@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body * {
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

ol,
li {
  list-style-type: none;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  text-align: justify;
}

body * {
  box-sizing: border-box;
}

.btn {
  transition: filter 0.3s;
}

.btn:hover {
  filter: brightness(110%);
  transition: filter 0.3s;
}

@media screen and (min-width: 1080px) {
  .sp:not(:root) {
    display: none !important;
  }
}

@media screen and (max-width: 1079px) {
  .pc:not(:root) {
    display: none !important;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 1080px) {
  .outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.green {
  color: #128262;
}

.orange {
  color: #FB9333;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .wrapper {
    width: 1920px;
    min-width: 1920px;
    margin: 0 auto;
  }
}

.bold {
  font-weight: bold;
}

.green {
  color: #128262;
}

.blue {
  color: #1450AA;
}

.red {
  color: #BC1006;
}

.yellow {
  color: #F7D72F;
}

@media screen and (min-width: 1080px) {
  .dot-text {
    padding-top: 0.4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em 0.6em;
    background-image: radial-gradient(0.1em 0.1em at center center, #EB5505, #EB5505 100%, transparent);
  }
}

.adlpC-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 99;
}
@media screen and (max-width: 1079px) {
  .adlpC-header {
    height: 10.6666666667vw;
  }
}
.adlpC-header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
.adlpC-header_logo {
  flex: 0 0 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_logo {
    flex: 0 0 33.3333333333vw;
    padding: 0;
    margin: 0 0 0 5.3333333333vw;
  }
}
.adlpC-header_logo img {
  width: 100%;
}
.adlpC-header_btns {
  flex: 0 0 345px;
  display: flex;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_btns {
    flex: 0 0 57.3333333333vw;
  }
}
.adlpC-header_btnWrapper-1 {
  flex: 0 0 255px;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_btnWrapper-1 {
    flex: 0 0 45.3333333333vw;
  }
}
.adlpC-header_btnWrapper-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #2CA6E0;
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_btnWrapper-1 a {
    height: 10.6666666667vw;
  }
}
.adlpC-header_btnWrapper-1 a .icon {
  width: 40px;
  height: 40px;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_btnWrapper-1 a .icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.adlpC-header_btnWrapper-1 a .inner .main {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_btnWrapper-1 a .inner .main {
    font-size: 3.2vw;
  }
}
.adlpC-header_btnWrapper-1 a .inner .sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_btnWrapper-1 a .inner .sub {
    font-size: 2.4vw;
    text-align: center;
  }
}
.adlpC-header_btnWrapper-2 {
  flex: 0 0 90px;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_btnWrapper-2 {
    flex: 0 0 12vw;
  }
}
.adlpC-header_switch {
  width: 90px;
  height: 80px;
  background: #1450AA;
  position: absolute;
  right: 0;
  top: 0;
  padding: 34px 24px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_switch {
    width: 12vw;
    height: 10.6666666667vw;
    padding: 4.5333333333vw 3.2vw 2.1333333333vw;
  }
}
.adlpC-header_switch_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlpC-header_switch_inner .text {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-align: center;
  top: -25px;
  height: auto;
  background: none;
  color: #fff;
  width: 90px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1079px) {
  .adlpC-header_switch_inner .text {
    line-height: 1;
    display: block;
    font-size: 2.1333333333vw;
    top: -3.3333333333vw;
    width: 12vw;
  }
}
.adlpC-header_switch_inner span.b {
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_switch_inner span.b {
    height: 0.2666666667vw;
  }
}
.adlpC-header_switch_inner span.b:nth-child(1) {
  top: 0;
}
.adlpC-header_switch_inner span.b:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlpC-header_switch_inner span.b:nth-child(3) {
  bottom: 0;
}
.adlpC-header_switch_inner .close {
  display: none;
}
.adlpC-header_switch_inner.-open .open {
  display: none;
}
.adlpC-header_switch_inner.-open .close {
  display: block;
}
.adlpC-header_switch_inner.-open span:nth-child(1) {
  top: 45%;
  transform: rotate(45deg) translateX(-50%);
}
.adlpC-header_switch_inner.-open span:nth-child(2) {
  opacity: 0;
}
.adlpC-header_switch_inner.-open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
.adlpC-header_menu {
  width: 360px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu {
    width: 73.3333333333vw;
  }
}
.adlpC-header_menu_inner {
  height: 100%;
  padding: 30px 0 20px;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu_inner {
    padding: 8vw 1.3333333333vw 5.3333333333vw;
  }
}
.adlpC-header_menu_inner_list {
  display: block;
  margin: 0 10px;
  height: 100%;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu_inner_list {
    flex-direction: column;
    margin: 0 1.3333333333vw;
  }
}
.adlpC-header_menu_inner_list a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #1450AA;
  margin: 0 0 20px;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu_inner_list a {
    width: 100%;
    text-align: center;
    padding: 2vw 0;
    font-size: 4.2666666667vw;
    margin: 0;
  }
}
.adlpC-header_menu_inner .btn2lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu_inner .btn2lead {
    font-size: 3.2vw;
    margin: 5.3333333333vw 0 0;
  }
}
.adlpC-header_menu_inner .btn2lead .large {
  font-size: 24px;
  line-height: 100%;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu_inner .btn2lead .large {
    font-size: 4vw;
  }
}
.adlpC-header_menu_inner .btn2 {
  margin: 8px auto 0;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu_inner .btn2 {
    margin: 1.0666666667vw auto 0;
  }
}
.adlpC-header_menu_inner .btn2 + .btn2 {
  margin: 20px auto 0;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_menu_inner .btn2 + .btn2 {
    margin: 2.6666666667vw auto 0;
  }
}
.adlpC-header_close {
  cursor: pointer;
  margin: 26px auto 0;
  width: fit-content;
  padding: 0 10px 0 24px;
  position: relative;
}
.adlpC-header_close::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1079px) {
  .adlpC-header_close {
    margin: 3.4666666667vw auto 0;
    font-size: 3.2vw;
    padding: 0 1.3333333333vw 0 3.2vw;
  }
  .adlpC-header_close::before {
    width: 2.4vw;
    height: 2.4vw;
    left: 0;
    top: 53%;
  }
}

.footer .footer_outer {
  overflow: hidden;
  padding: 55px 0;
}
.footer .footer_copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  margin: 45px 0 0;
}
.footer .footer_item {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.footer .footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1079px) {
  .footer .footer_outer {
    overflow: hidden;
    padding: 7.3333333333vw 0;
  }
  .footer .footer_copy {
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 140%;
    text-align: center;
    margin: 6vw 0 0;
  }
  .footer .footer_item {
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 2.4vw;
    line-height: 150%;
  }
  .footer .footer_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}

.fv {
  margin-top: 80px;
}
@media screen and (max-width: 1079px) {
  .fv {
    margin-top: 10.6666666667vw;
  }
}

.sec01 .sec01_box {
  flex: 0 0 510px;
  background: #D9F3F9;
  border: 2px solid #1450AA;
}
.sec01 .sec01_box.-green {
  background: #F3FCE7;
  border: 2px solid #128262;
}
.sec01 .sec01_box.-green .sec01_boxTitleWrapper {
  background-image: url("../img/pc/sec01_bg1_g.svg");
}
.sec01 .sec01_box.-green .sec01_boxItem {
  border-bottom: 1px solid #333333;
  font-size: 16px;
  line-height: 180%;
}
.sec01 .sec01_box.-green .sec01_boxItem:last-child {
  border-bottom: none;
}
.sec01 .sec01_box.-green .sec01_boxItem::before {
  background-image: url("../img/common/icon_check_g.svg");
}
.sec01 .sec01_box.-green .sec01_boxTerm {
  border: 1px solid #128262;
  color: #128262;
}
.sec01 .sec01_boxFigure {
  position: relative;
  z-index: 1;
  margin: -40px 0 0;
}
.sec01 .sec01_boxInner {
  padding: 37px 37px 17px;
}
.sec01 .sec01_boxItem {
  border-bottom: 1px solid #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  position: relative;
  padding: 0 0 20px 50px;
  margin: 0 0 20px;
}
.sec01 .sec01_boxItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/icon_check_b.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
}
.sec01 .sec01_boxItem:last-child {
  border-bottom: none;
  margin: 0 0 0;
}
.sec01 .sec01_boxTerm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 33px;
  border: 1px solid #1450AA;
  color: #1450AA;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  margin: 0 30px 0 0;
}
.sec01 .sec01_boxNum {
  font-weight: 700;
  font-size: 34px;
  line-height: 160%;
}
.sec01 .sec01_boxText1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec01 .sec01_boxTitleWrapper {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 141px;
  background-image: url("../img/pc/sec01_bg1_b.svg");
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.sec01 .sec01_boxTitle {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  color: #FFFFFF;
}
.sec01 .sec01_boxTitleSmall {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
}
.sec01 .sec01_btn {
  flex: 0 0 510px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  background: linear-gradient(275deg, #1450AA 41.37%, #2C7FE0 100%);
  mix-blend-mode: normal;
  position: relative;
  transition: filter 0.3s;
}
.sec01 .sec01_btn:hover {
  filter: brightness(130%);
}
.sec01 .sec01_btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/icon_arrow4.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.sec01 .sec01_btn.-green {
  background: linear-gradient(275deg, #0B7C5D 44.7%, #07B05F 100%);
}
.sec01 .sec01_btnText {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #fff;
}
.sec01 .sec01_btnWrapper {
  width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 80px;
}
.sec01 .sec01_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  margin: 47px 0 53px;
}
.sec01 .sec01_textLarge {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  margin: 0 0 0 20px;
}
.sec01 .sec01_textBlue {
  color: #282884;
}
.sec01 .sec01_title {
  text-align: center;
  position: relative;
  padding: 130px 0 60px;
}
.sec01 .sec01_titleEn {
  display: block;
  color: #D9F3F9;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 140%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.sec01 .sec01_titleMain {
  display: block;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  color: #282884;
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
}
.sec01 .sec01_titleSub {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  display: block;
  position: relative;
  z-index: 2;
}
.sec01 .sec01_wrapper {
  width: 1076px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  .sec01 .sec01_box {
    flex: 0 0 44.5333333333vw;
    border: 0.2666666667vw solid #1450AA;
  }
  .sec01 .sec01_box.-green {
    border: 0.2666666667vw solid #128262;
  }
  .sec01 .sec01_box.-green .sec01_boxTitleWrapper {
    background-image: url("../img/sp/sec01_bg1_g.svg");
  }
  .sec01 .sec01_box.-green .sec01_boxItem {
    border-bottom: 0.1333333333vw solid #333333;
    font-size: 3.4666666667vw;
  }
  .sec01 .sec01_box.-green .sec01_boxTerm {
    border: 0.1333333333vw solid #128262;
  }
  .sec01 .sec01_boxFigure {
    margin: -7.7333333333vw 0 0;
  }
  .sec01 .sec01_boxInner {
    padding: 4.9333333333vw 3.3333333333vw 2.2666666667vw;
  }
  .sec01 .sec01_boxItem {
    border-bottom: 0.1333333333vw solid #333333;
    font-size: 3.4666666667vw;
    padding: 6.6666666667vw 0 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
    letter-spacing: 0;
  }
  .sec01 .sec01_boxItem::before {
    left: 50%;
    transform: translateX(-50%);
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: 0;
  }
  .sec01 .sec01_boxTerm {
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    border: 0.1333333333vw solid #1450AA;
    font-size: 3.4666666667vw;
    margin: 0;
  }
  .sec01 .sec01_boxNum {
    font-size: 5.3333333333vw;
  }
  .sec01 .sec01_boxText1 {
    font-size: 3.4666666667vw;
    line-height: 7.2vw;
    text-align: center;
    flex-direction: column;
  }
  .sec01 .sec01_boxTitleWrapper {
    height: 36vw;
    background-image: url("../img/sp/sec01_bg1_b.svg");
    padding: 0 0 2.6666666667vw;
  }
  .sec01 .sec01_boxTitle {
    font-size: 5.8666666667vw;
    text-align: center;
  }
  .sec01 .sec01_boxTitleSmall {
    font-size: 4.2666666667vw;
  }
  .sec01 .sec01_btn {
    flex: 0 0 45.3333333333vw;
    height: 13.3333333333vw;
    box-shadow: 0vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.3);
    border-radius: 6.6666666667vw;
  }
  .sec01 .sec01_btn::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 3.3333333333vw;
  }
  .sec01 .sec01_btnText {
    font-size: 4vw;
    line-height: 140%;
    display: block;
    text-align: center;
  }
  .sec01 .sec01_btnWrapper {
    width: 92vw;
    padding: 0 0 10.6666666667vw;
  }
  .sec01 .sec01_text {
    display: block;
    text-align: center;
    font-size: 4.8vw;
    margin: 6.2666666667vw 0 7.0666666667vw;
  }
  .sec01 .sec01_textLarge {
    font-size: 5.8666666667vw;
    margin: 0;
  }
  .sec01 .sec01_title {
    padding: 17.3333333333vw 0 8vw;
  }
  .sec01 .sec01_titleEn {
    font-size: 13.3333333333vw;
    top: 4vw;
  }
  .sec01 .sec01_titleMain {
    font-size: 7.2vw;
    margin: 1.3333333333vw 0 0;
  }
  .sec01 .sec01_titleSub {
    font-size: 4vw;
  }
  .sec01 .sec01_wrapper {
    width: 92vw;
  }
}

.sec02 .sec02_section {
  background-color: #D9F3F9;
}
.sec02 .sec02_figure {
  width: 912px;
  margin: -70px auto 0;
}
.sec02 .sec02_head {
  background-color: #1450AA;
  padding: 50px 0 120px;
}
.sec02 .sec02_title {
  text-align: center;
}
.sec02 .sec02_titleMain {
  background: linear-gradient(270.03deg, #DCC572 0.02%, #F9EECB 19.8%, #F9EECB 84.36%, #DCC572 99.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  display: block;
  margin: 16px 0 0;
}
.sec02 .sec02_titleSub {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
}
.sec02 .sec02_titleSub2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  font-family: "Noto Sans JP";
}
.sec02 .sec02_area1 {
  position: relative;
  margin: 110px 0 0;
}
.sec02 .sec02_area1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #E2E2E2;
  mix-blend-mode: multiply;
  z-index: 1;
}
.sec02 .sec02_area1Outer {
  position: relative;
  z-index: 2;
  padding: 115px 0 163px;
}
.sec02 .sec02_area1Item {
  border: 2px solid #FFFFFF;
  flex: 0 0 445px;
  position: relative;
}
.sec02 .sec02_area1Item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-image: url("../img/common/icon_check_b.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: -23px;
}
.sec02 .sec02_area1Text1 {
  text-align: center;
  padding: 45px 0 20px;
}
.sec02 .sec02_area1TextMain {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #1450AA;
  display: block;
  margin: 8px 0 0;
}
.sec02 .sec02_area1TextMain.-small {
  font-size: 26px;
}
.sec02 .sec02_area1TextSub {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  display: block;
}
.sec02 .sec02_area1Title {
  width: fit-content;
  margin: auto;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  padding: 0 60px;
}
.sec02 .sec02_area1Title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  border-width: 22px 12px 0 12px;
  border-color: #333333 transparent transparent transparent;
}
.sec02 .sec02_area1Wrapper {
  display: flex;
  width: 920px;
  margin: auto;
  justify-content: space-between;
  position: relative;
}
.sec02 .sec02_area1Wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: 60px;
  height: 60px;
  background-image: url("../img/common/icon_arrow1.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec02 .sec02_area2 {
  position: relative;
  z-index: 1;
}
.sec02 .sec02_area2Box1 {
  width: 1080px;
  margin: 20px auto 0;
  background-color: #fff;
}
.sec02 .sec02_area2Box1Figure {
  flex: 0 0 119px;
  margin: 0 27px 0 0;
}
.sec02 .sec02_area2Box1Figure.-item2 {
  flex: 0 0 205px;
}
.sec02 .sec02_area2Box1Item {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 23px 60px 30px;
}
.sec02 .sec02_area2Box1Item.-item1::after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 27px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_arrow2.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec02 .sec02_area2Box1List {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .sec02_area2Box1Text1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.sec02 .sec02_area2Box1Title {
  text-align: center;
  background-color: #2CA6E0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  padding: 7px 0;
}
.sec02 .sec02_area2Fukidashi {
  margin: auto;
  width: 110px;
  height: 125px;
  background-image: url("../img/pc/sec02_area2fukidashi_bg.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  padding: 0 0 15px;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
}
.sec02 .sec02_area2Item2 {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 60px;
}
.sec02 .sec02_area2Item2Body {
  padding: 0 40px 40px;
}
.sec02 .sec02_area2Item2Fig {
  position: relative;
}
.sec02 .sec02_area2Item2Fig2 {
  width: 734px;
  margin: 40px auto 16px;
}
.sec02 .sec02_area2Item2Figc {
  position: absolute;
  width: 161px;
  height: 161px;
  background-image: url("../img/pc/sec02_area2item2figc_bg.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
  right: 5px;
  top: -15px;
}
.sec02 .sec02_area2Item2Figc2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec02 .sec02_area2Item2Figc2 li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 51.04%, rgba(255, 255, 255, 0) 100%);
  margin: 0 0 17px;
  padding: 20px 50px;
}
.sec02 .sec02_area2Item2Figc2 li:last-child {
  margin: 0;
}
.sec02 .sec02_area2Item2Fukidashi {
  width: 155px;
  height: 46px;
  background-color: #1450AA;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  position: relative;
  margin: 40px auto 0;
}
.sec02 .sec02_area2Item2Fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #1450AA transparent transparent transparent;
  bottom: -20px;
}
.sec02 .sec02_area2Item2Head {
  display: flex;
  align-items: center;
  gap: 70px;
  width: 685px;
  margin: auto;
  padding: 50px 0 50px;
}
.sec02 .sec02_area2Item2Lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.sec02 .sec02_area2Item2Num {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #1450AA;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  border: 2px solid #1450AA;
}
.sec02 .sec02_area2Item2Num .point {
  line-height: 1;
  display: block;
}
.sec02 .sec02_area2Item2Num .num {
  font-size: 66px;
  line-height: 1;
  display: block;
}
.sec02 .sec02_area2Item2Text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin: 44px 0 0;
}
.sec02 .sec02_area2Item2Text1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  margin: 55px 0 0;
}
.sec02 .sec02_area2Item2Text2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 160%;
  text-align: center;
  color: #1450AA;
  margin: 16px 0 30px;
}
.sec02 .sec02_area2Item2Text3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  position: relative;
  text-align: center;
  margin: 25px 0 0;
}
.sec02 .sec02_area2Item2Text3::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/pc/icon_arrow5.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 150px;
  height: 42px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
}
.sec02 .sec02_area2Item2Text4 {
  text-align: center;
  margin: 65px 0 0;
}
.sec02 .sec02_area2Item2Text4 .sub {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  display: block;
}
.sec02 .sec02_area2Item2Text4 .main {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  color: #1450AA;
  display: block;
  margin: 15px 0 0;
}
.sec02 .sec02_area2Item2Title {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  color: #333333;
  text-align: center;
}
.sec02 .sec02_area2List2 {
  width: 1000px;
  margin: 50px auto 0;
}
.sec02 .sec02_area2Movie {
  width: 630px;
  aspect-ratio: 630/353;
  margin: 20px auto 0;
  background-color: #f2f2f2;
  position: relative;
}
.sec02 .sec02_area2Movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.sec02 .sec02_area2MovieTitle {
  color: #1450AA;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
}
.sec02 .sec02_area2MovieWrapper {
  margin: 55px 0 0;
}
.sec02 .sec02_area2Text2 {
  text-align: center;
  padding: 95px 0 0;
}
.sec02 .sec02_area2Text2Main {
  display: block;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  margin: 14px 0 0;
}
.sec02 .sec02_area2Text2Main .text2 {
  font-size: 34px;
}
.sec02 .sec02_area2Text2Sub {
  display: block;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
}
.sec02 .sec02_area2Text2Sub .text1 {
  font-size: 38px;
}
.sec02 .sec02_area2Text3 {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #333333;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  width: fit-content;
  margin: 55px auto 0;
  padding: 8px 10px;
}
.sec02 .sec02_area2Text4 {
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  font-family: "Noto Serif JP";
  text-align: center;
  color: #1450AA;
  margin: 34px 0 0;
}
.sec02 .sec02_area2Title {
  width: fit-content;
  margin: auto;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1450AA;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  padding: 0 60px;
}
.sec02 .sec02_area2Title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  border-width: 22px 12px 0 12px;
  border-color: #1450AA transparent transparent transparent;
}
.sec02 .sec02_area2title2 {
  text-align: center;
  margin: 50px 0 0;
}
.sec02 .sec02_area2title2Main {
  display: block;
  font-feature-settings: "palt" on;
  margin: 5px 0 0;
}
.sec02 .sec02_area2title2_1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  color: #1450AA;
  font-family: "Noto Serif JP";
}
.sec02 .sec02_area2title2_2 {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  margin: 0 0 0 -16px;
}
.sec02 .sec02_area2title2_3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
  color: #1450AA;
  background: linear-gradient(transparent 70%, #F7D72F 70%);
  margin: 0 0 0 20px;
}
.sec02 .sec02_area2title2_3 .num {
  font-size: 70px;
}
.sec02 .sec02_area2title2Sub {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  display: block;
  margin: 10px 0 0;
}
.sec02 .sec02_area3 {
  position: relative;
  background-color: #1450AA;
  padding: 0 0 70px;
}
.sec02 .sec02_area3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 960px 0 960px;
  border-color: #D9F3F9 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
.sec02 .sec02_area3::after {
  content: "";
  display: block;
  position: absolute;
  width: 1920px;
  height: 342px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  background-color: #F5F5F5;
  opacity: 0.4;
}
.sec02 .sec02_area3Box {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 920px;
  margin: 50px auto 0;
  position: relative;
  z-index: 3;
  padding: 40px 40px;
}
.sec02 .sec02_area3Cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
}
.sec02 .sec02_area3Cont::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 152px;
  background-image: url("../img/common/icon_hanamaru.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.sec02 .sec02_area3ContL {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  position: relative;
  flex: 0 0 330px;
  padding: 0 0 0 30px;
}
.sec02 .sec02_area3ContL .large {
  font-weight: 700;
  font-size: 34px;
}
.sec02 .sec02_area3ContL::after {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 62px;
  background-image: url("../img/common/icon_arrow3.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.sec02 .sec02_area3ContR {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  flex: 1 1 auto;
  padding: 0 0 0 12px;
}
.sec02 .sec02_area3List {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  margin: 0 0 47px;
}
.sec02 .sec02_area3List:last-of-type {
  margin: 0;
}
.sec02 .sec02_area3More {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  text-align: center;
}
.sec02 .sec02_area3Term {
  text-align: center;
  flex: 0 0 192px;
  height: 80px;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #282884;
}
.sec02 .sec02_area3Title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #FFFFFF;
  margin: 111px 0 0;
}
.sec02 .sec02_area3Title .sub {
  font-size: 38px;
  display: block;
}
.sec02 .sec02_area3Title .main {
  font-size: 50px;
  line-height: 140%;
  display: block;
  margin: 30px 0 0;
}
.sec02 .sec02_section.-green {
  background-color: #F3FCE7;
}
.sec02 .sec02_section.-green .sec02_head {
  background-color: #128262;
}
.sec02 .sec02_section.-green .sec02_titleMain {
  background: linear-gradient(270.03deg, #DCC572 0.02%, #F9EECB 19.8%, #F9EECB 84.36%, #DCC572 99.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sec02 .sec02_section.-green .sec02_titleSub {
  color: #FFFFFF;
}
.sec02 .sec02_section.-green .sec02_area1::after {
  background-image: url("../img/pc/sec02_area1_g.png");
  background-size: 1920px auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  mix-blend-mode: unset;
}
.sec02 .sec02_section.-green .sec02_area1Outer {
  padding: 115px 0 88px;
}
.sec02 .sec02_section.-green .sec02_area1Item {
  border: 2px solid #FFFFFF;
}
.sec02 .sec02_section.-green .sec02_area1Item::before {
  background-image: url("../img/common/icon_check_g.svg");
}
.sec02 .sec02_section.-green .sec02_area1TextMain {
  color: #128262;
}
.sec02 .sec02_section.-green .sec02_area1Title {
  background-color: #333333;
  color: #fff;
}
.sec02 .sec02_section.-green .sec02_area1Title.-item2 {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin: 130px auto 0;
}
.sec02 .sec02_section.-green .sec02_area1Title::after {
  border-style: solid;
  border-width: 22px 12px 0 12px;
}
.sec02 .sec02_section.-green .sec02_area1Footer {
  width: 920px;
  margin: 60px auto 0;
}
.sec02 .sec02_section.-green .sec02_area1FooterText {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
}
.sec02 .sec02_section.-green .sec02_area1FooterText .large {
  font-size: 50px;
  line-height: 140%;
}
.sec02 .sec02_section.-green .sec02_area2Box2 {
  width: 780px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec02 .sec02_section.-green .sec02_area2Box2Inner1 {
  flex: 1 1 auto;
}
.sec02 .sec02_section.-green .sec02_area2Box2Inner1 .text1 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  color: #128262;
}
.sec02 .sec02_section.-green .sec02_area2Box2Inner1 .text2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.sec02 .sec02_section.-green .sec02_area2Box2Inner2 {
  flex: 0 0 218px;
}
.sec02 .sec02_section.-green .sec02_area2Fukidashi {
  color: #FFFFFF;
  background-image: url("../img/pc/sec02_area2fukidashi_bg_g.svg");
}
.sec02 .sec02_section.-green .sec02_area2Item2 {
  background: #FFFFFF;
}
.sec02 .sec02_section.-green .sec02_area2Item2Figc {
  color: #FFFFFF;
  background-image: url("../img/pc/sec02_area2item2figc_bg_g.svg");
}
.sec02 .sec02_section.-green .sec02_area2Item2Figc2 li {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 51.04%, rgba(255, 255, 255, 0) 100%);
}
.sec02 .sec02_section.-green .sec02_area2Item2Fukidashi {
  background-color: #128262;
  color: #FFFFFF;
}
.sec02 .sec02_section.-green .sec02_area2Item2Fukidashi::after {
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #128262 transparent transparent transparent;
}
.sec02 .sec02_section.-green .sec02_area2Item2Num {
  color: #128262;
  border: 2px solid #128262;
}
.sec02 .sec02_section.-green .sec02_area2Item2Text2 {
  color: #128262;
}
.sec02 .sec02_section.-green .sec02_area2Item2Text3::after {
  background-image: url("../img/pc/icon_arrow5_g.svg");
}
.sec02 .sec02_section.-green .sec02_area2Item2Text4 .main {
  color: #128262;
}
.sec02 .sec02_section.-green .sec02_area2Item2Title {
  color: #333333;
}
.sec02 .sec02_section.-green .sec02_area2Movie {
  background-color: #f2f2f2;
}
.sec02 .sec02_section.-green .sec02_area2MovieTitle {
  color: #128262;
}
.sec02 .sec02_section.-green .sec02_area2MovieWrapper {
  padding: 0 0 80px;
}
.sec02 .sec02_section.-green .sec02_area2Text3 {
  border-width: 1px 0px;
  border-style: solid;
}
.sec02 .sec02_section.-green .sec02_area2Text4 {
  color: #128262;
}
.sec02 .sec02_section.-green .sec02_area2Title {
  background-color: #128262;
  color: #fff;
}
.sec02 .sec02_section.-green .sec02_area2Title::after {
  border-style: solid;
  border-width: 22px 12px 0 12px;
  border-color: #128262 transparent transparent transparent;
}
.sec02 .sec02_section.-green .sec02_area2title2_1 {
  color: #128262;
}
.sec02 .sec02_section.-green .sec02_area2title2_3 {
  color: #128262;
  background: linear-gradient(transparent 70%, #F7D72F 70%);
}
.sec02 .sec02_section.-green .sec02_area3 {
  background-color: #128262;
}
.sec02 .sec02_section.-green .sec02_area3::before {
  border-style: solid;
  border-width: 100px 960px 0 960px;
  border-color: #F3FCE7 transparent transparent transparent;
}
.sec02 .sec02_section.-green .sec02_area3::after {
  height: 254px;
  background-color: #F5F5F5;
}
.sec02 .sec02_section.-green .sec02_area3Box {
  background-color: #fff;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.sec02 .sec02_section.-green .sec02_area3Box::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/icon_hanamaru.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-28deg);
  opacity: 0.7;
}
.sec02 .sec02_section.-green .sec02_area3List2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 160%;
  display: grid;
  gap: 0 100px;
  width: 810px;
  margin: 0 auto 0;
  grid-auto-flow: column;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr 1fr 1fr;
  position: relative;
  z-index: 2;
}
.sec02 .sec02_section.-green .sec02_area3List2Item {
  font-weight: 700;
  font-size: 34px;
}
.sec02 .sec02_section.-green .sec02_area3List2ItemLast {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  position: absolute;
  bottom: -45px;
  right: -10px;
}
@media screen and (max-width: 1079px) {
  .sec02 {
    overflow: hidden;
  }
  .sec02 .sec02_figure {
    width: 84vw;
    margin: -9.3333333333vw auto 0;
  }
  .sec02 .sec02_head {
    padding: 6.6666666667vw 0 16vw;
  }
  .sec02 .sec02_titleMain {
    font-size: 8vw;
    margin: 2.1333333333vw 0 0;
  }
  .sec02 .sec02_titleSub {
    font-size: 5.8666666667vw;
  }
  .sec02 .sec02_titleSub2 {
    font-size: 4.8vw;
  }
  .sec02 .sec02_area1 {
    margin: 14.6666666667vw 0 0;
  }
  .sec02 .sec02_area1Outer {
    padding: 15.3333333333vw 0 21.7333333333vw;
  }
  .sec02 .sec02_area1Item {
    border: 0.2666666667vw solid #FFFFFF;
    flex: 0 0 40vw;
  }
  .sec02 .sec02_area1Item::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: -3.0666666667vw;
  }
  .sec02 .sec02_area1Text1 {
    padding: 6vw 0 2.6666666667vw;
  }
  .sec02 .sec02_area1TextMain {
    font-size: 4.2666666667vw;
    margin: 1.0666666667vw 0 0;
  }
  .sec02 .sec02_area1TextMain.-small {
    font-size: 4.2666666667vw;
  }
  .sec02 .sec02_area1TextSub {
    font-size: 4vw;
    line-height: 140%;
  }
  .sec02 .sec02_area1Title {
    width: 84vw;
    height: 8.5333333333vw;
    font-size: 4.8vw;
    top: -3.4666666667vw;
    padding: 0 8vw;
  }
  .sec02 .sec02_area1Title::after {
    bottom: calc(-2.9333333333vw + 1px);
    border-width: 2.9333333333vw 1.6vw 0 1.6vw;
  }
  .sec02 .sec02_area1Wrapper {
    width: 84vw;
  }
  .sec02 .sec02_area1Wrapper::after {
    bottom: -13.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  .sec02 .sec02_area2Box1 {
    width: 92vw;
    margin: 2.6666666667vw auto 0;
  }
  .sec02 .sec02_area2Box1Figure {
    margin: 0;
    width: 23.7333333333vw;
    margin: 4.2666666667vw auto 0;
  }
  .sec02 .sec02_area2Box1Figure.-item2 {
    flex: 0 0 27.3333333333vw;
    width: 38.6666666667vw;
    margin: auto;
  }
  .sec02 .sec02_area2Box1Item {
    display: block;
    padding: 3.0666666667vw 4vw 4vw;
  }
  .sec02 .sec02_area2Box1Item.-item1::after {
    width: 7.2vw;
    height: 3.6vw;
    top: 35%;
    right: -2vw;
  }
  .sec02 .sec02_area2Box1Text1 {
    font-size: 3.4666666667vw;
    text-align: center;
    margin: 1.7333333333vw 0 0;
  }
  .sec02 .sec02_area2Box1Title {
    font-size: 3.4666666667vw;
    padding: 0.4vw 0;
  }
  .sec02 .sec02_area2Fukidashi {
    width: 18.6666666667vw;
    height: 21.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 0 0 2.6666666667vw;
  }
  .sec02 .sec02_area2Item2 {
    box-shadow: 0vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2);
    margin: 0 0 8vw;
  }
  .sec02 .sec02_area2Item2Body {
    padding: 0 4vw 6.6666666667vw;
  }
  .sec02 .sec02_area2Item2Fig2 {
    width: 84vw;
    margin: 5.3333333333vw auto 2.1333333333vw;
  }
  .sec02 .sec02_area2Item2Figc {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: 3.4666666667vw;
    right: -2vw;
    top: -4vw;
  }
  .sec02 .sec02_area2Item2Figc2 li {
    font-size: 3.4666666667vw;
    line-height: 170%;
    margin: 0 0 3.3333333333vw;
    padding: 2.6666666667vw 6.6666666667vw;
  }
  .sec02 .sec02_area2Item2Fukidashi {
    width: 23.2vw;
    height: 7.2vw;
    font-size: 4.8vw;
    margin: 5.3333333333vw auto 0;
  }
  .sec02 .sec02_area2Item2Fukidashi::after {
    border-width: 2.6666666667vw 1.0666666667vw 0 1.0666666667vw;
    bottom: calc(-2.6666666667vw + 1px);
  }
  .sec02 .sec02_area2Item2Head {
    gap: 4.2666666667vw;
    width: 84vw;
    padding: 4vw 0 5.3333333333vw;
  }
  .sec02 .sec02_area2Item2Lead {
    font-size: 3.4666666667vw;
  }
  .sec02 .sec02_area2Item2Num {
    width: 20vw;
    height: 20vw;
    font-size: 4.2666666667vw;
    border: 0.2666666667vw solid #1450AA;
  }
  .sec02 .sec02_area2Item2Num .num {
    font-size: 12vw;
  }
  .sec02 .sec02_area2Item2Text {
    font-size: 3.4666666667vw;
    margin: 4.2666666667vw 2.6666666667vw 0;
  }
  .sec02 .sec02_area2Item2Text1 {
    font-size: 4vw;
    margin: 7.3333333333vw 0 0;
  }
  .sec02 .sec02_area2Item2Text2 {
    font-size: 5.3333333333vw;
    margin: 2.1333333333vw 0 4vw;
  }
  .sec02 .sec02_area2Item2Text3 {
    font-size: 4.2666666667vw;
    margin: 6.6666666667vw 0 0;
  }
  .sec02 .sec02_area2Item2Text3::after {
    width: 26.6666666667vw;
    height: 7.4666666667vw;
    bottom: -6.1333333333vw;
  }
  .sec02 .sec02_area2Item2Text4 {
    margin: 11.3333333333vw 0 0;
  }
  .sec02 .sec02_area2Item2Text4 .sub {
    font-size: 4.2666666667vw;
  }
  .sec02 .sec02_area2Item2Text4 .main {
    font-size: 6.4vw;
    letter-spacing: 0.04em;
    white-space: nowrap;
    margin: 2vw 0 0;
  }
  .sec02 .sec02_area2Item2Title {
    font-size: 5.3333333333vw;
    text-align: left;
  }
  .sec02 .sec02_area2Item2Title.-ls {
    letter-spacing: 0;
  }
  .sec02 .sec02_area2List2 {
    width: 92vw;
    margin: 6.6666666667vw auto 0;
  }
  .sec02 .sec02_area2Movie {
    width: 84vw;
    margin: 2.6666666667vw auto 0;
  }
  .sec02 .sec02_area2MovieTitle {
    font-size: 4.8vw;
  }
  .sec02 .sec02_area2MovieWrapper {
    margin: 7.3333333333vw 0 0;
  }
  .sec02 .sec02_area2Text2 {
    padding: 12.6666666667vw 0 0;
  }
  .sec02 .sec02_area2Text2Main {
    font-size: 6.4vw;
    margin: 1.8666666667vw 0 0;
  }
  .sec02 .sec02_area2Text2Main .text2 {
    font-size: 5.3333333333vw;
  }
  .sec02 .sec02_area2Text2Sub {
    font-size: 5.3333333333vw;
  }
  .sec02 .sec02_area2Text2Sub .text1 {
    font-size: 6.4vw;
  }
  .sec02 .sec02_area2Text3 {
    border-width: 0.1333333333vw 0vw;
    font-size: 4vw;
    margin: 7.3333333333vw auto 0;
    padding: 1.6vw 1.3333333333vw;
  }
  .sec02 .sec02_area2Text4 {
    font-size: 5.8666666667vw;
    margin: 4.5333333333vw 0 0;
  }
  .sec02 .sec02_area2Title {
    width: 84vw;
    height: 8.5333333333vw;
    font-size: 4.8vw;
    top: -3.4666666667vw;
    padding: 0 8vw;
  }
  .sec02 .sec02_area2Title::after {
    bottom: calc(-2.9333333333vw + 1px);
    border-width: 2.9333333333vw 1.6vw 0 1.6vw;
  }
  .sec02 .sec02_area2title2 {
    margin: 6.6666666667vw 0 0;
  }
  .sec02 .sec02_area2title2Main {
    margin: 0.6666666667vw 0 0;
  }
  .sec02 .sec02_area2title2_1 {
    font-size: 5.8666666667vw;
  }
  .sec02 .sec02_area2title2_2 {
    font-size: 5.8666666667vw;
    margin: 0 0 0 -2.1333333333vw;
  }
  .sec02 .sec02_area2title2_3 {
    font-size: 7.4666666667vw;
    margin: 0 0 0 2.6666666667vw;
  }
  .sec02 .sec02_area2title2_3 .num {
    font-size: 10.1333333333vw;
    padding: 0 0.4vw 0 0;
  }
  .sec02 .sec02_area2title2Sub {
    font-size: 4.8vw;
    margin: 1.3333333333vw 0 0;
  }
  .sec02 .sec02_area3 {
    padding: 0 0 9.3333333333vw;
  }
  .sec02 .sec02_area3::before {
    border-width: 13.3333333333vw 50vw 0 50vw;
  }
  .sec02 .sec02_area3::after {
    width: 100vw;
    height: 45.6vw;
  }
  .sec02 .sec02_area3Box {
    box-shadow: 0vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2);
    width: 84vw;
    margin: 6.6666666667vw auto 0;
    padding: 5.3333333333vw 7.6vw;
  }
  .sec02 .sec02_area3Cont {
    padding: 10px 0 0;
  }
  .sec02 .sec02_area3Cont::after {
    width: 20vw;
    height: 20.2666666667vw;
    right: -12.5333333333vw;
  }
  .sec02 .sec02_area3ContL {
    font-size: 4vw;
    flex: 0 0 29.3333333333vw;
    padding: 0 0;
    text-align: center;
  }
  .sec02 .sec02_area3ContL .large {
    font-size: 5.3333333333vw;
  }
  .sec02 .sec02_area3ContL::after {
    width: 6.9333333333vw;
    height: 8.2666666667vw;
    right: -6.6666666667vw;
  }
  .sec02 .sec02_area3ContR {
    text-align: center;
    font-size: 5.3333333333vw;
    padding: 0 0 0 5.3333333333vw;
  }
  .sec02 .sec02_area3List {
    display: block;
    margin: 0 0 2.1333333333vw;
  }
  .sec02 .sec02_area3More {
    font-size: 5.3333333333vw;
  }
  .sec02 .sec02_area3Term {
    flex: 0 0 25.6vw;
    height: 7.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .sec02 .sec02_area3Title {
    margin: 14.8vw 0 0;
  }
  .sec02 .sec02_area3Title .sub {
    font-size: 5.8666666667vw;
  }
  .sec02 .sec02_area3Title .main {
    font-size: 7.4666666667vw;
    margin: 4vw 0 0;
  }
  .sec02 .sec02_section.-green .sec02_area1::after {
    background-image: url("../img/sp/sec02_area1_g.png");
    background-size: 100vw auto;
  }
  .sec02 .sec02_section.-green .sec02_area1Outer {
    padding: 15.3333333333vw 0 11.7333333333vw;
  }
  .sec02 .sec02_section.-green .sec02_area1Item {
    border: 0.2666666667vw solid #FFFFFF;
  }
  .sec02 .sec02_section.-green .sec02_area1Title.-item2 {
    margin: 17.3333333333vw auto 0;
  }
  .sec02 .sec02_section.-green .sec02_area1Title::after {
    border-width: 2.9333333333vw 1.6vw 0 1.6vw;
  }
  .sec02 .sec02_section.-green .sec02_area1Footer {
    width: 100vw;
    margin: 6.6666666667vw auto 24vw;
  }
  .sec02 .sec02_section.-green .sec02_area1FooterText {
    font-size: 6.4vw;
    text-align: center;
  }
  .sec02 .sec02_section.-green .sec02_area1FooterText .large {
    font-size: 7.4666666667vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Box2 {
    width: 100vw;
    margin: 20px auto 0;
  }
  .sec02 .sec02_section.-green .sec02_area2Box2Inner1 {
    padding: 0 0 0 8vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Box2Inner1 .text1 {
    font-size: 5.8666666667vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Box2Inner1 .text2 {
    font-size: 3.4666666667vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Box2Inner2 {
    flex: 0 0 40vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Item2Fukidashi::after {
    border-width: 2.6666666667vw 1.0666666667vw 0 1.0666666667vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Item2Num {
    border: 0.2666666667vw solid #128262;
  }
  .sec02 .sec02_section.-green .sec02_area2MovieWrapper {
    padding: 0 0 10.6666666667vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Text3 {
    border-width: 0.1333333333vw 0vw;
  }
  .sec02 .sec02_section.-green .sec02_area2Title::after {
    border-width: 2.9333333333vw 1.6vw 0 1.6vw;
  }
  .sec02 .sec02_section.-green .sec02_area3::before {
    border-width: 13.3333333333vw 128vw 0 128vw;
    border-width: 100px 375px 0 375px;
  }
  .sec02 .sec02_section.-green .sec02_area3::after {
    height: 33.8666666667vw;
  }
  .sec02 .sec02_section.-green .sec02_area3Box {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .sec02 .sec02_section.-green .sec02_area3Box::after {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
  .sec02 .sec02_section.-green .sec02_area3List2 {
    font-size: 5.3333333333vw;
    gap: 0 2.6666666667vw;
    width: auto;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .sec02 .sec02_section.-green .sec02_area3List2Item {
    font-size: 4.5333333333vw;
  }
  .sec02 .sec02_section.-green .sec02_area3List2ItemLast {
    font-size: 4.2666666667vw;
    bottom: 0vw;
    right: -1.3333333333vw;
  }
}

.sec03 {
  background-image: url("../img/pc/sec03_bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 465px;
  position: relative;
}
.sec03 .sec03_inner {
  width: 642px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec03 .sec03_lead {
  width: 378px;
  height: 70px;
  background-image: url("../img/pc/sec03_lead_bg.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  color: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 3;
}
.sec03 .sec03_priceWrapper {
  right: 0;
  width: 642px;
  height: 139px;
  background: linear-gradient(270.03deg, #DCC572 0.02%, #F9EECB 40.45%, #F2EDAB 62.84%, #C6B578 99.98%);
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -30px 0 0;
  position: relative;
  z-index: 2;
}
.sec03 .sec03_priceWrapper .text1 {
  font-size: 78px;
  color: #bc1006;
}
.sec03 .sec03_priceWrapper .text2 {
  font-size: 54px;
  color: #bc1006;
}
.sec03 .sec03_priceWrapper .text3 {
  font-size: 49px;
  color: #bc1006;
}
.sec03 .sec03_priceWrapper .text4 {
  font-size: 50px;
  color: #333333;
}
.sec03 .sec03_priceWrapper .yen {
  position: relative;
}
.sec03 .sec03_priceWrapper .yen .zei {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  white-space: nowrap;
  color: #333333;
}
.sec03 .sec03_price {
  line-height: 78px;
  line-height: 1;
  align-items: flex-end;
  align-items: center;
}
.sec03 .sec03_title {
  position: absolute;
  width: 560px;
  right: 84px;
  top: 90px;
}
.sec03 .sec03_wrapper {
  width: 1080px;
  height: 465px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .sec03 {
    background-image: url("../img/sp/sec03_bg.jpg");
    background-size: contain;
    background-position: 50% 0;
    height: auto;
    overflow: hidden;
  }
  .sec03 .sec03_inner {
    width: 100vw;
    position: relative;
  }
  .sec03 .sec03_lead {
    width: 60vw;
    height: 9.3333333333vw;
    position: absolute;
    background-image: url("../img/sp/sec03_lead_bg.svg");
    font-size: 5.3333333333vw;
    padding: 0 2vw 0 0;
    top: -4.9333333333vw;
  }
  .sec03 .sec03_priceWrapper {
    padding: 2vw 0 0;
    width: 100vw;
    height: 21.3333333333vw;
    font-size: 7.4666666667vw;
    margin: -4vw 0 0;
  }
  .sec03 .sec03_priceWrapper .text1 {
    font-size: 11.2vw;
  }
  .sec03 .sec03_priceWrapper .text2 {
    font-size: 8vw;
  }
  .sec03 .sec03_priceWrapper .text3 {
    font-size: 7.4666666667vw;
  }
  .sec03 .sec03_priceWrapper .text4 {
    font-size: 7.4666666667vw;
  }
  .sec03 .sec03_priceWrapper .yen .zei {
    font-size: 2.4vw;
    top: -1.3333333333vw;
  }
  .sec03 .sec03_price {
    line-height: 10.4vw;
  }
  .sec03 .sec03_title {
    width: 20vw;
    right: 12vw;
    top: 6.2666666667vw;
  }
  .sec03 .sec03_wrapper {
    width: 100vw;
    height: auto;
    padding: 94.6666666667vw 0 0;
  }
}

.sec04 {
  background-image: url("../img/pc/sec04_bg.jpg");
  background-size: 1920px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.sec04 .sec04_area1 {
  padding: 97px 0 0;
  height: 890px;
}
.sec04 .sec04_area1Inner {
  width: 920px;
  margin: 45px auto 0;
}
.sec04 .sec04_area1Note {
  font-size: 12px;
  text-align: right;
}
.sec04 .sec04_area2 {
  height: 861px;
  padding: 66px 0 0;
}
.sec04 .sec04_area2Fig {
  width: 445px;
  margin: 50px auto 0;
}
.sec04 .sec04_area2More {
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  color: #282884;
  margin: 58px 0 0;
}
.sec04 .sec04_area2Text {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  margin: 24px 0 0;
}
.sec04 .sec04_area2Title {
  text-align: center;
}
.sec04 .sec04_area2TitleMain {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  display: block;
  color: #1450AA;
  margin: 20px 0 0;
}
.sec04 .sec04_area2TitleSub {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  display: block;
}
.sec04 .sec04_row {
  display: flex;
}
.sec04 .-sec04_row1 {
  align-items: flex-end;
}
.sec04 .-sec04_row1 .sec04_sel1 {
  background-color: rgba(255, 255, 255, 0);
}
.sec04 .-sec04_row1 .sec04_sel2 {
  background-color: #1450AA;
  padding: 0 87px;
  height: 120px;
}
.sec04 .-sec04_row1 .sec04_sel3 {
  height: 90px;
  background-color: #666666;
  color: #fff;
}
.sec04 .-sec04_row2 {
  border-bottom: 2px dotted #666666;
}
.sec04 .-sec04_row3 {
  border-bottom: 2px dotted #666666;
}
.sec04 .-sec04_row4 {
  align-items: flex-start;
}
.sec04 .sec04_sel1 {
  flex: 0 0 234px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  height: 134px;
}
.sec04 .sec04_sel2 {
  flex: 0 0 350px;
  background-color: #D9F3F9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #1450AA;
  text-align: center;
  padding: 30px 0;
  height: 134px;
}
.sec04 .sec04_sel2 .small {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.sec04 .sec04_sel2.-large {
  height: 145px;
}
.sec04 .sec04_sel3 {
  text-align: center;
  flex: 0 0 336px;
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  height: 134px;
}
.sec04 .sec04_title {
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.sec04 .sec04_title .large {
  color: #1450AA;
  font-size: 54px;
}
.sec04 .sec04_title .small {
  font-size: 38px;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 1079px) {
  .sec04 {
    background-image: url("../img/sp/sec04_bg.jpg");
    background-size: 100vw auto;
  }
  .sec04 .sec04_area1 {
    padding: 12vw 0 0;
    height: 140vw;
  }
  .sec04 .sec04_area1Inner {
    width: 84vw;
    margin: 5.7333333333vw auto 0;
  }
  .sec04 .sec04_area1Note {
    font-size: 2.4vw;
  }
  .sec04 .sec04_area2 {
    height: 137.3333333333vw;
    padding: 8.8vw 0 0;
  }
  .sec04 .sec04_area2Fig {
    width: 92vw;
    margin: 4vw auto 0;
    padding: 0 0 0 14.6666666667vw;
  }
  .sec04 .sec04_area2More {
    font-size: 5.3333333333vw;
    margin: 7.7333333333vw 0 0;
  }
  .sec04 .sec04_area2Text {
    font-size: 3.4666666667vw;
    margin: 3.2vw 0 0;
  }
  .sec04 .sec04_area2TitleMain {
    font-size: 7.2vw;
    margin: 2.6666666667vw 0 0;
  }
  .sec04 .sec04_area2TitleSub {
    font-size: 5.0666666667vw;
  }
  .sec04 .-sec04_row1 .sec04_sel1 {
    height: 1px;
  }
  .sec04 .-sec04_row1 .sec04_sel2 {
    padding: 0 4vw;
    height: 16vw;
  }
  .sec04 .-sec04_row1 .sec04_sel3 {
    height: 12vw;
    font-size: 4.2666666667vw;
  }
  .sec04 .-sec04_row2 {
    border-bottom: 0.2666666667vw dotted #666666;
  }
  .sec04 .-sec04_row3 {
    border-bottom: 0.2666666667vw dotted #666666;
  }
  .sec04 .sec04_sel1 {
    line-height: 140%;
    text-align: center;
    flex: 0 0 21.3333333333vw;
    font-size: 4vw;
    height: 24vw;
  }
  .sec04 .sec04_sel2 {
    flex: 0 0 32vw;
    font-size: 4.2666666667vw;
    padding: 4vw 0;
    height: 24vw;
  }
  .sec04 .sec04_sel2 .small {
    font-size: 2.4vw;
  }
  .sec04 .sec04_sel2.-large {
    height: 26vw;
  }
  .sec04 .sec04_sel2 .zei {
    display: block;
    line-height: 1;
    text-align: right;
    margin: 0.6666666667vw 0 0;
  }
  .sec04 .sec04_sel3 {
    flex: 0 0 30.6666666667vw;
    font-size: 3.4666666667vw;
    height: 24vw;
    text-align: center;
  }
  .sec04 .sec04_title .large {
    font-size: 8vw;
  }
  .sec04 .sec04_title .small {
    font-size: 6.4vw;
  }
}

.sec05 {
  position: relative;
  background-color: #D9F3F9;
}
.sec05::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #282884;
  height: 293px;
  width: 100%;
  top: 0;
}
.sec05 .sec05_outer {
  position: relative;
  z-index: 2;
}
.sec05 .sec05_item {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 85px;
  position: relative;
  padding: 60px 0 0;
}
.sec05 .sec05_item:last-child {
  margin: 0;
}
.sec05 .sec05_itemFig {
  flex: 0 0 420px;
}
.sec05 .sec05_itemInner {
  flex: 1 1 auto;
  padding: 0 0 0 60px;
}
.sec05 .sec05_itemText {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.sec05 .sec05_itemTitle {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  text-align: center;
  color: #1450AA;
}
.sec05 .sec05_itemWrapper {
  display: flex;
  align-items: center;
  padding: 30px 40px 40px;
}
.sec05 .sec05_list {
  width: 1000px;
  margin: auto;
}
.sec05 .sec05_num {
  position: absolute;
  width: 263px;
  height: 73px;
  background-image: url("../img/pc/sec05_num_l.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #282884;
  top: -32px;
  left: 0;
}
.sec05 .sec05_num.-right {
  background-image: url("../img/pc/sec05_num_r.svg");
  left: auto;
  right: 0;
}
.sec05 .sec05_num .num {
  font-size: 50px;
  margin: 0 10px;
}
.sec05 .sec05_outer {
  padding: 0 0 80px;
}
.sec05 .sec05_title {
  text-align: center;
  color: #fff;
  padding: 30px 0 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .sec05_title .sub {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  margin: 10px 5px 0 0;
}
.sec05 .sec05_title .main {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  color: #D9F3F9;
}
@media screen and (max-width: 1079px) {
  .sec05::before {
    height: 52vw;
  }
  .sec05 .sec05_item {
    box-shadow: 0vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2);
    margin: 0 0 11.3333333333vw;
    padding: 9.3333333333vw 0 0;
  }
  .sec05 .sec05_itemFig {
    flex: 0 0 56vw;
  }
  .sec05 .sec05_itemInner {
    padding: 4.5333333333vw 0 0;
  }
  .sec05 .sec05_itemText {
    font-size: 3.4666666667vw;
  }
  .sec05 .sec05_itemTitle {
    font-size: 5.3333333333vw;
    text-align: left;
    padding: 0 6.6666666667vw;
  }
  .sec05 .sec05_itemWrapper {
    display: block;
    padding: 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  }
  .sec05 .sec05_list {
    width: 92vw;
  }
  .sec05 .sec05_num {
    width: 45.3333333333vw;
    height: 10.6666666667vw;
    background-image: url("../img/sp/sec05_num_l.svg");
    font-size: 4vw;
    top: -5.3333333333vw;
    left: -4vw;
  }
  .sec05 .sec05_num.-right {
    background-image: url("../img/sp/sec05_num_r.svg");
    left: auto;
    right: -4vw;
  }
  .sec05 .sec05_num .num {
    font-size: 7.4666666667vw;
    margin: 0 1.3333333333vw;
  }
  .sec05 .sec05_outer {
    padding: 0 0 10.6666666667vw;
  }
  .sec05 .sec05_title {
    display: block;
    padding: 5.3333333333vw 0 9.8666666667vw;
  }
  .sec05 .sec05_title .sub {
    margin: 0;
    font-size: 4.2666666667vw;
    display: block;
  }
  .sec05 .sec05_title .main {
    font-size: 8vw;
    margin: 2.6666666667vw 0 0;
    display: block;
  }
}

.sec06 {
  position: relative;
  background-color: #D9F3F9;
  /* スライダー */
  /* Dots */
}
.sec06::before {
  content: "";
  display: block;
  position: absolute;
  height: 410px;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/pc/sec06_bg.jpg");
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.sec06 .sec06_outer {
  position: relative;
  z-index: 2;
  padding: 80px 0 0;
}
.sec06 .sec06_item {
  width: 1000px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  padding: 30px 40px 40px;
}
.sec06 .sec06_itemFig {
  position: relative;
  flex: 0 0 460px;
}
.sec06 .sec06_itemFigNote {
  position: absolute;
  z-index: 3;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  left: 13px;
  bottom: 13px;
}
.sec06 .sec06_itemInner {
  padding: 0 0 0 25px;
}
.sec06 .sec06_itemInner1 {
  position: absolute;
  left: 0;
  width: 250px;
  height: 140px;
  top: 16%;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 24px;
}
.sec06 .sec06_itemInner1::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #1450AA 50%, rgba(20, 80, 170, 0) 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec06 .sec06_itemName1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  width: fit-content;
}
.sec06 .sec06_itemName1::after {
  content: "";
  display: block;
  position: absolute;
  height: 36px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
.sec06 .sec06_itemName2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin: 5px 0 0;
}
.sec06 .sec06_itemName2 .small {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.sec06 .sec06_itemText {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.sec06 .sec06_itemTitle {
  text-align: center;
}
.sec06 .sec06_itemTitle .sub {
  font-family: "Noto Serif JP";
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  color: #BC1006;
  display: block;
}
.sec06 .sec06_itemTitle .main {
  display: block;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #282884;
  margin: 6px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.sec06 .sec06_itemWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0;
}
.sec06 .sec06_title {
  display: block;
  text-align: center;
}
.sec06 .sec06_title .sub {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  display: block;
}
.sec06 .sec06_title .main {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  display: block;
  margin: 18px 0 0;
}
.sec06 .sec06_wrapper {
  margin: 70px 0 0;
  padding: 0 0 160px;
}
@media screen and (max-width: 1079px) {
  .sec06::before {
    height: 58.6666666667vw;
    background-image: url("../img/sp/sec06_bg.jpg");
  }
  .sec06 .sec06_outer {
    padding: 10.6666666667vw 0 0;
  }
  .sec06 .sec06_item {
    width: 92vw;
    box-shadow: 0vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2);
    margin: 0 4vw 10px;
    padding: 4.8vw 6.6666666667vw 9.8666666667vw;
  }
  .sec06 .sec06_itemFig {
    flex: 0 0 61.3333333333vw;
  }
  .sec06 .sec06_itemFigNote {
    font-size: 2.4vw;
    left: 1.7333333333vw;
    bottom: 1.7333333333vw;
  }
  .sec06 .sec06_itemInner {
    padding: 5.3333333333vw 0 0;
  }
  .sec06 .sec06_itemInner1 {
    width: 33.3333333333vw;
    height: 24vw;
    padding: 0 0 0 3.2vw;
  }
  .sec06 .sec06_itemName1 {
    font-size: 4.2666666667vw;
  }
  .sec06 .sec06_itemName1::after {
    height: 4.8vw;
    width: 0.1333333333vw;
    right: -1.7333333333vw;
  }
  .sec06 .sec06_itemName2 {
    font-size: 4.2666666667vw;
    margin: 0.6666666667vw 0 0;
  }
  .sec06 .sec06_itemName2 .small {
    font-size: 3.2vw;
  }
  .sec06 .sec06_itemText {
    font-size: 3.4666666667vw;
  }
  .sec06 .sec06_itemTitle {
    text-align-last: left;
  }
  .sec06 .sec06_itemTitle .sub {
    font-size: 4.2666666667vw;
  }
  .sec06 .sec06_itemTitle .main {
    font-size: 4.8vw;
    margin: 4vw 0 0;
    justify-content: flex-start;
    height: 14.4vw;
  }
  .sec06 .sec06_itemTitle .main.-ls {
    letter-spacing: 0;
  }
  .sec06 .sec06_itemWrapper {
    display: block;
    margin: 4.2666666667vw 0 0;
  }
  .sec06 .sec06_title .sub {
    font-size: 4.2666666667vw;
  }
  .sec06 .sec06_title .main {
    font-size: 8vw;
    margin: 2.4vw 0 0;
  }
  .sec06 .sec06_wrapper {
    margin: 7.7333333333vw 0 0;
    padding: 0 0 16vw;
  }
}
.sec06 .adlpC-slider_01 {
  width: 1020px;
  margin: auto;
}
.sec06 .prev.slick-arrow {
  position: absolute;
  width: 45px;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.sec06 .next.slick-arrow {
  position: absolute;
  width: 45px;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.sec06 .adlpC-slider_01 .adlpC-slider_img img {
  width: 280px;
  margin: 0 auto;
}
.sec06 .slick-dots {
  position: absolute;
  bottom: -90px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.sec06 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.sec06 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.sec06 .slick-dots li button:hover,
.sec06 .slick-dots li button:focus {
  outline: none;
}
.sec06 .slick-dots li button:before {
  font-family: "slick";
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #CCCCCC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec06 .slick-dots li.slick-active button:before {
  color: #2CA6E0;
}
@media all and (min-width: 0px) and (max-width: 750px) {
  .sec06 .adlpC-slider_01 {
    width: 100%;
  }
  .sec06 .adlpC-slider_01 .adlpC-slider_img img {
    width: min(72vw, 540px);
    margin: 0 auto;
  }
  .sec06 .prev.slick-arrow {
    width: 50px;
    left: 1.5%;
  }
  .sec06 .next.slick-arrow {
    width: 50px;
    right: 1.5%;
  }
  .sec06 .slick-dots li button:before {
    font-size: in(8.6666666667vw, 65px);
  }
  .sec06 .slick-dots {
    bottom: -6.6666666667vw;
  }
  .sec06 .slick-dots li {
    width: 12px;
    height: 12px;
  }
}

.sec07 {
  background: linear-gradient(155.56deg, #4B82D6 10.11%, #282884 97.69%);
}
.sec07 .sec07_outer {
  padding: 82px 0;
}
.sec07 .sec07_box1 {
  width: 920px;
  margin: 70px auto 0;
  background-color: #fff;
}
.sec07 .sec07_box1Head {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2CA6E0;
}
.sec07 .sec07_box1Item {
  letter-spacing: 0.04em;
  text-align: left;
}
.sec07 .sec07_box1Item.-last {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  padding: 10px 0 0;
}
.sec07 .sec07_box1List {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  display: grid;
  gap: 0 100px;
  width: 680px;
  margin: 32px auto 0;
  grid-auto-flow: column;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr 1fr 1fr;
}
.sec07 .sec07_box1List.-item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
  width: 760px;
}
.sec07 .sec07_box1List.-item2 .sec07_box1Item {
  flex: 0 0 auto;
}
.sec07 .sec07_box1Title {
  font-weight: 500;
  font-size: 34px;
  line-height: 140%;
}
.sec07 .sec07_box1Title .large {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  color: #F7D72F;
}
.sec07 .sec07_box2 {
  width: 920px;
  margin: 87px auto 0;
  background-color: #fff;
  position: relative;
  padding: 8px 0;
}
.sec07 .sec07_box2::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../img/common/icon_plus.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: -66px;
}
.sec07 .sec07_boxNote {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin: 30px 0 0;
}
.sec07 .sec07_head {
  color: #FFFFFF;
  text-align: center;
}
.sec07 .sec07_lead {
  width: 386px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  margin: auto;
}
.sec07 .sec07_priceLead2 {
  flex: 0 0 auto;
  margin: 0 50px 0 0;
}
.sec07 .sec07_priceLead {
  width: 44px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333333;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  margin: 0 17px 0 0;
}
.sec07 .sec07_priceMain {
  color: #BC1006;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 114px;
  line-height: 140%;
}
.sec07 .sec07_priceMain .small {
  font-size: 86px;
}
.sec07 .sec07_priceWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec07 .sec07_priceWrapper.-blue .sec07_priceMain {
  color: #1450AA;
  font-size: 74px;
}
.sec07 .sec07_priceWrapper.-blue .sec07_priceMain .small {
  font-size: 54px;
}
.sec07 .sec07_priceWrapper.-blue .sec07_priceYen {
  color: #1450AA;
  font-size: 42px;
}
.sec07 .sec07_priceWrapper.-blue .sec07_priceYen .sec07_priceZei {
  font-size: 12px;
  line-height: 140%;
}
.sec07 .sec07_priceYen {
  position: relative;
  color: #BC1006;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
}
.sec07 .sec07_priceYen .sec07_priceZei {
  position: absolute;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  white-space: nowrap;
}
.sec07 .sec07_text1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  margin: 20px 0 0;
}
.sec07 .sec07_title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  font-family: "Noto Serif JP";
  font-weight: 700;
  margin: 25px 0 0;
}
@media screen and (max-width: 1079px) {
  .sec07 .sec07_outer {
    padding: 10.9333333333vw 0;
  }
  .sec07 .sec07_box1 {
    width: 84vw;
    margin: 9.3333333333vw auto 0;
  }
  .sec07 .sec07_box1Head {
    height: 13.3333333333vw;
  }
  .sec07 .sec07_box1Item.-last {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .sec07 .sec07_box1List {
    position: relative;
    font-size: 4.2666666667vw;
    gap: 0 10.6666666667vw;
    width: 70.1333333333vw;
    margin: 4.2666666667vw auto 0;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .sec07 .sec07_box1List.-item2 {
    display: grid;
    grid-auto-flow: row;
    justify-content: start;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 0 3.2vw;
    width: 88%;
  }
  .sec07 .sec07_box1Title {
    font-size: 5.3333333333vw;
  }
  .sec07 .sec07_box1Title .large {
    font-size: 8vw;
  }
  .sec07 .sec07_box2 {
    width: 84vw;
    margin: 16vw auto 0;
    padding: 1.0666666667vw 0;
  }
  .sec07 .sec07_box2::before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: -12.9333333333vw;
  }
  .sec07 .sec07_boxNote {
    width: 84vw;
    font-size: 2.4vw;
    text-align: left;
    margin: 3.3333333333vw auto 0;
  }
  .sec07 .sec07_lead {
    width: 60vw;
    height: 9.3333333333vw;
    border: 0.1333333333vw solid #FFFFFF;
    font-size: 4.8vw;
  }
  .sec07 .sec07_priceLead2 {
    font-size: 4vw;
    margin: 0 4vw 0 0;
  }
  .sec07 .sec07_priceLead {
    width: 6.9333333333vw;
    height: 15.2vw;
    border: 0.1333333333vw solid #333333;
    font-size: 4.8vw;
    margin: 0 2.2666666667vw 0 0;
  }
  .sec07 .sec07_priceMain {
    font-size: 15.2vw;
  }
  .sec07 .sec07_priceMain .small {
    font-size: 11.4666666667vw;
  }
  .sec07 .sec07_priceWrapper.-blue .sec07_priceMain {
    font-size: 9.8666666667vw;
  }
  .sec07 .sec07_priceWrapper.-blue .sec07_priceMain .small {
    font-size: 7.2vw;
  }
  .sec07 .sec07_priceWrapper.-blue .sec07_priceYen {
    font-size: 5.6vw;
  }
  .sec07 .sec07_priceWrapper.-blue .sec07_priceYen .sec07_priceZei {
    font-size: 2.4vw;
    letter-spacing: 0;
  }
  .sec07 .sec07_priceYen {
    font-size: 6.6666666667vw;
  }
  .sec07 .sec07_priceYen .sec07_priceZei {
    font-size: 2.4vw;
    top: -2vw;
  }
  .sec07 .sec07_text1 {
    font-size: 4vw;
    margin: 2.6666666667vw 0 0;
  }
  .sec07 .sec07_title {
    font-size: 8vw;
    margin: 3.3333333333vw 0 0;
  }
}

.sec08 {
  background: linear-gradient(180deg, rgba(217, 243, 249, 0) 0%, rgba(217, 243, 249, 0.376108) 12.87%, #D9F3F9 100%);
  padding: 80px 0 80px;
}
.sec08 .sec08_item {
  margin: 0 0 80px;
  position: relative;
}
.sec08 .sec08_item::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/common/sec08_bg1.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: -60px;
}
.sec08 .sec08_item:last-child {
  margin: 0;
}
.sec08 .sec08_item:last-child::after {
  content: none;
}
.sec08 .sec08_itemBody {
  background-color: #fff;
  padding: 33px 0;
}
.sec08 .sec08_itemBtn {
  flex: 0 0 410px;
}
.sec08 .sec08_itemBtnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 23px 0 5px;
}
.sec08 .sec08_itemHead {
  background-color: #282884;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 100px;
  padding: 0 0 0 40px;
}
.sec08 .sec08_itemIcon {
  position: absolute;
  width: 120px;
  right: 34px;
  top: -25px;
}
.sec08 .sec08_itemNum {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  color: #F7D72F;
  line-height: 1;
  position: relative;
  flex: 0 0 83px;
}
.sec08 .sec08_itemNum .sub {
  font-size: 20px;
  line-height: 140%;
  display: block;
}
.sec08 .sec08_itemNum .main {
  font-weight: 600;
  font-size: 50px;
  display: block;
}
.sec08 .sec08_itemNum::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 65px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.sec08 .sec08_itemText {
  padding: 0 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.sec08 .sec08_itemTitle {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0 30px;
}
.sec08 .sec08_title {
  text-align: center;
}
.sec08 .sec08_title .sub {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  display: block;
}
.sec08 .sec08_title .main {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  color: #1450AA;
  display: block;
  margin: 17px 0 0;
}
.sec08 .sec08_wrapper {
  width: 920px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1079px) {
  .sec08 {
    overflow: hidden;
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
  .sec08 .sec08_item {
    margin: 0 0 10.6666666667vw;
  }
  .sec08 .sec08_item::after {
    width: 1.0666666667vw;
    height: 5.3333333333vw;
    bottom: -8vw;
  }
  .sec08 .sec08_itemBody {
    padding: 5.3333333333vw 0;
  }
  .sec08 .sec08_itemBtn {
    flex: 0 0 54.6666666667vw;
  }
  .sec08 .sec08_itemBtn + .sec08_itemBtn {
    margin: 4vw 0 0;
  }
  .sec08 .sec08_itemBtnWrapper {
    width: 84vw;
    display: block;
    gap: 4vw;
    margin: 3.0666666667vw auto 0.6666666667vw;
  }
  .sec08 .sec08_itemHead {
    height: 14.6666666667vw;
    padding: 0 0 0 3.4666666667vw;
  }
  .sec08 .sec08_itemIcon {
    width: 21.3333333333vw;
    right: 1.3333333333vw;
    top: -3.3333333333vw;
  }
  .sec08 .sec08_itemNum {
    flex: 0 0 11.0666666667vw;
  }
  .sec08 .sec08_itemNum .sub {
    font-size: 3.4666666667vw;
  }
  .sec08 .sec08_itemNum .main {
    font-size: 7.4666666667vw;
  }
  .sec08 .sec08_itemNum::after {
    width: 0.1333333333vw;
    height: 12vw;
    right: -1.3333333333vw;
  }
  .sec08 .sec08_itemText {
    padding: 0 6.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 180%;
  }
  .sec08 .sec08_itemTitle {
    font-size: 5.8666666667vw;
    padding: 0 5.3333333333vw;
  }
  .sec08 .sec08_title .sub {
    font-size: 4.2666666667vw;
  }
  .sec08 .sec08_title .main {
    font-size: 8vw;
    margin: 2.2666666667vw 0 0;
  }
  .sec08 .sec08_wrapper {
    width: 92vw;
    margin: 6.6666666667vw auto 0;
  }
}

.sec09 {
  padding: 80px 0 80px;
}
.sec09 .sec09_item {
  margin: 0 0 30px;
}
.sec09 .sec09_item:last-child {
  margin: 0;
}
.sec09 .sec09_list {
  width: 920px;
  margin: 60px auto 0;
}
.sec09 .sec09_title {
  text-align: center;
}
.sec09 .sec09_title .sub {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  display: block;
}
.sec09 .sec09_title .main {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  color: #1450AA;
  display: block;
  margin: 17px 0 0;
}
@media screen and (max-width: 1079px) {
  .sec09 {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
  .sec09 .sec09_item {
    margin: 0 0 4vw;
  }
  .sec09 .sec09_list {
    width: 84vw;
    margin: 8vw auto 0;
  }
  .sec09 .sec09_title .sub {
    font-size: 4.8vw;
  }
  .sec09 .sec09_title .main {
    font-size: 8vw;
    margin: 2.2666666667vw 0 0;
  }
}
.sec09 .adlpC-accordion03 {
  background: #F5F5F5;
  margin: auto;
  padding: 7px 40px;
}
.sec09 .adlpC-accordion03 + .adlpC-accordion03 {
  margin-top: 30px;
}
.sec09 .adlpC-accordion03_header {
  position: relative;
  cursor: pointer;
  padding: 26px 0;
}
.sec09 .adlpC-accordion03_header::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_arrow6.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec09 .open.adlpC-accordion03_header::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec09 .adlpC-accordion03_headerText {
  line-height: 140%;
  color: #1450AA;
  position: relative;
  padding: 0 0 0 80px;
}
.sec09 .adlpC-accordion03_headerText .textIcon {
  position: absolute;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
  flex: 0 0 auto;
  width: 45px;
  height: 70px;
  display: block;
  top: 43%;
  transform: translateY(-50%);
  left: 10px;
}
.sec09 .adlpC-accordion03_headerText .main {
  font-weight: 500;
  font-size: 22px;
  flex: 1 1 auto;
}
.sec09 .adlpC-accordion03_body {
  display: none;
  padding-top: 20px;
  padding-bottom: 26px;
  border-top: 1px solid #1450AA;
}
.sec09 .adlpC-accordion03_bodyText {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media all and (min-width: 0px) and (max-width: 750px) {
  .sec09 .adlpC-accordion03 {
    width: 100%;
    padding: 0.9333333333vw 5.3333333333vw;
  }
  .sec09 .adlpC-accordion03 + .adlpC-accordion03 {
    margin-top: 4vw;
  }
  .sec09 .adlpC-accordion03_header {
    padding: 3.4666666667vw 0;
  }
  .sec09 .adlpC-accordion03_header::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .sec09 .adlpC-accordion03_headerText {
    padding: 0 6.6666666667vw 0 10.6666666667vw;
    line-height: 140%;
  }
  .sec09 .adlpC-accordion03_headerText .textIcon {
    font-size: 7.4666666667vw;
    width: 6vw;
    height: 9.3333333333vw;
    top: 43%;
    left: 1.3333333333vw;
  }
  .sec09 .adlpC-accordion03_headerText .main {
    font-size: 4vw;
    line-height: 140%;
  }
  .sec09 .adlpC-accordion03_body {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 3.4666666667vw;
  }
  .sec09 .adlpC-accordion03_bodyText {
    font-size: 3.4666666667vw;
    line-height: 180%;
  }
}

.btn1 .btn1_link {
  transition: filter 0.3s;
  height: 80px;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(91.5deg, #0CD85F 1.27%, #00B349 98.73%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.btn1 .btn1_link:hover {
  filter: brightness(130%);
}
.btn1 .btn1_link::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../img/common/icon_arrow4.svg");
  transform: rotate(-90deg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  right: 20px;
}
.btn1 .btn1_text {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  display: block;
  text-align: center;
  color: #fff;
}
.btn1 .btn1_large {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}
.btn1.-red .btn1_link {
  background: linear-gradient(90deg, #E52D27 0%, #B31217 100%);
}
@media screen and (max-width: 1079px) {
  .btn1 .btn1_link {
    height: 14.6666666667vw;
    border-radius: 7.3333333333vw;
    box-shadow: 0vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.3);
  }
  .btn1 .btn1_link::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 3.4666666667vw;
  }
  .btn1 .btn1_text {
    font-size: 4vw;
  }
  .btn1 .btn1_large {
    font-size: 4.2666666667vw;
  }
}

.btn2 .btn2_link {
  transition: filter 0.3s;
  height: 50px;
  width: 300px;
  margin: auto;
  border-radius: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(91.5deg, #0CD85F 1.27%, #00B349 98.73%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.btn2 .btn2_link:hover {
  filter: brightness(130%);
}
.btn2 .btn2_link::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("../img/common/icon_arrow4.svg");
  transform: rotate(-90deg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  right: 12px;
}
.btn2 .btn2_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  display: block;
  text-align: center;
  color: #fff;
}
.btn2.-red .btn2_link {
  background: linear-gradient(90deg, #E52D27 0%, #B31217 100%);
}
@media screen and (max-width: 1079px) {
  .btn2 .btn2_link {
    height: 8.8vw;
    width: 56vw;
    border-radius: 4.4vw;
    box-shadow: 0vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.3);
  }
  .btn2 .btn2_link::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 2.6666666667vw;
  }
  .btn2 .btn2_text {
    font-size: 3.4666666667vw;
  }
}

.cv .cv_outer {
  position: relative;
}
.cv .cv_btn {
  width: 490px;
  position: absolute;
  top: 70px;
  transition: filter 0.3s;
}
.cv .cv_btn:hover {
  filter: brightness(130%);
}
.cv .cv_btn.cv_btn_1 {
  left: 457px;
}
.cv .cv_btn.cv_btn_2 {
  left: 975px;
}
@media screen and (max-width: 1079px) {
  .cv .cv_btn {
    width: 85.3333333333vw;
  }
  .cv .cv_btn.cv_btn_1 {
    left: 50%;
    transform: translateX(-50%);
    top: 13.3333333333vw;
  }
  .cv .cv_btn.cv_btn_2 {
    left: 50%;
    transform: translateX(-50%);
    top: 40vw;
  }
}/*# sourceMappingURL=style.css.map */









/*add 20251211*/
.sectionNo1 {
    position: relative;
    overflow: hidden;
	
}
section.sectionNo1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 700px;
    background: #e6f7fb;
    clip-path: polygon(0 0, 360% 0% , 0% 50%);
    box-sizing: border-box;
}
.sectionNo1 .wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 4em 25px;
    box-sizing: border-box;
}
.datasubtitle {
	
    font-size: clamp(30px,13vw,140px);
    font-weight: 300;
    position: absolute;
    line-height: 1;
    top: -10px;
    z-index: -1;
    color: #ffffffc9;
    text-align: center;
    left: 0;
    right: 0;
    font-style: italic;
}
.sectionNo1 .addh2 {
    text-align: center;
    font-size: clamp(20px, 3vw, 40px);
    color: #144fab;
    margin-bottom: .4em;
    font-weight: bold;
	font-family: "Noto Serif JP";
}
.sectionNo1 .addh2 span {
    font-size: clamp(14px,2vw,30px);
    line-height: 1.6;
    display: inline-block;
}
.sectionNo1 .addh2 strong {
    font-size: clamp(30px,4vw,45px);
    font-feature-settings: "palt";
    color: #BC1006;
}
.sectionNo1 .colsection {
    display: flex;
    column-gap: 2em;
    align-items: center;
	margin: 2em auto;
}
.sectionNo1 .coltext {
    flex: 1 1 0;
}
.sectionNo1 .colimg {
    display: flex;
    width: clamp(100px,15vw,300px);
	
}
.sectionNo1 .colimg ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1em;
}
.cyousafaq.qanda {
    width: 100%;
}
.cyousafaq.qanda .toggle {
    box-shadow: none;
}
.cyousafaq.qanda .toggle dt {
    background: #3447a0;
    color: #fff;
}
.cyousafaq.qanda .inner {
    position: relative;
    padding-right: 40px;
    box-sizing: border-box;
    padding: clamp(8px,1vw,20px) 10px;
}
.cyousafaq .inner > span:last-of-type, .cyousafaq .inner.active > span:first-of-type {
    display: inline !important;
}
.cyousafaq.qanda .inner .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
}
.cyousafaq.qanda .inner .icon::before {
    transform: translateY(-50%) rotate(0deg);
}
.cyousafaq.qanda .inner .icon::after {
    transform: translateY(-50%) rotate(90deg);
}
.cyousafaq.qanda .inner .icon::before, .cyousafaq.qanda .inner .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #fff;
    transition: transform .3s ease, opacity .3s ease;
    transform-origin: center;
}
.cyousafaq.qanda dd {
    display: block;
    background: #e6f7ff;
    color: #333;
    padding: 1em 2em;
}
.cyousafaq.qanda dd ul {
    padding: 0;
}
.cyousafaq.qanda dd ul li{
	list-style: disc;
}

/* 縦棒（＋の縦） */
.cyousafaq.qanda .inner .icon::after {
transform: translateY(-50%) rotate(90deg);
}

/* 横棒（−の横）*/
.cyousafaq.qanda .inner .icon::before {
transform: translateY(-50%) rotate(0deg);
}

/* ===== 開いた状態（active）===== */

/* active で 横棒残し ＋ 縦棒を消す（マイナス化）*/
.cyousafaq.qanda .inner.active .icon::after {
opacity: 0;
transform: translateY(-50%) rotate(0deg);
}

/* 横棒を少し回転アニメをつける */
.cyousafaq.qanda .inner.active .icon::before {
transform: translateY(-50%) rotate(180deg);
}


.textLink a{
	text-decoration: underline;
	color: #3447a0;
}
.textLink a:hover{
	text-decoration: none;
}
.cyousadata {
    position: absolute;
    left: 41.78%;
    font-size: 12px;
    top: 92.8%;
    font-weight: bold;
}
.cyousadata a {
    color: #919191;
    text-decoration: none;
}

.fv_outer{
	position: relative;
}
@media(max-width:768px){
	    .cyousadata {
        position: absolute;
        right: 5%;
        font-size: clamp(10px, 1.5vw, 20px);
        top: 150vw;
        left: auto;
    }
	.cyousadata a{
		color: #cacbf5;
		font-weight: normal;
	}
	.sectionNo1 .wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 2em 25px;
    box-sizing: border-box;
}
	    .sectionNo1 .colsection {
        align-items: flex-start;
        column-gap: 1em;
    }
	.sectionNo1 .colsection .addptext{
		font-size: 16px;
	}
	    .cyousafaq.qanda .inner {
        padding: clamp(8px, 1vw, 20px) 30px clamp(8px, 1vw, 20px) 10px;
			 font-size: 15px;
    }
	.cyousafaq.qanda dd {
		font-size: 15px;
	}
	.sectionNo1 .addh2 span {
    font-size: clamp(18px, 2vw, 30px);
    line-height: 1.4;
    display: inline-block;
}
}


.lp-l-nav {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 200;
        transform: translateY(100%);
        transition: transform ease-in-out 250ms;
        background: rgba(0, 0, 0, 0.65);
      }

      .lp-l-nav a {
        text-decoration: none !important;
      }

      .lp-l-nav.is-view {
        transform: translateY(0);
      }

      .lp-l-inner {
        width: 100vw;
        max-width: 1120px;
        margin: auto;
        position: relative;
      }

      .lp-p-cv__inner {
        padding-top: min(44px, 4.0740740741vw);
        padding-bottom: min(33px, 3.0555555556vw);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }

      .lp-l-nav .lp-p-cv__inner {
        padding: 0;
        display: flex;
        align-items: center;
      }

      .lp-l-nav .lp-p-cv__ttl {
        color: #fff;
        font-size: min(17px, 1.6666666667vw);
        line-height: 1.6;
        letter-spacing: 0.04em;
      }

      .lp-l-nav .lp-p-cta {
        width: min(308px, 27.418519vw);
      }

      .lp-l-nav .lp-p-cta__inner {
        padding-top: min(18px, 1.6666666667vw);
        padding-bottom: min(17px, 1.5740740741vw);
      }

      .lp-c-btn {
        position: relative;
        width: 100%;
        max-width: 630px;
        margin: 0 auto;
        box-shadow: min(16px, 2.1333333333vw) min(16px, 2.1333333333vw) min(16px, 2.1333333333vw) 0px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: min(99px, 13.2vw);
        transition: filter ease-in 250ms;
      }

      .lp-c-btn.--green {
        background: var(--btn-grn, linear-gradient(180deg, #35f45a 26.54%, #4cc764 99.99%));
      }

      .lp-c-btn.--red {
        background: var(--btn-rd, linear-gradient(180deg, #ee668a 0%, #d80036 100%));
      }

      .lp-l-nav .lp-c-btn__main {
        font-size: min(20px, 1.8518518519vw) !important;
        padding: min(25px, 2.3148148148vw) 0 !important;
      }

      .lp-c-btn .lp-c-btn__main {
        color: #fff;
        font-family: Noto Sans JP;
        font-size: min(22px, 2.037037037vw);
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        padding: min(28px, 2.5925925926vw) 0 min(34px, 3.1481481481vw);
        margin: 0;
      }

      .lp-c-btn .lp-c-btn__main::after {
        content: "";
        display: block;
        width: min(28.98px, 2.6833333333vw);
        aspect-ratio: 1/1;
        background: url(https://jyuke-labo.com/lp/daigaku/takuro-0216/img/common/icon-btn-arrow.svg) center/contain no-repeat;
        position: absolute;
        right: min(32px, 2.962962963vw);
        top: 50%;
        transform: translate(0, -50%);
        transition: transform ease-in-out 250ms;
      }

      .lp-l-nav .lp-c-btn .lp-c-btn__main::after {
        right: min(22px, 2.037037037vw);
      }

      .lp-c-btn__main.two-txt {
        text-align: center;
        line-height: 1.2;
      }

      .u-br_sp {
        display: none;
      }


@media(max-width:768px){
.u-br_sp {
          display: inline;
        }

        .lp-l-nav {
          position: fixed;
        }

        .lp-l-nav .lp-p-cv__inner {
          padding: 0;
          display: flex;
          align-items: center;
          padding: min(32px, 4.2666666667vw) 0;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;
        }

        .lp-l-nav .lp-p-cv__ttl {
          color: #fff;
          font-size: min(26px, 3.4666666667vw);
          width: 100%;
          text-align: center;
          margin: 0;
        }

        .lp-l-nav .lp-p-cta {
          width: min(318px, 42.4vw);
          margin: min(18px, 2.4vw) min(10px, 1.3333333333vw) 0 !important;
          padding: 0;
          text-align: center;
        }

        .lp-p-cta:nth-child(n + 2) {
          margin-top: min(48px, 6.4vw);
        }

        .lp-l-nav .lp-p-cta__inner {
          padding-top: 0;
          padding-bottom: 0;
        }

        .lp-l-nav .lp-c-btn {
          border-radius: min(25px, 3.3333333333vw) !important;
        }

        .lp-l-nav .lp-c-btn__main {
          font-size: min(20px, 1.8518518519vw) !important;
          padding: min(25px, 2.3148148148vw) 0 !important;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: min(30px, 4vw) !important;
          line-height: 1.2 !important;
        }

        .lp-c-btn .lp-c-btn__main {
          font-size: min(40px, 5.3333333333vw);
          padding: min(33px, 4.4vw) 0 min(33px, 4.4vw);
        }

        .lp-l-nav .lp-c-btn .lp-c-btn__main::after {
          right: min(22px, 2.037037037vw);
          position: static;
          transform: inherit;
          right: inherit;
          top: inherit;
          width: min(40px, 5.3333333333vw);
          margin-left: min(14px, 1.8666666667vw);
        }

        .lp-c-btn .lp-c-btn__main.two-txt {
          font-size: min(30px, 3vw) !important;
        }
}