@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*==========================================================================*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, li, dt, dd {
  font-size: 1rem;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  margin: 0;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}

select {
  visibility: visible !important;
}

a {
  transition: all ease 0.3s;
  text-decoration: underline;
  color: var(--txt);
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  word-break: keep-all;
}

ol li {
  list-style: decimal;
}

/*==========================================================================*/
/*                             Common-Setting                               */
/*==========================================================================*/
:root {
  --txt: #000000;
  --mcolor: #001e50;
  --scolor: #00b0f0;
  --container: 1100px;

  --gray: #9fa0a0;
  --blue: #001e50;
  --red: red;
  --f-main: "VWTextWeb", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --f-VWHead: "VWHeadWeb", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  -webkit-text-size-adjust: none;
  min-width: 20rem;
  color: var(--txt);
  background-color: #fff;
  font-family: var(--f-main);
  font-size: 1rem;
}

table {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

p, dd, dt, li, th, td, address {
  line-height: 1.45;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 1.5em;
}

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

.bold {
  font-weight: bold;
}

.left {
  text-align: left
}

.right {
  text-align: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-decoration: underline;
  color: var(--mcolor);
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 0.625rem;
}

.mb15 {
  margin-bottom: 0.9375rem;
}

.mb20 {
  margin-bottom: 1.25rem;
}

.mb30 {
  margin-bottom: 1.875rem;
}

#wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.inner {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 1.25rem;
}

.en {
  font-family: var(--f-VWHead);
}

.color1 {
  color: var(--txt) !important;
}

.article a {
  text-decoration: underline;
}

.article a:hover {
  text-decoration: none;
}

/*============= HEADER ==============*/
/* header { position: relative; z-index: 9; }
.h_box { width: 100%; position: absolute; top: 7.625rem; left: 0; }
.h_box .inner { width: 47.5rem; }
#logo { width: fit-content; position: relative; }
#logo::before, #logo::after { content: ''; position: absolute; height: 0.3125rem; width: 100vw; background-color: #FFF; top: calc(50% - 0.1875rem); }
#logo::before { right: calc(100% + 2.5rem); }
#logo::after { left: calc(100% + 2.5rem); } */

header {
  position: relative;
  z-index: 9;
}

.h_box {
  width: 100%;
  position: absolute;
  top: 3.125rem;
  left: 0;
}

.h_box .inner {
  width: 47.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

#logo {
  width: 7rem;
  position: relative;
  margin-left: -5rem;
}

#logo::before, #logo::after {
  content: '';
  position: absolute;
  height: 0.3125rem;
  width: 100vw;
  background-color: #FFF;
  top: calc(50% - 0.15625rem);
}

#logo::before {
  right: calc(100% + 2.5rem);
}

#logo::after {
  left: calc(100% + 2.5rem);
}

/*============= MAIN ==============*/
main {
  position: relative;
  z-index: 2;
}

.btn {
  margin: 6.25rem auto;
}

.btn a {
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mcolor);
  width: 42.9375rem;
  height: 6.5625rem;
  max-width: 100%;
  border-radius: 999px;
  letter-spacing: -.1rem;
  font-weight: 700;
}

.btn.center a {
  margin-left: auto;
  margin-right: auto;
}

.btn.btn_bg-white a {
  color: var(--mcolor);
  background-color: #fff;
}

.btn a:hover {
  opacity: 0.8;
}

/* Main Visual */
.mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1903 / 860;
  background: url('../images/mv_bg.jpg') no-repeat center / cover;
}

.mv_caption {
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  left: 1.7%;
  color: #FFF;
}

.mv_caption_sub {
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.find_a, .find_out {
  cursor: pointer;
}

.nowrap_pc {
  white-space: nowrap;
}


/* PCで最大サイズ、スマホで約70〜80%のサイズになるよう設計 */
.f90 {
  font-size: clamp(2.5rem, 10vw, 5.625rem);
}

/* 40px 〜 90px */
.f78 {
  font-size: clamp(2.5rem, 9vw, 4.875rem);
}

/* 40px 〜 78px */
.f70 {
  font-size: clamp(2.0625rem, 8vw, 4.375rem);
}

/* 33px 〜 70px */
.f50 {
  font-size: clamp(2rem, 6vw, 3.125rem);
}

/* 32px 〜 50px */
.f48 {
  font-size: clamp(2rem, 5vw, 3rem);
}

/* 32px 〜 48px */
.f45 {
  font-size: clamp(1.75rem, 5vw, 2.8125rem);
}

/* 28px 〜 45px */
.f43 {
  font-size: clamp(1.6875rem, 4.5vw, 2.6875rem);
}

/* 27px 〜 43px */
.f42 {
  font-size: clamp(1.625rem, 4.5vw, 2.625rem);
}

/* 26px 〜 42px */
.f40 {
  font-size: clamp(1.625rem, 4.5vw, 2.5rem);
}

/* 28px 〜 40px */
.f38 {
  font-size: clamp(1.625rem, 4vw, 2.375rem);
}

/* 26px 〜 38px */
.f35 {
  font-size: clamp(1.5rem, 4vw, 2.1875rem);
}

/* 24px 〜 35px */
.f34 {
  font-size: clamp(1.5rem, 4vw, 2.125rem);
}

/* 24px 〜 34px */
.f31 {
  font-size: clamp(1.375rem, 3.5vw, 1.9375rem);
}

/* 22px 〜 31px */
.f30 {
  font-size: clamp(1.375rem, 3.5vw, 1.875rem);
}

/* 22px 〜 30px */
.f28 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

/* 20px 〜 28px */
.f27 {
  font-size: clamp(1.25rem, 3vw, 1.6875rem);
}

/* 20px 〜 27px */
.f26 {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
}

/* 20px 〜 26px */
.f25 {
  font-size: clamp(1.25rem, 3vw, 1.5625rem);
}

/* 20px 〜 25px */
.f24 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}

/* 18px 〜 24px */
.f22 {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
}

/* 18px 〜 22px */
.f21 {
  font-size: clamp(1.0625rem, 2.5vw, 1.3125rem);
}

/* 17px 〜 21px */
.f20 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

/* 16px 〜 20px */

.f18 {
  font-size: clamp(1rem, 2vw, 1.125rem);
}

/* 16px 〜 18px */
.f17 {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
}

/* 15px 〜 17px */
.f16 {
  font-size: 1rem;
}

/* 16px固定 */
.f15 {
  font-size: 0.9375rem;
}

/* 15px固定 */
.f12 {
  font-size: 0.75rem;
}

/* 12px固定 */
.f14 {
  font-size: 0.875rem;
}

/* 14px固定 */
.f10 {
  font-size: 0.625rem;
}

/* 10px固定 */
.f9 {
  font-size: 0.5625rem;
}

/* 9px固定 */
.f23 {
  font-size: clamp(1.125rem, 2.5vw, 1.4375rem);
}

/* 18px 〜 23px */
.f36 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

/* 24px 〜 36px */


.fw300 {
  font-weight: 300;
}

/* Light */
.fw400 {
  font-weight: 400;
}

/* Normal */
.fw500 {
  font-weight: 500;
}

/* Medium */
.fw700 {
  font-weight: 700;
}

/* Bold */
.fw900 {
  font-weight: 900;
}

/* Black / Extra Bold */

.leter01 {
  letter-spacing: 0.04375rem;
}

h2, h3 {
  font-family: var(--f-VWHead);
  font-weight: 700;
}

.txt_u {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sp {
  display: none !important;
}

.pc-br {
  display: inline;
}

/*sec01*/
.sec01 {
  padding: 5.3125rem 0 5rem;
}

.sec01_tt {
  line-height: 1.325;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.sec01_tt_date {
  display: block;
  font-family: var(--f-VWHead);
  line-height: 1.325;
  letter-spacing: 0.01em;
  margin-bottom: 3.5rem;
}

.sec01_box1 {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: 100%;
}

.sec01_box1 p {
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

/*sec02*/
.sec02 {
  padding: 0;
}

.sec02 .inner {
  padding-bottom: 2.5rem;
}

.sec02_item+.sec02_item {
  margin-top: 3.75rem;
}

.sec02_item:last-of-type {
  margin-bottom: 0;
}

.sec02_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  padding-left: 9rem;
}

.sec02_flex_l {
  flex-basis: 37.75rem;
  flex-shrink: 0;
  max-width: 57%;
}

.sec02_label {
  display: inline-block;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: var(--f-main);
  font-weight: 400;
}

.sec02_flex_txt {
  flex: 1;
  min-width: 0;
}

.sec02_tt {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  font-family: var(--f-main);
}

.sec02_des {
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 0.75rem;
}

.sec02_des2 {
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-top: 1.25rem;
  margin-bottom: 0;
  border: 1px solid #000;
  padding: 1.25rem;
}

.sec02_flex_l .note {
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.sec02_flex_r {
  flex-basis: 21.75rem;
  flex-shrink: 0;
  max-width: 37%;
}

.sec02_flex_r img {
  width: 100%;
  height: auto;
  display: block;
}

.sec02_period {
  background-color: var(--mcolor);
  padding: 2.25rem 0 1.75rem;
  margin-top: 3.75rem;
}

.sec02_period * {
  color: #FFF;
}

.sec02_period .inner {
  padding-bottom: 0;
}

.sec02_period p {
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}

.sec02_period .note {
  margin-bottom: 0;
  font-weight: 400;
}

/*sec03*/
.sec03 {
  padding: 5rem 0 4.375rem;
}

.sec03_head {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 3.125rem;
  padding-right: 8rem;
}

.sec03_label {
  flex-shrink: 0;
  line-height: 1.1;
  font-family: var(--f-main);
  font-weight: 400;
}

.sec03_head_txt {
  flex: 1;
  min-width: 0;
}

.sec03_tt {
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-family: var(--f-main);
}

.sec03_lead {
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
  font-family: var(--f-main);
}

.sec03_cond {
  line-height: 1.55;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  font-family: var(--f-main);
}

.sec03_gift {
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 7.5rem;
}

.sec03_gift img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: lighten;
}

.sec03_detail {
  border: 1px solid #000;
  padding: 2.5rem;
}

.sec03_detail_tt {
  margin-bottom: 2.5rem;
  font-family: var(--f-main);
  text-align: center;
}

.sec03_box {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.sec03_box_l,
.sec03_box_r {
  flex: 1;
  min-width: 0;
}

.sec03_img {
  margin-bottom: 1.25rem;
}

.sec03_img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 480 / 304;
  object-fit: cover;
}

.sec03_box .tt1 {
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.sec03_box .tt2 {
  line-height: 1.2;
  margin-bottom: 1.25rem;
  font-family: var(--f-VWHead);
  font-weight: 300;
}

.sec03_box_r .tt2 {
  font-family: var(--f-main);
  font-weight: 300;
}

.sec03_box .des {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.sec03_box .note {
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.sec03_box .des2 {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.sec03_choice {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec03_choice li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.sec03_price_note {
  line-height: 1.5;
  margin-bottom: 0;
}

/*sec04*/
.sec04 {
  padding: 5rem 0 0;
}

.sec04_tt1 {
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-bottom: 0.75rem;
  font-family: var(--f-main);
}

.sec04_tt2 {
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
  font-family: var(--f-main);
}

.sec04_des {
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 2.5rem;
}

.sec04_ext {
  margin-bottom: 2.25rem;
}

.sec04_ext img {
  width: 100%;
  height: auto;
  display: block;
}

.sec04_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.25rem 2.5rem;
  margin-bottom: 3.75rem;
}

.sec04_list dl {
  width: calc(50% - 1.25rem);
}

.sec04_list dl.full {
  width: calc(50% - 1.25rem);
}

.sec04_list dl dt {
  margin-bottom: 1.125rem;
}

.sec04_list dl dt img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 530 / 277;
  object-fit: cover;
}

.sec04_list dl dd .tt {
  margin-bottom: 0.25rem;
  line-height: 2;
  letter-spacing: 0.01em;
  font-family: var(--f-main);
}

.sec04_list dl dd .des {
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.sec04_access {
  background-color: var(--mcolor);
  padding: 3.75rem 0 4.375rem;
}

.sec04_access * {
  color: #FFF;
}

.sec04_access_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}

.sec04_access_l {
  flex: 1;
  min-width: 0;
}

.sec04_access_tt1 {
  margin-bottom: 1.25rem;
  line-height: 1.2;
  font-family: var(--f-main);
}

.sec04_access_tt2 {
  margin-bottom: 1.25rem;
  line-height: 1.5;
  font-family: var(--f-main);
}

.sec04_access_des {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.sec04_access_info {
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 0.75rem;
}

.sec04_access_note {
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.sec04_access_r {
  flex-basis: 33.5625rem;
  flex-shrink: 0;
  max-width: 48%;
}

.sec04_access_r img {
  width: 100%;
  height: auto;
  display: block;
}

/*sec05*/
.sec05 {
  padding: 4.375rem 0 2.5rem;
}

.sec05_note_box {
  margin-bottom: 2.5rem;
}

.sec05_note_box p {
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.sec05_box {
  border: 1px solid #000;
  padding: 2.5rem;
}

.sec05_detail p {
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}

.sec05_detail .note {
  margin-bottom: 0;
}

/*============= FOOTER ==============*/

footer {
  position: relative;
  z-index: 3;
}

address {
  background-color: #000;
  padding: 0.9375rem 0.625rem;
  color: #bbbbbb;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: var(--f-VWHead);
  letter-spacing: -.02rem;
}

.ft_tt {
  margin-bottom: 0.9375rem;
  line-height: 1.4;
  font-size: clamp(1.5rem, 5vw, 2.1875rem);
  font-weight: bold;
  font-family: var(--f-VWHead);
  letter-spacing: 0.2rem;
}


.ft_add {
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.ft_add .letter {
  letter-spacing: -.1rem;
}

.to_top {
  position: fixed;
  z-index: 9;
  width: 4.375rem;
  height: 4.375rem;
  bottom: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
}

.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.ft_box {
  padding: 6.25rem 0 3.75rem;
}

.btn a:not([target="_blank"]):hover {
  opacity: 0.7;
}

.to_top img:hover, .find_a:hover, .pagenavi a:hover {
  opacity: .8;
}

/* FIREFOX ONLY */
@-moz-document url-prefix() {}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}

@media screen and (min-width: 751px) and (max-width: 1580px) {
  /* #logo { margin-left: 3.75rem; }
#logo::after { left: calc(100% + 1.25rem); }
#logo::before { right: calc(100% + 1.25rem); }
#logo img { width: 6.25rem; }
.h_box { top: 3.75rem; }
.to_top { width: 3.125rem; }
.h_box .inner { width: 56.25rem; } */


  .h_box {
    top: 3.75rem;
  }

  .h_box .inner {
    width: 100%;
    padding: 0 3.75rem;
    justify-content: flex-start;
  }

  /* margin-leftを調整して、左端から中央寄りへ移動 */
  #logo {
    margin-left: 10rem;
  }

  #logo img {
    width: 6.25rem;
  }

  #logo::before {
    right: calc(100% + 1.25rem);
  }

  #logo::after {
    left: calc(100% + 1.25rem);
  }

  .mv {
    aspect-ratio: 1903 / 860;
    background-position: center center;
    background-size: cover;
  }

}

@media screen and (max-width: 1024px) {
  .sec02_item {
    gap: 1.5rem;
  }

  .sec02_flex_r {
    flex-basis: 18.75rem;
  }

  .sec03_box {
    gap: 1.5rem;
  }

  .sec04_access_box {
    gap: 1.5rem;
  }

  .sec04_access_r {
    flex-basis: 24rem;
  }
}

@media screen and (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #wrapper, header, main, footer, .inner {
    width: 100% !important;
    min-width: unset !important;
  }

  .image_r, .image_l {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto 1.875rem !important;
  }

  .h_box {
    top: 1.875rem;
    left: 0;
    width: 100%;
  }

  .h_box .inner {
    width: 100%;
    padding: 0 2.25rem;
  }

  #logo {
    margin-left: 0;
  }

  #logo img {
    width: 4rem;
  }

  #logo::before, #logo::after {
    height: 0.125rem;
    top: calc(50% - 0.0625rem);
  }

  #logo::before {
    right: calc(100% + 1.0rem);
  }

  #logo::after {
    left: calc(63% + 0.625rem);
  }

  .mv {
    height: auto;
    aspect-ratio: 750 / 813;
    background: url(../images/mv_bg_sp.jpg) no-repeat center / 100% auto;
  }

  .mv_caption {
    bottom: 0.9375rem;
    left: 0.9375rem;
    width: calc(100% - 1.875rem);
  }

  .mv_caption_sub {
    letter-spacing: 0.05rem;
    font-size: 0.75rem;
  }

  .btn {
    margin: 2.5rem auto;
  }

  .btn a {
    width: 100%;
    height: 3.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }

  /*sec01*/
  .sec01 {
    padding: 2.5rem 0;
  }

  .sec01_tt {
    margin-bottom: 0.5rem;
  }

  .sec01_tt_date {
    margin-bottom: 1.5rem;
  }

  .sec01_box1 p {
    line-height: 1.7;
  }

  /*sec02*/
  .sec02 .inner {
    padding-bottom: 1.5rem;
  }

  .sec02_label {
    margin-bottom: 0;
  }

  .sec02_flex {
    flex-direction: column;
    padding-left: 0;
  }

  .sec02_flex_l {
    max-width: 100%;
    flex-basis: auto;
  }

  .sec02_flex_r {
    max-width: 100%;
    flex-basis: auto;
  }

  .sec02_tt {
    margin-bottom: 0.75rem;
  }

  .sec02_period {
    padding: 1.5rem 0;
    margin-top: 2rem;
  }

  .sec02_period .inner {
    padding-bottom: 0;
  }

  /*sec03*/
  .sec03 {
    padding: 2.5rem 0;
  }

  .sec03_head {
    flex-direction: column;
    gap: 0.5rem;
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .sec03_label {
    margin-bottom: 0;
  }

  .sec03_gift {
    position: static;
    width: 5.5rem;
    margin: 0 0 0 auto;
  }

  .sec03_detail {
    padding: 1.5rem;
  }

  .sec03_detail_tt {
    margin-bottom: 1.5rem;
  }

  .sec03_box {
    flex-direction: column;
    gap: 2.5rem;
  }

  .sec03_choice li {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }

  /*sec04*/
  .sec04 {
    padding: 2.5rem 0 0;
  }

  .sec04_tt1 {
    margin-bottom: 0.75rem;
  }

  .sec04_des {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  .sec04_ext {
    margin-bottom: 1.5rem;
  }

  .sec04_list {
    display: block;
    margin-bottom: 2.5rem;
  }

  .sec04_list dl,
  .sec04_list dl.full {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  .sec04_list dl:last-child {
    margin-bottom: 0;
  }

  .sec04_access {
    padding: 2.5rem 0;
  }

  .sec04_access_box {
    flex-direction: column;
    gap: 2rem;
  }

  .sec04_access_r {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }

  .sec04_access_tt2 {
    margin-bottom: 1rem;
  }

  /*sec05*/
  .sec05 {
    padding: 2.5rem 0 1.5rem;
  }

  .sec05_box {
    padding: 1.5rem;
  }

  .sec05_note_box {
    margin-bottom: 1.875rem;
  }

  .ft_box {
    padding: 2.5rem 0;
  }

  .ft_tt1 {
    line-height: 1.4;
  }

  .ft_add {
    letter-spacing: 0.05rem;
  }

  .to_top {
    width: 3.125rem;
    height: 3.125rem;
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 50%;
  }
}