@charset "UTF-8";

/** 定数の設定 **/
:root {
  --theme-color1: #ee761f;
  --theme-color1-1: 238;
  --theme-color1-2: 118;
  --theme-color1-3: 31;
  --theme-color2: #fddea7;
  --theme-color2-1: 253;
  --theme-color2-2: 222;
  --theme-color2-3: 167;
  --light-theme-color: #F5B26C;
  --light-theme-color-1: 245;
  --light-theme-color-2: 178;
  --light-theme-color-3: 108;
  
  --font-family-default: "Zen Kaku Gothic New", serif;
  --font-family-heading: "Zen Maru Gothic", serif;
}

/* 共通 */
body:before{
  background-color: #fff;
}
#page-top{
  right: 20px;
  bottom: 35px;
}
body:not(.dev-mb) .cms-public .area3.top_area .heading h2{
  background-color: transparent;
  font-size: 2rem;
  margin: 1em 0;
}
body:not(.dev-mb).dev-sp .cms-public .area3.top_area .heading h2{
  font-size: 1.5rem;
}
/* body:not(.dev-mb) .cms-public .area3 .heading h2{
  background-color: transparent;
  color: var(--theme-color1);
  font-size: 2em;
  margin: 1em 0;
  padding: 5px;
  position: relative;
  border-bottom: none;
}
body:not(.dev-mb) .cms-public .area3 .heading h2:before {
    content:  '';
    background-color: rgb(var(--theme-color2-1), var(--theme-color2-2), var(--theme-color2-3), 0.5);
    position: absolute;
    left:  0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    top: -30px;
    left: -25px;
    z-index:  -1;
}
body:not(.dev-mb) .cms-public .area3 .heading h2:after {
  content: none;
}
body:not(.dev-mb) .cms-public .area3 .heading h3 {
  background-color: transparent;
  color: var(--theme-color1);
  font-size: 1.5em;
  margin: 1em 0 1em 5px;
  padding: 5px 20px 15px 5px;
  position: relative;
  border-bottom: 2px solid var(--theme-color2);
}
body:not(.dev-mb).dev-sp .cms-public .area3 .heading h3 {
  font-size: 1.3rem;
}
body:not(.dev-mb) .cms-public .area3 .heading h3:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color2);
  border-radius: 50%;
} */
/** ヘッダー **/
.cms-public .h_school_toparea {
  position: fixed;
  top: 0;
  z-index: 3;
  width: calc(100% - 80px);
  height: 80px;
  background-color: #fff;
}
.dev-sp .cms-public .h_school_toparea {
  width: 100%;
}

.cms-public .h_school_toparea .div_tag {
  display: grid;
  grid-template-columns: auto 200px 80px 80px;
  grid-template-rows: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  height: 100%;
}
.dev-sp .cms-public .page{
  width: auto !important;
}
.dev-sp .cms-public .h_school_toparea .div_tag {
  grid-template-columns: 250px auto 80px;
}
.cms-public .h_school_toparea .div_tag .logo {
  grid-area: 1 / 1 / 2 / 2;
  z-index: 10;
}
.dev-sp .cms-public .h_school_toparea .div_tag .logo{
  grid-area: 1 / 1 / 1 / 2;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.cms-public .h_school_toparea .div_tag .h_backmain {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 11;
  align-self: center;
  padding: 17px 0px;
}
.cms-public .h_school_toparea .div_tag .h_tel_links {
  grid-area: 1 / 3 / 2 / 4;
  z-index: 10;
}
.cms-public .h_school_toparea .div_tag .h_search {
  grid-area: 1 / 4 / 2 / 5;
  z-index: 10;
}
.dev-sp .cms-public .h_school_toparea .div_tag .h_search {
  grid-area: 1 / 2 / 2 / 3;
  padding: 15px 5px 5px 5px;
  box-sizing: border-box;
}
.cms-public .h_school_toparea .div_tag .h_training {
  grid-area: 1 / 4 / 2 / 5;
  z-index: 10;
  border-left: 1px solid var(--theme-color2);
}
.dev-sp .cms-public .h_school_toparea .div_tag .h_training {
  grid-area: 1 / 2 / 2 / 3;
  border-left: 1px solid var(--theme-color2);
}
.cms-public .h_school_toparea .div_tag .h_benefits {
  grid-area: 1 / 5 / 2 / 6;
  z-index: 10;
}
.dev-sp .cms-public .h_school_toparea .div_tag .h_benefits {
  grid-area: 1 / 3 / 2 / 4;
}

.dev-sp .cms-public .h_school_toparea .logo figure img {
  width: 100%;
}

.cms-public .h_school_toparea .h_backmain figure {
  margin: 0;
}

.cms-public .h_school_toparea .h_backmain figure ul {
  margin: 0;
}

.cms-public .h_school_toparea .h_backmain ul li a {
  text-decoration: none;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  padding: 7px 15px 7px 15px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.8em;
}

.cms-public .h_school_toparea .h_tel_links figure {
  margin: 0px;
}

.cms-public .h_school_toparea .h_tel_links ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 5px 0;
  box-sizing: border-box;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
  display: none;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
  font-family: var(--font-family-heading);
  color: var(--theme-color1);
  display: flex;
  align-items: center;
  height: 30px;
  display: none;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
  display: none;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(1) .first {
  width: 0px !important;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(1) .second {
  margin: 0px !important;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(1) .second a {
  text-decoration: none;
  color: var(--theme-color1);
  font-family: var(--font-family-heading);
  font-size: 1.3rem;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/file/img/7.png);
  background-position: left center;
  padding: 0px 0px 0px 40px;
  display: flex;
  align-items: center;
  height: 30px;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(1) .second a::after {
  content: "（直通）";
  font-size: 0.7em;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(2) .first {
  font-size: 0.7rem;
  width: 40px !important;
  text-align: center;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(2) .second {
  font-size: 1.3rem;
  margin: 0px !important;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3),
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) {
  position: relative;
  font-family: var(--font-family-heading);
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3) .first,
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) .first {
  display: none;
  position: absolute;
  top: 40px;
  left: 38px;
  transform: translateX(-50%);
  font-size: 0.8rem;
  text-align: center;
  margin: 0px !important;
  padding: 5px 10px;
  background-color: var(--theme-color2);
  border-radius: 3px;
  z-index: 1;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3) .first::before,
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) .first::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--theme-color2);
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3) .second,
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) .second {
  margin-left: 0 !important;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3) .second a,
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) .second a {
  display: block;
  width: 80px !important;
  height: 80px;
  font-size: 0em;
  background-size: 40px;
  background-position: center top 8px;
  background-repeat: no-repeat;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3) .second a {
  background-image: url(/file/img/5311.png);
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(3) .second a::after {
  content: "交通アクセス";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 80px;
  font-size: 0.7rem;
  color: var(--theme-color1);
  /* line-height: 0.8rem; */
  text-align: center;
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) .second a {
  background-image: url(/file/img/486.png);
}
.cms-public .h_school_toparea .h_tel_links ul > li:nth-child(4) .second a::after {
  content: "LANGUAGE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 80px;
  font-size: 0.7rem;
  color: var(--theme-color1);
  line-height: 0.8rem;
  text-align: center;
}
.cms-public .h_school_toparea .h_search ul li,
.cms-public .h_school_toparea .h_question ul li {
  background-color: #fff;
  border: none;
  width: auto !important;
  height: 100% !important;
  padding: 0px;
  margin: 0 auto;
}
.cms-public .h_school_toparea .h_search ul li {
  width: 100% !important;
}
.cms-public .h_school_toparea .h_search ul li a,
.cms-public .h_school_toparea .h_question ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  margin: 0;
  top: 0;
}
.cms-public .h_school_toparea .h_search ul li a img, 
.cms-public .h_school_toparea .h_question ul li a img {
  width: auto;
  height: 30px;
}
.dev-sp .cms-public .h_school_toparea .h_search ul li a img, 
.dev-sp .cms-public .h_school_toparea .h_question ul li a img {
  height: 25px;
}
.cms-public .h_school_toparea .h_search ul li a span,
.cms-public .h_school_toparea .h_question ul li a span {
  margin: 0;
  color: var(--theme-color1);
  font-size: 0.7rem;
}
.dev-sp .cms-public .h_school_toparea .h_search ul li a span,
.dev-sp .cms-public .h_school_toparea .h_question ul li a span {
  font-size: 0.7rem;
}
.cms-public .gairai .h_school_toparea .h_search ul li a span,
.cms-public .gairai .h_school_toparea .h_question ul li a span {
  color: var(--theme-color3);
}
.cms-public .h_school_toparea .h_training ul li,
.cms-public .h_school_toparea .h_benefits ul li {
  background-color: #fff;
  border: none;
  height: 80px !important;
  width: 100% !important;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 auto;
}
.cms-public .h_school_toparea .h_training ul li a,
.cms-public .h_school_toparea .h_benefits ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.cms-public .h_school_toparea .h_training ul li a img, 
.cms-public .h_school_toparea .h_benefits ul li a img{
  padding: 0;
}
.dev-sp .cms-public .h_school_toparea .h_training ul li a img, 
.dev-sp .cms-public .h_school_toparea .h_benefits ul li a img{
  width: 35px;
  height: 35px;
}
.cms-public .h_school_toparea .h_training ul li a span,
.cms-public .h_school_toparea .h_benefits ul li a span {
  margin: 0;
  color: var(--theme-color1);
  font-size: 0.7rem;
}

.cms-public .h_sidearea{
  height: auto;
}

.cms-public .h_gmenu{
  height: 50px;
  position: fixed;
  top: 80px;
  background-color: #fff;
  z-index: 999;
}
.cms-public .h_gmenu ul{
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.cms-public .h_gmenu .menu-line li{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  background: transparent;
  border: none;
  padding: 5px;
  box-sizing: border-box;
}
.cms-public .h_gmenu .menu-line li a{
  position: relative;
  top: 0;
  margin: 0;
  text-decoration: none;
  font-family: var(--font-family-heading);
}
.cms-public .h_gmenu .menu-line li span{
  color: var(--theme-color1);
  margin: 0;
}


/* area3（top） */
.cms-public .area3.top_area{
  width: 100%;
}
.cms-public .area3.top_area > .parts:first-child{
  height: 100vh;
}
.dev-sp .cms-public .area3.top_area > .parts:first-child{
  height: 58vh;
}
.school_top_slide{
  position: relative;
  top: 130px;
  overflow: hidden !important; 
}
.school_top_slide div.slide {
  max-width: 100%;
  margin: 0px;
}
.school_top_slide .slick-list{
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  margin: 0 auto;
}
.dev-sp .school_top_slide .slick-list{
  height: 58vh;
}
.dev-sp .cms-public .school_top_slide{
  top: 80px;
}
.cms-public .school_top_slide figure{
  margin: 0;
}
.cms-public .school_top_slide .image .image_listitem img{
  width: 100vw;
  height: calc(100vh - 130px);
  object-fit: cover;
  object-position: left;
  border-radius: unset;
}
.dev-sp .cms-public .school_top_slide .image .image_listitem img{
  width: 100vw;
  height: 58vh;
  object-fit: cover;
}
.cms-public .school_top_interview, 
.cms-public .school_top_news,
.cms-public .school_top_scrollimage,
.cms-public .school_access{
  position: relative;
  margin: 100px 0;
}
.dev-sp .cms-public .school_top_interview, 
.dev-sp .cms-public .school_top_news,
.dev-sp .cms-public .school_top_scrollimage,
.dev-sp .cms-public .school_access{
  margin: 50px 0;
}
.cms-public .school_top_about > .note, 
.cms-public .school_top_interview > .note, 
.cms-public .school_top_pickup > .div_tag,
.cms-public .school_top_submenu > .note,
.cms-public .school_top_news > .note,
.cms-public .school_top_access > .note{
  width: 80%;
  margin: 0 auto;
}
.dev-sp .cms-public .school_top_about > .note, 
.dev-sp .cms-public .school_top_interview > .note, 
.dev-sp .cms-public .school_top_pickup > .div_tag,
.dev-sp .cms-public .school_top_submenu > .note,
.dev-sp .cms-public .school_top_news > .note,
.dev-sp .cms-public .school_top_access > .note{
  width: 90%;
  margin: 0 auto;
}
body:not(.dev-mb) .cms-public .top_area h2{
  font-family: var(--font-family-heading);
}
/* link */
.cms-public .fix_link{
  position: sticky;
  width: fit-content;
  text-align: center;
  float: right;
  right: 0;
  bottom: 90px;
  z-index: 1;
}
.dev-sp .cms-public .fix_link{
  /* bottom: calc(100vh - 140px); */
  position: static;
  width: 100%;
}
.cms-public .fix_link figure{
  margin: 0;
}
.cms-public .fix_link .list ul{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
}
.dev-sp .cms-public .fix_link .list ul{
  flex-direction: initial;
}
.dev-sp .cms-public .fix_link.fix_link_navi .list ul{
  margin-bottom: 20px;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cms-public .fix_link .list li {
  position: relative;
  width: 16em;
  height: 3.5em;
  margin: 10px 0;
  background: linear-gradient(0.25turn, var(--theme-color2), var(--theme-color1));
  /* transition: all 1s ease-out; */
  border-radius: 5px 0 0 5px;
}
.dev-sp .cms-public .fix_link .list li {
  /* width: calc(100vw / 3); */
  width: calc(100vw / 2);
  margin: 0;
}
.dev-sp .cms-public .fix_link.fix_link_navi .list li{
  width: calc(70vw / 2);
  border-radius: 5px;
}
.dev-sp .cms-public .fix_link .list li:nth-child(3) {
  text-align: right;
}
.dev-sp .cms-public .fix_link .list li:nth-child(3) a {
  background-size: 20px;
}
.cms-public .fix_link .list li a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  transition: .3s ease-in-out;
}
.dev-sp .cms-public .fix_link .list li a{
  font-size: 0.7rem;
}
.dev-sp .cms-public .fix_link.fix_link_navi .list li a{
  font-size: 0.75rem;
}
.cms-public .fix_link .list li:nth-child(3) a {
  background-image: url(/file/img/641.png);
  background-repeat: no-repeat;
  background-position: left 20% center;
  background-size: 30px;
}
.cms-public .fix_link .list li::before {
  background: linear-gradient(0.25turn, var(--theme-color1), var(--theme-color2));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out;
  width: 100%;
  border-radius: 5px 0 0 5px;
}
.dev-sp .cms-public .fix_link.fix_link_navi .list li::before{
  border-radius: 5px;
}
.cms-public .fix_link .list li:hover::before, 
.cms-public .fix_link .list li:focus::before{
  opacity: 0;
}
.cms-public .fix_link .list li:hover a, 
.cms-public .fix_link .list li:focus a{
  opacity: 1;
}
.cms-public .fix_link .list li img {
  display: none;
}

.cms-public .detail_link figure{
  margin: 0;
}
.cms-public .detail_link ul li{
  display: flex;
  justify-content: center;
}
.cms-public .detail_link ul li a{
  width: 250px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--theme-color1);
  border-radius: 30px;
  transition: .3s ease-out;
/*
  outline: 1px solid var(--theme-color1);
*/
  overflow: hidden;
  background-clip: padding-box;
  border: 1px solid var(--theme-color1);
}
.cms-public .detail_link ul li a:hover, 
.cms-public .detail_link ul li a:focus{
  color: var(--theme-color1);
  background-color: #fff;
}
/* about */
.cms-public .school_top_about{
  position: relative;
  margin: 200px 0 100px;
  padding: 100px 0;
}
.dev-sp .cms-public .school_top_about{
  margin: 170px 0 50px 0;
  padding: 0;
}
body:not(.dev-mb) .cms-public .school_top_about .heading h2{
  text-align: center;
  margin: 0;
  color: var(--theme-color1);
}
.cms-public .school_top_about:before{
  content: '';
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 100%;
  background-image: url(/file/img/584.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.dev-sp .cms-public .school_top_about:before{
  background-size: contain;
  height: 50%;
  bottom: 60%;
}
.cms-public .school_top_about:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/file/img/690.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.dev-sp .cms-public .school_top_about:after{
  background-size: contain;
  height: 50%;
  top: 100%;
}
.cms-public .school_top_about .block:nth-child(2) .sentence{
  width: 70%;
  margin: 0 auto;
}
.dev-sp .cms-public .school_top_about .block:nth-child(2) .sentence{
  width: 90%;
}
.dev-sp .cms-public .school_top_about .block:nth-child(2)::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/file/img/583.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* interview */
.cms-public .school_top_interview{
  display: none;
}
.cms-public .school_top_interview .note > .block:nth-child(1){
  position: relative;
  top: 50px;
  left: 0;
}
body:not(.dev-mb) .cms-public .area3.top_area .school_top_interview h2{
  background-color: var(--theme-color1);
  width: 40%;
  margin: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
  border-radius: 10px;
}
body:not(.dev-mb).dev-sp .cms-public .area3.top_area .school_top_interview h2{
  width: 60%;
}
.cms-public .school_top_interview h2:after{
  content: '';
  position: absolute;
  bottom: 10px;
  left: calc(45% + 20px);
  background-image: url(/file/img/588.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.dev-sp .cms-public .school_top_interview h2:after{
  left: calc(60% + 20px);
  width: 40%;
}
.cms-public .school_top_interview .block:nth-child(2){
  background-color: var(--theme-color2);
  padding: 100px 50px 50px 50px;
  box-sizing: border-box;
  border-radius: 10px;
}
.dev-sp .cms-public .school_top_interview .block:nth-child(2){
  padding: 50px 10px 10px 10px;
}
.cms-public .school_top_interview .block:nth-child(2) .image .block{
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.dev-sp .cms-public .school_top_interview .block:nth-child(2) .image .block{
  flex-direction: column;
  gap: 30px;
}
.cms-public .school_top_interview .block:nth-child(2) .image figure{
  margin: 0 10px;
}
.cms-public .school_top_interview .block:nth-child(2) .image img{
  border-radius: 10px;
}
.cms-public .school_top_interview .block:nth-child(2) .image figcaption{
  color: var(--theme-color1);
  font-weight: bold;
}
.cms-public .school_top_interview .block:nth-child(3){
  position: absolute;
  text-align: right;
  right: 10%;
  top: 120px;
}
.dev-sp .cms-public .school_top_interview .block:nth-child(3){
  position: relative;
  top: auto;
  right: 0;
  bottom: 0;
}
.dev-sp .cms-public .school_top_interview .block:nth-child(3) figure{
  margin: 0;
}
.cms-public .school_top_interview .block:nth-child(3) a{
  position: relative;  
  color: var(--theme-color1);
  text-decoration: none;
}
.cms-public .school_top_interview .block:nth-child(3) a:before{
  content: '＞';
  position: absolute;
  left: -20px;
}
/* pick up */
.cms-public .school_top_pickup {
  margin-top: 200px;
}
.dev-sp .cms-public .school_top_pickup {
  margin-top: 100px;
}
.cms-public .school_top_pickup > .div_tag{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.dev-sp .cms-public .school_top_pickup > .div_tag{
  display: block;
}
.cms-public .school_top_pickup > .div_tag .parts{
  min-width: 320px;
}
.cms-public .school_top_pickup > .div_tag .parts:nth-child(1){
  grid-area: 1 / 1 / 2 / 4;
}
.cms-public .school_top_pickup > .div_tag .parts:nth-child(2){
  grid-area: 2 / 1 / 3 / 2;
}
.cms-public .school_top_pickup > .div_tag .parts:nth-child(3){
  grid-area: 2 / 2 / 3 / 3;
}
.cms-public .school_top_pickup > .div_tag .parts:nth-child(4){
  grid-area: 2 / 3 / 3 / 4;
}
body:not(.dev-mb) .cms-public .school_top_pickup .heading h2{
  text-align: center;
  color: var(--theme-color1);
}
.cms-public .school_top_pickup > .div_tag .parts:nth-child(n+2) figcaption{
  font-size: 1.1rem;
  color: var(--theme-color1);
}

/* submenu */
.cms-public .school_top_submenu{
  margin: 30px 0 200px;
}
.dev-sp .cms-public .school_top_submenu{
  margin: 50px 0;
}
.dev-sp .cms-public .school_top_submenu figure{
  margin: 0;
}
.cms-public .school_top_submenu ul{
  display: flex;
  justify-content: center;
}
.cms-public .school_top_submenu ul li{
  position: relative;
  border: 1px solid var(--theme-color1);
  margin: 0 30px;
  border-radius: 10px;
}
.dev-sp .cms-public .school_top_submenu ul li{
  margin: 0 10px;
}
.cms-public .school_top_submenu ul li a{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--theme-color1);
  transition: .3s ease-in-out;
  border-radius: 5px;
}
.dev-sp .cms-public .school_top_submenu ul li a{
  padding: 10px 30px;
}
.cms-public .school_top_submenu ul li a:hover, 
.cms-public .school_top_submenu ul li a:focus{
  background-color: var(--theme-color1);
  color: #fff;
}
/* news */
.cms-public .school_top_news .title-list{
  position: relative;
  width: 60%;
  margin: 0 auto;
  border: none;
  border: 30px solid rgb(var(--light-theme-color-1), var(--light-theme-color-2), var(--light-theme-color-3), 0.3);
  padding: 40px;
  border-radius: 100px;
  box-sizing:border-box;
}
.dev-sp .cms-public .school_top_news .title-list{
  width: 100%;
  padding: 0 10px;
  border-radius: 50px;
  border: 20px solid rgb(var(--light-theme-color-1), var(--light-theme-color-2), var(--light-theme-color-3), 0.3);
}
.dev-sp .cms-public .school_top_news{
  padding: 10px;
  box-sizing: border-box;
}
body:not(.dev-mb) .cms-public .school_top_news .title-list .index li.active{
  background: transparent;
  border: none;
}
body:not(.dev-mb).dev-sp .cms-public .school_top_news .title-list .index li.active{
  margin: 0;
}
.cms-public .school_top_news .title-list ul.index{
  border: none;
}
.cms-public .school_top_news .title-list .index h2{
  position: relative;
  color: var(--theme-color1);
  font-size: 2rem;
  font-weight: normal;
  margin: 20px 0 60px 0;
  text-align: left;
}
.cms-public .school_top_news h2::after{
  content: 'NEWS';
  font-size: 0.9rem;
  font-family: var(--font-family-english);
  position: absolute;
  left: 5px;
  top: 50px;
}
.cms-public .school_top_news .title-list .tab{
  position: static;
  border: none;
}
.cms-public .school_top_news .title-list .tab ul.totaling li .title a {
  font-size: 1rem;
}
.cms-public .school_top_news .title-list .tab .other{
  position: absolute;
  top: 40px;
  right: 40px;
}
.dev-sp .cms-public .school_top_news .title-list .tab .other{
  top: 30px;
  right: 10px;
}
.cms-public .school_top_news .title-list .tab .other a{
  padding: 10px 30px;
  background-color: var(--theme-color1);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

/* schoolimage */
.cms-public .school_top_scrollimage{
  padding: 10vh 0;
  position: relative;
  margin: 300px 0;
}
.dev-sp .cms-public .school_top_scrollimage{
  margin: 50px 0 150px 0;
  padding: 10vh 0 0 0;
}
.cms-public .school_top_scrollimage:before{
  content: '';
  position: absolute;
  bottom: 50%;
  height: 100%;
  width: 100%;
  background-image: url(/file/img/586.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.dev-sp .cms-public .school_top_scrollimage:before{
  bottom: 0;
  background-size: contain;
}
.cms-public .school_top_scrollimage:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/file/img/587.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.dev-sp .cms-public .school_top_scrollimage:after{
  top: 100%;
  background-size: contain;
}
.cms-public .school_top_scrollimage .slick_slide{
  position: relative;
}
.dev-sp .cms-public .school_top_scrollimage .slick_slide:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/file/img/583.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .slick-slider{
  float: none;
}
.cms-public .school_top_scrollimage .slick-track{
  height: 300px;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .image_listitem{
  display: flex;
  align-items: center;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .image_listitem:nth-child(2n){
  position: relative;
  top: 30px;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .image_listitem:nth-child(3n){
  position: relative;
  bottom: 40px;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .image_listitem:nth-child(4n){
  position: relative;
  top: 60px;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .image_listitem:nth-child(2n) img{
  width: 90%;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .image_listitem:nth-child(3n) img{
  width: 70%;
}
body:not(.dev-mb) .cms-public .school_top_scrollimage .image_listitem:nth-child(4n) img{
  width: 100%;
  height: 100%;
}
.cms-public .school_top_scrollimage .slick-prev:before, 
.cms-public .school_top_scrollimage .slick-next:before{
  display: none;
}
.cms-public .school_top_scrollimage .slick-next{
	display: none !important;
}
.cms-public .school_top_scrollimage figure{
  margin: 0 10px;
}
.cms-public .school_top_scrollimage img{
  border-radius: 10px;
}
.dev-sp .slick-next{
  right: 0;
}
/* school_top_access */
.cms-public .school_top_access .block:nth-child(1), 
.cms-public .school_top_access .block:nth-child(2), 
.cms-public .school_top_access .block:nth-child(3){
  margin: 30px 0;
}
.dev-sp .cms-public .school_top_access .block:nth-child(1), 
.dev-sp .cms-public .school_top_access .block:nth-child(2), 
.dev-sp .cms-public .school_top_access .block:nth-child(3){
  margin: 10px 0;
}
body:not(.dev-mb) .cms-public .school_top_access .heading h2{
  position: relative;
  text-align: center;
  color: var(--theme-color1);
}
body:not(.dev-mb) .cms-public .school_top_access .heading h2:after{
  content: 'HOSPITAL INFORMATION';
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 40px);
  background-color: transparent;
}
.dev-sp .cms-public .school_top_access .heading h2:after{
  font-size: 0.9rem;
}
.cms-public .school_top_access iframe{
  width: 100%;
}
.cms-public .school_top_access .block:nth-child(3) .list ul{
  display: flex;
  justify-content: center;
}
.dev-sp .cms-public .school_top_access .block:nth-child(3) .list ul{
  flex-direction: column;
  gap: 30px;
}
.cms-public .school_top_access .block:nth-child(3) .list ul li{
  margin: 0 auto;
}
.cms-public .school_top_access .block:nth-child(3) .list li a{
  min-width: 270px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--theme-color1);
  border-radius: 30px;
}
.cms-public .school_top_access .block:nth-child(3) .list li img {
  display: none;
}
/* 配下ページ大見出し */
/* body:not(.dev-mb) .cms-public .school_hback .heading h1, 
body:not(.dev-mb) .cms-public .school_hback .sentence{
  background-image: url(/file/img/5165.jpg);
  background-image: url(/file/img/6777.png);
  width: 100%;
}
body:not(.dev-mb) .cms-public.school-intro .school_hback .heading h1, 
body:not(.dev-mb) .cms-public.school-intro .school_hback .sentence{
  background-image: url(/file/img/6750.png);
}
body:not(.dev-mb) .cms-public.departments .school_hback .heading h1, 
body:not(.dev-mb) .cms-public.departments .school_hback .sentence{
  background-image: url(/file/img/6765.jpg);
}
body:not(.dev-mb) .cms-public.campus-life .school_hback .heading h1, 
body:not(.dev-mb) .cms-public.campus-life .school_hback .sentence{
  background-image: url(/file/img/6745.png);
}
body:not(.dev-mb) .cms-public.prospective-students .school_hback .heading h1, 
body:not(.dev-mb) .cms-public.prospective-students .school_hback .sentence{
  background-image: url(/file/img/6741.png);
}
body:not(.dev-mb) .cms-public.current-students .school_hback .heading h1, 
body:not(.dev-mb) .cms-public.current-students .school_hback .sentence{
  background-image: url(/file/img/6767.png);
}
body:not(.dev-mb) .cms-public.alumni .school_hback .heading h1, 
body:not(.dev-mb) .cms-public.alumni .school_hback .sentence{
  background-image: url(/file/img/6773.png);
}
body:not(.dev-mb).dev-sp .cms-public .school_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .school_hback .sentence{
  background-image: url(/file/img/5166.jpg);
  background-image: url(/file/img/6778.png);
}
body:not(.dev-mb).dev-sp .cms-public.school-intro .school_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public.school-intro .school_hback .sentence{
  background-image: url(/file/img/6751.png);
}
body:not(.dev-mb).dev-sp .cms-public.departments .school_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public.departments .school_hback .sentence{
  background-image: url(/file/img/6766.jpg);
}
body:not(.dev-mb).dev-sp .cms-public.campus-life .school_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public.campus-life .school_hback .sentence{
  background-image: url(/file/img/6746.png);
}
body:not(.dev-mb).dev-sp .cms-public.prospective-students .school_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public.prospective-students .school_hback .sentence{
  background-image: url(/file/img/6742.png);
}
body:not(.dev-mb).dev-sp .cms-public.current-students .school_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public.current-students .school_hback .sentence{
  background-image: url(/file/img/6768.png);
}
body:not(.dev-mb).dev-sp .cms-public.alumni .school_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public.alumni .school_hback .sentence{
  background-image: url(/file/img/6774.png);
} */

/* area5 */
.cms-public .area5{
  width: 100%;
}
.cms-public .area5 .assist{
  right: 50px; /* メインのcssでpositionを設定 */
}

/* full-navigation */
.h_school_toparea ~ .h_sidearea .right-menu li {
  display: block;
}
.h_school_toparea ~ .h_sidearea .overlay-content{
  padding: 20px 0 50px 50px;
}
.dev-sp .h_school_toparea ~ .h_sidearea .overlay-content{
  padding: 20px 80px 20px 20px;
}
.cms-public .global-nav li:after{
  content: none;
}

/* anker_link */
.cms-public .area3 .anker_link ul, .cms-public .area3 .anker_link_div ul {
  background: rgb(var(--theme-color2-1), var(--theme-color2-2), var(--theme-color2-3), 0.4);
}


.cms-public .area5 .f_link .block:nth-child(2){
  display: none;
}

.vertical-icons .icon:nth-child(1) {
    background-image: url(/file/img/12.png);
}
.vertical-icons .icon:nth-child(2) {
    background-image: url(/file/img/8.png);
}

/* sitemap */
.cms-public .area5 .menu-sitemap > ul > li:nth-child(3) {
  width: calc(50% - 15px);
}

/* schedule */
.area3:not(.top_area) > .parts.schedule {
  background-color: rgb(var(--light-theme-color-1), var(--light-theme-color-2), var(--light-theme-color-3), 0.3);
  padding: 50px;
  margin-top: 50px;
}
.dev-sp .area3:not(.top_area) > .parts.schedule{
  padding: 30px 20px;
  margin-top: 0;
}
.schedule .parts{
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.dev-sp .schedule .parts{
  margin-bottom: 20px;
  padding: 20px 10px;
}
.schedule .parts:last-of-type{
  margin-bottom: 0;
}
.schedule .parts .note{
  display: grid;
  /* grid-template-columns: 150px auto 270px; */
  grid-template-columns: 200px auto;
  align-items: center;
}
.dev-sp .schedule .parts .note{
  display: flex;
  flex-direction: column;
}
.schedule .parts .block:nth-of-type(1){
  width:fit-content;
  grid-column: 1 / 2;
  justify-self: center;
}
.schedule .parts:has(.block:not(:nth-of-type(2)) > .list) .block:nth-of-type(1) {
  grid-area: 1 / 1 / span 99 / 2;
}
.schedule .parts .block:has(.list){
  grid-column: 2 / 3;
  border-bottom: 1px solid rgb(var(--gray-color-1), var(--gray-color-2), var(--gray-color-3), 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  width: 90%;
}
.dev-sp .schedule .parts .block:has(.list){
  justify-content: center;
  width: 100%;
}
.schedule .parts .block:has(.list):last-of-type{
  border-bottom: none;
}
/* .schedule .parts .block:has(.image){
  width:fit-content;
  grid-column: 3 / 4;
  justify-self: end;
  padding: 5px;
}
.schedule .parts .block:has(.sentence) + .block:has(.image){
  grid-row: span 2;
}
.schedule .parts .block:has(.list):has(+ .block + .block .sentence),
.schedule .parts .block:has(.list):has(+ .block .sentence){
  border-bottom: none;
}
.schedule .parts .block:not(:nth-of-type(1)):has(.sentence){
  grid-column: 2 / 3;
  border-bottom: 1px solid rgb(var(--gray-color-1), var(--gray-color-2), var(--gray-color-3), 0.5);
  height: 100%;
  width: auto;
}
.dev-sp .schedule .parts .block:not(:nth-of-type(1)):has(.sentence){
  width: 100%;
} */
.schedule .parts .block:nth-of-type(1) p {
  position: relative;
  font-size: 1.15rem;
  color: var(--theme-color1);
  font-weight: bold;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  background-color: rgb(var(--light-theme-color-1), var(--light-theme-color-2), var(--light-theme-color-3), 0.3);
  border-radius: 50%;
  padding: 30px;
}
.schedule .parts .block:nth-of-type(1) p::after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: -5px;
  width: 30px;
  height: 90px;
  border-left: 1px solid var(--theme-color1);
  rotate: 35deg;
  background-color: #fff;
}
.schedule .parts .block:has(.list) li {
  font-size: 1.25rem;
  font-weight: bold;
}
/* .schedule .parts .block:has(.image) .image .image_listitem,
.schedule .parts .block:has(.image) figure{
  display: block;
  margin: 0;
}
.schedule .parts .block:has(.image) img {
  width: 220px;
  height: 165px;
  object-fit: cover;
  display: block;
}
.schedule .parts .block:not(:nth-of-type(1)):has(.sentence) p{
  margin: 0 0 1rem 30px;
}
.dev-sp .schedule .parts .block:not(:nth-of-type(1)):has(.sentence) p{
  margin: 0;
} */

/* school_news */
.school_news .list{
  border: 1px solid #FFF;
}
.school_news figure{
  margin: 0;
}
.school_news ul{
  margin: 0;
}
.area3:not(.top_area) .school_news ul.list-style-table li.list-style-white-space{
  padding: 20px 0;
  border-bottom: 1px solid #E7E6E6;
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: baseline;
}
.dev-sp .area3:not(.top_area) .school_news ul.list-style-table li.list-style-white-space{
  padding: 15px 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
.cms-public .area3 .school_news ul.list-style-table li span.first{
  font-size: 0.9rem;
}
.dev-sp .cms-public .area3 .school_news ul.list-style-table li span.first{
  border-bottom: none;
  font-weight: normal;
}
.cms-public .area3:not(.top_area) .school_news ul.list-style-table li span.second{
  padding-left: 10px;
  margin-left: 0 !important;
}
.dev-sp .cms-public .area3:not(.top_area) .school_news ul.list-style-table li span.second{
  padding-left: 0;
}
.cms-public .area3 .school_news ul.list-style-table li span.second:before{
  content: none;
}