@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #333333;
  letter-spacing: 0.05em;
  word-break: break-word;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 500;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

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

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select {
  font-size: 1.5rem;
  line-height: 2;
}

/* ---------------------------------------------
  レイアウト
-----------------------------------------------*/
.l-wrap {
  max-width: 112rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3rem);
  }
}
.l-wrap.-s {
  max-width: 104.6rem;
}
.l-wrap.-l {
  max-width: 124.6rem;
}

.l-container {
  overflow: hidden;
}

/* ---------------------------------------------
  装飾
-----------------------------------------------*/
.u-bold {
  font-weight: 700;
}

.u-underline {
  text-decoration: underline;
}

/* ---------------------------------------------
  パーツ
-----------------------------------------------*/
/* ボタン
--------------------------------*/
.c-btn_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 6rem;
  background: linear-gradient(to bottom, #EEFC49, #FFC24E);
  overflow: hidden;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 3.5rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .c-btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-btn_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-btn_link {
    width: 32.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }
}
.c-btn_link::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.c-btn_link.-s {
  width: 29rem;
  height: 4rem;
  font-size: 1.6rem;
}
.c-btn_link.-center {
  margin: 0 auto;
}
.c-btn_link.-close {
  background: #C4C4C4;
  color: #ACACAC;
  pointer-events: none;
}
.c-btn_link.-close::after {
  content: none;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.c-btn02_link {
  margin: 0 auto;
  width: 39rem;
  height: 5rem;
  background-color: #3A9504;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .c-btn02_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-btn02_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02_link {
    width: 30rem;
    height: 4rem;
    font-size: 1.5rem;
  }
}
.c-btn02_link.-l {
  width: 41rem;
}
@media screen and (max-width: 767px) {
  .c-btn02_link.-l {
    width: 30rem;
    height: 4rem;
  }
}
.c-btn02_link.-s {
  width: 35.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn02_link.-s {
    width: 30rem;
  }
}
.c-btn02_link.-blue {
  background-color: #1B0065;
}
.c-btn02_link.-blue02 {
  background-color: #085DD0;
}
.c-btn02_link.-orange {
  background-color: #E38414;
}
.c-btn02_link.-red {
  background-color: #D61E3E;
}

/* タイトル
--------------------------------*/
.c-secttl-box .c-secttl {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.4444444444;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl {
    font-size: 2.4rem;
    padding-bottom: 1.7rem;
    line-height: 1.8333333333;
  }
}
.c-secttl-box .c-secttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 20rem;
  height: 2.5rem;
  background: url(../img/common/icon_ttl_border.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl::before {
    width: 10rem;
    height: 1.35rem;
  }
}
.c-secttl-box .c-seccatch {
  margin-top: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-seccatch {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.c-secttl-box .c-seccatch.-s {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-seccatch.-s {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-secttl-box .c-sectxt {
  margin-top: 3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-sectxt {
    margin: 1rem 1rem 0;
    text-align: left;
  }
}
.c-secttl-box .c-secdate {
  margin: 2rem auto 0;
  width: 66rem;
  height: 4rem;
  border: 1px solid #5CE6FF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5CE6FF;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secdate {
    width: 100%;
    height: auto;
    padding: 1.3rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.l-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    padding: 1.5rem 0;
  }
}
.l-header_left .logo {
  width: 19rem;
}
@media screen and (min-width: 768px) {
  .l-header_left .logo {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header_left .logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-header_left .logo {
    width: 12.5rem;
  }
}
.l-header_right .menu {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
.l-header_right .menu .list {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.l-header_right .menu .list_item a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header_right .menu .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header_right .menu .list_item a:hover {
    opacity: 0.7;
  }
}

.menu-trigger {
  width: 3.5rem;
  height: 2.5rem;
  position: fixed;
  z-index: 999;
  top: 1.8rem;
  right: 1.5rem;
}
.menu-trigger span {
  width: 3.5rem;
  height: 3px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
}
.is-fixed .menu-trigger span {
  top: 50%;
  transform: translateX(-50%) rotate(200deg);
}
.menu-trigger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.is-fixed .menu-trigger span:nth-child(2) {
  opacity: 0;
}
.menu-trigger span:nth-child(3) {
  top: calc(100% - 3px);
}
.is-fixed .menu-trigger span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-200deg);
}

.gnavi {
  padding: 8rem 0 6rem;
  background-color: #fff;
  width: 29rem;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  transform: translateX(29rem);
  overflow-y: scroll;
  transition: 0.3s;
}
.is-fixed .gnavi {
  transform: translate(0);
}
.gnavi_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 5rem;
}
.gnavi_inner .list_item {
  border-bottom: 1px solid #D3D3D3;
}
.gnavi_inner .list_item:nth-child(1) {
  border-top: 1px solid #D3D3D3;
}
.gnavi_inner .list_item a {
  text-align: center;
  display: block;
  padding: 1.8rem 0;
}
.gnavi_inner .c-btn {
  margin-top: 5rem;
}
.gnavi_inner .c-btn_link {
  width: 26rem;
  height: 4.5rem;
  font-size: 1.5rem;
}
.gnavi_inner .logo {
  width: 15rem;
  position: absolute;
  bottom: 5.4rem;
}

.l-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 98;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  visibility: hidden;
}
.is-fixed .l-overlay {
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  background-color: #151126;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2rem 0 8rem;
  }
}
.l-footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.2rem;
  }
}
.l-footer .copyright small {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright small {
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
.page-top {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  z-index: 99;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .page-top {
    right: 1.5rem;
    bottom: 6.6rem;
    width: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-top a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .page-top a:hover {
    opacity: 0.7;
  }
}
.page-top a img {
  width: 100%;
}

.fixed-btn {
  background: rgba(255, 255, 255, 0.3); /* 白の透明色 */
  backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0.7rem 0;
}
.fixed-btn .c-btn_link {
  margin: 0 auto;
}

/* ------------------------------
    フェードインアニメーション
------------------------------ */
.fade-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}/*# sourceMappingURL=common.css.map */