@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.wrapper, body {
  overflow: visible;
}

/*body::before{display: none;}*/
.cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  line-height: 1.2;
  font-size: 1.1rem;
  color: #222;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}

@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.back_black {
  background: #222;
}
.back_black h3, .back_black h4 {
  color: #fff;
}
.back_black p {
  color: rgba(255, 255, 255, 0.5);
}

/* pageKv =============*/
#pageKv {
  position: relative;
  padding: 220px 0 0;
}
@media only screen and (max-width: 767px) {
  #pageKv {
    padding: 150px 0 0;
  }
}

.pageKv_textArea {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px 10vw;
}
@media only screen and (max-width: 991px) {
  .pageKv_textArea {
    padding: 0 40px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pageKv_textArea {
    padding: 0 20px 70px;
  }
}
.pageKv_textArea .pageKv_copy {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .pageKv_textArea .pageKv_copy {
    width: 100%;
    margin-bottom: 35px;
  }
}
.pageKv_textArea .pageKv_copy .getMy {
  display: block;
  font-size: clamp(18px, 2.5vw, 48px);
  font-weight: 500;
  line-height: 1;
}
.pageKv_textArea .pageKv_copy .title {
  font-size: clamp(70px, 12vw, 210px);
  font-weight: 300;
  line-height: 1;
}
.pageKv_textArea .pageKv_text {
  width: 50%;
  padding-top: 2vw;
}
@media only screen and (max-width: 767px) {
  .pageKv_textArea .pageKv_text {
    width: 100%;
    padding-top: 0;
  }
}
.pageKv_textArea .pageKv_text h3 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(36px, 3.5vw, 68px);
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .pageKv_textArea .pageKv_text h3 {
    margin-bottom: 35px;
  }
}
.pageKv_textArea .pageKv_text p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: rgba(1, 1, 13, 0.5);
  font-size: clamp(17px, 1.3vw, 28px);
  font-weight: normal;
}

.pageKv_image {
  overflow: hidden;
  position: relative;
  clip-path: inset(0 var(--clip) 0 var(--clip));
}
.pageKv_image picture {
  position: relative;
}

.scrollDown {
  position: absolute;
  bottom: 30px;
  right: 60px;
  font-size: clamp(11px, 0.9375vw, 18px) !important;
}
@media only screen and (max-width: 767px) {
  .scrollDown {
    bottom: 0;
    right: 4vw;
  }
}
.scrollDown a {
  display: flex;
  align-items: center;
}
.scrollDown a .icon-arrow-ring {
  width: 48px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .scrollDown a .icon-arrow-ring {
    width: 30px;
    margin-left: 5px;
  }
}
.scrollDown a .icon-arrow-ring::after {
  font-family: 'Material Symbols Outlined';
  content: "\e7cd";
  font-size: 30px;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
  transition: .3s all;
}
@media only screen and (max-width: 767px) {
  .scrollDown a .icon-arrow-ring::after {
    font-size: 30px;
  }
}
.scrollDown a:hover .icon-arrow-ring::after {
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
.scrollDown .textWrap {
  position: relative;
  letter-spacing: -.1em;
}
.scrollDown .textWrap .text1 span {
  display: inline-block;
  animation: scrollDown 4s linear infinite;
  background: #fff;
}
.scrollDown .textWrap .text2 {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.scrollDown .textWrap .text2 span {
  display: inline-block;
  animation: scrollDown2 4s linear infinite;
  background: #F7F6F6;
  background: #fff;
}
.scrollDown .textWrap span:nth-of-type(1) {
  animation-delay: 0s;
}
.scrollDown .textWrap span:nth-of-type(2) {
  animation-delay: .1s;
}
.scrollDown .textWrap span:nth-of-type(3) {
  animation-delay: .2s;
}
.scrollDown .textWrap span:nth-of-type(4) {
  animation-delay: .3s;
}
.scrollDown .textWrap span:nth-of-type(5) {
  animation-delay: .4s;
}
.scrollDown .textWrap span:nth-of-type(6) {
  animation-delay: .5s;
}
.scrollDown .textWrap span:nth-of-type(7) {
  animation-delay: .6s;
}
.scrollDown .textWrap span:nth-of-type(8) {
  animation-delay: .7s;
}
.scrollDown .textWrap span:nth-of-type(9) {
  animation-delay: .8s;
}
.scrollDown .textWrap span:nth-of-type(10) {
  animation-delay: .9s;
}
.scrollDown .textWrap span:nth-of-type(11) {
  animation-delay: 1.0s;
}

@keyframes scrollDown2 {
  0% {
    transform: translate(0px, 0.5em) rotateY(5.7deg) rotateX(90deg);
  }
  25% {
    transform: translate(0px, 0px) rotateY(0) rotateX(0);
  }
  50% {
    transform: translate(0px, -0.5em) rotateY(-5.7deg) rotateX(-90deg);
  }
  75% {
    transform: translate(0px, 0px) rotateY(0) rotateX(0);
  }
  100% {
    transform: translate(0px, 0.5em) rotateY(5.7deg) rotateX(90deg);
  }
}
/* pageContents =============*/
#pageContents {
  position: relative;
}

#sideMenu {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  width: 335px;
}
@media only screen and (max-width: 991px) {
  #sideMenu {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  #sideMenu {
    display: none;
  }
}
#sideMenu .sideMenu_inner {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 200px 0 0 60px;
}
@media only screen and (max-width: 991px) {
  #sideMenu .sideMenu_inner {
    padding: 100px 0 0 40px;
  }
}
#sideMenu .sideMenu_list li {
  margin-bottom: 10px;
}
#sideMenu .sideMenu_list li a {
  font-size: 24px;
  /* font-weight: 500; */
  position: relative;
  transition: 0.3s ease;
}
@media only screen and (max-width: 991px) {
  #sideMenu .sideMenu_list li a {
    font-size: 18px;
  }
}
#sideMenu .sideMenu_list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
}
#sideMenu .sideMenu_list li a:hover::after {
  width: 100%;
}
#sideMenu .sideMenu_list li a.is-current::after {
  width: 100%;
}

#sideMenu.text_white .sideMenu_list li a {
  color: #fff;
}
#sideMenu.text_white .sideMenu_list li a::after {
  background: #fff;
}

#mainContent .inner {
  padding: 0 60px 0 365px;
}
@media only screen and (max-width: 991px) {
  #mainContent .inner {
    padding: 0 40px 0 220px;
  }
}
@media only screen and (max-width: 767px) {
  #mainContent .inner {
    padding: 0 20px;
  }
}

/* content_nav =============*/
#content_nav {
  background: #F7F6F6;
  padding: 200px 0 140px;
}
@media only screen and (max-width: 991px) {
  #content_nav {
    padding: 80px 0 40px;
  }
}
#content_nav .inner {
  padding: 0 60px;
}
@media only screen and (max-width: 991px) {
  #content_nav .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #content_nav .inner {
    padding: 0 20px;
  }
}
#content_nav .content_nav_title {
  margin-bottom: 80px;
  padding-top: clamp(30px, 2.6041666667vw, 50px);
  font-size: clamp(21px, 1.4583333333vw, 28px);
  font-weight: 500;
  border-top: 1px solid #101010;
}
@media only screen and (max-width: 767px) {
  #content_nav .content_nav_title {
    margin-bottom: 35px;
    padding-top: 15px;
  }
}
#content_nav .content_nav_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 991px) {
  #content_nav .content_nav_wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#content_nav .content_nav_wrap .content_nav_box {
  width: calc(100% / 4);
  padding: 0 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  #content_nav .content_nav_wrap .content_nav_box {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #content_nav .content_nav_wrap .content_nav_box {
    width: calc(100% / 2);
  }
}
#content_nav .content_nav_wrap .content_nav_box .content_nav_image {
  margin-bottom: 10px;
}
#content_nav .content_nav_wrap .content_nav_box .content_nav_image figure {
  overflow: hidden;
}
#content_nav .content_nav_wrap .content_nav_box .content_nav_image figure img {
  transition: 0.3s ease;
}
#content_nav .content_nav_wrap .content_nav_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content_nav .content_nav_wrap .content_nav_box ul li:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  #content_nav .content_nav_wrap .content_nav_box ul li:nth-child(1) {
    font-size: 11px;
  }
}
#content_nav .content_nav_wrap .content_nav_box ul li:nth-child(2) {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #content_nav .content_nav_wrap .content_nav_box ul li:nth-child(2) {
    font-size: 11px;
  }
}
#content_nav .content_nav_wrap .content_nav_box a:hover .content_nav_image figure img {
  transform: scale(1.05);
}

/*スマホ スクロール*/
.scroll_icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll_wrap {
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }

  .scroll_icon {
    display: block;
    position: absolute;
    top: 50px;
    left: 40%;
    z-index: 2;
    animation: scroll_icon 1s ease-in-out infinite alternate;
  }

  @keyframes scroll_icon {
    0% {
      transform: translate(-30%, 0);
    }
    100% {
      transform: translate(-70%, 0);
    }
  }
}
#annotation_are {
  padding: 50px 0;
}
#annotation_are .inner {
  padding: 0 60px;
}
@media only screen and (max-width: 991px) {
  #annotation_are .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #annotation_are .inner {
    padding: 0 20px;
  }
}
#annotation_are p {
  font-size: 11px;
  line-height: 1.7;
  padding-left: 13px;
  position: relative;
}
#annotation_are p.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*footerCV
------------------------------------------*/
.footerCV {
  padding: 9vw 0;
  background: #101010;
}
@media only screen and (max-width: 767px) {
  .footerCV {
    padding: 36vw 5.333333333333334vw;
  }
}
.footerCV .entryBox {
  display: flex;
  justify-content: center;
  /*margin-top: 60px;*/
  /*.btnArea {
  	margin-top: clamp(20px, 1.3vw, 25px);
  	a {
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		width: 291px;
  		height: 68px;
  		margin: 0 auto;
  		border-radius: 34px;
  		background: $accent;
  		font-size: clamp(14px, .9375vw, 18px);
  		transition: .3s all;
  		@include smp{
  			width: 100%;
  			height: 54px;
  		}
  		&:hover {
  			filter: brightness(1.2);
  		}
  	}
  }
  .subText + .btnArea {
  	margin-top: clamp(25px, 2.083333333333333vw, 40px);
  }*/
}
.footerCV .entryBox .title {
  margin-bottom: clamp(20px, 1.3vw, 25px);
  font-size: clamp(12px, 0.7291666667vw, 14px);
  color: #FC9453;
  font-weight: 400;
  line-height: 1;
}
.footerCV .entryBox .text {
  font-size: clamp(28px, 2.9166666667vw, 56px);
  /*font-weight: $font_b;*/
  color: #fff;
}
.footerCV .entryBox .subText {
  margin-top: clamp(20px, 1.3vw, 25px);
  font-size: clamp(15px, 1.09375vw, 21px);
  /*font-weight: $font_b;*/
  color: rgba(255, 255, 255, 0.5);
}
.footerCV .entryBox_cvArea {
  margin-top: 60px;
}
.footerCV .entryBox_cvArea .inner {
  padding: 0 6.25vw;
}
@media only screen and (max-width: 767px) {
  .footerCV .entryBox_cvArea .inner {
    padding: 0;
  }
}
.footerCV .entryBox_cvArea .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footerCV .entryBox_cvArea .cvBtn {
  width: 32%;
  padding: 0 2%;
  margin-top: clamp(20px, 2vw, 25px);
}
@media only screen and (max-width: 767px) {
  .footerCV .entryBox_cvArea .cvBtn {
    width: 100%;
    padding: 0;
  }
}
.footerCV .entryBox_cvArea .cvBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 291px;
  height: 68px;*/
  padding: 24px 0;
  margin: 0 auto;
  border-radius: 34px;
  background: #FC9453;
  font-size: clamp(14px, 0.9375vw, 18px);
  transition: .3s all;
}
@media only screen and (max-width: 767px) {
  .footerCV .entryBox_cvArea .cvBtn a {
    width: 100%;
    /*height: 54px;*/
  }
}
.footerCV .entryBox_cvArea .cvBtn a:hover {
  filter: brightness(1.2);
}
.footerCV .entryBox_cvArea .cvBtn a.pink {
  background: #c9324e;
  color: #fff;
}
.footerCV .entryBox_cvArea .cvBtn a.blue {
  background: #50ADB7;
  color: #fff;
}
.footerCV .entryBox_cvArea .cvBtn a.gray {
  background: #607d8b;
  color: #fff;
}
.footerCV .entryBox_cvArea + .entryBox_cvArea {
  margin-top: 0;
}

.entryBox_cvArea .cvBtn.touroku a:nth-child(1) {
  display: none;
}

/*body#topPage .entryBox .entryBox_cvArea .cvBtn a.topPageOnly {
	display: block;
}*/
.c-btn,
a.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  background: #797774;
  color: #FFF;
  position: relative;
  border-radius: 100px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 50px 5px 20px;
  cursor: pointer;
}
.c-btn .c-btn__txt,
a.c-btn .c-btn__txt {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  padding: 2px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .c-btn .c-btn__txt,
  a.c-btn .c-btn__txt {
    font-size: 16px;
  }
}
.c-btn .c-btn__icon,
a.c-btn .c-btn__icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #E1641D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 9px;
  bottom: 0;
  top: 0;
  margin: auto;
}

#pxBase .c-btn__icon img {
  max-width: 12px;
  margin-left: 2px;
}

#pxBase .c-btn.is-plus .c-btn__icon img {
  max-width: 15px;
  margin-left: 0;
}

.c-btn.is-green,
a.c-btn.is-green {
  background: #13390B;
}

.c-btn.is-green .c-btn__icon,
a.c-btn.is-green .c-btn__icon {
  background: #13390B;
}

.c-btn.is-black,
a.c-btn.is-black {
  background: #292827;
  border: #6A6968 1px solid;
}

.c-btn.is-black .c-btn__icon,
a.c-btn.is-black .c-btn__icon {
  background: #292827;
}

.c-btn.is-orange,
a.c-btn.is-orange {
  background: #E1641D;
}

.c-btn.is-orange .c-btn__icon,
a.c-btn.is-orange .c-btn__icon {
  background: #E1641D;
}

.c-btn.is-blue,
a.c-btn.is-blue {
  background: #5f6985;
}

.c-btn.is-blue .c-btn__icon,
a.c-btn.is-blue .c-btn__icon {
  background: #5f6985;
}

.secN-note {
  /*padding: 80px 3.25vw 80px;
  @include smp {
    padding: 54px 5.333333333333334vw 0px;
  }*/
}
.secN-noteInner {
  max-width: 1600px;
  margin: 0 auto;
}
.secN-noteFrame {
  /*padding-bottom: 73px;
  position: relative;
  @include smp {
    padding-bottom: 55px;
  }
  &:before {
    content: '';
    background: #A7A4A1;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 1px;
    transition: 0.8s ease;
  }*/
}
.secN-note__title {
  font-size: clamp(20px, 3vw, 36px);
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin-bottom: 23px;
}
.secN-noteBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.secN-noteBtnItem {
  margin: 7px 15px;
  width: 360px;
  transform: scale(1.05);
  opacity: 0;
  transition: 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .secN-noteBtnItem {
    margin: 10px 0;
    width: 100%;
  }
}
.secN-noteBtnItem.visitor {
  /*width: 300px;*/
}
@media only screen and (max-width: 767px) {
  .secN-noteBtnItem.visitor {
    width: 100%;
  }
}
.secN-note.is-view .secN-noteFrame:before {
  width: 100%;
  transition-delay: 2s;
}
.secN-note.is-view .secN-noteBtnItem {
  transform: scale(1);
  opacity: 1;
}
.secN-note.is-view .secN-noteBtnItem:nth-of-type(1) {
  transition-delay: 1s;
}
.secN-note.is-view .secN-noteBtnItem:nth-of-type(2) {
  transition-delay: 1.2s;
}
.secN-note.is-view .secN-noteBtnItem:nth-of-type(3) {
  transition-delay: 1.4s;
}
.secN-note.is-view .secN-noteBtnItem:nth-of-type(4) {
  transition-delay: 1.6s;
}

.pageKv_textArea .pageKv_copy .title {
  font-size: clamp(30px, 8vw, 120px);
}

.yu_mincho {
  font-family: "Yu Mincho", YuMincho, serif;
}

/* sustainable_lead
------------------------------------------*/
.sustainable_lead {
  position: relative;
  background: url("../img/pages/sustainable/lead_img.jpg") no-repeat center center;
  background-size: cover;
  height: 825px;
}
@media only screen and (max-width: 767px) {
  .sustainable_lead {
    height: 400px;
  }
}

.sustainable_lead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.sustainable_lead .innerBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 885px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  z-index: 2;
}

.sustainable_lead h3 {
  font-size: clamp(20px, 2vw, 36px);
  color: #fff;
  margin-bottom: 50px;
}

.sustainable_lead .lead_text {
  font-size: clamp(14px, 2vw, 18px);
  color: #fff;
}

/* sustainable_intro
------------------------------------------*/
.sustainable_intro {
  padding-top: 200px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .sustainable_intro {
    padding-top: 100px;
    margin-bottom: 60px;
  }
}

.sustainable_intro h3 {
  font-size: clamp(18px, 2vw, 32px);
  text-align: center;
}

/* anc_navi
------------------------------------------*/
.anc_navi {
  margin-bottom: 15px;
}

.anc_navi .inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 10px;
}

.anc_navi ul {
  display: flex;
  flex-wrap: wrap;
}

.anc_navi ul li {
  width: calc((100% / 3) - 1%);
  margin: 0 .5%;
}

.anc_navi ul li .num {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #50ADB7;
}

.anc_navi a {
  position: relative;
  display: block;
  border-bottom: 2px solid #50ADB7;
  padding: 50px 0;
}

.anc_navi .innerBox p {
  font-size: clamp(8px, 2vw, 15px);
  text-align: center;
}

.anc_navi .innerBox span {
  display: block;
  font-size: clamp(16px, 2vw, 24px);
}

/* カレント */
.anc_navi ul li.is-current a {
  background: #50ADB7;
  color: #fff;
}

.anc_navi ul li.is-current .num {
  color: #fff;
}

/* ホバー */
@media (hover: hover) {
  .anc_navi a:hover {
    background: #50ADB7;
    color: #fff;
    transition: .2s;
  }

  .anc_navi a:hover .num {
    color: #fff;
  }
}
/* meritHeadArea
------------------------------------------*/
.meritHeadArea {
  position: relative;
}

.meritHeadArea:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.meritHeadArea .innerBox {
  position: relative;
  padding: 120px 8vw;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .meritHeadArea .innerBox {
    padding: 60px 8vw;
  }
}

.meritHeadArea .num {
  font-size: clamp(12px, 2vw, 18px);
}

.meritHeadArea h3 {
  font-size: clamp(20px, 2vw, 36px);
  margin-bottom: 40px;
}

.meritHeadArea h3 small {
  font-size: clamp(14px, 2vw, 18px);
}

.meritHeadArea h4 {
  font-size: clamp(14px, 2vw, 18px);
}

/* sec_merit01,sec_merit02,sec_merit03
------------------------------------------*/
.sec_merit01,
.sec_merit02,
.sec_merit03 {
  margin-top: -120px;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .sec_merit01,
  .sec_merit02,
  .sec_merit03 {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* mainContents
------------------------------------------*/
.mainContents {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mainContents {
    padding-bottom: 100px;
  }
}

.mainContents .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.frame01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.frame01 .box {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .frame01 .box {
    width: 100%;
  }
  .frame01 .box + .box {
    margin-top: 30px;
  }
}

.mainContents .title {
  font-size: clamp(20px, 2vw, 24px);
  margin: 30px 0;
}

.mainContents .text {
  font-size: clamp(14px, 2vw, 16px);
}

.mainContents .text + .text {
  margin-top: 15px;
}

.frame02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.frame02 .box {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .frame02 .box {
    width: 100%;
  }
  .frame02 .box + .box {
    margin-top: 30px;
  }
}

.note {
  padding-top: 10px;
}

/* merit01_con01
------------------------------------------*/
.merit01_con01 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .merit01_con01 {
    padding-top: 50px;
  }
  .merit01_con01 .box + .box {
    margin-top: 0;
  }
}

.merit01_con01.frame01 .box:nth-child(1) {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .merit01_con01.frame01 .box:nth-child(1) {
    width: 100%;
  }
}

.merit01_con01.frame01 .box:nth-child(2) {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .merit01_con01.frame01 .box:nth-child(2) {
    width: 100%;
  }
}

/* merit01_con02
------------------------------------------*/
.merit01_con02 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .merit01_con02 {
    padding-top: 50px;
  }
}

/* merit02_con01
------------------------------------------*/
.merit02_con01 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .merit02_con01 {
    padding-top: 50px;
  }
}

/* merit02_con02
------------------------------------------*/
.merit02_con02 {
  margin-top: 100px;
  background: rgba(80, 173, 183, 0.3);
  padding: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .merit02_con02 {
    padding-top: 50px;
  }
}

/* merit03_con01
------------------------------------------*/
.merit03_con01 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .merit03_con01 {
    padding-top: 50px;
  }
}

/* merit03_con02
------------------------------------------*/
.merit03_con02 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .merit03_con02 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .merit03_con02 .ScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }
  .merit03_con02 .ScrollWrap > figure {
    width: 570px !important;
  }
}

/* merit03_con03
------------------------------------------*/
.merit03_con03 {
  padding-top: 100px;
}

.taxBlock {
  font-family: "EB Garamond", "Cormorant", "Noto Serif JP", serif;
  margin-bottom: 60px;
  text-align: center;
}
.taxBlock .taxTitle {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .taxBlock .taxTitle {
    font-size: 16px;
  }
}
.taxBlock .taxTitle span {
  border: 1px solid #3d8693;
  color: #3d8693;
  display: inline-block;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 5px 10px 2px;
}
@media only screen and (max-width: 767px) {
  .taxBlock .taxTitle span {
    min-width: 150px;
  }
}
.taxBlock .taxInfo {
  background-color: #3d8693;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 20px 15px;
}
@media only screen and (max-width: 991px) {
  .taxBlock .taxInfo {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .taxBlock .taxInfo {
    font-size: 14px;
  }
}
.taxBlock .taxInfo .fs1 {
  font-size: 130%;
}
.taxBlock .taxInfo .fs2 {
  font-size: 180%;
}
.taxBlock .taxInfo .fs3 {
  font-size: 220%;
}
.taxBlock .taxInfo .gold {
  color: #e2d6a9;
}

.block01 {
  font-family: "EB Garamond", "Cormorant", "Noto Serif JP", serif;
  margin-bottom: 80px;
}
.block01:last-child {
  margin-bottom: 0 !important;
}
.block01 .block01Ttl {
  background-color: #3d8693;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  padding: 10px 0 5px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .block01 .block01Ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block01 .block01Ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.block01 .ttl01 {
  font-size: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .block01 .ttl01 {
    font-size: 14px;
  }
}
.block01 .ttl01:before {
  background-color: #3d8693;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .block01 .ttl01:before {
    height: 12px;
    width: 12px;
  }
}
.block01 .ttl01 small {
  display: inline-block;
  font-size: 80%;
}
.block01 .ttl02 {
  color: #3d8693;
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  .block01 .ttl02 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .block01 .ttl02 {
    font-size: 18px;
  }
}
.block01 .ttl03 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .block01 .ttl03 {
    font-size: 16px;
  }
}
.block01 .ttl04 {
  border: 1px solid #3d8693;
  color: #3d8693;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 5px 0 2px;
  text-align: center;
}
.block01 .img {
  margin-bottom: 30px;
  text-align: center;
}
.block01 .img .imgW340 {
  width: 400px;
}
.block01 .img .imgcap {
  position: relative;
  bottom: 0;
  text-align: right;
}
.block01 .copy {
  margin-bottom: 30px;
}
.block01 .rowTxt {
  display: flex;
  margin-top: 50px;
}
.block01 .rowTxt + .rowTxt {
  margin-top: 15px;
}
.block01 .rowTxt dt {
  background-color: #3d8693;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 4px 10px;
  text-align: center;
  width: 150px;
}
@media only screen and (max-width: 1440px) {
  .block01 .rowTxt dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .block01 .rowTxt dt {
    font-size: 14px;
    width: 110px;
  }
}
.block01 .rowTxt dd {
  background-color: #d8e7e9;
  font-size: 16px;
  padding: 8px 10px 4px;
  width: calc(100% - 150px);
}
@media only screen and (max-width: 1440px) {
  .block01 .rowTxt dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .block01 .rowTxt dd {
    width: calc(100% - 110px);
  }
}
.block01 .rowTxt dd .dot {
  color: #3d8693;
}
.block01 .col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block01 .col-2 .col {
  margin-bottom: 100px;
  width: 47.5%;
}
@media only screen and (max-width: 991px) {
  .block01 .col-2 .col {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .block01 .col-2 .col {
    width: 100%;
  }
}
.block01 .col-2 .col.col1 {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .block01 .col-2 .col.col1 {
    width: 100%;
  }
}
.block01 .col-2 .col.col2 {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .block01 .col-2 .col.col2 {
    width: 100%;
  }
}
.block01 .col-3 {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .block01 .col-3 {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .block01 .col-3 {
    gap: 0;
    flex-wrap: wrap;
  }
}
.block01 .col-3 .col {
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .block01 .col-3 .col {
    margin-bottom: 25px;
    width: 100%;
  }
}
.block01 .col-3 .col .copy {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .block01 .col-3.group01 .col {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block01 .col-3.group01 .col:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block01 .tblWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .block01 .tblWrap > .tbl01 {
    width: 570px !important;
  }
  .block01 .tblWrap > .tbl02 {
    width: 768px !important;
  }
}
.block01 .tbl01 {
  width: 100%;
}
.block01 .tbl01 tr:first-child td {
  color: #fff;
}
.block01 .tbl01 td {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  .block01 .tbl01 td {
    font-size: 13px;
  }
}
.block01 .tbl01 td[rowspan="5"] {
  font-size: 16px;
  vertical-align: top;
  width: 15%;
}
@media only screen and (max-width: 991px) {
  .block01 .tbl01 td[rowspan="5"] {
    width: 18%;
  }
}
.block01 .tbl01 td.bg01 {
  background-color: #3d8693;
}
.block01 .tbl01 td.bg02 {
  background-color: #d8e7e9;
}
.block01 .tbl01 td.bg03 {
  background-color: #b1cfd4;
}
.block01 .tbl01 td.blank {
  padding: 0 !important;
}
.block01 .tbl01 td.blank img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.block01 .tbl01 td .num {
  display: block;
  font-size: 200%;
  text-align: center;
  width: 30px;
}
.block01 .tbl02 {
  margin-bottom: 10px;
  margin-top: -6em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block01 .tbl02 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.block01 .tbl02 td {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 18px;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .block01 .tbl02 td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .block01 .tbl02 td {
    font-size: 14px;
  }
}
.block01 .tbl02 td.bg01 {
  background-color: #3d8693;
}
.block01 .tbl02 td.bg02 {
  background-color: #d8e7e9;
}
.block01 .tbl02 td.bg03 {
  background-color: #b1cfd4;
}
.block01 .tbl02 td.cl01 {
  color: #fff;
}
.block01 .tbl02 td.cl02 {
  color: #3d8693;
}
.block01 .tbl02 td.cl03 {
  color: #000;
}
.block01 .tbl02 td.alignL {
  text-align: left;
}
.block01 .tbl02 td.blank {
  background-color: transparent;
  border-left: none;
  border-top: none;
}
.block01 .tbl02 td .num {
  background-color: #3d8693;
  color: #fff;
  display: inline-block;
  line-height: 1.25;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}
.block01 .tblNote {
  font-size: 12px;
  margin-bottom: 10px;
}
.block01 .tblNote span {
  background-color: #d8e7e9;
  display: inline-block;
  height: 20px;
  width: 65px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.block01 .shadow {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}
