@charset "UTF-8";
/*
Theme Name: theme name
Description: description
Author:yashibous
Author URI: https://yashibous.com
*/
/* 
 * Reset
 * --------------------------
 */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
*,
::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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

/* 
 * Mixin
 * --------------------------
 */
/*
 * responsive.scss
 */
/*
 * text-setting.scss
 */
/* 
 * Base
 * --------------------------
 */
/*
 * base.scss
 */
body {
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシ＞ック", Arial, Verdana, sans-serif;
  font-weight: 500;
}

img {
  width: 100%;
  height: unset;
  vertical-align: bottom;
  object-fit: cover;
}

/*
 * function.scss
 */
/*
 * variables.scss
 */
/*
 * ビューポートサイズ
 */
/*
 * デザイン幅
 */
/*
 * デザイン幅
 */
/*
 * カラーパレット
 */
/* 
 * Module
 * --------------------------
 */
/*
 * layout.scss
 */
.layout03__item, .layout03__list, .layout02__text, .layout02__img, .layout01__block {
  border: 1px solid red;
  background-color: rgba(221, 221, 255, 0.5333333333);
  width: 100%;
  padding: 2rem;
}

.layout01 {
  height: 100%;
}
.layout01 .layout01__wrapper--horizontal, .layout01 .layout01__wrapper--vertical {
  display: flex;
  flex-wrap: nowrap;
  gap: 3%;
  height: 100%;
}
.layout01__wrapper--vertical {
  flex-direction: column;
}
.layout01__wrapper--horizontal {
  flex-direction: row;
}
.layout02__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 1.5625vw, 10px);
}
.layout02 .layout02__item--reverse, .layout02 .layout02__item {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.layout02__item {
  flex-direction: row;
}
.layout02__item--reverse {
  flex-direction: row-reverse;
}
.layout02__img {
  margin-left: auto;
  margin-right: auto;
  width: 32%;
}
.layout02__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1px, 2.5vw, 16px);
  line-height: 1.5;
  color: #333333;
  font-feature-settings: normal;
  text-align: center;
  width: 65%;
}

.layout03__list {
  display: flex;
  justify-content: space-between;
}
.layout03__item {
  width: 30%;
  height: 50%;
}
.layout03__item:nth-child(1) {
  margin-top: 0;
}
.layout03__item:nth-child(2) {
  margin-top: clamp(1px, 3.125vw, 20px);
}
.layout03__item:nth-child(3) {
  margin-top: clamp(1px, 6.25vw, 40px);
}

.layout04__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(1px, 1.5625vw, 10px);
}
.layout04__item {
  width: 100%;
  height: clamp(1px, 31.25vw, 200px);
  background-color: rgba(221, 221, 255, 0.5333333333);
}
@media screen and (min-width: 640px) {
  .layout04__item {
    width: 30%;
  }
}

.layout05__mainvisual {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.layout05__contents {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * parts.scss
 */
.clipped-shadow {
  width: 100%;
  height: 100%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.clipped-shadow > * {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  width: 100%;
  height: 100%;
}

/*
 * section.scss
 */
.section {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  /* セクションごとのレイアウト */
}
.section__inner {
  padding-left: clamp(1px, 3.125vw, 20px);
  padding-right: clamp(1px, 3.125vw, 20px);
}
.section__contents {
  padding-top: clamp(1px, 4.6875vw, 30px);
  padding-bottom: clamp(1px, 4.6875vw, 30px);
}
.section__title {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1px, 5vw, 32px);
  line-height: 1;
  color: #433F40;
  font-feature-settings: normal;
  text-align: center;
  padding-top: clamp(1px, 3.125vw, 20px);
  padding-bottom: clamp(1px, 3.125vw, 20px);
}
.section__image {
  width: 100%;
}
.section--faq {
  background-image: url(./image/faq_bg.png);
  background-size: 100%;
  background-repeat: repeat;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * sec.scss
 */
.sec11__text2, .sec08__text3, .sec07__text2, .sec06__item-text2, .sec04__text1, .sec03__text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 2.8125vw, 18px);
  line-height: 1.75;
  color: #000000;
  font-feature-settings: "palt";
  text-align: left;
}

.sec01__inner {
  background-image: url(./image/sec01_bg.webp);
  background-size: 100%;
  background-repeat: repeat;
}
.sec01__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 4.0625vw, 26px);
  padding: clamp(1px, 1.5625vw, 10px) clamp(1px, 3.125vw, 20px) clamp(1px, 1.5625vw, 10px) clamp(1px, 9.375vw, 60px);
}
.sec01__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 5.9375vw, 38px);
  line-height: 1;
  color: #333333;
  font-feature-settings: "palt";
  text-align: left;
  background-color: #ffffff;
  border: clamp(1px, 1.09375vw, 7px) solid #80B83F;
  border-radius: clamp(1px, 2.5vw, 16px);
  padding: clamp(1px, 2.1875vw, 14px) 0 clamp(1px, 1.5625vw, 10px) clamp(1px, 5vw, 32px);
  height: clamp(1px, 13.28125vw, 85px);
  position: relative;
}
.sec01__item::before {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  width: clamp(1px, 13.90625vw, 89px);
  height: clamp(1px, 13.90625vw, 89px);
  left: clamp(-64px, -10vw, 0px);
  top: clamp(-20px, -3.125vw, 0px);
}
.sec01__item:nth-child(1)::before {
  background-image: url(./image/sec01_item1.webp);
}
.sec01__item:nth-child(2)::before {
  background-image: url(./image/sec01_item2.webp);
}
.sec01__item:nth-child(3)::before {
  background-image: url(./image/sec01_item3.webp);
}
.sec01__item--num15 {
  width: clamp(1px, 6.40625vw, 41px);
  position: relative;
  top: clamp(1px, 0.3125vw, 2px);
}
.sec01__item--num30 {
  width: clamp(1px, 7.96875vw, 51px);
  position: relative;
  top: clamp(1px, 0.3125vw, 2px);
}
.sec01__box1 {
  background-image: linear-gradient(-22deg, #35B587 0%, #00A474 100%);
  width: 100%;
  height: clamp(1px, 30.9375vw, 198px);
  display: grid;
  place-content: center;
}
.sec01__title {
  width: clamp(1px, 90.46875vw, 579px);
  margin-left: auto;
  margin-right: auto;
}

.sec02 {
  background-image: url(./image/sec02_bg.webp);
  background-size: 100% 100%;
}

.sec02__box1 {
  border-radius: clamp(1px, 1.875vw, 12px);
  background-color: #ffffff;
  box-shadow: 0 0 clamp(1px, 0.9375vw, 6px) rgba(56, 54, 54, 0.7529411765);
  padding: clamp(1px, 3.125vw, 20px) 0;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec02__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 7.5vw, 48px);
  line-height: 1.2;
  color: #00A474;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: clamp(1px, 2.1875vw, 14px);
}

.sec02__list {
  display: flex;
  gap: clamp(1px, 1.25vw, 8px);
  justify-content: center;
}

.sec02__item {
  width: fit-content;
  padding: clamp(1px, 0.46875vw, 3px) clamp(1px, 1.5625vw, 10px) clamp(1px, 0.78125vw, 5px) clamp(1px, 7.96875vw, 51px);
  border-radius: clamp(1px, 2.34375vw, 15px);
  background-color: #00A474;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 4.0625vw, 26px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: right;
  position: relative;
}

.sec02__item::before {
  content: "";
  background-size: 100% 100%;
  position: absolute;
  left: clamp(1px, 1.25vw, 8px);
  top: clamp(1px, 0.9375vw, 6px);
}

.sec02__item:nth-child(1)::before {
  background-image: url(./image/sec02_item_icon1.webp);
  width: clamp(1px, 5.625vw, 36px);
  height: clamp(1px, 3.59375vw, 23px);
}

.sec02__item:nth-child(2)::before {
  background-image: url(./image/sec02_item_icon2.webp);
  width: clamp(1px, 4.6875vw, 30px);
  height: clamp(1px, 4.21875vw, 27px);
  left: clamp(1px, 1.875vw, 12px);
  top: clamp(1px, 0.625vw, 4px);
}

.sec02__item:nth-child(3)::before {
  background-image: url(./image/sec02_item_icon3.webp);
  width: clamp(1px, 5.46875vw, 35px);
  height: clamp(1px, 3.59375vw, 23px);
}

.sec02__img {
  width: clamp(1px, 62.5vw, 400px);
  margin-left: auto;
  margin-right: auto;
}

.sec03 {
  background-image: url(./image/sec03_bg.webp);
  background-size: 100% 100%;
}

.sec03__img1 {
  width: clamp(1px, 95.625vw, 612px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(-64px, -10vw, 0px);
}

.sec03__box1 {
  box-shadow: 1px 1px clamp(1px, 0.78125vw, 5px) rgba(0, 0, 0, 0.64);
  background-color: #ffffff;
  padding: clamp(1px, 8.75vw, 56px) 0 clamp(1px, 3.125vw, 20px);
}

.sec03__title {
  width: clamp(1px, 87.34375vw, 559px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 2.8125vw, 18px);
}

.sec03__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.5;
  color: #333333;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec03__list {
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec03__item-img {
  width: clamp(1px, 91.25vw, 584px);
  margin-left: auto;
  margin-right: auto;
}

.sec03__text2 {
  padding: 0 clamp(1px, 2.5vw, 16px);
}

.sec04__inner {
  padding-top: clamp(1px, 4.21875vw, 27px);
  padding-bottom: clamp(1px, 4.21875vw, 27px);
}

.sec04__img1 {
  width: clamp(1px, 92.65625vw, 593px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.25vw, 8px);
}

.sec04__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 11.5625vw, 74px);
  line-height: 0.9;
  color: #E9851E;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 0.95;
  margin-bottom: clamp(1px, 3.4375vw, 22px);
}

.sec04__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 8.75vw, 56px);
  line-height: "";
  color: #000000;
  font-feature-settings: "palt";
  text-align: center;
}

.sec04__list {
  display: flex;
  margin-right: clamp(-8px, -1.25vw, 0px);
  margin-left: clamp(-8px, -1.25vw, 0px);
  margin-bottom: clamp(1px, 1.71875vw, 11px);
}

.sec04__item {
  flex-basis: 50%;
}

.sec04__text1 {
  line-height: 1.7;
}

.sec05 {
  background-color: #BBDDEC;
}

.sec05__inner {
  padding-bottom: clamp(1px, 6.25vw, 40px);
}

.sec05__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 11.25vw, 72px);
  line-height: 1;
  color: #0058C4;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec05__title-sub {
  font-size: clamp(1px, 7.8125vw, 50px);
}

.sec05__list {
  display: flex;
  justify-content: center;
  gap: clamp(1px, 1.25vw, 8px);
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec05__item {
  background-color: #0058C4;
  border-radius: clamp(1px, 1.25vw, 8px);
  width: fit-content;
  padding: clamp(1px, 1.25vw, 8px) clamp(1px, 2.5vw, 16px) clamp(1px, 1.5625vw, 10px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 5.9375vw, 38px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
}

.sec05__img1 {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}

.sec05__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 4.6875vw, 30px);
  line-height: 1.6;
  color: #0058C4;
  font-feature-settings: normal;
  text-align: center;
}

.sec06__box1 {
  background-color: #00A474;
  padding-top: clamp(1px, 3.59375vw, 23px);
  padding-bottom: clamp(1px, 3.75vw, 24px);
}

.sec06__box2 {
  background-color: #CBE8DE;
}

.sec06__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 5vw, 32px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  border-top: clamp(1px, 0.3125vw, 2px) solid #ffffff;
  border-bottom: clamp(1px, 0.3125vw, 2px) solid #ffffff;
  padding-top: clamp(1px, 1.5625vw, 10px);
  padding-bottom: clamp(1px, 3.28125vw, 21px);
  margin-bottom: clamp(1px, 3.75vw, 24px);
}

.sec06__title {
  width: clamp(1px, 91.71875vw, 587px);
  margin-left: auto;
  margin-right: auto;
}

.sec06__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 6.875vw, 44px);
}

.sec06__item {
  background-color: #ffffff;
  box-shadow: clamp(1px, 0.3125vw, 2px) clamp(1px, 0.3125vw, 2px) clamp(1px, 1.5625vw, 10px) rgba(56, 54, 54, 0.65);
  padding: clamp(1px, 3.90625vw, 25px) clamp(1px, 3.125vw, 20px);
}

.sec06__item-icon1 {
  width: clamp(1px, 39.84375vw, 255px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(-40px, -6.25vw, 0px);
  position: relative;
  z-index: 2;
}

.sec06__item-img1 {
  width: clamp(1px, 86.09375vw, 551px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(-110px, -17.1875vw, 0px);
}

.sec06__item-img1.--sub {
  margin-bottom: clamp(-90px, -14.0625vw, 0px);
}

.sec06__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 8.75vw, 56px);
  line-height: 1.3;
  color: #E9851E;
  font-feature-settings: normal;
  text-align: center;
  text-shadow: clamp(1px, 0.9375vw, 6px) 0 clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), 0 clamp(1px, 0.9375vw, 6px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), clamp(-6px, -0.9375vw, 0px) 0 clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), 0 clamp(-6px, -0.9375vw, 0px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), clamp(-6px, -0.9375vw, 0px) clamp(-6px, -0.9375vw, 0px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), clamp(1px, 0.9375vw, 6px) clamp(1px, 0.9375vw, 6px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255);
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec06__item-title.--sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 7.5vw, 48px);
  line-height: 1.3;
  color: #E9851E;
  font-feature-settings: normal;
  text-align: center;
  text-shadow: clamp(1px, 0.46875vw, 3px) 0 clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), 0 clamp(1px, 0.46875vw, 3px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), clamp(-3px, -0.46875vw, 0px) 0 clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), 0 clamp(-3px, -0.46875vw, 0px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), clamp(-3px, -0.46875vw, 0px) clamp(-3px, -0.46875vw, 0px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255), clamp(1px, 0.46875vw, 3px) clamp(1px, 0.46875vw, 3px) clamp(1px, 0.625vw, 4px) rgb(255, 255, 255);
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec06__item-text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.6;
  color: #333333;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec06__item-text1 b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.6;
  color: #000000;
  font-feature-settings: "palt";
  text-align: left;
}

.sec06__item-text2 {
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec07 {
  background-image: url(./image/sec07_bg.webp);
  background-size: 100% 100%;
  padding-bottom: clamp(1px, 7.8125vw, 50px);
}

.sec07__title {
  width: clamp(1px, 94.53125vw, 605px);
  margin-left: auto;
  margin-right: auto;
}

.sec07__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 5vw, 32px);
  line-height: 1.2;
  color: #000000;
  font-feature-settings: normal;
  text-align: center;
  border-top: clamp(1px, 0.46875vw, 3px) solid #00A474;
  border-bottom: clamp(1px, 0.46875vw, 3px) solid #00A474;
  margin-bottom: clamp(1px, 6.25vw, 40px);
  padding: clamp(1px, 1.875vw, 12px) 0;
}

.sec07__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 6.25vw, 40px);
  margin-bottom: clamp(1px, 6.25vw, 40px);
}

.sec07__item-img1 {
  width: clamp(1px, 94.6875vw, 606px);
  margin-left: auto;
  margin-right: auto;
}

.sec07__text2 {
  line-height: 1.7;
}

.sec08 {
  padding-bottom: clamp(1px, 8.125vw, 52px);
}

.sec08__box1 {
  background-color: #00A474;
  padding-top: clamp(1px, 3.59375vw, 23px);
  padding-bottom: clamp(1px, 3.75vw, 24px);
}

.sec08__title {
  width: clamp(1px, 96.40625vw, 617px);
  margin-left: auto;
  margin-right: auto;
}

.sec08__list {
  background-image: url(./image/sec08_bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-top: clamp(1px, 2.1875vw, 14px);
  padding-bottom: clamp(1px, 12.5vw, 80px);
  margin-bottom: clamp(-54px, -8.4375vw, 0px);
}

.sec08__item-img1 {
  width: clamp(1px, 95.3125vw, 610px);
  margin-left: auto;
  margin-right: auto;
}

.sec08__box2 {
  filter: drop-shadow(clamp(1px, 0.3125vw, 2px) clamp(1px, 0.3125vw, 2px) clamp(1px, 0.46875vw, 3px) rgba(56, 54, 54, 0.65));
}
.sec08__box2 > * {
  clip-path: polygon(0 0, 100% 0, 100% clamp(1px, 15.9375vw, 102px), calc(50% + clamp(1px, 3.75vw, 24px)) clamp(1px, 15.9375vw, 102px), 50% 100%, calc(50% - clamp(1px, 3.75vw, 24px)) clamp(1px, 15.9375vw, 102px), 0 clamp(1px, 15.9375vw, 102px));
  width: 100%;
  height: 100%;
}

.sec08__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 10.625vw, 68px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  width: clamp(1px, 93.75vw, 600px);
  height: clamp(1px, 20.625vw, 132px);
  margin-left: auto;
  margin-right: auto;
  background-color: #E9851E;
  padding-bottom: 1em;
  padding-top: clamp(1px, 2.34375vw, 15px);
}

.sec08__text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 6.875vw, 44px);
  line-height: 1.3;
  color: #E9851E;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 3.59375vw, 23px);
}

.sec08__img1 {
  width: clamp(1px, 95.3125vw, 610px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}

.sec08__text3 {
  padding: 0 clamp(1px, 3.125vw, 20px);
}

.sec09__inner {
  background-color: #F2ECC9;
}

.sec09__box1 {
  background-color: #E9851E;
  padding: clamp(1px, 2.5vw, 16px) 0;
}

.sec09__title {
  width: clamp(1px, 93.90625vw, 601px);
  margin-left: auto;
  margin-right: auto;
}

.sec09__list {
  display: flex;
  flex-direction: column;
}

.sec09__item {
  background-image: url(./image/sec09_item_bg.webp);
  background-size: 100% 100%;
  padding: clamp(1px, 6.25vw, 40px) clamp(1px, 6.25vw, 40px) clamp(1px, 10.3125vw, 66px);
}

.sec09__item-img1 {
  width: clamp(1px, 60.3125vw, 386px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(-60px, -9.375vw, 0px);
}

.sec09__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 7.1875vw, 46px);
  line-height: 1.2;
  color: #D86740;
  font-feature-settings: "palt";
  text-align: center;
  text-shadow: clamp(1px, 0.625vw, 4px) 0 clamp(1px, 0.46875vw, 3px) rgb(255, 255, 255), 0 clamp(1px, 0.625vw, 4px) clamp(1px, 0.46875vw, 3px) rgb(255, 255, 255), clamp(-4px, -0.625vw, 0px) 0 clamp(1px, 0.46875vw, 3px) rgb(255, 255, 255), 0 clamp(-4px, -0.625vw, 0px) clamp(1px, 0.46875vw, 3px) rgb(255, 255, 255), clamp(-4px, -0.625vw, 0px) clamp(-4px, -0.625vw, 0px) clamp(1px, 0.46875vw, 3px) rgb(255, 255, 255), clamp(1px, 0.625vw, 4px) clamp(1px, 0.625vw, 4px) clamp(1px, 0.46875vw, 3px) rgb(255, 255, 255);
  margin-bottom: clamp(1px, 1.875vw, 12px);
}

.sec09__item-text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.6875vw, 30px);
  line-height: 1;
  color: #000000;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec09__list2 {
  display: flex;
  gap: clamp(1px, 0.625vw, 4px);
  justify-content: center;
  margin-bottom: clamp(1px, 3.75vw, 24px);
  margin-left: clamp(-20px, -3.125vw, 0px);
  margin-right: clamp(-20px, -3.125vw, 0px);
}

.sec09__item2 {
  background-color: #EDA23B;
  width: fit-content;
  padding: clamp(1px, 0.9375vw, 6px) clamp(1px, 3.90625vw, 25px) clamp(1px, 1.25vw, 8px);
  border-radius: clamp(1px, 4.0625vw, 26px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 6.09375vw, 39px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
}

.sec09__item2.--sub {
  padding: clamp(1px, 0.9375vw, 6px) clamp(1px, 3.125vw, 20px) clamp(1px, 1.25vw, 8px);
  font-size: clamp(1px, 5.625vw, 36px);
}

.sec09__item-text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 4.0625vw, 26px);
  line-height: 1.75;
  color: #333333;
  font-feature-settings: normal;
  text-align: left;
  padding-top: clamp(1px, 3.125vw, 20px);
  padding-left: clamp(1px, 1.5625vw, 10px);
  border-top: clamp(1px, 0.3125vw, 2px) dashed #E9851E;
}

.sec10 {
  background-image: url(./image/sec10_bg.webp);
  background-size: 100% 100%;
  padding-top: clamp(1px, 8.125vw, 52px);
  padding-bottom: clamp(1px, 7.1875vw, 46px);
}

.sec10__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 12.8125vw, 82px);
  line-height: 1;
  color: #00A474;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 6.875vw, 44px);
}

.sec10__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 15.625vw, 100px);
}

.sec10__item {
  background-color: #00A474;
  border: clamp(1px, 1.25vw, 8px) solid #00A474;
  border-radius: clamp(1px, 4.0625vw, 26px);
  position: relative;
}

.sec10__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: clamp(1px, 28.90625vw, 185px);
  height: 0;
  border-top: clamp(1px, 9.84375vw, 63px) solid #EDA23B;
  border-left: clamp(1px, 14.53125vw, 93px) solid transparent;
  border-right: clamp(1px, 14.53125vw, 93px) solid transparent;
  left: 0;
  right: 0;
  bottom: clamp(-90px, -14.0625vw, 0px);
  margin-left: auto;
  margin-right: auto;
}

.sec10__item-box1 {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #00A474;
  padding: clamp(1px, 1.09375vw, 7px) 0 clamp(1px, 2.34375vw, 15px) clamp(1px, 5.9375vw, 38px);
}

.sec10__item:nth-child(1) .sec10__item-icon {
  width: clamp(1px, 12.65625vw, 81px);
}

.sec10__item:nth-child(2) .sec10__item-icon {
  width: clamp(1px, 14.6875vw, 94px);
}

.sec10__item:nth-child(3) .sec10__item-icon {
  width: clamp(1px, 15.15625vw, 97px);
}

.sec10__item:nth-child(4) .sec10__item-icon {
  width: clamp(1px, 15.78125vw, 101px);
}

.sec10__item:nth-child(5) .sec10__item-icon {
  width: clamp(1px, 15vw, 96px);
}

.sec10__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 7.8125vw, 50px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt";
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec10__item-text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.7;
  color: #333333;
  font-feature-settings: "palt";
  text-align: left;
  padding: clamp(1px, 4.0625vw, 26px) clamp(1px, 3.125vw, 20px) clamp(1px, 3.75vw, 24px);
  background-color: #ffffff;
  border-radius: 0 0 clamp(1px, 2.8125vw, 18px) clamp(1px, 2.8125vw, 18px);
}

.sec10__box2 {
  padding-top: clamp(1px, 7.34375vw, 47px);
}

.sec10__text1 {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(1px, 0.46875vw, 3px);
}

.sec10__text1-sub1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 9.6875vw, 62px);
  line-height: 1.3;
  color: #00A474;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
}

.sec10__text1-sub1::before, .sec10__text1-sub1::after {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  width: clamp(1px, 6.71875vw, 43px);
  height: clamp(1px, 14.375vw, 92px);
  top: clamp(-5px, -0.78125vw, 0px);
}

.sec10__text1-sub1::before {
  background-image: url(./image/sec10__text1-sub1_before.webp);
  left: 0;
}

.sec10__text1-sub1::after {
  background-image: url(./image/sec10__text1-sub1_after.webp);
  right: 0;
}

.sec10__text1-sub2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 11.875vw, 76px);
  line-height: 1.3;
  color: #E9851E;
  font-feature-settings: normal;
  text-align: center;
}

.sec10__text1-sub3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 9.375vw, 60px);
  line-height: 1.3;
  color: #E9851E;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec10__img1 {
  margin-bottom: clamp(1px, 5vw, 32px);
}

.sec10__text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 7.34375vw, 47px);
  line-height: 1.4;
  color: #00A474;
  font-feature-settings: "palt";
  text-align: center;
  margin-left: clamp(-20px, -3.125vw, 0px);
  margin-right: clamp(-20px, -3.125vw, 0px);
}

.sec10__text3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 6.25vw, 40px);
  line-height: 1.4;
  color: #000000;
  font-feature-settings: "palt";
  text-align: center;
}

.sec11 {
  background-image: url(./image/sec11_bg1.webp), url(./image/sec11_bg2.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: top, bottom;
  padding-bottom: clamp(1px, 6.25vw, 40px);
}

.sec11__box1 {
  background-image: url(./image/sec11__box1_bg.webp);
  background-size: 100% 100%;
  padding-top: clamp(1px, 3.125vw, 20px);
  padding-bottom: clamp(1px, 7.8125vw, 50px);
}

.sec11__img1 {
  width: clamp(1px, 86.5625vw, 554px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 4.0625vw, 26px);
}

.sec11__title {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(1px, 4.6875vw, 30px);
  margin-right: clamp(-20px, -3.125vw, 0px);
  margin-left: clamp(-20px, -3.125vw, 0px);
}

.sec11__title-sub1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 8.75vw, 56px);
  line-height: 1.3;
  color: #EEE021;
  font-feature-settings: normal;
  text-align: center;
}

.sec11__title-sub2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 6.40625vw, 41px);
  line-height: 1.3;
  color: #EEE021;
  font-feature-settings: normal;
  text-align: center;
}

.sec11__box2 {
  background-image: url(./image/sec11__box2_bg.webp);
  background-size: clamp(1px, 73.90625vw, 473px) clamp(1px, 73.90625vw, 473px);
  background-repeat: no-repeat;
  background-position: center bottom;
  border: clamp(1px, 0.625vw, 4px) solid #ffffff;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec11__list {
  display: flex;
  flex-direction: column;
  padding: clamp(1px, 1.5625vw, 10px);
}

.sec11__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 4.84375vw, 31px);
  line-height: 1.5;
  color: #ffffff;
  font-feature-settings: "palt";
  text-align: left;
  position: relative;
  padding-top: clamp(1px, 1.5625vw, 10px);
  padding-bottom: clamp(1px, 2.34375vw, 15px);
  padding-left: clamp(1px, 9.375vw, 60px);
}

.sec11__item:before {
  position: absolute;
  content: "";
  background-image: url(./image/sec11__item_before.webp);
  background-size: 100% 100%;
  width: clamp(1px, 6.5625vw, 42px);
  height: clamp(1px, 5.625vw, 36px);
  left: clamp(1px, 0.625vw, 4px);
  top: clamp(1px, 2.5vw, 16px);
}

.sec11__item:not(:last-child) {
  border-bottom: clamp(1px, 0.3125vw, 2px) dashed #808080;
}

.sec11__img2 {
  width: clamp(1px, 26.875vw, 172px);
  margin-left: auto;
  margin-right: auto;
}

.sec11__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.5;
  color: #ffffff;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: clamp(1px, 4.6875vw, 30px);
}

.sec11__text1-sub {
  color: #EEE021;
  font-weight: 700;
}

.sec11__text2 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.65;
}

/*
 * mainvisual.scss
 */
.mainvisual {
  overflow: hidden;
  margin-bottom: -1px;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.mainvisual__image {
  vertical-align: bottom;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*
 * footer.scss
 */
.footer {
  width: 100%;
  max-width: 640px;
  background-color: #333333;
  margin-left: auto;
  margin-right: auto;
}

.footer__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.6875vw, 30px);
  line-height: 1.2;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.6;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: left;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.footer__copyright {
  border-top: solid clamp(1px, 0.3125vw, 2px) #ffffff;
  padding-top: clamp(1px, 3.125vw, 20px);
}

.footer__copyright-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 3.125vw, 20px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
}

/*
 * faq.scss
 */
.faq {
  height: auto;
  padding-top: clamp(1px, 1.5625vw, 10px);
}
.faq__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 9.375vw, 60px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  background-color: #E9851E;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(1px, 5.9375vw, 38px);
  padding-bottom: clamp(1px, 4.375vw, 28px);
}
.faq__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 3.75vw, 24px);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  display: block;
  margin-top: clamp(1px, 3.75vw, 24px);
  position: relative;
  width: fit-content;
  padding: 0 clamp(1px, 1.5625vw, 10px);
  margin-left: auto;
  margin-right: auto;
}
.faq__title-sub::before, .faq__title-sub::after {
  content: "";
  position: absolute;
  width: clamp(1px, 14.6875vw, 94px);
  height: clamp(1px, 0.3125vw, 2px);
  background-color: #ffffff;
  top: 50%;
}
.faq__title-sub::before {
  left: clamp(-110px, -17.1875vw, 0px);
}
.faq__title-sub::after {
  right: clamp(-110px, -17.1875vw, 0px);
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 4.6875vw, 30px);
}
.faq__item {
  box-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.faq__item-q {
  padding: clamp(1px, 6.5625vw, 42px) clamp(1px, 3.125vw, 20px) clamp(1px, 2.1875vw, 14px) clamp(1px, 17.1875vw, 110px);
  position: relative;
}
.faq__item-q.--oneline {
  padding: clamp(1px, 6.5625vw, 42px) clamp(1px, 3.125vw, 20px) clamp(1px, 3.75vw, 24px) clamp(1px, 17.1875vw, 110px);
}
.faq__item-q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 4.6875vw, 30px);
  line-height: 1.4;
  color: #E9851E;
  font-feature-settings: "palt";
}
.faq__item-q::before {
  content: "";
  background-image: url(./image/faq_icon_q.png);
  background-size: 100% 100%;
  position: absolute;
  top: clamp(1px, 5.9375vw, 38px);
  left: clamp(1px, 3.125vw, 20px);
  width: clamp(1px, 10.9375vw, 70px);
  height: clamp(1px, 10.9375vw, 70px);
}
.faq__item-q::after {
  content: "";
  width: clamp(1px, 74.375vw, 476px);
  height: 1px;
  border-bottom: clamp(1px, 0.3125vw, 2px) dotted #0A4489;
  position: absolute;
  left: clamp(1px, 17.1875vw, 110px);
  bottom: 0;
}
.faq__item-a {
  padding: clamp(1px, 2.8125vw, 18px) clamp(1px, 2.8125vw, 18px) clamp(1px, 4.6875vw, 30px) clamp(1px, 17.1875vw, 110px);
  position: relative;
}
.faq__item-a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1px, 4.0625vw, 26px);
  line-height: 1.75;
  color: #333333;
  font-feature-settings: normal;
}
.faq__item-a::before {
  content: "";
  background-image: url(./image/faq_icon_a.png);
  background-size: 100%;
  position: absolute;
  top: clamp(1px, 3.4375vw, 22px);
  left: clamp(1px, 5.78125vw, 37px);
  width: clamp(1px, 5.9375vw, 38px);
  height: clamp(1px, 5.78125vw, 37px);
}

/*
 * fixed.scss
 */
.fixed.show {
  display: block;
  opacity: 1;
  animation: showFixedArea 0.3s ease-in-out;
}

.fixed {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: clamp(1px, 23.75vw, 152px);
  display: none;
  opacity: 0;
}

@keyframes showFixedArea {
  from {
    display: none;
    opacity: 0;
  }
  3% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.fixed__inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
}

.fixed__btn-link {
  width: 50%;
  background-color: #FF910A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 5.9375vw, 38px);
  line-height: 1.2;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
}

.fixed__btn-link::before {
  content: "";
  background-image: url(./image/cta_button1_text2_before.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: clamp(1px, 7.8125vw, 50px);
  height: clamp(1px, 12.5vw, 80px);
}

.fixed__btn-link.--2 {
  background-color: #00B300;
}

.fixed__btn-link.--2::before {
  background-image: url(./image/cta_line_icon.png);
  width: clamp(1px, 11.40625vw, 73px);
  height: clamp(1px, 11.40625vw, 73px);
  margin-right: clamp(1px, 1.5625vw, 10px);
}

/*
 * cta.scss
 */
.cta {
  background-color: #00A474;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.cta__block {
  border-radius: clamp(1px, 5.3125vw, 34px);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(1px, 4.6875vw, 30px);
  padding-bottom: clamp(1px, 4.6875vw, 30px);
}

.cta__title {
  width: clamp(1px, 89.6875vw, 574px);
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}

.cta__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.5;
  color: #00A474;
  font-feature-settings: normal;
  text-align: center;
}

.cta__button1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(./image/cta_button1_bg.png);
  background-size: 100% 100%;
  width: clamp(1px, 85vw, 544px);
  height: clamp(1px, 40.78125vw, 261px);
}

.cta__button1-text1 {
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.5;
  font-weight: 900;
  color: #FFFFFF;
  text-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
}

.cta__button1-text2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 8.75vw, 56px);
  line-height: 1.2;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: right;
  width: fit-content;
  right: clamp(-20px, -3.125vw, 0px);
  text-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
  margin-bottom: clamp(1px, 1.25vw, 8px);
}

.cta__button1-text2::before {
  position: absolute;
  content: "";
  background-image: url(./image/cta_button1_text2_before.png);
  background-size: 100% 100%;
  width: clamp(1px, 8.125vw, 52px);
  height: clamp(1px, 9.21875vw, 59px);
  left: clamp(-50px, -7.8125vw, 0px);
  top: clamp(1px, 0.9375vw, 6px);
  text-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
}

.cta__button1-text3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 3.4375vw, 22px);
  line-height: 1.5;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  text-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
}

.cta__button1-text4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 3.125vw, 20px);
  line-height: 1.5;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  text-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
}

.cta__button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1px, 3.125vw, 20px);
  background-image: url(./image/cta_button2_bg.png);
  background-size: 100% 100%;
  width: clamp(1px, 85.3125vw, 546px);
  height: clamp(1px, 31.25vw, 200px);
}

.cta__button2-icon1 {
  width: clamp(1px, 12.1875vw, 78px);
}

.cta__button2-text1 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 4.6875vw, 30px);
  line-height: 1.4;
  color: #ffffff;
  font-feature-settings: "palt";
  text-align: center;
  text-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
}

.cta__button2-text1::before,
.cta__button2-text1::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  width: clamp(1px, 2.34375vw, 15px);
  height: clamp(1px, 5.46875vw, 35px);
  top: clamp(1px, 1.25vw, 8px);
}

.cta__button2-text1::before {
  background-image: url(./image/cta_button2_text1_before.svg);
  left: clamp(-6px, -0.9375vw, 0px);
}

.cta__button2-text1::after {
  background-image: url(./image/cta_button2_text1_after.svg);
  right: clamp(-6px, -0.9375vw, 0px);
}

.cta__button2-text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1px, 7.8125vw, 50px);
  line-height: 1.1;
  color: #ffffff;
  font-feature-settings: normal;
  text-align: center;
  text-shadow: 0 0 clamp(1px, 1.5625vw, 10px) rgba(0, 0, 0, 0.5);
}

/* 
 * Utility
 * --------------------------
 */
/*
 * util.scss
 */
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc {
    display: inherit;
  }
}

.box-shadow {
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.2);
  width: fit-content;
}

.box-bg-grad {
  background-image: linear-gradient(30deg, #E9851E, #ffffff 30%, #ffffff 70%, #E9851E);
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-accent {
  font-family: "Noto Sans JP", sans-serif;
  color: #E9851E;
  font-feature-settings: inherit;
}

.text-color--black {
  color: #333333;
}
.text-color--green {
  color: #218386;
}
.text-color--pink {
  color: #DC797E;
}
.text-color--orange {
  color: #FF8400;
}
.text-color--yellow {
  color: #FFFF80;
}

.text-deco-marker {
  background: linear-gradient(transparent 80%, rgba(255, 192, 2, 0.6666666667) 80%);
}

.text-deco-marker2 {
  background: linear-gradient(transparent 85%, rgba(255, 192, 2, 0.6666666667) 85%, rgba(255, 192, 2, 0.6666666667) 100%, transparent 100%);
}

.text-deco-dash--accent, .text-deco-dash {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 1.25vw, 8px);
}

.text-deco-dash--accent {
  text-decoration-color: #E9851E;
}

.text-deco-regular {
  font-feature-settings: inherit;
}

.text-deco-medium {
  font-feature-settings: inherit;
}

.text-deco-bold {
  font-feature-settings: inherit;
}

.text-deco-black {
  font-feature-settings: inherit;
}

.text-deco-underline--accent, .text-deco-underline {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 1.25vw, 8px);
}

.text-deco-underline--accent {
  text-decoration-color: #E9851E;
}

.text-deco-overdot--small, .text-deco-overdot--accent, .text-deco-overdot {
  position: relative;
}
.text-deco-overdot--small::after, .text-deco-overdot--accent::after, .text-deco-overdot::after {
  position: absolute;
  content: "・";
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #333333;
  font-feature-settings: "palt";
  top: -0.5em;
  left: 0.25em;
}

.text-deco-overdot--accent::after {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #E9851E;
  font-feature-settings: "palt";
}
.text-deco-overdot--small::after {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5em;
  line-height: 1;
  font-feature-settings: "palt";
  top: -0.3em;
  left: 0.8em;
}

.text-deco-wave {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 0.46875vw, 3px);
  text-decoration-color: #A27E8A;
}

.text-deco-wave2 {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 0.46875vw, 3px);
  text-decoration-color: #ff0000;
}

.text-shadow {
  text-shadow: clamp(1px, 0.46875vw, 3px) clamp(1px, 0.46875vw, 3px) clamp(1px, 0vw, 0px) #E9851E;
}
.text-shadow--blur {
  text-shadow: clamp(1px, 0.78125vw, 5px) clamp(1px, 0.78125vw, 5px) clamp(1px, 1.25vw, 8px) #E9851E, clamp(1px, 0.78125vw, 5px) clamp(-5px, -0.78125vw, 0px) clamp(1px, 1.25vw, 8px) #E9851E, clamp(-5px, -0.78125vw, 0px) clamp(1px, 0.78125vw, 5px) clamp(1px, 1.25vw, 8px) #E9851E, clamp(-5px, -0.78125vw, 0px) clamp(-5px, -0.78125vw, 0px) clamp(1px, 1.25vw, 8px) #E9851E;
}
.text-shadow--box {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: clamp(1px, 1.875vw, 12px);
  padding: clamp(1px, 1.25vw, 8px);
  box-shadow: inset clamp(1px, 0.46875vw, 3px) clamp(1px, 0.46875vw, 3px) clamp(1px, 3.125vw, 20px) #ffffff, inset clamp(-3px, -0.46875vw, 0px) clamp(-3px, -0.46875vw, 0px) clamp(1px, 3.125vw, 20px) #ffffff;
}

.text-num {
  font-size: 1.4em;
  font-feature-settings: "palt";
}

.text-fz60 {
  font-size: 0.6em;
}

.text-fz70 {
  font-size: 0.7em;
}

.text-fz80 {
  font-size: 0.8em;
}

.text-fz90 {
  font-size: 0.9em;
}

.text-fz110 {
  font-size: 1.1em;
}

.text-fz120 {
  font-size: 1.2em;
}

.text-fz130 {
  font-size: 1.3em;
}

.text-fz140 {
  font-size: 1.4em;
}

.text-fz150 {
  font-size: 1.5em;
}

.text-fz200 {
  font-size: 2em;
  line-height: 1.3;
}

.text-fz250 {
  font-size: 2.5em;
}

.mb_vw0 {
  margin-bottom: unset;
}

.mb_vw10 {
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}

.mb_vw20 {
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.mb_vw30 {
  margin-bottom: clamp(1px, 4.6875vw, 30px);
}

.mb_vw40 {
  margin-bottom: clamp(1px, 6.25vw, 40px);
}

.mb_vw50 {
  margin-bottom: clamp(1px, 7.8125vw, 50px);
}

.mb_vw60 {
  margin-bottom: clamp(1px, 9.375vw, 60px);
}

.mb_vw70 {
  margin-bottom: clamp(1px, 10.9375vw, 70px);
}

.mb_vw80 {
  margin-bottom: clamp(1px, 12.5vw, 80px);
}

.mb_vw90 {
  margin-bottom: clamp(1px, 14.0625vw, 90px);
}

.mb_vw100 {
  margin-bottom: clamp(1px, 15.625vw, 100px);
}

.plr_vw10 {
  padding-left: clamp(1px, 1.5625vw, 10px);
  padding-right: clamp(1px, 1.5625vw, 10px);
}

.plr_vw20 {
  padding-left: clamp(1px, 3.125vw, 20px);
  padding-right: clamp(1px, 3.125vw, 20px);
}

.plr_vw30 {
  padding-left: clamp(1px, 4.6875vw, 30px);
  padding-right: clamp(1px, 4.6875vw, 30px);
}

.plr_vw40 {
  padding-left: clamp(1px, 6.25vw, 40px);
  padding-right: clamp(1px, 6.25vw, 40px);
}

.plr_vw60 {
  padding-left: clamp(1px, 9.375vw, 60px);
  padding-right: clamp(1px, 9.375vw, 60px);
}

.nanameline--accent, .nanameline {
  position: relative;
}
.nanameline--accent::before, .nanameline::before {
  content: "";
  position: absolute;
  display: block;
  width: clamp(1px, 0.625vw, 4px);
  height: 100%;
  background-color: #333333;
  left: clamp(-20px, -3.125vw, 0px);
  bottom: -0.1em;
  transform: rotate(-40deg);
}
.nanameline--accent::after, .nanameline::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(1px, 0.625vw, 4px);
  height: 100%;
  background-color: #333333;
  right: clamp(-20px, -3.125vw, 0px);
  bottom: -0.1em;
  transform: rotate(40deg);
}

.nanameline--accent::before, .nanameline--accent::after {
  background-color: #E9851E;
  width: clamp(1px, 0.3125vw, 2px);
}
.nanameline--accent::before {
  left: -0.6em;
}
.nanameline--accent::after {
  right: -0.6em;
}

.fullwidth {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 640px;
}
@media screen and (min-width: 640px) {
  .fullwidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
  }
}

.grad--to-bottom {
  background-image: linear-gradient(to bottom, #00719C, #1E1B6D);
}
.grad--to-right {
  background-image: linear-gradient(to right, #00719C, #1E1B6D);
}

.num__15 {
  display: inline-block;
  background-image: url(./image/num_15.svg);
  background-size: 100% 100%;
  aspect-ratio: 41/34;
  margin-left: 1%;
  margin-right: 1%;
}

.num__30 {
  display: inline-block;
  background-image: url(./image/num_30.svg);
  background-size: 100% 100%;
  aspect-ratio: 51/35;
  margin-left: 1%;
  margin-right: 1%;
}

/*
 * animation.scss
 */
/* modaal */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-inner-wrapper {
  padding: clamp(1px, 4.6875vw, 30px) 0;
}

.modaal-container {
  width: 90%;
  max-width: 480px;
  border-radius: 30px;
}

.modaal-content-container {
  padding: clamp(1px, 4.6875vw, 30px);
}

/* 下からふわっと */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* キラッと */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(-180px, -28.125vw, 0px);
  background: rgba(255, 255, 255, 0.5333333333);
  width: clamp(1px, 4.6875vw, 30px);
  height: 100%;
  animation: shineanime 3s ease-in-out infinite;
  z-index: 30;
}

@keyframes shineanime {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */