@charset "UTF-8";
/*--------------------------
	Base
--------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
  padding-bottom: env(safe-area-inset-bottom);
}

body {
  *font-size: small;
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/*----------------------------------------------------

	サイトの基本設定のファイルです。
	最初の設定以外、基本変更することはありません。

----------------------------------------------------*/
/*--------------------------
	フォントの設定
--------------------------*/
/*--------------------------
	カラーの設定
--------------------------*/
/*--------------------------
	レイアウトの設定
--------------------------*/
/*--------------------------
	グリッドのガター
--------------------------*/
/*--------------------------
	レスポンシブの設定
--------------------------*/
/*--------------------------
  アニメーションの設定
--------------------------*/
/*--------------------------
	レスポンシブ関連
--------------------------*/
/*----------------------------------------------------

	初期設定を行うファイルです。
	デフォルトの設定を行う時以外、基本的に編集することはありません。

----------------------------------------------------*/
html {
  font-size: 10px;
}
@media screen and (max-width: 700px) {
  html {
    font-size: 2.85714286vw; /* 10px / 350px * 100 */
  }
}

body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "zen-kaku-gothic-new", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
}

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

sup {
  font-size: 50%;
  vertical-align: super;
}

/*--------------------------
	Layout
--------------------------*/
.l-section {
  margin: 8rem 0;
}
@media screen and (max-width: 700px) {
  .l-section {
    margin: 4rem 0;
  }
}

.l-inner {
  position: relative;
  margin: 0 auto;
  width: 700px;
  overflow: hidden;
  background-color: #F2EBE5;
}
@media screen and (max-width: 700px) {
  .l-inner {
    padding: 0;
    width: 100%;
  }
}

.l-flex {
  display: flex;
}
.l-flex--aic {
  align-items: center;
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

/*--------------------------
	page
--------------------------*/
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.mv__heading img,
.mv__txt img {
  opacity: 0;
  transform: scale(0.6) translateY(2rem);
}

.sec01-02__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sec01-02__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mv {
  position: relative;
}
.mv__img {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}
@media screen and (max-width: 700px) {
  .mv__img {
    padding-top: 3rem;
  }
}
.mv__img img {
  width: 100%;
  display: block;
  opacity: 0;
  transform: scale(1.3) rotate(-3deg);
  filter: grayscale(100%) brightness(0.2) blur(12px);
}
.mv__logo {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 38rem;
}
@media screen and (max-width: 700px) {
  .mv__logo {
    width: 19rem;
  }
}
.mv__en {
  position: absolute;
  right: 12.5%;
  width: 2.1%;
  top: 15%;
}
.mv__heading {
  position: absolute;
  bottom: 18%;
  left: 14%;
  width: 50%;
}
.mv__txt {
  position: absolute;
  bottom: 11%;
  left: 14%;
  width: 39%;
}

.sec01 {
  background-color: #E83B3D;
  padding: 14.5rem 0;
  border-radius: 40rem 40rem 0 0;
  margin-top: -26%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec01 {
    padding: 7.25rem 0;
    border-radius: 20rem 20rem 0 0;
  }
}
.sec01::before {
  content: "";
  position: absolute;
  right: -11%;
  height: 21.6rem;
  bottom: 0.6%;
  z-index: 0;
  background: url(../images/top/megane-img04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 86%;
}
@media screen and (max-width: 700px) {
  .sec01::before {
    content: "";
    position: absolute;
    right: -11%;
    height: 10.6rem;
    bottom: 0.6%;
    z-index: 0;
    background: url(../images/top/megane-img04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 86%;
  }
}
.sec01__heading {
  margin: 0 auto;
  width: 73%;
  position: relative;
  padding-bottom: 4rem;
  z-index: 30;
}
@media screen and (max-width: 700px) {
  .sec01__heading {
    padding-bottom: 2rem;
  }
}
.sec01__megane01 {
  position: absolute;
  top: 3%;
  right: -6%;
  width: 95%;
  z-index: -1;
}
.sec01__character {
  position: absolute;
  top: -50%;
  right: 0;
  width: 33%;
  animation-delay: 0.5s !important;
}
.sec01__txt02 {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 4rem;
  z-index: 30;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec01__txt02 {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.sec01__txt03 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 13rem;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 700px) {
  .sec01__txt03 {
    margin-bottom: 6.5rem;
  }
}

.sec01-02 {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.sec01-02__heading {
  width: 58%;
  padding-bottom: 6rem;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 700px) {
  .sec01-02__heading {
    padding-bottom: 3rem;
  }
}
.sec01-02__en {
  position: absolute;
  right: -88.5%;
  width: 32%;
  top: 0;
}
.sec01-02__megane02 {
  position: absolute;
  right: -43%;
  width: 147%;
  top: -49%;
  z-index: -1;
}
.sec01-02__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem;
  position: relative;
  z-index: 50;
  padding-bottom: 9rem;
}
@media screen and (max-width: 700px) {
  .sec01-02__list {
    gap: 2.5rem;
    padding-bottom: 4.5rem;
  }
}
.sec01-02__item {
  width: 45%;
}
.sec01-02__megane03 {
  position: absolute;
  right: 21%;
  width: 30%;
  bottom: -4%;
  z-index: -1;
}

.sec01-03 {
  width: 85%;
  margin: 0 auto;
  background-color: #F2EBE5;
  padding: 7rem 5rem 8rem;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 700px) {
  .sec01-03 {
    padding: 3.5rem 2.5rem 4rem;
  }
}
.sec01-03::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec01_frame01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -0.5%;
  left: -1rem;
  width: 104%;
  height: 6rem;
}
@media screen and (max-width: 700px) {
  .sec01-03::before {
    top: -0.3%;
    left: -0.5rem;
    width: 104%;
    height: 3rem;
  }
}
.sec01-03::after {
  content: "";
  position: absolute;
  background: url(../images/top/sec01_frame02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -0.5%;
  left: -1rem;
  width: 104%;
  height: 6rem;
}
@media screen and (max-width: 700px) {
  .sec01-03::after {
    bottom: -0.3%;
    left: -0.5rem;
    width: 104%;
    height: 3rem;
  }
}
.sec01-03__heading {
  width: 35rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec01-03__heading {
    width: 17.5rem;
    padding-bottom: 2.5rem;
  }
}
.sec01-03__sub-heading {
  background-color: #F78151;
  border-radius: 5rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  align-content: center;
  text-align: center;
  padding: 1.7rem 0;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec01-03__sub-heading {
    font-size: 1.6rem;
    padding: 0.8rem 0;
    margin-bottom: 1.5rem;
  }
}
.sec01-03__sub-heading--02 {
  background-color: #F0CD39;
}
.sec01-03__sub-heading--03 {
  background-color: #87C77B;
}
.sec01-03__sub-heading--04 {
  background-color: #CE6FC0;
}
.sec01-03__sub-heading::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #F2EBE5;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec01-03__sub-heading::before {
    width: 1rem;
    height: 1rem;
  }
}
.sec01-03__sub-heading::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #F2EBE5;
  top: 50%;
  right: 6%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec01-03__sub-heading::after {
    width: 1rem;
    height: 1rem;
  }
}
.sec01-03__sub-txt {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
@media screen and (max-width: 700px) {
  .sec01-03__sub-txt {
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 1.5rem;
  }
}
.sec01-03__item {
  border-bottom: solid 0.1rem #928E8B;
  margin-bottom: 5rem;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 700px) {
  .sec01-03__item {
    margin-bottom: 2.5rem;
  }
}
.sec01-03__item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.sec01-03__item--last {
  border-bottom: none;
  position: relative;
}
.sec01-03__item-img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec01-03__item-img {
    margin-bottom: 2rem;
  }
}
.sec01-03__item-title {
  width: 25%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec01-03__item-title {
    padding-bottom: 2.5rem;
  }
}
.sec01-03__item-title--03 {
  width: 30%;
}
.sec01-03 .splide {
  margin-bottom: 3rem;
}
@media screen and (max-width: 700px) {
  .sec01-03 .splide {
    margin-bottom: 1.5rem;
  }
}
.sec01-03 .splide__slide img {
  height: auto;
  width: 100%;
}
.sec01-03 .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  opacity: 1 !important;
}
@media screen and (max-width: 700px) {
  .sec01-03 .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.sec01-03 .splide__arrow img {
  width: 100%;
  height: auto;
}
.sec01-03 .splide__arrow--prev {
  position: absolute;
  top: 35%;
  left: -5%;
  transform: translateY(-50%);
}
.sec01-03 .splide__arrow--next {
  position: absolute;
  top: 35%;
  right: -5%;
  transform: translateY(-50%);
}

.sec02 {
  background: #F2EBE5;
  padding: 7.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec02 {
    padding: 3.8rem 0 0;
  }
}
.sec02::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/sec02-sub-heading.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60rem;
  height: 14rem;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec02::before {
    width: 30rem;
    height: 7rem;
  }
}
.sec02__heading {
  width: 79%;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 700px) {
  .sec02__heading {
    padding-bottom: 3rem;
  }
}
.sec02__balloon {
  width: 60%;
  background-color: #E83B3D;
  border-radius: 50rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #F2EBE5;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec02__balloon {
    font-size: 1.8rem;
    padding: 0.7rem 0;
  }
}
.sec02__balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 1.5rem 0 1.5rem;
  border-color: #E83B3D transparent transparent transparent;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sec02__img {
  width: 36%;
  margin: 0 auto;
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 700px) {
  .sec02__img {
    padding: 3rem 0 2rem;
  }
}
.sec02__txt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec02__txt {
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 2rem;
  }
}
.sec02__box {
  background: #fff;
  border: solid 0.5rem #000;
  border-radius: 3rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 3rem 0 4.8rem;
  box-shadow: 1.4rem 1.5rem 0 -0.5rem #333333;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec02__box {
    padding: 1.5rem 0 2.4rem;
    border: solid 0.25rem #000;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0.7rem 0.75rem 0 -0.25rem #333333;
  }
}
.sec02__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .sec02__box:last-child {
    margin-bottom: 2.5rem;
  }
}
.sec02__box-title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding-bottom: 2.5rem;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  left: 3rem;
}
.sec02__box-title--02 {
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec02__box-title {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    left: 1.5rem;
  }
}
.sec02__box-title::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec-box-title-treat01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.7rem;
  height: 3.7rem;
  top: 0%;
  left: -16%;
}
@media screen and (max-width: 700px) {
  .sec02__box-title::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.sec02__box-title--02::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec-box-title-treat02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.3rem;
  height: 3.7rem;
  top: 0%;
  left: -19%;
}
@media screen and (max-width: 700px) {
  .sec02__box-title--02::before {
    width: 2.2rem;
    height: 1.8rem;
  }
}
.sec02__box-line {
  text-align: center;
  width: 81%;
  margin: 0 auto;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 700px) {
  .sec02__box-line {
    padding-bottom: 0.8rem;
  }
}
.sec02__box-txt {
  text-align: center;
  width: 72%;
  margin: 0 auto;
  position: relative;
  left: -4%;
}
.sec02__box-txt--02 {
  left: -6.5%;
  width: 67%;
}
.sec02__box-02 {
  margin-top: 6rem;
  padding: 6rem 0 5rem;
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec02__box-02 {
    margin-top: 3rem;
    padding: 3rem 0 2.5rem;
    border-radius: 2.5rem;
  }
}
.sec02__box-02::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 0.1rem;
  background: #928E8B;
  bottom: -1%;
  left: 8%;
}
.sec02__box-02::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 0.1rem;
  background: #928E8B;
  top: 1%;
  left: 8%;
}
.sec02__box-magane {
  margin: 0 auto;
  width: 53%;
  padding-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec02__box-magane {
    padding-bottom: 2rem;
  }
}
.sec02__box-txt02 {
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  text-align: center;
  color: #333333;
  padding-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec02__box-txt02 {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 2rem;
  }
}
.sec02__box-txt02 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 700px) {
  .sec02__box-txt02 span {
    font-size: 1.1rem;
  }
}
.sec02__txt01 {
  background: #E83B3D;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  padding: 0 6.6rem;
  border-radius: 5rem;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec02__txt01 {
    font-size: 1.8rem;
    padding: 0 3.3rem;
    margin-bottom: 2.5rem;
  }
}
.sec02__txt01::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 1.5rem 0 1.5rem;
  border-color: #E83B3D transparent transparent transparent;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec02__txt01::before {
    border-width: 0.75rem 0.75rem 0 0.75rem;
    bottom: -1rem;
  }
}
.sec02__box-02-02 {
  background: #fff;
  border: solid 0.5rem #000;
  border-radius: 4rem;
  width: 88%;
  margin: 0 auto;
  box-shadow: 1.2rem 1.2rem 0 -0.5rem #333333;
  padding: 4rem 0 4rem 4.8rem;
}
@media screen and (max-width: 700px) {
  .sec02__box-02-02 {
    padding: 2rem 0 2rem 2.4rem;
    border-radius: 2rem;
    border: solid 0.25rem #000;
    box-shadow: 0.6rem 0.6rem 0 -0.25rem #333333;
  }
}
.sec02__box-02-02-flex {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 700px) {
  .sec02__box-02-02-flex {
    gap: 1.25rem;
  }
}
.sec02__box-02-02-flex--02 {
  justify-content: center;
}
.sec02__box-02-02-year {
  width: 24%;
}
.sec02__box-02-02-txt {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .sec02__box-02-02-txt {
    font-size: 2.4rem;
  }
}
.sec02__box-02-02-txt span {
  color: #21AB3C;
}
.sec02__box-03 {
  padding: 6rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec02__box-03 {
    padding: 3rem 0;
  }
}

.sec03 {
  background: #E83B3D;
  border-radius: 50rem 50rem 10rem 10rem;
  padding: 15rem 0 15.7rem;
  position: relative;
  margin-top: -4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec03 {
    padding: 7.5rem 0 7.8rem;
    margin-top: -5rem;
    padding-bottom: 2.5rem;
  }
}
.sec03__box-heading {
  text-align: center;
  width: 52%;
  margin: 0 auto;
  margin-bottom: 9.3rem;
}
@media screen and (max-width: 700px) {
  .sec03__box-heading {
    margin-bottom: 4.7rem;
  }
}
.sec03__box {
  background: #fff;
  border: solid 0.5rem #000;
  border-radius: 4rem;
  width: 88%;
  margin: 0 auto;
  box-shadow: 1.5rem 1.5rem 0 -0.5rem #333333;
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec03__box {
    border: solid 0.25rem #000;
    box-shadow: 0.6rem 0.6rem 0 -0.25rem #333333;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 2rem;
  }
}
.sec03__box-photo {
  padding-bottom: 3rem;
}
@media screen and (max-width: 700px) {
  .sec03__box-photo {
    padding-bottom: 2rem;
  }
}
.sec03__box-txt {
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .sec03__box-txt {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 1rem;
  }
}
.sec03__box-flex {
  display: flex;
  gap: 3.4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .sec03__box-flex {
    gap: 1.7rem;
    padding-bottom: 1rem;
  }
}
.sec03__box-img-year {
  width: 24%;
}
.sec03__box-list {
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .sec03__box-list {
    font-size: 2.4rem;
  }
}
.sec03__box-list li:nth-of-type(4) {
  color: #39B1DC;
}
.sec03__box-add {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec03__box-add {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.sec03__box-link {
  transition: 0.4s;
}
.sec03__box-link:hover {
  opacity: 0.6;
}
.sec03__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sec03__box-balloon {
  position: absolute;
  top: -6%;
  left: 10%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .sec03__box-balloon {
    top: -6%;
    left: 10%;
    width: 80%;
  }
}

.sec04 {
  padding: 7rem 0 8rem;
  border-radius: 0 0 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec04 {
    padding: 3.5rem 0 4rem;
    border-radius: 0 0 2rem 2rem;
  }
}
.sec04__heading {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4.3rem;
  width: 87%;
}
@media screen and (max-width: 700px) {
  .sec04__heading {
    padding-bottom: 2.15rem;
  }
}
.sec04__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .sec04__title {
    margin-bottom: 0.75rem;
  }
}
.sec04__sub-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12.5rem;
  font-weight: 700;
  font-style: normal;
  font-size: 5.4rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec04__sub-title {
    margin-bottom: 6.25rem;
    font-size: 2.75rem;
  }
}
.sec04__photo {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec04__photo {
    margin-bottom: 1.5rem;
  }
}
.sec04__main-heading {
  position: absolute;
  top: -8rem;
  left: 16%;
  width: 68%;
}
@media screen and (max-width: 700px) {
  .sec04__main-heading {
    top: -4rem;
    left: 16%;
    width: 68%;
  }
}
.sec04__txt01 {
  background: #21AB3C;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  padding: 0.5rem 5rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .sec04__txt01 {
    font-size: 1.6rem;
    padding: 0.25rem 2.5rem;
    border-radius: 0.5rem;
    position: relative;
    margin-bottom: 1rem;
  }
}
.sec04__txt01--color {
  background: #E83B3D;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec04__txt01--color {
    margin-bottom: 2rem;
  }
}
.sec04__txt02 {
  color: #21AB3C;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sec04__txt02 {
    font-size: 1.6rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.sec04__txt02 span {
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec04__txt02 span {
    font-size: 3.1rem;
  }
}
.sec04__arrow {
  text-align: center;
  width: 10%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec04__arrow {
    margin-bottom: 1.25rem;
    line-height: 0.5;
  }
}
.sec04__half {
  color: #E83B3D;
  font-weight: 700;
  font-style: normal;
  font-size: 10.5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-bottom: 3.5rem;
  margin-bottom: 3.7rem;
  width: 88%;
  border-bottom: solid 0.1rem #05730E;
}
@media screen and (max-width: 700px) {
  .sec04__half {
    font-size: 5.25rem;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.sec04__half::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec-03-treat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16rem;
  height: 12rem;
  right: 12%;
  top: -4%;
}
@media screen and (max-width: 700px) {
  .sec04__half::before {
    width: 8rem;
    height: 6rem;
    right: 12%;
    top: -4%;
  }
}
.sec04__half::after {
  content: "";
  position: absolute;
  background: url(../images/top/sec-03-treat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16rem;
  height: 12rem;
  left: 12%;
  top: -4%;
  transform: scaleX(-1);
}
@media screen and (max-width: 700px) {
  .sec04__half::after {
    width: 8rem;
    height: 6rem;
    left: 12%;
    top: -4%;
  }
}
.sec04__add-list {
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  width: 88%;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec04__add-list {
    font-size: 1.2rem;
  }
}

.sec05 {
  padding: 10rem 0 12rem;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fceaea 5px, transparent 5px);
  background-position: 0 0;
  background-size: 3rem 3rem;
}
@media screen and (max-width: 700px) {
  .sec05 {
    padding: 5rem 0 6rem;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #fceaea 2.5px, transparent 2.5px);
    background-position: 0 0;
    background-size: 1.5rem 1.5rem;
  }
}
.sec05__photo {
  width: 46rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 700px) {
  .sec05__photo {
    width: 23rem;
    margin-bottom: 1.25rem;
  }
}
.sec05__photo-en {
  width: 90%;
  margin-left: 10%;
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 700px) {
  .sec05__photo-en {
    margin-bottom: 4.2rem;
  }
}
.sec05__text-color {
  color: #E83B3D;
}
.sec05__flex {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 700px) {
  .sec05__flex {
    gap: 2.5rem;
    width: 95%;
  }
}
@media screen and (max-width: 700px) {
  .sec05__left {
    width: 74%;
  }
}
.sec05__text {
  width: 12rem;
}
@media screen and (max-width: 700px) {
  .sec05__text {
    width: 18%;
  }
}
.sec05__text02 {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 700px) {
  .sec05__text02 {
    padding-bottom: 3rem;
  }
}
.sec05__btn {
  width: 90%;
  margin: 0 auto;
}

.footer {
  background: #fff;
}
.footer__img02 {
  width: 78%;
  margin: 0 auto;
  padding: 8.2rem 0 6.6rem;
}
@media screen and (max-width: 700px) {
  .footer__img02 {
    padding: 4.1rem 0 3.3rem;
  }
}
.footer__img03 {
  padding-bottom: 2rem;
}

.fixed-inner {
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(350px);
  margin-left: -145px;
  width: 60px;
  z-index: 2000;
}
@media screen and (max-width: 700px) {
  .fixed-inner {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    margin-left: none;
  }
}

.hamburger {
  top: 2rem;
  right: 4.6rem;
  z-index: 1001;
  width: 10rem;
  height: 10rem;
  background-color: #E60012;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 5px 5px 0px 0px rgb(206, 200, 194);
}
@media screen and (max-width: 700px) {
  .hamburger {
    position: fixed;
    top: 1rem;
    right: 2.3rem;
    z-index: 1001;
    width: 5rem;
    height: 5rem;
  }
}
.hamburger .line {
  position: absolute;
  width: 4rem;
  height: 0.3rem;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .hamburger .line {
    width: 2rem;
    height: 0.15rem;
  }
}
.hamburger .line1 {
  top: 3.9rem;
}
@media screen and (max-width: 700px) {
  .hamburger .line1 {
    top: 1.95rem;
  }
}
.hamburger .line2 {
  top: 4.9rem;
}
@media screen and (max-width: 700px) {
  .hamburger .line2 {
    top: 2.45rem;
  }
}
.hamburger .line3 {
  top: 5.9rem;
}
@media screen and (max-width: 700px) {
  .hamburger .line3 {
    top: 2.95rem;
  }
}
.hamburger.is-open {
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgb(196, 50, 53);
}
.hamburger.is-open .line {
  background-color: #E60012;
}
.hamburger.is-open .line1 {
  transform: rotate(45deg);
  top: 4.9rem;
}
@media screen and (max-width: 700px) {
  .hamburger.is-open .line1 {
    top: 2.45rem;
  }
}
.hamburger.is-open .line2 {
  opacity: 0;
}
.hamburger.is-open .line3 {
  transform: rotate(-45deg);
  top: 4.9rem;
}
@media screen and (max-width: 700px) {
  .hamburger.is-open .line3 {
    top: 2.45rem;
  }
}

.global-nav {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  /* left: 0; */
  width: 630px;
  height: 100vh;
  margin-left: 6.9rem;
  background: #E60012;
  z-index: 1000;
  overflow-y: auto;
  border-radius: 0 0 0 20rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 700px) {
  .global-nav {
    position: fixed;
    border-radius: 0 0 0 10rem;
    width: 91%;
    height: 100vh;
    margin-left: 3.2rem;
  }
}
.global-nav.is-visible {
  opacity: 1;
  visibility: visible;
}
.global-nav__list {
  list-style: none;
  padding-left: 0rem;
  margin: 0;
  margin-top: 15rem;
}
@media screen and (max-width: 700px) {
  .global-nav__list {
    margin-top: 7.5rem;
  }
}
.global-nav__list li a {
  display: block;
  padding: 3rem 1rem 3.5rem 4.3rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.2rem;
  border-bottom: solid 0.1rem #fff;
  text-indent: -1rem;
  position: relative;
  letter-spacing: 0.2rem;
}
.global-nav__list li a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  border: solid 0.5rem #21AB3C;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  top: 46%;
  left: 3%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .global-nav__list li a::before {
    border: solid 0.3rem #21AB3C;
    width: 1.1rem;
    height: 1.1rem;
    top: 42%;
    left: 4%;
  }
}
@media screen and (max-width: 700px) {
  .global-nav__list li a {
    font-size: 1.6rem;
    padding: 2rem 0.5rem 2.5rem 3.15rem;
  }
}
.global-nav__list .global-nav__last {
  border-bottom: none;
}
.global-nav__list li a img {
  display: block;
}
.global-nav__list .global-nav__img01 {
  margin-left: -0.5rem;
}
@media screen and (max-width: 700px) {
  .global-nav__list .global-nav__img01 {
    width: 6.5rem;
  }
}
@media screen and (max-width: 700px) {
  .global-nav__list .global-nav__img01--01 {
    width: 6rem;
  }
}
.global-nav__list .global-nav__img {
  margin-left: -0.8rem;
}
@media screen and (max-width: 700px) {
  .global-nav__list .global-nav__img--03 {
    width: 11rem;
  }
}
@media screen and (max-width: 700px) {
  .global-nav__list .global-nav__img--04 {
    width: 17rem;
  }
}
@media screen and (max-width: 700px) {
  .global-nav__list .global-nav__img--05 {
    width: 6rem;
  }
}

/* フェードイン付与 */
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1.4s, visibility 1.4s, transform 1.4s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.floating_banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(350px);
  margin-left: -216px;
  width: 21rem;
  z-index: 800;
}
@media screen and (max-width: 700px) {
  .floating_banner {
    position: fixed;
    bottom: -4rem;
    left: 83%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    width: 30%;
  }
}

/*# sourceMappingURL=style.css.map */
