@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index .gNavi {
    margin-bottom: 0;
}
#index .comLink {
  width: 60%;
  max-width: 500px;
}
#index .comLink a {
  font-size: 2rem;
  color: #fff;
  border: none;
  background: #1491D2;
  padding: 20px;
  position: relative;
}
#index .comLink a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../img/common/icon30.png) no-repeat;
  background-size: contain;
  top: 40%;
  bottom: 0;
  right: 5%;
  position: absolute;

}
.concept h2 {
    margin-bottom: 38px;
    text-align: center;
    font-size: 3.2rem;
    color: #010101;
    line-height: 1.41;
    font-weight: normal;
}
.concept {
    position: relative;
    padding: 48px 0 276px;
    background: url("../img/index/bg01.png") no-repeat center bottom;
}
.concept .mainBox {
    position: relative;
}
.support .mainBox {
  width: 1200px;
}
.blue {
    color: #0091db;
}
.concept p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.125;
}
.concept .photo01 {
    position: absolute;
    bottom: -89px;
    left: -68px;
}
.concept .photo02 {
    position: absolute;
    bottom: -78px;
    right: 0px;
}
.support {
    margin-top: -15px;
    background: url("../img/index/bg02.png") no-repeat center top 102px;
    background-size: cover;
}
.support h3 {
    margin-bottom: 84px;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
}
.support .list {
    display: flex;
}
.support .list a:hover {
  opacity: 0.8;
}
.support .list li {
    width: 300px;
    margin-bottom: 20px;
    padding: 20px 20px 45px;
    box-sizing: border-box;
    box-shadow: 3px 4px 0 rgba(184, 184, 184, 0.23);
    background-color: white;
    margin-right: 5px;
}
.support .list a:last-child li{
  margin-right: 0;
}
.support .list li:nth-child(3n-1) {
    /*margin-left: 20px;
    margin-right: 20px;*/
}
.support .list li .comLink a {
  padding: 8px 5px 9px !important;
  display: block;
  text-align: center;
  border: 1px solid #1491D2 !important;
  color: initial !important;
  font-size: initial !important;
  border-radius: 50px;
  background: url(../../img/common/icon06.png) no-repeat right 15px center !important;
}
.support .list li .comLink a::after {
  display: none;
}
.support .list p {
    margin-bottom: 36px;
    line-height: 1.79;
     font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.support .list .num {
    margin-bottom: -12px;
    line-height: 1;
    text-align: center;
    font-size: 4.5rem;
    color: #4c98be;
    position: relative;
    top: -45px;
}
.support .list .ttl {
    margin-bottom: 2px;
    text-align: center;
}
.support .list h4 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 2.4rem;
    color: #0091db;
    font-weight: normal;
}
.support .list h4 .txtSpan {
    font-size: 3rem;
}
.support .list h4::first-letter {
    color: #4bb987;
}
.program {
    margin-bottom: 55px;
    padding: 72px 0;
    background: url("../img/index/photo03.png") no-repeat left -470px top -419px;
}
.program h2 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 3.6rem;
    color: #0091db;
}
.program h3 {
    margin-bottom: 75px;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.6;
}
.green-bg a{
  background-color: #4bb987 !important;
}
.brown-bg a {
  background-color: #baa05f !important;
}
.green {
    color: #4bb987;
}
.program .inner {
    position: relative;
}
.program .inner .photo {
    text-align: center;
}
.program .inner .sub {
    position: absolute;
    width: 288px;
}
.program .inner .sub01 .pBox:after {
	width: 23px;  
	height: 42px;
    background: url("../img/common/icon04.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	top: 54px;
	right: -23px;  
	content: ""; 
    z-index: 1;
}
.program .inner .sub02 .pBox:after {
	width: 32px;  
	height: 50px;
    background: url("../img/common/icon05.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	top: 34px;
	left: -28px;  
	content: ""; 
    z-index: 1;
}
.program .inner .sub03 .pBox:after {
	width: 115px;  
	height: 41px;
    background: url("../img/common/icon10.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	bottom: 30px;
	left: -115px;  
	content: ""; 
    z-index: 1;
}
.program .inner .sub01 {
    top: 53px;
    left: 23px;
}
.program .inner .sub02 {
    top: 93px;
    right: 19px;
}
.program .inner .pBox {
    padding: 20px 25px 30px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    box-shadow: 3px 4px 0 rgba(184, 184, 184, 0.23);
}
.program .inner .pBox p {
    line-height: 1.79;
     font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.program .inner .ttl {
    margin-bottom: 15px;
    padding: 6px 5px 9px;
    box-sizing: border-box;
    width: 281px;
    font-size: 3rem;
    color: white;
    background-color: #0991D9;
    border-radius: 100px;
    text-align: center;
}
.program .inner .sub02 .pBox {
    padding: 20px 15px 25px 25px;
}
.program .inner .sub02 .ttl {
    margin-left: 10px;
}
.comImgBox {
    margin-bottom: 82px;
    padding: 28px 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 3px 5px 1.82px 0.18px rgba(184, 184, 184, 0.23);
    background-color: white;
}
.comImgBox .photoBox {
    order: 2;
}
.comImgBox .textBox {
    flex: 1;
    padding: 8px 40px 0 10px;
}
.comImgBox .textBox p {
    line-height: 1.79;
     font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.comImgBox .textBox .ttl {
    margin-bottom: 3px;
    font-size: 1.6rem;
}
.comImgBox .textBox .ttl02 {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.3;
}
.comImgBox .textBox .ttl02 span {
    font-size: 2.8rem;
}
.flow {
    padding: 75px 0 39px;
    background: url("../img/index/bg03.png") no-repeat center top #ECF7FA;
}
.flow .headLine01 {
    color: #0091db;
}
.flowUl {
    margin: 0 0 0 9px;
    display: flex;
    flex-wrap: wrap;
}
.flowUl li {
    margin: 0 18px 35px 0;
    width: 221px;
    padding: 20px 30px 44px;
    background-color: white;
    box-sizing: border-box;
    position: relative;
}
.flowUl li:after {
	width: 14px;  
	height: 28px;
    background: url("../img/common/icon03.png") no-repeat;
	position: absolute;  
	top: 50%;
    margin-top: -31px;
	right: -14px;  
	content: ""; 
}
.flowUl li:last-child:after,
.flowUl li:nth-child(4n):after {
    display: none;
}
.flowUl li:nth-child(4n) {
    margin-right: 0;
}
.flowUl li p {
    margin-right: -5px;
    line-height: 1.79;
     font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.flowUl li .num {
    text-align: center;
    font-size: 3rem;
    color: #4c98be;
    position: relative;
    top: -44px;
    margin: 0 0 -35px;
}
.flowUl li h4 {
    min-height: 59px;
    margin: 0 -10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
}
.flowUl li .photo {
    margin-bottom: 15px;
    text-align: center;
}
.price {
    padding: 56px 0 100px;
}
.price .headLine02 {
    padding-top: 3px;
    margin-bottom: 56px;
}
.price .note {
    font-size: 0.8em;
}
.education {
    padding-top: 150px;
    background-image: url("../img/index/bg05.png");
}
.education h2 {
    color: #4bb987;
}
.education .inner {
    padding-top: 27px;
}
.education .inner .sub {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.education .inner .sub03 {
    top: -40px;
    right: -5px;
    width: 590px;
}
.education .inner .photo {
    margin: 0 auto;
    width: 260px;
    position: relative;
}
.education .inner .photo img {
    position: relative;
    z-index: 10;
}
.education .inner .photo:after {
	width: 100%;  
	height: 100%;
    border: 20px solid #D9F2C1;
    border-radius: 100%;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
    box-sizing: border-box;
    z-index: -1;
}
.education .inner .pBox {
    width: 240px;
    box-sizing: border-box;
}
.education .inner .ttl {
    padding: 8px 5px 12px;
    font-size: 2.7rem;
    line-height: 1.11;
    background-color: #49B887;
    width: 200px;
}
.education .inner .sub03 .ttl {
    width: 220px;
}
.education .inner .pBox {
    margin-top: -26px;
    padding: 10px 10px 18px !important;
}
.education .inner .sub01 {
    width: 440px;
    top: 198px;
    left: -3px;
}
.education .inner .sub01 .pBox {
    position: relative;
    right: -7px;
    margin: -20px -20px 0 0;
    z-index: 1;
}
.education .inner .sub01 .ttl {
    order: 2;
}
.education .inner .sub02 {
    width: 440px;
    right: 7px;
    top: 198px;
}
.education .inner .sub02 .ttl {
    width: 210px;
}
.education .inner .sub02 .pBox {
    margin-top: -20px;
}
.education .inner .sub02 .pBox::after {
    top: 45px;
}
.comImgBox02 .textBox {
    margin-top: -20px;
}
.comImgBox02 .textBox .ttl02 {
    margin-bottom: 19px;
}
.flow02 {
    background-image: url("../img/index/bg06.png");
    background-color: #F2FAEA;
    padding: 59px 0 45px;
}
.flow02 .headLine01 {
    color: #4bb987;
}
.flow02 .flowUl {
    margin-top: -12px;
}
.flow02 .flowUl li .num {
    color: #4bb987;
}
.flow02 .flowUl li::after {
    background-image: url("../img/common/icon09.png");
}
.price02 {
    padding-bottom: 79px;
}
.price02 .headLine01 {
    color: #4bb987;
}
.price02 .headLine02 {
    margin-bottom: 42px;
}
.price02 .comTable tbody th {
    background-color: #49B887;
}
.price02 .comTable tbody tr:nth-child(2n) td {
    background-color: #F2FAEA;
}
.counseling {
    padding: 150px 0 0;
    background: url("../img/index/bg07.png") no-repeat right -634px top -81px;
}
.counseling h2 {
    margin-bottom: 47px;
    text-align: center;
    font-size: 3.6rem;
    color: #0091db;
    letter-spacing: 0.06em;
}
.counseling h3 {
    margin-bottom: 55px;
    font-size: 3rem;
    text-align: center;
    line-height: 1.57;
    font-weight: normal;
}
.counseling p {
    margin-bottom: 69px;
    text-align: center;
    line-height: 2.125;
    font-size: 1.6rem;
}
.counseling .ttl {
    width: 832px;
    margin: 0 auto 52px;
    box-sizing: border-box;
    padding: 14px 20px 20px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
    position: relative;
    box-shadow: 0px 5px 7.28px 0.72px rgba(114, 114, 114, 0.16);
    background-color: white;
    border-radius: 10px;
}
.counseling .ttl:after {
	width: 30px;  
	height: 31px;
    background: url("../img/common/icon11.png") no-repeat center bottom;
    background-size: 100% auto;
	position: absolute;  
	bottom: -31px;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.red {
    color: #ca1c1c;
}
.counseling .inner {
    padding-bottom: 48px;
    position: relative;
}
.counseling .inner:after {
	width: 100%;  
	height: calc(100% - 73px);
    background-color: #ECF6FF;
	position: absolute;  
	top: 73px;
	left: 0;
	content: ""; 
    z-index: -1;
}
.counseling .bannerUl {
    margin: 0 auto;
    width: 834px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.counseling .bannerUl li {
    width: 390px;
    margin-bottom: 10px;
}
.counseling .bannerUl li a {
    display: block;
    border: 1px solid #E0E0E0;
}
.counseling .bannerUl span {
    padding: 6px 22px 6px 6px;
    display: block;
    color: white;
    text-align: center;
    border-top: 1px solid #E0E0E0;
    background: url("../img/common/icon12.png") no-repeat right 22px center #0091DB;
}
.counseling .bannerUl li a:hover {
    opacity: 0.7;
}
.counseling .bannerUl .liStyle span {
    background-color: #4BB987;
}
.health {
    margin-bottom: 30px;
    padding: 87px 0 0;
    background-image: url("../img/index/bg08.png");
    background-position: left -373px top -357px;
}
.health.mainSec{
    margin-bottom:0;
}
.health h2 {
    margin-bottom: 48px;
    color: #baa05f;
    letter-spacing: 0.06em;
}
.program h2 .txtSpan {
    padding: 0 25px 1px;
    border-radius: 50px;
    font-size: 2.6rem;
    color: white;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 0.06em;
    background-color: #BAA05F;
}
.health h3 {
    margin-bottom: 30px;
}
.comImgBox03 {
    margin-bottom: 35px;
    padding: 28px 45px 25px;
}
.comImgBox03 .textBox .ttl02 {
    margin-bottom: 19px;
    font-size: 2.8rem;
    color: #baa05f;
    font-weight: bold;
}
.comImgBox03 .textBox .ttl {
    font-size: 1.4rem;
}
.comImgBox03 .txt {
    width: 375px;
}
.comImgBox03 .photoBox02 {
    margin-top: 38px;
}
.flow03 {
    padding: 80px 0 39px;
    margin-top: 90px;
    background-image: url("../img/index/bg09.png");
    background-color: #F7F2E5;
}
.flow03 .headLine01 {
    color: #ac8f48;
}
.flow03 .headLine02 {
    margin-bottom: 45px;
}
.flow03 li .num {
    font-size: 4rem;
    color: #ac8f48;
    top: -53px;
    margin-bottom: -48px;
}
.flow03 .flowUl li::after {
    background-image: url("../img/common/icon17.png");
}
.price03 {
    padding: 70px 0 89px;
}
.price03 .headLine01 {
    color: #ac8f48;
}
.price03 .comTable tbody th {
    background-color: #BAA05F;
}
.price03 .comTable tbody tr:nth-child(2n) td {
    background-color: #F7F2E5;
}
.about .inner {
    margin:0 0 58px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.about .inner .photo {
    position: absolute;
    top: -145px;
    left: 22px;
}
.about .inner .photoBox {
    padding-left: 50px;
    width: 450px;
}
.about .inner .textBox {
    margin-top: -14px;
    width: 450px;
}
.about .inner p {
    font-size: 1.6rem;
    line-height: 2.125;
}
.about .inner .name {
    margin-bottom: 36px;
    text-align: center;
    font-size: 1.2rem;
}
.about .inner .name span {
    margin-bottom: -4px;
    display: block;
    font-size: 2.6rem;
}
.about .blueBox {
    padding: 22px 30px 34px;
    background-color: #ECF7FA;
    border-radius: 20px;
    position: relative;
}
.about .blueBox .list {
    display: flex;
    flex-wrap: wrap;
}
.about .blueBox .list li {
    width: 263px;
}
.about .blueBox .list li:nth-of-type(4) {
    width: 573px;
    margin-top: 70px;
}
.about .blueBox .list li:last-child{
    margin-top: 70px;
}
.about .blueBox .list li:nth-child(3n-1) {
    margin-left: 50px;
    /*margin-right: 50px;*/
}
.about .blueBox .list li:nth-of-type(3) {
    margin-left: 50px;
}
.about .blueBox .list li p {
    font-size: 1.3rem;
    line-height: 2.15;
    text-align: justify;
    text-justify: inter-ideograph;
}
.about .blueBox .list li .ttl {
    margin-bottom: 17px;
    padding: 0 3px 6px;
    font-size: 1.8rem;
    color: #577b8e;
    border-bottom: 1px solid #C6DCE6;
}
.about .blueBox .photo {
    position: absolute;
    bottom: -63px;
    right: 27px;
}
.reservation .txt {
    margin: -12px 0 55px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.23;
}
.reservation .infoUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reservation .infoUl li {
    width: 47.5%;
    padding: 32px 37px 40px;
    background-color: #ecf6ff;
    box-sizing: border-box;
}
.reservation .infoUl li p {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 20px;
}
.reservation .infoUl li .ttl {
    margin: 0 0 33px;
    font-size: 2rem;
    padding: 7px 7px 8px;
    line-height: 1.5;
    color: white;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background-color: #0091DB;
}
.reservation .infoUl li .ttl:after {
	width: 20px;  
	height: 12px;
    background: url("../img/common/icon13.png") no-repeat center bottom;
    background-size: 100% auto;
	position: absolute;  
	bottom: -12px;
	left: 50%;
    margin-left: -10px;
	content: ""; 
}
.access .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.access .inner .map {
    width: 62.4%;
}
.access .inner .textBox {
    width: 37.6%;
    display: flex;
    flex-wrap: wrap;
}
.access .inner .sub {
    margin-top: -4px;
    width: 325px;
    box-sizing: border-box;
    padding-right: 20px;
}
.access .inner p {
    margin-bottom: 7px;
}
.access .inner .logo {
    margin-bottom: 13px;
}
.access .inner .txt {
    margin-bottom: 18px;
    font-size: 1.2rem;
    line-height: 1.75;
}
.access .inner .tel {
    margin-bottom: 1px;
    padding-top: 10px;
}
.access .inner .tel a {
    padding: 0 0 4px 30px;
    display: inline-block;
    font-size: 2.9rem;
    background: url("../img/common/icon14.png") no-repeat left center;
}
.access .inner .link a {
    padding: 0 0 4px 30px;
    display: inline-block;
    font-size: 1.8rem;
    background: url("../img/common/icon15.png") no-repeat left center;
}
.access .inner .link a:hover {
    opacity: 0.7;
}
.slider.photoUl {
    margin: 80px 0;
}
.slider.photoUl .slick-slide {
    margin: 0 8px;
}
.slider.photoUl .slick-slide img {
    border-radius: 5px;
}
.faq {
    background: url("../img/index/bg10.jpg") no-repeat left bottom;
    background-size: cover;
    padding:150px 0 100px;
}
.faq .mainBox {
    width: 794px;
}
.faqUl {
    margin-top: -7px;
}
.faqUl li {
    margin-bottom: 20px;
    border: 3px solid rgba(217, 238, 247,0.9);
}
.faqUl li .jsTxt {
    padding: 14px 40px 18px 38px;
    cursor: pointer;
    background: url("../img/common/icon16.png") no-repeat right 30px center rgba(255, 255, 255,0.898);
}
.faqUl li .jsTxt.on {
    background-image: url("../img/common/icon28.png");
}
.faqUl li p {
    font-size: 1.6rem;
    line-height: 2;
}
.faqUl .jsBox {
    padding: 0 40px 18px 38px;
    display: none;
    background-color: white;
}
.media {
    padding: 92px 0 70px;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.media .lBox {
    margin: -11px 0 0 25px;
    width: 200px;
}
.media .rBox {
    width: 644px;
    height:200px;
    overflow:auto;
}
.media dt {
    float: left;
    clear: both;
    color: #808080;
    font-family: 'Montserrat', sans-serif;
}
.media dd {
    margin-bottom: 25px;
    padding: 0 0 23px 8em;
    border-bottom: 1px solid #E3E3E3;
}
.media dd:last-of-type {
    margin-bottom: 0;
}
.media dd a {
    color: #212121;
}
.media dd a:hover {
    opacity: 0.7;
}
.blog {
    padding-bottom: 66px;
    background: url("../img/index/bg11.png") repeat-x center bottom;
}
.blogUl {
    margin: -12px 0 55px;
    display: flex;
    flex-wrap: wrap;
}
.blogUl li {
    width: 290px;
}
.blogUl li a {
    display: block;
}
.blogUl li a:hover {
    opacity: 0.7;
}
.blogUl li .sub {
    padding: 15px 18px;
    min-height: 150px;
    box-sizing: border-box;
    background-color: white;
}
.blogUl li p {
    line-height: 1.71;
}
.blogUl li .date {
    font-size: 1.2rem;
    color: #006ca3;
    margin-bottom: 10px;
}



@media all and (max-width: 896px) {
    .index {
        position: relative;
        margin-bottom: -1px;
    }
    #index .comLink {
      width: 90%;
    }
    #index .comLink a {
      font-size: 1.7rem;
    }
    .concept h2 {
        margin-bottom: 33px;
        font-size: 2.5rem;
    }
    .concept p {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.79;
        margin: 0 14px;
    }
    .concept .txt {
        max-width: 301px;
        margin: 0 auto;
    }
    .concept {
        padding-bottom: 193px;
        background-size: 156% auto;
    }
    .concept .photo01 {
        width: 20%;
        left: 10px;
        bottom: -38%;
    }
    .concept .photo02 {
        width: 17.5%;
        right: 30px;
        bottom: -37.4%;
    }
    .support {
        margin-top: 0;
        padding: 54px 0 10px;
        background-image: url("../img/index/sp_bg01.png");
        background-position: center top 189px;
    }
    .support h3 {
        margin-bottom: 74px;
        font-size: 1.5rem;
    }
    .support .list {
        display: block;
    }
    .support .list li {
        padding: 20px 25px 34px;
        width: auto;
        margin: 0 0 50px !important;
        box-shadow: 1px 1px 1px 1px rgba(184, 184, 184, 0.23);
    }
    .support .list a:last-child li {
        margin-bottom: 0 !important;
    }
    .support .list .num {
        margin-bottom: -22px;
        font-size: 3.5rem;
        line-height: 1;
        top: -36px;
    }
    .support .list .ttl {
        margin-bottom: 0;
        font-size: 1.5rem;
    }
    .support .list h4 {
        margin-bottom: 22px;
        font-size: 1.8rem;
    }
    .support .list p {
        margin-bottom: 30px;
    }
    .support .list h4 .txtSpan {
        font-size: 2.5rem;
    }
    .support .headLine01 {
        font-size: 3.5rem;
    }
    .program {
        margin-bottom: 36px;
        padding: 40px 0 0;
        background: none;
    }
    .program h2 {
        margin-bottom: 32px;
        font-size: 2.5rem;
    }
    .program h3 {
        margin-bottom: 25px;
        font-size: 2rem;
        line-height: 1.5;
    }
    .program .inner .photo {
        margin: 0 auto 35px;
        width: 210px;
    }
    .program .inner .sub {
        margin: 0 14px 32px;
        display: block !important;
        width: auto !important;
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    .program .inner .ttl {
        margin: 0 0 21px !important;
        padding: 0px 5px 4px;
        width: auto !important;
        font-size: 2.5rem;
    }
    .program .inner .pBox {
        margin: 0 !important;
        width: auto !important;
        background: none;
        padding: 0 !important;
        box-shadow: none;
    }
    .program .inner .sub .pBox::after {
        display: none !important;
    }
    .program .inner .pBox p {
        letter-spacing: -0.03em;
    }
    .comImgBox {
        margin-bottom: 35px;
        padding: 25px 25px 33px;
        display: block;
        box-shadow: 1px 1px 1px 1px rgba(184, 184, 184, 0.23);
    }
    .comImgBox .textBox {
        padding: 8px 0 34px;
    }
    .comImgBox .textBox p {
        font-size: 1.4rem;
    }
    .comImgBox .textBox .ttl {
        margin-bottom: 6px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .comImgBox .textBox .ttl02 {
        margin-bottom: 19px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .comImgBox .textBox .ttl02 span {
        font-size: 2.5rem;
    }
    .comImgBox .photoBox img {
        width: 100%;
    }
    .flow {
        padding: 50px 0 32px;
        background-image: url("../img/index/sp_bg02.png");
        background-size: 100% auto;
    }
    .flowUl {
        margin: 0;
        display: block;
    }
    .flowUl li {
        padding-bottom: 26px;
        width: auto;
        margin: 0 0 25px !important; 
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        box-shadow: 1px 1px 1px 1px rgba(184, 184, 184, 0.23);
    }
    .flowUl li .photoBox {
        padding-top: 8px;
        width: 65px;
    }
    .flowUl li .textBox {
        margin-right: -5px;
        flex: 1;
        padding-left: 10px;
    }
    .flowUl li .ttlBox {
        margin: 0 -20px 8px 0;
        display: flex;
        align-items: center;
    }
    .flowUl li .num {
        width: 40px;
        margin: 0;
        top: auto;
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .flowUl li h4 {
        flex: 1;
        padding-left: 8px;
        text-align: left;
        line-height: 1.5;
        margin: 0;
        min-height: inherit;
        font-size: 1.8rem;
    }
    .flowUl li .photo {
        display: none;
    }
    .flowUl li p {
        margin: 0;
        font-size: 1.4rem;
        letter-spacing: -0.02em;
        line-height: 1.75;
    }
    .flowUl li::after {
        top: auto;
        width: 79px;
        height: 39px;
        bottom: -40px;
        background-image: url("../img/common/sp_icon03.png");
        background-size: 40px auto;
        margin-top: 0;
        right: auto;
        left: 50%;
        margin-left: -20px;
        display: block !important;
    }
    .flowUl li:last-child::after {
        display: none !important;
    }
    .price {
        padding: 37px 0 16px;
    }
    .price .headLine02 {
        padding-top: 0;
        margin: -8px 0 30px;
    }
    .price .priceTtl {
        margin-bottom: 24px;
        font-size: 1.8rem;
        color: white;
        text-align: center;
        padding: 9px;
        background-color: #0091DB;
    }
    .price .priceTtl .txtSpan {
        font-size: 1.2rem;
    }
    .education {
        margin-bottom: 56px;
        padding-top: 55px;
    }
    .education h2 {
        margin-bottom: 25px;
    }
    .education .inner {
        padding-top: 13px;
    }
    .education .inner .photo::after {
        border-width: 15px;
    }
    .education .inner .photo {
        margin-bottom: 52px;
    }
    .education .inner .ttl {
        letter-spacing: -0.05em;
        padding: 5px 5px 8px;
    }
    .education .inner .pBox {
        margin: 0;
    }
    .education .inner .sub {
        margin-bottom: 38px;
    }
    .comImgBox02 {
        margin-bottom: 49px;
        padding-top: 46px;
    }
    .comImgBox02 .textBox .ttl {
        margin-bottom: 8px;
    }
    .comImgBox02 .textBox .ttl02 {
        margin-bottom: 27px;
    }
    .comImgBox02 .textBox p {
        letter-spacing: -0.02em;
    }
    .flow02 {
        background-image: url("../img/index/sp_bg03.png");
    }
    .flow02 .flowUl {
        padding-top: 2px;
        margin: 0 13px;
    }
    .flow02 .flowUl li {
        padding: 20px 15px 25px;
    }
    .flow02 .flowUl li::after {
        background-image: url("../img/common/icon19.png");
    }
    .price02 .headLine02 {
        margin-bottom: 40px;
    }
    .price02 .priceTtl {
        background-color: #4BB987;
    }
    .price02 .tableA tbody tr:nth-child(2n+1) td {
        background-color: #F2FAEA;
    }
    .price02 .comTable {
        margin-bottom: 30px;
    }
    .price02 {
        padding-bottom: 30px;
    }
    .counseling {
        padding: 54px 15px 0;
        background: none;
    }
    .counseling h2 {
        margin-bottom: 29px;
        font-size: 2.5rem;
    }
    .counseling h3 {
        margin-bottom: 33px;
        font-size: 2rem;
        line-height: 1.5;
    }
    .counseling p {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.79;
    }
    .counseling .inner {
        margin: 0 -20px;
        padding: 0 18px 26px;
    }
    .counseling .ttl {
        margin-bottom: 37px;
        padding: 22px 20px 24px;
        line-height: 1.56;
        width: auto;
        font-size: 1.8rem;
        text-align: center;
        box-shadow: 0px 1px 1px 2px rgba(114, 114, 114, 0.16);
    }
    .counseling .ttl::after {
        width: 25px;
        height: 24px;
        bottom: -24px;
    }
    .counseling .bannerUl {
        width: auto;
        display: block;
    }
    .counseling .bannerUl li {
        margin-bottom: 24px;
        width: auto;
    }
    .counseling .bannerUl span {
        font-size: 1.1rem;
        padding-top: 3px;
        background-size: 13px auto;
        background-position: right 17px center;
    }
    .counseling .bannerUl li img {
        width: 100%;
    }
    .counseling .inner::after {
        top: 55px;
        height: calc(100% - 55px);
    }
    .health {
        margin-bottom: 47px;
        padding-top: 48px;
    }
    .program h2 .txtSpan {
        padding: 4px 42px 5px;
        font-size: 1.8rem;
        margin: 0 0 5px;
    }
    .health h3 {
        margin-bottom: 44px;
    }
    .comImgBox03 {
        padding: 25px 25px 33px;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
    }
    .comImgBox03 .textBox .ttl {
        line-height: 1.5;    
    }
    .comImgBox03 .textBox .ttl02 {
        margin-bottom: 25px;
        line-height: 1.3;
        font-size: 2.5rem;
    }
    .comImgBox03 .txt {
        width: auto;
    }
    .comImgBox03 .textBox {
        padding-bottom: 0;
    }
    .comImgBox03 .photoBox {
        margin-top: 30px;
    }
    .flow03 {
        padding-top: 45px;
        margin-top: 57px;
        background-image: none;
        background-color: #F7F2E5;
    }
    .flow03 .headLine02 {
        margin-bottom: 34px;
    }
    .flow03 .flowUl li {
        padding: 15px 25px 30px;
    }
    .flow03 .flowUl li .textBox {
        padding-left: 20px;
    }
    .flow03 .flowUl li::after {
        background-image: url("../img/common/icon20.png");
    }
    .price03 {
        padding-bottom: 58px;
    }
    .price03 .priceTtl {
        background-color: #BAA05F;
    }
    .price03 .comTable {
        margin-bottom: 30px;
    }
    .price03 .comTable tbody tr:nth-child(2n) td {
        background-color: white;
    }
    .price03 .comTable tbody tr:nth-child(2n+1) td {
        /*background-color: #F7F2E5;*/
    }
    .about {
        padding: 50px 10px;
    }
    .about .inner {
        padding-top: 10px;
        display: block;
        margin: 0 0 20px;
    }
    .about .inner .textBox {
        margin: 0 0 38px;
        width: auto;
    }
    .about .inner p {
        font-size: 1.4rem;
        line-height: 1.79;
    }
    .about .inner .name {
        margin-bottom: 33px;
        font-size: 1.5rem;
    }
    .about .inner .name span {
        margin-bottom: 1px;
        font-size: 2.25rem;
    }
    .about .inner .photoBox {
        width: auto;
        margin: 0 5px;
        padding: 0;
    }
    .about .inner .photoBox img {
        width: 100%;
    }
    .about .blueBox {
        background: none;
        padding: 12px 2px 0;
    }
    .about .blueBox .list {
        display: block;
    }
    .about .blueBox .list li {
        width: auto;
        margin: 0 0 49px !important;
    }
    .about .blueBox .list li:nth-of-type(4) {
        width: auto;
        margin-top: 0
    }
    .about .blueBox .list li:last-child {
        margin-top: 0
    }
    .about .blueBox .list li p {
        font-size: 1.4rem;
        letter-spacing: -0.03em;
        line-height: 1.79;
    }
    .about .blueBox .list li .ttl {
        padding-bottom: 7px;
        font-size: 2.25rem;
    }
    .about .inner .photo {
        left: auto;
        width: 66px;
        top: -101px;
        right: -12px;
    }
    .about .blueBox .photo {
        display: none;
    }
    .about .blueBox .list li:last-child {
        margin-bottom: 0 !important;
    }
    .reservation {
        padding: 0 0 68px;
    }
    .reservation .txt {
        margin-bottom: 41px;
        padding-top: 9px;
        font-size: 1.8rem;
        line-height: 1.56;
    }
    .reservation .infoUl {
        display: block;
    }
    .reservation .infoUl li {
        margin-bottom: 50px;
        width: auto;
        padding: 35px 25px 56px;
    }
    .reservation .infoUl li:last-child {
        margin-bottom: 0;
    }
    .reservation .infoUl li p {
        margin: 0;
        font-size: 1.4rem;
        letter-spacing: -0.043em;
        line-height: 1.79;
    }
    .reservation .infoUl li .ttl {
        margin-bottom: 21px;
        padding: 6px 7px 7px;
        font-size: 1.8rem;
    }
    .reservation .infoUl li .ttl::after {
        width: 18px;
        height: 10px;
        bottom: -9px;
    }
    .access {
        padding: 0 0 45px;
    }
    .access .inner {
        display: block;
        margin: 0 38px 55px;
        padding-top: 8px;
    }
    .access .inner .textBox {
        width: auto;
        margin-bottom: 46px;
        display: block;
    }
    .access .inner .sub {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .access .inner p {
        margin-bottom: 12px;
        font-size: 1.5rem;
    }
    .access .inner .txt {
        margin-bottom: 25px;
        font-size: 1.4rem;
        line-height: 1.79;
    }
    .access .inner .logo {
        margin-bottom: 28px;
    }
    .access .inner .tel {
        padding-top: 3px;
    }
    .access .inner .tel a {
        padding-left: 37px;
        background-size: 20px auto;
    }
    .access .inner .link {
        padding-top: 2px;
    }
    .access .inner .link a {
        padding-left: 37px;
        font-size: 2.5rem;
    }
    .access .inner .map {
        width: auto;
        margin: 0 -38px;
        height: 270px;
    }
    .access .inner .map img {
        height: 100%;
    }
    .slider .slick-list {
        padding: 0 24vw;
    }
    .slider.photoUl {
        margin: 45px 0;
    }
    .slider.photoUl .slick-slide {
        width: auto;
        width: 53.3vw;
        height: 36vw;
        position: relative;
    }
    .slider.photoUl .slick-slide img {
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slider.photoUl img {
        width: 100%;
    }
    .faq {
        padding: 33px 0 22px;
        background-image: url("../img/index/sp_bg04.jpg");
    }
    .faqUl {
        margin: 0 -1px;
        padding-top: 1px;
    }
    .faqUl li {
        margin-bottom: 25px;
        border-width: 2px;
    }
    .faqUl li .jsTxt {
        min-height: 89px;
        display: flex;
        align-items: center;
        padding: 17px 50px 21px 22px;
        background-position: right 22px center;
        box-sizing: border-box;
    }
    .faqUl li p {
        font-size: 1.5rem;
        letter-spacing: -0.01em;
        line-height: 1.67;
    }
    .faqUl .jsBox {
        padding: 0 50px 21px 22px;
    }
    .media {
        padding: 45px 38px;
        display: block;
    }
    .media .lBox {
        margin: 0 0 55px;
        width: auto;
    }
    .media .rBox {
        width: auto;
    }
    .media dt {
        margin-bottom: 5px;
        float: none;
        font-size: 1.5rem;
    }
    .media dd {
        margin-bottom: 22px;
        padding: 0 0 22px;
        font-size: 1.5rem;
        line-height: 1.67;
    }
    .media dd a {
        color: #454545;
    }
    .blog {
        padding: 10px 0 60px;
        background-image: url("../img/index/sp_bg05.png");
        background-size: 100% auto;
    }
    .blogUl {
        margin: 0 14px; 
        display: block;
    }
    .blogUl li {
        margin: 0 0 50px !important;
        width: auto;
        box-shadow: 2.121px 2.121px 3px 0px rgba(170, 170, 170, 0.16);
    }
    .blogUl li img {
        width: 100%;
    }
    .blogUl li .sub {
        min-height: 147px;
        padding: 18px 12px;
    }
    .blogUl li .date {
        margin-bottom: 6px;
        font-size: 1.3rem;
        color: #2f87b4;
    }
    
    
}

/*------------------------------------------------------------
	contactBox
------------------------------------------------------------*/
.contact #pageTath {
    margin-bottom: 98px;
}
.contactBox .stepUl {
    display: flex;
    max-width: 547px;
    margin: 0 auto 80px;
}
.contactBox .stepUl li {
    padding: 10px 5px 13px;
    box-sizing: border-box;
    width: 33.33%;
    font-size: 1.8rem;
    color: #272727;
    text-align: center;
    background-color: #EAEAEA;
    position: relative;
}
.contactBox .stepUl li::before,
.contactBox .stepUl li::after{
  content:"";
  display:inline-block;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  position:absolute;
  top:0;
  right:-23px;
}
.contactBox .stepUl li::after{
  border-left: 24px solid #EAEAEA;
}
.contactBox .stepUl li::before{
  border-left: 24px solid #fff;
  right:-24px;
}
.confirm .contactBox .stepUl li:nth-of-type(2)::before{
  content:none;
}
.contactBox .stepUl li:last-child::after{
  content:none;
}
.contactBox .stepUl li.on::after{
  border-left-color:#BAA05F;
}
.contactBox .stepUl li span {
    margin-bottom: 4px;
    display: block;
    font-size: 1.4rem;
    color: #8E8E8E;
}
.contactBox .stepUl li.on {
    color: white;
    background-color: #BAA05F;
}
.contactBox .stepUl li.on span {
    color: white;
}
/*.contactBox .stepUl li.on:after {
    right: -23px;
    background-image: url("../img/common/icon22.png");
}*/
.contactBox .stepUl .liStyle01 {
    z-index: 2;
}
.contactBox .stepUl .liStyle02 {
    z-index: 1;
}
.contact .comTable {
    margin-bottom: 50px;
}
.contact .comTable th {
    padding: 15px 0 23px 63px;
    width: 32.5%;
    background-color: white;
    border: none;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top;
    color: #000000;
    position: relative;
}
.contact .comTable th .txtSpan {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}
.contact .comTable td {
    padding: 23px 0 23px;
    text-align: left;
    vertical-align: top;
    font-size: 1.8rem;
    color: #707070;
    border: none;
    background-color: white !important;
}
.contact .any,
.contact .must {
    font-size: 1.4rem;
    color: white;
    background-color: #BAA05F;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    display: block;
    position: absolute;
    top: 21px;
    left: 4px;
}
.contact .any {
    background-color: #707070;
}
.contact .comTable .txtSpan02 {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
    color: #707070;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 10px;
    height: 59px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 0 18px;
    width: 100%;
    letter-spacing: 0.029em;
    background-color: #fff;
}
textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 10px;
    height: 276px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 10px 18px;
    width: 100%;
    letter-spacing: 0.029em;
    background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #CCCCCC;
    opacity:1;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CCCCCC;
    opacity:1;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #CCCCCC;
    opacity:1;
}

 textarea:-ms-input-placeholder,
 input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #CCCCCC;
    opacity:1;
}
.submit {
    text-align: center;
}
.submit li {
    margin: 10px 0;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 500px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
    border: none;
    background: #4BB987 url("../img/common/icon24.png") no-repeat right 30px center;
}
.submit li input[name="submitBack"] {
    background: #ccc url("../img/common/icon29.png") no-repeat left 30px center;
}
.privacy {
    padding-top: 46px;
    margin: 0 auto 123px;
    width: 857px;
}
.privacy h3 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 1.9rem;
    color: #1091D4;
    letter-spacing: 0.05em;
}
.privacy .sub {
    border: 1px solid #B5B5B5;
    height: 195px;
    box-sizing: border-box;
}
.privacy .sub .pBox {
    padding: 23px 45px;
}
.privacy .sub p {
    margin-bottom: 25px;
    font-size: 1.15rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.privacy .jspVerticalBar {
	width: 10px;
	box-sizing: border-box;
	background-color: #DCDCDC;
}
.privacy .jspTrack {
	background-color: #DCDCDC;
}
.privacy .jspHorizontalBar {
	display: none;
}
.privacy .jspVerticalBar .jspDrag {
	margin: 0 auto;
    width: 6px;
    border-radius: 10px;
	background-color: #919191;
}
.complete{
  text-align:center;
  font-size:1.6rem;
}
.complete h4{
  text-align:center;
  margin:0 0 1em;
  font-size:2.6rem;
}
.complete p{
  margin:0 0 3em;
}

@media all and (max-width: 896px) {
    .contactBox .stepUl li {
        padding: 13px 5px 16px;
        font-size: 1.4rem;
    }
    .contactBox .stepUl li span {
        margin-bottom: 2px;
        font-size: 1.2rem;
    }
    .contactBox .stepUl {
        margin-bottom: 41px;
    }
    .contactBox .stepUl li::before,
    .contactBox .stepUl li::after{
      border-top-width: 35px;
      border-bottom-width: 35px;
    }
    .contact .comTable th {
        float: left;
        font-size: 1.6rem;
        width: 100%;
        padding: 0 4px 31px;
        box-sizing: border-box;
        background-color: white !important;
    }
    .contact .comTable td {
        float: left;
        width: 100%;
        padding: 0 0 34px;
        box-sizing: border-box;
    }
    .contact .any, .contact .must {
        margin-right: 10px;
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
    }
    .contact .comTable th .txtSpan {
        display: none;
    }
    input[type="email"], input[type="tel"], input[type="text"] {
        height: 50px;
        font-size: 1.4rem;
        padding: 0 22px;
    }
    textarea {
        height: 180px;
        border-radius: 0;
        font-size: 1.4rem;
    }
    .privacy {
        padding-top: 21px;
        margin-bottom: 84px;
        width: auto;
    }
    .privacy h3 {
        margin-bottom: 18px;
        font-size: 1.3rem;
    }
    .contact .comTable {
        margin-bottom: 15px;
    }
    .privacy .sub .pBox {
        padding: 17px 25px; 
    }
    .privacy .sub p {
        margin-bottom: 20px;
        line-height: 1.7;
    }
    .privacy .sub {
        height: 250px;
    }
    .privacy .jspVerticalBar {
        width: 7px;
    }
    .privacy .jspVerticalBar .jspDrag {
        width: 4px;
    }
    .submit {
        margin: 0 15px;
    }
    .submit li input {
        width: 100%;
        height: 60px;
        font-size: 1.8rem;
        background-size: 6px auto;
    }
    .contact {
        padding-bottom: 80px;
    }
}


/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
.blogPage .mainConts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogPage .lBox {
    width: 620px;
}
.blogPage .rBox {
    margin-top: -9px;
    width: 248px;
}
.blogPage .blogUl {
    margin: 0;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:80px 40px;
}
.blogPage .blogUl li {
    box-shadow: 2px 2px 3px rgba(170, 170, 170, 0.16);
}
.blogPage .blogUl li p {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.024em;
}
.blogPage .blogUl li .date {
    margin-bottom: 2px;
    font-size: 1.2rem;
    color: #2F87B4;
    letter-spacing: 0.029em;
}
.blogPage .rBox .ttl {
    margin-bottom: 17px;
    padding-bottom: 17px;
    font-weight: 500;
    font-size: 1.7rem;
    color: #0091DB;
    letter-spacing: 0.026em;
    border-bottom: 1px solid #0091DB;
}
.blogPage .blogList {
    margin-bottom: 64px;
}
.blogPage .rBox .blogList:last-child {
    margin-bottom: 0;
}
.blogPage .blogList li {
    margin-bottom: 16px;
}
.blogPage .blogList a {
    display: inline-block;
    color: #454545;
    letter-spacing: 0.026em;
}
.blogPage .blogList a:hover {
    opacity: 0.7;
}
.pageNavi {
    padding-top: 17px;
	clear: both;
	text-align: center;
}
.pageNavi li {
	margin: 0;
	display: inline;
	font-size: 1.6rem;
	line-height: 1.2;
}
.pageNavi .current,
.pageNavi li a {
	padding: 15px 7px 14px;
    min-width: 50px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	text-align: center;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    box-sizing: border-box;
}
.pageNavi .current,
.pageNavi li a:hover {
	color: #FFF;
	background-color: #BAA05F;
    border-color: #BAA05F;
}
.pageNavi .prev {
    margin-right: 37px;
}
.pageNavi .next {
    margin-left: 37px;
}
.pageNavi .next,
.pageNavi .prev {
    color: #454545 !important;
    border: none !important;
    background: none !important;
}
.pageNavi .next:hover,
.pageNavi .back:hover {
    opacity: 0.7;
}
.blogBox {
}
.detailBox {
    margin-bottom: 48px;
}
.detailBox p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2.25;
}
.detailBox .ttlBox {
    margin-bottom: 67px;
    padding: 10px 20px;
    border-left: 7px solid #BAA05F;
}
.detailBox .ttlBox h3 {
    font-size: 2.7rem;
    font-weight: 500;
}
.detailBox .ttlBox .date {
    margin-bottom: 0;
    font-size: 1.5rem;
}
.detailBox .bigPhoto {
    padding: 52px 0;
}
.blogBox .linkBox {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.blogBox .linkBox .comLink02 {
    max-width: 283px;
    width: auto;
}
.blogBox .linkBox .comLink02 a {
    padding: 13px 25px 17px;
    border: 1px solid #0091DB;
    background: white url("../img/common/icon27.png") no-repeat left 25px center;
    background-size: 23px auto;
    color: #454545;
    font-weight: bold;
}
.blogBox .linkBox .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.blogBox .linkBox .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.blogBox .linkBox .prev a {
    padding: 0 0 2px 28px;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    background: url("../img/common/icon26.png") no-repeat left center;
    background-size: 10px auto;
}
.blogBox .linkBox .next a {
    padding: 0 25px 2px 0;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    background: url("../img/common/icon25.png") no-repeat right center;
    background-size: 10px auto;
}
.blogBox .linkBox .next a:hover,
.blogBox .linkBox .prev a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .blogBox {
        margin-bottom: 77px;
    }
    .blogPage .mainConts {
        margin: 0 20px;
        display: block;
    }
    .blogPage .lBox {
        width: auto;
    }
    .blogPage .blogUl {
        grid-template-columns:1fr;
    }
    .blogPage .blogUl li .sub {
        min-height: 150px;
        padding: 13px 20px;
    }
    .pageNavi {
        margin: 0 -44px 79px;
        padding-top: 37px;
    }
    .pageNavi .back {
        margin-right: 0;
    }
    .pageNavi .next {
        margin-left: 0;
    }
    .blogPage .rBox {
        width: auto;
    }
    .detailBox {
        padding-top: 22px;
    }
    .detailBox p {
        font-size: 1.4rem;
        line-height: 1.79;
    }
    .detailBox .ttlBox {
        padding: 0 20px;
        margin-bottom: 56px;
    }
    .detailBox .ttlBox h3 {
        margin-bottom: 11px;
        font-size: 2.4rem;
        line-height: 1.33;
    }
    .detailBox .bigPhoto {
        padding: 14px 0;
    }
    .detailBox .bigPhoto img {
        width: 100%;
    }
    .detailBox .lBox {
        margin-bottom: 56px;
    }
    .blogBox .linkBox {
        padding-top: 94px;
        margin-bottom: 78px;
    }
    .blogBox .linkBox .prev {
        top: 0;
        transform: none;
    }
    .blogBox .linkBox .next {
        top: 0;
        transform: none;
    }
}

@media all and (min-width: 897px) {
    .submit li input:hover {
        opacity: 0.7;
    }
    
}

@media all and (max-width: 374px) {
    .pageNavi .current, 
    .pageNavi li a {
        min-width: 40px;
        padding: 9px 2px 10px;
    }
    .comBox .ttl {
        font-size: 2.2rem;
    }
    .concept h2 {
        font-size: 2.3rem;
    }
    .support .list .ttl {
        font-size: 1.3rem;
    }
    .flowUl li .ttlBox {
        margin-right: 0;
    }
    .flowUl li h4 {
        font-size: 1.3rem;
    }
    .counseling h3 {
        font-size: 1.8rem;
    }
    .counseling .ttl {
        font-size: 1.5rem;
    }
    .access .inner .link a {
        font-size: 2.2rem;
    }
    .access .inner .tel a {
        font-size: 2.6rem;
    }
    .privacy h3 {
        font-size: 1.2rem;
    }
}
/*アクセス*/
#access {
  padding: 70px 0 81px;
}
#access .inner {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 96px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access .inner .map {
  width: 62.4%;
}
#access .inner .textBox {
  width: 37.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#access .inner .sub {
  margin-top: -4px;
  width: 325px;
  box-sizing: border-box;
  padding-right: 20px;
}
#access .inner p {
  margin-bottom: 7px;
}
#access .inner .logo {
  margin-bottom: 13px;
}
#access .inner .txt {
  margin-bottom: 18px;
  font-size: 1.2rem;
  line-height: 1.75;
}
#access .inner .tel {
  margin-bottom: 1px;
  padding-top: 10px;
}
#access .inner .tel a {
  padding: 0 0 4px 30px;
  display: inline-block;
  font-size: 2.9rem;
  background: url("../img/common/icon14.png") no-repeat left center;
}
#access .inner .link a {
  padding: 0 0 4px 30px;
  display: inline-block;
  font-size: 1.8rem;
  background: url("../img/common/icon15.png") no-repeat left center;
}
#access .inner .link a:hover {
  opacity: 0.7;
}
#access .photoUl .slick-slide {
  margin: 0 8px;
}
#access .photoUl .slick-slide img {
  border-radius: 5px;
}
@media all and (max-width: 897px) {
  #access {
    padding: 38px 0 45px;
  }
  #access .inner {
    display: block;
    margin: 0 38px 55px;
    padding-top: 8px;
  }
  #access .inner .textBox {
    width: auto;
    margin-bottom: 46px;
    display: block;
  }
  #access .inner .sub {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #access .inner p {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  #access .inner .txt {
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.79;
  }
  #access .inner .logo {
    margin-bottom: 28px;
  }
  #access .inner .tel {
    padding-top: 3px;
  }
  #access .inner .tel a {
    padding-left: 37px;
    background-size: 20px auto;
  }
  #access .inner .link {
    padding-top: 2px;
  }
  #access .inner .link a {
    padding-left: 37px;
    font-size: 2.5rem;
  }
  #access .inner .map {
    width: auto;
    margin: 0 -38px;
    height: 270px;
  }
  #access .inner .map img {
    height: 100%;
  }
  #access .slick-list {
    padding: 0 24vw;
  }
  #access .photoUl .slick-slide {
    width: auto;
    width: 53.3vw;
    height: 36vw;
    position: relative;
  }
  #access .photoUl .slick-slide img {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #access .photoUl img {
    width: 100%;
  }
}
/*よくある質問*/
#faq {
  padding: 71px 0 49px;
}
#faq .mainBox {
  width: 794px;
}
#faq dt {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: rgba(217, 238, 247,0.9);
  /*border: 3px solid rgba(217, 238, 247,0.9);*/
  font-size: 1.6rem;
  line-height: 2;
}
#faq dd {
  margin: 30px 0 50px 0;
  font-size: 1.4rem;
}
@media all and (max-width: 897px) {
  #faq {
    padding: 33px 0 22px;
  }
  #faq dt {
    line-height: 1.5;
  }
}

.archiveTitle {
	margin-bottom: 75px;
	text-align: center;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.6;
}
@media all and (min-width: 898px) {
  .mainSec{
    padding-top:150px;
    padding-bottom:100px;
  }
  .mainSec .program,
  .mainSec .counseling{
    padding-top:0;
    margin-top:0;
  }
  .mainSec .price{
    padding-bottom:0;
    margin-bottom:0;
  }
  .counsellingPage .mainSec{
    padding-bottom:0;
  }
  .counsellingPage .counseling .inner{
    padding-bottom:100px;
  }
  .faqPage .mainSec{
    padding-top:0;
    padding-bottom:0;
  }
}
@media all and (max-width: 897px) {
  .mainSec{
    padding-top:50px;
  }
  .archiveTitle {
  	margin-bottom: 25px;
  	font-size: 2rem;
  	line-height: 1.5;
  }
}
