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

body {
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
  background: rgba(0, 0, 0, 0);
}

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

span,
small {
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

em {
  font-style: normal;
}

@font-face {
  font-family: 'Local Noto Sans JP';
  src: local('Noto Sans JP');
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 48px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 16vw;
  }
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 1.6rem;
  color: #1c1c1c;
  line-height: 1.75;
  font-family: 'Local Noto Sans JP', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 4vw;
  }
}

body::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg01.webp) no-repeat top/cover;
  background-position: top center;
  background-attachment: fixed;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  body::before {
    background: url(../images/bg01_sp.webp) no-repeat top/cover;
    background-position: top center;
    height: 100vh;
    position: fixed;
  }
}

body.modal_open,
body:has(.open) {
  overflow: hidden;
}

body.modal_open::after,
body:has(.open)::after {
  content: '';
  display: block;
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 20, 78, 0.4);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  body.modal_open::after,
  body:has(.open)::after {
    top: 16vw;
  }
}

strong {
  font-weight: 700;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 100%;
}

.pcNone {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

a {
  color: #16144e;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

.hover01 a {
  transition: background 0.3s ease;
}

@media (any-hover: hover) {
  .hover01 a:hover {
    background: #fff !important;
  }
}

.hover02 a {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .hover02 a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

.header01 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .header01 {
    box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.1);
  }
}

.header01 > .inner01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

@media screen and (max-width: 1120px) {
  .header01 > .inner01 {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header01 > .inner01 {
    padding: 1.75vw 2.5vw;
  }
}

.header01 > .inner01 .logo01 {
  width: 100%;
  max-width: 430px;
}

.header01 > .inner01 .logo01 .image01 {
  display: flex;
  align-items: center;
}

.header01 > .inner01 .logo01 .image01 img {
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .header01 > .inner01 .logo01 {
    max-width: 400px;
  }
}

@media screen and (max-width: 1120px) {
  .header01 > .inner01 .logo01 {
    max-width: 370px;
  }
}

@media screen and (max-width: 965px) {
  .header01 > .inner01 .logo01 {
    max-width: 230px;
  }
}

@media screen and (max-width: 835px) {
  .header01 > .inner01 .logo01 {
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .header01 > .inner01 .logo01 {
    max-width: 35vw;
  }
}

.menuBlock01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .menuBlock01 {
    gap: 0 2.5vw;
  }

  .menuBlock01 > .openBtn01 {
    width: 12.25vw;
    height: 12.5vw;
    background: #daefff;
    cursor: pointer;
  }

  .menuBlock01 > .openBtn01::before {
    content: '';
    display: block;
    background: url(../images/ic05.svg) no-repeat top/cover;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
  }

  .menuBlock01 > .openBtn01::after {
    content: '';
    display: block;
    background: url(../images/ic05_on.svg) no-repeat top/cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    height: 0;
    transition: opacity 0.3s ease;
  }

  .header01.open .menuBlock01 > .openBtn01::before {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  .header01.open .menuBlock01 > .openBtn01::after {
    opacity: 1;
    height: 100%;
  }
}

.menuBlock01 > .nav01 {
  margin-right: 30px;
}

@media screen and (max-width: 1255px) {
  .menuBlock01 > .nav01 {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1120px) {
  .menuBlock01 > .nav01 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menuBlock01 > .nav01 {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease;
    margin-right: 0;
    top: 21vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 10vw;
    background: #fff;
    border-radius: 5vw;
    width: calc(100% - 10vw);
    height: fit-content;
    box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.25);
  }

  .menuBlock01 > .nav01 > ul {
    gap: 7.5vw 0;
  }

  .menuBlock01 > .nav01 > ul > li {
    width: 100%;
  }

  .menuBlock01 > .nav01 > ul > li > a {
    margin: auto;
    width: fit-content;
    font-size: 4.5vw;
  }

  .header01.open .menuBlock01 > .nav01 {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}

.menuBlock01 > .nav01 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 30px;
}

@media screen and (max-width: 1265px) {
  .menuBlock01 > .nav01 ul {
    gap: 30px 15px;
  }
}

@media screen and (max-width: 1130px) {
  .menuBlock01 > .nav01 ul {
    gap: 30px 10px;
  }
}

@media screen and (max-width: 767px) {
  .menuBlock01 > .nav01 ul {
    gap: 7.5vw 0;
  }
}

.menuBlock01 > .nav01 ul > li a {
  position: relative;
  display: block;
  padding-bottom: 6px;
  font-weight: 700;
  line-height: 1.5;
  color: #1c1c1c;
}

@media screen and (max-width: 1120px) {
  .menuBlock01 > .nav01 ul > li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .menuBlock01 > .nav01 ul > li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .menuBlock01 > .nav01 ul > li a {
    padding-bottom: 1.5vw;
    font-size: 4.5vw;
  }
}

.menuBlock01 > .nav01 ul > li a::before {
  content: '';
  display: block;
  border-bottom: 1px solid #3198eb;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .menuBlock01 > .nav01 ul > li a::before {
    border-width: 0.25vw;
    height: 0.25vw;
  }
}

.menuBlock01 > .nav01 ul > li a::after {
  content: '';
  display: block;
  border-bottom: 1px solid #3198eb;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: width 0.3s ease;
}

.menuBlock01 > .nav01 ul > li a:hover {
  text-decoration: none;
}

@media (any-hover: hover) {
  .menuBlock01 > .nav01 ul > li a:hover::before {
    border: none;
  }

  .menuBlock01 > .nav01 ul > li a:hover::after {
    width: 100%;
  }
}

.footer01 > .inner01 .copyrights01 {
  display: block;
  text-align: center;
  padding: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #16144e;
}

@media screen and (max-width: 767px) {
  .footer01 > .inner01 .copyrights01 {
    font-size: 4vw;
    padding: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .contents01 {
    overflow-x: clip;
  }
}

.mainArea01 > .inner01 {
  margin: auto;
  padding: 90px 119px 50px 20px;
  max-width: 1160px;
}

@media screen and (max-width: 767px) {
  .mainArea01 > .inner01 {
    padding: 20vw 5vw 10vw;
  }
}

.mainArea01 > .inner01 > .logo02 {
  max-width: 291px;
}

@media screen and (max-width: 767px) {
  .mainArea01 > .inner01 > .logo02 {
    max-width: 58vw;
  }
}

.mainArea01 > .inner01 > .image01 {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mainArea01 > .inner01 > .image01 {
    margin-top: 2.5vw;
    padding-right: 1.5vw;
  }
}

.section01:not(.type01) {
  background: rgba(255, 255, 255, 0.9);
}

.section01:not(#consept) {
  position: relative;
}

@media screen and (max-width: 767px) {
  .section01:not(#consept) > .inner01 {
    padding-top: 25vw;
  }
}

.section01:not(#consept)::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #39a4f9 0%, #54d066 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.section01#contact {
  background: linear-gradient(90deg, #39a4f9 0%, #54d066 100%);
}

.section01 > .inner01 {
  margin: auto;
  padding: 100px 20px;
  max-width: 1160px;
}

@media screen and (max-width: 767px) {
  .section01 > .inner01 {
    padding: 20vw 5vw 25vw;
  }
}

.section01 > .inner01 > .text01 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section01 > .inner01 > .text01 {
    font-size: 4vw;
  }
}

.section01 > .inner01 > .text01 + .text01 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .section01 > .inner01 > .text01 + .text01 {
    margin-top: 7.5vw;
  }
}

.section01 > .inner01 > .text01 + .text01 > span {
  color: #3198eb;
}

.section01 > .inner01 > .block01 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .section01 > .inner01 > .block01 {
    margin-top: 25vw;
  }
}

.section01 > .inner01 > .block01:has(.wrap01) {
  position: relative;
  margin: 100px calc(50% - 50vw) 0;
}

.section01 > .inner01 > .block01:has(.wrap01)::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #39a4f9 0%, #54d066 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.section01 > .inner01 > .block01:has(.wrap01) .wrap01:not(:first-child) {
  margin: 90px auto 0;
  padding: 0 20px;
  max-width: 1160px;
}

@media screen and (max-width: 767px) {
  .section01 > .inner01 > .block01:has(.wrap01) .wrap01:not(:first-child) {
    margin-top: 20vw;
  }
}

.section01 > .inner01 .btn01 {
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .section01 > .inner01 .btn01 {
    margin-top: 25vw;
  }
}

.hgroup01 {
  position: relative;
  margin: auto;
  padding: 10px;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hgroup01 {
    padding: 2.5vw;
  }
}

.hgroup01::before {
  content: '';
  display: block;
  background-image: linear-gradient(to right, #3198eb 2px, transparent 0px);
  background-size: 5px 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .hgroup01::before {
    background-image: linear-gradient(to right, #3198eb 0.5vw, transparent 0px);
    background-size: 1.25vw 0.5vw;
    height: 0.5vw;
  }
}

.hgroup01::after {
  content: '';
  display: block;
  background-image: linear-gradient(to right, #3198eb 2px, transparent 0px);
  background-size: 5px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .hgroup01::after {
    background-image: linear-gradient(to right, #3198eb 0.5vw, transparent 0px);
    background-size: 1.25vw 0.5vw;
    height: 0.5vw;
  }
}

.hgroup01 + * {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .hgroup01 + * {
    margin-top: 10vw;
  }
}

.hgroup01 > .heading01 {
  color: #16144e;
}

.hgroup01 > .text01 {
  font-family: 'Anton SC', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.72px;
  color: #3198eb;
}

@media screen and (max-width: 767px) {
  .hgroup01 > .text01 {
    font-size: 6vw;
    letter-spacing: 0.18vw;
  }
}

.hgroup01.type01::before {
  background-image: linear-gradient(to right, #fff 2px, transparent 0px);
}

.hgroup01.type01::after {
  background-image: linear-gradient(to right, #fff 2px, transparent 0px);
}

.hgroup01.type01 .heading01 {
  color: #fff;
}

.heading01 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .heading01 {
    font-size: 7vw;
  }
}

.heading02 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 36px 12px;
  background: #fff;
  border: 4px solid #ffde00;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #16144e;
  max-width: 1058px;
}

@-moz-document url-prefix() {
  .heading02 {
    letter-spacing: -0.2px;
  }
}

@media screen and (max-width: 767px) {
  .heading02 {
    margin-left: 5.63vw;
    margin-right: 5.63vw;
    padding: 2vw 4vw 4vw 4vw;
    border-width: 1vw;
    font-size: 8.5vw;
  }
}

.heading02::before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 30px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .heading02::before {
    bottom: -4.5vw;
    width: 8.5vw;
    height: 7.5vw;
    z-index: 2;
  }
}

.heading02::after {
  content: '';
  display: block;
  background: #ffde00;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 25px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .heading02::after {
    bottom: -6.5vw;
    width: 7.5vw;
    height: 6.25vw;
    z-index: 1;
  }
}

.heading02 + .text01 {
  margin-top: 62px;
}

@media screen and (max-width: 767px) {
  .heading02 + .text01 {
    margin-top: 15.5vw;
  }
}

.heading03 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #16144e;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading03 {
    font-size: 7vw;
  }
}

.heading03 + .list01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .heading03 + .list01 {
    margin-top: 10vw;
  }
}

.title01 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .title01 {
    font-size: 8vw;
  }
}

.title02 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .title02 {
    font-size: 5vw;
  }
}

.text02 {
  font-size: 2rem;
}

.text02 > .span01 {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .text02 {
    font-size: 4vw;
  }
  .text02 > .span01 {
    font-size: 3vw;
  }
}

.text03 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.text04 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
}

.wrap02 + .block01 > .inner01 {
  padding: 100px 0 0;
}

.wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap01:has(.col01) {
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col01) {
    gap: 20vw 5vw;
  }
}

.wrap01:has(.col01) > .col01 {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col01) > .col01 {
    width: calc((100% - 5vw) / 2);
  }
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col01) > .col01:nth-child(3) > .text03 {
    font-size: 4.25vw;
  }
}

.wrap01:has(.col01) > .col01 > .text03 {
  position: relative;
  padding: 25px 15.5px 20px;
  background: #daefff;
  text-align: center;
  color: #16144e;
  flex-grow: 1;
}

.wrap01:has(.col01) > .col01 > .text03:has(span) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col01) > .col01 > .text03 {
    padding: 6.25vw 2.5vw 5vw;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 400px) {
  .wrap01:has(.col01) > .col01 > .text03 {
    padding: 6.25vw 2vw 5vw;
  }
}

.wrap01:has(.col01) > .col01 > .text03::before {
  content: '';
  display: block;
  background: url(../images/ph02.webp) no-repeat top/contain;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 74px;
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col01) > .col01 > .text03::before {
    top: -15vw;
    width: 16.25vw;
    height: 18.5vw;
  }
}

.wrap01:has(.col01) > .col01 > .text03 > span {
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col01) > .col01 > .text03 > span {
    font-size: 3vw;
  }
}

.wrap01:has(.col02) {
  justify-content: center;
  gap: 0 60px;
}

.wrap01:has(.col02):not(:has(.block01)) {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col02) {
    margin-left: 0;
    gap: 7.5vw 0;
  }
}

.wrap01:has(.col02) > .col02:not(:has(.block01)) {
  margin-top: 0.75vw;
  margin-left: -1.25vw;
  width: fit-content;
}

.wrap01:has(.col02) > .col02 > .title01 {
  position: relative;
  padding: 16px 76px;
  border: 4px solid #ffde00;
  background: #fff;
  font-weight: 700;
  line-height: 1.5;
  color: #16144e;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col02) > .col02 > .title01 {
    padding: 4vw 6.5vw;
    border-width: 1vw;
  }
}

.wrap01:has(.col02) > .col02 > .title01::before {
  content: '';
  display: block;
  background: #fff;
  border-left: 4px solid #ffde00;
  position: absolute;
  top: 56px;
  right: -16.504px;
  width: 11px;
  height: 27.166px;
  transform: rotate(120deg);
}

@media screen and (max-width: 767px) {
  .wrap01:has(.col02) > .col02 > .title01::before {
    top: auto;
    right: auto;
    left: 32.47vw;
    bottom: -5.26vw;
    width: 2.75vw;
    height: 6.79vw;
    transform: rotate(-140deg);
  }
}

.wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .wrap02 {
    gap: 10vw 0;
  }
}

.wrap02 > .col01 {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .wrap02 > .col01 {
    width: 100%;
    box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.25);
  }
}

.wrap02 > .col01 .colBlock01 {
  padding: 20px 30px 30px;
  background: #fff1eb;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .wrap02 > .col01 .colBlock01 {
    padding: 5vw 7.5vw 7.5vw;
  }
}

.wrap02 > .col01 .title01 {
  padding: 14px 10px;
  background: #f8571d;
  font-family: 'Anton SC', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .wrap02 > .col01 .title01 {
    padding: 3.5vw 2.5vw;
    letter-spacing: 0.4vw;
  }
}

.wrap02 > .col01 .title02 {
  color: #dd3b00;
}

@media screen and (max-width: 767px) {
  .wrap02 > .col01 .title02 {
    font-size: 6vw;
  }
}

.wrap02 > .col01 .text01 {
  margin-top: 10px;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .wrap02 > .col01 .text01 {
    margin-top: 2.5vw;
  }
}

.wrap02 > .col01 .btn02 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .wrap02 > .col01 .btn02 {
    margin-top: 7.5vw;
  }
}

.text02 + .wrap02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .text02 + .wrap02 {
    margin-top: 10vw;
  }
}

.list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 20px;
}

@media screen and (max-width: 767px) {
  .list01 {
    gap: 5vw 5vw;
  }
}

.list01 > * {
  width: calc((100% - 100px) / 6);
}

@media screen and (max-width: 767px) {
  .list01 > * {
    width: calc((100% - 5vw) / 2);
  }
}

.list02 > li {
  position: relative;
  margin-left: 20px;
  padding-left: 26px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .list02 > li {
    margin-left: 0;
    font-size: 4.5vw;
  }
}

.list02 > li::before {
  content: '';
  display: block;
  background: #3198eb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.textBlock01 + .list03 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .textBlock01 + .list03 {
    margin-top: 15vw;
  }
}

.list03 > * {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.list03 > *:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .list03 > *:not(:first-child) {
    margin-top: 10vw;
  }
}

.list03 > *:not(:first-child) > .text04 {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .list03 > *:not(:first-child) > .text04 {
    margin-top: 1vw;
  }
}

.list03 > *:first-child,
.list03 > *:last-child {
  align-items: center;
}

.list03 > * > *:first-child {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .list03 > * > *:first-child {
    width: fit-content;
  }
}

.list03 > * > *:not(:first-child) {
  position: relative;
  padding-left: 30px;
  width: calc(100% - 170px - 20px);
}

.list03 > * > *:not(:first-child)::before {
  content: '';
  display: block;
  border-left: 2px solid #3198eb;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .list03 > * > *:not(:first-child)::before {
    border-width: 0.5vw;
  }
}

@media screen and (max-width: 767px) {
  .list03 > * > *:not(:first-child) {
    padding-left: 7.5vw;
    width: 100%;
  }
}

.list03 > * > .text04 {
  font-family: 'Anton SC', sans-serif;
  color: #3198eb;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 767px) {
  .list03 > * > .text04 {
    letter-spacing: 0.38vw;
  }
}

.list03 > * > .text04.type01 {
  color: #f8571d;
}

.list03 > * > .title01 {
  display: flex;
  flex-direction: column;
  justify-self: center;
  font-weight: 700;
  line-height: 1.5;
  color: #16144e;
}

@media screen and (max-width: 767px) {
  .list03 > * > .title01 {
    font-size: 6vw;
  }
}

.list03 > * .block01 {
  padding: 20px 30px 30px 28px;
  background: #edf7ff;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 {
    padding: 5vw 7.5vw 7.5vw;
  }
}

.list03 > * .block01 > .text01 {
  padding: 8px 10px;
  background: #3198eb;
  font-family: 'Anton SC', sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #fff;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .text01 {
    padding: 2vw 2.5vw;
    letter-spacing: 0.2vw;
  }
}

.list03 > * .block01 > .text01 > span {
  font-size: 24px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .text01 > span {
    font-size: 6vw;
    letter-spacing: 0.3vw;
  }
}

.list03 > * .block01 > .title02 {
  margin-top: 10px;
  color: #16144e;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .title02 {
    margin-top: 2.5vw;
  }
}

.list03 > * .block01 > .wrap01 {
  gap: 20px 20px;
  margin-top: 20px;
  margin-left: 0;
  justify-content: start;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .wrap01 {
    gap: 5vw 0;
    margin-top: 5vw;
    width: calc(100% + 4.75vw);
  }
}

.list03 > * .block01 > .wrap01 > .col02 {
  display: flex;
  margin-top: 0;
  margin-left: 0;
  flex-wrap: wrap;
  gap: 0 10px;
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .wrap01 > .col02 {
    align-items: flex-start;
    gap: 0 2.5vw;
    width: 100%;
  }

  .list03 > * .block01 > .wrap01 > .col02.type01 {
    align-items: center;
  }
}

.list03 > * .block01 > .wrap01 > .col02.type01 {
  align-items: center;
}

.list03 > * .block01 > .wrap01 > .col02 > .image01 {
  max-width: 70px;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .wrap01 > .col02 > .image01 {
    width: 17.5vw;
    max-width: unset;
  }
}

.list03 > * .block01 > .wrap01 > .col02 > .text01 {
  width: calc(100% - 70px - 10px);
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .wrap01 > .col02 > .text01 {
    width: calc(100% - 17.5vw - 2.5vw);
  }
}

.list03 > * .block01 > .wrap01 > .col02 > .text01 > span {
  display: block;
  margin-bottom: 3px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .wrap01 > .col02 > .text01 > span {
    margin-bottom: 0.75vw;
    font-size: 3.5vw;
  }
}

.list03 > * .block01 > .wrap01 > .col02 > .text01.type01 span {
  font-size: 1.3rem;
}

.list03 > * .block01 > .btn02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01 > .btn02 {
    margin-top: 10vw;
  }
}

.list03 > * .block01.type01 {
  background: #fff1eb;
}

.list03 > * .block01.type01::before {
  border-color: #f8571d;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01.type01 {
    border-width: 0.5vw;
  }
}

.list03 > * .block01.type01 > .text01 {
  background: #f8571d;
  width: 100%;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01.type01 > .text01 {
    font-size: 6vw;
    letter-spacing: 0.3vw;
  }
}

.list03 > * .block01.type01 > .title01 {
  margin-top: 10px;
  color: #dd3b00;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .list03 > * .block01.type01 > .title01 {
    margin-top: 2.5vw;
    font-size: 6vw;
  }
}

.textBlock01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding-bottom: 20px;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .textBlock01 {
    padding-bottom: 2.5vw;
  }
}

.textBlock01::before {
  content: '';
  display: block;
  background-image: linear-gradient(to right, #fff 3px, transparent 0px);
  background-size: 7px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 767px) {
  .textBlock01::before {
    background-image: linear-gradient(to right, #fff 0.75vw, transparent 0px);
    background-size: 1.75vw 1.75vw;
    height: 0.75vw;
  }
}

.textBlock01 .text01 {
  font-weight: 700;
  line-height: 150%;
  color: #fff;
}

.textBlock01 .text01:not(:last-child) {
  font-family: 'Anton SC', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.textBlock01 .text01:first-child,
.textBlock01 .text01:nth-child(3) {
  font-size: 5.4rem;
  letter-spacing: 1.62px;
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:first-child,
  .textBlock01 .text01:nth-child(3) {
    font-size: 8vw;
    letter-spacing: 0.24vw;
  }
}

.textBlock01 .text01:first-child > span,
.textBlock01 .text01:nth-child(3) > span {
  font-size: 3rem;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:first-child > span,
  .textBlock01 .text01:nth-child(3) > span {
    font-size: 5vw;
    letter-spacing: 0.15vw;
  }
}

.textBlock01 .text01:nth-child(2) {
  position: relative;
  margin: 0 14px;
  padding: 0 3px 4px;
  font-size: 2.4rem;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:nth-child(2) {
    margin: 0 3.5vw;
    padding: 0 0.75vw 1vw;
    font-size: 5vw;
    letter-spacing: 0.15vw;
  }
}

.textBlock01 .text01:nth-child(2)::before {
  content: '';
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 2px;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:nth-child(2)::before {
    border-width: 0.5vw;
    width: 0.5vw;
    height: 5vw;
    bottom: 0.5vw;
    left: -1.25vw;
  }
}

.textBlock01 .text01:nth-child(2)::after {
  content: '';
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 2px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: -5px;
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:nth-child(2)::after {
    border-width: 0.5vw;
    width: 0.5vw;
    height: 5vw;
    bottom: 0.5vw;
    right: -1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:nth-child(3) {
    margin-top: 2.5vw;
    width: 100%;
  }
}

.textBlock01 .text01:nth-child(4) {
  position: relative;
  margin-left: 30px;
  padding-left: 40px;
  padding-bottom: 4px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .textBlock01 .text01:nth-child(4) {
    margin-left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:nth-child(4) {
    margin: 2.5vw 0 0;
    padding-bottom: 1vw;
    padding-left: 10vw;
    font-size: 6vw;
  }
}

.textBlock01 .text01:nth-child(4)::before {
  content: '';
  display: block;
  background: url(../images/ic03.webp) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .textBlock01 .text01:nth-child(4)::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}

.frameArea01 {
  background: linear-gradient(90deg, #39a4f9 0%, #54d066 100%);
  overflow-x: clip;
}

.frameArea01 > .inner01 {
  position: relative;
  margin: auto;
  padding: 30px 20px 60px;
  max-width: 1160px;
}

@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 {
    padding: 5vw 5vw 10vw;
  }
}

.frameArea01 > .inner01::before {
  content: '';
  display: block;
  background: url(../images/ph01.webp) no-repeat top/contain;
  position: absolute;
  top: -94.8px;
  right: 45.37px;
  width: 26.5%;
  height: 80.2%;
}

@media screen and (max-width: 1115px) {
  .frameArea01 > .inner01::before {
    top: -85px;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .frameArea01 > .inner01::before {
    right: -30px;
  }
}

@media screen and (max-width: 995px) {
  .frameArea01 > .inner01::before {
    top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .frameArea01 > .inner01::before {
    top: -8.53vw;
    right: -2.92vw;
    width: 48.25vw;
    height: 39.5vw;
  }
}

.frameArea01 > .inner01 > .btn01 {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 > .btn01 {
    margin-top: 7.5vw;
  }
}

.frameArea02 {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .frameArea02 {
    margin: 10vw calc(50% - 50vw) 0;
    border-radius: 5vw;
    box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.25);
  }
}

.frameArea02 > .inner01 {
  padding: 60px 40px;
}

@media screen and (max-width: 767px) {
  .frameArea02 > .inner01 {
    padding: 15vw 5vw;
  }
}

.frameArea02 > .inner01 > .textBlock01 {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .frameArea02 > .inner01 > .textBlock01 {
    justify-content: center;
  }
}

.frameArea02 > .inner01 > .textBlock01::before {
  background-image: linear-gradient(to right, #3198eb 3px, transparent 0px);
}

@media screen and (max-width: 767px) {
  .frameArea02 > .inner01 > .textBlock01::before {
    background-image: linear-gradient(to right, #3198eb 0.75vw, transparent 0px);
  }
}

.frameArea02 > .inner01 > .textBlock01 .text01 {
  color: #16144e;
}

.frameArea02 > .inner01 > .textBlock01 .text01:nth-child(2)::before {
  border-color: #16144e;
}

.frameArea02 > .inner01 > .textBlock01 .text01:nth-child(2)::after {
  border-color: #16144e;
}

@media screen and (max-width: 767px) {
  .frameArea02 > .inner01 > .textBlock01 .text01:nth-child(3) {
    margin-top: 0;
    width: fit-content;
  }
}

.frameArea02 > .inner01 > .textBlock01 .text01:nth-child(4)::before {
  background: url(../images/ic04.webp) no-repeat;
}

.formWrap01 {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .formWrap01 {
    border-radius: 5vw;
    padding: 5vw;
  }
}

.tableWrap01 + .btn01 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .tableWrap01 + .btn01 {
    margin-top: 10vw !important;
  }
}

.table01 {
  width: 100%;
  border-collapse: collapse;
}

.table01 tr {
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .table01 tr {
    display: block;
    padding: 5vw 0 4.75vw;
  }
}

.table01 tr th {
  padding: 10px 0;
  color: #16144e;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .table01 tr th {
    display: block;
    padding: 0;
    width: fit-content;
  }
}

.table01 tr td {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .table01 tr td {
    display: block;
    padding: 1.25vw 0 0;
  }
}

.table01 tr td .text01 + .text01 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .table01 tr td .text01 + .text01 {
    margin-top: 2.5vw;
  }
}

.table01 tr td .text01.type01 a {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .table01 tr td .text01.type01 a {
    font-size: 3.5vw;
  }
}

.table01 tr td a {
  color: #3198eb;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .table01 tr td a:hover {
    text-decoration: none;
  }
}

.modalBlock01 {
  position: relative;
  margin: auto;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  width: 100%;
  max-width: 1160px;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  .modalBlock01 {
    top: 26vw;
  }
}

.modalBlock01 > .close_btn01 {
  position: absolute;
  top: -20px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.modalBlock01 > .close_btn01::before {
  content: '';
  display: block;
  background: url(../images/ic02.svg) no-repeat top/contain;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease;
}

@media (any-hover: hover) {
  .modalBlock01 > .close_btn01:hover::before {
    background-image: url(../images/ic02_on.svg);
  }
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .close_btn01 {
    top: -5vw;
    right: 0;
    width: 12.5vw;
    height: 12.5vw;
    box-shadow: 0 0 8.333px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .modalBlock01 {
    padding: 0 5vw;
  }
}

.modalBlock01 > .inner01 {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  border-radius: 20px;
  max-height: calc(100vh - 148px);
}

.modalBlock01 > .inner01::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 {
    padding: 10vw 5vw;
    border-radius: 5vw;
    box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.25);
    max-height: calc(100dvh - 36vw);
  }
}

.modalBlock01 > .inner01 > .title02 {
  padding: 14px 0;
  font-family: 'Anton SC', sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 1.6px;
  text-align: center;
  background: #3198eb;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 > .title02 {
    font-size: 6vw;
    letter-spacing: 0.3vw;
  }
}

.modalBlock01 > .inner01 > .title02 > span {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 > .title02 > span {
    font-size: 8vw;
    letter-spacing: 0.4vw;
  }
}

.modalBlock01 > .inner01 > .block01 {
  padding: 20px 30px 30px;
  background: #edf7ff;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 > .block01 {
    padding: 5vw 7.5vw 7.5vw;
  }
}

.modalBlock01 > .inner01 > .block01 > .heading03 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 > .block01 > .heading03 {
    font-size: 5vw;
  }
}

.modalBlock01 > .inner01 > .block01 > .heading03 + .text01 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 > .block01 > .heading03 + .text01 {
    margin-top: 2.5vw;
  }
}

.modalBlock01 > .inner01 > .text02 {
  margin-top: 30px;
  padding-bottom: 8px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid #3198eb;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 > .text02 {
    margin-top: 7.5vw;
    padding-bottom: 2vw;
    font-size: 5vw;
    border-width: 0.5vw;
  }
}

.modalBlock01 > .inner01 .wrap01 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 40px;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 {
    margin-top: 7.5vw;
    gap: 10vw 0;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: calc((100% - 40px) / 2);
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 {
    margin: 0;
    width: 100%;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 {
    gap: 0 5vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01.type01 {
  align-items: center;
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .image01 {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .image01 {
    width: 30vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 {
  max-width: calc(100% - 150px - 20px);
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 {
    max-width: calc(100% - 30vw - 5vw);
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .logo03 {
  max-width: 160px;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .logo03 {
    max-width: 40vw;
    border-width: 0.25vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .logo03 + .text01 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .logo03 + .text01 {
    margin-top: 2.5vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .logo03 + .text01 > span {
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .logo03 + .text01 > span {
    margin-top: 0.75vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .text01 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .text01 {
    font-size: 3.25vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .text01 > span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .block01 > .block02 > .text01 > span {
    margin-top: 0.75vw;
    font-size: 5vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 > .text01 {
  margin-top: 20px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 > .text01 {
    margin-top: 5vw;
    font-size: 3.25vw;
  }
}

.modalBlock01 > .inner01 .wrap01 > .col02 .text02 {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .modalBlock01 > .inner01 .wrap01 > .col02 .text02 {
    font-size: 5vw;
  }
}

.modalBlock01 > .inner01 .wrap01.type01 {
  align-items: center;
}

.modalBlock01.type01 > .inner01 > .title02 {
  background: #f8571d;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .modalBlock01.type01 > .inner01 > .title02 {
    font-size: 8vw;
    letter-spacing: 0.24vw;
  }
}

.modalBlock01.type01 > .inner01 > .block01 {
  background: #fff1eb;
}

.modalBlock01.type01 > .inner01 > .block01 > .heading03 {
  color: #dd3b00;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .modalBlock01.type01 > .inner01 > .block01 > .heading03 {
    font-size: 6vw;
  }
}

.modalBlock01.type01 > .inner01 > .text02 {
  border-color: #f8571d;
}

.btn01 {
  max-width: 538px;
}

@media screen and (max-width: 767px) {
  .btn01 {
    max-width: 75vw;
  }
}

.btn01 > a {
  position: relative;
  display: block;
  padding: 13px 77px 17px;
  border-radius: 100vmax;
  border: 3px solid #fff3a4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #f67300 0%, #ffa30f 49.52%, #f67300 100%);
  transition: background 0.3s ease;
}

@media screen and (max-width: 767px) {
  .btn01 > a {
    font-size: 5.5vw;
    padding: 2.25vw 12vw 3.25vw;
    border-width: 0.75vw;
    box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.25);
  }
}

.btn01 > a::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #ffa30f 0%, #ffc70f 49.52%, #ffa30f 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.btn01 > a > span {
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.btn01 > a:hover {
  text-decoration: none;
}

@media (any-hover: hover) {
  .btn01 > a:hover::before {
    opacity: 1;
  }
}

.btn01.type01 {
  min-width: 240px;
}

@media screen and (max-width: 1265px) {
  .btn01.type01 {
    min-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .btn01.type01 {
    width: 34.25vw;
  }
}

.btn01.type01 > a {
  padding: 6px 28px 8px;
  border: 2px solid #fff3a4;
  font-size: 2rem;
}

@media screen and (max-width: 1265px) {
  .btn01.type01 > a {
    padding: 6px 15px 8px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1035px) {
  .btn01.type01 > a {
    padding: 6px 8px 8px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 790px) {
  .btn01.type01 > a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .btn01.type01 > a {
    padding: 3vw 2vw 3.5vw 2vw;
    border-width: 0.5vw;
    font-size: 3.25vw;
    border-radius: 0;
    box-shadow: none;
    min-height: 12.5vw;
  }
}

.btn02 {
  display: block;
  padding: 10px 13px;
  background: #fff;
  border: 2px solid #3198eb;
  border-radius: 24px;
  width: 100%;
  text-align: center;
  transition: background 0.3s ease;
}

@media screen and (max-width: 767px) {
  .btn02 {
    padding: 2.5vw 3.25vw;
    border-width: 0.5vw;
    border-radius: 6vw;
  }
}

.btn02 span {
  position: relative;
  padding-left: 30px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #16144e;
}

@media screen and (max-width: 767px) {
  .btn02 span {
    padding-left: 7.5vw;
    font-size: 4.25vw;
  }
}

.btn02 span::before {
  content: '';
  display: block;
  background: url(../images/ic01.webp) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .btn02 span::before {
    width: 5.5vw;
    height: 5.5vw;
  }
}

@media (any-hover: hover) {
  .btn02:hover {
    background: #edf7ff;
  }
}

.pagetop01 {
  position: fixed;
  bottom: 22px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 99;
  display: none;
}

@media screen and (max-width: 767px) {
  .pagetop01 {
    bottom: 8vw;
    right: 5vw;
    width: 10vw;
    height: 10vw;
    box-shadow: 0 0 8.333px rgba(0, 0, 0, 0.25);
  }
}

.pagetop01 > a {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .pagetop01 > a {
    width: 10vw;
    height: 10vw;
  }
}

.pagetop01::before {
  content: '';
  display: block;
  background: url(../images/ic06.svg) no-repeat top/contain;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease;
}

@media (any-hover: hover) {
  .pagetop01:hover::before {
    background-image: url(../images/ic06_on.svg);
  }
}

/*# sourceMappingURL=common.css.map */
