@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

/*------------------------------
common
------------------------------*/
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* コンテンツ幅
------------------------------*/
.inner {
  width: 1200px;
  max-width: 62.5%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .inner {
    max-width: 90% !important;
  }
}
@media (max-width: 767px) {
  .inner {
    max-width: 90% !important;
    width: 400px;
  }
}

@media (min-width: 768px) {
  .u-inner-1280 {
    width: 1280px;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .u-inner-1360 {
    width: 1360px;
    max-width: 70.8333333333%;
  }
}

@media (min-width: 768px) {
  .u-inner-1480 {
    width: 1480px;
    max-width: 77.0833333333%;
  }
}

@media (min-width: 768px) {
  .u-inner-1600 {
    width: 1600px;
    max-width: 83.3333333333%;
  }
}

.u-aItem-start[class][class] {
  align-items: flex-start;
}

/* タイトル
------------------------------*/
.c-section-title {
  display: flex;
  align-items: flex-end;
  position: relative;
  font-size: clamp(4.4rem, 3.4375vw, 6.6rem);
  font-weight: 700;
  letter-spacing: 0.015em;
  padding-left: 0.88em;
}
.c-section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/img_title.webp) no-repeat center center/contain;
  width: 1.136em;
  aspect-ratio: 150/150;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: min(3rem, 8vw);
  }
}

.c-section-title--sm {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-section-title--sm {
    font-size: 2.8rem;
  }
}

.c-section-title__en {
  position: relative;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.045em;
}

.c-section-title__ja {
  position: relative;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  margin-left: 1.1em;
}
@media (max-width: 767px) {
  .c-section-title__ja {
    font-size: min(1.8rem, 4.8vw);
  }
}

.c-marker-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.c-marker-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 17px;
  background: #FFF3E8;
  width: 245px;
  aspect-ratio: 245/34;
  z-index: -1;
}

.c-marker-title__en {
  display: block;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
}

.c-marker-title__ja {
  display: block;
  font-size: 1.5rem;
  margin-top: 6px;
}

/* 固定ページタイトル
------------------------------*/
.c-page-header {
  margin-top: 30px;
  width: 91.6%;
  width: min((100vw - 1600px) / 2 + 1600px, 91.6%);
  padding: min(105px, 5.46875vw) 0;
  padding-left: max(0px + (100vw - 1600px) / 2, 7.96875vw);
  border-radius: 0 min(30px, 1.5625vw) min(30px, 1.5625vw) 0;
  position: relative;
}
.c-page-header::after {
  content: "";
  position: absolute;
  bottom: max(-20px, -1.0416666667vw);
  right: max(-20px, -1.0416666667vw);
  background: #FD790E;
  border-radius: 0 min(30px, 1.5625vw) min(30px, 1.5625vw) 0;
  width: calc(100% + 20px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-page-header {
    margin-top: 15px;
  }
}

.c-page-title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-page-title__en {
  display: block;
  font-size: clamp(3rem, 3.125vw, 6rem);
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .c-page-title__en {
    font-size: 2.4rem;
  }
}

.c-page-title__ja {
  display: block;
  font-size: clamp(1.4rem, 1.0416666667vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  transform: translateY(80%);
}
@media (max-width: 767px) {
  .c-page-title__ja {
    font-size: 1.4rem;
  }
}

/* ボタン
------------------------------*/
.c-button {
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 266px;
  max-width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0.6em 0.9em;
  background: #000000;
}
.c-button::after {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/icon_arrow.webp) no-repeat center center/contain;
  width: 1.3em;
  aspect-ratio: 76/17;
}
@media (max-width: 767px) {
  .c-button {
    font-size: 2rem;
    width: 220px;
  }
}

/*------------------------------
パンくずリスト
------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.breadcrumbs span {
  padding: 0 0.5em;
}
.breadcrumbs .sep {
  position: relative;
  background: url(../img/sep.webp) no-repeat center center/cover;
  aspect-ratio: 23/40;
  width: 1em;
}

@media (min-width: 768px) {
  .breadcrumbs__inner {
    width: 1620px;
    max-width: 84.375%;
  }
}

/*------------------------------
PAGE TOP
------------------------------*/
.page-top {
  position: fixed;
  right: 50px;
  bottom: 10px;
  z-index: 500;
}
.page-top img {
  width: 86px;
}
@media (max-width: 767px) {
  .page-top {
    right: 10px;
  }
  .page-top img {
    width: 50px;
  }
}

/*------------------------------
header
------------------------------*/
header {
  background: #F1F1F1;
  position: relative;
  z-index: 500;
}
@media (min-width: 768px) {
  header {
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}

.header__inner {
  width: 1920px;
  max-width: 100% !important;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .header__inner {
    padding-right: 15px;
  }
}

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

.header__logo {
  width: min(200px, 19.53125vw);
}
@media (max-width: 767px) {
  .header__logo {
    width: 120px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__menu {
  display: flex;
  align-items: center;
}

.header__item:nth-child(n+2) {
  margin-left: min(50px, 2.6041666667vw);
}
.header__item a {
  display: inline-block;
  font-size: min(1.4rem, 1.5625vw);
  font-weight: 400;
  line-height: 1.0714285714;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .header__item {
    text-align: center;
  }
  .header__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .header__item a {
    font-size: 1.4rem;
  }
}

.header__item-en {
  display: block;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .header__item-en {
    font-size: 2rem;
  }
}

.header__sns {
  margin-left: min(40px, 2.0833333333vw);
  display: flex;
}
.header__sns a {
  display: inline-block;
  width: min(50px, 3.90625vw);
}
.header__sns a:nth-child(2) {
  margin-left: min(20px, 1.0416666667vw);
}
@media (max-width: 767px) {
  .header__sns {
    margin-left: 0;
    margin-top: 30px;
    justify-content: center;
  }
  .header__sns a {
    width: 50px;
  }
  .header__sns a:nth-child(2) {
    margin-left: 30px;
  }
}

.header__contact {
  margin-left: min(50px, 2.6041666667vw);
}
.header__contact a {
  display: flex;
  align-items: center;
  background: #000;
  font-size: min(1.4rem, 1.5625vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 1em 2.2em;
}
.header__contact a::after {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/icon_paper-airplane.webp) no-repeat center center/contain;
  width: 3.65em;
  aspect-ratio: 103/83;
  margin-left: 0.9em;
}
@media (max-width: 767px) {
  .header__contact {
    margin-top: 30px;
    margin-left: 0;
  }
  .header__contact a {
    font-size: 1.4rem;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.header__contact-en {
  display: block;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
}

.drawer-icon {
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 6px;
}

.drawer-icon__bar3 {
  top: 12px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 50px 20px;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

/*------------------------------
footer
------------------------------*/
@media screen and (max-width: 999px) {
  .footer__inner {
    max-width: 80%;
  }
}

.footer__content {
  background: #F1F1F1;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .footer__content {
    padding: 50px 0;
  }
}

.footer__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .footer__wrapper {
    display: block;
  }
}

.footer__wrapper--sb {
  justify-content: space-between;
}

.footer__logo {
  width: 30%;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 200px;
  }
}

.footer__info {
  padding-left: 4.16%;
  width: 37%;
}
@media (max-width: 767px) {
  .footer__info {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.footer__company {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.footer__address {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}

.footer__menu {
  margin-left: 9%;
  border-left: 2px solid #FD790E;
  padding-left: 30px;
  position: relative;
  width: 24%;
}
.footer__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  background: #FD790E;
  width: 2px;
  height: 100%;
}
@media (max-width: 767px) {
  .footer__menu {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

.footer__item:nth-child(n+2) {
  margin-top: 30px;
}
.footer__item a {
  display: flex;
  align-items: flex-end;
  font-size: clamp(0.8rem, 0.5208333333vw, 10px);
  font-weight: 700;
  letter-spacing: normal;
}

.footer__item-en {
  font-size: clamp(1.8rem, 1.25vw, 24px);
  font-family: "Oswald", sans-serif;
  margin-right: 0.5em;
}

.footer__bottom {
  background: #000000;
  padding: 30px 0;
  color: #fff;
}

.footer__legal-menu {
  display: flex;
  align-items: center;
}
.footer__legal-menu li:nth-child(n+2) {
  margin-left: 3%;
}
.footer__legal-menu li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer__legal-menu {
    display: block;
  }
  .footer__legal-menu li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.footer__copyright {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 20px;
  }
}

/*------------------------------
contact-banner
------------------------------*/
.contact-banner {
  background: url(../img/contact_bg.webp) no-repeat center center/cover;
  padding: 170px 0 115px;
}
@media (max-width: 767px) {
  .contact-banner {
    padding: 100px 0 50px;
  }
}

.contact-banner__message {
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-banner__message {
    font-size: 1.6rem;
    text-align: left;
  }
}

.contact-banner__button {
  margin-top: 60px;
}
.contact-banner__button a {
  margin: 0 auto;
}

.contact-banner__note {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-banner__note {
    font-size: 1.2rem;
    text-align: left;
  }
}

/*------------------------------
404
------------------------------*/
.error-page {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-page h2 {
  font-size: 6rem;
  font-weight: bold;
}
.error-page p {
  padding-top: 5%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error-page h2 {
    font-size: 4rem;
  }
  .error-page p {
    font-size: 1.6rem;
  }
}

/*------------------------------
fade
------------------------------*/
.fade {
  opacity: 0;
}

.c-dnone {
  display: none !important;
}
/*# sourceMappingURL=common.css.map */