@charset "UTF-8";
/* CSS Document */
/*
  ------------------------------------
  ####################################
   #Common style
  ####################################
  ------------------------------------
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font: inherit;
  font-weight: normal;
  font-size: 100%;
  -webkit-appearance: none;
  appearance: none;
}

::placeholder {
  color: #B7AFA3;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #97A4B2;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

html {
  background: #fff;
  font-size: 10px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 430px) {
  html html {
    font-size: clamp(8px, 2.5vw, 10px);
  }
}

body {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
}
body.js-noScroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

#wpadminbar {
  position: fixed !important;
}

.customize-support .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .customize-support .l-header {
    top: 46px;
  }
}

.u-pc {
  display: block;
}

.u-pc-flex {
  display: flex;
}

.u-pc-ib {
  display: inline-block;
}

.u-sp,
.u-sp-flex,
.u-sp-flex,
.u-sp-ib {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
  .u-sp-flex {
    display: flex !important;
  }
  .u-sp-ib {
    display: inline-block !important;
  }
  .u-pc,
  .u-pc-flex,
  .u-pc-ib {
    display: none !important;
  }
}
.u-m0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

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

.u-ml0 {
  margin-left: 0px !important;
}

.u-mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-m4 {
  margin: 4px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-mx4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.u-my4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-m12 {
  margin: 12px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-my12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-m16 {
  margin: 16px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mx16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-m24 {
  margin: 24px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mx24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-m28 {
  margin: 28px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-mx28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.u-my28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-m32 {
  margin: 32px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mx32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-m36 {
  margin: 36px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-mx36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.u-my36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-m48 {
  margin: 48px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mx48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-my48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-m56 {
  margin: 56px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mx56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.u-my56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-m64 {
  margin: 64px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mx64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.u-my64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-m0__sm {
    margin: 0px !important;
  }
  .u-mt0__sm {
    margin-top: 0px !important;
  }
  .u-mr0__sm {
    margin-right: 0px !important;
  }
  .u-mb0__sm {
    margin-bottom: 0px !important;
  }
  .u-ml0__sm {
    margin-left: 0px !important;
  }
  .u-mx0__sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0__sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m4__sm {
    margin: 4px !important;
  }
  .u-mt4__sm {
    margin-top: 4px !important;
  }
  .u-mr4__sm {
    margin-right: 4px !important;
  }
  .u-mb4__sm {
    margin-bottom: 4px !important;
  }
  .u-ml4__sm {
    margin-left: 4px !important;
  }
  .u-mx4__sm {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-my4__sm {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m8__sm {
    margin: 8px !important;
  }
  .u-mt8__sm {
    margin-top: 8px !important;
  }
  .u-mr8__sm {
    margin-right: 8px !important;
  }
  .u-mb8__sm {
    margin-bottom: 8px !important;
  }
  .u-ml8__sm {
    margin-left: 8px !important;
  }
  .u-mx8__sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-my8__sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m10__sm {
    margin: 10px !important;
  }
  .u-mt10__sm {
    margin-top: 10px !important;
  }
  .u-mr10__sm {
    margin-right: 10px !important;
  }
  .u-mb10__sm {
    margin-bottom: 10px !important;
  }
  .u-ml10__sm {
    margin-left: 10px !important;
  }
  .u-mx10__sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-my10__sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m12__sm {
    margin: 12px !important;
  }
  .u-mt12__sm {
    margin-top: 12px !important;
  }
  .u-mr12__sm {
    margin-right: 12px !important;
  }
  .u-mb12__sm {
    margin-bottom: 12px !important;
  }
  .u-ml12__sm {
    margin-left: 12px !important;
  }
  .u-mx12__sm {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .u-my12__sm {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m16__sm {
    margin: 16px !important;
  }
  .u-mt16__sm {
    margin-top: 16px !important;
  }
  .u-mr16__sm {
    margin-right: 16px !important;
  }
  .u-mb16__sm {
    margin-bottom: 16px !important;
  }
  .u-ml16__sm {
    margin-left: 16px !important;
  }
  .u-mx16__sm {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-my16__sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m20__sm {
    margin: 20px !important;
  }
  .u-mt20__sm {
    margin-top: 20px !important;
  }
  .u-mr20__sm {
    margin-right: 20px !important;
  }
  .u-mb20__sm {
    margin-bottom: 20px !important;
  }
  .u-ml20__sm {
    margin-left: 20px !important;
  }
  .u-mx20__sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-my20__sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m24__sm {
    margin: 24px !important;
  }
  .u-mt24__sm {
    margin-top: 24px !important;
  }
  .u-mr24__sm {
    margin-right: 24px !important;
  }
  .u-mb24__sm {
    margin-bottom: 24px !important;
  }
  .u-ml24__sm {
    margin-left: 24px !important;
  }
  .u-mx24__sm {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-my24__sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m28__sm {
    margin: 28px !important;
  }
  .u-mt28__sm {
    margin-top: 28px !important;
  }
  .u-mr28__sm {
    margin-right: 28px !important;
  }
  .u-mb28__sm {
    margin-bottom: 28px !important;
  }
  .u-ml28__sm {
    margin-left: 28px !important;
  }
  .u-mx28__sm {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .u-my28__sm {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m30__sm {
    margin: 30px !important;
  }
  .u-mt30__sm {
    margin-top: 30px !important;
  }
  .u-mr30__sm {
    margin-right: 30px !important;
  }
  .u-mb30__sm {
    margin-bottom: 30px !important;
  }
  .u-ml30__sm {
    margin-left: 30px !important;
  }
  .u-mx30__sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .u-my30__sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m32__sm {
    margin: 32px !important;
  }
  .u-mt32__sm {
    margin-top: 32px !important;
  }
  .u-mr32__sm {
    margin-right: 32px !important;
  }
  .u-mb32__sm {
    margin-bottom: 32px !important;
  }
  .u-ml32__sm {
    margin-left: 32px !important;
  }
  .u-mx32__sm {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-my32__sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m36__sm {
    margin: 36px !important;
  }
  .u-mt36__sm {
    margin-top: 36px !important;
  }
  .u-mr36__sm {
    margin-right: 36px !important;
  }
  .u-mb36__sm {
    margin-bottom: 36px !important;
  }
  .u-ml36__sm {
    margin-left: 36px !important;
  }
  .u-mx36__sm {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .u-my36__sm {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m40__sm {
    margin: 40px !important;
  }
  .u-mt40__sm {
    margin-top: 40px !important;
  }
  .u-mr40__sm {
    margin-right: 40px !important;
  }
  .u-mb40__sm {
    margin-bottom: 40px !important;
  }
  .u-ml40__sm {
    margin-left: 40px !important;
  }
  .u-mx40__sm {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40__sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m48__sm {
    margin: 48px !important;
  }
  .u-mt48__sm {
    margin-top: 48px !important;
  }
  .u-mr48__sm {
    margin-right: 48px !important;
  }
  .u-mb48__sm {
    margin-bottom: 48px !important;
  }
  .u-ml48__sm {
    margin-left: 48px !important;
  }
  .u-mx48__sm {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-my48__sm {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m50__sm {
    margin: 50px !important;
  }
  .u-mt50__sm {
    margin-top: 50px !important;
  }
  .u-mr50__sm {
    margin-right: 50px !important;
  }
  .u-mb50__sm {
    margin-bottom: 50px !important;
  }
  .u-ml50__sm {
    margin-left: 50px !important;
  }
  .u-mx50__sm {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .u-my50__sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m56__sm {
    margin: 56px !important;
  }
  .u-mt56__sm {
    margin-top: 56px !important;
  }
  .u-mr56__sm {
    margin-right: 56px !important;
  }
  .u-mb56__sm {
    margin-bottom: 56px !important;
  }
  .u-ml56__sm {
    margin-left: 56px !important;
  }
  .u-mx56__sm {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .u-my56__sm {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m60__sm {
    margin: 60px !important;
  }
  .u-mt60__sm {
    margin-top: 60px !important;
  }
  .u-mr60__sm {
    margin-right: 60px !important;
  }
  .u-mb60__sm {
    margin-bottom: 60px !important;
  }
  .u-ml60__sm {
    margin-left: 60px !important;
  }
  .u-mx60__sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .u-my60__sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m64__sm {
    margin: 64px !important;
  }
  .u-mt64__sm {
    margin-top: 64px !important;
  }
  .u-mr64__sm {
    margin-right: 64px !important;
  }
  .u-mb64__sm {
    margin-bottom: 64px !important;
  }
  .u-ml64__sm {
    margin-left: 64px !important;
  }
  .u-mx64__sm {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-my64__sm {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m70__sm {
    margin: 70px !important;
  }
  .u-mt70__sm {
    margin-top: 70px !important;
  }
  .u-mr70__sm {
    margin-right: 70px !important;
  }
  .u-mb70__sm {
    margin-bottom: 70px !important;
  }
  .u-ml70__sm {
    margin-left: 70px !important;
  }
  .u-mx70__sm {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .u-my70__sm {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m80__sm {
    margin: 80px !important;
  }
  .u-mt80__sm {
    margin-top: 80px !important;
  }
  .u-mr80__sm {
    margin-right: 80px !important;
  }
  .u-mb80__sm {
    margin-bottom: 80px !important;
  }
  .u-ml80__sm {
    margin-left: 80px !important;
  }
  .u-mx80__sm {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80__sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m90__sm {
    margin: 90px !important;
  }
  .u-mt90__sm {
    margin-top: 90px !important;
  }
  .u-mr90__sm {
    margin-right: 90px !important;
  }
  .u-mb90__sm {
    margin-bottom: 90px !important;
  }
  .u-ml90__sm {
    margin-left: 90px !important;
  }
  .u-mx90__sm {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .u-my90__sm {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m100__sm {
    margin: 100px !important;
  }
  .u-mt100__sm {
    margin-top: 100px !important;
  }
  .u-mr100__sm {
    margin-right: 100px !important;
  }
  .u-mb100__sm {
    margin-bottom: 100px !important;
  }
  .u-ml100__sm {
    margin-left: 100px !important;
  }
  .u-mx100__sm {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .u-my100__sm {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.u-mx_auto {
  margin-left: auto;
  margin-right: auto;
}

.u-pb0 {
  padding-bottom: 0;
}

/* CSS Document */
.m-inView {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}
.m-inView.--left {
  transform: translate3d(-15%, 0, 0);
}
.m-inView.--right {
  transform: translate3d(15%, 0, 0);
}
.m-inView.--top {
  transform: translate3d(0, -20px, 0);
}
.m-inView.--bottom {
  transform: translate3d(0, 20px, 0);
}
.m-inView.--rt {
  transform: translate3d(50px, -50px, 0);
}
.m-inView.--rb {
  transform: translate3d(50px, 50px, 0);
}
.m-inView.--lt {
  transform: translate3d(-50px, -50px, 0);
}
.m-inView.--lb {
  transform: translate3d(-50px, 50px, 0);
}
.m-inView.js-inView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.m-inView__move {
  opacity: 1;
}
.m-inView__move.--left {
  transform: translate3d(-15%, 0, 0);
}
.m-inView__move.--right {
  transform: translate3d(15%, 0, 0);
}
.m-inView__move.--top {
  transform: translate3d(0, -20px, 0);
}
.m-inView__move.--bottom {
  transform: translate3d(0, 20px, 0);
}
.m-inView__move.--rt {
  transform: translate3d(50px, -50px, 0);
}
.m-inView__move.--rb {
  transform: translate3d(50px, 50px, 0);
}
.m-inView__move.--lt {
  transform: translate3d(-50px, -50px, 0);
}
.m-inView__move.--lb {
  transform: translate3d(-50px, 50px, 0);
}
.m-inView__move .js-inView {
  transform: translate3d(0, 0, 0);
}
.m-inView__scale {
  transform: scale(0.3);
}
.m-inView__scale.js-inView {
  transform: scale(1);
}

.delay2sec {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay4sec {
  transition: all 4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 4s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay6sec {
  transition: all 6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 6s cubic-bezier(0.4, 0, 0.2, 1);
}

.m-postIndex {
  border-radius: 10px;
  padding: 15px 20px;
  background: #F8FBFE;
  border: 1px solid #E9E9E9;
  margin: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-postIndex {
    padding: 5px 10px;
    margin: 30px 0;
  }
}
.m-postIndex__title {
  font-size: 1.8rem;
  font-weight: 500;
  width: 80px;
  padding: 8px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-postIndex__title {
    width: 100%;
    cursor: pointer;
  }
}
.m-postIndex__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: none;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
@media screen and (max-width: 768px) {
  .m-postIndex__icon {
    display: block;
  }
}
.m-postIndex__icon:before, .m-postIndex__icon:after {
  content: "";
  position: absolute;
  background: #02B8D1;
  width: 100%;
  height: 2px;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
}
.m-postIndex__icon:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.m-postIndex__icon:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(1);
}
.m-postIndex__title.js-postIndex .m-postIndex__icon:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.m-postIndex__title.js-postIndex + .m-postIndex__list {
  display: flex;
}
.m-postIndex__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  counter-reset: postIndex 0;
}
@media screen and (max-width: 768px) {
  .m-postIndex__list {
    width: 100%;
    display: none;
  }
}
.m-postIndex__listItem {
  padding: 10px 20px 10px 30px;
  border-bottom: 1px solid #E9E9E9;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-postIndex__listItem {
    padding: 10px 20px 10px 30px;
    gap: 0.6em;
  }
}
.m-postIndex__listItem:before {
  position: absolute;
  right: calc(100% - 1.5em);
  text-align: right;
  font-weight: 400;
  counter-increment: postIndex 1;
  content: counter(postIndex) ".";
}
.m-postIndex__listItem:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #02B8D1;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/arrow.svg);
  mask-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1);
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-postIndex__listItem:after {
    right: 5px;
  }
}
.m-postIndex__listItem:last-child {
  border-bottom: none;
}
.m-postIndex__listChild {
  display: flex;
  flex-direction: column;
  flex: 1;
  counter-reset: postChildIndex 0;
}
.m-postIndex__listChildItem {
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #E9E9E9;
  margin-left: 10px;
  font-size: 1.4rem;
  position: relative;
}
.m-postIndex__listChildItem:before {
  counter-increment: postChildIndex 1;
  content: counter(postIndex) "-" counter(postChildIndex) ". ";
}
.m-postIndex__listChildItem:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #02B8D1;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/arrow.svg);
  mask-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1);
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-postIndex__listChildItem:after {
    right: 5px;
  }
}

.c-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.c-inner.--sm {
  padding: 0 1rem;
}
.c-scroll {
  text-align: center;
}

.c-btn {
  min-width: 200px;
  background: #000;
  padding: 12px 35px;
  color: #fff;
  display: block;
  text-align: center;
  width: fit-content;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 40px;
  font-size: 1.8rem;
  padding: 1.5rem;
  padding-right: 3rem;
  min-width: 248px;
  border: 1px solid #000000;
  font-weight: 500;
  color: #000000;
  position: relative;
  transition: color 0.2s;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn__wrap {
  position: relative;
  z-index: 0;
  width: fit-content;
  border-radius: 80px;
  transition: filter 0.2s;
}
.c-btn__wrap:hover {
  filter: saturate(300%);
}
.c-btn__icon {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 5px;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: right 0.1s;
}
.c-btn__icon:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/link.svg);
  background-size: contain;
}
.c-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  left: 3px;
  top: 5px;
  background: #fff;
  border: 1px solid #000000;
  z-index: -1;
  border-radius: 40px;
}
.c-btn.--red:hover {
  color: #E01B50;
}
.c-btn.--red:after, .c-btn.--red .c-btn__icon {
  background: #E01B50;
}
.c-btn.--blue:hover {
  color: #1AC0D6;
}
.c-btn.--blue:after, .c-btn.--blue .c-btn__icon {
  background: #1AC0D6;
}
.c-btn.--green:hover {
  color: #2C9A47;
}
.c-btn.--green:after, .c-btn.--green .c-btn__icon {
  background: #2C9A47;
}
.c-btn.--purple:hover {
  color: #7B37A1;
}
.c-btn.--purple:after, .c-btn.--purple .c-btn__icon {
  background: #7B37A1;
}

.c-overlay {
  display: none;
}
@media screen and (max-width: 1120px) {
  .c-overlay {
    width: 100%;
    height: 100svh;
    z-index: 50;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-property: opacity, visibility;
  }
  .c-overlay.js-active {
    opacity: 1;
    visibility: visible;
  }
  .c-overlay {
    background-color: rgba(93, 120, 140, 0.8);
    height: 100svh;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 99998;
  }
}

.c-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.c-title__img {
  width: 120px;
  object-fit: contain;
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto 1rem;
}

.c-text {
  line-height: 1.8;
  font-size: 1.4rem;
}

.c-lead {
  line-height: 2.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-lead {
    text-align: left;
  }
}

.c-marker {
  position: relative;
}
.c-marker:before {
  content: "";
  position: absolute;
  background: #F2F7A7;
  width: 0;
  height: 100%;
  display: block;
  box-sizing: border-box;
  left: 0;
  transition: width 0.3s 0.4s ease-in;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  z-index: -1;
}
.c-marker.js-inView:before {
  width: 100%;
}

.c-binder {
  border: 1px solid #02B8D1;
  border-radius: 40px;
  padding: 7rem 2rem 1rem;
  background-color: #fff;
  background-image: url(../../assets/img/dot-main.svg), url(../../assets/img/wire.webp);
  background-position: center 20px, center center;
  background-repeat: no-repeat, repeat;
  background-size: 85%, 60px;
  position: relative;
}
.c-binder:before, .c-binder:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  display: block;
  box-sizing: border-box;
  background: #fff url(../../assets/img/dot-sub.svg) center 20px no-repeat;
  border: 1px solid #02B8D1;
  left: 0;
  top: 0;
  background-size: 85%;
  border-radius: 40px 40px 0 0;
  transition: transform 0.3s;
}
.c-binder:before {
  z-index: -3;
  transform-origin: left bottom;
  background-color: #EAEAEA;
}
.c-binder:after {
  z-index: -2;
  background-color: #F8F8F8;
  transform-origin: left bottom;
}
.c-binder.js-inView:before {
  transform: rotate(-14deg);
  transform-origin: left bottom;
}
.c-binder.js-inView:after {
  transform: rotate(-7deg);
  transform-origin: left bottom;
}

.c-caution {
  font-size: 1.3rem;
  color: #636466;
}
.c-caution.--number:before {
  counter-increment: caution;
  content: "※" counter(caution) " ";
}
.c-caution:before {
  content: "※ ";
}

.c-menuCloseBtn {
  display: none;
}
@media screen and (max-width: 1120px) {
  .c-menuCloseBtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    cursor: pointer;
  }
}

.l-header {
  position: absolute;
  width: 100%;
  height: 63px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  z-index: 999;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1121px) {
  .l-headerFix {
    display: none !important;
  }
}
.l-headerFix {
  position: absolute;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 9999;
  padding: 5px 2rem;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-100%);
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-wrap: wrap;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: space-between;
}
.l-headerFix.js-scroll {
  transform: translateY(0);
}
.l-headerFix.js-hidden {
  transform: translateY(-100%);
}
.l-headerFix__logo {
  max-width: 200px;
  width: calc(100% - 130px);
}
.l-headerFix__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}
.l-headerFix__listItem {
  display: block;
  position: relative;
  cursor: pointer;
}
.l-headerFix__listItem:before {
  content: "";
  position: absolute;
  background: #E9E9E9;
  width: 1px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  left: -5px;
  z-index: 3;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-headerFix__listItem img {
  display: block;
}

.l-wrapper {
  height: 100svh;
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.l-wrapper:has(.l-sideNav) {
  overflow: visible;
}
@media screen and (max-width: 920px) {
  .l-wrapper:has(.l-sideNav) {
    overflow: hidden;
  }
}
.l-globalNav {
  flex: 0.5;
  order: 3;
  background: #fff;
  padding: 10rem 2rem 4rem;
  text-align: center;
  min-width: 320px;
  max-height: 100svh;
  overflow: auto;
}
@media screen and (max-width: 1120px) {
  .l-globalNav {
    flex: initial;
    width: 100%;
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 37.6rem;
    position: absolute;
    z-index: 99999;
    border-left: 1px solid #02B8D1;
    border-bottom: 1px solid #02B8D1;
    min-height: 30rem;
    border-radius: 0 0 0 3rem;
    top: 0;
    right: -37.6rem;
    background: #fff url(../../assets/img/wire.webp) center center repeat;
    background-size: 60px;
    transition: transform 0.3s ease;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1120px) and (max-width: 380px) {
  .l-globalNav {
    max-width: 36rem;
    right: -36rem;
  }
}
@media screen and (max-width: 1120px) {
  .l-globalNav.js-active {
    transform: translateX(-100%);
  }
}
.l-globalNav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.l-globalNav__listItemSubtext {
  font-size: 1.4rem;
  color: #02B8D1;
  margin-bottom: 0.2em;
  display: block;
  letter-spacing: 0.1em;
}
.l-globalNav__listItemText {
  letter-spacing: 0.1em;
}
.l-globalNav__img {
  width: 24.4rem;
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .l-globalNav__img {
    display: block;
    width: 80%;
    margin-bottom: 3rem;
  }
}
.l-globalNav__imgItem {
  width: 100%;
  display: block;
}
.l-globalNav__local {
  padding: 0 2rem;
  border: 1px solid #E9E9E9;
  margin: 4rem auto 0;
  border-radius: 5px;
  max-width: 27rem;
  text-align: left;
}
@media screen and (max-width: 1120px) {
  .l-globalNav__local {
    border: none;
    padding: 0;
    margin-top: 2rem;
  }
}
.l-globalNav__localItem {
  padding: 2rem 1.4rem 2rem 2.8rem;
  border-bottom: 1px solid #E9E9E9;
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 1120px) {
  .l-globalNav__localItem {
    padding: 2rem 5rem 2rem 5rem;
  }
}
.l-globalNav__localItem:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1120px) {
  .l-globalNav__localItem:last-child {
    border-bottom: 1px solid #E9E9E9;
  }
}
.l-globalNav__localItem:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/arrow.svg);
  background-size: contain;
  right: 0;
}
@media screen and (max-width: 1120px) {
  .l-globalNav__localItem:after {
    right: 1em;
  }
}
.l-globalNav__localItemIcon {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
  width: 2rem;
}
@media screen and (max-width: 1120px) {
  .l-globalNav__localItemIcon {
    left: 1em;
  }
}

.l-fv {
  flex: 1;
  background: url(../../assets/img/bg.webp) bottom left no-repeat;
  background-size: 800px;
  min-height: 800px;
}
@media screen and (min-width: 1701px) {
  .l-fv {
    background-size: 80%;
  }
}
@media screen and (max-width: 1400px) {
  .l-fv {
    background-size: 700px;
    background-position: center bottom;
  }
}
@media screen and (max-width: 1120px) {
  .l-fv {
    background-size: 800px;
  }
}
@media screen and (max-width: 430px) {
  .l-fv {
    z-index: 999;
    background: #fff;
    flex: initial;
    height: 100svh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .l-fv.js-active {
    opacity: 1;
    visibility: visible;
  }
}
.l-fv__title {
  margin: 25vh auto 0;
  width: fit-content;
  max-width: 500px;
  padding: 0 20px;
  position: relative;
}
.l-fv__titleImg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-fv__titleImg {
    opacity: 0;
  }
}
.l-fv__bird {
  right: -100px;
  top: -80px;
  position: absolute;
  width: 157px;
  max-width: initial;
}
@media screen and (max-width: 1440px) {
  .l-fv__bird {
    transform: rotate(-10deg);
    right: -20px;
    top: -120px;
  }
}
@media screen and (max-width: 1120px) {
  .l-fv__bird {
    transform: rotate(-10deg);
    right: -20px;
    top: -120px;
  }
}

.l-mainLine {
  width: 434px;
  background: #fff;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .l-mainLine {
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  .l-mainLine {
    width: 100%;
    border: none;
  }
}
.l-mainLine__wrap {
  overflow: auto;
  height: 100svh;
  position: relative;
}

.l-loading {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100%;
  z-index: 9999;
  background: #fff url(../../assets/img/bg.webp) no-repeat;
  background-position: center 30svh;
  background-size: 600px;
  min-height: 800px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transition-property: visibility, opacity;
}
@media screen and (max-width: 768px) {
  .l-loading {
    opacity: 1;
    visibility: visible;
  }
}
.l-loading.js-load {
  opacity: 0;
  visibility: hidden;
}
.l-loading__title {
  margin: 25vh auto 0;
  width: fit-content;
  max-width: 500px;
  position: relative;
  padding: 0 20px;
}
.l-loading__titleImg {
  width: 100%;
  display: block;
}
.l-loading__bird {
  position: absolute;
  width: 157px;
  max-width: initial;
  transform: rotate(-10deg);
  right: -10px;
  top: -120px;
}

.l-cta {
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  z-index: 999;
  bottom: -63px;
  transition: bottom 0.3s;
}
.l-cta.js-scroll {
  bottom: 0;
}
.l-cta.js-hidden {
  bottom: -63px;
}
@media screen and (min-width: 1121px) {
  .l-cta {
    display: none;
  }
}
.l-cta__item {
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
}
.l-cta__itemImg {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  width: 100%;
  display: block;
}

.l-footer {
  padding: 4rem 0 3rem;
}
.l-footer__logo {
  margin-bottom: 1rem;
}
.l-footer__localItem {
  padding: 2rem 1.4rem 2rem 2.8rem;
  border-bottom: 1px solid #E9E9E9;
  display: block;
  position: relative;
  font-size: 1.4rem;
}
.l-footer__localItem:last-child {
  border-bottom: none;
}
.l-footer__localItem:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/arrow.svg);
  background-size: contain;
  right: 0;
}
.l-footer__localItemIcon {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
  width: 2rem;
}
.l-footer__copy {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #576973;
  font-weight: 600;
  padding: 10px;
}

.l-sns {
  padding-top: 4rem;
}
.l-sns__sns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.l-sns__snsJp {
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.l-sns__snsList {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.l-sns__snsImg {
  height: 4rem;
  display: block;
  margin: 0 auto;
}

.l-keyVisual {
  margin-bottom: -85px;
  position: relative;
  overflow: hidden;
}
.l-keyVisual__bg {
  display: block;
  width: 100%;
}
.l-keyVisual__lead {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  left: calc(50% + 10px);
}
.l-keyVisual__contents {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.l-keyVisual__contentsItem {
  display: block;
  position: absolute;
  width: 100%;
}
.l-keyVisual__contentsImg {
  width: 100%;
}

.l-brandMessage {
  border-radius: 40px 40px 0 0;
  padding: 250px 0 40px 0;
  position: relative;
  z-index: 1;
  background: #fff url(../../assets/img/sec01_bg.webp) center -40px no-repeat;
  background-size: 100%;
}
.l-brandMessage__logo {
  width: 32rem;
  display: block;
  margin: 3rem auto 4rem;
}
.l-brandMessage__product {
  position: relative;
  z-index: 0;
  margin: 2rem -2rem 4.5rem;
}
.l-brandMessage__btn {
  width: fit-content;
  position: absolute;
  z-index: 5;
  bottom: -1rem;
}
.l-brandMessage__btn.--left {
  left: 2rem;
}
.l-brandMessage__btn.--right {
  right: 2rem;
  bottom: -3.5rem;
}

.l-collabo {
  padding: 8.6rem 0 0;
}
.l-collabo__campaignImg {
  margin: -4rem 0 -2rem;
  transform: scale(1.1) !important;
}

.l-present {
  padding: 10rem 0;
}
.l-present__collabo, .l-present__course {
  margin: 0 -2rem;
  position: relative;
}
.l-present__box {
  position: absolute;
  left: 0;
  top: 70%;
}
@media screen and (max-width: 380px) {
  .l-present__box {
    top: 67%;
  }
}
.l-present__box {
  width: 100%;
  padding: 0 3rem 0;
}
.l-present__box.--collabo {
  top: 60%;
}

.b-postRelated {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  padding-right: 40px;
  border-radius: 10px;
  gap: 20px;
  width: 100%;
  border: #E9E9E9 solid 1px;
  background: #F8FBFE;
  color: #093f7a;
  margin: 40px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-postRelated {
    flex-wrap: wrap;
    padding: 15px;
    max-width: 450px;
    margin-left: 0;
  }
}
.b-postRelated:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #02B8D1;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/arrow.svg);
  mask-size: 12px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .b-postRelated:after {
    content: none;
  }
}
.b-postRelated__titleWrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .b-postRelated__titleWrap {
    flex-wrap: wrap;
  }
}
.b-postRelated__sub {
  line-height: 1.5;
  font-size: 1.4rem;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.b-postRelated__sub:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid #E9E9E9;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 100%;
}
.b-postRelated__date {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-right: 15px;
}
.b-postRelated__title {
  line-height: 1.5;
  font-weight: 500;
  flex: 1;
  color: #093f7a !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .b-postRelated__title {
    margin-top: 10px !important;
    width: 100%;
    flex: inherit;
  }
}
.b-postRelated__text {
  color: #446E9B;
  font-size: 1.2rem;
  line-height: 1.6 !important;
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.b-postRelated__detail {
  width: calc(100% - 145px - 20px);
}
@media screen and (max-width: 768px) {
  .b-postRelated__detail {
    width: 100%;
    order: 2;
  }
}
.b-postRelated__img {
  display: block;
  object-fit: cover;
  width: 145px;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .b-postRelated__img {
    width: 100%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=app.css.map */