@charset "UTF-8";
/*
*　Noto Sans Japanese
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
*　Noto Serif Japanese
 */
/*
*　その他のフォント
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap");
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/*
*　display: flex;
*/
/*
*　&:last-child
*/
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 380.9523809524%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 7.9365079365vw;
  }
}
@media screen and (min-width: 1260px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

#main {
  display: block;
}

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.-block {
  display: block;
}

.-spItem {
  display: none !important;
}

.-pcBlock {
  display: block;
}

.-spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  .-spItem {
    display: block !important;
  }
  .-pcItem {
    display: none !important;
  }
  .-pcBlock {
    display: inline;
  }
  .-spBlock {
    display: block;
  }
  .-spBr {
    display: inline;
  }
  .-pcBr {
    display: none;
  }
}
/* margin
   ========================================================================== */
.-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0vw !important;
  }
}

.-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 1.33vw !important;
  }
}

.-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 2.67vw !important;
  }
}

.-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 4vw !important;
  }
}

.-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 5.33vw !important;
  }
}

.-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 6.67vw !important;
  }
}

.-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 8vw !important;
  }
}

.-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 9.33vw !important;
  }
}

.-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 10.67vw !important;
  }
}

.-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 12vw !important;
  }
}

.-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 13.33vw !important;
  }
}

.-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 14.67vw !important;
  }
}

.-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 16vw !important;
  }
}

.-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0vw !important;
  }
}

.-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 1.33vw !important;
  }
}

.-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 2.67vw !important;
  }
}

.-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 4vw !important;
  }
}

.-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 5.33vw !important;
  }
}

.-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 6.67vw !important;
  }
}

.-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 8vw !important;
  }
}

.-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0vw !important;
  }
}

.-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 1.33vw !important;
  }
}

.-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 2.67vw !important;
  }
}

.-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 4vw !important;
  }
}

.-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 5.33vw !important;
  }
}

.-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0vw !important;
  }
}

.-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 1.33vw !important;
  }
}

.-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 2.67vw !important;
  }
}

.-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 4vw !important;
  }
}

.-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 5.33vw !important;
  }
}

/* padding
   ========================================================================== */
.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .-pcPdg {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .-spPdg {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
/* text-align
   ========================================================================== */
.-textRt {
  text-align: right !important;
}

.-textCtr,
table.-textCtr th,
table.-textCtr td,
table.-textCtr th {
  text-align: center !important;
}

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

/* 角丸
   ========================================================================== */
/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
/* common */
body {
  min-width: 768px;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 320px;
  }
}

#wrapper {
  overflow: hidden;
}

.contents__wrapper {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contents__wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.l-contents-inner {
  max-width: 12.6rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner {
    max-width: inherit;
    padding: 0 0.2rem;
  }
}
.l-contents-inner.--lrg {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner.--lrg {
    max-width: inherit;
  }
}

@media screen and (min-width: 768px), print {
  .l-contents-narrow-inner {
    width: 10.14rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-narrow-inner {
    padding: 0 0.2rem;
  }
}

/*
*
*　アニメーション
*
*/
.js-animate-element,
.js-animate-container > * {
  transform: translate(0, 0.5rem);
  opacity: 0;
  transition: 0.6s;
}

.js-animate-element.in-view,
.js-animate-container > .in-view {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .js-animate-element.delay-1,
  .js-animate-container > *.delay-1 {
    transition-delay: 0.2s;
  }
  .js-animate-element.delay-2,
  .js-animate-container > *.delay-2 {
    transition-delay: 0.4s;
  }
}
/*
*
*　Scroll Hint
*
*/
@media screen and (max-width: 767px) {
  .scroll-hint-text {
    font-size: 11px !important;
    letter-spacing: -0.0001rem;
    position: relative;
    top: -4px;
  }
}

@media screen and (min-width: 768px), print {
  .js-scrollable {
    overflow: visible !important;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
.c-btn--apply--open {
  position: relative;
  display: block;
  background: linear-gradient(178deg, rgb(253, 137, 60) 0%, rgb(255, 102, 34) 40%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.43rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02rem;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px), print {
  .c-btn--apply--open {
    box-shadow: 0.0243rem 0.0243rem 0 #8E2D06;
    text-shadow: 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.45);
    border-radius: 0.1rem;
    padding: 0.35rem 0.3rem 0.35rem 0rem;
    line-height: 1.2;
  }
  .c-btn--apply--open:hover {
    opacity: 1;
    filter: brightness(107%);
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply--open {
    box-shadow: 0.01rem 0.01rem 0 #8E2D06;
    border-radius: 0.05rem;
    padding: 0.15rem 0.17rem 0.15rem 0rem;
    line-height: 1.3;
    font-size: 0.195rem;
    letter-spacing: 0rem;
  }
}
.c-btn--apply--open::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../img/common/arrow/right__white__style-01.svg) no-repeat center;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .c-btn--apply--open::after {
    right: 0.3rem;
    width: 0.44rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply--open::after {
    right: 0.08rem;
    width: 0.22rem;
  }
}
.c-btn--apply--open .highlight {
  color: #FFF42E;
}
@media screen and (min-width: 768px), print {
  .c-btn--apply--open .small {
    font-size: 0.37rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply--open .small {
    font-size: 0.167rem;
  }
}
.c-btn--apply--open {
  background: #FFE100;
  box-shadow: 0.0243rem 0.0243rem 0 #B78F0F;
  text-shadow: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-btn--apply--open {
    box-shadow: 0.01rem 0.01rem 0 #B78F0F;
  }
}
.c-btn--apply--open::after {
  background-image: url(../img/common/arrow/right__black__style-01.svg);
}
.c-btn--apply--open .highlight {
  color: #F7006B;
}
.c-btn--apply--open .btn-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  font-size: 0.19rem;
  margin-top: 0.15rem;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  .c-btn--apply--open .btn-note {
    font-size: 0.105rem;
    letter-spacing: 0.004rem;
    margin-top: 0.06rem;
  }
}

@media screen and (min-width: 768px), print {
  .btn-wrapper.disabled-top {
    margin-top: 0.5rem !important;
  }
}
.btn-wrapper.disabled .c-btn {
  background: #ccb401;
}
@media screen and (min-width: 768px), print {
  .btn-wrapper.disabled .c-btn:hover {
    filter: brightness(100%);
    cursor: not-allowed;
  }
}
.btn-wrapper.disabled .disabled-text {
  text-align: center;
  color: red;
  font-size: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .btn-wrapper.disabled .disabled-text {
    font-size: 0.13rem;
    margin-top: 0.05rem;
  }
}

.c-title {
  text-align: center;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  .c-title {
    letter-spacing: 0.004rem;
  }
}
.c-title .sub-title {
  background-color: #A50082;
  color: white;
  font-size: 0.27rem;
  line-height: 1.6;
  border-radius: 1rem;
  padding: 0.15rem 0.1rem;
  margin-bottom: 0.35rem;
  position: relative;
}
.c-title .sub-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  height: 0.2rem;
  background: url(../img/common/balloon-parts/down-purple.svg) no-repeat 50% 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .c-title .sub-title::after {
    height: 0.11rem;
    bottom: -0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title .sub-title {
    display: inline-block;
    font-size: 0.142rem;
    line-height: 1.3;
    padding: 0.08rem 0.22rem 0.1rem;
    margin-bottom: 0.15rem;
  }
}
.c-title .title {
  position: relative;
  display: inline-block;
  color: #003F99;
  font-size: 0.44rem;
  line-height: 1.4;
}
.c-title .title::before, .c-title .title::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.08rem;
  background: no-repeat;
  background-size: 0.42rem auto;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title .title::before, .c-title .title::after {
    background-size: 0.2rem auto;
    bottom: 0.035rem;
  }
}
.c-title .title::before {
  background-image: url(../img/common/balloon-parts/blue_l.svg);
  left: -1.1rem;
  background-position: 100% 100%;
}
@media screen and (max-width: 767px) {
  .c-title .title::before {
    left: -1.05rem;
  }
}
.c-title .title::after {
  background-image: url(../img/common/balloon-parts/blue_r.svg);
  right: -1.1rem;
  background-position: 0% 100%;
}
@media screen and (max-width: 767px) {
  .c-title .title::after {
    right: -1.02rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title .title {
    font-size: 0.22rem;
  }
  .c-title .title.sp-line-2 {
    line-height: 1.3;
  }
  .c-title .title.sp-line-2::before, .c-title .title.sp-line-2::after {
    bottom: 0.1rem;
  }
  .c-title .title.sp-line-2::before {
    left: -1.08rem;
  }
  .c-title .title.sp-line-2::after {
    right: -1.06rem;
  }
}

/* アニメーション*/
.set-anim {
  opacity: 0;
  will-change: transform, transition;
}

/* スライダーパーツ */
.slick-dots .slick-active button::before {
  opacity: 1 !important;
}

/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none;
    text-decoration: none;
  }
}
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%;
}

img.img-ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

img.img-ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/*@import "_parts/_box";
@import "_parts/_form";
@import "_parts/_icon";
@import "_parts/_list";
@import "_parts/_pagination";
@import "_parts/_table";
@import "_parts/_topicpath";
*/
/* ==========================================================================
   05. pages
   ========================================================================== */
.m-main-visual {
  color: #3F3F3F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: url(../img/main-visual/bg_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .m-main-visual {
    background: url(../img/main-visual/bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.m-main-visual .inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .inner {
    width: 11.6rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .inner {
    padding: 0 0.2rem;
  }
}
.m-main-visual img.bg-bird {
  width: 5.65rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 2.8rem;
  right: -1.5rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .m-main-visual img.bg-bird {
    width: 1.64rem;
    top: 1.2rem;
    right: -0.12rem;
  }
}
.m-main-visual .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .header {
    padding: 0.35rem 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .header {
    padding: 0.1rem 0;
  }
}
.m-main-visual .header .logo {
  width: 2.11rem;
}
@media screen and (max-width: 767px) {
  .m-main-visual .header .logo {
    width: 0.98rem;
  }
}
.m-main-visual .header .tagline {
  font-feature-settings: "palt";
  color: #000;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .header .tagline {
    font-size: 0.23rem;
    letter-spacing: 0.015rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .header .tagline {
    font-size: 0.105rem;
    letter-spacing: 0rem;
  }
}
.m-main-visual .main-visual {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .main-title {
    margin: 0.2rem 0 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .main-title {
    margin: 0.15rem 0 0.1rem;
  }
}
.m-main-visual .main-visual .main-title img {
  width: 100%;
}
.m-main-visual .main-visual .lead-date {
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .lead-date {
    margin: 0.5rem 0 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .lead-date {
    margin: 0.12rem 0 0.4rem;
  }
}
.m-main-visual .main-visual .lead-date .lead {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .lead-date .lead {
    font-size: 0.35rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .lead-date .lead {
    font-size: 0.17rem;
    text-align: center;
    letter-spacing: 0.012rem;
  }
}
.m-main-visual .main-visual .lead-date .lead span {
  color: #C70070;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.m-main-visual .main-visual .lead-date .date {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .lead-date .date {
    font-size: 1.1rem;
    letter-spacing: 0.015rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .lead-date .date {
    font-size: 0.34rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .lead-date .date span.a {
    font-size: 0.7rem;
    vertical-align: -0.01rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .lead-date .date span.a {
    font-size: 0.2rem;
    vertical-align: 0.01rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .lead-date .date span.s2 {
    font-size: 0.58rem;
    vertical-align: 0.07rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .lead-date .date span.s2 {
    font-size: 0.17rem;
    vertical-align: 0.032rem;
    padding: 0 0.03rem 0 0.02rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .lead-date .date span.s {
    font-size: 0.85rem;
    vertical-align: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .lead-date .date span.s {
    font-size: 0.26rem;
    vertical-align: 0.04rem;
    padding: 0 0.02rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .lead-date .date span.u {
    font-size: 0.61rem;
    vertical-align: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .lead-date .date span.u {
    font-size: 0.18rem;
    vertical-align: 0.025rem;
  }
}
.m-main-visual .main-visual .sub-catch {
  text-align: center;
  letter-spacing: 0.01rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .sub-catch {
    font-feature-settings: "palt";
    letter-spacing: 0.003rem;
    line-height: 1.4;
  }
}
.m-main-visual .main-visual .sub-catch .title {
  color: #C70070;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .sub-catch .title {
    font-size: 0.56rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .sub-catch .title {
    font-size: 0.23rem;
    text-shadow: 0.01rem 0.01rem 0 #fff;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .sub-catch .title span {
    font-size: 0.48rem;
    vertical-align: -0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .sub-catch .title span {
    font-size: 0.2rem;
    vertical-align: -0.003rem;
  }
}
.m-main-visual .main-visual .sub-catch .lead {
  margin: 0.3rem 0 0.5rem;
  font-size: 0.25rem;
  line-height: 1.5;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .sub-catch .lead {
    font-size: 0.16rem;
    margin: 0.15rem 0 0.15rem;
    letter-spacing: 0.01rem;
  }
}
.m-main-visual .main-visual .btn-wrapper {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .btn-wrapper {
    margin: 0 auto;
    width: 10.12rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .btn-wrapper {
    padding-bottom: 1rem;
  }
}

.m-recommend .inner {
  box-shadow: 0.01rem 0.01rem 0.03rem rgba(120, 120, 120, 0.6);
  border: 0.02rem solid #EFEFEF;
  position: relative;
  z-index: 1;
  margin-top: -1.3rem;
  background-color: white;
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .m-recommend .inner {
    padding: 0.15rem 0.2rem 0rem;
    margin-top: -0.65rem;
    border-width: 0.01rem;
    border-radius: 0.08rem;
    box-shadow: 0.01rem 0.01rem 0.01rem rgba(120, 120, 120, 0.3);
  }
}
.m-recommend .lists {
  counter-reset: list-counter;
  margin: 0.2rem 0 0.15rem;
}
@media screen and (max-width: 767px) {
  .m-recommend .lists {
    margin: 0.15rem 0 0.15rem;
  }
}
.m-recommend .lists li {
  counter-increment: list-counter;
  position: relative;
  border-top: 0.01rem solid #ccc;
  font-size: 0.25rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0.18rem 0.15rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .m-recommend .lists li {
    font-size: 0.168rem;
    padding: 0.16rem 0rem;
    padding-left: 0.32rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-recommend .lists li.pc-mtb {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}
.m-recommend .lists li::before {
  content: counter(list-counter);
  position: absolute;
  background-color: #003F99;
  color: white;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.05rem;
  text-align: center;
  font-size: 0.27rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .m-recommend .lists li::before {
    top: 50%;
    transform: translateY(-50%);
    left: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .m-recommend .lists li::before {
    border-radius: 0.03rem;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.15rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    top: 0.18rem;
    left: 0;
  }
}
.m-recommend .lists li span {
  background-color: #FEFF01;
}

.m-feature {
  margin-top: 1.05rem;
}
@media screen and (max-width: 767px) {
  .m-feature {
    margin-top: 0.7rem;
  }
}
.m-feature .img-wrapper {
  margin-top: 0.65rem;
  border: 0.01rem solid #ccc;
  border-radius: 0.2rem;
  padding: 0.45rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-feature .img-wrapper {
    margin-top: 0.15rem;
    border-radius: 0.1rem;
    padding: 0.16rem 0.14rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-feature .img-wrapper img {
    width: 7.64rem;
  }
}
@media screen and (max-width: 767px) {
  .m-feature .img-wrapper img {
    width: 100%;
  }
}
.m-feature .list {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .m-feature .list {
    margin-top: 0.4rem;
  }
}
.m-feature .list .item {
  margin-top: 0.6rem;
}
.m-feature .list .item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-feature .list .item {
    margin-top: 0.28rem;
  }
}
.m-feature .list .item .title-wrapper {
  background-color: #003F99;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.1rem;
  border-radius: 0.08rem;
}
@media screen and (max-width: 767px) {
  .m-feature .list .item .title-wrapper {
    padding: 0.08rem 0.08rem;
    border-radius: 0.04rem;
  }
}
.m-feature .list .item .title-wrapper .num {
  background-color: white;
  color: #003F99;
  width: 0.495rem;
  height: 0.495rem;
  line-height: 0.495rem;
  border-radius: 0.05rem;
  text-align: center;
  font-size: 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .m-feature .list .item .title-wrapper .num {
    width: 0.247rem;
    height: 0.247rem;
    line-height: 0.247rem;
    font-size: 0.167rem;
  }
}
.m-feature .list .item .title-wrapper .title {
  color: white;
  font-size: 0.25rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-feature-settings: "palt";
  flex-grow: 1;
  padding: 0 0.1rem 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .m-feature .list .item .title-wrapper .title {
    font-size: 0.15rem;
    line-height: 1.3;
    padding: 0 0.06rem 0 0.08rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-feature .list .item .content {
    width: 9rem;
    margin-top: 0.3rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .m-feature .list .item .content {
    margin-top: 0.15rem;
    margin-left: 0.38rem;
  }
}
.m-feature .list .item .content .square-list {
  line-height: 1.7;
  font-size: 0.208rem;
  padding-left: 0.0125emrem;
}
@media screen and (max-width: 767px) {
  .m-feature .list .item .content .square-list {
    font-size: 0.14rem;
    line-height: 1.6;
  }
}
.m-feature .list .item .content .square-list li {
  text-indent: -1.25em;
  margin-bottom: 0rem;
}
.m-feature .list .item .content .square-list li:last-child {
  margin-bottom: 0;
}
.m-feature .list .item .content .square-list li::before {
  content: "□ ";
}
@media screen and (max-width: 767px) {
  .m-feature .list .item .content .square-list li {
    margin-bottom: 0.08rem;
  }
}
.m-feature .btn-wrapper {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .m-feature .btn-wrapper {
    margin-top: 0.6rem;
  }
}

.m-overview {
  margin-top: 1.05rem;
}
@media screen and (min-width: 768px), print {
  .m-overview {
    margin-bottom: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .m-overview {
    margin-top: 0.8rem;
    font-size: 0.13rem;
    margin-bottom: 0.8rem;
  }
}
.m-overview dl {
  border: 0.01rem solid #E2E1E0;
}
@media screen and (min-width: 768px), print {
  .m-overview dl {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl {
    border-top-width: 0;
  }
}
.m-overview dl dt, .m-overview dl dd {
  border: 0 solid #E2E1E0;
}
@media screen and (min-width: 768px), print {
  .m-overview dl dt, .m-overview dl dd {
    border-bottom-width: 0.01rem;
    padding: 0.2rem 0.25rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dt, .m-overview dl dd {
    padding: 0.1rem 0.2rem;
  }
}
.m-overview dl dt {
  background-color: #F4F4F5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .m-overview dl dt {
    border-right-width: 0.01rem;
    width: 1.6rem;
    padding-left: 0.4rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dt {
    border-top-width: 0.01rem;
    border-bottom-width: 0.01rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-overview dl dd {
    width: calc(100% - 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dd {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .note {
    font-size: 0.115rem;
  }
}
.m-overview dl dd .text-underline {
  text-decoration: underline;
}
.m-overview dl dd .text-warning {
  color: #E60012;
  font-size: 0.13rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .text-warning {
    font-size: 0.11rem;
  }
}
.m-overview dl dd .text-highlight {
  color: #036EB8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .text-highlight {
    font-size: 0.15rem;
  }
}
.m-overview dl dd a {
  color: #036EB8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.m-overview dl dd p {
  margin-bottom: 0.1rem;
}
.m-overview dl dd p:last-child {
  margin-bottom: 0;
}
.m-overview dl dd table.style--simple {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd table.style--simple {
    margin: 0.05rem 0 0.1rem;
  }
}
.m-overview dl dd table.style--simple th, .m-overview dl dd table.style--simple td {
  border: 0.01rem solid #E2E1E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 0.05rem 0.15rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd table.style--simple th, .m-overview dl dd table.style--simple td {
    padding: 0.05rem 0.15rem;
  }
}
.m-overview dl dd table.style--simple th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.m-point {
  background-color: #eaf4fb;
  padding: 0.8rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .m-point {
    padding: 0.2rem 0 0.6rem;
  }
}
.m-point .items {
  margin-top: 0.95rem;
  margin-bottom: -0.85rem;
}
@media screen and (min-width: 768px), print {
  .m-point .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .m-point .items {
    margin-top: 0.4rem;
  }
}
.m-point .items .item {
  background-color: white;
  box-shadow: 0.01rem 0.01rem 0.03rem rgba(120, 120, 120, 0.6);
  text-align: center;
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: 0 0 0.2rem 0.2rem;
}
@media screen and (min-width: 768px), print {
  .m-point .items .item {
    width: calc(50% - 0.2rem);
  }
}
@media screen and (max-width: 767px) {
  .m-point .items .item {
    border-radius: 0 0 0.1rem 0.1rem;
    margin-bottom: 0.4rem;
    box-shadow: 0.01rem 0.01rem 0.02rem rgba(120, 120, 120, 0.3);
  }
}
.m-point .items .item:nth-child(1) .title-wrapper {
  background-color: #003F99;
}
.m-point .items .item:nth-child(1) .content {
  border-color: #003F99;
}
.m-point .items .item:nth-child(2) .title-wrapper {
  background-color: #A50082;
}
.m-point .items .item:nth-child(2) .content {
  border-color: #A50082;
}
.m-point .items .item:nth-child(3) .title-wrapper {
  background-color: #357A29;
}
.m-point .items .item:nth-child(3) .content {
  border-color: #357A29;
}
.m-point .items .item:nth-child(4) .title-wrapper {
  background-color: #99744D;
}
.m-point .items .item:nth-child(4) .content {
  border-color: #99744D;
}
.m-point .items .item .title-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 0.15rem 0.32rem;
  border-radius: 0.15rem;
  position: absolute;
  top: -0.46rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .m-point .items .item .title-wrapper {
    padding: 0.05rem 0.2rem;
    border-radius: 0.1rem;
    top: -0.21rem;
  }
}
.m-point .items .item .title-wrapper .title {
  color: white;
  font-size: 0.36rem;
  letter-spacing: 0.04rem;
  position: relative;
  left: 0.01rem;
}
@media screen and (max-width: 767px) {
  .m-point .items .item .title-wrapper .title {
    font-size: 0.21rem;
  }
}
.m-point .items .item .title-wrapper .lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
  letter-spacing: 0rem;
  margin-top: 0.08rem;
}
@media screen and (max-width: 767px) {
  .m-point .items .item .title-wrapper .lead {
    margin-top: 0.05rem;
    font-size: 0.11rem;
  }
}
.m-point .items .item .content {
  border-top: solid 0.06rem;
  padding: 0.6rem 0.4rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .m-point .items .item .content {
    border-top: solid 0.03rem;
    padding: 0.3rem 0.2rem 0.28rem;
  }
}
.m-point .items .item .content .lead {
  text-align: left;
  font-size: 0.18rem;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  .m-point .items .item .content .lead {
    font-size: 0.13rem;
    letter-spacing: 0rem;
  }
}
.m-point .btn-wrapper {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .m-point .btn-wrapper {
    margin-top: 1.4rem;
  }
}
.m-point .contact-tel {
  text-align: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .m-point .contact-tel {
    margin-top: 0.4rem;
  }
}
.m-point .contact-tel .lead {
  color: #3FA6D6;
  font-size: 0.28rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-point .contact-tel .lead {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
.m-point .contact-tel .tel {
  margin-top: 0.25rem;
  display: inline-block;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .m-point .contact-tel .tel {
    width: 95%;
    margin-top: 0.18rem;
  }
}
.m-point .contact-tel .reception-hours {
  font-size: 0.18rem;
  margin-top: 0.15rem;
}
@media screen and (max-width: 767px) {
  .m-point .contact-tel .reception-hours {
    margin-top: 0.15rem;
    font-size: 0.15rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
}
.m-point .contact-tel .note {
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  .m-point .contact-tel .note {
    display: inline-block;
    text-align: left;
    font-size: 0.11rem;
    line-height: 1.4;
    margin-top: 0.05rem;
  }
}

.footer {
  padding: 0.4rem 0 0.4rem;
}
@media screen and (min-width: 768px), print {
  .footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0.4rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .footer .logo-wrapper img {
    width: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo-wrapper img {
    width: 1.4rem;
  }
}
.footer .address {
  color: #595757;
  font-size: 0.16rem;
  letter-spacing: 0.015rem;
}
@media screen and (max-width: 767px) {
  .footer .address {
    margin-top: 0.15rem;
    font-size: 0.12rem;
    line-height: 1.4;
  }
}/*# sourceMappingURL=style.css.map */