@charset "utf-8";

/* Reset CSS （normalize.css v3.0.2） */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* 追加 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}address{font-style:normal}*{margin:0;padding:0}*,:after,:before{background-repeat:no-repeat;box-sizing:border-box}img{vertical-align:bottom;-webkit-backface-visibility:hidden}

/*----------------------------------------------------------------------------------------------------

  Base
  
----------------------------------------------------------------------------------------------------*/
:root {
  --base-width: 1366px;
  --cubic-bezier: cubic-bezier(.23,1,.32,1);
}
@media print, screen and (min-width:1001px) {
  :root {
    --line-height: 1.8;
    --line-height-l: 2.0;
    --line-height-m: 1.6;
    --line-height-s: 1.4;
    --side-space: 40px;
    --block-space-unit: 40px;
    --box-space-unit: 10px;
  }
}
@media print, screen and (min-width:641px) and (max-width:1000px) {
  :root {
    --line-height: 1.6;
    --line-height-l: 2.8;
    --line-height-m: 1.4;
    --line-height-s: 1.2;
    --side-space: 30px;
    --block-space-unit: 30px;
    --box-space-unit: 8px;
  }
}
@media screen and (max-width:640px) {
  :root {
    --line-height: 1.6;
    --line-height-l: 2.8;
    --line-height-m: 1.4;
    --line-height-s: 1.2;
    --side-space: 6%;
    --block-space-unit: max(calc(30 / 640 * 100vw), 15px);
    --box-space-unit: 6px;
  }
}
:root {
  --block-space-max: calc(var(--block-space-unit) * 4);/*160*/
  --block-space-3l: calc(var(--block-space-unit) * 3.5);/*140*/
  --block-space-2l: calc(var(--block-space-unit) * 3);/*120*/
  --block-space-l: calc(var(--block-space-unit) * 2.5);/*100*/
  --block-space-m: calc(var(--block-space-unit) * 2);/*80*/
  --block-space-s: calc(var(--block-space-unit) * 1.75);/*70*/
  --block-space-2s: calc(var(--block-space-unit) * 1.5);/*60*/
  --block-space-3s: calc(var(--block-space-unit) * 1.25);/*50*/
  --block-space-min: calc(var(--block-space-unit) * 1);/*40*/
  
  --box-space-max: calc(var(--box-space-unit) * 5);/*50*/
  --box-space-l: calc(var(--box-space-unit) * 4.5);/*45*/
  --box-space-m: calc(var(--box-space-unit) * 4);/*40*/
  --box-space-s: calc(var(--box-space-unit) * 3.5);/*35*/
  --box-space-2s: calc(var(--box-space-unit) * 3);/*30*/
  --box-space-min: calc(var(--box-space-unit) * 2.5);/*25*/
}
  
html,
body {
  height: 100%;
}
body {
  min-width: 320px;
  background-color: #fff;
  color: #414B4B;
  font-family: 'Zen Kaku Gothic New','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-weight: 400;
  line-height: var(--line-height);
  word-wrap: break-word;
  text-align: center;
}
.js_rpsTable,
.js_rpsBlock {
  overflow: hidden;
}
.js_linkBox {
  cursor: pointer;
}
.js_iframe iframe {
  pointer-events: none;
  cursor: pointer;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.t-nowrap { display: inline-block; }
.lineh-l { line-height: var(--line-height-l); }
.lineh-m { line-height: var(--line-height-m); }
.lineh-s { line-height: var(--line-height-s); }

/*--------------------------------------------------------------------------------
  font
--------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
:root {
  --fs-max: 3em;/*48*/
  --fs-6l: 2.6em;/*41.6*/
  --fs-5l: 2.3em;/*36.8*/
  --fs-4l: 2em;/*32*/
  --fs-3l: 1.7em;/*27.2*/
  --fs-2l: 1.5em;/*24*/
  --fs-l: 1.3em;/*20.8*/
  --fs-m: 1.1em;/*17.6*/
  --fs-s: 0.9em;/*14.4*/
 --fs-2s: 0.8em;
  --fs-3s: 0.7em;
  --fs-min: 0.6em; 
  
  --ff-en: "Poppins", sans-serif;;
    /* --ff-min: 'Shippori Mincho', serif;; */
}
@media print, screen and (max-width:1200px) {
  :root {
    --fs-max: 2.3em;
    --fs-5l: 2.1em;
    --fs-4l: 1.9em;
    --fs-3l: 1.6em;
  }
}
@media print, screen and (max-width:800px) {
  :root {
    --fs-max: 2.1em;
    --fs-5l: 2em;
    --fs-4l: 1.8em;
    --fs-3l: 1.5em;
    --fs-2l: 1.4em;
    --fs-l: 1.2em;
  }
}
@media print, screen and (max-width:1200px) {
  html {
    font-size: clamp(58%, 0.2em + 0.6vw, 62.5%);
  }
}
@media screen and (max-width:640px) {
  html {
    font-size: clamp(50%, 0.3em + 0.8vw, 58%);
  }
}
.fs-max { font-size: var(--fs-max); }
.fs-5l { font-size: var(--fs-5l); }
.fs-4l { font-size: var(--fs-4l); }
.fs-3l { font-size: var(--fs-3l); }
.fs-2l { font-size: var(--fs-2l); }
.fs-l { font-size: var(--fs-l); }
.fs-m { font-size: var(--fs-m); }
.fs-ms { font-size: var(--fs-ms); }
.fs-s { font-size: var(--fs-s); }
.fs-2s { font-size: var(--fs-2s); }
.fs-3s { font-size: var(--fs-3s); }
.fs-min { font-size: var(--fs-min); }

.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-700 { font-weight: 700; }
.fw-900 { font-weight: 900; }

.fc-blue { color: #305884; }
.fc-dblue { color: #1C3C5E; }
.fc-lblue { color: #5DA9E9; }
.fc-gold { color: #917D5F; }
.fc-red { color: #C34141; }
.fc-orange { color: #FF3F00; }


/* .zen-kaku gothic new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku gothic new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku gothic new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku gothic new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
} */

/* .poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
} */

.ff-en { font-family: var(--ff-en); }
/* .ff-min { font-family: var(--ff-min); } */

/*-----------------------------------------------------------------------------------
  img
-----------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  img.img-hv,
  a.img-hv img {
    transition: opacity 0.3s ease-out;
  }
  img.img-hv:hover,
  a.img-hv:hover img,
  .js_linkBox:hover img.img-hv {
    opacity: 0.6;
  }
}

/*-----------------------------------------------------------------------------------
  link
-----------------------------------------------------------------------------------*/
a {
  outline: none;
}
a,
a:visited,
a:hover {
  color: #01BAEF;
  text-decoration: underline;
}
@media (hover: hover) {
  a,
  .js_linkBox {
    transition: color 0.15s ease-out, opacity 0.15s ease-out, background 0.3s ease-out, border 0.15s ease-out;
  }
  a:hover,
  .js_linkBox:hover a {
    color: #003F91;
    text-decoration: none;
  }
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
  }
}
a[href^="tel:"],
a[href^="tel:"]:visited,
a[href^="tel:"]:hover {
  color: inherit;
  text-decoration: none;
}



/*----------------------------------------------------------------------------------------------------

  
----------------------------------------------------------------------------------------------------*/

.pc {
}
.sp {
	display: none;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.flex{
    display: flex;
}

.between{
    justify-content: space-between;
}

.j-center{
    justify-content: center;
}

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



/*----------------
enttl
----------------*/

.en{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.enttl{
  line-height: var(--line-height-s);
  font-size:var(--fs-3l);
  font-weight: 400;
}

.enttl span{
  display: block;
  color: #01BAEF;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.enttl[enposi="left"]{
  text-align: left;
}
@media screen and (max-width: 750px) {
  .enttl[enposi="left"]{
    text-align: center;
  }
}

.enttl[enposi="center"]{
  text-align: center;
}

/*----------------
naname
----------------*/

.naname {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.naname::before,
.naname::after {
  background-color: #F4C8CD; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 5px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.naname::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.naname::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}


/*----------------
link-button
----------------*/

.link-button{
  background-color: #6F6D5A;
  border-radius: 4px;
  box-sizing: border-box;
  width: 180px;
  height: 60px;
  margin: auto;
}

.link-button a{
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
  border-radius: 4px;
}

.link-button a:hover{
  background-color: #484637;
}

.link-button a > span{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.link-button a::after{
  content: url(../image/common/arrow-white-button.svg);
  position: absolute;
  padding-top: 2px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.link-button a:hover::after{
  right: 10px;
  transition: .3s;
}

.link-button.tel-button,
.link-button.web-button{
  max-width: 400px;
  width: 100%;
  height: 120px;
  /* border-radius: 8px; */
  border-radius: 0px 20px 0px 20px; 
}


.link-button.tel-button a,
.link-button.web-button a{
  border-radius: 0px 20px 0px 20px;
}

.link-button.tel-button a > span,
.link-button.web-button a > span{
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 56px;
  white-space: nowrap;
}

.link-button.tel-button a > span::before,
.link-button.web-button a > span::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 36px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #fff; */
}

.link-button.tel-button a > span::before{
  background-image: url(../image/common/phone.svg);
}

.link-button.web-button a > span::before{
  background-image: url(../image/common/smart_phone.svg);
}

.link-button.tel-button:hover,
.link-button.web-button:hover{
  animation: yureru-j 1s infinite;
}

@keyframes yureru-j {
  0% {
      transform: translate(0px, 2px);
  }
  5% {
      transform: translate(0px, -2px);
  }
  10% {
      transform: translate(0px, 2px);
  }
  15% {
      transform: translate(0px, -2px);
  }
  20% {
      transform: translate(0px, 2px);
  }
  25% {
      transform: translate(0px, -2px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}


.link-button.tel-button a::after,
.link-button.web-button a::after{
  content: none;
}

.link-button.tel-button{
  background-color: #5DA9E9
}

.link-button.tel-button a > span{
  display: flex;
  flex-direction: column;
}

.link-button.tel-button a > span >span{
  white-space: nowrap;
}

.link-button.tel-button a > span >span:nth-child(2){
  background-color: #fff;
  color:#5DA9E9;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.link-button.tel-button a:hover{
  background-color: #fe95a1;
}

.link-button.tel-button a:hover > span >span:nth-child(2){
  color: #fe95a1;
  transition: .3s;
}

.link-button.web-button{
  background-color:#9BBC97;
}

.link-button.web-button span{
  font-size: var(--fs-l);
}

.link-button.web-button a:hover{
  background-color: #629a5c;
}

/*----------------
header
----------------*/
.to-entry-button{
  border-radius: 20px;
  background-color: #FF8A89;
  color: #fff!important;
  font-weight: 700;
  padding: 8px 36px;
  text-decoration: none;
  margin-left:30px ;
}


@media print, screen and (max-width:960px) {

  .to-entry-button{
    padding: 8px 26px;
    margin-left:0px ;
  }
}

header{
  /* height: 90px; */
  border-top: 10px solid;
  border-image: linear-gradient(to right, #4E4496, #A65A95, #CD595A,#ECBF2C) 1;

}

.header-primary{
  /* padding:22px 40px; */
  position: relative;
}


.header-wrap{
  /* width: 100%; */
  padding:30px 40px; 
  /* position: absolute; */
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #fff; */
}

@media print, screen and (max-width:800px) {
  .header-wrap{
    /* width: 100%; */
    padding:20px; 
    /* position: absolute; */
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #fff; */
  }
}

.header-box .box-inner{
  display: flex;
  align-items: center;
}

.header-menu{
  margin-right: 50px;
}

.header-menu ul{
  display: flex;
}

.header-menu ul li{
  list-style: none;
}

.header-menu ul li:nth-last-child(n+3){
  margin-right: 20px;
}

.header-menu ul li:nth-last-child(2){
  margin-right: 40px;
}

.header-menu ul li a:not(.insta){
  text-decoration: none;
  padding:10px;
}

@media print, screen and (max-width:1200px) {
  /* .header-primary{
    padding:22px 30px;
  } */

  .header-menu{
    margin-right: 25px;
  }

  .header-menu ul li:nth-last-child(n+3){
    margin-right: 10px;
  }
  
  .header-menu ul li:nth-last-child(2){
    margin-right: 15px;
  }
  .header-menu ul li a:not(.insta){
    padding:0px;
  }
}
.hedder-tel.fix{
  margin-left: auto;
}

@media print, screen and (max-width:800px) {
  .hedder-tel.fix{
    width: 200px;
    height: 50px;
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hedder-tel{
  /* width: 190px;
  width: 100%;
  height: 60px; */
  font-size: 20px;

}

/* .hedder-tel+ span.add{
  color: #fff;
  font-size: 14px;
} */

.hedder-tel a{
  position: relative;
  height: 100%;
  color: #000;
  display: block;
  font-size: var(--fs-l);
  font-family: var(--ff-en);;
  font-weight: 500;
}

@media print, screen and (max-width:960px) {

  .hedder-tel{
    margin-bottom: 20px;
  }

  .hedder-tel a{
    font-size: var(--fs-s);
  }
}

.hedder-tel a span{
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 24px;
  white-space: nowrap; */
}

.hedder-tel a span small{
  font-size: 18px;
}

/* .hedder-tel a span::before{
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  left: -3px;
  width: 20px;
  height: 30px;
  background-image: url(../image/common/phone.svg);
  background-size: cover;
} */

.logo{
    transition: all 0.3s;
}

@media print, screen and (max-width:1160px) {
  .logo img{
     width: 350px;
     transition: all 0.3s;
    }
  }
@media print, screen and (max-width:800px) {
.logo img{
   width: 250px;
   transition: all 0.3s;
  }
}
@media print, screen and (min-width:961px) {
  .menu-trigger-button{
    display: none;
  }
}

.header-menu ul li a{
  font-size: var(--fs-m);
  color: #fff;
}

.header-menu ul li a:hover{
color: #01BAEF;
}

@media print, screen and (max-width:960px) {

/*========= ナビゲーションのためのCSS ===============*/
.header-box{
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
  /*ナビの位置と形状*/
  top:0;
  left: 0;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  background:#e7f4ff;
  /*動き*/
  transition: all 0.3s;
  visibility: hidden;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/.header-box.panelactive{
opacity: 1;
z-index:999;
visibility: visible;
}

.logo.active{
  position: fixed;
  top:22px;
  left:30px;
  z-index:1000;
}

/*ナビゲーションの縦スクロール*/.header-box.panelactive.header-box-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/.box-inner {
  flex-direction: column;
  /* display: none; */
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.header-box.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
.header-box li{
list-style: none;
  text-align: center; 
}
.header-box li a{
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
}

.header-menu ul li a{
  font-size: var(--fs-m);
}

.header-menu ul li a:hover{
color: #003F91;
}

/*========= ボタンのためのCSS ===============*/
  .menu-trigger{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:37px;
    right: 40px;
    cursor: pointer;
    width: 50px;
    height:50px;
  }


  /*×に変化*/	
  .menu-trigger span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 0;
    height: 3px;
    border-radius: 3px;
    /* background-color: #fff; */
    background-color: #06BEFA;
  	width: 80%;
  }


  .menu-trigger.change-color span{
    background-color: #5DA9E9;
    transition: 0.3s;
  }

  .menu-trigger span:nth-of-type(1) {
    top:10px;	
  }

  .menu-trigger span:nth-of-type(2) {
    top:24px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom:10px;
  }

  .menu-trigger.active span:nth-of-type(1) {
      /* top: 18px;
      left: 18px; */
      top: 18px;
      left: 0px;
      transform: translateY(6px) rotate(-45deg);
      /* width: 30%; */
      width: 100%;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3){
    /* top: 30px;
    left: 18px; */
    top: 30px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    /* width: 30%; */
    width: 100%;
  }

  .header-menu ul li a.insta img{
    width: 40px;
  }

  .header-menu {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  
  .header-menu ul li:nth-last-child(n+3) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  
  .header-menu ul li:nth-last-child(2) {
    margin-right: 0;
    margin-bottom: 15px;
  }

}


@media print, screen and (max-width:800px) {
  .menu-trigger{
    top:20px;
    right: 20px;
    
  }
}




/*----------------
mainvisual
----------------*/
#mainvisual{
  border-bottom: 10px solid;
  border-image: linear-gradient(to right, #4E4496, #A65A95, #CD595A,#ECBF2C) 1;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.splide__slide{
  position: relative;
}

.splide__slide::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 692px;
  height: 290px;
  display: block;
  content: "";
  background-image: url(../image/mainvisual/txt.svg);
  background-size: cover;
}

@media print, screen and (max-width:800px) {
  .splide__slide::before{
    width: 90%;
    height: 190px;
    background-size: contain;
    background-position: center;
  }

}


/*----------------
about
----------------*/

section.about{
  overflow: hidden;
}

.about .inner{
  background-color: #fff;
}

.about .inner::before,
.about .inner::after{
  content: "";
  height: 140px;
  width: 100%;
  display: block;
  background-image: url(../image/top/aboutline.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}

.about .box{
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.about h2{
  font-size: 30px;
  margin-bottom:40px;
}

@media screen and (max-width:750px) {
  .about .box{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about h2{
    font-size: var(--fs-2l);
    margin-bottom:30px;
  }
  .about p{
    text-align: left;
  }

  .about .inner::before,
  .about .inner::after{
    height: 80px;
  }
}


/*----------------
by-the-numbers
----------------*/

.by-the-numbers{
  background-image: url(../image/top/by_the_numbers_back.jpg);
  background-size: cover;
}

.by-the-numbers .inner{
  padding: 100px 30px;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.by-the-numbers h2{
  font-size: 48px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.by-the-numbers h2::after{
  content: url(../image/top/ttlline-pink.svg);
  display: block;
  line-height: 0.5;
}

.btns-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.btns-list + .col1{
  position: relative;
  width: 500px;
  margin:0 auto 40px;
}

.btns-list li {
  position: relative;
}

.btns-list li .img-box .num,
.btns-list + .col1 .num{
  position: absolute;
  background-color: #fff;
  /* color:#20C320; */
  color: #218020;
  width: 50px;
  height: 50px;
  font-size:36px ;
  font-family: var(--ff-en); 
  font-weight: 700;
  line-height: 1.4;
}

.btns-list li .txt-box,
.btns-list + .col1 .txt-box{
  padding: 12px 12px 0px;
  background-color: #fff;
}

.btns-list li .txt-box p,
.btns-list + .col1 .txt-box p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.btns-list li .txt-box p strong,
.btns-list + .col1 .txt-box p strong{
  font-family: var(--ff-en);
  color:#20C320;
  font-size:56px ;
  font-family: var(--ff-en); 
  font-weight: 700;
  letter-spacing: 2px;
}

.careful-box{
  background-color: #fff;
  padding:50px;
}

.careful-box h3{
  font-size: 36px;
  color: #20C320;
  margin-bottom: 30px;
}

.careful-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px 40px;
}

.careful-list li img{
  margin-bottom: 10px;
}

.careful-list li p{
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width:860px) {

  .btns-list {
    grid-template-columns: repeat(2,1fr);
  }
  
}

@media screen and (max-width:750px) {

  .by-the-numbers h2{
    font-size: var(--fs-6l);
    margin-bottom: 40px;
  }
  
  .by-the-numbers h2::after{
    line-height: 1;
  }  
  .careful-box h3{
    font-size: var(--fs-4l);
    margin-bottom: 30px;
  }
  .careful-list li p{
    font-size: var(--fs-2l);
  }
  
}

@media screen and (max-width:640px) {

  .btns-list {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    margin-bottom: 20px;
  }

  .careful-list{
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
  }

  .btns-list + .col1{
    width: 100%;
    margin:0 auto 20px;
  }
  
  .by-the-numbers .inner {
    padding: 60px 20px;
  }



}


/*----------------
feature
----------------*/

section.feature{
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 170px;
  background: linear-gradient(to right, #FFCD9B, #FF8989); 
}

section.feature::before,
section.feature::after{
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  height: 200px;
}

section.feature::before{
  left: 0;
  top: 0;
  width: 1140px;
  background-image: url(../image/top/feature-txt.svg);
}

section.feature::after{
  right: 0;
  bottom: 0;
  width: 1594px;
  background-image: url(../image/top/momotose-txt.svg);
}

.feature h2{
  font-size: 48px;
  line-height: 1.6;
}

.feature h2::after{
  content: url(../image/top/ttlline-white.svg);
  display: block;
  line-height: 0.5;
}

.feature .inner{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1180px;
  margin: auto;
}

.feature .inner .img-box{
  display:grid ;
  grid-template-columns: repeat(2,1fr);
  gap:48px ;
  margin-top: 40px;
}


@media screen and (max-width:750px) {

  section.feature{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  section.feature::before,
  section.feature::after{
    background-size: contain;
    width: 100%;
  }

  section.feature::after{
    background-position: right bottom;
  }

  .feature .inner{
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature h2{
    font-size: var(--fs-6l);
    margin-bottom: 20px;
  }
  

  .feature .inner .img-box{
    display:grid ;
    grid-template-columns: repeat(2,1fr);
    gap:10px ;
    margin-top: 20px;
  }

  
}

/* ===============================================
education-flow
=============================================== */

.education-flow {
  overflow: hidden;
  background-image: url(../image/top/education-flow-back.jpg);
  background-size: cover;
}

.education-flow .inner{
padding: 100px 0px;
}

.education-flow h2{
  font-size: 30px;
  /* line-height: 1.6; */
  margin-bottom: 40px;
}

.education-flow h2::after{
  content: url(../image/top/ttlline-blue.svg);
  display: block;
  line-height: 0.5;
}

@media screen and (max-width:750px) {
  .education-flow h2{
    font-size: var(--fs-5l);
  }
  
  .education-flow h2::after{
    line-height:1;
  }
}

/*----------------
slider
----------------*/

.education-flow .timezone{
  background-color: #70C8D6;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 16px 0;
  margin-bottom: 20px;
}

.education-flow .timezone + p{
  font-weight:500;
  /* text-align: left; */
}

.slick-num{
  margin: 20px auto 0;
  font-weight: 600;
  width: 100%;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-2s);
  padding: 5px;
  /* border-radius: 8px; */
}

.education-flow .slick-num{
  color: #70C8D6;
}

/* ===============================================
oneday
=============================================== */

.oneday {
  overflow: hidden;
  background-image: url(../image/top/oneday-back.jpg);
  background-size: cover;
}

.oneday .inner{
padding: 100px 0px;
}

.oneday h2{
  font-size: 30px;
  /* line-height: 1.6; */
  margin-bottom: 40px;
}

.oneday h2::after{
  content: url(../image/top/ttlline-orange.svg);
  display: block;
  line-height: 0.5;
}

@media screen and (max-width:750px) {
  .oneday h2{
    font-size: var(--fs-5l);
  }
  
  .oneday h2::after{
    line-height:1;
  }
}


/*----------------
slider
----------------*/

.oneday .timezone{
  background-color: #FFA477;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 16px 0;
  margin-bottom: 20px;
}

.oneday .timezone + p{
  font-weight:500;
}

.slider .txt-box{
  width: 312px;
}


.slider .slick-slide {
  margin: 0 15px;
  position: relative;
}

#js-slider.slider .slick-slide {
  padding: 40px 40px 0;
  transition: all 0.6s ease 0.4s;
}

.oneday .slick-num{
  color: #FFA477;
}

/*----------------
chairman
----------------*/

.chairman{
  padding: 120px 30px 480px;
  text-align: left;
  position: relative;
  background: linear-gradient(to top right, rgba(255,255,255,0), #E3FCFF);
  overflow: hidden;
}

.chairman .inner{
  position: relative;
  z-index: 1;
}

.chairman::before,
.chairman::after{
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
}

.chairman::before{
  max-width: 830px;
  width: 100%;
  height: 140px;
  background-image: url(../image/top/message-txt.svg);
  z-index: 0;
  top: 0;
  right: 0;
}

.chairman::after{
  max-width: 1238px;
  width: 100%;
  height: 825px;
  background-image: url(../image/top/chairman.png);
  background-size: cover;
  z-index: 0;
  left: 0;
  bottom: 0;
}

.chairman h2{
  font-size: 48px;
  line-height: 1.6;
}

.chairman h2::after{
  content: url(../image/top/ttlline-pink.svg);
  display: block;
  line-height: 0.5;
}

.chairman .box{
  display: flex;
  max-width: 1260px;
  margin: auto;
}

.chairman .txt-box{
  max-width: 750px;
  margin-left: 60px;
}


@media screen and (max-width:1560px) {
  .chairman::after{
    height: 750px;
    background-size: contain;
    background-position:left bottom;
  }

  .chairman .txt-box{
    max-width: 650px;
  }
}

@media screen and (max-width:1420px) {

  .chairman{
    padding: 120px 60px 380px;
  }
  .chairman::after{
    background-image: url(../image/top/chairman02.jpg);
    width: 100%;
    height: 380px;
  }
}

@media screen and (max-width:1240px) {
  .chairman{
    padding: 120px 60px 320px;
  }

  .chairman h2{
    margin-bottom: 40px;
  }

  .chairman .box{
    flex-wrap: wrap;
  }

  .chairman .txt-box{
    max-width: 1240px;
    margin-left: 0px;
  }
}

@media screen and (max-width:1000px) {
  .chairman{
    padding: 120px 60px 30%;
  }
}

@media screen and (max-width:750px) {
  .chairman{
    padding: 80px 30px 30%;
  }
  .chairman h2{
    font-size: var(--fs-4l);
    margin-bottom: 30px;
  }

  .chairman h2::after{
    line-height: 1;
  }
}

@media screen and (max-width:640px) {
  .chairman::after{
    background-image: url(../image/top/chairman03.jpg);
    background-position: bottom;
  }

  .chairman{
    padding: 80px 30px 72%;
  }
}

/*----------------
about-gallery
----------------*/

.about-gallery{
  background-image: url(../image/top/about-gallery-back.jpg);
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  background-size:cover;
  padding: 120px 0 100px;
}

.about-gallery h2{
  font-size: 20px;
  /* line-height: 1.6; */
  line-height: 2;
  margin-bottom: 60px;
}

.about-gallery h2::after{
  content: url(../image/top/ttlline-lgreen.svg);
  padding-top: 10px;
  display: block;
  line-height: 0.5;
}

.about-gallery .inner{
  margin: auto;
  max-width: 1368px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}


.about-gallery-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.about-gallery-list li img{
  filter: brightness(108%);
}

.about-gallery-list li:last-child img{
  filter: brightness(130%);
}


@media screen and (max-width:750px) {

  .about-gallery {
    padding: 80px 0 60px;
  }

  .about-gallery h2{
    margin-bottom: 30px;
  }

  .about-gallery .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-gallery-list{
    grid-template-columns: repeat(2, 1fr);
  }

  .about-gallery-list li img{
    width: 100%;
  }
}


/*----------------
application-info
----------------*/

section.application-info{
  position: relative;
  padding: 60px 20px 100px;
  background: linear-gradient(to right, #FFF6DD, #FFBEBE); 
}

.application-info h2{
  font-size: 48px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.application-info h2::after{
  content: url(../image/top/ttlline-green.svg);
  display: block;
  line-height: 0.5;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin:auto;
  background: #DCDCDC;
}
.tab-label {
  color: White;
  background: #DCDCDC;
  width: 150px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  /* margin-right: 5px; 
  padding: 3px 12px;*/
  order: -1;
}
.tab-content {
  width: 100%;
  display: none;
  padding: 60px 80px;
  background-color: #fff;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #11D3AE;
}
.tab-switch:checked+.tab-label+.tab-content {
   display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-content dl{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.tab-content dt{
  width: 130px;
  padding-right: 55px;
  padding-bottom: 20px;
  /* border-bottom: dotted #e0e0e0 1px; */
}

.tab-content dd{
  position: relative;
  width: calc(100% - 130px);
  padding-bottom: 20px;
  /* border-bottom: dotted #e0e0e0  1px; */
}


.tab-content dd p:not(:last-child){
  margin-bottom:0.75em ;
}


.tab-content dt:not(:first-of-type),
.tab-content dd:not(:first-of-type){
  padding-top: 20px;
}

.tab-content dd::after{
  content: "";
  position: absolute;
  left: -130px;
  bottom: 0;
  display: block;
  width: calc(100% + 130px);
  height: 1px;
  border-bottom: dashed #b0b0b0  1px;
  box-sizing: border-box;
}

.ddlist01{
  padding-left: 20px;
}

@media print, screen and (max-width:800px){
  .tab-content dt{
    width: 90px;
    padding-right: 15px;
  }
  
  .tab-content dd{
    position: relative;
    width: calc(100% - 90px);
  }

  .tab-content dd::after{
    left: -90px;
    width: calc(100% + 90px);
  }
}

@media screen and (max-width:750px) {

  .tab-label {
    color: White;
    width: 100px;
    height: 60px;
    font-size: var(--fs-l);
  }
  .application-info h2{
    font-size: var(--fs-6l);
    margin-bottom: 30px;
  }
  
  section.application-info{
    padding: 40px 10px ;
  }
  .tab-content {
    padding: 40px 30px;
  }
}


/* ===============================================
staff-voices
=============================================== */
section.staff-voices {
  background-image: url(../image/top/staff-voices-back.jpg);
  /* background-size: cover;
  background-position: center; */
}

section.staff-voices .inner {
  max-width: 1300px;
  padding: 100px 30px;
  /* padding-left: 30px;
  padding-right: 30px; */
  box-sizing: border-box;
  margin: auto;
}

section.staff-voices h2{
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 60px;
}

section.staff-voices h2::after{
  content: url(../image/top/ttlline-pink.svg);
  display: block;
  line-height: 0.5;
}

section.staff-voices .content-box{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:40px;
}

 .staff-voice-box .name {
   position: relative;
   cursor: pointer;
   transition: all 0.5s ease;
   text-align: left;
   display: flex;
   align-items: center;
   background-color: #fff;
 /* border: 2px solid #E0E0E0;
  text-indent: -1.75em;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 50px 30px;
  font-weight: bold; */
}

.staff-voice-box .name img{
  margin-right:30px ;
  width: 240px;
  height: 170px;
}

.staff-voice-box .name p {
  font-size: 18px;
  font-weight: 500;
}

.staff-voice-box .name p span{
  display: block;
  font-size: 24px;
}

.staff-voice-box .name + .voice-box{
  text-align: left;
  background-color: #fff;
  padding: 20px 30px;
}


 .staff-voice-box .name::before,  .staff-voice-box .name::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(52, 52, 52);
  transition: all 0.3s;
}

 .staff-voice-box .name::before {
  top: 48%;
  right: 30px;
  transform: rotate(0deg);
}

 .staff-voice-box .name::after {
  top: 48%;
  right: 30px;
  transform: rotate(90deg);
}

 .staff-voice-box .name.close::before {
  transform: rotate(45deg);
}

 .staff-voice-box .name.close::after {
  transform: rotate(-45deg);
}

.voice-box {
  display: none;
}




@media print, screen and (max-width:1020px) {
  .staff-voice-box .name img {
    margin-right: 20px;
    width: 230px;
    height: 160px;
}

  .staff-voice-box .name p {
    font-size: var(--fs-m);
  }
  
  .staff-voice-box .name p span{
    font-size: var(--fs-l);
  }
  .staff-voice-box .name::before,  .staff-voice-box .name::after {
    width: 25px;
    height: 3px;
  }
}
@media print, screen and (max-width:900px){

  section.staff-voices h2{
    font-size: var(--fs-4l);
    margin-bottom: 40px;
  }

  section.staff-voices h2::after{
 line-height: 1;
  }
  section.staff-voices .content-box{
    grid-template-columns: repeat(1,1fr);
    gap:20px;
  }

  .staff-voice-box .name img {
    margin-right: 30px;
    width: 240px;
    height: 170px;
}

  .staff-voice-box .name p {
    font-size: var(--fs-l);
  }
  
  .staff-voice-box .name p span{
    font-size: var(--fs-2l);
  }
  .staff-voice-box .name::before,  .staff-voice-box .name::after {
    width: 30px;
    height: 4px;
  }

  section.staff-voices .inner {
    padding: 60px 20px;
  }
}

@media print, screen and (max-width:500px){
  section.staff-voices .content-box{
    grid-template-columns: repeat(1,1fr);
    gap:20px;
  }

  .staff-voice-box .name img {
    margin-right: 15px;
    width: 120px;
    height: 85px;
  }

  .staff-voice-box .name p {
    font-size: var(--fs-m);
  }
  
  .staff-voice-box .name p span{
    font-size: var(--fs-l);
  }
  .staff-voice-box .name::before,  .staff-voice-box .name::after {
    width: 25px;
    height: 3px;
  }
}


/* ===============================================
banner
=============================================== */

section.banner{
  background-image: url(../image/top/banner-back.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
}

section.banner .inner{
  padding:82px 0 ;
}

a.insta-bn{
  display: block;
  background: linear-gradient(to right, #4E4496, #A65A95, #CD595A,#ECBF2C);
  border-radius: 8px;
  padding:20px;
  box-sizing: border-box;
  max-width: 900px;
  height: 300px;
  margin: auto;
  color: #272727;
  text-decoration: none;
  cursor: pointer;
}

a.insta-bn h2{
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

a.insta-bn h2 + p{
  padding-bottom: 12px;
}

a.insta-bn h2 + p br{
  /* display: none; */
}

a.insta-bn .box{
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 60px 26px;
  height: 100%;
}

a.insta-bn .txt-box{
  text-align: left;
}

a.insta-bn .img-box{
  background-image: url(../image/top/satou-logo-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 270px;
  width: 100%;
  height: 100%;
}

.bg-gray{
  background-color:#EFEFEF ;
}

a.insta-bn .bg-gray{
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  padding: 10px 36px;
  display: flex;
  align-items: center;
} 

a.insta-bn .bg-gray img{
  width: 42px;
}

a.insta-bn .bg-gray span{
  font-weight: 600;
  padding-left: 20px;
  line-height: 2;
}

@media print, screen and (max-width:900px){
  a.insta-bn .box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px 26px;
  }

  a.insta-bn .bg-gray{
    margin: auto;
  } 

  section.banner .inner{
    padding:50px 10px ;
  }

  a.insta-bn .txt-box{
    text-align: center;
  }

  a.insta-bn .img-box{
    display: none;
  }
}

@media print, screen and (max-width:640px){

  a.insta-bn h2{
    font-size:36px;
  }
  section.banner .inner{
    padding:30px 10px ;
  }

  a.insta-bn h2 + p br{
    display: block;
  }

  /* a.insta-bn .bg-gray span.fs-l{
    font-size: var(--fs-s);
  }  */
}

/* ===============================================
to-entry
=============================================== */
section.to-entry{
  background-color: #E0FFE5;
}

section.to-entry .inner{
  padding: 100px 10px;
}

section.to-entry a{
  border-radius: 60px;
  margin: auto;
  max-width: 900px;
  padding: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  background:linear-gradient(to right,#83FF91,#00BAFF) ;
  box-shadow: 2px 4px 4px rgba(171, 171, 171,0.5);
}

section.to-entry a span{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

@media print, screen and (max-width:800px){
  section.to-entry .inner{
    padding: 60px 10px;
  }
  section.to-entry a span{
    font-size: 28px;
  }
}


/* ===============================================
footer
=============================================== */

footer{
  background-color: #FFC1C0;
  padding-top: 90px;
}

footer .ft-logo{
  max-width: 612px;
  margin: 0 auto 20px;
}

footer .clinic-logo{
  max-width: 433px;
  margin: 0 auto;
  padding-bottom: 80px;
}

footer .ft-logo{
  max-width: 612px;
  margin: 0 auto 20px;
}


footer .copy{
  padding:10px 10px;
  font-size: 14px;
  background-image: url(../image/common/footer-back.jpg);
  background-size: cover;
}


#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 0;
  background: #06BEFA;
  opacity: 0.8;
  border-radius: 8px;
  z-index: 3;
}

#page_top:hover{
  opacity: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  background: url(../image/common/arrow-white.svg) center no-repeat;  
}

@media print, screen and (max-width:800px){

  footer{
    padding-top: 70px;
  }
  footer .ft-logo{
    max-width: 312px;
    margin: 0 auto 20px;
  }

  footer .clinic-logo{
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  
}

@media print, screen and (max-width:640px) {
  #page_top{
    width: 50px;
    height: 50px;
  }

  #page_top a{
    width: 50px;
    height: 50px;
    background-size: 20px;
  } 
}