/* 基本設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP","Hiragino Sans","Yu Gothic", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container_f {
    /*max-width: 1000px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

:root {
	--icon-width: 3px;
	--icon-color: #cc0033;
    --bg-pink: #fde7e7;
    --bg-blue: #e1f5fe;
    --arrow-color: #cc0033;
    --border-color: #333;
}

img {
    max-width: 1000%;
}

a{
    text-decoration: none;
    color: #4d8acf;
}

ul{
    list-style: none;
}

.bold{
    font-weight: bold;
}

.line{
    text-decoration:underline;
}
.pc_only {
    display: inline;
}

.sp_only {
    display: none;
}

@media (max-width: 768px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: inline;
    }
}

/* header(lower only)
-----------------------*/

.logo_box .site_name{
    font-size: clamp(1.6rem, 1.2rem + 2vw, 2.0rem);
    letter-spacing: -0.1rem;
    font-weight: 800;
    line-height: 2.6rem;
}

.logo_box img{
    width: 140px;
}


@media (max-width: 768px) {
.header-spacer-sp{
        display: block;
        height: 70px;
    }
.header-inner-sp .header_box {
  display: grid;
  grid-template-columns: 45px 1fr 60px;
  gap: 10px;

        height: 70px;
        align-items: center;
        position: relative;
        }
/*.header-inner-sp .logo {
        font-weight: 700;
        padding-left: 14px;
        }

.header-inner-sp .logo_box img {
        width: 140px;
        margin-right: 10px;
        padding-bottom: 10px;
        }:*/

.header-inner-sp .header_box .site_logo{
	display: block;
	width:45px;
}

.header-inner-sp .header_box .site_logo img{
	width: 40px;
	margin: 5px 0px 10px 10px;
}

.header-inner-sp .header_box .site_name{
    padding: 0px 0px 15px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    margin-left: 5px;
    line-height: 1.2rem;
   }
  /* .header-inner-sp .header_box .site_name::before{
    content:"";
      display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url("../img/img_gakuhi_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
   }*/

   .header-inner-sp .header_box .site_name a{
    color: #111;
   }
   .header-inner-sp .header_box .site_name .small_txt{
	font-size: 13px;
	font-weight: normal;
}


}


/* contents__main
----------------------*/

main{
    /*background-color: #ffe9e9;*/
    width: 100%;
    text-align: center;
        background-color: #fff;
    /*padding-bottom: 140px;*/

}

.wrapper{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px 30px;
    text-align: left;
}

@media (max-width: 768px) {
.wrapper{
    max-width: 750px;
    margin: 0 auto;
    padding: 0px 10px 30px;
    text-align: left;
    font-size: 1.1rem;
}
}

.p_h1{
background: linear-gradient(
  0deg,
  #fff5f5 0%,
  #ffdede 50%,
  #f8c3c3 100%
);

/*background-color: #ffeded; */
   margin-left: calc(50% - 50vw);
    text-align: center;
    width: 100vw;
    margin: 25px 0 0;
    padding: 0;
    height: 140px;
   border-bottom: 1px dotted #fbcaca;
/* width: 1000px;
margin: 0 auto;*/
}

h1{ 
    width: 1000px;
    margin: 0 auto;
    padding: 85px 0px 0px 20px;
    text-align: left;
    font-size: clamp(1.8rem, 1.2rem + 2vw, 2.2rem);
    font-weight: 600; 
    line-height: 2rem; 
    color: #333333;
    /*padding-bottom: 8px;
    padding-left: 10px;
    border-bottom: 4px solid #cc0033;*/
}

h1 span{ font-size: 1.05rem; font-weight: normal;}

@media (max-width: 768px) {
.p_h1{

    margin: 0 0 40px;
    padding: 0;
    height: 100px;
}    
    h1{
        padding: 30px 10px 5px 20px;
        text-align: left;
        font-size: 1.4rem;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 100vw;
    }
}

h2{
    font-size: clamp(1.25rem, 1.0rem + 0.9vw, 1.5rem); 
    padding-bottom: 0px;
    padding-left: 10px;
    margin: 40px auto 60px 0;
    border-left: 8px solid #cc0033;
    font-weight: normal;
}

@media (max-width: 768px) {
    h2{
        margin: 20px auto 40px 0;
    }
}


h3{
    font-size: clamp(1.0rem, 0.9rem + 0.8vw, 1.25rem); 
    margin: 50px 0 30px;
    padding: 10px 0 0;
    text-align: center;
    font-weight: normal;
    display: inline-block;
  }


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.mb25 {
	margin-bottom: 25px;
}

.fs_12{
	font-size: 0.75rem;
}
.fs_14{
	font-size: 0.875rem;
}
.fs_16{
	font-size: 1.0rem;
}
.fs_18{
	font-size: 1.125rem;
}

.blank {
  background-image: url(../img/blank.png);
  background-repeat: no-repeat;
  background-position: left 0.2em;
  padding-left: 25px;
}


/*　学校関係者の方へ（school.html）
---------------------------------------*/

#school .service_box .white {
			margin-bottom: 30px;
		}

 /*  学校側の主なメリット*/
 #school .service_box .white h2.obi{
    position: relative;
    height: 60px;
    padding: 5px 0;
    background: linear-gradient(to bottom, #333 0%, #555 100%);
    border-radius: 0;
    color: #fff;
    text-align: center;
    border: none;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: 1.8rem;
}

/*#school .service_box .white h2.obi::after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 50px; 
    background: linear-gradient(to bottom, #555 0%, #555 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}*/



#school .service_box .white .whtite-note-dl {
			text-align: left;
            margin: 0px 30px 30px;
            font-size: 1.1rem;
            padding-bottom: 0px;
		}

/*#school .service_box .white .whtite-note-dl dl.merit-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    
}*/

#school .service_box .white .whtite-note-dl dl.merit-list .merit{
    border: 1px solid #cc0033;
    border-radius: 5px;
    background-color: #ffefef;
    margin: 20px;
}


#school .service_box .white .whtite-note-dl dl.merit-list.merit dt,
#school .service_box .white .whtite-note-dl dl.merit-list dd{
    margin: 0;
}


#school .service_box .white .whtite-note-dl dt{
    padding: 5px 5px;
    font-weight: bold;
    font-size: 1.1rem;
}

#school .service_box .white .whtite-note-dl dt.r{
    position: relative;
    background-color: #cc0033;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 10px;
    height: 50px;
}
/*#school .service_box .white .whtite-note-dl dt.r::before{
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 0;
    height: 0;
    border-radius: 5px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #fff;
}*/


#school .service_box .white .whtite-note-dl .merit dd{
    padding: 20px 10px;
    font-size: 1.0rem;
}


@media (max-width: 768px) {
 #school .service_box .white h2.obi{
    font-size: 1.3rem;
    padding: 16px 0;
    margin-top: 0;
 }
#school .service_box .white .whtite-note-dl dt{
    font-size: 1.0rem;
}
#school .service_box .white .whtite-note-dl .merit dd{
    padding: 10px 10px;
    font-size: 14px;
    line-height: 160%;
}
#school .service_box .white .whtite-note-dl {
			text-align: left;
            margin: 0px 0px 20px;
            font-size: 1.1rem;
            padding-bottom: 0px;
		}
}





#school .service_box .white .whtite-note {
			text-align: left;
            margin: 30px 30px 60px; 
		}

#school .service_box .white .whtite-note p{
			font-size: 1.1rem;
		}



#school .service_box .pdf-item {
min-height: 100px;
margin: 30px 20px;
padding: 20px;
text-align: left;
border: 1px solid #999;
border-radius: 10px;
position: relative;
}

#school .service_box .pdf-item .pdf-label{
    position: absolute;
    top: -15px;
    left: 3%;
    transform: translateX(-50%);
    background-color: #008020;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 1.0rem;
    white-space: nowrap;
    min-width: 77px;
    text-align: center;
} 

#school .service_box .pdf-info{
  display: flex;
  gap: 16px;
  align-items: flex-between;
  text-decoration: none;
}

#school .service_box .pdf-list {
  width: 180px;
  flex-shrink: 0;
  padding: 20px;
  margin: 0px auto;
}

#school .service_box .pdf-list img {
  width: 100%;
  display: block;
}

#school .service_box a.pdf-info{
text-decoration: none;
}

#school .service_box .pdf-txt{
    margin-left: 20px;
    text-align: left;
}

#school .service_box .pdf-txt h3 {
  margin: 0 0 8px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}

#school .service_box .pdf-txt p {
  margin: 10px 20px;
  color: #111;
  font-size: 1rem!important;
}

@media (max-width: 768px) {
#school .service_box .pdf-item {
margin: 20px 0px;
padding: 5px;
text-align: left;
position: relative;
}

#school .service_box .pdf-item a {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        align-items: flex-start;
        text-decoration: none;
}

#school .service_box .pdf-item .pdf-label{
    position: absolute;
    top: -15px;
    left: 6%;
    transform: translateX(-50%);
    background-color: #008020;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 0.8rem;
    white-space: nowrap;
    min-width: 60px;
    text-align: center;
} 
#school .service_box .pdf-list {
  width: 100%;}

#school .service_box .pdf-list img{
    margin: 0 auto;
    max-width: 100%;
}

#school .service_box .pdf-txt h3 {
  font-size: 1.2rem;
  text-align: left;
}

#school .service_box .pdf-txt p {
  margin: 10px 0px;
  color: #111;
  font-size: 0.9rem!important;
}

}



#school .service_box .text_wrapper{
          background-color: #fff;
          padding: 30px;
}

#school .service_box .text_wrapper_line{
          background-color: #fff;
          border: 2px solid #ccc;
          padding: 30px;
          border-radius: 10px;
}

#school .service_box .text_wrapper_g{
          background-color: #e7e3e3;
          padding: 60px;
          margin-bottom: 60px;
          width: 100vw;
          margin-left: calc(50% - 50vw);
          height: 360px;
}


#school .service_box .text_wrapper_p{
          background-color: #fde7e7;
          padding: 80px;
          margin-bottom: 60px;
          width: 100vw;
          margin-left: calc(50% - 50vw);
          height: 400px;
}

#school .service_box .text_wrapper .read_txt{
        margin: 0 20px 0px;
}

#school .service_box .read_txt{
          line-height: 2rem;
          font-size: 1.0rem;
}


@media (max-width: 768px) {

#school .service_box .text_wrapper{
          background-color: #fff;
          padding: 10px 15px 30px ;
}

#school .service_box .text_wrapper .read_txt{
        margin: 0 30px 20px;
}

#school .service_box .read_txt{
          line-height: 1.7rem;
          font-size: 0.9rem!important;
}


#school .service_box .text_wrapper_g{
          background-color: #e7e3e3;
          padding: 30px;
          margin-bottom: 60px;
          width: 100vw;
          margin-left: calc(50% - 50vw);
          height: auto;
}    




}


#school .service_box .contact_text{
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 30px;
}

#school .service_box .contact_text::before,
#school .service_box .contact_text::after {
content: "";
width: 1px;
height: 50px;
background: #333;
}

#school .service_box .contact_text::before {
  transform: rotate(-35deg);
}

#school .service_box .contact_text::after {
  transform: rotate(35deg);
}

#school .service_box .contact_text p{
    padding-left: 20px;
    font-size: 1.2rem!important;
}



@media (max-width: 768px) {
#school .service_box .contact_text{
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 30px;
}

#school .service_box .contact_text::before,
#school .service_box .contact_text::after {
content: none;
}

#school .service_box .contact_text p{
    padding-left: 0px;
    font-size: 1.0rem!important;
}




}


#school .service_box .contacts{
padding: 0px 30px;
/*display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;*/
  width: 70%;
  margin: 0 auto;
  text-align: center;

}

#school .service_box .clmn2{
padding: 0px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;

}

.contacts_web a.contacts_web_btn{
    display: block;
    font-size: 1.4rem;
    padding: 12px 8px;
    min-height: 60px;
  border-radius: 10px;
  margin-bottom: 8px;
  background-color: #fff;
    background-color: var(--icon-color);
  border: 2px solid var(--icon-color);
  color: #fff; 
  font-weight: normal;
  text-align: center;
  /*transition: opacity 0.3s;*/
  transition: background-color 0.3s ease;
}

.contacts_web a.contacts_web_btn:hover{
    /*opacity: 0.7;*/
  background-color: #fff;
   border: 2px solid var(--icon-color);
  color: var(--icon-color);
}


@media (max-width: 768px) {
#school .service_box .contacts{
padding: 0px;
width: 100%;
  grid-template-columns: 1fr;
  gap: 25px;
}

#school .service_box .contacts .small_txt{
    font-size: 0.9rem;
}

.contacts_web a.contacts_web_btn{
    display: block;
    font-size: 1.1rem;
    width: 100%;
    padding: 12px 8px;
    min-height: 60px;
  border-radius: 10px;
  margin-bottom: 8px;

}



#school .service_box .clmn2{
padding: 0px;
  grid-template-columns: 1fr;
  gap: 25px;
}


}



/*　主な実績校（performance.html）
------------------------------------*/

#performance .service_box .slantingline {
      margin: 20px 10px 60px;
      background-color: #f0f2f3;
      background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
      -webkit-background-size: 7px 7px;
      padding: 20px 30px;
      font-size: 1.2rem;
    }
#performance .service_box .slantingline-02 {
      margin: 20px 10px 60px;
      background-color: #f0f2f3;
      background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
      -webkit-background-size: 7px 7px;
      padding: 20px 30px;
      font-size: 1.2rem;
    }
@media (max-width: 768px) {
#performance .service_box .slantingline {
    margin: 20px 10px 60px;
        padding: 10px;
        font-size: 1rem;
      }
#performance .service_box .slantingline-02 {
    margin: 20px 0px 20px;
        padding: 0;
        font-size: 1rem;
      }
#performance .service_box .slantingline-02 ul{
    padding: 15px 10px;
}
    }


#performance .service_box .slantingline li a::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.5em;
  background-image: url(../img/blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}    

#performance .service_box .menuWrap{
    margin: 20px auto;
    padding: 0 10px;
}

#performance .service_box .menuWrap .tabItem {
  width: calc(20% - 4px);
  margin-bottom: 10px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #4a4a4a;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
}
#performance .service_box .menuWrap .tabItem:hover { background: #cc0033 }
#performance .service_box .menuWrap input[name="tabItem"] { display: none }
#performance .service_box .menuWrap .tabContent {
  display: none;
  overflow: hidden;
}
#performance .service_box .menuWrap #dinner + label,
#performance .service_box .menuWrap #drink + label {
  margin-left: 20px;
}
#performance .service_box .menuWrap #ini_a:checked ~ * #initial_a,
#performance .service_box .menuWrap #ini_ka:checked ~ * #initial_ka,
#performance .service_box .menuWrap #ini_sa:checked ~ * #initial_sa,
#performance .service_box .menuWrap #ini_ta:checked ~ * #initial_ta,
#performance .service_box .menuWrap #ini_na:checked ~ * #initial_na,
#performance .service_box .menuWrap #ini_ha:checked ~ * #initial_ha,
#performance .service_box .menuWrap #ini_ma:checked ~ * #initial_ma,
#performance .service_box .menuWrap #ini_ya:checked ~ * #initial_ya,
#performance .service_box .menuWrap #ini_ra:checked ~ * #initial_ra,
#performance .service_box .menuWrap #ini_wa:checked ~ * #initial_wa{
   display: block;
 }
#performance .service_box .menuWrap input:checked + .tabItem { background: #cc0033; }
#performance .service_box .menuWrap .tabContent p {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}

@media (max-width: 768px) {

    #performance .service_box .menuWrap{
    margin: 0px 0 10px;
}
}

#performance .service_box .caution_txt ul{
          line-height: 2rem;
          font-size: 1.0rem;
          list-style: none;
          margin-left: 30px;
}


#performance .service_box .caution_txt li{
	margin: 0 0 8px 0;
	position: relative;
	padding-left: 1.2em;
}

#performance .service_box .caution_txt li::before {
content: "※";
position: absolute;
left: 0;
top: 0;
}

@media (max-width: 768px) {
#performance .service_box .caution_txt ul{
          line-height: 1.5rem;
          font-size: 0.9rem;
          list-style: none;
          margin: 0 20px;
}
}



/*　学費公共スマート払い利用規約（policy.html）
--------------------------------------------*/

/* #policy {}*/


