<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 &amp; 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 {
  position: relative;
  width: 100%;
  max-width: 1760px;
  height: inherit;
  padding: 0 160px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 max(80px, 80px + 80 * (100vw - 1200px) / 239);
    max-width: max(900px, 900px + 860 * (100vw - 1200px) / 239);
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
  }
}

.blue {
  color: #008cd6;
}

.red {
  color: #e0797a;
}

.bg_green {
  background: #80ab6d;
}

.bg_red {
  background: #e0797a;
}

.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5f787));
  background: -webkit-linear-gradient(transparent 50%, #f5f787 50%);
  background: linear-gradient(transparent 50%, #f5f787 50%);
}

h2 {
  text-align: center;
}

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

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

a {
  -webkit-transition: opacity 0.3s;
  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 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #e07a7a;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.button_login {
  width: 160px;
  height: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.2em;
  background-color: #f2a93b;
  border-radius: 40px;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button_login:hover {
  background: #fff;
  color: #f2a93b;
  border: 2px solid #f2a93b;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .header-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-login-section {
    margin-left: auto;
  }
  .header-promo-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-promo-text {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 100%;
  }
  .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px 20px;
  }
  .header-login-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .button_login {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .button_login {
    width: 100px;
    height: 34px;
    line-height: 35px;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  footer .inner {
    padding: 0 20px;
  }
}
footer .footer_logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  footer .footer_logo a {
    margin-top: 19px;
  }
}
footer .footer_logo a img {
  width: 202px;
  height: auto;
  aspect-ratio: 202/68;
}
footer ul.footer_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  footer ul.footer_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  footer .footer_copy {
    padding-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_copy {
    margin-top: 10px;
  }
}
footer .footer_copy small {
  font-size: 12px;
  font-weight: bold;
  color: #b3b3b3;
}

.footer_fixed_btn_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_fixed_btn_wrap.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn_wrap {
    height: 190px;
  }
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 57px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 480px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn {
    width: max(350px, 350px + 130 * (100vw - 390px) / 1049);
    padding-bottom: max(7px, 7px + 50 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    padding: 0 0 20px;
    max-width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer_fixed_btn02 {
  justify-self: flex-end;
  width: 400px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn02 {
    width: max(160px, 160px + 240 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn02 {
    width: 140px;
    bottom: 94px;
    position: fixed;
  }
}

.close_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.close_btn:hover {
  opacity: 0.8;
}
.close_btn::before, .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 1px;
  background-color: #b3b3b3;
}
.close_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fv {
  width: 100vw;
  position: relative;
}
.fv .fv_btn_wrap {
  position: absolute;
  bottom: 6%;
  left: 11%;
}
@media screen and (max-width: 767px) {
  .fv .fv_btn_wrap {
    bottom: 2%;
    left: 50%;
    translate: -50%;
  }
}
.fv .fv_btn_wrap .cta {
  margin-top: 6px;
  width: 33.3333333333vw;
  aspect-ratio: 407/79;
}
@media screen and (max-width: 767px) {
  .fv .fv_btn_wrap .cta {
    width: 89.4871794872vw;
  }
}

main section.onayami {
  padding: 53px 0 33px;
  position: relative;
  background: #f7eded;
}
@media screen and (max-width: 1200px) {
  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;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
          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: #f7f4ed;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
          clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
}
main section.onayami .inner {
  position: relative;
  z-index: 2;
}
main section.onayami h2 {
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  main section.onayami h2 {
    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 h2 span {
  font-size: 48px;
  color: #e0797a;
}
@media screen and (max-width: 1200px) {
  main section.onayami h2 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 389px) {
  main section.onayami h2 span {
    font-size: max(24px, 24px + 11 * (100vw - 320px) / 69);
  }
}
main section.onayami .onayami01 {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  main section.onayami .onayami01 {
    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: 22px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  main section.onayami p {
    margin-top: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    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 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  main section.onayami p .large {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main section.onayami p + p {
  margin-top: 5px;
}
main section.about {
  padding: 29px 0 45px;
  position: relative;
  background: #f7eded;
}
@media screen and (max-width: 1200px) {
  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: 580px;
  height: auto;
  aspect-ratio: 580/163;
}
@media screen and (max-width: 1200px) {
  main section.about h2.logo {
    width: 274px;
  }
}
main section.about .bg_red {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 20px;
  margin-top: 41px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  main section.about .bg_red {
    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_red {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
main section.about .about_wrap {
  margin-top: 33px;
  position: relative;
  padding: 54px 20px 40px;
}
@media screen and (max-width: 1200px) {
  main section.about .about_wrap {
    margin-top: max(24px, 24px + 40 * (100vw - 390px) / 1049);
    padding: max(24px, 24px + 40 * (100vw - 390px) / 1049) 20px max(24px, 24px + 26 * (100vw - 390px) / 1049);
  }
}
main section.about .about_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/about_bg.webp) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section.about .about_wrap::before {
    background: url(../image/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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  main section.about .about_wrap .about_text {
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main section.about .about_wrap .about_text p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  main section.about .about_wrap .about_text p {
    font-size: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
main section.about .about_wrap .about_img01 {
  z-index: 2;
  position: relative;
  margin-top: 43px;
  width: 579px;
  height: auto;
  aspect-ratio: 430/138;
}
@media screen and (max-width: 767px) {
  main section.about .about_wrap .about_img01 {
    width: 271px;
    aspect-ratio: 271/87;
    margin-top: 24px;
  }
}
main section.about .about_wrap p.large {
  z-index: 2;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 27px;
}
@media screen and (max-width: 1200px) {
  main section.about .about_wrap p.large {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
main section.service {
  padding: 44px 0 80px;
  background: #f7f4ed;
}
@media screen and (max-width: 1200px) {
  main section.service {
    padding: max(24px, 24px + 40 * (100vw - 390px) / 1049) 0 max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service .inner {
    padding: 0 12px;
  }
}
main section.service h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: bold;
  font-size: 40px;
  color: #80ab6d;
}
@media screen and (max-width: 1200px) {
  main section.service h2 {
    font-size: max(20px, 20px + 20 * (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 span {
  display: inline-block;
  font-size: 48px;
  color: #e0797a;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  main section.service h2 span {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    padding-left: 5px;
  }
}
@media screen and (max-width: 389px) {
  main section.service h2 span {
    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: 1200px) {
  main section.service h2 img {
    width: max(175px, 175px + 185 * (100vw - 390px) / 1049);
  }
}
main section.service .service_img {
  max-width: 1120px;
  height: auto;
  aspect-ratio: 830/940;
  margin-top: 38px;
}
@media screen and (max-width: 1200px) {
  main section.service .service_img {
    margin-top: max(24px, 24px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service .service_img {
    width: 100%;
    aspect-ratio: 368/417;
  }
}
main section.service ul.service_list {
  margin-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list {
    margin-top: max(40px, 40px + 96 * (100vw - 390px) / 1049);
    gap: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li h3 {
    gap: 10px;
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li h3::before {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #e0797a;
  font-family: "IBM Plex Serif", serif;
  font-size: 97px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.2474226804px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li h3::before {
    -webkit-text-stroke-width: 3px;
    font-size: max(64px, 64px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .sp-center::before {
    margin-top: 15px;
  }
}
main section.service ul.service_list li p {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-left: 123px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-left: 93px;
  }
}
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 .service01_text_img {
  max-width: 737px;
  margin-top: 32px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service01_text_img {
    margin-top: max(19px, 19px + 13 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li .service01_text_img {
    aspect-ratio: 320/46;
    width: 320px;
  }
}
main section.service ul.service_list li ul.service01_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
  margin-top: 38px;
}
@media screen and (max-width: 1200px) {
  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 ul.service01_list img {
  width: 100%;
  height: 100%;
}
main section.service ul.service_list li p.title_bottom_text-small {
  font-size: 40px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 92px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service02_wrap {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    max-width: 450px;
    margin-inline: auto;
  }
}
main section.service ul.service_list li .service02_item:nth-of-type(2) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          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: 1200px) {
  main section.service ul.service_list li .service02_img {
    margin-top: 8px;
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    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: 1200px) {
  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;
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service03_img01 {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li .service03_img01::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 292px;
  height: 40px;
  background: #cdeac1;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service03_img01::after {
    bottom: -15px;
  }
}
main section.service ul.service_list li .service03_img02 {
  margin-top: 73px;
  max-width: 802px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service03_img02 {
    margin-top: max(64px, 64px + 28 * (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 .bg_white {
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .bg_white {
    font-size: max(8px, 8px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li .bg_white {
    margin-inline: auto;
  }
}
main section.service ul.service_list li .bg_white .free {
  display: inline-block;
  color: #fff;
  background: #e0797a;
  border-radius: 1px;
  font-size: 12px;
  padding: 1px 3px;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .bg_white .free {
    font-size: max(8px, 8px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li .bg_white .free {
    padding: 2px 4px;
  }
}
main section.service ul.service_list li .service04_img01 {
  margin-top: 30px;
  max-width: 802px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service04_img01 {
    margin-top: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li .service04_pitarou {
  margin-top: 55px;
  max-width: 332px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service04_pitarou {
    margin-top: max(15px, 15px + 1 * (100vw - 390px) / 1049);
    width: max(180px, 180px + 420 * (100vw - 390px) / 1049);
  }
}
main section.service ul.service_list li .service04_img02 {
  margin-top: 56px;
}
@media screen and (max-width: 1200px) {
  main section.service ul.service_list li .service04_img02 {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  main section.service ul.service_list li .service04_img02 {
    aspect-ratio: 362/357;
  }
}
main .service04-bottom {
  padding: 50px 0 60px;
}
@media screen and (max-width: 1200px) {
  main .service04-bottom {
    padding: 21px 0 23px;
  }
}
main .service04-bottom .service04_img03 {
  margin-top: 6px;
  max-width: 836px;
}
@media screen and (max-width: 1200px) {
  main .service04-bottom .service04_img03 {
    margin-top: max(1px, 1px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main .service04-bottom .service04_img03 {
    width: 100%;
  }
}
main .service04-bottom .service04_btn {
  display: block;
  margin-top: 50px;
  max-width: 480px;
}
@media screen and (max-width: 1200px) {
  main .service04-bottom .service04_btn {
    margin-top: 7px;
  }
}
main .bg-pink {
  background: #f4e2e2;
}
main section.thanks {
  padding: 40px 0 49px;
  position: relative;
  background: #f7eded;
}
@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;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
          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(../image/thanks_bg.webp) no-repeat center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
}
@media screen and (max-width: 767px) {
  main section.thanks .thanks_bg::before {
    background: url(../image/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.74);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
  z-index: 0;
}
main section.thanks .inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  main section.thanks .inner {
    padding: 0 7px;
  }
}
main section.thanks h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  main section.thanks h2 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.thanks h2 img {
  width: 579px;
  height: auto;
  margin-top: 23px;
  margin-left: 95px;
}
@media screen and (max-width: 1200px) {
  main section.thanks h2 img {
    margin-top: max(4px, 4px + 4 * (100vw - 390px) / 1049);
    margin-left: 0;
    width: max(206px, 206px + 384 * (100vw - 390px) / 1049);
  }
}
main section.thanks .thanks_img {
  width: 1003px;
  margin-top: 31px;
}
@media screen and (max-width: 1200px) {
  main section.thanks .thanks_img {
    margin-top: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
main section.new-service {
  padding: 90px 0 40px;
  background: #f7eded;
}
@media screen and (max-width: 1200px) {
  main section.new-service {
    padding: max(24px, 24px + 66 * (100vw - 390px) / 1049) 0;
  }
}
main section.new-service h2 {
  font-size: 48px;
  font-weight: bold;
  color: #008cd6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  gap: 14px;
}
@media screen and (max-width: 1200px) {
  main section.new-service h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.new-service h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main section.new-service h2 span.bg_red {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #e0797a;
  padding: 12px 60px;
  border-radius: 25.5px;
}
@media screen and (max-width: 1200px) {
  main section.new-service h2 span.bg_red {
    font-size: max(13px, 13px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.new-service h2 span.bg_red {
    padding: 5px 10px;
  }
}
main section.new-service h2 span {
  color: #e0797a;
  font-size: 52px;
}
@media screen and (max-width: 1200px) {
  main section.new-service h2 span {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.new-service h2 span {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main section.new-service ul.new-service_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68px;
}
@media screen and (max-width: 1200px) {
  main section.new-service ul.new-service_list {
    margin-top: max(12px, 12px + 36 * (100vw - 390px) / 1049);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.new-service ul.new-service_list li.new-service05 {
    aspect-ratio: 332/188;
  }
}
@media screen and (max-width: 767px) {
  main section.new-service ul.new-service_list li.new-service06 {
    aspect-ratio: 378/320;
  }
}
@media screen and (max-width: 767px) {
  main section.new-service ul.new-service_list li.new-service07 {
    aspect-ratio: 345/181;
  }
}
@media screen and (max-width: 767px) {
  main section.new-service ul.new-service_list li.new-service08 {
    aspect-ratio: 379/600;
  }
}
main section.new-service ul.new-service_list li.new-service09 div.blue {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin: -53px 0 40px;
}
@media screen and (max-width: 1200px) {
  main section.new-service ul.new-service_list li.new-service09 div.blue {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    margin: -20px 0 0;
  }
}
@media screen and (max-width: 389px) {
  main section.new-service ul.new-service_list li.new-service09 div.blue {
    font-size: max(22px, 22px + 2 * (100vw - 320px) / 69);
  }
}
main section.new-service ul.new-service_list li.new-service09 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  main section.new-service ul.new-service_list li.new-service09 ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
main section.new-service ul.new-service_list li.new-service09 .new-service09_img03 {
  max-width: 593px;
  height: auto;
  margin-top: 47px;
}
@media screen and (max-width: 1200px) {
  main section.new-service ul.new-service_list li.new-service09 .new-service09_img03 {
    margin-top: 12px;
    width: max(281px, 281px + 310 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.new-service ul.new-service_list li.new-service09 .new-service09_img03 {
    aspect-ratio: 265/98;
  }
}
main section.service-list {
  padding: 60px 0 70px;
  background: #f7f4ed;
}
@media screen and (max-width: 1200px) {
  main section.service-list {
    padding: max(24px, 24px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main section.service-list .inner {
    padding: 0 14px;
  }
}
main section.service-list .service-list_wrap {
  background: #fff;
  border: 2px solid #80ab6d;
  border-radius: 16px;
  padding: 30px 43px 46px;
}
@media screen and (max-width: 1200px) {
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  color: #80ab6d;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service-list_wrap h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.service-list .service-list_wrap h2 {
    font-size: max(22px, 22px + 2 * (100vw - 320px) / 69);
  }
}
main section.service-list .service-list_wrap h2 img {
  width: 368px;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service-list_wrap h2 img {
    width: 190px;
  }
}
@media screen and (max-width: 1200px) {
  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: 32px;
  font-weight: bold;
  color: #80ab6d;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  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: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service-list_wrap .service-list_main 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);
  }
}
@media screen and (max-width: 1200px) {
  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: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background: #008cd6;
  text-align: center;
  padding: 8px 45px 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
@media screen and (max-width: 1200px) {
  main section.service-list .service-list_wrap .service-list_new h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    padding: 3px 13px 10px;
  }
}
main section.service-list .service-list_wrap .service-list_new ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 39px;
}
@media screen and (max-width: 1200px) {
  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 {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service_list_wrap {
    margin-top: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service_list_wrap p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service_list_wrap p {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service_list_wrap p span.bg_yellow {
  display: inline-block;
  margin-top: 10px;
}
main section.service-list .service_list_wrap .service-list_img01 {
  margin-top: 55px;
  width: 831px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service_list_wrap .service-list_img01 {
    margin-top: max(16px, 16px + 48 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service-list .service_list_wrap .service-list_img01 {
    aspect-ratio: 343/209;
  }
}
main section.service-list .service_list_wrap .service-list_img01_text {
  text-align: center;
}
main section.service-list .service_list_wrap .service-list_img01_text span {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-top: -46px;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service_list_wrap .service-list_img01_text span {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main section.service-list .service_list_wrap .service-list_img01_text div {
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service_list_wrap .service-list_img01_text div {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: 24px;
  }
}
main section.service-list .service_list_wrap .service-list_img02 {
  max-width: 802px;
  height: auto;
  margin-top: -65px;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service_list_wrap .service-list_img02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main section.service-list .service_list_wrap .service-list_img02 {
    aspect-ratio: 363/206;
  }
}
main section.service-list .service_list_wrap .service-list_img03 {
  width: 996px;
  height: auto;
  margin-top: -63px;
}
@media screen and (max-width: 1200px) {
  main section.service-list .service_list_wrap .service-list_img03 {
    margin-top: max(16px, 16px + 48 * (100vw - 390px) / 1049);
    width: max(289px, 289px + 256 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.service-list .service_list_wrap .service-list_img03 {
    aspect-ratio: 289/154;
  }
}
main section.plan {
  padding: 33px 0 64px;
  background: #f7eded;
}
@media screen and (max-width: 1200px) {
  main section.plan {
    padding: max(24px, 24px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 389px) {
  main section.plan .inner {
    padding: 0 15px;
  }
}
main section.plan h2 {
  font-size: 64px;
  color: #e0797a;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  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: 48px;
  font-weight: 500;
  color: #a0d4ef;
}
@media screen and (max-width: 1200px) {
  main section.plan h2 span.en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.plan .plan_table {
  margin-top: 26px;
}
@media screen and (max-width: 1200px) {
  main section.plan .plan_table {
    margin-top: max(24px, 24px + 40 * (100vw - 390px) / 1049);
  }
}
main section.faq {
  padding: 0 0 60px;
  background: #f7eded;
}
@media screen and (max-width: 1200px) {
  main section.faq {
    padding: max(24px, 24px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main section.faq .inner {
    padding: 0;
    max-width: 100%;
  }
}
main section.faq h2 {
  font-size: 48px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  main section.faq h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main section.faq h2 {
    font-size: max(22px, 22px + 2 * (100vw - 320px) / 69);
  }
}
main section.faq h2 span.en {
  font-size: 48px;
  font-weight: 500;
  color: #a0d4ef;
}
@media screen and (max-width: 1200px) {
  main section.faq h2 span.en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main section.faq .faq_wrap {
  position: relative;
}
main section.faq ul.faq_list {
  margin-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1200px) {
  main section.faq ul.faq_list {
    margin-top: max(24px, 24px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.faq ul.faq_list {
    display: block;
    gap: 0;
  }
}
main section.faq ul.faq_list .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
main section.faq ul.faq_list .slick-slide {
  margin: 0 10px;
  height: auto;
}
main section.faq ul.faq_list li {
  background: #fff;
  border: 2px solid #008cd6;
  border-radius: 6px;
  padding: 16px 25px 60px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  main section.faq ul.faq_list li {
    padding: 10px 14px 17px;
  }
}
main section.faq ul.faq_list li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #008cd6;
  padding: 7px 30px 25px 30px;
  border-radius: 6px;
}
@media screen and (max-width: 1200px) {
  main section.faq ul.faq_list li h3 {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    padding: 14px 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq ul.faq_list li h3 {
    min-height: 5.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 389px) {
  main section.faq ul.faq_list li h3 {
    padding: 6px 8px;
  }
}
main section.faq ul.faq_list li p {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding: 13px 30px 0;
}
@media screen and (max-width: 1200px) {
  main section.faq ul.faq_list li p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  main section.faq ul.faq_list li p {
    min-height: 5.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 389px) {
  main section.faq ul.faq_list li p {
    padding: 6px 8px 0;
  }
}
main section.faq button.faq-prev,
main section.faq button.faq-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
main section.faq button.faq-prev img,
main section.faq button.faq-next img {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  main section.faq button.faq-prev,
  main section.faq button.faq-next {
    display: block;
  }
}
main section.faq button.faq-prev {
  left: 0;
}
main section.faq button.faq-next {
  right: 0;
}
main section.faq .cta {
  margin-top: 80px;
  width: 778px;
}
@media screen and (max-width: 1200px) {
  main section.faq .cta {
    margin-top: max(24px, 24px + 40 * (100vw - 390px) / 1049);
    width: max(350px, 350px + 57 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main section.faq .cta {
    aspect-ratio: 350/52;
  }
}</pre></body></html>