@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333333;
  word-break: break-word;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, form {
    line-height: 1.7;
  }
}

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.6rem;
}
@media screen and (max-width: 767px) {
  p, dt, dd, li, th, td,
  input, button, textarea, select {
    font-size: 1.4rem;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
}
/* ---------------------------------------------
  レイアウト
-----------------------------------------------*/
.l-wrap {
  max-width: 100rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
.l-wrap.-l {
  max-width: 118rem;
}
.l-wrap.-s {
  max-width: 88.6rem;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3rem);
  }
}

.l-container {
  overflow: hidden;
}

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

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

.u-blue {
  color: #0B4DF5;
}

.u-yellow {
  color: #FFFF6C;
}

.u-bg-yellow {
  background: linear-gradient(transparent 60%, #FFFF6C 60%);
}

/* ---------------------------------------------
  パーツ
-----------------------------------------------*/
/* セクション
--------------------------------*/
.c-section {
  padding: 8rem 0;
}

/* タイトル
--------------------------------*/
.c-secttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-secttl {
    font-size: 2rem;
  }
}
.c-secttl.-white {
  color: #fff;
}
.c-secttl.-left {
  text-align: left;
}

/* 追従
--------------------------------*/
.p-fixed-bnr {
  position: fixed;
  z-index: 100;
  right: 6.6rem;
  bottom: 2.4rem;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.p-fixed-bnr .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.3rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-fixed-bnr .close {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-fixed-bnr .close:hover {
    opacity: 0.7;
  }
}
.p-fixed-bnr a {
  display: block;
  width: 30rem;
}
.p-fixed-bnr a:hover {
  opacity: 1;
}
.p-fixed-bnr.is-active {
  opacity: 1;
  visibility: visible;
}

.page-top {
  position: fixed;
  z-index: 100;
  right: 2rem;
  bottom: 1rem;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 6.5rem;
  }
}

.p-fixed-btn {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-fixed-btn a {
  background-color: #0B4DF5;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}

/* スクロールアイコン
--------------------------------*/
.js-scrollable {
  width: calc(100% + 3rem);
  padding: 1rem 1.5rem;
  margin-left: -1.5rem;
}

.scroll-hint-icon-wrap {
  z-index: 10;
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(0, 0, 0, 0.16);
}
.l-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 122rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    justify-content: center;
  }
}
.l-header_left {
  max-width: 8rem;
}
@media screen and (max-width: 767px) {
  .l-header_left {
    max-width: 6rem;
  }
}
.l-header_left a:hover {
  opacity: 1;
}
.l-header_right .btn_link {
  background-color: #0B4DF5;
  width: 34rem;
  height: 5rem;
  display: flex;
  align-items: center;
  padding-left: 4rem;
  color: #fff;
  border-radius: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
.l-header_right .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/arrow_right_white.svg) no-repeat center center/contain;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  background: url(../img/index/bg_footer.webp) no-repeat center center/cover;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background: url(../img/index/bg_footer_sp.webp) no-repeat center center/cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.l-footer .l-wrap {
  position: relative;
}
.l-footer * {
  color: #fff;
}
.l-footer .c-secttl {
  line-height: 1.5;
}
.l-footer .c-secttl .-s {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-secttl .-s {
    font-size: 1.4rem;
  }
}
.l-footer .boxes {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 14rem;
}
@media screen and (max-width: 767px) {
  .l-footer .boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.l-footer .boxes .box .ttl {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer .boxes .box .ttl {
    font-size: 1.6rem;
  }
}
.l-footer .boxes .box dl {
  margin-top: 2rem;
}
.l-footer .boxes .box dl .item {
  display: flex;
  align-items: flex-start;
}
.l-footer .boxes .box dl .item:nth-child(n+2) {
  margin-top: 1.2rem;
}
.l-footer .boxes .box dl .item dt {
  width: 16rem;
  padding-left: 1.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer .boxes .box dl .item dt {
    width: 11rem;
    font-size: 1.2rem;
  }
}
.l-footer .boxes .box dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/common/arrow_right_blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer .boxes .box dl .item dt::before {
    width: 0.6rem;
    height: 1rem;
  }
}
.l-footer .boxes .box dl .item dd {
  flex: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer .boxes .box dl .item dd {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .boxes .box .txt {
    font-size: 1.3rem;
    line-height: 3;
  }
}
.l-footer .boxes .box .txt:first-of-type {
  margin-top: 1.6rem;
}
.l-footer .boxes .box .notes {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #E9EFFF;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-footer .boxes .box .notes {
    font-size: 1.2rem;
    position: relative;
  }
}
.l-footer .boxes .box:last-child {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .boxes .box:last-child {
    margin-top: 0;
  }
}
.l-footer .sns {
  width: 23rem;
  position: absolute;
  bottom: -4rem;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer .sns {
    margin-top: 4rem;
    position: static;
    justify-content: center;
    width: 100%;
  }
}
.l-footer .sns_item {
  width: 6rem;
}
.l-footer .copyright {
  margin-top: 10rem;
  background-color: #121212;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    margin-top: 4.5rem;
  }
}
.l-footer .copyright small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright small {
    font-size: 0.8rem;
  }
}

/* ------------------------------
    フェードインアニメーション
------------------------------ */
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  a:hover {
    opacity: 0.7;
  }
}

.fade-box {
  opacity: 0;
}

.fade-image {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  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);
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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;
}

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