@charset "UTF-8";
.l-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.l-content {
  zoom: 1;
}
.l-content_wide {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section[class^=l-content_wide__] {
    margin: 0 auto;
    width: auto;
  }
}
.l-footer {
  width: 100%;
  position: sticky;
  top: 100vh;
}
.l-footer__main {
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
}
.l-footer__main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: min(8.3333333333vw, 100px) 0;
}
@media screen and (max-width: 1024px) {
  .l-footer__main .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
    padding: clamp(15px, 2.9296875vw, 30px) 0 clamp(40px, 5.859375vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__main .inner {
    padding-top: 0;
  }
}
.l-footer__logo {
  width: clamp(227px, 28.515625vw, 292px);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-footer__logo:hover {
    opacity: 0.5;
  }
}
.l-footer_menu {
  width: min(58.4%, 700px);
}
@media screen and (max-width: 1024px) {
  .l-footer_menu {
    width: 100%;
  }
}
.l-footer_menu__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__inner {
    display: block;
  }
}
.l-footer_menu__column {
  width: min(50%, 250px);
  padding-left: 24px;
  border-left: 1px solid #078981;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__column {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.l-footer_menu__list {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_menu__list {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__list > li {
    width: calc(50% - 15px);
    border-bottom: 1px solid #078981;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_menu__list > li {
    width: 100%;
  }
}
.l-footer_menu__list > li:first-child {
  margin-top: -5px;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__list > li:first-child {
    margin-top: 0;
  }
}
.l-footer_menu__list > li:last-child {
  margin-bottom: -5px;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__list > li:last-child {
    margin-bottom: 0;
  }
}
.l-footer_menu__list > li:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__list > li:not(:last-child) {
    margin-bottom: 0;
  }
}
.l-footer_menu__link {
  display: block;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__link {
    padding: 19px 20px 20px;
  }
}
.l-footer_menu__cont {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.5;
  margin-top: clamp(-4px, -0.3333333333vw, -4px);
  margin-bottom: clamp(-4px, -0.3333333333vw, -4px);
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-footer_menu__link:hover .l-footer_menu__cont {
    color: #41aca4;
  }
}
.l-footer_menu__link.link_external {
  display: flex;
}
.l-footer_menu__link.link_external span {
  position: relative;
}
.l-footer_menu__link.link_external span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: 1px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_external.svg) no-repeat;
  background-size: cover;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-footer_menu__link.link_external:hover span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: 1px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../images/icon/icon_external_g.svg) no-repeat;
    background-size: cover;
    ;
  }
}
.l-footer_menu__child-list {
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__child-list {
    margin-top: 0;
    padding-bottom: 15px;
  }
}
.l-footer_menu__child-list > li:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__child-list > li:not(:last-child) {
    margin-bottom: 9px;
  }
}
.l-footer_menu__child-link {
  display: block;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-footer_menu__child-link {
    padding: 4px 20px;
  }
}
.l-footer_menu__child-cont {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: clamp(-4px, -0.3333333333vw, -4px);
  margin-bottom: clamp(-4px, -0.3333333333vw, -4px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #828996;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-footer_menu__child-link:hover .l-footer_menu__child-cont {
    color: #41aca4;
  }
}
.l-footer_bottom {
  background: #078981;
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
}
.l-footer_bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0 41px;
}
@media screen and (max-width: 1024px) {
  .l-footer_bottom__inner {
    display: block;
    padding: 35px 0 14px;
  }
}
.l-footer_bottom__inner_line {
  border-top: 2px solid #078981;
}
@media screen and (max-width: 1024px) {
  .l-footer_bottom__inner_line {
    border-top: none;
  }
}
.l-footer_bottom__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 14px;
  color: #828996;
}
@media screen and (max-width: 1024px) {
  .l-footer_bottom__sub-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer_bottom__sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
  }
}
.l-footer_bottom__sub-link {
  padding: 5px 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-footer_bottom__sub-link:hover {
    opacity: 0.7;
  }
}
.l-footer_bottom__sub-link.link_external {
  margin-right: 20px;
}
.l-footer_bottom__sub-link.link_external span {
  position: relative;
}
.l-footer_bottom__sub-link.link_external span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: 1px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_external_w.svg) no-repeat;
  background-size: cover;
}
.l-footer_bottom__copy {
  display: block;
  margin-top: -2px;
  padding-bottom: 2px;
  font-size: clamp(11px, 1.1666666667vw, 14px);
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-footer_bottom__copy {
    text-align: center;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-15deg);
    transform: translateY(-50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-15deg);
    transform: translateY(-50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 1024px) {
  html.is-menu_open {
    overflow: hidden !important;
  }
}
body {
  /*.is-menu_open & {

		/@media screen and (max-width: $tablet) {
			overflow: hidden !important;
		}
	}*/
}
body.is-tracking_header {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  body.is-tracking_header {
    padding-top: 50px;
  }
}
.l-header {
  width: 100%;
  height: 100px;
  background: #ffffff;
  position: relative;
  z-index: 10000000;
  -webkit-transition: top 0.2s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.2s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .l-header {
    height: 50px;
  }
}
.is-tracking_header .l-header {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(105, 141, 139, 0.3);
  box-shadow: 0px 5px 5px -5px rgba(105, 141, 139, 0.3);
}
@media screen and (min-width: 1241px) {
  .is-tracking_header .l-header {
    height: 100px;
  }
}
.is-menu_open .l-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
  position: relative;
  -webkit-column-gap: clamp(16px, 2.273vw + -7.273px, 20px);
  -moz-column-gap: clamp(16px, 2.273vw + -7.273px, 20px);
  column-gap: clamp(16px, 2.273vw + -7.273px, 20px);
}
@media screen and (max-width: 1240px) {
  .l-header__inner {
    padding-right: 0;
  }
}
.l-header__logo {
  width: min(28%, 367px);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .l-header__logo {
    width: 250px;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header__logo:hover {
    opacity: 0.5;
  }
}
.l-header__overlay {
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .l-header__overlay {
    top: 50px;
  }
}
.is-tracking_header .l-header__overlay {
  top: 100px;
}
@media screen and (max-width: 1240px) {
  .is-tracking_header .l-header__overlay {
    top: 50px;
  }
}
.is-menu_open .l-header__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header_menu {
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .l-header_menu {
    width: max(320px, 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: fixed;
    top: 50px;
    left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .is-menu_open .l-header_menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1240px) {
  .is-tracking_header .l-header_menu {
    top: 50px;
  }
}
.l-header_menu__inner {
  width: 100%;
  height: 100%;
}
.l-header_menu_gnav {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav {
    padding-bottom: 150px;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
}
.l-header_menu_gnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__inner {
    display: block;
    height: auto;
    padding: 50px clamp(16px, 3.3333333333vw, 40px);
    background: #ebf9f8;
  }
}
.l-header_menu_gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: clamp(10px, 14.205vw + -135.455px, 20px);
  -moz-column-gap: clamp(10px, 14.205vw + -135.455px, 20px);
  column-gap: clamp(10px, 14.205vw + -135.455px, 20px);
  margin: 0 -10px;
}
@media screen and (max-width: 1500px) {
  .l-header_menu_gnav__list {
    -webkit-column-gap: clamp(10px, 14.205vw + -135.455px, 5px);
    -moz-column-gap: clamp(10px, 14.205vw + -135.455px, 5px);
    column-gap: clamp(10px, 14.205vw + -135.455px, 5px);
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__list {
    display: block;
    width: 100%;
    margin: 0 0 26px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__list > li {
    border-bottom: 1px solid #a4b8c4;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__list > li:first-child {
    border-top: 1px solid #a4b8c4;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav__list > li.pc_none {
    display: none;
  }
}
.l-header_menu_gnav__link {
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__link {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav__link.active::after {
    content: "";
    width: calc(100% - 20px);
    height: 3px;
    background: #0ba097;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l-header_menu_gnav__parent {
  padding: 18px 10px 20px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__parent {
    padding-top: 19px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__link.js-details .l-header_menu_gnav__parent::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background: #078981;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__link.js-details .l-header_menu_gnav__parent::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #078981;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__link.js-details.open .l-header_menu_gnav__parent::after {
    opacity: 0;
  }
}
.l-header_menu_gnav__cont {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__cont {
    display: block;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav__link.js-details .l-header_menu_gnav__cont {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav__link.js-details .l-header_menu_gnav__cont::after {
    content: "";
    width: 9px;
    aspect-ratio: 1;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #001d38;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav__link.js-details.open .l-header_menu_gnav__cont {
    color: #078981;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav__link.js-details.open .l-header_menu_gnav__cont::after {
    border-width: 2px 2px 0 0;
    border-color: #078981;
    -webkit-transform: translateY(-30%) rotate(-45deg);
    transform: translateY(-30%) rotate(-45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__link.active .l-header_menu_gnav__cont {
    color: #078981;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__parent:hover .l-header_menu_gnav__cont {
    color: #41aca4 !important;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__parent:hover .l-header_menu_gnav__cont::after {
    border-color: #41aca4 !important;
  }
}
.l-header_menu_gnav__link.link_external .l-header_menu_gnav__parent .l-header_menu_gnav__cont {
  padding-right: 20px;
}
.l-header_menu_gnav__link.link_external .l-header_menu_gnav__parent .l-header_menu_gnav__cont span {
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.l-header_menu_gnav__link.link_external .l-header_menu_gnav__parent .l-header_menu_gnav__cont span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: 1px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_external.svg) no-repeat;
  background-size: cover;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__link.link_external .l-header_menu_gnav__parent:hover .l-header_menu_gnav__cont span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: 1px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../images/icon/icon_external_g.svg) no-repeat;
    background-size: cover;
    ;
  }
}
.l-header_menu_gnav__contact-pc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-menu_lang {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.dropdown-menu_lang li {
  font-size: 16px;
  padding: 0 10px;
}

.dropdown-menu_lang li:first-of-type {
  border-right: 1px solid #cccccc;
}

.dropdown-menu_lang li.is-active {
  color: #078981;
  font-weight: bold;
}

.dropdown-menu_lang li a:hover {
  color: #078981;
  text-decoration: underline;
}

@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__contact-pc_wrap {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }

  .dropdown-menu_lang {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.l-header_menu_gnav__contact-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 32px;
  border-radius: 9999px;
  padding: 0 0 2px 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #078981;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__contact-pc {
    display: none;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__contact-pc:hover {
    background: #41aca4;
  }
}
.l-header_menu_gnav__contact-sp {
  display: none;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav__contact-sp {
    display: block;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__contact-sp:hover::before {
    -webkit-animation: shake 0.3s ease-in-out;
    animation: shake 0.3s ease-in-out;
  }
}
.l-header_menu_gnav__contact-sp > .ttl {
  display: block;
  margin: -0.14em 0 calc(clamp(20px, 2.9296875vw, 30px) - 0.125em);
  font-family: "Lato", YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #0ba097;
}
.l-header_menu_gnav__contact-sp > .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.l-header_menu_gnav__contact-sp > .cont ._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: max(288px, 50% - 10px);
  padding: clamp(17px, 2.0833333333vw, 25px) 20px clamp(19px, 2.25vw, 27px);
  background: #078981;
  border-radius: 9999px;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__contact-sp > .cont ._link:hover {
    background: #41aca4;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__contact-sp > .cont ._link:hover::before {
    width: 32px;
    right: 6px;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__contact-sp > .cont ._link:hover::after {
    right: 8px;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav__contact-sp > .cont ._link:hover .__txt::before {
    -webkit-animation: shake 0.3s ease-in-out;
    animation: shake 0.3s ease-in-out;
  }
}
.l-header_menu_gnav__contact-sp > .cont ._link.phone {
  padding-right: 33px;
}
.l-header_menu_gnav__contact-sp > .cont ._link.phone .__txt::before {
  content: url(../images/icon/icon_phone.svg);
  width: clamp(21px, 2.3333333333vw, 28px);
  position: absolute;
  top: 52%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header_menu_gnav__contact-sp > .cont ._link.mail {
  padding-right: 43px;
}
.l-header_menu_gnav__contact-sp > .cont ._link.mail .__txt::before {
  content: url(../images/icon/icon_mail.svg);
  width: clamp(22px, 2.4166666667vw, 29px);
  position: absolute;
  top: 55%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header_menu_gnav__contact-sp > .cont ._link::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
}
.l-header_menu_gnav__contact-sp > .cont ._link::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.l-header_menu_gnav__contact-sp > .cont ._link .__txt {
  padding-left: 28px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
}
.l-header_menu_gnav_child {
  width: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  background: #ebf9f8;
  padding: min(5vw, 60px) clamp(16px, 3.3333333333vw, 40px);
  cursor: default;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav_child {
    padding: 0;
    position: static;
    background: none;
    border-top: 1px solid #d8dcdd;
  }
}
@media screen and (min-width: 1241px) {
  .is-tracking_header .l-header_menu_gnav_child {
    top: 100px;
  }
}
.l-header_menu_gnav_child__top {
  display: block;
  padding-bottom: clamp(12px, 1.3333333333vw, 16px);
  border-bottom: 1px solid #a4b8c4;
  margin-bottom: clamp(30px, 3.3333333333vw, 40px);
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav_child__top {
    display: none;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav_child__top:hover .main {
    padding-right: 46px;
    color: #41aca4;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav_child__top:hover .main::before {
    width: 32px;
  }
}
.l-header_menu_gnav_child__top .main {
  display: inline-block;
  padding: 0 42px 3px clamp(13px, 1.5vw, 18px);
  border-left: clamp(3px, 0.3333333333vw, 4px) solid #0ba097;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(22px, 2.3333333333vw, 28px);
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: padding-right 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: padding-right 0.2s ease-in-out, color 0.3s ease-in-out;
}
.l-header_menu_gnav_child__top .main::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #078981;
  clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.l-header_menu_gnav_child__top .main::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #078981;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.l-header_menu_gnav_child__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 5vw, 60px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(40px, 5vw, 60px);
  -moz-column-gap: clamp(40px, 5vw, 60px);
  column-gap: clamp(40px, 5vw, 60px);
  width: clamp(680px, 72%, 860px);
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav_child__list {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav_child__list > li:first-child {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav_child__list > li:not(:last-child) {
    border-bottom: 1px solid #d0dfe8;
  }
}
.l-header_menu_gnav_child__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: calc(clamp(17px, 2.0833333333vw, 25px) - 2px) 20px calc(clamp(19px, 2.25vw, 27px) - 2px);
  background: #ffffff;
  border: 2px solid #078981;
  border-radius: 9999px;
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav_child__link {
    padding: 19px 26px 20px;
    background: none;
    border: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav_child__link.active {
    background: #d4d7da;
    border: none;
  }
}
.l-header_menu_gnav_child__link.active::before, .l-header_menu_gnav_child__link.active::after {
  content: none !important;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav_child__link:hover {
    border-color: #41aca4;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav_child__link:hover::before {
    width: 32px;
    background: #41aca4;
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 4px);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav_child__link:hover::after {
    background: #41aca4;
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 2px);
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav_child__link::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #078981;
    clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 100%, 0 100%);
    position: absolute;
    right: clamp(10px, 4.7826086957vw, 22px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.2s ease-in-out, right 0.2s ease-in-out, background 0.3s ease-in-out;
    transition: width 0.2s ease-in-out, right 0.2s ease-in-out, background 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1241px) {
  .l-header_menu_gnav_child__link::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #078981;
    position: absolute;
    right: calc(clamp(10px, 4.7826086957vw, 22px) + 2px);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: right 0.2s ease-in-out, background 0.3s ease-in-out;
    transition: right 0.2s ease-in-out, background 0.3s ease-in-out;
  }
}
.l-header_menu_gnav_child__cont {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(16px, 1.5vw, 18px);
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav_child__cont {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-weight: 500;
    color: #828996;
    text-align: left;
  }
}
.l-header_menu_gnav_child__link.active .l-header_menu_gnav_child__cont {
  color: #828996;
}
@media screen and (max-width: 1240px) {
  .l-header_menu_gnav_child__link.active .l-header_menu_gnav_child__cont {
    color: #078981;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_menu_gnav_child__link:hover .l-header_menu_gnav_child__cont {
    color: #41aca4;
  }
}
.l-header_menu_gnav_child__cont .ib {
  display: inline-block;
}
.l-header_drawer {
  display: none;
}
@media screen and (max-width: 1240px) {
  .l-header_drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999999;
  }
}
.l-header_drawer__btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  background: #0ba097;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.is-menu_open .l-header_drawer__btn {
  background: #828996;
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-header_drawer__btn:hover {
    background: #41aca4;
  }
}
.l-header_drawer__icon {
  width: 17px;
  height: 1px;
  display: block;
  background: #ffffff;
  position: relative;
  -webkit-transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.is-menu_open .l-header_drawer__icon:nth-child(1) {
  width: 22px;
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.is-menu_open .l-header_drawer__icon:nth-child(2) {
  width: 0;
}
.l-header_drawer__icon:nth-child(3) {
  margin-bottom: 0;
}
.is-menu_open .l-header_drawer__icon:nth-child(3) {
  width: 22px;
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.l-page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  aspect-ratio: 1;
  opacity: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .l-page_top {
    position: static;
    width: 100%;
    height: 45px;
    display: block !important;
    opacity: 1 !important;
    z-index: 1;
    margin-bottom: 0;
  }
}
.with-fancybox .l-page_top {
  z-index: 1000;
}
.l-page_top.visible {
  opacity: 1;
}
.l-page_top__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: rgba(11, 160, 151, 0.8);
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .l-page_top__link {
    background: #0ba097;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .l-page_top__link:hover {
    background: rgba(65, 172, 164, 0.8);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 1024px) {
  .l-page_top__link:hover {
    background: #41aca4;
  }
}
.l-page_top__link::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .l-page_top__link::before {
    display: none;
  }
}
.l-page_top__link::after {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 27px;
  right: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media screen and (max-width: 1024px) {
  .l-page_top__link::after {
    width: 11px;
    border-width: 3px 3px 0 0;
    top: 17px;
  }
}
.c-padding_adj {
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
}
.c-f__en {
  font-family: "Lato", YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
}
.c-text_set {
  font-size: 16px;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(4px, 1.1666666667vw, 14px);
}
.c-text_set:last-child {
  margin-bottom: clamp(-6px, -0.5vw, -6px);
}
.c-link_inner {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #001d38;
}
@media screen and (hover: hover) and (pointer: fine) {
  .c-link_inner:hover {
    color: #078981;
  }
}
.c-link_inner[target=_blank]::after {
  content: "\f35d";
  display: inline-block;
  margin: 0 6px 0 4px;
  font-family: "Font Awesome 6 Free";
  color: #d4d7da;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: bottom;
}
.c-link_inner_triangle {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #001d38;
  padding-left: 12px;
}
@media screen and (hover: hover) and (pointer: fine) {
  .c-link_inner_triangle:hover {
    color: #078981;
  }
}
.c-link_inner_triangle::before {
  content: "\f0da";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 1px;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  color: #078981;
}
.c-link_inner_triangle[target=_blank]::after {
  content: "\f35d";
  display: inline-block;
  margin: 0 6px 0 4px;
  font-family: "Font Awesome 6 Free";
  color: #d4d7da;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: bottom;
}
.c-link_arrow {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #001d38;
  padding-left: 12px;
}
@media screen and (hover: hover) and (pointer: fine) {
  .c-link_arrow:hover {
    color: #078981;
  }
}
.c-link_arrow::before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 0.8em;
  font-weight: 900;
  color: #078981;
}
.c-link_arrow[target=_blank]::after {
  content: "\f35d";
  display: inline-block;
  margin: 0 6px 0 4px;
  font-family: "Font Awesome 6 Free";
  color: #d4d7da;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: bottom;
}
.c-link_arrow_another {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #001d38;
  padding-left: 12px;
}
@media screen and (hover: hover) and (pointer: fine) {
  .c-link_arrow_another:hover {
    color: #078981;
  }
}
.c-link_arrow_another::before {
  content: "\f0da";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 1px;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  color: #078981;
}
.c-link_file {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .c-link_file:hover {
    color: #078981;
  }
}
.c-link_file[href$=".pdf"] .capa::before {
  content: "\f1c1";
  color: #ff3500;
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
}
.c-link_file[href$=".xls"] .capa::before, .c-link_file[href$=".xlsx"] .capa::before {
  content: "\f1c3";
  color: #00c53e;
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
}
.c-link_file[href$=".doc"] .capa::before, .c-link_file[href$=".docx"] .capa::before {
  content: "\f1c2";
  color: #0053bd;
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
}
.c-link_file[href$=".zip"] .capa::before {
  content: "\f1c6";
  color: #8c8c8c;
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
}
.c-link_file .capa {
  margin-left: 0.6em;
  color: #afafaf;
  font-weight: 400;
  display: inline-block;
}
.c-unordered_list > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
}
.c-unordered_list > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-unordered_list > li > ul, .c-unordered_list > li > ol {
  padding-left: 1em;
  margin-top: 5px;
}
.c-unordered_list_style_color > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
  padding-left: 1em;
}
.c-unordered_list_style_color > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-unordered_list_style_color > li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.3em;
  width: 6px;
  height: 6px;
  background: #078981;
  border-radius: 50%;
}
.c-unordered_list_style_glay > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
  padding-left: 1em;
}
.c-unordered_list_style_glay > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-unordered_list_style_glay > li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.3em;
  width: 6px;
  height: 6px;
  background: #001d38;
  border-radius: 50%;
}
.c-ordered_list > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
}
.c-ordered_list > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-ordered_list_number {
  counter-reset: section;
}
.c-ordered_list_number > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
  padding-left: 1.2em;
}
.c-ordered_list_number > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-ordered_list_number > li::before {
  content: counter(section) ".";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 2px;
  display: inline-block;
  font-size: 1em;
}
.c-ordered_list_number > li > ul {
  padding-left: 1em;
  margin-top: 14px;
}
.c-ordered_list_number > li > ol {
  margin-top: 14px;
}
.c-ordered_list_number_digit {
  counter-reset: section;
}
.c-ordered_list_number_digit > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
  padding-left: 1.8em;
}
.c-ordered_list_number_digit > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-ordered_list_number_digit > li:nth-child(n+10)::before {
  left: 2px;
}
.c-ordered_list_number_digit > li::before {
  content: counter(section) ".";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 0.56em;
  display: inline-block;
  font-size: 1em;
}
.c-ordered_list_bracket {
  counter-reset: section;
}
.c-ordered_list_bracket > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
  padding-left: 1.8em;
}
.c-ordered_list_bracket > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-ordered_list_bracket > li::before {
  content: "（"counter(section) "）";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1em;
}
.c-ordered_list_alpha {
  counter-reset: section;
}
.c-ordered_list_alpha > li {
  position: relative;
  line-height: 1.75;
  margin-top: clamp(-6px, -0.5vw, -6px);
  margin-bottom: clamp(-6px, -0.5vw, -6px);
  padding-left: 1.2em;
}
.c-ordered_list_alpha > li:not(:first-child) {
  margin-top: clamp(10px, 1.1666666667vw, 14px);
}
.c-ordered_list_alpha > li::before {
  content: counter(section, upper-alpha) ".";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 2px;
  display: inline-block;
  font-size: 1em;
}
.c-hogehoge {
  width: 1200px;
}
.c-hogehoge2 {
  width: 400px;
}
.c-swipe_set {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-swipe_set {
    margin: 0 clamp(-40px, -3.3333333333vw, -16px);
  }
}
.c-swipe_set.active::before, .c-swipe_set.active::after {
  display: block;
}
.c-swipe_set::before {
  font-family: "Material Icons Round";
  content: "\e9ec";
  font-size: 18px;
  font-weight: 400;
  color: #828996;
  letter-spacing: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  margin-bottom: clamp(8px, 1.5625vw, 16px);
}
@media screen and (max-width: 1024px) {
  .c-swipe_set::before {
    margin: 0 clamp(16px, 3.3333333333vw, 40px) clamp(10px, 1.953125vw, 20px);
  }
}
.c-swipe_set::after {
  content: "左右にスワイプして閲覧してください。";
  position: absolute;
  top: 2px;
  left: 24px;
  display: none;
  font-size: 12px;
  color: #828996;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-swipe_set::after {
    margin: 0 clamp(16px, 3.3333333333vw, 40px) clamp(10px, 1.953125vw, 20px);
  }
}
.c-swipe_set__inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.c-swipe_set__inner::before, .c-swipe_set__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 10px;
  height: calc(100% - clamp(30px, 3.90625vw, 40px));
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-swipe_set__inner::before {
  left: 0;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 75%) 0 center;
  background-size: 10px 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  opacity: var(--left-shadow-opacity, 0);
}
.c-swipe_set__inner::after {
  right: 0;
  background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  opacity: var(--right-shadow-opacity, 0);
}
.c-swipe_set__cont {
  min-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .c-swipe_set__cont {
    padding: 0 clamp(16px, 3.3333333333vw, 40px);
  }
}
.c-flex_3colomn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: clamp(16px, 3vw, 36px);
}
.c-flex_3colomn li {
  width: min(32%, 380px);
}
.c-flex_3colomn li:nth-child(3n+2):last-child {
  margin-right: auto;
  margin-left: calc(50% - min(32%, 380px) * 1.5);
}
@media screen and (max-width: 640px) {
  .c-flex_3colomn li {
    width: 48.5%;
  }
  .c-flex_3colomn li:nth-child(3n+2):last-child {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-flex_3colomn li {
    width: min(100%, 350px);
    margin: 0 auto;
  }
  .c-flex_3colomn li:nth-child(3n+2):last-child {
    margin: 0 auto;
  }
}
.c-flex_4colomn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: clamp(16px, 3vw, 36px);
}
.c-flex_4colomn li {
  width: min(23.5%, 282px);
}
.c-flex_4colomn li:nth-child(4n+2):nth-last-child(2) {
  margin-left: calc((100% - min(23.5%, 282px) * 4) / 3);
}
.c-flex_4colomn li:nth-child(4n+2):last-child, .c-flex_4colomn li:nth-child(4n+3):last-child {
  margin-right: auto;
  margin-left: calc((100% - min(23.5%, 282px) * 4) / 3);
}
@media screen and (max-width: 768px) {
  .c-flex_4colomn li {
    width: 32%;
  }
  .c-flex_4colomn li:nth-child(4n+2):nth-last-child(2), .c-flex_4colomn li:nth-child(4n+2):last-child, .c-flex_4colomn li:nth-child(4n+3):last-child {
    margin: 0;
  }
  .c-flex_4colomn li:nth-child(3n+2):last-child {
    margin-right: auto;
    margin-left: calc(50% - 32% * 1.5);
  }
}
@media screen and (max-width: 640px) {
  .c-flex_4colomn li {
    width: 48.5%;
  }
  .c-flex_4colomn li:nth-child(4n+2):nth-last-child(2), .c-flex_4colomn li:nth-child(4n+2):last-child, .c-flex_4colomn li:nth-child(4n+3):last-child, .c-flex_4colomn li:nth-child(3n+2):last-child {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-flex_4colomn li {
    width: min(100%, 350px);
    margin: 0 auto;
  }
  .c-flex_4colomn li:nth-child(4n+2):nth-last-child(2), .c-flex_4colomn li:nth-child(4n+2):last-child, .c-flex_4colomn li:nth-child(4n+3):last-child, .c-flex_4colomn li:nth-child(3n+2):last-child {
    margin: 0 auto;
  }
}
.c-flex_5colomn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: clamp(16px, 3vw, 36px);
}
.c-flex_5colomn li {
  width: min(18.5%, 222px);
}
.c-flex_5colomn li:nth-child(5n+2):nth-last-child(2), .c-flex_5colomn li:nth-child(5n+2):nth-last-child(3), .c-flex_5colomn li:nth-child(5n+3):nth-last-child(2) {
  margin-left: calc((100% - min(18.5%, 222px) * 5) / 4);
}
.c-flex_5colomn li:nth-child(5n+2):last-child, .c-flex_5colomn li:nth-child(5n+3):last-child, .c-flex_5colomn li:nth-child(5n+4):last-child {
  margin-right: auto;
  margin-left: calc((100% - min(18.5%, 222px) * 5) / 4);
}
@media screen and (max-width: 1024px) {
  .c-flex_5colomn li {
    width: min(23.5%, 282px);
  }
  .c-flex_5colomn li:nth-child(5n+2):nth-last-child(2), .c-flex_5colomn li:nth-child(5n+2):nth-last-child(3), .c-flex_5colomn li:nth-child(5n+3):nth-last-child(2), .c-flex_5colomn li:nth-child(5n+2):last-child, .c-flex_5colomn li:nth-child(5n+3):last-child, .c-flex_5colomn li:nth-child(5n+4):last-child {
    margin: 0;
  }
  .c-flex_5colomn li:nth-child(4n+2):nth-last-child(2) {
    margin-left: calc((100% - min(23.5%, 282px) * 4) / 3);
  }
  .c-flex_5colomn li:nth-child(4n+2):last-child, .c-flex_5colomn li:nth-child(4n+3):last-child {
    margin-right: auto;
    margin-left: calc((100% - min(23.5%, 282px) * 4) / 3);
  }
}
@media screen and (max-width: 768px) {
  .c-flex_5colomn li {
    width: 32%;
  }
  .c-flex_5colomn li:nth-child(4n+2):nth-last-child(2), .c-flex_5colomn li:nth-child(4n+2):last-child, .c-flex_5colomn li:nth-child(4n+3):last-child {
    margin: 0;
  }
  .c-flex_5colomn li:nth-child(3n+2):last-child {
    margin-right: auto;
    margin-left: calc(50% - 32% * 1.5);
  }
}
@media screen and (max-width: 640px) {
  .c-flex_5colomn li {
    width: 48.5%;
  }
  .c-flex_5colomn li:nth-child(4n+2):nth-last-child(2), .c-flex_5colomn li:nth-child(4n+2):last-child, .c-flex_5colomn li:nth-child(4n+3):last-child, .c-flex_5colomn li:nth-child(3n+2):last-child {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-flex_5colomn li {
    width: min(100%, 350px);
    margin: 0 auto;
  }
  .c-flex_5colomn li:nth-child(4n+2):nth-last-child(2), .c-flex_5colomn li:nth-child(4n+2):last-child, .c-flex_5colomn li:nth-child(4n+3):last-child, .c-flex_5colomn li:nth-child(3n+2):last-child {
    margin: 0 auto;
  }
}
.c-variables__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: clamp(16px, 3vw, 36px);
}
.c-variables__list li {
  width: min(23.5%, 282px);
}
.c-variables__list li:nth-child(4n+2):nth-last-child(2) {
  margin-left: calc((100% - min(23.5%, 282px) * 4) / 3);
}
.c-variables__list li:nth-child(4n+2):last-child, .c-variables__list li:nth-child(4n+3):last-child {
  margin-right: auto;
  margin-left: calc((100% - min(23.5%, 282px) * 4) / 3);
}
@media screen and (max-width: 768px) {
  .c-variables__list li {
    width: 32%;
  }
  .c-variables__list li:nth-child(4n+2):nth-last-child(2), .c-variables__list li:nth-child(4n+2):last-child, .c-variables__list li:nth-child(4n+3):last-child {
    margin: 0;
  }
  .c-variables__list li:nth-child(3n+2):last-child {
    margin-right: auto;
    margin-left: calc(50% - 32% * 1.5);
  }
}
@media screen and (max-width: 768px) {
  .c-variables__list li {
    width: 48.5%;
  }
  .c-variables__list li:nth-child(4n+2):nth-last-child(2), .c-variables__list li:nth-child(4n+2):last-child, .c-variables__list li:nth-child(4n+3):last-child, .c-variables__list li:nth-child(3n+2):last-child {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-variables__list li {
    width: min(100%, 350px);
    margin: 0 auto;
  }
  .c-variables__list li:nth-child(4n+2):nth-last-child(2), .c-variables__list li:nth-child(4n+2):last-child, .c-variables__list li:nth-child(4n+3):last-child, .c-variables__list li:nth-child(3n+2):last-child {
    margin: 0 auto;
  }
}
.c-variables__general {
  width: 100%;
}
.c-variables__general .ttl {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background: #078981;
}
.c-variables__general .cont {
  padding: 6px 6px 8px;
  text-align: center;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .c-variables__general .cont:hover {
    background: #ebf9f8;
  }
}
/*リスト*/
.c-list_dot {
  width: 100%;
  padding: 10px 0 0;
}
.c-list_dot li {
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}
.c-list_dot li:last-child {
  margin-bottom: 0;
}
.c-list_dot li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: #0ba097;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .c-list_dot {
    padding: 5px 0 0;
  }
  .c-list_dot li {
    margin-bottom: 3px;
  }
}
.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .u-sp-only {
    display: block !important;
  }
}
.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-pc-only {
    display: block !important;
  }
}
.u-d_block {
  display: block !important;
}
.u-d_inline {
  display: inline !important;
}
.u-d_iblock {
  display: inline-block !important;
}
.u-fw_bold {
  font-weight: bold !important;
}
.u-fw_normal {
  font-weight: normal !important;
}
.u-fw_lighter {
  font-weight: lighter !important;
}
.u-nml_5em {
  margin-left: -0.5em !important;
}
.u-kinsoku {
  display: inline-block;
}
.u-kinsoku + i {
  display: inline-block;
  width: 0;
  font-style: normal;
}
.u-sp_view {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp_view {
    display: inherit;
  }
}
.u-sp_hidden {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .u-sp_hidden {
    display: none;
  }
}
.u-conf_bar {
  background: #e1e1e1;
  color: #888;
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 2px 2px 2px 0px;
}
.u-clearfix {
  *zoom: 1;
}
.u-clearfix::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.u-fl {
  float: left;
}
.u-fr {
  float: right;
}
.u-fclear {
  clear: both;
}
.u-hover_opacity {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .u-hover_opacity:hover {
    opacity: 0.6;
  }
}
.u-hover_inner_link {
  color: #078981;
  text-decoration: underline;
}
@media screen and (hover: hover) and (pointer: fine) {
  .u-hover_inner_link:hover {
    text-decoration: none;
  }
}
.u-text_center {
  text-align: center !important;
}
.u-text_left {
  text-align: left !important;
}
.u-text_right {
  text-align: right !important;
}
.u-mt02 {
  margin-top: clamp(2px, 0.1666666667vw, 2px);
}
.u-mt04 {
  margin-top: clamp(3px, 0.3333333333vw, 4px);
}
.u-mt06 {
  margin-top: clamp(5px, 0.5vw, 6px);
}
.u-mt08 {
  margin-top: clamp(6px, 0.6666666667vw, 8px);
}
.u-mt10 {
  margin-top: clamp(8px, 0.8333333333vw, 10px);
}
.u-mt12 {
  margin-top: clamp(9px, 1vw, 12px);
}
.u-mt14 {
  margin-top: clamp(11px, 1.1666666667vw, 14px);
}
.u-mt16 {
  margin-top: clamp(12px, 1.3333333333vw, 16px);
}
.u-mt18 {
  margin-top: clamp(14px, 1.5vw, 18px);
}
.u-mt20 {
  margin-top: clamp(15px, 1.6666666667vw, 20px);
}
.u-mt22 {
  margin-top: clamp(17px, 1.8333333333vw, 22px);
}
.u-mt24 {
  margin-top: clamp(18px, 2vw, 24px);
}
.u-mt26 {
  margin-top: clamp(20px, 2.1666666667vw, 26px);
}
.u-mt28 {
  margin-top: clamp(21px, 2.3333333333vw, 28px);
}
.u-mt30 {
  margin-top: clamp(23px, 2.5vw, 30px);
}
.u-mt32 {
  margin-top: clamp(24px, 2.6666666667vw, 32px);
}
.u-mt34 {
  margin-top: clamp(26px, 2.8333333333vw, 34px);
}
.u-mt36 {
  margin-top: clamp(27px, 3vw, 36px);
}
.u-mt38 {
  margin-top: clamp(29px, 3.1666666667vw, 38px);
}
.u-mt40 {
  margin-top: clamp(30px, 3.3333333333vw, 40px);
}
.u-mt42 {
  margin-top: clamp(32px, 3.5vw, 42px);
}
.u-mt44 {
  margin-top: clamp(33px, 3.6666666667vw, 44px);
}
.u-mt46 {
  margin-top: clamp(35px, 3.8333333333vw, 46px);
}
.u-mt48 {
  margin-top: clamp(36px, 4vw, 48px);
}
.u-mt50 {
  margin-top: clamp(38px, 4.1666666667vw, 50px);
}
.u-mt52 {
  margin-top: clamp(39px, 4.3333333333vw, 52px);
}
.u-mt54 {
  margin-top: clamp(41px, 4.5vw, 54px);
}
.u-mt56 {
  margin-top: clamp(42px, 4.6666666667vw, 56px);
}
.u-mt58 {
  margin-top: clamp(44px, 4.8333333333vw, 58px);
}
.u-mt60 {
  margin-top: clamp(45px, 5vw, 60px);
}
.u-mt62 {
  margin-top: clamp(47px, 5.1666666667vw, 62px);
}
.u-mt64 {
  margin-top: clamp(48px, 5.3333333333vw, 64px);
}
.u-mr02 {
  margin-right: clamp(2px, 0.1666666667vw, 2px);
}
.u-mr04 {
  margin-right: clamp(3px, 0.3333333333vw, 4px);
}
.u-mr06 {
  margin-right: clamp(5px, 0.5vw, 6px);
}
.u-mr08 {
  margin-right: clamp(6px, 0.6666666667vw, 8px);
}
.u-mr10 {
  margin-right: clamp(8px, 0.8333333333vw, 10px);
}
.u-mr12 {
  margin-right: clamp(9px, 1vw, 12px);
}
.u-mr14 {
  margin-right: clamp(11px, 1.1666666667vw, 14px);
}
.u-mr16 {
  margin-right: clamp(12px, 1.3333333333vw, 16px);
}
.u-mr18 {
  margin-right: clamp(14px, 1.5vw, 18px);
}
.u-mr20 {
  margin-right: clamp(15px, 1.6666666667vw, 20px);
}
.u-mr22 {
  margin-right: clamp(17px, 1.8333333333vw, 22px);
}
.u-mr24 {
  margin-right: clamp(18px, 2vw, 24px);
}
.u-mr26 {
  margin-right: clamp(20px, 2.1666666667vw, 26px);
}
.u-mr28 {
  margin-right: clamp(21px, 2.3333333333vw, 28px);
}
.u-mr30 {
  margin-right: clamp(23px, 2.5vw, 30px);
}
.u-mr32 {
  margin-right: clamp(24px, 2.6666666667vw, 32px);
}
.u-mr34 {
  margin-right: clamp(26px, 2.8333333333vw, 34px);
}
.u-mr36 {
  margin-right: clamp(27px, 3vw, 36px);
}
.u-mr38 {
  margin-right: clamp(29px, 3.1666666667vw, 38px);
}
.u-mr40 {
  margin-right: clamp(30px, 3.3333333333vw, 40px);
}
.u-mr42 {
  margin-right: clamp(32px, 3.5vw, 42px);
}
.u-mr44 {
  margin-right: clamp(33px, 3.6666666667vw, 44px);
}
.u-mr46 {
  margin-right: clamp(35px, 3.8333333333vw, 46px);
}
.u-mr48 {
  margin-right: clamp(36px, 4vw, 48px);
}
.u-mr50 {
  margin-right: clamp(38px, 4.1666666667vw, 50px);
}
.u-mr52 {
  margin-right: clamp(39px, 4.3333333333vw, 52px);
}
.u-mr54 {
  margin-right: clamp(41px, 4.5vw, 54px);
}
.u-mr56 {
  margin-right: clamp(42px, 4.6666666667vw, 56px);
}
.u-mr58 {
  margin-right: clamp(44px, 4.8333333333vw, 58px);
}
.u-mr60 {
  margin-right: clamp(45px, 5vw, 60px);
}
.u-mr62 {
  margin-right: clamp(47px, 5.1666666667vw, 62px);
}
.u-mr64 {
  margin-right: clamp(48px, 5.3333333333vw, 64px);
}
.u-mb02 {
  margin-bottom: clamp(2px, 0.1666666667vw, 2px);
}
.u-mb04 {
  margin-bottom: clamp(3px, 0.3333333333vw, 4px);
}
.u-mb06 {
  margin-bottom: clamp(5px, 0.5vw, 6px);
}
.u-mb08 {
  margin-bottom: clamp(6px, 0.6666666667vw, 8px);
}
.u-mb10 {
  margin-bottom: clamp(8px, 0.8333333333vw, 10px);
}
.u-mb12 {
  margin-bottom: clamp(9px, 1vw, 12px);
}
.u-mb14 {
  margin-bottom: clamp(11px, 1.1666666667vw, 14px);
}
.u-mb16 {
  margin-bottom: clamp(12px, 1.3333333333vw, 16px);
}
.u-mb18 {
  margin-bottom: clamp(14px, 1.5vw, 18px);
}
.u-mb20 {
  margin-bottom: clamp(15px, 1.6666666667vw, 20px);
}
.u-mb22 {
  margin-bottom: clamp(17px, 1.8333333333vw, 22px);
}
.u-mb24 {
  margin-bottom: clamp(18px, 2vw, 24px);
}
.u-mb26 {
  margin-bottom: clamp(20px, 2.1666666667vw, 26px);
}
.u-mb28 {
  margin-bottom: clamp(21px, 2.3333333333vw, 28px);
}
.u-mb30 {
  margin-bottom: clamp(23px, 2.5vw, 30px);
}
.u-mb32 {
  margin-bottom: clamp(24px, 2.6666666667vw, 32px);
}
.u-mb34 {
  margin-bottom: clamp(26px, 2.8333333333vw, 34px);
}
.u-mb36 {
  margin-bottom: clamp(27px, 3vw, 36px);
}
.u-mb38 {
  margin-bottom: clamp(29px, 3.1666666667vw, 38px);
}
.u-mb40 {
  margin-bottom: clamp(30px, 3.3333333333vw, 40px);
}
.u-mb42 {
  margin-bottom: clamp(32px, 3.5vw, 42px);
}
.u-mb44 {
  margin-bottom: clamp(33px, 3.6666666667vw, 44px);
}
.u-mb46 {
  margin-bottom: clamp(35px, 3.8333333333vw, 46px);
}
.u-mb48 {
  margin-bottom: clamp(36px, 4vw, 48px);
}
.u-mb50 {
  margin-bottom: clamp(38px, 4.1666666667vw, 50px);
}
.u-mb52 {
  margin-bottom: clamp(39px, 4.3333333333vw, 52px);
}
.u-mb54 {
  margin-bottom: clamp(41px, 4.5vw, 54px);
}
.u-mb56 {
  margin-bottom: clamp(42px, 4.6666666667vw, 56px);
}
.u-mb58 {
  margin-bottom: clamp(44px, 4.8333333333vw, 58px);
}
.u-mb60 {
  margin-bottom: clamp(45px, 5vw, 60px);
}
.u-mb62 {
  margin-bottom: clamp(47px, 5.1666666667vw, 62px);
}
.u-mb64 {
  margin-bottom: clamp(48px, 5.3333333333vw, 64px);
}
.u-ml02 {
  margin-left: clamp(2px, 0.1666666667vw, 2px);
}
.u-ml04 {
  margin-left: clamp(3px, 0.3333333333vw, 4px);
}
.u-ml06 {
  margin-left: clamp(5px, 0.5vw, 6px);
}
.u-ml08 {
  margin-left: clamp(6px, 0.6666666667vw, 8px);
}
.u-ml10 {
  margin-left: clamp(8px, 0.8333333333vw, 10px);
}
.u-ml12 {
  margin-left: clamp(9px, 1vw, 12px);
}
.u-ml14 {
  margin-left: clamp(11px, 1.1666666667vw, 14px);
}
.u-ml16 {
  margin-left: clamp(12px, 1.3333333333vw, 16px);
}
.u-ml18 {
  margin-left: clamp(14px, 1.5vw, 18px);
}
.u-ml20 {
  margin-left: clamp(15px, 1.6666666667vw, 20px);
}
.u-ml22 {
  margin-left: clamp(17px, 1.8333333333vw, 22px);
}
.u-ml24 {
  margin-left: clamp(18px, 2vw, 24px);
}
.u-ml26 {
  margin-left: clamp(20px, 2.1666666667vw, 26px);
}
.u-ml28 {
  margin-left: clamp(21px, 2.3333333333vw, 28px);
}
.u-ml30 {
  margin-left: clamp(23px, 2.5vw, 30px);
}
.u-ml32 {
  margin-left: clamp(24px, 2.6666666667vw, 32px);
}
.u-ml34 {
  margin-left: clamp(26px, 2.8333333333vw, 34px);
}
.u-ml36 {
  margin-left: clamp(27px, 3vw, 36px);
}
.u-ml38 {
  margin-left: clamp(29px, 3.1666666667vw, 38px);
}
.u-ml40 {
  margin-left: clamp(30px, 3.3333333333vw, 40px);
}
.u-ml42 {
  margin-left: clamp(32px, 3.5vw, 42px);
}
.u-ml44 {
  margin-left: clamp(33px, 3.6666666667vw, 44px);
}
.u-ml46 {
  margin-left: clamp(35px, 3.8333333333vw, 46px);
}
.u-ml48 {
  margin-left: clamp(36px, 4vw, 48px);
}
.u-ml50 {
  margin-left: clamp(38px, 4.1666666667vw, 50px);
}
.u-ml52 {
  margin-left: clamp(39px, 4.3333333333vw, 52px);
}
.u-ml54 {
  margin-left: clamp(41px, 4.5vw, 54px);
}
.u-ml56 {
  margin-left: clamp(42px, 4.6666666667vw, 56px);
}
.u-ml58 {
  margin-left: clamp(44px, 4.8333333333vw, 58px);
}
.u-ml60 {
  margin-left: clamp(45px, 5vw, 60px);
}
.u-ml62 {
  margin-left: clamp(47px, 5.1666666667vw, 62px);
}
.u-ml64 {
  margin-left: clamp(48px, 5.3333333333vw, 64px);
}
.u-show_620 {
  display: none !important;
}
.u-pb--0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 620px) {
  .u-show_620 {
    display: block !important;
  }
}
@media screen and (max-width: 620px) {
  .u-hide_620 {
    display: none !important;
  }
}
.u-show_630 {
  display: none !important;
}
@media screen and (max-width: 630px) {
  .u-show_630 {
    display: block !important;
  }
}
@media screen and (max-width: 630px) {
  .u-hide_630 {
    display: none !important;
  }
}
.u-show_640 {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .u-show_640 {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .u-hide_640 {
    display: none !important;
  }
}
.u-show_650 {
  display: none !important;
}
@media screen and (max-width: 650px) {
  .u-show_650 {
    display: block !important;
  }
}
@media screen and (max-width: 650px) {
  .u-hide_650 {
    display: none !important;
  }
}
.u-show_660 {
  display: none !important;
}
@media screen and (max-width: 660px) {
  .u-show_660 {
    display: block !important;
  }
}
@media screen and (max-width: 660px) {
  .u-hide_660 {
    display: none !important;
  }
}
.u-show_670 {
  display: none !important;
}
@media screen and (max-width: 670px) {
  .u-show_670 {
    display: block !important;
  }
}
@media screen and (max-width: 670px) {
  .u-hide_670 {
    display: none !important;
  }
}
.u-show_680 {
  display: none !important;
}
@media screen and (max-width: 680px) {
  .u-show_680 {
    display: block !important;
  }
}
@media screen and (max-width: 680px) {
  .u-hide_680 {
    display: none !important;
  }
}
.u-show_690 {
  display: none !important;
}
@media screen and (max-width: 690px) {
  .u-show_690 {
    display: block !important;
  }
}
@media screen and (max-width: 690px) {
  .u-hide_690 {
    display: none !important;
  }
}
.u-show_700 {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .u-show_700 {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .u-hide_700 {
    display: none !important;
  }
}
.u-show_710 {
  display: none !important;
}
@media screen and (max-width: 710px) {
  .u-show_710 {
    display: block !important;
  }
}
@media screen and (max-width: 710px) {
  .u-hide_710 {
    display: none !important;
  }
}
.u-show_720 {
  display: none !important;
}
@media screen and (max-width: 720px) {
  .u-show_720 {
    display: block !important;
  }
}
@media screen and (max-width: 720px) {
  .u-hide_720 {
    display: none !important;
  }
}
.u-show_730 {
  display: none !important;
}
@media screen and (max-width: 730px) {
  .u-show_730 {
    display: block !important;
  }
}
@media screen and (max-width: 730px) {
  .u-hide_730 {
    display: none !important;
  }
}
.u-show_740 {
  display: none !important;
}
@media screen and (max-width: 740px) {
  .u-show_740 {
    display: block !important;
  }
}
@media screen and (max-width: 740px) {
  .u-hide_740 {
    display: none !important;
  }
}
.u-show_750 {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .u-show_750 {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .u-hide_750 {
    display: none !important;
  }
}
.u-show_760 {
  display: none !important;
}
@media screen and (max-width: 760px) {
  .u-show_760 {
    display: block !important;
  }
}
@media screen and (max-width: 760px) {
  .u-hide_760 {
    display: none !important;
  }
}
.u-show_770 {
  display: none !important;
}
@media screen and (max-width: 770px) {
  .u-show_770 {
    display: block !important;
  }
}
@media screen and (max-width: 770px) {
  .u-hide_770 {
    display: none !important;
  }
}
.u-show_780 {
  display: none !important;
}
@media screen and (max-width: 780px) {
  .u-show_780 {
    display: block !important;
  }
}
@media screen and (max-width: 780px) {
  .u-hide_780 {
    display: none !important;
  }
}
.u-show_790 {
  display: none !important;
}
@media screen and (max-width: 790px) {
  .u-show_790 {
    display: block !important;
  }
}
@media screen and (max-width: 790px) {
  .u-hide_790 {
    display: none !important;
  }
}
.u-show_800 {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .u-show_800 {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .u-hide_800 {
    display: none !important;
  }
}
.u-show_810 {
  display: none !important;
}
@media screen and (max-width: 810px) {
  .u-show_810 {
    display: block !important;
  }
}
@media screen and (max-width: 810px) {
  .u-hide_810 {
    display: none !important;
  }
}
.u-show_820 {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .u-show_820 {
    display: block !important;
  }
}
@media screen and (max-width: 820px) {
  .u-hide_820 {
    display: none !important;
  }
}
.u-show_830 {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .u-show_830 {
    display: block !important;
  }
}
@media screen and (max-width: 830px) {
  .u-hide_830 {
    display: none !important;
  }
}
.u-show_840 {
  display: none !important;
}
@media screen and (max-width: 840px) {
  .u-show_840 {
    display: block !important;
  }
}
@media screen and (max-width: 840px) {
  .u-hide_840 {
    display: none !important;
  }
}
.u-show_850 {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .u-show_850 {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  .u-hide_850 {
    display: none !important;
  }
}
.u-show_860 {
  display: none !important;
}
@media screen and (max-width: 860px) {
  .u-show_860 {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .u-hide_860 {
    display: none !important;
  }
}
.u-show_870 {
  display: none !important;
}
@media screen and (max-width: 870px) {
  .u-show_870 {
    display: block !important;
  }
}
@media screen and (max-width: 870px) {
  .u-hide_870 {
    display: none !important;
  }
}
.u-show_880 {
  display: none !important;
}
@media screen and (max-width: 880px) {
  .u-show_880 {
    display: block !important;
  }
}
@media screen and (max-width: 880px) {
  .u-hide_880 {
    display: none !important;
  }
}
.u-show_890 {
  display: none !important;
}
@media screen and (max-width: 890px) {
  .u-show_890 {
    display: block !important;
  }
}
@media screen and (max-width: 890px) {
  .u-hide_890 {
    display: none !important;
  }
}
.u-show_900 {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .u-show_900 {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .u-hide_900 {
    display: none !important;
  }
}
.p-home_contact {
  padding: 0 clamp(16px, 3.3333333333vw, 40px);
  background-image: url(../images/home/img_contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  -webkit-transition: background-position 1.5s ease-in-out;
  transition: background-position 1.5s ease-in-out;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-home_contact {
    background-image: url(../images/home/img_contact_bg_sp.jpg);
    background-position: center;
  }
}
@media print {
  .p-home_contact {
    background-position: top center !important;
  }
}
.p-home_contact.fadein.active {
  background-position: top center;
}
@media screen and (max-width: 640px) {
  .p-home_contact.fadein.active {
    background-position: center;
  }
}
.p-home_contact__inner {
  padding: clamp(55px, 8vw, 80px) 0 clamp(50px, 7vw, 70px);
  position: relative;
}
.p-home_contact__ttl {
  padding-left: 0.04em;
  margin: -0.14em 0 -0.125em;
  font-family: "Lato", YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
  font-size: clamp(50px, 5.3333333333vw, 64px);
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #0ba097;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -0.3675em);
  transform: translate(-50%, -0.3675em);
}
@media screen and (max-width: 1024px) {
  .p-home_contact__ttl {
    padding-left: 0.025em;
    letter-spacing: 0.025em;
  }
}
@media print {
  .p-home_contact__ttl {
    opacity: 1 !important;
    -webkit-transform: translate(-50%, -0.3675em) !important;
    transform: translate(-50%, -0.3675em) !important;
  }
}
.fadein .p-home_contact__ttl {
  opacity: 0;
  -webkit-transform: translate(-50%, calc(40px - 0.3675em));
  transform: translate(-50%, calc(40px - 0.3675em));
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.fadein.active .p-home_contact__ttl {
  opacity: 1;
  -webkit-transform: translate(-50%, -0.3675em);
  transform: translate(-50%, -0.3675em);
}
.p-home_contact__txt {
  font-size: clamp(16px, 2.6vw, 20px);
  margin-bottom: clamp(15px, 3vw, 30px);
  font-weight: bold;
  color: #0ba097;
  text-align: center;
  line-height: 1.6;
  text-shadow: #f2f5fc 2px 0px, #f2f5fc -2px 0px, #f2f5fc 0px -2px, #f2f5fc 0px 2px, #f2f5fc 2px 2px, #f2f5fc -2px 2px, #f2f5fc 2px -2px, #f2f5fc -2px -2px, #f2f5fc 1px 2px, #f2f5fc -1px 2px, #f2f5fc 1px -2px, #f2f5fc -1px -2px, #f2f5fc 2px 1px, #f2f5fc -2px 1px, #f2f5fc 2px -1px, #f2f5fc -2px -1px;
}
.p-home_contact__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 5vw, 60px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(40px, 5vw, 60px);
  -moz-column-gap: clamp(40px, 5vw, 60px);
  column-gap: clamp(40px, 5vw, 60px);
  width: clamp(680px, 72%, 860px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home_contact__flex {
    width: min(100%, 320px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
}
@media print {
  .p-home_contact__flex {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
.fadein .p-home_contact__flex {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.fadein.active .p-home_contact__flex {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-home_contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: clamp(17px, 2.0833333333vw, 25px) 20px clamp(19px, 2.25vw, 27px);
  background: #078981;
  border-radius: 9999px;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-home_contact__link:hover {
    background: #41aca4;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-home_contact__link:hover::before {
    width: 32px;
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 4px);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-home_contact__link:hover::after {
    right: calc(clamp(10px, 4.7826086957vw, 22px) - 2px);
  }
}
.p-home_contact__link.phone {
  padding-right: 28.5px;
}
@media screen and (max-width: 1024px) {
  .p-home_contact__link.phone {
    padding-right: 33px;
  }
}
.p-home_contact__link.mail {
  padding-right: 31px;
}
@media screen and (max-width: 1024px) {
  .p-home_contact__link.mail {
    padding-right: 43px;
  }
}
.p-home_contact__link::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: clamp(10px, 4.7826086957vw, 22px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, right 0.2s ease-in-out;
}
.p-home_contact__link::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: calc(clamp(10px, 4.7826086957vw, 22px) + 2px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.p-home_contact__link-txt {
  padding-left: clamp(28px, 3.3333333333vw, 40px);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
}
.p-home_contact__link.phone .p-home_contact__link-txt::before {
  content: url(../images/icon/icon_phone.svg);
  width: clamp(21px, 2.3333333333vw, 28px);
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-home_contact__link.mail .p-home_contact__link-txt::before {
  content: url(../images/icon/icon_mail.svg);
  width: clamp(22px, 2.4166666667vw, 29px);
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (hover: hover) and (pointer: fine) {
  .p-home_contact__link:hover .p-home_contact__link-txt::before {
    -webkit-animation: shake 0.3s ease-in-out;
    animation: shake 0.3s ease-in-out;
  }
}
a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
}