@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

:root { --design-width: 1680; }

.js body{
  opacity: 0;
  pointer-events: none;         
  transition: opacity .5s ease; 
}

.js.site-loaded body{
  opacity: 1;
  pointer-events: auto;
}

.js [data-split]{ visibility: hidden; }
.js [data-split].is-prepared{ visibility: visible; }

@media (prefers-reduced-motion: reduce){
  .js body{ opacity: 1; transition: none; }
}

.sp-br {
  display: none;
}

html {
  font-size: clamp(0.2px, calc(100vw / var(--design-width)), 1px);
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3b;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}
/* 202508改修　ヘッダー */
.modified-header {
  display:flex;
  align-items:center;
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
  background:#fff;
  transition: 0.3s;
}
.modified-header h1 {
  width:225rem;
  margin-left: 15rem;
}
.modified-header h1 a img {
  width:100%;
}
.modified-header h1 a img:last-child {
  display:none;
}
.modified-header.is-open {
  background: #F2AF40;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
} 
.modified-header.is-open  h1 a img:first-child {
  display: none;
}
.modified-header.is-open  h1 a img:last-child {
  display: block;
}



.header__contact {
  margin: auto 25rem 14rem 0;
  display:flex;
  align-items:center;
  flex-direction:column;
}
.header__contact_comment {
  display:flex;
  align-items:center;
  gap:2.9rem;
}
.header__contact_comment svg {
  width:9rem;
  fill:#3B3B3B;
}
.header__contact_comment svg:last-child {
  transform:scale(-1,1);
}
.header__contact_comment p {
  font-size:14rem;
  font-weight:500;
}
.header__contact a {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14rem;
  width:231rem;
  height:48rem;
  border: 2rem solid #F2AF40;
  background:#fff;
  border-radius: 8rem;
  transition: 0.3s;
  box-sizing: border-box;
}
.header__contact a:hover {
  background:#F2AF40;
}
.header__contact a svg {
  width:22.73rem;
  fill:#F2AF40;
  transition: 0.3s;
}
.header__contact a:hover svg {
  fill:#fff;
}
.header__contact a span {
  font-size:14rem;
  color:#F2AF40;
  font-weight:bold;
  transition: 0.3s;
}
.header__contact a:hover span {
  color:#fff;
}

.header__simulation {
  margin: auto 25rem 14rem 0;
  display:flex;
  align-items:center;
  flex-direction:column;
}
.header__simulation_comment {
  display:flex;
  align-items:center;
  gap:2.9rem;
}
.header__simulation_comment svg {
  width:9rem;
  fill:#3B3B3B;
}
.header__simulation_comment svg:last-child {
  transform:scale(-1,1);
}
.header__simulation_comment p {
  font-size:14rem;
  font-weight:500;
  color:#3EAE36;
}
.header__simulation a {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5rem;
  width:256rem;
  height:48rem;
  border: 2rem solid #3EAE36;
  background:#3EAE36;
  border-radius: 40rem;
  transition: 0.3s;
  box-sizing: border-box;
}
.header__simulation  a:hover {
  background:#fff;
}
.header__simulation  a img {
  width:34.41rem;
}

.header__simulation  a span {
  font-size:18rem;
  color:#fff;
  font-weight:bold;
  transition: 0.3s;
}
.header__simulation  a:hover span {
  color:#3EAE36;
}

.header__tel {
  width:256rem;
  height:48rem;
  margin: auto 15rem 14rem 0;
}
.header__tel a {
  display:flex;
  align-items: center;
  position:relative;
  width:100%;
  height:100%;
  background:#EE5144;
  border-radius:40rem;
  color:#fff;
  box-sizing: border-box;
  padding-top: 2rem;
}
.header__tel a::before {
  position: absolute;
  content: "";
  width: 14.6rem;
  height: 9.7rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #FFE05D;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
}
.header__tel a::after {
  content: "まずはお気軽にご相談ください";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 226rem;
  height: 23rem;
  border-radius: 50rem;
  background: #FFE05D;
  color: #3B3B3B;
  font-size: 14rem;
  font-weight: 500;
  top: -17rem;
}

.header__tel a p {
  font-size:18rem;
  font-weight:bold;
  margin: 0 -5rem 0 5rem;
}
.header__tel a .hours {
  display: flex;
  align-items: center;
  gap:2rem;
  font-size: 14rem;
  font-weight: 600;
}

.header__tel a .hours span {
  font-size:19rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

.header__attention {
  margin: 0 7rem 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__attention .twentyfour {
  display: flex;
  align-items: center;
  width: 260rem;
  padding-bottom: 5rem;
  border-bottom: 2rem #F2C940 solid;
  letter-spacing: 0;
  white-space: nowrap;
}
.header__attention .twentyfour p {
  font-size: 30rem;
  font-weight: bold;
  color: #3B3B3B;
  letter-spacing: 1.5rem;
  line-height: 1;
}
.header__attention .twentyfour .y_text {
  color: #3B3B3B;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 10rem;
}
.header__attention .twentyfour .y_text span{
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #F2C940;
  font-size: 35rem;
  margin-right: -3rem;
}

.header__attention .bottom_text {
  color: #3B3B3B;
  font-size: 17rem;
  font-weight: bold;
  margin-left: 15rem;
  line-height: 1;
  margin-top: 7rem;
}
.modified-header.is-open .header__attention,.modified-header.is-open .header__tel,.modified-header.is-open .header__simulation,.modified-header.is-open .header__contact {
  display: none;
}

.hamburger-wrap {
  position: relative;
  display: inline-block;
  width: 94rem;
  height: 94rem;
  margin: 0 ;
}
#nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* 本体 */
.hamburger {
  width: 100%;
  height: 100%;
  background: #F2AF40;
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
}

/* 三本線 */
.hamburger .line,
.hamburger .line::before,
.hamburger .line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 40rem;  /* 線の長さ */
  height: 3px;  /* 線の太さ */
  background: #fff;
  border-radius: 2rem;
  transform: translateX(-50%);
  transition: transform .25s ease, background-color .2s ease;
}
.hamburger .line { 
  top: 50%;  /* 中央線 */
}
.hamburger .line::before { 
  top: -15rem; /* 上線（中央線からの距離15px） */
}
.hamburger .line::after { 
  top: 15rem  /* 下線（中央線からの距離15px） */
}

/* チェック時：中央線透明、上下線を交差 */
#nav-toggle:checked + .hamburger .line { background: transparent; }
#nav-toggle:checked + .hamburger .line::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle:checked + .hamburger .line::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

/* おまけ */
.hamburger:active { filter: brightness(0.95); }
#nav-toggle:focus-visible + .hamburger {
  outline: 2px solid #000;
  outline-offset: 3px;
}



#slick {
  margin: 0 auto;
  border-radius: 0 0 0 40px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  border-radius: 0 0 0 40px;
}

.slick-slide img {
  transform: scale(1.2);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slick-current img {
  transform: scale(1);
}

.slick-slide img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.slick-slide .slide01 {
  object-position: center;
}
.slick-slide .slide02 {
  object-position: 50% 80%;
}

.slick-slide .slide03 {
  object-position: 50% 80%;
}

.slick-initialized .slick-slide {
  text-align: center;
}
.slick-initialized .slick-slide .sp {
  display: none;
}
.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 40px;
  align-items: center;
}
.slide-dots li {
  display: flex;
  align-items: center;
  width: 24px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  width: 24px;
}
.slide-dots li button::before {
  content: "";
  cursor: pointer;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.slide-dots li.slick-active button::before {
  width: 24px;
  height: 24px;
  background-image: url("../images/slide-active.png");
  background-color: hsla(0, 0%, 0%, 0);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.top-slide {
  position: relative;
  margin-top: 100px;
  width: 90%;
  height: calc(100vh - 85px);
  margin: 94rem 0 0 auto;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0;
  left: -5%;
  height: 271px;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  /*テキストの形状*/
  color: #3b3b3b;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  font-weight: 600;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f2af40;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 140px;
  }
  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 140px;
  background: #c9c9c9;
}

.top-position {
  position: relative;
}

.top-slide .bx-wrapper {
  background-color: #f2af40 !important;
  border: 0 !important;
  width: 723rem;
  padding-left: 70rem;
  box-sizing: border-box;
  border-radius: 40rem 0px 0px 40rem;
  position: absolute !important;
  right: 0;
  bottom: -90px;
}

/*ニュース1行の周りの余白*/
.slider a {
  display: flex;
  background: #f2af40;
  padding: 20rem;
  width: 100%;
  box-sizing: border-box;
  color: white;
  align-items: center;
  font-size: 18rem;
  text-align: left;
  line-height: 1.3;
}

/*日付*/
.slider span {
  display: inline-block;
  margin-right: 14rem;
  color: white;
  font-size: 18rem;
  font-weight: 500;
}

.slider .category {
  width: 110rem;
  min-width: 110rem;
  height: 35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18rem;
  color: #3b3b3b;
  background-color: white;
  font-size: 17rem;
}


.bx-wrapper .bx-controls-direction a {
  width: 10px !important;
  height: 10px !important;
  background-image: none !important;
  z-index: 666!important;
}

.bx-wrapper .bx-prev {
  left: 40rem !important;
  border-top: 2px solid white; /* 境界線の上部を実線に指定する*/
  border-right: 2px solid white; /* 境界線の上部を実線に指定する*/
  display: inline-block; /* インライン要素化 */
  transform: rotate(-45deg);
  top: 40rem!important;
}

.bx-wrapper .bx-next {
  left: 40rem !important;
  top: auto !important;
  bottom: 20rem !important;
  border-top: 2px solid white; /* 境界線の上部を実線に指定する*/
  border-right: 2px solid white; /* 境界線の上部を実線に指定する*/
  display: inline-block; /* インライン要素化 */
  transform: rotate(135deg);
}

.slide-title {
  text-align: left;
}

.slide-title .main-title {
  letter-spacing: 1.89rem;
  color: #ffffff;
  text-shadow: 0px 0px 13rem #000000d8;
  font-size: 57rem;
  line-height: 1.4;
}
.slide-title .main-title.sp {
  display: none;
}

.m-hero__txt{
  font-family:"Noto Sans JP",system-ui,sans-serif;
  text-align: left;
}

/* 文字は最後に横から出す（左→右） */
.m-hero__txt .char{display:inline-block;opacity:0;transform:translateX(-0.6em);filter:blur(2px);}

.m-hero__txt .line{
  position:relative;display:inline-block;white-space:nowrap;
  padding:.0 .12em;isolation:isolate;
}

.m-hero__txt.-barreveal .line::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background: #fff;
  clip-path: inset(0 100% 0 0 );
  opacity: 0.8;
  height: 100.5%;
}
.m-hero__txt.is-inview .line::before{
  animation:
    barGrow var(--bgOpen,.55s) cubic-bezier(.2,.6,.2,1) forwards,   
    barClose var(--bgClose,.55s) cubic-bezier(.2,.6,.2,1) forwards;  
  animation-delay:
    calc(var(--line,0)*var(--lineDelay,.18s)),                                              
    calc(var(--line,0)*var(--lineDelay,.18s) + var(--bgOpen,.55s) + var(--bgHold,.25s));    
}


@keyframes barGrow{
  to { clip-path: inset(0 0% 0 0); }
}


@keyframes barClose{
  to { clip-path: inset(0 0 0 100%); }
}

.m-hero__txt.is-inview .line .char{
  animation:charInX .55s cubic-bezier(.2,.6,.2,1) forwards;
  animation-delay:calc(
    var(--line,0)*var(--lineDelay,.18s)
    + var(--bgOpen,.55s) + var(--bgHold,.25s)
    + (var(--bgClose,.55s) * 0.4) /* 閉じ時間の40%だけ待つ */
    + var(--i)*var(--charStagger,18ms)
  );
}

@keyframes charInX{ to{ opacity:1; transform:translateX(0); filter:blur(0); } }

.m-hero__txt .char[data-space="true"]{ width:.35em; }

@media (prefers-reduced-motion: reduce){
  .m-hero__txt .line::before{ animation:none!important; clip-path: inset(0 0 0 0); }
  .m-hero__txt .char{ animation:none!important; opacity:1; transform:none; filter:none; }
}


.slide-title {
  position: absolute;
  left: 50px;
  bottom: 22%;
}

.top-about .about-contens .left {
  text-align: left;
  position: relative;
  width: 645rem;
}

.top-about .about-contens .left .bg01 {
  position: absolute;
  left: -150rem;
  top: 20rem;
  z-index: -1;
  width: 200rem;
}

.top-about .about-contens .left .about-title {
  letter-spacing: 1.08rem;
  color: #3b3b3b;
  font-size: 36rem;
  font-weight: bold;
  line-height: 1.44;
  white-space: nowrap;
  position: relative;
  z-index: 20;
}

.top-about .about-contens .left .about-text {
  font-size: 20rem;
  letter-spacing: 0px;
  color: #3b3b3b;
  font-weight: 400;
  margin-top: 45rem;
}

.top-about .about-contens .right {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.top-about .about-contens .right .bg02 {
  position: absolute;
  left: -50rem;
  top: -50rem;
  width: 153rem;
}

.top-about .about-contens .right .bg03 {
  position: absolute;
  right: -190rem;
  z-index: -1;
  width: 549rem;
  transition: 2s;
}

.top-about .about-contens .right .main {
  width: 547rem;
}

.top-about .about-contens {
  display: flex;
  justify-content: center;
  gap: 114rem;
  margin: 100rem auto 0;
}

.link-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 45rem;
  align-items: center;
  gap: 38rem;
}
.link-btn .btn-text {
  font-size: 18rem;
  letter-spacing: 0.54rem;
  color: #3b3b3b;
  border-bottom: 2px dotted #f2af40;
}

.link-btn .hover-box div {
  position: relative;
  width: 55rem;
  height: 55rem;
  background-color: white;
  border: 1px solid #f2af40;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  transition: 0.2s;
}

.link-btn .hover-box div:before {
  content: "";
  position: absolute;
  top: calc(50% - 2rem);
  right: 28rem;
  transform: translateY(calc(-50% - 2rem)) rotate(30deg);
  width: 12rem;
  height: 2rem;
  background-color: #3b3b3b;
  transition: 0.3s;
}
.link-btn .hover-box div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28rem;
  transform: translateY(-50%);
  width: 45rem;
  height: 2rem;
  background-color: #3b3b3b;
  transition: 0.3s;
}

.link-btn :hover + .hover-box div {
  width: 62px;
  height: 62px;
  background-color: #f2af4065;
  transition: 0.2s;
}

.hover-box {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-box div:hover {
  width: 62px;
  height: 62px;
  background-color: #f2af4065;
  transition: 0.2s;
}

.top-contents01 {
  padding-top: 100px;
  background-image: url("../images/bg/top-contents01-bg.png");
  margin-top: 48px;
  padding-bottom: 100px;
  height: 1500px;
  box-sizing: border-box;
}

.top-contents01 .contents-title {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #3b3b3b;
}

.mini-box {
  width: 48%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #f2af40;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 23px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.mini2-box {
  width: 48%;
  min-height: 300px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #f2af40;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 23px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.mini-box .box-title,
.mini2-box .box-title {
  font-size: 24px;
  color: #3b3b3b;
  text-align: center;
  line-height: 1;
}

.mini-box p span,
.mini2-box p span {
  font-size: 14px;
  text-align: left;
}

.mini-box p {
  font-size: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  line-height: 1.4;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.mini2-box p {
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 5px;
  line-height: 1.4;
  width: 100%;
  justify-content: flex-start;
}

.mini2-box p.flex-center {
  justify-content: center;
}

.consultation01 img {
  margin: 20px auto 12px;
}

.consultation02 img {
  margin: 20px auto 12px;
}
.consultation03 img {
  margin: 13px auto 13px;
}

.consultation02 p .list-icon {
  min-width: 10px;
  min-height: 10px;
  background-color: #74b3d5;
  border-radius: 50%;
  display: block;
  margin-top: 12px;
}

.top-contents01 .contents-box {
  background-color: #fcf6f0;
  border-radius: 30px;
  width: 95%;
  max-width: 1080px;
  margin: 30px auto;
  padding: 50px 45px;
  box-sizing: border-box;
}

.top-contents01 .contents-box .consultation-flex {
  display: flex;
  justify-content: space-between;
}

.consultation04 {
  width: 100%;
  min-height: 270px;
  margin: 20px auto;
}

.consultation05 {
  width: 100%;
  margin: 0 auto;
}

.consultation04 .flex100,
.consultation05 .flex100 {
  display: flex;
  margin-top: 25px;
  gap: 40px;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}

.consultation04 .flex100 .left,
.consultation04 .flex100 .right,
.consultation05 .flex100 .left,
.consultation05 .flex100 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.mini-box .flex100 p {
  justify-content: center;
  text-align: center;
}

.consultation-text {
  text-align: left;
  width: 100%;
  margin: 40px auto;
  font-size: 18px;
}

.page-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50rem auto 0;
        width: 344rem;
        height: 67rem;
        box-sizing: border-box;
        border: 1px solid #F2AF40;
        background: #F2AF40;
        border-radius: 36rem;
        color: #fff;
        font-size: 25rem;
        font-weight: bold;
        transition: 0.3s;
        
}

.btn.back {
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2af40;
  border-radius: 27px;
  border: 1px solid #f2af40;
  transition: 0.5s;
  font-size: 22px;
  margin: 40px auto;
  color: white;
}

.btn.back:hover {
  background-color: white;
  color: #f2af40;
}

.btn.back:hover a {
  color: #f2af40;
}

.page-btn a {
  color: white;
}

.page-btn:hover {
  background-color: white;
  color: #f2af40;
}

.page-btn:hover a {
  color: #f2af40;
}

.bg-bottom {
  width: 100%;
  height: 812px;
  /* background-image: url("../images/bg/top-contents01-bg-bottom.png"); */
  background-image: url("../images/bg/top-contents01-bg.png");
  position: relative;
  z-index: -1;
  background-position: bottom;
}

.top-contents02 {
  margin-top: 100px;
}

.top-contents02 .title {
  font-size: 30px;
  font-weight: 600;
  color: #f2af40;
}

.top-contents02 .flex-box {
  display: flex;
  align-items: center;
  gap: 60rem;
  justify-content: center;
  margin-top: 30rem;
}

.top-contents02 .flex-box .right .sub-title {
  font-size: 36rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}
.top-contents02 .flex-box .right .sub-title span {
  font-size: 24rem;
}
.top-contents02 .flex-box .right .sub-title02 {
  font-size: 24rem;	
  font-weight: 600;
  text-align: left;
  line-height: 1.8;
  margin-top: 25rem;
}
.top-contents02 .flex-box .right {
  width: 645rem;
}

.top-contents02 .flex-box .right .sub-text {
  font-size: 18rem;
  text-align: left;
  margin-top: 30rem;
}

.top-contents02 .flex-box .left {
  position: relative;
}

.top-contents02 .flex-box .left .bg04 {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: -1;
  width: 140px;
}

.top-contents02 .flex-box .left .bg05 {
  position: absolute;
  left: 5px;
  bottom: -40px;
  z-index: -1;
  width: 136px;
}

.top-contents02 .flex-box .left .bg06 {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: -1;
  width: 286px;
}

.top-contents02 .flex-box .small-comment {
  font-size: 15px;
  text-align: left;
  margin-top: 30px;
}

.top-contents02 .flex-box img {
  width: 540rem;
}

.top-contents03 {
  margin-top: 150rem;
  background-color: #fcf6f0;
  position: relative;
  padding-bottom: 100rem;
}
.top-contents03::before {
  content: "";
  background: #FFF;
  width: 100%;
  left: 0;
  height: 240rem;
  position: absolute;
}
.top-contents03.column-page::before {
  display: none;
}
.top-contents03 .title {
  font-size: 45rem;
  font-weight: 600;
  color: #f2af40;
  position: relative;
}

.column-flex {
  display: flex;
  justify-content: center;
  gap:30px 5% ;
  width: 90%;
  margin: 50rem auto 0;
  position: relative;
}

.column-flex a {
  width: 30%;
  background-color: white;
  border-radius: 15px;
  transition: 0.2s;
  box-sizing: border-box;
  border: 1px solid hsla(0, 0%, 100%, 0);
  color: #3b3b3b;
  padding-bottom: 20px;
}

.column-flex a img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.column-flex a:hover {
  border: 1px solid #f2af40;
  transition: 0.2s;
}

.top-contents03 .column-flex .title {
  position: relative;
  top: 0;
  font-size: 20px;
  text-align: left;
  color: #3b3b3b;
  padding: 20px 30px 0;
  line-height: 1.4;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.top-contents03 .column-flex .day {
  text-align: left;
  font-size: 13px;
  padding-left: 30px;
  margin:auto 0 0 0;
  box-sizing: border-box;
}

.img-rink {
  display: flex;
  justify-content: center;
  gap: 20rem;
  margin: 150rem auto 0;
}

.img-rink a {
  border-radius: 20rem;
  border: 2px solid hsla(0, 0%, 100%, 0);
  transition: 0.2s;
  width: 590rem;
  box-sizing: border-box;
}

.img-rink a:hover {
  border: 2px solid #f2af40;
  transition: 0.2s;
}

.img-rink img {
  width: 100%;
}

.top-contact-area {
  margin-top: 100px;
}

.top-contact-area .left {
  width: 50%;
}

.top-contact-area .right {
  width: calc(100% - 50% - 50px);
}

.top-contact-area .left .title {
  font-size: 40px;
  line-height: 1.4;
  text-align: left;
  border-bottom: 2px dotted #f2af40;
  padding-bottom: 20px;
}

.top-contact-area .left .text {
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
  margin-top: 20px;
}

.line-link {
  display: flex;
  width: 100%;
  height: 70px;
  background: #3aae36 0% 0% no-repeat padding-box;
  border: 1px solid #3aae36;
  box-sizing: border-box;
  border-radius: 46px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: white;
  font-size: 18px;
  transition: 0.2s;
  position: relative;
}

.line-link:hover {
  background-color: white;
  color: #3aae36;
  transition: 0.2s;
}
.line-link img {
  width: 35px;
  position: absolute;
  left: 35px;
}

.tel-link {
  display: flex;
  width: 100%;
  height: 70px;
  background: #74b3d5;
  border: 1px solid #74b3d5;
  border-radius: 46px;
  align-items: center;
  gap: 60px;
  color: white;
  font-size: 26px;
  margin-top: 25px;
  box-sizing: border-box;
  transition: 0.2s;
   position: relative;
   justify-content: center;
}
.tel-link:hover {
  background-color: white;
  color: #74b3d5;
  transition: 0.2s;
}

.tel-link:hover svg {
  fill: #74b3d5;
}

.tel-link svg {
  width: 25px;
  fill: white;
  position: absolute;
  left: 50px;
}

.contact-link {
  display: flex;
  width: 100%;
  height: 70px;
  background: #f2af40;
  border: 1px solid #f2af40;
  border-radius: 46px;
  align-items: center;
  gap: 40px;
  color: white;
  font-size: 22px;
  margin-top: 45px;
  line-height: 1;
  box-sizing: border-box;
  transition: 0.2s;
    position: relative;
   justify-content: center;
}
.contact-link svg {
  width: 25px;
  fill: white;
   position: absolute;
  left: 50px;
}
.contact-link:hover {
  background-color: white;
  color: #f2af40;
  transition: 0.2s;
}

.contact-link:hover svg {
  fill: #f2af40;
}

.top-contact-area {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  width: 90%;
  margin: 100px auto;
  max-width: 1000px;
}

.top-contact-area .right p {
  font-size: 17px;
}

/* .sns-link {
  width: 90%;
  max-width: 800px;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  margin: 100px auto;
  background-color: #f2af40;
} */
.sns-link {
  width: 1000rem;
  border-radius: 20rem;
  padding: 10rem;
  box-sizing: border-box;
  margin: 100rem auto;
  background: url(../images/top-about-bg.png) center right 130rem no-repeat #f2af40;
}

.sns-link .border-box {
  width: 100%;
  border: 3px dotted #ffffff;
  border-radius: 20rem;
  display: flex;
  box-sizing: border-box;
  /* align-items: center; */
  align-items: flex-end;
  justify-content: center;
  gap: 17rem;
}

.sns-link .border-box .left {
  width: 629rem;
}

.sns-link .border-box .left .text {
  text-align: left;
  font-size: 18rem;
  color: white;
  margin-top: 19rem;
  font-weight: 500;
}

.sns-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30rem;
  margin-bottom: 40rem;
}

.sns-flex a {
  display: flex;
  justify-content: center;
  font-size: 19rem;
  font-weight: 500;
  align-items: center;
  width: 197rem;
  height: 48rem;
  border-radius: 24rem;
  background-color: white;
  gap: 20rem;
  box-sizing: border-box;
  border: 1px solid white;
}

.sns-flex a:hover {
  background-color: #f2af40;
  color: white;
  transition: 0.2s;
}

footer {
  border-top: 2px solid hsla(0, 0%, 54%, 0.2);
  padding-top: 30px;
}

footer nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

footer nav a {
  padding: 0 30px;
  border-right: 1px solid hsla(0, 0%, 54%, 0.2);
  font-size: 18px;
}

footer nav a:hover {
  color: #f2af40;
}

footer .sns-flex02 {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

footer .copy {
  font-size: 16px;
  margin-top: 50px;
}

@media screen and (max-width: 1280px) {
  header .pc-nav .nav-list .btn a,.sub_trigger {
    font-size: 14px;
  }
  header .pc-nav .nav-list .contact-btn {
    width: 140px;
	height: 40px;
    font-size: 14px;
  }
  header .pc-nav .nav-list {
    gap: 15px;
  }
	header .pc-nav .nav-list .contact-btn a {
		gap:5px;
	}
	header .pc-nav .nav-list .contact-btn a svg {
		width:15px
	}
	header .top-link img {
		width:170px
	}
}
@media screen and (max-width: 1050px) {
  header .pc-nav .nav-list .btn a,.sub_trigger {
    font-size: 12px;
  }
        header .pc-nav .nav-list .contact-btn {
            width: 125px;
            height: 40px;
            font-size: 12px;
        }
  .top-contents01 .contents-box .consultation-flex {
    flex-direction: column;
  }
  .mini-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .mini2-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .mini-box p {
    justify-content: center;
  }
  .mini2-box p {
    justify-content: center;
  }
  .top-contents01 {
    height: auto;
  }
  .bg-bottom {
    height: auto;
  }
}

.coming {
  margin-top: 185px;
  width: 100%;
  max-width: 1100px;
  margin: 185px auto 0;
  position: relative;
}

.coming .title {
  font-size: 55px;
  font-weight: 600;
  margin-top: 54px;
  margin-bottom: 30px;
}

.coming .text {
  font-size: 20px;
  margin-bottom: 200px;
}

.coming .bg01 {
  position: absolute;
  left: 0;
  top: 0;
}

.coming .bg02 {
  position: absolute;
  left: -150px;
  top: 300px;
}
.coming .bg03 {
  position: absolute;
  right: -150px;
  top: 50px;
}



footer .logo {
  width: 280px;
}

.sns-flex02 img {
  width: 25px;
}
.sns-flex img {
  width: 25px;
}

footer .nav-list {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px 0;
}

footer .nav-list .btn a {
  transition: 1s;
  position: relative;
  width: 100%;
  color: #3b3b3b;
  font-size: 14px;
  display: flex;
  gap: 5px;	
}
footer .nav-list .btn a svg {
	width:13px;
	fill:#3b3b3b;
}
footer .nav-list .btn {
  padding: 0 30px;
}

footer .nav-list .btn a::after {
  content: "";
  width: 0%;
  position: absolute;
  background: #f2af40;
  bottom:0;
  height: 2px;
  display: block;
  transition: 0.3s;
}

footer .nav-list .btn a:hover::after {
  width: 100%;
  color: #3b3b3b;
}

footer .nav-list .b-r {
  border-right: 1px solid hsla(0, 0%, 54%, 0.2);
}

.effect {
  transform: scale(0.2);
  transition: 2s;
}

.effect.is-active {
  transform: scale(1);
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#page-top a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f2af40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border: 1px solid #f2af40;
  transition: 0.2s;
}

#page-top a span {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

#page-top a:hover {
  background-color: white;
  color: #f2af40;
  transition: 0.2s;
}

#page-top a:hover span {
  border-top: 3px solid #f2af40;
  border-right: 3px solid #f2af40;
  transition: 0.2s;
}

.mtop20 {
  margin-top: 20px;
}

.page-title {
  height: 366rem;
  padding-top: 94rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-bottom: 2px solid hsla(0, 0%, 54%, 0.2);
}

.page-title .title-bg01 {
  position: absolute;
  right: 0;
  top: -80px;
  max-width: 400px;
}
.page-title .title-bg02 {
  position: absolute;
  left: 50px;
  bottom: -80px;
  max-width: 400px;
}

.page-title .title {
  font-size: 48rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.page-title .title .en {
  font-size: 17px;
  color: #f2af40;
}

.page-title .title-bg {
  transform: scale(0.2);
  transition: 2s;
}

.page-title .title-bg.show {
  transform: scale(1);
  transition: 2s;
}

.top-contents02.page-contents .flex-box .right .sub-text {
  font-size: 18rem;
}

.top-contents02.page-contents .flex-box .right .s-title {
  font-size: 18rem;
  text-align: left;
  margin-bottom: 30rem;
  font-weight: 500;
}

.top-contents02.page-contents .flex-box .left .bg06 {
  position: absolute;
  right: -50px;
  left: auto;
  top: -50px;
  z-index: -1;
  width: 180px;
}

.top-contents02.page-contents .flex-box .left .bg04 {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: -1;
  width: 250px;
}

.top-contents02.page-contents .flex-box {
  margin: 80px auto;
}

.bg__o {
  background-color: #fcf6f0;
}

.though__box {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.though__box .title {
  font-size: 28rem;
  color: #3b3b3b;
  font-weight: 600;
}

.flex_box__3 {
  display: flex;
  justify-content: center;
  gap: 15rem;
}

.though__box .flex_box__3 {
  margin-top: 25rem;
}

.flex_box__3 .box {
  width: 350rem;
  height: auto;
  border-radius: 20rem;
  border: 1px solid #f2af40;
  box-sizing: border-box;
  padding: 20rem;
  background-color: white;
}

.flex_box__3 .box .box_title {
  color: #f2af40;
  font-size: 24rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}

.flex_box__3 .box .box_text {
  font-size: 15rem;
  text-align: left;
  margin-top: 20rem;
  font-weight: 500;
}

.summary__box {
  max-width: 700px;
  margin: 0 auto;
}

.main_title {
  font-size: 24rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  margin-top: 100rem;
}

.main_title img {
  position: absolute;
  left: -80px;
  top: -70px;
  z-index: -1;
}

.summary__box ul {
  margin-top: 40px;
}

.summary__box ul li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
}

.summary__box ul li .title {
  font-size: 16rem;
  font-weight: 500;
  width: 200rem;
  text-align: left;
}

.summary__box ul li .text {
  font-size: 16rem;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
}
.summary__box ul li .text svg {
  width: 40rem;
  height: auto;
}

.summary__box ul li .text a:hover {
	color:#f2af40;
	transition:0.2s;
}

.map-box {
  max-width: 880px;
  width: 95%;
  margin: 150px auto;
  position: relative;
}

.map-box img {
  position: absolute;
  right: -220px;
  top: -100px;
  z-index: -1;
}

.map-box iframe {
  width: 100%;
  margin-top: 50px;
  border-radius: 20px;
}

.map-box .text {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
}

.page-b {
  background-image: url("../images/bg/top-contents01-bg-center.png");
  width: 100%;
  padding: 50rem 0;
  margin-bottom: 0 !important;
  max-width: none!important;
}

.page-b .inline-box {
	max-width: 1080px;
	display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    width: 90%;
    margin: 100px auto;
}

.page-b.top-contact-area .left .text {
  font-size: 16px;
  line-height: 1.8;
}

.breadcrumbs {
  display: flex;
  color: #f2af40;
  font-size: 10px;
  align-items: center;
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  gap: 10px;
  padding: 10px 0;
}

.breadcrumbs a {
  font-size: 15px;
  font-weight: 500;
}
.breadcrumbs a:hover {
  color: #f2af40;
}

.etc-comment {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}

.new__box {
  margin: 0 auto;
  position: relative;
  width: 1080rem;
}

.new__box .contents-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30rem;
}

.new__box .contents-flex .box {
  width: 48%;
}
.new__box .contents-flex .box .title {
  font-size: 18rem;
  font-weight: 500;
  color: #3b3b3b;
  text-align: left;
  margin-bottom: 15rem;
}
.new__box .contents-flex .box .sample-img {
  width: 100%;
  border-radius: 20px;
  background-color: #f4f4f4;
}

.new__box .contents-flex .box .sample-img img {
  width: 100%;
}

.new__box .contents-flex .box .text {
  font-size: 14rem;
  font-weight: 400;
  text-align: left;
  margin-top: 20rem;
}
.new__box .main_title .bg-right {
  position: absolute;
  top: -130px;
  left: auto;
  right: -100px;
  z-index: -1;
  max-width: 250px;
}

.new__box .main_title {
  margin-top: 150rem;
}

.Precautions {
  border: 1px solid #f2af40;
  border-radius: 10rem;
  margin-top: 100rem;
  padding: 30rem;
  padding-bottom: 10rem;
  box-sizing: border-box;
}

.Precautions .title {
  font-size: 18rem;
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 20rem;
}
.Precautions strong {
  display: block;
  text-align: left;
  font-size: 16rem;
  font-weight: 500;
  margin-bottom: 10rem;
}
.Precautions div.text {
	text-align: left;
    font-size: 14rem;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom:15rem;
}
.Precautions ul li {
  display: flex;
  text-align: left;
  font-size: 14rem;
  align-items: baseline;
  gap: 5rem;
  line-height: 1.4;
  margin-bottom: 20rem;
  font-weight: 400;
}

.Precautions ul li span {
  font-size: 10rem;
  color: #f2af40;
}

.top-contents01.page-b {
  background-image: none;
  background-color: #fcf6f0;
  height: auto;
  padding-top: 100rem;
  margin-top: 100rem;
}

.top-contents01.page-b .contents-title {
  font-size: 30rem;
}

.top-contents01.page-b .contents-box {
  padding-top: 0;
  padding: 0;
  max-width: 1000px;
}

.top-contents01.page-b .consultation05 .flex100 {
  gap: 50px;
}

.flow-box {
  width: 1080rem;
  margin: 200rem auto;
  position: relative;
}

.flow_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.flow_flex .box {
  border: 1px solid #74b3d5;
  border-radius: 10rem;
  width: 255rem;
  padding: 20rem 10rem 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

.flow_flex .box:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16rem 0 16rem 16rem;
  border-color: transparent transparent transparent #74b3d5;
  top: 50%;
  transform: translateY(-50%);
  right: -16rem;
}

.flow_flex .box .title {
  font-size: 22rem;
  font-weight: 600;
  margin-top: 10rem;
}

.flow_flex .box .text {
  font-size: 16rem;
  text-align: left;
  margin-top: 15rem;
}

.flow_flex .box .img-box {
  height: 100rem;
  display: flex;
  align-items: center;
}

.flow-box .bg {
  position: absolute;
  right: -220px;
  top: -100px;
  z-index: -1;
}

.Q_A-box {
  max-width: 1080rem;
  margin: 200rem auto;
  position: relative;
}

.open-container {
  margin-top: 50rem;
}

.open-container li {
  background-color: #fcf6f0;
  border-radius: 10rem;
  padding: 0 15rem;
  margin-bottom: 30rem;
  padding-bottom: 30rem;
}

.open-container button {
  border: none;
  width: 100%;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30rem 0px 0;
  border-radius: 15rem;
  color: #3b3b3b;
  font-size: 22rem;
  gap: 10px;
  position: relative;
}

.open-container button span {
  font-size: 22rem;
  font-weight: 600;
  color: #f2af40;
}

.open-container button .arrow {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-top: 3px solid #f2af40;
  border-right: 3px solid #f2af40;
  transform: rotate(135deg);
  right: 10rem;
}

.open-container .open-btn.close .arrow {
  transform: rotate(-45deg);
}

.open-container .substance .information {
  padding: 30rem 20rem;
  background-color: #eeeeee;
  width: 350px;
  height: 140px;
  text-align: left;
  font-size: 13px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 15px;
}

.open-container .substance {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  gap: 30px;
}

.open-container .accordion-box {
  background-color: white;
  text-align: left;
  font-size: 16rem;
  padding: 15rem;
  border-radius: 10rem;
  margin-top: 30rem;
  display: none;
}

.Service {
  max-width: 1080rem;
  margin: 150rem auto 100rem;
}



.Service01 .text {
  font-size: 16px;
  font-weight: 400;
}

.Service02 .contents-flex {
  display: flex;
  gap: 50rem;
  margin-top: 50rem;
}

.Service02 .contents-flex .sample-img {
  min-width: 500rem;
  width: 500rem;
}

.Service02 .contents-flex .sample-img img {
  width: 100%;
}

.Service02 .contents-flex .sample-img .himedic-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.Service02 .contents-flex .sample-img .himedic-flex img {
  width: 32%;
}

.Service02 .contents-flex .title {
  font-size: 28rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}

.Service02 .contents-flex .title span {
  font-size: 18rem;
  font-weight: 500;
}

.Service02 .contents-flex .text {
  text-align: left;
  font-size: 16rem;
  margin-top: 20rem;
}

.Service02,
.Service03,
.Service04,
.Service05 {
  margin-top: 200px;
}

.Service03 .contents-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 50px;
}

.Service03 .contents-flex .box {
  width: 32%;
  margin-bottom: 40px;
}

.Service03 .contents-flex .box img {
  width: 100%;
}

.Service03 .contents-flex .box .sample-img {
  width: 100%;
  height: 200px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.Service03 .contents-flex .box .text {
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 15rem;
}

.fee-flex {
  display: flex;
  margin-top: 50px;
  align-items: center;
}

.fee-flex ul {
  margin-right: 35px;
}

.fee-flex ul li {
  display: flex;
  background-color: #f4f4f4;
  border-radius: 5px;
  width: 400px;
  box-sizing: border-box;
  padding: 15px 25px;
  margin-bottom: 8px;
  align-items: center;
  align-content: center;
  gap: 10px;
}

.fee-flex ul li .icon {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #f2af40;
  box-sizing: border-box;
  border-radius: 50%;
}

.fee-flex ul li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.fee-flex ul li div .money {
  font-size: 26px;
  font-weight: 600;
}
.fee-flex ul li div .money span {
  font-size: 18px;
  font-weight: 500;
}
.fee-flex ul li div .money.type01 {
  font-size: 30px;
  font-weight: 600;
  color: #f2af40;
}
.fee-flex ul li div .money.type01 span {
  font-size: 20px;
  font-weight: 500;
  color: #f2af40;
}

.fee-flex .plus-box {
  width: 18px;
  height: 200px;
  border-top: 2px solid #f2af40;
  border-bottom: 2px solid #f2af40;
  border-right: 2px solid #f2af40;
  position: relative;
}

.fee-flex .plus-box::after {
  position: absolute;
  content: "＋";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f2af40;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}

.fee-flex .right {
  width: 300px;
  height: auto;
  background-color: #fcf6f0;
  border-radius: 5px;
  margin-left: 50px;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}

.fee-flex .right .kei {
  font-size: 16px;
  font-weight: 600;
  width: 150px;
  margin: 0 auto;
}

.fee-flex .right .money {
  color: #f2af40;
  font-size: 38px;
  font-weight: 600;
  width: 150px;
  margin: 0 auto;
}

.fee-flex .right .money span {
  font-size: 28px;
  font-weight: 500;
}

.fee-flex .right .text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.fee-flex .right .text02 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

.Service04 .new-text {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}

.Service04 .new-text span {
  font-size: 24px;
  color: #f2af40;
}

.Precautions ul {
  margin-bottom: 30px;
}

.Service05 {
  margin-bottom: 150px;
}

.Service05 .sub-title {
  text-align: left;
  font-size: 32rem;
  font-weight: 600;
  margin-top: 45px;
  line-height: 1.4;
}

.Service05 .contents-flex {
  display: flex;
  gap: 40rem;
  margin-top: 50rem;
  margin-bottom: 60rem;
  align-items: center;
}
.Service05 .contents-flex .right p {
  font-size: 18rem;
  text-align: left;
}
.Service05 .contents-flex .right .region,
.Service05 .contents-flex .right .region02,
.Service05 .contents-flex .right .region03 {
  font-size: 28rem;
  font-weight: 600;
  color: #f2af40;
  text-align: left;
  margin-bottom: 10rem;
  margin-top: 20rem;
  position: relative;
}
.Service05 .contents-flex .right p.item {
  margin-bottom: 10rem;
}
.Service05 .contents-flex .right .region02 span {
  position: absolute;
  font-size: 12px;
  color: #3b3b3b;
  bottom: -15px;
  left: 110px;
  display: inline-block;
  font-weight: 400;
}

.Service05 .contents-flex .right .region03 span {
  position: absolute;
  font-size: 12px;
  color: #3b3b3b;
  bottom: -15px;
  left: 28px;
  display: inline-block;
  font-weight: 400;
}

.Service05 .contents-flex .right .text {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  margin-top: 50px;
}

.Service05 .contents-flex img {
  width: 400rem;
}

.top-contents03.column-page {
  background-color: hsla(0, 0%, 0%, 0);
  margin-top: 100px;
}
.top-contents03.column-page .column-flex {
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1000px;
}

.top-contents03.column-page .column-flex a {
  box-shadow: 0px 0px 15px #7b7b7b29;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 100px;
}

.pagination .prev a,
.pagination .next a {
  width: 8px;
  height: 8px;
  border-top: 3px solid #f2af40;
  border-left: 3px solid #f2af40;
  display: inline-block;
}

.pagination .prev a {
  transform: rotate(-45deg);
}

.pagination .next a {
  transform: rotate(135deg);
}

.pagination .page a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #f2af40;
  color: #f2af40;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.pagination .page.navi-active a {
  background-color: #f2af40;
  color: white;
  transition: 0.2s;
}

.pagination .page a:hover {
  background-color: #f2af40;
  color: white;
  transition: 0.2s;
}

.single-column {
  padding-top: 150px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

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

.single-column .date {
  font-size: 16px;
  color: #c9c9c9;
}

.single-column h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #f2af40;
  margin-bottom: 60px;
}

.single-column .sample-img {
  width: 100%;
  height: 450px;
  background-color: #f4f4f4;
}

.single-column h2 {
  margin-top: 60px;
  margin-bottom: 50px;
  background-color: #fcf6f0;
  font-size: 30px;
  font-weight: 600;
  border-left: 6px solid #f2af40;
  line-height: 1.4;
  padding: 10px 0 10px 20px;
}

.single-column p {
  font-size: 16px;
  font-weight: 400;
}

.single-column h3 {
  font-size: 26px;
  font-weight: 600;
  color: #f2af40;
  line-height: 1.4;
  padding-top: 55px;
  border-top: 1px solid #c9c9c9;
  margin-top: 50px;
  margin-bottom: 30px;
}

.single-column h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 60px;
}

.single-column .page-nav {
  display: flex;
  margin-top: 100px;
  margin-bottom: 90px;
}

.single-column .page-nav a {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  max-width: 200px;
  gap: 10px;
  align-items: center;
  position: relative;
}

.single-column .page-nav a::after {
  content: "";
  width: 0%;
  position: absolute;
  background: #f2af40;
  height: 2px;
  display: block;
  transition: 0.3s;
  bottom: -10px;
}

.single-column .page-nav a.next {
  margin-left: auto;
}

.single-column .page-nav a.prev {
  margin-right: auto;
}

.single-column .page-nav a:hover::after {
  width: 100%;
  color: #3b3b3b;
}

.single-column .page-nav a:hover {
  color: #3b3b3b;
}

.single-column .page-nav a span {
  min-width: 8px;
  min-height: 8px;
  border-top: 3px solid #f2af40;
  border-left: 3px solid #f2af40;
  display: inline-block;
}

.single-column .page-nav .prev span {
  transform: rotate(-45deg);
}

.single-column .page-nav .next span {
  transform: rotate(135deg);
}

.single-column .bg01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.single-column .bg02 {
  position: absolute;
  top: 20%;
  right: -40%;
  z-index: -1;
}

.single-column .bg03 {
  position: absolute;
  bottom: -50px;
  left: -300px;
  z-index: -1;
  opacity: 0.5;
  max-width: 300px;
}

.news-page {
  margin-top: 0;
  padding-top: 150px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.news-page .news-flex a {
  padding: 20px 40px 20px 20px;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  position: relative;
}

.date-cg {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  color: #c9c9c9;
  gap: 15px;
}

.date-cg span {
  font-size: 14px;
  color: white;
  background-color: #f2af40;
  border-radius: 150px;
  width: 98px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-page .news-flex a .title {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin: 15px 0;
}

.news-page .news-flex a .text {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.news-page .news-flex a .arrow {
  width: 8px;
  height: 8px;
  border-top: 3px solid #f2af40;
  border-left: 3px solid #f2af40;
  display: inline-block;
  position: absolute;
  transform: rotate(135deg) translateY(-50%);
  top: 50%;
  right: 20px;
  transition: 0.3s;
}

.news-page .news-flex a:hover {
  background-color: #fcf6f0;
  transition: 0.3s;
}

.news-page .news-flex a:hover .title {
  color: #3b3b3b;
}
.news-page .news-flex a:hover .text {
  color: #3b3b3b;
}

.news-page .bg01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.news-page .bg02 {
  position: absolute;
  top: 20%;
  right: -40%;
  z-index: -1;
}

.news-page .bg03 {
  position: absolute;
  bottom: -50px;
  left: -300px;
  z-index: -1;
  opacity: 0.5;
  max-width: 300px;
}

.tel-box {
  max-width: 660px;
  border-radius: 20px;
  background-color: #e7f5fc;
  display: flex;
  flex-direction: column;
  margin: 100px auto 0;
  padding: 30px 0;
}

.tel-box .tel-link {
  background-color: hsla(0, 0%, 0%, 0);
  border: none;
  color: #74b3d5;
  font-size: 53px;
  width: 100%;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  font-weight: 600;
  align-items: center;
  line-height: 1;
  padding-left: 0;
  margin-left: -20px;
}

.tel-box .tel-link:hover {
  color: #f2af40;
}

.tel-box .tel-link:hover svg {
  fill: #f2af40;
}

.tel-box .tel-link svg {
  width: 42px;
  height: 42px;
  fill: #74b3d5;
}

.tel-box .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tel-box .text {
  font-size: 19px;
  font-weight: 500;
  margin-top: 20px;
}

.contact-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.contact-nav .text {
  min-width: 220px;
  min-height: 45px;
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 23px;
  box-sizing: border-box;
}

.contact-nav .text.active {
  border: 1px solid #f2af40;
  color: white;
  font-weight: 600;
  background-color: #f2af40;
}

.contact-nav .line {
  width: 30px;
  height: 1px;
  background-color: #c9c9c9;
}

.contact-top .main_title {
  justify-content: center;
  margin: 100px auto 0;
  text-align: center;
  display: inline-block;
  font-size: 35px;
}

.contact-top-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px;
}

form {
  max-width: 800px;
  width: 90%;
  margin: 70px auto;
}

.input-box {
  text-align: left;
  color: #f38200;
  font-size: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 25px;
}

.input-box .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 20px;
  color: #3b3b3b;
}

.input-box .title span {
  width: 57px;
  height: 28px;
  border-radius: 3px;
  background-color: #f38200;
  color: white;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.input-box .title .small {
  font-size: 15px;
}

.input-box .title span.nini {
  background-color: #c9c9c9;
}

.input-box input[type="text"] {
  width: 100%;
  max-width: 600px;
  padding: 11px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #c9c9c9;
}

.input-box .border {
  display: block;
  text-align: left;
  max-width: 600px;
  border-radius: 5px;
}

.input-box .border.num {
  max-width: 200px;
}

.input-box .num input[type="text"] {
  max-width: 200px;
}

.input-box .title.inner {
  margin-top: 20px;
}

.input-box .radio-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 18px;
  color: #3b3b3b;
}

.input-box .radio-box label {
  display: flex;
  gap: 10px;
}

.kaisou {
  display: flex;
  gap: 80px;
}

.kaisou .row {
  margin-top: 72px;
}

.input-box.border-none {
  border: none;
}

.input-box textarea {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
}

.bg-position {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.bg-position .bg01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.bg-position .bg02 {
  position: absolute;
  top: 0;
  right: -40%;
  z-index: -1;
}

.bg-position .bg03 {
  position: absolute;
  bottom: 40%;
  left: -300px;
  z-index: -1;
  opacity: 0.5;
  max-width: 300px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form_preview .kaisou .row {
  margin-top: 0;
}

.mw_wp_form_preview .input-box .radio-box {
  color: #f38200;
}

.mw_wp_form_preview .input-box {
  padding-bottom: 0;
}

.completion-box {
  max-width: 1000px;
  width: 90%;
  margin: 100px auto;
  text-align: left;
  font-size: 16px;
}

.completion-box {
  text-align: center;
}

.completion-box .contact-top-text {
  font-size: 30px;
  margin-bottom: 20px;
}

.completion-box .tect {
  font-size: 16px;
}

.pdf-link {
  display: flex;
  max-width: 190px;
  height: 35px;
  font-size: 16px;
  background-color: #f2af40;
  gap: 5px;
  width: 80%;
  margin: 25px auto 0;
  border-radius: 27px;
  border: 1px solid #f2af40;
  box-sizing: border-box;
  transition: 0.5s;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.pdf-link svg {
  fill: #fff;
  transition: 0.5s;
}

.pdf-link:hover {
  background-color: white;
  color: #f2af40;
}

.pdf-link:hover svg {
  fill: #f2af40;
}

.top-voice {
  background: repeating-linear-gradient(-45deg, #fbf3e6, #fbf3e6 2px, #fff 2px, #fff 10px);
  padding: 100rem 0 50rem;
} 

.top-voice .title {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 45rem;
}

.voice-flex {
  display: flex;
  justify-content: center;
  margin: 50rem auto;
  align-items: flex-start;
  gap: 55rem;
}
.voice-flex img.icon{
  width: 160rem;
}
.voice-flex .text-box {
  width: 785rem;
  border-radius: 20px;
  background-color: white;
  text-align: left;
  color: #3b3b3b;
  padding: 54rem 45rem 40rem;
  position: relative;
  margin-top: 25px;
  box-sizing: border-box;
}

.voice-flex .text-box .text {
  font-size: 16rem;
  line-height: 2.2;
}

.voice-flex .text-box .name {
  margin-top: 20rem;
  font-size: 18rem;
  font-weight: bold;
}

.voice-flex .text-box .arrow {
  position: absolute;
  top: 55rem;
  left: -32rem;
}
.voice-flex .text-box .arrow img {
  width: 34rem;
}
.voice-flex .text-box .arrow.pt2 {
  position: absolute;
  top: 55rem;
  right: -32rem;
  transform: scaleX(-1);
}

.voice-flex.pt1 .text-box {
  border: 1px solid #f2af40;
}

.voice-flex.pt1 .text-box .sub-title {
  position: absolute;
  font-size: 20rem;
  font-weight: 500;
  color: white;
  width: auto;
  height: 50rem;
  padding: 9rem 23rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2af40 0% 0% no-repeat padding-box;
  border-radius: 25rem;
  top: -25rem;
  left: 25rem;
  line-height: 1;
}

.voice-flex.pt2 .text-box {
  border: 1px solid #74b3d5;
}

.voice-flex.pt2 .text-box .sub-title {
  position: absolute;
  font-size: 20rem;
  font-weight: 500;
  color: white;
  width: auto;
  height: 50rem;
  padding: 9rem 23rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #74b3d5;;
  border-radius: 25rem;
  top: -25rem;
  left: 25rem;
  line-height: 1;
}

.top-contents03 .column-flex a .category {
  font-size: 15px;
  padding: 5px;
  color: #f38200;
  border: 1px solid #f38200;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.top-contents03.column-page .column-flex a .category {
  font-size: 10px;
  padding: 5px;
  color: #f38200;
  border: 1px solid #f38200;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: left;
}

.single-column .category {
  font-size: 13px;
  padding: 5px;
  color: #f38200;
  border: 1px solid #f38200;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin-top: 15px;
}

.column-page {
  position: relative;
}

.column-page .top-scl {
  width: 100%;
  position: absolute;
  bottom: 100px;
  height: 35px;
}

.top-contents03 .column-flex a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.top-contents03 .column-flex a .title {
  padding: 5px 15px;
}

.top-contents03.works .column-flex a .category {
  font-size: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  padding: 5px 10px;
  text-align:left;
}

.column-flex#slick-works {
  display: block;
}

.slider02 a {
  margin: 0 20px;
  overflow: hidden;
  box-shadow: 0px 0px 15px #7b7b7b29;
  height: auto;
}

.column-flex.slider02 {
  width: 100%;
}

.slider02 .slick-current img {
  transform: none;
}

.slider02 .slick-slide img {
  transform: none;
}
.slider02 .slick-track {
  height: auto;
  display:flex;
}
.top-contents03.works {
  background-color: white;
  position: relative;
  padding-bottom: 0;
}

.top-contents03.works .prev-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f2af40;
  position: absolute;
  top: -105px;
  right: 150px;
  left: auto;
  color: #f2af40;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(-1);
}

.top-contents03.works .prev-arrow svg {
  stroke: #f2af40;
  fill: white;
}
.top-contents03.works .next-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f2af40;
  position: absolute;
  top: -105px;
  right: 80px;
  left: auto;
  color: #f2af40;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-contents03.works .next-arrow svg {
  stroke: #f2af40;
  fill: white;
}

.top-contents03.works .slick-arrow:hover {
  background-color: #f2af40;
}

.top-contents03.works .slick-arrow:hover svg {
  stroke: white;
  fill: #f2af40;
}

.t-small {
  font-size: 82.3%;
}

section.psychiatry-consultation {
  background: url(../images/top-psychiatry-bg.png) center center no-repeat;
  background-size: cover;
  padding: 100px 50px;
}

h2.psychiatry-consultation__title {
  font-size: 45rem;
  font-weight: 700;
  letter-spacing: 2.25rem;
  display:flex;
  flex-direction:column;
  margin-bottom:20rem;
}
h2.psychiatry-consultation__title span {
	font-size:20rem;
}

p.psychiatry-consultation__sub-title {
  font-size: 23rem;
  font-weight: 500;
  padding-top: 13rem;
}

.psychiatry-consultation__content {
  background: #fff;
  border-radius: 20px;
  padding: 45rem 65rem;
  width: 900rem;
  box-sizing: border-box;
  margin: 40rem auto 0;
}

ul.psychiatry-consultation__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15rem;
  margin: 0 auto;
}

ul.psychiatry-consultation__list li {
  font-size: 20rem;
  padding-left: 36rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}

ul.psychiatry-consultation__list li::before {
  content: "";
  background: url(../images/list-check.svg) 0 0 no-repeat;
  width: 26rem;
  height: 26rem;
  background-size: contain;
  position: absolute;
  top: 4rem;
  left: 0;
}

p.psychiatry-consultation__text {
    padding-top: 30rem;
    font-weight: 700;
    font-size: 18rem;
    text-align: left;
    line-height: 2;
}

a.psychiatry-consultation__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20rem auto 0;
  background: #f8a4c0;
  width: 449rem;
  height: 92rem;
  border-radius: 46rem;
  color: #fff;
  font-size: 34rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-left: 30rem;
  box-sizing: border-box;
}

a.psychiatry-consultation__tel:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

a.psychiatry-consultation__tel::before {
  content: "";
  background: url(../images/tel.svg) 0 0 no-repeat;
  width: 35rem;
  height: 35rem;
  background-size: contain;
  position: absolute;
  top: 29rem;
  left: 41.71rem;
}

.top-sns-phone-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 264rem;
}
.top-sns-phone-area img {
  width: 100%;
}

.top-about-title {
  background: url(../images/top-about-title.svg) 0 0 no-repeat;
  background-size: contain;
  width: 617rem;
  height: auto;
  margin-top: 30rem;
  aspect-ratio: 310/71;
}

.s-text {
	font-size: 14px!important;
	color: #3b3b3b!important;
	display: inline-block;
	margin-left: 20px;
}
.psychiatry-consultation_etc_text {
	margin:40px auto 0;
	text-align:left;
	max-width: 700px;
}
.psychiatry-consultation_etc_text li {
	display:flex;
}


/*LP01*/
.main-visual {
	width: 100%;
	height: 100vh;
	min-height: 830px;
	background-image: url("../images/lp01/top-bg.png");
	background-size: cover;
	position: relative;
}
.lp01 header {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
	z-index: 10;
}
.lp01 header nav {
	display: flex;
	gap:35px;
}
.lp01 header nav .main-nav {
	display: flex;
	gap:30px;
	align-items: center;
	font-size: 18px;
}
.pass-f {
	fill: #fff;
}
.pass-g {
	fill:#3aae36;
}
.lp01 header nav .sub-nav {
	display: flex;
	flex-direction: column;
	gap:10px;
}
.lp01 header nav .sub-nav .line {
	width: 300px;
	height: 54px;
	position: relative;
}

.lp01 header nav .sub-nav .line a {
	background-color: #3AAE36;
	box-sizing: border-box;
	border-radius: 27px;
	color: white;
	display: flex;
	justify-content: center;
	gap:10px;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	z-index: 2;
	position: relative;
}
.lp01 header nav .sub-nav .line::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1F9D1A;
	border-radius: 27px;
	bottom: -5px;
	z-index: 1;
	left: 0;
}
.lp01 header nav .sub-nav .line a:hover {
	transform: translateY(5px);
}
.lp01 header nav .sub-nav .line a svg,.lp01 header nav .sub-nav .line a span {
	z-index: 1
}
.lp01 header nav .sub-nav .mail a {
	background-color: #F2AF40;
	border: 2px solid #F2AF40;
	box-sizing: border-box;
	border-radius: 27px;
	color: white;
	width: 300px;
	height: 54px;
	display: flex;
	justify-content: center;
	gap:20px;
	align-items: center;
	font-size: 19px;
	font-weight: 600;
	transition: 0.3s;
}
 .mail a:hover {
	background-color: white!important;
	color: #F2AF40!important;
	transition: 0.3s;	
}
.mail a:hover svg {
	fill:#F2AF40!important;
}

.lp01 header nav .sub-nav .mail a svg {
	fill:#fff;
	width: 24px;
}
.lp01 header.HeightMin {
	background-color:hsla(0,0%,100%,0.90)
}
@media screen and (max-width:1580px) {
.lp01 header nav .sub-nav .line a svg {
	width: 20px;
}
.lp01 header nav .sub-nav .mail a {
	width: 230px;
	font-size: 16px;
	gap:10px;
}
.lp01 header nav .sub-nav .mail a svg {
	width: 20px;
}
.lp01 header nav .sub-nav {
	gap:10px;
}
.lp01 header nav .main-nav {
	font-size: 16px;
}
.lp01 header nav {
	gap:30px;
}
}
@media screen and (max-width:3000px) {
.lp01 header nav .main-nav {
	font-size: 14px;
	gap:30px;
}
}
@media screen and (max-width:1250px) {
.lp01 header nav .sub-nav {
	flex-direction: row;
}
.lp01 header nav{
	flex-direction: column-reverse;
	align-items: flex-end;
	gap:10px;
}
.lp01 header nav .main-nav {
	padding-right: 20px;
	gap:30px;
}
}
.lp01 .title-flex {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%)translateX(-50%);
	width: 90%;
	max-width: 1080px;
	gap:7%;
	align-items: flex-start;
}
.lp01 .title-flex .right {
	display: flex;
	flex-direction: column;
	width: 55%;
}
.lp01 .title-flex .right img:nth-child(1) {
	width: 48%;
	margin: 0 0 0 auto;
}
.lp01 .title-flex .right img:nth-child(2) {
	width: 65%;
	margin: -7% auto 0 0;
}
.lp01 .title-flex .left{
	display: flex;
	flex-direction: column;
	width: 38%;
	margin-top: -20px;
}
.lp01 .title-flex .left img {
	width: 100%;
}
.lp01 .title-flex .left span {
	font-size:min(3vw,36px);
	font-weight: 500;
	margin-top: 40px;
}
.lp01 .visual_contact {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -150px;
	width: 90%;
	max-width: 1080px;
}
.lp01 .visual_contact .contact-flex {
	border: 2px solid #F2AF40;
	border-radius: 40px;
	background-color: #fff;	
	padding: 40px 0 15px;
	width: 100%;
	overflow: hidden;
}
.lp01 .contact-flex {
	position: relative;
	display: flex;
	width: 90%;
	max-width: 1080px;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
}
.lp01 .contact-flex .tell {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:10px;
}
.lp01 .contact-flex .tell .bg-b {
	background-color: #F4F4F4;
	border-radius: 10px;
	width: 380px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
}
.lp01 .contact-flex .tell a {
	display: flex;
	font-size: 36px;
	font-weight: 500;
	color: #F2AF40;
	align-items: center;
	gap:15px;
	line-height: 1;
}
.lp01 .contact-flex .tell a svg {
	fill:#F2AF40;
	width: 30px;
}
.lp01 .contact-flex .sub-nav {
	display: flex;
	width: calc(100% - 450px);
	justify-content: space-between;
}
.lp01 .contact-flex .sub-nav .line a {
	background-color: #3AAE36;
	border: 2px solid #3AAE36;
	box-sizing: border-box;
	border-radius: 39px;
	color: white;
	width: 100%;
	height: 78px;
	display: flex;
	justify-content: center;
	gap:20px;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s;
}
.lp01 .contact-flex .sub-nav .mail a {
	background-color: #F2AF40;
	border: 2px solid #F2AF40;
	box-sizing: border-box;
	border-radius: 39px;
	color: white;
	width: 100%;
	height: 78px;
	display: flex;
	justify-content: center;
	gap:20px;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s;
}
.lp01 .contact-flex .sub-nav .mail a svg {
	fill:#fff;
	width: 30px;
}
.lp01 .contact-flex .sub-nav .line,.lp01 .contact-flex .sub-nav .mail {
	width: 48%;
}
.main-visual .icon01 {
	position: absolute;
	top: 40%;
	left: 45%;
}
.main-visual .icon02 {
	position: absolute;
	bottom: 22%;
	left: 10%;
}
.main-visual .icon03 {
	background-image: url("../images/lp01/icon/stripe.svg");
	width: 70px;
	height: 70px;
	background-size: cover;
	position: absolute;
	bottom: 20%;
	right: 7%;
}
.main-visual .icon04 {
	position: absolute;
	bottom: 32%;
	right: 14%;
	fill:#F2D463;
}
.lp01 header nav .main-nav a {
	position: relative;
	color: #3b3b3b;
}
.lp01 header nav .main-nav a::after {
	content: "";
    width: 0%;
    position: absolute;
    background: #f2af40;
    height: 2px;
    display: block;
    transition: 0.3s;	
}
.lp01 header nav .main-nav a:hover::after {
	width: 100%;
}
.lp01 .contact-flex .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.lp01 .contact-flex .title span {
	font-size: 14px;
	color: #F2AF40;
}
.lp01 .contact-flex .title p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;	
}
.contact_link_pt02 {
	position: relative;
	z-index: 1;
}
.contact_link_pt02 .btn_row{
	display: flex;
	gap:50px;
	margin-top: 15px;
	align-items: flex-end;
}
.contact_link_pt02 .btn_row li .hover-box,.contact_link_pt02 .btn_row .line .hover-box{
	width: 350px;
	height: 78px;
	position: relative;
}
.contact_link_pt02 .btn_row .btn_tel a {
	background-color: #F2AF40;
	border-radius: 40px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	gap:15px;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
.contact_link_pt02 .btn_row .btn_tel a:hover {
	transform: translateY(5px)
}
.contact_link_pt02 .btn_row .btn_tel .hover-box::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E6A02B;
    border-radius: 40px;
    bottom: -5px;
    z-index: 1;
    left: 0;
}
.contact_link_pt02 .btn_row .btn_tel a p {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact_link_pt02 .btn_row .btn_tel a p span {
	font-size: 14px;
	font-weight: 500;
}
.contact_link_pt02 .btn_row .btn_tel svg {
	width: 28px;
	fill:#fff;
}
.contact_link_pt02 .btn_row li  span.comment {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.contact_link_pt02 .btn_row .line a {
	background-color: #3AAE36;
	border-radius: 40px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: 0.3s;
	font-size: 18px;
	font-weight: bold;
}
.contact_link_pt02 .btn_row .line a:hover {
	transform: translateY(5px)
}
.contact_link_pt02 .btn_row .line .hover-box::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1F9D1A;
    border-radius: 40px;
    bottom: -5px;
    z-index: 1;
    left: 0;
}
.lp01 .contact-flex .tel-all {
	display: flex;
	align-items: center;
	margin-top: 50px;
	line-height: 1;
}
.lp01 .contact-flex .tel-all a {
	font-size: 22px;
	padding-left: 25px;
	transition: 0.3s;
}
.lp01 .contact-flex .tel-all a svg {
	fill:#3B3B3B;
	width: 18px;
	transition: 0.3s;
}
.lp01 .contact-flex .tel-all a:hover {
	color: #F2AF40;
} 
.lp01 .contact-flex .tel-all a:hover svg {
	fill: #F2AF40;
}
.lp01 .contact-flex .tel-all .left {
	padding-right: 25px;
	border-right: 1px solid #3B3B3B;
	font-size: 16px;
	font-weight: 500;
}
.lp01 .visual_contact .contact-flex .icon_area {
	position: absolute;
	width: 100%;
	height: 250px;
	background-color: #FEF9F0;
	top: 0;
}
.lp01 .visual_contact .contact-flex .icon_area .icon_position {
	position: relative;
	width: 100%;
	height: 100%;
}
.lp01 .visual_contact .contact-flex .icon_area .icon_position .strype-o {
    background-image: url(../images/lp01/icon/stripe-o.svg);
    width: 55px;
    height: 55px;
    background-size: cover;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	left: 5%;
	opacity: 0.4;
}
.lp01 .visual_contact .contact-flex .icon_area .icon_position .cross_icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 30%;
	left: 12%;
	opacity: 0.9;
	fill:#F2AF40;
}
.lp01 .visual_contact .contact-flex .icon_area .icon_position .cross_icon.right {
	left: auto;
	top: auto;
	bottom: 20%;
	right: 7%;
}
.lp01 .visual_contact .contact-flex .icon_area .icon_position .strype-w {
    background-image: url(../images/lp01/icon/stripe.svg);
    width: 80px;
    height: 80px;
    background-size: cover;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	right: 10%;
}
.lp01 .visual_contact .contact-flex .icon_area .icon_position .circle {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 20%;
	right: 8%;
	fill:#F2D463;
}
/*contents01*/
.contents01 {
	margin-top: 300px;
}
.contents01 .icon-box {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 120px;
}
.contents01 h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
	line-height: 1.6;
}
.contents01 p {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	font-weight: 500;
}
.contents01 .strype-o {
	background-image: url("../images/lp01/icon/stripe-o.svg");
	width: 45px;
	height: 45px;
	background-size: cover;
	position: absolute;
	top:25%;
}
.contents01 .strype-o02 {
	background-image: url("../images/lp01/icon/stripe-o.svg");
	width: 52px;
	height: 52px;
	background-size: cover;
	position: absolute;
	bottom:25%;
	right: 0;
	opacity: 0.5;
}
.contents01 .icon02 {
	position: absolute;
	top: 15%;
	left: 14%;
}
.contents01 .icon03 {
	position: absolute;
	bottom: 38%;
	right: 8%;
}
.contents01 .icon04 {
	position: absolute;
	top: 45%;
	left: 5%;
}
.contents01 .icon05 {
	position: absolute;
	top: 15%;
	right: 10%;
	opacity: 0.8;
}
.contents01 .icon-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #F2D463;
	box-sizing: border-box;
	top: 25%;
	right: 2%;
	position: absolute;
	opacity: 0.6;
}

/*contents02*/
.contents02 {
	background-color:#FEF9F0;
	padding: 100px 0 90px;
}
.contents02 h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}
.contents02 img {
	width: 80%;
	max-width: 888px;
}
/*contents03*/
.contents03 {
	background-color: #F2AF40;
	padding: 60px 0;
	position: relative;
}
.contents03::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
  	height: 30px;
  	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	background-color:#FEF9F0;
}
.contents03-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 36px;
	font-weight: 600;
	gap:20px;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.contents03-flex img {
	width: 370px;
}
.contents03-flex p {
	margin-top: 9px;
}
.contents03-flex .strype {
	background-image: url("../images/lp01/icon/stripe.svg");
	width: 45px;
	height: 45px;
	background-size: cover;
	position: absolute;
	left: 0;
}
.contents03-flex .strype02 {
	background-image: url("../images/lp01/icon/stripe.svg");
	width: 45px;
	height: 45px;
	background-size: cover;
	position: absolute;
	right: 0;
	opacity: 0.3;
}
.contents03-flex .icon01 {
	position: absolute;
	top: 0;
	left: 10%;
}
.contents03-flex .icon02 {
	position: absolute;
	top: 0;
	right: 10%;
	width: 19.5px;
}
.contents03-flex .icon03 {
	position: absolute;
	bottom: -10%;
	right: 6%;
}

.contents03 .icon-circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1.8px solid #fff;
	box-sizing: border-box;
	position: absolute;
	bottom: -10%;
	left: 6%;
	opacity: 0.6;
}

/*contents04*/
.contents04 {
	padding: 120px 0;
}

.contents04 .contents04-flex {
	display: flex;
	width: 85%;
	max-width: 1080px;
	margin: 0 auto;
	gap:40px;
	align-items: center;
}
.contents04 .contents04-flex img {
	width: 45%;
}

.contents04 .contents04-flex .text {
	text-align: left;
}
.contents04 .contents04-flex .text .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 25px;
}
.contents04 .contents04-flex .text .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #F2AF40;
	height: 2px;
	width: 40px;
}
.contents04 .contents04-flex .text p {
	font-size: 18px;
	line-height: 2;
}
.contents04 .contents04-flex .text p .color-o {
	color: #F2AF40;
}
/*contact-area*/
.lp01 .contact-area {
	background-image: url("../images/lp01/bg.webp");
	padding: 60px 0;
	background-position: center;
	background-size: cover;
}
.lp01 .contact-area .contact-flex {
	background-color: #fff;
	border-radius: 40px;
	padding: 60px 0 50px;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
/*Voice*/
.main-contents {
	padding: 120px 0;
}
.main-contents h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:16px;
}
.main-contents h2 span {
	font-size: 14px;
	font-weight: 500;
	color: #F2AF40;
}
.main-contents h2 p {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.voice-slick {
	margin-top: 55px;
	position: relative;
}
.voice-slick .list {
	display: flex!important;
	align-items: flex-start;
	border: 1px solid #C6C6C6;
	border-radius: 20px;
	padding: 40px;
	gap:30px;
	height: auto;
	box-sizing: border-box;
}
.voice-slick .list img {
	width: 150px;
	height: auto;
	transform: none!important;
}
.swiper .swiper-pagination {
	position: relative;
	bottom: auto;
	margin-top: 40px;
}
.swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #C6C6C6;
}
.swiper .swiper-pagination-bullet-active {
	background-color: #F2AF40;
}
.swiper .swiper-button-next,.swiper .swiper-button-prev {
	transform: translateY(-50%)
}
.swiper .swiper-button-next {
    right: 15.4%;
}
.swiper .swiper-button-prev {
	left: 15.4%;
}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after {
	font-size: 16px;
	font-weight: bold;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	background-color: #F2AF40;
	border: 1px solid #F2AF40;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.swiper .swiper-button-next:hover:after,.swiper .swiper-button-prev:hover:after {
	background-color: #fff;
	color: #F2AF40;
}
.slick-list {
    height: auto !important;
}
.voice-slick .list .text {
	text-align: left;
}
.voice-slick .list .title {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 3px dotted #F2AF40;
	margin-bottom: 25px;
}

.voice-slick .list p {
	font-size: 18px;
	line-height: 1.8;
}
.voice-slick .slick-track {
	display: flex;
}
.voice-slick .slick-track .slick-slide {
	height: auto;
}
.voice-slick .slick-arrow {
	position: absolute;
	width: 55px;
	height: 55px;
	background-color: #F2AF40;
	border-radius: 50%;
	z-index: 1;
	border: 2px solid #F2AF40;
	box-sizing: border-box;
	transition: 0.3s;
}
.voice-slick .slick-arrow:hover {
	background-color: #fff;
}
.voice-slick .slick-arrow:hover::before {
	color: #F2AF40;
	transition: 0.3s;
}
.voice-slick .slick-arrow.slick-next {
	right: calc(15% - 30px);
}
.voice-slick .slick-arrow.slick-next::before {
	content:">";
	font-weight: 600;
	transition: 0.3s;
}
.voice-slick .slick-arrow.slick-prev {
	left: calc(15% - 30px);
}
.voice-slick .slick-arrow.slick-prev::before {
	content:"<";
	font-weight: 600;
	transition: 0.3s;
}
.voice-slick .slick-dots {
	bottom: -40px;
}
.voice-slick .slick-dots li button:before {
	font-size: 30px;
	color: #C6C6C6;
	opacity: 1;
}
.voice-slick .slick-dots li.slick-active button:before {
	color: #F2AF40;
}
/*REASON*/
#REASON {
    background-image: url(../images/bg/top-contents01-bg-center.png);
}
#REASON.main-contents h2 p span {
	font-size: 46px;
}
.reason-flex {
	width: 90%;
	max-width: 1080px;
	margin: 35px auto 0;
	display: flex;
	justify-content: space-between;
}
.reason-flex .list {
	padding: 40px;
	background-color: white;
	border: 1px solid #F2AF40;
	border-radius: 40px;
	width: 32%;
	box-sizing: border-box;
}
.reason-flex .list img {
	width: 100%;
}
.reason-flex .list .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
	gap:5px;
	min-height: 85px;
	justify-content: center;
}
.reason-flex .list .title span {
	display: inline-block;
	background-color: #F2AF40;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	line-height: 1;
}
.reason-flex .list p {
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}
.case-flex {
	max-width: 980px;
	width: 85%;
	margin: 55px auto 0;
	display: flex;
	flex-direction: column;
}
.case-flex .list {
	width: 100%;
	border: 1px solid #C6C6C6;
	border-radius: 40px;
	display: flex;
	align-items: center;
	padding: 40px;
	box-sizing: border-box;
	gap:20px;
	margin-bottom:40px;
}
.case-flex .list  .text {
	text-align: left;
}

.case-flex .list .text .title {
	display: flex;
	flex-direction: column;
	padding-bottom: 35px;
	border-bottom: 3px dotted #F2AF40;
	gap:20px;
	margin-bottom: 30px;
} 
.case-flex .list .text .title span {
	color: #F2AF40;
	font-size: 18px;
	font-weight: 500;
}
.case-flex .list .text .title p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}
.case-flex .list .text p {
	font-size: 16px;
	line-height: 1.8;
}
.price-table {
	display: flex;
	max-width: 980px;
	width: 90%;
	margin: 60px auto;
	gap:3px;
}
.pc_label {
	display: flex;
	flex-direction: column;
	gap:2px;
	margin-top: 179px;
}

.pc_label p {
	background-color: #F4F4F4;
	height: 59px;
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: center;
	width: 200px;
	font-size: 18px;
	font-weight: 600;
}
.pc_label p.height2 {
	height: 93px;
}

.plan {
	border-radius: 20px;
	box-sizing: border-box;
	width: 30%;
}
.plan_A {
	background-color: #F2AF40;
	border: 1px solid #F2AF40;	
}
.plan_B {
	background-color: #6DCFE6;
	border: 1px solid #6DCFE6;	
}
.plan_C {
	background-color: #F282C3;
	border: 1px solid #F282C3;	
}

.plan .top {
	color: white;
	padding: 20px 0 15px;
}

.plan .top p.title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: flex;
	gap:3px;
	justify-content: center;
	align-items: baseline;
	line-height: 1;
	margin: 0;
}
.plan .top .title span {
	font-size: 38px;
	letter-spacing: 4px;
}

.plan .top p {
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
}
.plan .top span.top-label {
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	width: 50%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.plan  .label {
	background-color: #fff;
}
.plan  .label .height2 {
	height: 95px;
	border-bottom: 2px solid #F4F4F4;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px 0;
	box-sizing: border-box;
}
.plan  .label .height2 span {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3B3B3B;
	font-size: 14px;
	background-color: #F4F4F4;
	border-radius: 15px;
	font-weight: 500;
}
.plan  .label .height2 p {
	display: flex;
	font-size: 32px;
	font-weight: 600;
	align-items: baseline;
	justify-content: flex-end;
	line-height: 1;
	margin-top: 10px;
	position: relative;
	width: 110px;
}
.plan  .label .height2 p  span {
	background-color:hsla(0,0%,0%,00);
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	right: -20px;
	bottom: 2px;
	width: auto;
}
.plan  .label div.single  {
	height: 60px;
	box-sizing: border-box;
	border-bottom: 2px solid #F4F4F4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan  .label div.single p {
	display: flex;
	font-size: 32px;
	font-weight: 600;
	align-items: baseline;
	justify-content: flex-end;
	line-height: 1;
	position: relative;
	width: 110px;
}

.plan  .label div.single p span {
	background-color:hsla(0,0%,0%,00);
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	right: -20px;
	bottom: 2px;
	width: auto;	
}
.plan .bottom {
	padding: 20px 20% 20px 0;
	color: white;
	font-weight: 600;
	text-align: right;
	line-height: 1;
}
.plan .bottom .n-tax {
	font-size: 24px;
}
.plan .bottom span {
	font-size: 14px;
}
.plan .bottom .tax {
	font-size: 32px;
	margin-top: 10px;
}
.caution-text {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}
.caution-text ul  {
	margin-top: 30px;
}

.flow_step {
	max-width: 750px;
	width: 80%;
	margin: 60px auto;
	display: flex;
	flex-direction: column;
	gap:50px;
	position: relative;
	z-index: 1;
}
.flow_step::before {
	position: absolute;
	content: "";
	background-color: #F2AF40;
	width: 50px;
	height: calc(100% - 120px);
	opacity: 0.15;
	left: 35px;
}
.flow_step::after {
	position: absolute;
	content: "";
	width: 2px;
	height: calc(100% - 120px);
	border-right: 3px dotted #F2AF40;
	opacity: 0.35;
	left: 55px;
}

.flow_step .flow {
	display: flex;
	align-items: flex-start;
	gap:40px;
	position: relative;
	z-index: 2;
}

.flow_step .flow .icon {
	background-color: #F2AF40;
	min-width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-sizing: border-box;
}
.flow_step .flow:nth-child(2) .icon {
	padding-left: 10px;
}
.flow_step .step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.flow_step .step .title {
	color: #F2AF40;
	font-size: 17px;
	font-weight: 500;
}
.flow_step .step span {
	font-size: 20px;
	font-weight: 600;
}
.flow_step .step  p {
	font-size: 16px;
	line-height: 1.8;
}
.lp01 .contact-area .contact-flex .sub-nav {
	width: 100%;
	max-width: 750px;
}
.lp01 input {
	display: none;
}
@media screen and (max-width:1250px) {
.lp01 .contact-flex .sub-nav.fixed-nav {
	width: 450px;
}
.lp01 .contact-flex .sub-nav .mail a,.lp01 .contact-flex .sub-nav .line a {
	font-size: 12px;
	gap:10px;
	height: 60px;
}
.lp01 .contact-flex .sub-nav .mail a svg {
	width: 25px;
}
}

.lp01 #page-top  {
	z-index: 10;
}

.lp01 {
	opacity: 0;
}

.lp01.active {
	opacity: 1;
	transition: 1s;
}

/*長距離搬送LP*/
 .lp02{
	color: #333333;
	opacity: 0;
}
 .lp02.active {
 	opacity: 1;
	transition: 1s;
 }
.lp02 header .pc-nav {
	border: none;
	box-shadow: 0px 3px 10px #0000001A;
}
.lp02 .main-visual {
	height: 100vh;
	min-height: 650px;
	background-image: none;
	position: relative;
	background-color: white;
}
.lp02 .main-visual::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/lp02/texture.webp");
	position: absolute;
	background-size: cover;
	left: 0;
mix-blend-mode: soft-light;
background-position: top;
z-index: 2;
}
.lp02 .main-visual .top_area{
	background-image: url("../images/lp02/top-bg.webp");
	background-position: bottom;
	background-size: contain;
	background-size: cover;
	height: 65%;
	position: relative;
}
.lp02 .main-visual .top_area h2 {
	font-size: 60px;
	font-weight: bold;
	color: white;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 1.36px;
	position: relative;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.lp02 .main-visual .top_area h2 span {
	border-bottom: 3px dashed #FFFFFF;
}
.lp02 .main-visual  .img_box {
	position: absolute;
	right: 0;
	z-index: 1;
	height: 100%;
	width: 580px;
}
.lp02 .main-visual .img_box .box {
	position: relative;
	height: 100%;
} 
.lp02 .main-visual  .img_box img:nth-child(1) {
	position: absolute;
	right: 15%;
	top: 15%;
	width: 50%;
}
.lp02 .main-visual  .img_box img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 35%;
	width: 35%;
}
.lp02 .main-visual  .img_box img:nth-child(3) {
	position: absolute;
	right: -10%;
	bottom: 10%;
	width: 80%;
}
.lp02 .main-visual .bottom_area {
	height: 35%;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	padding-top: 1%;
	box-sizing: border-box;
}
.lp02 .main-visual .bottom_area .tel_box {
	margin: 0 auto 0 0;
	width: 680px;
	background-color: #F4F4F4;
	display: flex;
	border-radius: 10px;
	padding: 8px 30px;
	box-sizing: border-box;
	align-items: center;
}
.lp02 .main-visual .bottom_area .tel_box p {
	color: #3B3B3B;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.02px;
	padding-right: 30px;
	border-right: 1px solid #707070;
}
.lp02 .main-visual .bottom_area .tel_box a {
	margin-left: 45px;
	display: flex;
	gap:13px;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 1.56px;
	color: #74B3D5;
	font-family: "Outfit", sans-serif;
}
.lp02 .sub_nav {
	display: flex;
	max-width: 680px;
	width: 100%;
	margin: 40px auto 0 0;
	justify-content: space-between;
}
.lp02 .sub_nav a {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 39px;
	width: 47%;
	overflow: hidden;
	padding: 15px 13px 15px 23px;
	box-sizing: border-box;
	gap:40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	transition: 0.3s;
}
.lp02 .sub_nav a::before {
	position: absolute;
	left: 13px;
	background-color: white;
	border-radius: 50%;
	content: "";
	width: 55px;
	height: 55px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.lp02 .sub_nav a img {
	position: relative;
	z-index: 1;
}
.lp02 .sub_nav a.line {
	background-color: #3AAE36;
	border: 1px solid #3AAE36;
}
.lp02 .sub_nav a:hover::before {
	transform: scale(12);
	transition: 0.3s;
}
.lp02 .sub_nav a p {
	transition: 0.3s;
	color: white;
	position: relative;
	z-index: 1;
}
.lp02 .sub_nav a.line:hover p{
	color:  #3AAE36;
	transition: 0.3s;
}
.lp02 .sub_nav a.contact_link {
	background-color: #F2AF40;
	border: 1px solid #F2AF40;
	padding: 15px 13px 15px 27px;
}
.lp02 .sub_nav a.contact_link:hover p{
	color:  #F2AF40;
	transition: 0.3s;
}
.lp02 .width1080 {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.lp02 .contents_flex {
	display: flex;
	justify-content: space-between;
}
.lp02 .section01 {
	padding-top: 100px;
	margin-top: -50px;
	margin-bottom: 100px;
}
.lp02 .section01 .img_box{
	position: relative;
	background-color: white;
	width: 40%;
}
.lp02 .section01 .img_box img {
	width: 100%;
}
.lp02 .section01 .img_box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/lp02/texture02.webp");
	mix-blend-mode: screen;
	opacity: 0.61;
}
.lp02 .section01 .img_box::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/lp02/texture03.webp");
	mix-blend-mode: soft-light;
	opacity: 0.3;
	left: 0;
	top: 0;
}
.lp02 .section01 h3 {
	text-align: left;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 60px;
	line-height: 2;
}
.lp02 .section01 h3 span {
	border-bottom: 2px dashed #F2AF40;
}
.lp02 .section01 p {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.9px;
	line-height: 2.2;
}
.lp02 .section01 .text {
	width: 55%;
}
.lp02 .section02 {
	background-image: url("../images/lp02/section02-bg.webp");
	background-position: top center;
	background-size: cover;
	background-color: white;
	color: white;
	padding-top: 110px;
	padding-bottom: 110px;
}
.lp02 .section02 h3 {
	font-size: 35px;
	font-weight: bold;
	border-bottom: 2px dashed #FFFFFF;
	display: inline-block;
	margin-bottom: 50px;
}
.lp02 .section02 .section02_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 2%;
}
.lp02 .section02 .section02_flex .box {
	width: 32%;
}
.lp02 .section02 .section02_flex .box img {
	width: 100%;
}
.lp02 .section02 .section02_flex .box p {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
.lp02 .section03 {
	padding-top: 140px;
	padding-bottom: 140px;
}
.lp02 .section03 h3 {
	display: flex;
	align-items: center;
	gap:25px;
	justify-content: center;
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	width: 85%;
	margin: 0 auto;
}
.lp02 .section03 h3 p {
	margin-top: 10px;
}
.lp02 .section03 h3::before {
	position: absolute;
	left: 0;
	bottom: -15px;
	content: "";
	width: 3px;
	height: 90px;
	background-color: #F2AF40;
	transform: rotate(-40deg);
	opacity: 0.35;
}
.lp02 .section03 h3::after {
	position: absolute;
	right: 0;
	bottom: -15px;
	content: "";
	width: 3px;
	height: 90px;
	background-color: #F2AF40;
	transform: rotate(40deg);
	opacity: 0.35;
}
.lp02 .section03 .contents_flex {
	margin-top: 100px;
	align-items: flex-start;
}
.lp02 .section03 .contents_flex img {
	width: 45%;
}
.lp02 .section03 .contents_flex .text {
	width: 47%;
	text-align: left;
}
.lp02 .section03 .contents_flex .text h4 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.lp02 .section03 .contents_flex .text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}
.lp02 .section03 .contents_flex .text p span {
	font-weight: 500;
	background-color: #FFE65F;
}
.contact_area {
	background-image: url("../images/lp02/contact_bg.jpg");
	padding: 50px 0;
	background-size: cover;
}
.contact_area .contact_box {
	width: 85%;
	background-color:hsla(0,0%,100%,0.9);
	margin: 0 auto;
	border-radius: 30px;
	max-width: 940px;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_area .contact_box h3 {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.contact_area .contact_box h3::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #F2AF40;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.contact_area .contact_box h3::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #F2AF40;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.contact_area .contact_box .comment {
	background-color: #F4F4F4;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 5px 40px;
	display: inline-block;
	letter-spacing: 0.9px;
	margin-top: 15px;
}
.contact_area .contact_box .tel_link {
	display: flex;
	color: #74B3D5;
	font-family: "Outfit", sans-serif;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 2.5px;
	gap:15px;
	line-height: 1.4;
}
.contact_area .contact_box .tel_link img {
	width: 37px;
	margin-bottom: -5px;
}
.contact_area .contact_box .sub_nav {
	margin: 20px auto 0;
}
.lp02 .section04 {
	padding-top: 140px;
	padding-bottom: 180px;
}
.lp02 .h3_default h3{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lp02 .h3_default h3 span {
	position: relative;
	font-size: 15px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	color: #74B3D5;
}
.lp02 .h3_default h3 span::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 2px;
	background-color: #74B3D5;
	left: -14px;
	top: 50%;
	transform: translateY(-50%);
}
.lp02 .h3_default h3 span::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 2px;
	background-color: #74B3D5;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
}
.lp02 .h3_default h3 p {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
}
.lp02 .lp02_slider {
	margin-top: 50px;
}
.lp02 .lp02_slider .box {
	background-color: white;
	border: 1px solid #74B3D5;
	border-radius: 30px;
	margin: 0 25px 50px;
	position: relative;
	padding: 50px;
	box-sizing: border-box;
}
.lp02 .lp02_slider .box::before {
	position: absolute;
	content: "";
	background-color: white;
	width: 50%;
	bottom: 0;
	left: 30px;
	height: 40px;
	z-index: 1;
}
.lp02 .lp02_slider .box::after {
	content: "";
	position: absolute;
	left: 17px;
	top: 17px;
	background-image: url("../images/lp02/slider-icon.png");
	width: 25px;
	height: 20px;
}
.lp02 .lp02_slider .box .arrow {
	position: absolute;
	bottom: -25px;
	left: 45px;
}
.lp02 .lp02_slider .box .arrow02 {
	position: absolute;
    bottom: -32px;
    left: 60px;
	z-index: -2;
	opacity: 0.13;
}

.lp02 .lp02_slider .box span.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-color: #74B3D5;
	right: -2%;
	bottom: -10px;
	z-index: -1;
	opacity: 0.13;
}
.lp02 .lp02_slider .box .title {
	display: flex;
	gap:20px;
	align-items: center;
	margin-bottom: 28px;
}
.lp02 .lp02_slider .box img {
	width: auto;
	height: auto;
}
.lp02 .lp02_slider .box .title .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:8px;
}
.lp02 .lp02_slider .box .title .text p {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}
.lp02 .lp02_slider .box .title .text span {
	background-color: #F2AF40;
	color: white;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	padding: 3px 10px;
}
.lp02 .lp02_slider .box .main_text {
	text-align: left;
	font-size: 17px;
	font-weight: 400;
	line-height: 2;
}
.lp02 .lp02_slider .next-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24.5%;
}
.lp02 .lp02_slider .prev-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)scale(-1);
	left: 24.5%;
	z-index: 1;
}
.lp02 .lp02_slider .slick-dots {
	bottom: -50px;
}
.lp02 .lp02_slider .slick-dots li button:before {
	content: "";
	background-color: #E8E8E8;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 1;
}
.lp02 .lp02_slider .slick-dots li.slick-active button:before {
	background-color: #74B3D5;
}
.lp02 .lp02_slider .slick-slide img {
	transform: none;
}
.lp02 .lp02_slider .slick-track {
	display: flex;
}
.lp02 .lp02_slider .slick-slide {
	height: auto!important;
}
.lp02 #reason {
	background-image: url("../images/lp02/reason-bg.webp");
	background-size: cover;
}
.lp02 .section05 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.lp02 .section05 .reason_area {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.lp02 .section05 .reason_area .reason {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	position: relative;
	margin: 0 auto 0 0;
}
.lp02 .section05 .reason_area .reason::before {
	content: "";
	width: 90%;
	height: 100%;
	background-color: white;
	position: absolute;
	left: 0;
	box-shadow: 0px 0px 15px #0000000D;
	border-radius: 0px 30px 30px 0px;
}

.lp02 .section05 .reason_area .reason:nth-child(even)::before {
	left: auto;
	right: 0;
	border-radius: 30px 0px 0px 30px;
}
.lp02 .section05 .reason_area .reason .width1080 {
	position: relative;
	width: 70%;
	padding: 70px;
	display: flex;
	gap:50px;
	justify-content: space-between;
	align-items: center;
}
.lp02 .section05 .reason_area .reason:nth-child(even) .width1080 {
	flex-direction: row-reverse;
}
.lp02 .section05 .reason_area .reason .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
	color: #000;
}
.lp02 .section05 .reason_area .reason .text .headline {
	display: flex;
	color: #F2AF40;
	font-family: "Outfit", sans-serif;
	align-items: baseline;
	letter-spacing: 1.3px;
	gap:5px;
	position: relative;
}
.lp02 .section05 .reason_area .reason .text .headline::before {
	content: "";
	width: 40px;
	border-bottom: 2px dotted#F2AF40;
	bottom: 0;
	left: 0;
	position: absolute;
}
.lp02 .section05 .reason_area .reason .text .headline p {
	font-size: 13px;
	font-weight: 500;
}
.lp02 .section05 .reason_area .reason .text .headline span {
	font-size: 40px;
	font-weight: bold;
}
.lp02 .section05 .reason_area .reason .text h4 {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.81px;
	margin-top: 25px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.lp02 .section05 .reason_area .reason .text p {
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
}
.lp02 .section06 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.lp02 .section06 .works_flex {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.lp02 .section06 .works_flex .box {
	width: 31%;
	color: #000;
}
.lp02 .section06 .works_flex .box img {
	width: 100%;
}
.lp02 .section06 .works_flex .box .title {
	margin-top: 40px;
	margin-bottom: 35px;
	font-size: 23px;
	font-weight: 600;
	position: relative;
}
.lp02 .section06 .works_flex .box .title::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	border-bottom: 3px dashed #74B3D5;
	width: 45px;
}
.lp02 .section06 .works_flex .box .text {
	text-align: left;
	font-size: 17px;
	font-weight: normal;
}
.lp02 .section07 {
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url("../images/lp02/flow-bg.webp");
	background-size: cover;
}
.lp02 .section07.text-w h3 {
	color: white!important;
}
.lp02 .h3_default.text-w h3 span {
	color: white;
}
.lp02 .h3_default.text-w h3 span::before,.lp02 .h3_default.text-w h3 span::after {
	background-color: white;
}
.lp02 .flow_step {
	max-width: 840px;
}
.lp02 .flow_step .flow .icon,.lp02 .flow_step::before{
	background-color: white;
}
.lp02 .flow_step::before {
	opacity: 0.4;
	top: 10px;
	width: 35px;
	left: 41px;
}
.lp02 .flow_step::after {
	border-right: 3px dotted #fff;
	opacity: 1;
}

.lp02 .flow_step .step .title {
	color: white;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
}

.lp02 .flow_step .step span {
	color: white;
	font-size: 22px;
	letter-spacing: 0.66px;
	margin-bottom: 10px;
}
.lp02 .flow_step .step p {
	color: white;
	letter-spacing: 0.48px;
}
.lp02 .flow_step .step ul li {
	display: flex;
	align-items: baseline;
}
.lp02 .flow_step .step ul li span {
	margin-bottom: 0;
	padding-top: 5px;
	font-size: 16px;
}
.lp02 footer {
	position: relative;
	z-index: 10;
	background-color: white;
}
.lp02 footer #page-top {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
@media screen and (max-width:1080px) {
.lp02 .main-visual .img_box {
	width: 400px;
}
.lp02 .main-visual {
	max-height: 900px;
}
.lp02 .section01 .contents_flex {
	flex-direction: column;
	gap:50px;
	align-items: center;
	max-width: 800px;
}
.lp02 .section01 .text {
	width: 100%;
}
.lp02 .section01 .img_box {
	width: 100%;
	max-width: 465px;
}
}
.fv_nav {
	position: fixed;
	bottom: 5%;
	right: 1%;
	z-index: -1;
	opacity: 0;
	transition: 0.2s;
}
.fv_nav.active {
	z-index: 5;
	opacity: 1;
	transition: 0.2s;
}
.fv_nav .bottom_area .tel_box{
	display: none;
}
.fv_nav .bottom_area .sub_nav {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap:24px;
}
.lp02 .fv_nav .bottom_area .sub_nav a {
	width: 213px;
	font-size: 15px;
	padding: 15px 20px;
	overflow:visible;
}
.lp02 .fv_nav .bottom_area .sub_nav a.line {
	gap:10px;
}
.lp02 .fv_nav .bottom_area .sub_nav a.contact_link {
	gap:18px;
}
.lp02 .fv_nav .bottom_area .sub_nav a::before {
	display: none;
}
.lp02 .fv_nav .bottom_area .sub_nav a svg{
	width: 30px;
	fill:#fff;
}
.lp02 .fv_nav .bottom_area .sub_nav a::after {
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  	width: 13px;
  	height: 10px;
	position: absolute;
	content: "";
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
}
.lp02 .fv_nav .bottom_area .sub_nav a.line::after {
	background-color: #3AAE36;
}
.lp02 .fv_nav .bottom_area .sub_nav a.contact_link::after {
	background-color: #F2AF40;
}
.lp02 .fv_nav .bottom_area .sub_nav a:hover p{
	color: white;
}
.lp02 .fv_nav .bottom_area .sub_nav a:hover {
	transform: translateY(5px);
	transition: 0.2s;
}


.Service01-row {
    display: flex;
    margin-top: 50rem;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.Service01-row .img-box {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.Service01-row .img-box img {
	width: 100%;
}
.Service01-row .img-box .caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
.Service01-row .img-box .caption span {
	font-size: 14px;
	font-weight: 400;
}
.Service01-row .profile {
	width: 62%;
}
.Service01-row .profile .profile-title {
	background-color: #F2AF40;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	padding: 5px 5px 6px;
	line-height: 1.5;
	font-size: 17px;
	font-weight: 500;
}
.Service01-row .profile .profile-box {
	background-color: #FCF6F0;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.Service01-row .profile .profile-box .profile-row {
	display: flex;
	align-items: flex-start;
	gap:20px;
}
.Service01-row .profile .profile-box .profile-row .profile-subtitle {
	font-weight: 500;
	font-size: 20rem;
	min-width: 85rem;
	text-align: left;
}
.Service01-row .profile .profile-box .profile-row ul {
	display: flex;
	flex-direction: column;
	gap:5px;
}
.Service01-row .profile .profile-box .profile-row ul li {
	position: relative;
	padding-left: 18rem;
	display: flex;
	justify-content: flex-start;
	font-size: 18rem;
	font-weight: 400;
	text-align: left;
}
.Service01-row .profile .profile-box .profile-row ul li::before {
	position: absolute;
	background-color: #fff;
	border: 1px solid #F2AF40;
	border-radius: 50%;
	left: 0;
	top: 10rem;
	content: "";
	width: 10rem;
	height: 10rem;
}
.Service01-row .profile .profile-box .profile-row ul li span {
	min-width: 80rem;
	margin-right: 10rem;

}
.Service01-row .profile .profile-box:last-child {
	margin-bottom: 0;
	border-radius: 0px 0px 10px 10px;
}

.Service01-row02 {
	margin-top: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Service01-row02 .sample-img {
	width: 28%;
	position: relative;
}
.Service01-row02 .sample-img  img {
	width: 100%;
	position: relative;
}
.Service01-row02 .sample-img  img.bg06 {
        position: absolute;
        right: -55%;
        bottom: -50%;
        z-index: -1;
}
.Service01-row02 .text-box{
	width: 65%;
}
.Service01-row02 .text-box .title {
	text-align: left;
	font-size: 23rem;
	font-weight: 500;
	border-bottom: 1px solid #F2AF40;
	padding-bottom: 5rem;
	margin-bottom: 30rem;
}
.Service01-row02 .text-box .text {
	text-align: left;
	font-size: 16rem;
	font-weight: 500;
}
.p-global-nav {
	margin: 0 auto 50rem;
  max-width: 1000px;
  width: 90%;
}
.p-global-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
.p-global-nav ul li a{
	padding: 0 30px;
	min-height: 50px;
	justify-content: center;
	align-items:center;
	border: 1px solid #f2af40;
	border-radius: 10px;
	display: flex;
	font-weight: bold;
	line-height: 1;
	font-size: 14px;
}
.p-global-nav ul li a:hover {
	background-color: #f2af40;;
	color: white;
}
.p-global-nav ul li a:hover {
	color: white;
}
.p-global-nav ul li.current-menu-item a{
	background-color: #f2af40;;
	color: white;	
}
/*トータルサポート*/
.top-contents02.page-contents.page-totalcare .flex-box .left .bg06 {
	top:auto;
	bottom: 0;
}
.top-contents01.page-b .contents-box.type-totalcare {
	width: 980rem;
}
.top-contents01.page-b .contents-box.type-totalcare .consultation-flex {
	flex-wrap: wrap;
	gap: 20rem 0;
  flex-direction: row!important;
}
.top-contents01.page-b .contents-box .totalcare_list {
	width: 49%;
	background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #f2af40;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 23px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-contents01.page-b .contents-box .totalcare_list img {
	width: 45%;
}
.top-contents01.page-b .contents-box .totalcare_list p {
	width: 50%;
	font-size: 22rem;
	font-weight: 500;
}
.top-contents01.page-b .contents-box.type-totalcare .totalcare_list_text {
	text-align: center;
	font-size: 22rem;
	font-weight: 500;
	margin-top: 30px;
}

.service_content {
  width: 1200rem;
	margin: 150rem auto;
}
.effect_title {
	position: relative;
	text-align: left;
	padding-left: 7rem;
}
.effect_title img {
	position: absolute;
    left: 20px;
    top: -80px;
}
.effect_title h3 {
	position: relative;
	font-size: 26px;
	font-weight: 600;
}

.service_content .content_row {
	display: flex;
	gap:3%;
	margin-top: 40px;
}
.service_content .content_row .list {
	width: 23.5%;
}
.service_content .content_row .list img {
	width: 100%;
}
.service_content .content_row .list h4 {
	font-size: 20rem;
	font-weight: bold;
	line-height: 1.6;
	min-height: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.service_content .content_row .list p {
	font-size: 18rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
	margin-top: 25px;
}
.sub_trigger {
	cursor: pointer;
	position: relative;
	list-style: none;
}
.sub_link {
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
	font-size: 14px;
	width: 135%;
	left: 50%;
	gap:15px;
	text-align:left;
	padding:15px 10px;
	transform: translateX(-50%);
	transition: 0.2s;
	opacity: 0;
	visibility: hidden;
    white-space: nowrap;	
}
.sub_trigger:hover .sub_link {
	opacity: 1;
	visibility: visible;
}
.totalcare_bn {
	background-color: #fff;
	padding: 100rem 0;
}
.totalcare_bn a {
	width: 930rem;
	display: block;
	margin: 0 auto;
	transition: 0.2s;
}
.totalcare_bn a:hover {
	opacity: 0.8;
}
.totalcare_bn a img {
	width: 100%;
}
@media screen and (max-width:768px) {
  .top-contents01.page-b .contents-box.type-totalcare {
    width: 100%;
    padding: 0 20rem;
  }
  .top-contents01.page-b .contents-box.type-totalcare .consultation-flex {
    flex-direction: column!important;
  }
  .top-contents01.page-b .contents-box .totalcare_list {
    width: 100%;
    flex-direction: column;
  }
  .top-contents01.page-b .contents-box .totalcare_list p {
    width: 100%;
  }
  .top-contents01.page-b .contents-box .totalcare_list img {
    width: 55%;
  }
  .top-contents01.page-b .contents-box.type-totalcare .totalcare_list_text {
    font-size: 18rem;
  }
  .service_content {
    width: 100%;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .service_content .content_row {
    flex-direction: column;
    gap:40rem;
  }
  .service_content .content_row .list {
    width: 100%;
  }
  .effect_title h3 {
    font-size: 22rem;
  }
  .service_content .content_row .list img {
    width: 200rem;
  }
  .service_content .content_row .list h4 {
    font-size: 18rem;
    min-height: auto;
  }
  .service_content .content_row .list p {
    font-size: 16rem;
  }
}
.google_review {
  padding-top: 100rem;
  position: relative;
}
.google_review .title {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 45rem;
}
.google_review .ti-widget.ti-goog {
  max-width: 1280px;
  margin: 50px auto;
}
.google_review_bg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50rem;
  transform: rotate(-180deg);
  width: 400rem;
  opacity: 0.5;
}
.mental-plus {
  margin-top: 1.5rem;
  margin-bottom: -0.5rem;
  font-weight: bold;
}

.top_service {
  background: repeating-linear-gradient(-45deg, #fbf3e6, #fbf3e6 2px, #fff 2px, #fff 10px);
  padding: 100rem 0 ;
  margin-top: 120rem;
  position: relative;
}
.wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background-image: url(../images/half_circle_bottom.svg);
  background-size: cover;
}
.top_service h2 {
  font-size: 45rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30rem;
}
.service_box {
  width: 1000rem;
  margin: 0 auto 80rem;
}
.service_box:nth-child(n+2) {

}
.service_box h3 {
  width: 100%;
  height: 73rem;
  background: #FFF4E2;
  font-size: 28rem;
  font-weight: 500;
  border-radius: 37rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.service_box .item_row {
  display: flex;
  justify-content: center  ;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 73rem;
  gap:113rem 40rem;
}
.service_box .item_row .item {
  width: 480rem;
  background: #FFF4E2;
  border-radius: 30rem 30rem;
  position: relative;
  padding-top: 85rem;
}
.service_box .item_row .item h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33rem;
  padding: 0 55rem;
  height: 66rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25rem;
  font-weight: bold;
  letter-spacing: 1.6rem;
  white-space: nowrap;
  line-height: 1;
  padding-bottom: 4rem;
}
.service_box .item_row .item h4::before {
  content: "";
  position: absolute;
  height: 78.14rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
}
.service_box .item_row .item h4.size280::before {
  width: 280rem;
  background-image: url(../images/service/h4-bg280.svg);
}
.service_box .item_row .item h4.size356::before {
  width: 356rem;
  background-image: url(../images/service/h4-bg356.svg);
}
.service_box .item_row .item h4.size244::before {
  width: 244rem;
  background-image: url(../images/service/h4-bg244.svg);
}
.service_box .item_row .item h4.size427::before {
  width: 427rem;
  background-image: url(../images/service/h4-bg427.svg);
}
.service_box .item_row .item h4.size316::before {
  width: 316rem;
  background-image: url(../images/service/h4-bg316.svg);
}
.service_box .item_row .item .img_box {
  width: 388rem;
  height: 278rem;
  display: block;
  margin: 0 auto 40rem;
}
.service_box .item_row .item .img_box img {
  width: 100%;
  height: auto;
}
.service_box .item_row .item .details_item {
  background: #F2AF40;
  border-radius:0 0 30rem 30rem;
  padding:30rem 20rem;
  width: 100%;
  box-sizing: border-box;
}

.service_box .item_row .item details summary{
  color: #fff;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-bottom: 23rem;
  border-bottom: 2rem solid #fff;
}

.service_box .item_row .item.n-link details summary{
  padding-bottom: 0;
  border-bottom: none;  
}
.service_box .item_row .item.n-link details[open] summary {
  border-bottom: 2rem solid #fff;
  padding-bottom: 20rem;
}
.service_box .item_row .item details summary .attachment {
  width: 30rem;
  height: 30rem;
  border: 2rem solid #fff;
  position: absolute;
  right: 5rem;
  border-radius: 50%;
  bottom: 15rem;
  box-sizing: border-box;
  cursor: pointer;
}
.service_box .item_row .item.n-link details summary .attachment {
  bottom: -7rem;
}
.service_box .item_row .item.n-link details[open] summary .attachment {
  bottom: 15rem;
}
.service_box .item_row .item details summary .attachment::before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 3rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}
.service_box .item_row .item details summary .attachment::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 18rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}
.service_box .item_row .item details[open] summary .attachment::after {
  opacity: 0;
}
.top_service > div.service_box:nth-of-type(2) .item_row .item details[open] .content {
  height: 280rem;
}

.service_box .item_row .item details .content li {
  padding: 30rem 0;
  color: #fff;
}
.service_box .item_row .item details .content li p {
  font-size: 17rem;
  font-weight: 500;
}
.service_box .item_row .item details .content li span {
  font-size: 14rem;
}

.service_box .item_row .item details .content li:nth-child(n+2) {
  border-top: 3rem dotted #FFF4E2;
}
.service_box .item_row .item details .content li:last-child {
  padding-bottom: 0;
}

.service_box .item_row .item .details_item .link_box {
  padding-top: 30rem;
}
.service_box .item_row .item .details_item .link_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10rem;
  width: 222rem;
  height: 41rem;
  border: 2rem solid #fff;
  box-sizing: border-box;
  border-radius: 23rem;
  background: #fff;
  color: #F2AF40;
  font-size: 18rem;
  margin: 0 auto;
  font-weight: bold;
  transition: 0.3s;
}
.service_box .item_row .item .details_item .link_box a svg {
  width: 18rem;
}
.service_box .item_row .item .details_item .link_box a svg .st0 {
  fill:#fff;
  transition: 0.3s;
}
.service_box .item_row .item .details_item .link_box a svg .st1 {
  fill:#F2AF40;
  transition: 0.3s;
}
.service_box .item_row .item .details_item .link_box a:hover {
  background: #F2AF40;
  color: #fff;
}
.service_box .item_row .item .details_item .link_box a:hover svg .st0 {
  fill:#F2AF40;
}
.service_box .item_row .item .details_item .link_box a:hover svg .st1 {
  fill:#fff;
}
.gest_link {
  width: 1200rem;
  padding: 50rem 0 65rem;
  background: #FCF6F0;
  border-radius: 30rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gest_link p {
  font-size: 20rem;
  font-weight: 500;
  margin-bottom: 20rem;
}
.gest_link span {
  font-size: 14rem;
}
.gest_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50rem;
  width: 344rem;
  height: 67rem;
  box-sizing: border-box;
  border: 1px solid #F2AF40;
  background: #F2AF40;
  border-radius: 36rem;
  color: #fff;
  font-size: 25rem;
  font-weight: bold;
  transition: 0.3s;
}
.gest_link a:hover {
  color:#F2AF40;
  background: #fff;
}

.top_link-list {
  padding: 100rem 0;
  background-image: url(../images/top_link-list-bg.jpg);
  background-size: cover;
  margin-top: 150rem;
}
.top_link-list .box {
  background: #fff;
  width: 1200rem;
  border-radius: 20rem;
  padding: 80rem 100rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.top_link-list .box h2 {
  font-size: 45rem;
  font-weight: 500;
  letter-spacing: 1.5rem;
  padding-bottom: 20rem;
  position: relative;
  line-height: 1.2;
  margin-bottom: 32rem;
  display: flex;
  flex-direction: column;
  gap:10rem;
}
.top_link-list .box h2 span {
  font-size: 20rem;
}
.top_link-list .box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100rem;
  height: 1px;
  border-bottom: 2px dotted #F2AF40;
}
.top_link-list .box p {
  font-size: 20rem;
}
.top_link-list .box .item_row {
  display: flex;
  align-items: center;
  margin-top: 50rem;
  gap:74rem;
}
.top_link-list .box .item_row .item_tel {
  display: flex;
  align-items: center;
  gap:12rem;
  position: relative;
  margin-top: 50rem;
}
.top_link-list .box .item_row .item_tel svg {
  width: 45rem;
  fill: #FF5345;
  margin-top: 8rem;
}
.top_link-list .box .item_row .item_tel p {
  font-size: 60rem;
  font-weight: bold;
  color: #FF5345;
  line-height: 1;
  letter-spacing: 1.8rem;
}
.top_link-list .box .item_row .item_tel::after {
  content: "今すぐ電話で予約する";
  position: absolute;
  top: -70rem;
  width: 475rem;
  height: 52rem;
  background: #FFE05D;
  font-size: 23rem;
  font-weight: 500;
  border-radius: 40rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b3b3b;
}
.top_link-list .box .item_row .item_tel::before {
  content: "";
  position: absolute;
  width: 37rem;
  height: 30rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #FFE05D;
  left: 50%;
  transform: translateX(-50%);
  top: -30rem;
  border-radius: 2rem;
}
.top_link-list .box .item_row .message_link {
  display: flex;
  flex-direction: column;
  gap:52rem;
}
.top_link-list .box .item_row .message_link .item_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:33rem;
  line-height: 1;
  background: #F2AF40;
  box-sizing: border-box;
  border: 1px solid #F2AF40;
  transition: 0.3s;
  color: #fff;
  font-size: 25rem;
  font-weight: 500;
  width: 449rem;
  height: 88rem;
  border-radius: 46rem;
}
.top_link-list .box .item_row .message_link .item_form svg {
  fill: #fff;
  width: 35rem;
  transition: 0.3s;
}
.top_link-list .box .item_row .message_link .item_form:hover {
  color: #F2AF40;
  background: #fff;
}
.top_link-list .box .item_row .message_link .item_form:hover svg {
  fill:#F2AF40;
}
.top_link-list .box .item_row .message_link .item_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:33rem;
  line-height: 1;
  background: #3AAE36;
  box-sizing: border-box;
  border: 1px solid #3AAE36;
  transition: 0.3s;
  color: #fff;
  font-size: 25rem;
  font-weight: 500;
  width: 449rem;
  height: 88rem;
  border-radius: 46rem;  
  position: relative;
}
.top_link-list .box .item_row .message_link .item_line::before {
  content: "※QRコードが表示されます。";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25rem;
  font-size: 17rem;
  font-weight: 500;
  color: #3b3b3b;
  width: 100%;
}
.top_link-list .box .item_row .message_link .item_line img {
  width: 50rem;
}
.top_link-list .box .item_row .message_link .item_line span {
  position: relative;
  left: -9rem;
}
.top_link-list .box .item_row .message_link .item_line:hover {
  background: #fff;
  color: #3AAE36;
}
.contact-promo .box .item_row .left .tel_box .speech-bubble::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 25px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #FFE05D;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    z-index: -1;
}
.contact-promo .box .item_row .left .tel_box .item_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap:10px;
  width: 100%;
  margin-top: 15px;
  text-decoration: none;
}
.contact-promo .box .item_row .left .tel_box .item_tel p {
  color: #EE5144;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 0;
}
.contact-promo .box .item_row .left .tel_box .item_tel .reception-24h {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EE5144;
    border-radius: 5px;
    color: #fff;
    width: 120px;
    padding: 5px 2px;
    box-sizing: border-box;
    gap:5px;
}
.contact-promo .box .item_row .left .tel_box .item_tel .reception-24h svg {
  fill:#fff;
  width: 15px;
}
.contact-promo .box .item_row .left .tel_box .item_tel .reception-24h p {
   font-weight: 600;
   line-height: 1;
   font-size: 14px;
   color: #fff;
   margin: 0;
}
.contact-promo .box .item_row .left .tel_box .item_tel .reception-24h p span{
  font-size: 20px;
}
.contact-promo .box .item_row .message_link {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.contact-promo .box .item_row .message_link .item_form {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #F2AF40;
  box-sizing: border-box;
  border: 1px solid #F2AF40;
  transition: 0.3s;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  min-height: 60px;
  border-radius: 50px;  
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
  text-decoration: none;
}
.contact-promo .box .item_row .message_link .item_form svg {
  fill: #fff;
  width: 30px;
  position: absolute;
  left: 27px;
}
.contact-promo .box .item_row .message_link .item_form:hover {
  color: #F2AF40!important;
  background: #fff!important;
}
.contact-promo .box .item_row .message_link .item_form:hover svg {
  fill:#F2AF40!important;
}
.contact-promo .box .item_row .message_link .item_line {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #3AAE36;
  box-sizing: border-box;
  border: 1px solid #3AAE36;
  transition: 0.3s;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  min-height: 60px;
  border-radius: 50px;  
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
  text-decoration: none;
}
.contact-promo .box .item_row .message_link .item_line::before {
  content: "※QRコードが表示されます。";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  width: 100%;
  text-align: center;
}
.contact-promo .box .item_row .message_link .item_line img {
  width: 45px;
  position: absolute;
  left: 20px;
}
.contact-promo .box .item_row .message_link .item_line span {
  position: relative;
}
.contact-promo .box .item_row .message_link .item_line:hover {
  background: #fff!important;
  color: #3AAE36!important;
}
/* メニュー本体 */
.global-nav {
  transition: max-height .4s ease;
  background: #f8f8f8;
  position: fixed;
  width: 100%;
  height: calc(100svh - 94rem);
  top: 94rem;
  background: #F2AF40;
  z-index: 900;
  padding-top: 50rem;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.global-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.global-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30rem;
}
.global-nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18rem;
  font-size: 20rem;
  line-height: 1;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  gap:10rem;
}
.global-nav ul li a  svg {
  fill:#fff;
  width: 25rem;
}
.global-nav ul li a:hover {
  opacity: 0.6;
}

.global-nav .header__tel {
  margin: 40rem auto 20rem;
}
.global-nav .header__simulation {
  margin: 0 auto 20rem;
}
.global-nav .header__contact {
  margin: 0 auto 20rem;
}
.global-nav .header__contact a {
  border: 2rem solid #fff;
}

.global-nav  .header__simulation_comment p {
  color: #fff;
}
.sp_cta {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-br {
    display: inline-block;
  }
  .pc-br {
    display: none;
  }
html {
  font-size: max(0.2px, calc(100vw / 375));
}
.scrolldown2 {
  display: none;
}
.modified-header h1 {
  width: 153rem;
  margin-left: 13rem;
}
.header__tel {
  display: none;
}
.header__simulation {
  display: none;
}
.header__contact {
  display: none;
}
.hamburger-wrap {
  width: 60rem;
  height: 60rem;
}
.hamburger .line, .hamburger .line::before, .hamburger .line::after {
  width: 30rem;
  height: 4rem;
}
.hamburger .line::before {
    top: -11rem;
}
.hamburger .line::after {
    top: 11rem;
}
.header__attention {
  margin: 0 20rem 0 auto;
}
.header__attention .twentyfour {
  border: none;
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 0;
  gap:3rem;
}
.header__attention .twentyfour .y_text {
  font-size: 13rem;
  margin: 0;
}
.header__attention .twentyfour .y_text span {
  font-size: 22rem;
}
.header__attention .twentyfour p {
  font-size: 19rem;
}
.bottom_text {
  display: none;
}
.top-slide {
  margin: 60rem 0 0 auto;
  width: 100%;
  height: 475rem
}
.top-slide .bx-wrapper {
  width: 310rem;
  border-radius: 45rem 0px 0px 45rem;
  margin: 0;
  bottom: -45rem;
}
.slider a {
  flex-wrap: wrap;
  height: 95rem;
  padding: 10rem 10rem 10rem 0;
  box-sizing: border-box;
}
.slider span {
  font-size: 13rem;
  margin-right: 10rem;
}
.slider .category {
  width: 80rem;
  height: 20rem;
  border-radius: 10rem;
  font-size: 13rem;
  box-sizing: border-box;
  min-width: 80rem;
  margin: 0;
}
.slider span.news-text {
  font-size: 16rem;
  line-height: 1.4;
}
.slide-dots {
  display: none!important;
}
.slick-initialized .slick-slide .sp {
  display: inline-block;
}
.slick-initialized .slick-slide .pc {
  display: none;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  border-radius: 0;
}
.slick-slide img {
  height: 475rem;
}
.slide-title .main-title.pc {
  display: none
}
.slide-title .main-title.sp {
  display: block
}
.slide-title .main-title {
  font-size: 28rem;
}
.m-hero__txt .line {
  padding: 0;
}
.slide-title {
  left: 20rem;
  bottom: 78rem;
}
.top-about .about-contens {
  flex-direction: column-reverse;
  margin-top: 198rem;
  gap:36rem;
}
.top-about .about-contens .right {
  position: relative;
  justify-content: flex-end;
}
.top-about .about-contens .right .main {
  width: 278rem;
  position: relative;
  z-index: 5;
  margin-right: 23rem;
}
.top-about .about-contens .right .bg03 {
  width: 280rem;
  right: -60rem;
  top: -60rem;
}
.top-about .about-contens .right .bg02 {
  top: 100rem;
  left: 10rem;
  width: 124rem;
}
.top-about .about-contens .left {
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
}
.top-about .about-contens .left .about-title {
  font-size: 24rem;
}
.top-about .about-contens .left .bg01 {
  display: none;
}
.top-about .about-contens .left .about-text {
  margin-top: 40rem;
  font-size: 18rem;
}
.link-btn {
  margin-top: 40rem;
  gap:38rem
}
.link-btn .btn-text {
  font-size: 17rem;
}
.hover-box {
  width: 50rem;
  height: 50rem;
}
.top_service {
  margin-top: 60rem;
  padding-top: 60rem;
}
.top_service h2 {
  font-size: 30rem;
  margin-bottom: 16rem;
}
.service_box h3 {
  width: 340rem;
  height: 50rem;
  font-size: 18rem;
  margin: 0 auto;
}
.service_box {
  width: 100%;
  margin-bottom: 40rem;
}
.service_box .item_row {
  margin-top: 41rem;
  gap:60rem;
}
.service_box .item_row .item h4 {
  height: 52.9rem;
  font-size: 16rem;
padding-bottom: 13rem;
  top: -20rem;
}
.service_box .item_row .item h4::before {
    height: 52.9rem;
}
.service_box .item_row .item h4.size280 {
   width: 184rem;
}
.service_box .item_row .item h4.size280::before {
  width: 184rem;
}
.service_box .item_row .item h4.size356 {
  width: 226rem;  
}
.service_box .item_row .item h4.size356::before {
  width: 226rem;
  background-size: contain;
}
.service_box .item_row .item h4.size244 {
  width: 163rem;
  padding: 0 0 13rem;
}
.service_box .item_row .item h4.size244::before {
  width: 163rem;
}
.service_box .item_row .item h4.size427::before {
  width: 268rem;
}
.service_box .item_row .item h4.size316::before {
  width: 205rem;
}
.service_box .item_row .item{
  width: 335rem;
  border-radius: 20rem;
  padding-top: 43rem;
}
.service_box .item_row .item .img_box {
  width: 284rem;
  height: auto;
  margin: 0 auto 22rem;
}
#page-top {
  right: 15rem;
  bottom: 10rem;
}
#page-top a {
  width: 50rem;
  height: 50rem;
  font-size: 14rem;
  box-sizing: border-box;
  line-height: 1.4;
}
#page-top a span {
  width: 6rem;
  height: 6rem;
}
.service_box .item_row .item .details_item {
  padding: 15rem 10rem 20rem;
}
.service_box .item_row .item details[open] summary {
  font-size: 16rem;
  padding-bottom: 15rem;
}
.service_box .item_row .item.n-link details[open] summary {
  padding-bottom: 15rem;
}
.service_box .item_row .item details summary .attachment {
  width: 30rem;
  height: 30rem;
  bottom: 10rem;
}
.service_box .item_row .item .details_item .link_box {
  padding-top: 20rem;
}
.service_box .item_row .item details .content li p {
  font-size: 14rem;
}
.service_box .item_row .item .details_item .link_box a {
  font-size: 16rem;
  width: 200rem;
  height: 35rem;
}
.service_box .item_row .item details .content li {
  padding: 15rem 0;
}
.top_service > div.service_box:nth-of-type(2) .item_row .item details[open] .content {
  height: auto;;
}
.service_box .item_row .item details[open] summary .attachment {
  display: none;
}
.gest_link {
  width: 335rem;
  padding: 30rem 20rem;
  box-sizing: border-box;
  border-radius: 20rem;
}
.gest_link p {
  font-size: 16rem;
  text-align: left;
}
.gest_link a {
  width: 275rem;
  height: 53rem;
  border-radius: 36rem;
  font-size: 20rem;
  margin-top: 40rem;
}
.totalcare_bn {
  padding: 60rem 0;
}
.totalcare_bn a {
  width: 95%;
}
section.psychiatry-consultation {
  padding: 60rem 20rem;
}
h2.psychiatry-consultation__title {
  font-size: 30rem;
}
h2.psychiatry-consultation__title span {
  font-size: 16rem;
}
p.psychiatry-consultation__sub-title {
  font-size: 18rem;
}
.psychiatry-consultation__content {
  width: 100%;
  padding: 30rem 20rem;
  border-radius: 20rem;
  margin: 25rem auto;
}
ul.psychiatry-consultation__list li {
  font-size: 16rem;
  text-align: left;
}
ul.psychiatry-consultation__list li::before {
  width: 24rem;
  height: 24rem;
}
p.psychiatry-consultation__text {
  font-size: 14rem;
  padding-top: 25rem;
}
a.psychiatry-consultation__tel {
  width: 275rem;
  height: 53rem;
  border-radius: 36rem;
  font-size: 20rem;
}
a.psychiatry-consultation__tel::before {
  width: 20rem;
  height: 20rem;
  top: 18rem;
}
.top-voice {
  padding: 60rem 0;
}
.top-voice .title {
  font-size: 30rem;
  line-height: 1.4;
}
.voice-flex {
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
  margin: 40rem auto;
  position: relative;
}
.voice-flex img.icon {
  position: absolute;
  z-index: 1;
  width: 92rem;
  top: 20rem;
  left: 40rem;
}
.voice-flex .text-box .arrow {
  display: none;
}
.voice-flex .text-box {
  width: 100%;
  padding:  130rem 20rem 25rem;
  margin: 0;
}
.voice-flex .text-box .sub-title {
  position: absolute!important;
  padding: 8rem 18rem!important;
  font-size: 14rem!important;
  height: auto!important;
  left: 125rem!important;
  top:31rem!important;
  max-width: 190rem!important;
  line-height: 1.4!important;
  border-radius: 26px!important;
}
.voice-flex .text-box .name {
  position: absolute;
  top: 76rem;
  left: 144rem;
  font-size: 16rem;
  margin: 0;
}
.voice-flex .text-box .text {
  font-size: 14rem;
}
.top-voice .voice-flex:nth-child(5) .name{
  top: 90rem;
}
.top-voice .voice-flex:last-child {
  margin-bottom: 0;
}
.google_review {
  padding: 60rem 20rem 0;
  width: 100%;
  box-sizing: border-box;

}
.google_review .ti-widget.ti-goog {
  width: 90%;
  margin: 0 auto;
}
.google_review .title {
  font-size: 30rem;
}
.top-contents03 .title {
  font-size: 30rem;
}
.page-btn {
  width: 275rem;
  height: 53rem;
  border-radius: 36rem;
  font-size: 20rem;
}
.top-contents03.works .page-btn {
  margin-top: 150rem;
}
.top-contents03.works .prev-arrow {
  top: auto;
  bottom: -85rem;
  left:100rem;
  width: 48rem;
  height: 48rem;
  box-sizing: border-box; 
}
.top-contents03.works .next-arrow {
  top: auto;
  bottom: -85rem;
  right:100rem;
  width: 48rem;
  height: 48rem;
  box-sizing: border-box; 
}
.img-rink {
  margin: 90rem auto 0;
  flex-direction: column;
  align-items: center;
}
.img-rink a {
  width: 335rem;
}
.top_link-list {
  margin-top: 90rem;
  padding: 60rem 20rem;
}
.top_link-list .box {
  width: 100%;
  padding: 30rem 20rem;
}
.top_link-list .box h2 {
  font-size: 24rem;
  font-weight: bold;
  padding-bottom: 20rem;
  margin-bottom: 30rem;
  gap:20rem;
}
.top_link-list .box h2 span{
  font-size: 16rem;
}
.top_link-list .box h2::before {
  width: 217rem;
}
.top_link-list .box p {
  font-size: 16rem;
  text-align: left;
}
.top_link-list .box .item_row {
  flex-direction: column;
  margin-top: 40rem;
  gap:40rem;
}
.top_link-list .box .item_row .item_tel {
  gap:5rem;
}
.top_link-list .box .item_row .item_tel p {
  font-size: 37rem;
  letter-spacing: 1.11rem;
}
.top_link-list .box .item_row .item_tel svg {
  width: 28rem;
  margin-top: 4rem;
}
.top_link-list .box .item_row .item_tel::after {
  width: 292rem;
  height: 35rem;;
  font-size: 15rem;
  top: -50rem;
}
.top_link-list .box .item_row .item_tel::before {
  width: 20rem;
  height: 15rem;
    top: -20rem;
}
.top_link-list .box .item_row .message_link {
  gap:43rem;
  align-items: center;
}
.top_link-list .box .item_row .message_link .item_line,.top_link-list .box .item_row .message_link .item_form {
  width: 295rem;
  height: 53rem;
  border-radius: 36rem;
  font-size: 18rem;
  gap:15rem;
}
.top_link-list .box .item_row .message_link .item_line img {
  width: 35rem;
}
.top_link-list .box .item_row .message_link .item_line::before {
  font-size: 14rem;;
  bottom: -20rem;
}
.top_link-list .box .item_row .message_link .item_form svg {
  width: 20rem;
}
.sns-link {
  margin: 70rem auto;
  width: 100%;
  border-radius: 0;
  padding: 30rem 20rem;
  background-position: center;
}
.sns-link .border-box {
  border: 2px dotted #ffffff;
  flex-direction: column;
  position: relative;
}
.sns-link .border-box .left {
  width: 100%;
}
.top-about-title {
  width: 283rem;
  margin: 30rem auto 0;
  background: url(../images/top-about-title-sp.svg) 0 0 no-repeat;
  aspect-ratio: 283 / 143;
  background-position: center;
}
.sns-link .border-box .left .text {
  padding: 0 20rem;
  font-size: 16rem;
}
.sns-flex {
  flex-direction: column;
  margin:  40rem auto 35rem;
  gap:25rem;
  padding-left: 20rem;
}
.top-sns-phone-area {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150rem;
}
.sns-flex a {
  font-size: 17rem;
  width: 158rem;
  height: 40rem;;
  padding-left: 11rem;
}
footer .nav-list {
  display: none;
}
footer .logo {
  width: 208rem;
}
footer .sns-flex02 {
  margin-top: 15rem;
}
.global-nav {
  top: 61rem;
  height: calc(100svh - 61rem);
}
.global-nav .header__tel,.global-nav .header__simulation,.global-nav .header__contact {
  display: flex;
}
.column-flex {
  flex-direction: column;
  width: 80%;
}
.column-flex a {
  max-width: 380px;
        width: 100%;
}
.top-contents03 .column-flex .title {
  height: auto;
}
.sp_cta {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 666;
  height: 65rem;
}
.sp_cta a:first-child {
  border-radius: 15rem 0px 0px 0px;
  background: #EE5144;
  width: 125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:5rem
}
.sp_cta a:first-child  svg {
  fill:#fff;
  width: 20.5rem;
}
.sp_cta a:first-child p {
  color: #fff;
  font-size: 14rem;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.sp_cta a:first-child p span {
  font-size: 18rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.sp_cta a:nth-child(2) {
  background: #3EAE36;
  width: 125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sp_cta a:nth-child(2) .row {
  display: flex;
  align-items: baseline;
  font-size: 14rem;
  font-weight: bold;
  margin-top: -11rem;
}
.sp_cta a:nth-child(2) .row img {
  width: 30rem;
  position: relative;
  top:6rem;
}
.sp_cta a:nth-child(2) .row span {
  font-size: 18rem;
}
.sp_cta a:nth-child(2) p {
  font-size: 14rem;
  font-weight: bold;
  line-height: 1;
}
.sp_cta a:last-child {
  width: 125rem;
  height: 100%;
  background: #fff;
  border: 2px solid #F2AF40;
  box-sizing: border-box;
  border-radius: 0px 10rem 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}
.sp_cta a:last-child svg {
  fill: #F2AF40;
  width: 31.8rem;
}
.sp_cta a:last-child p {
  font-size: 14rem;
  font-weight: 600;
  color: #F2AF40;
}
.page-title {
  height: 300rem;
  padding-top: 60rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-bottom: 2px solid hsla(0, 0%, 54%, 0.2);
}

.page-title .title-bg01 {
  position: absolute;
  right: 0;
  top: 0px;
  max-width: 200rem;
}
.page-title .title-bg02 {
  position: absolute;
  left: 0px;
  bottom: -80rem;
  max-width: 200rem;
}

.page-title .title {
  font-size: 30rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.page-title .title .en {
  font-size: 14rem;
  color: #f2af40;
}

.page-title .title-bg {
  transform: scale(0.2);
  transition: 2s;
}

.page-title .title-bg.show {
  transform: scale(1);
  transition: 2s;
}
.top-contents02 {
  margin-top: 100rem;
}
.top-contents02.page-contents .flex-box {
  flex-direction: column-reverse;
  margin: 80rem auto;
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
}
.top-contents02.page-contents .flex-box.flex-box02 {
  flex-direction: column;
}
.top-contents02 .flex-box .right {
  width: 100%;
}
.top-contents02 .flex-box .right .sub-title {
  font-size: 20rem;
  margin-bottom: 20rem;
}
.top-contents02.page-contents .flex-box .right .s-title {
  font-size: 18rem;
}
.top-contents02 .flex-box img {
  width: 320rem;
}
.though__box {
    margin-top: 100rem;
    padding-top: 80rem;
    padding-bottom: 80rem;
}
.though__box .title {
  font-size: 20rem;
}
.though__box .flex_box__3 {
  flex-direction: column;
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
}
.flex_box__3 .box {
  width: 100%;
}
.flex_box__3 .box .box_title {
  font-size: 18rem;
}
.flex_box__3 .box .box_text  {
  font-size: 14rem;
}
.summary__box {
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
}
.summary__box ul li {
  padding: 20rem 0;
}
.summary__box ul li .title {
  font-size: 14rem;
  min-width: 140rem;
  width: 140rem;
}
.summary__box ul li .text {
  font-size: 14rem;
}
.main_title {
  font-size: 24rem;
  margin-top: 100rem;
}
.new__box {
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
}
.new__box .main_title {
  font-size: 16rem;
}
.new__box .contents-flex {
  flex-direction: column;
  gap: 30rem;
}
.new__box .contents-flex .box {
  width: 100%;
}
.new__box .contents-flex .box .title {
  text-align: center;
  font-size: 16rem;
}
.Precautions {
  margin-top: 70rem;
}
.flow-box {
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.flow_flex {
  flex-direction: column;
  gap: 20px;
}
.flow_flex .box {
  width: 100%;
}
.flow_flex .box .title {
  font-size: 20rem;
}
.flow_flex .box .img-box {
  height: 80rem;
}
.flow_flex .box .text {
  font-size: 14rem;
}
.flow_flex .box:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16rem 0 16rem 16rem;
    border-color: transparent transparent transparent #74b3d5;
    top: auto;
    transform: translateX(-50%) rotate(90deg);
    right: auto;
    left: 50%;
    bottom: -22rem;  
}
.Q_A-box {
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
  margin: 80rem auto;
}
.open-container button span {
  font-size: 14rem;
}
.open-container button {
  font-size: 14rem;
  text-align: left;
}
.open-container .accordion-box {
  font-size: 14rem;
}
.Service {
  padding: 0 20rem;
  width: 100%;
  box-sizing: border-box;
}
.Service .main_title {
  font-size: 20rem;
}
.Service01-row {
  flex-direction: column;
  align-items: center;
  gap:30rem;
}
.Service01-row .img-box {
  width: 80%;
}
.Service01-row .profile {
  width: 100%;
}
.Service01-row .profile .profile-box .profile-row {
  flex-direction: column;
  gap: 10rem;
}
.Service01-row .profile .profile-box .profile-row ul li {
  font-size: 14rem;
}
.Service01-row .profile .profile-box .profile-row ul li::before {
  top: 7rem;
}
.Service01-row .profile .profile-box .profile-row .profile-subtitle {
  font-size: 16rem;
}
.Service01-row .profile .profile-box .profile-row ul li span {
      width: 70rem;
      min-width: 70rem;
}
.Service01-row02 {
  flex-direction: column;
  align-items: center;
  gap:20rem
}
.Service01-row02 .text-box {
  width: 100%;
}
.Service01-row02 .text-box .title {
  font-size: 20rem;
}
.Service01-row02 .sample-img {
          width: 75%;
}
.Service02 .contents-flex .sample-img {
  min-width: auto;
  width: 100%;
}
.Service02 .contents-flex .title {
  font-size: 22rem;
}
.Service02 .contents-flex .title span {
  font-size: 16rem;
}
.Service02 .contents-flex .text {
  font-size: 16rem;
}
.Service02 .contents-flex {
  flex-direction: column;
  gap:20rem;
}
.Service03 .contents-flex .box {
  width: 45%;
}
.Service03 .contents-flex .box .text {
  font-size: 12rem;
}
.Service04 .new-text {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}

.Service04 .new-text span {
  font-size: 20px;
  color: #f2af40;
}

.fee-flex ul li div .money.type01 {
  font-size: 30px;
  font-weight: 600;
  color: #f2af40;
}
.fee-flex ul li div .money.type01 span {
  font-size: 20px;
  font-weight: 500;
  color: #f2af40;
}

.new__box .contents-flex .box .sample-img img {
  width: 100%;
}

.sp-flow {
  display: flex !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 40;
}
.sp-line {
  background-color: #3aae36;
  width: 50%;
  border-radius: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
}

.sp-tel {
  background-color: #74b3d5;
  width: 50%;
  border-radius: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 12px;
  padding: 10px 0;
}

.sp-line img {
  width: 22px;
}

.sp-tel img {
  width: 17px;
}
.fee-flex {
  display: flex;
  margin-top: 50px;
  align-items: center;
  flex-direction: column;
  overflow: auto;
}

.fee-flex ul {
  width: 100%;
  margin: 0 auto;
}

.fee-flex ul li {
  display: flex;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 15px 25px 15px 0;
  align-items: center;
  align-content: center;
  gap: 10px;
  background: #fff;
}

.fee-flex ul li .icon {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #f2af40;
  box-sizing: border-box;
  border-radius: 50%;
}

.fee-flex ul li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.fee-flex ul li div .money {
  font-size: 18px;
  font-weight: 600;
}
.fee-flex ul li div .money span {
  font-size: 16px;
  font-weight: 500;
}

.fee-flex .plus-box {
  width: 100%;
  height: 16px;
  border-left: 2px solid #f2af40;
  border-bottom: 2px solid #f2af40;
  border-right: 2px solid #f2af40;
  position: relative;
  border-top: none;
  margin-top: 20px;
}

.fee-flex .plus-box::after {
  position: absolute;
  content: "＋";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f2af40;
  color: white;
  bottom: -22px;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}

.fee-flex .right {
  width: 100%;
  max-width: 400px;
  background-color: #fcf6f0;
  border-radius: 5px;
  margin: 50px auto;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}

.fee-flex .right .text02 {
  text-align: center;
}

.fee-flex .right .kei {
  font-size: 16px;
  font-weight: 600;
  max-width: 120px;
  margin: 0 auto;
}

.fee-flex .right .money {
  color: #f2af40;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.fee-flex .right .money span {
  font-size: 20px;
  font-weight: 500;
}

.fee-flex .right .text {
  margin-left: 1rem;
  text-indent: -1rem;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.Precautions .title {
  font-size: 16rem;
}
.Precautions strong {
  font-size: 15rem;
}
.Precautions {
  padding: 15rem;
}
.Service05 .sub-title {
  font-size: 22rem;
}
.Service05 .contents-flex {
  flex-direction: column;
}
.Service05 .contents-flex img {
  width: 80%;
}
.Service05 .contents-flex .right p {
  font-size: 16rem;
}
.Service05 .contents-flex .right .region, .Service05 .contents-flex .right .region02, .Service05 .contents-flex .right .region03 {
  font-size: 24rem;
}
.contact-promo .box h2 {
  font-size: 20px!important;
}
.contact-promo .box .item_row {
  flex-direction: column;
}
.contact-promo .box .item_row .left {
  width: 100%!important;
}
.contact-promo .box .item_row .left .tel_box .speech-bubble {
  font-size: 16px!important;
}
.contact-promo .box .item_row .left .tel_box {
  margin-bottom: 20px!important;
}
.contact-promo .box .item_row .message_link {
  width: 100%!important;
  margin-top: 20px;
}
.contact-promo .box .item_row .message_link .item_line {
  font-size: 18px!important;
  min-height: 50px;
}
.contact-promo .box .item_row .message_link .item_line img {
  width: 40px!important;
}
.contact-promo .box .item_row .message_link .item_form {
  font-size: 18px!important;
  min-height: 50px!important; 
}
.contact-promo .box .item_row .message_link .item_form svg {
  width: 25px!important;
}
}
.offices {
  margin: 32px auto; /* 2rem * 16px */
  width: 90%;
  max-width: 660px;
}

.offices__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px; /* 1.5rem * 16px */
}

.office {
  position: relative;
  padding: 20px 20px 20px 24px; /* 1.25rem * 16px, 1.5rem * 16px */
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  overflow: hidden;
}

.office__label {
  display: inline-block;
  font-size: 14px; /* 0.875rem * 16px */
  font-weight: 600;
  letter-spacing: .02em;
  padding: 4px 9.6px; /* 0.25rem * 16px, 0.6rem * 16px */
  border-radius: 999px;
  background: #f2af40;
  color: #fff;
  margin: 0 0 8px; /* 0.5rem * 16px */
}

.office__name {
  /* clamp(最小値, 推奨値, 最大値) をそれぞれpxに変換 */
  font-size: clamp(16.8px, 16px + .3vw, 22.4px); /* 1.05rem, 1rem, 1.4rem */
  line-height: 1.35;
  margin: 0 0 6.4px; /* 0.4rem * 16px */
  font-weight: 700;
}

.office__addr {
  font-style: normal; /* addressの斜体を無効化 */
  color: #444;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: anywhere;
  margin: 0;
}
@media screen and (max-width:768px) {
.tel-box {
  max-width: 660px;
  width: 90%;
  border-radius: 20px;
  background-color: #e7f5fc;
  display: flex;
  flex-direction: column;
  margin: 100px auto 0;
  padding: 30px 0;
}

.tel-box .tel-link {
  background-color: hsla(0, 0%, 0%, 0);
  border: none;
  color: #74b3d5 !important;
  font-size: 30px;
  width: 100%;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  font-weight: 600;
  align-items: center;
  line-height: 1;
  padding-left: 0;
  margin-left: -20px;
}

.tel-box .tel-link:hover {
  color: #f2af40;
}

.tel-box .tel-link:hover svg {
  fill: #f2af40;
}

.tel-box .tel-link svg {
  width: 25px;
  height: 25px;
  fill: #74b3d5;
}

.tel-box .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tel-box .text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}  
.contact-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.contact-nav .text {
  min-width: 100px;
  min-height: 35px;
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 23px;
  font-size: 13px;
  box-sizing: border-box;
}

.contact-nav .text.active {
  border: 1px solid #f2af40;
  color: white;
  font-weight: 600;
  background-color: #f2af40;
}

.contact-nav .line {
  height: 1px;
  width: 10px;
  background-color: #c9c9c9;
}

.contact-top .main_title {
  justify-content: center;
  margin: 100px auto 0;
  text-align: center;
  display: inline-block;
  font-size: 28px;
}

.contact-top-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 50px;
}
form {
  max-width: 800px;
  width: 90%;
  margin: 70px auto;
}

.input-box {
  text-align: left;
  color: #f38200;
  font-size: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 25px;
}

.input-box .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 20px;
  color: #3b3b3b;
}

.input-box .title span {
  width: 57px;
  height: 28px;
  border-radius: 3px;
  background-color: #f38200;
  color: white;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.input-box .title .small {
  font-size: 15px;
}

.input-box .title span.nini {
  background-color: #c9c9c9;
}

.input-box input[type="text"] {
  border: 1px solid #c9c9c9;
  width: 100%;
  max-width: 600px;
  padding: 11px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 1;
}

.input-box .border {
  display: block;
  text-align: left;
  max-width: 600px;

  border-radius: 5px;
}

.input-box .border.num {
  max-width: 200px;
}

.input-box .num input[type="text"] {
  max-width: 200px;
}

.input-box .title.inner {
  margin-top: 20px;
}

.input-box .radio-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 18px;
  color: #3b3b3b;
}

.input-box .radio-box label {
  display: flex;
  gap: 10px;
  font-size: 16px;
}

.kaisou {
  display: flex;
  gap: 40px;
}

.kaisou .row {
  margin-top: 72px;
}

.input-box.border-none {
  border: none;
}

.input-box textarea {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
}
.p-global-nav ul {
  gap:15px;
}
.p-global-nav ul li a {
  font-size: 12px;
  padding: 0 20px;
}
}