@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

body {
  color: #161616;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.5;
  background-color: #fff;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}

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

ruby rt {
  display: none;
}
ruby[data-ruby] {
  position: relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -0.8em;
  right: -2em;
  text-align: center;
  font-size: 0.4em;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
#wrapper {
  display: block;
  margin: 0;
  padding: 0;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
figure,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
@media screen and (max-width: 1280px) {
  /* tablet size */
}
@media screen and (max-width: 768px) {
  /* smartphone size */
}
/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  width: 100%;
  height: 8rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 5rem;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 3.6rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .header__inner {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo__block + .header__logo__block {
  margin-left: 2rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .header__logo__block + .header__logo__block {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo__block--01 {
    max-width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo__block--02 {
    max-width: 2.7rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4.8rem;
}
@media screen and (max-width: 1280px) {
  .header__nav__list {
    margin-right: 3.2rem;
  }
}
.header__nav__list-item + .header__nav__list-item {
  margin-left: 4rem;
}
@media screen and (max-width: 1280px) {
  .header__nav__list-item + .header__nav__list-item {
    margin-left: 2.4rem;
  }
}
.header__nav__list-item a {
  color: #004ea2;
  font-weight: 700;
}
.header__nav .button {
  max-width: initial;
  width: auto;
  padding: 0 3.2rem;
}
.header__nav .button span {
  font-size: 1.6rem;
  line-height: 4.6rem;
}

.heading {
  padding: 0 2rem;
  text-align: center;
}
.heading__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .heading__title {
    font-size: 2rem;
  }
}
.heading__title--decoration {
  padding: 0 8.5rem;
  position: relative;
}
.heading__title--decoration::before, .heading__title--decoration::after {
  content: "";
  width: 3.7rem;
  height: 3.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.heading__title--decoration::before {
  left: 0;
}
.heading__title--decoration::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.heading__title--white::before, .heading__title--white::after {
  background-image: url(../img/bg-title__decoration-wh.svg);
  -webkit-box-sizing: 100% 100%;
          box-sizing: 100% 100%;
}
.heading__title--blue {
  color: #004ea2;
}
.heading__title--blue::before, .heading__title--blue::after {
  background-image: url(../img/bg-title__decoration-bl.svg);
  -webkit-box-sizing: 100% 100%;
          box-sizing: 100% 100%;
}

.button {
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
  background-color: #ffa012;
  border-radius: 3.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .button {
    width: 70%;
  }
}
.button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #ff7612;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.button span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 6.4rem;
}
@media screen and (max-width: 768px) {
  .button span {
    font-size: 1.6rem;
    line-height: 5.7rem;
  }
}
.button:hover {
  opacity: 1;
}
.button:hover::before {
  height: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  width: 1.6rem !important;
  height: 1.6rem !important;
  margin: 0 0.5rem !important;
  background-color: #fff !important;
  opacity: 1 !important;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.swiper-pagination-bullet-active {
  background-color: #45b7fa !important;
}

.footer__inner {
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo + .footer__logo {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__logo + .footer__logo {
    margin-top: 3.6rem;
  }
}
.footer__logo--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo--03 {
  width: 15.5rem;
}
.footer__logo__block--02 {
  margin-left: 1rem;
}
.footer__copy {
  padding: 1.2rem 2rem;
  text-align: center;
}
.footer__copy-text {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .footer__copy-text {
    font-size: 1.2rem;
  }
}

.fixed {
  bottom: 3rem;
  right: calc(50% - 63rem);
  width: 12rem;
  height: 12rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1280px) {
  .fixed {
    right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed {
    width: 10.7rem;
    height: 10.7rem;
    bottom: 1.3rem;
    right: 1.3rem;
  }
  body:has(.grecaptcha-badge) .fixed {
    bottom: 8.4rem;
  }
}
.fixed--show {
  position: fixed;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.fixed--hidden {
  display: none;
}
.fixed__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #ffa012;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 100% !important;
}
.fixed__button span {
  font-size: 1.6rem;
  line-height: inherit !important;
}
@media screen and (max-width: 768px) {
  .fixed__button span {
    font-size: 1.4rem;
  }
}

.visible--tb {
  display: none !important;
}
@media screen and (max-width: 1280px) {
  .visible--tb {
    display: block !important;
  }
}

.visible--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible--sp {
    display: block !important;
  }
}

@media screen and (max-width: 1280px) {
  .hidden--tb {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hidden--sp {
    display: none !important;
  }
}

/*
 * Page
 * -------------------------------------------------------------------
 */
.mv {
  padding: 7.2rem 0 5.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#00d1ff), to(#2485ed));
  background: linear-gradient(to right, #00d1ff, #2485ed);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    background: -webkit-gradient(linear, left top, left bottom, from(#00d1ff), to(#2485ed));
    background: linear-gradient(to bottom, #00d1ff, #2485ed);
    padding: 7rem 0 9rem;
  }
}
.mv::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mv::after {
    background-image: url(../img/bg-mv-sp.jpg);
  }
}
.mv__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 101.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 0;
  }
}
.mv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mv__flex__image {
  max-height: 37.2rem;
  height: 30.5vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.1%;
          flex: 0 1 51.1%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__flex__image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 76.4%;
    padding-top: 0;
    max-width: initial;
    height: 56.9vw;
    margin-left: 3rem;
  }
}
.mv__flex__image::before {
  content: "";
  width: 35.3vw;
  height: 35.3vw;
  max-width: 37.2rem;
  max-height: 37.2rem;
  background-color: #b7e2ef;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__flex__image::before {
    width: 56.9vw;
    height: 56.9vw;
  }
}
.mv__flex__image-item {
  position: absolute;
}
.mv__flex__image-item--01 {
  max-width: 60rem;
  width: 88.5%;
  top: 0;
  right: 0;
}
.mv__flex__image-item--01 img {
  position: absolute;
}
.mv__flex__image-item--01 img:nth-child(1) {
  z-index: 1;
}
.mv__flex__image-item--01 img:nth-child(2) {
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.mv__flex__image-item--01 img:nth-child(3) {
  z-index: 3;
}
.mv__flex__image-item--02 {
  max-width: 14.1rem;
  width: 20.9%;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.mv__flex__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.2%;
          flex: 0 1 43.2%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__flex__content {
    padding: 0 3rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 4.8rem;
  }
}
.mv__flex__content-catch {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .mv__flex__content-catch {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.mv__flex__content-title img {
  width: 100%;
}
.mv__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 2.4rem auto;
  grid-template-rows: auto auto;
  gap: 2.4rem;
  margin-top: 4rem;
}
.mv__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mv__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.mv__grid > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.mv__grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .mv__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 84.8%;
    margin: 5.8rem auto 0;
    gap: 1.2rem 0;
  }
}
.mv__grid__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv__grid__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media screen and (max-width: 768px) {
  .mv__grid__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 21.4%;
            flex: 0 1 21.4%;
  }
}
.mv__grid__image img {
  background-color: #fff;
  border-radius: 100%;
}
.mv__grid__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 63%;
          flex: 0 1 63%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv__grid__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 71.4%;
            flex: 0 1 71.4%;
  }
}
.mv__grid__content-text {
  font-size: 1.2rem;
  font-weight: 700;
}
.mv .button {
  margin-top: 3.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv .button {
    width: 72.1%;
    margin-top: 4rem;
  }
}

.sec01 {
  padding: 8rem 0 16rem;
  background-color: #717171;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 5rem 0 16rem;
  }
}
.sec01::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-sec01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sec01__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 108rem;
  position: relative;
  z-index: 1;
}
.sec01__movie {
  max-width: 64rem;
  margin: 0 auto;
  position: relative;
}
.sec01__movie video {
  width: 100%;
  vertical-align: bottom;
}
.sec01__movie__box {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.4rem 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01__movie__box {
    padding: 0;
    bottom: auto;
    margin-top: 2.5rem;
  }
}
.sec01__movie__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec01__movie__box::before {
    content: none;
  }
}
.sec01__movie__box-text {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sec01__movie__box-text span {
  font-size: 2.4rem;
}
.sec01 .bg__bottom {
  width: 50%;
  position: absolute;
  bottom: -0.1rem;
  z-index: 1;
  border-bottom: 0.1rem solid #fff;
}
.sec01 .bg__bottom--left {
  left: 0;
}
.sec01 .bg__bottom--right {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.sec02 {
  padding: 3.2rem 0 9.2rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .sec02 {
    padding: 1.7rem 0 4.8rem;
    margin-top: 0;
  }
}
.sec02__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 108rem;
  position: relative;
  z-index: 1;
}
.sec02__block__content {
  text-align: center;
  margin-bottom: 3.2rem;
}
.sec02__block__content-title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #004ea2;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .sec02__block__content-title {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02__block__content-title {
    font-size: 2rem;
  }
}
.sec02__block__content-title span {
  font-size: 3.6rem;
}
@media screen and (max-width: 1280px) {
  .sec02__block__content-title span {
    font-size: inherit;
  }
}
.sec02__block__content-text {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec02__block__content-text {
    font-size: 1.4rem;
  }
}
.sec02__block__content-text span {
  font-size: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .sec02__block__content-text span {
    font-size: inherit;
    font-weight: 700;
  }
}
.sec02__block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec02__block__image-box--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35.9%;
          flex: 0 1 35.9%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 74.8% 25.2%;
  grid-template-columns: 74.8% 25.2%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-right: 3.2rem;
}
.sec02__block__image-box--left > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sec02__block__image-box--left > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sec02__block__image-box--left > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.sec02__block__image-box--left > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 768px) {
  .sec02__block__image-box--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52.5%;
            flex: 0 1 52.5%;
  }
}
.sec02__block__image-box--left img:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.sec02__block__image-box--left img:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.sec02__block__image-box--left p {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 0.2rem;
}
.sec02__block__image-box--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17.3%;
          flex: 0 1 17.3%;
}
@media screen and (max-width: 768px) {
  .sec02__block__image-box--right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 29.9%;
            flex: 0 1 29.9%;
  }
}
.sec02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .sec02__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .sec02__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec02__flex__image--01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.3%;
          flex: 0 1 21.3%;
}
@media screen and (max-width: 768px) {
  .sec02__flex__image--01 {
    width: 62.3%;
    margin: 0 auto 4rem;
  }
}
.sec02__flex__image--02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 6.2rem;
}
@media screen and (max-width: 1280px) {
  .sec02__flex__image--02 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02__flex__image--02 {
    width: 42.1%;
    margin: 0 auto;
  }
}
.sec02__flex__image p {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .sec02__flex__image p {
    color: #161616;
  }
}

.sec03 {
  padding: 6rem 0 8rem;
  background-color: #004ea2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 4rem 0 6rem;
  }
}
.sec03 .heading {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .sec03 .heading {
    margin-bottom: 4rem;
  }
}
.sec03__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 92rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03__inner {
    padding: 0;
  }
}
.sec03__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec03__list {
    margin-bottom: 2.4rem;
  }
}
.sec03__list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.6%;
          flex: 0 1 20.6%;
}
@media screen and (max-width: 768px) {
  .sec03__list__block {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.7rem 3.5rem 5.6rem;
    height: auto !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec03__list__image {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  .sec03__list__image {
    max-width: 14.2rem;
    width: 90%;
    margin: 0 auto 2.4rem;
  }
}
.sec03__list__image img {
  background-color: #fff;
  border-radius: 100%;
  border: 0.5rem solid #aaa;
}
.sec03__list__content {
  color: #fff;
}
.sec03__list__content-title {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .sec03__list__content-title {
    margin-bottom: 3.2rem;
    color: #004ea2;
    text-align: center;
  }
}
.sec03__list__content-text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec03__list__content-text {
    color: #161616;
  }
}
.sec03 .button {
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .sec03 .button {
    margin-top: 4rem;
  }
}

.sec04 {
  padding: 8rem 0;
  background-color: #f4f4f4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6rem 0;
  }
}
.sec04 .heading {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec04 .heading {
    margin-bottom: 3rem;
  }
}
.sec04__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 92rem;
  position: relative;
}
.sec04__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
  grid-template-rows: auto auto auto auto auto;
  gap: 0 4rem;
      grid-template-areas: "block01 block01" "arrow01 arrow01" "block02 block02" "arrow02 arrow03" "block03 block04";
}
@media screen and (max-width: 768px) {
  .sec04__grid {
    gap: 0 1.4rem;
  }
}
.sec04__grid__block {
  background-color: #fff;
  border-radius: 2rem;
}
.sec04__grid__block--01 .sec04__flex, .sec04__grid__block--02 .sec04__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--01 .sec04__flex, .sec04__grid__block--02 .sec04__flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--01 .sec04__flex__content, .sec04__grid__block--02 .sec04__flex__content {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--01 .sec04__flex__content-text, .sec04__grid__block--02 .sec04__flex__content-text {
    margin-bottom: 1.2rem;
  }
}
.sec04__grid__block--01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: block01;
  padding: 1.5rem 6rem 1rem 6.8rem;
}
.sec09__list__block--01 .sec09__grid > .sec04__grid__block--01 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.sec09__list__block--02 .sec09__grid > .sec04__grid__block--01 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--01 {
    padding: 2rem 0 3.6rem;
  }
}
.sec04__grid__block--01 .sec04__flex__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.7%;
          flex: 0 1 32.7%;
}
.sec04__grid__block--01 .sec04__flex__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57.8%;
          flex: 0 1 57.8%;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--01 .sec04__flex__image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.sec04__grid__block--02 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: block02;
  padding: 3.5rem 5.2rem 3.5rem 5.8rem;
}
.sec09__list__block--01 .sec09__grid > .sec04__grid__block--02 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.sec09__list__block--02 .sec09__grid > .sec04__grid__block--02 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--02 {
    padding: 4rem 0 3.6rem;
  }
}
.sec04__grid__block--02 .sec04__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec04__grid__block--02 .sec04__flex__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55.7%;
          flex: 0 1 55.7%;
}
.sec04__grid__block--02 .sec04__flex__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.4%;
          flex: 0 1 37.4%;
  margin-right: 8rem;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--02 .sec04__flex__image {
    margin: 0 auto;
    width: 45.6%;
    margin-bottom: 3.2rem;
  }
}
.sec04__grid__block--03, .sec04__grid__block--04 {
  text-align: center;
  padding: 2rem 0 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--03, .sec04__grid__block--04 {
    padding: 2.8rem 0.8rem 0.8rem;
  }
}
.sec04__grid__block--03 .sec04__flex, .sec04__grid__block--04 .sec04__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec04__grid__block--03 .sec04__flex__content-text, .sec04__grid__block--04 .sec04__flex__content-text {
  font-size: 1.3rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--03 .sec04__flex__content-text, .sec04__grid__block--04 .sec04__flex__content-text {
    margin-bottom: 2.1rem;
    font-size: 1.1rem;
  }
}
.sec04__grid__block--03 .sec04__flex__image, .sec04__grid__block--04 .sec04__flex__image {
  margin: auto auto 0;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--03 .sec04__flex__image, .sec04__grid__block--04 .sec04__flex__image {
    width: 100%;
  }
}
.sec04__grid__block--03 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: block03;
}
.sec09__list__block--01 .sec09__grid > .sec04__grid__block--03 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.sec09__list__block--02 .sec09__grid > .sec04__grid__block--03 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.sec04__grid__block--03 .sec04__flex__content {
  padding: 0 5.8rem;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--03 .sec04__flex__content {
    padding: 0;
  }
}
.sec04__grid__block--03 .sec04__flex__image {
  width: 70.6%;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--03 .sec04__flex__image {
    width: 100%;
    position: relative;
  }
  .sec04__grid__block--03 .sec04__flex__image::before {
    content: "";
    display: block;
    padding-top: 52.1%;
  }
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--03 .sec04__flex__image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.sec04__grid__block--04 {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: block04;
}
.sec09__list__block--02 .sec09__grid > .sec04__grid__block--04 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.sec04__grid__block--04 .sec04__flex__content {
  padding: 0 6.8rem;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--04 .sec04__flex__content {
    padding: 0;
  }
}
.sec04__grid__block--04 .sec04__flex__image {
  width: 57.6%;
}
@media screen and (max-width: 768px) {
  .sec04__grid__block--04 .sec04__flex__image {
    width: 100%;
  }
}
.sec04__grid__arrow {
  text-align: center;
  margin: 1.4rem 0 1.2rem;
}
.sec04__grid__arrow--01 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: arrow01;
}
.sec04__grid__arrow--02 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: arrow02;
}
.sec04__grid__arrow--03 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: arrow03;
}
@media screen and (max-width: 768px) {
  .sec04__grid__arrow {
    margin: 0.7rem 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec04__grid__arrow img {
    width: 2rem;
  }
}
.sec04__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec04__flex__content-title {
  color: #004ea2;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec04__flex__content-title {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.sec04__flex__content-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.sec04__flex__content-text + .sec04__flex__content-text {
  margin-top: 1.6rem;
}

.sec05 {
  padding: 12rem 0;
  background-color: #004ea2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 8rem 0;
  }
}
.sec05 .heading {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec05 .heading {
    margin-bottom: 4rem;
  }
}
.sec05__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 92rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05__inner {
    padding: 0;
  }
}
.sec05__list {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sec05__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 2.4rem;
  }
}
.sec05__list__block {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 4rem 0 5.6rem;
  min-height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .sec05__list__block {
    padding: 3.8rem 3.8rem 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec05__list__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.4rem 4rem;
    height: auto !important;
  }
}
.sec05__list__block--01 .sec05__list__image img, .sec05__list__block--04 .sec05__list__image img {
  border-radius: 100%;
  border: 0.5rem solid #e4e4e4;
}
.sec05__list__block--02 {
  min-height: 34rem;
}
.sec05__list__block + .sec05__list__block {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .sec05__list__block + .sec05__list__block {
    margin-top: 0;
  }
}
.sec05__list__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26.1%;
          flex: 0 1 26.1%;
}
@media screen and (max-width: 768px) {
  .sec05__list__image {
    max-width: 14.2rem;
    width: 90%;
    margin-bottom: 2.4rem;
  }
}
.sec05__list__image p {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 0.2rem;
}
.sec05__list__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70.3%;
          flex: 0 1 70.3%;
}
.sec05__list__content-point {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #004ea2;
  line-height: 3.2rem;
  border-radius: 2rem;
  margin-bottom: 1.6rem;
  max-width: 12rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec05__list__content-point {
    display: block;
    max-width: initial;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}
.sec05__list__content-title {
  font-size: 2rem;
  font-weight: 700;
  color: #004ea2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sec05__list__content-title {
    text-align: center;
    font-size: 1.6rem;
  }
}
.sec05__list__content-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #faff00));
  background: linear-gradient(transparent 80%, #faff00 80%);
}
.sec05__list__content-text {
  font-size: 1.4rem;
}
.sec05__list__content-text--indent {
  padding-left: 1em;
  text-indent: -1em;
}
.sec05__list__content-text span {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .sec05__list__content-text span {
    font-size: 1rem;
  }
}

.sec06 {
  padding: 6rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 4rem 0 6rem;
  }
}
.sec06 .heading {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec06 .heading {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .heading__title--decoration {
    padding: 0 4.7rem;
  }
}
.sec06__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 108rem;
  position: relative;
  z-index: 1;
}
.sec06__movie {
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sec06__movie__heading {
  text-align: center;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .sec06__movie__heading {
    margin-bottom: 3rem;
  }
}
.sec06__movie__heading-title {
  padding: 0 9rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  background-color: #45b7fa;
  text-align: center;
  line-height: 7rem;
  border-radius: 1rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06__movie__heading-title {
    font-size: 2rem;
    line-height: 5.2rem;
    padding: 0 4.4rem;
  }
}
.sec06__movie__heading-title::after {
  content: "";
  border-top: 2.5rem solid #45b7fa;
  border-right: 2.4rem solid transparent;
  border-left: 2.4rem solid transparent;
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec06__movie__block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sec06__movie__block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec06__img {
  position: absolute;
  width: 26rem;
  right: -4rem;
  bottom: -14.8rem;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .sec06__img {
    right: 0;
    width: 20.8rem;
    bottom: -14.1rem;
  }
}
.sec06 .button {
  margin-top: 3.2rem;
  z-index: 2;
}

.sec07 {
  padding: 8rem 0 10.7rem;
  background-color: #45b7fa;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 6rem 0 8.2rem;
  }
}
.sec07 .heading {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec07 .heading {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .heading__title {
    font-size: 2.4rem;
  }
}
.sec07__inner {
  max-width: 99.7rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec07__inner {
    padding: 0 4rem;
  }
}
.sec07__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec07__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec07__flex__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.1%;
          flex: 0 1 47.1%;
}
.sec07__flex__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.9%;
          flex: 0 1 45.9%;
  padding-top: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .sec07__flex__content {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec07__flex__content {
    margin-bottom: 4.8rem;
  }
}
.sec07__flex__content-text {
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec07__flex__content-text {
    font-size: 1.4rem;
  }
}
.sec07__flex__content-text + .sec07__flex__content-text {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec07__flex__content-text + .sec07__flex__content-text {
    margin-top: 2rem;
  }
}

.sec08 {
  padding: 7.3rem 0 11.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 4.8rem 0 8rem;
  }
}
.sec08 .heading {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .sec08 .heading {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .heading__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .heading__title--decoration {
    padding: 0 4.7rem;
  }
}
.sec08__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 108rem;
  position: relative;
  z-index: 1;
}
.sec08__grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 2.8rem;
  -ms-grid-columns: 1fr 3fr 10rem 1fr;
  grid-template-columns: 1fr 3fr 10rem 1fr;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .sec08__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4rem 0;
  }
}
.sec08__grid::after {
  content: "";
  height: 1.2rem;
  width: 100%;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .sec08__grid::after {
    width: 1.2rem;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.sec08__grid__heading {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec08__grid__heading {
    margin-bottom: 2.4rem;
  }
}
.sec08__grid__heading-title {
  color: #004ea2;
  font-weight: 700;
  font-size: 1.5rem;
}
.sec08__grid__block {
  background-color: #eee;
  border-radius: 1rem;
  padding: 4.8rem 2.4rem 6.2rem;
}
@media screen and (max-width: 1280px) {
  .sec08__grid__block {
    padding: 2.4rem;
  }
}
.sec08__grid__block--01 .sec08__grid__content-step {
  color: #65a01a;
}
.sec08__grid__block--01 .sec08__grid__content-heading {
  background: #65a01a;
}
.sec08__grid__block--02 {
  margin-left: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .sec08__grid__block--02 {
    margin-left: 0;
  }
}
.sec08__grid__block--02 .sec08__grid__content-step {
  color: #45b7fa;
}
.sec08__grid__block--02 .sec08__grid__content-heading {
  background: #45b7fa;
}
.sec08__grid__block--03 .sec08__grid__content-step {
  color: #004ea2;
}
.sec08__grid__block--03 .sec08__grid__content-heading {
  background: #004ea2;
}
.sec08__grid__patch {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .sec08__grid__patch {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec08__grid__patch span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #004ea2;
  color: #fff;
  position: relative;
  border-radius: 100%;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .sec08__grid__patch span {
    width: 9rem;
  }
}
.sec08__grid__patch span::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec08__grid__content {
  width: 100%;
}
.sec08__grid__content + .sec08__grid__content {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .sec08__grid__content + .sec08__grid__content {
    margin-left: 0;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec08__grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec08__grid__content-heading {
  border-radius: 0.8rem;
  text-align: center;
  padding: 1.6rem 0.7rem;
  margin-bottom: 2.4rem;
  min-height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec08__grid__content-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40.8%;
            flex: 0 1 40.8%;
    margin-bottom: 0;
    min-height: 12rem;
    padding: 1.3rem 0.8rem;
  }
}
.sec08__grid__content-step {
  background: #fff;
  line-height: 2.2rem;
  max-width: 10rem;
  width: 100%;
  display: inline-block;
  border-radius: 1.1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec08__grid__content-step {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.sec08__grid__content-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec08__grid__content-title {
    font-size: 1.5rem;
  }
}
.sec08__grid__content-text {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec08__grid__content-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 51%;
            flex: 0 1 51%;
  }
}
.sec08__grid__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec08__grid__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sec08__grid__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 51%;
            flex: 0 1 51%;
  }
}
.sec08__grid__list-item {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
.sec08__notes {
  text-align: center;
}
.sec08__img {
  position: absolute;
  width: 34.1rem;
  right: -4rem;
  bottom: -27.8rem;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .sec08__img {
    right: 0;
    width: 27.28rem;
    bottom: -14.4rem;
  }
}
.sec08 .button {
  margin-top: 3.2rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .sec08 .button {
    margin-top: 2.4rem;
  }
}

.sec09 {
  padding: 8rem 0 15.4rem;
  background-color: #004ea2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec09 {
    padding: 6rem 0 10rem;
  }
}
.sec09 .heading {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec09 .heading {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec09 .heading__title {
    font-size: 2.4rem;
  }
}
.sec09__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 108rem;
  position: relative;
  z-index: 1;
}
.sec09__list__block {
  background-color: #fff;
  border-radius: 1rem;
  text-align: center;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.sec09__list__block-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec09__list__block-title {
    font-size: 2rem;
    margin-bottom: 2.8rem !important;
  }
}
.sec09__list__block + .sec09__list__block {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .sec09__list__block + .sec09__list__block {
    margin-top: 4rem;
  }
}
.sec09__list__block--01 {
  padding: 6.3rem 4.6rem 8rem;
}
@media screen and (max-width: 768px) {
  .sec09__list__block--01 {
    padding: 4.8rem 1.4rem;
  }
}
.sec09__list__block--01 .sec09__list__block-title {
  margin-bottom: 1.6rem;
}
.sec09__list__block--01 .sec09__list__block-text {
  margin-bottom: 4rem;
}
.sec09__list__block--01 .sec09__grid {
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.6rem 2.4rem;
  -ms-grid-rows: auto 0.6rem auto;
      grid-template-areas: "title01 title02 title03" "block01 block02 block03";
}
@media screen and (max-width: 768px) {
  .sec09__list__block--01 .sec09__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto 0 auto;
        grid-template-areas: "title01" "block01" "title02" "block02" "title03" "block03";
  }
  .sec09__list__block--01 .sec09__grid > .sec04__grid__block--01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--01 .sec09__grid > .sec04__grid__block--02 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--01 .sec09__grid > .sec04__grid__block--03 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
.sec09__list__block--01 .sec09__grid__block--01,
.sec09__list__block--01 .sec09__grid__block--02 {
  position: relative;
}
.sec09__list__block--01 .sec09__grid__block--01::after,
.sec09__list__block--01 .sec09__grid__block--02::after {
  content: "";
  width: 1.4rem;
  height: 1.6rem;
  background-image: url(../img/bg-sec09__arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec09__list__block--01 .sec09__grid__block--01::after,
  .sec09__list__block--01 .sec09__grid__block--02::after {
    top: auto;
    right: auto;
    bottom: -0.7rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}
.sec09__list__block--02 {
  padding: 4.8rem 8.4rem 6.4rem;
}
@media screen and (max-width: 1280px) {
  .sec09__list__block--02 {
    padding: 4.8rem 5rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec09__list__block--02 {
    padding: 4.8rem 1.4rem;
  }
}
.sec09__list__block--02 .sec09__list__block-title {
  margin-bottom: 3.2rem;
}
.sec09__list__block--02 .sec09__grid {
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.6rem 2.4rem;
  -ms-grid-rows: auto 0.6rem auto;
      grid-template-areas: "title01 title02 title03 title04" "block01 block02 block03 block04";
}
@media screen and (max-width: 768px) {
  .sec09__list__block--02 .sec09__grid {
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.4rem;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto;
        grid-template-areas: "title01 title02" "block01 block02" "title03 title04" "block03 block04";
  }
  .sec09__list__block--02 .sec09__grid > .sec04__grid__block--01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec04__grid__block--02 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec04__grid__block--03 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec04__grid__block--04 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
.sec09__grid {
  display: -ms-grid;
  display: grid;
}
.sec09__grid-title {
  color: #004ea2;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec09__grid-title {
    font-size: 1.4rem;
  }
}
.sec09__grid-title--01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title01;
}
.sec09__list__block--02 .sec09__grid > .sec09__grid-title--01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sec09__grid-title--02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title02;
}
.sec09__list__block--02 .sec09__grid > .sec09__grid-title--02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sec09__grid-title--03 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: title03;
}
.sec09__list__block--02 .sec09__grid > .sec09__grid-title--03 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.sec09__grid-title--04 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: title04;
}
.sec09__grid__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec09__grid__block--01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: block01;
}
.sec09__list__block--01 .sec09__grid > .sec09__grid__block--01 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.sec09__list__block--02 .sec09__grid > .sec09__grid__block--01 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
@media screen and (max-width: 768px) {
  .sec09__grid__block--01 {
    margin-bottom: 2.4rem;
  }
}
.sec09__grid__block--02 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: block02;
}
.sec09__list__block--01 .sec09__grid > .sec09__grid__block--02 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.sec09__list__block--02 .sec09__grid > .sec09__grid__block--02 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media screen and (max-width: 768px) {
  .sec09__grid__block--02 {
    margin-bottom: 2.4rem;
  }
}
.sec09__grid__block--03 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: block03;
}
.sec09__list__block--01 .sec09__grid > .sec09__grid__block--03 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.sec09__list__block--02 .sec09__grid > .sec09__grid__block--03 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.sec09__grid__block--04 {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: block04;
}
.sec09__list__block--02 .sec09__grid > .sec09__grid__block--04 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media screen and (max-width: 768px){
  .sec09__grid-title--01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec09__grid-title--01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec09__grid-title--02 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec09__grid-title--02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec09__grid-title--03 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec09__grid-title--03 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .sec09__grid-title--04 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .sec09__list__block--01 .sec09__grid > .sec09__grid__block--01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec09__grid__block--01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--01 .sec09__grid > .sec09__grid__block--02 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec09__grid__block--02 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .sec09__list__block--01 .sec09__grid > .sec09__grid__block--03 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec09__grid__block--03 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .sec09__list__block--02 .sec09__grid > .sec09__grid__block--04 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
.sec09__grid__image img {
  border-radius: 0.6rem;
}
.sec09__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
  padding: 0.8rem;
  border-radius: 0.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.sec09__flex__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.6%;
          flex: 0 1 43.6%;
}
@media screen and (max-width: 768px) {
  .sec09__flex__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.3%;
            flex: 0 1 48.3%;
  }
}
.sec09__flex__image img {
  border-radius: 0.6rem;
  width: 100%;
}
.sec09__flex__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.3%;
          flex: 0 1 47.3%;
  text-align: left;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .sec09__flex__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
}
.sec09__flex__content-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sec09__flex__content-text {
  font-size: 1.2rem;
}

.sec10 {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec10 {
    padding: 4rem 0 6.8rem;
  }
}
.sec10 .heading {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec10 .heading {
    margin-bottom: 2.4rem;
    text-align: left;
  }
}
.sec10 .heading__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .sec10 .heading__title {
    font-size: 2.4rem;
  }
}
.sec10__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 108rem;
  position: relative;
  z-index: 1;
}
.sec10__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec10__flex {
    display: block;
    overflow: hidden;
  }
}
.sec10__flex + .sec10__flex {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec10__flex + .sec10__flex {
    margin-top: 4rem;
  }
}
.sec10__flex--01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec10__flex--01 .sec10__flex__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75.4%;
          flex: 0 1 75.4%;
}
.sec10__flex--01 .sec10__flex__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.3%;
          flex: 0 1 21.3%;
}
@media screen and (max-width: 768px) {
  .sec10__flex--01 .sec10__flex__image {
    clear: both;
    float: right;
    width: 49.1%;
    margin-left: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec10__flex--01 .sec10__flex__content-text + .sec10__flex__content-text {
    margin-top: 0;
  }
}
.sec10__flex--02 .sec10__flex__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.sec10__flex--02 .sec10__flex__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.3%;
          flex: 0 1 24.3%;
}
@media screen and (max-width: 768px) {
  .sec10__flex--02 .sec10__flex__image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32.7% 0 62.6%;
    grid-template-columns: 32.7% 62.6%;
    -ms-grid-rows: 1fr 1.4rem 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.4rem 0;
    place-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.4rem;
  }
  .sec10__flex--02 .sec10__flex__image > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec10__flex--02 .sec10__flex__image > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec10__flex--02 .sec10__flex__image > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sec10__flex--02 .sec10__flex__image > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .sec10__flex--02 .sec10__flex__image img:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .sec10__flex--02 .sec10__flex__image img:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .sec10__flex--02 .sec10__flex__image img:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.sec10__flex__content-title {
  color: #004ea2;
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec10__flex__content-title {
    font-size: 2rem;
  }
}
.sec10__flex__content-text {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec10__flex__content-text {
    font-size: 1.4rem;
  }
}
.sec10__flex__content-text + .sec10__flex__content-text {
  margin-top: 1.6rem;
}
.sec10__flex__image img + img {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec10__flex__image img + img {
    margin-top: 0;
  }
}
.sec10__flex__block {
  margin-top: 5rem;
  background: #f5f5f5;
  padding: 1.2rem 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec10__flex__block {
    padding: 1.6rem;
    font-size: 1.3rem;
    margin-top: 3.2rem;
  }
}
.sec10__flex__block-title {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec10__flex__block-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.sec10__flex__list-block {
  padding-left: 1em;
  text-indent: -1em;
}
.sec10__flex__list-block + .sec10__flex__list-block {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sec10__flex__list-block + .sec10__flex__list-block {
    margin-top: 1.6rem;
  }
}

.contact {
  padding: 14rem 0;
  background-color: #004ea2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 8rem 0;
  }
}
.contact__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 92rem;
  position: relative;
  z-index: 1;
}
.contact__block {
  background-color: #fff;
  border-radius: 2rem;
  padding: 6rem 11rem 7.8rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .contact__block {
    padding: 1.8rem 2rem 9rem;
  }
}
.contact__block__patch {
  border-radius: 100%;
  background: #ffa012;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 23.5rem;
  height: 23.5rem;
  top: -7.8rem;
  right: -7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .contact__block__patch {
    width: 10rem;
    height: 10rem;
    top: -1rem;
    right: -1rem;
  }
}
.contact__block__patch p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .contact__block__patch p {
    font-size: 1.1rem;
  }
}
.contact__block__patch span {
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .contact__block__patch span {
    font-size: 1rem;
  }
}
.contact__block-text {
  font-size: 2rem;
  margin-bottom: 5.2rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .contact__block-text {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .contact__block-text {
    font-size: 1.3rem;
    padding-right: 8rem;
    margin-bottom: 2rem;
  }
}
.contact__wrap + .contact__wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .contact__wrap + .contact__wrap {
    margin-top: 2.7rem;
  }
}
.contact__row + .contact__row {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .contact__row + .contact__row {
    margin-top: 1.8rem;
  }
}
.contact__row__heading {
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact__row__heading {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
}
.contact__row__heading-patch {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0 1.2rem;
  border-radius: 0.2rem;
  margin-left: 1.6rem;
  background-color: #bbb;
}
@media screen and (max-width: 768px) {
  .contact__row__heading-patch {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.contact__row__heading-patch--require {
  background-color: #f00;
}
.contact__row__textbox input,
.contact__row__textbox textarea {
  width: 100%;
  border: 0.1rem solid #bbb;
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact__row__textbox input,
  .contact__row__textbox textarea {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
.contact__row__textbox input::-webkit-input-placeholder, .contact__row__textbox textarea::-webkit-input-placeholder {
  color: #bbb;
}
.contact__row__textbox input::-moz-placeholder, .contact__row__textbox textarea::-moz-placeholder {
  color: #bbb;
}
.contact__row__textbox input:-ms-input-placeholder, .contact__row__textbox textarea:-ms-input-placeholder {
  color: #bbb;
}
.contact__row__textbox input::-ms-input-placeholder, .contact__row__textbox textarea::-ms-input-placeholder {
  color: #bbb;
}
.contact__row__textbox input::placeholder,
.contact__row__textbox textarea::placeholder {
  color: #bbb;
}
.contact__row__textbox textarea {
  min-height: 24.8rem;
}
.contact__row__textbox-text {
  color: #777;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .contact__row__textbox-text {
    font-size: 1.2rem;
  }
}
.contact__row__textbox-error {
  font-size: 1.2rem;
  color: #b70000;
  display: block;
  margin-top: 0.5rem;
}
.contact__row__radio {
  margin: 1.6rem 0 2.8rem;
}
@media screen and (max-width: 768px) {
  .contact__row__radio {
    margin: 1.6rem 0 2rem;
  }
}
.contact__row__radio-item + .contact__row__radio-item {
  margin-top: 1.6rem;
}
.contact__row__radio input {
  display: none;
}
.contact__row__radio-label,
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact__row__radio-label,
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 1.3rem;
    padding-left: 2.5rem;
  }
}
.contact__row__radio-label::before,
.contact__row__radio-label::after,
.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.contact__row__radio-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #bbb;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__row__radio-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before {
    top: 0;
  }
}
.contact__row__radio-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  width: 1rem;
  height: 1rem;
  background-color: #bbb;
  top: 0.8rem;
  left: 0.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .contact__row__radio-label:after,
  .wpcf7-radio .wpcf7-list-item-label:after {
    top: 0.5rem;
  }
}
.contact__row__radio [type=radio]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contact__row__radio [type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__checkbox {
    font-size: 1.4rem;
  }
}
/* .contact__checkbox label {
  height: 2.2rem;
} */
.contact__checkbox input {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0;
  margin-right: 1rem;
  cursor: pointer;
}
.contact__checkbox-text {
  color: #777;
}
.contact__checkbox-text a {
  color: #004ea2;
  text-decoration: underline;
}
.contact__complete {
  text-align: center;
}
.contact__complete-title {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contact__complete-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__complete-text {
    font-size: 1.3rem;
  }
}
.contact__submit .button {
  color: #fff;
  line-height: 6rem;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  border: 0.2rem solid #ffa012;
}
@media screen and (max-width: 768px) {
  .contact__submit .button {
    font-size: 1.4rem;
    line-height: 5.7rem;
  }
}
.contact__submit .button::before {
  content: none;
}
.contact__submit .button:hover {
  background-color: #fff;
  color: #ffa012;
}
.contact__submit .button--disabled,
.contact__submit .button[disabled] {
  pointer-events: none;
  cursor: none;
  border: 0.2rem solid #777;
  background-color: #777;
}

/* 20240823 DXサービス事業に戻る 追加 */
.solution-link {
  padding-top: 4em;
  text-align: center;
}
.solution-link .solution-link_txt {
  color: #fff;
  text-decoration: none;
}
.solution-link .solution-link_txt:hover {
  text-decoration: underline;
  opacity: 1;
}


/* 2026.6.3 LPをWPの中へ。スタイル調整 */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-inline-start: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 1.6;
}

.grecaptcha-badge {
  z-index: 999;
}