@charset "UTF-8";
/*-----------
PC共通
------------*/
:root {
  --white: #ffffff;
  --gray: #d2d2d2;
  --black: #3c3c3c;
  --red: #b2231a;
  --content-max-width: 1196px;
  --content-sp-width: 96.5%;
  --mincyo: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  --gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: var(--black);
  font-size: 16px;
  font-family: var(--gothic);
}

.sp {
  display: none !important;
}

.pc {
  display: inline-block !important;
}

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

/*------------
header
-------------*/
.header {
  background-color: #f6f6f6;
  font-family: var(--mincyo);
  font-weight: 500;
}

.header.is-Active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(246, 246, 246, 0.7);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 10;
}

.header-inn {
  max-width: 1425px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.header span {
  display: block;
}

.header-navi {
  max-width: 900px;
  font-size: 16px;
}

.header-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navi a {
  display: inline-block;
  padding: 20px 1.302vw;
  text-align: center;
}

.header-navi .en {
  font-size: 12px;
  line-height: 1.66667;
}

.hamburgermenu {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .header-logo {
    max-width: 240px;
  }
  .header .header-logo span {
    font-size: 10px;
  }
  .header .header-navi {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
  }
  .header-logo {
    padding: 18px;
    font-size: clamp(6.82667px, 2.13333vw, 16px);
    text-align: center;
    line-height: 1.25;
  }
  .header img {
    width: 37.33333vw;
    max-width: 280px;
  }
  .header-inn {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .header-navi {
    width: 100%;
    font-size: clamp(7.68px, 3.86266vw, 18px);
    padding: 90px 10px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f6f6f6;
    z-index: 200;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header-navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-navi a {
    padding: 10px 0;
    width: 100%;
  }
  .header-navi .en {
    font-size: clamp(5.97333px, 3.00429vw, 14px);
    line-height: 1.78571;
  }
  .header-navi li {
    border-top: 1px solid #7b7b7b;
    width: 100%;
    text-align: center;
  }
  .header-navi.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .hamburgermenu {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 35px;
    height: 35px;
    background-color: #514e4d;
    z-index: 300;
  }
  .header .hamburgermenu span {
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--white);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .hamburgermenu span:nth-of-type(1) {
    top: 10px;
  }
  .header .hamburgermenu span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .hamburgermenu span:nth-of-type(3) {
    bottom: 8px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .hamburgermenu.open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    top: 17px;
  }
  .header .hamburgermenu.open span:nth-of-type(2) {
    background-color: transparent;
  }
  .header .hamburgermenu.open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    bottom: 16px;
  }
}

/*----------
footer
----------*/
.footer {
  background-color: #000;
  padding: 60px 0 0;
  color: var(--white);
  font-family: var(--mincyo);
}

.footer-inn {
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
}

.footer-address {
  margin-left: 26px;
}

.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .fax {
  display: inline-block;
  margin-left: 8px;
}

.footer .fz18 {
  font-size: 18px;
}

.footer .fz15 {
  font-size: 15px;
}

.footer address {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.footer-navi nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-navi .partnerlink {
  border-bottom: 1px solid #fff;
}

.footer-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-navi li {
  margin-right: 4.16667vw;
  margin-top: 30px;
}

.footer-navi a {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
}

.footer .copy {
  margin-top: 78px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
  .footer-logo {
    max-width: 230px;
    width: 30.66667vw;
  }
  .footer-inn {
    max-width: var(--content-sp-width);
  }
  .footerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
  .footer .tel {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer .fax {
    display: inline-block;
    margin-left: 0;
    display: block;
  }
  .footer .fz18 {
    font-size: clamp(12.8px, 4vw, 30px);
  }
  .footer .fz15 {
    font-size: clamp(10.24px, 3.2vw, 24px);
  }
  .footer address {
    font-size: clamp(7.68px, 2.4vw, 18px);
    margin-top: 10px;
  }
  .footer-navi {
    display: none;
  }
  .footer .copy {
    margin-top: 15px;
    font-size: clamp(5.97333px, 1.86667vw, 14px);
  }
}

/*----------
main共通
----------*/
.main section [class$="-inn"] {
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
}

.main section [class$="-ttl"] {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--mincyo);
}

.main section [class$="-ttl"] .en {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding: 14px 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #222222;
  margin: 0 auto;
}

.main [class$="-text"] {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.main .more {
  margin-top: 40px;
}

.main .more button {
  border: 0;
  background-color: transparent;
  z-index: 1;
  padding: 8px 8px 8px 20px;
  border-radius: 10px;
  background-color: var(--red);
}

.main .more a {
  color: var(--white);
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
}

.main .more a span {
  display: inline-block;
  padding-left: 8px;
}

.main .more a span img {
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .main section [class$="-inn"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-inn {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .main section [class$="-inn"] {
    max-width: var(--content-sp-width);
  }
  .main section [class$="-ttl"] {
    font-size: clamp(15.36px, 4.8vw, 36px);
  }
  .main section [class$="-ttl"] .en {
    font-size: clamp(7.68px, 2.4vw, 18px);
    padding: 8px 20px;
  }
  .main [class$="-text"] {
    font-size: clamp(10.24px, 3.2vw, 24px);
  }
  .main .more {
    text-align: center;
    margin-top: 20px;
    padding: 8px 8px 8px 25px;
    font-size: clamp(10.24px, 3.2vw, 24px);
  }
}

/*-----------
.sub-ttl
------------*/
.sub-ttl {
  padding: 120px 0 134px;
  color: var(--white);
  text-align: center;
  font-family: var(--mincyo);
}

.sub-ttl h1 {
  font-size: 30px;
}

.sub-ttl h1 .en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px;
  border-bottom: 1px solid var(--white);
  font-size: 14px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sub-ttl {
    padding: 55px 0 50px;
  }
  .sub-ttl h1 {
    font-size: clamp(15.36px, 4.8vw, 36px);
  }
  .sub-ttl h1 .en {
    padding: 10px 6px;
    font-size: clamp(7.68px, 2.4vw, 18px);
  }
}
/*# sourceMappingURL=common.css.map */