@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #000; }
  a:hover {
    opacity: 0.7; }

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

mark {
  /* background-color: #ff9; */
  font-style: italic;
  /* font-weight: 700; */ }

del {
  text-decoration: line-through; }

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

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

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

input,
select {
  vertical-align: middle; }

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    html {
      scroll-padding-top: min(10vw, 60px); } }

body {
  position: relative;
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #000;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  font-size: 16px;
  background: #fff; }

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

li {
  list-style-type: none; }

a {
  text-decoration: none;
  outline: 0;
  color: #000;
  transition: 0.3s; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

address,
em,
i {
  font-style: normal;
  font-style: normal; }

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif; }

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

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

input::-moz-placeholder {
  color: #bfbfbf; }

option {
  outline: 0; }

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%; }

a[href^='tel:'].tel_disable {
  pointer-events: none;
  text-decoration: none; }

img[src$='.svg'] {
  width: 100%; }

.sp {
  display: block; }
  @media print, screen and (min-width: 769px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media print, screen and (min-width: 769px) {
    .pc {
      display: block; } }

main {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff; }

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3; }

.commonbtn {
  display: block;
  color: #004095;
  border: 4px solid #004095;
  border-radius: 50px;
  line-height: 83px;
  width: 80%;
  max-width: 598px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  background: #fff;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .commonbtn {
      font-size: min(3vw, 18px);
      line-height: 6.6vw;
      border-width: 2px;
      width: 60%; } }
  .commonbtn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #004095;
    border-width: 12px 0px 12px 21px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 65px; }
    @media only screen and (max-width: 768px) {
      .commonbtn::before {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .commonbtn span {
      padding-right: 3vw;
      position: relative; } }
  @media only screen and (max-width: 768px) {
    .commonbtn span::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #004095;
      border-width: 1vw 0px 1vw 1.83vw;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }

.red_btn {
  width: 100%;
  background: #e61432;
  display: block;
  margin: 0.5em auto 0;
  font-size: min(2.5vw, 26px);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 0.25em 0;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.0001em; }
  @media only screen and (max-width: 768px) {
    .red_btn {
      padding: 0.5em 0; } }
  .red_btn span {
    font-size: 76%;
    margin-right: 0.5em; }
  .red_btn::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.75em solid;
    border-top: 0.45em solid transparent;
    border-bottom: 0.45em solid transparent;
    position: absolute;
    right: 1.5em;
    top: 0;
    bottom: 0;
    margin: auto; }

@media print, screen and (min-width: 769px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/*----------------------------------------------------
      強制スペース
  ----------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.align_left {
  text-align: left !important; }

.align_center {
  text-align: center !important; }

.align_right {
  text-align: right !important; }

@media only screen and (max-width: 768px) {
  .spmb30 {
    margin-bottom: 30px !important; }

  .spmb40 {
    margin-bottom: 40px !important; }

  .spmb50 {
    margin-bottom: 50px !important; }

  .spmb60 {
    margin-bottom: 60px !important; } }
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  /*background: #fff;*/
  padding: 20px 2%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    #header {
      padding: min(2.6vw, 10px) 4%; } }
  #header h1 a {
    display: block;
    width: 174px; }
    @media only screen and (max-width: 768px) {
      #header h1 a {
        width: min(20vw, 127px); } }
  #header .btn {
    display: block;
    background: #e61432;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    border-radius: 100px;
    padding: 0 40px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.22em; }
    @media only screen and (max-width: 768px) {
      #header .btn {
        font-size: min(4vw, 27px);
        line-height: 6vw;
        padding: 0 20px; } }

footer .footer_top {
  width: 100%;
  background: #fff;
  padding: 105px 0 90px; }
  @media only screen and (max-width: 768px) {
    footer .footer_top {
      padding: 8vw 0; } }
  footer .footer_top ul {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 44px; }
    @media only screen and (max-width: 768px) {
      footer .footer_top ul {
        width: 80vw;
        margin: 0 auto 6.1vw; } }
    footer .footer_top ul li {
      margin-bottom: 36px; }
      @media only screen and (max-width: 768px) {
        footer .footer_top ul li {
          margin-bottom: 2.9vw; } }
      footer .footer_top ul li a {
        display: block;
        background: #e61432;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 36px;
        letter-spacing: 0.1em;
        font-weight: 500;
        line-height: 120px; }
        @media only screen and (max-width: 768px) {
          footer .footer_top ul li a {
            font-size: min(3vw, 22px);
            line-height: 9.6vw; } }
        footer .footer_top ul li a::before {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-color: transparent transparent transparent #fff;
          border-width: 15.5px 0px 15.5px 19px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          right: 70px; }
          @media only screen and (max-width: 768px) {
            footer .footer_top ul li a::before {
              border-width: 0.9vw 0px 0.9vw 1.6vw;
              right: 13.3vw; } }
      footer .footer_top ul li:last-of-type a {
        background: #B2E5FF;
        color: #004095; }
        footer .footer_top ul li:last-of-type a::before {
          border-color: transparent transparent transparent #004095; }
          @media only screen and (max-width: 768px) {
            footer .footer_top ul li:last-of-type a::before {
              border-left: 1.6vw solid #004095; } }
  footer .footer_top .tel {
    text-align: center; }
    footer .footer_top .tel span {
      display: inline-block;
      padding: 0 30px;
      position: relative;
      color: #004095;
      font-size: 30px;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        footer .footer_top .tel span {
          font-size: min(3vw, 20px);
          padding: 0 4vw; } }
      footer .footer_top .tel span::before, footer .footer_top .tel span::after {
        position: absolute;
        content: '';
        background: #004095;
        width: 2px;
        height: 48px;
        top: -5px; }
        @media only screen and (max-width: 768px) {
          footer .footer_top .tel span::before, footer .footer_top .tel span::after {
            height: 4vw;
            top: 0;
            width: 1px; } }
      footer .footer_top .tel span::before {
        transform: rotate(-30deg);
        left: 0; }
      footer .footer_top .tel span::after {
        transform: rotate(30deg);
        right: 0; }
    footer .footer_top .tel dl {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 30px;
      width: 90%;
      max-width: 1000px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        footer .footer_top .tel dl {
          width: 80vw;
          gap: 0 1vw; } }
      footer .footer_top .tel dl dt {
        background: #004095;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        max-width: 246px;
        line-height: 1.4;
        height: 84px; }
        @media only screen and (max-width: 768px) {
          footer .footer_top .tel dl dt {
            font-size: min(1.4vw, 12px);
            height: 6.6vw; } }
      footer .footer_top .tel dl dd {
        font-family: futura-pt, sans-serif;
        font-size: min(12vw, 127px);
        font-weight: 500;
        letter-spacing: -0.02em;
        color: #004095;
        width: 80%;
        white-space: nowrap;
        line-height: 1;
        font-style: italic; }
        @media only screen and (max-width: 768px) {
          footer .footer_top .tel dl dd {
            font-size: min(10vw, 80px); } }
        footer .footer_top .tel dl dd a {
          color: #004095; }
      footer .footer_top .tel dl + p {
        text-align: center;
        font-size: 27px;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #004095; }
        @media only screen and (max-width: 768px) {
          footer .footer_top .tel dl + p {
            font-size: min(3vw, 20px); } }
footer .footer_bottom {
  background: #004095;
  padding: 97px 0 170px; }
  @media only screen and (max-width: 768px) {
    footer .footer_bottom {
      padding: 8.8vw 0 20.6vw; } }
  footer .footer_bottom .logo {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    filter: brightness(0) invert(1); }
    @media only screen and (max-width: 768px) {
      footer .footer_bottom .logo {
        max-width: 33vw; } }
footer .floting {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 99;
  width: 100%; }
  footer .floting ul {
    display: flex;
    gap: 0 35px;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      footer .floting ul {
        gap: 0 2%;
        width: 94%; } }
    footer .floting ul li {
      width: 31%; }
      @media only screen and (max-width: 768px) {
        footer .floting ul li {
          width: 33%; } }
      footer .floting ul li a {
        border-radius: 15px 15px 0 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: min(3vw, 24px);
        font-weight: 500;
        text-align: center;
        height: 100px;
        line-height: 1.3;
        position: relative;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3)); }
        @media only screen and (max-width: 768px) {
          footer .floting ul li a {
            font-size: min(2.4vw, 26px);
            height: 100%;
            border-radius: 5px 5px 0 0;
            padding: 3vw 0; } }
        footer .floting ul li a span {
          font-size: min(1.7vw, 17px);
          display: block;
          background: #fff;
          margin: auto;
          color: #e61432;
          padding: 0.25em 1.25em;
          border-radius: 50px;
          position: absolute;
          top: -1em; }
          @media only screen and (max-width: 768px) {
            footer .floting ul li a span {
              font-size: min(1.6vw, 16px); } }
          footer .floting ul li a span::before {
            content: "";
            width: 0;
            height: 0;
            border-top: 1.5em solid #fff;
            border-right: 1em solid transparent;
            position: absolute;
            right: 1em;
            bottom: -1em;
            transform: rotate(14deg); }
      footer .floting ul li:first-of-type a {
        background: #e61432;
        color: #F6E821; }
      footer .floting ul li:nth-of-type(2) a {
        background: #004095; }
      footer .floting ul li:last-of-type a {
        background: #B2E5FF;
        color: #004095; }

main .sec_mv {
  height: 100%;
  position: relative;
  z-index: 2; }
  main .sec_mv > img {
    width: 100%; }
  main .sec_mv .inner {
    width: 90%;
    /*max-width: 1610px;*/
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 2;
    top: 10.5vw;
    left: 13vw; }
    @media only screen and (max-width: 768px) {
      main .sec_mv .inner {
        top: 14.5vw;
        left: 8vw; } }
    main .sec_mv .inner h1 {
      position: absolute;
      z-index: 1;
      left: 0;
      /* max-width: 300px; */
      width: 17vw;
      top: 0vw; }
      @media only screen and (max-width: 768px) {
        main .sec_mv .inner h1 {
          width: 22vw; } }
      main .sec_mv .inner h1 img {
        width: 100%;
        height: 100%; }
main .sec_talk {
  background: #B0E3FF;
  padding: 70px 0 120px;
  margin-top: -13vw;
  position: relative; }
  @media only screen and (max-width: 768px) {
    main .sec_talk {
      padding: 7vw 0 10vw;
      margin-top: 0; } }
  main .sec_talk::before {
    content: "";
    width: 75vw;
    height: 160%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30%;
    z-index: 0;
    border-radius: 50%; }
    @media only screen and (max-width: 768px) {
      main .sec_talk::before {
        width: 95vw;
        height: 140%;
        top: -20%; } }
  main .sec_talk .talk_top {
    padding-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      main .sec_talk .talk_top {
        padding-bottom: 3vw;
        width: 70%;
        margin: 0 auto; } }
    main .sec_talk .talk_top .ttl {
      text-align: center;
      position: relative; }
      main .sec_talk .talk_top .ttl h2 {
        line-height: 1.3;
        font-weight: 800;
        letter-spacing: 5px;
        color: #0A4DB5;
        font-size: min(4vw, 53px); }
        main .sec_talk .talk_top .ttl h2 span {
          padding: 0 2em 0;
          display: inline-block;
          position: relative; }
          main .sec_talk .talk_top .ttl h2 span::before, main .sec_talk .talk_top .ttl h2 span::after {
            content: "";
            width: 3px;
            height: 90%;
            background: #0A4DB5;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
          main .sec_talk .talk_top .ttl h2 span::before {
            left: 1em;
            transform: rotate(-27deg); }
          main .sec_talk .talk_top .ttl h2 span::after {
            right: 1em;
            transform: rotate(27deg); }
      main .sec_talk .talk_top .ttl > span {
        background: #0A4DB5;
        padding: 0.25em 1.5em;
        margin: 1em auto 0;
        display: inline-block;
        color: #fff;
        border-radius: 50px;
        font-size: min(2.4vw, 30px);
        font-weight: 700; }
  main .sec_talk .talk_area {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    width: 70%; }
    main .sec_talk .talk_area .talk_middle {
      position: relative;
      z-index: 1;
      margin-top: -2em; }
      @media only screen and (max-width: 768px) {
        main .sec_talk .talk_area .talk_middle {
          margin-top: -1em; } }
      main .sec_talk .talk_area .talk_middle p {
        margin-left: 1em;
        padding-bottom: 2em; }
        @media only screen and (max-width: 768px) {
          main .sec_talk .talk_area .talk_middle p {
            padding-bottom: 1em; } }
        main .sec_talk .talk_area .talk_middle p span {
          background: #EA1F30;
          color: #fff;
          padding: 0.25em 1.25em 0.5em;
          border: 2px solid #fff;
          position: relative;
          font-size: min(3vw, 26px);
          font-weight: 800; }
          main .sec_talk .talk_area .talk_middle p span::before {
            content: "";
            width: 0;
            height: 0;
            border-top: 1em solid #EA1F30;
            border-left: 1em solid transparent;
            position: absolute;
            bottom: -0.5em;
            left: 2em; }
      main .sec_talk .talk_area .talk_middle h3 {
        font-size: min(5vw, 60px);
        font-weight: bold;
        color: #ea1f30;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1; }
        main .sec_talk .talk_area .talk_middle h3 span {
          font-size: 33%;
          height: 3em;
          width: 3em;
          display: inline-block;
          background: #ea1f30;
          color: #fff;
          text-align: center;
          line-height: 3em;
          border-radius: 50%;
          margin: 0.5em 0.75em 0 0; }
main .sec_procedure {
  background: #f0efe4;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 0 80px; }
  @media only screen and (max-width: 768px) {
    main .sec_procedure {
      padding: 10vw 0 8vw; } }
  main .sec_procedure h2 {
    margin: -150px 0 3em;
    display: block; }
    @media only screen and (max-width: 768px) {
      main .sec_procedure h2 {
        margin: -14vw 0 1em; } }
    main .sec_procedure h2 span {
      font-size: min(5vw, 48px);
      font-weight: bold;
      color: #fff;
      padding: 0.2em 0;
      background: #004095;
      max-width: 620px;
      box-sizing: border-box;
      display: block;
      margin: 0 auto;
      border-radius: 0 0 25px 25px;
      position: relative;
      width: 70%; }
      @media only screen and (max-width: 768px) {
        main .sec_procedure h2 span {
          border-radius: 0 0 12px 12px;
          width: 60%; } }
      main .sec_procedure h2 span::before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 50px solid #6990D1;
        border-left: 50px solid transparent;
        position: absolute;
        top: 0;
        left: -50px; }
        @media only screen and (max-width: 768px) {
          main .sec_procedure h2 span::before {
            border-bottom: 4vw solid #6990D1;
            border-left: 4vw solid transparent;
            left: -3.9vw; } }
  main .sec_procedure .sec_inner {
    width: 86%;
    margin: 0 auto; }
    main .sec_procedure .sec_inner h3 {
      font-size: min(2.4vw, 30px);
      color: #004095;
      margin: 1em auto 0.5em;
      font-weight: 500; }
    main .sec_procedure .sec_inner .procedure_block {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      max-width: 860px;
      margin: 30px auto;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        main .sec_procedure .sec_inner .procedure_block {
          margin: 4vw auto; } }
      main .sec_procedure .sec_inner .procedure_block .procedure_block_inner {
        max-width: 400px;
        width: 48%;
        background: #fff;
        border: 3px solid #0d4fb6;
        border-radius: 12px; }
        main .sec_procedure .sec_inner .procedure_block .procedure_block_inner h4 {
          background: #0d4fb6;
          padding: 0.5em 0;
          color: #fff;
          font-size: min(2.4vw, 28px);
          line-height: 1.4;
          max-height: 110px;
          height: 12vw;
          display: table;
          width: 100%;
          margin-bottom: 25px;
          position: relative;
          font-weight: 600; }
          @media only screen and (max-width: 768px) {
            main .sec_procedure .sec_inner .procedure_block .procedure_block_inner h4 {
              margin-bottom: 3.2vw;
              height: 9.75vw;
              padding: 0.25em 0 0.5em; } }
          main .sec_procedure .sec_inner .procedure_block .procedure_block_inner h4::before {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #0d4fb6;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            position: absolute;
            bottom: -18px;
            left: 0;
            right: 0;
            margin: auto; }
            @media only screen and (max-width: 768px) {
              main .sec_procedure .sec_inner .procedure_block .procedure_block_inner h4::before {
                border-top: 2.5vw solid #0d4fb6;
                border-left: 1.75vw solid transparent;
                border-right: 1.75vw solid transparent;
                bottom: -2.2vw; } }
          main .sec_procedure .sec_inner .procedure_block .procedure_block_inner h4 span {
            display: table-cell;
            vertical-align: middle; }
        main .sec_procedure .sec_inner .procedure_block .procedure_block_inner .procedure_block_textarea {
          padding: 0 15px 15px; }
          main .sec_procedure .sec_inner .procedure_block .procedure_block_inner .procedure_block_textarea h5 {
            font-size: min(3.7vw, 40px);
            border-bottom: 2px dotted;
            color: #0d4fb6;
            margin: 0 0 0.25em;
            line-height: 1.2;
            padding-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700; }
            @media only screen and (max-width: 768px) {
              main .sec_procedure .sec_inner .procedure_block .procedure_block_inner .procedure_block_textarea h5 {
                padding-bottom: 1vw; } }
            main .sec_procedure .sec_inner .procedure_block .procedure_block_inner .procedure_block_textarea h5 span {
              font-size: 59%;
              width: 1.5em;
              height: 1.5em;
              line-height: 1.5em;
              display: inline-block;
              background: #0d4fb6;
              color: #fff;
              border-radius: 50%;
              margin: 0.25em 0.25em 0 0; }
          main .sec_procedure .sec_inner .procedure_block .procedure_block_inner .procedure_block_textarea p {
            font-size: min(2.2vw, 22px);
            font-weight: 500; }
            main .sec_procedure .sec_inner .procedure_block .procedure_block_inner .procedure_block_textarea p span {
              background: linear-gradient(transparent 70%, #F6E821 30%); }
          main .sec_procedure .sec_inner .procedure_block .procedure_block_inner .procedure_block_textarea a {
            width: 96%;
            margin: 0.5em auto 0;
            font-size: min(2vw, 20px); }
    main .sec_procedure .sec_inner .procedure_point {
      margin: 20px auto;
      max-width: 800px;
      width: 96%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 0 30px;
      background: url("../img/i_procedure02.svg") no-repeat center center/contain; }
      @media only screen and (max-width: 768px) {
        main .sec_procedure .sec_inner .procedure_point {
          margin: 2vw auto;
          padding: 2vw 0 3vw; } }
      main .sec_procedure .sec_inner .procedure_point > span {
        font-size: min(3.6vw, 42px);
        color: #e61432;
        width: 3em;
        height: 3em;
        text-align: center;
        line-height: 3em;
        background: #fff;
        border-radius: 50%;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 700; }
      main .sec_procedure .sec_inner .procedure_point div {
        margin-left: 20px;
        text-align: left; }
        main .sec_procedure .sec_inner .procedure_point div p {
          color: #fff;
          line-height: 1.2;
          font-weight: 700; }
          main .sec_procedure .sec_inner .procedure_point div p:first-of-type {
            font-size: min(3vw, 36px);
            letter-spacing: 0.05em; }
          main .sec_procedure .sec_inner .procedure_point div p:last-of-type {
            font-size: min(8vw, 80px); }
            main .sec_procedure .sec_inner .procedure_point div p:last-of-type span {
              color: #f6e821; }
              main .sec_procedure .sec_inner .procedure_point div p:last-of-type span span {
                transform: rotate(20deg);
                display: inline-block;
                font-size: 120%;
                margin: 0 0 0 -0.15em;
                line-height: 1;
                font-family: monospace;
                position: relative;
                top: 0.1em; }
    main .sec_procedure .sec_inner > p {
      font-size: min(4vw, 50px);
      color: #0d4fb6;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600; }
      main .sec_procedure .sec_inner > p span {
        background: #0d4fb6;
        font-size: 60%;
        color: #fff;
        padding: 0 0.5em 0.1em;
        margin: 0 0.25em 0 0; }
main .sec_test {
  background: url("../img/test_bg.svg") repeat center center/contain;
  overflow: hidden; }
  main .sec_test .test_block {
    max-width: 1000px;
    width: 86%;
    margin: 150px auto 100px;
    background: #b0e3ff;
    padding: 130px 0 50px;
    position: relative;
    border-radius: 25px; }
    @media only screen and (max-width: 768px) {
      main .sec_test .test_block {
        margin: 15vw auto 10vw;
        padding: 13vw 0 5vw;
        border-radius: 12px; } }
    main .sec_test .test_block .test_block_ttl {
      position: absolute;
      top: -1.5em;
      width: calc(100% + 100px);
      left: -50px;
      text-align: center;
      background: #0050c6;
      color: #fff;
      padding: 20px 2em;
      font-size: min(3.2vw, 44px);
      line-height: 1.4;
      border-radius: 0 100px 100px 0;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        main .sec_test .test_block .test_block_ttl {
          width: calc(100% + 10vw);
          left: -5vw;
          padding: 2vw 1.5em; } }
      main .sec_test .test_block .test_block_ttl::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 50px solid #6990d1;
        border-left: 50px solid transparent;
        position: absolute;
        left: 0;
        bottom: -50px; }
        @media only screen and (max-width: 768px) {
          main .sec_test .test_block .test_block_ttl::before {
            border-top: 5vw solid #6990d1;
            border-left: 5vw solid transparent;
            bottom: -4.9vw; } }
      main .sec_test .test_block .test_block_ttl h2 {
        display: block;
        width: 100%;
        font-weight: 600; }
        main .sec_test .test_block .test_block_ttl h2 span.col_yellow {
          color: #FFFF00; }
        main .sec_test .test_block .test_block_ttl h2 span.jp {
          font-family: 'noto-sans-cjk-jp'; }
    main .sec_test .test_block .test_block_textarea {
      max-width: 800px;
      width: 82%;
      margin: 0 auto; }
      main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl {
        text-align: center;
        margin: 0 0 50px; }
        @media only screen and (max-width: 768px) {
          main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl {
            margin: 0 0 5vw; } }
        main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl > span {
          padding: 0.25em 2em;
          background: #0050c6;
          display: inline-block;
          font-size: min(3vw, 30px);
          color: #fff;
          border-radius: 50px;
          margin-bottom: 20px;
          font-weight: 600; }
          @media only screen and (max-width: 768px) {
            main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl > span {
              margin-bottom: 2vw; } }
        main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl h3 {
          font-size: min(6.4vw, 80px);
          color: #0d4fb6;
          border-bottom: 3px solid;
          line-height: 1.5;
          margin-bottom: 20px;
          font-weight: 800; }
          @media only screen and (max-width: 768px) {
            main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl h3 {
              margin-bottom: 2vw; } }
        main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl .ymd {
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl .ymd p {
            font-size: min(7vw, 70px);
            color: #0d4fb6; }
            main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl .ymd p span {
              font-size: 70%; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_ttl .ymd > span {
            font-size: min(3.2vw, 34px);
            color: #fff;
            width: 1.75em;
            height: 1.75em;
            line-height: 1.65em;
            background: #0d4fb6;
            border-radius: 50%;
            margin: 0 0 0 0.5em;
            position: relative;
            top: 0.25em; }
      main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .img_block {
        position: relative; }
        main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .img_block h3 {
          width: 60%;
          max-width: 426px;
          text-align: center;
          padding: 1em;
          font-weight: bold;
          font-size: min(2.6vw, 26px);
          color: #0d4fb8;
          margin: -3em 0 0 1em;
          z-index: 0;
          position: relative; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .img_block h3::before, main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .img_block h3::after {
            content: "";
            width: 100%;
            height: 100%;
            background: #fff;
            position: absolute;
            z-index: 0;
            left: 0;
            top: 0; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .img_block h3::after {
            background: url("../img/i_bg_blue.svg") no-repeat center center/cover;
            z-index: -5;
            left: 12px;
            top: 12px; }
            @media only screen and (max-width: 768px) {
              main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .img_block h3::after {
                left: 1.5vw;
                top: 1.5vw; } }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .img_block h3 span {
            text-align: left;
            display: inline-block;
            position: relative;
            font-weight: bold;
            font-family: dnp-shuei-gothic-gin-std, sans-serif; }
      main .sec_test .test_block .test_block_textarea .test_block_textarea_inner h4 {
        margin: 50px auto 20px;
        text-align: center;
        font-size: min(3vw, 30px);
        color: #0d4fb8;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner h4 {
            margin: 5vw 0 2vw; } }
        main .sec_test .test_block .test_block_textarea .test_block_textarea_inner h4 span {
          position: relative;
          padding: 0 2em; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner h4 span::before, main .sec_test .test_block .test_block_textarea .test_block_textarea_inner h4 span::after {
            content: "";
            width: 3px;
            height: 90%;
            background: #0A4DB5;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner h4 span::before {
            left: 1em;
            transform: rotate(-27deg); }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner h4 span::after {
            right: 1em;
            transform: rotate(27deg); }
      main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        text-align: center;
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area {
            margin-bottom: 3vw; } }
        main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area a {
          max-width: 228px;
          width: 29%;
          display: block;
          font-size: min(2.6vw, 32px);
          background: #2c984e;
          color: #fff;
          border-radius: 50px;
          position: relative;
          font-weight: 700; }
          @media only screen and (max-width: 768px) {
            main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area a {
              padding: 0.35em 0; } }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area a::before {
            content: "";
            width: 1em;
            height: 1em;
            background: url("../img/i_contents.svg") no-repeat center center/contain;
            position: absolute;
            left: 0.5em;
            top: 0;
            bottom: 0;
            margin: auto; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area a::after {
            content: "";
            width: 0.5em;
            height: 0.5em;
            border-top: 2px solid;
            border-right: 2px solid;
            position: absolute;
            right: 0.75em;
            top: 0;
            bottom: 0;
            margin: auto;
            transform: rotate(45deg); }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area a.long {
            max-width: 288px;
            width: 36%;
            background: #1455b8; }
        main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area p {
          max-width: 228px;
          width: 29%; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area p > a {
            width: 100%;
            background: #e47137; }
          main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area p > span {
            display: inline-block;
            font-size: min(2.5vw, 26px);
            background: #fff;
            color: #e81f30;
            border-radius: 50px;
            margin: 25px 0 0;
            padding: 0 1em;
            position: relative;
            font-weight: 700; }
            @media only screen and (max-width: 768px) {
              main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area p > span {
                margin: 2.5vw 0 0;
                padding: 0.35em 0;
                display: block; } }
            main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area p > span::before {
              content: "";
              width: 0;
              height: 0;
              border-bottom: 15px solid #fff;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              position: absolute;
              top: -14px;
              left: 0;
              right: 0;
              margin: auto; }
              @media only screen and (max-width: 768px) {
                main .sec_test .test_block .test_block_textarea .test_block_textarea_inner .btn_area p > span::before {
                  border-bottom: 2vw solid #fff;
                  border-left: 1vw solid transparent;
                  border-right: 1vw solid transparent;
                  top: -1.5vw; } }
    main .sec_test .test_block:nth-child(2) .test_block_ttl > span {
      font-size: min(3.6vw, 36px);
      width: 3.5em;
      height: 3em;
      line-height: 3em;
      background: #d92029;
      margin-right: 1em;
      display: inline-block;
      border-radius: 50%; }
    main .sec_test .test_block:nth-child(2) .test_block_ttl h2 {
      text-align: left; }
    main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_ttl {
      margin: 0; }
      main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_ttl .ymd p {
        font-size: min(5.4vw, 60px); }
      main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_ttl .ymd > span {
        font-size: min(2.6vw, 26px);
        margin: 0 0.75em;
        position: relative;
        top: 0.35em; }
    main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner > p {
      font-size: min(2.2vw, 25px);
      text-align: center;
      margin: 20px auto 30px;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner > p {
          margin: 2vw auto 2vw; } }
    main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner .text_area {
      background: #fff7d8;
      padding: 25px 80px;
      text-align: center;
      color: #0d4fb6;
      margin-bottom: 30px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner .text_area {
          padding: 2.5vw 5vw; } }
      main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner .text_area::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 25px solid #b0e3ff;
        border-left: 25px solid #b0e3ff;
        border-bottom: 25px solid #f6e821;
        border-right: 25px solid #f6e821;
        position: absolute;
        left: 0;
        top: 0; }
        @media only screen and (max-width: 768px) {
          main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner .text_area::before {
            border-top: 2.5vw solid #b0e3ff;
            border-left: 2.5vw solid #b0e3ff;
            border-bottom: 2.5vw solid #f6e821;
            border-right: 2.5vw solid #f6e821; } }
      main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner .text_area > span {
        font-size: min(2vw, 22px);
        font-weight: 700;
        display: block; }
      main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner .text_area p {
        font-size: min(2.4vw, 28px);
        margin: 0.5em 0 0;
        font-weight: 800; }
        main .sec_test .test_block:nth-child(2) .test_block_textarea .test_block_textarea_inner .text_area p span {
          background: linear-gradient(transparent 70%, rgba(246, 232, 33, 0.5) 30%); }
main .sec_pre {
  background: #fff1bc;
  font-weight: bold;
  font-family: dnp-shuei-gothic-gin-std, sans-serif; }
  main .sec_pre .pre_top {
    background: url("../img/bg_concept.png") no-repeat center bottom/cover;
    padding: 30px 0 80px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      main .sec_pre .pre_top {
        padding: 1em 0 2em; } }
    main .sec_pre .pre_top h2 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.16em;
      font-size: min(8vw, 80px);
      line-height: 1.5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Noto Sans JP", sans-serif; }
      @media only screen and (max-width: 768px) {
        main .sec_pre .pre_top h2 {
          font-size: min(4.6vw, 54px); } }
      main .sec_pre .pre_top h2 div > span {
        position: relative;
        font-size: min(3vw, 30px);
        font-family: noto-sans-cjk-jp, sans-serif;
        letter-spacing: 0.18em;
        padding: 15px 40px;
        line-height: 1.25;
        text-align: left;
        display: inline-block;
        color: #1958ba;
        background: #fff;
        border-radius: 15px;
        margin-left: 50px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_top h2 div > span {
            font-size: min(2vw, 23px);
            padding: 2vw;
            border-radius: 5px;
            margin-left: 4vw; } }
        main .sec_pre .pre_top h2 div > span::before {
          content: "";
          width: 0;
          height: 0;
          border-right: 25px solid #fff;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          position: absolute;
          left: -22px;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media only screen and (max-width: 768px) {
            main .sec_pre .pre_top h2 div > span::before {
              border-right: 2.2vw solid #fff;
              border-top: 1.25vw solid transparent;
              border-bottom: 1.25vw solid transparent;
              left: -2.0vw; } }
        main .sec_pre .pre_top h2 div > span span {
          background: linear-gradient(transparent 70%, #FBD0D4 30%); }
  main .sec_pre .pre_contents {
    padding: 0 0 134px; }
    @media only screen and (max-width: 768px) {
      main .sec_pre .pre_contents {
        padding: 0 0 5.3vw; } }
    main .sec_pre .pre_contents h3 {
      font-size: min(4vw, 53px);
      line-height: 1.3;
      font-weight: 500;
      letter-spacing: 5px;
      color: #0A4DB5;
      text-align: center;
      margin: 100px auto 100px; }
      @media only screen and (max-width: 768px) {
        main .sec_pre .pre_contents h3 {
          margin: 7vw auto; } }
      main .sec_pre .pre_contents h3 span {
        padding: 0 2em 0;
        display: inline-block;
        position: relative;
        font-weight: 600; }
        main .sec_pre .pre_contents h3 span::before, main .sec_pre .pre_contents h3 span::after {
          content: "";
          width: 3px;
          height: 90%;
          background: #0A4DB5;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto; }
        main .sec_pre .pre_contents h3 span::before {
          left: 1em;
          transform: rotate(-27deg); }
        main .sec_pre .pre_contents h3 span::after {
          right: 1em;
          transform: rotate(27deg); }
    main .sec_pre .pre_contents .pre_box {
      width: 94%;
      max-width: 1000px;
      margin: 0 auto 120px;
      background: #fff;
      position: relative;
      padding: 4em 0 40px; }
      @media only screen and (max-width: 768px) {
        main .sec_pre .pre_contents .pre_box {
          width: 86%;
          padding: 5.3vw 0;
          margin: 0 auto 5.3vw; } }
      main .sec_pre .pre_contents .pre_box::before {
        position: absolute;
        content: '';
        top: -26px;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        background: url("../img/bg_ttl.svg") no-repeat center center/contain;
        max-width: 900px;
        width: 90%;
        height: 87px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_box::before {
            height: 6.9vw;
            top: -2.6vw; } }
      main .sec_pre .pre_contents .pre_box h4 {
        position: absolute;
        left: 0;
        top: -32px;
        font-size: min(4vw, 40px);
        font-weight: 700;
        letter-spacing: 0.2em;
        color: #fff;
        text-align: left;
        line-height: 87px; }
        @media only screen and (min-width: 769px) and (max-width: 1024px) {
          main .sec_pre .pre_contents .pre_box h4 {
            top: -28px; } }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_box h4 {
            font-size: min(3vw, 23px);
            width: 70vw;
            top: -2.2vw;
            line-height: 6.9vw; } }
        main .sec_pre .pre_contents .pre_box h4 span {
          background: #0f51b7;
          padding: 0.5em 2.5em 0.5em 1em;
          position: relative; }
          main .sec_pre .pre_contents .pre_box h4 span::before {
            content: "";
            width: 0;
            height: 0;
            border-left: 1.25em solid #0f51b7;
            border-bottom: 1.25em solid transparent;
            position: absolute;
            right: -1.2em;
            top: 0; }
          main .sec_pre .pre_contents .pre_box h4 span::after {
            content: "";
            width: 0;
            height: 0;
            border-left: 1.25em solid #0f51b7;
            border-top: 1.25em solid transparent;
            position: absolute;
            right: -1.2em;
            bottom: 0; }
      main .sec_pre .pre_contents .pre_box ul {
        width: 90%;
        max-width: 1100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 60px auto 40px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_box ul {
            margin: 6.1vw auto 20px; } }
        main .sec_pre .pre_contents .pre_box ul li {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          font-weight: 600;
          position: relative;
          font-size: min(3vw, 40px);
          text-align: center;
          padding: 50px 0 20px;
          line-height: 1.3;
          border-radius: 15px; }
          @media only screen and (max-width: 768px) {
            main .sec_pre .pre_contents .pre_box ul li {
              font-size: min(2.2vw, 28px);
              padding: 3.5vw 0; } }
          main .sec_pre .pre_contents .pre_box ul li::before {
            position: absolute;
            content: '';
            z-index: 1;
            left: 50%;
            transform: translate(-50%);
            -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
            top: -30px; }
            @media only screen and (max-width: 768px) {
              main .sec_pre .pre_contents .pre_box ul li::before {
                top: -3vw; } }
          main .sec_pre .pre_contents .pre_box ul li:first-of-type {
            background: #dce1f0;
            color: #000;
            width: 44%; }
            @media only screen and (max-width: 768px) {
              main .sec_pre .pre_contents .pre_box ul li:first-of-type {
                margin: 0 0 0 auto; } }
            main .sec_pre .pre_contents .pre_box ul li:first-of-type::before {
              background: url("../img/batu.svg") no-repeat center center/contain;
              width: 52px;
              height: 52px; }
              @media only screen and (max-width: 768px) {
                main .sec_pre .pre_contents .pre_box ul li:first-of-type::before {
                  width: 4.9vw;
                  height: 4.9vw; } }
          main .sec_pre .pre_contents .pre_box ul li:nth-of-type(2) {
            color: #fff;
            font-size: min(2.2vw, 28px);
            width: 4.5em;
            height: 4.5em;
            display: block;
            padding: 0;
            background: #004095;
            border-radius: 50%;
            padding: 0.75em 0; }
            main .sec_pre .pre_contents .pre_box ul li:nth-of-type(2) span {
              font-size: 80%;
              display: block; }
            main .sec_pre .pre_contents .pre_box ul li:nth-of-type(2)::before {
              display: none; }
            main .sec_pre .pre_contents .pre_box ul li:nth-of-type(2)::after {
              content: "";
              width: 0;
              border-left: 0.5em solid #fff;
              border-top: 0.3em solid transparent;
              border-bottom: 0.3em solid transparent;
              margin: 0 auto;
              position: absolute;
              bottom: 0.65em;
              left: 0.25em;
              right: 0; }
          main .sec_pre .pre_contents .pre_box ul li:last-of-type {
            background: #f6e6ea;
            color: #e61432;
            width: 44%; }
            main .sec_pre .pre_contents .pre_box ul li:last-of-type::before {
              color: #e61432;
              background: url("../img/maru.svg") no-repeat center center/contain;
              width: 55px;
              height: 55px; }
              @media only screen and (max-width: 768px) {
                main .sec_pre .pre_contents .pre_box ul li:last-of-type::before {
                  width: 5.3vw;
                  height: 5.3vw; } }
      main .sec_pre .pre_contents .pre_box h5 {
        text-align: center;
        font-weight: 700;
        font-size: min(5.8vw, 61px);
        letter-spacing: 0.1em;
        line-height: 1.31;
        color: #e61432;
        font-style: italic; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_box h5 {
            font-size: min(5vw, 36px); } }
      main .sec_pre .pre_contents .pre_box:nth-of-type(2) li {
        font-size: 33px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_box:nth-of-type(2) li {
            font-size: min(2.2vw, 26px); } }
        main .sec_pre .pre_contents .pre_box:nth-of-type(2) li:first-of-type span {
          background: #004095;
          color: #fff;
          line-height: 46px;
          display: block;
          text-align: center;
          font-size: 19px;
          letter-spacing: 0.12em;
          padding: 0 25px;
          border-radius: 50px;
          margin-top: 5px; }
          @media only screen and (max-width: 768px) {
            main .sec_pre .pre_contents .pre_box:nth-of-type(2) li:first-of-type span {
              font-size: min(1.5vw, 13px);
              line-height: 3.7vw;
              padding: 0;
              width: 90%; } }
        main .sec_pre .pre_contents .pre_box:nth-of-type(2) li:last-of-type span {
          background: #e61432;
          color: #fff;
          line-height: 46px;
          display: block;
          text-align: center;
          font-size: 19px;
          letter-spacing: 0.12em;
          padding: 0 25px;
          border-radius: 50px;
          margin-top: 5px; }
          @media only screen and (max-width: 768px) {
            main .sec_pre .pre_contents .pre_box:nth-of-type(2) li:last-of-type span {
              font-size: min(1.5vw, 13px);
              line-height: 3.7vw;
              padding: 0;
              width: 90%; } }
      main .sec_pre .pre_contents .pre_box:nth-of-type(2) {
        margin-bottom: 50px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_box:nth-of-type(2) {
            margin-bottom: 5vw; } }
    main .sec_pre .pre_contents > h5 {
      color: #004095;
      text-align: center;
      margin: 1.5em auto 2em;
      font-size: min(3.6vw, 46px);
      font-weight: 600; }
      @media only screen and (max-width: 768px) {
        main .sec_pre .pre_contents > h5 {
          margin: 3vw auto 5vw; } }
      main .sec_pre .pre_contents > h5 span {
        position: relative;
        padding: 0 0.5em; }
        main .sec_pre .pre_contents > h5 span::before {
          content: "";
          width: 100%;
          height: 50%;
          background: url(../img/i_bg_lightblue.svg) no-repeat center center/cover;
          position: absolute;
          bottom: 0;
          left: 0; }
    main .sec_pre .pre_contents .pre_etxtarea {
      max-width: 1000px;
      width: 86%;
      margin: 0 auto 60px;
      background: #d1efff;
      position: relative; }
      @media only screen and (max-width: 768px) {
        main .sec_pre .pre_contents .pre_etxtarea {
          margin: 0 auto 6vw; } }
      main .sec_pre .pre_contents .pre_etxtarea::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 50px solid #fff1bc;
        border-bottom: 50px solid transparent;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_etxtarea::before {
            border-left: 5vw solid #fff1bc;
            border-bottom: 5vw solid transparent; } }
      main .sec_pre .pre_contents .pre_etxtarea::after {
        content: "";
        width: 0;
        height: 0;
        border-right: 50px solid #fff1bc;
        border-top: 50px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_etxtarea::after {
            border-right: 5vw solid #fff1bc;
            border-top: 5vw solid transparent; } }
    main .sec_pre .pre_contents .pre_etxtarea_inner {
      padding: 2em;
      position: relative; }
      @media only screen and (max-width: 768px) {
        main .sec_pre .pre_contents .pre_etxtarea_inner {
          padding: 4vw; } }
      main .sec_pre .pre_contents .pre_etxtarea_inner::before {
        content: "";
        width: 80px;
        height: 80px;
        background: url(../img/i_parts.svg) no-repeat center center/contain;
        position: absolute;
        top: -18px;
        left: -17px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_etxtarea_inner::before {
            width: 8vw;
            height: 8vw;
            top: -1.8vw;
            left: -1.7vw; } }
      main .sec_pre .pre_contents .pre_etxtarea_inner::after {
        content: "";
        width: 80px;
        height: 80px;
        background: url(../img/i_parts.svg) no-repeat center center/contain;
        position: absolute;
        bottom: -18px;
        right: -17px;
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .pre_etxtarea_inner::after {
            width: 8vw;
            height: 8vw;
            bottom: -1.8vw;
            right: -1.7vw; } }
    main .sec_pre .pre_contents .catch_wrap {
      text-align: center; }
      main .sec_pre .pre_contents .catch_wrap .catch {
        text-align: center;
        color: #004095;
        font-size: min(4vw, 40px);
        font-weight: 600;
        display: inline-block;
        margin: 0 auto 50px;
        position: relative;
        line-height: 1.6; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents .catch_wrap .catch {
            font-size: min(3.6vw, 24px);
            margin-bottom: 2.5vw; } }
        main .sec_pre .pre_contents .catch_wrap .catch::before, main .sec_pre .pre_contents .catch_wrap .catch::after {
          position: absolute;
          content: '';
          width: 96px;
          height: 192px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media only screen and (max-width: 768px) {
            main .sec_pre .pre_contents .catch_wrap .catch::before, main .sec_pre .pre_contents .catch_wrap .catch::after {
              width: 8.1vw;
              height: 15.6vw; } }
        main .sec_pre .pre_contents .catch_wrap .catch > span {
          position: relative;
          padding: 0 2em;
          display: block;
          font-family: "Noto Sans JP", sans-serif; }
          main .sec_pre .pre_contents .catch_wrap .catch > span::before, main .sec_pre .pre_contents .catch_wrap .catch > span::after {
            content: "";
            width: 3px;
            height: 90%;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            border-right: 6px dotted #004095; }
            @media only screen and (max-width: 768px) {
              main .sec_pre .pre_contents .catch_wrap .catch > span::before, main .sec_pre .pre_contents .catch_wrap .catch > span::after {
                border-right: 3px dotted #004095; } }
          main .sec_pre .pre_contents .catch_wrap .catch > span::before {
            left: 1em;
            transform: rotate(-27deg); }
          main .sec_pre .pre_contents .catch_wrap .catch > span::after {
            right: 1em;
            transform: rotate(27deg); }
          main .sec_pre .pre_contents .catch_wrap .catch > span span {
            background: linear-gradient(transparent 70%, #FFFFFF 30%); }
    main .sec_pre .pre_contents dl {
      margin: 0 auto;
      max-width: 800px; }
      @media only screen and (max-width: 768px) {
        main .sec_pre .pre_contents dl {
          width: 95%; } }
      main .sec_pre .pre_contents dl dt {
        background: #004095;
        color: #fff;
        text-align: center;
        font-size: 38px;
        font-weight: 500;
        letter-spacing: 0.2em;
        border-radius: 100px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents dl dt {
            font-size: min(3vw, 23px);
            line-height: 1.3;
            padding: 5px 0; } }
        main .sec_pre .pre_contents dl dt div {
          display: flex;
          align-items: center;
          justify-content: center; }
          main .sec_pre .pre_contents dl dt div > span {
            font-size: 68%;
            background: #fff;
            padding: 0 0.5em;
            color: #004095;
            letter-spacing: 0.1em;
            margin-right: 1em;
            font-weight: bold; }
            @media only screen and (max-width: 768px) {
              main .sec_pre .pre_contents dl dt div > span {
                font-size: 100%; } }
          main .sec_pre .pre_contents dl dt div p {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: min(5vw, 68px);
            line-height: 1.5; }
            main .sec_pre .pre_contents dl dt div p .ymd {
              display: flex;
              align-items: baseline;
              justify-content: center; }
            main .sec_pre .pre_contents dl dt div p span.youbi {
              font-size: 40%;
              background: #fff;
              color: #004095;
              width: 1.75em;
              height: 1.75em;
              line-height: 1.75em;
              display: inline-block;
              text-align: center;
              border-radius: 50%;
              letter-spacing: 0;
              margin: 0 0 0 0.35em;
              font-weight: bold;
              position: relative;
              top: 0.25em; }
            main .sec_pre .pre_contents dl dt div p span.sm {
              font-size: 70%; }
      main .sec_pre .pre_contents dl dd {
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 40px;
        padding: 30px 0 20px; }
        @media only screen and (max-width: 768px) {
          main .sec_pre .pre_contents dl dd {
            padding: 3vw 0 2vw; } }
        main .sec_pre .pre_contents dl dd p {
          color: #004095;
          font-size: min(3.6vw, 50px);
          letter-spacing: 0.02em;
          font-weight: 700; }
          @media only screen and (max-width: 768px) {
            main .sec_pre .pre_contents dl dd p {
              font-size: min(6vw, 36px);
              text-align: center; } }
          main .sec_pre .pre_contents dl dd p span {
            font-size: 130%; }
        main .sec_pre .pre_contents dl dd ul {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 0 30px;
          width: 100%; }
          @media only screen and (max-width: 768px) {
            main .sec_pre .pre_contents dl dd ul {
              gap: 0 4%;
              margin: 0 auto; } }
          main .sec_pre .pre_contents dl dd ul li {
            width: 30%;
            font-size: min(2vw, 39px);
            letter-spacing: 0.075em;
            text-align: center;
            font-weight: 700;
            color: #004095; }
            @media only screen and (max-width: 768px) {
              main .sec_pre .pre_contents dl dd ul li {
                font-size: min(4vw, 23px); } }
            main .sec_pre .pre_contents dl dd ul li span {
              display: block;
              background: #fff;
              text-align: center;
              color: #004095;
              font-size: min(2vw, 39px);
              white-space: nowrap;
              padding: 0 20px; }
              @media only screen and (max-width: 768px) {
                main .sec_pre .pre_contents dl dd ul li span {
                  font-size: min(3vw, 23px);
                  padding: 0; } }
main .sec_lecture {
  background: #76c0ff;
  background: linear-gradient(138deg, #76c0ff 5%, #e5efff 91%);
  overflow: hidden; }
  main .sec_lecture .lecture_ttl {
    max-width: 1000px;
    width: 86%;
    margin: 100px auto 50px;
    position: relative;
    color: #004095; }
    @media only screen and (max-width: 768px) {
      main .sec_lecture .lecture_ttl {
        margin: 10vw auto 5vw; } }
    main .sec_lecture .lecture_ttl > span {
      font-size: min(3.5vw, 45px);
      display: block;
      background: url("../img/i_bg_white.svg") no-repeat center center/cover;
      padding: 0 0.5em;
      font-weight: 600; }
      main .sec_lecture .lecture_ttl > span span {
        font-size: 80%;
        margin-right: 0.5em; }
    main .sec_lecture .lecture_ttl h2 {
      font-size: min(4.6vw, 54px);
      border-top: 2px solid;
      font-weight: 600; }
    main .sec_lecture .lecture_ttl .free {
      max-width: 196px;
      max-height: 196px;
      font-size: min(4vw, 60px);
      width: 13vw;
      height: 13vw;
      background: #e61432;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      line-height: 1.2;
      padding: 0.75em 0;
      position: absolute;
      top: 0;
      right: -6px;
      font-weight: 600; }
      main .sec_lecture .lecture_ttl .free span {
        font-size: 48%;
        display: block;
        line-height: 1; }
  main .sec_lecture img {
    margin: 50px auto;
    display: block;
    width: 86%;
    max-width: 1002px; }
    @media only screen and (max-width: 768px) {
      main .sec_lecture img {
        margin: 5vw auto; } }
  main .sec_lecture dl {
    max-width: 900px;
    width: 80%;
    display: flex;
    align-items: flex-start;
    margin: 50px auto; }
    @media only screen and (max-width: 768px) {
      main .sec_lecture dl {
        margin: 3vw auto; } }
    main .sec_lecture dl dt {
      font-size: min(2.4vw, 24px);
      width: 4em;
      height: 4em;
      background: rgba(13, 79, 182, 0.11);
      text-align: center;
      line-height: 4em;
      border-radius: 50%;
      color: #004095;
      font-weight: 800; }
    main .sec_lecture dl dd {
      padding-left: 20px; }
      main .sec_lecture dl dd div {
        display: flex;
        align-items: center; }
        main .sec_lecture dl dd div h3 {
          font-size: min(5.4vw, 74px);
          line-height: 1.2;
          margin-bottom: 0.25em;
          color: #004095;
          font-weight: 600;
          display: flex;
          align-items: baseline;
          line-height: 1; }
          main .sec_lecture dl dd div h3 span.sm {
            font-size: 70%; }
        main .sec_lecture dl dd div span.youbi {
          font-size: min(3.2vw, 36px);
          width: 1.5em;
          height: 1.5em;
          background: #fff;
          display: inline-block;
          text-align: center;
          border-radius: 50%;
          margin: 0 0 0 0.5em;
          font-weight: bold;
          color: #004095; }
      main .sec_lecture dl dd p {
        color: #004095;
        margin: 0.25em 0;
        font-size: min(3vw, 30px);
        font-weight: 600; }
        main .sec_lecture dl dd p span {
          font-size: 70%; }
    main .sec_lecture dl:nth-of-type(2) {
      align-items: center; }
      main .sec_lecture dl:nth-of-type(2) dd div h3 {
        font-size: min(4.4vw, 60px); }
  main .sec_lecture .red_btn {
    max-width: 800px;
    width: 70%;
    margin: 0 auto 100px; }
    @media only screen and (max-width: 768px) {
      main .sec_lecture .red_btn {
        margin: 5vw auto 10vw; } }
main .sec_about {
  background: #004097;
  padding: 0 0 98px; }
  @media only screen and (max-width: 768px) {
    main .sec_about {
      padding: 0; } }
  main .sec_about .about_top {
    padding: 50px 0 64px;
    position: relative;
    background: url(../img/about_ttl01.svg) no-repeat center bottom/cover; }
    @media only screen and (max-width: 768px) {
      main .sec_about .about_top {
        padding: 4.8vw 0; } }
    main .sec_about .about_top h2 {
      color: #004095;
      text-align: center;
      font-size: min(6vw, 60px);
      font-weight: 700;
      letter-spacing: 0.2em;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_top h2 {
          font-size: min(4.6vw, 36px); } }
  main .sec_about .about_contents {
    padding: 70px 0; }
    @media only screen and (max-width: 768px) {
      main .sec_about .about_contents {
        padding: 4vw 0 5.8vw; } }
    main .sec_about .about_contents h3 {
      text-align: center;
      color: #fff;
      font-style: italic;
      font-size: min(5vw, 53px);
      font-weight: 400;
      letter-spacing: 0.2em;
      line-height: 1.92;
      margin-bottom: 70px; }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents h3 {
          font-size: min(4.2vw, 30px);
          margin-bottom: 6.6vw; } }
      main .sec_about .about_contents h3 mark {
        background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.23) 50%);
        color: #fff;
        padding: 0 10px; }
      main .sec_about .about_contents h3 span {
        color: #ffff00;
        font-weight: bold; }
      main .sec_about .about_contents h3 strong {
        color: #ffff00;
        font-size: min(6.4vw, 74px);
        font-weight: bold; }
        @media only screen and (max-width: 768px) {
          main .sec_about .about_contents h3 strong {
            font-size: min(5vw, 43px); } }
    main .sec_about .about_contents .bn p {
      color: #fff;
      text-align: center;
      font-size: 30px;
      font-weight: 500;
      font-family: noto-sans-cjk-jp, sans-serif;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents .bn p {
          font-size: min(3vw, 18px);
          margin-bottom: 10px; } }
      main .sec_about .about_contents .bn p img {
        filter: drop-shadow(5px 5px 7px #000); }
      main .sec_about .about_contents .bn p span {
        position: relative;
        padding: 0 30px; }
        @media only screen and (max-width: 768px) {
          main .sec_about .about_contents .bn p span {
            padding: 0 10px; } }
        main .sec_about .about_contents .bn p span::before, main .sec_about .about_contents .bn p span::after {
          position: absolute;
          content: '';
          background: #fff;
          width: 2px;
          height: 44px;
          top: 3px; }
          @media only screen and (max-width: 768px) {
            main .sec_about .about_contents .bn p span::before, main .sec_about .about_contents .bn p span::after {
              height: 3.6vw;
              width: 1px; } }
        main .sec_about .about_contents .bn p span::before {
          transform: rotate(-30deg);
          left: 0; }
        main .sec_about .about_contents .bn p span::after {
          transform: rotate(30deg);
          right: 0; }
    main .sec_about .about_contents .bn.type1 a {
      display: inline;
      filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8)); }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents .bn.type1 a img {
          width: 52vw; } }
    main .sec_about .about_contents .bn.type2 {
      margin: 50px 0 100px; }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents .bn.type2 {
          margin: 2vw 0 5vw; } }
      main .sec_about .about_contents .bn.type2 a img {
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8)); }
        @media only screen and (max-width: 768px) {
          main .sec_about .about_contents .bn.type2 a img {
            width: 37.4vw; } }
    main .sec_about .about_contents .bn ul {
      display: flex;
      justify-content: center; }
    main .sec_about .about_contents h4 {
      color: #fff;
      text-align: center;
      font-size: min(4vw, 45px);
      font-family: irohamaru, sans-serif;
      letter-spacing: 0.18em;
      margin-bottom: 60px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents h4 {
          font-size: min(3.2vw, 27px);
          width: 60vw;
          margin: 0 auto 6.1vw; } }
      main .sec_about .about_contents h4 span {
        padding: 40px;
        background: url(../img/about_ttl02.svg) no-repeat center bottom/contain; }
        @media only screen and (max-width: 768px) {
          main .sec_about .about_contents h4 span {
            padding: 3vw 2vw; } }
    main .sec_about .about_contents .voice {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents .voice {
          gap: 1.7vw;
          width: 90%; } }
      main .sec_about .about_contents .voice li {
        background: #daf1ff;
        color: #004095;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: min(2.4vw, 33px);
        letter-spacing: 0;
        line-height: 1.66;
        width: min(20vw, 274px);
        height: min(20vw, 274px);
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          main .sec_about .about_contents .voice li {
            font-size: min(2.4vw, 17px);
            width: min(19vw, 134px);
            height: min(19vw, 134px); } }
        main .sec_about .about_contents .voice li:nth-of-type(n + 5) {
          width: min(25vw, 326px);
          height: min(25vw, 326px); }
          @media only screen and (max-width: 768px) {
            main .sec_about .about_contents .voice li:nth-of-type(n + 5) {
              width: min(24vw, 160px);
              height: min(24vw, 160px); } }
    main .sec_about .about_contents .center {
      text-align: center;
      font-size: 24px;
      letter-spacing: 0.1em;
      font-weight: 400;
      margin: 45px 0 80px;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents .center {
          font-size: min(2vw, 14px);
          margin: 2vw 0 6vw; } }
    main .sec_about .about_contents .commonbtn {
      border-color: #fff;
      color: #fff;
      background-color: #b5002d;
      background-image: linear-gradient(0deg, #b5002d 0%, #e61432 100%); }
      @media only screen and (max-width: 768px) {
        main .sec_about .about_contents .commonbtn {
          font-size: min(4vw, 20px); } }
      main .sec_about .about_contents .commonbtn::before {
        border-color: transparent transparent transparent #fff; }
      main .sec_about .about_contents .commonbtn span::before {
        border-color: transparent transparent transparent #fff; }
