@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "DIN 2014";
  src: url("../../assets/fonts/DIN2014-Bold.woff2") format("woff2"), url("../../assets/fonts/DIN2014-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.is-din {
  font-family: "DIN", sans-serif !important;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", Hiragino Sans, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #313131;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #313131;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-blue {
  color: #1e6b97;
}

.c-blue2 {
  color: #4eb6ea;
}

.c-yellow {
  color: #fcc859;
}

.c-gray {
  color: #9caeb9;
}

.footer {
  text-align: center;
  color: #9caeb9;
  padding: 6rem 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .footer {
    font-size: 1.6rem;
    padding: 10rem 0 4rem;
  }
}
.footer a {
  color: #9caeb9;
  border-bottom: 1px solid #9caeb9;
  margin-bottom: 3rem;
  display: inline-block;
}

.main .mv {
  background-color: #e1f1f9;
  position: relative;
}
.main .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/mv_bg.png);
  opacity: 0.1;
  background-repeat: no-repeat;
}
.main .mv > .wrapper {
  position: relative;
}
@media (min-width: 561px) {
  .main .mv > .wrapper {
    min-height: 58rem;
  }
}
.main .mv > .wrapper > img {
  width: 80%;
  margin: 0 10%;
}
@media (min-width: 769px) {
  .main .mv > .wrapper > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 67.5rem;
    margin: 0;
  }
}
.main .mv > .wrapper > div {
  display: flex;
  justify-items: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 769px) {
  .main .mv > .wrapper > div {
    padding-bottom: 0;
    padding-top: 6rem;
  }
}
.main .mv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
@media (min-width: 561px) {
  .main .mv__content {
    gap: 5.5rem;
    width: 73.7rem;
  }
}

.section {
  padding: 4rem 0;
}
@media (min-width: 769px) {
  .section {
    padding: 13rem 0;
  }
}
.section__title {
  padding-bottom: 3rem;
  border-bottom: 4px solid #d8f2ff;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 561px) {
  .section__title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5rem;
  }
}
.section__title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (min-width: 561px) {
  .section__title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .section__title h2 {
    font-size: 4rem;
  }
}
.section__title h2 img {
  margin: 0 1rem;
  max-height: 5rem;
}
@media (min-width: 561px) {
  .section__title h2 img {
    margin: 1rem;
    max-height: 6.8rem;
  }
}
.section__title h2 br {
  display: none;
}
@media (min-width: 561px) {
  .section__title h2 br {
    display: block;
  }
}
.section__content {
  padding-top: 3rem;
}
@media (min-width: 561px) {
  .section__content {
    padding-top: 8rem;
  }
}

.sec1 {
  padding-top: 0;
  background-color: #e2f1f9;
  position: relative;
}
.sec1::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/mv_bg.png);
  opacity: 0.05;
  background-repeat: no-repeat;
}
.sec1 > * {
  position: relative;
}
.sec1 .section__title {
  border-color: #bfe5f9;
}
.sec1 .section__content > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 561px) {
  .sec1 .section__content > div {
    padding-bottom: 5rem;
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .sec1 .section__content > div {
    padding-bottom: 8rem;
    gap: 5rem;
  }
}
.sec1 .section__content > div dl {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  width: calc((100% - 1rem) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border: 3px solid #1d6a97;
  border-radius: 1.2rem;
  padding: 2rem 1rem 3rem;
  position: relative;
}
@media (min-width: 561px) {
  .sec1 .section__content > div dl {
    padding: 4rem 2rem;
    border: 4px solid #1d6a97;
    border-radius: 2.4rem;
    width: calc((100% - 3rem) / 2);
  }
}
@media (min-width: 769px) {
  .sec1 .section__content > div dl {
    gap: 4rem;
    width: calc((100% - 10rem) / 3);
  }
}
.sec1 .section__content > div dl::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 1rem;
  top: -1.5rem;
  background-color: #fff;
  background-size: contain;
  border-radius: 5px;
  background-image: url(../../assets/images/ico_check.png);
}
@media (min-width: 561px) {
  .sec1 .section__content > div dl::before {
    left: 3.8rem;
    top: -2.3rem;
    width: 4.7rem;
    height: 4.7rem;
  }
}
.sec1 .section__content > div dl dt {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  flex-grow: 1;
}
@media (min-width: 561px) {
  .sec1 .section__content > div dl dt {
    line-height: 1.8;
    font-size: 2.2rem;
  }
}
.sec1 .section__content > div dl dt br {
  display: none;
}
@media (min-width: 561px) {
  .sec1 .section__content > div dl dt br {
    display: block;
  }
}
.sec1 .section__content > div dl dd {
  background-color: #bad2df;
  padding: 2px;
  border-radius: 150px;
  width: 80%;
}
@media (min-width: 561px) {
  .sec1 .section__content > div dl dd {
    width: auto;
  }
}
.sec1 .section__content > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
}
@media (min-width: 561px) {
  .sec1 .section__content > p {
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .sec1 .section__content > p {
    font-size: 3.4rem;
  }
}
.sec1 .section__content > p::before, .sec1 .section__content > p::after {
  flex-shrink: 0;
  content: none;
  width: 1.9rem;
  height: 1.65rem;
  margin-top: 1rem;
  display: inline;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/images/ico_arrow-gray.png);
}
@media (min-width: 561px) {
  .sec1 .section__content > p::before, .sec1 .section__content > p::after {
    content: "";
    width: 2.66rem;
    height: 2.31rem;
  }
}
@media (min-width: 769px) {
  .sec1 .section__content > p::before, .sec1 .section__content > p::after {
    width: 3.8rem;
    height: 3.3rem;
  }
}
.sec1 .section__content > p strong {
  margin: 0;
  text-align: center;
}
@media (min-width: 561px) {
  .sec1 .section__content > p strong {
    margin: 0 2rem;
  }
}
.sec1 .section__content > p span {
  font-size: 2rem;
}
@media (min-width: 561px) {
  .sec1 .section__content > p span {
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .sec1 .section__content > p span {
    font-size: 4rem;
  }
}

.sec2 {
  background-color: #fff;
}
.sec2 .section__content > div {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2.4rem;
  padding: 3rem 2rem;
}
@media (min-width: 769px) {
  .sec2 .section__content > div {
    padding: 4.6rem 6.6rem;
  }
}
.sec2 .section__content > div h3 {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .sec2 .section__content > div h3 {
    padding-bottom: 4rem;
  }
}
.sec2 .section__content > div h3 img {
  width: 80%;
}
@media (min-width: 561px) {
  .sec2 .section__content > div h3 img {
    width: auto;
  }
}
.sec2 .section__content > div div {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 769px) {
  .sec2 .section__content > div div {
    gap: 10rem;
    align-items: flex-start;
    flex-direction: row;
  }
}
.sec2 .section__content > div div p {
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 561px) {
  .sec2 .section__content > div div p {
    font-size: 1.8rem;
  }
}
.sec2 .section__content > div div p span {
  font-size: 1.2em;
}
.sec2 .section__content > div div img {
  margin-bottom: -3rem;
  width: 80%;
}
@media (min-width: 561px) {
  .sec2 .section__content > div div img {
    width: auto;
  }
}
@media (min-width: 769px) {
  .sec2 .section__content > div div img {
    margin-bottom: -4.6rem;
  }
}

.sec3 {
  background-color: #fef7e8;
}
@media (min-width: 769px) {
  .sec3 .section__title h2 {
    line-height: 2;
  }
}
.sec3 .section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media (min-width: 561px) {
  .sec3 .section__content {
    gap: 8rem;
  }
}
.sec3 .section__content > div {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 4px solid #1d6a97;
  border-radius: 2.4rem;
  padding: 4rem 2rem 3.7rem;
  position: relative;
}
@media (min-width: 561px) {
  .sec3 .section__content > div {
    padding: 5.7rem 8rem 3.7rem;
  }
}
.sec3 .section__content > div h4 {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1d6a97;
  color: #fff;
  line-height: 4.8rem;
  font-size: 1.8rem;
  width: max-content;
  padding: 0 2rem;
  text-align: center;
  font-weight: 700;
  border-radius: 1.2rem;
}
@media (min-width: 561px) {
  .sec3 .section__content > div h4 {
    top: -2.7rem;
    line-height: 5.4rem;
    font-size: 2.5rem;
    min-width: 46rem;
  }
}
.sec3 .section__content > div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec3 .section__content > div div {
    gap: 4.5rem;
  }
}
@media (min-width: 769px) {
  .sec3 .section__content > div div {
    flex-direction: row;
  }
}
.sec3 .section__content > div div ul li {
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 561px) {
  .sec3 .section__content > div div ul li {
    font-size: 1.8rem;
  }
}
.sec3 .section__content > div div ul li::before {
  content: "";
  flex-shrink: 0;
  width: 2.03rem;
  height: 1.47rem;
  margin-top: 1rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/ico_check-blue.png);
}
@media (min-width: 561px) {
  .sec3 .section__content > div div ul li::before {
    width: 2.9rem;
    height: 2.1rem;
  }
}
.sec3 .section__content > div div img {
  width: 80%;
}
@media (min-width: 561px) {
  .sec3 .section__content > div div img {
    width: auto;
  }
}

.sec4 {
  background-color: #f9f9f9;
}
.sec4 .section__content {
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .sec4 .section__content {
    padding-bottom: 8rem;
  }
}
.sec4 .section__content > div {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 4px solid #4eb6ea;
  border-radius: 2.4rem;
  padding: 3.7rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 561px) {
  .sec4 .section__content > div {
    gap: 3rem;
    padding: 3.7rem 4rem;
  }
}
@media (min-width: 769px) {
  .sec4 .section__content > div {
    padding: 3.7rem 8rem;
  }
}
.sec4 .section__content > div h4 {
  width: 100%;
  line-height: 4rem;
  color: #fff;
  background-color: #4eb6ea;
  border-radius: 1.2rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 561px) {
  .sec4 .section__content > div h4 {
    line-height: 5.4rem;
    font-size: 2.5rem;
  }
}
.sec4 .section__content > div > p {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: -2rem;
}
@media (min-width: 561px) {
  .sec4 .section__content > div > p {
    font-size: 2.2rem;
  }
}
.sec4 .section__content > div > p strong {
  font-size: 2rem;
}
@media (min-width: 561px) {
  .sec4 .section__content > div > p strong {
    font-size: 2.4rem;
  }
}
.sec4 .section__content > div > p strong span {
  font-size: 2em;
}
.sec4 .section__content > div > p.note {
  font-weight: 500;
  font-size: 1.2rem;
}
@media (min-width: 561px) {
  .sec4 .section__content > div > p.note {
    font-size: 1.6rem;
  }
}
.sec4 .section__content > div div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec4 .section__content > div div {
    gap: 2rem;
    flex-direction: row;
  }
}
.sec4 .section__content > div div p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border: 2px solid #bbd1de;
  border-radius: 1.2rem;
  padding: 1.5rem 2rem;
}
@media (min-width: 561px) {
  .sec4 .section__content > div div p {
    padding: 3rem 2rem;
    width: calc((100% - 3.8rem - 4rem) / 2);
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .sec4 .section__content > div div p {
    font-size: 2.2rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
}
.sec4 .section__content > div div img {
  width: 3.8rem;
  flex-shrink: 0;
}
.sec4 .section__content > div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1;
}
@media (min-width: 561px) {
  .sec4 .section__content > div ul {
    gap: 2rem 3rem;
  }
}
.sec4 .section__content > div ul li {
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 561px) {
  .sec4 .section__content > div ul li {
    font-size: 1.8rem;
  }
}
.sec4 .section__content > div ul li::before {
  content: "";
  flex-shrink: 0;
  width: 2.03rem;
  height: 1.47rem;
  margin-top: 1rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/ico_check-blue.png);
}
@media (min-width: 561px) {
  .sec4 .section__content > div ul li::before {
    width: 2.9rem;
    height: 2.1rem;
  }
}
.sec4 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 561px) {
  .sec4 h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .sec4 h3 {
    font-size: 3.4rem;
  }
}
.sec4 h3 span {
  font-size: 1.15em;
}

.sec5 {
  background-color: #e1f1f9;
}
.sec5 .section__title {
  border-color: #bfe5f9;
}
.sec5 .section__content .speech {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 561px) {
  .sec5 .section__content .speech {
    gap: 2rem 4rem;
  }
}
@media (min-width: 769px) {
  .sec5 .section__content .speech {
    gap: 4rem 5.5rem;
  }
}
.sec5 .section__content .speech dl {
  width: 100%;
  width: calc((100% - 2rem) / 2);
}
@media (min-width: 561px) {
  .sec5 .section__content .speech dl {
    width: calc((100% - 4rem) / 2);
  }
}
@media (min-width: 769px) {
  .sec5 .section__content .speech dl {
    width: calc((100% - 5.5rem - 5.5rem - 5.5rem) / 4);
  }
}
.sec5 .section__content .speech dl dt {
  text-align: center;
}
.sec5 .section__content .speech dl dd {
  text-align: center;
  font-size: 1.4rem;
  padding: 2rem 0 0;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 561px) {
  .sec5 .section__content .speech dl dd {
    padding: 3rem 0;
    font-size: 2.1rem;
  }
}
.sec5 .section__content .speech dl dd br {
  display: none;
}
@media (min-width: 561px) {
  .sec5 .section__content .speech dl dd br {
    display: block;
  }
}
.sec5 .section__content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 769px) {
  .sec5 .section__content .cards {
    gap: 4rem 5.5rem;
  }
}
.sec5 .section__content .cards dl {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  border-top: 1rem solid #1e6b97;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem 2rem;
}
@media (min-width: 561px) {
  .sec5 .section__content .cards dl {
    gap: 2rem;
    border-top: 1.7rem solid #1e6b97;
    width: calc((100% - 4rem) / 2);
    padding: 2rem 3.2rem 5rem;
  }
}
@media (min-width: 769px) {
  .sec5 .section__content .cards dl {
    width: calc((100% - 5.5rem - 5.5rem) / 3);
  }
}
.sec5 .section__content .cards dl dt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  color: #1e6b97;
}
@media (min-width: 561px) {
  .sec5 .section__content .cards dl dt {
    font-size: 2.2rem;
  }
}
.sec5 .section__content .cards dl img {
  width: 2rem;
}
@media (min-width: 561px) {
  .sec5 .section__content .cards dl img {
    width: auto;
  }
}
.sec5 .section__content .cards dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (min-width: 561px) {
  .sec5 .section__content .cards dl dd {
    font-size: 1.8rem;
  }
}

.sec6 {
  background-color: #fef7e8;
}
.sec6 .section__content .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 6rem;
}
@media (min-width: 561px) {
  .sec6 .section__content .list {
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .list {
    gap: 4rem 7rem;
    padding-bottom: 9rem;
  }
}
.sec6 .section__content .list > div {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
  padding: 2rem 2rem 3rem;
}
@media (min-width: 561px) {
  .sec6 .section__content .list > div {
    border-radius: 2.4rem;
    width: calc((100% - 4rem) / 2);
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .list > div {
    padding: 4rem 6rem 7rem;
    width: calc((100% - 7rem) / 2);
  }
}
.sec6 .section__content .list > div h4 {
  line-height: 4rem;
  color: #fff;
  font-weight: 700;
  background-color: #a9bcc8;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 1.2rem;
}
@media (min-width: 561px) {
  .sec6 .section__content .list > div h4 {
    line-height: 4.8rem;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .list > div h4 {
    line-height: 5.4rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .list > div ul {
    padding-top: 2rem;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .list > div ul {
    padding-top: 4rem;
  }
}
.sec6 .section__content .list > div ul li {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 2px solid #a9bcc8;
}
@media (min-width: 561px) {
  .sec6 .section__content .list > div ul li {
    padding: 1.6rem 0;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .list > div ul li {
    padding: 1.8rem;
    font-size: 1.8rem;
  }
}
.sec6 .section__content .speech h3 {
  text-align: center;
  padding-bottom: 4rem;
}
.sec6 .section__content .speech h3 img {
  height: 6.8rem;
}
.sec6 .section__content .speech > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 769px) {
  .sec6 .section__content .speech > div {
    flex-direction: row;
    padding: 11rem 0 27rem;
    align-items: center;
  }
}
.sec6 .section__content .speech > div > img {
  width: 14rem;
}
@media (min-width: 561px) {
  .sec6 .section__content .speech > div > img {
    width: 16.3rem;
  }
}
.sec6 .section__content .speech > div ul {
  width: 100%;
  display: flex;
  gap: 0.5rem 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .sec6 .section__content .speech > div ul {
    display: block;
    width: auto;
  }
}
.sec6 .section__content .speech > div ul li {
  width: calc(50% - 0.5rem);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/images/sec6_speech-right.png);
}
@media (min-width: 561px) {
  .sec6 .section__content .speech > div ul li {
    padding-top: 2rem;
    height: 10rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .speech > div ul li {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
    padding-top: 4rem;
    height: 12.6rem;
    display: flex;
    justify-content: center;
    width: 48.3rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .speech > div ul li {
    position: absolute;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .speech > div ul li.left {
    background-image: url(../../assets/images/sec6_speech-left.png);
  }
}
.sec6 .section__content .speech > div ul li br {
  display: none;
}
@media (min-width: 561px) {
  .sec6 .section__content .speech > div ul li br {
    display: block;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .speech > div ul li br {
    display: none;
  }
}
@media (min-width: 769px) {
  .sec6 .section__content .speech > div ul li:nth-child(1) {
    top: 0;
    left: 7rem;
  }
  .sec6 .section__content .speech > div ul li:nth-child(2) {
    top: 14rem;
    left: 0;
  }
  .sec6 .section__content .speech > div ul li:nth-child(3) {
    top: 28rem;
    left: 7rem;
  }
  .sec6 .section__content .speech > div ul li:nth-child(4) {
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec6 .section__content .speech > div ul li:nth-child(5) {
    top: 0;
    right: 7rem;
  }
  .sec6 .section__content .speech > div ul li:nth-child(6) {
    top: 14rem;
    right: 0;
  }
  .sec6 .section__content .speech > div ul li:nth-child(7) {
    top: 28rem;
    right: 7rem;
  }
}

.sec7 {
  background-color: #fff;
}
.sec7 .section__content {
  background-color: #1d6a97;
  background-image: url(../../assets/images/sec7_bg.png);
  background-size: 105% 105%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  border-radius: 1.2rem;
}
@media (min-width: 561px) {
  .sec7 .section__content {
    border-radius: 2.4rem;
    padding: 5rem;
  }
}
@media (min-width: 769px) {
  .sec7 .section__content {
    padding: 5rem 10rem 7rem;
  }
}
.sec7 .section__content h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .sec7 .section__content h2 {
    padding-bottom: 3rem;
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .sec7 .section__content h2 {
    padding-bottom: 4.5rem;
    font-size: 4rem;
  }
}
.sec7 .section__content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 769px) {
  .sec7 .section__content > div {
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .sec7 .section__content > div {
    gap: 4.8rem;
  }
}
.sec7 .section__content > div div {
  width: calc((100% - 1rem) / 2);
  background-color: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
}
@media (min-width: 561px) {
  .sec7 .section__content > div div {
    width: calc((100% - 4rem) / 2);
    padding: 3rem 2rem;
  }
}
@media (min-width: 769px) {
  .sec7 .section__content > div div {
    flex-direction: row;
    padding: 3.5rem 3rem;
    width: calc((100% - 4.8rem) / 2);
  }
}
.sec7 .section__content > div div img {
  flex-shrink: 0;
  width: 60%;
}
@media (min-width: 561px) {
  .sec7 .section__content > div div img {
    width: auto;
  }
}
.sec7 .section__content > div div p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.3rem;
  font-weight: 700;
  flex-grow: 1;
}
@media (min-width: 561px) {
  .sec7 .section__content > div div p {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .sec7 .section__content > div div p {
    font-size: 2.2rem;
  }
}
.sec7 .section__content > div div p br {
  display: none;
}
@media (min-width: 769px) {
  .sec7 .section__content > div div p br {
    display: block;
  }
}
.sec7 .section__content a {
  margin: 3rem auto 0;
  width: 100%;
}
@media (min-width: 561px) {
  .sec7 .section__content a {
    margin: 5rem auto 0;
    width: 37.8rem;
  }
}

.sec8 {
  background-color: #f9f9f9;
}
.sec8 .faq {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 561px) {
  .sec8 .faq {
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .sec8 .faq {
    gap: 6.5rem;
  }
}
.sec8 .faq dl {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 2px solid #bfd4e0;
  border-radius: 1.2rem;
  padding: 2rem 2rem;
}
@media (min-width: 561px) {
  .sec8 .faq dl {
    border-radius: 2.4rem;
    padding: 5rem 7rem;
  }
}
.sec8 .faq dl dt {
  padding-bottom: 1rem;
  border-bottom: 2px solid #bfd4e0;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media (min-width: 561px) {
  .sec8 .faq dl dt {
    padding-bottom: 2rem;
    gap: 2.2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .sec8 .faq dl dt {
    padding-bottom: 2.5rem;
    font-size: 2.2rem;
  }
}
.sec8 .faq dl dt::before {
  content: "Q";
  color: #4eb6ea;
  font-size: 1.1em;
}
.sec8 .faq dl dd {
  padding-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1;
}
@media (min-width: 561px) {
  .sec8 .faq dl dd {
    padding-top: 2rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .sec8 .faq dl dd {
    padding-top: 2.5rem;
    font-size: 1.8rem;
  }
}

.sec9 {
  background-color: #e1f1f9;
}
.sec9 .section__title {
  border-color: #bfe5f9;
}
.sec9 .flow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem 1rem;
}
@media (min-width: 561px) {
  .sec9 .flow {
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .sec9 .flow {
    gap: 1.5rem;
    flex-wrap: nowrap;
  }
}
.sec9 .flow div {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  border: 3px solid #1e6b97;
  border-radius: 1.2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  gap: 1rem;
  width: calc((100% - 1rem) / 2);
}
@media (min-width: 561px) {
  .sec9 .flow div {
    gap: 1.8rem;
    padding: 2rem;
    border-radius: 2.4rem;
    border: 4px solid #1e6b97;
    width: calc((100% - 3rem) / 2);
  }
}
@media (min-width: 769px) {
  .sec9 .flow div {
    padding: 4rem 3rem;
    width: auto;
    flex-grow: 1;
  }
}
.sec9 .flow div p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 561px) {
  .sec9 .flow div p {
    font-size: 1.8rem;
  }
}
.sec9 .flow div p.is-din {
  color: #1d6a97;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 561px) {
  .sec9 .flow div p.is-din {
    font-size: 4rem;
  }
}
.sec9 .flow div h3 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 561px) {
  .sec9 .flow div h3 {
    font-size: 2.2rem;
  }
}
.sec9 .flow div img {
  width: 80%;
}
@media (min-width: 561px) {
  .sec9 .flow div img {
    width: auto;
  }
}
.sec9 .flow i {
  display: none;
}
@media (min-width: 769px) {
  .sec9 .flow i {
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.sec9 .flow i img {
  transform: rotate(90deg);
}
@media (min-width: 561px) {
  .sec9 .flow i img {
    transform: none;
  }
}

.sec10 {
  background-color: #fef7e8;
}
.sec10 .section__content > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
}
@media (min-width: 561px) {
  .sec10 .section__content > div {
    gap: 5.5rem 4rem;
  }
}
@media (min-width: 769px) {
  .sec10 .section__content > div {
    gap: 5.5rem;
  }
}
.sec10 .section__content > div div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: calc((100% - 1rem) / 2);
  background-color: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  position: relative;
}
@media (min-width: 561px) {
  .sec10 .section__content > div div {
    gap: 2.4rem;
    border-radius: 2.4rem;
    width: calc((100% - 4rem) / 2);
    padding: 6.5rem 2rem;
  }
}
@media (min-width: 769px) {
  .sec10 .section__content > div div {
    width: calc((100% - 11rem) / 3);
  }
}
.sec10 .section__content > div div h3 {
  background-color: #4eb6ea;
  color: #fff;
  line-height: 3;
  font-size: 1.4rem;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  font-weight: 700;
  border-radius: 1rem;
}
@media (min-width: 561px) {
  .sec10 .section__content > div div h3 {
    padding: 0 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1.2rem;
    top: -2rem;
    font-size: 1.8rem;
    line-height: 4rem;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 769px) {
  .sec10 .section__content > div div h3 {
    font-size: 2rem;
    line-height: 5.4rem;
    width: calc(100% - 7rem);
  }
}
.sec10 .section__content > div div p {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 561px) {
  .sec10 .section__content > div div p {
    font-size: 1.8rem;
  }
}
.sec10 .section__content > div div p:last-child {
  font-weight: 700;
  font-size: 1.6rem;
}
@media (min-width: 561px) {
  .sec10 .section__content > div div p:last-child {
    font-size: 2.2rem;
  }
}
.sec10 .section__content > div div p:last-child br {
  display: block;
}
@media (min-width: 561px) {
  .sec10 .section__content > div div p:last-child br {
    display: none;
  }
}
.sec10 .section__content > div div img:nth-child(3) {
  width: 2rem;
}
@media (min-width: 561px) {
  .sec10 .section__content > div div img:nth-child(3) {
    width: auto;
  }
}
.sec10 .section__content > div div img:nth-child(4) {
  width: 70%;
}
@media (min-width: 561px) {
  .sec10 .section__content > div div img:nth-child(4) {
    width: auto;
  }
}
.sec10 .section__content a {
  margin: 6rem auto 0;
}
@media (min-width: 561px) {
  .sec10 .section__content a {
    margin: 8rem auto 0;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 37.8rem;
  height: 5.5rem;
  background-color: #fcc859;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 561px) {
  .btn {
    font-size: 2.2rem;
    height: 6.5rem;
  }
}
.btn:hover {
  opacity: 0.9;
  color: #fff;
}
.btn::after {
  content: "";
  width: 1.5rem;
  height: 1.8rem;
  right: 3.3rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: 100% 100%;
  background-image: url(../../assets/images/ico_arrow.png);
}/*# sourceMappingURL=style.css.map */