@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
 *  Reset / Base
 * --------------------------------------------------------------------------------------------------*/
html, body {height: 100%;}
html {font-size: 62.5%;}

body,
h1, h2, h3, h4, h5, h6,
p, address,
ul, ol, li,
dl, dt, dd,
table, th, td,
img,
form,
figure,
span,
button{
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
  box-sizing: border-box;
}

::-webkit-input-placeholder {font-family: "Noto Serif JP", serif;}
:-moz-placeholder {font-family: "Noto Serif JP", serif;}
a {text-decoration: none;}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

button {
  background: none;
  border: none;
}

input,textarea{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

input:focus,
select:focus{
  outline: none;
}

input::placeholder{
  color: #888888;
  font-weight: normal;
}

select {
  font-family: "Noto Serif JP", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* 20250626 視認性を避けたいため「スクリーンリーダーのみ用」のクラス付与 h1 breadcrumbsはAIO最適化*/
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}


/* ユーティリティ用など必要に応じて */
.-color-black { color: #222; }
.-color-white { color: #fff; }
.-color-red{ color: #de0000;}
.-color-bluegreen{ color: #017D9F;}
.-color-blue  { color: #004097; }
.-bgc-white   { background-color: #fff; }

/* 画像　pc/sp　切り替えアセット */
.img-pc{display: block;}
.img-sp{display: none;}
@media screen and (max-width: 850px){
  .img-pc{display: none;}
  .img-sp{display: block;} 
}

.pc{display: block;}
.sp{display: none;}
.tab-sp{display: none;}
@media screen and (max-width: 850px){
  .pc{display: none;}
  .sp{display: block;} 
  .tab-sp{display: block;}
}
/* テキスト　pc/sp　切り替えアセット */
.txt-pc{display: block;}
.txt-sp{display: none;}
@media screen and (max-width: 480px){
  .txt-pc{display: none;}
  .txt-sp{display: block;} 
}
.square-icon1 {
  fill: none;
  stroke: #017d9f;
  stroke-miterlimit: 10;
}
.square-icon2 {
  fill: #017d9f;
}
video{
  width: 100%;
  vertical-align: bottom;
}
/* ボタン デフォルト */
.btn.btn--primary{
/*   position: relative;*/
  display: block;
  border: solid 1px #017D9F;
  padding: 1.9rem 3rem 2.2rem;
  line-height: 1;
  background-image: url(../images/icon/right-arrow_default.png);
  background-repeat: no-repeat;
  background-position: center right 1.8rem;
  background-size: 15px;
  color: #fff;
  z-index: 9;
  width: 100%;
  margin:  0 auto;            /* 中央寄せ */
  max-width: 100%;
  box-sizing: border-box;
}
.btn.btn--primary p{
  font-weight: 400;
  line-height: 1;
  font-size: 1.7rem;
  color: #017D9F;
  transition: .5s;
  text-align: center;
  letter-spacing: 0;
}
@media (hover: hover) {
  .btn.btn--primary:hover p{
    color: #fff;
  }
  .btn.btn--primary:hover::after{
    width: 100%;
  }
  .btn.btn--primary:hover{
    background-image: url(../images/icon/right-arrow_white.png);
  }
}
/* グレー処理 */
.-gray-btn-decoration .btn.btn--primary{
  border: solid 1px #909899;
  background-image: url(../images/icon/right-back-arrow_gray.png);
  background-repeat: no-repeat;
  background-position: center right 1.8rem;
  background-size: 15px;
}
.-gray-btn-decoration .btn.btn--primary p{
  color: #909899;
}
.card__button.-gray-btn-decoration:after{
  background: #909899;
}
@media (hover: hover) {
  .-gray-btn-decoration .btn.btn--primary:hover{
    background-image: url(../images/icon/right-back-arrow_white.png);
  }
  .-gray-btn-decoration .btn.btn--primary:hover p{
    color: #fff;
  }
}
/* 戻る */
.-back-btn-decoration .btn.btn--primary{
  background-image: url(../images/icon/right-back-arrow_default.png);
}

@media (hover: hover) {
  .-back-btn-decoration .btn.btn--primary:hover{
    background-image: url(../images/icon/right-back-arrow_white.png);
  }
}
/* リンク */
.btn--primary.btn.link-btn{
  padding: 1.5rem 3rem;
  padding-right: 4rem;
  background-image: url(../images/icon/link_default.png);
}
.btn--primary.btn.link-btn p{
  line-height: 1.7;
}
@media (hover: hover) {
  .btn--primary.btn.link-btn:hover{
    background-image: url(../images/icon/link_white.png);
  }
}
@media screen and (max-width: 850px){
  .btn.btn--primary{
    font-size: 1.6rem;
    padding: 1.5rem 2rem 1.6rem;
  }
  .btn.btn--primary p{
    font-size: 1.6rem;
  }

  .btn--primary.btn.link-btn{
    padding: 1.5rem;
    padding-right: 4rem;
  }
}
.card__button{
  position: relative;
  width: 100%;
  max-width: 32rem;
  z-index: 9;
}
.card__button:after{
  position: absolute;
  content: "";
  display: block;
  width: 0;
  background: #017D9F;
  top: 0;
  left: 0;
  height: 100%;
  transition: .5s;
  z-index: -1;
}
@media (hover: hover) {
  .card__button:hover:after{
    width: 100%;
  }
}
/* トップボタン 文字短縮 */
.-default-txt{display: block;}
.-shorten-txt{display: none;}
@media screen and (max-width: 1100px){
  .-default-txt{
    display: none;
  }
  .-shorten-txt{
    display: block;
    font-size: 1.5rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  Header
 * --------------------------------------------------------------------------------------------------*/
.header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header__inner{
  position: relative;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__wrap:before{
  content: "";
  display: block;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 8rem;
  transition: 0.3s;
}
body.-hum-active .header__wrap:before{
  background: none;
}

.header__logo{
  padding-left: 2.5rem;
}
.header__logo-image{
  position: relative;
  width: 50rem;
}
.logo-def {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.logo-active{
  opacity: 0;
  position: absolute; /* 同じ位置に重ねる */
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
body.-hum-active .logo-def{
  opacity: 0;
}
body.-hum-active .logo-active{
  opacity: 1;
}
.header__logo-link{
  transition: .3s;
}
@media (hover: hover) {
  .header__logo-link:hover{
    opacity: .7;
  }
}
.header__menu{
  display: flex;
  align-items: center;
  gap: 7rem;
}
 /* 左メニュー */
.header__menu-list{
  display: flex;
  gap: 1rem 3.4rem;
}
.header__menu-link{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #222;
  transition: .3s;
}
@media (hover: hover) {
  .header__menu-link:hover{
    color: #017D9F;
  }
}
.header__menu-link.-current{
  color: #017D9F;
}
 /* 右ボタン */
.btn--link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19rem;
  height: 8rem;
  font-size: 1.7rem;
  background: #017D9F;
  color: #fff;
  transition: .3s;
}
.btn--link span{
  color: #fff;
}
@media (hover: hover) {
  .btn--link:hover{
    opacity: .7;
  }
}
body.-hum-active .btn--link{
  background: #fff;
}
body.-hum-active .btn--link span{ 
  color: #017D9F;
}
@media screen and (min-width: 1101px){
  body.-hum-active .btn--link{
    background-color: #017D9F;
    color: #fff;
  }

  body.-hum-active .logo-def{
    opacity: 1;
  }
  
  body.-hum-active .logo-active{
    opacity: 0;
  }
}
@media screen and (max-width: 1100px){
  .header__wrap:before{
    height: 6rem;
  }
  .header:before{
    height: 6rem;
  }
  .header__logo{
    padding-left: 4.1%;
  }

  .header__logo-image{
    width: 34rem;
  }
  .btn--link{
    width: 9rem;
    height: 6rem;
  }
  .header__menu-list{
    display: none;
  }
  .header__menu{
    gap: 0;
  }
}
/*=============================
.ハンバーガーボタン
=============================*/
body.-hum-active {
  overflow: hidden;
  height: 100vh; /* ビューポートの高さに固定 */
}
.hum-btn-wrap{
  display: none;
  padding: 0 1.8rem;
  cursor: pointer;
  transition: .3s;
  height: 6rem;
}
@media (hover: hover) {
  .hum-btn-wrap:hover{
    opacity: 0.7;
  }
}
.hum-btn {
  display: none;
  position: relative;
  width: 2.4rem;
  height: 1.1rem;
  cursor: pointer;
}
.hum-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #017D9F;
}
.hum-btn, .hum-btn span {
  transition: all .5s;
  box-sizing: border-box;
}
.hum-btn span:nth-of-type(1) {
  top: 0;
}
.hum-btn span:nth-of-type(2) {
  top: 5px;
}
.hum-btn span:nth-of-type(3) {
  bottom: 0;
}
body.-hum-active .hum-btn span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
body.-hum-active .hum-btn span:nth-of-type(2) {
  opacity: 0;
}
body.-hum-active .hum-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

@media screen and (max-width: 1100px){
  .hum-btn-wrap{
    display: flex;
    align-items: center;
  }
  .hum-btn, .hum-btn span{
    display: inline-block;
  }

  body.-hum-active .hum-btn span {
    background-color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------
 *  ハンバーガーメニュー
 * --------------------------------------------------------------------------------------------------*/
 .hum-menu{
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #017D9F;
}
.hum-menu__inr{
  padding-top: 11rem;
  max-width: 800px;
  width: 82%;
  margin: 0 auto;
}
.hum-menu-item{
  margin-bottom: 1.5rem;
}
.hum-menu-link{
  transition: .3s;
  position: relative;
}
.hum-menu-link.-current:before{
  position: absolute;
  left: -1.5rem;
  top: 1.4em;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
}
.hum-menu-link:hover{
  opacity: 0.7;
}
@media (hover: hover) {
  .hum-menu-link:hover{
    opacity: 0.7;
  }
}
.hum-menu-maintext,
.hum-menu-subtext{
  color: #fff;
}
.hum-menu-maintext{
  font-size: 2.1rem;
}
.hum-menu-subtext{
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.hum-menu-bottom{
  position: relative;
  padding-top: 2.5rem;
  margin-top: 2rem;
}
.hum-menu-bottom:before{
  display: block;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  top: 0;
}
.hum-menu-bottom__link a{
  display: flex;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  transition: .3s;
}
.hum-menu-bottom__link a:hover{
  opacity: 0.7;
}
@media (hover: hover) {
  .hum-menu-bottom__link a:hover{
    opacity: 0.7;
  }
}
.hum-menu-bottom__link a:after{
  display: block;
  content: "";
  background: url(../images/icon/link_ico-w.png) no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 1.2rem;
}
body.-hum-active .hum-menu {
  z-index: 50;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1101px){
  .hum-menu{
    display: none;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  コンテンツ　グループ
 * --------------------------------------------------------------------------------------------------*/
/* 追従ヘッダー分 余白 */
.contents-wrap{
  padding-top: 7.9rem;
}
@media screen and (max-width: 1100px){
  .contents-wrap{
    padding-top: 5.9rem;
  }
}
/* 全体 幅*/
.section-wrap{
  padding-top: 10rem;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px){
  .section-wrap{
    padding-top: 6rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  KVコンテンツ
 * --------------------------------------------------------------------------------------------------*/
.kv__contents{
  position: relative;
  overflow: hidden;
  aspect-ratio: 64 / 31;
}
.kv__contents video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 完全中央配置 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv__catch img{ 
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 850px){
  .kv__contents{
    aspect-ratio: 3/4;
  }  
}
/* タイトル */
.sec-title__heading{
  font-size: 2.8rem;
  color: #017D9F;
  padding: 1.5rem 0 1.5rem 3.5rem;
  border-left: 1px solid #017D9F;
}
.sec-title__description{
  font-size: 1.5rem;
}
.sec-title__heading + .sec-title__description{
  margin-top: 3rem;
}
.form-content{
  margin-top: 4rem;
  display: flex;  
  justify-content: space-between;
}
@media screen and (max-width: 850px){
  .sec-title__heading{
    font-size: 2.2rem;
    color: #017D9F;
    padding: 1.2rem 0 1.2rem 2rem;
    border-left: 1px solid #017D9F;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  トップページ　理念
 * --------------------------------------------------------------------------------------------------*/
.philosophy{
  padding: 10rem 0 12rem;
}
.philosophy__inner{
  max-width: 88rem;
  width: 90%;
  margin: 0 auto;
}
.philosophy__title{
  font-size: 4rem;
  margin-top: 6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.philosophy__text{
  font-size: 1.7rem;
  line-height: 2;
}
.philosophy__text + .philosophy__text{
  margin-top: 4rem;
}
@media screen and (max-width: 850px){
  .philosophy{
    padding: 6rem 0 7.5rem;
  }
  .philosophy__title{
    font-size: 2.5rem;
    margin-top: 4rem;
    text-wrap-mode: nowrap;
  }
  .philosophy__text{
    font-size: 1.6rem;
  }
  .philosophy__text + .philosophy__text{
    margin-top: 3rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  フッター
 * --------------------------------------------------------------------------------------------------*/
 .footer__contact{
  background:url(../images/common/contact_block-bg.png)repeat-y center center;
  background-size: cover;
}
.footer__contact-link{
  padding: 9rem 0 8.5rem;
  display: block;
  transition: .5s;
  position: relative;
}
.footer__contact-link:before{
  height: 100%;
  background: #017D9F;
  display: block;
  content: "";
  position: absolute;
  width: 0%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .5s;
}
@media (hover: hover) {
  .footer__contact-link:hover:before{
    width: 100%;
  }
  .footer__contact-link:hover .footer__contact-title,
  .footer__contact-link:hover .footer__contact-desc,
  .footer__contact-link:hover .footer__contact-desc-sp{
    color: #fff;
  }
  .footer__contact-link:hover .square-icon{
    color: #fff;
  }
}
.footer__contact-inner{
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.footer__contact-text{
  max-width: 80%;
  padding-right: 5%;
}
.footer__contact-title{
  font-size: 3rem;
  color: #017D9F;
  transition: .5s;
}
.footer__contact-desc{
  margin-top: 2.5rem;
  line-height: 2;
  font-size: 1.5rem;
  transition: .5s;
}
.footer__contact-desc-sp{
  position: relative;
  z-index: 9;
  display: none;
  line-height: 2;
  font-size: 1.4rem;
  transition: .5s;
  max-width: 90%;
  margin: 3rem auto 0;
}
.square-icon {
  width: 50px;
  height: 50px;
  color: #017d9f;
  transition: .5s;
}
.footer-official-sites__inner{
  padding: 5.5rem 0;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
.footer-official-sites__title{
  font-weight: 500;
  font-size: 2.2rem;
  color: #017d9f;
}
/* 20250620 追加 */
.footer-official-sites__text{
  margin-top: 1.7rem;
  font-size: 1.7rem;
  line-height: 2;
}
.footer-official-sites__list{
  margin-top: 1.7rem;
  max-width: 62rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 7rem)); /* 文字の長さに応じた可変幅 */
  justify-content: start;
  flex-wrap: wrap;
  gap: 1.2rem 2.5rem;
}
.footer-official-sites__item {
  text-align: left; /* 左寄せ */
  width: max-content;
}
.footer-official-sites__link{
  font-weight: 500;
  color: #017D9F;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
  transition: .3s;
}
@media (hover: hover) {
  .footer-official-sites__link:hover{
    opacity: .7;
  }
}
.footer-official-sites__link::after{
  display: block;
  content: "";
  background: url(../images/icon/link_ico.png) no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 1.2rem;
}
.footer__bottom{
  display: flex;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 4.5rem 0 5.5rem;
}
.footer__logo{
  display: flex;
  gap: 2rem;
}
.footer__logo-image{
  max-width: 27rem;
}
.footer__logo-caption{
  font-weight: 500;
  border-top: 1px solid #017D9F;
  border-bottom: 1px solid #017D9F;
  color: #017D9F;
  font-size: 1.4rem;
  padding: 0.4rem 0 0.5rem;
  margin-top: 2rem;
  line-height: 1;
}
.footer__bottom-link{
  font-weight: 500;
  font-size: 1.5rem; 
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  color: #017D9F;
  transition: .3s;
}
@media (hover: hover) {
  .footer__bottom-link:hover{
    opacity: .7;
  }
}
.footer__bottom-link::after{
  display: block;
  content: "";
  background: url(../images/icon/link_ico.png) no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 1.2rem;
}
.footer__bottom-right{
  text-align: right;
}
.footer__copyright{
  font-size: 1.1rem;
  color: #017D9F;
  margin-top: 2rem;
  font-weight: 500;
}
/* トップへ戻るボタン */
.js-back-btn{
  position: fixed;
  width: 4.2rem;
  right: 1.5rem;
  bottom: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
  display: block;
  cursor: pointer;
  z-index: 10;
}
.js-back-btn.show{
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 850px) {
  .footer__contact a{
    padding: 6rem 0;
  }
  .footer-official-sites__inner{
    padding: 4rem 0 3rem;
  }
  .footer-official-sites__title{
    font-size: 2rem;
  }
  .footer-official-sites__list{
    margin-top: 3rem;
    gap: 1.2rem 2.5rem;
  }
  .footer__logo-image{
    width: 24rem;
  }
  .footer__logo{
    flex-direction: column;
    gap: 2.4rem;
  }
  .footer__logo-caption{
    margin-top: 0;
    display: inline-block;
  }
  .footer__contact-title{
    font-size: 2.3rem;
  }
  .footer__bottom{
    flex-direction: column;
    padding: 2.5rem 0 3rem;
  }
  .footer__bottom-link{
    justify-content: right;
  }
  .footer__bottom-right{
    margin-top: 2.5rem;
    text-align: left;
  }
  .footer__contact-desc{
    display: none;
  }
  .footer__contact-desc-sp{
    display: block;
    font-size: 1.6rem;
  }
  .footer__copyright{
    margin-top: 4rem;
  }
  .js-back-btn{
    right: 1rem;
    bottom: 1rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  カードセクション
 * --------------------------------------------------------------------------------------------------*/
.cards__inner{
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 10rem;
}
.cards__list{
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}
.cards__item{
  display: flex;
  flex-direction: column;
  width: calc((100% - 3rem) / 2);
}
.card__content{
  margin-top: 4rem;
  flex-grow: 1;
}

.card__title{
  font-size: 3rem;
}
.card__image img{
  width: 100%;
}
.card__desc{
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
.card__desc + .card__button{
  margin-top: 2.5rem;
}
@media screen and (max-width: 850px) {
  .cards__inner{
    width: 100%;
    padding-bottom: 6rem;
  }
  .cards__list{
    gap: 5rem 0;
  }
  .cards__item{
    width: 100%;
  }
  .card__content{
    width: 91%;
    margin: 3rem auto 0;
  }
  .card__desc + .card__button{
    margin-top: 2.5rem;
  }
  .card__title{
    font-size: 2.3rem;
  }
  .card__desc{
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .card__submenu{
    width: 90%;
    margin: 2.5rem auto 0;
  }
}
@media screen and (max-width: 480px){
  .card__button{
    max-width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  カード　サブメニュー
 * --------------------------------------------------------------------------------------------------*/
.card__submenu{
  margin-top: 2.5rem;
}
.submenu__item a{
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  padding: 2rem 0;
}
.submenu__item a:before{
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}
.submenu__item a::after{
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #017D9F;
  transition: .5s;
}
.cls-1 {
  fill: none;
  stroke: #666666; 
  stroke-miterlimit: 10;
}
.cls-2 {
  fill: #666666; 
}
.submenu__item a p{
  font-weight: 500;
  color: #666;
  transition: .3s;
}
@media (hover: hover) {
  .submenu__item a:hover p{
    color: #017D9F; 
  }
  .submenu__item a:hover::after{
    width: 100%;
  }
  .submenu__item a:hover .cls-1{
    stroke: #017D9F; 
  }
  .submenu__item a:hover .cls-2{
    fill: #017D9F; 
  }
}
.submenu__item a svg{
  width: 2rem;
}
@media screen and (max-width: 850px){
  .submenu__item a{
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  アニメーション
 * --------------------------------------------------------------------------------------------------*/
/* フェード 単体*/
.gsap-animate-fade{
  opacity: 0;
  transform: translateY(20px);
}
/* フェード 子要素 遅延*/
.gsap-animate-fade-group{
  opacity: 0;
  transform: translateY(20px);
}
.gsap-animate-fade-group > * {
  opacity: 0;
  transform: translateY(20px);
}
/* タイトルフェード*/
.gsap-animate-text {
  display: inline-block;
  opacity: 1; /* 透明度はGSAPで制御 */
}
.gsap-animate-text span {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(5px);
  display: inline-block;
}
/* ----------------------------------------------------------------------------------------------------
 *  理念
 * --------------------------------------------------------------------------------------------------*/
.header-philosophy{
  padding: 7rem 0 8rem;
  background: #EDF6F8;
  position: relative;
}
.philosophy_logo{
  position: absolute;
  width: 36rem;
  right: 5%;
  top: 5rem;
  z-index: 1;
}
.page-header__inner{
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.page-header__wrap{
  position: relative;
  z-index: 2;
}
.header-philosophy__contents{
  max-width: 1000px;
  width: 90%;
  margin: 8rem auto 0;
}
.header-philosophy__heading{
  font-size: 4rem;
  line-height: 1.75;
}
.header-philosophy__text-wrapper{
  margin-top: 4rem;
}
.header-philosophy__text{
  font-size: 1.9rem;
  line-height: 2.63;
}
.policy-sec__wrap{
  max-width: 1600px;
  width: 90%;
  margin:11rem auto 0;
}
.policy-sec__inner{
  max-width: 1000px;
  width: 100%;
  margin: 4rem auto 12rem;
}
/*  */
.medical-service{
  margin-bottom: 10rem;
}
.medical-service__title{
  font-size: 3.3rem;
}
.medical-service__description{
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 2;
}
.medical-service__points{
  margin-top: 4rem;
  border-radius: 1rem;
  background: #F3F3F3;
  padding: 5rem 6.25%;
  text-align: center;
}
.medical-service__list{
  /* display: inline-block; */
}
.medical-service__item{
  font-size: 1.5rem;
  line-height: 2.66;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
/* 患者さまへの「５つの約束」 */
.treatment-policy__promises{
  padding-bottom: 6rem;
  border-bottom: 1px solid #CCDADD;
}
.treatment-policy__promises-header{
  position: relative;
  text-align: center;
  margin-bottom: 7rem;
}
.treatment-policy__promises-header:before{
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 1.7em;
  left: 0;
  background: #CCDADD;
  z-index: -1;
}
.treatment-policy__promises-title{
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  color: #017D9F;
  padding-left: 1em;
  background: #fff;
}
.treatment-policy__promises-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 5rem;
  max-width: 1000px;
  margin: 0 auto;
}
.treatment-policy__promises-item{
  width: 22rem;
}
.treatment-policy__contents{
  margin-top: 5rem;
}
.treatment-policy__contents-txt{
  line-height: 2.33;
  font-size: 1.5rem;
  color: #017D9F;
}
.treatment-policy__contents-txt + .treatment-policy__contents-txt{
  margin-top: 1em;
}
.employment-status{
  margin-top: 8rem;
}
.employment-status__title{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.employment-status__disc{
  font-size: 1.5rem;
  line-height: 2.33;
}
.employment-status__notice{
  font-size: 1.3rem;
  line-height: 2;
  color: #888888;
  margin-top: 1rem;
}
.employment-status .card__button{
  margin-top: 4rem;
  max-width: 100%;
}
/* ８つ約束 */
.promise-sec__inner{
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.recruit-benefits{
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 6rem;
  margin-top: 7rem;
}
.recruit-benefits__item{
  width: calc((100% - 6rem)/2);
  display: flex;
  flex-direction: column;
}
.recruit-benefits__title{
  font-size: 2.4rem;
  text-align: center;
  padding: 2rem 2.5rem;
  background: #EDF6F8;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.recruit-benefits__content{
  position: relative;
  display: flex;
  gap: 3rem 4rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #4FA5BD;
}
.recruit-benefits__content:before{
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 1.5rem;
  background-image: url(../images/icon/sankaku.png);
  background-size: 100%;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;  
}
.recruit-benefits__figure{
  width: 21rem;
}
.recruit-benefits__body{
  flex: 1;
}
.recruit-benefits__description{
  font-size: 1.5rem;
  line-height: 2;
}
.recruit-benefits__subtitle{
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.recruit-benefits__text{
  font-size: 1.5rem;
  line-height: 2;
}
.recruit-benefits__list-item{
  font-size: 1.5rem;
  line-height: 2;
}
/* 教育制度やバックアップの詳細はこちら */
.backup-sec{
  padding: 8rem 0 10rem;
}
.backup-sec__inner{
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.backup-sec_contents{
  margin-top: 6rem;
  margin-left: 7rem;
  display: flex;
  gap: 3rem 6.5rem;
}
.backup-block__title{
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
}
.backup-block__disc{
  font-size: 1.5rem;
  line-height: 2;
}
.backup-block .card__button{
  margin-top: 3rem;
  max-width: 100%;
}
@media screen and (max-width: 1180px){
  .backup-sec_contents{
    margin-left: 0;
  }
  .recruit-benefits__content{
    flex-direction: column;
  }
  .recruit-benefits__figure{
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px){
  .backup-sec_contents{
    flex-direction: column;
  }
  .recruit-benefits__item{
    width: 100%;
  }
}
@media screen and (max-width: 850px){
  .philosophy_logo{
    width: 18rem;
    top: 3rem;
    right: 5%;
  }
  .header-philosophy{
    padding: 5.5rem 0 5rem;
  }
  .header-philosophy__contents{
    margin: 4rem auto 0;
  }
  .header-philosophy__heading{
    font-size: 2.8rem;
  }
  .header-philosophy__text-wrapper{
    margin-top: 2.5rem;
  }
  .header-philosophy__text{
    font-size: 1.6rem;
  }
  .policy-sec__inner{
    margin-bottom: 7rem;
  }
  .recruit-benefits__content{
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    gap: 3rem;
  }
  .recruit-benefits__title{
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .medical-service__item{
    line-height: 2;
    margin-bottom: 2rem;
  }
  .medical-service__points{
    padding: 4rem 2.5rem 2rem;
  }
  .medical-service__title{
    font-size: 2.3rem;
  }
  .medical-service__description{
    margin-top: 2.5rem;
  }
  .medical-service{
    margin-bottom: 5rem;
  }
  .treatment-policy__contents{
    margin-top: 2.5rem;
  }
  .treatment-policy__promises{
    padding-bottom: 3rem;
  }
  .treatment-policy__promises-list{
    gap: 0 1.5rem;
  }
  .treatment-policy__promises-header{
    margin-bottom: 4rem;
  }
  .treatment-policy__promises-item{
    width: 36.6vw;
    min-width: 36.6vw;
  }
  .treatment-policy__promises-item:nth-child(3){
    width: 100%;
    text-align: center;
  }
  .treatment-policy__promises-item img{
    width: 36.6vw;
    min-width: 36.6vw;
  }
  .treatment-policy__promises-title{
    font-size: 1.8rem;
  }
  .treatment-policy__promises-header:before{
    top: 1.5em;
  }
  .employment-status{
    margin-top: 5rem;
  }
  .employment-status__title{
    font-size: 1.8rem;
  }
  .backup-block .backup-block__title{
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .backup-block .card__submenu{
    width: 100%;
  }
  .policy-sec__wrap{
    margin-top: 6rem;
  }
  .recruit-benefits{
    margin-top: 4rem;
    gap: 3.5rem;
  }
  .recruit-benefits__subtitle{
    font-size: 1.7rem;
  }
  .backup-sec__inner{
    width: 100%;
  }
  .backup-sec__inner .backup-block,
  .backup-sec__inner .sec-title{
    width: 90%;
    margin: 0 auto;
  }
  .backup-sec{
    padding: 6rem 0;
  }
  .backup-sec_contents{
    margin-top: 4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  インタビューページ
 * --------------------------------------------------------------------------------------------------*/
/* キービジュアル */
.interview-kv{
  height: 57rem;
  width: 100%;
  overflow: hidden;
}
.interview-kv__inner{
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.interview-kv-head{
  padding-top: 13rem;
}
.interview-kv-disc{
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 4.5rem;
}
.interviewKv {
  overflow: hidden;
  position: relative;
  z-index: -1;
  background-color: #FFF;
}
.interviewKv__loopImgsArea {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 7%;
  width: 50%;
  z-index: -1;
}
.interviewKv__loopImgs {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  animation: loop 40s infinite linear;
}
.interviewKv__loopImg {
  overflow: hidden;
  height: auto;
}
@keyframes loop {
  0% {
      transform: translateY(0);
  }
  to {
      transform: translateY(calc(-100% - 3rem));
  }
}
 /* クロスインタビュー */
.back_copy{
  position: absolute;
  top: 8rem;
  right: 5%;
  width: 7.5vw;
  z-index: 0;
}
.cross-sec__head-title{
  font-size: 3.3rem;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 8rem;
}
.cross-sec{
  position: relative;
  background: #EDF6F8;
  padding: 12.5rem 0 11rem;
}
.cross-sec__inner{
  max-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
.cross-list{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.cross-item{
  display: flex;
  gap: 4rem 9rem;
}
@media (hover: hover) {
  .cross-item:hover .cross-item__figure-after{
    opacity: 1;
  }
  .cross-item:hover .card__button:after{
    width: 100%;
  }
  .cross-item:hover .btn.btn--primary p{
    color: #fff;
  }
  .cross-item:hover .btn.btn--primary::after{
    width: 100%;
  }
  .cross-item:hover .btn.btn--primary{
    background-image: url(../images/icon/right-arrow_white.png);
  }
}
.-flex-row-reverse{
  flex-direction: row-reverse;
}
.cross-item__figure{
  flex: 1;
  position: relative;
}
.cross-item__figure-after{
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.cross-item-content{
  width: 32rem;
}
.cross-item-content__catch{
  position: relative;
  font-size: 1.6rem;
  white-space:nowrap;
  display: inline-block;
  color: #017D9F;
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.cross-item-content__catch::before,
.cross-item-content__catch::after {
    position: absolute;
    width: 1.6rem;
    height: 1.8rem;
    content: '';
}
.cross-item-content__catch::before {
    border-left: solid 1px #017D9F;
    border-top: solid 1px #017D9F;
    top: 0;
    left: 0;
}
.cross-item-content__catch::after {
    border-right: solid 1px #017D9F;
    border-bottom: solid 1px #017D9F;
    bottom: 0;
    right: 0;
}
.cross-item-content__title{
  font-size: 2.8rem;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
.cross-item-content__author{
  font-size: 1.6rem;
  margin-top: 1.5rem;
  color: #222;
}
.cross-item-content__wrap + .card__button{
  margin-top: 2.5rem;
  pointer-events: none;
}
/* Q & A */
.qa-section{
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 1rem 0 7rem;
}
.qa-section__title{
  font-size: 2rem;
  margin-bottom: 0.5rem; 
}
.qa-section__description{
  font-size: 1.5rem;
  line-height: 2;
}
.qa-section__inr{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
.qa-section__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 6rem 4rem;
/*  margin-top: 5rem; */
}
.qa-card{
/*  width: calc((100% - 12rem)/4); */
}
.qa-card__content{
  margin-top: 2.5rem;
}
.qa-card__role{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.qa-card__name{
  font-size: 2.4rem;
}
.qa-card__license{
  font-size: 1.5rem;
}
.qa-card__qa{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem 0;
}
.qa-item{
  font-size: 1.5rem;
}
.qa-item__question{
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 1.5rem;
  color: #017D9F;
}
.qa-item__question:before{
  content: "Q.";
  position: absolute;
  left: 0;
  top: -0.4em;
  color: #017D9F;
  font-size: 2.2rem;
}
.qa-item__answer{
  position: relative;
  padding-left: 2.8rem;
  color: #222;
  font-size: 1.3rem;
  line-height: 2;
}
.qa-item__answer:before{
  content: "A.";
  position: absolute;
  left: 0;
  top: -0.4em;
  color: #888888;
  font-size: 2.2rem;
}
@media screen and (max-width: 1000px){
  .back_copy{
    width: 15.1vw;
    right: 3%;
    top: 2rem;
  }
  .cross-sec{
    padding: 6rem 0 7rem;
  }
  .cross-sec__inner{
    width: 90%;
    flex-direction: column;
  }
  .cross-sec__head-title{
    font-size: 2.3rem;
    margin: 0 auto 3rem;
  }
  .cross-item-content{
    width: 100%;
  }
  .cross-item{
    flex-direction: column;
  }
  .cross-list{
    flex-direction: column;
    gap: 6rem;
  }
  .cross-item-content__title{
    font-size: 2.2rem;
  }
  .qa-section__list{
    gap: 4rem 2rem;
    margin-top: 3.5rem;
  }
  .qa-card{
/*    width: calc((100% - 2rem)/2);*/
  }
}
@media screen and (max-width: 850px){
  .interview-kv{
    height: auto;
    padding-bottom: 4rem;
  }
  .interview-kv-head{
    padding-top: 6rem;
  }
  .aboutKv__loopImgsArea {
    position: relative;
    top: 0;
    right: unset;
    left: 0;
    display: flex;
    width: 100vw;
    margin-top: 5rem;
  }
  .aboutKv__loopImgs {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: unset;
    margin-right: 1rem;
    animation: loop 30s infinite linear;
  }
  .aboutKv__loopImg {
    border-radius: 1rem;
    width: 31rem;
  }
  @keyframes loop {
    0% {
        transform: translate(0,0);
    }
    to {
        transform: translate(calc(-100% - 1rem),0);
    }
  }
  .interview-kv-disc{
    margin-top: 3rem;
  }
  .cross-item-content__catch{
    position: relative;
    font-size: 1.4rem;
    white-space:nowrap;
    display: inline-block;
    color: #017D9F;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .cross-item-content__catch::before,
  .cross-item-content__catch::after {
      position: absolute;
      width: 0.6rem;
      height: 0.8rem;
      content: '';
  }
  .qa-section{
    padding: 5rem 0;
  }
  .qa-section__title{
    font-size: 2.8rem;
  }
  .qa-card__role{
    margin-bottom: 0;
  }
  .qa-card__qa{
    margin-top: 1.5rem;
    gap: 2rem 0;
  }
  .qa-card__content{
    margin-top: 1.5rem;
  }
  .qa-card__name{
    font-size: 1.8rem;
  }
  .cross-item .cross-item__figure-after{
    opacity: 1;
  }
}
@media screen and (max-width: 480px){
  .cross-list .card__button{
    max-width: 100%;
  }
  .cross-item-content__catch{
    white-space: pre-wrap;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  下層 ヘッダー
 * --------------------------------------------------------------------------------------------------*/
.page-header{
  width: 100%;
  display: flex;
  align-items: center;
  aspect-ratio: 1280/220;
  min-height: 22rem;
}
.page-header__wrap{
  width: 100%;
}
.page-header__inner{
  display: flex;
  align-items: center;
  max-width: 1600px;
  padding: 0 5%;
  margin: 0 auto;
}
.heading__sub{
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.heading__main{
  display: block;
  font-size: 5rem;
}
.header_entry-bg{
  background: url(../images/entry/heading-bg.jpg)no-repeat;
  background-position:center center;
  background-size: cover;
}
.header_message-bg{
  background: #EDF6F8;
}
.header_skill-bg{
  background: url(../images/skill/heading-bg.jpg)no-repeat;
  background-position:center center;
  background-size: cover;
}
@media screen and (max-width: 850px){
  .page-header{
    aspect-ratio: 360/170;
    min-height: auto;
  }
  .header_entry-bg{
    background: url(../images/entry/heading-bg-sp.jpg)no-repeat;
    background-size: cover;
  }
  .header_skill-bg{
    background: url(../images/skill/heading-bg-sp.jpg)no-repeat;
    background-size: cover;
  }
  .heading__main{
    font-size: 3.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
 *  統括院長メッセージ
 * --------------------------------------------------------------------------------------------------*/
.message-content{
  padding-bottom: 10rem;
}
.clinic-section-wrap{
  display: flex;
  gap: 3rem 6rem;
}
.clinic-section + .clinic-section{
  margin-top: 10rem;
}
.sec-title + .clinic-section__paragraph-group{
  margin-top: 5rem;
}
.clinic-section__text{
  font-size: 1.5rem;
  line-height: 2;
}
.sec-title + .clinic-section-wrap{
  margin-top: 5rem; 
}
.clinic-section__text + .clinic-section__text{
  margin-top: 3rem;
}
.clinic-section__text + .clinic-section__figure{
  margin-top: 3rem;
}
.clinic-section__content--flex1{
  flex: 1;
}
.clinic-section__content--width392{
  width: 39.2%;
}
.clinic-section__figure-caption{
  font-size: 1.3rem;
  color: #888888;
  margin-top: 1rem;
  line-height: 1.84;
}
.clinic-section__figure-caption a{
  display: block;
  font-size: 1.3rem;
  color: #888888;
  text-decoration: underline;
  transform: .3s;
}
.clinic-section__figure-caption a:hover{
  opacity: 0.7;
}
/* プロフィール */
.clinic-section__profile{
  margin-top: 2.5rem;
}
.clinic-section__profile-title{
  font-size: 1.5rem;
}
.clinic-section__profile-name{
  font-size: 2.2rem;
}
.clinic-section__doctor-biography{
  margin-top: 1.5rem;
}
.clinic-section__doctor-bio{
  font-size: 1.4rem;
  line-height: 2;
}
.clinic-section + .message-modal{
  margin-top: 9rem;
}
.message-modal + .clinic-section{
  margin-top: 10rem;
}
.message-modal{
  background: #EDF6F8;
  padding: 8rem 5% 6rem;
}
.message-modal__list{
  display: flex;
  gap: 3rem 6rem;
}
.message-modal__wrap .employment-status__title{
  margin: 0 auto 5rem;
  width: 100%;
}
.message-modal__inner{
  max-width: 86rem;
  width: 90%;
  margin: 0 auto;
}
.message-modal__item{
  position: relative;
  background: #fff;
  padding: 3rem 6rem;
  width: calc((100% - 6rem) /2);
  box-sizing: border-box;
  transition: .3s;
  cursor: pointer;
}
@media (hover: hover) {
  .message-modal__item:hover{
    opacity: 0.7;
  }
}
.message-modal__icon-zoom{
  width: 5rem;
  position: absolute;
  right: inherit;
  z-index: 1;
  top: -1.5rem;
  right: -1rem;
}
.message-modal__note{
  margin-top: 2.5rem;
  font-size: 1.3rem;
  color: #888888;
  line-height: 2;
}
.message-modal__note a{
  color: #888888;
  text-decoration: underline;
  transform: .3s;
}
.message-modal__note a:hover{
  opacity: 0.7;
}

/* ===== home-intro-modal ===== */
.home-intro-modal {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background-color: var(--blue);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.home-intro-modal.--border-color-blue {
  border-color: var(--blue);
  padding: 10rem 14rem 10rem;
}
.home-intro-modal.--background-color-bluegreen {
  background: rgba(1, 125, 159, 0.9);
}
.home-intro-modal.-open {
  opacity: 1;
  visibility: visible;
}
/* .home-intro-modal.-fixed {
  display: block;
} */
.home-intro-modal__base {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 10rem; */
  width: 90%;
  max-width: 1000px;
}
.home-intro-modal__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 6rem 14rem;
  background-color: #fff;
  border-radius: 8px;
}
.home-intro-modal.--border-color-blue .home-intro-modal__inner {
  border-color: var(--blue);
  padding: 10rem 14rem 10rem;
}
.home-intro-modal__upper-parts {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.home-intro-modal__upper-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--blue);
}
.home-intro-modal__close-button {
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .home-intro-modal__close-button:hover{
    opacity: 0.7;
  }
}
.home-intro-modal__close-button img{
  width: 5rem;
  height: 5rem;
}
.home-intro-modal__logo {
  width: 18rem;
  margin: 0 auto 5rem;
}
.home-intro-modal__sec + .home-intro-modal__sec {
  padding-top: 5rem;
}
.home-intro-modal__sec figure{
  max-width: 50rem;
  margin: 0 auto;
}
.home-intro-modal__title {
  display: inline-block;
  padding: 0 4px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: var(--blue);
  background-image: linear-gradient(#cfdd3c 0%, #cfdd3c 100%);
}
.home-intro-modal__texts {
  padding-top: 2rem;
}
.home-intro-modal__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.15;
  color: var(--blue);
}
.home-intro-modal__text + .home-intro-modal__text {
  padding-top: 3rem;
}
.home-intro-modal__escape {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 1000px){
  .message-content{
    padding-bottom: 6rem;
  }
  .clinic-section-wrap{
    flex-direction: column;
  }
  .clinic-section__text{
    font-size: 1.6rem;
  }
  .clinic-section__content--width392{
    width: 100%;
  }
  .clinic-section + .clinic-section{
    margin-top: 5rem;
  }
  .sec-title + .clinic-section__paragraph-group{
    margin-top: 3rem;
  }
  .clinic-section + .message-modal{
    margin-top: 4rem;
  }
  .message-modal + .clinic-section{
    margin-top: 6rem;
  }
  .sec-title + .clinic-section-wrap {
      margin-top: 3.5rem;
  }
  .sec-title + .clinic-section-wrap{
    margin-top: 3rem;
  }
  /* プロフィール */
  .clinic-section__profile{
    margin-top: 1.5rem;
  }
  .clinic-section__profile-title{
    font-size: 1.4rem;
  }
  .clinic-section__doctor-biography{
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  /* モーダル */
  .message-modal{
    padding: 5rem 0;
  }
  .message-modal__inner{
    width: calc(100% - 8rem);
  }
  .message-modal__list{
    flex-direction: column;
  }
  .message-modal__item{
    width: 100%;
    padding: 2rem 3.5rem;
  }
  .message-modal__icon-zoom{
    top: -1rem;
    right: -1rem;
  }
  .home-intro-modal__inner{
    padding: 6rem 0 4rem;
  }
  .home-intro-modal__sec figure{
    max-width: 90%;
  }
  .home-intro-modal__close-button img{
    width: 3rem;
    height: 3rem;
  }
  .home-intro-modal__upper-parts{
    top: 1.4rem;
    right: 1.4rem;
  }
  .message-modal__wrap .employment-status__title{
    margin: 0 auto 3rem;
    width: calc(100% - 8rem);
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  インタビュー　記事  調査データ
 * --------------------------------------------------------------------------------------------------*/
/* KV */
.column-kv__wrap{
  position: relative;
}
.column-kv__figure{
  position: relative;
  overflow: hidden;
}
.column-kv__figure:before{
  position: absolute;
  display: block;
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* コンテンツタイトル */
.column-kv__contents{
/*  position: absolute;*/
  background: #fff;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 3rem;
  margin: 0 auto;
  color: #222;
}
.cross-talk h2,.cross-talk p,.cross-talk span{
  color: #222;
}
.cross-talk__catch{
  display: inline-block;
  padding: 0.5rem 2.5rem;
  font-size: 1.8rem;
  position: relative;
}
.cross-talk__catch::before,
.cross-talk__catch::after {
    position: absolute;
    width: 1.6rem;
    height: 1.8rem;
    content: '';
}
.cross-talk__catch::before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    top: 0;
    left: 0;
}
.cross-talk__catch::after {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    bottom: 0;
    right: 0;
}
.cross-talk__title{
  font-size: 4rem;
  line-height: 1.5;
}
.cross-talk__authors{
  display: flex;
  margin-top: 0rem;
}
.cross-talk span{
  font-size: 2rem;
}
/* インタビュープロフィール */
.interview-profile__header{
  position: relative;
  margin-bottom: 2rem;
}
.interview-profile__header:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 1em;
  background: #CCDADD;
  z-index: -1;
}
.interview-profile__title{
  font-size: 1.7rem;
  line-height: 1;
  display: inline-block;
  color: #017D9F;
  background: #fff;
  padding-right: 1.5rem;
}
.interview-profile{
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding-top: 11rem;
  border-bottom: 1px solid #CCDADD;
  padding-bottom: 4rem;
  margin-bottom: 10rem;
}
.interview-profile__list{
  display: flex;
  gap: 3rem 8rem;
}
.interview-profile__item{
  width: calc((100% - 8rem)/2);
}
.interview-profile__wrap{
  display: flex;
  gap: 2rem;
}
.interview-profile__photo{
  width: 10rem;
}
.interview-profile__affiliation{
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
.interview-profile__name-ja{
  font-size: 2.8rem;
}
.interview-profile__name-en{
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.5rem;
  letter-spacing: 0;
}
.interview-profile__year{
  font-size: 1.2rem;
  margin-top: 0.5rem;
  letter-spacing: 0;
  line-height: 1;
}
.interview-profile__description{
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
  letter-spacing: 0;
}
.interview-profile__description + .interview-profile__description{
  margin-top: 1rem;
}
.nterview-profile__link{
  font-size: 1.3rem;
  color: #888;
  text-decoration: underline;
  transition: .3s;
}
@media (hover: hover) {
  .nterview-profile__link:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width: 850px){
  .column-kv__contents{
    position: static;
    padding:3rem 0 0;
  }
  .cross-talk h2, .cross-talk p, .cross-talk span{
    color: #222;
  }
  .cross-talk__title{
    font-size: 2.8rem;
    line-height: 1.71;
    margin-top: 1rem;
  }
  .cross-talk__catch{
    color: #017D9F;
  }
  .cross-talk__catch::before {
    border-left: solid 1px #017D9F;
    border-top: solid 1px #017D9F;
    top: 0;
    left: 0;
  }
  .cross-talk__catch::after {
      border-right: solid 1px #017D9F;
      border-bottom: solid 1px #017D9F;
      bottom: 0;
      right: 0;
  }
  .cross-talk span{
    font-size: 1.6rem;
  }
  .interview-profile{
    padding-top: 5rem;
    margin-bottom: 6rem;
  }
  .interview-profile__header{
    margin-bottom: 3rem;
  }
  .interview-profile__name-ja{
    font-size: 2.2rem;
  }
  .interview-profile__name-en{
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .interview-profile__list{
    flex-direction: column;
    gap: 3rem;
  }
  .interview-profile__item{
    width: 100%;
  }
  .interview-profile__description{
    font-size: 1.4rem;
  }
}
/* 記事コンテンツ */
.interview-article{
  padding-bottom: 10rem;
}
.interview-article__content + .interview-article__content{
  margin-top: 8.5rem;
}
.interview-article__inner{
  max-width: 80rem;
  width: 90%;
  margin: 0 auto;
}
/* タイトル */
.interview-article__h2{
  font-size: 2.8rem;
  color: #017D9F;
  min-height: 7rem;
  display: flex;
  align-items: center;
  padding: 0 0 0 3.5rem;
  border-left: 1px solid #017D9F;
}
.interview-article__h3{
  font-size: 2.4rem;
  padding: 1.5rem 3rem;
  background: #EDF6F8;
  line-height: 1.66;
}
.interview-article__text{
  margin-top: 1.7rem;
  font-size: 1.7rem;
  line-height: 2;
}
.interview-article__text p{
  display: inline;
}
.interview-article__text p .line-break{
  display: block;
  height: 0px;
  content: "";
}
.interview-article__speaker{
  color: #017D9F;
  display: inline;
}
.interview-article__speaker .sp-break{
  display: none;
}
.interview-article__figure{
  text-align: center;
  font-size: 1.3rem;
  color: #888888;
}
.interview-article__figcaption{
  margin-top: 1.5rem;
}
/* マージン */
.interview-article__h2 + .interview-article__h3{
  margin-top: 6rem;
}
.interview-article__h3 + .interview-article__text{
  margin-top: 4rem;
}
.interview-article__text + .interview-article__text{
  margin-top: 4rem;
}
.interview-article__text + .interview-article__figure{
  margin-top: 4rem;
}

.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 700px;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 2px solid #d2e8f1;
  padding: 1em;
}
.table_design08 thead th {
  background-color: #4d9bc1;
  color: #fff;
  border: 2px solid #4d9bc1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
.table_design08 tbody th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: center;
}
/*6列目をオレンジ色で強調*/
.table-scroll {
  overflow-x: scroll;
}
.table_design12 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}

.table_design12 thead th {
  padding: 1em .8em;
  border-right: 2px solid#fff;
}
.table_design12 thead th:not(:first-child) {
/*  background: #4d9bc1;*/
  background: #e6f1f6;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 15px 15px 0 0;
  padding: 0.5em;
}
.table_design12 thead th span {
  font-size: .8rem;
}
.table_design12 thead th:nth-child(6) {
  background-color: #f88400;
  position: relative;
}
.table_design12 tbody {
  border: 2px solid #d2e8f1;
}
.table_design12 tbody tr {
  background-color: #e6f1f6;
}
.table_design12 tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table_design12 td {
  border-left: 2px solid #d2e8f1;
}
.table_design12 td {
/*  color: #4d9bc1;*/
  padding: 1em;
}
.table_design12 td:nth-child(6) {
  color: #f88400;
  border-right: 2px solid #f88400;
  border-left: 2px solid #f88400;
}
.table_design12 tr:last-child td:nth-child(6) {
  border-bottom: 2px solid #f88400;
}

@media screen and (max-width: 850px){
  .interview-article{
    padding-bottom: 6rem;
  }
  .interview-article__text{
    font-size: 1.6rem;
  }
  .interview-article__h2{
    font-size: 2.2rem;
    color: #017D9F;
    padding: 0 0 0 2rem;
    border-left: 1px solid #017D9F;
    min-height: 6rem;
  }
  .interview-article__h3{
    font-size: 1.8rem;
    padding: 1.5rem;
  }
  .interview-article__speaker .sp-break{
    display: block;
    content: "";
    padding-bottom: 0.3em;
  }
  .interview-article__text p .line-break {
    display: block;
    height: 10px; /* 改行の高さを指定 */
    content: "";
  }
  /* マージン */
  .interview-article__content + .interview-article__content{
    margin-top: 6rem;
  }
  .interview-article__h2 + .interview-article__h3{
    margin-top: 4rem;
  }
  .interview-article__h3 + .interview-article__text{
    margin-top: 3rem;
  }
  .interview-article__text + .interview-article__text{
    margin-top: 2rem;
  }
  .interview-article__text + .interview-article__figure{
    margin-top: 3rem;
  }
}
/* 関連記事 */
.interview-connection__title{
  font-size: 2.8rem;
  color: #017D9F;
  padding: 1.5rem 0 1.5rem 3.5rem;
  border-left: 1px solid #017D9F;
  width: 25rem;
}
.interview-connection__wrap{
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.interview-connection__inner{
  border-top: 1px solid #CCDADD;
  padding: 10rem 0 8rem;
  padding-right: 4rem;
  display: flex;
  gap:4rem 2rem;
}
.connection{
  display: flex;
  gap: 6rem;
}
.connection__item{
  width: calc((100% - 6rem)/2);
}
@media (hover: hover) {
  .connection__item:hover .connection__figure-after{
    opacity: 1;
  }
  .connection__item:hover .card__button:after{
    width: 100%;
  }
  .connection__item:hover .btn.btn--primary p{
    color: #fff;
  }
  .connection__item:hover .btn.btn--primary::after{
    width: 100%;
  }
  .connection__item:hover .btn.btn--primary{
    background-image: url(../images/icon/right-arrow_white.png);
  }
}
.connection__figure{
  position: relative;
  width: 100%;
}
.connection__figure
.connection__figure-after{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
}
.connection__content{
  margin-top: 4rem;
}
.connection__catch{
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding: 0.5rem 2.5rem;
  position: relative;
  color: #017D9F;
}
.connection__catch::before,
.connection__catch::after {
    position: absolute;
    width: 1.6rem;
    height: 1.8rem;
    content: '';
}
.connection__catch::before {
    border-left: solid 1px #017D9F;
    border-top: solid 1px #017D9F;
    top: 0;
    left: 0;
}
.connection__catch::after {
    border-right: solid 1px #017D9F;
    border-bottom: solid 1px #017D9F;
    bottom: 0;
    right: 0;
}
.connection__title{
  font-size: 2rem;
  line-height: 1.8;
}
.connection__author{
  font-size: 1.6rem;
  margin-top: 1rem;
  color: #222;
}
.connection__button{
  margin-top: 3rem;
}
.connection__btm-btn{
  max-width: 16rem;
  margin-top: 6rem;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1200px){
  .interview-connection__inner{
    flex-direction: column;
    padding: 5rem 0 7rem;
  }
}
@media screen and (max-width: 850px){
  .column-kv__figure:before{
    display: none;
  }
  .interview-connection__inner{
    margin-top: 0;
    border: none;
    padding: 0 0 7rem;
  }
  .interview-connection__title{
    font-size: 2.2rem;
    color: #017D9F;
    padding: 1.2rem 0 1.2rem 2rem;
    border-left: 1px solid #017D9F;
  }
  .connection{
    flex-direction: column;
  }
  .connection__item{
    width: 100%;
  }
  .connection__content{
    margin-top: 2.5rem;
  }
  .connection__btm-btn{
    display: none;
  }
  p.cross-talk__catch{
    font-weight: 500;
    color: #017D9F;
    font-size: 1.4rem;
    padding: 0rem 0.8rem 0rem 0.5rem;
  }
  .cross-talk__catch::before, .cross-talk__catch::after{
    width: 0.6rem;
    height: 0.8rem;
  }
  .cross-talk__catch::before {
      border-left: solid 1px #017D9F;
      border-top: solid 1px #017D9F;
  }
  .cross-talk__catch::after {
      border-right: solid 1px #017D9F;
      border-bottom: solid 1px #017D9F;
  }
  .connection__catch{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .connection__catch::before,
  .connection__catch::after {
      position: absolute;
      width: 0.6rem;
      height: 0.8rem;
      content: '';
  }
  .connection__catch::before {
      border-left: solid 1px #017D9F;
      border-top: solid 1px #017D9F;
      top: 0;
      left: 0;
  }
  .connection__catch::after {
      border-right: solid 1px #017D9F;
      border-bottom: solid 1px #017D9F;
      bottom: 0;
      right: 0;
  }
  .connection__title{
    font-size: 1.8rem;
  }
  .connection__author{
    font-size: 1.4rem;
  }
  .connection__button{
    margin-top: 2rem;
  }

  .connection__item .connection__figure-after{
    opacity: 1;
  }
}
@media screen and (max-width: 480px){
  .connection__content .card__button{
    max-width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
 *  フォームページ
 * --------------------------------------------------------------------------------------------------*/
/* 概要 */
.clinic-visit{
  padding: 0 0 8rem;
  display: flex;
  justify-content: left;
  gap: 3rem 14.2%;
}
.clinic-visit__overview{
  max-width: 42%;
  min-width: 36rem;
}
.clinic-visit__heading{
  font-size: 2.6rem;
  line-height: 2;
}
.clinic-visit__text{
  font-size: 1.5rem;
  line-height: 2;
}
.clinic-visit__heading + .clinic-visit__text{
  margin-top: 0.5em;
}

.clinic-visit__item{
  font-size: 1.5rem;
  line-height: 2;
}
.clinic-visit__text + .clinic-visit__text,
.clinic-visit__list + .clinic-visit__text,
.clinic-visit__text + .clinic-visit-note{
  margin-top: 2rem;
}
.clinic-visit-note__item{
  font-size: 1.3rem;
  line-height: 2;
  color: #888888;
  letter-spacing: 0;
}
@media screen and (max-width: 850px){
  .clinic-visit{
    flex-direction: column;
    padding-bottom: 4.8rem;
  }
  .clinic-visit__overview{
    min-width: 100%;
    max-width: 100%;
  }
  .clinic-visit__heading{
    font-size: 2.2rem;
  }
  .clinic-visit__text{
    font-size: 1.4rem;
  }
  .clinic-visit__item{
    font-size: 1.4rem;
  }
}
/* 注意事項 */
.clinic-visit__caution{
  background: #F3F3F3;
  border-radius: 10px;
  padding: 5rem 6.25%;
  margin-bottom: 10rem;
}
.clinic-visit__caution-heading{
  font-size: 2.2rem;
}
.clinic-visit__caution-text{
  font-size: 1.5rem;
  line-height: 2;
}
.clinic-visit__caution-heading + .clinic-visit__caution-discblock{
  margin-top: 1.5rem;
}
.clinic-visit__caution-discblock + .clinic-visit__caution-heading{
  margin-top: 3rem;
}

.entry-form{
  padding-bottom: 10rem;
}
/* フォーム左　ステップ */
.form-step {
  width: 200px;
}
.form-step__list {
  margin: 0;
  padding: 0;
  position: relative;
}
.step__item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.step__circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #DDDDDD;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.step__label {
  font-size: 1.7rem;
  color: #DDDDDD;
  letter-spacing: 0;
}
.step__item--active .step__circle{
  background-color: #017D9F; 
}
.step__item--active .step__label{
  color: #222;
}
.step__item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 1px;
  height: 200%;
  background-color: #ccc;
  z-index: -1;
}
.step__item:last-child::before {
  height: 0;
}
/* フォーム　コンテンツ*/
.form-wrap{
  width: calc(80% - 5rem);
}
.form__group-right input,
.form__group-right textarea,
.form__group-right select{
  border: none;
  font-size: 1.5rem;
  padding: 1.2rem 1.5rem 1rem;
  background-color: #EDF6F8;
  border-radius: 3px;
  width: 100%;
}
.form__group-right [type='file'] {
  color: #888888;
  cursor: pointer;
  padding: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
  font-size: 1.5rem;
}
::file-selector-button,
::-webkit-file-upload-button {
  background-color: #69B3BE;
  padding: 1rem 1.4rem!important;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: 1.8rem!important;
  font-family: "Noto Serif JP", serif;
  border-radius: 0;
  font-size: 1.5rem;
}
.form__input--select{
  background: #EDF6F8;
  background-image: url(../images/icon/slect_icon.png);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 15px;
}
.form__group{
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 2.5rem 0;
  gap: 1.3rem 2.2rem;
}
.form__group:nth-child(1){
  border-top: 1px solid #eee;
}
.form__group-left{
  padding-top: 0.5em;
  min-width: 28rem;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.confirm-section .form__group-left{
  min-width: 20rem;
}

.-required:after{
  display: block;
  content: "必須";
  background: #017D9F;
  color: #fff;
  width: 4rem;
  font-size: 1.2rem;
  text-align: center;
}
.form__group-right{
  width: 100%;
}
.form__label{
  font-size: 1.5rem;
}
.form__group-item{
  font-size: 1.5rem;
  line-height: 2;
  padding: 0.5em 0 0;
}
/* 年齢 */
.form__age-wrapper{
  display: flex;
  align-items: center;
}
.form__unit{
  font-size: 1.5rem;
  display: block;
  padding: 0 0.5rem 0 1.5rem;
}
/* 住所 */
.addr-input{
  display: flex;
  align-items: center;
  width: 100%;
}
.addr-inpu__label{
  min-width: 8rem;
  font-size: 1.5rem;
}
.addr-input__item{
  width: 100%;
}
.addr-input + .addr-input{
  margin-top: 2rem;
}
/* 質問など */
.form__textarea{
  resize: vertical; 
  min-height: 16rem;
}
/* フォーム　下部 */
.entry-btn-block{
  margin-top: 4.5rem;
}
.form__note{
  display: block;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.83;
  color: #888888;
}
.entry-btm-note{
  margin-bottom: 4.5rem;
}
.entry-btm-note__item{
  font-size: 1.5rem;
  line-height: 2;
}
.entry-btm-note__link{
  color: #017D9F;
  text-decoration: underline;
  transition: .3s;
}
@media (hover: hover) {
  .entry-btm-note__link:hover{
    opacity: 0.7;
  }
}
.form__group--submit{
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.confirm-btn{
  max-width: 32rem;
}
/* 完了ページ */
.complete-block-text{
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1100px){
  .form__group-left{
    min-width: 20rem; 
  }
}
@media screen and (max-width: 850px){
  .form__group-right input, .form__group-right textarea, .form__group-right select {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
  .form-content{
    flex-direction: column;
  }
  .form-wrap{
    width: 100%;
  }
  /* フォーム左　ステップ */
  .form-step{
    width: 100%;
    margin-bottom: 4rem;
    overflow: hidden;
  }
  .form-step__list{
    display: flex;
    justify-content: center;
    gap: 0 10.5%;
  }
  .step__item{
    padding-left: 0;
    padding-top: 2.7rem;
    margin-bottom: 0;
  }
  .step__label{
    display: block;
    font-size: 1.5rem;
  }
  .step__circle{
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transform: translateY(0);
  }
  .step__item::before {
      content: "";
      position: absolute;
      left: 2.5em;
      top: 7px;
      width: 22rem;
      height: 1px;
      background-color: #ccc;
      z-index: -1;
  }
  .step__item:last-child::before {
    width: 18rem;
    height: 1px;
    left: 3rem;
    background: #fff;
  }
  /* 注意事項 */
  .clinic-visit__caution{
    margin-bottom: 6rem;
    padding: 3rem 3rem 2.5rem;
  }
  .clinic-visit__caution-heading{
    font-size: 1.8rem;
  }
  .clinic-visit__caution-text{
    font-size: 1.4rem;
  }
  /* フォーム　コンテンツ*/
  .form__group{
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem 0 3rem;
  }
  .form__group-item{
    font-size: 1.4rem;
    padding-top: 0;
  }
  .form__group-left{
    justify-content: left;
    gap: 0 1rem;
    padding-top: 0;
  }
  .form__label{
    font-size: 1.4rem;
  }
  .entry-form{
    padding-bottom: 6rem;
  }
  .entry-btn-block{
    margin-top: 3rem;
  }
  /* 住所 */
  .addr-inpu__label{
    font-size: 1.4rem;
  }
  .entry-btm-note{
    margin-bottom: 3rem;
  }
  .form__group--submit{
    flex-direction: column;
  }
  .card__button.--entry{
    max-width: 100%;
  }
  
  /* 完了ページ */
  .complete-block-text{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 850px){
}
/* ----------------------------------------------------------------------------------------------------
 *  技術
 * --------------------------------------------------------------------------------------------------*/
.inner{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
.section + .section{
  margin-top: 10rem;
}
.technical-intro__wrap{
  display: flex;
  gap: 3rem 10rem;
}
.technical-intro__contents{
  flex: 1;
}
.technical-intro__item + .technical-intro__item{
  margin-top: 7rem;
}
.technical-intro__subtitle{
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.technical-intro__text{
  font-size: 1.5rem;
  line-height: 2;
}
.technical-intro__figure{
  width: 44rem;
}
@media screen and (max-width: 1000px){
  .technical-intro__wrap{
    flex-direction: column;
    gap: 2rem;
  }
  .technical-intro__figure{
    margin: 0 auto;
    max-width: 100%;
  }
  .technical-intro__subtitle{
    margin-bottom: 2rem;
  }
  .technical-intro__item + .technical-intro__item{
    margin-top: 3rem;
  }
}
@media screen and (max-width: 850px){
  .technical-intro__subtitle{
    font-size: 1.8rem;
  }
}
/* 説明ブロック */
.sec-title + .subcard{
  margin-top: 5rem;
}
.subcard{
  display: flex;
  flex-wrap: wrap;
  gap: 0 6rem;
}
.subcard__item{
  width: calc((100% - 6rem)/2);
  padding: 4rem 0 3rem;
  border-bottom: 1px solid #EEEEEE;
}
.subcard__item:nth-child(1),
.subcard__item:nth-child(2){
  border-top: 1px solid #EEEEEE;
}
.subcard__wrap{
  display: flex;
  align-items: center;
  gap: 3rem;
}
.subcard__image{
  width: 21rem;
}
.subcard__title{
  font-size: 2.4rem;
  flex: 1;
}
.subcard__content{
  margin-top: 3rem;
}
.subcard__content + .js-aco-btn{
  margin-top: 1.5rem;
}
.subcard__text{
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1000px){
  .subcard__wrap{
    gap: 5%;
  }
  .subcard__item{
    width: 100%;
  }
  .subcard__content{
    margin-top: 1.5rem;
  }
  .subcard__item:nth-child(2){
    border-top: none;
  }
}
@media screen and (max-width: 850px){
  .subcard__image{
    min-width: 15rem;
    width: 41.6%;
  }
  .subcard__title{
    font-size: 1.8rem;
  }
  .subcard__item{
    padding: 2rem 0 1.5rem;
  }
}
/* スリック */
.slide-arrow:hover{
  opacity: .7;
}
.prev-arrow{
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4rem;
  z-index: 1;
}
.next-arrow{
  width: 4rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4rem;
}
.live-surgery__item .prev-arrow{
  width: 3rem;
  margin-top: -3rem;
  z-index: 1;
}
.live-surgery__item .next-arrow{
  width: 3rem;
  margin-top: -3rem;
}
.slick-dots{
  bottom: -2rem;
}
.slick-dots li{
  margin: 0 0.5rem;
  width: 0.6rem;
  height: 0.6rem;
}
.slick-dots li button:before{
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.1;
  background: #017D9F;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
}
.slick-dots li button{
  width: auto;
  height: auto;
}
/* タブ切り替え */
.c-tab__buttons{
  border-bottom: solid 1px #CCDADD;
  margin-bottom: 8rem;
}
.c-tab__button{
  width: 32rem;
  padding: 2rem 3rem;
  border-radius: 4px 4px 0 0;
  text-align: left;
  font-size: 1.7rem;
  color: #017D9F;
  background: url(../images/icon/right-arrow_default.png)no-repeat right 1.8rem center;
  background-size: 1.6rem;
  transition: .3s;
  cursor: pointer;
}
@media (hover: hover) {
  .c-tab__button:hover{
    opacity: 0.7;
  }
}
.c-tab__button.active{
  box-sizing: border-box;
  border:solid 1px #CCDADD;
  border-bottom: solid 1px #fff;
  margin-bottom: -1px;
}
.c-tab__item + .c-tab__item{
  margin-top: 4rem;
}
.c-tab__title{
  font-size: 2.1rem;
  background: #CEE7EC;
  padding: 2rem 7rem;
}
.c-tab__text{
  font-size: 1.5rem;
  line-height: 2;
  background: #EDF6F8;
  padding: 3rem 7rem;
}
.c-tab__content{
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.c-tab__content.active{
  display: block;
}
.subsection-skill{
  max-width: 98rem;
}
.skill__inner{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
.skill__inner .sec-title{
  margin-bottom: 5rem;
}
.subsection + .subsection{
  margin-top: 8rem;
}
.subsection + .subcard{
  margin-top: 5rem;
}
.subsection-head{
  margin-bottom: 4rem;
}
.subsection-head__title{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.subsection-head__text{
  font-size: 1.6rem;
  line-height: 2;
}
.slider-caption-container{
  text-align: center;
  font-size: 1.3rem;
  color: #888888;
}
.slider-contents{
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2.5rem;
}
.live-surgery{
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2rem;
  margin-bottom: 8rem;
}
.live-surgery + .js-aco-btn{
  margin-top: 6rem;
}
.live-surgery__item{
  width: calc((100% - 4rem)/3);
}
.live-surgery__deta,
.live-surgery__doctor{
  font-size: 1.3rem;
  line-height: 1.8;
}
.live-surgery__doctor{
  min-height: 1.9em;
}
.live-surgery__title{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.academic{
  padding-bottom: 10rem;
}
@media screen and (max-width: 1000px){
  .section + .section{
    margin-top: 6rem;
  }
  .c-tab.section{
    margin-top: 3.5rem;
  }
  .c-tab__buttons{
    margin-bottom: 4rem;
  }
  .c-tab__title{
    padding: 1.5rem 2rem;
  }
  .c-tab__text{
    padding: 2.5rem 2rem 3rem;
  }
  .c-tab__item + .c-tab__item{
    margin-top: 3rem;
  }
  .sec-title + .subcard{
    margin-top: 4rem;
  }
  .skill__inner .sec-title{
    margin-bottom: 3rem;
  }
  .subsection + .subsection{
    margin-top: 6rem;
  }
}
@media screen and (max-width: 850px){
  .academic{
    padding-bottom: 6rem;
  }
  .subsection-head{
    margin-bottom: 3rem;
  }
  .subsection-head__title{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .c-tab__title{
    font-size: 1.7rem;
  }
  .c-tab__button{
    font-size: 1.5rem;
    padding: 1.5rem 1.8rem;
    width: calc(50% - 2px);
  }
  .prev-arrow,
  .next-arrow{
    width: 3rem;
    margin-top: -3rem;
  }
}
/* 実績ブロック */
.achieveBlock + .achieveBlock{
  margin-top: 3rem;
}
.inner + .achieveBlock{
  margin-top: 10rem;
}
.achieveBlock__inner{
  background: #F3F3F3;
  border-radius: 1rem;
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 7rem 6rem;
  box-sizing: border-box;
}
.achieveBlock__inner-titlewrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: .3s;
}
.-open.achieveBlock__inner-titlewrap:hover{
  opacity: 0.7;
}
.achieveBlock__inner-icon{
  display: inline-block;
  vertical-align: middle;
  color: #555555;
  line-height: 1;
  width: 1.6rem;
  height: 0.1rem;
  background: currentColor;
  position: relative;
  display: none;
}
.-open .achieveBlock__inner-icon{
  display: block;
}
.achieveBlock__inner-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.-open .achieveBlock__inner-icon::before{
  display: none;
}
.achieveBlock__inner-title{
  font-size: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
}
.achieveBlock__inner-text{
  font-size: 1.3rem;
}
.achieveBlock__list{
  display: flex;
  flex-wrap: wrap;
  gap: 0 6rem;
}
.achieveBlock_footer{
  display: none;
}
.achieveBlock_footer_text{
  margin-top: 1.5rem;
}
.mt-large .achieveBlock_footer_text{
  margin-top: 3rem;
}
.achieveBlock_footer_text{
  font-size: 1.3rem;
  color: #888888;
  line-height: 1.5;
}
.achieveBlock__item{
  padding: 1rem 0;
  width: calc((100% - 6rem) / 2);
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  gap: 2rem;
}
.achieveBlock__item:nth-child(1),
.achieveBlock__item:nth-child(2){
  border-top: 1px solid #DDDDDD;
}
.achieveBlock__contents{
  padding-top: 0.5rem;
  flex: 1;
}
.achieveBlock__date{
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.achieveBlock__title{
  font-size: 1.4rem;
  line-height: 1.55;
}
.achieveBlock__title.font-large{
  font-size: 1.7rem;
}
.achieveBlock__text{
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 0.5rem;
  font-weight: 100;
}
.achieveBlock__figure{
  min-width: 8rem;
  width: 8rem;
}
.achieveBlock__figure img{
  width: 100%;
}
.achieveBlock .js-aco-btn{
  margin-top: 3rem;
}
@media screen and (max-width: 850px){
  .inner + .achieveBlock{
    margin-top: 6rem;
  }
  .achieveBlock + .achieveBlock{
    margin-top: 2rem;
  }
  .achieveBlock__inner-title{
    font-size: 1.9rem;
  }
  .achieveBlock__inner-titlewrap{
    margin-bottom: 3rem;
  }
  .achieveBlock__contents{
    display: contents;
    flex-wrap: wrap;
  }
  .achieveBlock__figure{
    order: 2;
  }
  .achieveBlock__disc{
    order: 3;
    flex: 1;
  }
}
/* テーブル */
.program-aco{
  margin-top: 4rem;
  padding: 0 2rem;
  border: solid 1px #017D9F;
}
.program-aco__btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s;
  cursor: pointer;
}
@media (hover: hover) {
  .program-aco__btn:hover{
    opacity: 0.7;
  }
}
.program-aco__btn-title{
  font-size: 1.7rem;
  color: #017D9F;
  padding: 2rem 0;
}
.program-aco__icon{
  display: inline-block;
  vertical-align: middle;
  color: #017D9F;
  line-height: 1;
  width: 1.6rem;
  height: 0.1rem;
  background: currentColor;
  position: relative;
}
.program-aco__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.-open.program-aco__icon::before{
  display: none;
}
.program-table{
  margin-bottom: 2rem;
}
.program-table__title{
  color: #017D9F;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
.program-table__subtitle{
  color: #017D9F;
  font-size: 1.4rem;
}
.program-table__contents{
  margin-bottom: 1.5rem;
}
.program-contents-wrap{
  display: none;
}
.program-contents__item{
  width: calc((100% - 4rem) / 2);
}
.program-contents{
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  padding-bottom: 2rem;
}
.program-contents__title{
  font-size: 1.7rem;
  padding: 1rem 2rem;
  background: #EDF6F8;
  color: #017D9F;
  margin-bottom: 3rem;
}
.program-table__th{
  width: 9rem;
}
.program-table__th,
.program-table__td{
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 0;
  vertical-align: top;
  color: #017D9F;
  text-align: left;
}
/* js-aco-btn */
.js-aco-btn{
  color: #017D9F;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
  transition: .3s;
}
@media (hover: hover) {
  .js-aco-btn:hover{
    opacity: 0.7;
  }
}
.js-aco-btn__icon{
  position: relative;
  border: solid 1px #017D9F;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  transition: .3s;
}
.js-aco-btn__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  transform: translate( 0, -50%);
  transform-origin: center;
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #017D9F;
}
.js-aco-btn.-open .js-aco-btn__icon::after{
  display: none;
}
.js-aco-btn__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate( 0, -50%) rotate(90deg);
  transform-origin: center;
  display: block;
  width: 1rem;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #017D9F;
  opacity: 1;
}
.js-aco-btn__text{
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px){
  .program-contents__item{
    width: 100%;
  }
  .achieveBlock__item{
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .achieveBlock__item:nth-child(2){
    border-top: none;
  }
  .achieveBlock__inner{
    padding: 3rem 2.5rem;
  }
  .program-aco__btn-title{
    font-size: 1.6rem;
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 850px){
  .achieveBlock__header{
    width: calc(100%);
    margin-top: 1rem;
  }
  .js-aco-btn__icon{
    width: 3rem;
    height: 3rem;
  }
  .js-aco-btn__text{
    font-size: 1.6rem;
  }
  .live-surgery{
    gap: 3rem 0;
    margin-bottom: 0;
  }
  .live-surgery__item{
    width: 100%;
    flex-wrap: wrap;
  }
}

.errorTexts{
  color: red;
  font-size: 1.5rem;
}
.error_messe{
  color: red;
  font-size: 1.5rem;
}




input[name='refine-btn'] {
  position: relative;
  display: none;
}
input[name='refine-btn']:checked + label {
  color: #fff;
  background-color: #db6c34;
}
#refine-1:checked ~ .refine-teims:not(.html),
#refine-2:checked ~ .refine-teims:not(.css),
#refine-3:checked ~ .refine-teims:not(.js),
#refine-4:checked ~ .refine-teims:not(.php) {
  display: none;
}