@charset "UTF-8";
.img-logo {
  width: 21rem;
}
@media screen and (max-width: 1200px) {
  .img-logo {
    width: 16rem;
  }
}
@media screen and (max-width: 999px) {
  .img-logo {
    width: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .img-logo {
    width: 14rem;
  }
}

.header-right-ul-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .header-right-ul-first {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .header-right-ul-first {
    display: block;
  }
  .header-right-ul-first > li + li {
    margin-top: 2.4rem;
  }
}
.header-right-ul-first > li {
  position: relative;
}
.header-right-ul-first > li .header-right-ul-first-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 0.3rem 0;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .header-right-ul-first > li .header-right-ul-first-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .header-right-ul-first > li .header-right-ul-first-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header-right-ul-first > li .header-right-ul-first-link {
    font-size: 1.6rem;
  }
}
.header-right-ul-first > li .header-right-ul-first-link.parent {
  padding-right: 2rem;
}
@media screen and (min-width: 1000px) {
  .header-right-ul-first > li .header-right-ul-first-link.parent {
    background-image: url(../img/common/icon1.svg);
    background-size: auto 30%;
    background-position: top 65% right;
    background-repeat: no-repeat;
  }
  .header-right-ul-first > li .header-right-ul-first-link.parent:hover ~ .header-right-menu-child {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .header-right-ul-first > li .header-right-ul-first-link.parent:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/common/icon1.svg);
    background-size: auto 30%;
    background-position: top 65% right;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
  }
  .header-right-ul-first > li .header-right-ul-first-link.parent.is-active1:after {
    transform: scaleY(-1);
  }
}
.header-right-ul-first > li .header-right-ul-first-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(1px, 0.1rem);
  background-color: #333333;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header-right-ul-first > li .header-right-ul-first-link:hover:before, .header-right-ul-first > li .header-right-ul-first-link.is-active:before {
  opacity: 1;
}

.header-right-menu-child {
  position: absolute;
  top: 0;
  left: -3rem;
  width: 33.4rem;
  padding-top: 6.6rem;
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-right-menu-child {
    padding-top: 5.1rem;
  }
}
@media screen and (max-width: 999px) {
  .header-right-menu-child {
    position: static;
    width: 100%;
    padding-top: 0;
    margin-top: 1rem;
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .header-right-menu-child:hover {
    display: block;
  }
}

.ul-menu-child {
  background-color: #F2EEE6;
  border: max(1px, 0.1rem) solid #989898;
  overflow: hidden;
}
.ul-menu-child li + li .ul-menu-child-item {
  border-top: max(1px, 0.1rem) solid #989898 !important;
}
@media screen and (max-width: 999px) {
  .ul-menu-child li + li .ul-menu-child-item {
    border: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  .ul-menu-child {
    border: 0;
  }
}

.ul-menu-child-item {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  height: 5.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
  box-shadow: 0 0 1rem rgba(70, 70, 70, 0.2);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .ul-menu-child-item {
    font-size: 1.5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .ul-menu-child-item {
    padding-left: 0.8rem;
    height: auto;
    box-shadow: none;
    font-size: 1.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: -moz-max-content;
    width: max-content;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ul-menu-child-item {
    font-size: 1.2rem;
    width: 100%;
    padding-right: 0;
  }
}
.ul-menu-child-item:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #BECCB5;
}
.ul-menu-child-item.ac2:before {
  background-color: #7C96AB;
}
.ul-menu-child-item.ac3:before {
  background-color: #B7B7B7;
}
.ul-menu-child-item.ac4:before {
  background-color: #EDC6B1;
}
.ul-menu-child-item:hover, .ul-menu-child-item.is-active {
  background-color: #fff !important;
}

.btn-amouse-top {
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  border-radius: 3rem;
  border: max(1px, 0.1rem) solid #222222 !important;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .btn-amouse-top {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .btn-amouse-top {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-size: 1.8rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-amouse-top {
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    width: 100%;
    position: relative;
  }
}
.btn-amouse-top.is-active, .btn-amouse-top:hover {
  background-color: #222222;
  color: #F2EEE6;
}
.btn-amouse-top.is-active:before, .btn-amouse-top:hover:before {
  background-color: #F2EEE6;
}
.btn-amouse-top.is-active:hover {
  background-color: transparent;
  color: inherit;
}
.btn-amouse-top.is-active:hover:before {
  background-color: #222222;
}
.btn-amouse-top:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #222222;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .btn-amouse-top:before {
    position: absolute;
    top: 50%;
    left: 2.5rem;
    transform: translateY(-50%);
  }
}

.icon-soccial1, .icon-soccial2 {
  width: 3rem;
}
@media screen and (max-width: 1200px) {
  .icon-soccial1, .icon-soccial2 {
    width: 2.2rem;
  }
}
@media screen and (max-width: 999px) {
  .icon-soccial1, .icon-soccial2 {
    width: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .icon-soccial1, .icon-soccial2 {
    width: 3rem;
  }
}

.icon-soccial3 {
  width: 3.7rem;
}
@media screen and (max-width: 1200px) {
  .icon-soccial3 {
    width: 2.8rem;
  }
}
@media screen and (max-width: 999px) {
  .icon-soccial3 {
    width: 5.7rem;
  }
}
@media screen and (max-width: 767px) {
  .icon-soccial3 {
    width: 3.7rem;
  }
}

.header-right-icon-soccial {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .header-right-icon-soccial {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .header-right-icon-soccial {
    justify-content: space-between;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .header-right-icon-soccial {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 5rem;
  }
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3.3rem;
       column-gap: 3.3rem;
}
@media screen and (max-width: 1200px) {
  .header-right {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
}

.header-right-btn-amouse {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .header-right-btn-amouse {
    padding-top: 3rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header-right-btn-amouse {
    row-gap: 3rem;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 11.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 6.7rem;
  }
}

header.normal {
  box-shadow: 0 0 1.5rem rgba(70, 70, 70, 0.8);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
header.is-active {
  box-shadow: 0 0 1.5rem rgba(70, 70, 70, 0.8);
  background-color: #F2EEE6;
}
header.is-active-menu {
  background-color: #F2EEE6;
  box-shadow: none;
}

.scap-top {
  height: 11.5rem;
}
@media screen and (max-width: 1200px) {
  .scap-top {
    height: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scap-top {
    height: 6.7rem;
  }
}

.sec1-top {
  max-width: 187rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}

.sec1-top-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec1-top-img img {
    height: 72.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

@media screen and (max-width: 767px) {
  .btn-hamberger {
    transform: scale(0.7) translateX(1rem);
  }
}

.menu-fixed {
  background-color: #F2EEE6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: auto;
}
.menu-fixed.is-active {
  opacity: 1;
  visibility: visible;
}

.menu-fixed-child {
  padding-top: 16rem;
  padding-left: 24rem;
  padding-right: 24rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .menu-fixed-child {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 12rem;
  }
}

.sec1-top-content {
  position: absolute;
  top: 0;
  left: 7.5em;
  right: 9.7em;
  bottom: 9.3em;
  font-size: 10px;
  color: #F2EEE6;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .sec1-top-content {
    left: 2.5em;
    right: 2.5em;
    bottom: 5em;
  }
}
@media screen and (max-width: 1550px) {
  .sec1-top-content {
    font-size: 0.65vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content {
    font-size: 1rem;
    left: 1.5em;
    right: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    bottom: 8.3em;
    row-gap: 5em;
  }
}

.sec1-top-contenth2 {
  line-height: 1.3;
}
.sec1-top-contenth2 span {
  font-size: 18em;
}
@media screen and (max-width: 999px) {
  .sec1-top-contenth2 span {
    font-size: 10em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-contenth2 span {
    font-size: 5.3em;
  }
}

.sec1-top-ptp {
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 1em;
}
.sec1-top-ptp span {
  font-size: 4.5em;
}
@media screen and (max-width: 999px) {
  .sec1-top-ptp span {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-ptp span {
    font-size: 2.2em;
  }
}

.sec1-top-ptp2 {
  font-weight: 500;
}
.sec1-top-ptp2 span {
  font-size: 2.5em;
}
@media screen and (max-width: 999px) {
  .sec1-top-ptp2 span {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-ptp2 span {
    font-size: 1.6em;
    line-height: 1.4;
  }
}

.style-btn1 {
  font-weight: 700;
  display: flex;
  width: 40em;
  height: 9em;
  align-items: center;
  border-radius: 10em;
  background-color: rgba(242, 238, 230, 0.8);
  color: #333333;
  padding-left: 5.5em;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .style-btn1 {
    padding-left: 2.5em;
    width: 30em;
    height: 7.4em;
  }
}
@media screen and (max-width: 767px) {
  .style-btn1 {
    width: 22em;
    height: 5.5em;
    padding-left: 2.7em;
  }
}
.style-btn1:before {
  content: "";
  position: absolute;
  width: 5em;
  height: 5em;
  background-color: #222222;
  border-radius: 100em;
  background-image: url(../img/common/icon5.svg);
  background-size: 1.9em auto;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .style-btn1:before {
    width: 4em;
    height: 4em;
  }
}
@media screen and (max-width: 767px) {
  .style-btn1:before {
    width: 3.8em;
    height: 3.8em;
    right: 1em;
  }
}
.style-btn1 span {
  font-size: 2em;
}
@media screen and (max-width: 999px) {
  .style-btn1 span {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 767px) {
  .style-btn1 span {
    font-size: 1.6em;
  }
}
.style-btn1:hover {
  background-color: #222222;
  color: #F2EEE6;
}

.cont-1720 {
  max-width: 172rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.h3-style1 {
  font-size: 2rem;
}
.h3-style1 .jpn {
  font-weight: 500;
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .h3-style1 .jpn {
    padding-top: 0.7rem;
  }
}
.h3-style1 span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .h3-style1 {
    font-size: 1.4rem;
  }
}

.txt-fs45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .txt-fs45 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs45 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs45 {
    font-size: 2.5rem;
  }
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.sec2-top-right .txt-fs45 {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec2-top-right .txt-fs45 {
    line-height: 1.6;
  }
}
.sec2-top-right .style-btn2 {
  margin-top: 9rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-right .style-btn2 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec2-top-right {
    max-width: calc(100% - 20rem);
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-right {
    max-width: 100%;
    padding-top: 3.8rem;
  }
}

.style-btn2 {
  font-size: 2.5rem;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 6.5rem;
  border: max(1px, 0.15rem) solid #222222 !important;
  border-radius: 100rem;
  box-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.5);
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-left: 3rem;
}
.style-btn2.w320 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .style-btn2.w320 {
    width: 32rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .style-btn2.w320 {
    font-size: 1.6rem;
    padding-left: 4rem;
  }
}
.style-btn2.w400:before {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .style-btn2.w400 {
    width: 40rem;
    font-size: 3rem;
    height: 9rem;
  }
  .style-btn2.w400:before {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .style-btn2.w400 {
    padding-left: 4rem;
    width: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .style-btn2.w440 {
    width: 46rem;
  }
}
@media screen and (max-width: 767px) {
  .style-btn2.w440 {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .style-btn2 {
    width: 22rem;
    height: 5.5rem;
    box-shadow: none;
    font-size: 2rem;
    padding-left: 2rem;
  }
}
.style-btn2:before {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background-color: #222222;
  background-image: url(../img/common/icon5.svg);
  background-size: 1.8rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.3rem;
}
@media screen and (max-width: 767px) {
  .style-btn2:before {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.style-btn2:hover {
  background-color: #222222;
  color: #F2EEE6;
}

.cl-normal {
  background-color: #F2EEE6;
}

.sec2-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20rem;
}
@media screen and (max-width: 999px) {
  .sec2-top {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    display: block;
    padding-top: 5.5rem;
  }
}

.sec3-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  margin-top: 20rem;
}
@media screen and (max-width: 999px) {
  .sec3-top {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    display: block;
    margin-top: 10rem;
  }
}

.sec3-top-item {
  border-top: max(1px, 0.1rem) solid #989898;
  padding-left: 5rem;
  padding-top: 2rem;
  padding-bottom: 9rem;
}
.sec3-top-item.linemon {
  position: relative;
}
.sec3-top-item.linemon:before {
  content: "";
  position: absolute;
  bottom: 7rem;
  top: 0;
  width: max(1px, 0.1rem);
  background-color: #989898;
  left: -1.2rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-item.linemon:before {
    bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item.linemon:before {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-item {
    padding-left: 3rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item {
    padding-left: 2rem;
    padding-top: 2.4rem;
    padding-bottom: 2.8rem;
    position: relative;
  }
  .sec3-top-item:after {
    content: "";
    position: absolute;
    bottom: 1rem;
    top: 1rem;
    width: max(1px, 0.1rem);
    background-color: #989898;
    right: 0;
  }
}

.sec3-top-number {
  line-height: 1;
  padding-bottom: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-number {
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
}
.sec3-top-number .eng {
  font-size: 12rem;
  letter-spacing: 0.7rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-number .eng {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-number .eng {
    font-size: 8rem;
    letter-spacing: 0.5rem;
  }
}
.sec3-top-number .sec3-top-number-txt {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec3-top-number .sec3-top-number-txt {
    font-size: 1.4rem;
  }
}

.sec3-top-number-txt2 {
  transform: translateX(-2.5rem);
}
@media screen and (max-width: 767px) {
  .sec3-top-number-txt2 {
    transform: translateX(-1.5rem);
  }
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 999px) {
  .txt-fs25 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 1.6rem;
  }
}

.cont-1850 {
  max-width: 185rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec4-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sec4-top img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    width: 100%;
    display: block;
    padding-top: 1.2rem;
  }
}

.sec5-top-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec5-top-right {
  width: 100%;
  max-width: 118.6rem;
}
@media screen and (max-width: 1200px) {
  .sec5-top-right {
    max-width: 90.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-right {
    max-width: 81.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-right {
    max-width: 100%;
    height: 5.9rem;
    background-image: url(../img/top/image10.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: anime1 15s linear infinite;
    margin-top: 1rem;
  }
}

@keyframes anime1 {
  0% {
    background-position: 52.2rem 0;
  }
  100% {
    background-position: -52.2rem 0;
  }
}
.sec5-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: max(1px, 0.1rem) solid #989898;
  border-bottom: max(1px, 0.1rem) solid #989898;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  margin-top: 4rem;
  padding-right: 14rem;
  position: relative;
}
.sec5-top:before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
  left: 22.4rem;
}
@media screen and (max-width: 1700px) {
  .sec5-top:before {
    left: 16rem;
  }
}
@media screen and (max-width: 1550px) {
  .sec5-top:before {
    left: 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec5-top:before {
    left: 17rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top:before {
    left: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top:before {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .sec5-top {
    padding-right: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .sec5-top .txt-fs25 {
    font-size: 1.4rem;
  }
}

.h3-style2 {
  font-size: 4.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .h3-style2 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 999px) {
  .h3-style2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .h3-style2 {
    font-size: 2.5rem;
  }
}
.h3-style2 .eng {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .h3-style2 .eng {
    font-size: 1.5rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.6rem;
  }
}

.txt-fs12 {
  font-size: 1.2rem;
}

.sec6-top-ul-txt .txt-fs12 {
  color: #727272;
  padding-top: 0.3rem;
}

.sec6-top-ul {
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec6-top-ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul {
    padding-top: 4rem;
  }
}
.sec6-top-ul li {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.sec6-top-ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 999px) {
  .sec6-top-ul li {
    grid-template-columns: 13.5rem 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li {
    grid-template-columns: 8rem 1fr;
    align-items: flex-start;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
  .sec6-top-ul li .txt-fs20 {
    font-size: 1.4rem;
  }
  .sec6-top-ul li .txt-fs12 {
    font-weight: 500;
  }
}
.sec6-top-ul li img {
  width: 7.2rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li img {
    width: 4.7rem;
  }
}
.sec6-top-ul li + li {
  border-top: max(1px, 0.1rem) solid #989898;
}
.sec6-top-ul .sec6-top-ul-img {
  text-align: center;
}

.sec6-top {
  display: grid;
  grid-template-columns: 67.5rem 85rem;
  justify-content: space-between;
  padding-top: 4rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1700px) {
  .sec6-top {
    grid-template-columns: 67.5rem 50vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec6-top {
    grid-template-columns: 51.5rem 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top {
    grid-template-columns: 40.5rem 1fr;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    display: block;
    padding-bottom: 0;
  }
}

.sec7-top-number {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
  padding-bottom: 4rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .sec7-top-number {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-number {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-number {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 7.6rem !important;
    padding-bottom: 1.4rem;
  }
}
.sec7-top-number .eng {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .sec7-top-number .eng {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-number .eng {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
  }
}
.sec7-top-number .txt-fs25 {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-number .txt-fs25 {
    font-size: 2rem;
    padding-bottom: 0.3rem;
  }
}
.sec7-top-number .txt-fs16 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-number .txt-fs16 {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}

.txt-fs16 {
  font-size: 1.6rem;
}

.sec7-top-ul-txt {
  line-height: 2;
}
.sec7-top-ul-txt span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec7-top-ul-txt {
    font-size: 1.2rem;
  }
}

.sec7-top-ul .sec7-top-number, .sec7-top-ul .sec7-top-ul-txt {
  padding-left: 3rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-ul .sec7-top-number, .sec7-top-ul .sec7-top-ul-txt {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul .sec7-top-number, .sec7-top-ul .sec7-top-ul-txt {
    padding-left: 1rem;
  }
}
.sec7-top-ul li {
  position: relative;
}
.sec7-top-ul li:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  bottom: -1rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 1200px) {
  .sec7-top-ul li:before {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul li:before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul li {
    padding-left: 1rem;
  }
}
.sec7-top-ul li + li {
  margin-top: 6.5rem;
}
@media screen and (max-width: 1200px) {
  .sec7-top-ul li + li {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul li + li {
    margin-top: 4rem;
  }
}

.sec7-top-main {
  display: grid;
  grid-template-columns: 40.7% 1fr;
  -moz-column-gap: 9.7%;
       column-gap: 9.7%;
  padding-top: 10rem;
}
@media screen and (max-width: 1700px) {
  .sec7-top-main {
    -moz-column-gap: 7%;
         column-gap: 7%;
  }
}
@media screen and (max-width: 1200px) {
  .sec7-top-main {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main {
    -moz-column-gap: 2%;
         column-gap: 2%;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main {
    display: block;
  }
}

.sec7-top-txt {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-txt {
    padding-top: 4.5rem;
  }
}

.sec7-top {
  border-bottom: max(1px, 0.1rem) solid #989898;
  padding-bottom: 9.5rem;
  padding-top: 16rem;
}
@media screen and (max-width: 999px) {
  .sec7-top {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    padding-top: 4rem;
    padding-bottom: 4.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec7-top-ul-txt2 {
    padding-top: 1.5rem;
  }
}

.sec8-top {
  padding-top: 11rem;
  padding-bottom: 15rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
.sec8-top .h3-style2 .tlt-checked:before, .sec8-top .h3-style2 .tlt-checked:after {
  opacity: 1;
}
.sec8-top .h3-style2 .tlt-checked:before {
  background-image: url(../img/top/image34.png);
}
.sec8-top .h3-style2 .tlt-checked:after {
  background-image: url(../img/top/image35.png);
}
@media screen and (max-width: 999px) {
  .sec8-top {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.txt-fs35 {
  font-size: 3.5rem;
}

.sec8-top-ul-category {
  display: inline-block;
  background-color: #F2EEE6;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 4.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .sec8-top-ul-category {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-category {
    font-size: 1.2rem !important;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-top: 1.7rem;
  }
}

.dots {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.dots:before {
  content: "・";
}

.sec8-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .sec8-top-ul {
    gap: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-ul {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul {
    display: block;
  }
  .sec8-top-ul li + li {
    margin-top: 2rem;
  }
}
.sec8-top-ul li:first-child {
  background-color: #BECCB5;
}
.sec8-top-ul li:nth-child(2) {
  background-color: #7C96AB;
}
.sec8-top-ul li:nth-child(3) {
  background-color: #B7B7B7;
}
.sec8-top-ul li:last-child {
  background-color: #EDC6B1;
}
.sec8-top-ul li {
  position: relative;
}

.sec8-top-ul-content {
  padding-left: 5.3rem;
  padding-right: 14.5rem;
  padding-top: 4rem;
  padding-bottom: 6.5rem;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .sec8-top-ul-content {
    padding-left: 2.3rem;
    padding-right: 12.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec8-top-ul-content {
    padding-right: 10.5rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-ul-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-content {
    padding-top: 2rem;
  }
}
.sec8-top-ul-content .sec8-top-ul-number {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 5.3rem;
  right: 3.2rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-ul-content .sec8-top-ul-number {
    top: 1.6rem;
    right: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-content .sec8-top-ul-number {
    font-size: 1.4rem;
    bottom: 2.7rem;
    top: auto;
    right: auto;
    left: 1.5rem;
  }
}

.sec8-top-ul-href {
  width: 8.6rem;
  height: 8.6rem;
  background-color: #222222;
  border-radius: 100rem;
  background-image: url(../img/common/icon5.svg);
  background-size: 3.3rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 6rem;
  right: 4rem;
}
@media screen and (max-width: 1550px) {
  .sec8-top-ul-href {
    right: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec8-top-ul-href {
    width: 6.8rem;
    height: 6.8rem;
    bottom: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-ul-href {
    bottom: 1rem;
    width: 6rem;
    height: 6rem;
    background-size: 3rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-href {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.7rem auto;
    right: 1.5rem;
    bottom: 2.5rem;
  }
}

.sec8-top-ul-drip .txt-fs20 {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-drip .txt-fs20 {
    font-weight: 700;
  }
}

@media screen and (max-width: 1200px) {
  .sec8-top-ul-tlt .txt-fs35 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-ul-tlt .txt-fs35 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-tlt .txt-fs35 {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-ul-tlt .txt-fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-tlt .txt-fs16 {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 999px) {
  .sec8-top-ul-drip .txt-fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul-drip .txt-fs16 {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.sec9-top-link {
  position: relative;
}
.sec9-top-link .style-btn2 {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
}
@media screen and (max-width: 999px) {
  .sec9-top-link .style-btn2 {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-link .style-btn2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-link {
    padding-top: 5rem;
  }
}

.sec9-top {
  padding-top: 11rem;
  padding-bottom: 8rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 999px) {
  .sec9-top {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.sec9-top-item {
  min-height: 100%;
  position: relative;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .sec9-top-item {
    padding: 2rem;
  }
}

.sec9-top-tlt {
  position: absolute;
  top: 0;
  left: 0;
  width: 21rem;
  height: 7.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .sec9-top-tlt {
    height: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-tlt {
    width: 13.3rem;
    height: 4.8rem;
  }
}

.sec9-top-item1 {
  background-color: #B7B7B7;
}
.sec9-top-item1 .sec9-top-tlt {
  background-color: #B7B7B7;
}

.sec9-top-item2 {
  background-color: #EDC6B1;
}
.sec9-top-item2 .sec9-top-tlt {
  background-color: #EDC6B1;
}

.sec9-top-item3 {
  background-color: #BECCB5;
}
.sec9-top-item3 .sec9-top-tlt {
  background-color: #BECCB5;
}

.sec9-top-item4 {
  background-color: #7C96AB;
}
.sec9-top-item4 .sec9-top-tlt {
  background-color: #7C96AB;
}

.sec9-top-item-date {
  padding-top: 2.7rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .sec9-top-item-date {
    padding-top: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item-date {
    font-size: 1.4rem;
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
  }
}

.sec9-top-item-tlt {
  padding-bottom: 0.3rem;
}

.sec9-top-item-href {
  position: absolute;
  bottom: 0;
  left: 3rem;
  right: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  border-top: max(1px, 0.1rem) solid #989898 !important;
  background-image: url(../img/common/icon6.svg);
  background-size: 3.4rem auto;
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec9-top-item-href {
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item-href {
    left: 2rem;
    right: 2rem;
    font-size: 1.2rem;
    background-size: 2.4rem auto;
  }
}

.sec9-top-item-prp {
  padding-bottom: 9rem;
}
@media screen and (max-width: 999px) {
  .sec9-top-item-prp {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item-prp {
    font-size: 1.4rem;
  }
}

#image-slider1 {
  margin-top: 7rem;
}
@media screen and (max-width: 999px) {
  #image-slider1 {
    margin-top: 4rem;
  }
}

.list2-sec9-top {
  padding-top: 4rem;
}
.list2-sec9-top li + li {
  margin-top: 2rem;
}

.button-pre-next-item {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 100rem;
  background-size: 3.3rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: max(1px, 0.1rem) solid #222222;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .button-pre-next-item {
    width: 7rem;
    height: 7rem;
    background-size: 2.6rem auto;
  }
}
@media screen and (max-width: 767px) {
  .button-pre-next-item {
    width: 4.7rem;
    height: 4.7rem;
    background-size: 1.8rem auto;
  }
}
.button-pre-next-item.first {
  background-image: url(../img/common/pre1.svg);
}
.button-pre-next-item.first:hover {
  background-image: url(../img/common/pre2.svg);
}
.button-pre-next-item.last {
  background-image: url(../img/common/next1.svg);
}
.button-pre-next-item.last:hover {
  background-image: url(../img/common/next2.svg);
}
.button-pre-next-item:hover {
  background-color: #222222;
}

.button-pre-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 999px) {
  .button-pre-next {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .button-pre-next {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.button-pre-next1 {
  padding-top: 7.8rem;
}
@media screen and (max-width: 999px) {
  .button-pre-next1 {
    padding-top: 4rem;
  }
}

.sec10-top {
  padding-top: 4rem;
  display: grid;
  grid-template-columns: 59.5rem 85rem;
  justify-content: space-between;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 1200px) {
  .sec10-top {
    grid-template-columns: 44.5rem 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top {
    grid-template-columns: 34.5rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    display: block;
    padding-top: 3rem;
  }
  .sec10-top .h3-style2 {
    letter-spacing: -0.1rem;
  }
}

.sec10-topq {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 2.7rem;
       column-gap: 2.7rem;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec10-topq {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
.sec10-topq.is-active:before {
  transform: rotate(-45deg) translateY(1rem);
}
@media screen and (max-width: 767px) {
  .sec10-topq.is-active:before {
    transform: rotate(-45deg) translateY(0.5rem);
  }
}
.sec10-topq:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 2.1rem;
  background-image: url(../img/common/icon7.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  transform: translateY(1rem);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec10-topq:before {
    transform: translateY(0.5rem);
  }
}
.sec10-topq:hover {
  opacity: 0.7;
}

.sec10-top-ul {
  position: relative;
}
.sec10-top-ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 2rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 767px) {
  .sec10-top-ul:before {
    content: none;
  }
}
.sec10-top-ul li {
  border-bottom: max(1px, 0.1rem) solid #989898;
  min-height: 10.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3.6rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1200px) {
  .sec10-top-ul li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-ul li {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
    padding-top: 1.4rem;
    padding-top: 1.4rem;
  }
}
.sec10-top-ul li:last-child {
  border-bottom: 0 !important;
}

.sec10-topa {
  line-height: 1.8;
  padding-top: 1.7rem;
  padding-bottom: 2rem;
  padding-left: 4.3rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .sec10-topa {
    font-size: 1.4rem;
    padding-bottom: 0;
    padding-left: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec10-top-right {
    margin-top: 5rem;
    border-top: max(1px, 0.1rem) solid #989898;
  }
}

.sec11-top {
  padding-top: 17rem;
}
@media screen and (max-width: 999px) {
  .sec11-top {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 1700px) {
  .sec11-top .h3-style2 {
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top .h3-style2 {
    margin-right: -1.5rem;
  }
  .sec11-top .h3-style2 .fw700 {
    letter-spacing: -0.12rem;
  }
}

.sec11-top-tlt {
  padding-top: 3rem;
  padding-bottom: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .sec11-top-tlt {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-tlt {
    padding-top: 1rem;
    letter-spacing: -0.01rem;
    padding-bottom: 1rem;
  }
}

.sec11-top-item-table {
  display: flex;
  padding-top: 0.5rem;
  max-width: 72rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-item-table {
    display: block;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .sec11-top-item-table-tlt.fw700 {
    width: -moz-max-content;
    width: max-content;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec11-top-item-table2 {
    flex: 1;
  }
}

.sec11-top-list {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-list {
    padding-top: 5rem;
  }
  .sec11-top-list .sec11-top-item + .sec11-top-item {
    padding-top: 3rem;
  }
}

.button-pre-next2 {
  padding-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .sec11-top-item-table-tlt {
    display: inline;
    letter-spacing: -0.03rem;
  }
}

@media screen and (max-width: 1700px) {
  .sec12-top .sec9-top-link .style-btn2 {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top .sec9-top-link .style-btn2 {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top .sec9-top-link {
    padding-top: 4rem;
  }
}

.sec12-to-item {
  background-color: #EDE7DC;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
  padding-bottom: 5rem;
  height: 100%;
}
.sec12-to-item .sec12-to-item-img {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sec12-to-item img {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .sec12-to-item img {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-to-item {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-bottom: 2rem;
  }
}

.sec12-to-item-date {
  line-height: 1;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec12-to-item-date {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
}

#image-slider3 {
  padding-top: 8rem;
}
@media screen and (max-width: 999px) {
  #image-slider3 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #image-slider3 {
    padding-top: 6rem;
  }
}

.button-pre-next3 {
  padding-top: 7.8rem;
}
@media screen and (max-width: 999px) {
  .button-pre-next3 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .button-pre-next3 {
    padding-top: 4rem;
  }
}

.sec12-top {
  border-top: max(1px, 0.1rem) solid #989898;
  margin-top: 7.5rem;
  padding-top: 5.5rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 999px) {
  .sec12-top {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top {
    margin-top: 5rem;
    padding-top: 3rem;
  }
}

footer {
  color: #F2EEE6;
  padding-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 3rem;
  }
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  z-index: -10;
}

.ft-sec1 {
  line-height: 1.3;
  font-size: 14rem;
}
@media screen and (max-width: 999px) {
  .ft-sec1 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .ft-sec1 {
    font-size: 8rem;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.marquee-inner {
  display: flex;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
}

.marquee-inner span {
  padding-right: 3rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.h3-style2-flexft {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .h3-style2-flexft {
    display: block;
    font-size: 2rem;
    letter-spacing: -0.05rem;
  }
  .h3-style2-flexft .h3-style2-ft2-sub {
    font-size: 1.55rem;
  }
  .h3-style2-flexft .txt-fs16 {
    font-size: 1.2rem;
  }
}

.h3-style2-ft2 {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .h3-style2-ft2 {
    padding-top: 1rem;
  }
}

.tlt-checked {
  position: relative;
}
.tlt-checked:before, .tlt-checked:after {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 3.4rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
  top: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .tlt-checked:before, .tlt-checked:after {
    width: 3.8rem;
    height: 3rem;
    top: 0.8rem;
  }
}
@media screen and (max-width: 999px) {
  .tlt-checked:before, .tlt-checked:after {
    width: 3rem;
    height: 2.5rem;
    top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-checked:before, .tlt-checked:after {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.3rem;
  }
}
.tlt-checked:before {
  background-image: url(../img/top/image32.png);
  left: -3rem;
}
@media screen and (max-width: 1200px) {
  .tlt-checked:before {
    left: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-checked:before {
    left: -1rem;
  }
}
.tlt-checked:after {
  background-image: url(../img/top/image33.png);
  right: 0;
  top: auto;
  bottom: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .tlt-checked:after {
    bottom: 0.5rem;
  }
}

.h3-style2-ft2-sub {
  font-size: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .h3-style2-ft2-sub {
    padding-bottom: 0.8rem;
  }
}

.sec1-footer {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .sec1-footer {
    padding-top: 2.5rem;
  }
}

.sec2-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .sec2-footer {
    display: block;
  }
}

.sec2-footer-item {
  padding-left: 5rem;
  padding-right: 3rem;
  border: max(1px, 0.1rem) solid #989898;
  border-left: 0;
  border-right: 0;
  padding-top: 5.3rem;
  padding-bottom: 18.5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec2-footer-item {
    padding-left: 2rem;
    padding-right: 2rem;
    background-position: top 3rem right 2rem !important;
    padding-top: 4.3rem;
    padding-bottom: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-footer-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-position: top 3.5rem right 1.5rem !important;
    padding-top: 3rem;
    padding-bottom: 4.8rem;
    border-bottom: 0;
  }
  .sec2-footer-item .txt-fs16 {
    font-size: 1.4rem;
  }
}
.sec2-footer-item .style-btn2 {
  color: #F2EEE6;
  border-color: #F2EEE6 !important;
  position: absolute;
  bottom: 5.6rem;
  right: 3rem;
}
@media screen and (max-width: 999px) {
  .sec2-footer-item .style-btn2 {
    bottom: 3rem;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-footer-item .style-btn2 {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 4rem;
  }
}
.sec2-footer-item .style-btn2:before {
  background-image: url(../img/common/next1.svg);
  background-color: #F2EEE6;
}
.sec2-footer-item .style-btn2:hover {
  background-color: #F2EEE6;
  color: #222222;
}

.sec2-footer-item-tlt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 999px) {
  .sec2-footer-item-tlt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-footer-item-tlt {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
}

.sec2-footer-item-first {
  background-image: url(../img/common/icon8.svg);
  background-size: 5.4rem auto;
  background-repeat: no-repeat;
  background-position: top 5.6rem right 3.8rem;
  position: relative;
}
.sec2-footer-item-first:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: -2rem;
  bottom: 1rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 767px) {
  .sec2-footer-item-first:before {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .sec2-footer-item-first {
    background-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-footer-item-first {
    background-size: 3.2rem;
  }
}

.sec2-footer-item-last {
  background-image: url(../img/common/icon9.svg);
  background-size: 6rem auto;
  background-repeat: no-repeat;
  background-position: top 6rem right 3.8rem;
}
@media screen and (max-width: 999px) {
  .sec2-footer-item-last {
    background-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-footer-item-last {
    background-size: 3.7rem;
  }
}

.sec2-footer {
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-footer {
    padding-top: 4.5rem;
  }
}

.sec3-footer-left img {
  width: 18.4rem;
}
@media screen and (max-width: 767px) {
  .sec3-footer-left img {
    width: 16.8rem;
  }
}
.sec3-footer-left .txt-fs16 {
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec3-footer-left .txt-fs16 {
    font-size: 1.2rem;
    padding-top: 1rem;
  }
}

.sec3-footer-right {
  text-align: right;
}
.sec3-footer-right .txt-fs16 {
  font-size: 1.2rem;
}
.sec3-footer-right .txt-fs16 + .txt-fs16 {
  padding-top: 1rem;
}

.sec3-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4.8rem;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .sec3-footer {
    align-items: flex-end;
    border-top: max(1px, 0.1rem) solid #989898;
    padding-bottom: 3rem;
  }
}

.scrolltop {
  width: 8rem;
  height: 8rem;
  position: fixed;
  z-index: 10;
  bottom: 15rem;
  right: 1.5rem;
  background-color: #222222;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #F2EEE6;
  background-image: url(../img/common/next2.svg);
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    width: 5rem;
    height: 5rem;
    bottom: 10rem;
  }
}

.sec-banner-page {
  max-width: 187rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 11rem;
}
@media screen and (max-width: 999px) {
  .sec-banner-page {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner-page {
    padding-top: 3rem;
  }
}

.sec-banner-page-tlt {
  padding-left: 7.5rem;
  padding-bottom: 4rem;
  color: #222222;
}
@media screen and (max-width: 1200px) {
  .sec-banner-page-tlt {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner-page-tlt {
    padding-left: 0;
    padding-bottom: 2.5rem;
  }
}
.sec-banner-page-tlt span {
  display: block;
}
.sec-banner-page-tlt .eng {
  font-size: 18rem;
  line-height: 1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1700px) {
  .sec-banner-page-tlt .eng {
    font-size: 10.59vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec-banner-page-tlt .eng {
    font-size: 13rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-banner-page-tlt .eng {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner-page-tlt .eng {
    font-size: 7.5rem;
    padding-bottom: 1rem;
  }
  .sec-banner-page-tlt .eng.single-spot {
    font-size: 6.8rem;
  }
  .sec-banner-page-tlt .eng.text--long {
    font-size: 5rem;
  }
}
.sec-banner-page-tlt .jpn {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-banner-page-tlt .jpn {
    font-size: 1.6rem;
  }
}

.sec-sub-banner-item .txt-fs45 {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-sub-banner-item .txt-fs45 {
    letter-spacing: -0.05rem;
  }
}
.sec-sub-banner-item .txt-fs25 {
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .sec-sub-banner-item .txt-fs25 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-sub-banner-item .txt-fs25 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-sub-banner-item .txt-fs25 {
    font-size: 1.6rem;
    padding-top: 2.5rem;
  }
}

.sec-sub-banner {
  display: grid;
  padding-top: 18rem;
  border-bottom: max(1px, 0.1rem) solid #222222;
}
@media screen and (max-width: 999px) {
  .sec-sub-banner {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .sec-sub-banner {
    display: block;
    padding-top: 6.3rem;
    padding-bottom: 5rem !important;
  }
}

.sec-sub-banner--about {
  grid-template-columns: 49.2% 1fr;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  padding-bottom: 20rem;
  border-bottom: 0;
}
.sec-sub-banner--about .sec-sub-banner-item:first-child {
  padding-left: 3rem;
}
@media screen and (max-width: 1200px) {
  .sec-sub-banner--about .sec-sub-banner-item:first-child {
    padding-left: 0;
  }
}

.sec2-about-main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-about-main {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec2-about-main.reserves {
    flex-direction: row-reverse;
  }
}
.sec2-about-main .sec2-about-left {
  width: 49.3%;
  border-top: max(1px, 0.1rem) solid #989898;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec2-about-main .sec2-about-left {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.5rem;
    border-top: 0;
    border-bottom: max(1px, 0.1rem) solid #989898;
    padding-bottom: 4rem;
  }
}
.sec2-about-main .sec2-about-left .txt-fs16 {
  padding-top: 8.3rem;
}
@media screen and (max-width: 1200px) {
  .sec2-about-main .sec2-about-left .txt-fs16 {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-about-main .sec2-about-left .txt-fs16 {
    padding-top: 2rem;
  }
}
.sec2-about-main .sec2-about-right {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .sec2-about-main .sec2-about-right {
    width: 100%;
  }
}

.sec2-about {
  border-bottom: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 767px) {
  .sec2-about {
    padding-top: 1rem;
    width: 100%;
    border-bottom: 0;
  }
}

.sec3-about {
  padding-top: 20rem;
  padding-bottom: 22rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 999px) {
  .sec3-about {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.sec3-about-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-top: 7.8rem;
}
.sec3-about-main .sec3-about-item + .sec3-about-item {
  position: relative;
}
.sec3-about-main .sec3-about-item + .sec3-about-item:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -1.2rem;
  bottom: -4rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 767px) {
  .sec3-about-main .sec3-about-item + .sec3-about-item:before {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .sec3-about-main {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main {
    display: block;
    padding-top: 3rem;
  }
}
.sec3-about-main .sec3-about-item {
  padding-left: 6.5rem;
  border-top: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 1200px) {
  .sec3-about-main .sec3-about-item {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-about-main .sec3-about-item {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main .sec3-about-item {
    padding-left: 2rem;
    padding-bottom: 3.5rem;
    position: relative;
  }
  .sec3-about-main .sec3-about-item:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    width: max(1px, 0.1rem);
    background-color: #989898;
  }
}
.sec3-about-main .sec3-about-item-img {
  height: 17.4rem;
}
@media screen and (max-width: 1200px) {
  .sec3-about-main .sec3-about-item-img {
    height: 15.4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-about-main .sec3-about-item-img {
    height: 9.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main .sec3-about-item-img {
    height: auto;
    margin-bottom: 1.8rem;
  }
  .sec3-about-main .sec3-about-item-img img {
    margin-top: 3.5rem;
  }
}
.sec3-about-main .sec3-about-item-img1 {
  width: 9.6rem;
  margin-top: 6.2rem;
}
@media screen and (max-width: 999px) {
  .sec3-about-main .sec3-about-item-img1 {
    width: 7.6rem;
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main .sec3-about-item-img1 {
    width: 5.3rem;
  }
}
.sec3-about-main .sec3-about-item-img2 {
  width: 6.6rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 999px) {
  .sec3-about-main .sec3-about-item-img2 {
    width: 4.6rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main .sec3-about-item-img2 {
    width: 4.1rem;
  }
}
.sec3-about-main .sec3-about-item-img3 {
  width: 7rem;
  margin-top: 4.6rem;
}
@media screen and (max-width: 999px) {
  .sec3-about-main .sec3-about-item-img3 {
    width: 5rem;
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main .sec3-about-item-img3 {
    width: 4.1rem;
  }
}
.sec3-about-main .txt-fs25 {
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1200px) {
  .sec3-about-main .txt-fs25 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-about-main .txt-fs25 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-about-main .txt-fs25 {
    font-size: 1.6rem;
  }
}
.sec3-about-main .txt-fs16 {
  color: #989898;
}
@media screen and (max-width: 767px) {
  .sec3-about-main .txt-fs16 {
    font-size: 1.4rem;
  }
}

.sec4-about-item-date {
  line-height: 1;
  font-size: 6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec4-about-item-date {
    font-size: 4rem;
  }
}

.sec4-about-item-dots {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.sec4-about-item-dots + .sec4-about-item-dots {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-about-item-dots {
    font-size: 1.4rem;
  }
}
.sec4-about-item-dots:before {
  content: "・";
}

.sec4-about-item-table1 {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.sec4-about-item-table1:before {
  content: "規模：";
}

.sec4-about-item-table2 {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.sec4-about-item-table2:before {
  content: "内容：";
}

.sec4-about-slider {
  max-width: 112rem;
  margin-left: auto;
  background-color: #EDE7DC;
  padding-left: 1.5rem;
  padding-right: 3rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .sec4-about-slider {
    max-width: 93rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-about-slider {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec4-about-slider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

.sec4-about-item {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}
.sec4-about-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 1200px) {
  .sec4-about-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-about-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec4-about-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec4-about-main {
    flex-direction: column-reverse;
    align-items: flex-end;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-about-main {
    padding-top: 2.5rem;
  }
}

.sec4-about {
  padding-top: 10rem;
}
@media screen and (max-width: 999px) {
  .sec4-about {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-about {
    padding-top: 4rem;
  }
}

.sec5-about {
  padding-top: 2rem;
}

.sec4-about-prenextfs12 {
  font-size: 1.2rem;
  padding-bottom: 8rem;
}

.sec4-about-prenextfs13 {
  display: none;
}
@media screen and (max-width: 999px) {
  .sec4-about-prenextfs13 {
    display: block;
    padding-bottom: 0;
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 999px) {
  .sec4-about-prenext-gr .sec4-about-prenextfs12 {
    display: none;
  }
}

.sec6-about {
  border: max(1px, 0.1rem) solid #989898;
  border-left: 0;
  border-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 10rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .sec6-about {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-about {
    display: block;
    padding-top: 1.8rem;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 6.5rem;
  }
}

.sec6-about-right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .sec6-about-right {
    width: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.sec6-about-left {
  width: 53%;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .sec6-about-left {
    width: 100%;
    padding-right: 0;
    padding-top: 3rem;
  }
}

.sec6-about-table {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec6-about-table {
    margin-top: 4.3rem;
  }
}

.sec6-about-tablem {
  width: 100%;
}
.sec6-about-tablem tr td:first-child {
  font-weight: 700;
  width: 16.3rem;
}
@media screen and (max-width: 999px) {
  .sec6-about-tablem tr td:first-child {
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-about-tablem tr td:first-child {
    width: 10rem;
  }
}
.sec6-about-tablem tr td {
  width: calc(100% - 16.3rem);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 999px) {
  .sec6-about-tablem tr td {
    width: calc(100% - 13rem);
  }
}
@media screen and (max-width: 767px) {
  .sec6-about-tablem tr td {
    width: calc(100% - 10rem);
  }
}

.cl-green {
  background-color: #BECCB5;
}

.sec-sub-banner--common {
  grid-template-columns: 58.1% 1fr;
  padding-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .sec-sub-banner--common {
    grid-template-columns: 52.1% 1fr;
  }
}

.sec-sub-banner-item-rice {
  text-decoration-line: underline;
  text-decoration-color: #222222;
  text-decoration-thickness: max(1px, 0.1rem);
  text-underline-offset: 0.5rem;
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 999px) {
  .sec-sub-banner-item-rice {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-sub-banner-item-rice {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}

.sec-sub-banner2 {
  padding-top: 7rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 999px) {
  .sec-sub-banner2 {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-sub-banner2 {
    padding-top: 4rem;
  }
}
.sec-sub-banner2 .txt-fs45 {
  margin-bottom: 2.5rem;
}
.sec-sub-banner2 .style-btn3 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-sub-banner2 .style-btn3 {
    margin-top: 4rem;
  }
}

.style-btn3 {
  width: 28.5rem;
  height: 6.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #F2EEE6;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  border: max(1px, 0.1rem) solid #222222 !important;
  border-radius: 10rem;
  box-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.5);
  transition: all 0.3s ease-in-out;
}
.style-btn3:hover {
  background-color: #F2EEE6;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .style-btn3 {
    box-shadow: none;
    font-size: 1.6rem;
    width: 21.2rem;
    height: 5.5rem;
  }
}

.sec1-review {
  padding-top: 16.5rem;
  padding-bottom: 7.5rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 999px) {
  .sec1-review {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-review {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec1-review-tlt-aler {
  width: 75rem;
  height: 7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F2EEE6;
  margin-top: 8.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-review-tlt-aler {
    width: 55rem;
    height: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-review-tlt-aler {
    width: auto;
    height: auto;
    min-height: 100%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 0.2rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
}
.sec1-review-tlt-aler.green {
  background-color: #5B6453;
}
.sec1-review-tlt-aler.blue {
  background-color: #344453;
}
.sec1-review-tlt-aler.gray {
  background-color: #575757;
}
.sec1-review-tlt-aler.orange {
  background-color: #C99579;
}

.line-table-review {
  max-width: 131rem;
  margin-left: auto;
  margin-right: auto;
  height: 5.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .line-table-review {
    max-width: 89rem;
  }
}
@media screen and (max-width: 999px) {
  .line-table-review {
    max-width: 75rem;
    height: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .line-table-review {
    margin-top: 0;
    height: auto;
    flex-direction: column;
    display: flex;
    margin-left: auto;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-top: 2rem;
  }
  .line-table-review--blue {
    margin-top: 0;
    padding-bottom: 3rem;
  }
  .line-table-review--blue .line-table-review-item {
    height: 12rem !important;
  }
  .line-table-review--gray {
    margin-top: 0;
    padding-bottom: 0rem;
  }
  .line-table-review--gray .line-table-review-item {
    height: 11rem !important;
  }
  .line-table-review--orange {
    margin-top: 0;
    padding-bottom: 0rem;
    margin-bottom: 12rem;
  }
  .line-table-review--orange .line-table-review-item {
    height: 10rem !important;
  }
}
.line-table-review .line-table-review-item {
  width: 100%;
  height: 100%;
  border-left: max(1px, 0.1rem) solid #989898;
  border-top: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 767px) {
  .line-table-review .line-table-review-item {
    height: 10.7rem;
    border-top: max(1px, 0.1rem) solid #989898;
    width: 2.4rem;
  }
}
.line-table-review .line-table-review-item:last-child {
  border-right: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 767px) {
  .line-table-review .line-table-review-item:last-child {
    border-right: 0;
    border-bottom: max(1px, 0.1rem) solid #989898;
  }
}
.line-table-review:before {
  height: 5.5rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
}
@media screen and (max-width: 999px) {
  .line-table-review:before {
    height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .line-table-review:before {
    height: max(1px, 0.1rem);
    width: 2.1rem;
    bottom: auto;
    top: 50%;
    left: 0;
  }
}

.table-review-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.7%;
       column-gap: 1.7%;
}
@media screen and (max-width: 767px) {
  .table-review-content {
    display: block;
  }
  .table-review-content .table-review-content-item + .table-review-content-item {
    margin-top: 3rem;
  }
}
.table-review-content .table-review-content-item {
  padding-left: 6.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .table-review-content .table-review-content-item {
    min-height: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  .table-review-content .table-review-content-item {
    padding: 1.5rem 2rem;
  }
  .table-review-content .table-review-content-item .txt-fs20 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 999px) {
  .table-review-content .table-review-content-item {
    padding: 1.5rem 1rem;
  }
  .table-review-content .table-review-content-item .txt-fs20 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .table-review-content .table-review-content-item {
    display: block;
    padding-left: 2.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
.table-review-content.green .table-review-content-item {
  background-color: #BECCB5;
}
.table-review-content.blue .table-review-content-item {
  background-color: #7C96AB;
}
.table-review-content.gray .table-review-content-item {
  background-color: #B7B7B7;
}
.table-review-content.orange .table-review-content-item {
  background-color: #EDC6B1;
}

@media screen and (max-width: 767px) {
  .sec1-review-main {
    display: grid;
    grid-template-columns: max-content 1fr 23.9rem;
    justify-content: space-between;
    padding-top: 5rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.txt-arrow-line {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .txt-arrow-line {
    display: inline-block;
  }
}
.txt-arrow-line:before {
  content: "";
  display: inline-block;
  width: 2.1rem;
  background-image: url(../img/common/icon10.svg);
  background-size: 100% auto;
  background-position: top 1rem left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .txt-arrow-line:before {
    height: 2.1rem;
    background-position: bottom left;
    margin-right: 0.5rem;
  }
}
.txt-arrow-line.blue:before {
  background-image: url(../img/common/icon11.svg);
}
.txt-arrow-line.gray:before {
  background-image: url(../img/common/icon12.svg);
}
.txt-arrow-line.orange:before {
  background-image: url(../img/common/icon13.svg);
}

.sec2-review {
  display: grid;
  grid-template-columns: 1fr 86rem;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .sec2-review {
    grid-template-columns: 1fr 66rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-review {
    grid-template-columns: 1fr 58rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-review {
    display: block;
  }
}

.sec2-review-ul li {
  background-color: #EDE7DC;
  padding-left: 3.5rem;
  padding-right: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec2-review-ul li {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-review-ul li {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.sec2-review-ul li .txt-arrow-line {
  margin-top: 0.5rem;
}
.sec2-review-ul li + li {
  margin-top: 1.5rem;
}

.sec2-review-right {
  padding-top: 3.5rem;
}

.sec2-review {
  padding-top: 16.5rem;
  padding-bottom: 19.7rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 999px) {
  .sec2-review {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-review {
    padding-top: 2.6rem;
    padding-bottom: 5rem;
  }
}

.sec3-review {
  padding-top: 6.5rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
.sec3-review .txt-fs45 {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-review .txt-fs45 {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-review {
    padding-top: 3rem;
  }
}

.sec3-review-ct {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec3-review-ct {
    text-align: left;
  }
}

.sec3-review-item-cate {
  display: inline-block;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-review-item-cate {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-top: 2rem;
  }
}
.sec3-review-item-cate.green {
  background-color: #BECCB5;
}
.sec3-review-item-cate.blue {
  background-color: #7C96AB;
}
.sec3-review-item-cate.gray {
  background-color: #B7B7B7;
}
.sec3-review-item-cate.orange {
  background-color: #EDC6B1;
}

.sec3-review-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.2%;
       column-gap: 3.2%;
  padding-top: 7rem;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .sec3-review-main {
    display: block;
    padding-top: 3rem;
    padding-bottom: 4.7rem;
  }
  .sec3-review-main .sec3-review-item + .sec3-review-item {
    margin-top: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec3-review-txt16 {
    font-size: 1.4rem;
  }
}

.sec4-review {
  max-width: 187rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: 8rem;
  padding-top: 11rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 999px) {
  .sec4-review {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review {
    margin-top: 2rem;
    padding-top: 3rem;
  }
}

.sec4-review-number {
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 1800px) {
  .sec4-review-number {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec4-review-number {
    font-size: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-review-number {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-number {
    font-size: 3.7rem;
  }
}

.sec4-review-num {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 1.3rem;
  align-items: center;
}

.sec4-review-num {
  min-height: 7.8rem;
}
@media screen and (max-width: 767px) {
  .sec4-review-num {
    min-height: 6rem;
  }
}
.sec4-review-num .txt-fs25 {
  line-height: 1.3;
}
@media screen and (max-width: 1800px) {
  .sec4-review-num .txt-fs25 {
    font-size: 1.39vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec4-review-num .txt-fs25 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-review-num .txt-fs25 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-num .txt-fs25 {
    font-size: 1.6rem;
  }
}

.sec4-review-ul {
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 7.8rem;
}
.sec4-review-ul.normal {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .sec4-review-ul.normal li:nth-child(3n) .sec4-review-ul-icon-arrow {
    display: none;
  }
}
.sec4-review-ul.blue li {
  border-color: #222222 !important;
}
@media screen and (max-width: 999px) {
  .sec4-review-ul {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-ul {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec4-review-ul.column6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .sec4-review-ul.column6 li:nth-child(4n) .sec4-review-ul-icon-arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec4-review-ul.column6 li:nth-child(4n) .sec4-review-ul-icon-arrow {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sec4-review-ul.column6 li:nth-child(4n) {
    border-bottom: max(1px, 0.1rem) solid #989898;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec4-review-ul.column6 li:nth-child(4n) {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec4-review-ul.column6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sec4-review-ul.column6 li:nth-child(3n) .sec4-review-ul-icon-arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-ul {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
}
.sec4-review-ul li {
  border-top: max(1px, 0.1rem) solid #989898;
  padding-left: 4rem;
  min-height: 26rem;
  padding-top: 5.2rem;
  padding-right: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .sec4-review-ul li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec4-review-ul li {
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec4-review-ul li {
    min-height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-ul li {
    width: 25.7rem;
    padding-left: 1.3rem;
    padding-top: 1.8rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    scroll-snap-align: start;
  }
  .sec4-review-ul li .txt-fs16 {
    font-size: 1.4rem;
  }
}
.sec4-review-ul li .sec4-review-ul-icon-arrow {
  position: absolute;
  width: 4.2rem;
  height: 3.2rem;
  background-image: url(../img/common/next1.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 45%;
  transform: translateY(-50%) translateX(70%);
  right: 0;
}
@media screen and (max-width: 1200px) {
  .sec4-review-ul li .sec4-review-ul-icon-arrow {
    width: 3.2rem;
    height: 2.2rem;
    transform: translateY(-50%) translateX(43%);
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-ul li .sec4-review-ul-icon-arrow {
    width: 2.7rem;
    height: 2rem;
    transform: translateY(-50%) translateX(87%);
  }
}

@media screen and (max-width: 767px) {
  .sec4-review-ul-scrool {
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-bottom: 1rem;
  }
}

.sec5-review {
  border-top: max(1px, 0.1rem) solid #989898;
  margin-top: 7rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec5-review {
    margin-top: 2rem;
  }
}
.sec5-review--single {
  grid-template-columns: 77.5rem 85rem;
}
@media screen and (max-width: 1700px) {
  .sec5-review--single {
    grid-template-columns: 77.5rem 69rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec5-review--single {
    grid-template-columns: 56.5rem 57rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-review--single {
    grid-template-columns: 45.5rem 48rem;
  }
}

.sec6-review {
  padding-bottom: 20rem;
}
@media screen and (max-width: 999px) {
  .sec6-review {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-review {
    margin-top: 8rem;
    border-top: max(1px, 0.1rem) solid #989898;
  }
}

.cl-blue {
  background-color: #7C96AB;
}

.cl-gray {
  background-color: #B7B7B7;
}

.cl-orange {
  background-color: #EDC6B1;
}

.popup-consider {
  position: fixed;
  z-index: -1000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.popup-consider.is-active {
  z-index: 1000;
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .popup-consider {
    padding: 2rem 0;
    display: block;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-consider {
    padding-top: 9rem;
  }
}

.popup-consider-main {
  max-width: 165rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #F2EEE6;
  padding-top: 9rem;
  padding-bottom: 9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.popup-consider-main .popup-consider-main-o-close {
  position: absolute;
  width: 7.4rem;
  height: 6rem;
  background-image: url(../img/common/icon14.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  top: 2rem;
  right: 1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup-consider-main .popup-consider-main-o-close {
    width: 5.4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .popup-consider-main {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-consider-main {
    padding-top: 4.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6.5rem;
  }
}

.popup-consider-phase {
  max-width: 149.4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
}
@media screen and (max-width: 1550px) {
  .popup-consider-phase {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .popup-consider-phase {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-consider-phase {
    display: block;
  }
}
.popup-consider-phase li {
  width: 46rem;
}
.popup-consider-phase li .sec-sub-banner-item-rice {
  margin: 0 !important;
  margin-top: 1rem !important;
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .popup-consider-phase li .sec-sub-banner-item-rice.txt-fs20 {
    font-size: 1.5rem;
  }
  .popup-consider-phase li .sec-sub-banner-item-rice.txt-fs20 .txt-fs16 {
    font-size: 1.5rem;
  }
  .popup-consider-phase li .sec-sub-banner-item-rice.txt-fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-consider-phase li .sec-sub-banner-item-rice.txt-fs20 {
    font-size: 1.8rem;
  }
  .popup-consider-phase li .sec-sub-banner-item-rice.txt-fs20 .txt-fs16 {
    font-size: 1.4rem;
  }
  .popup-consider-phase li .sec-sub-banner-item-rice.txt-fs16 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1550px) {
  .popup-consider-phase li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popup-consider-phase li + li {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: max(1px, 0.1rem) solid #989898;
  }
}

.popup-consider-phase-tlt {
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .popup-consider-phase-tlt {
    font-size: 3rem;
  }
}

.popup-consider-phase-box-txt {
  background-color: #222222;
  color: #F2EEE6;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .popup-consider-phase-box-txt {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .popup-consider-phase-box-txt .txt-fs20 {
    font-size: 1.8rem;
  }
  .popup-consider-phase-box-txt .txt-fs16 {
    font-size: 1.2rem;
  }
}

.popup-consider-phase-table {
  width: 100%;
  margin-top: 1.7rem;
}
.popup-consider-phase-table .txt-fs14 {
  font-size: 1.4rem;
  color: #989898;
}
@media screen and (max-width: 767px) {
  .popup-consider-phase-table .txt-fs14 {
    font-size: 1.2rem;
  }
}
.popup-consider-phase-table tr td:first-child {
  width: 8.7rem;
}
@media screen and (max-width: 767px) {
  .popup-consider-phase-table tr td:first-child {
    font-size: 1.8rem;
    width: 8rem;
  }
}
.popup-consider-phase-table tr td {
  width: calc(100% - 8.7rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .popup-consider-phase-table tr td {
    width: calc(100% - 8rem);
  }
  .popup-consider-phase-table tr td .txt-fs16 {
    font-size: 1.4rem;
  }
}

.works1 {
  max-width: 40rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .works1 {
    max-width: 22rem;
    margin-top: 2rem;
  }
}
.works1 .works1-ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 4rem;
  padding-left: 5rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .works1 .works1-ul {
    padding-left: 3rem;
  }
}
.works1 .works1-ul li + li {
  padding-top: 0.7rem;
}

.works1-search {
  display: flex;
  height: 9rem;
  background-color: #fff;
  border-radius: 10rem;
  align-items: center;
  padding-left: 5rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .works1-search {
    height: 5.5rem;
    padding-left: 3rem;
  }
  .works1-search .txt-fs25 {
    font-size: 1.6rem;
  }
}
.works1-search:before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-color: #222222;
  border-radius: 100rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  background-image: url(../img/common/icon15.svg);
  background-size: auto 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .works1-search:before {
    width: 3.8rem;
    height: 3.8rem;
    background-size: auto 40%;
  }
}
.works1-search.is-active:before {
  transform: translateY(-50%) rotate(0);
}

.works2-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.9%;
       column-gap: 6.9%;
  row-gap: 11rem;
  margin-top: 8.5rem;
  max-width: 170.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .works2-ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .works2-ul {
    display: block;
    margin-top: 3rem;
  }
  .works2-ul li + li {
    margin-top: 2rem;
  }
}

.sec1-work-detail img {
  width: 100%;
}

.sec2-works-detail {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 22.4rem;
}
@media screen and (max-width: 1200px) {
  .sec2-works-detail {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-works-detail {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-works-detail {
    padding-top: 3.5rem;
  }
}

.sec2-works-detail-tlt {
  line-height: 1.5;
}

.sec2-works-detail-box {
  background-color: #EDE7DC;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 7rem;
  padding-right: 3rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec2-works-detail-box {
    margin-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.6rem;
    padding-bottom: 2.7rem;
  }
}

.sec2-works-detail-box-cate {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2-works-detail-box-cate {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sec1-work-detail {
    padding-top: 2rem;
  }
}

.sec2-works-the-content {
  font-weight: 500;
}
.sec2-works-the-content table {
  width: 100%;
  margin-top: 3rem;
}
.sec2-works-the-content table tr td {
  border: max(1px, 0.1rem) solid #989898;
  padding: 0.8rem;
  vertical-align: middle;
}
.sec2-works-the-content a:hover {
  opacity: 0.7;
}
.sec2-works-the-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sec2-works-the-content h1 {
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .sec2-works-the-content h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-works-the-content h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-works-the-content h1 {
    font-size: 2.6rem;
    margin-top: 4.5rem;
    margin-bottom: 2rem;
  }
}
.sec2-works-the-content h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.sec2-works-the-content h2:before {
  content: "◼︎";
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .sec2-works-the-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-works-the-content h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-works-the-content h2 {
    font-size: 2rem;
    margin-top: 4.5rem;
    margin-bottom: 2rem;
  }
}
.sec2-works-the-content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .sec2-works-the-content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-works-the-content h3 {
    font-size: 1.8rem;
    margin-top: 4.5rem;
    margin-bottom: 2rem;
  }
}

.sec3-works-detail {
  margin-top: 15rem;
  margin-bottom: 24.5rem;
}
@media screen and (max-width: 1200px) {
  .sec3-works-detail {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-works-detail {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-works-detail {
    margin-top: 5rem;
  }
}
.sec3-works-detail a {
  margin-left: auto;
  margin-right: auto;
}

.sec1-testimonial-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
  row-gap: 5rem;
}
@media screen and (max-width: 999px) {
  .sec1-testimonial-ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-testimonial-ul {
    display: block;
  }
  .sec1-testimonial-ul li + li {
    margin-top: 2rem;
  }
}

.sec1-testimonial {
  border-top: max(1px, 0.1rem) solid #989898;
  margin-top: 6rem;
  padding-top: 15rem;
}
@media screen and (max-width: 1200px) {
  .sec1-testimonial {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-testimonial {
    margin-top: 1rem;
    padding-top: 5rem;
  }
}

.sec1-testimonial-detail {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec1-testimonial-detail-date {
  font-size: 3rem;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .sec1-testimonial-detail-date {
    margin-top: 6rem;
    font-size: 1.6rem;
  }
}

.sec1-testimonial-detail-tlt {
  line-height: 1.5;
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .sec1-testimonial-detail-tlt {
    margin-top: 1rem;
    margin-bottom: 5rem;
  }
}

.testimonial-detail-txt1 {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .testimonial-detail-txt1 {
    margin-top: 4rem;
  }
}

.testimonial-detail-box {
  border: max(1px, 0.1rem) solid #989898;
  padding-left: 9rem;
  padding-right: 4rem;
  padding-top: 5.5rem;
  padding-bottom: 5.3rem;
  margin-top: 10rem;
}
@media screen and (max-width: 999px) {
  .testimonial-detail-box {
    padding-left: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-detail-box {
    margin-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.testimonial-detail-boxgg {
  font-size: 3rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .testimonial-detail-boxgg {
    font-size: 1.8rem;
  }
}

.testimonial-detail-boxul {
  text-decoration: underline;
}
.testimonial-detail-boxul li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .testimonial-detail-boxul li + li {
    margin-top: 3.5rem;
  }
}
.testimonial-detail-boxul .txt-fs16 {
  padding-left: 2.7rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .testimonial-detail-boxul .txt-fs16 {
    padding-left: 1.5rem;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-detail-boxul .txt-fs25 {
    font-size: 1.8rem;
  }
}

.sec-tesimonial-avartar {
  background-color: #EDE7DC;
  display: grid;
  grid-template-columns: 16.5rem 1fr;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-left: 4.3rem;
  padding-right: 4.3rem;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-top: 15rem;
}
@media screen and (max-width: 999px) {
  .sec-tesimonial-avartar {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tesimonial-avartar {
    grid-template-columns: 12.6rem 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.5rem;
    margin-top: 6rem;
  }
}

.sec-tesimonial-avartar-name {
  font-size: 1.2rem;
  display: inline-block;
  border: max(1px, 0.1rem) solid #989898;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: #000000;
}

.sec-tesimonial-avartarcv {
  font-size: 1.2rem;
  color: #000000;
  padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .sec-tesimonial-avartarcv {
    font-size: 1.1rem;
    padding-bottom: 1rem;
  }
}

.sec-tesimonial-avartar-name2 {
  color: #000000;
}
.sec-tesimonial-avartar-name2 .jpn {
  font-size: 1.4rem;
  padding-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .sec-tesimonial-avartar-name2 .jpn {
    font-size: 1.3rem;
  }
}
.sec-tesimonial-avartar-name2 .eng {
  font-size: 1rem;
}

.sec-tesimonial-avartarprp {
  color: #000000;
  font-size: 1.4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-tesimonial-avartarprp {
    font-size: 1.1rem;
  }
}

.list-category-column-ul {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 999px) {
  .list-category-column-ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .list-category-column-ul {
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 2rem;
  }
}
.list-category-column-ul a {
  transition: all 0.3s ease-in-out;
}
.list-category-column-ul a:hover, .list-category-column-ul a.is-active {
  border-bottom: max(1px, 0.1rem) solid #222222;
}

.list-category-column {
  border-top: max(1px, 0.1rem) solid #989898;
  margin-top: 5.7rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .list-category-column {
    margin-top: 3.7rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .list-category-column {
    margin-top: 1.5rem;
    overflow: auto;
  }
}

.list-post-column-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 12rem;
  margin-top: 14rem;
}
@media screen and (max-width: 1200px) {
  .list-post-column-main {
    margin-top: 8rem;
    row-gap: 8rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .list-post-column-main {
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-post-column-main {
    display: block;
    margin-top: 3.5rem;
  }
  .list-post-column-main img {
    height: 10rem;
  }
  .list-post-column-main li + li {
    margin-top: 3.7rem;
  }
}
.list-post-column-main li {
  border-top: max(1px, 0.1rem) solid #989898;
  position: relative;
  padding-top: 8.5rem;
}
@media screen and (max-width: 999px) {
  .list-post-column-main li {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .list-post-column-main li {
    padding-top: 1.3rem;
  }
  .list-post-column-main li .sec12-to-item {
    display: grid;
    grid-template-columns: 6.3rem 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.2rem;
  }
  .list-post-column-main li .sec12-to-item-img {
    aspect-ratio: auto;
    display: block;
    padding: 0;
  }
  .list-post-column-main li .sec12-to-item-img img {
    width: 100%;
  }
  .list-post-column-main li .txt-fs16 {
    font-size: 1.4rem;
  }
  .list-post-column-main li .sec12-to-item-date {
    font-size: 1.2rem;
  }
}
.list-post-column-main li .post-column-main-cate {
  position: absolute;
  top: 2.8rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .list-post-column-main li .post-column-main-cate {
    top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .list-post-column-main li .post-column-main-cate {
    position: static;
    padding-bottom: 1.3rem;
  }
}

.sec1-contact {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #EDE7DC;
  padding-top: 9.4rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact {
    margin-top: 2rem;
    padding-top: 3rem;
  }
}

.sec1-contact-main {
  max-width: 128.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 767px) {
  .sec1-contact-main {
    width: calc(100% - 2rem);
  }
}

.sec1-contact-txt1 {
  border-bottom: max(1px, 0.1rem) solid #222222;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-txt1 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.tb-nopost-list {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .tb-nopost-list {
    font-size: 2.4rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24rem;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 999px) {
  .wp-pagenavi {
    padding-bottom: 7.5rem;
  }
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend, .wp-pagenavi a.last, .wp-pagenavi a.first {
  display: none !important;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  display: flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  border: 0 !important;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span.current {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
.wp-pagenavi span.current {
  background-color: #222222;
  color: #F2EEE6;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  font-size: 0;
  background-image: url(../img/common/icon16.svg);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.wp-pagenavi a.previouspostslink {
  transform: rotate(180deg);
}

.wrap-pagi-jisseki {
  padding-top: 19rem;
}
@media screen and (max-width: 1200px) {
  .wrap-pagi-jisseki {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 999px) {
  .wrap-pagi-jisseki {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap-pagi-jisseki {
    padding-top: 4rem;
  }
}

.sec1-testimonial-detail-img {
  text-align: center;
}
.sec1-testimonial-detail-img img {
  width: 100%;
}

.table-form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-form {
    font-size: 1.6rem;
  }
}
.table-form tr td:first-child {
  width: 44.7rem;
  padding-right: 3rem;
}
@media screen and (max-width: 999px) {
  .table-form tr td:first-child {
    width: 37.7rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .table-form tr td:first-child {
    border-bottom: 0;
    padding-bottom: 1.2rem;
    padding-right: 0;
  }
}
.table-form tr td:last-child {
  width: calc(100% - 44.7rem);
}
@media screen and (max-width: 999px) {
  .table-form tr td:last-child {
    width: calc(100% - 37.7rem);
  }
}
@media screen and (max-width: 767px) {
  .table-form tr td:last-child {
    padding-top: 0;
  }
}
.table-form tr td {
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  border-bottom: max(1px, 0.1rem) solid #989898;
}
@media screen and (max-width: 999px) {
  .table-form tr td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .table-form tr td {
    width: 100% !important;
    float: left;
  }
}
.table-form .ver-tbtop {
  vertical-align: top;
}

.text-erro-form {
  color: #F2EEE6;
  background-color: #222222;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.text-erro-form.secon2line {
  transform: translateY(-33%);
}
@media screen and (max-width: 767px) {
  .text-erro-form.secon2line {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 767px) {
  .text-erro-form {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .text-erro-form {
    float: right;
  }
}

.form-control {
  width: 100%;
  height: 10rem;
  background-color: #F2EEE6;
  padding-left: 3.3rem;
  padding-right: 2rem;
  border: 0 !important;
  outline: none !important;
  box-shadow: 0 0.3rem 0.3rem rgba(51, 51, 51, 0.3);
}
.form-control::-moz-placeholder {
  color: #989898;
  font-weight: 500;
}
.form-control::placeholder {
  color: #989898;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-control::-moz-placeholder {
    font-size: 1.2rem;
  }
  .form-control::placeholder {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  .form-control {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 6rem;
  }
}

.form-area {
  width: 100%;
  height: 24.8rem;
  background-color: #F2EEE6;
  padding-left: 3.3rem;
  padding-right: 2rem;
  border: 0 !important;
  outline: none !important;
  box-shadow: 0 0.3rem 0.3rem rgba(51, 51, 51, 0.3);
  padding-top: 2rem;
  padding-bottom: 1rem;
  resize: none;
}
@media screen and (max-width: 999px) {
  .form-area {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form-area {
    height: 15rem;
  }
}
.form-area::-moz-placeholder {
  color: #989898;
  font-weight: 500;
}
.form-area::placeholder {
  color: #989898;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-area::-moz-placeholder {
    font-size: 1.2rem;
  }
  .form-area::placeholder {
    font-size: 1.2rem;
  }
}

.gr-form-checkbox .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}
@media screen and (max-width: 999px) {
  .gr-form-checkbox .wpcf7-form-control {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .gr-form-checkbox .wpcf7-form-control {
    justify-content: space-between;
    font-size: 1.5rem;
  }
}
.gr-form-checkbox .wpcf7-list-item {
  margin: 0;
  width: 19.7rem;
}
@media screen and (max-width: 999px) {
  .gr-form-checkbox .wpcf7-list-item {
    width: 17.7rem;
  }
}
@media screen and (max-width: 767px) {
  .gr-form-checkbox .wpcf7-list-item {
    width: 32%;
  }
}
.gr-form-checkbox .wpcf7-list-item label {
  position: relative;
}
.gr-form-checkbox .wpcf7-list-item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gr-form-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .gr-form-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }
}
.gr-form-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: inline-block;
  font-size: 0;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 0.3rem 0.3rem rgba(51, 51, 51, 0.3);
  background-color: #F2EEE6;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .gr-form-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.gr-form-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: none;
}
.gr-form-checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-image: url(../img/common/icon17.svg);
}

.gr-form-radio .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3.5rem;
}
@media screen and (max-width: 999px) {
  .gr-form-radio .wpcf7-form-control {
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .gr-form-radio .wpcf7-form-control {
    flex-direction: column;
    row-gap: 0.8rem;
  }
}
.gr-form-radio .wpcf7-list-item {
  margin: 0;
}
.gr-form-radio .wpcf7-list-item label {
  position: relative;
}
.gr-form-radio .wpcf7-list-item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gr-form-radio .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .gr-form-radio .wpcf7-list-item-label {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
.gr-form-radio .wpcf7-list-item-label:after {
  content: none;
}
.gr-form-radio .wpcf7-list-item-label:before {
  display: inline-block;
  font-size: 0;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 0.3rem 0.3rem rgba(51, 51, 51, 0.3);
  background-color: #F2EEE6;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: top 60% center;
  transition: all 0.3s ease-in-out;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .gr-form-radio .wpcf7-list-item-label:before {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 70% auto;
    background-position: top 70% center;
  }
}
.gr-form-radio input:checked ~ .wpcf7-list-item-label:before {
  background-image: url(../img/common/icon18.svg);
}

.gr-form-radio--mgtbt, .form-checkbox--mgtbt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .gr-form-radio--mgtbt, .form-checkbox--mgtbt {
    margin-top: 1.4rem;
    margin-bottom: 1rem;
  }
}

.button-toogle-form {
  display: flex;
  background-color: #F2EEE6;
  height: 13rem;
  align-items: center;
  padding-left: 6.8rem;
  position: relative;
  cursor: pointer;
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .button-toogle-form {
    height: 10rem;
    padding-left: 1.8rem;
  }
}
.button-toogle-form:before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 4.1rem;
  background-image: url(../img/common/icon7.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 4.2rem;
}
@media screen and (max-width: 999px) {
  .button-toogle-form:before {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .button-toogle-form:before {
    width: 2.2rem;
    height: 3.1rem;
    right: 1rem;
  }
}
.button-toogle-form.is-active:before {
  transform: translateY(-50%) rotate(-45deg);
}

.table-form-main {
  display: none;
}

.sec1-contact-form {
  border-top: max(1px, 0.1rem) solid #989898;
  margin-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-form {
    margin-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec1-contact-txt2 a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec1-contact-txt2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.form-radio--hiden-first .wpcf7-list-item.first {
  display: none !important;
}

.sec2-contact-txt {
  text-align: center;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec2-contact-txt {
    font-size: 1.4rem;
    padding-bottom: 2.4rem;
  }
}
.sec2-contact-txt a {
  color: #989898;
  text-decoration: underline;
}

.sec2-contact {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .sec2-contact {
    padding-top: 3rem;
  }
}

.form-checkprivacy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.form-checkprivacy .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.form-checkprivacy .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-checkprivacy .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form-checkprivacy .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
}
.form-checkprivacy .wpcf7-list-item .wpcf7-list-item-label:after {
  content: none;
}
.form-checkprivacy .wpcf7-list-item .wpcf7-list-item-label:before {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #F2EEE6;
  box-shadow: 0 0.3rem 0.3rem rgba(51, 51, 51, 0.3);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .form-checkprivacy .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.form-checkprivacy .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
  background-image: url(../img/common/icon19.svg);
}

.gr-form-checkprivacy .wpcf7-not-valid-tip {
  text-align: center;
}

.formsubmit {
  font-size: 2rem;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33rem;
  height: 9rem;
  border: 0 !important;
  border-radius: 100rem;
  box-shadow: 0 0 0.5rem rgba(34, 34, 34, 0.5);
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #F2EEE6;
  cursor: pointer;
  font-weight: 700;
  background-image: url(../img/common/icon20.svg);
  background-size: 5rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
}
@media screen and (max-width: 767px) {
  .formsubmit {
    width: 25rem;
    height: 5.5rem;
    box-shadow: none;
    font-size: 1.6rem;
    background-size: 3.8rem auto;
    background-position: right 1rem center;
  }
}
.formsubmit:hover {
  background-color: #222222;
  color: #F2EEE6;
}

.form-submitform {
  display: flex;
  justify-content: center;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .form-submitform {
    padding-top: 4rem;
  }
}

.wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: 500;
}

.sec3-contact {
  padding-top: 25rem;
}
@media screen and (max-width: 1200px) {
  .sec3-contact {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-contact {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-contact {
    padding-top: 5rem;
  }
}

.sec1-thanks {
  max-width: 172rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  font-size: 2.4rem;
  padding-top: 3.5rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 999px) {
  .sec1-thanks {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-thanks {
    padding-top: 2rem;
    font-size: 1.6rem;
    padding-bottom: 7rem;
  }
}
.sec1-thanks .txt-fs20 {
  padding-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .sec1-thanks .txt-fs20 {
    font-size: 1.4rem;
    padding-top: 2.3rem;
  }
}
.sec1-thanks .txt-fs20 a {
  text-decoration: underline;
}

.sec1-privacy {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-bottom: 24rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
}

.sec1-privacy-mgt {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-mgt {
    padding-top: 0.7rem;
  }
}

.sec1-privacy-mgt2 {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-mgt2 {
    padding-top: 0.7rem;
  }
}

.sec1-privacy-ul li + li {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-ul li + li {
    padding-top: 4rem;
  }
}
.sec1-privacy-ul .dots {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-ul .txt-fs35 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
  }
}

.link-scale-header {
  position: relative;
}
.link-scale-header .link-scale-header {
  position: absolute;
  top: -12rem;
  z-index: -100;
}

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-top {
  opacity: 0;
  transform: translate(0, 35px);
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.6s;
}

#toc_container {
  border: max(1px, 0.1rem) solid #989898 !important;
  padding-left: 9rem !important;
  padding-right: 4rem !important;
  padding-top: 5.5rem !important;
  padding-bottom: 5.3rem !important;
  margin-top: 10rem !important;
}
@media screen and (max-width: 999px) {
  #toc_container {
    padding-left: 4rem !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    margin-top: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  #toc_container {
    margin-top: 5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
  }
}
#toc_container p.toc_title {
  text-align: left !important;
  font-size: 3rem;
  padding-bottom: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #toc_container p.toc_title {
    font-size: 1.8rem;
  }
}
#toc_container .toc_list > li > a {
  font-size: 2.5rem !important;
  font-weight: 700;
  text-decoration: underline;
  display: grid;
  grid-template-columns: max-content 1fr;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 999px) {
  #toc_container .toc_list > li > a {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list > li > a {
    font-size: 1.6rem !important;
  }
}
#toc_container .toc_list > li > a:before {
  content: "・";
  display: inline-block;
}
#toc_container .toc_list > li > a:hover {
  opacity: 0.7;
}
#toc_container .toc_list > li {
  margin-top: 2rem;
}
#toc_container .toc_list > li ul {
  counter-reset: item;
  margin-top: 1rem;
}
#toc_container .toc_list > li ul li a {
  font-size: 1.6rem !important;
  font-weight: 500;
  text-decoration: underline;
  grid-template-columns: max-content 1fr;
  display: grid;
  max-width: -moz-max-content;
  max-width: max-content;
}
#toc_container .toc_list > li ul li a:hover {
  opacity: 0.7;
}
#toc_container .toc_list > li ul li a:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) "　";
  display: inline-block;
}

.setting-ul-single ul {
  list-style-type: disc;
  padding: 3rem 0;
  padding-left: 2rem;
}
.setting-ul-single ul li {
  list-style: initial;
}

.blocks-gallery-grid-method {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  list-style: none !important;
  padding-left: 0 !important;
}
.blocks-gallery-grid-method li {
  list-style: none !important;
}
@media screen and (max-width: 767px) {
  .blocks-gallery-grid-method {
    display: block !important;
  }
}

.sec2-about-left.line-right {
  position: relative;
}
.sec2-about-left.line-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 2rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 767px) {
  .sec2-about-left.line-right:before {
    content: none;
  }
}

.sec2-about-left.line-left {
  position: relative;
}
.sec2-about-left.line-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.6rem;
  top: 2rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
}
@media screen and (max-width: 1200px) {
  .sec2-about-left.line-left:before {
    left: -1.8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-about-left.line-left:before {
    left: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-about-left.line-left:before {
    content: none;
  }
}

.sec6-about-line {
  position: relative;
}
.sec6-about-line:before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  width: max(1px, 0.1rem);
  background-color: #989898;
  right: 49%;
}
@media screen and (max-width: 767px) {
  .sec6-about-line:before {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .sec4-review-ul.column6 li:first-child, .sec4-review-ul.column6 li:nth-child(2), .sec4-review-ul.column6 li:nth-child(3), .sec4-review-ul.column6 li:nth-child(5), .sec4-review-ul.column6 li:nth-child(6), .sec4-review-ul.column6 li:nth-child(7) {
    position: relative;
  }
  .sec4-review-ul.column6 li:first-child:before, .sec4-review-ul.column6 li:nth-child(2):before, .sec4-review-ul.column6 li:nth-child(3):before, .sec4-review-ul.column6 li:nth-child(5):before, .sec4-review-ul.column6 li:nth-child(6):before, .sec4-review-ul.column6 li:nth-child(7):before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: -1rem;
    width: max(1px, 0.1rem);
    background-color: #989898;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec4-review-ul.column6 li:nth-child(3):before, .sec4-review-ul.column6 li:nth-child(6):before {
    content: none;
  }
  .sec4-review-ul.column6 li:nth-child(4) {
    position: relative;
  }
  .sec4-review-ul.column6 li:nth-child(4):before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: -1rem;
    width: max(1px, 0.1rem);
    background-color: #989898;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-ul.column6 li {
    position: relative;
  }
  .sec4-review-ul.column6 li:before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: -0.8rem;
    width: max(1px, 0.1rem);
    background-color: #989898;
  }
}

@media screen and (min-width: 768px) {
  .sec4-review-ul.normal li:first-child, .sec4-review-ul.normal li:nth-child(2), .sec4-review-ul.normal li:nth-child(4), .sec4-review-ul.normal li:nth-child(5) {
    position: relative;
  }
  .sec4-review-ul.normal li:first-child:before, .sec4-review-ul.normal li:nth-child(2):before, .sec4-review-ul.normal li:nth-child(4):before, .sec4-review-ul.normal li:nth-child(5):before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: -1rem;
    width: max(1px, 0.1rem);
    background-color: #222222;
  }
}
@media screen and (max-width: 767px) {
  .sec4-review-ul.normal li {
    position: relative;
  }
  .sec4-review-ul.normal li:before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: -0.8rem;
    width: max(1px, 0.1rem);
    background-color: #222222;
  }
}

.sec2-review-ul .txt-arrow-line {
  display: grid;
}
.sec11-top-item-img-set-img{
  text-align: center;
}

.detail--jisseki h2:before{
  content: none;
}
.detail--jisseki h2{
  display: block !important;
}
.sec11-top-item-img-set-img img{
  width: 100%;
  height: 49.6rem;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width:1440px){
  .works2-ul{
    max-width: 86.11vw;
  }
  .sec11-top-item-img-set-img img{
    height: 25vw;
  }
}
@media screen and (max-width:1179px){
  .works2-ul{
    max-width: 100%;
    column-gap: 5%;
  }
  .sec11-top-item-img-set-img img{
    height: 28.92vw;
  }
}
@media screen and (max-width:767px){
  .sec11-top-item-img-set-img img{
    height: 25rem;
  }
}