@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  text-decoration: none;
}
@media (min-width: 800px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .pc {
    display: none !important;
  }
}
.ff {
  height: 1px;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
.header {
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 45px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.header__inner.scroll {
  background-color: #fff;
}
.header__logo-area .logo {
  width: 140px;
}
@media screen and (min-width: 980px) {
  .header__logo-area .logo {
    width: 190px;
  }
}
.header__global-nav-area {
  display: flex;
  align-items: center;
}
.header__global-nav-area .global-nav .lists {
  display: flex;
}
.header__global-nav-area .global-nav .lists li {
  position: relative;
  margin-right: 24px;
}
@media screen and (min-width: 980px) {
  .header__global-nav-area .global-nav .lists li {
    margin-right: 36px;
  }
}
.header__global-nav-area .global-nav .lists li a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  color: #000;
  font-size: 14px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 980px) {
  .header__global-nav-area .global-nav .lists li a {
    font-size: 16px;
  }
}
.header__global-nav-area .global-nav .lists li a:hover, .header__global-nav-area .global-nav .lists li a.active {
  color: #eb3b09;
}
.header__global-nav-area .global-nav .lists li a .pointer-event {
  pointer-events: none;
}
.header__global-nav-area .global-nav .down-menu .sub-lists-wrap {
  display: none;
  opacity: 0;
  animation: fade-out 0.2s ease-in 0s forwards;
}
.header__global-nav-area .global-nav .down-menu.action .sub-lists-wrap {
  display: block;
  opacity: 1;
  animation: fade-in 0.2s ease-in 0s forwards;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.header__global-nav-area .sub-lists-wrap {
  display: none;
  opacity: 1;
  padding-top: 60px;
  position: absolute;
  left: 50%;
  transform: translate(-107px, 0);
}
.header__global-nav-area .sub-lists-wrap .sub-lists {
  width: 215px;
  background-color: #fff;
  border-radius: 15px;
  padding: 16px 20px;
}
.header__global-nav-area .sub-lists-wrap .sub-lists li {
  margin: 0;
}
.header__global-nav-area .sub-lists-wrap .sub-lists li a {
  display: block;
  font-size: 15px;
  position: relative;
}
.header__global-nav-area .sub-lists-wrap .sub-lists li a .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: 1px;
}
.header__global-nav-area .sub-lists-wrap .sub-lists li a .arrow img {
  display: block;
  width: 12px;
  transition: all 0.5s ease;
}
.header__global-nav-area .sub-lists-wrap .sub-lists li a:hover .arrow img {
  transform: translateX(4px);
}
.header__global-nav-area .sub-lists-wrap .sub-lists li:nth-child(1) {
  background-image: repeating-linear-gradient(90deg, #b9b9b9, #b9b9b9 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  margin: 0 -20px 16px -20px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 12px;
}
.header__global-nav-area .sub-lists-wrap .sub-lists li:nth-child(1) a .arrow {
  top: 50%;
}
.header__global-nav-area .sub-lists-wrap .sub-lists li:nth-child(n+2) a {
  padding: 10px;
}
.header__global-nav-area .h-contact {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
  border-radius: 0 0 0 16px;
  color: #fff;
  z-index: 1;
}
.header__global-nav-area .h-contact::before {
  display: block;
  content: "";
  width: 260%;
  height: 800%;
  background: linear-gradient(90deg, #fba91d 0%, #fba91d 51%, #f35528 51%, #f35528 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-40%) translateY(-30%) rotate(-45deg);
  transition: all 0.6s ease;
  z-index: 1;
}
.header__global-nav-area .h-contact:hover {
  color: #131313;
}
.header__global-nav-area .h-contact:hover::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
.header__global-nav-area .h-contact:hover .icon-contact::before {
  background-color: #383838;
}
.header__global-nav-area .h-contact:hover .icon-contact-small::before {
  background-color: #383838;
}
.header__global-nav-area .h-contact .text {
  display: none;
  position: relative;
  z-index: 2;
  top: -2px;
}
@media screen and (min-width: 980px) {
  .header__global-nav-area .h-contact .text {
    display: block;
  }
}
.header__global-nav-area .h-contact .icon-contact-small {
  width: 80px;
  height: 50px;
  background-color: #f35528;
}
.header__global-nav-area .h-contact .icon-contact-small::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 21px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url(/images/common/icon-contact.png);
  -webkit-mask-size: 21px 16px;
  -webkit-mask-position: 0 0;
  mask-image: url(/images/common/icon-contact.png);
  mask-size: 21px 16px;
  mask-position: 0 0;
  transition: all 0.6s ease;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .header__global-nav-area .h-contact .icon-contact-small {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .header__global-nav-area .h-contact {
    font-family: YakuHanJP, "Noto Sans JP";
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 105px;
    background-color: #f35528;
    border-radius: 0 0 0 25px;
  }
}
@media screen and (min-width: 980px) {
  .header__global-nav-area .h-contact .icon-contact {
    display: block;
    padding-left: 28px;
  }
  .header__global-nav-area .h-contact .icon-contact::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 16px;
    background-color: #fff;
    -webkit-mask-image: url(/images/common/icon-contact.png);
    -webkit-mask-size: 21px 16px;
    -webkit-mask-position: 0 0;
    mask-image: url(/images/common/icon-contact.png);
    mask-size: 21px 16px;
    mask-position: 0 0;
    transition: all 0.6s ease;
  }
}

/*=================================
	.all-inner
==================================*/
.all-inner {
  padding-left: 5.7142857143vw;
  padding-right: 5.7142857143vw;
}

/*=================================
 .normal-button
==================================*/
.normal-button {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  width: 291px;
  height: 75px;
  color: #fff;
  border-radius: 99px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .normal-button {
    width: 20.7857142857vw;
    font-size: 1.2142857143vw;
    height: auto;
    aspect-ratio: 291/75;
  }
}
.normal-button::before {
  display: block;
  content: "";
  width: 260%;
  height: 800%;
  background: linear-gradient(90deg, #fba91d 0%, #fba91d 51%, #383838 51%, #383838 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
.normal-button:hover {
  color: #131313;
}
.normal-button:hover::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
.normal-button:hover .arrow b {
  background-color: #fba91d;
  animation: move 0.5s ease-out forwards;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(120%);
  }
  51% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
.normal-button .stuffing {
  margin-right: 6px;
  position: relative;
  letter-spacing: 0.08em;
  top: -1px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  .normal-button .stuffing {
    margin-right: 1.1428571429vw;
  }
}
.normal-button .arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: 2;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 99px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .normal-button .arrow {
    aspect-ratio: 1/1;
    width: 8.9347079038%;
    height: auto;
    right: 8.5910652921%;
  }
}
.normal-button .arrow b {
  display: block;
  width: 11px;
  height: 10px;
  background-color: #383838;
  transition: all 0.5s ease;
  -webkit-mask-image: url(../images/common/arrow.svg);
  -webkit-mask-size: 11px 10px;
  -webkit-mask-position: 0 0;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 11px 10px;
  mask-position: 0 0;
}
@media screen and (min-width: 1400px) {
  .normal-button .arrow b {
    width: 0.7857142857vw;
    height: 0.7142857143vw;
    mask-size: 0.7857142857vw 0.7142857143vw;
  }
}
.normal-button.normal-button-back .stuffing {
  margin-left: 0px;
  margin-right: -24px;
}
@media screen and (min-width: 1400px) {
  .normal-button.normal-button-back .stuffing {
    margin-right: -1.7142857143vw;
  }
}
.normal-button.normal-button-back .arrow {
  right: auto;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}
.normal-button.type-a {
  width: 226px;
  height: 60px;
}
@media screen and (min-width: 1400px) {
  .normal-button.type-a {
    width: 16.1428571429vw;
    height: auto;
    aspect-ratio: 226/60;
  }
}
.normal-button.type-a .stuffing {
  font-size: 16px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1400px) {
  .normal-button.type-a .stuffing {
    font-size: 1.1428571429vw;
  }
}
.normal-button.type-a .arrow {
  right: 17px;
}
@media screen and (min-width: 1400px) {
  .normal-button.type-a .arrow {
    right: 7.5221238938%;
  }
}

/*=================================
 .constact-button
==================================*/
.contact-button {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 450px;
  height: 100px;
  color: #fff;
  border-radius: 99px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
}
.contact-button::before {
  display: block;
  content: "";
  width: 260%;
  height: 800%;
  background: linear-gradient(90deg, #fba91d 0%, #fba91d 51%, #f35528 51%, #f35528 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
.contact-button:hover {
  color: #131313;
}
.contact-button:hover .icon-mail::before {
  background-color: #131313;
}
.contact-button:hover::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
.contact-button:hover .arrow b {
  animation: move2 0.5s ease-out forwards;
}
@keyframes move2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(160%);
  }
  51% {
    background-color: #fba91d;
    transform: translateX(-140%);
  }
  100% {
    background-color: #fba91d;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1400px) {
  .contact-button {
    font-size: 1.4285714286vw;
    width: 32.1428571429vw;
    aspect-ratio: 450/100;
    height: auto;
  }
}
.contact-button .icon-mail {
  padding: 8px 24px 8px 45px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  .contact-button .icon-mail {
    padding: 0.4285714286vw 1.7142857143vw 0.5714285714vw 3.2142857143vw;
  }
}
.contact-button .icon-mail::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 29px;
  height: 23px;
  background-color: #fff;
  -webkit-mask-image: url(/images/common/icon-mail.svg);
  -webkit-mask-size: 29px 23px;
  -webkit-mask-position: 0 0;
  mask-image: url(/images/common/icon-mail.svg);
  mask-size: 29px 23px;
  mask-position: 0 0;
  transition: all 0.6s ease;
}
@media screen and (min-width: 1400px) {
  .contact-button .icon-mail::before {
    top: 0.4285714286vw;
    width: 2.0714285714vw;
    height: 1.6428571429vw;
    mask-size: 2.0714285714vw 1.6428571429vw;
  }
}
.contact-button .arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 34px;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 99px;
  transform: translate(0, -50%);
  z-index: 2;
  overflow: hidden;
}
.contact-button .arrow b {
  display: block;
  width: 13px;
  height: 12px;
  background-color: #f35528;
  transition: all 0.5s ease;
  -webkit-mask-image: url(../images/common/arrow.svg);
  -webkit-mask-size: 13px 12px;
  -webkit-mask-position: 0 0;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 13px 12px;
  mask-position: 0 0;
}
@media screen and (min-width: 1400px) {
  .contact-button .arrow b {
    width: 0.9285714286vw;
    height: 0.8571428571vw;
    mask-size: 0.9285714286vw 0.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  .contact-button .arrow {
    right: 7.5555555556%;
    aspect-ratio: 1/1;
    width: 7.1111111111%;
    height: auto;
  }
}

/*=================================
 footer
==================================*/
.footer {
  background-color: #f3f3f3;
  position: relative;
  z-index: 1;
}
.footer.bc-white {
  background-color: #fff;
}
.footer__inner {
  overflow: hidden;
  background-color: #383838;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 1400px) {
  .footer__inner {
    border-top-left-radius: 2.8571428571vw;
    border-top-right-radius: 2.8571428571vw;
  }
}
.footer__contact {
  border-bottom: solid 1px #5f5f5f;
  background-color: #3e3e3e;
}
@media screen and (min-width: 1000px) {
  .footer__contact {
    width: 100%;
    display: flex;
    height: 390px;
  }
}
@media screen and (min-width: 1400px) {
  .footer__contact {
    height: auto;
  }
}
.footer__contact .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  margin-bottom: 47px;
  color: #fff;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .footer__contact .text {
    font-size: 1.9285714286vw;
  }
}
.footer__contact .tel-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
  border-right: #5f5f5f 1px solid;
  background-color: #3e3e3e;
}
@media screen and (min-width: 1000px) {
  .footer__contact .tel-area {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .footer__contact .tel-area {
    padding: 6.75% 0;
  }
}
.footer__contact .tel-area .tel-area-inner .tel {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 55px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (min-width: 1400px) {
  .footer__contact .tel-area .tel-area-inner .tel {
    font-size: 3.9285714286vw;
  }
}
.footer__contact .tel-area .tel-area-inner .tel span {
  font-size: 30px;
}
@media screen and (min-width: 1400px) {
  .footer__contact .tel-area .tel-area-inner .tel span {
    font-size: 2.1428571429vw;
  }
}
.footer__contact .tel-area .tel-area-inner .mobile {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 37px;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .footer__contact .tel-area .tel-area-inner .mobile {
    font-size: 2.6428571429vw;
  }
}
.footer__contact .tel-area .tel-area-inner .mobile span {
  font-size: 30px;
}
@media screen and (min-width: 1400px) {
  .footer__contact .tel-area .tel-area-inner .mobile span {
    font-size: 2.1428571429vw;
  }
}
.footer__contact .mail-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 1px #5f5f5f;
  background-color: #3e3e3e;
  padding: 40px 0;
}
@media screen and (min-width: 1000px) {
  .footer__contact .mail-area {
    width: 50%;
    border-top: none;
  }
}
@media screen and (min-width: 1400px) {
  .footer__contact .mail-area {
    padding: 6.75% 0;
  }
}
.footer__global {
  background-color: #383838;
}
.footer__global .global-inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 80px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .footer__global .global-inner {
    justify-content: space-between;
    padding-top: 6.5%;
    padding-bottom: 6%;
    padding-left: 5.7142857143%;
    padding-right: 5.7142857143%;
  }
}
.footer__global .global-inner .logo-area {
  width: 100%;
  order: 2;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .footer__global .global-inner .logo-area {
    order: 1;
    width: 32.2580645161%;
    text-align: left;
  }
}
.footer__global .global-inner .logo-area .text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.footer__global .global-inner .logo-area .text a {
  color: #fff;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 14px;
}
.footer__global .global-inner .logo-area .text a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .logo-area .text {
    font-size: 1.1428571429vw;
  }
}
.footer__global .global-inner .logo-area .logo {
  width: 148px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 1100px) {
  .footer__global .global-inner .logo-area .logo {
    margin: 0 auto 41px 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .logo-area .logo {
    margin-bottom: 10%;
    width: 10.5714285714vw;
  }
}
.footer__global .global-inner .logo-area .tel-area {
  padding-top: 9px;
}
.footer__global .global-inner .logo-area .tel-area .tel-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .footer__global .global-inner .logo-area .tel-area .tel-lists {
    justify-content: left;
  }
}
.footer__global .global-inner .logo-area .tel-area .tel-lists li {
  color: #fff;
  margin-bottom: 8px;
}
.footer__global .global-inner .logo-area .tel-area .tel-lists li:nth-child(1) {
  margin-right: 12px;
}
.footer__global .global-inner .logo-area .tel-area .tel-lists li:nth-last-child(1) {
  width: 100%;
  margin-bottom: 0;
}
.footer__global .global-inner .logo-area .tel-area .tel-lists li a {
  display: block;
  color: #fff;
}
.footer__global .global-inner .content-area {
  order: 1;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .footer__global .global-inner .content-area {
    order: 2;
    width: 57.2580645161%;
  }
}
.footer__global .global-inner .content-area .content-inner {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.footer__global .global-inner .content-area .content-inner .lists li {
  margin-bottom: 28px;
  line-height: 1;
}
.footer__global .global-inner .content-area .content-inner .lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__global .global-inner .content-area .content-inner .lists li a {
  font-size: 15px;
  color: #fff;
  display: block;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .content-area .content-inner .lists li a {
    font-size: 1.0714285714vw;
  }
}
.footer__global .global-inner .content-area .content-inner .lists li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .content-area .content-inner .content-lists {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .content-area .content-inner .business-lists {
    margin-right: 80px;
  }
}
.footer__global .global-inner .content-area .content-inner .business-lists .lists li:nth-child(n+2) {
  padding-left: 1.5em;
  position: relative;
}
.footer__global .global-inner .content-area .content-inner .business-lists .lists li:nth-child(n+2)::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  width: 4px;
  height: 1px;
  transform: translate(0, -50%);
  background-color: #fff;
}
.footer__global .global-inner .content-area .content-inner .company-lists .lists li:nth-child(n+2) {
  padding-left: 1.5em;
  position: relative;
}
.footer__global .global-inner .content-area .content-inner .company-lists .lists li:nth-child(n+2)::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  width: 4px;
  height: 1px;
  transform: translate(0, -50%);
  background-color: #fff;
}
.footer__global .global-inner .content-area .anchor {
  position: absolute;
  right: -59px;
  top: 0;
  display: block;
  width: 53px;
  height: 53px;
  background-color: #262626;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
}
.footer__global .global-inner .content-area .anchor::after {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 16px;
  display: block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(/images/common/anchor-arrow.svg);
  -webkit-mask-size: 15px 16px;
  -webkit-mask-position: 0 0;
  mask-image: url(/images/common/anchor-arrow.svg);
  mask-size: 15px 16px;
  mask-position: 0 0;
  transition: all 0.6s ease;
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .content-area .anchor::after {
    width: 1.0714285714vw;
    height: 1.1428571429vw;
    mask-size: 1.0714285714vw 1.1428571429vw;
  }
}
.footer__global .global-inner .content-area .anchor::before {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: linear-gradient(90deg, #fba91d 0%, #fba91d 51%, #262626 51%, #262626 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
.footer__global .global-inner .content-area .anchor:hover::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
.footer__global .global-inner .content-area .anchor:hover::after {
  background-color: #131313;
  animation: move3 0.5s ease-out forwards;
}
@keyframes move3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(-120%);
  }
  51% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1100px) {
  .footer__global .global-inner .content-area .anchor {
    right: -4.2142857143vw;
    top: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .content-area .anchor {
    top: -20%;
    width: 3.7857142857vw;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.footer__global .global-inner .privacy-area {
  width: 100%;
  order: 3;
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .privacy-area {
    margin-top: 8%;
  }
}
.footer__global .global-inner .privacy-area .lists {
  display: flex;
  justify-content: space-between;
}
.footer__global .global-inner .privacy-area .lists li {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .privacy-area .lists li {
    font-size: 1vw;
  }
}
.footer__global .global-inner .privacy-area .lists li:nth-last-child(1) {
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .footer__global .global-inner .privacy-area .lists li:nth-last-child(1) {
    font-size: 0.8571428571vw;
  }
}
.footer__global .global-inner .privacy-area .lists li a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
.footer .sp-last-contact-area {
  overflow: hidden;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  z-index: -1;
}

/*=================================
 .title-type-a
==================================*/
.title-type-a {
  text-align: center;
  margin-bottom: 110px;
}
.title-type-a .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #eb3b09;
  display: block;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (min-width: 1400px) {
  .title-type-a .en {
    font-size: 1.6428571429vw;
  }
}
.title-type-a .jp {
  font-size: 53px;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  .title-type-a .jp {
    font-size: 3.7857142857vw;
  }
}

/*=================================
 .title-type-b
==================================*/
.title-type-b {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (min-width: 1400px) {
  .title-type-b {
    margin-bottom: 5%;
  }
}
.title-type-b .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: #eb3b09;
  display: block;
  line-height: 1;
  margin-bottom: 26px;
}
@media screen and (min-width: 1400px) {
  .title-type-b .en {
    margin-bottom: 2%;
    font-size: 1.4285714286vw;
  }
}
.title-type-b .jp {
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .title-type-b .jp {
    font-size: 3.5714285714vw;
  }
}

/*=================================
 .title-deco
==================================*/
.title-deco {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
  color: #eb3b09;
  position: relative;
  z-index: 1;
}
.title-deco::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 200px;
  height: 1px;
  background-color: #eb3b09;
  z-index: -2;
}
.title-deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .title-deco {
    font-size: 1.3571428571vw;
  }
}

/*=================================
 .breadcrumb
==================================*/
.breadcrumb {
  background-color: #f3f3f3;
  padding-top: 162px;
  padding-bottom: 40px;
}
.breadcrumb.bc-white {
  background-color: #fff;
}
.breadcrumb__inner {
  padding: 0 80px;
}
@media screen and (min-width: 1400px) {
  .breadcrumb__inner {
    padding-left: 5.7142857143vw;
    padding-right: 5.7142857143vw;
  }
}
.breadcrumb__lists {
  display: flex;
}
.breadcrumb__lists li {
  font-size: 13px;
  padding-right: 22px;
  position: relative;
  color: #929292;
  word-break: keep-all;
}
.breadcrumb__lists li:nth-child(3) {
  word-break: break-all;
  padding-right: 0;
}
@media screen and (min-width: 1400px) {
  .breadcrumb__lists li {
    font-size: 0.9285714286vw;
    padding-right: 1.5714285714vw;
  }
}
.breadcrumb__lists li::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 7px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 1400px) {
  .breadcrumb__lists li::after {
    top: 0.5714285714vw;
    right: 0.6428571429vw;
    width: 0.3571428571vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.breadcrumb__lists li:nth-last-child(1)::after {
  content: none;
}
.breadcrumb__lists li a {
  display: block;
  color: #000;
}
.breadcrumb.blog li {
  display: block;
  word-break: keep-all;
}
.breadcrumb.blog li:nth-child(3) {
  word-break: break-all;
  padding-right: 0;
}

/*=================================
 .sub-visual
==================================*/
.sub-visual {
  margin: 0 auto;
  max-width: 1400px;
  height: 532px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(60px);
  z-index: 1;
}
.sub-visual__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .sub-visual {
    max-width: none;
    width: 100%;
    aspect-ratio: 1400/532;
  }
}
.sub-visual .sub-title {
  position: absolute;
  left: 50%;
  top: calc(50% + 62px);
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sub-visual .sub-title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 64px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1400px) {
  .sub-visual .sub-title {
    font-size: 4.5714285714vw;
  }
}
.sub-visual .sub-title .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  display: block;
  margin-bottom: 34px;
}
@media screen and (min-width: 1400px) {
  .sub-visual .sub-title .en {
    font-size: 1.7857142857vw;
  }
}
.sub-visual.loaded {
  transform: translateY(0);
}
.sub-visual.loaded .deco-objct-01 {
  transform: translateY(0);
}
.sub-visual.loaded .deco-objct-02 {
  transform: translateY(0) rotate(-15deg);
}
.sub-visual.loaded .deco-objct-03 {
  transform: translateY(0);
}
.sub-visual.loaded .deco-objct-04 {
  transform: translateY(30px) rotate(40deg);
}
.sub-visual.loaded .deco-objct-05 {
  transform: translateY(30px) rotate(33deg);
}
.sub-visual.loaded .deco-objct-06 {
  transform: translateY(0);
}
.sub-visual.loaded .deco-objct-07 {
  transform: translateY(0);
}
.sub-visual.loaded .deco-objct-08 {
  transform: translateY(0);
}
.sub-visual .t_move_obj img {
  transition: all 4s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-01 {
  position: absolute;
  left: -1.0714285714%;
  bottom: 83px;
  width: 75px;
  height: 62px;
  transform: translateY(50px);
  transition: all 4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-01 {
    width: 5.3571428571%;
  }
}
.sub-visual .deco-objct-02 {
  position: absolute;
  left: 5.3571428571%;
  top: 223px;
  width: 26px;
  height: 26px;
  transform: translateY(30px) rotate(-15deg);
  transition: all 5s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-02 {
    width: 1.8571428571%;
  }
}
.sub-visual .deco-objct-03 {
  position: absolute;
  left: 13.3571428571%;
  bottom: 37px;
  width: 97px;
  height: 97px;
  transform: translateY(80px);
  transition: all 5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-03 {
    width: 6.9285714286%;
  }
}
.sub-visual .deco-objct-04 {
  position: absolute;
  left: 23.2142857143%;
  top: 180px;
  width: 39px;
  height: 57px;
  transform: translateY(30px) rotate(40deg);
  transition: all 4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-04 {
    width: 2.7857142857%;
  }
}
.sub-visual .deco-objct-05 {
  position: absolute;
  z-index: 1;
  right: 34.2857142857%;
  bottom: 18px;
  width: 30px;
  height: 30px;
  transform: translateY(30px) rotate(33deg);
  transition: all 4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-05 {
    width: 2.1428571429%;
  }
}
.sub-visual .deco-objct-06 {
  position: absolute;
  right: 22.8571428571%;
  top: 220px;
  width: 59px;
  height: 59px;
  transform: translateY(60px);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-06 {
    width: 4.2142857143%;
  }
}
.sub-visual .deco-objct-07 {
  position: absolute;
  right: 8.5%;
  top: 368px;
  width: 113px;
  height: 91px;
  transform: translateY(50px);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-07 {
    width: 8.0714285714%;
  }
}
.sub-visual .deco-objct-08 {
  position: absolute;
  right: -1.5%;
  top: 223px;
  width: 42px;
  height: 42px;
  transform: translateY(30px);
  transition: all 5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1400px) {
  .sub-visual .deco-objct-08 {
    width: 3%;
  }
}

/*---------------------------------------------------------------------------------------------*/
.news-lists {
  margin-bottom: 48px;
}
@media screen and (min-width: 900px) {
  .news-lists {
    margin-bottom: 0;
  }
}
.news-lists a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 32px;
  display: block;
  color: #000;
}
@media screen and (min-width: 900px) {
  .news-lists a {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.news-lists a:nth-last-child(1) {
  margin-bottom: 0;
}
.news-lists a .time-area {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .news-lists a .time-area {
    margin-bottom: 0;
    width: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .news-lists a .time-area {
    width: 15.7142857143vw;
  }
}
.news-lists a .time-area time {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #979797;
  margin-right: 20px;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .news-lists a .time-area time {
    margin-right: 1.4285714286vw;
    font-size: 1.2857142857vw;
  }
}
.news-lists a .time-area .label {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  background-color: #f35528;
  color: #fff;
  padding: 5px 10px;
  border-radius: 99px;
  display: inline-block;
  position: relative;
  top: 0;
}
@media screen and (min-width: 1400px) {
  .news-lists a .time-area .label {
    font-size: 0.9285714286vw;
  }
}
.news-lists a .text-area {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .news-lists a .text-area {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 1400px) {
  .news-lists a .text-area {
    width: calc(100% - 15.7142857143vw);
  }
}
.news-lists a .text-area .text {
  position: relative;
  top: -5px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (min-width: 1400px) {
  .news-lists a .text-area .text {
    font-size: 1.2857142857vw;
  }
}

/*==================================
  .section-nav
==================================*/
.section-nav {
  padding-top: 130px;
}
.section-nav__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (min-width: 1000px) {
  .section-nav__lists {
    gap: 2.2142857143vw;
  }
}
.section-nav__lists .item {
  width: 48%;
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 4px #000;
  margin-bottom: 48px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .section-nav__lists .item {
    width: 22.9838709677%;
    margin-bottom: 0;
  }
}
.section-nav__lists .item .photo {
  position: relative;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
.section-nav__lists .item .photo img {
  transition: all 0.5s ease;
}
.section-nav__lists .item .text-area {
  text-align: center;
}
.section-nav__lists .item .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  color: #000;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1400px) {
  .section-nav__lists .item .text-area .title {
    font-size: 1.7142857143vw;
  }
}
.section-nav__lists .item .text-area .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 1400px) {
  .section-nav__lists .item .text-area .en {
    font-size: 0.9285714286vw;
  }
}
.section-nav__lists .item.active {
  border-bottom: solid 4px #eb3b09;
}
.section-nav__lists .item.active .photo {
  opacity: 0.5;
}
.section-nav__lists .item.active .title {
  color: #eb3b09;
}
.section-nav__lists .item:hover {
  border-bottom: solid 4px #eb3b09;
}
.section-nav__lists .item:hover .photo img {
  transform: scale(1.1);
}
.section-nav__lists .item:hover .title {
  color: #eb3b09;
}

/*=================================
	.cate_wrap
==================================*/
.cate_wrap {
  margin-bottom: 45px;
}
.cate_wrap .category-lists {
  display: flex;
  justify-content: center;
}
.cate_wrap .category-lists li {
  margin-right: 10px;
}
.cate_wrap .category-lists li.active {
  color: #eb3b09;
}
.cate_wrap .category-lists li.active a {
  color: #eb3b09;
  border: solid 1px #eb3b09;
}
.cate_wrap .category-lists li:nth-last-child(1) {
  margin-right: 0;
}
.cate_wrap .category-lists li a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  color: #000;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 23px;
  padding-right: 23px;
  border: solid 1px #b6b6b6;
  border-radius: 40px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1400px) {
  .cate_wrap .category-lists li a {
    font-size: 1.1428571429vw;
    border-radius: 2.8571428571vw;
    padding-top: 0.4285714286vw;
    padding-bottom: 0.4285714286vw;
    padding-left: 1.6428571429vw;
    padding-right: 1.6428571429vw;
  }
}
.cate_wrap .category-lists li a:hover {
  color: #eb3b09;
  border: solid 1px #eb3b09;
}

/*=================================
	.wp-pagenavi
==================================*/
.wp-pagenavi {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #f3f3f3;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  margin-right: 50px;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .nav-links .prev {
    margin-right: 3.5714285714vw;
    width: 2.8571428571vw;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.nav-links .prev .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .prev .arrow::before {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: linear-gradient(90deg, #fba91d 0%, #fba91d 51%, #383838 51%, #383838 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
.nav-links .prev .arrow b {
  display: block;
  width: 12px;
  height: 11px;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-mask-image: url(../images/common/arrow_l.svg);
  -webkit-mask-size: 12px 11px;
  -webkit-mask-position: 0 0;
  mask-image: url(../images/common/arrow_l.svg);
  mask-size: 12px 11px;
  mask-position: 0 0;
}
@media screen and (min-width: 1400px) {
  .nav-links .prev .arrow b {
    width: 0.8571428571vw;
    height: 0.7857142857vw;
    mask-size: 0.8571428571vw 0.7857142857vw;
  }
}
.nav-links .prev:hover .arrow {
  /*---------------------------------------------------------------------------------------------------------------------*/
}
.nav-links .prev:hover .arrow::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
.nav-links .prev:hover .arrow b {
  background-color: #131313;
  animation: move4 0.5s ease-out forwards;
}
@keyframes move4 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-160%);
  }
  51% {
    transform: translateX(160%);
  }
  100% {
    transform: translateX(0);
  }
}
.nav-links .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  margin-left: 50px;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .nav-links .next {
    margin-left: 3.5714285714vw;
    aspect-ratio: 1/1;
    width: 2.8571428571vw;
    height: auto;
  }
}
.nav-links .next .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .next .arrow::before {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: linear-gradient(90deg, #f6b444 0%, #f6b444 51%, #383838 51%, #383838 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
.nav-links .next .arrow b {
  display: block;
  width: 12px;
  height: 11px;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-mask-image: url(../images/common/arrow.svg);
  -webkit-mask-size: 12px 11px;
  -webkit-mask-position: 0 0;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 12px 11px;
  mask-position: 0 0;
}
@media screen and (min-width: 1400px) {
  .nav-links .next .arrow b {
    width: 0.8571428571vw;
    height: 0.7857142857vw;
    mask-size: 0.8571428571vw 0.7857142857vw;
  }
}
.nav-links .next:hover .arrow::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
.nav-links .next:hover .arrow b {
  background-color: #383838;
  animation: move5 0.5s ease-out forwards;
}
@keyframes move5 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(160%);
  }
  51% {
    transform: translateX(-160%);
  }
  100% {
    transform: translateX(0);
  }
}
.nav-links .page-numbers {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 0 8px;
}
@media screen and (min-width: 1400px) {
  .nav-links .page-numbers {
    padding-left: 0.5714285714vw;
    padding-right: 0.5714285714vw;
    font-size: 1.1428571429vw;
  }
}
.nav-links .page-numbers.current {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  background-color: #383838;
  margin: 0 20px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
}
.nav-links .page-numbers.current.current {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #383838;
  color: #fff;
  border-radius: 999px;
}
@media screen and (min-width: 1400px) {
  .nav-links .page-numbers.current.current {
    font-size: 1.1428571429vw;
    margin-left: 1.4285714286vw;
    margin-right: 1.4285714286vw;
    width: 2.8571428571vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}

/*==================================
  .marker-text
==================================*/
.marker-text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  line-height: 2.6;
  text-align: center;
  margin-bottom: 195px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  .marker-text {
    font-size: 1.7142857143vw;
    margin-bottom: 14%;
  }
}
.marker-text span {
  padding: 2px 25px;
  background: linear-gradient(transparent 0%, #ffff40 0%);
}
@media screen and (min-width: 1400px) {
  .marker-text span {
    padding: 0.2% 1.7857142857vw;
  }
}

/*==================================
  .marker-title
==================================*/
.marker-title {
  text-align: center;
  margin-bottom: 74px;
}
@media screen and (min-width: 1400px) {
  .marker-title {
    font-size: 3.2142857143vw;
    margin-bottom: 74px;
  }
}
.marker-title .title {
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  .marker-title .title {
    font-size: 3.2142857143vw;
  }
}
.marker-title small {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  .marker-title small {
    font-size: 1.7142857143vw;
    margin-bottom: 2.5%;
  }
}
.marker-title small span {
  padding: 2px 5px;
  background: linear-gradient(transparent 70%, #ffff40 70%);
}
@media screen and (min-width: 1400px) {
  .marker-title small span {
    padding: 0.1428571429vw 0.3571428571vw;
  }
}

.marker-title-type-a {
  text-align: center;
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 54px;
  letter-spacing: 0.08em;
}
.marker-title-type-a span {
  padding: 2px 6px;
  background: linear-gradient(transparent 75%, #ffff40 75%);
}

/*==================================
  .deco-title
==================================*/
.deco-title {
  font-size: 28px;
  margin-bottom: 26px;
  padding-left: 36px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .deco-title {
    padding-left: 2.8571428571vw;
    font-size: 2vw;
    margin-bottom: 3%;
  }
}
.deco-title::after {
  content: "";
  position: absolute;
  background-color: #f35527;
  width: 23px;
  height: 23px;
  left: 0;
  top: 8px;
  border-radius: 99px;
}
@media screen and (min-width: 1400px) {
  .deco-title::after {
    top: 23%;
    width: 1.6428571429vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}

/*==================================
  mask
==================================*/
.mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.move_obj01 img {
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.move_obj02 img {
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.move_obj03 img {
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 800px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 799px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 799px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top {
  overflow: hidden;
  /*=================================
   .main-scene
  ==================================*/
  /*---------------------------------------------*/
  /*=================================
   .section-message
  ==================================*/
  /*=================================
  	.section-ceo
  ==================================*/
  /*=================================
  	.section-business
  ==================================*/
  /*=================================
  	.section-three
  ==================================*/
  /*=================================
   .section-column
  ==================================*/
  /*=================================
  	.section-news
  ==================================*/
  /*=================================
  	.swiper-button
  ==================================*/
}
#Top .scene {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*-----------------------------------------------------------------*/
}
#Top .scene .left-area {
  box-sizing: border-box;
  width: 50%;
  height: 700px;
  padding-left: 5vw;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #Top .scene .left-area {
    width: 40.7142857143vw;
    height: auto;
  }
}
#Top .scene .left-area .left-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  height: 100%;
}
#Top .scene .left-area .left-inner .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 61px;
  line-height: 1.5;
  margin-bottom: 32px;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 1080px) {
  #Top .scene .left-area .left-inner .title .ctm-br {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  #Top .scene .left-area .left-inner .title {
    font-size: 4.3571428571vw;
  }
}
#Top .scene .left-area .left-inner .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Top .scene .left-area .left-inner .text {
    font-size: 1.4285714286vw;
    line-height: 2;
  }
}
#Top .scene .right-area {
  box-sizing: border-box;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 0 0 0 40px;
  width: 59.2857142857vw;
  padding-left: 4.5714285714vw;
}
@media screen and (min-width: 1400px) {
  #Top .scene .right-area {
    width: 59.2857142857vw;
  }
}
#Top .scene .right-area .deco-objct-03 {
  position: absolute;
  z-index: 10;
  bottom: 97px;
  right: -60px;
  width: 150px;
}
@media screen and (min-width: 1400px) {
  #Top .scene .right-area .deco-objct-03 {
    width: 10.7142857143vw;
    right: -4.2857142857vw;
  }
}
#Top .scene .right-area .scroll-area {
  position: absolute;
  right: 32px;
  bottom: 72px;
  z-index: 99;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
#Top .scene .right-area .scroll-area::after {
  content: "";
  position: absolute;
  top: 74px;
  left: 50%;
  width: 1px;
  height: 58px;
  background-color: #000;
  animation: sc 1.5s linear forwards infinite;
}
@keyframes sc {
  0% {
    top: 74px;
    bottom: auto;
    height: 0px;
  }
  50% {
    top: 74px;
    bottom: auto;
    height: 58px;
  }
  51% {
    top: auto;
    bottom: -72px;
    height: 58px;
  }
  90% {
    top: auto;
    bottom: -72px;
    height: 0px;
  }
  100% {
    top: auto;
    bottom: -72px;
    height: 0px;
  }
}
#Top .scene .right-area .scroll-area .scroll-inner {
  position: relative;
}
#Top .scene .right-area .scroll-area .scroll-inner .scroll-text {
  font-size: 12px;
}
#Top .scene .right-area .right-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  height: 100%;
  position: relative;
}
#Top .scene .right-area .right-inner .photo {
  width: 47.4285714286vw;
  margin-top: 80px;
  aspect-ratio: 1762/1206;
  position: relative;
}
#Top .scene .right-area .right-inner .photo img.t00 {
  display: block;
  width: 42.9057888763%;
  position: absolute;
  top: 0;
  left: 33.8819523269%;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1.4s ease;
}
#Top .scene .right-area .right-inner .photo img.t01 {
  display: block;
  width: 11.350737798%;
  position: absolute;
  top: 25.3731343284%;
  left: 3.9160045403%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.8s 0.3s ease;
}
#Top .scene .right-area .right-inner .photo img.t02 {
  display: block;
  width: 8.7400681044%;
  position: absolute;
  top: 5.4726368159%;
  left: 21.5664018161%;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.6s 0.4s ease;
}
#Top .scene .right-area .right-inner .photo img.t03 {
  display: block;
  width: 10.6129398411%;
  position: absolute;
  top: 52.9021558872%;
  left: 19.7502837684%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.2s 0.5s ease;
}
#Top .scene .right-area .right-inner .photo img.t04 {
  display: block;
  width: 11.9182746879%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateX(20px) translateY(20px);
  transition: all 1.5s 0.3s ease;
}
#Top .scene .right-area .right-inner .photo img.t05 {
  display: block;
  width: 9.1373439274%;
  position: absolute;
  top: 19.0713101161%;
  right: 14.8127128263%;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.6s 0.4s ease;
}
#Top .scene .right-area .right-inner .photo img.t06 {
  display: block;
  width: 14.9262202043%;
  position: absolute;
  top: 33.1674958541%;
  right: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.8s 0.6s ease;
}
#Top .scene .right-area .right-inner .photo img.t07 {
  display: block;
  width: 8.5698070375%;
  position: absolute;
  top: 70.1492537313%;
  right: 5.9023836549%;
  opacity: 0;
  transform: translateX(-20px) translateY(20px);
  transition: all 1.5s 0.3s ease;
}
#Top .scene .right-area .right-inner .photo.loaded img.t00 {
  opacity: 1;
  transform: translateY(0);
}
#Top .scene .right-area .right-inner .photo.loaded img.t01 {
  opacity: 1;
  transform: translateY(0);
}
#Top .scene .right-area .right-inner .photo.loaded img.t02 {
  opacity: 1;
  transform: translateY(0);
}
#Top .scene .right-area .right-inner .photo.loaded img.t03 {
  opacity: 1;
  transform: translateY(0);
}
#Top .scene .right-area .right-inner .photo.loaded img.t04 {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
#Top .scene .right-area .right-inner .photo.loaded img.t05 {
  opacity: 1;
  transform: translateY(0);
}
#Top .scene .right-area .right-inner .photo.loaded img.t06 {
  opacity: 1;
  transform: translateY(0);
}
#Top .scene .right-area .right-inner .photo.loaded img.t07 {
  opacity: 1;
  transform: translateY(0);
}
#Top .scene .right-area .title-deco {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
  margin-bottom: 32px;
}
#Top .scene .right-area .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  line-height: 2.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Top .scene .right-area .text {
    font-size: 1.4285714286vw;
  }
}
#Top .scene.take-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#Top .scene.take-01 .right-area {
  height: 756px;
}
#Top .scene.take-02 {
  margin: 840px 0 0 0;
  padding: 200px 0 0 0;
  background-color: #fff;
  background: linear-gradient(transparent 0%, #fff 10%);
  align-items: flex-start;
}
#Top .scene.take-02 .title-deco {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}
#Top .scene.take-02 .title-deco::before {
  width: 158px;
}
#Top .scene.take-02 .title-deco::after {
  width: 107px;
}
#Top .scene.take-02 .pos {
  position: fixed;
  top: 243px;
  left: 0;
  height: 700px;
  margin-left: 5vw;
}
#Top .scene.take-02 .pos.fixed {
  margin-left: 0;
  position: static;
  transform: translateY(-3%);
}
#Top .scene.take-02 .pos .deco-objct-01 {
  position: absolute;
  width: 84px;
  top: -150px;
  right: -40px;
  transform: translateY(60px);
  transition: all 5s cubic-bezier(0.22, 1, 0.36, 1);
}
#Top .scene.take-02 .pos .deco-objct-02 {
  position: absolute;
  top: 73%;
  left: -88px;
  width: 52px;
  transform: translateY(60px) rotate(-15deg);
  transition: all 5s cubic-bezier(0.22, 1, 0.36, 1);
}
#Top .scene.take-02.loaded .pos .deco-objct-01 {
  transform: translateY(0);
}
#Top .scene.take-02.loaded .pos .deco-objct-02 {
  transform: translateY(0) rotate(-15deg);
}
#Top .scene.take-02 .right-area {
  background-color: transparent;
  padding: 0 0 200px 0;
}
#Top .scene.take-02 .right-area .text {
  margin-bottom: 52px;
  padding-right: 2.8571428571vw;
}
@media screen and (min-width: 1400px) {
  #Top .scene.take-02 .right-area .text {
    margin-bottom: 4%;
  }
}
#Top .section-message {
  margin-bottom: 218px;
}
#Top .section-message__inner {
  display: flex;
  margin: 0 auto;
  position: relative;
  padding-left: 80px;
}
#Top .section-message .title-area {
  box-sizing: border-box;
  width: 500px;
  margin-right: 100px;
  position: relative;
}
#Top .section-message .title-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 61px;
  margin-bottom: 40px;
  line-height: 1.5;
}
#Top .section-message .title-area .sub-title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}
#Top .section-message .title-deco {
  margin-bottom: 30px;
}
#Top .section-message .text-area {
  width: calc(100% - 600px);
}
#Top .section-message .text-area .text {
  font-size: 20px;
  line-height: 2.6;
  margin-bottom: 70px;
}
#Top .section-ceo {
  padding-bottom: 180px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#Top .section-ceo__inner {
  margin: 0 auto;
  height: 530px;
  padding: 0 50px;
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__inner {
    height: auto;
  }
}
#Top .section-ceo__photo {
  height: 530px;
  border-radius: 30px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__photo {
    max-width: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1300/530;
    border-radius: 30px;
  }
}
#Top .section-ceo__photo .photo {
  width: 100%;
  height: 100%;
  background-image: url(/images/top/top-photo-ceo.jpg);
  background-position: -280px center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
@media screen and (min-width: 1100px) {
  #Top .section-ceo__photo .photo {
    background-position: left center;
  }
}
#Top .section-ceo__photo .name-area {
  position: absolute;
  left: 56.3076923077%;
  bottom: 100px;
}
#Top .section-ceo__photo .name-area .ceo {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__photo .name-area .ceo {
    font-size: 1vw;
  }
}
#Top .section-ceo__photo .name-area .jp-name {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 27px;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__photo .name-area .jp-name {
    font-size: 1.9285714286vw;
  }
}
#Top .section-ceo__photo .name-area .en-name {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.15em;
  display: inline-block;
  position: relative;
  top: -6px;
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__photo .name-area .en-name {
    font-size: 0.8571428571vw;
  }
}
#Top .section-ceo__photo .deco-objct-01 {
  width: 46px;
  position: absolute;
  top: 79.2452830189%;
  left: 8.6923076923%;
}
@media screen and (min-width: 1000px) {
  #Top .section-ceo__photo .deco-objct-01 {
    top: 53.2075471698%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__photo .deco-objct-01 {
    width: 3.5384615385%;
  }
}
#Top .section-ceo__photo .deco-objct-02 {
  position: absolute;
  width: 100px;
  top: -4.5283018868%;
  left: 70.9230769231%;
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__photo .deco-objct-02 {
    width: 7.6923076923%;
  }
}
#Top .section-ceo__photo .deco-objct-03 {
  position: absolute;
  width: 54px;
  top: 39.6226415094%;
  left: 86.9230769231%;
}
@media screen and (min-width: 1400px) {
  #Top .section-ceo__photo .deco-objct-03 {
    top: 39.6226415094%;
    left: 86.9230769231%;
    width: 4.1538461538%;
  }
}
#Top .section-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#Top .section-business {
  padding-top: 168px;
  padding-bottom: 168px;
  border-radius: 40px;
  background-color: #f3f3f3;
  position: relative;
}
#Top .section-business .title-type-a {
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #Top .section-business .title-type-a {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-business {
    padding-top: 11.75%;
    padding-bottom: 5.5%;
    border-radius: 2.8571428571vw;
  }
}
#Top .section-business__inner {
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (min-width: 980px) {
  #Top .section-business__inner {
    padding: 0 80px;
  }
}
#Top .section-business__content-box {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (min-width: 1300px) {
  #Top .section-business__content-box {
    align-items: end;
  }
}
#Top .section-business__content-box .text-area {
  order: 2;
  width: 45%;
}
@media screen and (min-width: 980px) {
  #Top .section-business__content-box .text-area {
    width: 56.4516129032%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-business__content-box .text-area {
    width: 52.2580645161%;
  }
}
#Top .section-business__content-box .text-area .title-business {
  font-size: 35px;
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Top .section-business__content-box .text-area .title-business {
    font-size: 2.5vw;
  }
}
#Top .section-business__content-box .text-area .text {
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  #Top .section-business__content-box .text-area .text {
    font-size: 1.2142857143vw;
  }
}
#Top .section-business__content-box .photo-area {
  order: 1;
  width: 55%;
  padding-right: 6%;
}
@media screen and (min-width: 980px) {
  #Top .section-business__content-box .photo-area {
    box-sizing: border-box;
    width: 43.5483870968%;
    padding-right: 8.064516129%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-business__content-box .photo-area {
    width: 47.8225806452%;
    padding-right: 10.4032258065%;
    padding-left: 2.1774193548%;
  }
}
@media screen and (min-width: 980px) {
  #Top .section-business__content-box .photo-area .photo {
    margin-left: -40px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-business__content-box .photo-area .photo {
    margin-left: 0;
  }
}
#Top .section-business__content-box .photo-area .photo img {
  width: 100%;
}
#Top .section-business__content-box.change .text-area {
  order: 1;
}
#Top .section-business__content-box.change .photo-area {
  padding-left: 6%;
  padding-right: 0;
  order: 2;
}
@media screen and (min-width: 980px) {
  #Top .section-business__content-box.change .photo-area {
    padding-left: 8.064516129%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-business__content-box.change .photo-area {
    width: 47.8225806452%;
    padding-left: 10.4032258065%;
    padding-right: 2.1774193548%;
  }
}
@media screen and (min-width: 980px) {
  #Top .section-business__content-box.change .photo-area .photo {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-business__content-box.change .photo-area .photo {
    margin-right: 0;
  }
}
#Top .section-business .deco-objct-01 {
  position: absolute;
  left: -20px;
  bottom: 700px;
  width: 48px;
}
@media screen and (min-width: 1400px) {
  #Top .section-business .deco-objct-01 {
    left: -1.4285714286vw;
    width: 3.4285714286vw;
    bottom: 45%;
  }
}
#Top .section-business .deco-objct-02 {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 39px;
  transform: rotate(39deg);
}
@media screen and (min-width: 1400px) {
  #Top .section-business .deco-objct-02 {
    top: 6%;
    left: 25vw;
    width: 2.7857142857vw;
  }
}
#Top .section-business .deco-objct-03 {
  position: absolute;
  top: 300px;
  right: 100px;
  width: 76px;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1400px) {
  #Top .section-business .deco-objct-03 {
    top: 19%;
    right: 7.1428571429vw;
    width: 5.4285714286vw;
  }
}
#Top .section-business .deco-objct-04 {
  position: absolute;
  bottom: -44px;
  left: 300px;
  width: 87px;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #Top .section-business .deco-objct-04 {
    left: 21.4285714286vw;
    width: 6.2142857143vw;
    bottom: -2%;
  }
}
#Top .section-business .deco-objct-05 {
  position: absolute;
  bottom: 300px;
  right: -20px;
  width: 42px;
}
@media screen and (min-width: 1400px) {
  #Top .section-business .deco-objct-05 {
    right: -1.4285714286vw;
    width: 3vw;
    bottom: 20%;
  }
}
#Top .section-three {
  padding-top: 220px;
  padding-bottom: 153px;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1400px) {
  #Top .section-three {
    padding-top: 12.5%;
    padding-bottom: 10%;
  }
}
#Top .section-three .title-type-a {
  margin-bottom: 96px;
}
#Top .section-three__inner {
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #Top .section-three__lists {
    display: flex;
    justify-content: space-between;
    gap: 3.3064516129vw;
  }
}
#Top .section-three__lists .item {
  padding-top: 5%;
  padding-bottom: 9%;
  padding-left: 4.6%;
  padding-right: 4.6%;
  border: solid 6px #000;
  border-radius: 60px;
  position: relative;
  margin-bottom: 24px;
}
#Top .section-three__lists .item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  #Top .section-three__lists .item {
    border-radius: 100px;
    margin-bottom: 0;
  }
}
#Top .section-three__lists .item .deco-objct {
  position: absolute;
  bottom: 60px;
  right: -11px;
  width: 22px;
  background-color: #f35528;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #Top .section-three__lists .item .deco-objct {
    width: 5.684754522%;
    height: auto;
    right: -2%;
    bottom: 24%;
  }
}
#Top .section-three__lists .item::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  transform: rotate(30deg);
}
@media screen and (min-width: 1000px) {
  #Top .section-three__lists .item::after {
    right: -10px;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-three__lists .item::after {
    width: 5.684754522%;
    right: -1%;
    bottom: 20%;
    transform: rotate(20deg);
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-three__lists .item {
    border-radius: 999px;
  }
}
#Top .section-three__lists .item .title {
  font-size: 28px;
  margin-bottom: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  #Top .section-three__lists .item .title {
    font-size: 1.8571428571vw;
    margin-bottom: 3%;
  }
}
#Top .section-three__lists .item .title .num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  color: #59cb29;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #Top .section-three__lists .item .title .num {
    font-size: 2.5vw;
    margin-bottom: 2%;
  }
}
#Top .section-three__lists .item .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  position: relative;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Top .section-three__lists .item .text {
    font-size: 1.1428571429vw;
  }
}
#Top .section-three .deco-objct-01 {
  position: absolute;
  left: 100px;
  top: 120px;
  width: 30px;
  transform: rotate(33deg);
}
@media screen and (min-width: 1400px) {
  #Top .section-three .deco-objct-01 {
    left: 7.1428571429vw;
    top: 13%;
    width: 2.1428571429vw;
  }
}
#Top .section-three .deco-objct-02 {
  position: absolute;
  right: 270px;
  top: -80px;
  width: 73px;
}
@media screen and (min-width: 1400px) {
  #Top .section-three .deco-objct-02 {
    right: 19.2857142857vw;
    top: -4%;
    width: 5.2142857143vw;
  }
}
#Top .section-three .deco-objct-03 {
  position: absolute;
  right: -20px;
  top: 170px;
  width: 51px;
  transform: rotate(-16deg);
}
@media screen and (min-width: 1400px) {
  #Top .section-three .deco-objct-03 {
    right: -1.4285714286vw;
    top: 20%;
    width: 3.6428571429vw;
  }
}
#Top .section-column {
  padding-top: 150px;
  padding-bottom: 125px;
  background-color: #f3f3f3;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #Top .section-column {
    padding-top: 10.5%;
    padding-bottom: 12.5%;
  }
}
#Top .section-column__inner {
  padding: 0 40px;
  position: relative;
  margin: 0 auto;
}
#Top .section-column__inner .normal-button {
  position: absolute;
  right: 80px;
  top: 50%;
}
#Top .section-column .normal-button {
  width: 226px;
  height: 60px;
}
@media screen and (min-width: 1400px) {
  #Top .section-column .normal-button {
    width: 16.1428571429vw;
    font-size: 1.2142857143vw;
    aspect-ratio: 226/60;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-column .normal-button .arrow {
    aspect-ratio: 1/1;
    width: 11.5044247788%;
    height: auto;
  }
}
#Top .section-column .swiper {
  display: flex;
  overflow: both !important;
  padding: 0 40px;
}
#Top .section-column .swiper .swiper-slide {
  width: 360px;
}
@media screen and (min-width: 1400px) {
  #Top .section-column .swiper .swiper-slide {
    width: 25.7142857143vw;
  }
}
#Top .section-column .swiper .swiper-slide a {
  display: block;
  padding-right: 2.8571428571vw;
}
#Top .section-column .swiper a:hover .photo img {
  transform: scale(1.1);
}
#Top .section-column .swiper .photo {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #Top .section-column .swiper .photo {
    aspect-ratio: 360/253;
    margin-bottom: 3%;
  }
}
#Top .section-column .swiper .photo img {
  transition: all 0.5s ease;
}
#Top .section-column .swiper .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  word-break: break-all;
  color: #131313;
}
@media screen and (min-width: 1400px) {
  #Top .section-column .swiper .text-area .title {
    font-size: 1.4285714286vw;
    margin-bottom: 3%;
  }
}
#Top .section-column .swiper .text-area .label {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 99px;
  background-color: #f35528;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  #Top .section-column .swiper .text-area .label {
    font-size: 0.9285714286vw;
  }
}
#Top .section-news {
  padding-top: 180px;
  padding-bottom: 175px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 1400px) {
  #Top .section-news {
    padding-top: 13%;
    padding-bottom: 12.5%;
  }
}
#Top .section-news__inner {
  padding-left: 5.7142857143vw;
  padding-right: 5.7142857143vw;
  margin: 0 auto;
  position: relative;
}
#Top .section-news .title-type-b {
  margin-bottom: 90px;
}
#Top .section-news__lists-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: self-end;
  justify-content: space-between;
}
#Top .section-news__lists-wrap .lists-area {
  width: calc(100% - 20vw);
  box-sizing: border-box;
}
#Top .section-news__lists-wrap .button-area {
  display: flex;
  align-items: self-end;
}
#Top .section-news__lists-wrap .button-area .normal-button {
  width: 226px;
  height: 60px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news__lists-wrap .button-area .normal-button {
    font-size: 1.2142857143vw;
    width: 16.1428571429vw;
    aspect-ratio: 226/60;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  #Top .section-news__lists-wrap .button-area .normal-button .arrow {
    aspect-ratio: 1/1;
    width: 11.5044247788%;
    height: auto;
  }
}
#Top .section-news .deco-objct-01 {
  position: absolute;
  top: 0;
  right: 380px;
  width: 87px;
}
@media screen and (min-width: 1400px) {
  #Top .section-news .deco-objct-01 {
    top: 0;
    right: 27.1428571429vw;
    width: 6.2142857143vw;
  }
}
#Top .section-news .deco-objct-02 {
  position: absolute;
  top: -80px;
  right: 110px;
  width: 73px;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1400px) {
  #Top .section-news .deco-objct-02 {
    top: -18%;
    right: 7.8571428571vw;
    width: 5.2142857143vw;
  }
}
#Top .swiper-button-prev,
#Top .swiper-button-next {
  position: absolute;
  top: 0 !important;
  height: 64px;
  width: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 8%;
}
#Top .swiper-button-prev img,
#Top .swiper-button-next img {
  width: 21px;
}
@media screen and (min-width: 1400px) {
  #Top .swiper-button-prev img,
  #Top .swiper-button-next img {
    width: 32.8125%;
  }
}
@media screen and (min-width: 1400px) {
  #Top .swiper-button-prev,
  #Top .swiper-button-next {
    aspect-ratio: 1/1;
    width: 4.5714285714vw;
    height: auto;
  }
}
#Top .swiper-button-prev:hover img {
  animation: move4 0.5s ease-out forwards;
}
#Top .swiper-button-next:hover img {
  animation: move5 0.5s ease-out forwards;
}
#Top .swiper-button-prev {
  left: 20px;
}
#Top .swiper-button-next {
  right: 20px;
}
#Top .swiper-button-next:after,
#Top .swiper-button-prev:after {
  display: none;
}

#Company {
  /*==================================
    .section-company
  ==================================*/
}
#Company .section-company {
  padding-top: 110px;
}
@media screen and (min-width: 1400px) {
  #Company .section-company {
    padding-top: 8%;
  }
}
#Company .section-company__content-box {
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #e6e6e6;
  color: #131313;
}
#Company .section-company__content-box:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#Company .section-company__content-box .photo-area {
  width: 29.6428571429vw;
}
#Company .section-company__content-box .photo-area .photo {
  border-radius: 12px;
  overflow: hidden;
}
#Company .section-company__content-box .photo-area .photo img {
  transition: all 0.5s ease;
}
#Company .section-company__content-box .text-area {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 54.8571428571vw;
  padding-left: 4.2857142857vw;
}
#Company .section-company__content-box .text-area .title {
  font-size: 37px;
  margin-bottom: 28px;
  width: 100%;
  position: relative;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Company .section-company__content-box .text-area .title {
    font-size: 2.6428571429vw;
  }
}
#Company .section-company__content-box .text-area .title .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #f35528;
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media screen and (min-width: 1400px) {
  #Company .section-company__content-box .text-area .title .en {
    font-size: 1.0714285714vw;
  }
}
#Company .section-company__content-box .text-area .title .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #Company .section-company__content-box .text-area .title .arrow {
    aspect-ratio: 1/1;
    width: 2.7142857143vw;
    height: auto;
  }
}
#Company .section-company__content-box .text-area .title .arrow::before {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: linear-gradient(90deg, #f8c164 0%, #f8c164 51%, #383838 51%, #383838 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
#Company .section-company__content-box .text-area .title .arrow b {
  display: block;
  width: 15px;
  height: 14px;
  background-color: #fff;
  transition: all 0.5s ease;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 15px 14px;
  mask-position: 0 0;
}
@media screen and (min-width: 1400px) {
  #Company .section-company__content-box .text-area .title .arrow b {
    width: 1.0714285714vw;
    height: 1vw;
    mask-size: 1.0714285714vw 1vw;
  }
}
#Company .section-company__content-box .text-area .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Company .section-company__content-box .text-area .text {
    font-size: 1.2142857143vw;
  }
}
#Company .section-company__content-box:hover .photo img {
  transform: scale(1.1);
}
#Company .section-company__content-box:hover .title .arrow::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
#Company .section-company__content-box:hover .title .arrow b {
  background-color: #383838;
  animation: move 0.5s ease-out forwards;
}

/*==================================
  #Greetin
==================================*/
#Greeting {
  /*==================================
    .section-greeting
  ==================================*/
  /*==================================
    .section-profile
  ==================================*/
}
#Greeting .section-greeting {
  padding-top: 110px;
  margin-bottom: 150px;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-greeting {
    padding-top: 8%;
    margin-bottom: 10%;
  }
}
#Greeting .section-greeting__content-box {
  display: flex;
  margin-bottom: 116px;
}
#Greeting .section-greeting__content-box:nth-last-child(1) {
  margin-bottom: 0;
}
#Greeting .section-greeting__content-box .photo-area {
  width: 36vw;
  margin-right: 8vw;
}
#Greeting .section-greeting__content-box .photo-area .photo {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-greeting__content-box .photo-area .photo {
    border-radius: 2.1428571429vw;
  }
}
#Greeting .section-greeting__content-box .text-area {
  width: 44.6428571429vw;
}
#Greeting .section-greeting__content-box .text-area .title {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-greeting__content-box .text-area .title {
    font-size: 2.4285714286vw;
    margin-bottom: 2.5%;
  }
}
#Greeting .section-greeting__content-box .text-area .text {
  font-size: 17px;
  line-height: 2.2;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-greeting__content-box .text-area .text {
    font-size: 1.2142857143vw;
  }
}
#Greeting .section-greeting__content-box .text-area .text + .title {
  margin-top: 40px;
}
#Greeting .section-greeting__content-box.change .photo-area {
  order: 2;
  margin-left: 8vw;
  margin-right: 0;
}
#Greeting .section-greeting__content-box.change .text-area {
  order: 1;
}
#Greeting .section-profile {
  padding-top: 130px;
  padding-bottom: 110px;
  background-color: #f3f3f3;
  border-radius: 30px;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile {
    padding-top: 9.5%;
    padding-bottom: 8.25%;
  }
}
#Greeting .section-profile__profile {
  background-color: #fff;
  border-radius: 25px;
  padding: 60px 80px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #Greeting .section-profile__profile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #Greeting .section-profile__profile {
    padding-top: 90px;
    padding-bottom: 50px;
    padding-left: 86px;
    padding-right: 86px;
  }
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile {
    padding: 6% 7%;
  }
}
#Greeting .section-profile__profile .ceo-area {
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 16px;
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  #Greeting .section-profile__profile .ceo-area {
    width: 252px;
    border: none;
  }
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile .ceo-area {
    width: 18vw;
  }
}
#Greeting .section-profile__profile .ceo-area .name-ceo {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile .ceo-area .name-ceo {
    font-size: 1vw;
  }
}
#Greeting .section-profile__profile .ceo-area .name-jp {
  font-size: 27px;
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 30px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile .ceo-area .name-jp {
    font-size: 1.9285714286vw;
    display: block;
  }
}
#Greeting .section-profile__profile .ceo-area .name-en {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile .ceo-area .name-en {
    font-size: 0.8571428571vw;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  #Greeting .section-profile__profile .text-area {
    width: calc(100% - 252px);
    border-left: solid 1px #dbdbdb;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  #Greeting .section-profile__profile .text-area {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile .text-area {
    width: 54.5vw;
    padding-left: 6.4285714286vw;
  }
}
#Greeting .section-profile__profile .text-area .text {
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile .text-area .text {
    font-size: 1.1428571429vw;
  }
}
#Greeting .section-profile__profile .deco-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  position: absolute;
  line-height: 1;
  left: 53px;
  top: -24px;
}
@media screen and (min-width: 1400px) {
  #Greeting .section-profile__profile .deco-text {
    font-size: 3.5714285714vw;
  }
}

/*==================================
  #Greetin
==================================*/
#Overview {
  /*==================================
    .section-company
  ==================================*/
}
#Overview .section-company {
  padding-top: 110px;
}
@media screen and (min-width: 1400px) {
  #Overview .section-company {
    padding-top: 8%;
  }
}
#Overview .section-company__inner {
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #Overview .section-company__inner {
    padding: 0 155px;
  }
}
@media screen and (min-width: 1400px) {
  #Overview .section-company__inner {
    padding-left: 11.0714285714vw;
    padding-right: 11.0714285714vw;
  }
}
#Overview .section-company__lists {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #eee;
}
#Overview .section-company__lists dt {
  box-sizing: border-box;
  font-size: 17px;
  padding: 31px 0;
  width: 14.6788990826%;
  border-bottom: solid 1px #eee;
  padding-left: 1.5596330275%;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Overview .section-company__lists dt {
    font-size: 1.2142857143vw;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 1.5596330275%;
  }
}
#Overview .section-company__lists dd {
  box-sizing: border-box;
  font-size: 17px;
  padding: 31px 0;
  width: 85.3211009174%;
  border-bottom: solid 1px #eee;
  letter-spacing: 0.06em;
}
#Overview .section-company__lists dd a {
  color: #131313;
}
@media screen and (min-width: 1400px) {
  #Overview .section-company__lists dd {
    font-size: 1.2142857143vw;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 1.5596330275%;
  }
}

/*==================================
  Business
==================================*/
#Business {
  /*=================================
  	.section-business
  ==================================*/
}
#Business .section-business {
  padding-top: 110px;
  border-radius: 40px 40px 0 0;
  background-color: #f3f3f3;
}
#Business .section-business .title-type-a {
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #Business .section-business {
    padding-top: 11.75%;
    border-radius: 2.8571428571vw 2.8571428571vw 0 0;
  }
}
#Business .section-business__inner {
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (min-width: 980px) {
  #Business .section-business__inner {
    padding: 0 80px;
  }
}
#Business .section-business__content-box {
  display: flex;
  margin-bottom: 100px;
}
#Business .section-business__content-box:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) {
  #Business .section-business__content-box {
    align-items: end;
  }
}
#Business .section-business__content-box .text-area {
  order: 2;
  width: 45%;
}
@media screen and (min-width: 980px) {
  #Business .section-business__content-box .text-area {
    width: 56.4516129032%;
  }
}
@media screen and (min-width: 1400px) {
  #Business .section-business__content-box .text-area {
    width: 52.2580645161%;
  }
}
#Business .section-business__content-box .text-area .title-business {
  font-size: 35px;
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Business .section-business__content-box .text-area .title-business {
    font-size: 2.5vw;
  }
}
#Business .section-business__content-box .text-area .text {
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  #Business .section-business__content-box .text-area .text {
    font-size: 1.2142857143vw;
  }
}
#Business .section-business__content-box .photo-area {
  order: 1;
  width: 55%;
  padding-right: 6%;
}
@media screen and (min-width: 980px) {
  #Business .section-business__content-box .photo-area {
    box-sizing: border-box;
    width: 43.5483870968%;
    padding-right: 8.064516129%;
  }
}
@media screen and (min-width: 1400px) {
  #Business .section-business__content-box .photo-area {
    width: 47.8225806452%;
    padding-right: 10.4032258065%;
    padding-left: 2.1774193548%;
  }
}
@media screen and (min-width: 980px) {
  #Business .section-business__content-box .photo-area .photo {
    margin-left: -40px;
  }
}
@media screen and (min-width: 1400px) {
  #Business .section-business__content-box .photo-area .photo {
    margin-left: 0;
  }
}
#Business .section-business__content-box .photo-area .photo img {
  width: 100%;
}
#Business .section-business__content-box.change .text-area {
  order: 1;
}
#Business .section-business__content-box.change .photo-area {
  padding-left: 6%;
  padding-right: 0;
  order: 2;
}
@media screen and (min-width: 980px) {
  #Business .section-business__content-box.change .photo-area {
    padding-left: 8.064516129%;
  }
}
@media screen and (min-width: 1400px) {
  #Business .section-business__content-box.change .photo-area {
    width: 47.8225806452%;
    padding-left: 10.4032258065%;
    padding-right: 2.1774193548%;
  }
}
@media screen and (min-width: 980px) {
  #Business .section-business__content-box.change .photo-area .photo {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1400px) {
  #Business .section-business__content-box.change .photo-area .photo {
    margin-right: 0;
  }
}

/*==================================
  Column
==================================*/
#Column {
  /*=================================
  	.section-column
  ==================================*/
  /*=================================
  	.news-lists
  ==================================*/
  /*--------------------*/
}
#Column .section-column {
  padding-top: 110px;
}
@media screen and (min-width: 1400px) {
  #Column .section-column {
    padding-top: 8%;
  }
}
#Column .section-column .cate_wrap {
  margin-bottom: 76px;
}
@media screen and (min-width: 1400px) {
  #Column .section-column .cate_wrap {
    margin-bottom: 6%;
  }
}
#Column .section-column__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Column .section-column__lists .item {
  width: 31.2%;
  margin-bottom: 64px;
}
@media screen and (min-width: 1400px) {
  #Column .section-column__lists .item {
    margin-bottom: 5%;
  }
}
#Column .section-column__lists .item a {
  display: block;
  color: #000;
}
#Column .section-column__lists .item a .photo {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  border: solid 1px #d7d7d7;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #Column .section-column__lists .item a .photo {
    border-radius: 1.7857142857vw;
    margin-bottom: 5%;
  }
}
#Column .section-column__lists .item a .photo img {
  transition: all 0.5s ease;
}
#Column .section-column__lists .item a .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  word-break: break-all;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1400px) {
  #Column .section-column__lists .item a .text-area .title {
    font-size: 1.4285714286vw;
    margin-bottom: 5%;
  }
}
#Column .section-column__lists .item a .text-area .label {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 99px;
  background-color: #f35528;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  #Column .section-column__lists .item a .text-area .label {
    font-size: 0.9285714286vw;
    padding: 0.1428571429vw 0.8571428571vw;
  }
}
#Column .section-column__lists .item a:hover .text-area .title {
  color: #eb3b09;
}
#Column .section-column__lists .item a:hover .photo img {
  transform: scale(1.1);
}
#Column .wp-pagenavi {
  background-color: #fff;
}
#Column .section-blog {
  background-color: #f3f3f3;
  padding-top: 110px;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 1400px) {
  #Column .section-blog {
    padding-top: 8%;
    border-top-left-radius: 2.8571428571vw;
    border-top-right-radius: 2.8571428571vw;
  }
}
#Column #Blog .heading-area {
  padding: 54px 60px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #Column #Blog .heading-area {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    padding-left: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
}
#Column #Blog .heading-area .data {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #Column #Blog .heading-area .data {
    margin-bottom: 2%;
  }
}
#Column #Blog .heading-area .data li {
  line-height: 1;
}
#Column #Blog .heading-area .data li:nth-child(1) {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-right: 17px;
  color: #979797;
}
@media screen and (min-width: 1400px) {
  #Column #Blog .heading-area .data li:nth-child(1) {
    margin-right: 1.2142857143vw;
    font-size: 1.2857142857vw;
  }
}
#Column #Blog .heading-area .data li:nth-child(2) {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  padding: 8px 16px;
  background-color: #f35528;
  color: #fff;
  border-radius: 99px;
}
@media screen and (min-width: 1400px) {
  #Column #Blog .heading-area .data li:nth-child(2) {
    font-size: 0.9285714286vw;
    padding-top: 0.5714285714vw;
    padding-bottom: 0.5714285714vw;
    padding-right: 1.1428571429vw;
    padding-left: 1.1428571429vw;
  }
}
#Column #Blog .heading-area h1 {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 1400px) {
  #Column #Blog .heading-area h1 {
    font-size: 1.7857142857vw;
  }
}
#Column #Blog .blog-inner {
  padding: 0 56px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 1400px) {
  #Column #Blog .blog-inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
#Column #Blog p {
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 65px;
  word-break: break-all;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Column #Blog p {
    font-size: 1.2142857143vw;
    margin-bottom: 6%;
  }
}
#Column #Blog img {
  max-width: 50%;
}
#Column #Blog .button-pos {
  display: flex;
  justify-content: center;
  text-align: center;
}

/*==================================
  News
==================================*/
#News {
  /*=================================
  	.section-news
  ==================================*/
  /*=================================
  	.frame-white
  ==================================*/
  /*=================================
  	.cate_wrap
  ==================================*/
  /*=================================
  	.news-lists
  ==================================*/
  /*--------------------*/
}
#News .section-news {
  background-color: #f3f3f3;
  padding-top: 110px;
  padding-bottom: 75px;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 1400px) {
  #News .section-news {
    padding-top: 8%;
    border-radius: 2.8571428571vw;
  }
}
#News .frame-white {
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 76px;
  padding-right: 76px;
}
@media screen and (min-width: 1400px) {
  #News .frame-white {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 6.1290322581vw;
    padding-right: 6.1290322581vw;
  }
}
#News .cate_wrap {
  margin-bottom: 44px;
}
@media screen and (min-width: 1400px) {
  #News .cate_wrap {
    margin-bottom: 44px;
  }
}
#News .news-lists {
  margin-bottom: 0;
}
#News .news-lists a {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: solid 1px #dadada;
}
#News .section-blog {
  background-color: #f3f3f3;
  padding-top: 110px;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 1400px) {
  #News .section-blog {
    padding-top: 8%;
    border-top-left-radius: 2.8571428571vw;
    border-top-right-radius: 2.8571428571vw;
  }
}
#News #Blog .heading-area {
  padding: 54px 60px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #News #Blog .heading-area {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    padding-left: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
}
#News #Blog .heading-area .data {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #News #Blog .heading-area .data {
    margin-bottom: 2%;
  }
}
#News #Blog .heading-area .data li {
  line-height: 1;
}
#News #Blog .heading-area .data li:nth-child(1) {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-right: 17px;
  color: #979797;
}
@media screen and (min-width: 1400px) {
  #News #Blog .heading-area .data li:nth-child(1) {
    margin-right: 1.2142857143vw;
    font-size: 1.2857142857vw;
  }
}
#News #Blog .heading-area .data li:nth-child(2) {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  padding: 8px 16px;
  background-color: #f35528;
  color: #fff;
  border-radius: 99px;
}
@media screen and (min-width: 1400px) {
  #News #Blog .heading-area .data li:nth-child(2) {
    font-size: 0.9285714286vw;
    padding-top: 0.5714285714vw;
    padding-bottom: 0.5714285714vw;
    padding-right: 1.1428571429vw;
    padding-left: 1.1428571429vw;
  }
}
#News #Blog .heading-area h1 {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 1400px) {
  #News #Blog .heading-area h1 {
    font-size: 1.7857142857vw;
  }
}
#News #Blog .blog-inner {
  padding: 0 56px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 1400px) {
  #News #Blog .blog-inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
#News #Blog p {
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 65px;
  word-break: break-all;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #News #Blog p {
    font-size: 1.2142857143vw;
    margin-bottom: 6%;
  }
}
#News #Blog .button-pos {
  display: flex;
  justify-content: center;
  text-align: center;
}

#Philosophy {
  /*==================================
    .section-philosophy
  ==================================*/
  /*=================================
  	.section-purpose
  ==================================*/
}
#Philosophy .section-philosophy {
  padding-top: 110px;
  padding-bottom: 160px;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-philosophy {
    padding-top: 8%;
    padding-bottom: 11.5%;
  }
}
#Philosophy .section-philosophy .all-inner {
  margin-bottom: 130px;
}
#Philosophy .section-philosophy .content-article {
  display: flex;
  flex-wrap: wrap;
}
#Philosophy .section-philosophy .content-article .title-area {
  width: 470px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-philosophy .content-article .title-area {
    width: 37.9032258065%;
  }
}
#Philosophy .section-philosophy .content-article .title-area .title {
  font-size: 59px;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-philosophy .content-article .title-area .title {
    font-size: 4.2142857143vw;
  }
}
#Philosophy .section-philosophy .content-article .text-area {
  width: 100%;
}
@media screen and (min-width: 980px) {
  #Philosophy .section-philosophy .content-article .text-area {
    width: calc(100% - 470px);
  }
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-philosophy .content-article .text-area {
    width: 62.0967741935%;
  }
}
#Philosophy .section-philosophy .content-article .text-area .text {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-philosophy .content-article .text-area .text {
    font-size: 1.4285714286vw;
  }
}
#Philosophy .section-philosophy .photo-area {
  padding: 0 50px;
}
#Philosophy .section-philosophy .photo-area .photo {
  border-radius: 30px;
  overflow: hidden;
}
#Philosophy .section-purpose {
  padding-top: 155px;
  padding-bottom: 110px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose {
    padding-top: 11%;
    padding-bottom: 8%;
  }
}
#Philosophy .section-purpose .title-type-a {
  margin-bottom: 76px;
}
#Philosophy .section-purpose .title-type-a .en {
  font-size: 22px;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose .title-type-a .en {
    font-size: 1.5714285714vw;
  }
}
#Philosophy .section-purpose .title-type-a .jp {
  font-size: 47px;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose .title-type-a .jp {
    font-size: 3.3571428571vw;
  }
}
#Philosophy .section-purpose__lists .item {
  font-size: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 25px;
  padding: 57px 70px;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose__lists .item {
    font-size: 1.4285714286vw;
    padding: 4.25% 6%;
    margin-bottom: 1.5%;
  }
}
#Philosophy .section-purpose__lists .item .title {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose__lists .item .title {
    font-size: 1.7857142857vw;
    margin-bottom: 2%;
  }
}
#Philosophy .section-purpose__lists .item .title .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  color: #eb3b09;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose__lists .item .title .en {
    font-size: 2.1428571429vw;
  }
}
#Philosophy .section-purpose__lists .item .title .colon {
  display: inline-block;
  padding: 0 8px;
}
#Philosophy .section-purpose__lists .item .text {
  font-size: 20px;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose__lists .item .text {
    font-size: 1.4285714286vw;
  }
}
#Philosophy .section-purpose__lists .lists {
  counter-reset: number 0;
}
#Philosophy .section-purpose__lists .lists li {
  font-size: 20px;
  margin-bottom: 14px;
  padding-left: 1.5em;
  position: relative;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose__lists .lists li {
    font-size: 1.4285714286vw;
    margin-bottom: 1.5%;
  }
}
#Philosophy .section-purpose__lists .lists li::before {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #000;
  color: white;
  font-size: 13px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) {
  #Philosophy .section-purpose__lists .lists li::before {
    font-size: 1.0714285714vw;
    width: 1.7857142857vw;
    aspect-ratio: 1/1;
    height: auto;
    line-height: 1.7857142857vw;
  }
}

#Sdgs {
  /*==================================
    .section-sdgs
  ==================================*/
  /*=================================
  	.section-goal
  ==================================*/
}
#Sdgs .section-sdgs {
  padding-top: 110px;
  padding-bottom: 105px;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-sdgs {
    padding-top: 8%;
    padding-bottom: 7.5%;
  }
}
@media screen and (min-width: 980px) {
  #Sdgs .section-sdgs .content-article {
    display: flex;
  }
}
#Sdgs .section-sdgs .content-article .title-area {
  width: 514px;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-sdgs .content-article .title-area {
    width: 36.7142857143vw;
  }
}
#Sdgs .section-sdgs .content-article .title-area .title {
  font-size: 59px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-sdgs .content-article .title-area .title {
    font-size: 4.2142857143vw;
  }
}
#Sdgs .section-sdgs .content-article .text-area {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 980px) {
  #Sdgs .section-sdgs .content-article .text-area {
    width: calc(100% - 514px);
  }
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-sdgs .content-article .text-area {
    width: calc(100% - 514px);
  }
}
#Sdgs .section-sdgs .content-article .text-area .title-sdgs {
  width: 472px;
  margin-bottom: 36px;
  display: block;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-sdgs .content-article .text-area .title-sdgs {
    width: 33.7142857143vw;
    margin-bottom: 10%;
  }
}
#Sdgs .section-sdgs .content-article .text-area .text {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-sdgs .content-article .text-area .text {
    font-size: 1.4285714286vw;
  }
}
#Sdgs .section-goal {
  padding-top: 157px;
  padding-bottom: 110px;
  background-color: #f3f3f3;
}
#Sdgs .section-goal__title {
  font-size: 39px;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__title {
    font-size: 2.7857142857vw;
    margin-bottom: 2%;
  }
}
#Sdgs .section-goal__text {
  font-size: 17px;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.06em;
  margin-bottom: 76px;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__text {
    margin-bottom: 7%;
  }
}
#Sdgs .section-goal__lists .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 62px 70px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 25px;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item {
    padding: 4.5% 5vw;
    margin-bottom: 2%;
  }
}
#Sdgs .section-goal__lists .item .icon-area {
  width: 100%;
  margin: 0 auto 24px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  #Sdgs .section-goal__lists .item .icon-area {
    width: 232px;
    padding-right: 80px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item .icon-area {
    width: 16.5714285714vw;
  }
}
#Sdgs .section-goal__lists .item .icon-area .icon-img {
  width: 149px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item .icon-area .icon-img {
    width: 100%;
  }
}
#Sdgs .section-goal__lists .item .text-area {
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  #Sdgs .section-goal__lists .item .text-area {
    border-left: solid 1px #dbdbdb;
    width: calc(100% - 232px);
    padding-left: 80px;
  }
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item .text-area {
    width: 60.5714285714vw;
  }
}
#Sdgs .section-goal__lists .item .text-area .title {
  position: relative;
  font-size: 27px;
  margin-bottom: 24px;
  line-height: 1.3;
  padding-left: 140px;
}
@media screen and (min-width: 980px) {
  #Sdgs .section-goal__lists .item .text-area .title {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item .text-area .title {
    font-size: 1.9285714286vw;
    padding-left: 10vw;
    margin-bottom: 3%;
  }
}
#Sdgs .section-goal__lists .item .text-area .title .pc-icon {
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 127px;
  height: 37px;
  font-size: 25px;
  color: #fff;
  background-color: #3e3e3e;
  border-radius: 99px;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item .text-area .title .pc-icon {
    top: -0.5%;
    width: 9.0714285714vw;
    height: auto;
    font-size: 1.7857142857vw;
    aspect-ratio: 127/37;
  }
}
#Sdgs .section-goal__lists .item .text-area .title .pc-icon .pos {
  margin-top: -2px;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item .text-area .title .pc-icon .pos {
    margin-top: -1%;
  }
}
#Sdgs .section-goal__lists .item .text-area .text {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Sdgs .section-goal__lists .item .text-area .text {
    font-size: 1.1428571429vw;
  }
}

/*==================================
  #Greetin
==================================*/
#Massage {
  /*==================================
    .section-greeting
  ==================================*/
  /*==================================
    .section-business
  ==================================*/
  /*==================================
    .section-profile
  ==================================*/
  /*==================================
    .section-nav
  ==================================*/
}
#Massage .section-greeting {
  padding-top: 110px;
  padding-bottom: 160px;
}
@media screen and (min-width: 1400px) {
  #Massage .section-greeting {
    padding-top: 8%;
    padding-bottom: 11.5%;
  }
}
#Massage .section-greeting__content-box {
  display: flex;
}
#Massage .section-greeting__content-box .photo-area {
  width: 36vw;
  margin-right: 8vw;
}
#Massage .section-greeting__content-box .photo-area .photo {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #Massage .section-greeting__content-box .photo-area .photo {
    border-radius: 2.1428571429vw;
  }
}
#Massage .section-greeting__content-box .text-area {
  width: 45.7142857143vw;
}
#Massage .section-greeting__content-box .text-area .title {
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1400px) {
  #Massage .section-greeting__content-box .text-area .title {
    font-size: 3.2142857143vw;
    margin-bottom: 3%;
  }
}
#Massage .section-greeting__content-box .text-area .text {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Massage .section-greeting__content-box .text-area .text {
    font-size: 1.4285714286vw;
  }
}
#Massage .section-greeting__content-box .text-area .text + .title {
  margin-top: 40px;
}
#Massage .section-business {
  padding-top: 110px;
  border-radius: 40px 40px 0 0;
  background-color: #f3f3f3;
}
@media screen and (min-width: 1400px) {
  #Massage .section-business {
    padding-top: 11.75%;
  }
}
#Massage .section-business__inner {
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (min-width: 980px) {
  #Massage .section-business__inner {
    padding: 0 80px;
  }
}
#Massage .section-business__content-box {
  display: flex;
  margin-bottom: 100px;
}
#Massage .section-business__content-box:nth-last-child(1) {
  margin-bottom: 0;
}
#Massage .section-business__content-box .text-area {
  order: 2;
  width: 45%;
}
@media screen and (min-width: 980px) {
  #Massage .section-business__content-box .text-area {
    width: 56.4516129032%;
  }
}
@media screen and (min-width: 1400px) {
  #Massage .section-business__content-box .text-area {
    width: 52.2580645161%;
  }
}
#Massage .section-business__content-box .text-area .title-business {
  font-size: 35px;
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Massage .section-business__content-box .text-area .title-business {
    font-size: 2.5vw;
  }
}
#Massage .section-business__content-box .text-area .text {
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  #Massage .section-business__content-box .text-area .text {
    font-size: 1.2142857143vw;
  }
}
#Massage .section-business__content-box .photo-area {
  order: 1;
  width: 55%;
  padding-right: 6%;
}
#Massage .section-business__content-box .photo-area.type-b {
  margin-top: -50px;
}
#Massage .section-business__content-box .photo-area.type-c {
  margin-top: -50px;
}
@media screen and (min-width: 980px) {
  #Massage .section-business__content-box .photo-area {
    box-sizing: border-box;
    width: 43.5483870968%;
    padding-right: 8.064516129%;
  }
}
@media screen and (min-width: 1400px) {
  #Massage .section-business__content-box .photo-area {
    width: 47.8225806452%;
    padding-right: 10.4032258065%;
    padding-left: 2.1774193548%;
  }
}
@media screen and (min-width: 980px) {
  #Massage .section-business__content-box .photo-area .photo {
    margin-left: -40px;
  }
}
@media screen and (min-width: 1400px) {
  #Massage .section-business__content-box .photo-area .photo {
    margin-left: 0;
  }
}
#Massage .section-business__content-box .photo-area .photo img {
  width: 100%;
}
#Massage .section-business__content-box.change .text-area {
  order: 1;
}
#Massage .section-business__content-box.change .photo-area {
  padding-left: 6%;
  padding-right: 0;
  order: 2;
}
@media screen and (min-width: 980px) {
  #Massage .section-business__content-box.change .photo-area {
    padding-left: 8.064516129%;
  }
}
@media screen and (min-width: 1400px) {
  #Massage .section-business__content-box.change .photo-area {
    width: 47.8225806452%;
    padding-left: 10.4032258065%;
    padding-right: 2.1774193548%;
  }
}
@media screen and (min-width: 980px) {
  #Massage .section-business__content-box.change .photo-area .photo {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1400px) {
  #Massage .section-business__content-box.change .photo-area .photo {
    margin-right: 0;
  }
}
#Massage .section-profile {
  padding: 130px 0;
  background-color: #f3f3f3;
}
#Massage .section-profile__profile {
  background-color: #fff;
  border-radius: 25px;
  padding: 60px 80px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #Massage .section-profile__profile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #Massage .section-profile__profile {
    padding: 74px 86px;
  }
}
#Massage .section-profile__profile .ceo-area {
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 16px;
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  #Massage .section-profile__profile .ceo-area {
    width: 220px;
    border: none;
  }
}
@media screen and (min-width: 1400px) {
  #Massage .section-profile__profile .ceo-area {
    width: 15.7142857143vw;
  }
}
#Massage .section-profile__profile .ceo-area .name-ceo {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #Massage .section-profile__profile .ceo-area .name-ceo {
    font-size: 1vw;
  }
}
#Massage .section-profile__profile .ceo-area .name-jp {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  #Massage .section-profile__profile .ceo-area .name-jp {
    font-size: 1.9285714286vw;
    display: block;
  }
}
#Massage .section-profile__profile .ceo-area .name-en {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  #Massage .section-profile__profile .ceo-area .name-en {
    font-size: 0.8571428571vw;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  #Massage .section-profile__profile .text-area {
    width: calc(100% - 200px);
    border-left: solid 1px #dbdbdb;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  #Massage .section-profile__profile .text-area {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1400px) {
  #Massage .section-profile__profile .text-area {
    width: 54.5vw;
    padding-left: 6.4285714286vw;
  }
}
#Massage .section-profile__profile .text-area .text {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (min-width: 1400px) {
  #Massage .section-profile__profile .text-area .text {
    font-size: 1.1428571429vw;
  }
}
#Massage .section-profile__profile .deco-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  position: absolute;
  line-height: 1;
  left: 68px;
  top: -24px;
}
#Massage .section-nav {
  padding-top: 130px;
}
#Massage .section-nav__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (min-width: 1000px) {
  #Massage .section-nav__lists {
    gap: 2.2142857143vw;
  }
}
#Massage .section-nav__lists .item {
  width: 48%;
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 4px #000;
  margin-bottom: 8%;
}
@media screen and (min-width: 1000px) {
  #Massage .section-nav__lists .item {
    width: 22.9838709677%;
  }
}
#Massage .section-nav__lists .item .photo {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}
#Massage .section-nav__lists .item .text-area {
  text-align: center;
}
#Massage .section-nav__lists .item .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media screen and (min-width: 1400px) {
  #Massage .section-nav__lists .item .text-area .title {
    font-size: 1.7142857143vw;
  }
}
#Massage .section-nav__lists .item .text-area .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 1400px) {
  #Massage .section-nav__lists .item .text-area .en {
    font-size: 0.9285714286vw;
  }
}
#Massage .section-nav__lists .item.active {
  border-bottom: solid 4px #eb3b09;
}
#Massage .section-nav__lists .item.active .photo {
  opacity: 0.5;
}
#Massage .section-nav__lists .item.active .title {
  color: #eb3b09;
}

#Kaigyoshien {
  /*==================================
    .sub-title
  ==================================*/
  /*==================================
    .section-start
  ==================================*/
  /*==================================
    .section-merit
  ==================================*/
  /*==================================
    .section-advantage
  ==================================*/
  /*==================================
    .section-franchise
  ==================================*/
  /*==================================
    .section-service
  ==================================*/
  /*==================================
    .section-flow
  ==================================*/
  /*==================================
    .section-conditions
  ==================================*/
}
#Kaigyoshien .sub-title {
  line-height: 1.2;
}
#Kaigyoshien .sub-title .custom-br {
  display: block;
}
@media screen and (min-width: 900px) {
  #Kaigyoshien .sub-title .custom-br {
    display: none;
  }
}
#Kaigyoshien .section-start {
  padding-top: 110px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start {
    padding-top: 8%;
    padding-bottom: 4.75%;
  }
}
#Kaigyoshien .section-start__inner {
  padding-left: 5.7142857143vw;
  padding-right: 4.2142857143vw;
}
#Kaigyoshien .section-start__title {
  font-size: 49px;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__title {
    font-size: 3.5vw;
    margin-bottom: 2.5%;
  }
}
#Kaigyoshien .section-start__catch {
  font-size: 19px;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 90px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__catch {
    font-size: 1.3571428571vw;
    margin-bottom: 7.25%;
  }
}
#Kaigyoshien .section-start__check-lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__check-lists {
    margin-bottom: 10%;
  }
}
#Kaigyoshien .section-start__check-lists .photo-area {
  width: 38.9285714286vw;
}
#Kaigyoshien .section-start__check-lists .text-area {
  width: 57.8660436137%;
  padding-left: 4.6728971963%;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__check-lists .text-area {
    width: 53.0714285714vw;
    padding-left: 4.2857142857vw;
  }
}
#Kaigyoshien .section-start__check-lists .text-area .lists li {
  padding-left: 20px;
  margin-bottom: 25px;
  line-height: 1;
  display: flex;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__check-lists .text-area .lists li {
    padding-left: 1.4285714286vw;
    margin-bottom: 3.5%;
  }
}
#Kaigyoshien .section-start__check-lists .text-area .lists .check-circle {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 14px;
  margin-top: 3px;
}
#Kaigyoshien .section-start__check-lists .text-area .lists .check-circle img {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__check-lists .text-area .lists .check-circle {
    aspect-ratio: 1/1;
    margin-right: 1vw;
    width: 2.2857142857vw;
    height: auto;
  }
}
#Kaigyoshien .section-start__check-lists .text-area .lists .check-circle .check {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2px;
  top: -1px;
  position: absolute;
  width: 32px;
  height: 32px;
}
#Kaigyoshien .section-start__check-lists .text-area .lists .check-circle .check img {
  width: 60%;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__check-lists .text-area .lists .check-circle .check {
    left: 0.1428571429vw;
    top: -0.0714285714vw;
    aspect-ratio: 1/1;
    width: 2.2857142857vw;
    height: auto;
  }
}
#Kaigyoshien .section-start__check-lists .text-area .lists .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 22px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__check-lists .text-area .lists .text {
    font-size: 1.5714285714vw;
  }
}
#Kaigyoshien .section-start__anchor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 14px;
}
#Kaigyoshien .section-start__anchor a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 55px;
  font-size: 16px;
  color: #fff;
  border-radius: 99px;
  position: relative;
  letter-spacing: 0.08em;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-start__anchor a {
    width: 16.3333333333%;
  }
}
#Kaigyoshien .section-start__anchor a::before {
  display: block;
  content: "";
  width: 260%;
  height: 800%;
  background: linear-gradient(90deg, #f8c164 0%, #f8c164 51%, #454545 51%, #454545 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
#Kaigyoshien .section-start__anchor a:hover {
  color: #383838;
}
#Kaigyoshien .section-start__anchor a:hover::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
#Kaigyoshien .section-start__anchor a:hover .arrow b {
  background-color: #383838;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__anchor a {
    aspect-ratio: 196/55;
    font-size: 1.1428571429vw;
    width: 14vw;
    height: auto;
  }
}
#Kaigyoshien .section-start__anchor a .arrow {
  right: 15px;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1px;
  line-height: 1;
}
#Kaigyoshien .section-start__anchor a .arrow b {
  display: block;
  width: 12px;
  height: 11px;
  background-color: #fff;
  transition: all 0.5s ease;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 12px 11px;
  mask-position: 0 0;
  transform: rotate(90deg);
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__anchor a .arrow b {
    width: 0.8571428571vw;
    height: 0.7857142857vw;
    mask-size: 0.8571428571vw 0.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-start__anchor a .arrow {
    right: 1.0714285714vw;
    width: 0.7857142857vw;
    aspect-ratio: 1/1;
    height: auto;
  }
}
#Kaigyoshien .section-merit {
  background-color: #f3f3f3;
  padding-top: 110px;
  padding-bottom: 100px;
  border-radius: 40px;
}
#Kaigyoshien .section-merit .marker-title {
  margin-bottom: 50px;
}
#Kaigyoshien .section-merit__text {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__text {
    font-size: 1.2142857143vw;
    margin-bottom: 5%;
  }
}
#Kaigyoshien .section-merit__frame {
  background-color: #fff;
  padding: 77px 70px;
  border-radius: 25px;
  margin-bottom: 26px;
  padding: 6.2096774194% 5.6451612903%;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__frame {
    border-radius: 1.7857142857vw;
    padding: 6% 5vw;
  }
}
#Kaigyoshien .section-merit__frame .graph-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Kaigyoshien .section-merit__frame .graph-lists .item {
  width: calc(50% - 37px);
  margin-bottom: 4%;
}
#Kaigyoshien .section-merit__frame .graph-lists .item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__frame .graph-lists .item {
    width: 45.7142857143%;
  }
}
#Kaigyoshien .section-merit__frame .graph-lists .item .title {
  font-size: 21px;
  margin-bottom: 26px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__frame .graph-lists .item .title {
    font-size: 1.5vw;
    margin-bottom: 3.5%;
  }
}
#Kaigyoshien .section-merit__explain {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 130px;
  column-gap: 2.0967741935%;
}
#Kaigyoshien .section-merit__explain .item {
  box-sizing: border-box;
  width: 48.9516129032%;
  background-color: #fff;
  padding: 4.8387096774% 4.1935483871%;
  border-radius: 25px;
  margin-bottom: 26px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__explain .item {
    border-radius: 1.7857142857vw;
    padding: 4% 4.1935483871%;
  }
}
#Kaigyoshien .section-merit__explain .item .text {
  font-size: 17px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__explain .item .text {
    font-size: 1.2142857143vw;
  }
}
#Kaigyoshien .section-merit__onestep {
  padding-top: 155px;
  margin-top: -155px;
}
#Kaigyoshien .section-merit__onestep .marker-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .marker-title {
    margin-bottom: 3.5%;
  }
}
#Kaigyoshien .section-merit__onestep .text {
  font-size: 19px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .text {
    font-size: 1.3571428571vw;
    margin-bottom: 4.5%;
  }
}
#Kaigyoshien .section-merit__onestep .frame {
  background-color: #fff;
  border-radius: 25px;
  padding: 72px 32px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .frame {
    border-radius: 1.7857142857vw;
    padding: 5.1428571429vw 2.2857142857vw;
  }
}
#Kaigyoshien .section-merit__onestep .frame .photo {
  padding-bottom: 65px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .frame .photo {
    padding-bottom: 4.6428571429vw;
  }
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 27px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .frame .yellow-line-text {
    font-size: 1.9285714286vw;
  }
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text span {
  padding: 8px 0;
  background: linear-gradient(transparent 0%, #ffff40 0%);
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .frame .yellow-line-text span {
    padding: 0.5714285714vw 0;
  }
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-01 {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (min-width: 1257px) {
  #Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-01 {
    padding-right: 0;
    padding-left: 52px;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-01 {
    padding-left: 3.7142857143vw;
  }
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-02 {
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}
@media screen and (min-width: 1257px) {
  #Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-02 {
    padding-left: 0;
    padding-right: 52px;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-02 {
    padding-right: 3.7142857143vw;
  }
}
#Kaigyoshien .section-advantage {
  padding-top: 160px;
  padding-bottom: 180px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}
#Kaigyoshien .section-advantage__inner {
  padding: 0 60px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage__inner {
    padding: 0 4.2857142857vw;
  }
}
#Kaigyoshien .section-advantage .title-type-a {
  margin-bottom: 32px;
}
#Kaigyoshien .section-advantage .title-type-a .jp {
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage .title-type-a {
    margin-bottom: 5%;
  }
}
#Kaigyoshien .section-advantage__text {
  text-align: center;
  font-size: 19px;
  line-height: 2.2;
  margin-bottom: 80px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage__text {
    font-size: 1.3571428571vw;
    margin-bottom: 6%;
  }
}
#Kaigyoshien .section-advantage__lists {
  margin-bottom: 114px;
}
#Kaigyoshien .section-advantage__lists .step-lists-wrap {
  margin-bottom: 25px;
}
#Kaigyoshien .section-advantage__lists .step-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 6px #000;
  position: relative;
  padding: 40px;
  border-radius: 100px;
  transition: none;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  #Kaigyoshien .section-advantage__lists .step-lists {
    padding: 32px 64px 32px 32px;
  }
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-advantage__lists .step-lists {
    padding-left: 100px;
    padding-right: 150px;
    max-width: 1400px;
    height: 310px;
    border-radius: 999px;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage__lists .step-lists {
    padding-top: 1.25%;
    padding-bottom: 1.25%;
    padding-left: 7.1428571429vw;
    padding-right: 10.7142857143vw;
    aspect-ratio: 1400/430;
    height: auto;
    border-width: 0.4285714286vw;
  }
}
@media screen and (min-width: 900px) {
  #Kaigyoshien .section-advantage__lists .step-lists .item {
    display: flex;
    align-items: center;
  }
}
#Kaigyoshien .section-advantage__lists .step-lists .item .photo-area {
  text-align: center;
  width: 40%;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-advantage__lists .step-lists .item .photo-area {
    width: 24.8571428571vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  #Kaigyoshien .section-advantage__lists .step-lists .item .text-area {
    width: calc(100% - 348px);
    padding-left: 46px;
  }
}
#Kaigyoshien .section-advantage__lists .step-lists .item .text-area .title {
  font-size: 36px;
  margin-bottom: 14px;
  text-indent: -1.9em;
  padding-left: 2em;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage__lists .step-lists .item .text-area .title {
    font-size: 2.5714285714vw;
  }
}
#Kaigyoshien .section-advantage__lists .step-lists .item .text-area .title .num {
  color: #59cb29;
  padding-right: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#Kaigyoshien .section-advantage__lists .step-lists .item .text-area .text {
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage__lists .step-lists .item .text-area .text {
    font-size: 1.2857142857vw;
  }
}
#Kaigyoshien .section-advantage__lists .step-lists .deco-objct {
  position: absolute;
  width: 22px;
  bottom: -14px;
  right: 80px;
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-advantage__lists .step-lists .deco-objct {
    bottom: -4px;
    right: 120px;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage__lists .step-lists .deco-objct {
    bottom: -2%;
    right: 8.5714285714vw;
    width: 1.5714285714vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}
#Kaigyoshien .section-advantage__lists .step-lists .deco-objct img {
  position: relative;
  z-index: 1;
}
#Kaigyoshien .section-advantage__lists .step-lists .deco-objct::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 54px;
  height: 100px;
  background-color: #fff;
  transform: rotate(-22deg);
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-advantage__lists .step-lists .deco-objct::after {
    top: -50px;
    left: 14px;
    transform: rotate(-24deg);
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-advantage__lists .step-lists .deco-objct::after {
    top: -50%;
    left: 1vw;
    width: 3.8571428571vw;
    height: auto;
    transform: rotate(-30deg);
    aspect-ratio: 1/1;
  }
}
#Kaigyoshien .section-advantage__photo {
  padding: 0 50%;
}
#Kaigyoshien .section-advantage .ceo-image {
  padding: 0 50px;
  position: relative;
}
#Kaigyoshien .section-advantage .ceo-image .photo {
  overflow: hidden;
  border-radius: 30px;
}
#Kaigyoshien .section-advantage .ceo-image .photo img {
  width: 100%;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-01 {
  position: absolute;
  width: 5.7692307692vw;
  left: 2.3076923077%;
  bottom: 200px;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-02 {
  position: absolute;
  width: 3.8461538462vw;
  left: 37.7692307692%;
  bottom: 150px;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-03 {
  position: absolute;
  width: 4.3846153846vw;
  left: 23.8461538462%;
  top: -30px;
}
#Kaigyoshien .section-franchise {
  background-color: #f3f3f3;
  border-radius: 40px;
  padding-top: 150px;
  padding-bottom: 120px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise {
    padding-top: 8%;
    padding-bottom: 7%;
  }
}
#Kaigyoshien .section-franchise .marker-title {
  margin-bottom: 40px;
}
#Kaigyoshien .section-franchise .marker-title .title {
  font-size: 53px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise .marker-title {
    font-size: 3.7857142857%;
    margin-bottom: 3%;
  }
}
#Kaigyoshien .section-franchise__text {
  font-size: 19px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__text {
    font-size: 1.3571428571vw;
  }
}
#Kaigyoshien .section-franchise__frame {
  background-color: #fff;
  padding: 96px 50px;
  border-radius: 25px;
  margin-bottom: 26px;
  /*---------------------------------------------------------------------------------------------------*/
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame {
    padding: 8% 3.5714285714vw;
    border-radius: 1.7857142857vw;
    margin-bottom: 2%;
  }
}
#Kaigyoshien .section-franchise__frame:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-franchise__frame .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 29px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .title {
    font-size: 2.1428571429vw;
    margin-bottom: 3%;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-lists {
  margin-bottom: 64px;
}
#Kaigyoshien .section-franchise__frame .franchise-lists:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap {
  display: flex;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  border: solid 1px #a8a8a8;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .franchise-lists .wrap {
    border-top-right-radius: 1.0714285714vw;
    border-top-left-radius: 1.0714285714vw;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists {
  box-sizing: border-box;
  border-right: solid 1px #d1d1d1;
  display: flex;
  flex-wrap: wrap;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists:nth-last-child(1) {
  border-right: none;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dt {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dt {
    font-size: 1.4285714286vw;
    padding: 2% 0;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dd {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 17px;
  min-height: 59px;
  padding: 0 32px;
  letter-spacing: 0.06em;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dd:nth-last-child(1) {
  border-bottom: none !important;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dd {
    font-size: 1.2142857143vw;
    padding: 2% 2.2857142857vw;
    min-height: auto;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dd .space {
  visibility: hidden;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.merit {
  width: 36.4285714286vw;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.merit dt {
  background-color: #f35527;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.merit dd {
  background-image: repeating-linear-gradient(90deg, #f35527, #f35527 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.merit dd:nth-last-child(1) {
  background-image: none;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.demerit {
  width: 52.1428571429vw;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.demerit dt {
  background-color: #3e99e6;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.demerit dd {
  background-image: repeating-linear-gradient(90deg, #3e99e6, #3e99e6 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists.demerit dd:nth-last-child(1) {
  background-image: none;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap {
  display: flex;
  border: solid 1px #a8a8a8;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists {
  border-right: solid 1px #a8a8a8;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dt {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background-color: #777777;
  color: #fff;
  padding: 10px 0;
  border-bottom: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dt {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dt {
    font-size: 1.4285714286vw;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dt .space {
  visibility: hidden;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  height: 68px;
  letter-spacing: 0.08em;
  border-bottom: solid 1px #a8a8a8;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dd {
    font-size: 1.2142857143vw;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dd:nth-last-child(1) {
  border-bottom: none !important;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dd .space {
  visibility: hidden;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.detail {
  box-sizing: border-box;
  width: 214px;
  background-color: #777;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.detail dd {
  color: #fff;
  justify-content: left;
  padding-left: 32px;
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.franchise {
  width: 50%;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.franchise dd {
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.franchise dd .br {
    display: none;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep {
  width: 50%;
  border: solid 3px #f35527;
  margin: -16px -2px -16px -2px;
  position: relative;
  top: 0;
  border-radius: 20px;
  background-color: #fff3ef;
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep .lists-wra {
  background-color: #f35527;
}
@media screen and (min-width: 900px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep {
    margin: -16px -2px -26px -2px;
    top: -13px;
  }
}
@media screen and (min-width: 980px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep {
    margin: -16px -2px -50px -2px;
    top: -26px;
  }
}
@media screen and (min-width: 1200px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep {
    margin: -22px -4px -2px -4px;
    top: 11px;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dt {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  padding: 10px;
  border-right: none;
  font-size: 18px;
  background-color: #f35527;
  border-bottom: none;
  letter-spacing: 0.08em;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 980px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dt {
    font-size: 22px;
  }
}
@media screen and (min-width: 1350px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dt {
    padding: 17px 0;
  }
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dt .br {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dt {
    font-size: 1.5714285714vw;
  }
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dd {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: none;
  background-image: repeating-linear-gradient(90deg, #f35527, #f35527 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  height: 69px;
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dd:nth-last-child(1) {
  background-image: none;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dd:nth-child(5) {
  letter-spacing: -0.005em;
}
@media screen and (min-width: 980px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dd {
    font-size: 18px;
  }
}
@media screen and (min-width: 1350px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dd .br {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dd {
    font-size: 1.2857142857vw;
  }
}
#Kaigyoshien .section-service {
  padding-top: 155px;
  padding-bottom: 175px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-service {
    padding-top: 11%;
    padding-bottom: 13%;
  }
}
#Kaigyoshien .section-service .title-type-a {
  margin-bottom: 60px;
}
#Kaigyoshien .section-service .title-type-a .en {
  margin-bottom: 12px;
}
#Kaigyoshien .section-service .title-type-a .jp {
  letter-spacing: -0.04em;
}
#Kaigyoshien .section-service__text-a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-service__text-a {
    margin-bottom: 2%;
    font-size: 2vw;
  }
}
#Kaigyoshien .section-service__text-b {
  font-size: 19px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 64px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-service__text-b {
    margin-bottom: 4.5%;
    font-size: 1.3571428571vw;
  }
}
#Kaigyoshien .section-service__lists {
  display: flex;
  justify-content: space-between;
}
#Kaigyoshien .section-service__lists .item {
  text-align: center;
  width: 100%;
  width: 32%;
}
#Kaigyoshien .section-service__lists .item:nth-last-child(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-service__lists .item .table {
  width: 100%;
  border-radius: 20px;
  border: solid 2px #383838;
}
#Kaigyoshien .section-service__lists .item .table dt {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  background-color: #383838;
  color: #fff;
  font-size: 25px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
  border-radius: 12px 12px 0 0;
}
#Kaigyoshien .section-service__lists .item .table dd {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: repeating-linear-gradient(90deg, #b9b9b9, #b9b9b9 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  width: 100%;
  min-height: 80px;
  letter-spacing: 0.06em;
}
#Kaigyoshien .section-service__lists .item .table dd:nth-last-child(1) {
  background-image: none;
}
@media screen and (min-width: 1000px) {
  #Kaigyoshien .section-service__lists .item .table dd {
    font-size: 22px;
  }
}
#Kaigyoshien .section-service__lists .item .table dd span {
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  #Kaigyoshien .section-service__lists .item .table dd span {
    font-size: 18px;
  }
}
#Kaigyoshien .section-service__lists .item .table dd:nth-last-child(1) {
  border-bottom: none;
}
#Kaigyoshien .section-service__lists .item.type-a .table {
  border: solid 3px #383838;
}
#Kaigyoshien .section-service__lists .item.type-a .table dt {
  background-color: #383838;
}
#Kaigyoshien .section-service__lists .item.type-a .table dd {
  min-height: 80px;
}
#Kaigyoshien .section-service__lists .item.type-b .table {
  border: solid 3px #52d51c;
}
#Kaigyoshien .section-service__lists .item.type-b .table dt {
  background-color: #52d51c;
}
#Kaigyoshien .section-service__lists .item.type-b .table dd {
  min-height: 160px;
}
#Kaigyoshien .section-service__lists .item.type-c .table {
  border: solid 3px #f35527;
}
#Kaigyoshien .section-service__lists .item.type-c .table dt {
  background-color: #f35527;
}
#Kaigyoshien .section-service__lists .item.type-c .table dd {
  padding: 13px 0;
}
#Kaigyoshien .section-flow {
  border-radius: 40px;
  background-color: #f3f3f3;
  padding-top: 158px;
  padding-bottom: 110px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow {
    padding-top: 11.5%;
    padding-bottom: 8%;
  }
}
#Kaigyoshien .section-flow .title-type-a {
  margin-bottom: 48px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow .title-type-a {
    margin-bottom: 3.5%;
  }
}
#Kaigyoshien .section-flow .title-type-a .jp {
  letter-spacing: -0.04em;
}
#Kaigyoshien .section-flow__text {
  text-align: center;
  font-size: 19px;
  margin-bottom: 60px;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__text {
    margin-bottom: 4%;
  }
}
#Kaigyoshien .section-flow__lists .flow {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 24px;
  height: 221px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow {
    padding: 4.25% 0;
    margin-bottom: 2cap;
    height: auto;
  }
}
#Kaigyoshien .section-flow__lists .flow:nth-last-child(1) .num-area::after {
  content: none;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(1) {
  z-index: 10;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(2) {
  z-index: 9;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(3) {
  z-index: 8;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(4) {
  z-index: 7;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(5) {
  z-index: 6;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(6) {
  z-index: 5;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(7) {
  z-index: 4;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(8) {
  z-index: 3;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(9) {
  z-index: 2;
}
#Kaigyoshien .section-flow__lists .flow:nth-child(10) {
  z-index: 1;
}
#Kaigyoshien .section-flow__lists .flow .deco-title {
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .deco-title {
    margin-bottom: 1.8%;
  }
}
#Kaigyoshien .section-flow__lists .flow .num-area {
  width: 200px;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  #Kaigyoshien .section-flow__lists .flow .num-area {
    width: 345px;
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .num-area {
    width: 24.6428571429vw;
  }
}
#Kaigyoshien .section-flow__lists .flow .num-area::after {
  content: "";
  position: absolute;
  left: calc(50% + 14px);
  bottom: -40px;
  transform: translate(-50%, 0);
  width: 1px;
  height: 74px;
  z-index: 1;
  background-image: repeating-linear-gradient(180deg, #000000, #000000 5px, transparent 5px, transparent 7px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .num-area::after {
    bottom: -120%;
  }
}
#Kaigyoshien .section-flow__lists .flow .num-area .num {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e6e6e6;
}
#Kaigyoshien .section-flow__lists .flow .num-area .num .step-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin-left: -14px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .num-area .num .step-text {
    font-size: 1.7857142857vw;
  }
}
#Kaigyoshien .section-flow__lists .flow .num-area .num .num-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 100px;
  letter-spacing: -0.02em;
  margin-left: 15px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .num-area .num .num-text {
    margin-left: 1.0714285714vw;
    font-size: 7.1428571429vw;
  }
}
#Kaigyoshien .section-flow__lists .flow .text-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 200px);
}
@media screen and (min-width: 900px) {
  #Kaigyoshien .section-flow__lists .flow .text-area {
    width: calc(100% - 345px);
  }
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .text-area {
    width: 59.0714285714vw;
  }
}
#Kaigyoshien .section-flow__lists .flow .text-area .text-area-inner .deco-title {
  text-align: left;
  padding-left: 36px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .text-area .text-area-inner .deco-title {
    padding-left: 4%;
  }
}
#Kaigyoshien .section-flow__lists .flow .text-area .text-area-inner .text {
  font-size: 17px;
  line-height: 2;
  padding-right: 32px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-flow__lists .flow .text-area .text-area-inner .text {
    font-size: 1.2142857143vw;
    padding-right: 4.2857142857vw;
  }
}
#Kaigyoshien .section-conditions {
  padding-top: 110px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions {
    padding-top: 8%;
  }
}
#Kaigyoshien .section-conditions .marker-text {
  font-size: 27px;
  line-height: 2.8;
  letter-spacing: -0.02em;
  margin-bottom: 84px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions .marker-text {
    margin-bottom: 7%;
  }
}
#Kaigyoshien .section-conditions .ceo-image {
  margin-bottom: 174px;
}
#Kaigyoshien .section-conditions .normal-button {
  width: 529px;
  height: 75px;
  font-size: 23px;
  margin: -37.5px auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions .normal-button {
    margin-bottom: -3.25%;
    font-size: 1.6428571429vw;
    width: 37.7857142857vw;
    aspect-ratio: 529/75;
    height: auto;
  }
}
#Kaigyoshien .section-conditions .normal-button .arrow {
  top: auto;
  right: 5%;
  transform: rotate(90deg);
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions .normal-button .arrow {
    width: 4.9149338374%;
  }
}
#Kaigyoshien .section-conditions .normal-button:hover::before {
  transform: translateX(-20%) translateY(-65%) rotate(-45deg);
}
#Kaigyoshien .section-conditions .normal-button.active .arrow {
  top: auto;
  right: 5%;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions .normal-button.active .arrow {
    width: 4.9149338374%;
  }
}
#Kaigyoshien .section-conditions .normal-button.js-arrow .arrow {
  transition: none !important;
  transform: rotate(90deg) !important;
}
#Kaigyoshien .section-conditions .normal-button.js-arrow.rotate-arrow .arrow {
  transition: none !important;
  transform: rotate(-90deg) !important;
}
#Kaigyoshien .section-conditions__cond-text {
  padding: 84px 64px 80px 64px;
  border: solid 1px #cdcdcd;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  max-height: 400px;
}
#Kaigyoshien .section-conditions__cond-text::after {
  display: block;
  content: "";
  width: 100%;
  height: 250px;
  background: linear-gradient(transparent, #fff 80%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#Kaigyoshien .section-conditions__cond-text.active {
  max-height: 9999px;
}
#Kaigyoshien .section-conditions__cond-text.active::after {
  display: none;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions__cond-text {
    padding: 7% 4.5714285714vw;
  }
}
#Kaigyoshien .section-conditions__cond-text .section-sub {
  margin-bottom: 40px;
}
#Kaigyoshien .section-conditions__cond-text .section-acc {
  margin-bottom: 40px;
}
#Kaigyoshien .section-conditions__cond-text .section-acc:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-conditions__cond-text .s-title {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions__cond-text .s-title {
    font-size: 1.9285714286vw;
    margin-bottom: 2%;
  }
}
#Kaigyoshien .section-conditions__cond-text .a-title {
  font-size: 22px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions__cond-text .a-title {
    font-size: 1.5714285714vw;
    margin-bottom: 2%;
    padding-left: 2.75%;
  }
}
#Kaigyoshien .section-conditions__cond-text .a-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  width: 18px;
  height: 18px;
  transform: translate(0, -50%);
  background-color: #000;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions__cond-text .a-title::after {
    aspect-ratio: 1/1;
    width: 1.4285714286vw;
    height: auto;
  }
}
#Kaigyoshien .section-conditions__cond-text .text {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions__cond-text .text {
    font-size: 1.2142857143vw;
    margin-bottom: 2%;
  }
}
#Kaigyoshien .section-conditions__cond-text .text .mg-b {
  margin-bottom: 44px;
  background-color: red;
}
#Kaigyoshien .section-conditions__cond-text .h-text {
  margin-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions__cond-text .h-text {
    margin-bottom: 1.5%;
  }
}
#Kaigyoshien .section-conditions__cond-text .lists-area {
  display: flex;
}
#Kaigyoshien .section-conditions .lists {
  margin-right: 90px;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions .lists {
    margin-right: 6.25%;
  }
}
#Kaigyoshien .section-conditions .lists .mg-b {
  margin-bottom: 44px;
  background-color: red;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions .lists .mg-b {
    margin-bottom: 3%;
  }
}
#Kaigyoshien .section-conditions .lists li {
  font-size: 17px;
  text-indent: 0;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 11px;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #Kaigyoshien .section-conditions .lists li {
    font-size: 1.2142857143vw;
    margin-bottom: 2%;
  }
}
#Kaigyoshien .section-conditions .lists li:nth-last-child(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-conditions .lists li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 9px;
}
#Kaigyoshien .section-conditions .ceo-image {
  padding: 0 50px;
  position: relative;
}
#Kaigyoshien .section-conditions .ceo-image .photo {
  overflow: hidden;
  border-radius: 30px;
}
#Kaigyoshien .section-conditions .ceo-image .photo img {
  width: 100%;
}
#Kaigyoshien .section-conditions .ceo-image .deco-objct-01 {
  position: absolute;
  width: 3.8461538462vw;
  left: 8.3846153846%;
  bottom: 147px;
}
#Kaigyoshien .section-conditions .ceo-image .deco-objct-02 {
  position: absolute;
  width: 5.5384615385vw;
  left: 22.2307692308%;
  top: -30px;
}
#Kaigyoshien .section-conditions .ceo-image .deco-objct-03 {
  position: absolute;
  width: 2.6153846154vw;
  left: 41.0769230769%;
  bottom: 114px;
}
#Kaigyoshien .section-conditions .ceo-image .deco-objct-04 {
  position: absolute;
  width: 5.6923076923vw;
  right: 11.6923076923%;
  bottom: -37px;
}

#Houmonkaigo {
  /*==================================
    .section-houmonkaigo
  ==================================*/
  /*=================================
  	.section-kaigo
  ==================================*/
  /*=================================
  	.section-onestep
  ==================================*/
  /*=================================
  	.section-vision
  ==================================*/
  /*=================================
  	.section-banner
  ==================================*/
}
#Houmonkaigo .section-houmonkaigo {
  padding-top: 110px;
  margin-bottom: 145px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-houmonkaigo {
    padding-top: 8%;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1200px) {
  #Houmonkaigo .section-houmonkaigo .content-article {
    display: flex;
  }
}
#Houmonkaigo .section-houmonkaigo .content-article .title-area {
  width: 520px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-houmonkaigo .content-article .title-area {
    width: 41.935483871%;
  }
}
#Houmonkaigo .section-houmonkaigo .content-article .title-area .title {
  font-size: 54px;
  line-height: 1.5;
  margin-bottom: 48px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-houmonkaigo .content-article .title-area .title {
    font-size: 3.8571428571vw;
  }
}
#Houmonkaigo .section-houmonkaigo .content-article .title-area .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 80px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-houmonkaigo .content-article .title-area .text {
    font-size: 1.7857142857vw;
  }
}
#Houmonkaigo .section-houmonkaigo .content-article .text-area {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #Houmonkaigo .section-houmonkaigo .content-article .text-area {
    padding-left: 7.5%;
    width: calc(100% - 520px);
  }
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-houmonkaigo .content-article .text-area {
    width: 60.4838709677%;
  }
}
#Houmonkaigo .section-houmonkaigo .content-article .text-area .text {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-houmonkaigo .content-article .text-area .text {
    font-size: 1.4285714286vw;
  }
}
#Houmonkaigo .section-kaigo {
  padding-top: 118px;
  background-color: #f3f3f3;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-kaigo {
    padding-top: 10%;
  }
}
#Houmonkaigo .section-kaigo__frame {
  border-radius: 25px;
  padding: 60px 68px;
  background-color: #fff;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-kaigo__frame {
    padding: 4.5% 4.8571428571vw;
  }
}
#Houmonkaigo .section-kaigo__frame .title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-kaigo__frame .title {
    font-size: 2.2857142857vw;
    margin-bottom: 3%;
  }
}
#Houmonkaigo .section-kaigo__frame .text {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-kaigo__frame .text {
    font-size: 1.2142857143vw;
  }
}
#Houmonkaigo .section-kaigo__frame .lists li {
  font-size: 17px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-kaigo__frame .lists li {
    font-size: 1.2142857143vw;
  }
}
#Houmonkaigo .section-kaigo__frame .lists li::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  background: #131313;
  border-radius: 99px;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-kaigo__frame .lists li::before {
    width: 0.2857142857vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}
#Houmonkaigo .section-onestep {
  background-color: #f3f3f3;
  padding-top: 110px;
  padding-bottom: 145px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep {
    padding-top: 7%;
    padding-bottom: 10%;
  }
}
#Houmonkaigo .section-onestep .title-type-a {
  margin-bottom: 26px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep .title-type-a {
    margin-bottom: 2%;
  }
}
#Houmonkaigo .section-onestep .title-type-a .jp {
  letter-spacing: -0.05em;
}
#Houmonkaigo .section-onestep__text {
  text-align: center;
  font-size: 19px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__text {
    font-size: 1.3571428571vw;
  }
}
#Houmonkaigo .section-onestep__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
  margin-bottom: 25px;
}
#Houmonkaigo .section-onestep__lists .item {
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #fff;
  padding: 46px;
  width: 48.9516129032%;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists .item {
    padding: 4% 3.2857142857vw;
  }
}
#Houmonkaigo .section-onestep__lists .item .deco-title {
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  font-size: 27px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists .item .deco-title {
    margin-bottom: 3%;
    font-size: 1.9285714286vw;
  }
}
#Houmonkaigo .section-onestep__lists .item .text-area {
  padding-left: 32px;
}
#Houmonkaigo .section-onestep__lists .item .text-area .lists li {
  font-size: 17px;
  padding-left: 1.3em;
  text-indent: -0.8em;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists .item .text-area .lists li {
    font-size: 1.2142857143vw;
    padding-left: 6%;
    margin-bottom: 2%;
    text-indent: -3.5%;
  }
}
#Houmonkaigo .section-onestep__lists .item .text-area .lists li::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  background: #131313;
  border-radius: 99px;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists .item .text-area .lists li::before {
    transform: scale(1);
  }
}
#Houmonkaigo .section-onestep__lists .item .text-area .text {
  font-size: 17px;
  padding-left: 8px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists .item .text-area .text {
    padding-left: 6%;
    font-size: 1.2142857143vw;
  }
}
#Houmonkaigo .section-onestep__lists-single {
  background-color: #fff;
  padding: 46px;
  border-radius: 25px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists-single {
    padding: 4% 3.2857142857vw;
  }
}
#Houmonkaigo .section-onestep__lists-single .deco-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists-single .deco-title {
    margin-bottom: 1.5%;
  }
}
#Houmonkaigo .section-onestep__lists-single .text {
  font-size: 17px;
  line-height: 2;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-onestep__lists-single .text {
    font-size: 1.2142857143vw;
  }
}
#Houmonkaigo .section-vision {
  padding-top: 175px;
  /*=================================
  	.section-sub
  ==================================*/
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision {
    padding-top: 12%;
  }
}
#Houmonkaigo .section-vision__content-box {
  display: flex;
  padding-bottom: 170px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision__content-box {
    padding-bottom: 14%;
  }
}
#Houmonkaigo .section-vision__content-box .photo-area {
  width: 40%;
}
@media screen and (min-width: 980px) {
  #Houmonkaigo .section-vision__content-box .photo-area {
    width: 450px;
  }
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision__content-box .photo-area {
    border-radius: 2.1428571429vw;
    width: 32.1428571429vw;
  }
}
#Houmonkaigo .section-vision__content-box .photo-area .photo {
  border-radius: 30px;
  overflow: hidden;
}
#Houmonkaigo .section-vision__content-box .photo-area .photo img {
  width: 100%;
}
#Houmonkaigo .section-vision__content-box .text-area {
  box-sizing: border-box;
  width: 55%;
  padding-left: 7.2580645161%;
}
@media screen and (min-width: 980px) {
  #Houmonkaigo .section-vision__content-box .text-area {
    width: calc(100% - 450px);
    letter-spacing: -0.001em;
  }
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision__content-box .text-area {
    width: 56.4285714286vw;
    padding-left: 6.4285714286vw;
  }
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco {
  margin-bottom: 26px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision__content-box .text-area .title-deco {
    margin-bottom: 1.8%;
  }
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco::before {
  width: 136px;
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco::after {
  width: 88px;
}
#Houmonkaigo .section-vision__content-box .text-area .title {
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision__content-box .text-area .title {
    font-size: 3.2142857143vw;
    margin-bottom: 3%;
  }
}
#Houmonkaigo .section-vision__content-box .text-area .text {
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision__content-box .text-area .text {
    font-size: 1.4285714286vw;
  }
}
#Houmonkaigo .section-vision__content-box .text-area .text + .title {
  margin-top: 40px;
}
#Houmonkaigo .section-vision .section-sub {
  background-color: #f3f3f3;
  padding-top: 146px;
  padding-bottom: 145px;
  border-radius: 40px;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision .section-sub {
    padding-top: 10%;
  }
}
#Houmonkaigo .section-vision .section-sub .title {
  font-size: 35px;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision .section-sub .title {
    margin-bottom: 2%;
    font-size: 2.5vw;
  }
}
#Houmonkaigo .section-vision .section-sub .text {
  font-size: 17px;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision .section-sub .text {
    margin-bottom: 40px;
    font-size: 1.2142857143vw;
  }
}
#Houmonkaigo .section-vision .section-sub .lists {
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 20px;
  margin-bottom: 87px;
}
#Houmonkaigo .section-vision .section-sub .lists:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Houmonkaigo .section-vision .section-sub .lists + .title {
  margin-bottom: 40px;
}
#Houmonkaigo .section-vision .section-sub .lists li {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  padding: 18px 40px;
  background-image: repeating-linear-gradient(90deg, #b9b9b9, #b9b9b9 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision .section-sub .lists li {
    font-size: 1.4285714286vw;
    padding: 1.5% 2.8571428571vw;
  }
}
#Houmonkaigo .section-vision .section-sub .lists li:nth-last-child(1) {
  background-image: none;
}
#Houmonkaigo .section-vision .section-sub .lists li:nth-last-child(1) {
  border-bottom: none;
}
#Houmonkaigo .section-vision .section-sub .lists li::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  background: #131313;
  border-radius: 99px;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-vision .section-sub .lists li::before {
    transform: scale(1);
  }
}
#Houmonkaigo .section-banner {
  padding-top: 145px;
}
#Houmonkaigo .section-banner__inner {
  padding-left: 7.2857142857vw;
  padding-right: 7.2857142857vw;
}
#Houmonkaigo .section-banner__banner {
  display: flex;
  background-color: #fcf9f2;
  border-radius: 20px;
  border: solid 2px #e4cfc3;
  position: relative;
  padding: 32px 48px;
  background: #fcf9f2 url("/images/houmonkaigo/banner-01.svg");
  background-repeat: no-repeat;
  background-size: 38% auto;
  background-position: right 5% center;
}
@media screen and (min-width: 1300px) {
  #Houmonkaigo .section-banner__banner {
    padding: 0 40px;
    height: 277px;
    background-size: 341px auto;
  }
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner {
    background-position: right 7% center;
    background-size: 24.3571428571vw auto;
    height: auto;
    padding-top: 3.2857142857vw;
    padding-bottom: 3.2857142857vw;
    padding-left: 3.4285714286vw;
    padding-right: 3.4285714286vw;
  }
}
#Houmonkaigo .section-banner__banner .arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 31px;
  height: 31px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner .arrow {
    aspect-ratio: 1/1;
    width: 2.2142857143vw;
    height: auto;
  }
}
#Houmonkaigo .section-banner__banner .arrow::before {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: linear-gradient(90deg, #f8c164 0%, #f8c164 51%, #564a3e 51%, #564a3e 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transform: translateX(-40%) translateY(-10%) rotate(-45deg);
  transition: all 0.6s ease;
}
#Houmonkaigo .section-banner__banner .arrow b {
  display: block;
  width: 13px;
  height: 12px;
  background-color: #fff;
  transition: all 0.5s ease;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 13px 12px;
  mask-position: 0 0;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner .arrow b {
    width: 0.9285714286vw;
    height: 0.8571428571vw;
    mask-size: 0.9285714286vw 0.8571428571vw;
  }
}
#Houmonkaigo .section-banner__banner .text-area {
  width: 57%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1300px) {
  #Houmonkaigo .section-banner__banner .text-area {
    width: 65%;
  }
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner .text-area {
    width: 67%;
  }
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner {
  text-align: center;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title {
  padding-bottom: 24px;
  text-align: center;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .one-row {
  margin-bottom: 16px;
  display: none;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .one-row {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .one-row {
    width: 48.1428571429vw;
  }
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .one-row img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .double-row {
    display: none;
  }
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .double-row img {
  width: 85%;
}
@media screen and (min-width: 980px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .double-row img {
    width: 80%;
  }
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .sp-double-row {
  display: none;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .logo {
  display: block;
  margin-bottom: 30px;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .logo img {
  width: 14.2857142857vw;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .logo {
    margin-left: -2.5714285714vw;
    margin-bottom: 2.1428571429vw;
  }
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .br-title {
  display: block;
}
@media screen and (min-width: 1300px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .br-title {
    display: none;
  }
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .text {
  font-size: 15px;
  text-align: left;
  color: #504a44;
  line-height: 2;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .text {
    text-align: center;
    font-size: 1.0714285714vw;
  }
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .text .br-text {
  display: none;
}
@media screen and (min-width: 1400px) {
  #Houmonkaigo .section-banner__banner .text-area .text-area-inner .text .br-text {
    display: block;
  }
}
#Houmonkaigo .section-banner__banner:hover .arrow::before {
  transform: translateX(-20%) translateY(-60%) rotate(-45deg);
}
#Houmonkaigo .section-banner__banner:hover .arrow b {
  background-color: #383838;
  animation: move 0.5s ease-out forwards;
}

#Privacy {
  /*==================================
    .section-privacy
  ==================================*/
}
#Privacy .section-privacy {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (min-width: 1400px) {
  #Privacy .section-privacy {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
#Privacy .section-privacy p {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (min-width: 1400px) {
  #Privacy .section-privacy p {
    font-size: 1.1428571429vw;
  }
}
#Privacy .section-privacy dl {
  padding: 40px 0 0 0;
}
#Privacy .section-privacy dl dt {
  font-size: 30px;
  margin-bottom: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 1400px) {
  #Privacy .section-privacy dl dt {
    font-size: 2.1428571429vw;
  }
}
#Privacy .section-privacy dl dd {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (min-width: 1400px) {
  #Privacy .section-privacy dl dd {
    font-size: 1.1428571429vw;
  }
}
#Privacy .section-privacy dl dd a {
  color: #131313;
}
#Privacy .section-privacy ul {
  padding: 20px 0 0 0;
}
#Privacy .section-privacy ul.pd {
  padding: 20px 0 20px 0;
}
#Privacy .section-privacy ul li {
  font-size: 16px;
  line-height: 2.2;
  padding: 0 0 0 1em;
  position: relative;
}
#Privacy .section-privacy ul li::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1400px) {
  #Privacy .section-privacy ul li {
    font-size: 1.1428571429vw;
  }
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
@keyframes onAutoFillStart {}
main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #fff;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 21px 35px;
  border: 1px solid #fff;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  width: 100%;
  border-radius: 70px;
}
main#Contact input[type=text]::placeholder {
  color: #cfcfcf;
}
main#Contact input[type=checkbox] + label {
  padding-left: 65px;
  position: relative;
  margin-right: 65px;
  cursor: pointer;
}
@media (min-width: 1400px) {
  main#Contact input[type=checkbox] + label {
    padding-left: 4.6428571429vw;
    margin-right: 4.6428571429vw;
  }
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  main#Contact input[type=checkbox] + label::before {
    top: -0.5vw;
    width: 2.8571428571vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  background: url(/images/common/icon_check.svg) no-repeat center center/cover;
  display: block;
  width: 23px;
  height: 20px;
  left: 9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}
@media (min-width: 1400px) {
  main#Contact input[type=checkbox] + label::after {
    left: 0.6428571429vw;
    margin-top: -0.6428571429vw;
    width: 1.6428571429vw;
    height: 1.4285714286vw;
  }
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 70px;
  background: #fff;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 21px 35px 21px 21px;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
@media (min-width: 1400px) {
  main#Contact .select-box::before {
    right: 1.5vw;
    border-left: 0.3571428571vw solid transparent;
    border-right: 0.3571428571vw solid transparent;
    border-top: 0.3571428571vw solid #000;
  }
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #fff;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 35px;
  min-height: 345px;
  border-radius: 45px;
}
main#Contact textarea::placeholder {
  color: #cfcfcf;
}
main#Contact .submit_area {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (min-width: 1400px) {
  main#Contact .submit_area {
    margin-top: 5.7142857143vw;
  }
}
main#Contact .submit_area ul.koumoku {
  width: 66.4285714286vw;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
main#Contact .submit_area ul.koumoku li {
  width: 48%;
}
main#Contact .submit_area ul.koumoku li > span {
  width: 100%;
}
main#Contact .submit_area ul.koumoku li > span .arrow {
  opacity: 1;
}
main#Contact .submit_area ul.koumoku li.btn_back > span {
  background-color: #9f9f9f;
}
main#Contact .submit_area ul.koumoku li.btn_back > span .arrow {
  right: auto;
  left: 40px;
  transform: rotate(180deg) translateY(50%);
}
main#Contact .contact_back {
  margin-top: 65px;
  text-align: center;
}
main#Contact .contact_back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.1428571429vw;
  height: 100px;
  background-color: #383838;
  border-radius: 99px;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  main#Contact .contact_back a {
    font-size: 1.4285714286vw;
    aspect-ratio: 450/100;
    height: auto;
  }
}
main#Contact .contact_back a .arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 40px;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 99px;
  transform: translate(0, -50%);
}
main#Contact .contact_back a .arrow .arrow_icon {
  width: 13px;
  height: 32px;
  aspect-ratio: 13/32;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
  mask-image: url(/images/common/icon-arrow-r.svg);
}
@media screen and (min-width: 1400px) {
  main#Contact .contact_back a .arrow .arrow_icon {
    width: 40.625%;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  main#Contact .contact_back a .arrow {
    aspect-ratio: 1/1;
    width: 7.1111111111%;
    height: auto;
  }
}

/*==================================
  Contact
==================================*/
#Competitive .section-contact {
  background-color: #f3f3f3;
  padding-top: 110px;
  padding-bottom: 0;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 1400px) {
  #Competitive .section-contact {
    padding-top: 8%;
    border-radius: 2.8571428571vw 2.8571428571vw 0 0;
  }
}
#Competitive .section-contact .pos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media screen and (min-width: 1400px) {
  #Competitive .section-contact .pos {
    margin-top: 5.7142857143vw;
  }
}
#Competitive .section-contact .end-text {
  font-size: 17px;
  text-align: center;
  line-height: 2.2;
}
@media screen and (min-width: 1400px) {
  #Competitive .section-contact .end-text {
    font-size: 1.1428571429vw;
  }
}
#Competitive .section-contact table td span {
  color: #f35527;
}
#Competitive .normal-button {
  width: 351px;
  height: 75px;
}
@media screen and (min-width: 1400px) {
  #Competitive .normal-button {
    width: 25.0714285714vw;
    font-size: 1.2142857143vw;
    height: auto;
    aspect-ratio: 351/75;
  }
}
#Competitive .row-button {
  display: flex;
  gap: 24px;
  flex-direction: row-reverse;
}
#Competitive .sp-last-contact-area {
  display: none;
}

main#Contact .x_pc {
  display: none;
}
@media (max-width: 985px) {
  main#Contact .x_pc {
    display: block;
  }
}
main#Contact .inquiry_box {
  border: 3px solid #000;
  background-color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: 40px 30px 30px;
  margin: 0 auto 75px;
  width: 71.0714285714vw;
}
main#Contact .inquiry_box a {
  color: #000;
}
main#Contact .inquiry_box strong {
  font-size: 24px;
  display: block;
  letter-spacing: 0.08rem;
}
main#Contact .inquiry_box .tel_txt span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.02rem;
}
main#Contact .inquiry_box .tel_txt .tel {
  display: inline-block;
}
main#Contact .inquiry_box .tel_txt .tel.phone {
  font-size: 55px;
}
main#Contact .inquiry_box .tel_txt .tel.phone .title {
  font-size: 30px;
}
main#Contact .inquiry_box .tel_txt .tel.mobile {
  font-size: 37px;
}
main#Contact .inquiry_box .tel_txt .tel.mobile .title {
  font-size: 20px;
}
main#Contact .inquiry_box .tel_txt .slush {
  font-size: 37px;
  margin: 0 10px;
}
@media (max-width: 1080px) {
  main#Contact .inquiry_box .tel_txt .tel {
    display: block;
  }
  main#Contact .inquiry_box .tel_txt .slush {
    display: none;
  }
}
@media (min-width: 1400px) {
  main#Contact .inquiry_box strong {
    font-size: 1.7142857143vw;
  }
  main#Contact .inquiry_box .tel_txt .tel.phone {
    font-size: 3.9285714286vw;
  }
  main#Contact .inquiry_box .tel_txt .tel.phone .title {
    font-size: 2.1428571429vw;
  }
  main#Contact .inquiry_box .tel_txt .tel.mobile {
    font-size: 2.6428571429vw;
  }
  main#Contact .inquiry_box .tel_txt .tel.mobile .title {
    font-size: 1.4285714286vw;
  }
  main#Contact .inquiry_box .tel_txt .slush {
    font-size: 2.6428571429vw;
  }
}
main#Contact .lead {
  text-align: center;
  font-size: 17px;
  line-height: 2.5;
  margin-bottom: 80px;
}
@media (min-width: 1400px) {
  main#Contact .lead {
    font-size: 1.2142857143vw;
  }
}
main#Contact .container {
  margin: auto;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .container p > a:hover {
  color: #704f00;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
@media (min-width: 1400px) {
  main#Contact .agree_area {
    margin: 2.1428571429vw 0 0;
  }
}
@media (min-width: 1400px) {
  main#Contact .agree_area .checkAgree {
    font-size: 1.1428571429vw;
  }
}
main#Contact .icon {
  color: #fff;
  border-radius: 3px;
  width: 57px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  aspect-ratio: 57/25;
}
@media (min-width: 1400px) {
  main#Contact .icon {
    font-size: 1vw;
    width: 19.587628866%;
    height: auto;
  }
}
main#Contact .icon.any {
  background-color: #787878;
}
main#Contact .icon.need {
  background-color: #f35528;
}
main#Contact table {
  width: 100%;
}
main#Contact table tr th {
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
  width: 37%;
  position: relative;
  vertical-align: top;
}
@media (min-width: 1400px) {
  main#Contact table tr th {
    font-size: 1.2857142857vw;
    padding-bottom: 3.2142857143vw;
  }
}
main#Contact table tr th .icon {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
main#Contact table tr th.message_tit .icon {
  top: 47px;
  transform: unset;
}
main#Contact table tr td {
  padding-left: 25px;
  padding-bottom: 45px;
  word-break: break-all;
}
@media (min-width: 1400px) {
  main#Contact table tr td {
    padding-left: 1.7857142857vw;
    padding-bottom: 3.2142857143vw;
  }
}
main#Contact table tr td .select-box {
  width: 300px;
}
@media (min-width: 1400px) {
  main#Contact table tr td .select-box {
    width: 21.4285714286vw;
  }
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
@media (min-width: 1400px) {
  main#Contact table tr td .confirm-text {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 835px) {
  main#Contact table tr th {
    width: 291px;
  }
}
@media (min-width: 1400px) {
  main#Contact table tr th {
    width: 23.4677419355%;
  }
}
main#Contact table.confirm tr th .icon {
  position: absolute;
  top: 1px !important;
  right: 0;
  transform: translateY(0);
}
main#Contact .agree_area .checkAgree {
  font-weight: 700;
}
main#Contact .agree_area .checkAgree a {
  color: #000;
  text-decoration: underline;
}
main#Contact .agree_area .checkAgree a:hover {
  text-decoration: none;
}
main#Contact .agree_area .checkAgree .icon_wrap {
  display: inline-block;
  margin-left: 2em;
}
@media (min-width: 1400px) {
  main#Contact .agree_area .checkAgree .icon_wrap {
    width: 5%;
    aspect-ratio: 57/25;
  }
  main#Contact .agree_area .checkAgree .icon_wrap .icon {
    width: 100%;
  }
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
main#Contact.sfm1 table tr th {
  padding-top: 15px;
}
main#Contact.sfm1 table tr th .icon {
  top: 32%;
}
main#Contact.sfm1 table tr th.message_tit .icon {
  top: 9%;
}
main#Contact.sfm2 table tr th .icon {
  top: calc(50% - 19px);
}
main#Contact.sfm2 td p {
  overflow-wrap: break-word;
}
main#Contact.sfm3 .send_comp p {
  text-align: center;
}
@media (min-width: 1400px) {
  main#Contact select {
    font-size: 1.1428571429vw !important;
    width: 65.1428571429vw;
    height: 5vw;
    padding: 1.5vw 3.5714285714vw 1.5vw 3.5714285714vw !important;
  }
}
@media (min-width: 1400px) {
  main#Contact input[type=text] {
    font-size: 1.1428571429vw;
    width: 65.1428571429vw;
    height: 5vw;
    padding: 1.5vw 2.5vw;
  }
}
@media (min-width: 1400px) {
  main#Contact textarea {
    font-size: 1.1428571429vw;
    width: 65.1428571429vw;
    height: 24.6428571429vw;
    padding: 2.5vw 2.5vw;
  }
}