@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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

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.857142857vw; /* 10px / 350px * 100 */
  }
}

body {
  background: #fff;
  color: #000;
  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 {
  margin: 0 auto;
  width: 700px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .l-inner {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
}
.l-inner .bg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 100vh;
  z-index: -1;
  background: url(../images/top/bg-fixed.jpg) no-repeat center bottom/cover;
  pointer-events: none;
}

.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;
}

/*--------------------------
	レスポンシブ関係 ファブレットはなし
--------------------------*/
@media screen and (max-width: 1000px) {
  .is-Pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .is-Tab {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .is-Sp {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Pc_Tab {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .is-Tab_Sp {
    display: none;
  }
}

/*--------------------------
	page
--------------------------*/
main {
  background: rgb(201, 232, 253);
}

/* -------------------------------------------
 * スライドの設定
 * ------------------------------------------- */
.splide,
.splide__track,
.splide__list,
.splide__slide {
  height: 100%;
}

.splide {
  position: relative;
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splide__slide span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------------------
 * コントローラーの設定
 * -------------------------------------------- */
.splide__controller {
  position: absolute;
  bottom: 10px;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.splide__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
}
.splide__toggle svg {
  width: 50%;
  fill: red;
}

.wrapper {
  position: relative;
  z-index: 0;
}

.mv {
  position: relative;
}
.mv__logo {
  position: absolute;
  top: 2%;
  left: 6%;
  width: 33%;
  z-index: 100;
}
.mv__title {
  position: absolute;
  bottom: 8rem;
  left: 7%;
  width: 87%;
  opacity: 0;
  will-change: transform, opacity, filter;
}
@media screen and (max-width: 700px) {
  .mv__title {
    bottom: 4rem;
  }
}

.sec01 {
  padding: 10rem 0;
}
@media screen and (max-width: 700px) {
  .sec01 {
    padding: 5rem 0 3rem;
  }
}
.sec01__heading {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 8rem;
}
@media screen and (max-width: 700px) {
  .sec01__heading {
    padding-bottom: 4rem;
  }
}
.sec01__menu-item {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 4rem;
  width: 85%;
  line-height: 1;
  position: relative;
  border-bottom: solid 0.1rem #000;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec01__menu-item {
    padding-bottom: 2rem;
  }
}
.sec01__menu-item--padding {
  padding-top: 4rem;
}
@media screen and (max-width: 700px) {
  .sec01__menu-item--padding {
    padding-top: 2rem;
  }
}
.sec01__menu-item--last {
  border-bottom: none;
  padding-bottom: 0;
}
.sec01__menu-item--last::before {
  content: "";
  position: absolute;
  background: url(../images/top/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2rem;
  height: 1.7rem;
  top: 56% !important;
  right: 0;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec01__menu-item--last::before {
    width: 1.6rem;
    height: 0.85rem;
  }
}
.sec01__menu-item--last:hover::before {
  top: 63% !important;
}
@media screen and (max-width: 700px) {
  .sec01__menu-item--last:hover::before {
    top: 50%;
  }
}
.sec01__menu-item::before {
  content: "";
  position: absolute;
  background: url(../images/top/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2rem;
  height: 1.7rem;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec01__menu-item::before {
    width: 1.6rem;
    height: 0.85rem;
  }
}
.sec01__menu-item:hover::before {
  top: 55%;
}
@media screen and (max-width: 700px) {
  .sec01__menu-item:hover::before {
    top: 50%;
  }
}
.sec01__menu-num {
  font-size: 10rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #FFE032;
  width: 26%;
}
@media screen and (max-width: 700px) {
  .sec01__menu-num {
    font-size: 5rem;
  }
}
.sec01__menu-num--color {
  color: #7EDCFF;
}
.sec01__menu-names {
  width: 70%;
}
.sec01__menu-name {
  font-size: 3rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec01__menu-name {
    font-size: 1.5rem;
  }
}
.sec01__menu-en {
  font-size: 2.4rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec01__menu-en {
    font-size: 1.2rem;
  }
}

.sec02 {
  background-color: rgba(245, 255, 0, 0.4);
  border-radius: 15rem 0 0 0;
  padding: 10rem 0 66.5rem;
}
@media screen and (max-width: 700px) {
  .sec02 {
    border-radius: 6.5rem 0 0 0;
    padding: 5rem 0 33.3rem;
  }
}
.sec02__heading {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 10rem;
  opacity: 0;
  transform: translateY(50px) scale(1.1);
  will-change: transform, opacity;
}
@media screen and (max-width: 700px) {
  .sec02__heading {
    margin-bottom: 5rem;
  }
}
.sec02__name {
  font-size: 4.8rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec02__name {
    font-size: 2.4rem;
  }
}
.sec02__en {
  font-size: 4.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec02__en {
    font-size: 2.1rem;
  }
}
.sec02__num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30rem;
  color: rgba(255, 216, 0, 0.5);
  line-height: 0.6;
}
@media screen and (max-width: 700px) {
  .sec02__num {
    font-size: 15rem;
  }
}
.sec02__pickup {
  width: 85%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
.sec02__pickup-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.8;
  -webkit-text-stroke: 1px #000; /*ベンダープレフィックス*/
  text-stroke: 1px #000; /*1px*/
  color: transparent;
}
@media screen and (max-width: 700px) {
  .sec02__pickup-en {
    font-size: 2.5rem;
  }
}
.sec02__text {
  font-size: 3.5rem;
  background-color: #000;
  padding: 1rem 1rem;
  margin-bottom: 5.2rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec02__text {
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem;
    margin-bottom: 2.6rem;
  }
}
.sec02__text--02 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .sec02__text--02 {
    margin-bottom: 0.5rem;
  }
}
.sec02__pickup-contents {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
.sec02__pickup-img {
  padding-bottom: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sec02__pickup-img {
    padding-bottom: 2.5rem;
  }
}
.sec02__pickup-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 63%;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 700px) {
  .sec02__pickup-text {
    width: 63%;
    margin: 0 auto 2.4rem;
  }
}
.sec02__pickup-text-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec02__pickup-text-en {
    font-size: 1.8rem;
  }
}
.sec02__pickup-text-degree {
  font-weight: bold;
  font-style: normal;
  font-size: 2.4rem;
  width: fit-content;
  background-color: #fff;
  border: solid 0.1rem #000;
  border-radius: 3rem;
  line-height: 1;
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 700px) {
  .sec02__pickup-text-degree {
    font-size: 1.2rem;
    padding: 0.35rem 0.5rem;
  }
}
.sec02__btn {
  display: flex;
  justify-content: center;
  width: 48rem;
  background-color: #00BCA6;
  color: #fff;
  -webkit-box-shadow: 0rem 1rem #C8CC7B;
  box-shadow: 0rem 1rem #C8CC7B;
  transition: 0.4s;
  margin: 0 auto;
  padding: 3rem 15rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.2rem;
  border-radius: 6rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec02__btn {
    padding: 1.5rem 7.5rem;
    width: 24rem;
    font-size: 1.6rem;
    -webkit-box-shadow: 0rem 0.5rem #C8CC7B;
    box-shadow: 0rem 0.5rem #C8CC7B;
  }
}
.sec02__btn:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 700px) {
  .sec02__btn:hover {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-box-shadow: 0rem 0.5rem #C8CC7B;
    box-shadow: 0rem 0.5rem #C8CC7B;
  }
}
.sec02__btn::before {
  content: "";
  position: absolute;
  background: url(../images/top/common-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 2.4rem;
  right: 3%;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .sec02__btn::before {
    width: 2.4rem;
    height: 1.2rem;
  }
}

.sec03 {
  margin-top: -52rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec03 {
    margin-top: -26rem;
  }
}
.sec03__heading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 7rem;
  margin: 0 auto;
  text-align: center;
  color: transparent;
  text-shadow: 0.4rem 0.4rem 0 #FFD900;
  -webkit-text-stroke: 2px #333333;
  letter-spacing: 0.4rem;
  line-height: 1;
  padding-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec03__heading {
    font-size: 3.5rem;
    text-shadow: 0.2rem 0.2rem 0 #FFD900;
    -webkit-text-stroke: 1px #333333;
    padding-bottom: 3.5rem;
  }
}
.sec03__heading::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  top: 29%;
  right: 3%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec03__heading::before {
    width: 2.5rem;
    height: 0.1rem;
    background: #000;
    top: 30%;
    right: 0%;
  }
}
.sec03__heading::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  top: 29%;
  left: 10%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec03__heading::after {
    width: 2.5rem;
    height: 0.1rem;
    top: 30%;
    left: 6%;
  }
}
.sec03__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 95%;
  margin: 0 auto;
  padding: 6rem 3.5rem 5rem;
  margin: 0 3rem;
  position: relative;
  height: auto;
}
@media screen and (max-width: 700px) {
  .sec03__list {
    padding: 3rem 2.7rem 2.5rem;
  }
}
.sec03__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4rem solid #FFD900;
  border-bottom: 4rem solid transparent;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec03__list::before {
    border-left: 2rem solid #FFD900;
    border-bottom: 2rem solid transparent;
  }
}
.sec03__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 4rem solid #FFD900;
  border-top: 4rem solid transparent;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec03__list::after {
    border-right: 2rem solid #FFD900;
    border-top: 2rem solid transparent;
  }
}
.sec03__item-name {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 700px) {
  .sec03__item-name {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.sec03__item-name-02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 700px) {
  .sec03__item-name-02 {
    font-size: 1.8rem;
  }
}
.sec03__item-name02 {
  font-weight: bold;
  font-style: normal;
  font-size: 2.4rem;
  border-radius: 5rem;
  border: solid 0.1rem #000;
  line-height: 1;
  padding: 0.8rem 1rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .sec03__item-name02 {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.sec03__item-txt {
  font-size: 2.6rem;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 7.7rem;
  margin-bottom: auto;
}
@media screen and (max-width: 700px) {
  .sec03__item-txt {
    font-size: 1.3rem;
    padding-bottom: 3.8rem;
    margin-bottom: auto;
    margin-top: 0;
  }
}
.sec03__slide-btn {
  display: flex;
  justify-content: center;
  width: 39rem;
  background-color: #00BCA6;
  color: #fff;
  -webkit-box-shadow: 0rem 1rem #CCCCCC;
  box-shadow: 0rem 1rem #CCCCCC;
  transition: 0.4s;
  margin: 0 auto;
  padding: 3rem 11rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.2rem;
  border-radius: 6rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec03__slide-btn {
    font-size: 1.6rem;
    width: 21rem;
    padding: 1.5rem 5.5rem;
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec03__slide-btn:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 700px) {
  .sec03__slide-btn:hover {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec03__slide-btn::before {
  content: "";
  position: absolute;
  background: url(../images/top/common-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 2.4rem;
  right: 3%;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .sec03__slide-btn::before {
    width: 2.4rem;
    height: 1.2rem;
  }
}
.sec03 .js-splide-card {
  padding: 0 4vw;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 700px) {
  .sec03 .js-splide-card {
    margin: 0 auto 5rem;
  }
}
.sec03 .js-splide-card .splide__track {
  overflow: visible;
}
.sec03 .js-splide-card .splide__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 95%;
  align-items: stretch;
}
.sec03 .js-splide-card .splide__slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 0 !important;
  width: 95% !important;
}
.sec03 .js-splide-card .sec03__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sec03__all {
  width: fit-content;
  margin: 0 auto;
}
.sec03__all-btn {
  display: flex;
  justify-content: center;
  width: 60rem;
  background-color: #FB8BFF;
  color: #fff;
  -webkit-box-shadow: 0rem 1rem #CCCCCC;
  box-shadow: 0rem 1rem #CCCCCC;
  transition: 0.4s;
  margin: 0 auto 10rem;
  padding: 3rem 12rem;
  font-weight: bold;
  font-style: normal;
  font-size: 3.2rem;
  border-radius: 6rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec03__all-btn {
    font-size: 1.6rem;
    width: 30rem;
    padding: 1.5rem 5.5rem;
    margin: 0 auto 5rem;
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec03__all-btn:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 700px) {
  .sec03__all-btn:hover {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec03__all-btn::before {
  content: "";
  position: absolute;
  background: url(../images/top/common-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 2.4rem;
  right: 3%;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .sec03__all-btn::before {
    width: 2.4rem;
    height: 1.2rem;
  }
}

.sec04 {
  background: #F5FF00;
  background: #E7D1AD;
  background: linear-gradient(180deg, rgb(231, 209, 173) 0%, rgb(231, 209, 173) 30%, rgba(245, 255, 0, 0.4) 100%);
  border-radius: 0;
  padding: 0rem 0 53.5rem;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .sec04 {
    padding: 0rem 0 31.3rem;
  }
}
.sec04__mv {
  padding-bottom: 0rem;
}
.sec04__box01 {
  border: solid 0.4rem #0091DE;
  border-radius: 4rem 0 0 4rem;
  background-color: #fff;
  width: 95%;
  margin-left: 5rem;
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec04__box01 {
    border-radius: 2rem 0rem 0rem 2rem;
    margin-left: 2.5rem;
    margin-bottom: 2.5rem;
    border: solid 0.2rem #0091DE;
  }
}
.sec04__box01--02 {
  border-radius: 0 4rem 4rem 0;
  margin-left: -1rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 700px) {
  .sec04__box01--02 {
    border-radius: 0 2rem 2rem 0;
    margin-left: -1rem;
    margin-bottom: 4rem;
  }
}
.sec04__box-heading {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  background-color: #0091DE;
  font-size: 5rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  padding: 0.8rem 0 0.8rem 5rem;
  border-radius: 3rem 0 0 0;
  margin-top: -0.1rem;
}
@media screen and (max-width: 700px) {
  .sec04__box-heading {
    padding: 0.4rem 0 0.4rem 2.5rem;
    font-size: 2.5rem;
    border-radius: 1.7rem 0 0 0;
  }
}
.sec04__box-heading--02 {
  text-align: right;
  padding: 0.8rem 5rem 0.8rem 0;
  margin-bottom: 0rem;
  border-radius: 0 3rem 0 0;
}
@media screen and (max-width: 700px) {
  .sec04__box-heading--02 {
    padding: 0.4rem 2.5rem 0.4rem 0;
    margin-bottom: 0rem;
    border-radius: 0 1.7rem 0 0;
  }
}
.sec04__box-inner {
  background-color: #fff;
  padding: 5rem 0 5rem 5rem;
  border-radius: 4rem;
}
@media screen and (max-width: 700px) {
  .sec04__box-inner {
    padding: 2.5rem 0 2.5rem 2.5rem;
  }
}
.sec04__box-inner--02 {
  padding: 5rem 0 5rem 6rem;
}
@media screen and (max-width: 700px) {
  .sec04__box-inner--02 {
    padding: 2rem 0 2.5rem 3rem;
  }
}
.sec04__box-inner-heading {
  font-size: 3.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 700px) {
  .sec04__box-inner-heading {
    font-size: 1.8rem;
  }
}
.sec04__box-inner-heading::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 100%;
  background: #0091DE;
  background: linear-gradient(180deg, rgb(0, 145, 222) 0%, rgb(0, 145, 222) 49%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  left: 0;
}
@media screen and (max-width: 700px) {
  .sec04__box-inner-heading::before {
    width: 0.3rem;
  }
}
@media screen and (max-width: 700px) {
  .sec04__box-inner-heading {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    margin-bottom: 1.15rem;
  }
}
.sec04__box-inner-img {
  width: 68%;
  margin-left: auto;
  position: relative;
}
.sec04__box-inner-img02 {
  width: 94%;
  margin-left: 0;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec04__box-inner-img02 {
    margin-top: 2rem;
  }
}
.sec04__box-inner-img02:nth-of-type(2) {
  margin-top: 3rem;
}
@media screen and (max-width: 700px) {
  .sec04__box-inner-img02:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}
.sec04__box-inner-ono {
  position: absolute;
  top: -3%;
  left: -45%;
  width: 61%;
}
.sec04__box-txt {
  font-size: 2.6rem;
  width: 93%;
}
@media screen and (max-width: 700px) {
  .sec04__box-txt {
    font-size: 1.3rem;
  }
}
.sec04__box-inner-text {
  text-align: center;
  color: #fff;
  background-color: #0091DE;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  width: 94%;
  padding: 1rem 0;
  margin-top: 3rem;
  border-radius: 2rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec04__box-inner-text {
    padding: 0.5rem 0;
    margin-top: 1.5rem;
    border-radius: 1rem;
    font-size: 1.6rem;
  }
}
.sec04__box-inner-font {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sec04__detail-btn {
  display: flex;
  justify-content: center;
  width: 60rem;
  background-color: #00BCA6;
  color: #fff;
  -webkit-box-shadow: 0rem 1rem #C8CC7B;
  box-shadow: 0rem 1rem #C8CC7B;
  transition: 0.4s;
  margin: 0 auto 10rem;
  padding: 3rem 8rem;
  font-weight: bold;
  font-style: normal;
  font-size: 3.2rem;
  border-radius: 6rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec04__detail-btn {
    font-size: 1.4rem;
    width: 30rem;
    padding: 1.5rem 5.5rem;
    margin: 0 auto 0;
    -webkit-box-shadow: 0rem 0.5rem #C8CC7B;
    box-shadow: 0rem 0.5rem #C8CC7B;
  }
}
.sec04__detail-btn:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 700px) {
  .sec04__detail-btn:hover {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-box-shadow: 0rem 0.5rem #C8CC7B;
    box-shadow: 0rem 0.5rem #C8CC7B;
  }
}
.sec04__detail-btn::before {
  content: "";
  position: absolute;
  background: url(../images/top/common-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 2.4rem;
  right: 3%;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .sec04__detail-btn::before {
    width: 2.4rem;
    height: 1.2rem;
  }
}

.sec05 {
  margin-top: -52rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec05 {
    margin-top: -26rem;
  }
}
.sec05__heading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 7rem;
  margin: 0 auto;
  text-align: center;
  color: transparent;
  text-shadow: 0.4rem 0.4rem 0 #0391DE;
  -webkit-text-stroke: 2px #000;
  letter-spacing: 0.4rem;
  line-height: 1;
  margin-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec05__heading {
    font-size: 3.1rem;
    text-shadow: 0.2rem 0.2rem 0 #0391DE;
    -webkit-text-stroke: 1px #000;
    margin-bottom: 5rem;
  }
}
.sec05__heading::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  top: 62%;
  right: 1%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec05__heading::before {
    width: 2.5rem;
    height: 0.1rem;
    background: #000;
    top: 57%;
    right: 0%;
  }
}
.sec05__heading::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  top: 60%;
  left: 7%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec05__heading::after {
    width: 2.5rem;
    height: 0.1rem;
    top: 55%;
    left: 6%;
  }
}
.sec05__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 95%;
  margin: 0 auto;
  padding: 6rem 4rem 5rem;
  margin: 0 3rem;
  position: relative;
  height: auto;
}
@media screen and (max-width: 700px) {
  .sec05__list {
    padding: 3rem 2.7rem 2.5rem;
  }
}
.sec05__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4rem solid #FFD900;
  border-bottom: 4rem solid transparent;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec05__list::before {
    border-left: 2rem solid #FFD900;
    border-bottom: 2rem solid transparent;
  }
}
.sec05__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 4rem solid #FFD900;
  border-top: 4rem solid transparent;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec05__list::after {
    border-right: 2rem solid #FFD900;
    border-top: 2rem solid transparent;
  }
}
.sec05__icon {
  position: absolute;
  top: -8%;
  right: -5%;
  width: 23%;
}
.sec05__item-name {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 700px) {
  .sec05__item-name {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.sec05__item-name-02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 700px) {
  .sec05__item-name-02 {
    font-size: 1.8rem;
  }
}
.sec05__item-name02 {
  font-weight: bold;
  font-style: normal;
  font-size: 2.4rem;
  border-radius: 5rem;
  border: solid 0.1rem #000;
  line-height: 1;
  padding: 0.8rem 1rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .sec05__item-name02 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
}
.sec05__item-color-img {
  width: 60%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 700px) {
  .sec05__item-color-img {
    margin-bottom: 1.5rem;
  }
}
.sec05__slide-btn {
  display: flex;
  justify-content: center;
  width: 39rem;
  background-color: #00BCA6;
  color: #fff;
  -webkit-box-shadow: 0rem 1rem #CCCCCC;
  box-shadow: 0rem 1rem #CCCCCC;
  transition: 0.4s;
  margin: 0 auto;
  padding: 2.5rem 11rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.2rem;
  border-radius: 6rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec05__slide-btn {
    font-size: 1.6rem;
    width: 24rem;
    padding: 1.5rem 5.5rem;
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec05__slide-btn:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 700px) {
  .sec05__slide-btn:hover {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec05__slide-btn::before {
  content: "";
  position: absolute;
  background: url(../images/top/common-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 2.4rem;
  right: 3%;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .sec05__slide-btn::before {
    width: 2.4rem;
    height: 1.2rem;
  }
}
.sec05 .js-splide-card {
  padding: 0 4vw;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 700px) {
  .sec05 .js-splide-card {
    margin: 0 auto 5rem;
  }
}
.sec05 .js-splide-card .splide__track {
  overflow: visible;
}
.sec05 .js-splide-card .splide__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 95%;
  align-items: stretch;
}
.sec05 .js-splide-card .splide__slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 0 !important;
  width: 95% !important;
}
.sec05 .js-splide-card .sec05__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sec05__all-btn2 {
  display: flex;
  justify-content: center;
  width: 60rem;
  background-color: #FB8BFF;
  color: #fff;
  -webkit-box-shadow: 0rem 1rem #CCCCCC;
  box-shadow: 0rem 1rem #CCCCCC;
  transition: 0.4s;
  margin: 0 auto 3rem;
  padding: 3rem 12rem;
  font-weight: bold;
  font-style: normal;
  font-size: 3.2rem;
  border-radius: 6rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec05__all-btn2 {
    font-size: 1.6rem;
    width: 30rem;
    padding: 1.5rem 5.5rem;
    margin: 0 auto 1.5rem;
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec05__all-btn2:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 700px) {
  .sec05__all-btn2:hover {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec05__all-btn2::before {
  content: "";
  position: absolute;
  background: url(../images/top/common-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 2.4rem;
  right: 3%;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .sec05__all-btn2::before {
    width: 2.4rem;
    height: 1.2rem;
  }
}
.sec05__all-btn3 {
  display: flex;
  justify-content: center;
  width: 60rem;
  background-color: #3BC8E2;
  color: #fff;
  -webkit-box-shadow: 0rem 1rem #CCCCCC;
  box-shadow: 0rem 1rem #CCCCCC;
  transition: 0.4s;
  margin: 0 auto 10rem;
  padding: 3rem 12rem;
  font-weight: bold;
  font-style: normal;
  font-size: 3.2rem;
  border-radius: 6rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec05__all-btn3 {
    font-size: 1.6rem;
    width: 30rem;
    padding: 1.5rem 5.5rem;
    margin: 0 auto 5rem;
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec05__all-btn3:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 700px) {
  .sec05__all-btn3:hover {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-box-shadow: 0rem 0.5rem #CCCCCC;
    box-shadow: 0rem 0.5rem #CCCCCC;
  }
}
.sec05__all-btn3::before {
  content: "";
  position: absolute;
  background: url(../images/top/common-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 2.4rem;
  right: 3%;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .sec05__all-btn3::before {
    width: 2.4rem;
    height: 1.2rem;
  }
}

.sec06 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  .sec06 {
    padding-bottom: 5rem;
  }
}
.sec06__bg-blue {
  background: rgba(0, 186, 255, 0.1);
  border-radius: 0 10rem 0 0;
  padding-top: 12.5rem;
}
@media screen and (max-width: 700px) {
  .sec06__bg-blue {
    border-radius: 0 6.5rem 0 0;
    padding-top: 4.5rem;
  }
}
.sec06__heading02 {
  display: flex;
  align-items: center;
  width: 87%;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  .sec06__heading02 {
    margin-bottom: 5rem;
  }
}
.sec06__name {
  font-size: 4.8rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec06__name {
    font-size: 2.4rem;
  }
}
.sec06__en {
  font-size: 4.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec06__en {
    font-size: 2.1rem;
  }
}
.sec06__num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30rem;
  color: rgba(0, 186, 255, 0.2);
  line-height: 0.6;
}
@media screen and (max-width: 700px) {
  .sec06__num {
    font-size: 15rem;
  }
}
.sec06__pickup {
  width: 85%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
.sec06__pickup--02 {
  text-align: center;
}
.sec06__pickup-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.8;
  -webkit-text-stroke: 1px #000; /*ベンダープレフィックス*/
  text-stroke: 1px #000; /*1px*/
  color: transparent;
}
@media screen and (max-width: 700px) {
  .sec06__pickup-en {
    font-size: 2.5rem;
  }
}
.sec06__text {
  font-size: 3.5rem;
  background-color: #000;
  padding: 1rem 1rem;
  margin-bottom: 5.2rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec06__text {
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem;
    margin-bottom: 2.6rem;
  }
}
.sec06__text--02 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .sec06__text--02 {
    margin-bottom: 0.5rem;
  }
}
.sec06__price-box {
  width: 90%;
  margin: 0 auto 4rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec06__price-box {
    margin: 0 auto 2rem;
  }
}
.sec06__options {
  width: 85%;
  padding: 0 0 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec06__options {
    padding: 0 0 6rem;
  }
}
.sec06__option {
  display: inline-block;
  background-color: #fff;
  border: solid 0.1rem #000;
  border-radius: 4rem;
  padding: 0 1.2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .sec06__option {
    border-radius: 2rem;
    padding: 0 0.6rem;
    font-size: 1.2rem;
  }
}
.sec06__inner {
  margin-top: -3.2rem;
}
@media screen and (max-width: 700px) {
  .sec06__inner {
    margin-top: -1.6rem;
  }
}
.sec06__lineup {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
  width: 24.5rem;
  border-radius: 4rem;
  background-color: #00BAFF;
  color: #fff;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .sec06__lineup {
    font-size: 1.8rem;
    width: 12.5rem;
  }
}
.sec06__lineup::before {
  content: "";
  position: absolute;
  width: 400%;
  height: 0.4rem;
  background: #00BAFF;
  left: 100%;
  top: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .sec06__lineup::before {
    height: 0.2rem;
  }
}
.sec06__inner-bg {
  background-color: #fff;
  padding: 11rem 0 7rem 0rem;
  position: relative;
  margin-top: -3rem;
  border-bottom: solid 0.4rem #00BAFF;
}
@media screen and (max-width: 700px) {
  .sec06__inner-bg {
    padding: 5rem 0 3.5rem 0rem;
    margin-top: -1.5rem;
    border-bottom: solid 0.2rem #00BAFF;
  }
}
.sec06__inner-bg--02 {
  margin-top: 0rem;
  padding: 1rem 0 10rem 0rem;
  border-top: solid 0.4rem #2080F0;
  border-bottom: solid 0.4rem #2080F0;
}
@media screen and (max-width: 700px) {
  .sec06__inner-bg--02 {
    padding: 1rem 0 5rem 0rem;
    border-top: solid 0.2rem #2080F0;
    border-bottom: solid 0.2rem #2080F0;
  }
}
.sec06 .tab {
  width: 85%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 700px) {
  .sec06 .tab {
    padding: 1rem;
  }
}
.sec06 .tab-buttons {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
.sec06 .tab-buttons button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.4rem;
  transition: all 0.3s;
  font-weight: bold;
  color: #00BAFF;
  line-height: 1;
  position: relative;
}
.sec06 .tab-buttons button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 45%;
  right: 10%;
  border-style: solid;
  border-width: 1.1rem 0.95rem 0 0.95rem;
  border-color: #00BAFF transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .sec06 .tab-buttons button::before {
    border-width: 0.9rem 0.75rem 0 0.75rem;
    top: 38%;
  }
}
@media screen and (max-width: 700px) {
  .sec06 .tab-buttons button {
    font-size: 1.2rem;
  }
}
.sec06 .tab-buttons button.left {
  padding: 2.3rem 9rem 2.3rem 9rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.4rem;
  transition: all 0.3s;
  font-weight: bold;
  border-radius: 4rem 0 0 4rem;
  border: solid 0.1rem #00BAFF;
}
@media screen and (max-width: 700px) {
  .sec06 .tab-buttons button.left {
    font-size: 1.2rem;
    padding: 1.1rem 4.5rem 1.2rem 3.5rem;
  }
}
.sec06 .tab-buttons button.right {
  padding: 2.3rem 8rem 2.3rem 4rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.4rem;
  transition: all 0.3s;
  font-weight: bold;
  border-radius: 0 4rem 4rem 0;
  border: solid 0.1rem #00BAFF;
}
@media screen and (max-width: 700px) {
  .sec06 .tab-buttons button.right {
    font-size: 1.2rem;
    padding: 1.1rem 4rem 1.2rem 1rem;
  }
}
.sec06 .tab-buttons button:hover {
  background: #f0f8ff;
}
.sec06 .tab-buttons button.active {
  color: #fff;
  background: #00BAFF;
  position: relative;
}
.sec06 .tab-buttons button.active::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 45%;
  right: 10%;
  border-style: solid;
  border-width: 1.1rem 0.95rem 0 0.95rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .sec06 .tab-buttons button.active::before {
    border-width: 0.9rem 0.75rem 0 0.75rem;
    top: 38%;
  }
}
.sec06 .tab-contents .content {
  display: none;
  padding: 2rem 0 0;
  animation: fadeIn 0.3s ease-in-out;
  width: 80%;
  margin: 3rem auto 0;
}
@media screen and (max-width: 700px) {
  .sec06 .tab-contents .content {
    padding: 1rem 0;
    margin: 1.5rem auto;
  }
}
.sec06 .tab-contents .content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec06 .tab--blue .tab-buttons button {
  color: #2080F0;
  border-color: #2080F0;
}
.sec06 .tab--blue .tab-buttons button::before {
  border-color: #2080F0 transparent transparent transparent;
}
.sec06 .tab--blue .tab-buttons button.left, .sec06 .tab--blue .tab-buttons button.right {
  border-color: #2080F0;
}
.sec06 .tab--blue .tab-buttons button.active {
  background: #2080F0;
  color: #fff;
}
.sec06 .tab--blue .tab-buttons button.active::before {
  border-color: #fff transparent transparent transparent;
}
.sec06__between {
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec06__between {
    padding: 1.5rem 0;
  }
}
.sec06__tree {
  position: absolute;
  bottom: -28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
}
.sec06__inner-add {
  width: 85%;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .sec06__inner-add {
    font-size: 1.3rem;
  }
}
.sec06__heading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 5.8rem;
  margin: 0 auto;
  text-align: center;
  color: transparent;
  text-shadow: 0.4rem 0.4rem 0 #2080F0;
  -webkit-text-stroke: 2px #000;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec06__heading {
    font-size: 2.7rem;
    text-shadow: 0.2rem 0.2rem 0 #2080F0;
    -webkit-text-stroke: 0.1rem #000;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.sec06__inner-lineup {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
  width: 24.5rem;
  border-radius: 4rem;
  background-color: #2080F0;
  color: #fff;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  top: -4.5rem;
}
@media screen and (max-width: 700px) {
  .sec06__inner-lineup {
    font-size: 1.8rem;
    width: 12.5rem;
    top: -3rem;
  }
}
.sec06__inner-box {
  margin: 5rem auto 0;
  width: 85%;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec06__inner-box {
    margin: 2rem auto 0;
  }
}
.sec06__inner-color {
  padding: 8.2rem 0 0 0;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec06__inner-color {
    padding: 4.1rem 0 0 0;
  }
}
.sec06__inner-title {
  width: 85%;
  margin: 0 auto 3.7rem;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sec06__inner-title {
    margin: 0 auto 1.85rem;
  }
}
.sec06__inner-text {
  width: 85%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .sec06__inner-text {
    font-size: 1.1rem;
  }
}

.sec07 {
  background-color: rgba(245, 255, 0, 0.4);
  border-radius: 10rem 0 0 0;
  padding: 12.5rem 0 210rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec07 {
    padding: 3.5rem 0 105rem;
    border-radius: 6.5rem 0 0 0;
  }
}
.sec07__heading {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  top: 7rem;
}
@media screen and (max-width: 700px) {
  .sec07__heading {
    margin-bottom: 5rem;
  }
}
.sec07__names {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.sec07__name {
  font-size: 4.8rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec07__name {
    font-size: 2.4rem;
  }
}
.sec07__en {
  font-size: 4.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec07__en {
    font-size: 2.1rem;
  }
}
.sec07__num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30rem;
  color: rgba(255, 216, 0, 0.5);
  line-height: 0.6;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 700px) {
  .sec07__num {
    font-size: 15rem;
  }
}
.sec07__pickup {
  width: 85%;
  margin: 23rem auto 0;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec07__pickup {
    margin: 16rem auto 0;
  }
}
.sec07__pickup-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.8;
  -webkit-text-stroke: 1px #000; /*ベンダープレフィックス*/
  text-stroke: 1px #000; /*1px*/
  color: transparent;
}
@media screen and (max-width: 700px) {
  .sec07__pickup-en {
    font-size: 2.5rem;
  }
}
.sec07__text {
  font-size: 3.5rem;
  background-color: #000;
  padding: 1rem 1rem;
  margin-bottom: 8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec07__text {
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem;
    margin-bottom: 4rem;
  }
}
.sec07__text--02 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .sec07__text--02 {
    margin-bottom: 0.5rem;
  }
}
.sec07__img01 {
  width: 85%;
  margin: 0 auto 10rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec07__img01 {
    margin: 0 auto 5rem;
  }
}
.sec07__box {
  width: 85%;
  margin: 0 auto;
  border: solid 0.4rem #00BCA6;
  border-radius: 0 0 0 5rem;
}
.sec07__box-heading {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  background-color: #00BCA6;
  color: #fff;
  padding: 1.2rem 0;
}
.sec07__box-inner {
  padding: 5rem 0 5rem 5rem;
  background-color: #fff;
  border-radius: 0 0 0 5rem;
}
.sec07__box-inner-img01 {
  width: 68%;
  margin-bottom: 4rem;
}
.sec07__box-inner-img02 {
  width: 80%;
  margin-bottom: 3.2rem;
}
.sec07__box-inner-img03 {
  width: 93%;
  margin-bottom: 5rem;
}
.sec07__box-inner-img04 {
  width: 92%;
  margin-bottom: 2.7rem;
}
.sec07__box-inner-img05 {
  width: 97%;
  margin-bottom: 2.6rem;
}
.sec07__box-inner-txt01 {
  background: #E4F8F6;
  color: #00BCA6;
  font-size: 2.6rem;
  width: 90%;
  padding: 4rem 4.5rem;
  border-radius: 3rem;
  margin-bottom: 4rem;
}
.sec07__box-inner-txt02 {
  font-size: 2rem;
  width: 90%;
}

.sec07-02 {
  margin-top: -210rem;
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  .sec07-02 {
    margin-top: -105rem;
    margin-bottom: 5rem;
  }
}
.sec07-02__box {
  width: 85%;
  margin: 0 auto;
  border: solid 0.4rem #00BCA6;
  border-radius: 0 0 0 5rem;
  margin-bottom: 6rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec07-02__box {
    border-radius: 0 0 0 2.5rem;
    margin-bottom: 3rem;
    border: solid 0.2rem #00BCA6;
  }
}
.sec07-02__box--02 {
  border: solid 0.4rem #FF5AAC;
  margin-bottom: 0rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box--02 {
    border: solid 0.2rem #FF5AAC;
  }
}
.sec07-02__box--02 span {
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box--02 span {
    font-size: 1.2rem;
    padding: 0.6rem 0;
  }
}
.sec07-02__box-heading {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  background-color: #00BCA6;
  color: #fff;
  padding: 1.8rem 0;
  margin-top: -0.1rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-heading {
    font-size: 1.8rem;
    padding: 0.9rem 0;
  }
}
.sec07-02__box-heading--02 {
  background-color: #FF5AAC;
}
.sec07-02__box-inner {
  padding: 5rem 0 5rem 5rem;
  background-color: #fff;
  border-radius: 0 0 0 5rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner {
    padding: 2.5rem 0 2.5rem 2.5rem;
    background-color: #fff;
    border-radius: 0 0 0 2.5rem;
  }
}
.sec07-02__box-inner-img01 {
  width: 68%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img01 {
    margin-bottom: 2rem;
  }
}
.sec07-02__box-inner-img02 {
  width: 80%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img02 {
    margin-bottom: 1.6rem;
  }
}
.sec07-02__box-inner-img03 {
  width: 93%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img03 {
    margin-bottom: 2.5rem;
  }
}
.sec07-02__box-inner-img04 {
  width: 92%;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img04 {
    margin-bottom: 1.3rem;
  }
}
.sec07-02__box-inner-img05 {
  width: 91%;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img05 {
    margin-bottom: 1.3rem;
  }
}
.sec07-02__box-inner-img06 {
  width: 93%;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img06 {
    margin-bottom: 2.7rem;
  }
}
.sec07-02__box-inner-img07 {
  width: 90%;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img07 {
    margin-bottom: 1.4rem;
  }
}
.sec07-02__box-inner-img08 {
  width: 92%;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img08 {
    margin-bottom: 1.8rem;
  }
}
.sec07-02__box-inner-img09 {
  width: 93%;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img09 {
    margin-bottom: 1.9rem;
  }
}
.sec07-02__box-inner-img10 {
  width: 93%;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-img10 {
    padding-bottom: 2.9rem;
  }
}
.sec07-02__box-inner-txt01 {
  background: #E4F8F6;
  color: #00BCA6;
  font-size: 2.6rem;
  width: 90%;
  padding: 4rem 4.5rem;
  border-radius: 3rem;
  margin-bottom: 4rem;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-txt01 {
    font-size: 1.3rem;
    padding: 2rem 2.3rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }
}
.sec07-02__box-inner-txt02 {
  font-size: 2rem;
  width: 90%;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-txt02 {
    font-size: 1.1rem;
  }
}
.sec07-02__box-inner-txt03 {
  font-size: 2rem;
  width: 90%;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .sec07-02__box-inner-txt03 {
    font-size: 1.1rem;
  }
}

.sec08 {
  background: rgba(0, 186, 255, 0.1);
  border-radius: 0 10rem 0 0;
  padding-top: 12.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  .sec08 {
    border-radius: 0 6.5rem 0 0;
    padding-top: 6.5rem;
    padding-bottom: 5rem;
  }
}
.sec08__heading02 {
  display: flex;
  align-items: center;
  width: 87%;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .sec08__heading02 {
    margin-bottom: 5rem;
  }
}
.sec08__name {
  font-size: 4.8rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec08__name {
    font-size: 2.4rem;
  }
}
.sec08__en {
  font-size: 4.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec08__en {
    font-size: 2.1rem;
  }
}
.sec08__num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30rem;
  color: rgba(0, 186, 255, 0.2);
  line-height: 0.6;
}
@media screen and (max-width: 700px) {
  .sec08__num {
    font-size: 15rem;
  }
}
.sec08__pickup {
  width: 90%;
  margin: 8rem auto 0;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec08__pickup {
    margin: 4rem auto 0;
  }
}
.sec08__text {
  font-size: 3.6rem;
  background-color: #000;
  padding: 1rem 1rem;
  margin-bottom: 5.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec08__text {
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem;
    margin-bottom: 2.6rem;
  }
}
.sec08__text--02 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec08__text--02 {
    margin-bottom: 2.5rem;
  }
}
.sec08__text02 {
  font-size: 2.6rem;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 8rem;
  font-weight: 500;
  font-style: normal;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec08__text02 {
    font-size: 1.3rem;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
}
.sec08__box-group {
  width: 90%;
  margin: 0 auto;
}
.sec08__box-heading {
  width: 95%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 700px) {
  .sec08__box-heading {
    margin: 0 auto 2rem;
  }
}
.sec08__box-img01 {
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec08__box-img01 {
    margin-bottom: 2.5rem;
  }
}
.sec08__box-img02 {
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec08__box-img02 {
    margin-bottom: 2.5rem;
  }
}
.sec08__box-img03 {
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec08__box-img03 {
    margin-bottom: 2.5rem;
  }
}
.sec08__add-txt {
  font-size: 2.6rem;
  width: 85%;
  margin: 0 auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .sec08__add-txt {
    font-size: 1.3rem;
  }
}

.sec09 {
  background-color: rgba(245, 255, 0, 0.4);
  border-radius: 0 0 10rem 0;
  padding: 12.5rem 0 10rem;
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec09 {
    border-radius: 0 0 5rem 0;
    padding: 3.5rem 0 5rem;
    margin-bottom: 4rem;
  }
}
.sec09__heading {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  top: 7rem;
}
@media screen and (max-width: 700px) {
  .sec09__heading {
    margin-bottom: 5rem;
  }
}
.sec09__names {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.sec09__name {
  font-size: 4.8rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec09__name {
    font-size: 2.4rem;
  }
}
.sec09__en {
  font-size: 4.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sec09__en {
    font-size: 2.1rem;
  }
}
.sec09__num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30rem;
  color: rgba(255, 216, 0, 0.5);
  line-height: 0.6;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 700px) {
  .sec09__num {
    font-size: 15rem;
  }
}
.sec09__pickup {
  width: 85%;
  margin: 23rem auto 0;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec09__pickup {
    margin: 15.5rem auto 0;
  }
}
.sec09__pickup-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.8;
  -webkit-text-stroke: 1px #000; /*ベンダープレフィックス*/
  text-stroke: 1px #000; /*1px*/
  color: transparent;
}
@media screen and (max-width: 700px) {
  .sec09__pickup-en {
    font-size: 2.5rem;
  }
}
.sec09__text {
  font-size: 3.5rem;
  background-color: #000;
  padding: 1rem 1rem;
  margin-bottom: 5.2rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sec09__text {
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem;
    margin-bottom: 2.6rem;
  }
}
.sec09__text--02 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .sec09__text--02 {
    margin-bottom: 0.5rem;
  }
}
.sec09__img01 {
  width: 85%;
  margin: 0 auto 5rem;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec09__img01 {
    margin: 0 auto 2.5rem;
  }
}
.sec09__txt {
  font-size: 2.6rem;
  width: 90%;
  margin: 0 auto;
  font-weight: 500;
  font-style: normal;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
@media screen and (max-width: 700px) {
  .sec09__txt {
    font-size: 1.3rem;
  }
}

.sec10_btn {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 8rem;
}
@media screen and (max-width: 700px) {
  .sec10_btn {
    padding-bottom: 4rem;
  }
}

.sec11 {
  background-color: #fff;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 700px) {
  .sec11 {
    padding-bottom: 1.25rem;
  }
}

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