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

html {
  margin: 0;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

a.default {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.default:hover {
  opacity: 50%;
}

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

.header {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.fv {
  background: url(../img/fv.jpg) no-repeat top/cover;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .fv {
    height: 100svh;
    background-position: left 25% top;
  }
}
.fv::before {
  content: "";
  background: url(../img/fv-deco.png) no-repeat top/contain;
  max-width: 587px;
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 14%;
  mix-blend-mode: hard-light;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .fv::before {
    width: 64%;
    left: 0;
    top: 15%;
    height: 80%;
  }
}
.fv .inner {
  width: min(90%, 1250px);
  margin: 0 auto;
  padding: 120px 0 396px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 93px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv .inner .main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 37px 47px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fv .inner .main {
    padding: 30px;
  }
}

.desc p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, -0.1428571429rem + 1.7857142857vw, 2rem);
  line-height: 200%;
  letter-spacing: 0.1em;
  color: #fff;
}

.sec01 {
  background-color: #2167ca;
  position: relative;
  z-index: 5;
}
.sec01::before {
  content: "";
  background: url(../img/deco01.png) no-repeat left/contain;
  max-width: 373px;
  width: 20%;
  height: 779px;
  position: absolute;
  left: 0;
  top: 149px;
  mix-blend-mode: hard-light;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec01::before {
    width: 34%;
    height: 500px;
    left: -10%;
    top: 10%;
  }
}
.sec01 .inner {
  padding: 296px 0 180px;
  width: min(90%, 1400px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec01 .inner {
    padding: 120px 0;
  }
}
.sec01 .inner > .desc {
  max-width: 856px;
  width: 90%;
  margin: 0 auto 112px;
}
@media only screen and (max-width: 767px) {
  .sec01 .inner > .desc {
    margin-bottom: 80px;
  }
}
.sec01 .inner .logo {
  text-align: center;
  margin-bottom: 202px;
}
@media only screen and (max-width: 767px) {
  .sec01 .inner .logo {
    margin-bottom: 80px;
  }
}
.sec01 .inner .box {
  border: 1px solid #fff;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.sec01 .inner .box .tit-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.6964285714rem + 0.6696428571vw, 1.5rem);
  line-height: 200%;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec01 .inner .box .tit-ja img {
  width: 34px;
  height: auto;
}
.sec01 .inner .box .desc p {
  font-size: clamp(1rem, 0.7142857143rem + 0.4464285714vw, 1.25rem);
}

.sec02 .inner,
.sec03 .inner {
  padding: 180px 0;
  width: min(90%, 1400px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec02 .inner,
  .sec03 .inner {
    padding: 120px 0 80px;
  }
}
.sec02 .inner .sec-title,
.sec03 .inner .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 104px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 127px;
}
.sec02 .inner .sec-title > img,
.sec03 .inner .sec-title > img {
  max-width: 380px;
  width: 28%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec02 .inner .sec-title > img,
  .sec03 .inner .sec-title > img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec02 .inner .sec-title,
  .sec03 .inner .sec-title {
    gap: 40px;
    margin-bottom: 80px;
  }
}
.sec02 .inner .sec-title .col-img,
.sec03 .inner .sec-title .col-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.sec02 .inner .sec-title .tit-ja,
.sec03 .inner .sec-title .tit-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.875rem, -0.5535714286rem + 3.7946428571vw, 4rem);
  line-height: 160%;
  color: #2167ca;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .sec02 .inner .sec-title .tit-ja .pc-hidden,
  .sec03 .inner .sec-title .tit-ja .pc-hidden {
    display: block;
  }
  .sec02 .inner .sec-title .tit-ja,
  .sec03 .inner .sec-title .tit-ja {
    line-height: 140%;
  }
}
.sec02 .inner .sec-title .tit-ja .f-40,
.sec03 .inner .sec-title .tit-ja .f-40 {
  font-size: clamp(1.25rem, -0.1785714286rem + 2.2321428571vw, 2.5rem);
  line-height: 100%;
}
.sec02 .inner .column,
.sec03 .inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023px) {
  .sec02 .inner .column,
  .sec03 .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec02 .inner .column.reverse,
.sec03 .inner .column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media print, screen and (max-width: 1023px) {
  .sec02 .inner .column.reverse,
  .sec03 .inner .column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec02 .inner .column .img,
.sec03 .inner .column .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 649px;
  width: 47%;
}
@media print, screen and (max-width: 1023px) {
  .sec02 .inner .column .img,
  .sec03 .inner .column .img {
    width: 100%;
    max-width: none;
  }
}
.sec02 .inner .column .text,
.sec03 .inner .column .text {
  max-width: 671px;
  width: 48%;
}
@media print, screen and (max-width: 1300px) {
  .sec02 .inner .column .text,
  .sec03 .inner .column .text {
    width: 69%;
  }
}
@media print, screen and (max-width: 1023px) {
  .sec02 .inner .column .text,
  .sec03 .inner .column .text {
    width: 100%;
    max-width: none;
  }
}
.sec02 .inner .column .text .tit-ja,
.sec03 .inner .column .text .tit-ja {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, -0.1785714286rem + 2.2321428571vw, 2.5rem);
  line-height: 160%;
  color: #313c45;
  margin-bottom: 8px;
}
.sec02 .inner .column .text .desc,
.sec03 .inner .column .text .desc {
  margin-bottom: 72px;
}
.sec02 .inner .column .text .desc p,
.sec03 .inner .column .text .desc p {
  color: #313c45;
  font-weight: 400;
}
.sec02 .inner .column .text .box,
.sec03 .inner .column .text .box {
  border: 1px solid #2167ca;
  padding: 56px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec02 .inner .column .text .box,
  .sec03 .inner .column .text .box {
    padding: 30px 20px;
  }
}
.sec02 .inner .column .text .box .tit-ja,
.sec03 .inner .column .text .box .tit-ja {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.9285714286rem + 0.8928571429vw, 2rem);
  line-height: 100%;
  text-align: center;
  color: #2167ca;
}
.sec02 .inner .column .text .box .list,
.sec03 .inner .column .text .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.sec02 .inner .column .text .box .list .item,
.sec03 .inner .column .text .box .list .item {
  background-color: #2167ca;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.3928571429rem + 1.3392857143vw, 2rem);
  line-height: 200%;
  text-align: center;
  color: #ffffff;
  padding: 16px;
}

.footer {
  background-color: #2167ca;
}
.footer .inner {
  width: min(70%, 872px);
  margin: 0 auto;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .footer .inner {
    width: 80%;
  }
}
.footer .inner .logo {
  margin-bottom: 172px;
}
@media only screen and (max-width: 767px) {
  .footer .inner .logo {
    margin-bottom: 80px;
  }
}
.footer .inner .desc {
  margin-bottom: 38px;
}
.footer .inner .deco {
  padding-left: 62px;
  margin-bottom: 74px;
}
.footer .inner .deco img {
  mix-blend-mode: hard-light;
}
.footer .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer .inner .info {
    gap: 20px;
  }
}
.footer .inner .info .desc {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.0625rem, 0.5625rem + 0.78125vw, 1.5rem);
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer .inner .info .desc .pc-hidden {
    display: block;
  }
}
.footer .inner .info .link {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.25rem, -0.1785714286rem + 2.2321428571vw, 2.5rem);
  color: #fff;
  font-weight: 600;
}
.footer .inner .info .link .f-24 {
  font-size: clamp(1rem, 0.4285714286rem + 0.8928571429vw, 1.5rem);
}
.footer .inner iframe {
  max-width: 100%;
  height: 431px;
}
@media only screen and (max-width: 767px) {
  .footer .inner iframe {
    height: 200px;
  }
}
.footer .copy {
  background-color: #fff;
  padding: 40px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, -0.1428571429rem + 1.7857142857vw, 2rem);
  line-height: 200%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .footer .copy {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .copy .back a {
  display: block;
  border: 2px solid #333;
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
.footer .copy .back-2 {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */