/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 1.5;
  list-style: none;
}

html, body {
  overflow-x: hidden;
}

body {
  color: #4B4B4B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: clip;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.en {
  font-family: "IBM Plex Serif", serif;
}

.mia {
  margin-inline: auto;
  max-width: 100%;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 161px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 24px;
  }
}

.blue {
  color: #008CD6;
}

.orange {
  color: #EF9F35;
}

.red {
  color: #E0797A;
}

.bg_blue {
  background: #008CD6;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #F5F787 60%);
}

h2 {
  text-align: center;
}

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

.cta02 a {
  width: 374px;
  display: block;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cta02 a {
    width: 224px;
    margin-top: 10px;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in-up {
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}
.fade-in-up.is-visible {
  transform: translateY(0);
}

.fade-in-left {
  transform: translateX(-100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-left.is-visible {
  transform: translateX(0);
}

.fade-in-right {
  transform: translateX(100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-right.is-visible {
  transform: translateX(0);
}

footer {
  padding-top: 38px;
}
footer .footer_logo a {
  width: fit-content;
  display: block;
  margin-inline: auto;
}
footer .footer_logo a img {
  width: 202px;
  height: auto;
  aspect-ratio: 202/68;
}
footer ul.footer_nav_list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  footer ul.footer_nav_list {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
}
footer ul.footer_nav_list li a {
  font-size: 12px;
  font-weight: bold;
  color: #b3b3b3;
}
footer .footer_copy {
  text-align: center;
  margin-top: 47px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  footer .footer_copy {
    padding-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_copy {
    margin-top: 29px;
  }
}
footer .footer_copy small {
  font-size: 12px;
  font-weight: bold;
  color: #b3b3b3;
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 20px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 338px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn {
    width: max(350px, 350px + -12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    padding: 0 0 10px;
    max-width: 90%;
    box-sizing: border-box;
  }
}

.footer_fixed_btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.fv {
  width: 100vw;
  position: relative;
}
.fv .fv_btn_wrap {
  position: absolute;
  bottom: 4%;
  right: 25%;
}
@media screen and (max-width: 1439px) {
  .fv .fv_btn_wrap {
    gap: max(20px, 20px + 5 * (100vw - 1025px) / 414);
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_btn_wrap {
    bottom: 2%;
    right: unset;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_btn_wrap {
    flex-direction: column;
    padding-top: 0;
  }
}
.fv .fv_btn_wrap .fv_banner {
  width: 24.23vw;
  height: auto;
  aspect-ratio: 349/87;
}
@media screen and (max-width: 1439px) {
  .fv .fv_btn_wrap .fv_banner {
    width: max(280px, 280px + 69 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_btn_wrap .fv_banner {
    width: 349px;
    max-width: 100%;
  }
}
.fv .fv_btn_wrap .cta {
  margin-top: 12px;
  width: 23.54vw;
  height: auto;
  aspect-ratio: 338/60;
}
@media screen and (max-width: 1439px) {
  .fv .fv_btn_wrap .cta {
    width: max(300px, 300px + 38 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_btn_wrap .cta {
    width: 350px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_btn_wrap .cta {
    aspect-ratio: 350/52;
    margin-top: 0;
  }
}

main section.onayami {
  padding: 64px 0 16px;
  position: relative;
  background: #f3f9fc;
}
@media screen and (max-width: 1439px) {
  main section.onayami {
    padding: max(32px, 32px + 32 * (100vw - 390px) / 1049) 0 24px;
  }
}
main section.onayami .onayami_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}
main section.onayami .onayami_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
main section.onayami .inner {
  position: relative;
  z-index: 2;
}
main section.onayami h2 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 389px) {
  main section.onayami h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main section.onayami .onayami01 {
  margin-top: 32px;
  width: 525px;
  height: auto;
  aspect-ratio: 525/380;
}
@media screen and (max-width: 1439px) {
  main section.onayami .onayami01 {
    width: max(325px, 325px + 200 * (100vw - 390px) / 1049);
    margin-top: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.onayami .onayami01 {
    aspect-ratio: 325/209;
  }
}
main section.onayami p {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  main section.onayami p {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.onayami p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main section.onayami p .large {
  margin-top: 8px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main section.onayami p .large {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main section.about {
  padding: 22px 0 64px;
  position: relative;
  background: #f3f9fc;
}
@media screen and (max-width: 1439px) {
  main section.about {
    padding: max(16px, 16px + 6 * (100vw - 390px) / 1049) 0 max(24px, 24px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.about {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main section.about .inner {
    padding: 0 5px;
  }
}
main section.about h2.logo {
  width: 379px;
  height: auto;
  aspect-ratio: 379/238;
}
@media screen and (max-width: 1439px) {
  main section.about h2.logo {
    width: max(268px, 268px + 340 * (100vw - 390px) / 1049);
  }
}
main section.about .bg_blue {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 20px;
  margin-top: 22px;
  max-width: 590px;
  border-radius: 2px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main section.about .bg_blue {
    margin-top: max(16px, 16px + 6 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 4 * (100vw - 390px) / 1049) max(6px, 6px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.about .bg_blue {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
main section.about .about_wrap {
  margin-top: 40px;
  position: relative;
  padding: 64px 20px 24px;
  max-width: 790px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main section.about .about_wrap {
    margin-top: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    padding: max(24px, 24px + 40 * (100vw - 390px) / 1049) 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  main section.about .about_wrap {
    padding-top: 50px;
    padding-bottom: 16px;
  }
}
main section.about .about_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/about_bg.webp) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section.about .about_wrap::before {
    background: url(../img/about_bg_sp.webp) no-repeat center/cover;
  }
}
main section.about .about_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.74);
  z-index: 1;
}
main section.about .about_wrap .about_text {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}
main section.about .about_wrap .about_text p {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main section.about .about_wrap .about_text p {
    font-size: max(13px, 13px + 5 * (100vw - 390px) / 1049);
  }
}
main section.about .about_wrap .about_img01 {
  z-index: 2;
  position: relative;
  margin-top: 40px;
  width: 332px;
  height: auto;
  aspect-ratio: 332/217;
}
@media screen and (max-width: 1439px) {
  main section.about .about_wrap .about_img01 {
    width: max(271px, 271px + 61 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.about .about_wrap .about_img01 {
    aspect-ratio: 271/87;
    margin-top: 15px;
  }
}
main section.about .about_wrap p.large {
  z-index: 2;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width: 1439px) {
  main section.about .about_wrap p.large {
    font-size: max(13px, 13px + 11 * (100vw - 390px) / 1049);
  }
}
main section.service {
  padding: 24px 0 104px;
  background: #f3f9fc;
}
@media screen and (max-width: 1439px) {
  main section.service {
    padding: max(24px, 24px + 40 * (100vw - 390px) / 1049) 0 41px;
  }
}
@media screen and (max-width: 767px) {
  main section.service .inner {
    padding: 0 12px;
  }
}
main section.service h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 40px;
  color: #008cd6;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main section.service h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    gap: max(1px, 1px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.service h2 {
    font-size: max(22px, 22px + 2 * (100vw - 320px) / 69);
  }
}
main section.service h2 img {
  width: 360px;
  height: auto;
  aspect-ratio: 360/64;
}
@media screen and (max-width: 1439px) {
  main section.service h2 img {
    width: max(175px, 175px + 185 * (100vw - 390px) / 1049);
  }
}
main section.service .service_img {
  width: 790px;
  height: auto;
  aspect-ratio: 790/703;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main section.service .service_img {
    width: max(365px, 365px + 425 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service .service_img {
    width: 100%;
    aspect-ratio: 365/319;
  }
}
main section.service ul.service_list {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list {
    margin-top: max(60px, 60px + 76 * (100vw - 390px) / 1049);
    gap: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li h3 {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li h3 {
    gap: 8px;
  }
}
main section.service ul.service_list li h3::before {
  color: rgba(0, 140, 214, 0.3);
  font-family: "IBM Plex Serif", serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
}
main section.service ul.service_list li h3 .small {
  font-size: 0.8em;
  font-feature-settings: "palt";
}
main section.service ul.service_list li:nth-of-type(1) h3::before {
  content: "01";
}
main section.service ul.service_list li:nth-of-type(2) h3::before {
  content: "02";
}
main section.service ul.service_list li:nth-of-type(3) h3::before {
  content: "03";
}
main section.service ul.service_list li:nth-of-type(4) h3::before {
  content: "04";
}
main section.service ul.service_list li:nth-of-type(5) h3::before {
  content: "05";
}
main section.service ul.service_list li:nth-of-type(6) h3::before {
  content: "06";
}
main section.service ul.service_list li .service01_text_img {
  width: 438px;
  height: auto;
  aspect-ratio: 438/56;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li .service01_text_img {
    width: max(320px, 320px + 118 * (100vw - 390px) / 1049);
    margin-top: max(15px, 15px + 17 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li .service01_text_img {
    aspect-ratio: 320/46;
  }
}
main section.service ul.service_list li ul.service01_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 66px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li ul.service01_list {
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-top: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li ul.service01_list {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-inline: auto;
  }
}
main section.service ul.service_list li p.title_bottom_text-small {
  font-size: 40px;
  font-weight: bold;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li p.title_bottom_text-small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li p.title_bottom_text {
  font-size: 32px;
  font-weight: bold;
  margin-top: 32px;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li p.title_bottom_text {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-top: max(8px, 8px + 24 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li .service02_wrap {
  margin-top: 66px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li .service02_wrap {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 450px;
    margin-inline: auto;
  }
}
main section.service ul.service_list li .service02_item:nth-of-type(2) {
  flex-shrink: 0;
}
main section.service ul.service_list li .service02_img {
  margin-top: 32px;
  width: min(55.1388888889vw, 794px);
  height: auto;
  aspect-ratio: 794/480;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li .service02_img {
    margin-top: 8px;
    width: 100%;
  }
}
main section.service ul.service_list li ul.service02_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1118px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li ul.service02_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li ul.service02_list {
    margin-top: 0;
  }
}
main section.service ul.service_list li ul.service02_list img {
  width: 100%;
  height: 100%;
}
main section.service ul.service_list li .service03_img01 {
  width: 818px;
  height: auto;
  aspect-ratio: 818/394;
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li .service03_img01 {
    width: max(375px, 375px + 443 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li .service03_img01::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 292px;
  height: 40px;
  background: #acdaf1;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li .service03_img01::after {
    bottom: -10px;
  }
}
main section.service ul.service_list li .service03_img02 {
  margin-top: 86px;
  width: 802px;
  height: auto;
  aspect-ratio: 802/318;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li .service03_img02 {
    margin-top: max(64px, 64px + 14 * (100vw - 390px) / 1049);
    width: max(354px, 354px + 448 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li .service03_img02 {
    aspect-ratio: 354/120;
  }
}
main section.service ul.service_list li .cta02 {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  main section.service ul.service_list li .cta02 {
    margin-top: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list .service04 picture {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list .service04 picture {
    margin-top: 30px;
  }
}
main section.service ul.service_list .service05 picture {
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list .service05 picture {
    margin-top: 30px;
  }
}
main section.service ul.service_list .service06 .service06_img01 {
  display: block;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list .service06 .service06_img01 {
    margin-top: 30px;
  }
}
main section.service ul.service_list .service06 .service06_img02 {
  margin-top: 52px;
  width: min(100%, 621px);
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list .service06 .service06_img02 {
    margin-top: 16px;
    width: 281px;
  }
}
main section.thanks {
  padding: 16px 0 61px;
  position: relative;
  background: #fff9f2;
}
@media screen and (max-width: 767px) {
  main section.thanks {
    padding: 30px 0 50px;
  }
}
main section.thanks .thanks_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}
main section.thanks .thanks_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/thanks_bg.webp) no-repeat center/cover;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media screen and (max-width: 767px) {
  main section.thanks .thanks_bg::before {
    background: url(../img/thanks_bg_sp.webp) no-repeat center/cover;
  }
}
main section.thanks .thanks_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.59);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  z-index: 0;
}
main section.thanks .inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  main section.thanks .inner {
    padding: 0 7px;
  }
}
main section.thanks h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1439px) {
  main section.thanks h2 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.thanks h2 img {
  width: 236px;
  height: auto;
  aspect-ratio: 236/128;
}
@media screen and (max-width: 1439px) {
  main section.thanks h2 img {
    width: max(180px, 180px + 56 * (100vw - 390px) / 1049);
  }
}
main section.thanks .thanks_img {
  width: 1086px;
  height: auto;
  aspect-ratio: 1086/276;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main section.thanks .thanks_img {
    width: max(375px, 375px + 711 * (100vw - 390px) / 1049);
    margin-top: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.thanks .thanks_img {
    aspect-ratio: 389/210;
  }
}
main section.service-list {
  padding: 64px 0;
  background: #fff9f2;
}
@media screen and (max-width: 1439px) {
  main section.service-list {
    padding: max(56px, 56px + 8 * (100vw - 390px) / 1049) 0 37px;
  }
}
@media screen and (max-width: 767px) {
  main section.service-list .inner {
    padding: 0 14px;
  }
}
main section.service-list .service-list_wrap {
  max-width: 650px;
  margin-inline: auto;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #008cd6;
  padding: 16px 40px 50px;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap {
    padding: 16px max(16px, 16px + 24 * (100vw - 390px) / 1049) max(16px, 16px + 34 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  color: #008cd6;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap h2 {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.service-list .service-list_wrap h2 {
    font-size: max(16px, 16px + 8 * (100vw - 320px) / 69);
  }
}
main section.service-list .service-list_wrap h2 img {
  width: 251px;
  height: auto;
  aspect-ratio: 251/158;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap h2 img {
    width: max(139px, 139px + 112 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap .service-list_main {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap .service-list_main {
    margin-top: max(12px, 12px + 28 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap .service-list_main h3 {
  font-size: 24px;
  font-weight: bold;
  color: #008cd6;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap .service-list_main h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap .service-list_main ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap .service-list_main ul {
    margin-top: max(28px, 28px + -12 * (100vw - 390px) / 1049);
    gap: max(12px, 12px + 4 * (100vw - 390px) / 1049) max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap .service-list_new {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap .service-list_new {
    margin-top: max(12px, 12px + 38 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap .service-list_new h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background: #ff8e2c;
  text-align: center;
  padding: 0px 18px 12px;
  width: fit-content;
  margin-inline: auto;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap .service-list_new h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap .service-list_new ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap .service-list_new ul {
    margin-top: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    gap: max(12px, 12px + 4 * (100vw - 390px) / 1049) max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service-list_wrap .service-list_new ul li {
  width: calc(50% - 8px);
}
@media screen and (max-width: 1439px) {
  main section.service-list .service-list_wrap .service-list_new ul li {
    width: calc(50% - max(4px, 4px + 4 * (100vw - 390px) / 1049));
  }
}
main section.plan {
  padding: 10px 0 64px;
  background: #fff9f2;
}
@media screen and (max-width: 1439px) {
  main section.plan {
    padding: 0 0 max(54px, 54px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.plan .inner {
    padding: 0 5px;
  }
}
main section.plan h2 {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}
@media screen and (max-width: 1439px) {
  main section.plan h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.plan h2 {
    font-size: max(22px, 22px + 2 * (100vw - 320px) / 69);
  }
}
main section.plan h2 span.en {
  font-size: 24px;
  font-weight: 500;
  color: #a0d4ef;
}
@media screen and (max-width: 1439px) {
  main section.plan h2 span.en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.plan .plan_table {
  margin-top: 32px;
  max-width: 680px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main section.plan .plan_table {
    margin-top: max(8px, 8px + 24 * (100vw - 390px) / 1049);
  }
}
main section.plan .cta {
  margin-top: 64px;
  width: 338px;
  height: auto;
  aspect-ratio: 338/60;
}
@media screen and (max-width: 1439px) {
  main section.plan .cta {
    margin-top: max(24px, 24px + 40 * (100vw - 390px) / 1049);
    width: max(350px, 350px + -12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.plan .cta {
    aspect-ratio: 350/52;
  }
}