@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: calc((100vw - 1600px) / 160 + 10px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc((100vw - 37.5px) / 37.5 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-display: swap;
  src: url("../font/Futura-Medium-01.ttf") format("truetype");
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

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

input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outerBlock {
  overflow: hidden;
}

.innerBlock {
  margin: 0 auto;
  position: relative;
}

#wrapper {
  position: relative;
  padding: 0;
}

.pc {
  display: block !important;
}

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

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  html {
    position: relative;
  }
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  .outerBlock {
    min-width: 37.5rem;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 37.5rem;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 961px) {
  a,
  a:before,
  a:after,
  input[type=submit],
  button[type=submit] {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  a:hover,
  a:hover:before,
  a:hover:after,
  input[type=submit]:hover,
  button[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  body {
    min-width: 37.5rem;
  }
}

.innerBlock {
  max-width: 120rem;
}
@media screen and (max-width: 960px) {
  .innerBlock {
    padding: 0 2rem;
  }
}

/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  /*gnav*/
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
  padding: 5rem;
}
header .header h1, header .header .headerLogo {
  width: 300px;
}
header .header .menu {
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 50px;
  aspect-ratio: 1/1;
}
header .header .menu span {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 2px;
  background-color: #000;
  transition: 0.3s ease;
}
header .header .menu span:nth-child(1) {
  top: 0;
  left: 0;
}
header .header .menu span:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
}
header .header .menu span:nth-child(3) {
  top: 0;
  right: 0;
}
header .header .menu span:nth-child(4) {
  top: 0;
  bottom: 0;
  left: 0;
}
header .header .menu span:nth-child(5) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header .header .menu span:nth-child(6) {
  top: 0;
  bottom: 0;
  right: 0;
}
header .header .menu span:nth-child(7) {
  bottom: 0;
  left: 0;
}
header .header .menu span:nth-child(8) {
  bottom: 0;
  left: 0;
  right: 0;
}
header .header .menu span:nth-child(9) {
  bottom: 0;
  right: 0;
}
header .header.active {
  background-color: #fff;
}
header .header.active .menu span {
  transform: rotate(360deg);
  opacity: 0;
}
header .header.active .menu span:nth-child(4) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 3px;
  transform: rotate(45deg);
}
header .header.active .menu span:nth-child(6) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  header .header {
    padding: 2rem;
    background-color: #fff;
  }
  header .header h1 {
    width: 20.6rem;
  }
  header .header .menu {
    width: 4rem;
    margin-left: 3rem;
  }
  header .header .menu span {
    width: 1rem;
    height: 1rem;
  }
}
header .gnav {
  background: #333;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98;
}
header .gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-flow: column;
  position: absolute;
  width: 100%;
}
header .gnav__wrap .gnavLink {
  margin-right: 80px;
}
header .gnav__wrap .gnavLink li {
  margin: 2em auto;
}
header .gnav__wrap .gnavLink li a {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
header .gnav__wrap .gnavLink li a:hover {
  color: #666;
}
header .gnav__wrap .gnavLink:last-child {
  margin-right: 0;
}
header .gnav__wrap .gnavLink .small {
  margin-top: 80px;
}
header .gnav__wrap .gnavLink .small a {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  header .gnav__wrap {
    overflow: auto;
    justify-content: flex-start;
    align-items: stretch;
    padding: 28% 5% 0;
  }
  header .gnav__wrap .gnavLink {
    margin-right: 0;
  }
  header .gnav__wrap .gnavLink li {
    margin: 0 auto 3rem;
  }
  header .gnav__wrap .gnavLink li a {
    font-size: 1.4rem;
  }
}
header .linkBtn .btnBox {
  width: 40rem;
  display: inline-block;
}
header .linkBtn .btnBox a {
  display: block;
  padding: 3rem;
  font-weight: bold;
  text-align: center;
  border: solid 4px #000;
}
header .linkBtn .btnBox:first-child {
  margin-right: 3rem;
}
header .linkBtn .btnBox:first-child a {
  background-color: #58FFC5;
}
header .linkBtn .btnBox:last-child a {
  background-color: #FFFF80;
}
@media screen and (max-width: 960px) {
  header .linkBtn .btnBox {
    width: 100%;
  }
  header .linkBtn .btnBox a {
    border: solid 6px #000;
    padding: 2rem;
  }
  header .linkBtn .btnBox:first-child {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

#underMv {
  background: url(../images/common/under_mv.jpg) no-repeat top center/cover;
  width: 100%;
  height: 35rem;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#underMv h1 {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #underMv {
    background: url(../images/sp/common/under_mv.jpg) no-repeat top center/cover;
    height: 24rem;
    padding: 10rem 2rem 2rem;
  }
  #underMv h1 {
    font-size: 3rem;
  }
}

/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
.footerCv {
  background: url(../images/common/under_footer_bg.jpg) no-repeat center/cover;
  text-align: center;
  padding: 5rem 0;
  margin-top: 10rem;
}
.footerCv .innerBlock p {
  margin: 5rem auto;
}
@media screen and (max-width: 960px) {
  .footerCv {
    padding: 5rem 0;
    margin-top: 5rem;
  }
  .footerCv .innerBlock p {
    margin: 2rem auto;
    text-align: center;
  }
  .footerCv .innerBlock .btnBox {
    border: solid 6px #000;
    width: 100%;
  }
  .footerCv .innerBlock .btnBox a {
    padding: 2rem;
    border: solid 4px #F4F4F4;
  }
  .footerCv .innerBlock .btnBox:first-child {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

footer {
  background-color: #333;
  padding: 5rem;
}
footer .inner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #666;
}
footer .inner .flex .footerLink {
  width: 73.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
footer .inner .flex .footerLink .linkItem a {
  font-size: 2rem;
  font-family: "Futura", sans-serif;
  color: #fff;
}
footer .inner .flex .footerLink .linkItem a span {
  display: block;
  font-size: 1.2rem;
}
footer .inner .flex .footerLink .linkItem a img {
  height: 2rem;
}
footer .inner .footerBottom {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
footer .inner .footerBottom .link {
  width: 36rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .inner .footerBottom .link a {
  color: #fff;
}
footer .inner .footerBottom .company {
  margin: 3rem auto;
}
footer .inner .footerBottom .copy {
  color: #666;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 2rem;
  }
  footer .inner .flex {
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  footer .inner .flex .logo {
    margin-bottom: 2rem;
  }
  footer .inner .flex .footerLink {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  footer .inner .flex .footerLink .linkItem {
    width: 48%;
  }
  footer .inner .flex .footerLink .linkItem a img {
    width: auto;
    height: 2rem;
  }
  footer .inner .flex .footerLink .linkItem a span {
    font-size: 1.1rem;
  }
  footer .inner .footerBottom {
    font-size: 1rem;
  }
  footer .inner .footerBottom .link {
    width: 100%;
  }
  footer .inner .footerBottom .link a {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------------------------
    共通パーツ
------------------------------------------------------------------------------*/
.btnBox {
  border: solid 4px #000;
  width: 40rem;
  display: inline-block;
}
.btnBox a {
  display: block;
  padding: 3rem;
  font-weight: bold;
  text-align: center;
  border: solid 5px #F4F4F4;
}
.btnBox:first-child {
  margin-right: 3rem;
}
.btnBox:first-child a {
  background-color: #58FFC5;
}
.btnBox:last-child a {
  background-color: #FFFF80;
}
@media screen and (max-width: 960px) {
  .btnBox {
    border: solid 6px #000;
    width: 100%;
  }
  .btnBox a {
    padding: 2rem;
    border: solid 4px #F4F4F4;
  }
  .btnBox:first-child {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.shareBox {
  text-align: center;
  margin-bottom: 5rem;
}
.shareBox .ttl {
  font-weight: bold;
  margin-bottom: 2rem;
}
.shareBox .link a {
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 960px) {
  .shareBox {
    margin-bottom: 2rem;
  }
  .shareBox .link img {
    width: 3rem;
    height: auto;
  }
}

.attentionBox {
  margin-bottom: 5rem;
  padding: 3rem;
  line-height: 1.8;
  color: #FD5353;
  border: 4px solid #FD5353;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 10rem;
  text-align: center;
}
.pager span, .pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100%;
}
.pager a {
  color: #999;
}
.pager a:visited, .pager a:link {
  color: #999;
}
.pager .current {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  .pager {
    gap: 1rem;
    margin-top: 5rem;
  }
  .pager span, .pager a {
    width: 4rem;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
    固定ページ
------------------------------------------------------------------------------*/
#staticPage .innerBlock {
  max-width: 120rem;
}
@media screen and (max-width: 960px) {
  #staticPage .innerBlock {
    padding: 0 2rem;
  }
}

/*# sourceMappingURL=common.css.map */
