@charset "UTF-8";
ol {
  list-style: none;
  counter-reset: step;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 374px) {
  .br-sp {
    display: inline;
  }
}

.sp-hide {
  display: inline;
}

.pc-hide {
  display: none;
}

@media (max-width: 768px) {
  .sp-hide {
    display: none;
  }
  .pc-hide {
    display: inline;
  }
}
.sp-hide-02 {
  display: inline;
}

.pc-hide-02 {
  display: none;
}

@media (max-width: 425px) {
  .sp-hide-02 {
    display: none;
  }
  .pc-hide-02 {
    display: inline;
  }
}
.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*----------------------------
メニューを開いている時の処理
----------------------------*/
html.is-open {
  overflow: hidden;
}

/*----------------------------
ヘッダーメニュー
----------------------------*/
#header-nav {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  max-width: 100vw;
  width: 100%;
  background-color: #fff;
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}
@media screen and (max-width: 1299px) {
  #header-nav {
    height: 60px;
    padding: 0 3.5px 0 20px;
  }
}
@media screen and (min-width: 1300px) {
  #header-nav {
    height: 100px;
    padding: 0 60px;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.header__logo {
  display: block;
  width: 240px;
}
.header__logo a img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1299px) {
  .header__nav {
    display: none;
  }
}
.header__nav.is-open {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 24px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
.header__button a {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #edf7ff;
  padding: 7px 25px;
  border-radius: 50px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.header__button a:hover {
  border-color: #0068b7;
}
.header__buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 30px;
}
@media screen and (max-width: 1299px) {
  .header__buttonContainer {
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 200px;
    gap: 15px;
  }
}
.header__navItem a {
  color: #585858;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  width: 100%;
}
.header__navItem a:hover {
  opacity: 0.8;
  color: #2068b7;
}
@media screen and (max-width: 1299px) {
  .header__navItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #d3e6f6;
  }
}
@media screen and (min-width: 1300px) {
  .header__navItem {
    display: inline-block;
    overflow: hidden;
    padding: 7px 18px;
    text-align: center;
  }
}
@media screen and (min-width: 1300px) {
  .header__navItem span {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.header__navItem .en {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
@media screen and (max-width: 1299px) {
  .header__navItem .en {
    font-size: 11px;
    color: #0068b7;
  }
}
@media screen and (min-width: 1300px) {
  .header__navItem .en {
    font-size: 14px;
  }
}
.header__navItem .ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  .header__navItem .ja {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .header__navItem .ja {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 15px;
    white-space: nowrap;
  }
}
.header__navItem:hover {
  color: #2066b7;
}
.header__navItem:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 1299px) {
  .header__navItem:hover .en {
    -webkit-transform: translate(0%, -150%);
            transform: translate(0%, -150%);
  }
}
@media screen and (min-width: 1300px) {
  .header__navItem:hover .ja {
    top: 25%;
  }
}
@media screen and (max-width: 1299px) {
  .header__navList02 {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .header__navList02 {
    display: none;
  }
}
.header__navList-under {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1300px) {
  .header__navList-under {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.header__bnr01 {
  margin-top: 35px;
}
.header__bnr01 a {
  margin: 0 auto;
  display: block;
  max-width: 325px;
  max-height: 80px;
  width: 100%;
  height: 100%;
}
.header__bnr01 a img {
  width: 100%;
  height: auto;
}
.header__bnr02 {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
}
.header__navList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1300px) {
  .header__navList01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__bnrItem02 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__bnrItem02:first-child {
  width: 120px;
  height: 43px;
}
.header__bnrItem02:first-child img {
  width: 100%;
  height: auto;
}
.header__bnrItem02:last-child {
  width: 174px;
  height: 32px;
}
.header__bnrItem02:last-child img {
  width: 100%;
  height: auto;
}

.js-header {
  top: -100px !important;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (max-width: 768px) {
  .js-header {
    top: -60px;
  }
}
.js-header.headerShowScroll {
  top: 0 !important;
}

#target {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1139px) {
  #target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1300px) {
  #target {
    display: none;
  }
}

.target_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.target_inner_line {
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #2066b7;
}
.target_inner.is-open .target_inner_line {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.target_inner.is-open .target_inner_line:nth-child(1), .target_inner.is-open .target_inner_line:nth-child(3) {
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.target_inner.is-open .target_inner_line:nth-child(1) {
  top: calc(50% - 3px);
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
.target_inner.is-open .target_inner_line:nth-child(2) {
  opacity: 0;
}
.target_inner.is-open .target_inner_line:nth-child(3) {
  top: calc(50% + 6px);
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}

.header__navItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.first-visit {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.first-visit.loaded {
  overflow: auto;
  opacity: 1;
}

.fv {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 300px;
}
.fv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .fv__ttl {
    padding: 0 18px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  .fv__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .fv__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .fv__ttl-logo {
    max-width: 430px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv__ttl-logo {
    margin-top: 5px;
    width: 380px;
    height: auto;
  }
}
.fv__ttl-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1201px) and (max-width: 2000px) {
  .fv__ttl-logo {
    margin-top: 5px;
    max-width: 560px;
    width: 100%;
    height: auto;
  }
}
.fv__ttl-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 2001px) {
  .fv__ttl-logo {
    margin-top: 5px;
    max-width: 900px;
    width: 100%;
    height: auto;
  }
}
.fv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__info {
    margin-top: 25px;
    max-width: 430px;
    width: 100%;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv__info-logo {
  max-width: 125px;
  width: 100%;
  height: auto;
}
.fv__info-logo img {
  width: 100%;
  height: auto;
}
.fv__info-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.fv .grid__wrapper {
  position: relative;
  z-index: ０;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px 15px;
  padding: 40px 45px;
  height: auto;
  margin: 0 auto;
}
.fv .grid__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.fv .grid__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.fv .grid__wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.fv .grid__wrapper > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.fv .grid__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -5;
  pointer-events: none;
  background-image: url("../../img/top/img_top_bg03.png");
  max-width: 245px;
  width: 100%;
  height: auto;
  aspect-ratio: 245/480;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: -200px;
  left: 0;
}
@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .fv .grid__wrapper::after {
    background-image: url("../../img/top/img_top_bg03.png");
    left: 0;
    max-width: 17.9355783309vw;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .fv .grid__wrapper::after {
    width: 17.9355783309vw;
  }
}
@media screen and (max-width: 1023px) {
  .fv .grid__wrapper::after {
    background-image: url("../../img/top/img_top_bg03_sp.png");
    right: 0;
    left: auto;
    max-width: 160px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
.fv .grid__wrapper .grid__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv .grid__wrapper .grid__item-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.fv .grid__wrapper .grid__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.fv .grid__wrapper .grid__item-flex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .grid__wrapper .grid__item-3 {
  padding-bottom: 10px;
}
.fv .grid__wrapper .grid__item-4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  max-height: 160px;
}
.fv .grid__wrapper .grid__item-5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  place-items: center;
  max-width: 400px;
  padding-left: 2%;
}
.fv .grid__wrapper .grid__item-5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .grid__wrapper .grid__item-fv {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 16px 16px;
  place-items: center;
}
.fv .grid__wrapper .grid__item-fv img {
  max-width: 100%;
  height: auto;
}
.fv .grid__wrapper .grid__item-6-7 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.fv .grid__wrapper .grid__item-8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.fv .grid__wrapper .grid__item-9 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  grid-row: 3/3;
}
.fv .grid__wrapper .grid__item-10 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  grid-row: 3/3;
  place-items: center;
}
.fv .grid__wrapper .grid__item-10 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .grid__wrapper .grid__item-11 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 3;
  grid-row: 3/3;
}
@media screen and (max-width: 1023px) {
  .fv .grid__wrapper {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px 10px;
    padding: 40px 14px;
    height: auto;
    position: relative;
  }
  .fv .grid__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fv .grid__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .fv .grid__wrapper .grid__item {
    place-content: center;
  }
  .fv .grid__wrapper .grid__item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .fv .grid__wrapper .grid__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .fv .grid__wrapper .grid__item-flex img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .fv .grid__wrapper .grid__item-4, .fv .grid__wrapper .grid__item-5, .fv .grid__wrapper .grid__item-6-7 {
    display: none;
  }
  .fv .grid__wrapper .grid__item-fv {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fv .grid__wrapper .grid__item-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .fv .grid__wrapper .grid__item-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .fv .grid__wrapper .grid__item-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .fv .grid__wrapper .grid__item-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.fv::before, .fv::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.fv::before {
  background-image: url("../../img/top/img_top_bg01.png");
  max-width: 1200px;
  width: 100%;
  height: auto;
  aspect-ratio: 600/450;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1023px) {
  .fv::before {
    width: 43.9238653001vw;
  }
}
.fv::after {
  background-image: url("../../img/top/img_top_bg02.png");
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 776/450;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .fv::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .fv::after {
    width: 56.8081991215vw;
  }
}
.fv .fv__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.fv .fv__deco01, .fv .fv__deco02, .fv .fv__deco03, .fv .fv__deco04, .fv .fv__deco05, .fv .fv__deco06 {
  position: absolute;
  z-index: 2;
}
.fv .fv__deco01 {
  top: 14.6412884334vw;
  left: 68.0819912152vw;
  width: 175px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco01 {
    top: 32vw;
    left: 37.6vw;
    width: 18.6666666667vw;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco01 {
    width: 12.8111273792vw;
  }
}
.fv .fv__deco02 {
  top: 49.0483162518vw;
  left: 48.9019033675vw;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco02 {
    top: 114.6666666667vw;
    left: -24vw;
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco02 {
    width: 9.5168374817vw;
  }
}
.fv .fv__deco03 {
  position: absolute;
  top: 2.9282576867vw;
  left: 23.7920937042vw;
  width: 85px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco03 {
    top: 56vw;
    left: 0;
    width: 21.3333333333vw;
    height: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco03 {
    width: 6.2225475842vw;
  }
}
.fv .fv__deco04 {
  top: 27.8184480234vw;
  left: 20.4978038067vw;
  width: 165px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .fv .fv__deco04 {
    top: 114.6666666667vw;
    right: -10.9333333333vw;
    left: auto;
    width: 33.8666666667vw;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fv .fv__deco04 {
    top: 98.6666666667vw;
    right: 13.3333333333vw;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco04 {
    width: 12.0790629575vw;
  }
}
.fv .fv__deco05 {
  top: 39.897510981vw;
  right: -13.17715959vw;
  width: 457px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fv .fv__deco05 {
    top: 53.3333333333vw;
    right: -26.6666666667vw;
    width: 53.3333333333vw;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__deco05 {
    width: 33.4553440703vw;
  }
}
.fv .fv__deco06 {
  top: 186.6666666667vw;
  left: -18.6666666667vw;
  width: 145px;
  height: auto;
}

.img-pc {
  display: block;
}

.img-sp {
  display: none;
}

/* SP表示（768px以下）の場合 */
@media screen and (max-width: 1023px) {
  .img-pc {
    display: none; /* SP表示時はPC用画像を非表示 */
  }
  .img-sp {
    display: block; /* SP表示時はSP用画像を表示 */
    width: 100%;
    height: auto;
  }
}
.about {
  position: relative;
  z-index: 2;
}
.about span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: -220px;
  }
}
@media screen and (min-width: 769px) {
  .about {
    margin-top: -280px;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__inner {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 90px 70px 140px 70px;
  }
}
@media screen and (max-width: 425px) {
  .about__img {
    aspect-ratio: 615/484;
    max-width: 300px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .about__img {
    aspect-ratio: 615/484;
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .about__img {
    aspect-ratio: 615/484;
    max-width: 615px;
  }
}
.about__img img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .about__content {
    padding: 0 20px 113px 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .about__content {
    padding: 70px 50px 70px 50px;
  }
}
@media screen and (min-width: 1100px) {
  .about__content {
    max-width: 530px;
  }
}
.about__heading {
  color: #2066b7;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about__heading {
    margin-top: 40px;
    font-size: 26px;
  }
}
.about__ttl {
  display: block;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .about__ttl {
    font-size: 22px;
    margin-top: 20px;
  }
}
.about__txt {
  display: block;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .about__txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .about__txt {
    margin-top: 30px;
  }
}
.about__txt > * + * {
  margin-top: 1em;
}
.about__subtxt {
  font-size: 13px;
  font-weight: 100;
  color: #2066b7;
}
.about__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .about__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 425px) {
  .about__btn {
    margin: 30px auto;
  }
}

.present {
  background-color: #f5faff;
  width: 100%;
  padding: 80px 0;
}
.present__inner {
  margin: 0 auto;
}
.present__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .present__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 13px 0;
  }
}
.present__imgWrapper {
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .present__imgWrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 767px) {
  .present__imgWrapper {
    max-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .present__imgWrapper {
    max-width: 230px;
    height: auto;
  }
}
.present__imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.present__imgWrapper figcaption {
  margin-top: 0.8em;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "Helvetica", sans-serif;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.present__txt-wrapper {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .present__txt-wrapper {
    font-size: 18px;
    text-align: center;
  }
}
.present__list {
  color: #2068b7;
  /* 下線を点線に */
  border-bottom: 2px dotted #d3e6f6;
  /* 前にSVGを追加 */
  position: relative;
  padding-left: 28px;
  display: inline-block;
  line-height: 1.8;
  margin-right: 2px;
}
.present__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../../img/top/icon_present-list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #2066b7;
}
.present__sticker-bg {
  background-color: #2068b7;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 3px;
  display: inline-block;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .present__sticker-bg {
    font-size: 20px;
    margin: 0;
    padding: 2px 10px;
  }
}
.present__sticker-note {
  padding-left: 13%;
  display: block;
  font-size: 15px;
  color: #555555;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .present__sticker-note {
    margin-top: 0;
    padding-right: 33%;
  }
}
@media screen and (max-width: 425px) {
  .present__sticker-note {
    margin-top: 0;
    padding: 0;
  }
}
.present__sticker-wrapper {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .present__sticker-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .present__right {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .present__right {
    max-width: 500px;
    width: 100%;
  }
}
.present__bubble-bg {
  background-color: white;
  padding: 20px 30px 20px 80px;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .present__bubble-bg {
    padding: 18px 30px 18px 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .present__bubble-bg {
    padding: 18px 60px 18px 150px;
  }
}
@media screen and (max-width: 600px) {
  .present__bubble-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30%;
  }
}
@media screen and (max-width: 375px) {
  .present__bubble-bg {
    padding: 15px 20px 15px 70px;
  }
}
.present__bubble-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-left: 60px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .present__bubble-wrapper {
    padding-left: 50px;
  }
}
.present__bubble-link {
  text-decoration: underline;
  color: #2066b7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 20px;
  margin-right: 5px;
}
.present__bubble-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .present__bubble-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .present__bubble-link {
    font-size: 17px;
  }
}
.present__bubble-txt {
  width: auto;
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .present__bubble-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .present__bubble-txt {
    font-size: 16px;
  }
}
.present__bubble-img {
  position: absolute;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .present__bubble-img {
    max-width: 95px;
    height: auto;
  }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .present__bubble-img {
    max-width: 110px;
  }
}

.spots {
  padding-bottom: 150px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .spots {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .spots {
    margin-top: 100px;
    padding-top: 25px;
  }
}
.spots__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .spots__inner {
    width: 95%;
  }
}
.spots__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 110px;
}
@media screen and (max-width: 1100px) {
  .spots__top {
    margin-top: 44px;
    position: relative;
    display: block;
    padding: 20px 12px;
  }
}
.spots__top span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .spots__top span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .spots__top span {
    font-size: 18px;
  }
}
.spots__imgWrapper {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .spots__imgWrapper {
    max-width: 700px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__imgWrapper {
    max-width: 550px;
  }
}
.spots__imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.spots__imgWrapper figcaption {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.spots__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
  text-align: left;
}
.spots__body span {
  margin-top: 30px;
  color: #2066b7;
}
@media screen and (max-width: 1099px) {
  .spots__body {
    margin: 30px auto;
  }
}
@media screen and (max-width: 1099px) {
  .spots__ico {
    position: absolute;
    top: -105px;
    left: calc(50% - 82.5px);
    width: 141px;
    height: 95px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .spots__ico {
    margin-top: -50px;
    width: 181px;
    height: 122px;
  }
}
.spots__ttl {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1099px) {
  .spots__ttl {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__ttl {
    font-size: 24px;
  }
}
.spots__ttl .small {
  font-size: 16px;
}
.spots__txt {
  font-size: 15px;
  line-height: 2.3;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .spots__txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .spots__txt {
    max-width: 700px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .spots__txt {
    max-width: 539px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1099px) {
  .spots__content {
    display: block;
    padding: 0 25px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1099px) {
  .spots__content:first-of-type {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__content:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__content-rb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .spots__info {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .spots__info {
    max-width: 452px;
  }
}
.spots__infoTtl {
  font-size: 16px;
  background-color: #2066b7;
  color: #fff;
  padding: 4px 30px;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.spots__infoTxt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .spots__infoTxt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .spots__infoTxt {
    margin-top: 20px;
  }
}
.spots__infoList {
  counter-reset: item;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .spots__infoList {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .spots__infoList {
    margin-top: 20px;
  }
}
.spots__infoList li {
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.spots__infoList li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 5px;
}
.spots__infoList li + li {
  margin-top: 10px;
}
.spots__infoList a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.spots__infoList a:hover {
  text-decoration: none;
}
.spots__caution {
  margin-top: 10px;
}
.spots__caution li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.spots__caution li + li {
  margin-top: 3px;
}
.spots__caution li:before {
  content: "※";
  margin-right: 5px;
}
@media screen and (max-width: 1100px) {
  .spots__btn {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .spots__btn {
    margin-top: 10px;
  }
}
.spots__btn a {
  display: inline-block;
}
.spots__btn .spots__btn01 {
  padding: 15px 80px 15px 60px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .spots__btn .spots__btn01 {
    text-align: center;
  }
}

.highlights {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .highlights {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .highlights {
    margin-top: 80px;
    padding-top: 25px;
  }
}
.highlights__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.5% 1fr 4.5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  margin: 60px auto 0;
  gap: 4.5%;
  max-width: 1400px;
  padding: 0 3%;
}
@media screen and (max-width: 1100px) {
  .highlights__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 50px 0;
  }
}
.highlights__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .highlights__grid-item {
    position: relative;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 550px;
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .highlights__grid-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.highlights__grid-item span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .highlights__grid-item span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .highlights__grid-item span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .highlights__imgWrapper {
    margin-bottom: 30px;
    max-width: 550px;
  }
}
@media screen and (min-width: 1100px) {
  .highlights__imgWrapper {
    max-width: 550px;
  }
}
.highlights__imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.highlights__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
  padding: 0 10px;
}
.highlights__body span {
  margin-top: 40px;
  color: #2066b7;
}
@media screen and (max-width: 1100px) {
  .highlights__body span {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .highlights__body {
    width: 100%;
    max-width: none;
  }
}
.highlights__ttl {
  position: relative;
  padding-left: 15px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.4;
}
.highlights__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 2.6em;
  background: #0768b7;
}
@media screen and (max-width: 1099px) {
  .highlights__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .highlights__ttl {
    font-size: 24px;
  }
}
.highlights__ttl-sub {
  font-size: 18px;
  padding-top: 10px;
}
.highlights__txt {
  font-size: 15px;
  line-height: 2.3;
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .highlights__txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .highlights__txt {
    max-width: 700px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .highlights__txt {
    max-width: 539px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1099px) {
  .highlights__txt {
    max-width: none;
  }
}
.highlights__txt span {
  margin: 10px 0 0;
}
.highlights__txt .is-red {
  color: #d90f0f;
}
.highlights__txt .is-bold {
  display: block;
  font-family: "Noto Sans JP";
  color: #d90f0f;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}
.highlights__caution {
  margin-top: 10px;
}
.highlights__caution li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.highlights__caution li + li {
  margin-top: 3px;
}
.highlights__caution li:before {
  content: "※";
  margin-right: 5px;
}
.highlights__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .highlights__btn01 {
    padding: 0 30px;
  }
}

.table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.table span {
  background-color: #2066b7;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  border: #2066b7;
  display: inline-block;
  border-radius: 100vh;
  width: 288px;
  height: 34px;
}
@media (max-width: 768px) {
  .table span {
    max-width: 288px;
  }
}
.table .align-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table .space__bottom {
  padding-bottom: 37px;
}

td {
  font-size: 16px;
}
@media (max-width: 768px) {
  td {
    vertical-align: top;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  td {
    padding-top: 20px;
  }
}
td span.is-ja a {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .offerings {
    margin-top: 100px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  .offerings {
    margin-top: 120px;
  }
}
.offerings__bg {
  background-color: #f5faff;
}
@media screen and (max-width: 768px) {
  .offerings__bg {
    padding: 100px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .offerings__bg {
    padding: 90px 0;
  }
}
.offerings__card {
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  .offerings__card {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .offerings__card {
    display: block;
    margin-top: 65px;
  }
}
@media screen and (min-width: 1100px) {
  .offerings__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    gap: 75px;
  }
}
.offerings__card.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.offerings__onecard {
  max-width: 1600px;
  margin: 120px auto;
}
@media screen and (min-width: 769px) {
  .offerings__onecard {
    margin: 90px auto;
  }
}
.offerings__card-wrapper {
  margin: 0 auto;
  max-width: 1600px;
}
.offerings__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .offerings__img {
    aspect-ratio: 700/507;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .offerings__img {
    aspect-ratio: 700/507;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1100px) {
  .offerings__img {
    aspect-ratio: 700/507;
    max-width: 700px;
  }
}
.offerings__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  aspect-ratio: 700/507;
}
.offerings__img figcaption {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.offerings__info {
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .offerings__info {
    padding: 0 22px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .offerings__info {
    max-width: 450px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1250px) {
  .offerings__info {
    padding: 0 30px;
  }
}
.offerings__info span {
  color: #2066b7;
  display: inline-block;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .offerings__info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .offerings__info span {
    font-size: 18px;
  }
}
.offerings__num {
  font-size: 25px;
  color: #2066b7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .offerings__num {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .offerings__num {
    text-align: center;
  }
}
.offerings__num::before {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 28px;
  height: 1px;
  background: #2066b7;
}
@media screen and (max-width: 768px) {
  .offerings__num::before {
    left: calc(50% - 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .offerings__num::before {
    left: calc(50% - 14px);
  }
}
@media screen and (min-width: 1100px) {
  .offerings__num::before {
    left: 0;
  }
}
.offerings__num-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 10px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .offerings__num-wrapper {
    margin-bottom: 40px;
  }
}
.offerings__name {
  font-size: 28px;
  color: #2066b7;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .offerings__name {
    font-size: 22px;
  }
}
.offerings__name-sm {
  font-size: 15px;
  color: #2066b7;
  line-height: 0;
  padding-bottom: 8px;
}
.offerings__ttl {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .offerings__ttl {
    margin-top: 35px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .offerings__ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .offerings__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 376px) {
  .offerings__ttl {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) {
  .offerings__ttl span {
    display: inline-block;
    margin-left: -2px;
  }
}
.offerings__txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .offerings__txt {
    margin-top: 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .offerings__txt {
    margin-top: 40px;
  }
}
.offerings__txt > * + * {
  margin-top: 1rem;
}
.offerings__txt .is-red {
  color: #d90f0f;
}
@media screen and (max-width: 768px) {
  .offerings__txt-wrapper {
    padding: 0 3px;
  }
}
.offerings__comment {
  font-size: 15px;
  line-height: 2;
  color: #d90f0f;
  font-weight: bold;
  padding-left: 15px;
  text-indent: -15px;
}
@media screen and (max-width: 768px) {
  .offerings__comment {
    font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
  }
}
.offerings__comment span {
  margin-top: 0;
  display: inline-block;
  font-size: 15px;
  color: #d90f0f;
  padding-left: 15px;
  text-indent: -15px;
}
@media screen and (max-width: 768px) {
  .offerings__comment span {
    font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
  }
}
@media screen and (max-width: 768px) {
  .offerings__btn {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .offerings__btn {
    margin-top: 40px;
  }
}
.offerings__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 500px) {
  .offerings__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.offerings__note {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.offerings__source {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .offerings__source {
    font-size: 14px;
  }
}

.campaign {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .campaign {
    margin-top: 100px;
    padding-top: 25px;
  }
}
.campaign__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .campaign__inner {
    width: 95%;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__top {
    margin-top: 44px;
    position: relative;
    display: block;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__top {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.campaign__top span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .campaign__top span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__top span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__imgWrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__imgWrapper {
    max-width: 610px;
  }
}
.campaign__imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.campaign__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.campaign__body span {
  margin-top: 30px;
  color: #2066b7;
}
@media screen and (max-width: 1099px) {
  .campaign__ico {
    position: absolute;
    top: -105px;
    left: calc(50% - 82.5px);
    width: 141px;
    height: 95px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .campaign__ico {
    margin-top: -50px;
    width: 181px;
    height: 122px;
  }
}
.campaign__ttl {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1099px) {
  .campaign__ttl {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__ttl {
    font-size: 28px;
  }
}
.campaign__ttl .small {
  font-size: 16px;
}
.campaign__txt {
  font-size: 15px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .campaign__txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .campaign__txt {
    max-width: 700px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__txt {
    max-width: 539px;
    margin: 80px 0 0;
  }
}
.campaign__txt > * + * {
  margin-top: 1.8em;
}
.campaign__bnr {
  margin-top: 30px;
}
.campaign__bnr img {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .campaign__content {
    display: block;
    padding: 0 25px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__content:first-of-type {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content-rb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__info {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__info {
    max-width: 452px;
  }
}
.campaign__infoTtl {
  font-size: 16px;
  background-color: #2066b7;
  color: #fff;
  padding: 4px 30px;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.campaign__infoTxt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .campaign__infoTxt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__infoTxt {
    margin-top: 20px;
  }
}
.campaign__infoList {
  counter-reset: item;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .campaign__infoList {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__infoList {
    margin-top: 20px;
  }
}
.campaign__infoList li {
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.campaign__infoList li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 5px;
}
.campaign__infoList li + li {
  margin-top: 10px;
}
.campaign__infoList a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.campaign__infoList a:hover {
  text-decoration: none;
}
.campaign__caution {
  margin-top: 10px;
}
.campaign__caution li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.campaign__caution li + li {
  margin-top: 3px;
}
.campaign__caution li:before {
  content: "※";
  margin-right: 5px;
}
.campaign__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .campaign__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__btn {
    margin-top: 30px;
    padding-right: 70px;
  }
}

.lists {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .lists {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .lists {
    margin-top: 100px;
    padding-top: 25px;
  }
}
.lists__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .lists__inner {
    width: 95%;
  }
}
@media screen and (max-width: 1099px) {
  .lists__top {
    margin-top: 50px;
    position: relative;
    display: block;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1100px) {
  .lists__top {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lists__imgWrapper {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .lists__imgWrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .lists__imgWrapper {
    max-width: 610px;
  }
}
.lists__imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.lists__imgWrapper figcaption {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.lists__body {
  max-width: 460px;
  margin: 20px auto;
}
.lists__body span {
  margin-top: 30px;
  color: #2066b7;
}
@media screen and (max-width: 1099px) {
  .lists__ico {
    position: absolute;
    top: -105px;
    left: calc(50% - 82.5px);
    width: 141px;
    height: 95px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .lists__ico {
    margin-top: -50px;
    width: 181px;
    height: 122px;
  }
}
.lists__ttl {
  font-weight: 500;
  line-height: 2;
  font-size: 24px;
}
@media screen and (max-width: 1099px) {
  .lists__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 425px) {
  .lists__ttl {
    text-align: center;
  }
}
.lists__ttl .small {
  font-size: 16px;
}
.lists__txt {
  font-size: 15px;
  line-height: 2.3;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .lists__txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .lists__txt {
    max-width: 700px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .lists__txt {
    max-width: 539px;
    margin: 30px 0 0;
  }
}
.lists__bnr {
  margin-top: 30px;
}
.lists__bnr img {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .lists__content {
    display: block;
    padding: 0 25px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .lists__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1099px) {
  .lists__content:first-of-type {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .lists__content:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .lists__content-rb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .lists__content__info {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .lists__content__info {
    max-width: 452px;
  }
}
.lists__content__infoTtl {
  font-size: 16px;
  background-color: #2066b7;
  color: #fff;
  padding: 4px 30px;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lists__content__infoTxt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lists__content__infoTxt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .lists__content__infoTxt {
    margin-top: 20px;
  }
}
.lists__content__infoList {
  counter-reset: item;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .lists__content__infoList {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .lists__content__infoList {
    margin-top: 20px;
  }
}
.lists__content__infoList li {
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.lists__content__infoList li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 5px;
}
.lists__content__infoList li + li {
  margin-top: 10px;
}
.lists__content__infoList a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lists__content__infoList a:hover {
  text-decoration: none;
}
.lists__content__caution {
  margin-top: 10px;
}
.lists__content__caution li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.lists__content__caution li + li {
  margin-top: 3px;
}
.lists__content__caution li:before {
  content: "※";
  margin-right: 5px;
}
.lists__content__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lists__content__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .lists__content__btn {
    margin-top: 30px;
    padding-right: 70px;
  }
}

.media {
  margin-bottom: 100px;
}
.media__line {
  border: solid 2px #2066b7;
  border-radius: 10px;
  padding: 50px 138px;
  margin: 0 auto;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .media__line {
    padding: 50px 60px;
    margin: 0 auto;
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 650px) {
  .media__line {
    padding: 50px 20px;
    max-width: calc(100% - 40px);
  }
}
.media__ttl {
  font-size: 22px;
  color: #2068b7;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
}
.media__txt-wrapper {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .media__txt-wrapper {
    padding-top: 30px;
  }
}
.media__txt-wrapper ul {
  list-style: none;
  padding: 0 0 0 5px;
}
@media (max-width: 768px) {
  .media__txt-wrapper ul {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .media__txt-wrapper ul {
    margin-bottom: 35px;
  }
}
.media__txt-wrapper ul li {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}
.media__txt-wrapper ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d3e6f6;
  position: absolute;
  left: 0;
  top: 0.85em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.media__txt-wrapper ul li + li {
  margin-top: 5px;
}
.media__txt {
  line-height: 2;
}
.media__article {
  padding-top: 30px;
}
.media__article-ttl {
  text-align: center;
  font-size: 16px;
  color: #2068b7;
  font-weight: 500;
  letter-spacing: 1.3px;
  background-color: #e3f0fd;
  padding: 8px 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .media__article-ttl {
    font-size: 15px;
    padding: 8px 55px;
  }
}
@media screen and (max-width: 425px) {
  .media__article-ttl {
    font-size: 15px;
    width: 100%;
    padding: 8px 20px;
  }
}
.media__article ul {
  list-style: none;
}
@media (max-width: 768px) {
  .media__article ul {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .media__article ul {
    margin-bottom: 35px;
  }
}
.media__article ul li {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.media__article ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffd823;
  position: absolute;
  left: 0;
  top: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.media__article ul li + li {
  margin-top: 5px;
}
.media__article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  list-style: none;
}
.media__article-item {
  text-align: center;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 20px;
}

.contact {
  background-color: #f5faff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 50px 25px;
  }
}
@media screen and (min-width: 769px) {
  .contact {
    margin: 0 auto;
    padding: 50px 0;
  }
}
.contact__content {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}
.contact__contact {
  max-width: 550px;
  margin: 20px auto 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contact__contact {
    width: 100%;
  }
}
.contact__contact p {
  line-height: 22px;
}

.bnr-area {
  padding: 35px 20px 0;
}
.bnr-area__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.bnr-area__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bnr-area img {
  display: block;
}
.bnr-area a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.bnr-area a:hover {
  opacity: 0.7;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-120 {
  margin-top: 120px;
}

.btn-center {
  display: inline-block;
  margin: 0 auto;
}

.note {
  font-size: 14px;
  display: inline-block;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 13px;
  }
}

.under-link {
  text-decoration: underline;
  color: #2066b7;
  font-family: "Noto Sans JP", "Helvetica", sans-serif;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  line-height: 2;
}
.under-link:hover {
  opacity: 0.7;
}