@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Madimi+One&display=swap");

/* ----------------------------------------------------
base
---------------------------------------------------- */
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  background: url(../images/cmn/bg_logo.jpg);
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: #f6f6f6;
  color: #666;
}

::-moz-selection {
  background: #f6f6f6;
  color: #666;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  opacity: 0.6;
}
a:active {
  color: #000;
}

/* ----------------------------------------------------
set
---------------------------------------------------- */
.flex,
.flex_img {
  display: flex;
}
.flex.list li,
.flex_img.list li {
  margin-right: 26px;
}
.flex .flex_item,
.flex_img .flex_item {
  margin-right: 30px;
}

.flex_img {
  align-items: flex-start;
}
.flex_img img {
  margin-right: 20px;
}
@media (max-width: 599px) {
  .flex_img.sp-wrap img {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.flex-btw {
  display: flex;
  justify-content: space-between;
}
.flex-btw.flex_column_3 {
  flex-wrap: wrap;
}
.flex-btw.flex_column_3:after {
  content: "";
  display: block;
  width: 32%;
}
.flex-btw.flex_column_4 {
  flex-wrap: wrap;
}
.flex-btw.flex_column_4:before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.flex-btw.flex_column_4:after {
  content: "";
  display: block;
  width: 24%;
}
.flex-btw.flex_column_4 .flex_item:nth-child(n + 5) {
  margin-top: 30px;
}

.align-center {
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}
.flex-center .contentsbtn {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .flex-center .contentsbtn {
    margin-left: 0;
    margin-right: 0;
  }
}
.flex-center + .text {
  margin-top: 30px;
}
.flex-center .imgbox {
  margin: 0 3px;
}
.flex-center .imgbox + .imgbox {
  margin-top: 0 !important;
}

.flex_item p + .imgbox,
.flex_item p + .flex-center,
.flex_item p + .flex-btw {
  margin-top: 30px;
}

.flex_column_2 .flex_item {
  width: 48%;
}

.flex_column_3 .flex_item {
  width: 32%;
}

.flex_column_4 .flex_item {
  width: 24%;
}

.wrap {
  flex-wrap: wrap;
}

@media (max-width: 599px) {
  .sp-wrap {
    flex-wrap: wrap;
  }
  .sp-wrap .flex_item {
    margin-top: 30px;
    width: 100%;
  }
  .sp-wrap.flex_column_3 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .sp-wrap.flex_column_3:after {
    content: none;
  }
  .sp-wrap.flex_column_4 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .sp-wrap.flex_column_4:before {
    content: none;
  }
  .sp-wrap.flex_column_4:after {
    content: none;
  }
  .sp-wrap .box-r {
    width: 100%;
  }
  .sp-wrap .box-r .contentsbtn {
    min-height: initial;
  }
  .sp-wrap .box-r .cb-s {
    width: 100%;
  }
}

.fl_img {
  margin: 0 20px 20px 0;
  float: left;
}
@media (max-width: 599px) {
  .fl_img {
    margin: 0 0 20px 0;
    float: none;
    text-align: center;
  }
}
.fl_img + p {
  margin-top: 0 !important;
}

.fr_img {
  margin: 0 0 20px 20px;
  float: right;
}
@media (max-width: 599px) {
  .fr_img {
    margin: 0 0 20px 0;
    float: none;
    text-align: center;
  }
}
.fr_img + p {
  margin-top: 0 !important;
}

.img_border {
  border: 1px solid #bfbfbf;
}

.clebox {
  overflow: hidden;
}
.clebox + .clebox {
  margin-top: 30px;
}

.imgbox {
  line-height: 0;
}
.imgbox + .text,
.imgbox + .imgbox,
.imgbox + .flex {
  margin-top: 30px;
}
.imgbox + p {
  margin-top: 20px;
}

.img-widmax img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 599px) {
  .img-widmax-sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.center {
  text-align: center !important;
}
@media (max-width: 599px) {
  .center.sp-left {
    text-align: left !important;
  }
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.ltxt {
  font-size: 140%;
  font-weight: bold;
}

small {
  font-size: 80%;
}
small.symbol {
  position: relative;
  top: -4px;
}

.underline {
  text-decoration: underline;
}

.indent1 {
  padding-left: 16px;
  text-indent: -16px;
}

.black {
  color: #000 !important;
}

.pink1 {
  color: #f24c72 !important;
}

.purple1 {
  color: #c54ca2 !important;
}

.purple2 {
  color: #685ad5 !important;
}

.orange1 {
  color: #ff712f !important;
}

.green1 {
  color: #00ac00 !important;
}

.green2 {
  color: #7ac307 !important;
}

.red {
  color: #f02424 !important;
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .mb20 {
    margin-bottom: 4.267vw;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .mb30 {
    margin-bottom: 5.333vw;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .mb40 {
    margin-bottom: 8vw;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .mb50 {
    margin-bottom: 10.667vw;
  }
}

@media (max-width: 599px) {
  .pcver {
    display: none;
  }
}

.spver {
  display: none;
}
@media (max-width: 599px) {
  .spver {
    display: block;
  }
}

/* ----------------------------------------------------
link set
---------------------------------------------------- */
.pdf-link:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 27px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
@media (max-width: 599px) {
  .pdf-link:before {
    width: 5.6vw;
    height: 7.2vw;
  }
}

/* ----------------------------------------------------
title
---------------------------------------------------- */
.main_container {
  padding: 30px 0 140px 0;
}
@media (max-width: 599px) {
  .main_container {
    padding-top: 16vw;
  }
}
.main_container h2 {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 599px) {
  .main_container h2 {
    font-size: 7.467vw;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
}
.main_container h3 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 599px) {
  .main_container h3 {
    font-size: 6.4vw;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
}
.main_container h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 599px) {
  .main_container h4 {
    font-size: 4.8vw;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
}
.main_container h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 599px) {
  .main_container h5 {
    font-size: 4.267vw;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
}

/* ----------------------------------------------------
fixednavi
---------------------------------------------------- */
#fixednavi {
  position: fixed;
  top: 177px;
  right: 0;
  z-index: 20;
}
@media (max-width: 599px) {
  #fixednavi {
    top: 70px;
    left: 0;
  }
}
@media (max-width: 599px) {
  #fixednavi .f_navi_inner {
    display: flex;
    align-items: center;
  }
}
#fixednavi .f_navi_inner .item {
  width: 48px;
  height: 240px;
}
@media (max-width: 599px) {
  #fixednavi .f_navi_inner .item {
    width: 50%;
    height: 48px;
  }
}
#fixednavi .f_navi_inner .item + .item {
  margin-top: 10px;
}
@media (max-width: 599px) {
  #fixednavi .f_navi_inner .item + .item {
    margin-top: 0;
  }
}
#fixednavi .f_navi_inner .item + .item a {
  color: #fff;
  background: #0090b4;
}
@media (max-width: 599px) {
  #fixednavi .f_navi_inner .item + .item a {
    border-left: 0;
  }
}
#fixednavi .f_navi_inner .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffee43;
  border: 2px solid #fff;
}
#fixednavi .f_navi_inner .item p {
  width: 100%;
  height: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media (max-width: 599px) {
  #fixednavi .f_navi_inner .item p {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
.wrapper {
  margin: 100px auto 0 auto;
  width: 1800px;
  background: #fff;
}
@media (max-width: 1800px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    margin-top: 118px;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media (max-width: 1000px) {
  .inner {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .inner {
    margin: 0 25px;
    width: auto;
  }
}
.inner .l-navi {
  width: 260px;
}
@media (max-width: 599px) {
  .inner .l-navi {
    margin-top: 60px;
    width: 100%;
    order: 2;
  }
}
.inner .l-navi > .l-navibox {
  padding: 16px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 30px;
  background: #fff;
}
.inner .l-navi > .l-navibox a {
  padding: 16px 0;
  display: block;
}
.inner .l-navi > .l-navibox .human a {
  padding: 8px 0 4px 0;
  color: #ff712f;
}
.inner .l-navi > .l-navibox .human ul {
  margin: 0 0 10px 16px;
}
.inner .l-navi > .l-navibox .human ul a {
  padding: 4px 0;
}
.inner .l-navi > .l-navibox .nursing a {
  color: #f24c72;
}
.inner .l-navi > .l-navibox .business a {
  color: #7ac307;
}
.inner .r-contents {
  width: 688px;
}
@media (max-width: 1024px) {
  .inner .r-contents {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .inner .r-contents {
    order: 1;
  }
}
.inner .r-contents h2,
.inner .r-contents h3,
.inner .r-contents h4 {
  text-align: left;
}
@media (max-width: 599px) {
  .inner .r-contents h2,
  .inner .r-contents h3,
  .inner .r-contents h4 {
    text-align: center;
  }
}
.inner .r-contents .text {
  width: auto;
}

main {
  display: block;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 1800px;
  height: 100px;
  z-index: 100;
  background: #fff;
}
@media (max-width: 1800px) {
  header {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  header {
    height: 70px;
  }
}
header .header_inr {
  padding: 0 0 0 45px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  header .header_inr {
    padding-left: 1.563vw;
  }
}
@media (max-width: 599px) {
  header .header_inr {
    padding-left: 4.267vw;
    position: relative;
  }
}
header .logo {
  margin-right: 25px;
  line-height: 0;
}
@media (max-width: 599px) {
  header .logo {
    margin-right: 0;
  }
}
header .logo img {
  width: 280px;
  height: auto;
}
@media (max-width: 599px) {
  header .logo img {
    width: 219px;
  }
}
@media (max-width: 1024px) {
  header nav {
    width: 400px;
    height: 100vh;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: calc((100% - 70px) * -1);
    bottom: 0;
    z-index: 80;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header nav.open-menu {
    padding-bottom: 40vw;
    right: 0;
  }
}
@media (max-width: 599px) {
  header nav {
    width: calc(100% - 70px);
  }
}
header nav .nav-inr {
  display: flex;
}
@media (max-width: 1024px) {
  header nav .nav-inr {
    padding: 9.766vw 3.906vw;
    display: block;
  }
}
@media (max-width: 599px) {
  header nav .nav-inr {
    padding: 13.333vw 4.267vw 0 4.267vw;
  }
}
header nav .nav-btn {
  margin: 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  header nav .nav-btn {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  header nav .nav-btn {
    margin: 0 0 8vw 0;
    font-size: 4.8vw;
  }
}
header nav .nav-btn a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 1024px) {
  header nav .nav-btn a {
    padding-left: 40px;
    display: block;
    text-align: left;
  }
}
@media (max-width: 599px) {
  header nav .nav-btn a {
    padding-left: 11.2vw;
  }
}
header nav .nav-btn a:after {
  content: "";
  display: block;
  margin: 8px auto 0 auto;
}
@media (max-width: 1024px) {
  header nav .nav-btn a:after {
    content: none;
  }
}
header nav .schoolinfo:after {
  background: url(../images/cmn/navi_icon_schoolinfo.svg) center center/100% no-repeat;
  width: 33px;
  height: 22px;
}
@media (max-width: 1024px) {
  header nav .schoolinfo {
    background: url(../images/cmn/navi_icon_schoolinfo.svg) left top 5px/33px no-repeat;
  }
}
@media (max-width: 599px) {
  header nav .schoolinfo {
    background: url(../images/cmn/navi_icon_schoolinfo.svg) left top 1.6vw/7.733vw no-repeat;
  }
}
header nav .faculty:after {
  background: url(../images/cmn/navi_icon_faculty.svg) center center/100% no-repeat;
  width: 33px;
  height: 23px;
}
@media (max-width: 1024px) {
  header nav .faculty {
    background: url(../images/cmn/navi_icon_faculty.svg) left top 2px/33px no-repeat;
  }
}
@media (max-width: 599px) {
  header nav .faculty {
    background: url(../images/cmn/navi_icon_faculty.svg) left top 2.133vw/7.733vw no-repeat;
  }
}
header nav .entrance:after {
  background: url(../images/cmn/navi_icon_entrance.svg) center center/100% no-repeat;
  width: 20px;
  height: 22px;
}
@media (max-width: 1024px) {
  header nav .entrance {
    background: url(../images/cmn/navi_icon_entrance.svg) center left 6px/24px no-repeat;
  }
}
@media (max-width: 599px) {
  header nav .entrance {
    background: url(../images/cmn/navi_icon_entrance.svg) left 1.6vw top 1.867vw/5.333vw no-repeat;
  }
}
header nav .visitor:after {
  background: url(../images/cmn/navi_icon_visitor.svg) center center/100% no-repeat;
  width: 33px;
  height: 26px;
}
@media (max-width: 1024px) {
  header nav .visitor {
    background: url(../images/cmn/navi_icon_visitor.svg) left top 4px/33px no-repeat;
  }
}
@media (max-width: 599px) {
  header nav .visitor {
    background: url(../images/cmn/navi_icon_visitor.svg) left top 1.6vw/7.733vw no-repeat;
  }
}
header nav .access a:after {
  background: url(../images/cmn/navi_icon_access.svg) center center/100% no-repeat;
  width: 18px;
  height: 25px;
}
@media (max-width: 1024px) {
  header nav .access a {
    background: url(../images/cmn/navi_icon_access.svg) center left 8px/20px no-repeat;
  }
}
@media (max-width: 599px) {
  header nav .access a {
    background: url(../images/cmn/navi_icon_access.svg) center left 1.867vw/4.267vw no-repeat;
  }
}
header nav .contact a:after {
  background: url(../images/cmn/navi_icon_contact.svg) center center/100% no-repeat;
  width: 28px;
  height: 24px;
}
@media (max-width: 1024px) {
  header nav .contact a {
    background: url(../images/cmn/navi_icon_contact.svg) center left/28px no-repeat;
  }
}
@media (max-width: 599px) {
  header nav .contact a {
    background: url(../images/cmn/navi_icon_contact.svg) center left/6.667vw no-repeat;
  }
}
header nav .submenu_wrap {
  position: relative;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header nav .submenu_wrap .s_gnavibtn {
    padding-left: 40px;
  }
}
@media (max-width: 599px) {
  header nav .submenu_wrap .s_gnavibtn {
    padding-left: 11.2vw;
    display: block;
  }
}
header nav .submenu_wrap:hover > span + .submenu_container {
  opacity: 1;
  visibility: visible;
}
header nav .submenu_wrap:after {
  content: "";
  display: block;
  margin: 8px auto 0 auto;
}
@media (max-width: 1024px) {
  header nav .submenu_wrap:after {
    content: none;
  }
}
header nav .submenu_wrap.schoolinfo .submenu_container {
  width: 580px;
}
@media (max-width: 599px) {
  header nav .submenu_wrap.schoolinfo .submenu_container {
    width: 100%;
  }
}
header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr {
    display: block;
  }
}
header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr ul {
  width: 48%;
}
@media (max-width: 599px) {
  header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr ul {
    width: 100%;
  }
}
header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr ul li ul {
  width: auto;
}
header nav .submenu_wrap.schoolinfo .submenu_container:before {
  background: url(../images/cmn/icon_gnavi_balloon_pink.svg) left 8% center/13px no-repeat;
}
header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr {
  border: 2px solid #f24c72;
}
@media (max-width: 1024px) {
  header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr {
    border: 0;
  }
}
header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr:after {
  border: 2px solid #f24c72;
}
header nav .submenu_wrap.schoolinfo .submenu_container .submenu_inr li:before {
  color: #f24c72;
}
header nav .submenu_wrap.faculty .submenu_container:before {
  background: url(../images/cmn/icon_gnavi_balloon_orange.svg) left 24% center/13px no-repeat;
}
header nav .submenu_wrap.faculty .submenu_container .submenu_inr {
  border: 2px solid #ff712f;
}
@media (max-width: 1024px) {
  header nav .submenu_wrap.faculty .submenu_container .submenu_inr {
    border: 0;
  }
}
header nav .submenu_wrap.faculty .submenu_container .submenu_inr:after {
  border: 2px solid #ff712f;
}
header nav .submenu_wrap.faculty .submenu_container .submenu_inr li:before {
  color: #ff712f;
}
header nav .submenu_wrap.entrance .submenu_container {
  left: -48px;
}
header nav .submenu_wrap.entrance .submenu_container:before {
  background: url(../images/cmn/icon_gnavi_balloon_green.svg) left 24% center/13px no-repeat;
}
header nav .submenu_wrap.entrance .submenu_container .submenu_inr {
  border: 2px solid #7ac307;
}
@media (max-width: 1024px) {
  header nav .submenu_wrap.entrance .submenu_container .submenu_inr {
    border: 0;
  }
}
header nav .submenu_wrap.entrance .submenu_container .submenu_inr:after {
  border: 2px solid #7ac307;
}
header nav .submenu_wrap.entrance .submenu_container .submenu_inr li:before {
  color: #7ac307;
}
header nav .submenu_wrap.visitor .submenu_container:before {
  background: url(../images/cmn/icon_gnavi_balloon_blue.svg) left 18% center/13px no-repeat;
}
header nav .submenu_wrap.visitor .submenu_container .submenu_inr {
  border: 2px solid #0090b4;
}
@media (max-width: 1024px) {
  header nav .submenu_wrap.visitor .submenu_container .submenu_inr {
    border: 0;
  }
}
header nav .submenu_wrap.visitor .submenu_container .submenu_inr:after {
  border: 2px solid #0090b4;
}
header nav .submenu_wrap.visitor .submenu_container .submenu_inr li:before {
  color: #0090b4;
}
header .submenu_inr {
  padding: 26px 26px 20px 26px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 26px;
  position: relative;
}
@media (max-width: 1024px) {
  header .submenu_inr {
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 599px) {
  header .submenu_inr {
    font-size: 4.267vw;
  }
}
@media (max-width: 1024px) {
  header .submenu_inr li {
    margin-top: 16px;
  }
}
header .submenu_inr li a {
  display: block;
  text-align: left;
}
@media (max-width: 1024px) {
  header .submenu_inr li a {
    padding: 0;
  }
}
header .submenu_inr li > ul {
  padding: 0;
  margin: 10px 0 4px 18px;
  border: 0 !important;
  background: none;
}
@media (max-width: 599px) {
  header .submenu_inr li > ul {
    margin: 0 0 0 4.267vw;
  }
}
header .submenu_inr li > ul:after {
  content: none;
}
header .submenu_inr li > ul li {
  display: flex;
}
header .submenu_inr li > ul li:before {
  content: "◆";
}
header .submenu_inr:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 26px;
  position: absolute;
  z-index: -1;
  right: -6px;
  bottom: -6px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  header .submenu_inr:after {
    content: none;
  }
}
header .submenu_container {
  visibility: hidden;
  opacity: 0;
  top: 60px;
  left: -30px;
  position: absolute;
  z-index: 30;
  width: 300px;
  transition: none;
  cursor: auto;
}
@media (max-width: 1024px) {
  header .submenu_container {
    padding-left: 40px;
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    width: auto;
  }
}
@media (max-width: 599px) {
  header .submenu_container {
    padding-left: 11.2vw;
  }
}
header .submenu_container:hover {
  opacity: 1;
}
header .submenu_container:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: relative;
  top: 2px;
  z-index: 10;
}
@media (max-width: 1024px) {
  header .submenu_container:before {
    content: none;
  }
}

.r_btnbox {
  padding-right: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 1024px) {
  .r_btnbox {
    padding-right: 0;
    position: static;
    justify-content: flex-start;
    bottom: 0;
  }
}
.r_btnbox .btn {
  margin-right: 4px;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .r_btnbox .btn {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .r_btnbox .btn {
    height: 100px;
  }
}
.r_btnbox .search {
  position: relative;
  height: 100%;
  background: #146ac8;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .r_btnbox .search {
    width: 30%;
  }
}
@media (max-width: 599px) {
  .r_btnbox .search {
    width: 100%;
  }
}
.r_btnbox .searchbtn {
  transition: 0.2s ease-in-out;
}
.r_btnbox .searchbtn:hover {
  opacity: 0.6;
}
.r_btnbox .searchbtn:after {
  content: "";
  display: block;
  background: url(../images/cmn/icon_search_white.svg) center center/100% no-repeat;
  width: 22px;
  height: 22px;
  margin: 10px auto 0 auto;
}
.r_btnbox .searchbox {
  position: absolute;
  top: 80px;
  right: 0;
  cursor: auto;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .r_btnbox .searchbox {
    top: auto;
    left: 10px;
    bottom: 60px;
  }
  .r_btnbox .searchbox:after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    position: relative;
    top: -2px;
    z-index: 10;
    background: url(../images/cmn/icon_gnavi_balloon_blue2.svg) right 24% center/13px no-repeat;
    transform: rotate(180deg);
  }
}
.r_btnbox .searchbox.open-search {
  opacity: 1;
  visibility: visible;
}
.r_btnbox .searchbox:hover {
  opacity: 1;
}
.r_btnbox .searchbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: relative;
  top: 2px;
  z-index: 10;
  background: url(../images/cmn/icon_gnavi_balloon_blue2.svg) right 24% center/13px no-repeat;
}
@media (max-width: 1024px) {
  .r_btnbox .searchbox:before {
    content: none;
  }
}
.r_btnbox .searchbox input {
  height: 32px;
  border: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .r_btnbox .searchbox input {
    height: 38px;
  }
}
.r_btnbox .searchbox input[type="text"] {
  padding: 0 10px;
  width: 212px;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #146ac8;
  border-right: 0;
  border-radius: 100px 0 0 100px;
}
.r_btnbox .searchbox input[type="submit"] {
  width: 40px;
  color: #fff;
  background: url(../images/cmn/icon_search_white.svg) center center/22px no-repeat #146ac8;
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
.r_btnbox .searchbox_inr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 293px;
  height: 84px;
  border-radius: 26px;
  border: 2px solid #146ac8;
  background: #fff;
}
@media (max-width: 1024px) {
  .r_btnbox .searchbox_inr {
    height: 100px;
  }
}
.r_btnbox .searchbox_inr:after {
  content: "";
  width: 289px;
  height: 80px;
  border-radius: 26px;
  border: 2px solid #146ac8;
  background: #fff;
  position: absolute;
  bottom: -4px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .r_btnbox .searchbox_inr:after {
    top: -4px;
    bottom: auto;
    height: 100px;
  }
}
.r_btnbox .entrancesite {
  width: 140px;
  background: #00ac00;
}
@media (max-width: 1024px) {
  .r_btnbox .entrancesite {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .r_btnbox .entrancesite {
    width: 100%;
  }
}
.r_btnbox .entrancesite a {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  color: #fff;
  background: #00ac00;
}
@media (max-width: 599px) {
  .r_btnbox .entrancesite a {
    margin-left: auto;
  }
}
.r_btnbox .entrancesite a:after {
  content: "";
  display: block;
  background: url(../images/cmn/icon_entrance_white.svg) center center/100% no-repeat;
  width: 25px;
  height: 21px;
  margin: 4px auto 0 auto;
}
.r_btnbox .sp-requestinfo {
  display: none;
}
@media (max-width: 599px) {
  .r_btnbox .sp-requestinfo {
    width: 100%;
    display: block;
  }
  .r_btnbox .sp-requestinfo a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #ff712f;
  }
  .r_btnbox .sp-requestinfo a:after {
    content: "";
    display: block;
    background: url(../images/cmn/icon_book.svg) center center/100% no-repeat;
    width: 25px;
    height: 19px;
    margin: 4px auto 0 auto;
  }
}

.requestinfo {
  position: fixed;
  z-index: 100;
  top: -33px;
  right: -17px;
  line-height: 0;
}
@media (max-width: 1024px) {
  .requestinfo {
    position: absolute;
    top: auto;
    right: -30px;
    bottom: -40px;
  }
}
@media (max-width: 599px) {
  .requestinfo {
    display: none;
  }
}
.requestinfo img {
  width: 180px;
  height: auto;
}
@media (max-width: 599px) {
  .requestinfo img {
    width: 133px;
  }
}
.requestinfo a:hover {
  opacity: 1;
}

/* gnavBtn
--------------------------- */
#gnavBtn {
  display: none;
}
@media (max-width: 1024px) {
  #gnavBtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    width: 70px;
    height: 70px;
    background: #ff712f;
    transition: 0.2s ease-in-out;
  }
  #gnavBtn .btn-inr {
    position: relative;
    margin: 0 auto;
    width: 23px;
    height: 100%;
    z-index: 10;
  }
  #gnavBtn .btn-inr span {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    transition: 0.2s ease-in-out;
  }
  #gnavBtn .btn-inr span:first-child {
    top: 26px;
  }
  #gnavBtn .btn-inr span:nth-child(2) {
    top: 34px;
  }
  #gnavBtn .btn-inr span:nth-child(3) {
    top: 42px;
  }
  #gnavBtn.open {
    right: 400px;
  }
  #gnavBtn.open .btn-inr span:first-child {
    top: 34px;
    transform: rotate(45deg);
  }
  #gnavBtn.open .btn-inr span:nth-child(2) {
    left: 50%;
    width: 0;
  }
  #gnavBtn.open .btn-inr span:nth-child(3) {
    top: 34px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 599px) {
  #gnavBtn.open {
    right: calc(100% - 70px);
  }
}

/* fixed
--------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* overlay
--------------------------- */
.overlayWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* ----------------------------------------------------
article
---------------------------------------------------- */
.main_container.single {
  margin-top: 70px;
}
.main_container.single > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 828px;
}
@media (max-width: 1024px) {
  .main_container.single > .inner {
    width: 80%;
  }
}
.main_container.single article h2,
.main_container.single article h3,
.main_container.single article h4 {
  text-align: left;
}
.main_container.single article .text {
  width: auto;
}
.main_container.single article .text a {
  color: #146ac8;
  text-decoration: underline;
}
.main_container.single .article_head {
  margin-bottom: 20px;
}

.archivelist {
  margin-left: auto;
  margin-right: auto;
  width: 826px;
}
@media (max-width: 1024px) {
  .archivelist {
    width: 100%;
  }
}
.archivelist > .item {
  display: flex;
  align-items: center;
  height: 82px;
  border-top: 1px solid #bfbfbf;
}
@media (max-width: 1024px) {
  .archivelist > .item {
    padding: 28px 0;
    flex-wrap: wrap;
    height: auto;
  }
}
.archivelist > .item:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.archivelist > .item.search {
  flex-wrap: wrap;
}
.archivelist > .item .medialink {
  color: #f24c72;
  text-decoration: underline;
}

.article_head {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.article_head p.date {
  color: #0090b4;
  font-size: 16px;
  font-weight: 700;
}
.article_head p.nubmer {
  width: 150px;
}

.article_title,
.searchtitle {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 599px) {
  .article_title,
  .searchtitle {
    margin-top: 13px;
    width: 100%;
  }
}
.article_title .pdf-link:before,
.searchtitle .pdf-link:before {
  width: 16px;
  height: 20px;
}
.article_title span.br,
.searchtitle span.br {
  display: block;
}

.searchtitle {
  width: 100%;
}

.categorylabel {
  margin: 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
.categorylabel li {
  width: 84px;
  height: 26px;
}
.categorylabel li a {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0090b4;
  text-align: center;
  border-radius: 100px;
}
.categorylabel li.news a {
  background: #ff712f;
}
.categorylabel li.admissions a {
  background: #00ac00;
}
.categorylabel li.students a {
  background: #c54ca2;
}
.categorylabel li.alumni a {
  background: #146ac8;
}
.categorylabel li.new_exam a {
  background: #ffee43;
  color: #000;
}

/* ----------------------------------------------------
btn
---------------------------------------------------- */
.morebtn01 {
  margin: 70px auto;
  width: 200px;
  height: 50px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
}
.morebtn01 a {
  padding-top: 10px;
  height: 100%;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100px;
}
.morebtn01 a:hover {
  opacity: 1;
}
.morebtn01 a:after {
  content: "";
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 100px;
  position: absolute;
  top: 2px;
  right: -6px;
  z-index: -1;
}
.morebtn01.blue a {
  background: #0090b4;
  border: 2px solid #0090b4;
}
.morebtn01.blue a:hover {
  color: #0090b4;
  background: #fff;
  border: 2px solid #0090b4;
}
.morebtn01.blue a:after {
  border: 2px solid #0090b4;
}
.morebtn01.purple1 a {
  color: #fff !important;
  text-decoration: none !important;
  background: #c54ca2;
}
.morebtn01.purple1 a:after {
  border: 2px solid #c54ca2;
}
.morebtn01.pink1 a {
  background: #f24c72;
  border: 2px solid #f24c72;
}
.morebtn01.pink1 a:hover {
  color: #f24c72;
  background: #fff;
  border: 2px solid #f24c72;
}
.morebtn01.pink1 a:after {
  border: 2px solid #f24c72;
}

.morebtn_black01 {
  margin: 0 auto;
  width: 260px;
  height: 65px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 2;
}
.morebtn_black01 a {
  padding-top: 10px;
  height: 100%;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100px;
  background: #000;
  border: 2px solid #000;
}
.morebtn_black01 a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.morebtn_black01 a:after {
  content: "";
  display: block;
  width: 260px;
  height: 65px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #000;
  position: absolute;
  top: 2px;
  right: -6px;
  z-index: -1;
}

.morebtn_black02 {
  margin: 0 auto;
  width: 208px;
  height: 52px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .morebtn_black02 {
    font-size: 26px;
    width: 260px;
    height: 65px;
  }
}
.morebtn_black02 a {
  padding-top: 8px;
  height: 100%;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100px;
  background: #000;
  border: 2px solid #000;
}
.morebtn_black02 a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.morebtn_black02 a:after {
  content: "";
  display: block;
  width: 208px;
  height: 52px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #000;
  position: absolute;
  top: 2px;
  right: -6px;
  z-index: -1;
}
@media (max-width: 599px) {
  .morebtn_black02 a:after {
    width: 260px;
    height: 65px;
  }
}

.contentsbtn {
  margin-bottom: 20px;
  width: 418px;
  height: 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  font-feature-settings: "palt";
  z-index: 1;
}
@media (max-width: 599px) {
  .contentsbtn {
    font-size: 5.067vw;
    line-height: 1.2;
    width: 100%;
    height: auto;
    min-height: 48px;
  }
}
.contentsbtn a {
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
}
@media (max-width: 599px) {
  .contentsbtn a {
    padding: 6px 16px 6px 50px;
  }
}
.contentsbtn a:hover {
  opacity: 1;
}
.contentsbtn a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -4px;
  bottom: -4px;
  height: 42px;
  border-radius: 100px;
}
@media (max-width: 599px) {
  .contentsbtn a:after {
    height: 100%;
  }
}
.contentsbtn.cb-s {
  width: 307px;
}
@media (max-width: 599px) {
  .contentsbtn.cb-s {
    width: 100%;
  }
}
.contentsbtn.cb-s a:after {
  width: 100%;
}
.contentsbtn.cb-l {
  width: 418px;
}
@media (max-width: 599px) {
  .contentsbtn.cb-l {
    width: 100%;
  }
}
.contentsbtn.cb-l a:after {
  width: 100%;
}
.contentsbtn.cb-auto {
  width: auto;
}
@media (max-width: 599px) {
  .contentsbtn.cb-auto {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .contentsbtn.cb-auto a {
    width: 100%;
  }
}
.contentsbtn.cb-auto a:after {
  width: 100%;
}
.contentsbtn.cb-box {
  width: 393px;
  height: 112px;
}
@media (max-width: 599px) {
  .contentsbtn.cb-box {
    width: 100%;
    height: auto;
  }
}
.contentsbtn.cb-box a {
  padding: 0 24px 0 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  border-radius: 23px;
}
@media (max-width: 599px) {
  .contentsbtn.cb-box a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.contentsbtn.cb-box a span {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 16px;
}
.contentsbtn.cb-box a p {
  padding-left: 20px;
  text-indent: -20px;
}
.contentsbtn.cb-box a p:before {
  content: "■";
  color: #0090b4;
  transition: 0.2s ease-in-out;
}
.contentsbtn.cb-box a:after {
  width: 391px;
  height: 112px;
  right: -4px;
  bottom: -4px;
  border-radius: 23px;
}
@media (max-width: 599px) {
  .contentsbtn.cb-box a:after {
    width: 100%;
    height: 100%;
    border-radius: 6.133vw;
  }
}
.contentsbtn.cb-box a:hover p:before {
  color: #fff;
}
.contentsbtn.cb-box.pagelink a:before,
.contentsbtn.cb-box.blank a:before,
.contentsbtn.cb-box.pdf a:before,
.contentsbtn.cb-box.access a:before {
  content: none !important;
}
.contentsbtn.document a:before {
  content: "";
  display: block;
  width: 25px;
  height: 27px;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .contentsbtn.document a:before {
    content: none;
  }
}
.contentsbtn.pagelink a:before {
  content: "";
  display: block;
  width: 18px;
  height: 32px;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .contentsbtn.pagelink a:before {
    content: none;
  }
}
.contentsbtn.access a:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .contentsbtn.access a:before {
    content: none;
  }
}
.contentsbtn.blank a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .contentsbtn.blank a:before {
    content: none;
  }
}
.contentsbtn.pdf a:before {
  content: "";
  display: block;
  width: 21px;
  height: 27px;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .contentsbtn.pdf a:before {
    content: none;
  }
}

/* ----------------------------------------------------
table
---------------------------------------------------- */
table {
  margin: 0 0 30px 0;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  fontt-weight: bold;
  background: #fff;
}
table th {
  padding: 8px 16px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
table th.pink {
  background: #f24c72 !important;
}
table th.orange {
  background: #ff712f !important;
}
table th.green {
  background: #7ac307 !important;
}
table th.purple {
  background: #c54ca2 !important;
}
table th.gray {
  background: #40474f !important;
}
table td {
  padding: 8px 16px;
  text-align: center;
}
table td.pink {
  background: #fbc9d5 !important;
}
table td.orange {
  background: #ffd4c1 !important;
}
table td.green {
  background: #d7edb5 !important;
}
table td.purple {
  background: #e8e6f9 !important;
}
table td.gray {
  background: #f1f1f1 !important;
}
table td span.endlabel {
  display: block;
  font-size: 80%;
  font-weight: bold;
  color: #f02424;
}
table.pink th {
  background: #f24c72;
}
table.pink td {
  background: #fbc9d5;
}
table.orange th {
  background: #ff712f;
}
table.orange td {
  background: #ffd4c1;
}
table.green th {
  background: #7ac307;
}
table.green td {
  background: #d7edb5;
}
table.purple th {
  background: #c54ca2;
}
table.purple td {
  background: #e8e6f9;
}
table .middle {
  vertical-align: middle;
}
table.opencollege th {
  font-size: 18px;
}
table.opencollege td {
  font-size: 18px;
}

.schedule {
  margin: 0 0 30px 0;
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  background: #f24c72;
}
.schedule tr:nth-child(odd) td {
  background: #fef1f4;
}
.schedule tr:nth-child(even) td {
  background: #fff;
}
.schedule th {
  padding: 2px 4px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f5708e !important;
}
.schedule td {
  padding: 2px 4px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  height: 70px;
}
.schedule td:first-child {
  font-size: 13px;
  color: #f24c72;
  font-weight: bold;
}
.schedule td.h-auto {
  height: auto;
}
.schedule td ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #f24c72;
}
.schedule td ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.schedule .bgwhite {
  background: #fff !important;
}

@media (max-width: 599px) {
  .tablewrap {
    overflow-x: scroll;
  }
  .tablewrap > table {
    width: 1000px;
  }
}

.wid5 {
  width: 5%;
}

.wid10 {
  width: 10%;
}

.wid15 {
  width: 15%;
}

.wid20 {
  width: 20%;
}

.wid100 {
  width: 100%;
}

/* ----------------------------------------------------
pagetop
---------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 130px;
  bottom: 100px;
  line-height: 0;
  cursor: pointer;
  z-index: 20;
}
@media (max-width: 599px) {
  #pagetop {
    right: 25px;
    bottom: 25px;
  }
}
#pagetop img {
  width: 67px;
  height: auto;
}

/* ----------------------------------------------------
official_account
---------------------------------------------------- */
.official_account {
  background: url(../images/cmn/bg_circle_stripe_purple.png) bottom -100px right 218px/165px no-repeat;
}
@media (max-width: 599px) {
  .official_account {
    background: url(../images/cmn/bg_circle_stripe_purple.png) bottom -57px right -36px/116px no-repeat;
  }
}
.official_account .inner {
  padding-bottom: 170px;
  background: url(../images/cmn/ill_footer.jpg) top center no-repeat;
}
@media (max-width: 599px) {
  .official_account .inner {
    padding-bottom: 186px;
    margin: 0;
    background: url(../images/cmn/sp/ill_footer.jpg) center center/100% no-repeat;
  }
}
.official_account_title {
  padding-top: 20px;
  margin-bottom: 30px;
  line-height: 0;
  text-align: center;
}
.official_account_title img {
  width: 298px;
  height: auto;
}
@media (max-width: 599px) {
  .official_account_title img {
    width: 270px;
  }
}
.official_account ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.official_account ul li {
  margin: 0 20px;
  line-height: 0;
}
.official_account ul .line img {
  width: 45px;
  height: auto;
}
.official_account ul .instagram img {
  width: 40px;
  height: auto;
}
.official_account ul .youtube img {
  width: 48px;
  height: auto;
}
.official_account ul .tiktok_icon img {
  width: 40px;
  height: auto;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  padding: 70px 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: url(../images/cmn/logo_footer.svg) top 32px center/227px no-repeat #c54ca2;
}
@media (max-width: 599px) {
  footer {
    padding: 50px 0 40px 0;
    background: url(../images/cmn/logo_footer.svg) top 80px center/227px no-repeat #c54ca2;
  }
}
footer .inner {
  margin-bottom: 84px;
}
@media (max-width: 599px) {
  footer .inner {
    text-align: center;
  }
}
footer p {
  font-size: 16px;
  font-weight: 700;
}
footer p.tel:before {
  content: "";
  display: inline-block;
  background: url(../images/cmn/icon_tel_white.svg) center center/100% no-repeat;
  width: 15px;
  height: 11px;
  margin-right: 3px;
}
footer p.copyright {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
footer .tgu {
  margin-right: 30px;
}
@media (max-width: 599px) {
  footer .tgu {
    margin: 0 0 20px 0;
  }
}
footer .tgu p {
  line-height: 1.2;
}
footer .tgu p:nth-child(2) {
  font-size: 30px;
}
