@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

@media (min-width: 641px) {
  a:hover {
    opacity: 0.7; } }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
  color: #000;
  background-color: #EEF7FF; }

input,
select,
textarea {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }

input:hover, input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

*:focus {
  outline: none; }

.is-pc {
  display: block; }

@media (max-width: 640px) {
  .is-pc {
    display: none; } }

.is-sp {
  display: none; }

@media (max-width: 640px) {
  .is-sp {
    display: block; } }

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn01 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  line-height: 1; }

@media (max-width: 1440px) {
  .btn01 {
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 640px) {
  .btn01 {
    width: 100%;
    font-size: 1.6rem; } }

.btn01__suptext {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 66px;
  z-index: 2; }

@media (max-width: 1440px) {
  .btn01__suptext {
    width: calc((66/1440)*100vw);
    right: calc((20/1440)*100vw);
    top: calc((-20/1440)*100vw); } }

.btn01__suptext img {
  width: 100%; }

@media (max-width: 640px) {
  .btn01__suptext {
    width: calc((110/750)*100vw);
    top: calc((-58/750)*100vw);
    right: calc((-4/750)*100vw); } }

.btn01__text {
  text-align: center; }

.btn01__text--mail {
  padding-right: 40px;
  background: url(../img/ic_mail.svg) no-repeat center right/25px auto; }

@media (max-width: 1440px) {
  .btn01__text--mail {
    background-size: calc((27/1440)*100vw) calc((20/1440)*100vw);
    padding-right: calc((40/1440)*100vw); } }

@media (max-width: 640px) {
  .btn01__text--mail {
    padding-right: 30px;
    background-size: 20px auto; } }

.btn01__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  border-radius: 999px;
  width: 360px;
  max-width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0073C0), color-stop(76%, #27BFC0));
  background: -webkit-linear-gradient(left, #0073C0 0%, #27BFC0 76%);
  background: -o-linear-gradient(left, #0073C0 0%, #27BFC0 76%);
  background: linear-gradient(to right, #0073C0 0%, #27BFC0 76%); }

@media (max-width: 1440px) {
  .btn01__link {
    width: calc((360/1440)*100vw);
    min-height: calc((70/1440)*100vw); } }

@media (max-width: 640px) {
  .btn01__link {
    width: 100%;
    min-height: calc((120/750)*100vw);
    font-size: calc((32/750)*100vw); } }

.btn01--type01 .btn01__link {
  background: -webkit-gradient(linear, left top, right top, from(#FC7100), color-stop(88%, #F3AE00));
  background: -webkit-linear-gradient(left, #FC7100 0%, #F3AE00 88%);
  background: -o-linear-gradient(left, #FC7100 0%, #F3AE00 88%);
  background: linear-gradient(to right, #FC7100 0%, #F3AE00 88%); }

.list01 {
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  gap: 20px; }

@media (max-width: 1440px) {
  .list01 {
    gap: calc((20/1440)*100vw);
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 640px) {
  .list01 {
    font-size: calc((22/750)*100vw); } }

.list01__item {
  width: 25%;
  max-width: 138px;
  background: url(../img/ic_down.svg) no-repeat center bottom 15px/12px auto; }

@media (max-width: 1440px) {
  .list01__item {
    max-width: calc((138/1440)*100vw);
    background-position: center bottom calc((15/1440) * 100vw);
    background-size: calc((12/1440)*100vw); } }

@media (max-width: 640px) {
  .list01__item {
    margin: 0;
    max-width: 100%;
    background-position: center bottom calc((20/750)*100vw);
    background-size: 10px auto; } }

.list01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 138px;
  height: 138px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 20px 5px;
  -webkit-filter: drop-shadow(0 0 1.5rem #009de5);
  filter: drop-shadow(0 0 1.5rem #009de5); }

@media (max-width: 1440px) {
  .list01__link {
    width: calc((138/1440)*100vw);
    height: calc((138/1440)*100vw);
    padding: calc((20/1440)*100vw) calc((5/1440)*100vw); } }

@media (max-width: 640px) {
  .list01__link {
    width: calc((160/750)*100vw);
    height: calc((160/750)*100vw);
    padding: calc((20 / 750)* 100vw) calc((0 / 750)* 100vw);
    letter-spacing: -0.025em; } }

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 calc((40/1200)*100vw); } }

@media (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 calc((40/750)*100vw); } }

.grbtn {
  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; }

@media (min-width: 641px) {
  .grbtn {
    gap: 20px; } }

@media (max-width: 640px) {
  .grbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc((20/750)*100vw);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.mainvisual {
  width: 100%;
  padding: 90px 20px 200px;
  background: url(../img/main-bg.jpg) no-repeat center -23px;
  position: relative;
  z-index: 4;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
  background-size: 100% auto; }

@media (max-width: 1440px) {
  .mainvisual {
    padding: calc((90/1440)*100vw) calc((20/1440)*100vw) calc((200/1440)*100vw);
    background-position-y: calc((-23/1440)*100vw); } }

@media (max-width: 999px) {
  .mainvisual {
    padding: calc(60px + (73/1440)*100vw) calc((20/1440)*100vw) calc((200/1440)*100vw);
    background-position-y: calc((-23/1440)*100vw); } }

@media (max-width: 640px) {
  .mainvisual {
    padding: calc(60px + (88 / 750)* 100vw) calc((29 / 750)* 100vw) calc((250 / 750)* 100vw);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
    background: url(../img/main-bg-sp.png) no-repeat center calc((-110/750)*100vw);
    background-size: 100%; } }

.mainvisual__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

.mainvisual__title {
  text-align: center;
  margin-bottom: 23px; }

@media (max-width: 1440px) {
  .mainvisual__title {
    margin-bottom: calc((23/1440)*100vw); } }

@media (max-width: 640px) {
  .mainvisual__title {
    margin-bottom: calc((26/750)*100vw); } }

.mainvisual__title img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 157, 229, 0.9));
  filter: drop-shadow(0 0 1.5rem rgba(0, 157, 229, 0.9)); }

@media (max-width: 1440px) {
  .mainvisual__title img {
    width: calc((576/1440)*100vw); } }

@media (max-width: 640px) {
  .mainvisual__title img {
    width: calc((690/750)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(0, 157, 229, 0.9));
    filter: drop-shadow(0 0 0.5rem rgba(0, 157, 229, 0.9)); } }

.mainvisual__text01 {
  text-align: center;
  margin-bottom: 23px; }

@media (max-width: 1440px) {
  .mainvisual__text01 {
    margin-bottom: calc((23/1440)*100vw); } }

@media (max-width: 640px) {
  .mainvisual__text01 {
    margin-bottom: calc((48/750)*100vw); } }

.mainvisual__text01 img {
  margin: 0 auto;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 0 1.5rem #009de5);
  filter: drop-shadow(0 0 1.5rem #009de5); }

@media (max-width: 1440px) {
  .mainvisual__text01 img {
    width: calc((719/1440)*100vw); } }

@media (max-width: 640px) {
  .mainvisual__text01 img {
    width: calc((494/750)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem #009de5);
    filter: drop-shadow(0 0 0.5rem #009de5); } }

.mainvisual__text02 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  -webkit-filter: drop-shadow(0 0 1.5rem #009de5);
  filter: drop-shadow(0 0 1.5rem #009de5); }

@media (max-width: 1440px) {
  .mainvisual__text02 {
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .mainvisual__text02 {
    font-size: calc((12/900)*100vw); } }

@media (max-width: 640px) {
  .mainvisual__text02 {
    font-size: calc((28/750)*100vw);
    line-height: 1.75;
    letter-spacing: 0.03em;
    -webkit-filter: drop-shadow(0 0 0.5rem #009de5);
    filter: drop-shadow(0 0 0.5rem #009de5); } }

.mainvisual .grbtn {
  margin-top: 37px;
  margin-bottom: 30px;
  gap: 20px; }

@media (max-width: 1440px) {
  .mainvisual .grbtn {
    margin-top: calc((37/1440)*100vw);
    margin-bottom: calc((30/1440)*100vw);
    gap: calc((20/1440)*100vw); } }

@media (max-width: 640px) {
  .mainvisual .grbtn {
    margin-top: calc((74/750)*100vw);
    margin-bottom: calc((60/750)*100vw);
    gap: calc((14/750)*100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.text01 {
  font-size: 2rem;
  line-height: 2;
  margin-top: 29px;
  text-align: left; }

@media (max-width: 1440px) {
  .text01 {
    font-size: calc((20/1440)*100vw);
    margin-top: calc((29/1440)*100vw); } }

@media (max-width: 1200px) {
  .text01 {
    font-size: calc((20/1200)*100vw); } }

@media (max-width: 900px) {
  .text01 {
    font-size: calc((15/900)*100vw); } }

@media (max-width: 640px) {
  .text01 {
    font-size: calc((36/750)*100vw);
    font-weight: 300;
    line-height: 1.75; } }

.text01--type01 {
  font-weight: 600;
  text-align: center;
  margin-top: 10px; }

@media (max-width: 1440px) {
  .text01--type01 {
    margin-top: calc((10/1440)*100vw); } }

@media (max-width: 640px) {
  .text01--type01 {
    margin-top: calc((54/750)*100vw);
    line-height: 1.5; } }

.text01--type02 {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0px; }

@media (max-width: 1440px) {
  .text01--type02 {
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .text01--type02 {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .text01--type02 {
    font-size: calc((32/750)*100vw);
    margin-top: calc((12/750)*100vw);
    line-height: 1.75; } }

.text02 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
  text-align: left; }

@media (max-width: 1440px) {
  .text02 {
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .text02 {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .text02 {
    font-size: calc((32/750)*100vw);
    padding: 0 calc((34/750)*100vw) calc((38/750)*100vw); } }

.text03 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2; }

@media (max-width: 1440px) {
  .text03 {
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .text03 {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .text03 {
    line-height: 1.75;
    font-size: calc((32/750)*100vw); } }

@media (min-width: 641px) {
  .text03--center {
    text-align: center; } }

.text04 {
  font-size: 1.6rem;
  line-height: 2.13;
  font-weight: 300;
  text-align: center; }

@media (max-width: 1440px) {
  .text04 {
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .text04 {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .text04 {
    line-height: 1.75;
    font-size: calc((32/750)*100vw);
    text-align: left; } }

.text05 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 300;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.6));
  -webkit-filter: drop-shadow(0 0 30px white);
  filter: drop-shadow(0 0 30px white);
  text-shadow: 0 0 30px white, 0 0 30px white, 0 0 30px white, 0 0 30px white; }

@media (max-width: 1440px) {
  .text05 {
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 900px) {
  .text05 {
    font-size: calc((18/900)*100vw); } }

@media (max-width: 640px) {
  .text05 {
    font-size: calc((36/750)*100vw);
    line-height: 1.75; } }

.text06 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75;
  text-align: left; }

@media (max-width: 640px) {
  .text06 {
    font-size: calc((24/750)*100vw); } }

.text06 strong {
  font-weight: 600; }

.link01 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75;
  color: #002291;
  text-decoration: underline;
  text-align: left; }

@media (max-width: 640px) {
  .link01 {
    font-size: calc((24/750)*100vw); } }

@media (min-width: 641px) {
  .link01:hover {
    text-decoration: none;
    opacity: 1; } }

.link01[target]:after {
  margin-left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/ic_blank.svg) no-repeat center/contain;
  display: inline-block; }

.section01 {
  margin-top: -100px;
  padding: 113px 0 140px;
  background: url(../img/bg01.png) no-repeat left top/cover;
  position: relative; }

@media (max-width: 1440px) {
  .section01 {
    margin-top: calc((-100/1440)*100vw);
    padding: calc((113/1440)*100vw) 0 calc((140/1440)*100vw); } }

@media (max-width: 640px) {
  .section01 {
    margin-top: calc((-100/750)*100vw);
    padding: calc((174/750)*100vw) 0 calc((59/750)*100vw);
    background: url(../img/sec01_sp.png) no-repeat left top/cover;
    background-size: 100%; } }

.section01__title img {
  width: 387px;
  display: block;
  height: auto;
  -webkit-filter: drop-shadow(0 0 1.75rem white);
  filter: drop-shadow(0 0 1.75rem white); }

@media (max-width: 1440px) {
  .section01__title img {
    width: calc((387/1440)*100vw); } }

@media (max-width: 640px) {
  .section01__title img {
    width: calc((472/750)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem white);
    filter: drop-shadow(0 0 0.5rem white); } }

.section01__title01 img {
  width: 267px;
  display: block;
  height: auto; }

@media (max-width: 1440px) {
  .section01__title01 img {
    width: calc((267/1440)*100vw); } }

@media (max-width: 640px) {
  .section01__title01 img {
    width: calc((447/750)*100vw); } }

.section01__title02 img {
  width: 419px;
  display: block;
  height: auto; }

@media (max-width: 1440px) {
  .section01__title02 img {
    width: calc((419/1440)*100vw); } }

@media (max-width: 640px) {
  .section01__title02 img {
    width: calc((520/750)*100vw); } }

.particles {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.title01 img {
  max-width: 100%; }

.title01--type01 {
  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;
  text-align: center; }

.title01--type02 {
  text-align: center; }

@media (max-width: 640px) {
  .title01--type02 img {
    max-height: calc((76/750)*100vw);
    width: calc((234/750)*100vw); } }

.title02 {
  text-align: center;
  padding: 4px 10px;
  background-color: #002291;
  border-radius: 10px;
  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; }

.title02--type01 {
  padding: 7px 10px; }

@media (max-width: 640px) {
  .title02--type01 {
    padding: calc((30/750)*100vw) calc((20/750)*100vw);
    border-radius: calc((20/750)*100vw); } }

.title03 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1440px) {
  .title03 {
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 900px) {
  .title03 {
    font-size: calc((18/900)*100vw); } }

.title03:before {
  margin-right: 4px;
  content: "";
  width: 32px;
  height: 35px;
  background: url(../img/ic_warning.svg) no-repeat center/contain; }

@media (max-width: 640px) {
  .title03 {
    font-size: calc((32/750)*100vw);
    line-height: 1.25; }
  .title03__text {
    padding-left: calc((57/750)*100vw);
    letter-spacing: -0.025em; }
  .title03:before {
    position: absolute;
    left: calc((-8/750)*100vw);
    width: calc((64/750)*100vw);
    height: calc((70/750)*100vw); } }

.title04 {
  font-size: 2.4rem;
  line-height: 1.17;
  font-weight: 600;
  color: #002291; }

@media (max-width: 1440px) {
  .title04 {
    font-size: calc((24/1440)*100vw); } }

@media (max-width: 640px) {
  .title04 {
    font-size: calc((48/750)*100vw); } }

.block01 {
  position: relative;
  margin-bottom: 35px;
  min-height: 386px; }

@media (max-width: 1440px) {
  .block01 {
    min-height: calc((386/1440)*100vw);
    margin-bottom: calc((35/1440)*100vw); } }

@media (max-width: 1200px) {
  .block01 {
    min-height: calc((400/1200)*100vw);
    margin-bottom: calc((20/1200)*100vw); } }

@media (max-width: 900px) {
  .block01 {
    min-height: calc((314/900)*100vw);
    margin-bottom: calc((20/900)*100vw); } }

@media (max-width: 640px) {
  .block01 {
    min-height: auto;
    margin-bottom: calc((38/750)*100vw); } }

.block01--type01 {
  min-height: 476px; }

.block01--type02 {
  min-height: 476px;
  margin-bottom: 29px; }

@media (max-width: 1440px) {
  .block01--type01 {
    min-height: calc((476/1440)*100vw); }
  .block01--type02 {
    min-height: calc((476/1440)*100vw);
    margin-bottom: calc((29/1440)*100vw); } }

@media (max-width: 1200px) {
  .block01--type01 {
    min-height: calc((476/1200)*100vw); }
  .block01--type02 {
    min-height: calc((476/1200)*100vw);
    margin-bottom: calc((29/1200)*100vw); } }

@media (max-width: 900px) {
  .block01--type01 {
    min-height: calc((314/900)*100vw); }
  .block01--type02 {
    min-height: calc((314/900)*100vw); } }

@media (max-width: 640px) {
  .block01--type01 {
    min-height: auto;
    margin-bottom: 0; }
  .block01--type02 {
    min-height: auto;
    margin-bottom: calc((44/750)*100vw); } }

.block01__content {
  padding-right: 340px; }

.block01__content .text01 {
  -webkit-filter: drop-shadow(0 0 30px white);
  filter: drop-shadow(0 0 30px white);
  text-shadow: 0 0 30px white, 0 0 30px white, 0 0 30px white, 0 0 30px white; }

@media (max-width: 1440px) {
  .block01__content {
    padding-right: calc((340/1440)*100vw); } }

@media (max-width: 640px) {
  .block01__content {
    margin-bottom: calc((58/750)*100vw);
    padding-right: 0; } }

.block01__img {
  width: 362px;
  position: absolute;
  width: 362px;
  right: 2px;
  top: -7px; }

@media (max-width: 1440px) {
  .block01__img {
    width: calc((362/1440)*100vw);
    right: calc((2/1440)*100vw);
    top: calc((-7/1440)*100vw); } }

@media (max-width: 1200px) {
  .block01__img {
    width: calc((362/1200)*100vw); } }

@media (max-width: 900px) {
  .block01__img {
    width: calc((296/900)*100vw); } }

@media (max-width: 640px) {
  .block01__img {
    width: 100%;
    text-align: center;
    position: unset; } }

.block01__img img {
  width: 100%; }

@media (max-width: 640px) {
  .block01__img img {
    max-width: calc((510/750)*100vw); } }

.block01__img--type01 {
  width: 455px;
  right: 0;
  bottom: 0; }

@media (max-width: 1440px) {
  .block01__img--type01 {
    width: calc((455/1440)*100vw); } }

@media (max-width: 1200px) {
  .block01__img--type01 {
    width: calc((470/1200)*100vw); } }

@media (max-width: 900px) {
  .block01__img--type01 {
    width: calc((320/900)*100vw); } }

@media (max-width: 640px) {
  .block01__img--type01 {
    width: 90%;
    margin: 0 auto 6vw; } }

.block01__img--type02 {
  width: 591px;
  right: -14px;
  top: -6px; }

@media (max-width: 1440px) {
  .block01__img--type02 {
    width: calc((591/1440)*100vw);
    right: calc((-14/1440)*100vw);
    top: calc((-6/1440)*100vw); } }

@media (max-width: 1200px) {
  .block01__img--type02 {
    width: calc((580/1200)*100vw); } }

@media (max-width: 900px) {
  .block01__img--type02 {
    width: calc((414/900)*100vw); } }

@media (max-width: 640px) {
  .block01__img--type02 {
    width: calc((670/750)*100vw); }
  .block01__img--type02 img {
    max-width: 100%; } }

.block01 .title01 {
  margin-bottom: 15px; }

@media (max-width: 641px) {
  .block01 .title01 {
    margin-bottom: calc((46/750)*100vw); } }

@media (min-width: 641px) {
  .list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.list02__item {
  width: 230px; }

@media (max-width: 1440px) {
  .list02__item {
    width: 230px; }
  .list02 .list02__item:nth-child(1) .list02__img img {
    width: calc((172/1440)*100vw); }
  .list02 .list02__item:nth-child(2) .list02__img img {
    width: calc((266/1440)*100vw); } }

@media (max-width: 640px) {
  .list02 .list02__item:nth-child(1) .list02__img img {
    width: calc((340/750)*100vw);
    margin-top: calc((20/750)*100vw); }
  .list02 .list02__item:nth-child(2) .list02__img img {
    width: 100%;
    margin-bottom: calc((-8/750)*100vw); } }

@media (max-width: 900px) {
  .list02__item {
    width: calc((230/900)*100vw); } }

@media (max-width: 640px) {
  .list02__item {
    width: 100%; } }

@media (min-width: 641px) {
  .list02__item:nth-child(2) {
    width: calc(100% - 520px); } }

@media (max-width: 900px) {
  .list02__item:nth-child(2) {
    width: calc(100% - ((520/900)*100vw)); } }

.list02__item:not(:last-child) {
  position: relative; }

@media (max-width: 640px) {
  .list02__item:not(:last-child) {
    margin-bottom: calc((60/750)*100vw);
    width: 100%; } }

.list02__item:not(:last-child):after {
  content: "";
  position: absolute;
  background: url(../img/ic_right.svg) no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -27px;
  width: 25px;
  height: 26px; }

@media (max-width: 1440px) {
  .list02__item:not(:last-child):after {
    right: calc((-27/1440)*100vw);
    width: calc((25/1440)*100vw);
    height: calc((26/1440)*100vw); } }

@media (max-width: 640px) {
  .list02__item:not(:last-child):after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: calc((31 / 750)* 100vw);
    height: calc((49 / 750)* 100vw);
    left: 0;
    bottom: calc((-59 / 750)* 100vw);
    right: 0;
    margin: 0 auto;
    top: unset; } }

@media (min-width: 641px) {
  .list02__img {
    text-align: center; }
  .list02__img img {
    margin: 0 auto;
    width: 100%; } }

.list02__title {
  padding: 3px 10px;
  border-radius: 10px 10px 0 0;
  background-color: #002291;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.9;
  text-align: center; }

@media (max-width: 1440px) {
  .list02__title {
    padding: calc((3/1440)*100vw) calc((10/1440)*100vw);
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 900px) {
  .list02__title {
    font-size: calc((16/900)*100vw); } }

@media (max-width: 640px) {
  .list02__title {
    font-size: calc((40/750)*100vw);
    padding: 0px calc((40/750)*100vw);
    line-height: 1.75;
    border-radius: calc((20/750)*100vw) calc((20/750)*100vw) 0 0; } }

.list02__inner {
  height: 100%;
  background-color: #F2F4F9;
  border-radius: 0 0 10px 10px; }

@media (max-width: 640px) {
  .list02__inner {
    border-radius: calc((20/750)*100vw) calc((20/750)*100vw) 0 0; } }

.list02__content {
  padding: 28px 20px 10px; }

@media (max-width: 1440px) {
  .list02__content {
    padding: calc((28/1440)*100vw) calc((20/1440)*100vw) calc((10/1440)*100vw); } }

.list02__content--type02 {
  padding: 31px 20px 10px; }

@media (max-width: 1440px) {
  .list02__content--type02 {
    padding: calc((31/1440)*100vw) calc((20/1440)*100vw) calc((10/1440)*100vw); } }

@media (max-width: 640px) {
  .list02__content {
    padding: 10px; }
  .list02__content--type02 {
    padding: calc((40/750)*100vw); } }

.list02__content--type01 {
  padding: 18px 20px 10px; }

@media (max-width: 640px) {
  .list02__content--type01 {
    padding: calc((20/750)*100vw) calc((20/750)*100vw) calc((36/750)*100vw); } }

.list02__box {
  position: relative;
  height: 100%; }

.list02__box01 {
  padding: 20px;
  margin-bottom: 22px;
  background-color: #fff;
  border-radius: 10px; }

@media (max-width: 1440px) {
  .list02__box01 {
    padding: calc((20/1440)*100vw);
    margin-bottom: calc((22/1440)*100vw); } }

@media (max-width: 640px) {
  .list02__box01 {
    padding: calc((10/750)*100vw);
    margin-bottom: calc((34/750)*100vw);
    border-radius: calc((20/750)*100vw); }
  .list02__box01 .list02__text02:nth-child(1) {
    padding: calc((30/750)*100vw) 0; }
  .list02__box01 .list02__text02:nth-child(2) {
    padding: calc((20/750)*100vw) calc((30/750)*100vw) calc((30/750)*100vw); }
  .list02__box .list02__text {
    width: calc((294/750)*100vw);
    margin: calc((20/750)*100vw) calc((20/750)*100vw) 0 auto;
    padding: calc((8/750)*100vw) calc((12/750)*100vw); } }

.list02__text {
  padding: 14px;
  text-align: center;
  color: #002291;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: 700;
  position: relative; }

@media (max-width: 1440px) {
  .list02__text {
    font-size: calc((16/1440)*100vw);
    padding: calc((14/1440)*100vw); } }

@media (max-width: 900px) {
  .list02__text {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .list02__text {
    font-size: calc((28/750)*100vw);
    font-weight: 300; } }

.list02__text:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 22px;
  height: 14px;
  background: url(../img/ic_poly02.svg) no-repeat center;
  content: "";
  background-size: 100%;
  right: 0;
  margin: 0 auto; }

@media (max-width: 640px) {
  .list02__text:after {
    bottom: calc((-26/750)*100vw);
    height: calc((30/750)*100vw);
    width: calc((42/750)*100vw);
    background: url(../img/ic_poly01.svg) no-repeat center top/auto; } }

.list02__text01 {
  font-weight: 600;
  text-align: center;
  color: #002291;
  line-height: 22px;
  font-size: 1.6rem; }

@media (max-width: 1440px) {
  .list02__text01 {
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .list02__text01 {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .list02__text01 {
    font-size: calc((32/750)*100vw);
    line-height: 1.38; } }

.list02__text02 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #002291;
  line-height: 18px; }

@media (max-width: 1440px) {
  .list02__text02 {
    font-size: calc((12/1440)*100vw); } }

@media (max-width: 900px) {
  .list02__text02 {
    font-size: calc((12/900)*100vw); } }

@media (max-width: 640px) {
  .list02__text02 {
    font-size: calc((28/750)*100vw);
    line-height: 1.43;
    font-weight: 300; } }

.list02__text02:first-child:not(:only-child) {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C6CEE6; }

@media (max-width: 640px) {
  .list02__text02:first-child:not(:only-child) {
    margin: 0 calc((28/750)*100vw) calc((-4/750)*100vw);
    padding-bottom: calc((12/750)*100vw); } }

.list03 {
  text-align: center; }

@media (max-width: 1440px) {
  .list03 .list03__item:nth-child(1) .list03__img img {
    width: calc((156/1440)*100vw); }
  .list03 .list03__item:nth-child(2) .list03__img img {
    width: calc((202/1440)*100vw); }
  .list03 .list03__item:nth-child(3) .list03__img img {
    width: calc((95/1440)*100vw); } }

@media (max-width: 640px) {
  .list03 .list03__item:nth-child(1) .list03__img img {
    width: calc((312/750)*100vw); }
  .list03 .list03__item:nth-child(2) .list03__img img {
    width: calc((400/750)*100vw); }
  .list03 .list03__item:nth-child(3) .list03__img img {
    width: calc((190/750)*100vw); } }

@media (min-width: 641px) {
  .list03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px; } }

@media (min-width: 641px) {
  .list03__item {
    width: calc(33.3333% - 10px); } }

@media (max-width: 640px) {
  .list03__item {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 640px) {
  .list03__item:not(:last-child) {
    margin-bottom: 20px; } }

.list03__text {
  color: #002291;
  font-size: 2.4rem;
  line-height: 38px;
  font-weight: 600; }

@media (max-width: 1440px) {
  .list03__text {
    font-size: calc((24/1440)*100vw); } }

@media (max-width: 900px) {
  .list03__text {
    font-size: calc((18/900)*100vw); } }

@media (max-width: 640px) {
  .list03__text {
    font-size: calc((48/750)*100vw); } }

.list03__img {
  margin-bottom: 13px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F2F4F9;
  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; }

.list05 {
  counter-reset: li; }

@media (min-width: 641px) {
  .list05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; } }

.list05__inner {
  height: 100%;
  background-color: #F2F4F9;
  border-radius: 10px; }

@media (min-width: 641px) {
  .list05__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 640px) {
  .list05__inner {
    border-radius: calc((20/750)*100vw); } }

.list05__item {
  position: relative;
  counter-increment: li;
  padding: 25px 15px 0;
  width: 16.6666%; }

@media (max-width: 1440px) {
  .list05__item {
    padding: calc((25/1440)*100vw) calc((15/1440)*100vw) 0; } }

@media (max-width: 640px) {
  .list05__item {
    width: 100%;
    padding: 30px 0 0; } }

.list05__item--opacity {
  opacity: 0.2; }

.list05__item:before {
  content: "0" counter(li);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  z-index: 1; }

@media (max-width: 1440px) {
  .list05__item:before {
    width: calc((50/1440)*100vw);
    height: calc((50/1440)*100vw);
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 1200px) {
  .list05__item:before {
    width: calc((40/1200)*100vw);
    height: calc((40/1200)*100vw); } }

@media (max-width: 900px) {
  .list05__item:before {
    width: calc((30/900)*100vw);
    height: calc((30/900)*100vw); } }

@media (max-width: 640px) {
  .list05__item:before {
    width: calc((100/750)*100vw);
    height: calc((100/750)*100vw);
    top: calc((10/750)*100vw);
    font-size: calc((32/750)*100vw); } }

.list05__item:not(:last-child) {
  position: relative; }

@media (max-width: 640px) {
  .list05__item:not(:last-child) {
    margin-bottom: 19px; } }

.list05__arrow--opacity:not(:last-child):after {
  opacity: 0.2; }

.list05__item:not(:last-child):after {
  content: "";
  position: absolute;
  background: url(../img/ic_right.svg) no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -11px;
  width: 25px;
  height: 26px; }

@media (max-width: 1440px) {
  .list05__item:not(:last-child):after {
    right: calc((-11/1440)*100vw);
    width: calc((25/1440)*100vw);
    height: calc((26/1440)*100vw); } }

@media (max-width: 640px) {
  .list05__item:not(:last-child):after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 31px;
    height: 27px;
    left: 0;
    bottom: -25px;
    right: 0;
    margin: 0 auto;
    top: unset; } }

.list05__text01 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.44;
  color: #002291;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright; }

@media (max-width: 1440px) {
  .list05__text01 {
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 900px) {
  .list05__text01 {
    font-size: calc((16/900)*100vw); } }

@media (max-width: 640px) {
  .list05__text01 {
    font-size: calc((40/750)*100vw);
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-align: center;
    margin-top: calc((46/750)*100vw); } }

.list05__text01--type01 {
  position: relative; }

@media (max-width: 640px) {
  .list05__text01--type01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .list05__text01--order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 641px) {
  .list05__text01--type01 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; } }

.list05__text01--latinh {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial; }

@media (min-width: 641px) {
  .list05__text01--latinh {
    text-align: center; } }

@media (min-width: 641px) {
  .list05__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.list05__text02 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.44;
  padding: 25px 0;
  position: relative;
  z-index: 5;
  font-size: 1.6rem;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.05em; }

@media (max-width: 1440px) {
  .list05__text02 {
    padding: calc((25/1440)*100vw) 0;
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .list05__text02 {
    font-size: calc((12/900)*100vw); } }

@media (max-width: 640px) {
  .list05__text02 {
    font-size: calc((32/750)*100vw);
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    padding: 11px 16px 15px;
    line-height: 1.75;
    letter-spacing: unset;
    white-space: normal; } }

.list05__text02--latinh {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial; }

@media (min-width: 641px) {
  .list05__text02--latinh {
    text-align: center;
    line-height: 1; } }

.list05__number {
  font-size: 9px;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial; }

@media (min-width: 641px) {
  .list05__number {
    right: -9px;
    position: absolute;
    bottom: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; } }

@media (max-width: 641px) {
  .list05__number {
    font-size: calc((20/750)*100vw); } }

.block02 {
  padding: 76px 79px 80px;
  background-color: #fff;
  border-radius: 10px; }

@media (max-width: 1440px) {
  .block02 {
    padding: calc((76/1440)*100vw) calc((79/1440)*100vw) calc((80/1440)*100vw);
    border-radius: calc((10/1440)*100vw); } }

@media (max-width: 640px) {
  .block02 {
    border-radius: calc((20/750)*100vw);
    padding: calc((80/750)*100vw) calc((60/750)*100vw) calc((54/750)*100vw); } }

.block02__box {
  margin: 20px 0 16px;
  border-radius: 10px;
  background-color: #002291;
  padding: 22px 40px;
  position: relative; }

@media (max-width: 1440px) {
  .block02__box {
    margin: calc((20/1440)*100vw) 0 calc((16/1440)*100vw);
    padding: calc((22/1440)*100vw) calc((40/1440)*100vw); } }

@media (max-width: 640px) {
  .block02__box {
    margin-top: calc((78/750)*100vw);
    padding: calc((36/750)*100vw) calc((28/750)*100vw);
    margin-bottom: calc((28/750)*100vw);
    border-radius: calc((20/750)*100vw); } }

.block02__box:before {
  content: "";
  top: -29px;
  width: 28px;
  height: 42px;
  background: url(../img/ic_up.svg) no-repeat center/contain;
  right: 31%;
  position: absolute; }

@media (max-width: 1440px) {
  .block02__box:before {
    top: calc((-29/1440)*100vw);
    width: calc((28/1440)*100vw);
    height: calc((42/1440)*100vw); } }

@media (max-width: 640px) {
  .block02__box:before {
    display: none; } }

.block02__arrow {
  margin: 22px auto 15px;
  text-align: center; }

@media (max-width: 1440px) {
  .block02__arrow {
    margin: calc((22/1440)*100vw) auto calc((15/1440)*100vw); }
  .block02__arrow img {
    width: calc((317/1440)*100vw); } }

@media (max-width: 640px) {
  .block02__arrow {
    margin: calc((16/750)*100vw) auto calc((38/750)*100vw); }
  .block02__arrow img {
    width: calc((634/750)*100vw);
    margin-left: calc((-42/750)*100vw);
    margin-top: calc((10/750)*100vw); } }

.block02__title {
  text-align: center; }

.block02__list {
  margin-top: 22px;
  position: relative; }

@media (max-width: 640px) {
  .block02__list {
    margin-top: calc((36/750)*100vw); } }

.block02__list + .title01 {
  margin-top: 30px; }

@media (max-width: 640px) {
  .block02__list + .title01 {
    margin-top: calc((36/750)*100vw); } }

.block02__label {
  z-index: 1;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  color: #002291;
  text-align: center;
  right: 0;
  position: absolute;
  background-color: #daff34; }

@media (max-width: 1440px) {
  .block02__label {
    font-size: calc((22/1440)*100vw); } }

.block02__label:before, .block02__label:after {
  position: absolute;
  width: 30%;
  height: 40px;
  display: block;
  aspect-ratio: 1;
  border-radius: 3px;
  background: url(../img/bg-line.svg) no-repeat center/cover;
  content: "";
  z-index: -1;
  top: 0; }

.block02__label:before {
  background-position: left center; }

.block02__label:after {
  background-position: right center; }

@media (min-width: 641px) {
  .block02__label:after {
    right: -19px; } }

@media (min-width: 641px) {
  .block02__label:before {
    left: -20px; } }

@media (max-width: 1440px) {
  .block02__label:before, .block02__label:after {
    height: calc((40/1440)*100vw); } }

@media (max-width: 640px) {
  .block02__label:before, .block02__label:after {
    width: calc((50/750)*100vw);
    height: calc((74/750)*100vw);
    left: 0; }
  .block02__label:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc((-46/750)*100vw);
    right: calc((12/750)*100vw); }
  .block02__label::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: calc((12/750)*100vw);
    bottom: calc((-48/750)*100vw);
    top: unset; } }

.block02__label {
  bottom: 20px;
  padding: 9px 19px;
  width: 100%;
  max-width: 535px;
  right: 22px; }

@media (max-width: 1440px) {
  .block02__label {
    bottom: calc((10/1440)*100vw);
    padding: calc((9/1440)*100vw) calc((19/1440)*100vw);
    width: 100%;
    max-width: calc((535/1440)*100vw);
    right: calc((22/1440)*100vw); } }

@media (max-width: 640px) {
  .block02__label {
    font-size: calc((44/750)*100vw);
    bottom: calc((16/750)*100vw);
    right: calc((-40/750)*100vw);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: calc((74/750)*100vw);
    height: calc((1420/750)*100vw);
    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; } }

.block02__group:not(:last-child) {
  margin: 30px 0 46px; }

@media (min-width: 641px) {
  .block02__group:not(:last-child) {
    margin: calc((30/1440)*100vw) 0 calc((46/1440)*100vw); } }

@media (max-width: 640px) {
  .block02__group:not(:last-child) {
    margin: calc((46/750)*100vw) 0 calc((46/750)*100vw); } }

.block02 + .block02 {
  margin-top: 30px;
  padding: 82px 79px 80px; }

@media (max-width: 1440px) {
  .block02 + .block02 {
    margin-top: calc((30/1440)*100vw);
    padding: calc((82/1440)*100vw) calc((79/1440)*100vw) calc((80/1440)*100vw); } }

@media (max-width: 640px) {
  .block02 + .block02 {
    margin-top: calc((42/750)*100vw);
    padding: calc((82/750)*100vw) calc((60/750)*100vw) calc((80/750)*100vw); }
  .block02 + .block02--type01 {
    padding-bottom: calc((64/750)*100vw); }
  .block02 + .block02--type03 {
    margin-top: calc((69/750)*100vw);
    padding-bottom: calc((44/750)*100vw); } }

.block02 + .block02--type04 {
  margin-top: 24px;
  padding-top: 44px; }

@media (max-width: 1440px) {
  .block02 + .block02--type04 {
    margin-top: calc((24/1440)*100vw);
    padding-top: calc((44/1440)*100vw); } }

@media (max-width: 640px) {
  .block02 + .block02--type04 {
    margin-top: calc((24/750)*100vw);
    padding-top: calc((44/750)*100vw); } }

.block02 + .block02--type05 {
  padding-top: 89px; }

@media (max-width: 1440px) {
  .block02 + .block02--type05 {
    padding-top: calc((89/1440)*100vw); } }

@media (max-width: 640px) {
  .block02 + .block02--type05 {
    padding-top: calc((80/750)*100vw);
    padding-bottom: calc((54/750)*100vw); } }

.block02 .list03 {
  margin-bottom: 22px; }

.block02 .list02 {
  margin-top: 32px; }

@media (max-width: 640px) {
  .block02 .list02 {
    margin-top: calc((48/750)*100vw); } }

.block02 .title01 {
  margin-bottom: 20px; }

@media (max-width: 640px) {
  .block02 .title01 {
    margin-bottom: calc((44/750)*100vw); } }

.block02 .title01 + .note01 {
  margin-top: 30px; }

@media (max-width: 640px) {
  .block02 .title01 + .note01 {
    margin-top: calc((14/750)*100vw); } }

.block02 .title02 {
  margin-bottom: 20px; }

@media (max-width: 1440px) {
  .block02 .title02 {
    margin-bottom: calc((20/1440)*100vw); } }

@media (max-width: 640px) {
  .block02 .title02 {
    margin-bottom: calc((24/750)*100vw); } }

.block02 .text04 {
  margin-bottom: 20px; }

@media (max-width: 640px) {
  .block02 .text04 {
    margin-bottom: calc((30/750)*100vw); } }

.block02 .title03 {
  width: 100%;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff; }

@media (max-width: 640px) {
  .block02 .title03 {
    margin-bottom: calc((28/750)*100vw);
    padding-bottom: calc((32/750)*100vw); } }

.block02--type01 .title01 {
  margin-bottom: 23px; }

.block02--type02 {
  padding-top: 80px; }

@media (max-width: 1440px) {
  .block02--type02 {
    padding-top: calc((80/1440)*100vw); } }

@media (max-width: 640px) {
  .block02--type02 {
    padding-top: calc((82/750)*100vw); } }

.block02--type02 .title01 {
  margin-bottom: 42px; }

@media (max-width: 640px) {
  .block02--type02 .title01 {
    margin-bottom: calc((54/750)*100vw); } }

.block02--type03 .title01 {
  margin-bottom: 36px; }

@media (max-width: 640px) {
  .block02--type03 .title01 {
    margin-bottom: calc((58/750)*100vw); } }

.block02--type04 .title01 {
  margin-bottom: 40px; }

@media (max-width: 1440px) {
  .block02--type04 .title01 {
    padding-top: calc((6/1440)*100vw); } }

@media (max-width: 640px) {
  .block02--type04 .title01 {
    padding-top: calc((0/750)*100vw);
    margin-bottom: calc((58/750)*100vw); } }

.block02--type05 .list08 {
  margin-top: 31px; }

@media (max-width: 640px) {
  .block02--type05 .list08 {
    margin-top: calc((50/750)*100vw); } }

.block02--type05 .list08__img {
  margin-bottom: 13px; }

.block02--type05 .list08__title {
  margin-bottom: 6px; }

@media (max-width: 640px) {
  .block02--type05 .list08__title {
    margin-bottom: calc((-8/750)*100vw); } }

.block02--type05 .btn02__link {
  padding: 5px 33px; }

@media (max-width: 640px) {
  .block02--type05 .btn02__link {
    padding: calc((42/750)*100vw); } }

.table01 {
  margin-top: 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  overflow: hidden; }

@media (max-width: 640px) {
  .table01 {
    margin-top: calc((53/750)*100vw);
    border-radius: 0 0 calc((20/750)*100vw) calc((20/750)*100vw); } }

.table01__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.table01__text {
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 300; }

.table01__text02 {
  font-size: 1.4rem;
  line-height: 1.5; }

@media (max-width: 1440px) {
  .table01__text02 {
    font-size: calc((14/1440)*100vw); } }

@media (max-width: 640px) {
  .table01__text02 {
    white-space: nowrap;
    font-size: calc((24/750)*100vw);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; } }

@media (max-width: 640px) {
  .table01__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.table01 th,
.table01 td {
  border: 2px solid #fff; }

@media (max-width: 640px) {
  .table01 th,
  .table01 td {
    vertical-align: middle; } }

.table01 thead th {
  padding: 13px 5px;
  background-color: #002291;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600; }

@media (max-width: 640px) {
  .table01 thead th {
    font-size: 1rem;
    line-height: 16px; } }

.table01 thead th:first-child {
  width: 89px;
  border-top-left-radius: 10px;
  border-left: 1px;
  border-top: 1px; }

@media (max-width: 1440px) {
  .table01 thead th {
    font-size: calc((16/1440)*100vw); }
  .table01 thead th:first-child {
    width: calc((89/1440)*100vw); } }

@media (max-width: 1200px) {
  .table01 thead th:first-child {
    width: calc((89/1200)*100vw); } }

@media (max-width: 900px) {
  .table01 thead th {
    font-size: calc((14/900)*100vw); }
  .table01 thead th:first-child {
    width: calc((70/900)*100vw); } }

@media (max-width: 640px) {
  .table01 thead th {
    font-size: calc((20/750)*100vw); }
  .table01 thead th:first-child {
    width: calc((66/750)*100vw);
    border-top-left-radius: calc((20/750)*100vw); } }

.table01 thead th:last-child {
  border-top-right-radius: 10px;
  border-right: 1px;
  border-top: 1px; }

@media (max-width: 640px) {
  .table01 thead th:last-child {
    border-top-right-radius: calc((20/750)*100vw); } }

.table01 td {
  padding: 10px 5px;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  background-color: #F2F4F9;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.table01 tr:first-child th {
  border-top: 1px; }

.table01 tr td:first-child {
  border-left: 1px; }

.table01 tr td:last-child {
  border-right: 1px; }

.table01 tr:last-child td {
  border-bottom: 1px; }

.table01 td:first-child {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #002291;
  vertical-align: middle; }

@media (max-width: 1440px) {
  .table01 td {
    padding: calc((10/1440)*100vw) calc((5/1440)*100vw);
    font-size: calc((18/1440)*100vw); }
  .table01 td:first-child {
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 900px) {
  .table01 td {
    font-size: calc((16/900)*100vw); } }

@media (max-width: 640px) {
  .table01 td:first-child {
    font-size: calc((24/750)*100vw);
    line-height: 1; } }

@media (max-width: 640px) {
  .table01 td {
    font-size: calc((20/750)*100vw);
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding-left: calc((6/750)*100vw);
    padding-right: 0;
    padding-top: calc((16/750)*100vw);
    padding-bottom: calc((9/750)*100vw); } }

@media (min-width: 641px) {
  .table01 td:not(:first-child) {
    padding: 13px 16px 13px 17px; } }

.banner01 {
  padding: 101px 0 110px;
  text-align: center;
  background: url(../img/banner-bg.jpg) no-repeat right top/cover;
  position: relative; }

@media (max-width: 1440px) {
  .banner01 {
    padding: calc((101/1440)*100vw) 0 calc((110/1440)*100vw); } }

@media (max-width: 640px) {
  .banner01 {
    padding: calc((100/750)*100vw) 0;
    background: url(../img/banner-bg-sp.png) no-repeat right top/cover; } }

.banner01__title {
  margin-bottom: 59px;
  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; }

@media (max-width: 1440px) {
  .banner01__title {
    margin-bottom: calc((59/1440)*100vw); } }

@media (max-width: 640px) {
  .banner01__title {
    margin-bottom: calc((60/750)*100vw); } }

.banner01__title img {
  height: auto;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 157, 229, 0.9));
  filter: drop-shadow(0 0 1.5rem rgba(0, 157, 229, 0.9)); }

@media (max-width: 1440px) {
  .banner01__title img {
    width: calc((884/1440)*100vw); } }

@media (max-width: 640px) {
  .banner01__title img {
    width: calc((275/375)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(0, 157, 229, 0.9));
    filter: drop-shadow(0 0 0.5rem rgba(0, 157, 229, 0.9)); } }

.banner01__title--inner {
  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; }

@media (max-width: 640px) {
  .banner01__title--inner {
    padding: 0 20px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto; } }

.banner01__title--inner:before {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  left: 0; }

.banner01__title--inner:after {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  right: 0; }

@media (max-width: 640px) {
  .banner01__title--inner:before, .banner01__title--inner:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff; }
  .banner01__title--inner:before {
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
    left: calc((-12/750)*100vw); }
  .banner01__title--inner:after {
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
    right: calc((-12/750)*100vw); } }

.banner01__subtitle {
  margin-bottom: 30px; }

.banner01__subtitle img {
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 157, 229, 0.9));
  filter: drop-shadow(0 0 1.5rem rgba(0, 157, 229, 0.9)); }

@media (max-width: 1440px) {
  .banner01__subtitle img {
    width: calc((666/1440)*100vw); } }

@media (max-width: 640px) {
  .banner01__subtitle {
    margin-bottom: calc((90/750)*100vw); }
  .banner01__subtitle img {
    width: calc((512/750)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(0, 157, 229, 0.9));
    filter: drop-shadow(0 0 0.5rem rgba(0, 157, 229, 0.9)); } }

.section02 {
  padding: 140px 0 133px;
  position: relative;
  background: url(../img/sec02-bg.png) no-repeat top left/cover; }

.section02__title01 img {
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 0 1.75rem white);
  filter: drop-shadow(0 0 1.75rem white); }

@media (max-width: 1440px) {
  .section02 {
    padding: calc((140/1440)*100vw) 0 calc((133/1440)*100vw); }
  .section02__title01 img {
    width: calc((625/1440)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem white);
    filter: drop-shadow(0 0 0.5rem white); }
  .section02__title02 img {
    width: calc((761/1440)*100vw);
    height: auto;
    display: block; }
  .section02__title03 img {
    width: calc((605/1440)*100vw);
    height: auto;
    display: block; }
  .section02__title04 img {
    width: calc((434/1440)*100vw);
    height: auto;
    display: block; }
  .section02__title05 img {
    width: calc((596/1440)*100vw);
    height: auto;
    display: block; }
  .section02__title06 img {
    width: calc((755/1440)*100vw);
    height: auto;
    display: block; }
  .section02__img03 img {
    width: calc((455/1440)*100vw);
    height: auto;
    display: block; } }

@media (max-width: 1200px) {
  .section02__img03 img {
    width: calc((425/1200)*100vw);
    height: auto;
    display: block; } }

@media (max-width: 900px) {
  .section02__img03 img {
    width: calc((300/900)*100vw);
    height: auto;
    display: block; } }

@media (max-width: 640px) {
  .section02 {
    padding: calc((99/750)*100vw) 0 calc((133/750)*100vw);
    background: url(../img/sec02_sp.png) no-repeat center calc((100/750)*100vw);
    background-size: 100%; }
  .section02__title01 img {
    width: calc((652/750)*100vw); }
  .section02__title02 img {
    width: calc((500/750)*100vw); }
  .section02__title03 img {
    width: calc((574/750)*100vw); }
  .section02__title04 img {
    width: calc((484 / 750)* 100vw);
    padding: calc((22 / 750)* 100vw) 0px; }
  .section02__title05 img {
    width: calc((506/750)*100vw); }
  .section02__title06 img {
    width: calc((552/750)*100vw); }
  .section02__img03 img {
    max-width: calc((662/750)*100vw);
    width: 100%;
    margin: auto; }
  .section02 .block01__content {
    margin-bottom: calc((-12/750)*100vw); } }

.section03 {
  padding: 142px 0 120px;
  position: relative;
  background: url(../img/bg01.png) no-repeat top left/cover; }

.section03 .btn02 {
  margin-top: auto; }

.section03 .btn02--type01 {
  margin-top: 22px; }

@media (max-width: 1440px) {
  .section03 .btn02--type01 {
    margin-top: calc((22/1440)*100vw); } }

@media (max-width: 640px) {
  .section03 .btn02--type01,
  .section03 .btn02 {
    margin-top: calc((35/750)*100vw); } }

.section03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px; }

.section03__title01 img {
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 0 1.75rem white);
  filter: drop-shadow(0 0 1.75rem white); }

@media (max-width: 1440px) {
  .section03 {
    padding: calc((142/1440)*100vw) 0 calc((120/1440)*100vw); }
  .section03__title01 img {
    width: calc((404/1440)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem white);
    filter: drop-shadow(0 0 0.5rem white); }
  .section03__title02 img {
    width: calc((740/1440)*100vw);
    height: auto;
    display: block; }
  .section03__title03 img {
    width: calc((673/1440)*100vw);
    height: auto;
    display: block; }
  .section03__title04 img {
    width: calc((214/1440)*100vw);
    height: auto;
    display: block; }
  .section03__title05 img {
    width: calc((492/1440)*100vw);
    height: auto;
    display: block; } }

@media (max-width: 640px) {
  .section03 {
    padding: calc((102/750)*100vw) 0 calc((40/750)*100vw);
    background: url(../img/bg01_sp.png) no-repeat center calc((960/750)*100vw), url(../img/bg01_dum.png) no-repeat calc(50% + -57px) calc((202/750)*100vw);
    background-size: 100% auto; }
  .section03__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    gap: calc((40/750)*100vw); }
  .section03__title01 img {
    width: calc((490/750)*100vw);
    height: auto;
    display: block; }
  .section03__title02 img {
    width: calc((496/750)*100vw);
    height: auto;
    display: block; }
  .section03__title03 img {
    width: calc((484/750)*100vw);
    height: auto;
    display: block; }
  .section03__title04 img {
    width: calc((382/750)*100vw);
    height: auto;
    display: block; }
  .section03__title05 img {
    width: calc((434/750)*100vw);
    height: auto;
    display: block; }
  .section03 .block01__content {
    margin-bottom: calc((46/750)*100vw); } }

.section04 {
  padding: 141px 0 143px;
  position: relative;
  background: url(../img/bg01.png) no-repeat top left/cover; }

.section04__title01 img {
  display: block;
  -webkit-filter: drop-shadow(0 0 1.75rem white);
  filter: drop-shadow(0 0 1.75rem white); }

.section04 .title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 31px; }

.section04 .block02 {
  margin-top: 49px; }

@media (max-width: 1440px) {
  .section04 {
    padding: calc((141/1440)*100vw) 0 calc((143/1440)*100vw); }
  .section04__title01 img {
    width: calc((836/1440)*100vw);
    -webkit-filter: drop-shadow(0 0 0.5rem white);
    filter: drop-shadow(0 0 0.5rem white);
    height: auto; }
  .section04 .block02 {
    margin-top: calc((49/1440)*100vw); } }

@media (max-width: 640px) {
  .section04 {
    padding: calc((98/750)*100vw) 0 calc((60/750)*100vw);
    background: url(../img/sec04_sp.png) no-repeat top left/cover; }
  .section04__title01 img {
    width: calc((512/750)*100vw);
    height: auto; }
  .section04 .title01 {
    margin-bottom: calc((34/750)*100vw); }
  .section04 .block02 {
    margin-top: calc((42/750)*100vw); } }

@media (min-width: 641px) {
  .list04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (max-width: 1440px) {
  .list04 .list04__icon img {
    width: calc((100/1440)*100vw);
    height: auto; } }

@media (max-width: 640px) {
  .list04 .list04__icon img {
    width: calc((160/750)*100vw); } }

.list04__label {
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 1.88;
  background-color: #002291;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%; }

@media (max-width: 1440px) {
  .list04__label {
    font-size: calc((16/1440)*100vw); } }

@media (max-width: 900px) {
  .list04__label {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .list04__label {
    font-size: calc((28/750)*100vw);
    padding: calc((4/750)*100vw) calc((10/750)*100vw);
    border-radius: calc((10/750)*100vw); } }

.list04__imgtext {
  margin-bottom: 10px; }

@media (max-width: 640px) {
  .list04__imgtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc((38/750)*100vw) calc((31/750)*100vw) 0px;
    gap: calc((10/750)*100vw);
    margin-bottom: calc((14/750)*100vw); } }

.list04__icon {
  margin-bottom: 10px;
  text-align: center;
  width: 100%; }

@media (max-width: 640px) {
  .list04__icon {
    width: calc((160/750)*100vw);
    margin-right: calc((10/750)*100vw); } }

@media (max-width: 640px) {
  .list04__icon img {
    width: 100%; } }

.list04__grtext {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list04__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.36;
  color: #002291; }

@media (max-width: 1440px) {
  .list04__title {
    font-size: calc((22/1440)*100vw); } }

@media (max-width: 900px) {
  .list04__title {
    font-size: calc((16/900)*100vw); } }

@media (max-width: 640px) {
  .list04__title {
    font-size: calc((40/750)*100vw);
    line-height: 1.3;
    margin-bottom: calc((8/750)*100vw); } }

.list04__item {
  padding: 25px 26px;
  border-radius: 10px;
  background-color: #F2F4F9;
  width: calc(25% - 10px); }

@media (max-width: 1440px) {
  .list04__item {
    padding: calc((25/1440)*100vw) calc((26/1440)*100vw); } }

@media (max-width: 640px) {
  .list04__item {
    width: 100%; }
  .list04__item:not(:last-child) {
    margin-bottom: calc((36/750)*100vw);
    border-radius: calc((20/750)*100vw); } }

@media (min-width: 641px) {
  .list06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 641px) {
  .list06__item {
    width: 23.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 640px) {
  .list06__item:not(:last-child) {
    margin-bottom: calc((18/750)*100vw); } }

.list06__text01 {
  color: #002291;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 600;
  background-color: #daff34;
  border-radius: 1em;
  width: 132px;
  max-width: 90%;
  margin: 0 auto -0.8em;
  padding: 0 0.6em;
  position: relative;
  z-index: 1;
  text-align: center; }

@media (max-width: 1440px) {
  .list06__text01 {
    font-size: calc((14/1440)*100vw); } }

@media (max-width: 900px) {
  .list06__text01 {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .list06__text01 {
    font-size: calc((28/750)*100vw);
    padding-left: calc((10/750)*100vw);
    width: 90%; } }

.list07 {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 300;
  color: #002291;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 1.5em 0.5em 0.5em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center; }

@media (max-width: 640px) {
  .list07 {
    font-size: calc((28/750)*100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.list07__item {
  font-size: 1.4rem;
  letter-spacing: -1px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

@media (max-width: 1440px) {
  .list07__item {
    font-size: calc((14/1440)*100vw); } }

@media (max-width: 900px) {
  .list07__item {
    font-size: calc((12/900)*100vw); } }

@media (max-width: 640px) {
  .list07__item {
    font-size: calc((28/750)*100vw);
    padding-left: calc((10/750)*100vw); } }

.list08 {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px; }

@media (max-width: 1440px) {
  .list08 {
    margin-top: calc((42/1440)*100vw);
    gap: calc((60/1440)*100vw); } }

@media (max-width: 640px) {
  .list08 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc((60/750)*100vw);
    gap: calc((62/750)*100vw); }
  .list08 .text02 {
    padding: calc((20/750)*100vw) 0 0; } }

.list08__item {
  width: 50%;
  position: relative; }

@media (max-width: 640px) {
  .list08__item {
    width: 100%; } }

.list08__img {
  margin-bottom: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media (max-width: 1440px) {
  .list08__img {
    margin-bottom: calc((30/1440)*100vw); } }

@media (max-width: 640px) {
  .list08__img {
    margin-bottom: calc((34/750)*100vw);
    border-radius: calc((20/750)*100vw); } }

.list08__img img {
  width: 100%; }

.list08__title {
  margin-bottom: 12px;
  color: #002291;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.17;
  text-align: center; }

@media (max-width: 1440px) {
  .list08__title {
    font-size: calc((24/1440)*100vw);
    margin-bottom: calc((12/1440)*100vw); } }

@media (max-width: 900px) {
  .list08__title {
    font-size: calc((20/900)*100vw); } }

@media (max-width: 640px) {
  .list08__title {
    font-size: calc((44/750)*100vw); } }

.list08__title--type01 {
  font-size: 2rem;
  line-height: 1.5; }

@media (max-width: 1440px) {
  .list08__title--type01 {
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 900px) {
  .list08__title--type01 {
    font-size: calc((16/900)*100vw); } }

@media (max-width: 640px) {
  .list08__title--type01 {
    font-size: calc((40/750)*100vw); } }

.list08__subtitle {
  font-weight: 300;
  font-size: 1.8rem;
  display: block;
  margin-top: 5px; }

@media (max-width: 1440px) {
  .list08__subtitle {
    font-size: calc((18/1440)*100vw);
    margin-top: calc((5/1440)*100vw); } }

@media (max-width: 900px) {
  .list08__subtitle {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .list08__subtitle {
    font-size: calc((36/750)*100vw);
    margin-top: calc((12/750)*100vw); } }

.list09 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 30px;
  margin-right: 9px; }

@media (max-width: 1440px) {
  .list09 {
    gap: calc((25/1440)*100vw) calc((30/1440)*100vw);
    margin-right: calc((9/1440)*100vw); } }

@media (max-width: 640px) {
  .list09 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-right: 0;
    gap: calc((60/750)*100vw); }
  .list09 .text02 {
    padding: calc((16/750)*100vw) 0 0; } }

.list09--type01 {
  margin-right: 0; }

.list09__img {
  margin-bottom: 19px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media (max-width: 1440px) {
  .list09__img {
    margin-bottom: calc((19/1440)*100vw); } }

@media (max-width: 640px) {
  .list09__img {
    margin-bottom: calc((40/750)*100vw);
    border-radius: calc((20/750)*100vw); } }

.list09__img img {
  width: 100%; }

.list09 .title04 {
  margin-bottom: 12px; }

@media (max-width: 1440px) {
  .list09 .title04 {
    margin-bottom: calc((12/1440)*100vw); } }

.list10__item {
  padding: 15px 40px;
  border-radius: 10px;
  border: 1px solid #002291; }

@media (max-width: 1440px) {
  .list10__item {
    padding: calc((15/1440)*100vw) calc((40/1440)*100vw); } }

@media (max-width: 640px) {
  .list10__item {
    padding: calc((20/750)*100vw) calc((38/750)*100vw) calc((20/750)*100vw) calc((40/750)*100vw);
    border-radius: calc((20/750)*100vw); } }

.list10__item:not(:last-child) {
  margin-bottom: 20px; }

@media (max-width: 640px) {
  .list10__item:not(:last-child) {
    margin-bottom: calc((20/750)*100vw); } }

.list10__item.is-active .list10__top:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.list10__item:first-child .list10__bottom {
  display: block; }

.list10__top {
  padding: 9px 50px 9px 59px;
  cursor: pointer;
  position: relative; }

@media (max-width: 640px) {
  .list10__top {
    padding: calc((20/750)*100vw) 0 calc((20/750)*100vw) calc((72/750)*100vw); } }

.list10__top:before {
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  content: "Q";
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #002291;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff; }

@media (max-width: 640px) {
  .list10__top:before {
    width: calc((60/750)*100vw);
    height: calc((60/750)*100vw);
    font-size: calc((24/750)*100vw); } }

.list10__top:after {
  top: -7px;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: -2px;
  background: url(../img/ic_dropdown.svg) no-repeat center/contain; }

.list10__content {
  padding: 30px 0 30px;
  border-top: 1px solid #C6CEE6; }

@media (max-width: 1440px) {
  .list10__content {
    padding: calc((30/1440)*100vw) calc((30/1440)*100vw); } }

@media (max-width: 640px) {
  .list10__content {
    padding: calc((40/750)*100vw) 0 0; }
  .list10__content .text02 {
    padding: 0; } }

.list10__bottom {
  display: none; }

.list10__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
  color: #002291;
  text-align: left; }

@media (max-width: 1440px) {
  .list10__title {
    font-size: calc((20/1440)*100vw); } }

@media (max-width: 900px) {
  .list10__title {
    font-size: calc((18/900)*100vw); } }

@media (max-width: 640px) {
  .list10__title {
    font-size: calc((36/750)*100vw);
    line-height: 1.67;
    padding-right: calc((30/750)*100vw); } }

.btn02 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto; }

.btn02__link {
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  border-radius: 999px;
  color: #002291;
  background-color: #DAFF34;
  min-height: 60px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1; }

@media (max-width: 1440px) {
  .btn02__link {
    font-size: calc((18/1440)*100vw);
    min-height: calc((60/1440)*100vw);
    padding: calc((5/1440)*100vw) calc((30/1440)*100vw); } }

@media (max-width: 900px) {
  .btn02__link {
    font-size: calc((14/900)*100vw); } }

@media (max-width: 640px) {
  .btn02__link {
    font-size: calc((32/750)*100vw);
    width: calc((480/750)*100vw);
    padding: calc((44/750)*100vw) calc((20/750)*100vw); } }

.btn02--right {
  margin-right: 0; }

@media (max-width: 640px) {
  .btn02--right .btn02__link {
    width: calc((320/750)*100vw); } }

.btn02__text {
  background: url(../img/ic_arrow-right.svg) no-repeat center right/12px auto;
  padding-right: 30px; }

@media (max-width: 1440px) {
  .btn02__text {
    padding-right: calc((30/1440)*100vw);
    background-size: calc((9/1440)*100vw) calc((14/1440)*100vw); } }

@media (max-width: 640px) {
  .btn02__text {
    padding-right: calc((50/750)*100vw);
    background-size: calc((18/750)*100vw) calc((28/750)*100vw); } }

.note01 {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 300;
  position: relative;
  padding-left: 2em;
  text-align: left; }

@media (max-width: 1440px) {
  .note01 {
    font-size: calc((12/1440)*100vw); } }

@media (max-width: 900px) {
  .note01 {
    font-size: calc((10/900)*100vw); } }

@media (max-width: 640px) {
  .note01 {
    font-size: calc((24/750)*100vw); } }

.note01__number {
  position: absolute;
  left: 0;
  top: 0; }

.form__label {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 640px) {
  .form__label {
    margin-bottom: calc((10/750)*100vw); } }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.form__input, .form__select {
  border-radius: 5px;
  border: 1px solid #002291;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 640px) {
  .form__input input::-webkit-input-placeholder {
    font-size: calc((20/750)*100vw); }
  .form__input input:-ms-input-placeholder {
    font-size: calc((20/750)*100vw); }
  .form__input input::-ms-input-placeholder {
    font-size: calc((20/750)*100vw); }
  .form__input input::placeholder {
    font-size: calc((20/750)*100vw); } }

.form__control {
  width: calc(50% - 30px);
  color: #002291;
  margin-bottom: 27px; }

@media (max-width: 640px) {
  .form__control {
    width: calc(50% - 10px); } }

.form__control:only-child:not([class*=type]) {
  width: 100%; }

@media (max-width: 640px) {
  .form__control:only-child:not([class*=type]) {
    width: 100%; } }

@media (min-width: 641px) {
  .form__control--type02 {
    width: calc(50% - 30px); } }

@media (max-width: 640px) {
  .form__control--type02 {
    width: 100%; } }

@media (max-width: 640px) {
  .form__control--type01 {
    width: 100%; } }

@media (min-width: 640px) {
  .form__control--type01 {
    margin-bottom: 22px; } }

.form__select {
  background: url(../img/ic_selectbox.svg) no-repeat center right 10px/15px auto; }

.form__bottom {
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 23px; }

@media (max-width: 1440px) {
  .form__bottom {
    padding: calc((40/1440)*100vw);
    margin-top: calc((23/1440)*100vw); } }

@media (max-width: 640px) {
  .form__bottom {
    padding: 29px 30px;
    margin-top: 15px; } }

.form input,
.form select {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.71;
  color: #002291;
  width: 100%; }

@media (max-width: 640px) {
  .form input,
  .form select {
    font-size: calc((28/750)*100vw); } }

.form select {
  padding: 0 20px;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form input {
  padding: 0 20px;
  border-radius: 5px; }

.form input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #002291; }

.form input::-moz-placeholder {
  opacity: 0.5;
  color: #002291; }

.form input:-ms-input-placeholder {
  opacity: 0.5;
  color: #002291; }

.form input::-ms-input-placeholder {
  opacity: 0.5;
  color: #002291; }

.form input::placeholder {
  opacity: 0.5;
  color: #002291; }

.form__checkbox {
  font-size: 1.6rem;
  font-weight: 600;
  color: #002291;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer; }

@media (min-width: 641px) {
  .form__checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 640px) {
  .form__checkbox {
    line-height: 1.5;
    gap: calc((10/750)*100vw);
    margin-bottom: calc((26/750)*100vw);
    font-size: calc((32/750)*100vw); } }

.form__checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0; }

.form__checkbox input:checked ~ span:after, .form__checkbox input:checked ~ .form__check:after {
  content: ""; }

.form__grlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.form__warning {
  margin-bottom: 22px;
  color: #FF0004;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5; }

@media (min-width: 641px) {
  .form__warning {
    text-align: center; } }

@media (max-width: 640px) {
  .form__warning {
    margin-bottom: calc((24/750)*100vw);
    font-size: calc((24/750)*100vw); } }

.form__check {
  margin-right: 15px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #002291;
  background-color: #fff;
  position: relative; }

.form__check:after {
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  background-color: #002291; }

.form__required {
  margin-left: 10px;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #FF0004; }

@media (max-width: 640px) {
  .form__required {
    font-size: calc((24/750)*100vw);
    margin-left: calc((20/750)*100vw);
    border-radius: calc((6/750)*100vw);
    padding: calc((6/750)*100vw) calc((10/750)*100vw); } }

.form__text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5; }

@media (max-width: 640px) {
  .form__text {
    font-size: calc((32/750)*100vw); } }

.section05 {
  padding: 100px 0;
  background-color: #fff; }

.section05 .card01 {
  margin-bottom: 58px; }

.section05 .title02 {
  margin: 102px 0 22px;
  padding: 12px 10px; }

.section05__title01 img {
  height: auto;
  display: block; }

@media (max-width: 1440px) {
  .section05 {
    padding: calc((100/1440)*100vw) 0; }
  .section05 .card01 {
    margin-bottom: calc((58/1440)*100vw); }
  .section05 .title02 {
    margin: calc((102/1440)*100vw) 0 calc((22/1440)*100vw);
    padding: calc((12/1440)*100vw) calc((10/1440)*100vw); } }

@media (max-width: 640px) {
  .section05 {
    padding: calc((100/750)*100vw) 0; }
  .section05 .card01 {
    margin-bottom: calc((33/750)*100vw);
    width: 100%; }
  .section05 .title02 {
    margin: calc((99 / 750)* 100vw) 0 calc((34 / 750)* 100vw);
    padding: calc((19 / 750)* 100vw) calc((10 / 750)* 100vw); }
  .section05__title01 img {
    width: calc((552/750)*100vw); } }

.section05 .title01 {
  margin-bottom: 19px; }

@media (max-width: 1440px) {
  .section05 .title01 {
    margin-bottom: calc((19/1440)*100vw) 0; } }

.section05 .btn02__link {
  padding: 5px 82px; }

@media (max-width: 640px) {
  .section05 .btn02__link {
    padding: calc((44/750)*100vw);
    width: calc((600/750)*100vw); } }

.card01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2%; }

@media (max-width: 640px) {
  .card01 {
    gap: calc((60/750)*100vw); } }

.card01__item {
  display: block;
  width: 30%;
  margin: 0 auto; }

@media (max-width: 640px) {
  .card01__item {
    width: 100%; } }

.card01 img {
  width: 100%; }

.card01__text {
  color: #002291;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
  text-align: left; }

@media (max-width: 1440px) {
  .card01__text {
    font-size: calc((18/1440)*100vw); } }

@media (max-width: 900px) {
  .card01__text {
    font-size: calc((16/900)*100vw); } }

@media (max-width: 640px) {
  .card01__text {
    font-size: calc((36/750)*100vw); } }

.lg-breadcrumb.g-breadcrumb {
  opacity: 0; }

@media (min-width: 641px) {
  .section03 .block01__content .text01 {
    margin-top: 3em; } }

.list08__item--type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  background-color: #f2f4f9;
  border-radius: 10px; }
  @media (max-width: 1440px) {
    .list08__item--type02 {
      padding: calc((40/1440)*100vw); } }
  @media (max-width: 640px) {
    .list08__item--type02 {
      padding: calc((40/640)*100vw) calc((30/640)*100vw); } }
  .list08__item--type02 .text02 {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    height: 100%; }
    @media (max-width: 1440px) {
      .list08__item--type02 .text02 {
        margin-top: calc((20/1440)*100vw);
        padding: calc((20/1440)*100vw); } }
    @media (max-width: 640px) {
      .list08__item--type02 .text02 {
        margin-top: calc((20/640)*100vw);
        padding: calc((20/640)*100vw); } }

.list05__item::before {
  background-color: #002291;
  color: #fff; }

.list05__title {
  width: 100%;
  padding: 25px 15px 14px;
  border-radius: 10px 10px 0 0;
  background-color: #002291; }
  @media (max-width: 1440px) {
    .list05__title {
      padding: calc((25/1440)*100vw) calc((15/1440)*100vw) calc((14/1440)*100vw); } }
  .list05__title .list05__text01 {
    color: #fff;
    text-align: left; }
    @media (max-width: 640px) {
      .list05__title .list05__text01 {
        text-align: center; } }

.block02__label sup {
  vertical-align: top;
  font-size: 0.55em; }

.text01--type02 sup {
  vertical-align: top;
  font-size: 0.65em; }

.list02__text01 sup {
  vertical-align: top;
  font-size: 0.65em;
  margin-top: -0.2em; }

.list08__title sup {
  vertical-align: top;
  font-size: 0.55em;
  margin-left: 0.1em; }

.banner_seminar a {
  display: block; }
  .banner_seminar a img {
    width: 100%;
    border-radius: 10px; }

.table01 tbody th {
  padding: 10px 5px;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #002291;
  vertical-align: middle;
  border-radius: unset;
  background-color: #f2f4f9; }
  @media (max-width: 1440px) {
    .table01 tbody th {
      padding: calc((10/1440)*100vw) calc((5/1440)*100vw);
      font-size: calc((20/1440)*100vw); } }
  @media (max-width: 640px) {
    .table01 tbody th {
      font-size: calc((24/750)*100vw);
      line-height: 1;
      letter-spacing: -0.05em;
      padding-left: calc((6/750)*100vw);
      padding-right: 0;
      padding-top: calc((16/750)*100vw);
      padding-bottom: calc((9/750)*100vw);
      text-align: left; } }
  .table01 tbody th span.sub_text {
    font-size: 1.4rem; }
    @media (max-width: 1440px) {
      .table01 tbody th span.sub_text {
        font-size: calc((14/1440)*100vw); } }
    @media (max-width: 640px) {
      .table01 tbody th span.sub_text {
        font-size: calc((18/750)*100vw); } }
  @media (max-width: 640px) {
    .table01 tbody th .th_text {
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      text-orientation: upright;
      white-space: pre;
      display: inline-block; }
      .table01 tbody th .th_text.line_01 {
        padding-left: 0.5em; } }

.btn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px; }
  @media (max-width: 1440px) {
    .btn03 {
      gap: calc((20/900)*100vw);
      margin-top: calc((25/1440)*100vw); } }
  @media (max-width: 900px) {
    .btn03 {
      gap: calc((20/900)*100vw);
      margin-top: calc((25/900)*100vw); } }
  @media (max-width: 640px) {
    .btn03 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: calc((20/750)*100vw);
      margin-top: calc((50/750)*100vw); } }
  .btn03 > a {
    width: 40%;
    max-width: 360px;
    max-height: 60px;
    padding: 0.5em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #002291;
    border-radius: 3em;
    color: #002291;
    font-weight: 600; }
    @media (max-width: 1440px) {
      .btn03 > a {
        font-size: calc((18/1440)*100vw); } }
    @media (max-width: 900px) {
      .btn03 > a {
        height: 4em;
        font-size: calc((16/900)*100vw); } }
    @media (max-width: 640px) {
      .btn03 > a {
        width: 100%;
        max-width: unset;
        font-size: calc((32/750)*100vw); } }
    .btn03 > a:hover {
      background: #002291;
      color: #fff;
      opacity: 1; }
    .btn03 > a::before {
      content: "";
      display: block;
      width: 35px;
      height: 41px;
      background-position: center;
      background-size: 100% auto;
      background-repeat: no-repeat; }
      @media (max-width: 900px) {
        .btn03 > a::before {
          width: calc((35/900)*100vw);
          height: calc((41/900)*100vw); } }
      @media (max-width: 640px) {
        .btn03 > a::before {
          width: calc((35/750)*100vw);
          height: calc((41/750)*100vw); } }
    .btn03 > a.btn03__link01::before {
      background-image: url(../img/btn03_ico01.svg); }
    .btn03 > a.btn03__link02::before {
      background-image: url(../img/btn03_ico02.svg); }
    .btn03 > a.btn03__link03 {
      padding: 0.8em 0.5em; }
      .btn03 > a.btn03__link03::before {
        content: unset; }
    .btn03 > a.btn03__link04 {
      padding: 0.8em 0.5em; }
      .btn03 > a.btn03__link04::before {
        content: unset; }
    .btn03 > a.btn03__link01:hover::before {
      background-image: url(../img/btn03_ico01_w.svg); }
    .btn03 > a.btn03__link02:hover::before {
      background-image: url(../img/btn03_ico02_w.svg); }
    .btn03 > a::after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-left: 2px solid #002291;
      border-bottom: 2px solid #002291;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .btn03 > a:hover::after {
      border-left-color: #fff;
      border-bottom-color: #fff; }
  .btn03.btn03_type2 {
    margin-bottom: 40px; }
    @media (max-width: 1440px) {
      .btn03.btn03_type2 {
        margin-bottom: calc((40/1440)*100vw); } }
    @media (max-width: 640px) {
      .btn03.btn03_type2 {
        margin-bottom: calc((40/640)*100vw); } }
    .btn03.btn03_type2 > a {
      background-color: #fff; }
      .btn03.btn03_type2 > a:hover {
        background-color: #002291; }

.block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 641px) {
    .block_wrap {
      margin: 22px -15px 0; } }
  @media (max-width: 640px) {
    .block_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .block_wrap .block_a {
    width: calc( 100% / 6 * 2); }
    @media (max-width: 640px) {
      .block_wrap .block_a {
        width: 100%; } }
  .block_wrap .block_b {
    width: calc( 100% / 6 * 4);
    position: relative; }
    @media (max-width: 640px) {
      .block_wrap .block_b {
        width: 100%; } }
  .block_wrap .block_a_list {
    margin: 0; }
    .block_wrap .block_a_list li {
      width: calc(100% / 2); }
      @media (max-width: 640px) {
        .block_wrap .block_a_list li {
          width: 100%; } }
      @media (max-width: 640px) {
        .block_wrap .block_a_list li:last-child {
          margin-bottom: 19px; } }
      .block_wrap .block_a_list li.list05__item:last-child:after {
        content: "";
        position: absolute;
        background: url(../img/ic_right.svg) no-repeat center/contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -11px;
        width: 25px;
        height: 26px; }
        @media (max-width: 1440px) {
          .block_wrap .block_a_list li.list05__item:last-child:after {
            right: calc((-11/1440)*100vw);
            width: calc((25/1440)*100vw);
            height: calc((26/1440)*100vw); } }
        @media (max-width: 640px) {
          .block_wrap .block_a_list li.list05__item:last-child:after {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            width: 31px;
            height: 27px;
            left: 0;
            bottom: -25px;
            right: 0;
            margin: 0 auto;
            top: unset; } }
      .block_wrap .block_a_list li.list05__arrow--opacity:after {
        opacity: 0.2; }
  .block_wrap .block_b_list {
    counter-reset: li 2;
    margin: 0;
    height: 100%; }
    .block_wrap .block_b_list li {
      width: calc(100% / 4); }
      @media (max-width: 640px) {
        .block_wrap .block_b_list li {
          width: 100%; } }
      .block_wrap .block_b_list li::before {
        content: "0" counter(li); }
      @media (max-width: 640px) {
        .block_wrap .block_b_list li .list05__text02 {
          padding-right: calc((40/750)*100vw); } }
  .block_wrap .block_b_point {
    position: absolute;
    line-height: 1;
    font-weight: 600;
    color: #002291;
    text-align: center; }
    @media (min-width: 641px) {
      .block_wrap .block_b_point {
        width: calc(100% - 30px);
        margin: 0 15px;
        bottom: 10px;
        font-size: 2.2rem; } }
    @media (max-width: 1440px) {
      .block_wrap .block_b_point {
        width: calc( 100% - (( 30 / 1440 ) * 100vw));
        margin: 0 calc((15/1440)*100vw);
        bottom: calc((10/1440)*100vw);
        font-size: calc((22/1440)*100vw); } }
    @media (max-width: 640px) {
      .block_wrap .block_b_point {
        width: 1.6em;
        height: 100%;
        font-size: calc((44/750)*100vw);
        right: calc((-40/750)*100vw);
        top: 0;
        bottom: unset; } }
    @media (max-width: 640px) {
      .block_wrap .block_b_point::before, .block_wrap .block_b_point::after {
        display: block;
        background: url(../img/bg-line.svg) no-repeat center/cover;
        content: "";
        position: absolute;
        width: 1.6em;
        height: 1.6em; } }
    @media (max-width: 640px) {
      .block_wrap .block_b_point:before {
        background-position: left center;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        right: 0; } }
    @media (max-width: 640px) {
      .block_wrap .block_b_point:after {
        background-position: right center;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 0;
        bottom: 0; } }
  .block_wrap .point_text {
    position: relative; }
    @media (min-width: 641px) {
      .block_wrap .point_text {
        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;
        width: 100%;
        height: 40px; } }
    @media (max-width: 1440px) {
      .block_wrap .point_text {
        height: calc((40/1440)*100vw); } }
    @media (max-width: 640px) {
      .block_wrap .point_text {
        display: block;
        width: 100%;
        height: calc(100% - 3.2em);
        background-color: #daff34;
        margin-top: 1.6em; } }
    .block_wrap .point_text::before, .block_wrap .point_text::after {
      position: relative;
      width: 10%;
      height: 40px;
      display: block;
      aspect-ratio: 1;
      background: url(../img/bg-line.svg) no-repeat center/cover;
      content: ""; }
      @media (max-width: 1440px) {
        .block_wrap .point_text::before, .block_wrap .point_text::after {
          height: calc((40/1440)*100vw); } }
      @media (max-width: 640px) {
        .block_wrap .point_text::before, .block_wrap .point_text::after {
          content: unset; } }
    .block_wrap .point_text:before {
      background-position: left center; }
    .block_wrap .point_text:after {
      background-position: right center; }
    .block_wrap .point_text > span {
      width: 90%;
      margin: auto;
      height: 40px;
      padding: 9px 19px;
      position: relative;
      z-index: 1;
      background-color: #daff34; }
      @media (max-width: 1440px) {
        .block_wrap .point_text > span {
          height: calc((40 / 1440)* 100vw);
          padding: calc((9/1440)*100vw) calc((19/1440)*100vw); } }
      @media (max-width: 640px) {
        .block_wrap .point_text > span {
          position: absolute;
          top: 1.6em;
          right: 0;
          display: inline-block;
          height: calc( 100% - 3.2em);
          width: 1.6em;
          max-width: 1.6em;
          padding: 0.3em;
          white-space: pre;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          text-orientation: upright; } }
    .block_wrap .point_text sup {
      vertical-align: top;
      font-size: 0.55em; }

.card01__img_wrap {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 75%;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 640px) {
    .card01__img_wrap {
      border-radius: calc((20 / 750)* 100vw); } }
  .card01__img_wrap .card01__img {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    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;
    height: 100%;
    border-radius: 10px; }
    @media (max-width: 640px) {
      .card01__img_wrap .card01__img {
        border-radius: calc((20 / 750)* 100vw); } }
    .card01__img_wrap .card01__img img {
      width: auto;
      height: 100%; }

.list10__content ul.faq {
  list-style-type: disc;
  padding-left: 1.5em; }

.mktoForm.mktoHasWidth.mktoLayoutAbove {
  width: 100% !important; }

.mktoFormRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mktoForm .mktoFormCol {
  width: 100%;
  float: none !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-bottom: 27px !important; }

.mktoForm .mktoFieldWrap {
  width: calc( 100% - 10px); }

.mktoForm .mktoLabel {
  margin-bottom: 8px !important;
  padding-top: 0 !important; }
  @media (max-width: 640px) {
    .mktoForm .mktoLabel {
      margin-bottom: calc((10/750)*100vw) !important; } }

.mktoForm.mktoLayoutAbove .mktoRadioList, .mktoForm.mktoLayoutAbove .mktoCheckboxList {
  width: 100% !important;
  font-size: 1.6rem !important; }
  @media (max-width: 640px) {
    .mktoForm.mktoLayoutAbove .mktoRadioList, .mktoForm.mktoLayoutAbove .mktoCheckboxList {
      font-size: calc((32/750)*100vw) !important; } }
  .mktoForm.mktoLayoutAbove .mktoRadioList label, .mktoForm.mktoLayoutAbove .mktoCheckboxList label {
    margin-bottom: 0 !important; }

.mktoLabel.mktoHasWidth {
  width: 100% !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #002291; }
  @media (max-width: 640px) {
    .mktoLabel.mktoHasWidth {
      font-size: calc((32/750)*100vw) !important; } }

.mktoForm.mktoLayoutAbove .mktoField {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.71;
  color: #002291;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #002291;
  width: 100% !important; }
  @media (max-width: 640px) {
    .mktoForm.mktoLayoutAbove .mktoField {
      font-size: calc((28 / 750)* 100vw); } }

.mktoForm.mktoLayoutAbove > .mktoFormRow:nth-child(8) {
  width: 50%; }
  @media (max-width: 640px) {
    .mktoForm.mktoLayoutAbove > .mktoFormRow:nth-child(8) {
      width: 100%; } }

.mktoForm.mktoLayoutAbove select.mktoField {
  opacity: 1;
  background-image: url("../img/ic_selectbox.svg");
  background-position: 98% center; }

.mktoForm.mktoLayoutAbove .mktoLogicalField {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.71;
  color: #002291;
  width: 100%; }
  @media (max-width: 640px) {
    .mktoForm.mktoLayoutAbove .mktoLogicalField {
      font-size: calc((32/750)*100vw) !important; } }

.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #002291 !important; }
  @media (max-width: 640px) {
    .mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
      font-size: calc((32/750)*100vw) !important; } }

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  color: #002291; }

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
  padding: 0 20px !important; }
  @media (max-width: 640px) {
    .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
      font-size: calc((32/750)*100vw) !important; } }

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm textarea.mktoField {
  height: auto !important; }

.mktoForm .mktoFormRow span {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 1.4rem !important; }
  @media (max-width: 640px) {
    .mktoForm .mktoFormRow span {
      margin-top: calc((20 / 750)* 100vw);
      font-size: calc((22 / 750)* 100vw) !important; } }

.mktoForm {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
  /* Marketoフォーム 必須マーク変更 */
  /* デフォルトの必須マークを非表示 */
  /* :before または :after 疑似要素で必須マークを表示 */ }
  .mktoForm input::-webkit-input-placeholder, .mktoForm textarea::-webkit-input-placeholder {
    opacity: 0.5;
    color: #002291; }
  .mktoForm input::-webkit-input-placeholder, .mktoForm textarea::placeholder {
    opacity: 0.5;
    color: #002291; }
    @media (max-width: 640px) {
      .mktoForm input::-webkit-input-placeholder, .mktoForm textarea::-webkit-input-placeholder {
        font-size: calc((20/750)*100vw) !important; }
      .mktoForm input::-webkit-input-placeholder, .mktoForm textarea::placeholder {
        font-size: calc((20/750)*100vw) !important; } }
  .mktoForm input::-moz-placeholder, .mktoForm textarea::-moz-placeholder {
    opacity: 0.5;
    color: #002291; }
  .mktoForm input::-ms-input-placeholder, .mktoForm textarea::-ms-input-placeholder {
    opacity: 0.5;
    color: #002291; }
  .mktoForm input::-webkit-input-placeholder {
    opacity: 0.5;
    color: #002291; }
  .mktoForm input:-ms-input-placeholder {
    opacity: 0.5;
    color: #002291; }
  .mktoForm input::-ms-input-placeholder {
    opacity: 0.5;
    color: #002291; }
  .mktoForm input::placeholder {
    opacity: 0.5;
    color: #002291; }
    @media (max-width: 640px) {
      .mktoForm input::-webkit-input-placeholder {
        font-size: calc((20/750)*100vw) !important; }
      .mktoForm input:-ms-input-placeholder {
        font-size: calc((20/750)*100vw) !important; }
      .mktoForm input::-ms-input-placeholder {
        font-size: calc((20/750)*100vw) !important; }
      .mktoForm input::placeholder {
        font-size: calc((20/750)*100vw) !important; } }
  .mktoForm input[type=radio]:checked + label {
    position: relative; }
  .mktoForm input[type=radio]:checked + label:before {
    background-image: url("../img/dot-blu.png") !important;
    background-position: 0px 0px !important;
    background-size: cover; }
  .mktoForm .mktoButtonRow {
    width: 100%;
    text-align: center; }
    .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound {
      margin: 0 !important; }
      .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton {
        padding: 12px 40px;
        border-radius: 30px;
        border: 1px solid #002291;
        background-color: #fff;
        background-image: unset;
        color: #002291;
        font-size: 1.3em; }
        .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton:active, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton:hover, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton:focus {
          color: #fff;
          background-color: #002291;
          background-image: unset; }
  .mktoForm .mktoAsterix {
    display: none !important; }
  .mktoForm .mktoFieldWrap.mktoRequiredField > label:after {
    content: "必須";
    display: inline-block;
    padding: 4px 0;
    width: 60px;
    text-align: center;
    background: #ff0004;
    color: #FFF;
    border-radius: 4px;
    margin: 0 0 0 16px; }

/* 背景要素 */
.dialog-background {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000000; }

/* ダイアログ要素 */
.dialog-window {
  background-color: #FFF;
  max-width: 800px;
  width: 95%;
  position: relative;
  margin: 0 auto;
  margin-top: 5vh;
  max-height: 90vh;
  overflow-y: scroll;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #303030;
  font-size: 16px; }

.dialog-content {
  margin: 20px 40px; }

@media (max-width: 640px) {
  .dialog-content {
    margin: 1em calc((30/750)*100vw); } }

.dialog-content table {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dialog-content table th {
  width: 200px;
  text-align: left;
  border-top: 1px solid #002291;
  border-bottom: 1px solid #002291;
  padding: 10px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  background: #F2F4F9;
  color: #002291; }

@media (max-width: 640px) {
  .dialog-content table th {
    width: 45%; } }

.dialog-content table td {
  border-top: 1px solid #002291;
  border-bottom: 1px solid #002291;
  padding: 8px; }

/* ボタン表示領域 */
.dialog-buttons {
  margin: 40px 0;
  text-align: center;
  padding: 0 40px; }

/* ボタン要素スタイル */
.dialog-buttons input[type=button] {
  width: 14em;
  margin-left: 10px;
  margin-right: 10px;
  /* background: #F0F0F0;
  border: 1px solid #909090; */
  padding: 12px 40px;
  border-radius: 30px;
  color: #002291;
  font-weight: bold; }

@media (max-width: 640px) {
  .dialog-buttons {
    margin: calc((50/750)*100vw) 0;
    padding: 0 calc((30/750)*100vw); }
  .dialog-buttons input[type=button] {
    width: 80%;
    margin-left: 0;
    margin-right: 0; } }

.dialog-title {
  margin: 20px 40px;
  text-align: center; }
  @media (max-width: 640px) {
    .dialog-title {
      margin: calc((20/750)*100vw) calc((30/750)*100vw); } }
  .dialog-title h3 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 2.3;
    color: #002291;
    width: 100%; }
    @media (max-width: 640px) {
      .dialog-title h3 {
        font-size: calc((56/750)*100vw); } }
  .dialog-title p {
    color: #002291;
    font-size: 1.6rem;
    line-height: 1.4; }
    @media (max-width: 640px) {
      .dialog-title p {
        font-size: calc((32/750)*100vw); } }

.dialog-buttons .dialog-button-cancel {
  border: 1px solid #002291;
  background-color: #fff; }
  @media (max-width: 640px) {
    .dialog-buttons .dialog-button-cancel {
      margin-bottom: calc((30/750)*100vw); } }
  .dialog-buttons .dialog-button-cancel:active, .dialog-buttons .dialog-button-cancel:hover, .dialog-buttons .dialog-button-cancel:focus {
    color: #fff;
    background-color: #002291; }

.dialog-buttons .dialog-button-ok {
  border: 1px solid #DAFF34;
  background-color: #DAFF34; }
  .dialog-buttons .dialog-button-ok:active, .dialog-buttons .dialog-button-ok:hover, .dialog-buttons .dialog-button-ok:focus {
    background-color: rgba(218, 255, 52, 0.5); }

.block02 .send_message {
  text-align: center; }
  .block02 .send_message .title {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 2.3;
    color: #002291;
    width: 100%; }
    @media (max-width: 640px) {
      .block02 .send_message .title {
        font-size: calc((56/750)*100vw); } }
  .block02 .send_message .sub_title {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.6;
    color: #002291;
    width: 100%;
    margin-bottom: 0.6em; }
    @media (max-width: 640px) {
      .block02 .send_message .sub_title {
        font-size: calc((40/750)*100vw); } }
  .block02 .send_message p {
    font-size: 1.6rem;
    line-height: 2;
    color: #002291;
    width: 100%; }
    @media (max-width: 640px) {
      .block02 .send_message p {
        font-size: calc((30/750)*100vw); } }
    .block02 .send_message p:last-child {
      margin-bottom: 1em; }
  .block02 .send_message .banner_back {
    text-align: center;
    margin: auto; }
    .block02 .send_message .banner_back a {
      display: inline-block;
      width: auto; }
    .block02 .send_message .banner_back img {
      width: 100%;
      max-width: 588px;
      height: auto; }
      @media (max-width: 640px) {
        .block02 .send_message .banner_back img {
          max-width: unset; } }
