@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;
  }
}
.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);
}

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

/*　Retina対応時のCSS↓　*/
/*=================================
 header
==================================*/
.header {
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  /*=================================
  __global-nav-area
  ==================================*/
}
.header__inner {
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo-area .logo {
  width: 153px;
}
.header__menu-button {
  width: 44px;
  height: 13px;
  position: relative;
  z-index: 9999;
}
.header__menu-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #383838;
  display: block;
  left: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}
.header__menu-button span:nth-child(1) {
  top: 0;
  left: 0;
}
.header__menu-button span:nth-child(2) {
  bottom: 0;
  left: 0;
}
.js-open .header__menu-button span:nth-child(1) {
  background-color: #fff;
  transform: translateY(8px) rotate(26deg);
}
.js-open .header__menu-button span:nth-child(2) {
  background-color: #fff;
  transform: translateY(-2px) rotate(-26deg);
}
.header__global-nav-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  background-color: #383838;
  overflow: auto;
  display: none;
}
.header__global-nav-area::-webkit-scrollbar {
  display: none;
}
.header__global-nav-area .global-nav-inner {
  padding: 80px 32px 80px 32px;
  height: 100%;
}
.header__global-nav-area .global-nav-inner .global-nav {
  margin-bottom: 42px;
}
.header__global-nav-area .global-nav-inner .lists {
  border-radius: 10px;
}
.header__global-nav-area .global-nav-inner .lists > li {
  margin-bottom: 16px;
}
.header__global-nav-area .global-nav-inner .lists > li > a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  display: block;
}
.header__global-nav-area .global-nav-inner .sub-lists {
  border-radius: 10px;
  background-color: #fff;
  padding: 19px 26px;
  margin-bottom: 30px;
}
.header__global-nav-area .global-nav-inner .sub-lists > li > a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  color: #131313;
  display: block;
  padding: 8px 0;
  position: relative;
}
.header__global-nav-area .global-nav-inner .sub-lists > li > a .arrow {
  position: absolute;
  right: 0;
  top: 3px;
}
.header__global-nav-area .global-nav-inner .sub-lists > li > a .arrow img {
  width: 12px;
}
.header__global-nav-area .global-nav-inner .sp-contact-area {
  padding-bottom: 120px;
}
.header__global-nav-area .global-nav-inner .sp-contact-area .tel-text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  border-top: solid 1px #4d4d4d;
  border-bottom: solid 1px #4d4d4d;
  margin-bottom: 18px;
}
.header__global-nav-area .global-nav-inner .sp-contact-area .tel {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 38px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.header__global-nav-area .global-nav-inner .sp-contact-area .tel span {
  font-size: 20px;
}
.header__global-nav-area .global-nav-inner .sp-contact-area .mobile {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}
.header__global-nav-area .global-nav-inner .sp-contact-area .mobile span {
  font-size: 21px;
}
.header__global-nav-area .global-nav-inner .sp-contact-area .contact-button {
  font-size: 18px;
  height: 80px;
  width: 311px;
  margin: 0 auto;
}
.header__global-nav-area .global-nav-inner .sp-contact-area .contact-button .icon-mail {
  margin-left: -23px;
  margin-top: -2px;
  line-height: 1;
}
.header__global-nav-area .h-contact {
  display: none;
}

/*=================================
	.all-inner
==================================*/
.all-inner {
  padding-left: 20px;
  padding-right: 20px;
}

/*=================================
 .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: 305px;
  height: 70px;
  color: #fff;
  margin: 0 auto;
  background-color: #383838;
  border-radius: 99px;
  position: relative;
  text-align: center;
  letter-spacing: 0.08em;
}
.normal-button .stuffing {
  position: relative;
  top: -1px;
  left: 0;
}
.normal-button .arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 99px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.normal-button .arrow b {
  display: block;
  width: 11px;
  height: 10px;
  background-color: #383838;
  transition: all 0.5s ease;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 11px 10px;
  mask-position: 0 0;
}
.normal-button.normal-button-back .stuffing {
  margin-left: 0px;
}
.normal-button.normal-button-back .arrow {
  right: auto;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}

/*=================================
 .constact-button
==================================*/
.contact-button {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 335px;
  height: 80px;
  color: #fff;
  background-color: #f35528;
  border-radius: 99px;
  position: relative;
}
.contact-button .arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 99px;
  transform: translate(0, -50%);
}
.contact-button .arrow b {
  display: block;
  width: 11px;
  height: 10px;
  background-color: #f35528;
  transition: all 0.5s ease;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 11px 10px;
  mask-position: 0 0;
}
.contact-button .icon-mail {
  background-image: url(/images/common/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: 23px 17px;
  padding: 9px 6px 8px 30px;
  background-position: left 10px;
  position: relative;
  z-index: 2;
  margin-left: -8px;
  margin-top: -2px;
}
.contact-button.contact-button-b .arrow {
  right: 27px;
}
.contact-button.contact-button-b .icon-mail {
  padding: 8px 12px 8px 28px;
}
.contact-button.contact-button-c .arrow {
  right: 12px;
}

/*=================================
 footer
==================================*/
.footer {
  background-color: #f3f3f3;
}
.footer.bc-white {
  background-color: #fff;
}
.footer__inner {
  overflow: hidden;
  background-color: #383838;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.footer__contact {
  border-bottom: solid 1px #5f5f5f;
  background-color: #383838;
}
.footer__contact .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  width: 100%;
  line-height: 1;
}
.footer__contact .tel-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 58px 0;
  background-color: #3e3e3e;
}
.footer__contact .tel-area .tel-area-inner .tel {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 37px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 16px;
}
.footer__contact .tel-area .tel-area-inner .tel span {
  font-size: 20px;
}
.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: 26px;
  color: #fff;
}
.footer__contact .tel-area .tel-area-inner .mobile span {
  font-size: 14px;
}
.footer__contact .mail-area {
  background-color: #3e3e3e;
  border-top: solid 1px #5f5f5f;
  padding: 62px 20px;
}
.footer__contact .mail-area .contact-button {
  height: 80px;
}
.footer__global {
  background-color: #383838;
}
.footer__global .global-inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 46px 25px;
  width: 100%;
}
.footer__global .global-inner .logo-area {
  width: 100%;
  order: 2;
  text-align: left;
}
.footer__global .global-inner .logo-area .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}
.footer__global .global-inner .logo-area .text a {
  color: #fff;
  display: block;
  margin-bottom: 14px;
}
.footer__global .global-inner .logo-area .logo {
  width: 102px;
  margin-bottom: 32px;
}
.footer__global .global-inner .logo-area .tel-area {
  margin-top: 12px;
}
.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;
  width: 100%;
}
.footer__global .global-inner .logo-area .tel-area .tel-lists li a {
  display: block;
  color: #fff;
}
.footer__global .global-inner .content-area {
  position: relative;
  width: 100%;
}
.footer__global .global-inner .privacy-area {
  width: 100%;
  order: 3;
  margin-top: 18px;
}
.footer__global .global-inner .privacy-area .anchor {
  bottom: 32px;
  right: 12px;
  position: absolute;
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/images/common/anchor-arrow.svg);
  background-color: #262626;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__global .global-inner .privacy-area .anchor img {
  width: 15px;
}
.footer__global .global-inner .privacy-area .lists li {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 48px;
}
.footer__global .global-inner .privacy-area .lists li:nth-last-child(1) {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
.footer__global .global-inner .privacy-area .lists li a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
.footer .sp-last-contact-area {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 11px 0;
  background-color: #464646;
  width: 100%;
  z-index: 9990;
}
.footer .sp-last-contact-area .contact-button {
  width: 100%;
  height: 50px;
  width: 336px;
  margin: 0 auto;
}

/*=================================
	.title-type-a
==================================*/
.title-type-a {
  text-align: center;
  margin-bottom: 46px;
}
.title-type-a .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #eb3b09;
  display: block;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.title-type-a .jp {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.08em;
}

/*=================================
	.title-type-b
==================================*/
.title-type-b {
  text-align: left;
  margin-bottom: 16px;
}
.title-type-b .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #eb3b09;
  display: block;
  line-height: 1;
  margin-bottom: 14px;
}
.title-type-b .jp {
  font-size: 32px;
  line-height: 1;
}

/*=================================
	.title-deco
==================================*/
.title-deco {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
  color: #eb3b09;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 14px;
  letter-spacing: 0.05em;
}
.title-deco::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 160px;
  transform: translate(0, -50%);
  height: 1px;
  background-color: #eb3b09;
}

/*=================================
.sub-visual
==================================*/
.sub-visual {
  width: 100%;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
}
.sub-visual__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sub-visual .sub-title {
  position: absolute;
  left: 50%;
  top: calc(50% + 20px);
  transform: translate(-50%, -50%);
  z-index: 1;
  letter-spacing: 0.12em;
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 600;
  font-size: 38px;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.sub-visual .sub-title .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.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(20px) 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: -10px;
  bottom: 58px;
  width: 42px;
  transform: translateY(50px);
  transition: all 4s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-02 {
  position: absolute;
  top: 105px;
  left: -2px;
  width: 13px;
  height: 13px;
  transform: rotate(-15deg);
  transform: translateY(30px) rotate(-15deg);
  transition: all 5s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-03 {
  position: absolute;
  left: 68px;
  bottom: 20px;
  width: 40px;
  transform: translateY(80px);
  transition: all 5s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-04 {
  position: absolute;
  top: 50px;
  left: 86px;
  width: 20px;
  transform: rotate(40deg);
  transform: translateY(60px) rotate(40deg);
  transition: all 4s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-05 {
  position: absolute;
  right: 138px;
  bottom: 22px;
  width: 22px;
  transform: rotate(36deg);
  transform: translateY(50px) rotate(33deg);
  transition: all 4s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-06 {
  position: absolute;
  right: 88px;
  top: 68px;
  width: 38px;
  transform: translateY(60px);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-07 {
  position: absolute;
  right: -15px;
  bottom: 40px;
  width: 50px;
  transform: translateY(50px);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-visual .deco-objct-08 {
  position: absolute;
  right: -12px;
  top: 128px;
  width: 28px;
  transform: translateY(30px);
  transition: all 5s cubic-bezier(0.22, 1, 0.36, 1);
}

/*=================================
	.sp-content-lists
==================================*/
.sp-content-lists {
  margin-bottom: 54px;
}
.sp-content-lists .main-lists li {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 12px;
}
.sp-content-lists .main-lists li a {
  font-size: 16px;
  color: #fff;
}
.sp-content-lists .main-lists li .table {
  display: flex;
}
.sp-content-lists .main-lists li .table dt {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  width: 120px;
}
.sp-content-lists .main-lists li .table dd {
  width: calc(100% - 120px);
}
.sp-content-lists .main-lists li .table dd .sub-lists li a {
  font-size: 16px;
  position: relative;
  display: block;
  padding-left: 30px;
}
.sp-content-lists .main-lists li .table dd .sub-lists li a::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 5px;
  height: 1px;
  background-color: #fff;
}

/*=================================
	.breadcrumb
==================================*/
.breadcrumb {
  background-color: #f3f3f3;
  padding-top: 26px;
  padding-bottom: 40px;
}
.breadcrumb.bc-white {
  background-color: #fff;
}
.breadcrumb__inner {
  padding: 0 20px;
}
.breadcrumb__lists {
  display: flex;
  width: 100%;
}
.breadcrumb__lists li {
  font-size: 13px;
  padding-right: 24px;
  position: relative;
  color: #929292;
  word-break: keep-all;
}
.breadcrumb__lists li:nth-child(3) {
  word-break: break-all;
  padding-right: 0;
}
.breadcrumb__lists li::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 7px;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumb__lists li:nth-last-child(1)::after {
  content: none;
}
.breadcrumb__lists li a {
  display: inline-block;
  color: #000;
}

/*=================================
	.news-lists
==================================*/
.news-lists {
  margin-bottom: 48px;
}
.news-lists a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 32px;
  display: block;
  color: #000;
}
.news-lists a:nth-last-child(1) {
  margin-bottom: 0;
}
.news-lists a .time-area {
  margin-bottom: 12px;
}
.news-lists a .text-area {
  width: 100%;
}
.news-lists a time {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #979797;
  margin-right: 20px;
}
.news-lists a .label {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  background-color: #f35528;
  color: #fff;
  padding: 5px 10px;
  border-radius: 99px;
  display: inline-block;
}
.news-lists a .text {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.6;
}

/*==================================
  .section-nav
==================================*/
.section-nav {
  padding-top: 48px;
}
.section-nav__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7619047619%;
}
.section-nav__lists .item {
  width: 47.0238095238%;
  display: block;
  padding-bottom: 16px;
  border-bottom: solid 4px #000;
  margin-bottom: 32px;
}
.section-nav__lists .item:nth-last-child(-n+2) {
  margin-bottom: 32px;
}
.section-nav__lists .item .photo {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
.section-nav__lists .item .photo img {
  width: 100%;
}
.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: 18px;
  color: #000;
  letter-spacing: 0.08em;
  margin-bottom: -4px;
}
.section-nav__lists .item .text-area .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 10px;
  display: block;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.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;
}

/*==================================
  .marker-text
==================================*/
.marker-text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 22px;
  line-height: 2.1;
  text-align: center;
}
.marker-text span {
  padding: 2px 10px;
  background: linear-gradient(transparent 0%, #ffff40 0%);
}

/*==================================
  .marker-title
==================================*/
.marker-title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.marker-title small {
  display: block;
  font-size: 19px;
  margin-bottom: 9px;
}
.marker-title small span {
  padding: 2px 0;
  background: linear-gradient(transparent 70%, #ffff40 70%);
}
.marker-title .title {
  font-size: 29px;
}

.marker-title-type-a {
  text-align: center;
  font-size: 29px;
  line-height: 1.5;
  margin-bottom: 28px;
}
.marker-title-type-a span {
  padding: 2px 0;
  background: linear-gradient(transparent 70%, #ffff40 70%);
}

/*==================================
  .deco-title
==================================*/
.deco-title {
  font-size: 25px;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  line-height: 1.3;
}
.deco-title::after {
  content: "";
  position: absolute;
  background-color: #f35527;
  width: 19px;
  height: 19px;
  left: 0;
  top: 8px;
  border-radius: 99px;
}

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

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .prev {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: auto;
  background-color: #383838;
  border-radius: 99px;
  margin-right: auto;
  padding: 0 !important;
}
.nav-links .prev .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .prev .arrow b {
  display: block;
  width: 12px;
  height: 11px;
  background-color: #fff;
  transition: all 0.5s ease;
  mask-image: url(../images/common/arrow_l.svg);
  mask-size: 12px 11px;
  mask-position: 0 0;
}
.nav-links .next {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #383838;
  border-radius: 99px;
  margin-left: auto;
  padding: 0 !important;
}
.nav-links .next .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .next .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;
}
.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 6px;
}
.nav-links .page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #383838;
  width: 40px;
  height: 40px;
  margin: 0 14px;
  padding: 0;
  border-radius: 9999px;
}

/*--------------------*/
.section-blog {
  background-color: #f3f3f3;
  border-radius: 30px 30px 0 0;
  padding-top: 50px;
  padding-bottom: 45px;
}

#Blog .heading-area {
  padding: 30px 26px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
}
#Blog .heading-area .data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#Blog .heading-area .data li {
  line-height: 1;
}
#Blog .heading-area .data li:nth-child(1) {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-right: 15px;
  color: #979797;
}
#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;
}
#Blog .heading-area h1 {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  word-break: break-all;
}
#Blog .blog-inner {
  padding: 0;
  margin-bottom: 64px;
}
#Blog p {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 65px;
  word-break: break-all;
}
#Blog img {
  max-width: 100%;
  height: auto;
}
#Blog .button-pos {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* 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;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top {
  /*=================================
  	.main-scene
  ==================================*/
  /*=================================
  	.section-message
  ==================================*/
  /*=================================
  	.section-ceo
  ==================================*/
  /*=================================
  	.section-business
  ==================================*/
  /*=================================
  	.section-three
  ==================================*/
  /*=================================
   .section-column
  ==================================*/
  /*=================================
  	.section-news
  ==================================*/
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
#Top main {
  overflow: hidden;
}
#Top .main-scene {
  position: relative;
  padding: 300px 0 0 0;
}
#Top .main-scene .deco-objct-02 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  z-index: 1;
  transform: rotate(-16deg);
}
#Top .scene {
  margin-top: 100px;
}
#Top .scene .left-area {
  position: relative;
  padding-left: 36px;
  margin-bottom: 40px;
}
#Top .scene .left-area .left-inner .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 39px;
  line-height: 1.45;
  margin-bottom: 10px;
}
#Top .scene .left-area .left-inner .title .ctm-br {
  display: none;
}
#Top .scene .left-area .left-inner .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#Top .scene .right-area {
  position: relative;
  padding-left: 20px;
}
#Top .scene .right-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 30px;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 0 0 0 40px;
}
#Top .scene .right-area .scroll-area {
  position: absolute;
  right: 16px;
  top: -40px;
  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: 60px;
  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 .scroll-area .deco-objct-01 {
  display: none;
  position: absolute;
  top: 200px;
  left: -60px;
  width: 84px;
  z-index: 99;
}
#Top .scene .right-area .right-inner {
  height: 100%;
  position: relative;
}
#Top .scene .right-area .right-inner .photo {
  padding-top: 40px;
  padding-bottom: 30px;
}
#Top .scene .right-area .right-inner .photo .inner {
  aspect-ratio: 1762/1206;
  position: relative;
}
#Top .scene .right-area .right-inner .photo .inner 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 .inner 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 .inner 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 .inner 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 .inner 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 .inner 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 .inner 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 .inner 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 .right-inner .deco-objct-03 {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 97px;
  right: -60px;
  width: 150px;
}
#Top .scene .right-area .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: -0.01em;
}
#Top .scene.take-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 290px;
  overflow: hidden;
}
#Top .scene.take-02 {
  margin: 400px 0 0 0;
  padding-top: 100px;
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent 0%, #fff 10%);
}
#Top .scene.take-02 .pos {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  padding: 18px 0 20px 36px;
  box-sizing: border-box;
}
#Top .scene.take-02 .pos.spfixed {
  position: absolute;
  top: -300px;
}
#Top .scene.take-02 .pos .deco-objct-01 {
  position: absolute;
  width: 60px;
  top: 50px;
  right: -10px;
  transform: translateY(60px);
  transition: all 5s cubic-bezier(0.22, 1, 0.36, 1);
}
#Top .scene.take-02 .pos .deco-objct-02 {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: -14px;
  width: 30px;
  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 36px;
}
#Top .scene.take-02 .right-area::after {
  content: none;
}
#Top .scene.take-02 .right-area .text {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 35px;
}
#Top .scene.take-02 .right-area .title-deco {
  margin-bottom: 24px;
}
#Top .scene .deco-objct-02 {
  display: none;
  position: absolute;
  z-index: 999;
  top: 740px;
  left: 0;
  width: 52px;
}
#Top .section-message {
  padding-top: 85px;
  padding-bottom: 85px;
}
#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: 20px;
}
#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-top: 85px;
  padding-bottom: 85px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#Top .section-ceo__inner {
  margin: 0 auto;
  padding: 0 20px;
}
#Top .section-ceo__photo {
  border-radius: 30px;
  position: relative;
}
#Top .section-ceo__photo .photo {
  border-radius: 20px;
  overflow: hidden;
}
#Top .section-ceo__photo .photo img {
  width: 100%;
}
#Top .section-ceo__photo .name-area {
  position: absolute;
  right: 21px;
  bottom: 28px;
}
#Top .section-ceo__photo .name-area .ceo {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}
#Top .section-ceo__photo .name-area .jp-name {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 19px;
  display: block;
  margin-right: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
#Top .section-ceo__photo .name-area .en-name {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 10px;
  display: block;
  letter-spacing: 0.2em;
}
#Top .section-ceo__photo .deco-objct-01 {
  width: 23px;
  position: absolute;
  top: 17%;
  left: -2.1333333333vw;
}
#Top .section-ceo__photo .deco-objct-02 {
  position: absolute;
  top: -8%;
  width: 53px;
  left: 32vw;
}
#Top .section-ceo__photo .deco-objct-03 {
  position: absolute;
  top: 47%;
  right: 4.8vw;
  width: 32px;
}
#Top .section-business {
  padding-top: 85px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 30px;
}
#Top .section-business__inner {
  padding: 0 20px;
}
#Top .section-business__content-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#Top .section-business__content-box .text-area {
  order: 2;
}
#Top .section-business__content-box .text-area .title-business {
  font-size: 30px;
  margin-bottom: 14px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
}
#Top .section-business__content-box .text-area .text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 32px;
  letter-spacing: 0.06em;
}
#Top .section-business__content-box .photo-area {
  order: 1;
  margin: 0 auto;
}
#Top .section-business__content-box .photo-area .photo {
  max-width: 500px;
  margin-bottom: 32px;
}
#Top .section-business__content-box .photo-area .photo img {
  width: 100%;
}
#Top .section-business .deco-objct-01 {
  position: absolute;
  left: -7px;
  top: 19%;
  width: 28px;
}
#Top .section-business .deco-objct-02 {
  position: absolute;
  top: -6px;
  left: 40px;
  width: 24px;
  transform: rotate(39deg);
}
#Top .section-business .deco-objct-03 {
  position: absolute;
  top: 140px;
  right: 30px;
  width: 36px;
  transform: scale(-1, 1);
}
#Top .section-business .deco-objct-04 {
  position: absolute;
  bottom: -23px;
  left: 94px;
  width: 47px;
}
#Top .section-business .deco-objct-05 {
  position: absolute;
  bottom: 680px;
  right: 24px;
  width: 24px;
}
#Top .section-three {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
#Top .section-three__inner {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
#Top .section-three .title-type-a .jp {
  letter-spacing: -0.01em;
}
#Top .section-three__lists .item {
  padding: 40px 34px 70px 34px;
  border: solid 6px #000;
  margin-bottom: 24px;
  border-radius: 220px;
  position: relative;
  border-radius: 160px;
}
#Top .section-three__lists .item .deco-objct {
  position: absolute;
  bottom: 60px;
  right: 8px;
  width: 22px;
  background-color: #f35528;
  border-radius: 100%;
  z-index: 1;
}
#Top .section-three__lists .item::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  transform: rotate(30deg);
}
#Top .section-three__lists .item .title {
  font-size: 27px;
  margin-bottom: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
#Top .section-three__lists .item .title .num {
  font-size: 35px;
  color: #59cb29;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
#Top .section-three__lists .item .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.001em;
}
#Top .section-three .deco-objct-01 {
  position: absolute;
  left: 13px;
  top: 100px;
  width: 20px;
  transform: rotate(33deg);
}
#Top .section-three .deco-objct-02 {
  position: absolute;
  right: 38px;
  top: -40px;
  width: 26px;
}
#Top .section-three .deco-objct-03 {
  position: absolute;
  right: 15px;
  top: 600px;
  width: 31px;
  transform: rotate(-16deg);
}
#Top .section-wrapper {
  position: relative;
  z-index: 3;
}
#Top .section-column {
  padding-top: 40px;
  padding-bottom: 85px;
  background-color: #f3f3f3;
  border-radius: 30px;
}
#Top .section-column__lists .item {
  width: 100%;
  margin-bottom: 45px;
}
#Top .section-column__lists .item a {
  display: block;
  color: #000;
}
#Top .section-column__lists .photo {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  border: solid 1px #d7d7d7;
}
#Top .section-column__lists .photo img {
  width: 101%;
}
#Top .section-column__lists .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 14px;
  word-break: break-all;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#Top .section-column__lists .text-area .label {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 99px;
  background-color: #f35528;
  color: #fff;
}
#Top .section-column__inner {
  padding: 24px;
  position: relative;
  margin: 0 auto;
}
#Top .section-column .swiper .swiper-slide {
  width: 100%;
  padding: 0 20px;
  width: auto;
  margin-bottom: 24px;
}
#Top .section-column .swiper .swiper-wrapper {
  display: block;
}
#Top .section-column .swiper .photo {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 16px;
}
#Top .section-column .swiper .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
#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;
}
#Top .section-news {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#Top .section-news__inner {
  padding: 0 20px;
  position: relative;
}
#Top .section-news .title-type-b {
  margin-bottom: 38px;
}
#Top .section-news .news-lists {
  margin-bottom: 48px;
}
#Top .section-news .news-lists a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 32px;
  display: block;
  color: #000;
}
#Top .section-news .news-lists a:nth-last-child(1) {
  margin-bottom: 0;
}
#Top .section-news .news-lists a .time-area {
  margin-bottom: 16px;
}
#Top .section-news .news-lists a time {
  font-size: 17px;
  color: #979797;
  margin-right: 14px;
}
#Top .section-news .news-lists a .label {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  background-color: #f35528;
  color: #fff;
  padding: 5px 10px;
  border-radius: 99px;
  display: inline-block;
}
#Top .section-news .news-lists a .text {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  word-break: break-all;
}
#Top .section-news .deco-objct-01 {
  display: none;
  position: absolute;
  top: 0;
  right: 380px;
  width: 87px;
}
#Top .section-news .deco-objct-02 {
  display: none;
  position: absolute;
  top: -80px;
  right: 110px;
  width: 73px;
  transform: scale(-1, 1);
}
#Top .swiper-button-prev,
#Top .swiper-button-next {
  height: 50px;
  width: 50px;
}
#Top .swiper-button-prev::after,
#Top .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
#Top .swiper-button-prev::after {
  background-image: url("/images/common/sub-obj-ttg.svg");
}
#Top .swiper-button-next::after {
  background-image: url("/images/common/sub-obj-ttg.svg");
}
#Top .swiper-slide img {
  height: auto;
  width: 100%;
}

#Company {
  /*==================================
    .section-company
  ==================================*/
}
#Company .section-company__content-box {
  display: block;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 40px;
  padding-bottom: 30px;
  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: 100%;
  margin-bottom: 23px;
}
#Company .section-company__content-box .photo-area .photo {
  border-radius: 12px;
  overflow: hidden;
}
#Company .section-company__content-box .photo-area .photo img {
  width: 100%;
}
#Company .section-company__content-box .text-area {
  width: 100%;
}
#Company .section-company__content-box .text-area .title {
  font-size: 25px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  letter-spacing: 0.08em;
}
#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: 13px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#Company .section-company__content-box .text-area .title .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #383838;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Company .section-company__content-box .text-area .title .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;
}
#Company .section-company__content-box .text-area .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/*==================================
  #Greetin
==================================*/
#Greeting {
  /*==================================
    .section-greeting
  ==================================*/
  /*==================================
    .section-profile
  ==================================*/
  /*==================================
    .section-nav
  ==================================*/
}
#Greeting .section-greeting__content-box {
  margin-bottom: 40px;
}
#Greeting .section-greeting__content-box .photo-area {
  width: 100%;
  margin-bottom: 30px;
}
#Greeting .section-greeting__content-box .photo-area .photo {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
#Greeting .section-greeting__content-box .photo-area .photo img {
  width: 100%;
}
#Greeting .section-greeting__content-box .text-area {
  width: 100%;
}
#Greeting .section-greeting__content-box .text-area .title {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: -0.003em;
}
#Greeting .section-greeting__content-box .text-area .text {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
#Greeting .section-greeting__content-box .text-area .text + .title {
  margin-top: 40px;
}
#Greeting .section-greeting__content-box.change .photo-area {
  order: 2;
}
#Greeting .section-greeting__content-box.change .text-area {
  order: 1;
}
#Greeting .section-profile {
  padding: 80px 0 40px 0;
  border-radius: 30px;
  background-color: #f3f3f3;
}
#Greeting .section-profile__profile {
  background-color: #fff;
  border-radius: 25px;
  margin: 0 -10px;
  padding: 60px 24px 24px 24px;
  position: relative;
}
#Greeting .section-profile__profile .ceo-area {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 16px;
}
#Greeting .section-profile__profile .ceo-area .name-ceo {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
#Greeting .section-profile__profile .ceo-area .name-jp {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin-right: 14px;
  padding-bottom: 30px;
  letter-spacing: 0.2em;
}
#Greeting .section-profile__profile .ceo-area .name-en {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
}
#Greeting .section-profile__profile .text-area .text {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
#Greeting .section-profile__profile .deco-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  position: absolute;
  line-height: 1;
  left: 24px;
  top: -16px;
}
#Greeting .section-nav {
  padding-top: 48px;
}
#Greeting .section-nav__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7619047619%;
}
#Greeting .section-nav__lists .item {
  width: 47.0238095238%;
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 4px #000;
  margin-bottom: 32px;
}
#Greeting .section-nav__lists .item:nth-last-child(-n+2) {
  margin-bottom: 32px;
}
#Greeting .section-nav__lists .item .photo {
  border-radius: 12px;
  overflow: hidden;
}
#Greeting .section-nav__lists .item .photo img {
  width: 100%;
}
#Greeting .section-nav__lists .item .text-area {
  text-align: center;
}
#Greeting .section-nav__lists .item .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
#Greeting .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;
}
#Greeting .section-nav__lists .item.active {
  border-bottom: solid 4px #eb3b09;
}
#Greeting .section-nav__lists .item.active .photo {
  opacity: 0.5;
}
#Greeting .section-nav__lists .item.active .title {
  color: #eb3b09;
}

/*==================================
  #Greetin
==================================*/
#Overview {
  /*==================================
    .section-company
  ==================================*/
}
#Overview .section-company__inner {
  padding: 0 20px;
}
#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: 16px;
  padding: 16px 0;
  width: 110px;
  border-bottom: solid 1px #eee;
  padding-left: 17px;
  letter-spacing: 0.06em;
}
#Overview .section-company__lists dd {
  box-sizing: border-box;
  font-size: 16px;
  padding: 16px 0;
  width: calc(100% - 110px);
  border-bottom: solid 1px #eee;
  letter-spacing: 0.06em;
}
#Overview .section-company__lists dd a {
  color: #131313;
}

/*==================================
  Business
==================================*/
#Business {
  /*=================================
  .section-business
  ==================================*/
}
#Business .sub-visual {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#Business .section-business {
  padding-top: 50px;
  background-color: #f3f3f3;
  border-radius: 30px 30px 0 0;
  position: relative;
}
#Business .section-business__inner {
  padding: 0 20px;
}
#Business .section-business__content-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#Business .section-business__content-box:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Business .section-business__content-box .text-area {
  order: 2;
}
#Business .section-business__content-box .text-area .title-business {
  font-size: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: center;
}
#Business .section-business__content-box .text-area .text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 32px;
}
#Business .section-business__content-box .photo-area {
  order: 1;
  padding: 0 20px;
  margin-bottom: 20px;
}
#Business .section-business__content-box .photo-area .photo {
  margin: 0 auto;
}
#Business .section-business__content-box .photo-area .photo img {
  width: 100%;
}

/*==================================
  Column
==================================*/
#Column {
  /*=================================
  	.sub-visual
  ==================================*/
  /*=================================
  	.section-column
  ==================================*/
  /*=================================
  	.cate_wrap
  ==================================*/
}
#Column .sub-visual {
  margin-bottom: 0;
}
#Column .section-column {
  padding-top: 50px;
}
#Column .section-column__lists .item {
  width: 100%;
  margin-bottom: 45px;
}
#Column .section-column__lists .item a {
  display: block;
  color: #000;
}
#Column .section-column__lists .photo {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 16px;
  border: solid 1px #d7d7d7;
}
#Column .section-column__lists .photo img {
  width: 101%;
}
#Column .section-column__lists .text-area .title {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 16px;
  word-break: break-all;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#Column .section-column__lists .text-area .label {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 99px;
  background-color: #f35528;
  color: #fff;
}
#Column .wp-pagenavi {
  background-color: #fff;
}
#Column .cate_wrap {
  margin-bottom: 30px;
}
#Column .cate_wrap .category-lists {
  display: flex;
  justify-content: center;
}
#Column .cate_wrap .category-lists li {
  margin-right: 10px;
}
#Column .cate_wrap .category-lists li.active {
  color: #eb3b09;
}
#Column .cate_wrap .category-lists li.active a {
  color: #eb3b09;
  border: solid 1px #eb3b09;
}
#Column .cate_wrap .category-lists li:nth-last-child(1) {
  margin-right: 0;
}
#Column .cate_wrap .category-lists li a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 13px;
  color: #000;
  display: block;
  padding: 2px 8px;
  border: solid 1px #b6b6b6;
  border-radius: 40px;
}

/*==================================
  News
==================================*/
#News {
  /*=================================
  	.sub-visual
  ==================================*/
  /*=================================
  	.all-inner
  ==================================*/
  /*=================================
  	.frame-white
  ==================================*/
  /*=================================
  	.cate_wrap
  ==================================*/
  /*=================================
  	.news-lists
  ==================================*/
}
#News .sub-visual {
  margin-bottom: 0;
}
#News .section-news {
  background-color: #f3f3f3;
  border-radius: 30px 30px 0 0;
  padding-top: 40px;
  padding-bottom: 45px;
}
#News .all-inner {
  padding-left: 20px;
  padding-right: 20px;
}
#News .frame-white {
  border-radius: 25px;
  background-color: #fff;
  padding: 20px 20px;
  margin: 0 -10px 40px -10px;
}
#News .cate_wrap {
  margin-bottom: 30px;
}
#News .cate_wrap .category-lists {
  display: flex;
  justify-content: center;
}
#News .cate_wrap .category-lists li {
  margin-right: 10px;
}
#News .cate_wrap .category-lists li.active {
  color: #eb3b09;
}
#News .cate_wrap .category-lists li.active a {
  color: #eb3b09;
  border: solid 1px #eb3b09;
}
#News .cate_wrap .category-lists li:nth-last-child(1) {
  margin-right: 0;
}
#News .cate_wrap .category-lists li a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 13px;
  color: #000;
  display: block;
  padding: 2px 8px;
  border: solid 1px #b6b6b6;
  border-radius: 40px;
}
#News .news-lists {
  margin-bottom: 0;
}
#News .news-lists a {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #dadada;
  word-break: break-all;
}
#News .news-lists a:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#News .news-lists a .time-area {
  margin-bottom: 17px;
}
#News .news-lists a .time-area time {
  font-size: 17px;
  margin-right: 10px;
}
#News .news-lists a .time-area .label {
  font-size: 13px;
}
#News .news-lists a .text-area {
  width: 100%;
}
#News .news-lists a .text-area .text {
  font-size: 17px;
  letter-spacing: 0.06em;
}

#Philosophy {
  /*==================================
    .section-philosophy
  ==================================*/
  /*=================================
  	.section-purpose
  ==================================*/
}
#Philosophy .section-philosophy {
  padding-bottom: 60px;
}
#Philosophy .section-philosophy .content-article .title-area {
  margin-bottom: 16px;
}
#Philosophy .section-philosophy .content-article .title-area .title {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#Philosophy .section-philosophy .content-article .text-area {
  margin-bottom: 32px;
}
#Philosophy .section-philosophy .content-article .text-area .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#Philosophy .section-philosophy .photo-area {
  padding: 0 20px;
}
#Philosophy .section-philosophy .photo-area .photo {
  border-radius: 20px;
  overflow: hidden;
}
#Philosophy .section-philosophy .photo-area .photo img {
  width: 100%;
}
#Philosophy .section-purpose {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
  border-radius: 30px;
}
#Philosophy .section-purpose .title-type-a {
  margin-bottom: 30px;
}
#Philosophy .section-purpose .title-type-a .en {
  font-size: 16px;
  margin-bottom: 10px;
}
#Philosophy .section-purpose .title-type-a .jp {
  line-height: 1.3;
  font-size: 30px;
  letter-spacing: -0.05em;
}
#Philosophy .section-purpose__lists .item {
  padding: 34px 30px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 -10px 20px -10px;
}
#Philosophy .section-purpose__lists .item .title {
  margin-bottom: 11px;
  line-height: 1.5;
  font-size: 23px;
  text-align: center;
  letter-spacing: -0.02em;
}
#Philosophy .section-purpose__lists .item .title .en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #eb3b09;
  font-size: 24px;
  display: block;
  letter-spacing: 0;
  margin-bottom: 0;
}
#Philosophy .section-purpose__lists .item .title .colon {
  display: none;
}
#Philosophy .section-purpose__lists .item .text {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#Philosophy .section-purpose__lists .lists {
  counter-reset: number 0;
}
#Philosophy .section-purpose__lists .lists li {
  font-size: 19px;
  margin-bottom: 10px;
  padding-left: 1.6em;
  line-height: 1.7;
  position: relative;
}
#Philosophy .section-purpose__lists .lists li:nth-last-child(1) {
  margin-bottom: 0;
}
#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%);
}

#Sdgs {
  /*==================================
    .sub-visual
  ==================================*/
  /*==================================
    .section-sdgs
  ==================================*/
  /*=================================
  	.section-goal
  ==================================*/
}
#Sdgs .sub-visual__inner .sub-title {
  letter-spacing: 0.01em;
}
#Sdgs .section-sdgs {
  margin-bottom: 60px;
}
#Sdgs .section-sdgs .all-inner {
  margin-bottom: 60px;
}
#Sdgs .section-sdgs .content-article .title-area {
  margin-bottom: 24px;
}
#Sdgs .section-sdgs .content-article .title-area .title {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#Sdgs .section-sdgs .content-article .text-area .title-sdgs {
  font-size: 34px;
  margin-bottom: 18px;
}
#Sdgs .section-sdgs .content-article .text-area .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#Sdgs .section-goal {
  padding-top: 60px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #f3f3f3;
}
#Sdgs .section-goal__title {
  font-size: 27px;
  margin-bottom: 24px;
  text-align: center;
}
#Sdgs .section-goal__text {
  line-height: 1.9;
  margin-bottom: 30px;
  font-size: 17px;
}
#Sdgs .section-goal__lists .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  padding: 26px 25px;
  margin: 0 -10px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 25px;
}
#Sdgs .section-goal__lists .item .icon-area {
  width: 100%;
  margin: 0 auto 16px auto;
  box-sizing: border-box;
}
#Sdgs .section-goal__lists .item .icon-area .sp-icon {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  width: 240px;
  display: block;
  padding: 8px 0;
  border-radius: 99px;
  color: #fff;
  margin: 0 auto 20px auto;
  background-color: #3e3e3e;
}
#Sdgs .section-goal__lists .item .icon-area .icon-img {
  width: 110px;
  margin: 0 auto;
}
#Sdgs .section-goal__lists .item .text-area {
  box-sizing: border-box;
}
#Sdgs .section-goal__lists .item .text-area .title {
  text-align: center;
  font-size: 23px;
  margin-bottom: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
#Sdgs .section-goal__lists .item .text-area .text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

/*==================================
  #Greetin
==================================*/
#Massage {
  /*==================================
    .section-greeting
  ==================================*/
  /*==================================
    .section-business
  ==================================*/
  /*==================================
    .section-profile
  ==================================*/
  /*==================================
    .section-nav
  ==================================*/
}
#Massage .section-greeting__content-box {
  margin-bottom: 60px;
}
#Massage .section-greeting__content-box .photo-area {
  width: 100%;
  margin-bottom: 16px;
}
#Massage .section-greeting__content-box .photo-area .photo {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
#Massage .section-greeting__content-box .photo-area .photo img {
  width: 100%;
}
#Massage .section-greeting__content-box .text-area {
  width: 100%;
}
#Massage .section-greeting__content-box .text-area .title {
  font-size: 29px;
  line-height: 1.5;
  margin-bottom: 24px;
}
#Massage .section-greeting__content-box .text-area .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
#Massage .section-business {
  padding-top: 56px;
  background-color: #f3f3f3;
  border-radius: 30px 30px 0 0;
  position: relative;
}
#Massage .section-business__content-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#Massage .section-business__content-box:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Massage .section-business__content-box .text-area {
  order: 2;
  width: 100%;
}
#Massage .section-business__content-box .text-area .title-business {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#Massage .section-business__content-box .text-area .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
#Massage .section-business__content-box .photo-area {
  order: 1;
  width: 100%;
  margin-bottom: 24px;
}
#Massage .section-business__content-box .photo-area .photo {
  display: flex;
  justify-content: center;
}
#Massage .section-business__content-box .photo-area .photo img {
  width: 80%;
}
#Massage .section-business__content-box.change .text-area {
  order: 2;
}
#Massage .section-business__content-box.change .photo-area {
  order: 1;
  margin-bottom: 24px;
}
#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 {
  /*==================================
    .section-start
  ==================================*/
  /*==================================
    .section-merit
  ==================================*/
  /*==================================
    .section-advantage
  ==================================*/
  /*==================================
    .section-franchise
  ==================================*/
  /*==================================
    .section-service
  ==================================*/
  /*==================================
    .section-flow
  ==================================*/
  /*==================================
    .section-conditions
  ==================================*/
  /*==================================
    .section-conditions
  ==================================*/
}
#Kaigyoshien .section-start {
  padding-bottom: 68px;
}
#Kaigyoshien .section-start__inner {
  padding: 0 20px;
}
#Kaigyoshien .section-start__title {
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-start__catch {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-start__check-lists {
  margin-bottom: 40px;
}
#Kaigyoshien .section-start__check-lists .text-area .lists li {
  margin-bottom: 18px;
  line-height: 1.5;
  display: flex;
}
#Kaigyoshien .section-start__check-lists .text-area .lists .check-circle {
  margin-top: 1px;
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
#Kaigyoshien .section-start__check-lists .text-area .lists .check-circle img {
  width: 100%;
}
#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: 25px;
  height: 25px;
}
#Kaigyoshien .section-start__check-lists .text-area .lists .check-circle .check img {
  width: 60%;
}
#Kaigyoshien .section-start__check-lists .text-area .lists .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 19px;
}
#Kaigyoshien .section-merit {
  background-color: #f3f3f3;
  padding-top: 58px;
  padding-bottom: 40px;
  border-radius: 30px;
}
#Kaigyoshien .section-merit .marker-title small {
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-merit .marker-title .title {
  font-size: 29px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
#Kaigyoshien .section-merit__text {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 22px;
}
#Kaigyoshien .section-merit__frame {
  background-color: #fff;
  padding: 35px 26px;
  margin: 0 -10px;
  border-radius: 25px;
  margin-bottom: 12px;
}
#Kaigyoshien .section-merit__frame .graph-lists .item {
  margin-bottom: 40px;
}
#Kaigyoshien .section-merit__frame .graph-lists .item:nth-last-child(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-merit__frame .graph-lists .item .title {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 8px;
  text-align: center;
}
#Kaigyoshien .section-merit__explain {
  margin-bottom: 64px;
}
#Kaigyoshien .section-merit__explain .item {
  box-sizing: border-box;
  background-color: #fff;
  padding: 45px 26px;
  border-radius: 25px;
  margin: 0 -10px 12px -10px;
}
#Kaigyoshien .section-merit__explain .item .text {
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}
#Kaigyoshien .section-merit__onestep {
  padding-top: 63px;
  margin-top: -63px;
}
#Kaigyoshien .section-merit__onestep .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#Kaigyoshien .section-merit__onestep .frame {
  background-color: #fff;
  border-radius: 25px;
  padding: 32px 0 36px;
}
#Kaigyoshien .section-merit__onestep .frame .photo {
  padding: 0 9px 18px 9px;
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text span {
  background: linear-gradient(transparent 0%, #ffff40 0%);
  line-height: 1.9;
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-01 {
  padding: 0 15px;
  margin-bottom: 6px;
  display: inline-block;
  letter-spacing: 0.05em;
}
#Kaigyoshien .section-merit__onestep .frame .yellow-line-text .text-02 {
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 0.05em;
}
#Kaigyoshien .section-advantage {
  padding-top: 58px;
  padding-bottom: 68px;
}
#Kaigyoshien .section-advantage__inner {
  padding: 0 20px;
}
#Kaigyoshien .section-advantage .title-type-a {
  margin-bottom: 20px;
}
#Kaigyoshien .section-advantage .title-type-a .en {
  margin-bottom: 16px;
}
#Kaigyoshien .section-advantage .title-type-a .jp {
  font-size: 30px;
  letter-spacing: -0.05em;
}
#Kaigyoshien .section-advantage__text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 36px;
}
#Kaigyoshien .section-advantage__lists {
  margin-bottom: 80px;
}
#Kaigyoshien .section-advantage__lists .step-lists-wrap {
  margin-bottom: 25px;
}
#Kaigyoshien .section-advantage__lists .step-lists {
  border: solid 6px #000;
  position: relative;
  padding: 0 34px 90px 34px;
  border-radius: 999px;
}
@media screen and (min-width: 400px) {
  #Kaigyoshien .section-advantage__lists .step-lists {
    border-radius: 170px;
  }
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-advantage__lists .step-lists .item .photo-area {
  text-align: center;
  margin: 0 auto;
}
#Kaigyoshien .section-advantage__lists .step-lists .item .text-area .title {
  font-size: 27px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
}
#Kaigyoshien .section-advantage__lists .step-lists .item .text-area .title .num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #59cb29;
  display: block;
}
#Kaigyoshien .section-advantage__lists .step-lists .item .text-area .text {
  letter-spacing: -0.01em;
  font-size: 17px;
  line-height: 1.7;
}
#Kaigyoshien .section-advantage__lists .step-lists .deco-objct {
  position: absolute;
  width: 22px;
  bottom: 100px;
  right: -5px;
}
#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: 8px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: red;
  background-color: #fff;
  transform: rotate(30deg);
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(1) .photo-area {
  margin-top: -10px;
  margin-bottom: 10px;
  max-width: 46.4vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(2) .photo-area {
  margin-top: -5px;
  margin-bottom: 10px;
  max-width: 48.8vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(3) .photo-area {
  margin-top: -5px;
  margin-bottom: 10px;
  max-width: 62.4vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(4) .photo-area {
  margin-top: -20px;
  margin-bottom: 10px;
  max-width: 63.7333333333vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(5) .photo-area {
  margin-top: -5px;
  max-width: 54.6666666667vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(6) .photo-area {
  margin-top: 35px;
  max-width: 71.7333333333vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(7) .photo-area {
  margin-top: 30px;
  max-width: 61.6vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(8) .photo-area {
  margin-top: -8px;
  max-width: 71.7333333333vw;
}
#Kaigyoshien .section-advantage__lists .step-lists:nth-child(9) .photo-area {
  margin-top: -16px;
  max-width: 51.2vw;
}
#Kaigyoshien .section-advantage .ceo-image {
  padding: 0 20px;
  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: 12.5vw;
  left: -10px;
  bottom: 105px;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-02 {
  position: absolute;
  width: 7.7380952381vw;
  left: 28.5714285714%;
  bottom: 10px;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-03 {
  position: absolute;
  width: 11.0119047619vw;
  left: 22.619047619%;
  top: -30px;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-03 img {
  width: 100%;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-04 {
  position: absolute;
  width: 7.4404761905vw;
  right: 2.9761904762%;
  top: 100px;
}
#Kaigyoshien .section-advantage .ceo-image .deco-objct-04 img {
  width: 100%;
}
#Kaigyoshien .section-franchise {
  background-color: #f3f3f3;
  border-radius: 30px;
  padding-top: 58px;
  padding-bottom: 36px;
}
#Kaigyoshien .section-franchise__text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 36px;
}
#Kaigyoshien .section-franchise__frame {
  background-color: #fff;
  padding: 48px 10px;
  border-radius: 25px;
  margin: 0 -10px 20px -10px;
  /*----------------------------------------------*/
}
#Kaigyoshien .section-franchise__frame .marker-title {
  font-size: 27px;
}
#Kaigyoshien .section-franchise__frame:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-franchise__frame .title {
  font-size: 23px;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-franchise__frame .franchise-lists {
  margin-bottom: 40px;
}
#Kaigyoshien .section-franchise__frame .franchise-lists:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap {
  overflow: hidden;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border: solid 1px #a8a8a8;
}
#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: 18px;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  overflow: hidden;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dd {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 17px;
  padding: 16px 15px;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dd:nth-last-child(1) {
  border-bottom: none !important;
}
#Kaigyoshien .section-franchise__frame .franchise-lists .wrap .lists dd .space {
  visibility: hidden;
}
#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.line-none {
  background-image: none;
}
#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 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.border-none {
  background-image: none;
}
#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 .lists dt {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists dd {
  font-size: 17px;
}
#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.detail {
  background-color: #777;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.detail dt {
  font-size: 18px;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.detail dd {
  color: #fff;
  justify-content: left;
  padding-left: 32px;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep {
  border: solid 3px #f35527;
  border-radius: 20px;
  background-color: #fff3ef;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dt {
  font-size: 19px;
  background-color: #f35527;
  border-radius: 14px 14px 0 0;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .wrap .lists.twostep dd {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  padding: 16px 15px;
  font-size: 18px;
  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-comp-lists .wrap .lists.twostep dd:nth-last-child(1) {
  background-image: none !important;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .sp-detail {
  margin-bottom: 24px;
  border: solid 1px #b9b9b9;
  width: 100%;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .sp-detail thead th {
  font-size: 16px;
  color: #fff;
  background-color: #777;
  padding: 16px 8px;
  border-bottom: solid 1px #b9b9b9;
  vertical-align: middle;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .sp-detail tbody th {
  font-size: 16px;
  color: #fff;
  background-color: #777;
  padding: 4px;
  width: 100px;
  text-align: left;
  padding: 16px 8px;
  border-bottom: solid 1px #b9b9b9;
  vertical-align: middle;
}
#Kaigyoshien .section-franchise__frame .franchise-comp-lists .sp-detail tbody td {
  padding: 0 8px;
  border-bottom: solid 1px #b9b9b9;
  vertical-align: middle;
}
#Kaigyoshien .section-service {
  padding-top: 70px;
  padding-bottom: 50px;
}
#Kaigyoshien .section-service .title-type-a {
  margin-bottom: 20px;
}
#Kaigyoshien .section-service .title-type-a .jp {
  font-size: 30px;
  letter-spacing: 0.04em;
}
#Kaigyoshien .section-service__text-a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
#Kaigyoshien .section-service__text-b {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#Kaigyoshien .section-service__lists .item {
  text-align: center;
}
#Kaigyoshien .section-service__lists .item .table {
  width: 100%;
  border-radius: 20px;
  border: solid 2px #383838;
  margin-bottom: 16px;
}
#Kaigyoshien .section-service__lists .item .table dt {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  background-color: #383838;
  color: #fff;
  font-size: 22px;
  padding: 18px 0;
  line-height: 1;
  letter-spacing: 0.12em;
  border-radius: 14px 14px 0 0;
}
#Kaigyoshien .section-service__lists .item .table dd {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  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;
  padding: 22px 0;
}
#Kaigyoshien .section-service__lists .item .table dd span {
  font-size: 16px;
}
#Kaigyoshien .section-service__lists .item .table dd:nth-last-child(1) {
  background-image: none !important;
}
#Kaigyoshien .section-service__lists .item.type-a .table {
  border: solid 2px #383838;
}
#Kaigyoshien .section-service__lists .item.type-a .table dt {
  background-color: #383838;
}
#Kaigyoshien .section-service__lists .item.type-b .table {
  border: solid 2px #52d51c;
}
#Kaigyoshien .section-service__lists .item.type-b .table dt {
  background-color: #52d51c;
}
#Kaigyoshien .section-service__lists .item.type-c .table {
  border: solid 2px #f35527;
}
#Kaigyoshien .section-service__lists .item.type-c .table dt {
  background-color: #f35527;
}
#Kaigyoshien .section-flow {
  border-radius: 30px;
  background-color: #f3f3f3;
  padding-top: 64px;
  padding-bottom: 40px;
}
#Kaigyoshien .section-flow .title-type-a {
  margin-bottom: 20px;
}
#Kaigyoshien .section-flow .title-type-a .jp {
  letter-spacing: 0.04em;
  font-size: 30px;
}
#Kaigyoshien .section-flow__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#Kaigyoshien .section-flow__lists .flow {
  background-color: #fff;
  padding: 38px 20px;
  border-radius: 25px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#Kaigyoshien .section-flow__lists .flow:nth-last-child(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-flow__lists .flow:nth-last-child(1)::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::after {
  content: "";
  position: absolute;
  left: 47px;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 80%;
  margin-top: 80px;
  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%;
}
#Kaigyoshien .section-flow__lists .flow:nth-last-child(1) .num-area::after {
  content: none;
}
#Kaigyoshien .section-flow__lists .flow .num-area {
  width: 50px;
  height: 100%;
  display: flex;
}
#Kaigyoshien .section-flow__lists .flow .num-area .num {
  width: 100%;
  height: 100%;
  color: #e6e6e6;
  text-align: center;
}
#Kaigyoshien .section-flow__lists .flow .num-area .num .step-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#Kaigyoshien .section-flow__lists .flow .num-area .num .num-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  letter-spacing: -0.02em;
}
#Kaigyoshien .section-flow__lists .flow .text-area {
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding-left: 24px;
}
#Kaigyoshien .section-flow__lists .flow .text-area .text-area-inner .deco-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 8px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#Kaigyoshien .section-flow__lists .flow .text-area .text-area-inner .deco-title::after {
  top: 5px;
}
#Kaigyoshien .section-flow__lists .flow .text-area .text-area-inner .text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
#Kaigyoshien .section-conditions {
  padding-top: 48px;
}
#Kaigyoshien .section-conditions .marker-text {
  margin-bottom: 52px;
}
#Kaigyoshien .section-conditions .ceo-image {
  margin-bottom: 90px;
}
#Kaigyoshien .section-conditions .normal-button {
  max-width: 335px;
  width: 89.3333333333vw;
  height: 65px;
  margin: 0 auto -32px auto;
  position: relative;
  z-index: 2;
}
#Kaigyoshien .section-conditions .normal-button .arrow {
  right: 5%;
}
#Kaigyoshien .section-conditions .normal-button .arrow b {
  transform: rotate(90deg);
}
#Kaigyoshien .section-conditions .anim_btn.active .arrow img {
  transform: rotate(-90deg);
}
#Kaigyoshien .section-conditions .normal-button.js-arrow .arrow b {
  transition: none !important;
  transform: rotate(90deg) !important;
}
#Kaigyoshien .section-conditions .normal-button.js-arrow.rotate-arrow {
  background-color: #fba91d;
}
#Kaigyoshien .section-conditions .normal-button.js-arrow.rotate-arrow .arrow b {
  transition: none !important;
  transform: rotate(-90deg) !important;
  mask-image: url(../images/common/arrow.svg);
  mask-size: 11px 10px;
  mask-position: 0 0;
  background-color: #fba91d;
}
#Kaigyoshien .section-conditions__cond-text {
  padding: 68px 25px 40px 25px;
  border: solid 1px #cdcdcd;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s ease;
  max-height: 200px;
  margin: 0 -10px;
}
#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;
}
#Kaigyoshien .section-conditions__cond-text .section-sub {
  margin-bottom: 23px;
}
#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: 20px;
  margin-bottom: 18px;
}
#Kaigyoshien .section-conditions__cond-text .a-title {
  font-size: 17px;
  margin-bottom: 18px;
  padding-left: 24px;
  position: relative;
}
#Kaigyoshien .section-conditions__cond-text .a-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  transform: translate(0, -50%);
  background-color: #000;
}
#Kaigyoshien .section-conditions__cond-text .text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
#Kaigyoshien .section-conditions__cond-text .text .mg-b {
  margin-bottom: 44px;
}
#Kaigyoshien .section-conditions__cond-text .h-text {
  margin-bottom: 8px;
}
#Kaigyoshien .section-conditions .lists .mg-b {
  margin-bottom: 44px;
}
#Kaigyoshien .section-conditions .lists li {
  text-indent: 0;
  padding-left: 1em;
  line-height: 1.5;
  position: relative;
}
#Kaigyoshien .section-conditions .lists li:nth-last-child(1) {
  margin-bottom: 0;
}
#Kaigyoshien .section-conditions .lists li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 99px;
}
#Kaigyoshien .section-conditions .ceo-image {
  padding: 0 20px;
  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: 7.4404761905vw;
  left: 10px;
  bottom: 200px;
}
#Kaigyoshien .section-conditions .ceo-image .sp-deco-objct-02-1 {
  position: absolute;
  width: 11.0119047619vw;
  left: 22.3214285714%;
  top: -24px;
}
#Kaigyoshien .section-conditions .ceo-image .sp-deco-objct-02-1 img {
  width: 100%;
}
#Kaigyoshien .section-conditions .ceo-image .deco-objct-03 {
  position: absolute;
  width: 7.4404761905vw;
  left: 15.1785714286%;
  bottom: 34px;
}
#Kaigyoshien .section-conditions .ceo-image .deco-objct-03 img {
  width: 100%;
}
#Kaigyoshien .section-conditions .ceo-image .deco-objct-04 {
  position: absolute;
  width: 12.5vw;
  right: 10.4166666667%;
  bottom: -40px;
}
#Kaigyoshien .anchor-menus {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #383838;
  z-index: 999;
  margin-top: 47px;
  gap: 2%;
}
#Kaigyoshien .anchor-menus .menu-lists dt {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  background-color: #383838;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  border-bottom: solid 1px #585858;
  position: relative;
}
#Kaigyoshien .anchor-menus .menu-lists dt .arrow {
  position: absolute;
  right: 16px;
  top: 40%;
  transform: translate(0, -50%);
}
#Kaigyoshien .anchor-menus .menu-lists dt .arrow img {
  width: 12px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
#Kaigyoshien .anchor-menus .menu-lists dt.active .arrow img {
  transform: rotate(180deg);
}
#Kaigyoshien .anchor-menus .menu-lists dd {
  display: none;
  padding: 20px 15px;
}
#Kaigyoshien .anchor-menus .menu-lists dd .menu-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
#Kaigyoshien .anchor-menus .menu-lists dd .menu-anchor a {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 50px;
  font-size: 16px;
  background-color: #626262;
  color: #fff;
  border-radius: 99px;
  position: relative;
  margin-bottom: 8px;
}
#Kaigyoshien .anchor-menus .menu-lists dd .menu-anchor a .arrow {
  right: 15px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 48%;
  transform: translate(0, -50%);
}
#Kaigyoshien .anchor-menus .menu-lists dd .menu-anchor a .arrow img {
  width: 100%;
}

#Houmonkaigo {
  /*==================================
    .section-houmonkaigo
  ==================================*/
  /*=================================
  	.section-kaigo
  ==================================*/
  /*=================================
  	.section-onestep
  ==================================*/
  /*=================================
  	.section-vision
  ==================================*/
  /*=================================
  	.section-banner
  ==================================*/
}
#Houmonkaigo .section-houmonkaigo {
  padding-bottom: 56px;
}
#Houmonkaigo .section-houmonkaigo .content-article .title-area {
  text-align: center;
  margin-bottom: 32px;
}
#Houmonkaigo .section-houmonkaigo .content-article .title-area .title {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 22px;
  letter-spacing: 0.08em;
}
#Houmonkaigo .section-houmonkaigo .content-article .title-area .text {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
#Houmonkaigo .section-houmonkaigo .content-article .text-area .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#Houmonkaigo .section-kaigo {
  padding-top: 38px;
  background-color: #f3f3f3;
  border-radius: 30px 30px 0 0;
}
#Houmonkaigo .section-kaigo__frame {
  border-radius: 20px;
  padding: 45px 28px;
  background-color: #fff;
  margin: 0 -10px;
}
#Houmonkaigo .section-kaigo__frame .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
#Houmonkaigo .section-kaigo__frame .text {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
#Houmonkaigo .section-kaigo__frame .lists li {
  font-size: 17px;
  padding-left: 0.8em;
  text-indent: -0.8em;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
#Houmonkaigo .section-kaigo__frame .lists li:nth-last-child(1) {
  margin-bottom: 0;
}
#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;
}
#Houmonkaigo .section-onestep {
  background-color: #f3f3f3;
  padding-top: 56px;
  padding-bottom: 37px;
  border-radius: 0 0 30px 30px;
}
#Houmonkaigo .section-onestep .title-type-a {
  margin-bottom: 16px;
}
#Houmonkaigo .section-onestep .title-type-a .jp {
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
#Houmonkaigo .section-onestep__text {
  font-size: 17px;
  margin-bottom: 28px;
}
#Houmonkaigo .section-onestep__lists {
  margin-bottom: 25px;
}
#Houmonkaigo .section-onestep__lists .item {
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  padding: 28px;
  margin-bottom: 15px;
  margin: 0 -10px 15px -10px;
}
#Houmonkaigo .section-onestep__lists .item .deco-title {
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
#Houmonkaigo .section-onestep__lists .item .text-area .lists li {
  font-size: 17px;
  padding-left: 1.3em;
  text-indent: -0.8em;
  margin-bottom: 10px;
}
#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;
}
#Houmonkaigo .section-onestep__lists .item .text-area .text {
  font-size: 17px;
}
#Houmonkaigo .section-onestep__lists-single {
  background-color: #fff;
  padding: 28px;
  border-radius: 20px;
  margin: 0 -10px;
}
#Houmonkaigo .section-onestep__lists-single .text {
  font-size: 17px;
  line-height: 1.7;
}
#Houmonkaigo .section-vision {
  padding-top: 57px;
  /*=================================
  	.section-sub
  ==================================*/
}
#Houmonkaigo .section-vision__content-box {
  margin-bottom: 50px;
}
#Houmonkaigo .section-vision__content-box .photo-area {
  margin-bottom: 40px;
}
#Houmonkaigo .section-vision__content-box .photo-area .photo {
  border-radius: 20px;
  overflow: hidden;
}
#Houmonkaigo .section-vision__content-box .photo-area .photo img {
  width: 100%;
}
#Houmonkaigo .section-vision__content-box .text-area {
  letter-spacing: -0.001em;
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco {
  margin-bottom: 18px;
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco::after {
  content: "";
  position: absolute;
  z-index: -29;
  top: 50%;
  left: 0;
  width: 160px;
  transform: translate(0, -50%);
  height: 1px;
  background-color: #eb3b09;
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
  color: #eb3b09;
  position: relative;
  display: inline-block;
  padding-right: 14px;
  margin-bottom: 18px;
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco .pos {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-right: 14px;
}
#Houmonkaigo .section-vision__content-box .text-area .title-deco::after {
  width: 136px;
}
#Houmonkaigo .section-vision__content-box .text-area .title {
  font-size: 29px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: -0.05em;
}
#Houmonkaigo .section-vision__content-box .text-area .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
#Houmonkaigo .section-vision__content-box .text-area .text + .title {
  margin-top: 40px;
}
#Houmonkaigo .section-vision .section-sub {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 56px;
  border-radius: 30px;
}
#Houmonkaigo .section-vision .section-sub .title {
  font-size: 25px;
  margin-bottom: 16px;
}
#Houmonkaigo .section-vision .section-sub .text {
  font-size: 16px;
  margin-bottom: 26px;
}
#Houmonkaigo .section-vision .section-sub .lists {
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 20px;
  margin-bottom: 45px;
}
#Houmonkaigo .section-vision .section-sub .lists:nth-last-of-type(1) {
  margin-bottom: 0;
}
#Houmonkaigo .section-vision .section-sub .lists + .title {
  margin-bottom: 20px;
}
#Houmonkaigo .section-vision .section-sub .lists li {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 700;
  font-size: 17px;
  padding-left: calc(1em + 20px);
  text-indent: -0.8em;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  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;
}
#Houmonkaigo .section-vision .section-sub .lists li:nth-last-child(1) {
  background-image: none;
}
#Houmonkaigo .section-vision .section-sub .lists li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #131313;
  border-radius: 99px;
  vertical-align: middle;
  margin-right: 0.5em;
}
#Houmonkaigo .section-banner {
  padding-top: 56px;
}
#Houmonkaigo .section-banner__inner {
  padding: 0 20px;
}
#Houmonkaigo .section-banner__banner {
  padding: 32px 20px 10px;
  border: solid 1px #e4cfc3;
  display: block;
  border-radius: 20px;
  position: relative;
  background-color: #fcf9f2;
}
#Houmonkaigo .section-banner__banner .arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 31px;
  height: 31px;
  background-color: #564a3e;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#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;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner {
  text-align: center;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title {
  margin-bottom: 4.2666666667vw;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .one-row {
  display: none;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .double-row {
  display: none;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .sp-double-row img {
  max-width: 360px;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .logo {
  width: 180px;
  display: block;
  margin: 0 auto 21px auto;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .title .br-title {
  display: none;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .text {
  text-align: left;
  font-size: 16px;
  color: #6b635b;
  line-height: 2;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
#Houmonkaigo .section-banner__banner .text-area .text-area-inner .text .br-text {
  display: none;
}

#Privacy {
  /*==================================
    .section-privacy
  ==================================*/
}
#Privacy .section-privacy {
  margin-bottom: 60px;
}
#Privacy .section-privacy p {
  font-size: 16px;
  line-height: 1.7;
}
#Privacy .section-privacy dl {
  padding: 30px 0 0 0;
}
#Privacy .section-privacy dl dt {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: bold;
}
#Privacy .section-privacy dl dd {
  font-size: 16px;
  line-height: 1.7;
}
#Privacy .section-privacy dl dd a {
  color: #131313;
}
#Privacy .section-privacy ul {
  padding: 15px 0 0 0;
}
#Privacy .section-privacy ul.pd {
  padding: 15px 0 15px 0;
}
#Privacy .section-privacy ul li {
  font-size: 16px;
  line-height: 1.7;
  padding: 0 0 0 1em;
  position: relative;
}
#Privacy .section-privacy ul li::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*==================================
  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: 12px 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: 47px;
  position: relative;
  margin-right: 23px;
  line-height: 1.5;
  cursor: pointer;
  text-align: left;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
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: 18px;
  height: 14px;
  left: 8px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
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: 100%;
  text-align: center;
  position: relative;
  border-radius: 70px;
  background: #fff;
  height: 52px;
  display: flex;
  align-items: center;
}
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: 12px 35px 12px 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;
}
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: 12px;
  min-height: 235px;
  border-radius: 20px;
}
main#Contact textarea::placeholder {
  color: #cfcfcf;
}
main#Contact .submit_area {
  margin-top: 55px;
  text-align: left;
}
main#Contact .submit_area ul.koumoku {
  width: 89.3333333333vw;
  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;
  right: 10px;
}
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: 10px;
  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;
  max-width: 670px;
  width: 89.3333333333vw;
  height: 70px;
  background-color: #383838;
  color: #fff;
  border-radius: 99px;
  position: relative;
  margin: 0 auto;
}
main#Contact .contact_back a .arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 50%;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 99px;
  transform: translate(0, -50%);
}
main#Contact .contact_back a .arrow .arrow_icon {
  width: 11px;
  height: 10px;
  aspect-ratio: 11/10;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
  mask-image: url(/images/common/icon-arrow-r.svg);
}

/*==================================
  Contact
==================================*/
#Competitive .sub-visual {
  margin-bottom: 0;
}
#Competitive .section-contact {
  background-color: #f3f3f3;
  padding-top: 51px;
  padding-bottom: 0;
  border-radius: 30px 30px 0 0;
}
#Competitive .section-contact .pos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
#Competitive .section-contact .text {
  font-size: 17px;
  line-height: 2.2;
}
#Competitive .row-button li {
  margin: 0 0 15px 0;
}
#Competitive .row-button li:nth-last-child(1) {
  margin-bottom: 0;
}
#Competitive .sp-last-contact-area {
  display: none !important;
}

main#Contact .x_pc {
  display: none;
}
main#Contact .inquiry_box {
  border: 3px solid #000;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 40px 25px 30px;
  margin: 0 auto 35px;
  width: 89.3333333333vw;
  box-sizing: border-box;
}
main#Contact .inquiry_box strong {
  font-size: 21px;
  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.phone {
  font-size: 34px;
  display: block;
}
main#Contact .inquiry_box .tel_txt .tel.phone .title {
  font-size: 18px;
}
main#Contact .inquiry_box .tel_txt .tel.phone .tel {
  color: #131313;
}
main#Contact .inquiry_box .tel_txt .tel.mobile {
  font-size: 26px;
}
main#Contact .inquiry_box .tel_txt .tel.mobile .title {
  font-size: 14px;
}
main#Contact .inquiry_box .tel_txt .tel.mobile .tel {
  color: #131313;
}
main#Contact .inquiry_box .tel_txt .slush {
  display: none;
}
main#Contact .lead {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 58px;
}
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;
}
main#Contact .icon {
  color: #fff;
  border-radius: 3px;
  width: 45px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
main#Contact .icon.any {
  background-color: #787878;
}
main#Contact .icon.need {
  background-color: #f35528;
}
main#Contact table {
  display: block;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: block;
  margin-bottom: 30px;
}
main#Contact table tr th {
  font-size: 17px;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-bottom: 13px;
  position: relative;
}
main#Contact table tr th .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
main#Contact table tr td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .agree_area .checkAgree {
  font-weight: 700;
}
main#Contact .agree_area .checkAgree a {
  color: #000;
  text-decoration: underline;
}
main#Contact .agree_area .checkAgree .icon_wrap {
  display: inline-block;
}
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.sfm2 td p {
  overflow-wrap: break-word;
}