@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, 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;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

img {
  display: block;
}

hr {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #000;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  background-color: #000;
  color: #fff;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
#kv {
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
#kv.kv--act {
  background-color: #fff;
}
#kv .kv__main {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#kv .kv__txt01 {
  position: absolute;
  top: 64vw;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 800px) {
  #kv .kv__txt01 {
    position: absolute;
    top: 84vw;
    bottom: initial;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
#kv .kv__contents {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: -22vw;
  position: relative;
  margin-bottom: 135px;
}
@media (max-width: 800px) {
  #kv .kv__contents {
    margin-top: -20vw;
  }
}
@media (max-width: 800px) {
  #kv .kv__contents--act {
    margin-bottom: 35px;
  }
}
#kv .kv__contents .kv__back {
  display: block;
  width: 130%;
  position: absolute;
  top: 30%;
  bottom: 0px;
  left: -15%;
  right: -15%;
  margin: auto;
}
@media (max-width: 800px) {
  #kv .kv__contents .kv__back {
    width: 90%;
  }
}
#kv .kv__p {
  text-align: center;
  color: #fff;
  font-weight: 300;
}
#kv .kv__p--small {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  line-height: 2;
  text-shadow: 0px 0px 0.2em #fff;
}
#kv .kv__p--big01 {
  font-size: clamp(14px, 9.7142857143px + 0.0142857143 * 100vw, 24px);
  margin-top: 1em;
  line-height: 2.1;
  text-shadow: 0px 0px 0.2em #fff;
}
#kv .kv__p--big02 {
  font-size: clamp(14px, 9.7142857143px + 0.0142857143 * 100vw, 24px);
  margin-top: 1em;
  line-height: 2.1;
  text-shadow: 0px 0px 0.2em #fff;
}
#kv .kv__p--black {
  color: #000;
  text-shadow: none;
  transform: translateY(-5vw);
  font-size: clamp(10px, 4px + 0.02 * 100vw, 24px);
  margin-bottom: -100px;
}
@media (max-width: 800px) {
  #kv .kv__p--black {
    transform: translateY(-35vw);
  }
}
#kv .kv__p--black span {
  display: block;
  font-size: clamp(18px, 12.8571428571px + 0.0171428571 * 100vw, 30px);
}
@media (max-width: 800px) {
  #kv .kv__p img {
    width: 80%;
  }
}
#kv .bunner {
  margin: 0 auto;
}

#section01 {
  position: relative;
  padding-top: 225px;
  padding-bottom: 100px;
  margin-top: -120px;
}
#section01 h1 {
  font-size: clamp(22px, 20.2857142857px + 0.0057142857 * 100vw, 26px);
  text-align: center;
  margin-bottom: 1em;
  font-weight: 300;
  line-height: 2;
  text-shadow: 0px 0px 0.2em #fff;
}
#section01 h1 span {
  font-size: clamp(16px, 13.8571428571px + 0.0071428571 * 100vw, 21px);
  margin: 0 auto;
  padding: 0.3em 0px;
  font-weight: 300;
  text-shadow: none;
}
#section01 h1 .gradation {
  display: block;
  padding: 0.1em 2em;
  line-height: 1;
}
#section01 .s01__bk {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#section01 .s01__article {
  width: min(560px, 90%);
  margin: 0 auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.63);
  border-radius: 8px;
  padding: 2% 0%;
  box-sizing: border-box;
  margin-bottom: 42px;
}
#section01 .s01__article .s01__number {
  position: absolute;
  top: -35px;
  bottom: initial;
  left: -50px;
  right: initial;
  margin: auto;
  width: 96px;
  height: 96px;
}
@media (max-width: 800px) {
  #section01 .s01__article .s01__number {
    position: absolute;
    top: -34px;
    bottom: initial;
    left: -2%;
    right: initial;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 11;
  }
}
#section01 .s01__article .s01__subtitle {
  text-align: center;
  font-size: clamp(14px, 10.5714285714px + 0.0114285714 * 100vw, 22px);
  margin-bottom: 1em;
}
#section01 .s01__article hr {
  display: block;
  width: 90%;
  height: 1px;
  background-color: #fff;
  border: none;
  margin: 0 auto;
}
#section01 .s01__article .s01__txt {
  font-size: clamp(14px, 9.7142857143px + 0.0142857143 * 100vw, 24px);
  text-shadow: 0px 0px 0.3em #82F8CF;
  text-align: center;
  margin-top: 0.6em;
}
#section01 .s01__article .s01__txt .s01__span01 {
  font-size: clamp(16px, 9.1428571429px + 0.0228571429 * 100vw, 32px);
}
#section01 .s01__article .s01__txt .s01__span02 {
  font-size: clamp(20px, 8.4285714286px + 0.0385714286 * 100vw, 47px);
}
#section01 .s01__article .s01__txt .s01__span03 {
  font-size: clamp(18px, 13.7142857143px + 0.0142857143 * 100vw, 28px);
}
#section01 h3 {
  text-align: center;
  font-size: clamp(18px, 10.2857142857px + 0.0257142857 * 100vw, 36px);
  text-shadow: 0px 0px 0.3em #82F8CF;
  margin-top: 1.5em;
}

#section02 {
  position: relative;
  padding-top: 22px;
  padding-bottom: 94px;
}
#section02 .section02__bk {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#section02 .s02__arrow {
  display: block;
  margin: 0 auto;
}
#section02 .s02__txt {
  text-align: center;
  font-size: clamp(14px, 11.8571428571px + 0.0071428571 * 100vw, 19px);
  line-height: 2;
  text-shadow: 0px 0px 0.5em #fff;
  margin-top: 2.5em;
  margin-bottom: 7em;
  font-weight: 400;
}

.cv {
  width: min(644px, 96%);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .cv {
    padding: 10% 0px;
  }
}
.cv .cv__bg {
  display: block;
  width: 100%;
  height: auto;
}
.cv .cv__spsvg {
  display: block;
  position: absolute;
}
.cv .cv__spsvg--1 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 60%;
}
.cv .cv__spsvg--2 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
  width: 20%;
}
.cv .cv__spsvg--3 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: initial;
  right: 0px;
  margin: auto;
  width: 20%;
}
.cv .cv__spsvg--4 {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
  width: 8.5%;
}
.cv .cv__spsvg--5 {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
  width: 8.5%;
}
.cv .cv__spsvg--6 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
  width: 6%;
}
.cv .cv__spsvg--7 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
  width: 6%;
}
.cv .cv__spsvg--9 {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 60%;
}
.cv .cv__inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 800px) {
  .cv .cv__inner {
    position: relative;
  }
}
.cv .cv__inner h2 {
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px);
  text-align: center;
  text-shadow: 0px 0px 0.3em #FFFFFF;
  margin-bottom: 1.2em;
}
.cv .cv__inner .cv__exp {
  text-align: center;
  margin: 0 auto;
  padding: 0.6em 2.4em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-shadow: 0px 0px 0.3em #FFFFFF;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.4;
  font-size: clamp(12px, 10.2857142857px + 0.0057142857 * 100vw, 16px);
}
.cv .cv__inner .cv__message {
  text-align: center;
  margin: 0 auto;
  font-size: clamp(10px, 7.4285714286px + 0.0085714286 * 100vw, 16px);
  text-shadow: 0px 0px 0.3em #FFFFFF;
  line-height: 1.6;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 200;
}
.cv .cv__inner form {
  width: 60%;
  padding: 5%;
  margin: 0 auto;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media (max-width: 800px) {
  .cv .cv__inner form {
    width: 80%;
  }
}
.cv .cv__inner form div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .cv .cv__inner form div {
    display: block;
  }
}
.cv .cv__inner form div input {
  display: block;
  width: 48%;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #707070;
  box-sizing: border-box;
  padding: 0em 1em;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 800px) {
  .cv .cv__inner form div input {
    width: 100%;
    margin-bottom: 10px;
    height: 46px;
  }
}
.cv .cv__inner form button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(100%, 292px);
  margin: 0 auto;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #fff;
  box-shadow: 0px 0px 16px #fff;
  margin: 0 auto;
  background: linear-gradient(180deg, #D2B695 0%, #D2B695 50%, #B7A187 50%, #B7A187 100%);
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 21px;
}
.cv .cv__inner form button img {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}
.cv .cv__inner .cv__spline {
  display: block;
  text-decoration: underline;
  color: #06C755;
  text-align: center;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  margin-top: 1em;
}
.cv .cv__inner section {
  width: min(372px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  margin-top: 27px;
}
.cv .cv__inner section div {
  width: min(258px, 90%);
}
.cv .cv__inner section div p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 0px 9px #fff;
  text-decoration: underline;
  margin-bottom: 0.7em;
  font-size: clamp(8px, 7.1428571429px + 0.0028571429 * 100vw, 10px);
}
.cv .cv__inner section div a {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #06C755;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  font-weight: 400;
  text-shadow: 0px 0px 9px #fff;
}

.section03 {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  padding: 35px 0px 95px 0px;
  position: relative;
}
.section03 .s03__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.section03 img {
  display: block;
  width: min(976px, 100%);
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section03 h2 {
  text-align: center;
  font-size: clamp(18px, 12px + 0.02 * 100vw, 32px);
  color: #fff;
  margin-top: 2em;
}
.section03 p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  line-height: 1.8;
  margin-top: 2em;
}
@media (max-width: 800px) {
  .section03 p {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 4em;
  }
}
.section03--white p, .section03--white h2 {
  color: #000;
}
.section03--f h2, .section03--f h3, .section03--f p {
  text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.6);
}
.section03--f h2 {
  margin-bottom: 1em;
}
.section03--f h3 {
  font-size: clamp(18px, 14.5714285714px + 0.0114285714 * 100vw, 26px);
  color: #000;
  text-align: center;
  margin-top: 1em;
}
.section03--f hr {
  display: block;
  height: 1px;
  width: min(500px, 50%);
  margin: 0 auto;
  background-color: #707070;
}

#section04 {
  position: relative;
  width: 100%;
  padding: 91px 0px;
}
#section04 h1 {
  text-align: center;
  font-size: clamp(20px, 9.7142857143px + 0.0342857143 * 100vw, 44px);
  text-shadow: 0px 0px 0.35em #A2FEDE;
  margin: 0 auto;
  margin-bottom: 1em;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#section04 h1 span {
  font-size: clamp(18px, 12.8571428571px + 0.0171428571 * 100vw, 30px);
  text-shadow: 0px 0px 0.35em #fff;
}
#section04 h1 img {
  display: block;
  width: 150%;
  position: absolute;
  top: initial;
  bottom: -0.1em;
  left: -25%;
  right: 0px;
  margin: auto;
}
#section04 p {
  text-align: center;
  text-shadow: 0px 0px 0.6em #000;
  font-size: clamp(14px, 11.8571428571px + 0.0071428571 * 100vw, 19px);
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 2;
}
#section04 .s4__bg {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#section05 {
  position: relative;
  width: 100%;
  padding: 148px 0px 200px 0px;
}
@media (max-width: 800px) {
  #section05 {
    padding: 100px 0px;
  }
}
#section05 h1 {
  text-align: center;
  font-size: clamp(20px, 15.2857142857px + 0.0157142857 * 100vw, 31px);
  text-shadow: 0px 0px 0.35em #fff;
  margin-bottom: 1em;
}
#section05 h1 span {
  font-weight: 100 !important;
}
#section05 h1 span {
  position: relative;
}
#section05 h1 span::after {
  content: "";
  display: block;
  width: 140%;
  height: 26%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20%;
  right: initial;
  margin: auto;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0));
}
#section05 img {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section05 p {
  display: block;
  font-size: clamp(14px, 11px + 0.01 * 100vw, 21px);
  line-height: 1.86;
  width: min(1000px, 90%);
  margin: 0 auto;
  font-weight: 100;
  text-align: center;
  text-shadow: 0px 0px 0.5em #000;
  margin-top: 3em;
}
#section05 p span {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: bold;
}

#section06 {
  position: relative;
  padding-top: 204px;
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  #section06 {
    padding: 100px 0px 100px 0px;
  }
}
#section06::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2C2C2C;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -3;
}
#section06 .sb__bg {
  display: block;
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
  width: 100%;
  height: 40.5%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 800px) {
  #section06 .sb__bg {
    height: 60.5%;
  }
}
#section06 .sb__light {
  width: 100%;
  position: absolute;
  top: 180px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#section06 .s06__main {
  width: min(90%, 780px);
  margin: 0 auto;
  position: relative;
  padding-top: 0px;
  margin-bottom: 200px;
}
@media (max-width: 800px) {
  #section06 .s06__main {
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 15% 0px;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
}
#section06 .s06__main h1 {
  font-size: clamp(16px, 7.8571428571px + 0.0271428571 * 100vw, 35px);
  text-align: center;
  text-shadow: 0px 0px 9px #FFFFFF;
  font-weight: 100;
}
@media (max-width: 800px) {
  #section06 .s06__main h1 {
    width: 90%;
  }
}
#section06 .s06__main hr {
  display: block;
  width: 76%;
  margin: 0 auto;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  #section06 .s06__main hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
  }
}
#section06 .s06__main p {
  width: 76%;
  margin: 0 auto;
  font-size: clamp(12px, 10.2857142857px + 0.0057142857 * 100vw, 16px);
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 38px;
}
@media (max-width: 800px) {
  #section06 .s06__main p {
    width: 90%;
  }
}
#section06 .s06__main .s6__img {
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #section06 .s06__main .s6__img {
    width: 90%;
    margin-bottom: 20px;
  }
}
#section06 .s06__main .s6__border {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  z-index: 0;
}
#section06 .s06__main .s6__spborder {
  display: block;
  position: absolute;
  transform-origin: center;
}
#section06 .s06__main .s6__spborder--1 {
  position: absolute;
  top: 3%;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 60%;
}
#section06 .s06__main .s6__spborder--2 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
  width: 10%;
}
#section06 .s06__main .s6__spborder--3 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: initial;
  right: 0px;
  margin: auto;
  width: 10%;
  transform: rotate(90deg);
}
#section06 .s06__main .s6__spborder--4 {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
  width: 10%;
  transform: rotate(180deg);
}
#section06 .s06__main .s6__spborder--5 {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
  width: 10%;
  transform: rotate(-90deg);
}
#section06 .s06__main .s6__spborder--6 {
  position: absolute;
  top: initial;
  bottom: 3%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 60%;
}
#section06 .s06__sub {
  width: 100%;
}
#section06 .s06__sub--01 {
  margin-top: 73px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
}
#section06 .s06__sub--01 article {
  padding: 0px 0em 0px 30px;
}
#section06 .s06__sub--02 {
  margin-top: 103px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-items: stretch;
  position: relative;
}
#section06 .s06__sub--02 article {
  padding: 80px 30px 0px 0px;
  position: relative;
  z-index: 2;
}
#section06 .s06__sub--02 .s6__txt {
  display: block;
  position: absolute;
  top: -9%;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  z-index: 1;
}
#section06 .s06__sub div {
  display: block;
  width: 50%;
  background-color: #c4c4c4;
  position: relative;
}
@media (max-width: 800px) {
  #section06 .s06__sub div {
    width: 30%;
  }
}
#section06 .s06__sub div img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  width: 100%; /* 親要素の幅いっぱいにする */
  height: 100%; /* 高さをテキストと揃える */
  -o-object-fit: cover;
     object-fit: cover; /* 画像を切り取ってフィット */
  align-self: stretch;
}
#section06 .s06__sub article {
  width: 390px;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #section06 .s06__sub article {
    width: 90%;
    padding: 0px 1em;
  }
}
#section06 .s06__sub article h2 {
  font-size: clamp(18px, 16.2857142857px + 0.0057142857 * 100vw, 22px);
  line-height: 1.6;
  margin-bottom: 1em;
}
#section06 .s06__sub article p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  line-height: 1.5;
  font-weight: 100;
  margin-bottom: 2em;
}

#section07 {
  position: relative;
  padding: 93px 0px 400px 0px;
  z-index: 1;
}
@media (max-width: 800px) {
  #section07 {
    padding: 93px 0px 100px 0px;
  }
}
#section07 .s07__bg {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#section07 h1 {
  width: min(780px, 90%);
  margin: 0 auto;
  display: block;
}
#section07 h1 span {
  display: block;
  text-align: center;
  position: relative;
  color: #2D5A95;
}
#section07 h1 span::after {
  content: "";
  display: block;
  width: min(736px, 100%);
  height: 1.3em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
}
#section07 h1 span.--small {
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
}
#section07 h1 span.--big {
  font-size: clamp(30px, 24px + 0.02 * 100vw, 44px);
}
#section07 p {
  color: #000;
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-shadow: 0px 0px 0.2em #fff;
  margin-top: 2em;
  margin-bottom: 2em;
}
#section07 p b {
  font-weight: bold;
}
#section07 p u {
  font-weight: bold;
  text-decoration: underline;
}
#section07 .s07__pic {
  display: block;
  width: min(780px, 90%);
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  #section07 .s07__pic--1 {
    max-width: 432px;
  }
}
@media (max-width: 800px) {
  #section07 .s07__pic--2 {
    max-width: 338px;
  }
}
#section07 .s07__arrow {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: translateY(74px);
  z-index: 99999;
}
#section07 h3 {
  color: #000;
  text-align: center;
  font-size: clamp(24px, 22.2857142857px + 0.0057142857 * 100vw, 28px);
  text-shadow: 0px 0px 0.5em #fff;
}
#section07 h4 {
  color: #000;
  text-align: center;
  font-size: clamp(20px, 18.2857142857px + 0.0057142857 * 100vw, 24px);
  text-shadow: 0px 0px 0.5em #fff;
  margin-top: 1em;
}
#section07 table {
  width: min(90%, 780px);
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
#section07 table tr.none {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  z-index: -1;
  width: 47%;
  height: 100%;
  background-image: url("../img/s010-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(130%) blur(6px);
}
#section07 table tr td, #section07 table tr th {
  border: solid 1px #000;
  font-size: clamp(10px, 6.5714285714px + 0.0114285714 * 100vw, 18px);
  vertical-align: middle;
  text-align: center;
  padding: 1em 0px;
}
@media (max-width: 800px) {
  #section07 table tr td, #section07 table tr th {
    padding: 1em 0.3em;
  }
}
#section07 table tr td:nth-child(1), #section07 table tr th:nth-child(1) {
  width: 26%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  text-shadow: 0px 0px 0.5em #fff;
  background: rgba(255, 255, 255, 0.3);
}
#section07 table tr td:nth-child(2), #section07 table tr th:nth-child(2) {
  width: 27%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  text-shadow: 0px 0px 0.5em #fff;
  background: rgba(255, 255, 255, 0.3);
}
#section07 table tr td:last-child, #section07 table tr th:last-child {
  width: 47%;
  color: #000;
  text-shadow: 0px 0px 0.5em #fff;
  background: #fcfaf2;
  font-family: "Zen Old Mincho", serif;
  background: radial-gradient(circle, rgb(252, 250, 242) 1%, #D2B695 100%);
}
#section07 table tr td b, #section07 table tr th b {
  font-weight: bold;
}
#section07 table tr th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#section08 {
  position: relative;
  padding-top: 123px;
  padding-bottom: 150px;
  /*
  h3{
  font-size: settings.clampSize(16px,18px);
  text-align: center;
  line-height: 2.8;
  text-shadow: 0px 0px 0.5em #fff;
  margin-bottom: 2em;
  }*/
}
@media (max-width: 800px) {
  #section08 {
    padding-bottom: 50px;
  }
}
#section08 .s08__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#section08 section {
  width: min(698px, 90%);
  margin: 0 auto;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0));
}
#section08 h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#section08 h1 span {
  font-size: clamp(24px, 19.7142857143px + 0.0142857143 * 100vw, 34px);
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1;
}
#section08 h1 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#section08 .s8__txt1 {
  text-align: center;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  margin-top: 75px;
  text-shadow: 0px 0px 0.5em #fff;
  line-height: 1.6;
  margin-bottom: 75px;
}
#section08 article {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  margin-bottom: 37px;
}
#section08 article .s8__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 38%;
  border: solid 1px #fff;
}
#section08 article .s8__main {
  width: 59%;
}
#section08 article .s8__main .s8__subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#section08 article .s8__main .s8__subtitle img {
  display: block;
  width: 60px;
}
#section08 article .s8__main .s8__subtitle h2 {
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px);
}
#section08 article .s8__main .s8__subtitle hr {
  display: block;
  width: 93%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: auto;
  border: none;
  background-color: #707070;
}
#section08 article .s8__main p {
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 200;
  text-shadow: 0px 0px 0.7em;
  line-height: 2;
  padding-right: 1em;
  box-sizing: border-box;
}
#section08 .s8__txt2 {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  margin-bottom: 60px;
  line-height: 1.6;
  text-shadow: 0px 0px 0.5em #fff;
}

#section09 {
  width: 100%;
  position: relative;
  padding-top: 124px;
  padding-bottom: 99px;
}
#section09 .s9__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section09 .s9__main {
  width: min(644px, 90%);
  margin: 0 auto;
  position: relative;
  border: solid 1px #fff;
  margin-bottom: 50px;
}
#section09 .s9__main:last-child {
  margin-bottom: 0px;
}
#section09 .s9__main .s9__number {
  width: 123px;
  height: 123px;
  border-radius: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C1A37E;
  position: absolute;
  left: -43px;
  top: -31px;
}
#section09 .s9__main .s9__number q {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  color: #fff;
  text-shadow: 0px 0px 9px #FFF;
  text-align: center;
}
#section09 .s9__main .s9__number q span {
  font-size: clamp(22px, 20.2857142857px + 0.0057142857 * 100vw, 26px);
  display: block;
  margin: 0 auto;
  line-height: 1;
}
#section09 .s9__main h2 {
  width: 100%;
  border-bottom: solid 1px #fff;
  text-shadow: 0px 0px 9px #82F8CF;
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px);
  padding: 1.2em 0px;
  box-sizing: border-box;
  padding-left: 6em;
}
#section09 .s9__main p {
  width: 100%;
  box-sizing: border-box;
  padding: 2em 3em;
  text-shadow: 0px 0px 9px #fff;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}

#section010 {
  position: relative;
  padding: 1px 0px 126px 0px;
}
#section010 .s010__bg {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#section010 .s010__title {
  width: min(660px, 90%);
  margin: 0 auto;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-top: 58px;
  margin-bottom: 58px;
}
#section010 .s010__title h2 {
  font-size: clamp(18px, 11.1428571429px + 0.0228571429 * 100vw, 34px);
  text-shadow: 0px 0px 0.2em #A2FEDE;
  text-align: center;
  padding: 1em 0px;
}
#section010 p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-shadow: 0px 0px 0.5em #000;
  line-height: 1.7;
}
#section010 .s010__h3 {
  text-align: center;
  font-size: clamp(16px, 10px + 0.02 * 100vw, 30px);
  text-shadow: 0px 0px 0.2em #A2FEDE;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#section010 .s010__h3 span {
  display: inline;
  border-bottom: solid 1px #fff;
  line-height: 1.6;
}

#section011 {
  position: relative;
  padding: 99px 0px 30px 0px;
}
#section011 .s011__bg {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#section011 h1 {
  font-size: clamp(20px, 14px + 0.02 * 100vw, 34px);
  text-shadow: 0px 0px 0.2em #A2FEDE;
  text-align: center;
}
#section011 p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  line-height: 1.7;
  text-align: center;
  text-shadow: 0px 0px 0.5em #000;
  padding-top: 45px;
  padding-bottom: 78px;
}
#section011 table {
  width: min(90%, 780px);
  margin: 0 auto;
  position: relative;
}
#section011 table tr.none {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  z-index: -1;
  width: 47%;
  height: 100%;
  background-image: url("../img/s010-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(130%) blur(6px);
}
#section011 table tr td, #section011 table tr th {
  border: solid 1px #fff;
  font-size: clamp(10px, 6.5714285714px + 0.0114285714 * 100vw, 18px);
  vertical-align: middle;
  text-align: center;
  padding: 1em 0px;
}
@media (max-width: 800px) {
  #section011 table tr td, #section011 table tr th {
    padding: 1em 0.3em;
  }
}
#section011 table tr td:nth-child(1), #section011 table tr th:nth-child(1) {
  width: 26%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#section011 table tr td:nth-child(2), #section011 table tr th:nth-child(2) {
  width: 27%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#section011 table tr td:last-child, #section011 table tr th:last-child {
  width: 47%;
  text-shadow: 0px 0px 0.5em #fff;
  color: #000;
  background: #fcfaf2;
  font-family: "Zen Old Mincho", serif;
  background: radial-gradient(circle, rgb(252, 250, 242) 1%, #D2B695 100%);
}
#section011 table tr th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold !important;
}
#section011 table tr th:nth-child(1) {
  border: none;
}
#section012 {
  background: #383838;
  background: linear-gradient(0deg, rgb(56, 56, 56) 0%, rgb(0, 0, 0) 9%, rgb(0, 0, 0) 91%, rgb(56, 56, 56) 100%);
  padding: 116px 0px 100px 0px;
}
#section012 .bunner {
  margin: 0 auto;
  margin-bottom: 46px;
}

#wrapper.base #kv .kv__contents {
  margin-bottom: 295px !important;
}
@media (max-width: 800px) {
  #wrapper.base #kv .kv__contents {
    margin-bottom: 105px !important;
  }
}
#wrapper.base #b02 {
  position: relative;
  padding: 123px 0px 100px 0px;
}
#wrapper.base #b02 .b02__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.base #b02 .b02__main {
  display: block;
  width: min(780px, 90%);
  margin: 0 auto;
  margin: 65px auto 70px auto;
}
#wrapper.base #b02 h1, #wrapper.base #b02 p {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#wrapper.base #b02 h1 {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
}
#wrapper.base #b02 p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-decoration: underline;
}
#wrapper.base #b03 {
  position: relative;
  padding: 108px 0px 235px 0px;
  overflow: hidden;
}
#wrapper.base #b03 .b03__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  height: 110% !important;
  top: -10%;
}
#wrapper.base #b03 h1 {
  display: block;
}
#wrapper.base #b03 h1 span {
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
  color: #BCFDE7;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 90%;
}
#wrapper.base #b03 p {
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1.7;
  margin-top: 65px;
}
#wrapper.base #b03 h2 {
  display: block;
  margin-top: 72px;
}
#wrapper.base #b03 h2 span {
  position: relative;
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
  color: #fff;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper.base #b03 h2 span::after {
  content: "";
  width: 140%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6), transparent 70%);
  filter: blur(5px);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20%;
  right: -20%;
  margin: auto;
  z-index: -1;
}
#wrapper.base #b04 {
  position: relative;
  padding-bottom: 105px;
}
#wrapper.base #b04 .bunner {
  margin: 0 auto;
  transform: translateY(-120px);
}
#wrapper.base #b04 h1 {
  font-size: clamp(20px, 15.2857142857px + 0.0157142857 * 100vw, 31px);
}
#wrapper.base #b04 h1 span {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper.base #b04 h1 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1em;
  border-radius: 100%;
  position: absolute;
  top: initla;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 90%;
}
#wrapper.base #b04 .b04__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.base #b04 p {
  text-align: center;
  line-height: 1.7;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  margin-top: 67px;
}
#wrapper.base #b05 {
  position: relative;
  padding-bottom: 105px;
  padding-top: 52px;
  overflow: hidden;
}
#wrapper.base #b05 h1 {
  font-size: clamp(20px, 15.2857142857px + 0.0157142857 * 100vw, 31px);
  margin-bottom: 45px;
}
#wrapper.base #b05 h1 span {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper.base #b05 h1 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1em;
  border-radius: 100%;
  position: absolute;
  top: initla;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 90%;
}
#wrapper.base #b05 .b05__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.base #b05 .b05__01 {
  display: block;
  width: min(678px, 90%);
  margin: 0 auto;
  margin-bottom: 2em;
}
#wrapper.base #b05 p {
  text-align: center;
  line-height: 2.3;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 2em;
}
#wrapper.base #b05 h2 {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  text-align: center;
  text-decoration: underline;
  margin-bottom: 1em;
}
#wrapper.base #b05 .bunner {
  margin: 0 auto;
  margin-top: 109px;
}
#wrapper.base #b06 {
  position: relative;
  padding: 86px 0px;
}
#wrapper.base #b06 .b06__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.base #b06 section {
  width: min(780px, 90%);
  background-color: rgba(0, 0, 0, 0.71);
  margin: 0 auto;
  padding: 52px 0px 62px 0px;
}
#wrapper.base #b06 section h1 {
  color: #A2FFE9;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 255, 255, 0.13);
  text-decoration-offset: 1em;
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  margin-bottom: 40px;
}
#wrapper.base #b06 section img {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 47px;
  margin-bottom: 25px;
}
#wrapper.base #b06 section p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-shadow: 0px 0px 0.2em #fff;
  line-height: 1.7;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-weight: 100;
}
#wrapper.base #b06 section ul {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#wrapper.base #b06 section ul li {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: min(364px, 90%);
  color: #000;
  z-index: 1;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  font-weight: bold;
}
#wrapper.base #b06 section ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100%;
  z-index: -1;
}
#wrapper.base #b07 {
  position: relative;
}
#wrapper.base #b07 .b07__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.base #b07 section {
  width: min(698px, 90%);
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
  padding: 79px 0px 98px 0px;
}
#wrapper.base #b07 section h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
}
#wrapper.base #b07 section h1 span {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper.base #b07 section h1 span::after {
  content: "";
  display: block;
  width: 140%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20%;
  right: -20%;
  margin: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.8em;
  background-position: 0 90%;
  z-index: -1;
}
#wrapper.base #b07 section p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  line-height: 1.7;
  margin-top: 118px;
}
#wrapper.base #b010 {
  background-color: #000;
  padding: 80px 0px;
}
#wrapper.base #b010 .bunner {
  margin: 0 auto;
}
#wrapper.base #b011 {
  background-color: #018F5E;
  padding: 63px 0px 100px 0px;
}
#wrapper.base #b011 h1 {
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-shadow: 0px 0px 0.2em #fff;
}
#wrapper.base #b011 ul {
  width: min(780px, 90%);
  margin: 0 auto;
  margin-top: 46px;
}
#wrapper.base #b011 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
}
#wrapper.base #b011 ul li p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-shadow: 0px 0px 0.2em #fff;
}
#wrapper.base #b011 ul li p:first-child {
  display: block;
  width: 19%;
  border-right: solid 1px #fff;
  padding-bottom: 25px;
}
#wrapper.base #b011 ul li p:last-child {
  display: block;
  width: 81%;
  padding-left: 42px;
}

#wrapper.aria #a01 {
  position: relative;
  padding: 85px 0px;
  margin-top: 65px;
}
@media (max-width: 800px) {
  #wrapper.aria #a01 {
    padding: 35px 0px;
  }
}
#wrapper.aria #a01 .a01__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a01 iframe {
  display: block;
  margin: 0 auto;
  width: min(612px, 90%);
  height: auto;
  aspect-ratio: 612/340;
  margin-top: 50px;
}
@media (max-width: 800px) {
  #wrapper.aria #a01 iframe {
    margin-top: 25px;
  }
}
#wrapper.aria #a02 {
  position: relative;
  padding: 20px 0px 100px 0px;
}
#wrapper.aria #a02 h2, #wrapper.aria #a02 p {
  text-align: center;
}
#wrapper.aria #a02 h2 {
  margin-top: 7em;
  margin-bottom: 4em;
}
#wrapper.aria #a02 h2 span {
  font-size: clamp(20px, 13.5714285714px + 0.0214285714 * 100vw, 35px);
  color: #fff;
  text-shadow: 0px 0px 0.2em #BCFDE7;
  text-stroke: 1px #fff;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 100%;
}
#wrapper.aria #a02 p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1.7;
}
#wrapper.aria #a02 .a02__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #s03 {
  position: relative;
  padding: 124px 0px 124px 0px;
}
#wrapper.aria #s03 .s03__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #s03 h1 {
  font-size: clamp(22px, 16.4285714286px + 0.0185714286 * 100vw, 35px);
  text-align: center;
}
#wrapper.aria #s03 h1 span {
  display: inline;
  background-color: rgba(0, 0, 0, 0.6);
}
#wrapper.aria #s03 div {
  width: min(844px, 90%);
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-top: 18px;
  padding: 34px 0px;
}
#wrapper.aria #s03 div p {
  font-size: clamp(18px, 15.8571428571px + 0.0071428571 * 100vw, 23px);
}
#wrapper.aria #s03 .s03__img {
  display: block;
  width: min(844px, 90%);
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  box-shadow: 0px 0px 40px #fff;
  margin-top: 68px;
}
#wrapper.aria #a04 {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  #wrapper.aria #a04 {
    padding-bottom: 50px;
  }
}
#wrapper.aria #a04::after {
  content: "";
  display: block;
  width: min(708px, 90%);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a04 .a04__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: -2;
}
#wrapper.aria #a04 h1 {
  width: min(1150px, 90%);
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 68px;
  margin-bottom: 49px;
}
#wrapper.aria #a04 h1 span {
  display: block;
  text-align: center;
  position: relative;
  color: #2D5A95;
}
#wrapper.aria #a04 h1 span::after {
  content: "";
  display: block;
  width: min(736px, 100%);
  height: 1.3em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
}
#wrapper.aria #a04 h1 span:nth-child(1) {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
}
#wrapper.aria #a04 h1 span:nth-child(2) {
  font-size: clamp(24px, 17.1428571429px + 0.0228571429 * 100vw, 40px);
}
#wrapper.aria #a04 h1 span:nth-child(3) {
  font-size: clamp(24px, 17.1428571429px + 0.0228571429 * 100vw, 40px);
}
#wrapper.aria #a04 h1 span:nth-child(4) {
  font-size: clamp(24px, 17.1428571429px + 0.0228571429 * 100vw, 40px);
}
#wrapper.aria #a04 p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-shadow: 0px 0px 0.2em #fff;
}
#wrapper.aria #a04 h2 {
  text-align: center;
  font-size: clamp(18px, 14.5714285714px + 0.0114285714 * 100vw, 26px);
  margin-top: 25px;
  margin-bottom: 18px;
  text-shadow: 0px 0px 0.2em #fff;
}
#wrapper.aria #a05 {
  padding-bottom: 70px;
}
@media (max-width: 800px) {
  #wrapper.aria #a05 {
    width: 90%;
    margin: 0 auto;
  }
}
#wrapper.aria #a05 .a05__flex {
  margin-top: 73px;
}
#wrapper.aria #a05 .a05__flex--start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 800px) {
  #wrapper.aria #a05 .a05__flex--start {
    display: block;
  }
}
#wrapper.aria #a05 .a05__flex--end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 800px) {
  #wrapper.aria #a05 .a05__flex--end {
    display: block;
  }
}
#wrapper.aria #a05 .a05__flex article {
  width: calc(50% + 410px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 800px) {
  #wrapper.aria #a05 .a05__flex article {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #wrapper.aria #a05 .a05__flex article {
    display: block;
  }
}
#wrapper.aria #a05 .a05__flex article img {
  display: block;
  width: auto;
  min-width: min(50%, 410px);
}
@media (max-width: 800px) {
  #wrapper.aria #a05 .a05__flex article img {
    width: min(300px, 60%);
    margin: 0 auto;
    margin-top: 1em;
  }
}
#wrapper.aria #a05 .a05__flex article div {
  width: min(50%, 410px);
  height: -moz-fit-content;
  height: fit-content;
  min-width: min(50%, 410px);
}
@media (max-width: 800px) {
  #wrapper.aria #a05 .a05__flex article div {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 100%;
  }
}
#wrapper.aria #a05 .a05__flex article div h2 {
  font-size: clamp(22px, 16.4285714286px + 0.0185714286 * 100vw, 35px);
  white-space: nowrap;
  text-shadow: 0px 0px 0.5em #fff;
  text-stroke: 1px #12774A;
  -webkit-text-stroke: 1px #12774A;
  margin-bottom: 1em;
}
#wrapper.aria #a05 .a05__flex article div p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1.7;
}
#wrapper.aria #a05 .a05__h3, #wrapper.aria #a05 .a05__p {
  display: block;
  width: min(90%, 820px);
  margin: 0 auto;
}
@media (max-width: 800px) {
  #wrapper.aria #a05 .a05__h3, #wrapper.aria #a05 .a05__p {
    width: 100%;
  }
}
#wrapper.aria #a05 .a05__h3 {
  font-size: clamp(18px, 12.8571428571px + 0.0171428571 * 100vw, 30px);
  margin-top: 30px;
  margin-bottom: 19px;
}
#wrapper.aria #a05 .a05__p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1.7;
}
#wrapper.aria #a06 img {
  display: block;
  width: 100%;
}
#wrapper.aria #a07 {
  position: relative;
  background: linear-gradient(to bottom, #000000, #808080);
  padding-bottom: 84px;
  padding-top: 1px;
}
@media (max-width: 800px) {
  #wrapper.aria #a07 {
    padding-bottom: 40px;
  }
}
#wrapper.aria #a07 .a07-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 0;
}
#wrapper.aria #a07 p, #wrapper.aria #a07 h2, #wrapper.aria #a07 h3, #wrapper.aria #a07 .a07__line {
  position: relative;
  z-index: 1;
}
#wrapper.aria #a07 p {
  margin-top: 40px;
  margin-bottom: 65px;
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1.7;
}
#wrapper.aria #a07 h2 span {
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
  color: #BCFDE7;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 100%;
}
#wrapper.aria #a07 h3 {
  text-align: center;
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
}
#wrapper.aria #a07 .a07__line {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
#wrapper.aria #a08 {
  background-color: #2C2C2C;
  padding: 77px 0px 90px 0px;
}
#wrapper.aria #a08 .a08__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a08 h1 {
  margin-bottom: 2em;
}
#wrapper.aria #a08 h1 span {
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 100%;
}
#wrapper.aria #a08 p, #wrapper.aria #a08 h2 {
  text-align: center;
}
#wrapper.aria #a08 h2 {
  font-size: clamp(18px, 14.5714285714px + 0.0114285714 * 100vw, 26px);
  text-shadow: 0px 0px 0.2em #fff;
  margin-top: 2em;
  margin-bottom: 1em;
}
#wrapper.aria #a08 p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  line-height: 1.5;
}
#wrapper.aria #a09 {
  position: relative;
  padding: 413px 0px 85px 0px;
}
@media (max-width: 800px) {
  #wrapper.aria #a09 {
    padding: 85px 0px 85px 0px;
  }
}
#wrapper.aria #a09 .a09__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a09 h1 {
  margin-bottom: 2em;
}
#wrapper.aria #a09 h1 span {
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 100%;
}
#wrapper.aria #a09 h2 {
  font-size: clamp(22px, 16.4285714286px + 0.0185714286 * 100vw, 35px);
  white-space: nowrap;
  text-shadow: 0px 0px 0.5em #fff;
  text-stroke: 1px #12774A;
  -webkit-text-stroke: 1px #12774A;
  margin-top: 1.6em;
  margin-bottom: 1em;
  text-align: center;
}
#wrapper.aria #a09 p {
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
  text-align: center;
}
#wrapper.aria #a010 {
  width: 100%;
  position: relative;
  padding: 90px 0px 85px 0px;
}
#wrapper.aria #a010 .a010__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a010 section {
  width: min(780px, 90%);
  margin: 0 auto;
}
#wrapper.aria #a010 section h1 {
  text-align: center;
  text-stroke: 1px #12774A;
  -webkit-text-stroke: 1px #12774A;
  font-size: clamp(22px, 16.4285714286px + 0.0185714286 * 100vw, 35px);
}
#wrapper.aria #a010 section img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 58px;
}
#wrapper.aria #a010 section p {
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#wrapper.aria #a011 {
  width: 100%;
  position: relative;
  padding: 90px 0px 50px 0px;
}
#wrapper.aria #a011 .a011__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a011 section {
  width: min(780px, 90%);
  margin: 0 auto;
}
#wrapper.aria #a011 section h1 span {
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 100%;
}
#wrapper.aria #a011 section .a011__txt {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-align: center;
  padding: 43px 0px 59px 0px;
}
#wrapper.aria #a011 section ul {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 59px;
}
#wrapper.aria #a011 section ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 64px;
}
#wrapper.aria #a011 section ul li div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#wrapper.aria #a011 section ul li div:first-child {
  margin-top: -21px;
}
#wrapper.aria #a011 section ul li div:first-child img {
  width: 174px;
  height: 174px;
}
@media (max-width: 800px) {
  #wrapper.aria #a011 section ul li div:first-child img {
    width: 94px;
    height: 94px;
  }
}
#wrapper.aria #a011 section ul li div:first-child b {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(50px, 40.5714285714px + 0.0314285714 * 100vw, 72px);
}
#wrapper.aria #a011 section ul li div:last-child {
  margin-left: -30px;
}
@media (max-width: 800px) {
  #wrapper.aria #a011 section ul li div:last-child {
    margin-left: -20px;
  }
}
#wrapper.aria #a011 section ul li div:last-child h2 {
  font-size: clamp(20px, 16.1428571429px + 0.0128571429 * 100vw, 29px);
}
#wrapper.aria #a011 section ul li div:last-child p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#wrapper.aria #a011 section .a011__txt2 {
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#wrapper.aria #a012 {
  width: 100%;
  position: relative;
  padding: 110px 0px 100px 0px;
}
#wrapper.aria #a012 .a012__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a012 h1 {
  position: relative;
  margin-bottom: 36px;
}
#wrapper.aria #a012 h1 span {
  display: block;
  position: relative;
  text-align: center;
}
#wrapper.aria #a012 h1 span::after {
  content: "";
  display: block;
  width: min(736px, 100%);
  height: 1.3em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
}
#wrapper.aria #a012 h1 span:nth-child(1) {
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
}
#wrapper.aria #a012 h1 span:nth-child(2) {
  font-size: clamp(30px, 24px + 0.02 * 100vw, 44px);
}
#wrapper.aria #a012 h1 span:nth-child(3) {
  font-size: clamp(30px, 24px + 0.02 * 100vw, 44px);
}
#wrapper.aria #a012 h1 span:nth-child(4) {
  font-size: clamp(30px, 24px + 0.02 * 100vw, 44px);
}
#wrapper.aria #a012 p {
  text-align: center;
  color: #000;
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
}
#wrapper.aria #a012 p span {
  color: #000;
  display: block;
  text-align: center;
  font-size: clamp(18px, 15.8571428571px + 0.0071428571 * 100vw, 23px);
  text-decoration: underline;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 2;
}
#wrapper.aria #a012 p span.red {
  color: #E05050;
}
#wrapper.aria #a012 h2 {
  color: #000;
  text-align: center;
  font-size: clamp(22px, 17.7142857143px + 0.0142857143 * 100vw, 32px);
  margin-top: 1.2em;
  margin-bottom: 0.7em;
}
#wrapper.aria #a013 {
  position: relative;
}
#wrapper.aria #a013 .a013__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a013 section {
  width: min(700px, 90%);
  margin: 0 auto;
  padding: 70px 0px 100px 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
#wrapper.aria #a013 section h1 {
  font-size: clamp(22px, 16.8571428571px + 0.0171428571 * 100vw, 34px);
  text-align: center;
}
#wrapper.aria #a013 section h2 {
  font-size: clamp(18px, 14.5714285714px + 0.0114285714 * 100vw, 26px);
  margin-top: 1em 0px 0.5em 0px;
  text-align: center;
}
#wrapper.aria #a013 section p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-align: center;
  padding: 34px 0px;
}
#wrapper.aria #a013 section img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
#wrapper.aria #a014 {
  position: relative;
  padding: 30px 0px 0px 0px;
}
#wrapper.aria #a014 section {
  padding: 44px 0px;
}
#wrapper.aria #a014 section.a014__grad {
  background-color: #000;
}
#wrapper.aria #a014 section.a014__grey {
  background-color: #212121;
}
#wrapper.aria #a014 section.a014__space {
  position: relative;
}
#wrapper.aria #a014 section.a014__space img {
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a014 section h1, #wrapper.aria #a014 section h2, #wrapper.aria #a014 section p {
  text-align: center;
}
#wrapper.aria #a014 section h1 {
  text-shadow: 0px 0px 0.5em #fff;
  text-stroke: 1px #12774A;
  -webkit-text-stroke: 1px #12774A;
  font-size: clamp(22px, 16.8571428571px + 0.0171428571 * 100vw, 34px);
  margin-bottom: 1em;
}
#wrapper.aria #a014 section h2 {
  color: #B18D61;
  font-size: clamp(18px, 15.8571428571px + 0.0071428571 * 100vw, 23px);
  text-decoration: underline;
  margin-bottom: 1em;
}
#wrapper.aria #a014 section p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#wrapper.aria #a015 {
  position: relative;
  padding-top: 6em;
  padding-bottom: 63px;
}
#wrapper.aria #a015 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a015 section {
  width: min(745px, 90%);
  margin: 0 auto;
  border-left: dotted 1px #fff;
  border-right: dotted 1px #fff;
}
#wrapper.aria #a015 h1, #wrapper.aria #a015 h2, #wrapper.aria #a015 p, #wrapper.aria #a015 span {
  text-align: center;
}
#wrapper.aria #a015 h1 {
  font-size: clamp(22px, 16.4285714286px + 0.0185714286 * 100vw, 35px);
  text-shadow: 0px 0px 0.2em #fff;
}
#wrapper.aria #a015 hr {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
#wrapper.aria #a015 h2 {
  font-size: clamp(18px, 12.8571428571px + 0.0171428571 * 100vw, 30px);
  text-shadow: 0px 0px 0.2em #fff;
  margin-top: 1em;
  margin-bottom: 0.6em;
}
#wrapper.aria #a015 p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#wrapper.aria #a015 p span {
  display: block;
  text-decoration: underline;
  line-height: 2;
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px);
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
#wrapper.aria #a016 {
  position: relative;
  padding: 84px 0px 50px 0px;
}
#wrapper.aria #a016 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#wrapper.aria #a016 h1 {
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
}
#wrapper.aria #a016 h1 span {
  font-size: clamp(20px, 17px + 0.01 * 100vw, 27px);
  color: #BCFDE7;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 100%;
}
#wrapper.aria #a016 .a016__txt {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-align: center;
  margin-top: 32px;
  padding-bottom: 38px;
}
#wrapper.aria #a016 article {
  width: min(780px, 90%);
  margin: 0 auto;
  margin-top: 15px;
}
#wrapper.aria #a016 article div:first-child {
  background-color: #000;
  padding: 10px 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 800px) {
  #wrapper.aria #a016 article div:first-child {
    display: block;
    padding: 1em;
  }
}
#wrapper.aria #a016 article div:first-child h2 {
  font-size: clamp(16px, 13.4285714286px + 0.0085714286 * 100vw, 22px);
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#wrapper.aria #a016 article div:first-child hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#wrapper.aria #a016 article div:first-child p {
  font-size: clamp(18px, 16.2857142857px + 0.0057142857 * 100vw, 22px);
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#wrapper.aria #a016 article div:last-child {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
#wrapper.aria #a016 article div:last-child h3 {
  text-align: center;
  font-size: clamp(18px, 15.8571428571px + 0.0071428571 * 100vw, 23px);
  padding-top: 1em;
}
#wrapper.aria #a016 article div:last-child p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  padding: 1em 2em 2em 2em;
  line-height: 1.7;
}
#wrapper.aria #a016 h4 {
  text-align: center;
  font-size: clamp(22px, 18.1428571429px + 0.0128571429 * 100vw, 31px);
  text-shadow: 0px 0px 0.2em #fff;
  margin-top: 1.4em;
}

.act #c01 {
  position: relative;
  padding: 105px 0px;
}
.act #c01 .c01__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
}
.act #c01 h1 {
  position: relative;
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
  text-align: center;
  margin: 0 auto;
  width: min(876px, 100%);
  color: #000;
}
.act #c01 h1 img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 100%;
}
.act #c01 h2 {
  text-align: center;
  font-size: clamp(16px, 13.4285714286px + 0.0085714286 * 100vw, 22px);
  line-height: 2.3;
  margin-top: 38px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .act #c01 h2 {
    line-height: 1.5;
  }
}
.act #c01 p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  line-height: 1.7;
}
.act #c02 .c02__inner {
  width: min(1082px, 90%);
  margin: 0 auto;
  padding: 64px 0px 81px 0px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.act #c02 .c02__inner h1 {
  text-align: center;
  font-size: clamp(20px, 13.5714285714px + 0.0214285714 * 100vw, 35px);
  margin-bottom: 28px;
}
.act #c02 .c02__inner p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
}
.act #c02 .c02__inner p span {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  text-decoration: underline;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.act #c02 .c02__inner p b {
  font-weight: bold;
  text-shadow: 0px 0px 0.3em #fff;
}
.act #c02 .c02__inner p u {
  text-decoration: underline;
}
.act #c03 {
  position: relative;
}
.act #c03 .c03__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: -1;
}
.act #c03 section {
  width: min(844px, 90%);
  margin: 0 auto;
  padding: 77px 0px 122px 0px;
  background-color: rgba(0, 0, 0, 0.63);
}
.act #c03 section h1 {
  font-size: clamp(20px, 13.5714285714px + 0.0214285714 * 100vw, 35px);
  text-shadow: 0px 0px 0.2em #fff;
  text-align: center;
}
.act #c03 section h1 span {
  font-size: clamp(30px, 19.2857142857px + 0.0357142857 * 100vw, 55px);
  text-align: center;
}
.act #c03 section p {
  text-align: center;
}
.act #c03 section h2 {
  font-size: clamp(18px, 10.7142857143px + 0.0242857143 * 100vw, 35px);
  text-align: center;
  text-shadow: 0px 0px 0.2em #fff;
  margin-top: 1em;
  margin-bottom: 1em;
}
.act #c03 section table {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.act #c03 section table tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  align-items: stretch;
  margin-bottom: 2px;
}
.act #c03 section table tr th {
  vertical-align: middle;
  text-align: center;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  padding: 1.5em 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.act #c03 section table tr th:first-child {
  opacity: 0;
  width: 20%;
  min-width: 20%;
}
.act #c03 section table tr th:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.5);
  width: 32%;
  min-width: 32%;
}
.act #c03 section table tr th:last-child {
  background-color: #4A0D86;
  width: 48%;
  min-width: 48%;
}
.act #c03 section table tr td {
  vertical-align: middle;
  text-align: center;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  padding: 1.5em 0.3em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.act #c03 section table tr td:first-child {
  background-color: rgba(0, 0, 0, 0.5);
  width: 20%;
  min-width: 20%;
}
.act #c03 section table tr td:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.85);
  width: 32%;
  min-width: 32%;
  color: #000;
}
.act #c03 section table tr td:nth-child(3) {
  width: 48%;
  min-width: 48%;
  background-image: linear-gradient(to right, #BC85F2, #802DD3);
}
.act #c04 {
  padding: 110px 0px 30px 0px;
}
.act #c04 h2 {
  font-size: clamp(20px, 14px + 0.02 * 100vw, 34px);
  text-align: center;
  text-shadow: 0px 0px 0.2em #fff;
  margin-bottom: 36px;
}
.act #c04 p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  margin-bottom: 40px;
}
.act #c04 p.--middle {
  margin-bottom: 0px;
}
.act #c04 p u {
  text-decoration: underline;
}
.act #c04 p b {
  font-weight: bold;
  text-shadow: 0px 0px 0.2em #fff;
}
.act #c04 h3 {
  width: min(1150px, 90%);
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}
.act #c04 h3 span {
  display: block;
  text-align: center;
  position: relative;
  text-shadow: 0px 0px 0.2em #fff;
  font-size: clamp(20px, 14px + 0.02 * 100vw, 34px);
}
.act #c04 h3 span::after {
  content: "";
  display: block;
  width: min(1000px, 100%);
  height: 1.3em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #BC85F2, #802DD3, #BC85F2, rgba(0, 0, 0, 0));
}
.act #c04 .c04__img {
  display: block;
  width: min(844px, 90%);
  margin: 0 auto;
}
.act #c05 {
  position: relative;
  padding: 100px 0px;
}
.act #c05 .c05-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.act #c05 h2 {
  text-align: center;
  font-size: clamp(20px, 13.1428571429px + 0.0228571429 * 100vw, 36px);
  margin-bottom: 1em;
}
.act #c05 p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  margin-bottom: 4em;
}
.act #c05 p b {
  text-shadow: 0px 0px 0.2em #fff;
}
.act #c06 img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.act #c06 p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  margin-top: 33px;
  margin-bottom: 133px;
}

.first {
  background-color: #fff;
}
.first #f01 {
  position: relative;
  padding: 63px 0px;
  background-image: linear-gradient(180deg, rgba(178, 165, 111, 0) 0%, rgba(178, 165, 111, 0) 79%, rgb(255, 255, 255) 100%);
}
.first #f01 .f01__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.first #f01 h1, .first #f01 h2, .first #f01 p {
  text-align: center;
  color: #000;
}
.first #f01 h1 {
  font-size: clamp(24px, 18.8571428571px + 0.0171428571 * 100vw, 36px);
}
.first #f01 h2 {
  font-size: clamp(20px, 16.5714285714px + 0.0114285714 * 100vw, 28px);
  margin-top: 1em;
}
.first #f01 p {
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
  margin-top: 1.7em;
  line-height: 1.5;
}
.first #f02 {
  position: relative;
  background-color: #fff;
}
@media (max-width: 800px) {
  .first #f02 {
    overflow: hidden;
  }
}
.first #f02 .f02__bg {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .first #f02 .f02__bg {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 590px) {
  .first #f02 .f02__bg {
    transform: translateX(19%);
  }
}
@media (max-width: 490px) {
  .first #f02 .f02__bg {
    transform: translateX(29%);
  }
}
.first #f02 div {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 65%;
  z-index: 11;
}
@media (max-width: 1200px) {
  .first #f02 div {
    top: 15%;
  }
}
@media (max-width: 800px) {
  .first #f02 div {
    height: -moz-fit-content;
    height: fit-content;
    top: 0%;
    left: 5%;
    bottom: 0px;
    margin: auto;
    width: 75%;
  }
}
.first #f02 div h1, .first #f02 div p {
  color: #000;
  text-align: center;
}
.first #f02 div h1 {
  font-size: clamp(18px, 6.8571428571px + 0.0371428571 * 100vw, 44px);
  margin-bottom: 1em;
}
.first #f02 div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  line-height: 2.2;
}
@media (max-width: 800px) {
  .first #f02 div p {
    line-height: 1.8;
  }
}
.first #f03 {
  background-color: #fff;
}
.first #f03 .f03__circle {
  width: min(915px, 90%);
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-109px);
}
@media (max-width: 1000px) {
  .first #f03 .f03__circle {
    transform: translateY(0px);
    aspect-ratio: initial;
    padding-top: 100px;
  }
}
.first #f03 .f03__circle--2 {
  transform: translateY(-218px);
}
@media (max-width: 1000px) {
  .first #f03 .f03__circle--2 {
    transform: translateY(-20px);
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.first #f03 .f03__circle .f03__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 1;
}
@media (max-width: 1000px) {
  .first #f03 .f03__circle .f03__bg {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.first #f03 .f03__circle div {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.first #f03 .f03__circle div h1, .first #f03 .f03__circle div h2, .first #f03 .f03__circle div p, .first #f03 .f03__circle div span {
  color: #000;
  text-align: center;
}
.first #f03 .f03__circle div h1 {
  font-size: clamp(22px, 16px + 0.02 * 100vw, 36px);
  margin-bottom: 1em;
}
.first #f03 .f03__circle div h2 {
  font-size: clamp(22px, 16px + 0.02 * 100vw, 36px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0) 100%);
  padding: 0.2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1em;
}
.first #f03 .f03__circle div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
}
.first #f03 .f03__circle div p span {
  display: block;
  background-color: #EBEBEB;
  line-height: 1.5;
  padding: 0.2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 0.2em;
}
.first #f04 {
  background: linear-gradient(0deg, rgb(224, 224, 224) 0%, rgb(224, 224, 224) 62%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 87px;
}
.first #f04 h1 {
  text-align: center;
  font-size: clamp(18px, 10.2857142857px + 0.0257142857 * 100vw, 36px);
  color: #000;
  margin-bottom: 1em;
}
.first #f04 table {
  width: min(768px, 90%);
  margin: 0 auto;
  margin-bottom: 56px;
}
.first #f04 table tr {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  gap: 2px;
  margin-bottom: 2px;
}
.first #f04 table tr th:nth-child(1), .first #f04 table tr td:nth-child(1) {
  width: 25%;
  min-width: 25%;
}
.first #f04 table tr th:nth-child(2), .first #f04 table tr td:nth-child(2) {
  width: 45%;
  min-width: 45%;
}
.first #f04 table tr th:nth-child(3), .first #f04 table tr td:nth-child(3) {
  width: 30%;
  min-width: 30%;
}
.first #f04 table tr th {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  background-color: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.4em 0px;
}
.first #f04 table tr td {
  font-size: clamp(12px, 10.2857142857px + 0.0057142857 * 100vw, 16px);
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 0px;
}
.first #f04 .f04__bubble {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 1em 3em;
  border-radius: 4px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
}
.first #f04 .f04__bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 11px 0 11px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
.first #f04 nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 41px;
}
@media (max-width: 800px) {
  .first #f04 nav {
    display: block;
  }
}
.first #f04 nav a {
  display: block;
  border-radius: 8px;
  background-color: #CB1FCB;
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  border: solid 1px #fff;
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 800px) {
  .first #f04 nav a {
    padding: 10px 0px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: min(90%, 500px);
  }
}
.first #f04 nav a div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.first #f04 nav a div p {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-bottom: 0.7em;
}
.first #f04 nav a div img {
  display: block;
  width: 1em;
  margin: 0 auto;
}
.first #f05 {
  position: relative;
  padding: 100px 0px;
}
.first #f05 .f05__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.first #f05 section {
  width: min(767px, 90%);
  margin: 0 auto;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.78);
  display: flex;
  justify-content: center;
  align-items: center;
}
.first #f05 section div h2, .first #f05 section div p {
  text-align: center;
}
@media (max-width: 800px) {
  .first #f05 section div h2, .first #f05 section div p {
    text-shadow: 0px 0px 0.2em #fff;
  }
}
.first #f05 section div h2 {
  font-size: clamp(24px, 18.8571428571px + 0.0171428571 * 100vw, 36px);
  text-align: center;
  color: #000;
}
.first #f05 section div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  line-height: 2;
  margin-top: 1.5em;
  margin-bottom: 3em;
  color: #000;
}
.first #f06 {
  position: relative;
  background-color: #fff;
  padding: 100px 0px;
}
.first #f06 .f06__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 1;
}
@media (max-width: 800px) {
  .first #f06 .f06__bg {
    width: 100%;
    height: auto;
    top: initial;
  }
}
.first #f06 h1 {
  text-align: center;
  color: #000;
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #707070;
  margin: 0 auto;
  margin-bottom: 2em;
  padding-bottom: 0.2em;
  position: relative;
  z-index: 9;
  text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.6);
}
.first #f06 p {
  color: #000;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 4em;
  position: relative;
  z-index: 9;
}
.first #f06 .green__link {
  position: relative;
  z-index: 9;
}
.first #f07 {
  background-color: #fff;
  padding-top: 83px;
}
@media (max-width: 800px) {
  .first #f07 {
    padding-top: 43px;
  }
}
.first #f07 section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1200px, 90%);
  height: 723px;
  margin: 0 auto;
}
.first #f07 section .f07__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1100px) {
  .first #f07 section .f07__bg {
    display: none;
  }
}
.first #f07 section div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 2;
}
.first #f07 section div h1, .first #f07 section div p {
  color: #BF925B;
}
.first #f07 section div h1 {
  font-size: clamp(20px, 13.5714285714px + 0.0214285714 * 100vw, 35px);
  text-align: center;
}
.first #f07 section div hr {
  border: none;
  height: 1px;
  width: min(548px, 90%);
  background-color: #BF925B;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
.first #f07 section div p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  width: 60%;
  margin: 0 auto;
  line-height: 2;
}
@media (max-width: 1200px) {
  .first #f07 section div p {
    width: 90%;
  }
}
.first #f08 {
  padding: 63px 0px 113px 0px;
  background: linear-gradient(0deg, rgb(224, 224, 224) 0%, rgb(224, 224, 224) 62%, rgb(255, 255, 255) 100%);
}
.first #f08 section {
  width: min(842px, 90%);
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .first #f08 section {
    aspect-ratio: initial;
  }
}
.first #f08 section .f08__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 1;
}
@media (max-width: 800px) {
  .first #f08 section .f08__bg {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.first #f08 section div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.first #f08 section h1, .first #f08 section hr, .first #f08 section p {
  position: relative;
  z-index: 2;
  color: #000;
}
.first #f08 section h1 {
  font-size: clamp(20px, 13.5714285714px + 0.0214285714 * 100vw, 35px);
  text-align: center;
}
@media (max-width: 800px) {
  .first #f08 section h1 {
    text-shadow: 0px 0px 0.2em #fff;
  }
}
.first #f08 section hr {
  display: block;
  width: min(651px, 90%);
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
.first #f08 section p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-align: center;
  line-height: 2;
}
@media (max-width: 800px) {
  .first #f08 section p {
    text-shadow: 0px 0px 0.2em #fff;
  }
}

.faq-page #b08 {
  padding-bottom: 130px;
}
.faq-page #b08 h3 {
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-shadow: 0px 0px 0.2em rgba(255, 255, 255, 0.6);
  margin-bottom: 3em;
}
.faq-page #b08 section {
  width: 100%;
}
.faq-page #b08 table {
  display: block;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px; /* 線の太さ */
  margin-top: 20px;
}
.faq-page #b08 table tbody {
  display: block;
  width: 100%;
  position: relative;
}
.faq-page #b08 table tr th, .faq-page #b08 table tr td {
  font-size: clamp(10px, 7.4285714286px + 0.0085714286 * 100vw, 16px);
}
.faq-page #b08 table tr th:nth-child(1), .faq-page #b08 table tr td:nth-child(1) {
  width: 27%;
}
.faq-page #b08 table tr th:nth-child(2), .faq-page #b08 table tr td:nth-child(2) {
  width: 46%;
}
.faq-page #b08 table tr th:nth-child(3), .faq-page #b08 table tr td:nth-child(3) {
  width: 27%;
}
.faq-page #b08 table tr th {
  background-color: #5C5C5C;
  padding: 1.3em 1em;
  vertical-align: middle;
  text-align: center;
}
.faq-page #b08 table tr td {
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
  padding: 0.8em 1em;
}
.faq-page #b08 h4 {
  text-align: center;
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
  text-shadow: 0px 0px 0.2em rgba(255, 255, 255, 0.6);
  margin-top: 3em;
  margin-bottom: 1em;
}
.bunner {
  display: block;
  width: min(90%, 564px);
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #c4c4c4;
  box-shadow: 0px 0px 12px #82F8CF;
  cursor: pointer;
}
.bunner .bunner__image {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 12px #82F8CF;
}
.bunner .bunner__spark {
  display: block;
  width: 58%;
}
.bunner .bunner__spark--1 {
  position: absolute;
  top: -56%;
  bottom: initial;
  left: -20%;
  right: initial;
  margin: auto;
}
.bunner .bunner__spark--2 {
  position: absolute;
  top: initial;
  bottom: -52%;
  left: initial;
  right: -20%;
  margin: auto;
}
.bunner .bunner__seria {
  display: block;
  width: 45%;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}
.bunner .bunner__seria--ver02 {
  width: 40%;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: -3%;
  margin: auto;
}
.bunner a {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gradation {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, transparent, rgba(130, 248, 207, 0.5) 50%, transparent);
}

.cta {
  width: 100%;
  position: relative;
  padding: 46px 0px 94px 0px;
}
.cta .s7__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta .bunner {
  margin: 0 auto;
  margin-bottom: 44px;
}
.gold__bt {
  width: min(90%, 292px);
  height: 50px;
  border: solid 1px #fff;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B2A56F;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  background: linear-gradient(0deg, rgb(178, 165, 111) 0%, rgb(224, 210, 151) 50%, rgb(255, 245, 203) 51%, rgb(178, 165, 111) 100%);
}
.gold__bt img {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 2%;
  margin: auto;
}

.line__bt {
  width: min(90%, 292px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06C755;
  height: auto;
  padding: 1em 1.6em;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  font-weight: bold;
  text-shadow: none;
  box-sizing: border-box;
}

.purple__bt {
  width: min(90%, 383px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CB1ECB;
  height: auto;
  padding: 1em 1.6em;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  font-weight: bold;
  text-shadow: none;
  position: relative;
  box-sizing: border-box;
}
.purple__bt--wide {
  width: min(90%, 483px);
  border: solid 1px #fff;
  margin-top: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.purple__bt--wide img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}
.purple__bt--wide2 {
  width: min(90%, 383px);
  border: solid 1px #fff;
  margin-top: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.purple__bt--wide2 img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}
.purple__bt--center {
  margin: 0 auto;
}

.kv__price {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 11;
}
.kv__price--aria {
  z-index: -1;
  padding-top: 10vw;
}
.kv__price section {
  width: min(780px, 90%);
  margin: 0 auto;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 35px 0px !important;
}
.kv__price section h2 {
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px) !important;
  color: #D2B695;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
  padding: 0.3em 2em;
}
.kv__price section h2::after, .kv__price section h2::before {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2px;
  border-radius: 100%;
}
.kv__price section h2::before {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.kv__price section h2::after {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.kv__price section p {
  font-size: clamp(16px, 12.1428571429px + 0.0128571429 * 100vw, 25px);
  font-weight: 100 !important;
  text-align: center;
  margin-top: 0.4em !important;
  margin-bottom: 0px !important;
}
.kv__price section p span {
  font-size: clamp(30px, 21.4285714286px + 0.0285714286 * 100vw, 50px);
}

.title__arrow {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: clamp(20px, 15.2857142857px + 0.0157142857 * 100vw, 31px);
}
.title__arrow img {
  display: block;
  height: 1.2em;
}
@media (max-width: 800px) {
  .title__arrow img {
    height: 0.4em;
  }
}
.title__arrow .b__01--right {
  transform: rotate(180deg);
  transform-origin: center;
}

.common-cv {
  width: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-cv .cv__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.common-cv section {
  width: min(780px, 96%);
  position: relative;
}
.common-cv section div {
  width: min(486px, 65%);
  padding-top: 65px;
  padding-bottom: 40px;
}
@media (max-width: 800px) {
  .common-cv section div {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.common-cv section div h2 {
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
  text-align: center;
}
.common-cv section div .gold__bt {
  width: 100%;
  font-size: clamp(16px, 12.1428571429px + 0.0128571429 * 100vw, 25px);
  height: 80px;
  box-shadow: 0px 0px 25px #fff;
  margin-top: 24px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .common-cv section div .gold__bt {
    height: auto;
    padding: 0.7em 0px;
    margin-top: 14px;
    margin-bottom: 10px;
  }
}
.common-cv section div .gold__bt img {
  width: 24px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}
.common-cv section div p {
  text-align: center;
  font-size: clamp(16px, 7.8571428571px + 0.0271428571 * 100vw, 35px);
}
.common-cv section div p span {
  font-size: clamp(18px, 8.1428571429px + 0.0328571429 * 100vw, 41px);
}
.common-cv section div p strong {
  font-size: clamp(22px, 4px + 0.06 * 100vw, 64px);
  font-weight: 100;
}
.common-cv section div q {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
}
.common-cv section .cv__seria {
  display: block;
  width: min(313px, 40%);
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
  z-index: 2222222;
}

#b08 {
  padding: 103px 0px;
  background-image: linear-gradient(to bottom, #3E3E3E, #000);
}
#b08 .b08__title {
  text-align: center;
  font-size: clamp(22px, 16.8571428571px + 0.0171428571 * 100vw, 34px);
}
#b08 .b08__exp {
  text-align: center;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-shadow: 0px 0px 0.2em #fff;
  margin-bottom: 27px;
  line-height: 2;
}
#b08 ul {
  width: min(730px, 90%);
  margin: 0 auto;
}
#b08 ul li {
  border: solid 2px #D2B695;
  padding: 0px 3%;
  margin-bottom: 14px;
}
#b08 ul li div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
}
#b08 ul li div b {
  display: block;
  width: 2em;
  min-width: 2em;
  color: #D2B695;
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
  text-shadow: 0px 0px 0.2em #fff;
}
#b08 ul li div p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-shadow: 0px 0px 0.2em #fff;
  padding: 1em 0px;
  line-height: 1.7;
}
#b08 ul li div:last-child {
  padding-bottom: 20px;
  border-top: solid 2px #D2B695;
}
#b08 ul li div:last-child .gold__bt, #b08 ul li div:last-child .line__bt {
  margin-top: 20px;
}

#b09 {
  position: relative;
  padding-top: 90px;
}
#b09 .b09__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#b09 section {
  width: min(621px, 90%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 112px;
}
#b09 section h1 {
  font-size: clamp(30px, 18px + 0.04 * 100vw, 58px);
  line-height: 2;
}
#b09 section h1 span {
  display: block;
  font-size: clamp(20px, 11.8571428571px + 0.0271428571 * 100vw, 39px);
  line-height: 1.3 !important;
  margin-bottom: 0.5em;
}
#b09 section hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#b09 section p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  padding-top: 31px;
  line-height: 1.7;
}
#b09 section p b {
  text-shadow: 0px 0px 0.5em rgb(255, 255, 255);
}
#b09 .b09__seria {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: min(472px, 60%);
  z-index: 1;
}
@media (max-width: 800px) {
  #b09 .b09__seria {
    display: none;
  }
}

#b01 {
  position: relative;
  padding-top: 183px;
  padding-bottom: 73px;
  margin-top: -108px;
}
#b01 .b__03 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#b01 section {
  width: 90%;
  margin: 0 auto;
}
#b01 section h1, #b01 section p, #b01 section span {
  text-align: center;
}
#b01 section h1, #b01 section h2, #b01 section h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
#b01 section h1 img, #b01 section h2 img, #b01 section h3 img {
  display: block;
  height: 1.2em;
}
@media (max-width: 800px) {
  #b01 section h1 img, #b01 section h2 img, #b01 section h3 img {
    height: 0.4em;
  }
}
#b01 section h1 .b__01--right, #b01 section h2 .b__01--right, #b01 section h3 .b__01--right {
  transform: rotate(180deg);
  transform-origin: center;
}
#b01 section h1 {
  font-size: clamp(20px, 15.2857142857px + 0.0157142857 * 100vw, 31px);
}
#b01 section h2 {
  font-size: clamp(16px, 12.5714285714px + 0.0114285714 * 100vw, 24px);
  margin-top: 66px;
}
#b01 section h3 {
  font-size: clamp(24px, 18.4285714286px + 0.0185714286 * 100vw, 37px);
  margin-top: 25px;
}
#b01 section p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  line-height: 1.8;
  margin-top: 35px;
}
#b01 section p span {
  text-decoration: underline;
}

.green__link {
  display: block;
  background-image: linear-gradient(to bottom, #10E69C, #00905D);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: solid 2px #fff;
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}
.green__link--ver1 {
  width: min(314px, 90vw);
}
.green__link--ver2 {
  width: min(428px, 90vw);
}
.green__link div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em 0px;
}
.green__link div span {
  text-align: center;
  color: #fff;
  margin-bottom: 0.5em;
}
.green__link div img {
  display: block;
  height: 1em;
  margin: 0 auto;
}

#page-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 208px;
  background: #FFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 800px) {
  #page-top {
    height: 168px;
  }
}
#page-top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#page-top h1 {
  text-align: center;
  font-size: clamp(20px, 13.1428571429px + 0.0228571429 * 100vw, 36px);
  color: #000;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.telling #t01 {
  position: relative;
  padding: 165px 0px 230px 0px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 800px) {
  .telling #t01 {
    padding: 125px 0px 60px 0px;
  }
}
.telling #t01 .t01__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.telling #t01 h1 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  text-align: center;
}
.telling #t01 p {
  text-align: center;
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  line-height: 2.2;
  margin-top: 3em;
  margin-bottom: 7em;
  color: #000;
  text-shadow: 0px 0px 0.2em rgba(255, 255, 255, 0.5);
}
.telling .fade-enter {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.telling .fade-enter-active {
  opacity: 1;
}
.telling .t__question {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 800px) {
  .telling .t__question {
    height: auto;
    min-height: 100vh;
    padding: 40px 0px;
  }
}
.telling .t__question .tq__inner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.telling .t__question .t__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.telling .t__question h1, .telling .t__question h2, .telling .t__question p {
  text-align: center;
}
.telling .t__question h1 {
  font-size: clamp(20px, 1.1428571429px + 0.0628571429 * 100vw, 64px);
}
.telling .t__question h2 {
  font-size: clamp(16px, 8.7142857143px + 0.0242857143 * 100vw, 33px);
}
.telling .t__question nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .telling .t__question nav {
    flex-wrap: wrap;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.telling .t__question nav .t__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 236px;
  aspect-ratio: 1/1;
  background-color: rgba(2, 2, 2, 0.4);
  border: solid 1px #fff;
  border-radius: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 800px) {
  .telling .t__question nav .t__button {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.telling .t__question nav .t__button:hover {
  box-shadow: 0px 0px 10px #fff;
  transition: all 0.3s;
  background-color: rgba(2, 2, 2, 0.8);
}
.telling .t__question nav .t__button p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-shadow: 0px 0px 0.2em #fff;
}
.telling .t__question nav .t__button img {
  position: absolute;
  top: initial;
  bottom: 8%;
  left: 0px;
  right: 0px;
  margin: auto;
}
.telling .t__answer {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .telling .t__answer {
    min-height: 100vh;
    height: auto;
  }
}
.telling .t__answer .t__abg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.telling .t__answer .ta__inner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.telling .t__answer h1 span {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 1em;
  margin-bottom: 0.2em;
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
}
.telling .t__answer h1 span::after {
  content: "";
  display: block;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 2px;
  border-radius: 100%;
  background-color: #fff;
}
.telling .t__answer section {
  position: relative;
  width: min(854px, 90%) !important;
  margin: 0 auto;
  padding: 72px 0px;
  margin: 85px auto 85px auto;
}
@media (max-width: 800px) {
  .telling .t__answer section {
    margin: 45px auto 45px auto;
    padding: 42px 0px;
  }
}
.telling .t__answer section p {
  font-size: clamp(16px, 8.2857142857px + 0.0257142857 * 100vw, 34px);
  text-align: center;
  line-height: 1.8;
}
.telling .t__answer section p span {
  font-size: clamp(18px, 9.4285714286px + 0.0285714286 * 100vw, 38px);
  font-weight: bold;
}
.telling .t__answer section img {
  display: block;
  position: absolute;
}
@media (max-width: 800px) {
  .telling .t__answer section img {
    width: 70px;
  }
}
.telling .t__answer section img:nth-child(1) {
  top: 0px;
  left: 0px;
}
.telling .t__answer section img:nth-child(2) {
  top: 0px;
  right: 0px;
  transform: rotate(90deg);
}
.telling .t__answer section img:nth-child(3) {
  bottom: 0px;
  right: 0px;
  transform: rotate(180deg);
}
.telling .t__answer section img:nth-child(4) {
  bottom: 0px;
  left: 0px;
  transform: rotate(270deg);
}

.free-consultation {
  color: #000 !important;
}
.free-consultation #fc01 {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  position: relative;
}
.free-consultation #fc01 .fc01__celia {
  width: 36%;
  max-height: 765px;
  -o-object-position: right;
     object-position: right;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .free-consultation #fc01 .fc01__celia {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: initial;
    margin: auto;
    height: 100%;
    width: auto;
    z-index: 0;
  }
}
.free-consultation #fc01 section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 40px 0px;
  box-sizing: border-box;
  margin-left: 10%;
}
@media (max-width: 800px) {
  .free-consultation #fc01 section {
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 30px 5%;
  }
}
.free-consultation #fc01 section div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.free-consultation #fc01 section div h1, .free-consultation #fc01 section div p {
  text-align: center;
}
@media (max-width: 800px) {
  .free-consultation #fc01 section div h1, .free-consultation #fc01 section div p {
    text-shadow: 0px 0px 0.2em #fff;
  }
}
.free-consultation #fc01 section div h1 {
  font-size: clamp(18px, 12px + 0.02 * 100vw, 32px);
  color: #676767;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  .free-consultation #fc01 section div h1 {
    color: #000;
  }
}
.free-consultation #fc01 section div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
}
.free-consultation #fc02 {
  position: relative;
  padding: 105px 0px 78px 0px;
}
@media (max-width: 800px) {
  .free-consultation #fc02 {
    padding: 40px 0px 40px 0px;
  }
}
.free-consultation #fc02 .fc02__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: -1;
}
.free-consultation #fc02 h1, .free-consultation #fc02 .fc02__p01 {
  text-align: center;
}
.free-consultation #fc02 h1 {
  font-size: clamp(18px, 10.2857142857px + 0.0257142857 * 100vw, 36px);
}
.free-consultation #fc02 h1 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  background: none;
  box-shadow: inset 0 -0.5em 0 #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0px 1em;
}
.free-consultation #fc02 .fc02__p01 {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  line-height: 2.1;
  margin-top: 2em;
  margin-bottom: 3em;
}
.free-consultation #fc02 section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 800px) {
  .free-consultation #fc02 section {
    flex-wrap: wrap-reverse;
    padding: 30px 0px 0px 0px;
  }
}
.free-consultation #fc02 section article {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 40px 0px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .free-consultation #fc02 section article {
    width: 90%;
    padding: 20px 0px;
  }
}
.free-consultation #fc02 section article div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.free-consultation #fc02 section article div h2 {
  color: #007055;
  font-size: clamp(18px, 14.5714285714px + 0.0114285714 * 100vw, 26px);
  padding-left: 30%;
}
@media (max-width: 1000px) {
  .free-consultation #fc02 section article div h2 {
    padding-left: 5%;
  }
}
@media (max-width: 800px) {
  .free-consultation #fc02 section article div h2 {
    padding-left: 0%;
  }
}
.free-consultation #fc02 section article div hr {
  width: 100%;
  height: 1px;
  background-color: #707070;
  border: none;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
.free-consultation #fc02 section article div .fc02__p02 {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  padding-left: 30%;
  line-height: 2;
  padding-right: 5%;
}
@media (max-width: 1000px) {
  .free-consultation #fc02 section article div .fc02__p02 {
    padding-left: 5%;
    padding-right: 0%;
  }
}
@media (max-width: 800px) {
  .free-consultation #fc02 section article div .fc02__p02 {
    padding-left: 0%;
  }
}
.free-consultation #fc02 section img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .free-consultation #fc02 section img {
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 800px) {
  .free-consultation #fc02 section img {
    width: 90%;
  }
}
.free-consultation #fc03 {
  padding: 63px 0px 110px 0px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .free-consultation #fc03 {
    padding: 40px 0px 40px 0px;
  }
}
.free-consultation #fc03 section {
  width: min(792px, 90%);
  margin: 0 auto;
  border: solid 2px #06D88F;
  position: relative;
  padding: 55px 0px;
}
.free-consultation #fc03 section h1 {
  text-align: center;
  color: #007055;
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
  margin-bottom: 1em;
}
.free-consultation #fc03 section div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  border-bottom: solid 1px #B5B5B5;
  width: min(607px, 80%);
  margin: 0 auto;
  text-align: center;
  padding: 1em 0px;
}
.free-consultation #fc03 section div p:first-child {
  border-top: solid 1px #B5B5B5;
}
.free-consultation #fc03 section .fc03__ceria {
  display: block;
  width: 57px;
}
.free-consultation #fc03 section .fc03__ceria--01 {
  position: absolute;
  top: 6px;
  bottom: initlal;
  left: 6px;
  right: initial;
  margin: auto;
}
.free-consultation #fc03 section .fc03__ceria--02 {
  position: absolute;
  top: 6px;
  bottom: initlal;
  left: initial;
  right: 6px;
  margin: auto;
  transform: rotate(90deg);
}
.free-consultation #fc03 section .fc03__ceria--03 {
  position: absolute;
  top: initial;
  bottom: 6px;
  left: initial;
  right: 6px;
  margin: auto;
  transform: rotate(180deg);
}
.free-consultation #fc03 section .fc03__ceria--04 {
  position: absolute;
  top: initial;
  bottom: 6px;
  left: 6px;
  right: initial;
  margin: auto;
  transform: rotate(270deg);
}
.free-consultation #fc04 {
  position: relative;
  padding: 77px 0px;
}
@media (max-width: 800px) {
  .free-consultation #fc04 {
    padding: 40px 0px 40px 0px;
  }
}
.free-consultation #fc04 .fc04__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.free-consultation #fc04 h1 {
  text-align: center;
  font-size: clamp(24px, 17.5714285714px + 0.0214285714 * 100vw, 39px);
  text-shadow: 0px 0px 0.2em #8D8D8D;
  margin-bottom: 1em;
}
.free-consultation #fc04 h2 span {
  display: block;
  margin: 0 auto;
  width: min(836px, 90%);
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  margin-bottom: 1em;
  padding: 0.7em 0px;
  text-shadow: 0px 0px 0.2em #fff;
  text-align: center;
  background-image: linear-gradient(to right, rgba(210, 182, 149, 0), #D4B999, #D5BB9C, #D4B999, rgba(210, 182, 149, 0));
}
.free-consultation #fc05 {
  background: #fff;
  padding: 49px 0px 84px 0px;
}

.akashic-intelligence #ai01 {
  width: 1;
  position: relative;
  padding: 264px 0px 100px 0px;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai01 {
    padding: 100px 0px 100px 0px;
  }
}
.akashic-intelligence #ai01 .ai01__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.akashic-intelligence #ai01 h1 {
  display: block;
  font-size: clamp(20px, 7.5714285714px + 0.0414285714 * 100vw, 49px);
  text-align: center;
  margin: 0 auto;
  width: min(780px, 90%);
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.2em;
  padding: 0.3em 0px;
}
.akashic-intelligence #ai01 h2 {
  font-size: clamp(16px, 11.2857142857px + 0.0157142857 * 100vw, 27px);
  text-align: center;
  margin: 0 auto;
  width: min(780px, 90%);
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5em 0px;
  margin-bottom: 3em;
}
.akashic-intelligence #ai01 p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  text-align: center;
  line-height: 1.5;
  text-shadow: 0px 0px 0.2em #fff;
}
.akashic-intelligence #ai02 {
  position: relative;
}
.akashic-intelligence #ai02 .ai02__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai02 section {
  width: min(640px, 90%);
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.72);
  padding: 60px 0px 125px 0px;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai02 section {
    padding: 60px 0px 60px 0px;
  }
}
.akashic-intelligence #ai02 section .ai02__part {
  width: min(380px, 90%);
  margin: 0 auto;
}
.akashic-intelligence #ai02 section h1, .akashic-intelligence #ai02 section p {
  text-align: center;
}
.akashic-intelligence #ai02 section h1 {
  display: block;
  font-size: clamp(16px, 9.5714285714px + 0.0214285714 * 100vw, 31px);
  margin: 1.4em 0px 1.3em 0px;
}
.akashic-intelligence #ai02 section p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  line-height: 1.7;
}
.akashic-intelligence #ai03 {
  position: relative;
  padding: 100px 0px 120px 0px;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai03 {
    padding: 60px 0px 60px 0px;
  }
}
.akashic-intelligence #ai03 .ai03__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai03 h1 {
  font-size: clamp(20px, 15.2857142857px + 0.0157142857 * 100vw, 31px);
  text-align: center;
  margin-bottom: 1.3em;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai03 h1 {
    margin-bottom: 2em;
  }
}
.akashic-intelligence #ai03 .ai03__txt {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  margin-bottom: 50px;
}
.akashic-intelligence #ai03 .ai03__txt u, .akashic-intelligence #ai03 .ai03__txt b {
  font-weight: bold;
}
.akashic-intelligence #ai03 section {
  width: min(806px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai03 section {
    display: block;
  }
}
.akashic-intelligence #ai03 section article {
  width: min(376px, 90%);
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 48px #fff;
  border: solid 1px #fff;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai03 section article {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.akashic-intelligence #ai03 section article:first-child {
  margin: 0 auto;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: -50px;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai03 section article:first-child {
    margin: 0 auto;
    margin-bottom: 0px;
  }
}
.akashic-intelligence #ai03 section article div {
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
}
.akashic-intelligence #ai03 section article div h2 {
  font-size: clamp(16px, 12.5714285714px + 0.0114285714 * 100vw, 24px);
  text-align: center;
  color: #82F8CF;
  text-shadow: 0px 0px 0.2em #fff;
  margin-bottom: 0.3em;
}
.akashic-intelligence #ai03 section article div h2 span {
  display: block;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  color: #fff;
  margin-bottom: 1em;
}
.akashic-intelligence #ai03 section article div h3 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-align: center;
  padding: 0.7em 0px;
  border-top: solid 1px #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}
.akashic-intelligence #ai03 section article div p {
  font-size: clamp(12px, 10.2857142857px + 0.0057142857 * 100vw, 16px);
  text-align: center;
  line-height: 1.7;
}
.akashic-intelligence #ai04 {
  position: relative;
}
.akashic-intelligence #ai04 .ai04__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai04 section {
  width: min(640px, 90%);
  margin: 0 auto;
  padding: 90px 0px 100px 0px;
  background-color: rgba(0, 0, 0, 0.72);
}
.akashic-intelligence #ai04 section h1 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  text-align: center;
  margin-bottom: 1.3em;
}
.akashic-intelligence #ai04 section p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  line-height: 1.8;
}
.akashic-intelligence #ai04 section p span {
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
}
.akashic-intelligence #ai04 section table {
  display: block;
  width: 90%;
  border-collapse: separate;
  border-spacing: 2px; /* 線の太さ */
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.akashic-intelligence #ai04 section table tbody {
  display: block;
  width: 100%;
  position: relative;
}
.akashic-intelligence #ai04 section table tr th, .akashic-intelligence #ai04 section table tr td {
  font-size: clamp(10px, 7.4285714286px + 0.0085714286 * 100vw, 16px);
}
.akashic-intelligence #ai04 section table tr th:nth-child(1), .akashic-intelligence #ai04 section table tr td:nth-child(1) {
  width: 28%;
}
.akashic-intelligence #ai04 section table tr th:nth-child(2), .akashic-intelligence #ai04 section table tr td:nth-child(2) {
  width: 26%;
}
.akashic-intelligence #ai04 section table tr th:nth-child(3), .akashic-intelligence #ai04 section table tr td:nth-child(3) {
  width: 27%;
  width: 46%;
}
.akashic-intelligence #ai04 section table tr th {
  background-color: #5C5C5C;
  padding: 1.3em 1em;
  vertical-align: middle;
  text-align: center;
}
.akashic-intelligence #ai04 section table tr td {
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
  padding: 0.8em 1em;
}
.akashic-intelligence #ai05 {
  position: relative;
  padding: 95px 0px;
}
.akashic-intelligence #ai05 .ai05__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai05 h1, .akashic-intelligence #ai05 p {
  text-align: center;
}
.akashic-intelligence #ai05 h1 {
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
}
.akashic-intelligence #ai05 p {
  margin-top: 2em;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  line-height: 1.8;
}
.akashic-intelligence #ai06 {
  position: relative;
  padding: 100px 0px;
}
.akashic-intelligence #ai06 .ai06__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai06 h1 {
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
  text-align: center;
  margin-bottom: 2em;
}
.akashic-intelligence #ai06 table {
  display: block;
  width: min(627px, 90%);
  border-collapse: separate;
  border-spacing: 2px; /* 線の太さ */
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.akashic-intelligence #ai06 table tbody {
  display: block;
  width: 100%;
  position: relative;
}
.akashic-intelligence #ai06 table tr th, .akashic-intelligence #ai06 table tr td {
  font-size: clamp(10px, 7.4285714286px + 0.0085714286 * 100vw, 16px);
}
.akashic-intelligence #ai06 table tr th:nth-child(1), .akashic-intelligence #ai06 table tr td:nth-child(1) {
  width: 28%;
}
.akashic-intelligence #ai06 table tr th:nth-child(2), .akashic-intelligence #ai06 table tr td:nth-child(2) {
  width: 26%;
}
.akashic-intelligence #ai06 table tr th:nth-child(3), .akashic-intelligence #ai06 table tr td:nth-child(3) {
  width: 27%;
  width: 46%;
}
.akashic-intelligence #ai06 table tr th {
  background-color: #5C5C5C;
  padding: 1.3em 1em;
  vertical-align: middle;
  text-align: center;
}
.akashic-intelligence #ai06 table tr td {
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
  padding: 0.8em 1em;
}
.akashic-intelligence #ai07 {
  position: relative;
}
.akashic-intelligence #ai07 .ai07__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai07 section {
  width: min(640px, 90%);
  margin: 0 auto;
  padding: 90px 0px 100px 0px;
  background-color: rgba(0, 0, 0, 0.72);
}
.akashic-intelligence #ai07 section h1 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  text-align: center;
  margin-bottom: 1.3em;
}
.akashic-intelligence #ai07 section p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  line-height: 1.8;
}
.akashic-intelligence #ai08 {
  position: relative;
  padding-top: 95px;
}
.akashic-intelligence #ai08 .ai08__part {
  display: block;
  width: min(219px, 90%);
  margin: 0 auto;
}
.akashic-intelligence #ai08 h1, .akashic-intelligence #ai08 p {
  text-align: center;
}
.akashic-intelligence #ai08 h1 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  margin-top: 1.4em;
}
.akashic-intelligence #ai08 p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 3em;
}
.akashic-intelligence #ai08 article {
  width: min(780px, 90%);
  margin: 0 auto;
  padding: 90px 0px 75px 0px;
  position: relative;
  margin-top: 40px;
  border: solid 1px #fff;
  position: relative;
  z-index: 1;
}
.akashic-intelligence #ai08 article .ai08__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai08 article h2 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  text-align: center;
  margin-top: 1.4em;
}
.akashic-intelligence #ai08 article hr {
  width: min(434px, 90%);
  margin: 0 auto;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  border: none;
  border-top: solid 1px #fff;
}
.akashic-intelligence #ai08 article h3 {
  font-size: clamp(14px, 11px + 0.01 * 100vw, 21px);
  text-align: center;
}
@media (max-width: 800px) {
  .akashic-intelligence #ai08 article .green__link {
    width: 90%;
  }
}
.akashic-intelligence #ai09 {
  position: relative;
  padding: 230px 0px 100px 0px;
  margin-top: -130px;
  z-index: -1;
}
.akashic-intelligence #ai09 .ai09__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai09 p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 3em;
}
.akashic-intelligence #ai09 .ai09__part {
  width: min(219px, 90%);
  margin: 0 auto;
}
.akashic-intelligence #ai010 {
  position: relative;
}
.akashic-intelligence #ai010 section {
  width: min(640px, 90%);
  margin: 0 auto;
  padding: 90px 0px 100px 0px;
  background-color: rgba(0, 0, 0, 0.72);
}
.akashic-intelligence #ai010 section h1 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  text-align: center;
  margin-bottom: 1.3em;
}
.akashic-intelligence #ai010 section p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  line-height: 3.2;
}
.akashic-intelligence #ai011 {
  position: relative;
}
.akashic-intelligence #ai011 .ai011__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.akashic-intelligence #ai011 section {
  width: min(640px, 90%);
  margin: 0 auto;
  padding: 90px 0px 180px 0px;
}
.akashic-intelligence #ai011 section h1 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  text-align: center;
  margin-bottom: 1.3em;
}
.akashic-intelligence #ai011 section p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  line-height: 1.8;
}

.contact {
  color: #000;
}
.contact #co01 {
  position: relative;
  padding: 105px 0px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .contact #co01 {
    padding: 40px 0px;
  }
}
.contact #co01 .co01__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: intitial;
  right: 0px;
  margin: auto;
  z-index: 0;
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.contact #co01 div {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 10%;
}
@media (max-width: 800px) {
  .contact #co01 div {
    padding-left: 0%;
    margin: 0 auto;
    width: 90%;
  }
}
.contact #co01 div h1, .contact #co01 div p {
  text-align: center;
}
.contact #co01 div h1 {
  font-size: clamp(18px, 12px + 0.02 * 100vw, 32px);
  margin-bottom: 1em;
  color: #676767;
}
.contact #co01 div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  line-height: 2.1;
}
.contact #co02 {
  position: relative;
  padding: 100px 0px;
}
@media (max-width: 800px) {
  .contact #co02 {
    padding: 40px 0px;
  }
}
.contact #co02 .co02__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.contact #co02 h1 {
  position: relative;
  display: block;
  font-size: clamp(20px, 13.1428571429px + 0.0228571429 * 100vw, 36px);
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 1em;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  background: none;
  box-shadow: inset 0 -0.5em 0 #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.contact #co02 .co02__p01 {
  text-align: center;
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  line-height: 2.3;
  margin-bottom: 4em;
  text-shadow: 0px 0px 0.2em #fff;
}
.contact #co02 section {
  width: min(767px, 90%);
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .contact #co02 section {
    border-radius: 0%;
    aspect-ratio: auto;
    padding: 30px 0px;
    margin-top: 30px;
  }
}
.contact #co02 section div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact #co02 section div h2 {
  font-size: clamp(20px, 14.8571428571px + 0.0171428571 * 100vw, 32px);
  text-align: center;
}
.contact #co02 section div hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background-color: #707070;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
@media (max-width: 800px) {
  .contact #co02 section div hr {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
  }
}
.contact #co02 section div .co02__p02 {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  text-align: center;
  line-height: 1.7;
}
.contact #co02 section div .co02__p02--small {
  font-size: clamp(12px, 9.4285714286px + 0.0085714286 * 100vw, 18px);
}
.contact #co03 {
  position: relative;
  background-color: #fff;
  padding: 117px 0px 89px 0px;
}
@media (max-width: 800px) {
  .contact #co03 {
    padding: 40px 0px;
  }
}
.contact #co03 .co03__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 1;
}
.contact #co03 h1 {
  font-size: clamp(18px, 12.8571428571px + 0.0171428571 * 100vw, 30px);
  text-align: center;
  border-bottom: solid 1px #000;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.contact #co03 p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  text-align: center;
  line-height: 2;
  text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.6);
}
.contact #co04 {
  position: relative;
  padding: 105px 0px;
}
@media (max-width: 800px) {
  .contact #co04 {
    padding: 40px 0px;
  }
}
.contact #co04 .co04__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: -1;
}
.contact #co04 h1 {
  text-align: center;
  font-size: clamp(18px, 13.7142857143px + 0.0142857143 * 100vw, 28px);
  color: #fff;
  margin-bottom: 2em;
}
.contact #co04 input, .contact #co04 textarea, .contact #co04 .co04__select {
  display: block;
  width: min(434px, 90%);
  margin: 0 auto;
  border-radius: 4px;
  border: solid 1px #707070;
  padding: 1em 0.5em;
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  box-sizing: border-box;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-family: "Shippori Mincho", serif;
  border: solid 1px #707070;
  background-color: #fff;
}
.contact #co04 input::-moz-placeholder, .contact #co04 textarea::-moz-placeholder, .contact #co04 .co04__select::-moz-placeholder {
  color: #707070;
}
.contact #co04 input::placeholder, .contact #co04 textarea::placeholder, .contact #co04 .co04__select::placeholder {
  color: #707070;
}
.contact #co04 input, .contact #co04 .co04__select {
  height: 46px;
}
.contact #co04 .co04__select {
  position: relative;
  display: block;
  padding: 0px;
  border-radius: 4px;
  border: solid 1px #707070;
  overflow: hidden;
}
.contact #co04 .co04__select select {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding-left: 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
  font-size: 1em;
  color: #333;
  cursor: pointer;
  border: none;
  font-family: "Shippori Mincho", serif;
}
.contact #co04 .co04__select::after {
  content: "▼";
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #666;
  pointer-events: none;
}
.contact #co04 textarea {
  height: 185px;
}
.contact #co04 button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(100%, 292px);
  margin: 0 auto;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #fff;
  box-shadow: 0px 0px 16px #fff;
  margin: 0 auto;
  background: linear-gradient(180deg, #D2B695 0%, #D2B695 50%, #B7A187 50%, #B7A187 100%);
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 41px;
}
.contact #co04 button img {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}
.contact #co04 .co04__confirm {
  position: relative;
  width: min(100%, 434px);
  margin: 0 auto;
}
.contact #co04 .co04__confirm h2, .contact #co04 .co04__confirm p {
  color: #fff;
}
.contact #co04 .co04__confirm h2 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 0.3em;
}
.contact #co04 .co04__confirm p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
.contact #co04 .co04__confirm p strong {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}
.contact #co04 .co04__done p {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
.contact #co05 {
  background-color: #fff;
  padding: 80px 0px 128px 0px;
}
.contact #co05 .co05__part {
  display: block;
  margin: 0 auto;
  width: min(320px, 40%);
}
.contact #co05 .co05__part--2 {
  transform: rotate(180deg);
}
.contact #co05 h2, .contact #co05 p {
  color: #D39D6C;
  text-align: center;
}
.contact #co05 h2 {
  font-size: clamp(20px, 13.5714285714px + 0.0214285714 * 100vw, 35px);
  margin-top: 1em;
}
.contact #co05 p {
  font-size: clamp(12px, 9.4285714286px + 0.0085714286 * 100vw, 18px);
  margin-top: 0.2em;
  margin-bottom: 2em;
}

.visionary #v01 {
  position: relative;
  padding: 260px 0px 135px 0px;
}
@media (max-width: 800px) {
  .visionary #v01 {
    padding: 90px 0px 90px 0px;
  }
}
.visionary #v01 .v01__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.visionary #v01 h1, .visionary #v01 h2, .visionary #v01 h3, .visionary #v01 p {
  text-align: center;
}
.visionary #v01 h1 {
  color: #12774A;
  font-size: clamp(14px, 5.4285714286px + 0.0285714286 * 100vw, 34px);
}
.visionary #v01 h2 {
  font-size: clamp(18px, 6px + 0.04 * 100vw, 46px);
  text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.8);
  margin-top: 1em;
  margin-bottom: 0, 5em;
}
.visionary #v01 .v01__txt {
  display: block;
  width: min(1115px, 90%);
  margin: 0 auto;
}
.visionary #v01 h3 {
  font-size: clamp(20px, 14px + 0.02 * 100vw, 34px);
  color: #004626;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3em;
}
.visionary #v01 h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  box-shadow: 0px 0px 20px white;
  z-index: -1;
}
.visionary #v01 p {
  font-size: clamp(16px, 13.4285714286px + 0.0085714286 * 100vw, 22px);
  color: #000;
  margin-top: 2em;
  line-height: 2;
}
.visionary #v02 {
  position: relative;
  padding: 130px 0px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .visionary #v02 {
    padding: 70px 0px;
  }
}
.visionary #v02 .v02__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 1;
}
.visionary #v02 section {
  width: min(750px, 90%);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 130px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.visionary #v02 section h1 {
  font-size: clamp(24px, 15.4285714286px + 0.0285714286 * 100vw, 44px);
  text-align: center;
  text-shadow: 0px 0px 0.2em #006542;
  color: #000;
  transform: translateY(-0.8em);
}
.visionary #v02 section p {
  margin-top: 1.3em;
  color: #000;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(16px, 12.5714285714px + 0.0114285714 * 100vw, 24px);
}
.visionary #v03 {
  background-color: #fff;
  padding: 40px 0px 120px 0px;
}
@media (max-width: 800px) {
  .visionary #v03 {
    padding: 70px 0px;
  }
}
.visionary #v03 .v03__arrow {
  display: block;
  margin: 0 auto;
}
.visionary #v03 h1 {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #505050;
  border-bottom: solid 1px #505050;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(24px, 19.2857142857px + 0.0157142857 * 100vw, 35px);
  text-shadow: 0px 0px 0.2em #908D8D;
  margin-top: 1em;
  margin-bottom: 2em;
}
.visionary #v03 section {
  width: min(780px, 90%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 43px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .visionary #v03 section {
    display: block;
  }
}
.visionary #v03 section article {
  width: 47%;
  height: auto;
  aspect-ratio: 386/308;
  border: solid 1px #D4BA9A;
  position: relative;
  max-width: 370px;
}
@media (max-width: 800px) {
  .visionary #v03 section article {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.visionary #v03 section article img {
  display: block;
  width: 98%;
  height: 97%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.visionary #v03 section article div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 85%;
  height: 82%;
  background-color: rgba(255, 255, 255, 0.8);
}
.visionary #v03 section article div h2, .visionary #v03 section article div p {
  text-align: center;
  color: #000;
  width: 80%;
  margin: 0 auto;
}
.visionary #v03 section article div h2 {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  margin-top: 1em;
  margin-bottom: 1em;
}
.visionary #v03 section article div hr {
  display: block;
  margin: 0 auto;
  width: 80%;
  background-color: #707070;
  height: 1px;
  border: none;
}
.visionary #v03 section article div p {
  display: block;
  font-size: clamp(14px, 10.5714285714px + 0.0114285714 * 100vw, 22px);
  margin-top: 1em;
  color: #505050;
}
.visionary #v03 .v03__txt {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  text-align: center;
  color: #000;
  line-height: 1.8;
  margin-top: 2em;
}
.visionary #v04 {
  position: relative;
  padding: 87px 0px 114px 0px;
}
.visionary #v04 .V04__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.visionary #v04 h1 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(24px, 21px + 0.01 * 100vw, 31px);
  color: #000;
  position: relative;
}
.visionary #v04 h1::after {
  display: block;
  content: "";
  width: 110%;
  height: 0.25em;
  position: absolute;
  top: initial;
  bottom: 0.1em;
  left: -5%;
  right: -5%;
  margin: auto;
  background-color: #fff;
}
.visionary #v04 p {
  text-align: center;
  font-size: clamp(16px, 13.4285714286px + 0.0085714286 * 100vw, 22px);
  color: #000;
  margin-top: 2.5em;
  line-height: 2;
}
.visionary #v04 table {
  width: min(690px, 90%);
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
  margin-top: 2em;
}
.visionary #v04 table th, .visionary #v04 table td {
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
.visionary #v04 table th {
  background-color: #5C5C5C;
  height: 66px;
}
.visionary #v04 table td {
  background-color: #fff;
  color: #000;
  min-height: 66px;
  padding: 0.8em 0.3em;
}
.visionary #v05 {
  position: relative;
  background-color: #fff;
  padding: 200px 0px;
}
@media (max-width: 800px) {
  .visionary #v05 {
    padding: 70px 0px;
  }
}
.visionary #v05 .v05__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: 1;
}
.visionary #v05 h1, .visionary #v05 p {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
}
.visionary #v05 h1 {
  font-size: clamp(24px, 15.4285714286px + 0.0285714286 * 100vw, 44px);
  text-shadow: 0px 0px 0.2em #12774A;
}
.visionary #v05 p {
  font-size: clamp(16px, 12.5714285714px + 0.0114285714 * 100vw, 24px);
  margin-top: 2em;
  line-height: 1.8;
}
.visionary #v06 {
  position: relative;
  background-color: #fff;
  padding: 70px 0px 110px 0px;
}
@media (max-width: 800px) {
  .visionary #v06 {
    padding: 50px 0px 50px 0px;
  }
}
.visionary #v06 div {
  width: min(719px, 90%);
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.visionary #v06 div img {
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.visionary #v06 div h1 {
  font-size: clamp(20px, 13.1428571429px + 0.0228571429 * 100vw, 36px);
  text-align: center;
  position: relative;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 160px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (max-width: 800px) {
  .visionary #v06 div h1 {
    margin-top: 20%;
  }
}
.visionary #v06 div h1::after {
  display: block;
  content: "";
  width: 110%;
  height: 0.5em;
  position: absolute;
  top: initial;
  bottom: 0.1em;
  left: -5%;
  right: -5%;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}
.visionary #v06 div p {
  text-align: center;
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  color: #000;
  margin-top: 1.6em;
  line-height: 3.5;
}
@media (max-width: 800px) {
  .visionary #v06 div p {
    line-height: 2;
  }
}
.visionary #v07 {
  position: relative;
  padding: 190px 0px 95px 0px;
}
@media (max-width: 800px) {
  .visionary #v07 {
    padding: 70PX 0PX;
  }
}
.visionary #v07 .v07__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.visionary #v07 section {
  width: min(780px, 90%);
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 1.2%;
  box-sizing: border-box;
}
.visionary #v07 section .v07__inner {
  border: solid 2px #06D88F;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0px 78px 0px;
}
@media (max-width: 800px) {
  .visionary #v07 section .v07__inner {
    padding: 25px 0px 40px 0px;
  }
}
.visionary #v07 section .v07__inner .fc03__ceria {
  display: block;
  width: 57px;
}
.visionary #v07 section .v07__inner .fc03__ceria--01 {
  position: absolute;
  top: 6px;
  bottom: initlal;
  left: 6px;
  right: initial;
  margin: auto;
}
.visionary #v07 section .v07__inner .fc03__ceria--02 {
  position: absolute;
  top: 6px;
  bottom: initlal;
  left: initial;
  right: 6px;
  margin: auto;
  transform: rotate(90deg);
}
.visionary #v07 section .v07__inner .fc03__ceria--03 {
  position: absolute;
  top: initial;
  bottom: 6px;
  left: initial;
  right: 6px;
  margin: auto;
  transform: rotate(180deg);
}
.visionary #v07 section .v07__inner .fc03__ceria--04 {
  position: absolute;
  top: initial;
  bottom: 6px;
  left: 6px;
  right: initial;
  margin: auto;
  transform: rotate(270deg);
}
.visionary #v07 section .v07__inner h1 {
  text-align: center;
  color: #007055;
  font-size: clamp(18px, 13.7142857143px + 0.0142857143 * 100vw, 28px);
  margin-bottom: 0.8em;
}
.visionary #v07 section .v07__inner hr {
  background-color: #B5B5B5;
  height: 1px;
  border: none;
  width: 80%;
  margin: 0 auto;
}
.visionary #v07 section .v07__inner p {
  display: block;
  font-size: clamp(16px, 13.8571428571px + 0.0071428571 * 100vw, 21px);
  text-align: center;
  color: #000;
  margin: 1.2em 0px 4em 0px;
}
@media (max-width: 800px) {
  .visionary #v07 section .v07__inner p {
    margin: 1.2em 0px 1em 0px;
  }
}
.visionary #v07 section .v07__inner .v07__cvbt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
@media (max-width: 800px) {
  .visionary #v07 section .v07__inner .v07__cvbt {
    display: block;
  }
}
.visionary #v07 section .v07__inner .v07__cvbt .green__link {
  width: 290px;
  margin: initial;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .visionary #v07 section .v07__inner .v07__cvbt .green__link {
    width: min(90%, 290px);
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.visionary #v07 section .v07__inner .v07__cvbt .cv__spline {
  display: block;
  width: 290px;
  height: 56px;
  border-radius: 4px;
  background-color: #06C755;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  font-weight: 400;
  text-shadow: 0px 0px 9px #fff;
}
@media (max-width: 800px) {
  .visionary #v07 section .v07__inner .v07__cvbt .cv__spline {
    width: min(90%, 290px);
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */