@charset "UTF-8";
.screen-reader-text {
  display: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  overflow-x: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}

:root {
  --black: #000;
  --color-blue: #0067b1;
  --color-red: #dc000c;
  --color-navy: #001976;
  --font-poppins: "Poppins", sans-serif;
  --font-min: "Zen Old Mincho", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

.animated {
  opacity: 0;
}

.page-top {
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  z-index: 5;
}
.page-top a {
  width: 70rem;
  height: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top img {
  width: 50rem;
}

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

html {
  font-size: 0.2666666667vmin;
}

body {
  font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: var(--black);
  font-size: 16rem;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: var(--black);
}

.pc {
  display: none;
}

p {
  line-height: 2.1;
  color: var(--black);
  font-size: 16rem;
  text-align: justify;
  letter-spacing: 0;
}

.wrap-hm {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  text-align: center;
  z-index: 100;
  border: 0;
  width: 28rem;
  height: 24rem;
}

#hm-icon {
  height: 3px;
  width: 100%;
  background: var(--color-blue);
}

#hm:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--color-blue);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#hm:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--color-blue);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#hm.close #hm-icon {
  background: transparent;
}

#hm.close:before {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 34rem;
}

#hm.close:after {
  position: absolute;
  top: 50%;
  width: 34rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#sp_menu {
  position: fixed;
  top: 0;
  display: none;
  z-index: 11;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#sp_menu .sp_menu-logo {
  position: absolute;
  z-index: 1;
  width: 182rem;
  top: 18rem;
  left: 18rem;
}
#sp_menu.active::before {
  -webkit-filter: blur(0);
  filter: blur(0);
}
#sp_menu::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
  background: url("../images/background-img_menu.jpg") center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}
#sp_menu nav {
  position: relative;
  padding: 130rem 46rem 90rem;
  z-index: 1;
}
#sp_menu nav ul {
  display: -ms-grid;
  display: grid;
  gap: 46rem;
}
#sp_menu nav ul li {
  text-align: center;
}
#sp_menu nav ul li > a {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-blue);
}
#sp_menu .hm-menu-btn {
  margin-top: 55rem;
  display: -ms-grid;
  display: grid;
  gap: 12rem;
}
#sp_menu .hm-menu-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 23px;
  height: 45rem;
  color: var(--color-red);
  font-size: 16rem;
  border: 2px solid var(--color-red);
}
#sp_menu .hm-menu-youtube {
  margin-top: 100rem;
  margin-left: auto;
  display: block;
  width: 45rem;
}
#sp_menu .hm-menu-youtube p {
  font-size: 12rem;
  text-align: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
header .inner {
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .hm_wrap {
  width: 140rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
header a.head-btn {
  height: 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header a.head-btn img {
  width: 26rem;
}
header .logo {
  margin-left: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70rem;
}
header .logo img {
  vertical-align: middle;
}

footer {
  margin-top: 120rem;
  background: #fff;
  padding: 65rem 30rem 30rem;
}
footer .box-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40rem;
}
footer .box-logo img {
  width: 67rem;
}
footer .box-logo p {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 16rem;
  margin-left: 20rem;
}
footer .nav {
  display: -ms-grid;
  display: grid;
  gap: 20rem;
}
footer .nav a {
  display: block;
  line-height: 1;
  color: var(--color-blue);
  font-size: 14rem;
  font-weight: 500;
}
footer a.icon-sns {
  margin-top: 45rem;
  display: block;
  width: 26rem;
}
footer small {
  font-weight: 500;
  font-size: 10rem;
  margin-top: 30rem;
  color: var(--color-blue);
  display: block;
}

.modaal-video-wrap {
  margin: auto !important;
}

.modaal-close:after,
.modaal-close:before {
  width: 2px !important;
}

.modaal-close:focus,
.modaal-close:hover {
  background: none !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: white !important;
}

a.btn-primary {
  background: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 276rem;
  height: 54rem;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 27rem;
  margin: 0 auto;
}
a.btn-primary.no-border {
  border: none;
}
a.btn-primary.small {
  font-size: 15rem;
  width: 230rem;
  height: 48rem;
}

.page-404 {
  width: 90%;
  margin: 0 auto;
}

.p-404 {
  padding-top: 50rem;
}
.p-404 p {
  margin-bottom: 30rem;
}
.p-404 a.btn-primary {
  margin-top: 60rem;
}

.page-block {
  width: 90%;
  margin: 0 auto;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    letter-spacing: 0.03em;
    font-size: min(18px, 1.13vw);
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  p {
    font-size: min(17px, 1.06vw);
    line-height: 2.3;
  }
  .page-top {
    position: fixed;
    bottom: min(60px, 3.75vw);
    right: 6%;
    z-index: 5;
  }
  .page-top a {
    width: min(50px, 3.13vw);
    height: min(50px, 3.13vw);
  }
  .page-top img {
    width: 100%;
  }
  .wrap-hm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #hm {
    width: min(44px, 2.75vw);
    height: min(32px, 2vw);
  }
  #hm-icon {
    height: 4px;
  }
  #hm:before {
    height: 4px;
  }
  #hm:after {
    height: 4px;
  }
  #hm.close:before {
    width: min(52px, 3.25vw);
  }
  #hm.close:after {
    width: min(52px, 3.25vw);
  }
  #sp_menu::before {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-filter: blur(280px);
    filter: blur(280px);
  }
  #sp_menu nav {
    height: 100%;
    padding: 0 min(46px, 2.88vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sp_menu nav ul {
    display: -ms-grid;
    display: grid;
    gap: min(64px, 4vw);
  }
  #sp_menu nav ul li > a {
    font-size: min(20px, 1.25vw);
  }
  header {
    padding-top: min(40px, 2.5vw);
  }
  header .hm_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  header .inner {
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .inn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(419px, 26.19vw) min(80px, 5vw);
    grid-template-columns: min(419px, 26.19vw) min(80px, 5vw);
  }
  header nav.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header a.btn-pc-head {
    width: min(202px, 12.63vw);
    border: 1px solid var(--color-blue);
    background: #fff;
    height: min(44px, 2.75vw);
    border-radius: min(22px, 1.38vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: min(14px, 0.88vw);
    color: var(--color-blue);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header a.btn-pc-head:hover {
    background: #C1E5FF;
  }
  header a.head-btn {
    display: none;
  }
  header .logo {
    margin-left: 0;
    width: min(112px, 7vw);
  }
  footer {
    margin-top: min(220px, 13.75vw);
    padding: min(70px, 4.38vw) 0 min(120px, 7.5vw);
  }
  footer .inner {
    width: 78%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .box-logo a {
    margin-bottom: 0;
  }
  footer .box-logo img {
    width: min(67px, 4.19vw);
  }
  footer .box-logo p {
    font-size: min(16px, 1vw);
    margin-left: min(20px, 1.25vw);
  }
  footer .wrap-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(20px, 1.25vw) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: min(20px, 1.25vw);
  }
  footer .nav a {
    font-size: min(15px, 0.94vw);
  }
  footer a.icon-sns {
    margin-top: 0;
    width: min(26px, 1.63vw);
  }
  footer a.icon-sns img {
    vertical-align: text-bottom;
  }
  footer small {
    font-size: min(10px, 0.63vw);
    margin-top: min(30px, 1.88vw);
    text-align: right;
  }
  a.btn-primary {
    width: min(504px, 31.5vw);
    height: min(100px, 6.25vw);
    border: 1px solid #fff;
    font-size: min(26px, 1.63vw);
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  a.btn-primary.small {
    font-size: min(18px, 1.13vw);
    width: min(300px, 18.75vw);
    height: min(60px, 3.75vw);
  }
  a.btn-primary:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
  .p-404 {
    padding-top: min(50px, 3.13vw);
  }
  .p-404 a.btn-primary {
    margin-top: min(60px, 3.75vw);
  }
  .p-404 p {
    text-align: center;
    margin-bottom: min(30px, 1.88vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sp_menu nav ul {
    gap: min(50px, 3.13vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1630px) {
  header {
    padding: min(30px, 1.88vw) 0;
  }
  header .inner {
    width: 94%;
  }
  footer .bottom-contact {
    width: 88%;
  }
  footer .wrap-footer-nav {
    width: 88%;
  }
  footer .wrap-footer-bottom {
    width: 88%;
  }
}