@charset "UTF-8";
/* Scss Document */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.024em;
}

::-moz-selection {
  background-color: #004339;
  color: #FFF;
}

::selection {
  background-color: #004339;
  color: #FFF;
}

::-moz-selection {
  background-color: #004339;
  color: #FFF;
}

.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 834px) {
  .sp {
    display: block;
  }
}

.pc-v2 {
  display: block;
}
@media (max-width: 1080px) {
  .pc-v2 {
    display: none;
  }
}

.sp-v2 {
  display: none;
}
@media (max-width: 1080px) {
  .sp-v2 {
    display: block;
  }
}

@media (max-width: 834px) {
  .img-responsive {
    width: 100%;
    height: auto;
  }
}

body {
  word-wrap: break-word;
}
body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100vw;
}
body.nav-open {
  overflow: hidden;
  height: 100%;
}

img {
  vertical-align: bottom;
}

img[src$=".svg"] {
  height: auto;
}

a {
  transition: all 0.3s;
  font-weight: 500;
}
a.out[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -3px 0 0 5px;
  background-image: url(../images/icon-out.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media (max-width: 834px) {
  a.out[target=_blank]::after {
    width: 12px;
    height: 12px;
    margin: -2px 0 0 5px;
  }
}

p {
  font-size: 16px;
  line-height: 38px;
  color: #333333;
  letter-spacing: 0.032em;
}
@media (max-width: 834px) {
  p {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.016em;
  }
}
p.v2 {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.024em;
}
@media (max-width: 834px) {
  p.v2 {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.016em;
  }
}
p.v3 {
  font-size: 12px;
  line-height: 24px;
  color: #8D8A7A;
}
@media (max-width: 834px) {
  p.v3 {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.004em;
  }
}

.large3 {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.032em;
}

span.label-en {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 52px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 834px) {
  span.label-en {
    font-size: 17px;
    line-height: 28px;
    padding-left: 48px;
  }
}
span.label-en::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #004339;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
span.v2 {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.024em;
}
@media (max-width: 834px) {
  span.v2 {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.016em;
  }
}
span.v3 {
  font-size: 13px;
  line-height: 24px;
  color: #8D8A7A;
}
@media (max-width: 834px) {
  span.v3 {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.004em;
  }
}

.h-catch {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 24px;
  letter-spacing: 0.17em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 834px) {
  .h-catch {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  letter-spacing: 0.024em;
}
@media (max-width: 834px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.016em;
  }
}

h1, .h1 {
  font-size: 44px;
  line-height: 64px;
  font-weight: bold;
}
@media (max-width: 834px) {
  h1, .h1 {
    font-size: 26px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 834px) {
  h2, .h2 {
    font-size: 21px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 21px;
  line-height: 34px;
}
@media (max-width: 834px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 32px;
  }
}

h4, .h4 {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 834px) {
  h4, .h4 {
    font-size: 16px;
    line-height: 30px;
  }
}

h5, .h5 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 834px) {
  h5, .h5 {
    font-size: 15px;
    line-height: 28px;
  }
}

.area-flex {
  display: flex;
  flex-wrap: wrap;
}

.just-flex {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.just-center-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.just-end-flex {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.center-flex {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 834px) {
  #container {
    overflow: hidden;
  }
}

.top #container {
  padding: 77px 0 0;
}
@media (max-width: 834px) {
  .top #container {
    padding: 77px 0 0;
  }
}

#page-main {
  width: 100%;
  height: 400px;
  position: relative;
}
@media (max-width: 834px) {
  #page-main {
    height: 50vw;
  }
}
#page-main img {
  position: absolute;
  bottom: -3px;
  right: 0px;
}
@media (max-width: 834px) {
  #page-main img {
    width: 65vw;
  }
}

.area-box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 834px) {
  .area-box {
    min-width: 100%;
    max-width: 100%;
    padding: 0 0px;
  }
}

.wide-box {
  width: 100%;
  min-width: 1100px;
  max-width: 1800px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .wide-box {
    min-width: 100%;
    max-width: 100%;
    padding: 0 0px;
  }
}

.link-area {
  text-align: center;
}
.link-area.tl {
  text-align: left;
}
.link-area.tr {
  text-align: right;
}
.link-area .link-common-btn {
  display: inline-block;
  font-size: 16px;
  padding: 16px 32px;
  min-width: 268px;
  text-align: left;
  background-color: #6FBA2C;
  border: none;
  border-radius: 30px;
  color: #FFF;
  position: relative;
  transition: all 0.3s;
}
.link-area .link-common-btn:hover {
  border-radius: 8px;
}
@media (max-width: 834px) {
  .link-area .link-common-btn {
    font-size: 15px;
  }
}
.link-area .link-common-btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/f-arrow-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0%, -50%);
}
.link-area .link-common-btn.out::before {
  width: 12px;
  height: 12px;
  background-image: url(../images/arrow-out.svg);
}
.link-area .link-common-btn.gray {
  background-color: #8D8A7A;
  pointer-events: none;
}
.link-area .link-common-btn.gray:hover {
  background-color: #8D8A7A;
}
.link-area .link-common-btn.white {
  background-color: #FFF;
  color: #6FBA2C;
}
.link-area .link-common-btn.white::before {
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow-g.svg);
}
.link-area .link-common-btn.is-hovered {
  border-radius: 8px;
}
.link-area .link-common-btn span {
  font-size: 16px;
  display: block;
}
@media (max-width: 834px) {
  .link-area .link-common-btn span {
    font-size: 15px;
  }
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header .header-box {
  margin: 0 auto;
  padding: 0 0 0 80px;
}
#header .header-box #logo {
  padding: 42px 0 0;
}
#header .header-box .nav-box {
  padding: 32px 0 0;
}
#header .header-box .nav-box nav {
  background: #fff;
  padding: 12px 24px;
  border-radius: 32px;
}
#header .header-box .nav-box ul {
  gap: 8px;
}
#header .header-box .nav-box ul li a {
  color: #333333;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: bold;
  display: block;
  border-radius: 24px;
}
#header .header-box .nav-box ul li a:hover {
  color: #004339;
}
#header .header-box .nav-box ul li a.active {
  background-color: #004339;
  color: #fff;
}
#header .header-box .nav-box ul li a.active:hover {
  color: #fff;
}
#header .header-box .cv-area {
  background-color: #004339;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 140px;
  position: relative;
}
#header .header-box .cv-area a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 26px 40px 46px 95px;
  display: block;
  /* dashed 線（元の線） */
}
#header .header-box .cv-area a::before {
  content: "";
  background-image: url("../images/icon-contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 28px;
  position: absolute;
  left: 52px;
  top: 28px;
}
#header .header-box .cv-area a::after {
  content: "";
  position: absolute;
  bottom: 38px;
  left: 96px;
  width: calc(100% - 96px - 40px);
  height: 1.5px;
  border-bottom: dashed 1px #FFF;
  transition: all 0.3s;
}
#header .header-box .cv-area a span {
  position: relative;
}
#header .header-box .cv-area a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 1.5px;
  background: #FFF;
  transition: all 0.3s;
}
#header .header-box .cv-area a:hover::after {
  border-bottom: none;
}
#header .header-box .cv-area a:hover span::after {
  width: 100%;
}

@media (max-width: 1280px) {
  #header .header-box {
    padding: 0 0 0 4vw;
  }
  #header .header-box .nav-box nav {
    padding: 12px 16px;
  }
  #header .header-box .nav-box ul li a {
    font-size: 14px;
    padding: 8px 14px;
  }
  #header .header-box .cv-area {
    height: 60px;
    border-radius: 40px;
    margin: 32px 32px 0 0;
  }
  #header .header-box .cv-area a {
    padding: 16px 24px 20px 40px;
    font-size: 15px;
  }
  #header .header-box .cv-area a::before {
    width: 22px;
    height: 22px;
    left: 12px;
    top: 20px;
  }
  #header .header-box .cv-area a::after {
    bottom: 16px;
    left: 42px;
    width: 86px;
  }
  .footer__logo {
    width: 173px;
  }
}
#header-mix {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 95;
}
#header-mix.fixed-up {
  transform: translateY(-20%);
}
#header-mix.fixed {
  transform: initial;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  transition: 0.6s all;
}
#header-mix.fixed #logo-sp .logo-b {
  display: block;
}
#header-mix.fixed #logo-sp .logo-w {
  display: none;
}
#header-mix.fixed .menu__line {
  background-color: #0013B5;
}
#header-mix #logo-sp {
  position: fixed;
  z-index: 20;
  top: 28px;
  left: 24px;
  transition: 0.3s all;
}
#header-mix #logo-sp a {
  display: block;
  width: 120px;
}
@media (max-width: 834px) {
  #header-mix #logo-sp a {
    width: 80px;
  }
}
#header-mix #logo-sp a img {
  width: 100%;
}
#header-mix .menu-wrapper {
  width: 100%;
  float: none;
  padding: 0px;
}
#header-mix .nav_btn {
  height: 70px;
  width: 70px;
  padding: 0px 0px;
  top: 15px;
  right: 0px;
  left: 0;
  margin: auto;
  transform: translateX(-265px);
  position: fixed;
  z-index: 20;
  transition: 0.3s all;
  background-color: #ffffff;
  border-radius: 80px;
}
@media (max-width: 834px) {
  #header-mix .nav_btn {
    left: 15px;
    margin: auto 0;
    transform: initial;
    height: 60px;
    width: 60px;
  }
}
#header-mix .nav_btn .nav_box {
  position: relative;
}
#header-mix .nav_btn .menu__line {
  background: #231815;
  display: block;
  height: 2px;
  top: 27px;
  right: 14px;
  position: absolute;
  transition: transform 0.5s;
  width: 42px;
}
@media (max-width: 834px) {
  #header-mix .nav_btn .menu__line {
    top: 24px;
    right: 12px;
    width: 38px;
  }
}
#header-mix .nav_btn .menu__line--center {
  top: 32px;
  height: 0;
}
#header-mix .nav_btn .menu__line--bottom {
  top: 40px;
}
@media (max-width: 834px) {
  #header-mix .nav_btn .menu__line--bottom {
    top: 34px;
  }
}
#header-mix .nav_btn .menu__line--top.active {
  top: 34px;
  transform: rotate(-135deg);
}
@media (max-width: 834px) {
  #header-mix .nav_btn .menu__line--top.active {
    top: 30px;
  }
}
#header-mix .nav_btn .menu__line--center.active {
  height: 0;
}
#header-mix .nav_btn .menu__line--bottom.active {
  top: 34px;
  transform: rotate(135deg);
}
@media (max-width: 834px) {
  #header-mix .nav_btn .menu__line--bottom.active {
    top: 30px;
  }
}
#header-mix .gnav {
  pointer-events: none;
  height: initial;
  position: fixed;
  width: 100%;
  min-width: 300px;
  transform: translateY(15px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  padding-top: 16px;
  z-index: 10;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  #header-mix .gnav {
    width: 100%;
  }
}
#header-mix .gnav.active {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
#header-mix .gnav__wrap {
  height: calc(100% - 24px);
  padding: 0px 24px;
  background-color: #FFF;
  border-radius: 4px;
  overflow-y: scroll;
  width: 400px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 834px) {
  #header-mix .gnav__wrap {
    width: calc(100% - 32px);
  }
}
#header-mix .gnav__wrap .gnav-box {
  width: 100%;
  display: block;
}
#header-mix .gnav__wrap .gnav-box .gnav-area {
  padding: 24px;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu {
  padding: 0px 0px 16px;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item {
  width: 100%;
  padding: 0 0px;
  margin: 0;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item a {
  display: block;
  font-weight: bold;
  position: relative;
  color: #333333;
  padding: 8px 0;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item a:before {
  position: absolute;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  background-image: url(../images/f-arrow-o.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item a span {
  display: block;
  font-size: 15px;
  color: #333333;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-btn {
  position: relative;
  cursor: pointer;
  padding: 0px 40px 0px 0px;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-btn:before {
  position: absolute;
  content: "+";
  display: none;
  font-size: 16px;
  color: #004339;
  right: 6px;
  top: 49%;
  z-index: 2;
  font-weight: bold;
  transform: translate(0, -50%);
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-btn:after {
  position: absolute;
  content: "";
  display: none;
  width: 26px;
  height: 26px;
  background-color: #333333;
  border-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-btn a:before {
  display: none;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-btn a:after {
  display: none;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-btn.active:before {
  content: "-";
  font-size: 36px;
  font-weight: 400;
  top: 41%;
  right: 5px;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-menu {
  display: block;
  padding: 0 0 8px;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-menu .sub {
  font-size: 16px;
  padding: 6px 24px 6px 14px;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-menu .sub:before {
  right: 10px;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-menu .sub:last-child {
  border-bottom: none;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .op-menu .sub:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 4px;
  transform: translate(-50%, -50%);
  background-color: #333333;
  border-radius: 10px;
  position: absolute;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .a-btn a:before {
  position: absolute;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  background-image: url(../images/f-arrow-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  right: 8px;
  z-index: 2;
  transform: none;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu .gnav__menu__item .a-btn a:after {
  position: absolute;
  content: "";
  display: none;
  width: 26px;
  height: 26px;
  background-color: #333333;
  border-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu.other .gnav__menu__item {
  border-bottom: none;
}
#header-mix .gnav__wrap .gnav-box .gnav-area .gnav__menu.other .gnav__menu__item .sub {
  padding: 8px 0;
  font-size: 14px;
}
#header-mix .gnav__wrap .gnav-box .gnav-work {
  padding: 50px 24px;
  position: relative;
}
#header-mix .gnav__wrap .gnav-box .gnav-work .box {
  align-items: flex-end;
}
#header-mix .gnav__wrap .gnav-box .gnav-work .box .ph {
  width: 44%;
  aspect-ratio: 1.4;
  background-image: url(../../images/ph-work.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 16px;
}
#header-mix .gnav__wrap .gnav-box .gnav-work .box p {
  color: #FFF;
  padding: 0 24px 0 30px;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
}
#header-mix .gnav__wrap .gnav-box .gnav-work .box p::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: width 0.25s ease;
}
#header-mix .gnav__wrap .gnav-box .gnav-work .box p::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: left 0.25s ease;
}

#logo-sp.fade-out {
  opacity: 0 !important;
  transform: translateY(-20px);
  transition: all 0.8s !important;
}

.nav_btn.fade-out {
  opacity: 0 !important;
  transform: translateY(-20px);
  transition: all 0.8s !important;
}

#header-mix.fade-out {
  opacity: 0 !important;
  transform: translateY(-20px);
  transition: all 0.8s !important;
}

#breadcrumb {
  width: 100%;
  padding: 24px;
  font-size: 14px;
  background-color: #FFF;
}
@media (max-width: 834px) {
  #breadcrumb {
    font-size: 13px;
    padding: 24px 35px;
  }
}
#breadcrumb ul {
  max-width: 2000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 4.6vw;
}
@media (max-width: 834px) {
  #breadcrumb ul {
    max-width: 100%;
    min-width: 100%;
    padding: 0px;
  }
}
#breadcrumb ul li {
  display: inline;
  list-style: none;
  padding-right: 16px;
  position: relative;
}
#breadcrumb ul li:last-child {
  padding-right: 0px;
}
#breadcrumb ul li:last-child:after {
  content: "";
  display: none;
}
#breadcrumb ul li span {
  margin-right: 19px;
  display: inline;
  color: #868883;
  font-weight: 500;
}
#breadcrumb ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  margin: -2px 0px 0 0;
  border-top: solid 2px #868883;
  border-right: solid 2px #868883;
  transform: rotate(45deg);
}
#breadcrumb ul li a {
  display: inline-block;
  text-decoration: none;
}
#breadcrumb ul li a span {
  position: relative;
  z-index: 1;
  color: #004339;
}
#breadcrumb ul li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #004339;
  z-index: -1;
  transition: all 0.2s;
}
#breadcrumb ul li a:hover span::after {
  width: 100%;
}

.footer {
  padding: 16px 0;
}
.footer .footer__copyright {
  text-align: center;
  padding: 32px 0 0;
}
.footer .footer__copyright p {
  font-size: 14px;
}
@media (max-width: 834px) {
  .footer .footer__copyright p {
    font-size: 13px;
  }
}

.tex.show, .texup.show, .texup2.show {
  opacity: 1;
  transform: translateY(0);
}

.tex {
  overflow: hidden;
  opacity: 0;
  transform: translateY(0%);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.texup {
  overflow: hidden;
  opacity: 0;
  transform: translateY(5%);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.texup2 {
  overflow: hidden;
  opacity: 0;
  transform: translateY(5%);
  transition: transform 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.move img.show, .moveup img.show {
  opacity: 1;
  transform: translateY(0);
}

.move img {
  overflow: hidden;
  opacity: 0;
  transform: translateY(0%);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.moveup img {
  overflow: hidden;
  opacity: 0;
  transform: translateY(5%);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.article-post #intro {
  padding: 0px 0 80px;
}
@media (max-width: 834px) {
  .article-post #intro {
    padding: 0 0 40px;
  }
}
.article-post .news-category-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 834px) {
  .article-post .news-category-nav ul {
    gap: 16px;
  }
}
.article-post .news-category-nav .cat-btn {
  border-radius: 30px;
  background: #FFF;
  padding: 8px 24px;
  font-size: 16px;
  display: inline-block;
  color: #004339;
  font-weight: bold;
  text-decoration: none;
  border: solid 2px #FFF;
}
.article-post .news-category-nav .cat-btn:hover {
  border: solid 2px #004339;
}
@media (max-width: 834px) {
  .article-post .news-category-nav .cat-btn {
    padding: 6px 16px;
    font-size: 14px;
  }
}
.article-post .news-category-nav .cat-btn.is-active {
  background: #004339;
  color: #fff;
  border: solid 2px #004339;
}

.page-single #intro {
  padding: 0px 0;
}
@media (max-width: 834px) {
  .page-single #intro {
    padding: 0;
  }
}
.page-single .wrapper {
  margin-bottom: 0px;
}

/*
#main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    @include sp {
        padding: 0 0 40px;
        height: 86vw;
    }

    .main-wrap {
        width: 100%;
        height: 100%;
        min-height: 620px;
    }
    .main-ph {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        @include sp {
            height: 86vw;
        }
        &::before {
            content: "";
            position: absolute;
            left: 0; right: 0; top: 0;
            z-index: 2;
            height: 20%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
            events: none;
        }
        &::after {
            content: "";
            position: absolute;
            left: 0; right: 0; bottom: 0;
            z-index: 2;
            height: 40%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
            events: none;
        }
    }
    .area-box {
        position: relative;
    }
}
.main-space {
    width: 100%;
    height:100vh;
    position: relative;
    z-index: 0;
    @include sp {
        height: 86vw;
    }
    .main-info {
        position: absolute;
        bottom: 8%;
        left: 10%;
        z-index: 5;
        @include sp {
            bottom: 25px;
            left: 25px;
        }
        h1 {
            color: #FFF;
            padding-bottom: 8px;
        }
        span {
            color: #FFF;
            font-size: 16px;
            padding-bottom: 64px;
            display: block;
            @include sp {
                font-size: 12px;
                padding-bottom: 0px;
            }
        }
        small {
            color: #FFF;
            font-size: 13px;
            @include sp {
                display: none;
            }
        }
    }
}*/
.common-section {
  padding: 160px 0 0;
}
@media (max-width: 834px) {
  .common-section {
    padding: 80px 0 0;
  }
}
.common-section h2 {
  margin-bottom: 40px;
}
.common-section .what-box {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .common-section .what-box {
    margin-top: 48px;
  }
}
.common-section .what-box .box {
  width: 50%;
  padding: 0 4%;
}
@media (max-width: 834px) {
  .common-section .what-box .box {
    width: 100%;
    padding: 0 5% 60px;
  }
  .common-section .what-box .box:last-child {
    padding-bottom: 0px;
  }
}
.common-section .what-box .box .ph-box {
  width: 100%;
  aspect-ratio: 1.74;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .common-section .what-box .box .ph-box {
    margin-bottom: 24px;
  }
}
.common-section .what-box .box h3 {
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
.common-section .what-box .box p.v2 {
  padding-top: 32px;
}
.common-section .flow-box {
  padding-top: 64px;
}
.common-section .flow-box .box {
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  .common-section .flow-box .box {
    align-items: start;
  }
}
.common-section .flow-box .box:last-child {
  margin-bottom: 0px;
}
.common-section .flow-box .box .ph-box {
  width: 360px;
  aspect-ratio: 1.74;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
@media (max-width: 834px) {
  .common-section .flow-box .box .ph-box {
    width: 120px;
    aspect-ratio: 1.5;
    border-radius: 4px;
    margin-bottom: 16px;
  }
}
.common-section .flow-box .box .txt-box {
  width: calc(100% - 420px);
}
@media (max-width: 834px) {
  .common-section .flow-box .box .txt-box {
    width: calc(100% - 140px);
  }
}
.common-section .flow-box .box .txt-box h3 {
  margin-bottom: 24px;
}
.common-section .flow-box .box .txt-box .v2 {
  padding-top: 16px;
}
.common-section .qa-box {
  width: 680px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .common-section .qa-box {
    width: 100%;
  }
}
.common-section .qa-box .box {
  text-align: left;
  padding: 0 0 32px;
}
.common-section .qa-box .box:last-child {
  padding-bottom: 0px;
}
.common-section .qa-box .box h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
  letter-spacing: 0.02em;
}
.common-section .qa-box .box h4::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  font-weight: 700;
}
.common-section .qa-box .box p {
  margin: 0;
  font-size: 15px;
  position: relative;
  padding-left: 24px;
}
.common-section .qa-box .box p::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  font-weight: 700;
  font-size: 16px;
}

#qa {
  text-align: center;
}
#qa .label-en {
  display: inline-block;
}

#case-page {
  background-color: #004339;
  padding: 96px 0;
  margin-top: 160px;
}
@media (max-width: 834px) {
  #case-page {
    padding: 80px 0;
    margin-top: 80px;
  }
}
#case-page .case-box h2 {
  text-align: center;
  color: #FFF;
}
#case-page .case-box .box {
  width: 800px;
  margin: 0 auto 64px;
  align-items: center;
}
@media (max-width: 834px) {
  #case-page .case-box .box {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto 40px;
    max-width: 360px;
  }
}
#case-page .case-box .box .ph-box {
  width: 360px;
  aspect-ratio: 1.5;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
@media (max-width: 834px) {
  #case-page .case-box .box .ph-box {
    width: 100%;
    margin-bottom: 24px;
  }
}
#case-page .case-box .box .txt-box {
  width: calc(100% - 420px);
}
@media (max-width: 834px) {
  #case-page .case-box .box .txt-box {
    width: 100%;
  }
}
#case-page .case-box .box .txt-box p {
  color: #FFF;
}
#case-page .txt-link {
  text-align: center;
}
#case-page .txt-link a {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  transition: 0.3s ease;
}
#case-page .txt-link a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 17px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: transform 0.2s ease, width 0.2s ease;
  pointer-events: none;
}
#case-page .txt-link a::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
  pointer-events: none;
}
#case-page .txt-link a:hover::before {
  transform: translate(2px, -50%);
}
#case-page .txt-link a:hover::after {
  transform: translate(2px, -50%) rotate(45deg);
}

#page-menu {
  position: absolute;
  top: 155px;
  right: 0;
}
@media (max-width: 834px) {
  #page-menu {
    position: relative;
    top: initial;
    right: initial;
  }
}
#page-menu .menu {
  background-color: rgba(255, 255, 255, 0.72);
  padding: 28px 64px 28px 40px;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 834px) {
  #page-menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: initial;
    padding: 0 35px 80px;
    border-radius: 0;
  }
}
#page-menu .menu a {
  position: relative;
  font-size: 15px;
  color: #333333;
  border-bottom: dashed 1px #F5F3E6;
}
@media (min-width: 835px) {
  #page-menu .menu a {
    display: block;
    padding: 12px 8px 12px 36px;
  }
  #page-menu .menu a:hover {
    color: #004339;
  }
  #page-menu .menu a:hover:after {
    border-radius: 8px;
  }
}
@media (max-width: 834px) {
  #page-menu .menu a {
    display: flex;
    align-items: center;
    width: 47%;
    padding: 16px 8px 16px 32px;
    font-size: 15px;
    border-bottom: dashed 1px #004339;
  }
}
#page-menu .menu a:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/f-arrow-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 2;
}
#page-menu .menu a:after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #6FBA2C;
  border-radius: 50%;
  transition: all 0.3s;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.custom-grid2674 {
  display: grid;
  align-items: start;
  grid-template-columns: 26% 74%;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .custom-grid2674 {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.custom-grid2674 .custom-box-white {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 56px;
}
@media (max-width: 834px) {
  .custom-grid2674 .custom-box-white {
    border-radius: 24px;
    padding: 40px 32px;
  }
}
.custom-grid2674 .custom-box-white h3 {
  padding-bottom: 16px;
}
.custom-grid2674 .custom-box .h1 {
  padding-bottom: 24px;
  display: block;
}
.custom-grid2674 .custom-box p {
  padding-bottom: 10px;
}

.custom-grid4060 {
  display: grid;
  align-items: start;
  grid-template-columns: 40% 60%;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .custom-grid4060 {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}

.custom-grid5050 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 56px;
  margin-bottom: 120px;
}
.custom-grid5050 .image-area {
  width: 100%;
  aspect-ratio: 1.51;
  background-size: cover;
  background-position: center;
  border-radius: 160px;
}
.custom-grid5050 .text-area .signature {
  text-align: right;
}
@media (max-width: 834px) {
  .custom-grid5050 {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .custom-grid5050 .image-area {
    height: 55.5vw;
    border-radius: 96px;
  }
}

.custom-table {
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 40px;
  padding: 40px 56px;
  max-width: 808px;
  margin: 56px auto 120px;
}
@media (max-width: 834px) {
  .custom-table {
    border-radius: 24px;
    margin: 40px auto 80px;
    padding: 24px 32px;
  }
}
.custom-table .row {
  display: flex;
  padding: 1rem 0;
  border-bottom: 2px dashed #F5F3E6;
}
.custom-table .row:last-child {
  border-bottom: none;
  padding: 1rem 0 0;
}
.custom-table .row .label {
  flex: 0 0 100px;
}
@media (max-width: 834px) {
  .custom-table .row .label {
    flex: 0 0 72px;
  }
}
.custom-table .row .label p {
  font-weight: bold;
}
.custom-table .row .value {
  flex: 1;
}

.label-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 32px;
  position: relative;
}
@media (max-width: 834px) {
  .label-heading {
    padding: 0 0 0 24px;
  }
}
.label-heading:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid 7px #F08300;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 0px;
}
@media (max-width: 834px) {
  .label-heading:before {
    width: 7px;
    height: 7px;
    border: solid 5px #F08300;
    top: 10px;
  }
}

.recommend-area {
  padding-top: 56px;
}
@media (max-width: 834px) {
  .recommend-area {
    padding-top: 32px;
  }
}

#fade-container {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#fade-container.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* フェードのみ（Y移動なし） */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

/* スクロールで表示されたとき */
.fade-in.visible {
  opacity: 1;
}

/* フェードのみ（Y移動なし） */
.fade-in-up-s {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

/* スクロールで表示されたとき */
.fade-in-up-s.visible {
  opacity: 1;
  transform: translateY(0);
}

/* フェード＋Y移動 */
.fade-in-up {
  opacity: 0;
  transform: translateY(5%);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

/* スクロールで表示されたとき */
.fade-in-up.visible {
  animation: fade-in-up 0.7s ease-in-out forwards !important;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 0.5;
    transform: translateY(-5px); /* ← バウンド */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* フェード＋Y移動 */
.fade-in-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

/* スクロールで表示されたとき */
.fade-in-down.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延クラス（オプション） */
.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

.delay-4 {
  transition-delay: 0.8s;
}

.delay-5 {
  transition-delay: 1s;
}

/* 共通：アニメーション速度調整用クラス */
.anim-slow {
  transition-duration: 1.2s !important;
}

.anim-slower {
  transition-duration: 1.8s !important;
}

.anim-slowerest {
  transition-duration: 2.4s !important;
}

.anim-fast {
  transition-duration: 0.4s !important;
}

.anim-faster {
  transition-duration: 0.25s !important;
}

.paroller {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

html, body {
  overscroll-behavior-y: none; /* iOSのゴム挙動を防止 */
}/*# sourceMappingURL=common.css.map */