@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1300px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  overflow-y: scroll;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  body.is-fixed {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.l-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    padding: 0 30px;
  }
}

main:not(.p-top) {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main:not(.p-top) {
    padding-top: 60px;
  }
}

.c-header {
  min-width: 1300px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 30px 20px;
  transition: background 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-header {
    min-width: 320px;
    padding: 10px;
  }
}
.c-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    align-items: center;
  }
}
.c-header__logo {
  width: 200px;
  margin: 3px 0 0 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 148px;
    margin: 0 0 0 10px;
  }
}
.c-header__logo a {
  display: block;
  position: relative;
}
.c-header__logo img {
  width: 100%;
  transition: all 0.3s ease-out;
}
.c-header__logo .black {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-header__nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    overflow: auto;
    transition: all 0.3s ease-out;
    padding-bottom: 60px;
  }
}
.c-header__nav.is-open {
  left: 0;
}
.c-header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-header__menu {
    display: block;
    padding: 30px 30px 0;
  }
}
.c-header__item {
  text-align: center;
  min-width: 125px;
}
@media screen and (max-width: 767px) {
  .c-header__item {
    text-align: left;
    min-width: auto;
    border-bottom: 1px solid #c4c4c4;
  }
}
.c-header__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-header__item:not(:last-child) {
    margin: 0;
  }
}
.c-header__item:first-child {
  min-width: 132px;
}
@media screen and (max-width: 767px) {
  .c-header__item:first-child {
    border-top: 1px solid #c4c4c4;
    min-width: auto;
  }
}
.c-header__item:last-child {
  min-width: 238px;
}
@media screen and (max-width: 767px) {
  .c-header__item:last-child {
    min-width: auto;
  }
}
.c-header__item.is-coming {
  position: relative;
  padding: 0 10.5px;
  pointer-events: none;
}
.c-header__item.is-coming::after {
  content: "Coming Soon";
  width: 100%;
  background: rgba(153, 153, 153, 0.75);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 14px;
}
.c-header__item.is-active .c-header__txt:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .c-header__item.is-active .c-header__txt:hover .c-header__txten {
    width: unset;
    height: unset;
    opacity: 1;
  }
  .c-header__item.is-active .c-header__txt:hover .c-header__txtjp {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
.c-header__txt {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-header__txt {
    display: block;
    font-size: 2.8rem;
    color: #111111;
    padding: 19px 10px 19.5px 0 !important;
  }
}
.c-header__txt::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-header__txt::after {
    width: 20px;
    height: 20px;
    background: url("/assets/images/common/icon/icon-arrow-right.svg") no-repeat center/20px !important;
    border-radius: 0;
    left: auto;
    right: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.c-header__txten {
  display: block;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.55px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-header__txten {
    letter-spacing: 0.7px;
  }
}
.c-header__txtjp {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-header__txtjp {
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
    margin-top: 1px;
  }
}
.c-header__txt[target=_blank] {
  padding-right: 18px;
}
.c-header__txt[target=_blank]::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/images/common/icon/icon-window.svg") no-repeat center/16px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .c-header__txt:hover {
    opacity: 1;
  }
  .c-header__txt:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .c-header__txt:hover .c-header__txten {
    height: 0px;
    opacity: 0;
    width: 0px;
  }
  .c-header__txt:hover .c-header__txtjp {
    height: auto;
    opacity: 1;
    width: auto;
  }
}
.c-header__btn {
  width: 240px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-header__btn {
    width: calc(100% - 60px) !important;
    margin: 40px auto 0;
  }
}
.c-header__btn a {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  display: block;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 40px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 5px;
  position: relative;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-header__btn a {
    padding: 16px 5px 14px !important;
  }
}
.c-header__btn a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: opacity 0.4s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.4s ease-out;
  transition: transform 0.3s ease-out, opacity 0.4s ease-out, -webkit-transform 0.3s ease-out;
  opacity: 0;
  -webkit-transform-origin: 25% center;
          transform-origin: 25% center;
}
.c-header__btn a span {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  z-index: 3;
}
.c-header__btn a span::before {
  content: "";
  width: 24px;
  height: 19px;
  background: url("/assets/images/common/icon/icon-mail.svg") no-repeat center/24px 19px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-header__btn a:hover {
    opacity: 1;
    color: #111111;
  }
  .c-header__btn a:hover::after {
    -webkit-transform: translate(0, -50%) scale(20);
            transform: translate(0, -50%) scale(20);
    opacity: 1;
  }
  .c-header__btn a:hover span::before {
    background: url("/assets/images/common/icon/icon-mail-black.svg") no-repeat center/24px 19px;
  }
}
.c-header__hamburger {
  display: none;
  width: 60px;
  height: 60px;
  background: #111111;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-header__hamburger {
    display: flex;
  }
}
.c-header__hamburger__icon span {
  display: block;
  width: 32px;
  height: 2px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
}
.c-header__hamburger__icon span:not(:last-child) {
  margin-bottom: 8px;
}
.c-header__hamburger__txt {
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.25px;
  font-family: "Montserrat", sans-serif;
  margin-top: 8px;
}
.c-header__hamburger.is-close .c-header__hamburger__icon span:first-child {
  -webkit-transform: rotate(20deg) translate(2px, 5px);
          transform: rotate(20deg) translate(2px, 5px);
}
.c-header__hamburger.is-close .c-header__hamburger__icon span:last-child {
  -webkit-transform: rotate(-20deg) translate(2px, -5px);
          transform: rotate(-20deg) translate(2px, -5px);
}
.c-header__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.c-header__card {
  width: calc(100% - 60px);
  margin: 30px auto 0;
}
.c-header__card__link {
  display: block;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  text-align: center;
  padding: 19px 10px 13px;
}
.c-header__card.is-coming {
  position: relative;
}
/*
.c-header__card.is-coming::after {
  content: "Coming Soon";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(85, 85, 85, 0.75);
  border-radius: 4px;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
*/
.c-header__card__ttl img {
  height: 40px;
}
.c-header__card__img {
  width: 75%;
  margin: 11px auto 0;
}
.c-header__card__img img {
  width: 100%;
}
.c-header__card__btn {
  margin-top: 8px;
}
.c-header__card__btn span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #111111;
  font-weight: bold;
  letter-spacing: 0.8px;
  position: relative;
  padding-right: 23px;
}
.c-header__card__btn span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/images/common/icon/icon-window-black.svg") no-repeat center/16px;
  position: absolute;
  top: 2px;
  right: -1px;
}
.c-header.is-dark {
  background: #ffffff;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .c-header.is-dark {
    padding: 0;
  }
}
.c-header.is-dark .c-header__logo {
  width: 160px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-header.is-dark .c-header__logo {
    width: 110px;
    margin: 0 0 0 15px;
  }
}
.c-header.is-dark .c-header__logo .white {
  opacity: 0;
}
.c-header.is-dark .c-header__logo .black {
  opacity: 1;
}
.c-header.is-dark .c-header__item.is-coming::after {
  top: 1px;
  bottom: 7px;
}
.c-header.is-dark .c-header__txt {
  color: #111111;
  padding-bottom: 10px;
}
.c-header.is-dark .c-header__txt::after {
  background: #111111;
}
.c-header.is-dark .c-header__txt[target=_blank]::before {
  background: url("/assets/images/common/icon/icon-window-black.svg") no-repeat center/16px;
}
.c-header.is-dark .c-header__btn {
  width: 220px;
}
.c-header.is-dark .c-header__btn a {
  padding: 10px 5px;
}

.c-footer {
  background: #3d3f48;
  position: relative;
  z-index: 3;
}
.c-footer__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    max-width: 100%;
    padding: 0 30px;
  }
}
.c-footer__box {
  padding: 100px 0 96px;
}
@media screen and (max-width: 767px) {
  .c-footer__box {
    padding: 56px 0;
  }
}
.c-footer__box .c-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.c-footer__info {
  width: 58.7%;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    width: 100%;
    margin-top: 60px;
  }
}
.c-footer__logo {
  width: 221px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    width: 184px;
  }
}
.c-footer__logo img {
  width: 100%;
}
.c-footer__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .c-footer__ttl {
    margin-top: 25px;
  }
}
.c-footer__sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 27px;
}
.c-footer__sitemap__item {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .c-footer__sitemap__item {
    width: 100%;
  }
  .c-footer__sitemap__item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.c-footer__ttl2 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}
.c-footer__ttl2 span {
  font-weight: 600;
  border-left: 1px solid #ffffff;
  padding-left: 15px;
  margin-left: 13px;
  font-family: "Montserrat", sans-serif;
}
.c-footer__txt {
  word-break: break-word;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #c4c4c4;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.c-footer__txt.en {
  letter-spacing: 0.35px;
  font-family: "Montserrat", sans-serif;
}
.c-footer__txt + .c-footer__txt {
  margin-top: 13px;
}
.c-footer__extend {
  width: 33.4%;
}
@media screen and (max-width: 767px) {
  .c-footer__extend {
    width: 100%;
    order: -1;
  }
}
.c-footer__list__item:not(:last-child) {
  margin-bottom: 10px;
}
.c-footer__list__item a {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.9px;
  position: relative;
  padding-right: 15px;
  transition: all 0.3s ease-out;
}
.c-footer__list__item a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/assets/images/common/icon/icon-arrow-right-white.svg") no-repeat center/12px;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-footer__list__item a:hover {
    text-decoration: underline;
    color: #c4c4c4;
    opacity: 1;
  }
  .c-footer__list__item a:hover::after {
    right: -5px;
  }
}
.c-footer__card {
  position: relative;
  margin: 34px 0 3px;
}
@media screen and (max-width: 767px) {
  .c-footer__card {
    text-align: center;
    margin: 24px 0 0;
  }
}
.c-footer__card.is-coming {
  position: relative;
}
.c-footer__card.is-coming::after {
  content: "Coming Soon";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(85, 85, 85, 0.75);
  border-radius: 60px;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__card.is-coming::after {
    border-radius: 6px;
  }
}
.c-footer__card__link {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  background: #ffffff;
  border-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 17px 33px 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer__card__link {
    border-radius: 6px;
    padding: 19px 10px 14px;
  }
}
.c-footer__card__link::after {
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(17, 17, 17, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.4s;
  transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform-origin: 30% center;
          transform-origin: 30% center;
}
@media screen and (min-width: 768px) {
  .c-footer__card__link:hover {
    opacity: 1;
  }
  .c-footer__card__link:hover::after {
    -webkit-transform: translate(0, -50%) scale(39);
            transform: translate(0, -50%) scale(39);
    opacity: 1;
  }
}
.c-footer__card__ttl {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .c-footer__card__ttl {
    width: 100%;
  }
}
.c-footer__card__ttl img {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .c-footer__card__ttl img {
    height: 40px;
  }
}
.c-footer__card__info {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .c-footer__card__info {
    width: 100%;
  }
  .c-footer__card__img {
    width: 75%;
    margin: 11px auto 0;
  }
}
.c-footer__card__img img {
  width: 100%;
}
.c-footer__card__btn {
  margin-top: 9px;
  text-align: center;
}
.c-footer__card__btn span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #111111;
  font-weight: bold;
  letter-spacing: 0.8px;
  position: relative;
  padding-right: 23px;
}
.c-footer__card__btn span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/images/common/icon/icon-window-black.svg") no-repeat center/16px;
  position: absolute;
  top: 2px;
  right: -1px;
}
.c-footer__copyright {
  border-top: 1px solid #5a5c63;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    border: none;
    padding: 81px 0 40px;
  }
}
.c-footer__copyright__txt {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #c4c4c4;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 374px) {
  .c-footer__copyright__txt {
    font-size: 1rem;
  }
}

/*-------------------------------------------------
-------------------------------------------------*/
.c-gotop {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #c4c4c4;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-gotop {
    right: 37px;
    bottom: 78px;
  }
}
.c-gotop span {
  display: inline-block;
  position: relative;
  padding-top: 31px;
}
.c-gotop span::before {
  content: "";
  width: 16px;
  height: 23px;
  background: url("/assets/images/common/icon/icon-arrow-up.svg") no-repeat center/16px 23px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-gotop:hover {
    border-color: #111111;
    color: #111111;
  }
  .c-gotop:hover span::before {
    background: url("/assets/images/common/icon/icon-arrow-up-black.svg") no-repeat center/16px 23px;
    top: -5px;
  }
}
.c-gotop.is-show {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 374px) {
  .c-btn1 {
    width: 100%;
  }
}
.c-btn1__inner {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  padding: 15px 42px 15px 41px;
  display: inline-flex;
  border-radius: 999px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #111;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #111;
}
@media screen and (max-width: 767px) {
  .c-btn1__inner {
    padding: 16px 30px 16px 31px;
    max-width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .c-btn1__inner {
    font-size: 1.6rem;
    width: 100%;
    justify-content: center;
  }
}
.c-btn1__inner:before, .c-btn1__inner:after {
  pointer-events: none;
  content: "";
  position: absolute;
}
.c-btn1__inner:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 999px;
  transition: 0.3s;
  z-index: 3;
  border-color: #111;
}
.c-btn1__inner:after {
  z-index: 1;
  transition: opacity 0.4s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.4s ease-out;
  transition: transform 0.3s ease-out, opacity 0.4s ease-out, -webkit-transform 0.3s ease-out;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-btn1__inner:hover {
    opacity: 1;
    color: #111;
    border-color: transparent;
  }
  .c-btn1__inner:hover:after {
    -webkit-transform: translateY(-50%) scale(50);
            transform: translateY(-50%) scale(50);
    opacity: 1;
    transition: opacity 0.6s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.6s;
    transition: transform 0.8s, opacity 0.6s, -webkit-transform 0.8s;
  }
  .c-btn1__inner:hover .c-btn1__text:before {
    background-image: url("/assets/images/common/icon/icon-mail-black.svg");
  }
}
.c-btn1__text {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  z-index: 4;
}
.c-btn1__text:before {
  content: "";
  width: 24px;
  height: 19px;
  background: url("/assets/images/common/icon/icon-mail.svg") no-repeat center/24px 19px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: 0.3s;
}
.c-btn1.u-white .c-btn1__inner {
  color: #111;
  border-color: transparent;
  background-color: #fff;
}
.c-btn1.u-white .c-btn1__inner:after {
  background-color: #111;
}
.c-btn1.u-white .c-btn1__inner:before {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-btn1.u-white .c-btn1__inner:hover {
    color: #fff;
  }
  .c-btn1.u-white .c-btn1__inner:hover .c-btn1__text:before {
    background-image: url("/assets/images/common/icon/icon-mail.svg");
  }
  .c-btn1.u-white .c-btn1__inner:hover:before {
    z-index: 3;
  }
}
.c-btn1.u-white .c-btn1__text:before {
  background-image: url("/assets/images/common/icon/icon-mail-black.svg");
}
.c-btn1--noicon .c-btn1__text {
  padding-left: 0;
}
.c-btn1--noicon .c-btn1__text:before {
  display: none;
}
.c-btn1--noicon .c-btn1__inner {
  justify-content: center;
  min-width: 260px;
}

/*
------------------------------------------------------------*/
.c-btn2__inner {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  padding: 18px 10px 16px 46px;
  min-width: 260px;
  display: inline-flex;
  position: relative;
  border: 1px solid #c4c4c4;
  color: #111;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 999px;
  overflow: hidden;
}
.c-btn2__inner:before {
  transition: 0.6s;
  left: 19px;
  width: 6px;
  height: 6px;
  background-color: #111;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn2__inner:hover {
    opacity: 1;
  }
  .c-btn2__inner:hover:before {
    -webkit-transform: translateY(-50%) scale(100);
            transform: translateY(-50%) scale(100);
    border-color: #111;
  }
  .c-btn2__inner:hover .c-btn2__text {
    color: #fff;
  }
}
.c-btn2__text {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.c-btn2--style1 .c-btn2__inner {
  border: none;
  background-color: #111;
  color: #fff;
}
.c-btn2--style1 .c-btn2__inner:before {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .c-btn2--style1 .c-btn2__inner:hover .c-btn2__text {
    color: #111;
  }
}
.c-btn2.u-border .c-btn2__inner {
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-btn2.u-border .c-btn2__inner:hover {
    border: 1px solid #c4c4c4;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1__en {
  margin-bottom: 15px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .c-title1__en {
    margin-bottom: 6px;
    font-size: 4.2rem;
    letter-spacing: 1.05px;
  }
}
.c-title1__jp {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .c-title1--style1 .c-title1__en {
    margin-bottom: 5px;
    font-size: 3.6rem;
    letter-spacing: 0.9px;
  }
}

/*
------------------------------------------------------------*/
.c-title2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2.4rem;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 374px) {
  .c-title2 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body.is-ipad .c-form1 {
    padding: 60px 20px;
  }
  body.is-ipad .c-form1__radio:not(:last-child) {
    margin-right: 20px;
  }
}

.c-form1 {
  padding: 76px 80px 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: calc(100% - 60px);
  background-color: #f4f4f4;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .c-form1 {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-form1 {
    padding: 37px 30px 80px;
    width: 100%;
  }
}
.c-form1 .error {
  margin-top: 5px;
  display: inline-block;
  color: #C73C3C;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .c-form1 .error {
    margin-top: 3px;
  }
}
@media screen and (max-width: 374px) {
  .c-form1 .error {
    font-size: 1.5rem;
  }
}
.c-form1__top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form1__top {
    margin-bottom: 17px;
  }
}
.c-form1__text {
  padding-right: 17px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2.7px;
  max-width: 100%;
}
.c-form1__row:not(:first-child) {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .c-form1__row:not(:first-child) {
    margin-top: 27px;
  }
  .c-form1__row:not(:first-child) .c-form1__top {
    margin-bottom: 16px;
  }
}
.c-form1__label {
  padding: 6px 0 5px;
  flex-shrink: 0;
  width: 37px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.6px;
  font-weight: 700;
  background-color: #C73C3C;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-form1__label.u-ghost {
  background-color: transparent;
  border: 1px solid #111;
  color: #111;
}
.c-form1__controls {
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-form1__controls {
    margin-top: -1px;
    flex-wrap: wrap;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .c-form1__controls {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-form1__controls:not(:last-child) {
    margin-right: 26px;
  }
}
.c-form1__control {
  display: flex;
  flex-wrap: wrap;
}
.c-form1__control:not(.u-noborder) {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
.c-form1__control input {
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-form1__control input {
    padding: 0 14px;
  }
}
.c-form1__radio {
  padding-left: 36px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.8px;
  position: relative;
  cursor: pointer;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
}
.c-form1__radio:before, .c-form1__radio:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.c-form1__radio:before {
  width: 26px;
  height: 26px;
  top: -2px;
  left: 0;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
@media screen and (max-width: 767px) {
  .c-form1__radio:before {
    top: -4px;
  }
}
.c-form1__radio:after {
  top: 1px;
  left: 3px;
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #111;
}
@media screen and (max-width: 767px) {
  .c-form1__radio:after {
    top: -1px;
  }
}
.c-form1__radio.checked:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-form1__radio {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  .c-form1__radio:not(:last-child) {
    margin-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-form1__radio:last-child {
    margin-bottom: 0;
  }
}
.c-form1__radio input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.c-form1__radio input:checked ~ span:after, .c-form1__radio input:checked ~ .c-form1__radio__text:after {
  opacity: 1;
}
.c-form1__radio__text:before, .c-form1__radio__text:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.c-form1__radio__text:before {
  width: 26px;
  height: 26px;
  top: -2px;
  left: 0;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
@media screen and (max-width: 767px) {
  .c-form1__radio__text:before {
    top: -4px;
  }
}
.c-form1__radio__text:after {
  top: 1px;
  left: 3px;
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #111;
}
@media screen and (max-width: 767px) {
  .c-form1__radio__text:after {
    top: -1px;
  }
}
.c-form1 input,
.c-form1 textarea {
  border-radius: 4px;
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #fff;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  border: none;
  box-shadow: none;
  outline: none;
}
.c-form1 input:focus, .c-form1 input:hover,
.c-form1 textarea:focus,
.c-form1 textarea:hover {
  border: none;
  box-shadow: none;
  outline: none;
}
.c-form1 input ::-webkit-input-placeholder, .c-form1 textarea ::-webkit-input-placeholder {
  color: #666;
}
.c-form1 input :-ms-input-placeholder, .c-form1 textarea :-ms-input-placeholder {
  color: #666;
}
.c-form1 input ::placeholder,
.c-form1 textarea ::placeholder {
  color: #666;
}
.c-form1 textarea {
  padding: 14px 20px;
  resize: none;
  line-height: 2;
  height: 152px;
}
@media screen and (max-width: 767px) {
  .c-form1 textarea {
    padding: 10px 13px 10px 14px;
    height: 145px;
  }
}
.c-form1__textarea {
  display: flex;
  width: 100%;
}
.c-form1__btn {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-form1__btn {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
  }
}
.c-form1__btn__inner {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  background-color: #111;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-form1__btn__inner {
    max-width: 260px;
  }
}
.c-form1__btn__inner:before, .c-form1__btn__inner:after {
  content: "";
  position: absolute;
  transition: 0.6s;
  pointer-events: none;
}
.c-form1__btn__inner:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
  transition: 0.6s;
}
.c-form1__btn__inner:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 999px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-form1__btn__inner:hover:after {
    -webkit-transform: translateY(-50%) scale(100);
            transform: translateY(-50%) scale(100);
  }
  .c-form1__btn__inner:hover:before {
    border: 1px solid #c4c4c4;
  }
  .c-form1__btn__inner:hover input {
    color: #111;
  }
}
.c-form1__btn input {
  width: 260px;
  height: 60px;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.512px;
  border-radius: 999px;
}
.c-form1__btn input:focus, .c-form1__btn input:hover {
  border: none;
}
.c-form1 .u-error {
  color: #C73C3C;
}
.c-form1 .u-error input {
  background-color: #F5EAEA;
}
.c-form1 .u-error .c-form1__control {
  border-color: #C73C3C;
}
.c-form1 .u-error .c-form1__radio:before {
  border-color: #C73C3C;
  background-color: #F5EAEA;
}
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.c-text1--style1 {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}

/*
------------------------------------------------------------*/
.c-text2 {
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-text2 {
    display: flex;
    align-items: center;
  }
}
.c-text2--large {
  font-size: 2rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-text2--large {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media screen and (max-width: 767px) {
  .c-text2--large {
    margin-bottom: -3px;
    display: block;
  }
}
.c-text2--large:after {
  height: calc(100% - 22px);
  top: 11px;
  position: absolute;
  right: 0;
  background-color: #c4c4c4;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .c-text2--large:after {
    content: "";
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  padding-top: 29px;
  counter-reset: li;
}
@media screen and (min-width: 768px) {
  .c-list1 {
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
  }
}
.c-list1__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-list1__item {
    margin-bottom: 79px;
    width: 50%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-list1__item:nth-child(2n):before {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .c-list1__item:nth-child(2n) .c-list1__inner {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.c-list1__item:before {
  top: -41px;
  left: 65px;
  counter-increment: li;
  content: "0" counter(li);
  position: absolute;
  z-index: 1;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #c4c4c4;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-list1__item:before {
    top: -29px;
    left: 20px;
    font-size: 6rem;
  }
}
.c-list1__title {
  padding-bottom: 29px;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 767px) {
  .c-list1__title {
    padding-bottom: 19px;
    margin-bottom: 14px;
    font-size: 2.4rem;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 374px) {
  .c-list1__title {
    font-size: 2rem;
  }
}
.c-list1__title:after {
  content: "";
  height: 2px;
  background-color: #111;
  position: absolute;
  width: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.c-list1__text {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .c-list1__text {
    text-align: center;
  }
}
.c-list1__img {
  margin-bottom: 37px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list1__img {
    margin-bottom: 28px;
  }
}
.c-list1__img img {
  display: inline-block;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .c-list1__img img {
    height: 80px;
  }
}
.c-list1__inner {
  padding: 40px 20px 20px;
  border-radius: 10px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-list1__inner {
    min-height: 422px;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__inner {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 374px) {
  .c-list1__inner {
    padding: 30px 15px;
  }
}

/*
------------------------------------------------------------*/
.c-list2 {
  counter-reset: li;
}
@media screen and (min-width: 768px) {
  .c-list2__img {
    overflow: hidden;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list2__img {
    margin-bottom: 16px;
    text-align: center;
  }
  .c-list2__img img {
    border-radius: 50%;
    display: inline-block;
    width: 200px;
    height: 200px;
  }
}
.c-list2__title {
  margin-bottom: 17px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-list2__title {
    margin-bottom: 7px;
    text-align: center;
  }
}
.c-list2__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list2__content {
    padding-top: 7px;
    padding-left: 40px;
  }
}
.c-list2__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-list2__item {
    display: flex;
    align-items: center;
  }
}
.c-list2__item:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list2__item:not(:last-child) {
    margin-bottom: 63px;
  }
}
.c-list2__item:not(:last-child):after {
  bottom: -48px;
  content: "";
  position: absolute;
  left: 127px;
  width: 25px;
  height: 65px;
  background: url("/assets/images/common/icon/icon-arrow3.svg") no-repeat center/24px auto;
}
@media screen and (max-width: 767px) {
  .c-list2__item:not(:last-child):after {
    bottom: -70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-list2__item:first-child {
  z-index: 2;
}
.c-list2__item:nth-child(2) {
  z-index: 1;
}
.c-list2__item:before {
  top: -12px;
  left: 0;
  width: 100px;
  text-align: center;
  content: "0" counter(li);
  font-family: "Montserrat", sans-serif;
  counter-increment: li;
  position: absolute;
  z-index: 1;
  font-size: 8rem;
  line-height: 1;
  color: #c4c4c4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-list2__item:before {
    width: 70px;
    left: calc(50% - 98px);
    font-size: 5.6rem;
    top: -8px;
  }
}

/*
------------------------------------------------------------*/
.c-list3__title {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.c-list3__title img {
  margin-right: 20px;
  width: 80px;
  flex-shrink: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.c-list3__item:not(:last-child) {
  margin-bottom: 36px;
}
.c-list3 .c-text1 {
  letter-spacing: 3.6px;
}

/*
------------------------------------------------------------*/
.c-list4 {
  display: flex;
  flex-wrap: wrap;
}
.c-list4__item {
  margin: 0 3px 3px 0;
}
@media screen and (max-width: 767px) {
  .c-list4__item {
    margin: 0 2px 2px 0;
  }
}
.c-list4__txt {
  display: inline-block;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .c-list4__txt {
    border-color: #111111;
    color: #111111;
    padding: 5px 9px;
  }
}

/*
------------------------------------------------------------*/
.c-list5__item {
  padding: 60px 55px 61px 60px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-list5__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-list5__item {
    padding: 20px 17px;
  }
}
.c-list5__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-list5__item--style1 {
    padding: 52px 55px 61px 60px;
  }
  .c-list5__item--style1 .c-list5__img:not(.u-cms) {
    padding-top: 8px;
  }
  .c-list5__item--style1 .c-list5__content {
    padding-top: 0;
  }
  .c-list5__item--style1 .c-list5__title {
    padding-bottom: 25px;
  }
}
.c-list5__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list5__content {
    padding-top: 19px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-list5__content {
    padding: 0 3px;
  }
}
.c-list5__img:not(.u-cms) {
  width: 591px;
}
@media screen and (min-width: 768px) {
  .c-list5__img:not(.u-cms) {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list5__img:not(.u-cms) {
    margin-bottom: 19px;
    width: 100%;
  }
}
.c-list5__img:not(.u-cms) img {
  width: 100%;
}
.c-list5__img.u-cms {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-list5__img.u-cms {
    margin-bottom: 19px;
    margin-top: 5px;
  }
  .c-list5__img.u-cms img {
    width: 100%;
  }
}
.c-list5__title {
  padding-bottom: 28px;
  margin-bottom: 24px;
  position: relative;
  line-height: 46px;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 767px) {
  .c-list5__title {
    padding-bottom: 19px;
    margin-bottom: 14px;
    font-size: 2.4rem;
    letter-spacing: 3.6px;
    line-height: 36px;
  }
}
.c-list5__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #111;
}
.c-list5__title__bottom {
  display: block;
  margin-top: -6px;
  font-size: 1.8rem;
  letter-spacing: 2.7px;
}
@media screen and (min-width: 768px) {
  .c-list5__title__bottom {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-list5__title__bottom {
    margin-bottom: -5px;
    margin-top: -9px;
    font-size: 1.6rem;
    letter-spacing: 2.4px;
  }
}
.c-list5__btn {
  margin-top: 29px;
  width: 100%;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  display: flex;
  text-transform: capitalize;
  justify-content: center;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (min-width: 768px) {
  .c-list5__btn {
    max-width: 480px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media screen and (max-width: 767px) {
  .c-list5__btn {
    margin-top: 5px;
    margin-bottom: 8px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px) {
  .c-list5__btn:hover {
    opacity: 1;
  }
  .c-list5__btn:hover:after {
    -webkit-transform: translateY(-50%) scale(80);
            transform: translateY(-50%) scale(80);
    transition: opacity 1s ease-out, -webkit-transform 1.2s ease-out;
    transition: opacity 1s ease-out, transform 1.2s ease-out;
    transition: opacity 1s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
    opacity: 1;
  }
}
/*
.c-list5__btn:before {
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #c4c4c4;
  background-color: rgba(85, 85, 85, 0.75);
  content: "";
}
*/
@media screen and (max-width: 767px) {
  .c-list5__btn:before {
    border-radius: 6px;
  }
}
.c-list5__btn:after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(85, 85, 85, 0.5);
  opacity: 0;
  transition: opacity 1.2s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1.2s ease-out, transform 1s ease-out;
  transition: opacity 1.2s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.c-list5__btn__text {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 999px;
}
.c-list5__btn img {
  pointer-events: none;
}
.c-list5 .c-text1 {
  letter-spacing: 2.7px;
}

/*
------------------------------------------------------------*/
.c-list6 {
  counter-reset: li;
}
@media screen and (min-width: 768px) {
  .c-list6 {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
  .c-list6__item {
    width: 33.3333%;
    padding: 0 15px;
  }
}
.c-list6__item:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list6__item:not(:last-child) {
    margin-bottom: 42px;
  }
}
.c-list6__item:not(:last-child):before {
  content: "";
  position: absolute;
  width: 25px;
  height: 65px;
  z-index: 2;
  background: url("/assets/images/common/icon/icon-arrow3.svg") no-repeat center/24px auto;
}
@media screen and (min-width: 768px) {
  .c-list6__item:not(:last-child):before {
    right: -7px;
    top: 51.5%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .c-list6__item:not(:last-child):before {
    bottom: -49px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.c-list6__inner {
  height: 100%;
  position: relative;
}
.c-list6__inner:after {
  height: calc(100% - 80px);
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  border-radius: 10px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-list6__inner:after {
    height: calc(100% - 99px);
  }
}
.c-list6__title {
  margin-bottom: 17px;
  font-size: 2.4rem;
  letter-spacing: 3.6px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list6__title {
    margin-bottom: 7px;
  }
}
.c-list6__img {
  margin: 0 auto 35px;
  position: relative;
  z-index: 1;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .c-list6__img {
    width: 200px;
    margin-bottom: 15px;
  }
}
.c-list6__img:after {
  top: -21px;
  left: 9px;
  position: absolute;
  counter-increment: li;
  content: "0" counter(li);
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  color: #c4c4c4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-list6__img:after {
    top: -15px;
    left: 7px;
    font-size: 5.6rem;
  }
}
.c-list6__img__inner {
  overflow: hidden;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list6__img__inner {
    width: 200px;
    height: 200px;
  }
}
.c-list6__img__inner img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-list6__content {
  padding: 0 40px 28px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list6__content {
    padding: 0 20px 20px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body.is-ipad .c-list7__text {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .c-list7 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
}
.c-list7__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.c-list7__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-list7__img {
    padding-top: 77.4%;
  }
}
@media screen and (max-width: 767px) {
  .c-list7__img {
    width: 80px;
    height: auto;
    min-height: 80px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-list7__img img {
    -o-object-position: top left;
       object-position: top left;
  }
}
.c-list7__content {
  padding: 12px 20px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-list7__content {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-list7__content {
    padding: 22px 17px 20px;
    align-items: center;
    width: 100%;
  }
}
.c-list7__text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-list7__text {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 374px) {
  .c-list7__text {
    font-size: 1.3rem;
    letter-spacing: 0.65px;
  }
}
.c-list7__number {
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  width: -webkit-max-content;
  width: max-content;
  flex-shrink: 0;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-list7__number {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.c-list7__number .u-large {
  font-size: 2rem;
  margin-right: 4px;
  margin-bottom: -1px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (max-width: 374px) {
  .c-list7__number .u-large {
    font-size: 1.6rem;
  }
}
.c-list7__inner {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .c-list7__inner {
    display: flex;
  }
}
.c-list7__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list7__item {
    margin-bottom: 20px;
    width: 20%;
    padding: 0 5px;
    max-width: 250px;
  }
}
.c-list7__item:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list7__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.c-list7__item:not(:last-child):before {
  width: 14px;
  height: 37px;
  content: "";
  position: absolute;
  background: url("/assets/images/common/icon/icon-arrow3.svg") no-repeat center/14px auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-list7__item:not(:last-child):before {
    bottom: 9px;
    right: -4px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .c-list7__item:not(:last-child):before {
    bottom: -18px;
    left: 60.5%;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body.is-ipad .c-list8 {
    margin: 0 -15px;
  }
  body.is-ipad .c-list8__img {
    width: 575px;
  }
  body.is-ipad .c-list8__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.is-ipad .c-list8__item {
    flex-wrap: nowrap;
    padding: 0 15px;
  }
  body.is-ipad .c-list8__list__text {
    white-space: nowrap;
  }
  body.is-ipad .c-list8__list__item.u-style1 {
    width: 160px;
  }
  body.is-ipad .c-list8__list__item.u-style2 {
    width: 275px;
  }
  .c-list8 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}
.c-list8__timeline {
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list8__timeline {
    margin-top: 15px;
  }
}
.c-list8__timeline__item {
  padding: 0 0 12px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list8__timeline__item {
    padding-bottom: 7px;
  }
}
.c-list8__timeline__item:before, .c-list8__timeline__item:after {
  content: "";
  position: absolute;
  background-color: #c4c4c4;
}
.c-list8__timeline__item:after {
  top: 6px;
  left: 2px;
  height: 100%;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .c-list8__timeline__item:after {
    top: 8px;
  }
}
.c-list8__timeline__item:before {
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .c-list8__timeline__item:before {
    top: 8px;
  }
}
.c-list8__timeline__item:last-child {
  padding-bottom: 0;
  min-height: 28px;
}
.c-list8__timeline__item:last-child:after {
  top: -2px;
  background: url("/assets/images/common/icon/icon-dots.svg") repeat-y bottom center/2px auto;
}
@media screen and (min-width: 768px) {
  .c-list8__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-list8__list__label {
  padding: 8px 0;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-list8__list__label {
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 374px) {
  .c-list8__list__label {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.c-list8__list__text {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-list8__list__text {
    white-space: nowrap;
  }
}
.c-list8__list__item {
  margin-bottom: 4px;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list8__list__item {
    margin-bottom: 5px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 374px) {
  .c-list8__list__item {
    font-size: 1.3rem;
    letter-spacing: 0.65px;
  }
}
@media screen and (min-width: 768px) {
  .c-list8__list__item:first-child, .c-list8__list__item:nth-child(2n+3) {
    margin-right: 10px;
  }
  .c-list8__list__item.u-style1 {
    width: 155px;
    flex-shrink: 0;
  }
  .c-list8__list__item.u-style2 {
    width: 267px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list8__list__item .u-custom {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.c-list8__title {
  margin-bottom: 15px;
  font-size: 3rem;
  letter-spacing: 0.75px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-list8__title {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-list8__title {
    margin-bottom: 13px;
  }
}
.c-list8__title__en {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-list8__title__en {
    margin-right: 19px;
  }
}
@media screen and (max-width: 767px) {
  .c-list8__title__en {
    font-size: 2.4rem;
    letter-spacing: 0.6px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 374px) {
  .c-list8__title__en {
    font-size: 1.8rem;
    letter-spacing: 0.45px;
  }
}
.c-list8__title__jp {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-list8__title__jp {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  .c-list8__title__jp {
    margin-top: 2px;
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .c-list8__title__jp {
    margin-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
.c-list8__inner {
  position: relative;
  height: 100%;
}
.c-list8__inner:after {
  height: calc(100% - 143px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .c-list8__inner:after {
    content: "";
  }
}
.c-list8__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list8__item {
    margin-bottom: 60px;
    padding: 0 30px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-list8__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-list8__content {
  position: relative;
  z-index: 1;
  padding: 0 40px 37px;
}
@media screen and (max-width: 767px) {
  .c-list8__content {
    padding: 51px 20px 16px;
    border-radius: 10px;
    background-color: #f4f4f4;
  }
}
@media screen and (max-width: 374px) {
  .c-list8__content {
    padding: 40px 10px 15px;
  }
}
.c-list8__img {
  margin: 0 auto 14px;
  width: 520px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list8__img {
    margin-bottom: -46px;
    width: calc(100% - 40px);
    position: relative;
  }
}
@media screen and (max-width: 374px) {
  .c-list8__img {
    width: calc(100% - 20px);
  }
}
.c-list8__img__inner {
  padding-top: 56.1%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.c-list8__img__inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-list8__img__inner {
    padding-top: 56.2%;
  }
}
.c-list8__img__text {
  padding: 4px 15px 3px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  background-color: #111;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #fff;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list8__img__text {
    margin-top: -25px;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-list9 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .c-list9__item {
    width: 25%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-list9__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-list9__inner {
  padding-bottom: 27px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list9__inner {
    padding: 20px 20px 17px;
    border-radius: 10px;
    background-color: #f4f4f4;
  }
}
@media screen and (max-width: 374px) {
  .c-list9__inner {
    padding: 20px 10px;
  }
}
.c-list9__inner:after {
  bottom: 0;
  height: calc(100% - 100px);
  position: absolute;
  left: 0;
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list9__inner:after {
    content: "";
  }
}
.c-list9__top {
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-list9__top {
    padding: 20px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list9__top {
    margin-bottom: 17px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c-list9__top__content {
    margin-top: -18px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-list9__top__content {
    margin-top: -1px;
    width: 100%;
  }
}
.c-list9__title {
  font-size: 2.4rem;
  letter-spacing: 0.6px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-list9__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-list9__title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 374px) {
  .c-list9__title {
    padding-left: 10px;
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
}
.c-list9__title__en {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-list9__title__en {
    margin-right: 19px;
  }
}
@media screen and (max-width: 767px) {
  .c-list9__title__en {
    display: block;
  }
}
.c-list9__title__jp {
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.8px;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list9__title__jp {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media screen and (max-width: 767px) {
  .c-list9__title__jp {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .c-list9__title__jp {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
}
.c-list9__label {
  padding: 4px 14px 3px;
  margin-left: 14px;
  margin-bottom: 13px;
  background-color: #111;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-list9__label {
    padding: 0 10px;
    line-height: 28px;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 374px) {
  .c-list9__label {
    padding: 0 10px;
    font-size: 1.1rem;
    letter-spacing: 0.275px;
    margin-left: 10px;
  }
}
.c-list9__img {
  position: relative;
  overflow: hidden;
  height: 0;
  border-radius: 10px;
  width: 232px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-list9__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-list9__img {
    padding-top: 89%;
  }
}
@media screen and (max-width: 767px) {
  .c-list9__img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }
}
.c-list9 .c-list8__list {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-list9 .c-list8__list {
    padding: 0 30px;
  }
}
.c-list9 .c-list8__list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list9 .c-list8__list__item {
    font-size: 1.5rem;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-list10__number {
    padding-top: 1px;
    margin-right: 37px;
    text-align: right;
    width: 50px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list10__number {
    margin-bottom: 10px;
  }
}
.c-list10__text {
  width: 100%;
}
.c-list10__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list10__item {
    display: flex;
  }
}
.c-list10__item:last-child .c-list10__content {
  padding-bottom: 35px;
}
.c-list10__item:last-child .c-list10__content:after {
  top: 5px;
  background: url("/assets/images/common/icon/icon-dots2.svg") repeat-y bottom center/2px auto;
}
@media screen and (max-width: 767px) {
  .c-list10__item:last-child .c-list10__content:after {
    top: auto;
    bottom: 0;
    height: 20px;
  }
  .c-list10__item:last-child .c-list10__number:before {
    top: 10px;
    height: calc(100% - 34px);
    width: 2px;
    background-color: #c4c4c4;
    content: "";
    z-index: 1;
    position: absolute;
    left: 21px;
  }
}
.c-list10__year {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #c4c4c4;
}
@media screen and (min-width: 768px) {
  .c-list10__year {
    width: 132px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list10__year {
    font-size: 3.2rem;
  }
}
.c-list10__content {
  padding: 5px 0 63px 34px;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-list10__content {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-list10__content {
    padding: 11px 0 25px 52px;
  }
}
.c-list10__content:before, .c-list10__content:after {
  content: "";
  position: absolute;
  background-color: #c4c4c4;
}
.c-list10__content:after {
  top: 17px;
  left: 0;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-list10__content:after {
    top: 9px;
    left: 21px;
    height: calc(100% - 23px);
  }
}
.c-list10__content:before {
  top: 15px;
  left: -4px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .c-list10__content:before {
    top: 20px;
    left: 17px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
.c-slider01 .swiper-wrapper {
  transition-timing-function: linear;
}
.c-slider01__item {
  height: auto !important;
}
.c-slider01__inner {
  display: block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-slider01__inner:hover .c-slider01__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-slider01__inner:hover .c-slider01__img::after {
    opacity: 1;
  }
  .c-slider01__inner:hover .c-slider01__info {
    opacity: 1;
  }
}
.c-slider01__img {
  width: 100%;
  border-radius: 10px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.c-slider01__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-slider01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.c-slider01__info {
  background: rgba(17, 17, 17, 0.3);
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 22px 20px 14px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-slider01__info {
    background: none;
    border-radius: 0;
    opacity: 1;
    position: relative;
    padding: 14px 20px;
  }
}
.c-slider01__txt {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .c-slider01__txt {
    color: #111111;
    margin-top: 10px;
  }
}
.c-slider01 .swiper-button-prev,
.c-slider01 .swiper-button-next {
  width: 116px;
  height: 116px;
  position: absolute;
  top: 53%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  outline: none;
}
@media screen and (max-width: 767px) {
  .c-slider01 .swiper-button-prev,
.c-slider01 .swiper-button-next {
    width: 60px;
    height: 60px;
    top: 39%;
  }
}
.c-slider01 .swiper-button-prev::after,
.c-slider01 .swiper-button-next::after {
  display: none;
}
.c-slider01 .swiper-button-prev {
  background: url("/assets/images/common/icon/icon-prev.svg") no-repeat center/116px;
  left: 11.4%;
}
@media screen and (max-width: 767px) {
  .c-slider01 .swiper-button-prev {
    background-size: 60px;
    left: 3.4%;
  }
}
.c-slider01 .swiper-button-next {
  background: url("/assets/images/common/icon/icon-next.svg") no-repeat center/116px;
  right: 11.4%;
}
@media screen and (max-width: 767px) {
  .c-slider01 .swiper-button-next {
    background-size: 60px;
    right: 3.4%;
  }
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv1 {
  width: 100%;
  height: 100vh;
}
.c-mv1__info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 767px) {
  .c-mv1__info {
    padding-top: 80px;
  }
}
.c-mv1__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-mv1__inner {
    max-width: 100%;
    padding: 0 30px;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-mv1__ttljp {
  position: fixed;
  top: 202px;
  z-index: 2;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .c-mv1__ttljp {
    position: relative;
    padding: 0;
    top: auto;
  }
}
@media screen and (max-height: 750px) and (min-width: 768px) {
  .c-mv1__ttljp img {
    height: 64vh;
  }
}
@media screen and (max-width: 767px) {
  .c-mv1__ttljp img {
    width: 60px;
  }
}
@media screen and (max-width: 374px) {
  .c-mv1__ttljp img {
    width: 50px;
  }
}
.c-mv1__ttljp.is-hidden {
  opacity: 0;
}
.c-mv1__ttlen {
  word-break: keep-all;
  font-size: 11.5rem;
  line-height: 1.1;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2.8px;
  font-family: "Montserrat", sans-serif;
  margin: 0px -13px -10px 0;
}
@media screen and (max-width: 1800px) {
  .c-mv1__ttlen {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv1__ttlen {
    font-size: 3.7rem;
    letter-spacing: 0.9px;
    margin: 0px -8px -3px -2px;
  }
}
@media screen and (max-width: 374px) {
  .c-mv1__ttlen {
    font-size: 8.2887700535vw;
    letter-spacing: 1.0695187166vw;
  }
}
.c-mv1__slider {
  width: 100%;
  height: 100%;
  min-width: 1300px;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -1 !important;
}
@media screen and (max-width: 767px) {
  .c-mv1__slider {
    min-width: 320px;
  }
}
.c-mv1__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mv2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-mv2 {
    margin-bottom: 27px;
  }
}
.c-mv2__top {
  padding: 60px 20px 20px 41px;
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-mv2__top {
    align-items: center;
    width: 750px;
    position: absolute;
    border-radius: 0 0 24px 0;
    justify-content: center;
    min-height: 320px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-mv2__top {
    padding: 39px 27px 20px;
    margin-bottom: -40px;
    border-radius: 0 0 12px 0;
    max-width: 315px;
    width: 90%;
    min-height: 146px;
  }
}
.c-mv2__title {
  font-weight: 700;
  line-height: 3rem;
}
.c-mv2__title__jp {
  font-size: 2.4rem;
  letter-spacing: 3.6px;
}
.c-mv2__title__en {
  margin-bottom: 46px;
  display: block;
  font-size: 8rem;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-mv2__title__en {
    margin-bottom: 21px;
    font-size: 4.6rem;
    letter-spacing: 1.15px;
  }
}
.c-mv2__bg {
  display: block;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  width: calc(100% - 520px);
  border-radius: 0 0 0 24px;
  height: 526px;
}
@media screen and (max-width: 767px) {
  .c-mv2__bg {
    height: 160px;
    border-radius: 0 0 0 12px;
    width: calc(100% - 30px);
  }
}
.c-mv2__bg img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-block1 {
    display: flex;
  }
}
.c-block1__bottom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-block1__bottom {
    max-width: 840px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-block1__bottom .c-btn2 {
    margin-top: 29px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .c-block1__top {
    padding-top: 11px;
    width: 400px;
    flex-shrink: 0;
  }
}
.c-block1 .c-title1 {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .c-block1 .c-title1 {
    margin-bottom: 29px;
  }
}
.c-block1 .c-list2 {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .c-block1 .c-list2 {
    margin-top: 40px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-block2 > .l-container {
    display: flex;
  }
  .c-block2__bottom {
    width: 840px;
    margin-left: auto;
  }
}
.c-block2 .c-title1 {
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .c-block2 .c-title1 {
    margin-bottom: 37px;
  }
}
.c-block2__title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  letter-spacing: 12px;
}
.c-block2__title span:nth-child(2) {
  margin-left: 19px;
  margin-bottom: 164px;
  position: relative;
}
.c-block2__title span:nth-child(2):before {
  bottom: -40px;
  content: "、";
  position: absolute;
  left: 0;
}

/*
------------------------------------------------------------*/
.c-block3 + .c-block3 {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .c-block3 + .c-block3 {
    margin-top: 33px;
  }
}
.c-block3__item {
  padding: 24px 40px 21px;
  border-bottom: 1px solid #c4c4c4;
}
.c-block3__item:first-child {
  border-top: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
  .c-block3__item {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-block3__item {
    padding: 15px 0 8px;
  }
}
.c-block3__left {
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 2.7px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-block3__left {
    padding-right: 20px;
    width: 200px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-block3__left {
    margin-bottom: 8px;
  }
}
.c-block3__right {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 2;
  width: 100%;
}
.c-block3 .c-title2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-block3 .c-title2 {
    margin-bottom: 11px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body.is-ipad .c-block4__box {
    padding-left: 40px;
    padding-right: 40px;
  }
  body.is-ipad .c-block4__content {
    padding-left: 40px;
  }
}

.c-block4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-block4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding: 0 20px;
  }
}
.c-block4__box {
  padding: 66px 61px 65px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-block4__box {
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-block4__box {
    padding: 48px 30px 44px;
  }
}
.c-block4__box:not(.is-active) {
  display: none;
}
.c-block4__nav {
  margin-bottom: -19px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-block4__nav {
    margin-bottom: -16px;
  }
}
.c-block4__nav__item {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-block4__nav__item {
    padding: 0 5px;
  }
}
.c-block4__nav .c-btn1__inner {
  padding: 12px 17px 11px 25px;
  width: 320px;
  justify-content: center;
  background-color: #fff;
  border-color: #c4c4c4;
}
@media screen and (max-width: 767px) {
  .c-block4__nav .c-btn1__inner {
    padding: 4px 24px;
    width: 125px;
  }
}
.c-block4__nav .c-btn1__inner:after {
  background-color: #111;
  z-index: 2;
  opacity: 0;
}
.c-block4__nav .c-btn1__inner:before {
  display: none;
}
.c-block4__nav .c-btn1__text {
  color: #666;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.c-block4__nav .c-btn1__text:before {
  display: none;
}
.c-block4__nav .c-btn1.is-active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
  border-style: solid;
  border-color: transparent;
  border-width: 17px 9px 0 9px;
  border-top-color: #111;
}
@media screen and (max-width: 767px) {
  .c-block4__nav .c-btn1.is-active:after {
    bottom: -8px;
    border-width: 9px 5px 0 5px;
  }
}
.c-block4__nav .c-btn1.is-active .c-btn1__inner {
  border-color: #111;
  background-color: #111;
}
.c-block4__nav .c-btn1.is-active .c-btn1__text {
  color: #fff;
}
.c-block4__nav .c-btn1.is-active .u-en:before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-block4__nav .c-btn1:not(.is-active) .c-btn1__inner:hover {
    color: #111;
    border-color: #111;
  }
  .c-block4__nav .c-btn1:not(.is-active) .c-btn1__inner:hover:after {
    opacity: 1;
  }
  .c-block4__nav .c-btn1:not(.is-active) .c-btn1__inner:hover .c-btn1__text {
    color: #fff;
  }
  .c-block4__nav .c-btn1:not(.is-active) .c-btn1__inner:hover .u-en:before {
    background-color: #fff;
  }
}
.c-block4__nav .u-jp {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 100%;
}
.c-block4__nav .u-en {
  margin-left: 14px;
  padding-left: 15px;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-block4__nav .u-en {
    width: -webkit-max-content;
    width: max-content;
    flex-shrink: 0;
    max-width: 70%;
  }
}
.c-block4__nav .u-en:before {
  top: 3px;
  height: calc(100% - 6px);
  left: 0;
  content: "";
  position: absolute;
  background-color: #c4c4c4;
  width: 1px;
}
.c-block4__title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  letter-spacing: 3.6px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-block4__title {
    margin-bottom: 26px;
  }
}
.c-block4__title__en {
  display: block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-block4__title__en {
    margin-top: 10px;
  }
}
.c-block4__map {
  height: 416px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-block4__map {
    width: 720px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-block4__map {
    margin-bottom: 30px;
    height: 315px;
  }
}
.c-block4__map iframe {
  border: none;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.c-block4__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-block4__content {
    padding-top: 29px;
    padding-left: 59px;
  }
  .c-block4__content--style1 {
    padding-top: 6px;
  }
}
.c-block4__text:not(:last-child) {
  padding-bottom: 23px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}
.c-block4__text__title {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .c-block4__text__title {
    margin-bottom: 14px;
  }
}
.c-block4__list {
  margin-top: -2px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-block4__list {
    margin-top: -5px;
    letter-spacing: 3.2px;
  }
}
.c-block4__list li {
  padding-left: 9px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-block4__list li {
    padding-left: 19px;
  }
}
.c-block4__list li:before {
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #111;
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-block4__list li:before {
    width: 3px;
    height: 3px;
    top: 13px;
    left: 6px;
  }
}
.c-block4__list li:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-block4__list li:not(:last-child) {
    margin-bottom: -6px;
  }
}

/*------------------------------------------------------------
animations
------------------------------------------------------------*/
.js-fadein {
  transition: 0.8s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
}
.js-fadein.is-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .js-fixed.is-on {
    position: fixed;
    top: 215px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .c-tag1 {
    border-color: #111111;
    color: #111111;
    padding: 5px 9px;
  }
}

/*
------------------------------------------------------------*/
.c-contact {
  background: #ffffff;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 10px;
  }
}
.c-contact__inner {
  padding: 83px 0 80px;
}
@media screen and (max-width: 767px) {
  .c-contact__inner {
    padding: 42px 0 40px;
  }
}
.c-contact__wrap {
  display: block;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .c-contact__wrap:hover {
    opacity: 1;
  }
  .c-contact__wrap:hover .c-contact__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-contact__wrap:hover .c-btn1__inner {
    color: #fff;
  }
  .c-contact__wrap:hover .c-btn1__inner:before {
    z-index: 3;
  }
  .c-contact__wrap:hover .c-btn1__inner:after {
    -webkit-transform: translateY(-50%) scale(50);
            transform: translateY(-50%) scale(50);
    opacity: 1;
    transition: opacity 0.3s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.3s;
    transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
  }
  .c-contact__wrap:hover .c-btn1__text:before {
    background-image: url("/assets/images/common/icon/icon-mail.svg");
  }
}
.c-contact__wrap > .l-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 374px) {
  .c-contact__wrap > .l-container {
    padding: 0 15px;
  }
}
.c-contact__img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.c-contact__img img {
  transition: all 0.6s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-contact__title {
  margin-bottom: 35px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-contact__title {
    margin-bottom: 24px;
  }
}
.c-contact__title__en {
  margin-bottom: 16px;
  display: block;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-contact__title__en {
    margin-bottom: 17px;
    font-size: 3.6rem;
    letter-spacing: 0.9px;
  }
}
.c-contact__title__jp {
  font-size: 1.8rem;
  letter-spacing: 2.52px;
  font-weight: 700;
}
.c-contact .c-text1 {
  font-weight: bold;
  margin-bottom: 29px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact .c-text1 {
    margin-bottom: 29px;
  }
  .c-contact .c-btn1__inner {
    padding: 15px 29px 15px 30px;
  }
}

/*
------------------------------------------------------------*/
.c-card {
  width: 100%;
}
.c-card__img {
  width: 100%;
  padding-top: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card__info {
  padding: 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .c-card .c-list4__txt {
    border-color: #ffffff;
    color: #ffffff;
  }
}
.c-card__txt {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  margin-top: 10px;
}

/*
------------------------------------------------------------*/
.c-modal {
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-modal {
    background: rgba(17, 17, 17, 0.8);
  }
}
.c-modal.is-active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.c-modal__close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.c-modal__wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 70px 0 30px;
}
@media screen and (max-width: 767px) {
  .c-modal__wrap {
    padding: 50px 30px;
  }
}
.c-modal__inner {
  width: 600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-modal__inner {
    width: 100%;
    max-width: 600px;
  }
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb li {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #333;
}
.c-breadcrumb li:not(:last-child) {
  padding-right: 8px;
  margin-right: 7px;
  position: relative;
}
.c-breadcrumb li:not(:last-child):after {
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  background: url("/assets/images/common/icon/icon-arrow2.svg") no-repeat center/9px auto;
  position: absolute;
  right: 0;
}
.c-breadcrumb a {
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.c-breadcrumb span {
  font-weight: 700;
}