@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

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

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #FFF;
}
body.en {
  font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 960px) {
  body.opened {
    overflow: hidden;
  }
}

img {
  max-width: none;
  width: 100%;
}
img.img-fit {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 13.698630137vw !important;
}
@media screen and (max-width: 960px) {
  img.img-fit {
    height: 26.0416666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  img.img-fit {
    height: 51.0026041667vw !important;
  }
}
@media screen and (max-width: 640px) {
  img.img-fit {
    height: 59.8453333333vw !important;
  }
}

a {
  color: #000;
  text-decoration: none;
}

/*==================================================================================================
    共通
=================================================================================================*/
.pc-show {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.font-en {
  font-family: "Josefin Sans", sans-serif;
}

.color_red {
  color: #d91a17 !important;
}

.color_gre {
  color: #B7D100 !important;
}

.color_ora {
  color: #ff9c00 !important;
}

.btn {
  background: #50504B;
  color: #FFF;
  font-weight: normal;
  display: block;
  text-decoration: none;
  line-height: 4.25;
  border-radius: 50px;
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 1em;
}
.btn:after {
  content: "";
  width: 0.5em;
  height: 0.875em;
  position: absolute;
  right: 1.5625em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_r_wt.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
  color: #FFF;
}
.btn--wt {
  color: #d91a17;
  background: #FFF;
}
.btn--wt:after {
  content: "";
  width: 0.390625em;
  height: 0.71875em;
  position: absolute;
  right: 1.0625em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--border {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}
.btn--gre {
  background: #B7D100;
  color: #50504B;
}
.btn--greW {
  background: #B7D100;
}
.btn--oraW {
  background: #ff9c00;
}
.btn--red {
  background: #d91a17;
}
.btn--noarrow:after {
  content: none;
}
.btn--312 {
  width: 19.5em;
  margin-left: auto;
  margin-right: auto;
}
.btn--590 {
  max-width: 36.875em;
  margin-left: auto;
  margin-right: auto;
}
.btn--lg {
  font-size: clamp(1.125em, 1.4vw, 1.5em);
  line-height: 4.1666666667;
}
.btn--back:after {
  content: none;
}
.btn--back:before {
  content: "";
  width: 0.5em;
  height: 0.875em;
  position: absolute;
  left: 1.5625em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_l_wt.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.btn-cont .btn {
  margin: 0.9375em 1.875em;
}

.anim {
  opacity: 0;
}

.fadein.is-animated {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinR.is-animated {
  -webkit-animation: slideInR 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInR 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinL.is-animated {
  -webkit-animation: slideInL 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInL 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinB.is-animated {
  -webkit-animation: slideInB 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInB 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInL {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInL {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInB {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInB {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
sup {
  font-size: 0.5em;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid--2 {
  margin-top: -1.25em;
}
@media screen and (max-width: 768px) {
  .grid--2 {
    margin-top: -4%;
  }
}
.grid--2 .grid__list {
  width: 46.9194312796%;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .grid--2 .grid__list {
    width: 100%;
    margin-top: 4%;
  }
}
.grid--2.grid--near .grid__list {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .grid--2.grid--near .grid__list {
    width: 48%;
  }
}
.grid--3 {
  margin-top: -5.625em;
}
.grid--3:after {
  content: "";
  width: 30.8670520231%;
}
@media screen and (max-width: 768px) {
  .grid--3 {
    margin-top: -20%;
  }
}
.grid--3 .grid__list {
  width: 30.8670520231%;
  margin-top: 5.625em;
}
@media screen and (max-width: 768px) {
  .grid--3 .grid__list {
    margin-top: 20%;
    width: 100%;
  }
}
.grid--3.grid--near .grid__list {
  width: calc(33.333333% - 2px);
}
@media screen and (max-width: 768px) {
  .grid--3.grid--near .grid__list {
    width: 100%;
  }
}
.grid--4:after {
  content: "";
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  .grid--4 {
    margin-top: -4%;
  }
}
.grid--4 .grid__list {
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  .grid--4 .grid__list {
    width: 48%;
    margin-top: 4%;
  }
}
.grid--4.grid--near .grid__list {
  width: calc(25% - 3px);
}
@media screen and (max-width: 768px) {
  .grid--4.grid--near .grid__list {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .grid--5 {
    margin-top: -4%;
  }
}
.grid--5 .grid__list {
  width: 19.1666666667%;
}
@media screen and (max-width: 768px) {
  .grid--5 .grid__list {
    width: 48%;
    margin-top: 4%;
  }
}
.grid--fig figure figcaption {
  font-weight: 600;
  text-align: center;
  font-size: clamp(1em, 2vw, 1.375em);
  margin-top: 0.4545454545em;
}
.grid--fig2 figure figcaption {
  font-weight: 600;
  text-align: center;
  font-size: clamp(0.6875em, 1vw, 0.8125em);
  margin-top: 0.5em;
}
.grid__shadow {
  -webkit-box-shadow: 0 0.1875em 0.375em rgba(80, 80, 75, 0.16);
          box-shadow: 0 0.1875em 0.375em rgba(80, 80, 75, 0.16);
}

.mb5p {
  margin-bottom: 5%;
}

.mb10p {
  margin-bottom: 10%;
}

.mb1em {
  margin-bottom: 1em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt1em {
  margin-top: 1em;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.-tabflex {
  display: none !important;
}
.-tabflex.-act {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-note {
  margin-left: 1em;
  text-indent: -1em;
}

/*==================================================================================================
    header
==================================================================================================*/
.site-header {
  width: 100%;
  height: 7.5em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  font-size: clamp(0.75em, 1vw, 1em);
  background: #FFF;
  padding: 0 0 0 0;
}
@media screen and (max-width: 640px) {
  .site-header {
    height: 3.75em;
  }
}
.site-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-header__logo {
  margin-right: auto;
  height: 100%;
}
.site-header__logo img {
  width: auto;
  height: 100%;
}
.site-header__logo a {
  display: block;
  height: 100%;
}
.site-header__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-header__sns li {
  margin-left: 1em;
}
.site-header__sns li img {
  width: 2.8125em;
  height: 2.8125em;
}
@media screen and (max-width: 640px) {
  .site-header__sns li img {
    width: 1.8333333333em;
    height: 1.8333333333em;
  }
}
.site-header .menu-btn {
  display: block;
  background-color: #FFF;
  border: none;
  width: 7.5em;
  height: 7.5em;
  margin-left: 1em;
  padding: 2.4375em 2.5em 2.8125em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .site-header .menu-btn {
    padding: 1.1666666667em 1em 1.25em;
    width: 3.75em;
    height: 3.75em;
  }
}
.site-header .menu-btn span {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #000;
}
.site-header .menu-btn span span {
  display: block;
  background: #000000;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25em;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 640px) {
  .site-header .menu-btn span span {
    height: 2px;
  }
}
.site-header .menu-btn span span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.site-header .menu-btn span span:nth-child(2) {
  top: 50%;
  width: 100%;
}
.site-header .menu-btn span span:nth-child(3) {
  top: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.site-header .menu-btn:hover span span {
  width: 100%;
}
.site-header .menu-btn--opened span {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.site-header .menu-btn--opened span span:nth-child(1) {
  -webkit-transform: rotate(0deg) translateY(1em);
          transform: rotate(0deg) translateY(1em);
  width: 100%;
}
@media screen and (max-width: 640px) {
  .site-header .menu-btn--opened span span:nth-child(1) {
    -webkit-transform: rotate(0deg) translateY(0.5833333333em);
            transform: rotate(0deg) translateY(0.5833333333em);
  }
}
.site-header .menu-btn--opened span span:nth-child(2) {
  opacity: 0;
}
.site-header .menu-btn--opened span span:nth-child(3) {
  -webkit-transform: rotate(-90deg) translateX(1.3125em);
          transform: rotate(-90deg) translateX(1.3125em);
  width: 100%;
}
@media screen and (max-width: 640px) {
  .site-header .menu-btn--opened span span:nth-child(3) {
    -webkit-transform: rotate(-90deg) translateX(0.75em);
            transform: rotate(-90deg) translateX(0.75em);
  }
}
.site-header .header-cont {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 6.6666666667em;
  z-index: -1;
  width: 100%;
  background: white;
}
.site-header .header-nav {
  height: 100%;
}
.site-header .header-nav .g-nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .header-nav .g-nav__list {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .site-header .header-nav .g-nav__list {
    padding: 0.25em;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-nav .g-nav__list {
    font-size: 1.4rem;
  }
}
.site-header .header-nav .g-nav__list:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.site-header .header-nav .g-nav__list > a {
  text-decoration: none;
  font-weight: 600;
}
.site-header .gnav-btn {
  display: block;
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 209, 0)), to(rgb(108, 209, 0)));
  background: -webkit-linear-gradient(left, rgb(183, 209, 0) 0%, rgb(108, 209, 0) 100%);
  background: linear-gradient(90deg, rgb(183, 209, 0) 0%, rgb(108, 209, 0) 100%);
  padding: 1em 3em;
  border-radius: 0.5em;
  margin-top: 1em;
}

.wrap {
  font-size: clamp(0.75em, 1vw, 1em);
  margin-top: 7.5em;
}
@media screen and (max-width: 640px) {
  .wrap {
    margin-top: 3.75em;
  }
}

.fixed-btn {
  font-size: clamp(0.75em, 1vw, 1em);
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20em;
}
@media screen and (max-width: 640px) {
  .fixed-btn {
    width: 100%;
  }
}
.fixed-btn li {
  width: 100%;
}
.fixed-btn li a {
  display: block;
  text-align: center;
  padding: 1.25em 0;
  line-height: 0;
}
.fixed-btn li a img {
  height: 3.125em;
  width: auto;
}
@media screen and (max-width: 640px) {
  .fixed-btn li a img {
    height: 3.125em;
  }
}
.fixed-btn li a.web {
  background: #1f4492;
}
.fixed-btn li a.mypage {
  background: #00b900;
}

/*==================================================================================================
    footer
==================================================================================================*/
.site-footer {
  font-size: clamp(0.75em, 1vw, 1em);
  padding: 2em 0 0;
  text-align: center;
}
.site-footer__logo {
  text-align: center;
  margin-bottom: 1em;
}
.site-footer__logo img {
  width: 18.75em;
}
.site-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3em;
}
@media screen and (max-width: 640px) {
  .site-footer__nav {
    display: block;
  }
}
.site-footer__nav li {
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .site-footer__nav li:not(:first-child):before {
    content: "｜";
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .site-footer__nav li {
    margin-bottom: 0.5em;
  }
}
.site-footer .copyright {
  background: #d91a17;
  color: #FFF;
  padding: 1em 20px 6em;
}