@charset "UTF-8";
/*--------------------------------
common
--------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.general-section .inner{
	margin: 0 auto;
	padding: 80px 0;
	width: calc(100% - 32px);
	max-width: 1000px;
}
@media screen and (max-width: 767px){
	.general-section .inner{
		padding: 32px 0;
	}
}
/*--------------------------------
specialist css
--------------------------------*/
.specialist {
  font-family: YuMincho,Yu Mincho,serif;
}
.specialist{
  line-height: 1;
}
.advisor{
  background: url(../imgs/leaf-bg01.jpg) no-repeat top right,url(../imgs/leaf-bg02.jpg) no-repeat bottom left;
  background-size: 20%,30%;
}
.advisor-note{
  font-size: 29px;
  line-height: 2;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: -.5px;
}
.advisor-list{
  margin: 54px 0 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 33px;
  font-family: sans-serif;
}
.advisor-item{
  display: flex;
  justify-items: center;
  align-items: center;
  background: linear-gradient(180deg,#AE995A,#9A8340);
  padding: 20px 20px 10px;
  min-height: 280px;
}
.advisor-item.coming{
  position: relative;
  pointer-events: none;
}
.advisor-item.coming::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffc8;
  z-index: 2;
}
.coming-text{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-weight: bold;
  text-align: center;
}
.coming-note{
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.5;
}
.coming-link{
  pointer-events: auto;
  transform: translate(0,40px);
  background: #2C1875;
  color: #fff;
  width: 80%;
  height: 20px;
  padding: 10px 0;
  font-size: 20px;
}
.coming-link:hover{
  color: #fff;
  opacity: .7;
}
.advisor-link{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  gap: 30px;
  font-weight: bold;
}
.advisor-link:hover{
  color: #fff;
}
.advisor-list-note{
  display: block;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  width: 100%;
  font-weight: 100;
}
.advisor-link-arrow{
  width: 30px;
}
.advisor-card{
  background: #746A4A42;
  display: grid;
  grid-template-columns: 250px auto;
  grid-template-rows: auto 1fr;
  padding: 30px;
  gap: 30px 50px;
}
.advisor-img{
  grid-row: 1/3;
}
.advisor-card .text-wrapper{
  text-align: left;
}
.advisor-copy{
  font-size: 30px;
  border-bottom: 1px solid #746A4A;
  padding-bottom: 15px;
  margin: 30px 0;
}
.advisor-copy-en{
  font-size: 40px;
  color: #746A4A;
  margin-right: 50px;
}
.advisor-name{
  font-size: 40px;
}
.advisor-card-note{
  font-size: 24px;
  line-height: 1.5;
}
.specialist-box{
  background: linear-gradient(180deg,#323D5D,#1F2841);
  color: #fff;
  font-size: 65px;
  padding: 30px 16px 50px;
  letter-spacing: .15em;
  line-height: 1.2;
}
.specialist-sub-heading{
  color: #D8C691;
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 100;
  letter-spacing: .1em;
}
.specialist-heading-item{
  display: block;
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
.specialist-video{
  background: #323D5D12;
}
.specialist-video-inner{
  display: grid;
  gap: 45px;
}
.specialist-video-note{
  font-size: 26px;
  line-height: 1.5;
}
.video-arrow{
  max-width: 403px;
  width: 100%;
  margin: 0 auto;
}
.question-heaidng-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323D5D;
  color: #fff;
  font-size: 44px;
  font-family: sans-serif;
  padding: 12px;
  gap: 33px;
  margin-bottom: 80px;
}
.question-heaidng-img{
  width: 40px;
}
.question-heaidng-wrapper::before{
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 25px 0 25px;
  border-color: #323D5D transparent transparent transparent;
  z-index: -1;
}
.question-list{
  font-family: sans-serif;
  display: grid;
  gap: 24px;
}
.question-note{
  display: grid;
  grid-template-columns: 130px auto 68px 150px;
  background: #EDEDED;
  align-items: center;
  font-size: 26px ;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
.question-item:nth-child(even) .question-note-number{
  background: #8B7D53;
}
.question-note-number{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #323D5D;
  font-size: 40px;
  color: #fff;
  width: 100px;
  height: 100px;
  font-weight: normal;
  box-sizing: border-box;
}
.question-answer-btn{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #323D5D;
  border-radius: 50%;
}
.question-item:nth-child(even) .question-answer-btn{
  background: #8B7D53;
}
.question-answer-btn::before,
.question-answer-btn::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
}
.question-answer-btn::before{
  width: 25px;
  height: 5px;
}
.question-answer-btn::after{
  width: 5px;
  height: 25px;
  transition: .2s ease;
}
.question-item.is-active .question-answer-btn::after{
  transform: translate(-50%,-50%) rotate(90deg);
}
.question-answer{
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto 1fr;
  margin-top: 27px;
  border: 2px solid #919191;
  padding: 30px;
  text-align: left;
  gap: 32px 75px;
  display: none;
}
.is-active .question-answer{
  display: grid;
}
.question-answer-img{
  grid-row: 1/3;
}
.question-answer-heading{
  font-size: 40px;
  font-weight: bold;
}
.question-answer-heading span{
  font-size: 100px;
  color: #323D5D;
  vertical-align: sub;
}
.question-answer-heading .question-answer-circle{
  color: #C1272D;
}
.question-answer-note{
  font-size: 23px;
  line-height: 2;
  font-weight: normal;
}
.question-answer-mark{
  background: linear-gradient(transparent 50%, #E4E5ED 0%);
  display: inline;
  padding: 0 1px 5px;
}
.specialist-point{
  font-family: sans-serif;
}
.specialist-point-list{
  display: grid;
  gap: 160px;
}
.specialist-point-heading{
  font-size: 50px;
  background: #8B7D53;
  color: #fff;
  line-height: 1.5;
  width: min(calc(100% - 32px),1185px);
  margin: 80px auto 0;
  /* margin-bottom: 60px; */
}
.specialist-point-item{
  position: relative;
}
.specialist-point-item:nth-child(even)::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  height: calc(100% + 160px);
  background: #8B7D5312;
  z-index: -1;
}
.specialist-point-lead{
  font-size: 42px;
  color: #8B7D53;
  font-weight: bold;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 60px;
}
.specialist-point-lead-en{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  background: #8B7D53;
}
.specialist-point-note{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 60px;
}
.specialist-point-mark{
  background: linear-gradient(transparent 50%, #F5ECCF 0%);
  display: inline;
  padding: 0 1px 5px;
}
.specialist-point-item:nth-child(even) .specialist-point-mark{
  background: linear-gradient(transparent 50%, #fff 0%);
  display: inline;
  padding: 0 1px 5px;
}
.specialist-point-large{
  font-size: 150%;
  font-weight: bold;
}
.specialist-point-img{
  display: grid;
  gap: 30px;
}
.specialist-sub-note{
  font-size: 32px;
  color: #746A4A;
  line-height: 1.5;
  font-weight: bold;
}

.specialist-residence{
  position: relative;
  background: #323D5D;
}

.specialist-residence-heading{
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}
.specialist-residence-list{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 72px;
}
.specialist-residence-item{
  color: #fff;
}
.specialist-residence-copy{
  margin-top: 37px;
  font-size: 21px;
  line-height: 1.5;
}
.specialist-residence-name{
  color: #D8C691;
  padding-bottom: 13px;
  margin: 26px 0 13px;
  border-bottom: 1px solid #fff;
  font-size: 32px;
}
.specialist-residence-point{
  font-family: sans-serif;
  font-size: 21px;
  line-height: 1.5;
}
.specialist-residence-note{
  position: relative;
  padding-left: 24px;
}
.specialist-residence-note::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #D8C691;
}
.specialist-residence-link{
  margin-top: 33px;
  display: block;
  background: linear-gradient(90deg,#AE995A,#9A8340);
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 12px;
}
.specialist-residence-link:hover{
  color: #fff;
  opacity: .7;
}
.specialist-residence-arrow{
  display: inline-block;
  margin-top: -5px;
  transform: translateY(-5px);
  margin-right: 20px;
}
.img-wrapper{
  position: relative;
}
.img-wrapper .caption{
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  padding: 4px 0;
}
.caption{
  font-size: 12px;
  line-height: 1.2;
}
/* .specialist-page-link{
  position: relative;
  top: -108px;
} */
.specialist-caption{
  width: min(calc(100% - 32px),1000px);
  margin: 33px auto 0;
}
.specialist-caption .caption{
  color: #000;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px){
  .advisor{
    padding: 40px 0 0;
    background: url(../imgs/leaf-bg01-sp.jpg) no-repeat top right,url(../imgs/leaf-bg02-sp.jpg) no-repeat bottom left;
    background-size: 50%,90%;
  }
  .advisor-note{
    font-size: 16px;
  }
  .advisor-list{
    margin: 35px 0 20px;
    display: flex;
    flex-direction: column;
  }
  .advisor-list-note{
    font-size: 16px;
  }
  .advisor-link{
    font-size: 18px;
    gap: 14px;
    align-items: flex-start;
  }
  .advisor-item{
    padding: 15px 60px 15px 20px;
    min-height: 100px;
    text-align: left;
  }
  .advisor-item.coming::before{
    font-size: 20px;
  }
  .advisor-link-arrow{
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0,-50%) rotate(-90deg);
  }
  .advisor-card{
    grid-template-columns: 147px auto;
    gap: 20px;
    padding: 16px;
  }
  .advisor-img {
    grid-row: 1/2;
  }
  .advisor-card .text-wrapper:last-child{
    grid-column: 1/3;
  }
  .advisor-copy{
    font-size: 18px;
    margin: 10px 0 17px;
    line-height: 1.2;
  }
  .advisor-copy-en{
    font-size: 26px;
    margin: 0 0 10px 0;
    display: block;
  }
  .advisor-name{
    font-size: 26px;
  }
  .advisor-card-note{
    font-size: 12px;
  }
  .specialist-sub-heading{
    font-size: 18px;
  }
  .specialist-box{
    font-size: 24px;
    padding: 22px 16px;
    letter-spacing: 0;
  }
  .specialist-heading-item{
    margin-bottom: 14px;
  }
  .specialist-video-note{
    font-size: 16px;
  }
  .specialist-video-inner{
    gap: 20px;
  }
  .video-arrow{
    max-width: 240px;
  }
  .question-heaidng-wrapper{
    font-size: 22px;
    margin-bottom: 40px;
    gap: 13px;
  }
  .question-heaidng-img{
    width: 24px;
  }
  .question-heaidng-wrapper::before{
    bottom: -27px;
  }
  .question-note{
    grid-template-columns: 40px 26px auto;
    grid-template-rows: auto 38px;
    font-size: 16px;
  }
  .question-note-number{
    width: 32px;
    height: 100%;
    font-size: 16px;
    grid-row: 1/3;
  }
  .question-main-note{
    margin-top: 16px;
    grid-column: 2/4;
  }
  .question-sub-note{
    grid-column: 3/4;
  }
  .question-answer{
    grid-template-columns: 40px 1fr;
    gap: 18px;
    padding: 16px;
  }
  .question-answer-img{
    grid-row: 1/2;
  }
  .question-answer-note{
    grid-column: 1/3;
    font-size: 14px;
  }
  .question-answer-heading{
    font-size: 24px;
  }
  .question-answer-heading span{
    font-size: 55px;
  }
  .question-answer-btn{
    width: 20px;
    height: 20px;
  }
  .question-answer-btn::before{
    width: 10px;
    height: 3px;
  }
  .question-answer-btn::after{
    width: 3px;
    height: 10px;
  }
  .specialist-point-heading{
    margin-top: 25px;
    font-size: 20px;
    padding: 4px 0;
  }
  .specialist-point-lead{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .specialist-point-lead-en{
    font-size: 14px;
    width: 100px;
    height: 40px
  }
  .specialist-point-note{
    font-size: 16px;
    margin-bottom: 19px;
  }
  .specialist-point-large{
    font-size: 18px;
  }
  .specialist-sub-note{
    font-size: 18px;
  }
  .specialist-point-list{
    gap: 80px;
  }
  .specialist-point-item:nth-child(even)::before{
    height: calc(100% + 80px);
  }
  .specialist-residence-heading{
    font-size: 20px;
  }
  .specialist-residence-list{
    margin-top: 30px;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .specialist-residence-copy{
    margin-top: 28px;
    font-size: 14px;
  }
  .specialist-residence-name{
    font-size: 22px;
  }
  .specialist-residence-point{
    font-size: 14px;
  }
  .specialist-residence-note::before{
    top: 5px;
    width: 12px;
    height: 12px;
  }
  .specialist-residence-note{
    padding-left: 18px;
  }
  .specialist-residence-link{
    font-size: 20px;
  }
  .specialist-residence-arrow {
    margin-top: -5px;
    transform: translateY(-3px);
  }
  .specialist-residence{
    padding-bottom: 20px;
  }
  /* .specialist-page-link{
    top: -69px;
  } */
  #group .copyright{
    padding: 0;
  }
  .coming-note{
    padding-top: 0;
    font-size: 18px;
  }
  .coming-link{
    transform: translate(0,0);
    height: 14px;
    margin-top: 10px;
    font-size: 14px;
  }
}
#gHeader,
.nav,
#ftrCV,
#spMenu{
  display: none;
}
#container{
  padding-top: 0;
}
/* float-banner */
.float-banner {
	position: fixed;
  right: 13px;
	bottom: 40px;
	opacity: 0;
	z-index: 4;
	transition: opacity .4s ease;
  pointer-events: none;
}
.life-float-banner {
    position: fixed;
    right: 0;
    bottom: 6.5em;
    opacity: 0;
    z-index: 4;
    transition: opacity .4s ease;
    pointer-events: none;
}
.float-banner.none{
    display: none;
}
@media screen and (max-width: 767px){
	.float-banner {
		right: 4px;
		bottom: 0;
	}
    .life-float-banner {
        right: 0;
		bottom: 0;
    }
}
.is-visible {
	opacity: 1;
	display: block;
}
.is-visible.float-banner {
  pointer-events: auto;
}
.is-visible.life-float-banner {
  pointer-events: auto;
}
.float-banner .banner-space {
	margin: 0;
	padding: 0;
	max-width: 300px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 767px){
	.float-banner .banner-space {
    margin: 0 0 10px auto;
		max-width: 100%;
    width: 54%;
    /* right: 4px; */
	}
	.life-float-banner .banner-space {
    margin: 0 0 10px auto;
		max-width: 100%;
    width: 54%;
    right: 4px;
	}
}
.float-close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: -35px;
	z-index: 6;
	cursor: pointer;
  border-radius: 15px;
}
.float-close:hover{
  opacity: .7;
}
@media screen and (max-width: 767px){
	.float-close {
		width: 24px;
		height: 24px;
    top: -27px;
	}
}
.float-close::before, .float-close::after {
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background: #000;
}
@media screen and (max-width: 767px){
	.float-close::before, .float-close::after {
		width: 18px;
	}
}
.float-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.bnr-value .float-close::before, .bnr-value .float-close::after {
	background-color: #000;
}
.float-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-bnr{
  margin: 60px auto 0;
  display: block;
  max-width: 550px;
  width: calc(100% - 32px);
  width: 1;
  transition: .4s;
}
.lp-bnr:hover{
  opacity: .7;
}

/*--------------------------------
state
--------------------------------*/
.inline-block{
  display: inline-block;
}
.disabled {
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}
.none{
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}
.is-none{
	display: none;
}
.is-light{
	color: #fff;
}
.is-dark{
	color: #333;
}
.is-key{
	color: #62a6a1;
}
.is-gry{
	color: #727171;
}
.is-blu{
	color: #87c2cc;
}
.is-blu2{
	color: rgb(11 116 174 / 70%);
}
.is-nvy{
	color: #1E374F;
}
.is-shadow{
	text-shadow: 0 0 1px rgba(0,0,0,.8), 0 0 4px rgba(0,0,0,.4);
}
.is-alert{
	color: #c90000;
}
@media screen and (max-width: 767px){
	.sp-none{
		display: none;
	}
	.slick-slide img.sp-none{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.pc-none{
		display: none;
	}
	.slick-slide img.pc-none{
		display: none;
	}
}
