/**
* Default
**/
html {
}
body {
  position: relative;
  width: 100%;
  background-color: var(--color_bg);
  color: var(--color_main);
  line-height: var(--line_height);
  letter-spacing: var(--letter_spacing);
  font-family: var(--font_family);
  opacity: 0;
  transition: opacity 600ms ease;
}
body.is-loaded {
  opacity: 1;
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
a {
  transition: opacity .6s cubic-bezier(0.45, 0, 0.25, 1);
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.85;
  }
}
svg,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
::placeholder {
  color: var(color_main);
  opacity: 0.3;
}
/**
* Situation
**/
.s-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .s-sp {
    display: block;
  }
}
.s-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .s-pc {
    display: none;
  }
}
.s-sp__inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .s-sp__inline {
    display: inline;
  }
}
.s-pc__inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .s-pc__inline {
    display: none;
  }
}

/**
* Layout
**/
.l-content__pd {
  padding: 0 min(8vw,80px);
}
@media screen and (max-width: 767px) {
  .l-content__pd {
    padding: 0 min(5.3vw,80px);
  }
}
.l-content__size--l {
  max-width: var(--size_content--l);
  margin: 0 auto;
}
.l-main {
  min-height: calc(100vh - 318px);
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  color: var(--color_header);
  z-index: 3;
  /*background: var(--bg_header);*/
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
.l-footer {
  color: var(--color_footer);
  background: var(--bg_footer);
}
@media screen and (max-width: 767px) {
  .l-footer {
  }
}
.l-second {
  background: url(../img/common/img-bg.svg);
  background-size: 12%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-second {
    background: url(../img/common/img-bg.svg);
    background-size: 40%;
    background-position: center;
  }
}
/**
* Project
**/
.p-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  font-family: var(--font_family--en);
}
.p-header__lang {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  font-size: min(1vw,10px);
}
@media screen and (max-width: 767px) {
  .p-header__lang {
    display: none;
  }
}
.p-header__sp .p-header__lang {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__sp .p-header__lang {
    position: absolute;
    top: 14px;
    left: 28px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: min(3.6vw, 16px);
  }
}
.p-header__langList {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-header__lang li {
  position: relative;
  padding: 0 2px;
  cursor: pointer;
  padding-bottom: 2px;
  color: #ccc;
}
.p-header__lang li.is-active {
  color: var(--color_accent);
}
.p-header__lang li.is-active:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color_accent);
}
.l-header__second .p-header__lang li.is-active:after {
  background: var(--color_accent);
}
@media screen and (max-width: 767px) {
  .l-header__second .p-header__lang li.is-active:after {
    background: var(--color_accent);
  }
}
.p-header__left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__left {
  }
}
.p-header__logo {
  padding: relative;
  top: -2px;
  width: 110px;
  z-index: 5;
  padding: 12px;
  background: var(--color_bg);
  border-radius: 0 0 5px 0;
  box-shadow: 0 0 11px 3px rgba(187,187,187,0.5);
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 55px;
    padding: 8px;
  }
}
.p-header__logo img {
  vertical-align: middle;
}
.p-header__logo a {
  display: block;
}
.p-header__right {
  display: flex;
  align-items: center;
  gap:  min(2vw,40px);
  margin-right: 20px;
  padding: 12px 20px 16px 28px;
  background: var(--color_bg);
  z-index: 1;
  box-shadow: 0 0 11px 3px rgba(187,187,187,0.6);
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-header__right {
    position: relative;
    justify-content: center;
    margin-right: 0;
    padding: 7px 12px 7px 12px;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-active .p-header__right {
    box-shadow: none;
    background: none;
  }
}
.p-header__global {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__global {
    display: none;
  }
}
.p-header__nav {
  display: flex;
  flex-direction: column;
}
.p-header__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-header__list {
    margin-top: 8px;
    font-size: 13px;
    justify-content: flex-end;
  }
}
.p-header__item a,
.p-header__item span {
  display: block;
  font-size: min(1.2vw,12px);
  line-height: 1.4;
}
.p-header__ham {
  display: none;
  gap: 8px;
  padding: 6px 0;
  cursor: pointer;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-header__ham {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-header__hamBorder {
  position: relative;
  top: 0;
  width: 25px;
  height: 23px;
}
.p-header__hamBorder span {
  position: absolute;
  display: inline-block;
  right: 0;
  height: 3px;
  background: var(--color_hamburger);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
.l-header__second .p-header__hamBorder span {
  background: var(--color_main);
}
.p-header__hamBorder span:first-child {
  top: 3px;
}
.p-header__hamBorder span:nth-child(2) {
  top: 10px;
}
.p-header__hamBorder span:nth-child(3) {
  bottom: 3px;
  right: 0;
}
.p-header__ham.is-active .p-header__hamBorder span:first-child {
  width: 100%;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
}
.p-header__ham.is-active .p-header__hamBorder span:nth-child(2) {
  opacity: 0;
}
.p-header__ham.is-active .p-header__hamBorder span:nth-child(3) {
  width: 100%;
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
}
.p-header__ovelay {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__ovelay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.6s;
  }
}
@media screen and (max-width: 767px) {
  .p-header__ovelay.is-active {
    opacity: 1;
    visibility: inherit;
  }
}
.p-header__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    gap: min(20px);
    width: calc(100% - 68px);
    max-height: calc(100vh - 50px);
    padding: 70px 20px 44px 28px;
    background: var(--color_bg);
    z-index: 1;
    box-shadow: 0 0 11px 3px rgba(187, 187, 187, 0.5);
    border-radius: 0 0 5px 5px;
    z-index: 2;
    transform: translate(100%,0);
    transition-duration: 0.3s;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-header__sp.is-active {
    transform: translate(0,0);
  }
}
.p-header__spTtl {
  display: block;
  margin-bottom: min(2vw,28px);
  font-size: min(3.8vw,18px);
  font-weight: 700;
  font-family: var(--font_family--en);
}
.p-header__spTeam {
  display: flex;
  align-items: center;
  gap: min(1.2vw,12px);
  margin-bottom: min(1.2vw,12px);
  font-size: min(2.8vw,12px);
  font-weight: 700;
  white-space: nowrap;
}
.p-header__spTeam:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color_accent);
}
.p-header__spList {
  padding: min(1.2vw,20px) min(4vw,40px);
}
.p-header__spItem {
  margin-bottom: min(1.8vw,20px);
}
.p-header__spItem strong {
  display: block;
  font-size: min(3.6vw,18px);
  font-weight: 700;
}
.p-header__spItem small {
  display: block;
  font-size: min(3vw,12px);
  color: #989898;
  line-height: 1.4;
}
.p-header__subList {
  margin-top: min(3.2vw,28px);
  font-size: min(3.6vw,18px);
  font-weight: 700;
}
.p-header__subItem {
  margin-bottom: min(1.6vw,20px);
}
.p-header__item {
}
@media screen and (max-width: 767px) {
  .p-header__item {
    margin-bottom: min(2vw,12px);
  }
}
.p-header__item a {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: min(1vw,10px);
}
@media screen and (max-width: 767px) {
  .p-header__item a {
    font-size: min(2.8vw,10px);
  }
}
.p-header__item a strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: min(1.4vw,14px);
}
@media screen and (max-width: 767px) {
  .p-header__item a strong {
    font-size: min(4vw,20px);
  }
}
.p-header__item a small {
  line-height: 1.5;
  color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-header__item a small {
    font-size: min(3.2vw,12px);
  }
}
.p-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  padding: 0;
  font-family: var(--font_family--en);
  color: var(--color_footer);
  background: var(--bg_footer);
  padding: 40px min(4vw,40px);
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: min(10vw,60px) 0 min(12vw,80px);
  }
}
.p-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(4vw,40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    flex-direction: column;
    gap: min(14vw,80px);
  }
}
.p-footer__left {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: min(4vw,40px);
    max-width: 100%;
    width: 100%;
    padding: 0 0 0  min(6.8vw,80px);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 38%;
    margin-left: 1%;
  }
}
.p-footer__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    display: block;
    width: min(38vw,200px);
    margin: 0 auto;
  }
}
.p-footer__right {
  display: flex;
  justify-content: flex-end;
  gap: min(4vw,40px);
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    flex-direction: column;
    width: 100%;
    padding: 0 min(5.3vw,40px);
  }
}
.p-footer__nav {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    width: 100%;
  }
}
.p-footer__ttl {
  margin-bottom: 28px;
  font-size: min(1.2vw,12px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__ttl {
    margin-bottom: min(6.8vw,28px);
    font-size: min(3.6vw,18px);
  }
}
.p-footer__subttl {
  display: flex;
  align-items: center;
  gap: min(0.8vw,12px);
  position: relative;
  margin-bottom: 14px;
  font-size: min(1.2vw,12px);
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__subttl {
    margin-bottom: 2vw;
    font-size: min(2.8vw,12px);
    gap: min(2.8vw,18px);
  }
}
.p-footer__subttl:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color_bg);
}
.p-footer__list {
  column-count: 2;
  gap: 12px 12px;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    column-count: 1;
    gap: 12px 12px;
    padding: 0 min(2.8vw,20px);
  }
}
.p-footer__item {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    margin-bottom: min(2vw,12px);
  }
}
.p-footer__item a {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: min(1vw,10px);
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: min(2.8vw,10px);
  }
}
.p-footer__item a strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: min(1.4vw,14px);
}
@media screen and (max-width: 767px) {
  .p-footer__item a strong {
    font-size: min(4vw,20px);
  }
}
.p-footer__item a small {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__item a small {
    font-size: min(3.2vw,12px);
  }
}
.p-footer__global {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.p-footer__global--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer__global--inner {
    gap: min(10vw,80px);
  }
}
.p-footer__global--main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: min(1.2vw,12px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__global--main {
    gap: min(2.4vw,16px);
    font-size: min(4vw, 20px);
  }
}
.p-footer__global--sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: min(1vw,10px);
}
@media screen and (max-width: 767px) {
  .p-footer__global--sub {
    font-size: min(3.2vw, 12px);
  }
}
.p-footer__copy {
  display: block;
  width: 100%;
  padding: 4px 0 12px;
  text-align: center;
  font-size: min(1vw,10px);
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    padding: min(0.8vw,8px) 0 min(4.8vw,20px);
    font-size: min(3.2vw, 12px);
  }
}
.p-footer__fixedLink {
  position: relative;
  display: block;
  padding: 16px 40px 16px 40px;
  color: var(--color_accent);
  background: var(--color_bg);
  text-align: center;
  border-radius: 4px 0 0 4px;
  font-size: min(1.4vw,14px);
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-footer__fixedLink {
    padding: min(4.4vw,32px) min(8.4vw,60px) min(4.8vw,32px) min(10.4vw,70px);
    font-size: min(3.2vw,16px);
    line-height: 1.4;
  }
}
.p-footer__fixedLink:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/common/icon-arrow-red.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__fixedLink:after {
    right: min(2.8vw, 18px);
    content: "";
    width: min(2.2vw, 12px);
    height: min(2.2vw, 12px);
  }
}
.p-footer__fixedIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -26px;
  width: 54px;
  height: 54px;
  transform: translate(0,-50%);
  background: var(--color_accent);
  border: 4px solid var(--color_bg);
  border-radius: 54px;
}
@media screen and (max-width: 767px) {
  .p-footer__fixedIcon {
    width: min(16.5vw,56px);
    height:  min(16.5vw,56px);
    left: min(4.5vw, -28px);
    border: 3px solid var(--color_bg);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__fixedIcon img {
    width: 68%;
  }
}
.p-form {
  max-width: 640px;
  margin: 0 auto;
}
.p-form__note {
  display: block;
  margin-bottom: min(2vw,20px);
  font-size: min(1vw,10px);
  color: var(--color_accent);
}
@media screen and (max-width: 767px) {
  .p-form__note {
    font-size: min(3.2vw,12px);
  }
}
.p-form__item {
  margin-bottom: min(2vw,12px);
}
@media screen and (max-width: 767px) {
  .p-form__item {
    margin-bottom: min(8vw,40px);
  }
}
.p-form__label {
  margin-bottom: 8px;
  font-size: min(1vw,12px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: min(3.2vw,12px);
  }
}
.p-form__input input[type="text"],
.p-form__input input[type="tel"],
.p-form__input input[type="email"],
.p-form__input input[type="password"] {
  width: 100%;
  height: min(4vw,30px);
  padding: 3px 12px 0;
  font-size: 12px;
  border: 1px solid #C9C9C9;
  background: #fff;
  font-family: var(--font_family--en);
  line-height: 2.4;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-form__input input[type="text"],
  .p-form__input input[type="tel"],
  .p-form__input input[type="email"],
  .p-form__input input[type="password"] {
    padding: min(2.8vw,20px);
    height: min(9vw,36px);
    font-size: min(3.2vw,12px);
  }
}
.p-form__input select {
  width: 100%;
  height: min(4vw,30px);
  padding: 0 12px;
  font-size: 12px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  background-image: url(../img/common/icon-select.svg);
  background-size: 14px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  color: var(--color_main);
  appearance: none;
  font-family: var(--font_family--en);
  line-height: 2.8;

}
@media screen and (max-width: 767px) {
  .p-form__input select {
    padding: min(2.8vw,20px);
    height: min(9vw,36px);
    font-size: min(3.2vw,12px);
  }
}
.p-form__input textarea {
  width: 100%;
  height: 300px;
  padding: 12px;
  font-size: min(1vw,12px);
  border: 1px solid #C9C9C9;
  background: #fff;
  font-family: var(--font_family--en);
}
@media screen and (max-width: 767px) {
  .p-form__input textarea {
    height: 32vw;
    padding: min(2.8vw,20px);
    font-size: min(3.2vw,12px);
  }
}
.p-form__input small {
  display: block;
  margin-top: 4px;
  font-size: min(3.2vw,10px);
}
@media screen and (max-width: 767px) {
  .p-form__input small {
    margin-top: 4px;
    font-size: min(3vw,10px);
  }
}
.p-form__desc {
  max-width: 700px;
  margin: 0 auto min(4vw,40px);
  font-size: min(1.2vw,14px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form__desc {
    margin: 0 auto min(12vw,120px);
    padding: 0;
    font-size: min(3.2vw,14px);
  }
}
.p-form__policy {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-form__policy {
    margin-top: min(4vw,40px);
    padding: 0 ;
  }
}
.p-form__policy p {
  max-width: 540px;
  margin: 0 auto min(2vw,20px);
  font-size: min(1vw,12px);
}
@media screen and (max-width: 767px) {
  .p-form__policy p {
    margin: 0 auto min(6vw,40px);
    font-size: min(3.2vw,12px);
  }
}
.p-form__policy p a {
  text-decoration: underline;
  color: var(--color_accent);
}
.p-form__check {
  margin-top: min(4vw,40px);
  text-align: center;
}
.p-form__checkLabel {
  font-size: min(1vw,12px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__checkLabel {
    font-size: min(3.2vw,14px);
  }
}
.p-form__checkLabel input[type="checkbox"] {
  position: relative;
  width: 17px;
  height: 17px;
  appearance: none;
  border: 1px solid var(--color_main);
  border-radius: 0;
  margin: 0;
  border-radius: 2px;
}
.p-form__checkLabel input[type="checkbox"]::before {
    position: absolute;
    inset: 0;
    display: block;
    left: 2px;
    top: 2px;
    width: 75%;
    height: 75%;
    content: "";
    opacity: 0;
    /*mask-image: url("../img/common/icon-check.svg");
    mask-repeat: no-repeat;
    mask-size: contain;*/
    background: var(--color_main);
    transition: opacity .4s cubic-bezier(0.45, 0, 0.25, 1);
    border-radius: 2px;
}
.p-form__checkLabel input[type="checkbox"]:checked::before {
  opacity: 1;
}
.p-form__checkLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: min(1.2vw,14px);
}
@media screen and (max-width: 767px) {
  .p-form__checkLabel {
    font-size: min(3.2vw,14px);
  }
}
.p-form__btn {
  margin-top: 40px;
  text-align: center;
}
.p-form__btn button {
  max-width: min(34vw,320px);
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 13px;
  text-align: center;
  font-size: min(1.4vw,16px);
  border: 1px solid var(--color_accent);
  cursor: pointer;
  color: var(--color_bg);
  background: var(--color_accent);
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__btn button {
    width: 54vw;
    max-width: min(54vw,320px);
    padding: 12px 0 13px;
    line-height: 1.4;
    font-size: min(3.2vw,14px);
  }
}
.p-form__btn button[disabled="disabled"] {
  opacity: 0.6;
}
.p-form__btn button:hover {
  color: var(--color_accent);
  background: none;
}
.p-page__inner {
  max-width: 880px;
  margin: 0 auto;
}
.p-page__main section {
  margin-bottom: 50px;
}
.p-page__sec h2 {
  margin-bottom: 12px;
  font-size: 16px;
}

.c-pageTtl {
  margin-bottom: min(10vw,60px);
  font-size:  min(2.8vw,32px);
  text-align: center;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--color_accent);
}
@media screen and (max-width: 767px) {
  .c-pageTtl {
    margin-bottom: min(8vw,40px);
    font-size:  min(5.8vw,32px);
  }
}
.c-paging {
  margin: 100px 0 64px;
}
.c-paging__list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 19px;
  font-family: var(--font_family--en);
}
.c-paging__listItem span {
  display: block;
  position: relative;
  font-size: 28px;
  line-height: 0.7;
}
.c-paging__listItem span:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color_main);
}
@media screen and (max-width: 767px) {
  .c-paging__listItem span:after {
    bottom: -2px;
  }
}
.c-paging__listItem a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1;
}
.c-paging__listItem a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color_main);
  transition: width .6s cubic-bezier(0.45, 0, 0.25, 1);
}
.c-paging__listItem a:hover:after {
  width: 100%;
}
.c-paging__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-paging__arrow {
    gap: 24px;
    margin-top: 12px;
  }
}
.c-paging__arrow--l {
  transform: scale(-1, 1);
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-paging__arrow--l {
    width: 20px;
  }
}
.c-paging__arrow--r {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-paging__arrow--r {
    width: 20px;
  }
}
.c-paging__arrow--r.is-active,
.c-paging__arrow--l.is-active {
  opacity: 1;
}
.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-block;
  max-width: 220px;
  width: 34%;
  margin: 0 auto;
  padding: 9px 0 0;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  border: 1px solid var(--color_main);
  font-family: var(--font_family--en);
  transition: background .4s cubic-bezier(0.45, 0, 0.25, 1)
}
@media only screen and (max-width: 767px) {
  .c-btn a {
    width: 54%;
    padding: 4px 0 0;
    line-height: 1.4;
  }
}
.c-btn a:hover {
  color: var(--color_bg);
  background: var(--color_main);
}
.c-contTtl__head {
  display: flex;
  align-items: center;
  font-size: min(2.8vw,30px);
  font-family: var(--font_family--en);
  color: var(--color__accent);
  font-weight: 700;
  font-style: italic;
  color: var(--color_accent);
  line-height: 1.4;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .c-contTtl__head {
    font-size: min(7.8vw,30px);
  }
}
.c-contTtl__head:before {
  display: inline-block;
  content: "";
  width: min(4vw,45px);
  height: min(2.6vw,23px);
  margin-right: 16px;
  background: var(--color_accent);
}
@media only screen and (max-width: 767px) {
  .c-contTtl__head:before {
    display: inline-block;
    content: "";
    width: 12.8vw;
    height: 6.2vw;
    margin-right: 3.2vw;
  }
}
.c-contTtl__desc {
  display: block;
  margin-top: 0px;
  line-height: 1.4;
  font-size: min(2vw,12px);
}
@media only screen and (max-width: 767px) {
  .c-contTtl__desc {
    font-size: min(3.2vw,12px);
  }
}
.c-about__desc {
  font-size: 14px;
  line-height: 1.6;
}
.c-breadcrumb {
  display: flex;
  margin: 120px 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 64px 0 min(10vw,80px);
  }
}
.c-breadcrumb__list {
  display: flex;
  font-size: min(1.2vw,12px);
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: min(3.2vw,12px);
  }
}
.c-breadcrumb__list a {
  color: var(--color_accent);
}
.c-breadcrumb__list li {
  display: flex;
}
.c-breadcrumb__list li:after {
  display: inline-block;
  content: ">";
  margin: 0 6px;
  color: var(--color_accent);
  line-height: 1.6;
}
.c-breadcrumb__list li:last-child:after {
  display: none;
}
.p-form__item .wpcf7-not-valid-tip {
  margin-top: 12px;
  font-size: 12px;
  color: var(--color_accent);
}
@media only screen and (max-width: 767px) {
  .p-form__item .wpcf7-not-valid-tip {
    font-size: min(3.2vw,12px);
  }
}
.wpcf7 form .wpcf7-response-output {

}
.p-form .wpcf7-response-output {
  padding: 6px 20px 8px !important;
  font-size: min(1.2vw,16px) !important;
  border-color: var(--color_accent) !important;
  text-align: center;
  font-size: min(1.4vw,14px) !important;
}
@media only screen and (max-width: 767px) {
  .p-form .wpcf7-response-output {
    font-size: min(2.8vw,16px) !important;
    text-align: left;
  }
}
html[lang="en"] .c-breadcrumb__list li {
  letter-spacing: 0.01em;
}
html[lang="en"] .c-breadcrumb__list li:after {
  line-height: 1.4;
}
