@charset "UTF-8";
/*! destyle.css v3.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*/
  font-size: 0.625vw;
}

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

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

[type="radio"] {
  -webkit-appearance: radio;
  -moz-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 */
}

caption {
  text-align: left;
}

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

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

/* reset.css end */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* base.css start */
/* common */
section,
article {
  overflow-x: clip;
}

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

.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .pc-hidden {
    display: block;
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 16.3265306122vw;
  }
}

.inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .inner {
    max-width: 100%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-item {
  display: grid;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.bg-note {
  background-color: #fff;
  background-image: linear-gradient(to right, #edf0f5 1px, transparent 1px),
    linear-gradient(to bottom, #edf0f5 1px, transparent 1px);
  background-size: 24px 24px;
}

.f-18 {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .f-18 {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}

.f-16 {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .f-16 {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

.en-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #ff821a;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .en-ttl {
    font-size: 17px;
    font-size: 3.4693877551vw;
    margin-bottom: 2.0408163265vw;
  }
}

.ja-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #375077;
}
@media screen and (max-width: 980px) {
  .ja-ttl {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}

.dot li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #333;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .dot li {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding-left: 3.6734693878vw;
  }
}
.dot li::before {
  content: "●";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 8px;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  left: 0;
  color: #333;
}
@media screen and (max-width: 980px) {
  .dot li::before {
    font-size: 8px;
    font-size: 1.6326530612vw;
    top: 1.6326530612vw;
  }
}

.grad a,
.grad input {
  height: 80px;
  border-radius: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f8a560),
    to(#ff821a)
  );
  background: linear-gradient(to right, #f8a560 0%, #ff821a 100%);
  -webkit-box-shadow: 0px 5px 0px #be661e;
  box-shadow: 0px 5px 0px #be661e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  gap: 29px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .grad a,
  .grad input {
    height: 16.3265306122vw;
    -webkit-box-shadow: 0px 1.0204081633vw 0px #be661e;
    box-shadow: 0px 1.0204081633vw 0px #be661e;
    max-width: 73.4693877551vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    gap: 6.1224489796vw;
  }
}
.grad a svg,
.grad input svg {
  width: 26px;
  height: 26px;
}
.grad a:hover,
.grad input:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* base.css start */
/* 基本設定 */
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
  animation: fadeInDown 0.4s ease;
}
.header.is-scrolled .inner {
  padding: 15px 0;
}
@media screen and (max-width: 980px) {
  .header.is-scrolled .inner {
    padding: 3.0612244898vw 0;
  }
}
.header .inner {
  max-width: 1334px;
  padding: 11px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1142px) {
  .header .inner {
    width: 95%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 980px) {
  .header .inner {
    padding: 3.0612244898vw 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header .inner .logo {
  max-width: 150px;
  width: 30%;
}
@media screen and (max-width: 1142px) {
  .header .inner .logo {
    width: 18%;
  }
}
@media screen and (max-width: 980px) {
  .header .inner .logo {
    width: 24%;
  }
}
.header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .inner .logo a img {
  width: 100%;
  height: auto;
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .h_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 40%;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .header .inner .h_btn {
    width: 60%;
    gap: 1.6326530612vw;
  }
}
.header .inner .h_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 125px;
  width: 100%;
  height: 47px;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .header .inner .h_btn a {
    max-width: 27.5510204082vw;
    height: 9.5918367347vw;
    border-radius: 1.2244897959vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.header .inner .h_btn a.gray-link {
  background: #375077;
  -webkit-box-shadow: 0px 3px 0px #d9d9d9;
  box-shadow: 0px 3px 0px #d9d9d9;
}
@media screen and (max-width: 980px) {
  .header .inner .h_btn a.gray-link {
    -webkit-box-shadow: 0px 0.612244898vw 0px #d9d9d9;
    box-shadow: 0px 0.612244898vw 0px #d9d9d9;
  }
}
.header .inner .h_btn a.orange-link {
  background: #f08a34;
  -webkit-box-shadow: 0px 3px 0px #bf6e2a;
  box-shadow: 0px 3px 0px #bf6e2a;
}
@media screen and (max-width: 980px) {
  .header .inner .h_btn a.orange-link {
    -webkit-box-shadow: 0px 0.612244898vw 0px #bf6e2a;
    box-shadow: 0px 0.612244898vw 0px #bf6e2a;
  }
}
.header .inner .h_btn a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .header .inner .h_btn a:hover {
    -webkit-transform: translateY(0.612244898vw);
    transform: translateY(0.612244898vw);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* base.css start */
.footer .inner {
  padding: 58px 0 29px;
}
@media screen and (max-width: 980px) {
  .footer .inner {
    padding: 3.0612244898vw 0;
  }
}
.footer .inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}
.footer .inner .top p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #333;
}
.footer .inner .bottom {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .inner .bottom a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #333;
}
.footer .inner .bottom .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #333;
}
@media screen and (max-width: 980px) {
  .footer .inner .bottom .copy {
    font-size: 13px;
    font-size: 2.6530612245vw;
  }
}

/* content.css start */
.mv {
  position: relative;
  z-index: 4;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mv_img02.png);
  background-position: right -95px top -42px;
  background-repeat: no-repeat;
  background-size: 756px auto;
  z-index: -1;
}
.mv .inner {
  max-width: none;
  margin-left: 9.7364568082vw;
  margin-right: 11.3469985359vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 0 81px;
}
@media screen and (max-width: 980px) {
  .mv .inner {
    padding: 9.5918367347vw 0 16.3265306122vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    gap: 16.3265306122vw;
  }
}
.mv .inner .text .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-size: 32px;
  text-align: left;
  color: #1c2f4e;
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .sub {
    font-size: 22px;
    font-size: 4.4897959184vw;
    margin-bottom: 1.8367346939vw;
  }
}
.mv .inner .text .title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 5.8rem;
  line-height: 1.1206896552;
  font-size: 58px;
  text-align: left;
  color: #000;
  padding-left: 66px;
  margin-bottom: 19px;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .title {
    font-size: 28px;
    font-size: 5.7142857143vw;
    padding-left: 0;
    padding-top: 10.2040816327vw;
    margin-bottom: 3.8775510204vw;
  }
}
.mv .inner .text .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 56px;
  height: 100%;
  border-radius: 28px;
  background: #375077;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 21px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .title span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2.0408163265vw;
    height: 9.1836734694vw;
    font-size: 2rem;
    line-height: 2.25;
    font-size: 20px;
    font-size: 4.0816326531vw;
    border-radius: 5.7142857143vw;
    bottom: auto;
  }
}
.mv .inner .text .detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  font-size: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 21px;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .detail {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 4.0816326531vw;
  }
}
.mv .inner .text .detail .line {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ffec5d)
  );
  background: linear-gradient(transparent 60%, #ffec5d 60%);
}
.mv .inner .text .img {
  margin-bottom: 26px;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .img {
    margin-bottom: 5.306122449vw;
  }
  .mv .inner .text .img img {
    width: 100%;
    height: auto;
  }
}
.mv .inner .text .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 413px;
  width: 100%;
  height: 61px;
  border-radius: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  background: #f08a34;
  -webkit-box-shadow: 0px 3px 0px #bf6e2a;
  box-shadow: 0px 3px 0px #bf6e2a;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv .inner .text .btn a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv .inner > .img {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media screen and (max-width: 980px) {
  .mv .inner > .img img {
    width: 90%;
    height: auto;
  }
}

.sec02 {
  position: relative;
}
.sec02 .marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.sec02 .marquee__inner {
  display: inline-block;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
.sec02 .marquee__inner span {
  display: inline-block;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22.1815519766vw;
  margin-right: 100px;
}
@media screen and (max-width: 980px) {
  .sec02 .marquee__inner span {
    height: auto;
    margin-right: 20.4081632653vw;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.sec02::before {
  content: "";
  background: url(../images/kami.png) no-repeat center/contain;
  width: 98.4626647145vw;
  height: 591px;
  position: absolute;
  left: 2.4158125915vw;
  top: 100px;
}
@media screen and (max-width: 980px) {
  .sec02::before {
    top: 20.4081632653vw;
  }
}
.sec02 .inner {
  padding: 47px 0 180px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner {
    padding: 10.2040816327vw 0 20.4081632653vw;
  }
}
.sec02 .inner .title {
  margin-bottom: 66px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .title {
    margin-bottom: 12.2448979592vw;
  }
}
.sec02 .inner .title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 28px;
  text-align: center;
  color: #ff821a;
  margin-bottom: 31px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .title .sub {
    font-size: 2.4rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 6.1224489796vw;
  }
}
.sec02 .inner .title .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.2777777778;
  font-size: 36px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .title .catch {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.sec02 .inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .img {
    width: 90%;
    gap: 4.693877551vw;
    margin: auto;
  }
}
.sec02 .inner .img p {
  font-weight: 500;
  text-align: center;
}

.sec03 .inner {
  padding: 67px 0 69px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner {
    padding: 12.2448979592vw 0;
  }
}
.sec03 .inner .title {
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec03 .inner .title .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-size: 24px;
  text-align: center;
  color: #375077;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title .ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.sec03 .inner .title .ttl .f-32 {
  font-size: 32px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title .ttl .f-32 {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.sec03 .inner .title .ttl .c-orange {
  color: #f99746;
  text-decoration: underline;
}
.sec03 .inner .grid-item {
  grid-template-columns: 180px;
  grid-auto-flow: column;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.0816326531vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10.2040816327vw;
  }
}
.sec03 .inner .grid-item .item {
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px dotted #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  gap: 6px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item .item {
    width: 47%;
    border-radius: 4.0816326531vw;
    border: 0.4081632653vw dotted #333;
    padding-top: 2.0408163265vw;
    padding-bottom: 2.4489795918vw;
    gap: 1.2244897959vw;
  }
}
.sec03 .inner .grid-item .item .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  color: #375077;
  margin: auto 0;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item .item .text {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec03 .inner .grid-item .item img {
  margin-top: auto;
}
.sec03 .inner .grid-item.column2 {
  grid-template-columns: 1fr;
  max-width: 870px;
  width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 134px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item.column2 {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20.4081632653vw;
  }
}
.sec03 .inner .grid-item.column2 .item {
  border: none;
  gap: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item.column2 .item {
    width: 100%;
  }
}
.sec03 .inner .grid-item.column2 .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-size: 22px;
  text-align: left;
  color: #375077;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item.column2 .item .item-ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-bottom: 3.0612244898vw;
  }
}
.sec03 .inner .grid-item.column2 .item .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-size: 18px;
  text-align: left;
  color: #375077;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item.column2 .item .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 4.0816326531vw;
  }
}
.sec03 .inner .grid-item.column2 .item img {
  margin: 0 auto 15px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item.column2 .item img {
    margin-bottom: 3.0612244898vw;
  }
}
.sec03 .inner .grid-item.column2 .item .text {
  margin: 0 auto;
}
.sec03 .inner .grid-item.column2 .item .text p {
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item.column2 .item .text p {
    margin-bottom: 1.8367346939vw;
  }
}
.sec03 .inner .grid-item.column2 .item .text img {
  margin: auto;
}
.sec03 .inner .grid-item.column2 .item:last-child .text {
  text-align: left;
}
.sec03 .inner .grid-item.column2 .item:last-child::after {
  content: none;
}
.sec03 .inner .grid-item.column2 .item::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 51px;
  background: url(../images/arrow01.png) no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 45px);
}
@media screen and (max-width: 980px) {
  .sec03 .inner .grid-item.column2 .item::after {
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: auto;
    top: calc(100% + 6.1224489796vw);
    width: 12.2448979592vw;
    height: 10.4081632653vw;
  }
}
.sec03 .inner .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 2.5;
  font-size: 32px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: #375077;
  position: relative;
  z-index: 4;
  margin-bottom: 64px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .catch {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    font-size: 26px;
    font-size: 5.306122449vw;
    border-radius: 8.1632653061vw;
    margin-bottom: 12.2448979592vw;
    padding: 2.0408163265vw 0;
  }
}
.sec03 .inner .catch::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
  border-top: 74px solid #375077;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .catch::after {
    border-right: 8.5714285714vw solid transparent;
    border-left: 8.5714285714vw solid transparent;
    border-top: 15.1020408163vw solid #375077;
    top: calc(100% - 10.2040816327vw);
  }
}

.sec04 {
  background: #f6f8fb;
}
.sec04 .inner {
  padding: 80px 0;
}
@media screen and (max-width: 980px) {
  .sec04 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec04 .inner .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec04 .inner .swiper {
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .swiper {
    padding-bottom: 8.1632653061vw;
  }
}
.sec04 .inner .swiper .swiper-slide {
  width: 620px;
  border-radius: 20px;
  background: #fff;
  padding: 25px 30px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 540px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .swiper .swiper-slide {
    width: 100%;
    border-radius: 4.0816326531vw;
    padding: 5.1020408163vw 6.1224489796vw 6.1224489796vw;
    min-height: auto;
  }
}
.sec04 .inner .swiper .swiper-slide .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #375077;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .swiper .swiper-slide .num {
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-bottom: 1.0204081633vw;
  }
}
.sec04 .inner .swiper .swiper-slide .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-size: 24px;
  text-align: center;
  color: #375077;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .swiper .swiper-slide .item-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    margin-bottom: 2.0408163265vw;
  }
}
.sec04 .inner .swiper .swiper-slide .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin-bottom: 22px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .swiper .swiper-slide .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 4.0816326531vw;
  }
}
.sec04 .inner .swiper .swiper-slide .dot {
  margin-bottom: 22px;
}
.sec04 .inner .swiper .swiper-slide .img {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .swiper .swiper-slide .img {
    width: 80%;
    margin: auto;
  }
  .sec04 .inner .swiper .swiper-slide .img img {
    width: 100%;
    height: auto;
  }
}
.sec04 .inner .swiper .swiper-slide .img p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #375077;
  margin-bottom: 13px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .swiper .swiper-slide .img p {
    margin-bottom: 2.6530612245vw;
  }
}
.sec04 .inner .swiper-pagination {
  bottom: 0;
}
.sec04 .inner .swiper-pagination-bullet {
  background: #d8dbdf;
  opacity: 1;
}
.sec04 .inner .swiper-pagination-bullet-active {
  background: #375077;
}

.sec05 .inner {
  padding: 80px 0;
}
@media screen and (max-width: 980px) {
  .sec05 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec05 .inner .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec05 .inner .box {
  border-radius: 20px;
  background: #fff;
  border: 2px solid #375077;
  padding: 42px 60px 45px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box {
    border-radius: 4.0816326531vw;
    border-width: 0.4081632653vw;
    padding: 8.5714285714vw 12.2448979592vw 9.1836734694vw;
  }
}
.sec05 .inner .box .box-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-align: left;
  color: #375077;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .box-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 2.8571428571vw;
  }
}
.sec05 .inner .box .dot {
  margin-bottom: 31px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .dot {
    margin-bottom: 6.1224489796vw;
  }
}
.sec05 .inner .box .column {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec05 .inner .box .column.top {
  max-width: 774px;
  width: 100%;
  margin: auto auto 17px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .column.top {
    max-width: none;
    margin-bottom: 4.0816326531vw;
    gap: 12.2448979592vw;
  }
}
.sec05 .inner .box .column.top .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .column.top .item {
    gap: 4.0816326531vw;
  }
}
.sec05 .inner .box .column.top .item::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 29px;
  background: url(../images/arrow01.png) no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 112%;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .column.top .item::after {
    width: 6.9387755102vw;
    height: 5.9183673469vw;
    left: 0;
    right: 0;
    bottom: auto;
    top: calc(100% + 4.0816326531vw);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.sec05 .inner .box .column.top .item:last-child::after {
  content: none;
}
.sec05 .inner .box .column.top .item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #375077;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .column.bottom {
    gap: 4.0816326531vw;
  }
}
.sec05 .inner .box .column.bottom .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-size: 18px;
  text-align: left;
  color: #f99746;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box .column.bottom .text p {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec05 .inner .box > p {
  font-weight: 900;
  color: #f99746;
  text-align: center;
  margin-bottom: 53px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .box > p {
    margin-bottom: 10.2040816327vw;
  }
}

.sec06 {
  background-color: #375077;
}
.sec06 .inner {
  padding: 80px 0 85px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec06 .inner .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec06 .inner .title .ja-ttl,
.sec06 .inner .title .en-ttl {
  color: #fff;
}
.sec06 .inner .grid-item {
  grid-auto-flow: column;
  gap: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: number;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .grid-item {
    gap: 6.1224489796vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec06 .inner .grid-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 40px;
  counter-increment: number;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .grid-item .item {
    padding-top: 8.1632653061vw;
  }
}
.sec06 .inner .grid-item .item::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .grid-item .item::before {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.sec06 .inner .grid-item .item::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #ff821a;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 89%;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .grid-item .item::after {
    height: 1.0204081633vw;
  }
}
.sec06 .inner .grid-item .item img {
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .grid-item .item img {
    margin-bottom: 2.0408163265vw;
  }
}
.sec06 .inner .grid-item .item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.375;
  font-size: 16px;
  text-align: center;
  color: #fff;
  word-break: keep-all;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .grid-item .item p {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.sec06 .inner .grid-item .item:last-child::after {
  content: none;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .grid-item .item:nth-child(2n)::after {
    content: none;
  }
}

.sec07 .inner {
  padding: 80px 0 100px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner {
    padding: 16.3265306122vw 0 20.4081632653vw;
  }
}
.sec07 .inner .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec07 .inner .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-size: 18px;
  text-align: center;
  color: #333;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 6.1224489796vw;
  }
}

.sec08 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f7fb)
  );
  background: linear-gradient(to bottom, #fff 0%, #f4f7fb 100%);
}
.sec08 .inner {
  padding: 0 0 80px;
  /* faq */
}
@media screen and (max-width: 980px) {
  .sec08 .inner {
    padding: 0 0 16.3265306122vw;
  }
}
.sec08 .inner .title {
  margin-bottom: 54px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .title {
    margin-bottom: 6.1224489796vw;
  }
}
.sec08 .inner .title .en-ttl,
.sec08 .inner .title .ja-ttl {
  text-align: center;
}
.sec08 .inner .title .en-ttl::after {
  left: 0;
  right: 0;
  margin: auto;
}
.sec08 .inner .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 39px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list {
    gap: 4.0816326531vw;
    margin-bottom: 6.1224489796vw;
  }
}
.sec08 .inner .faq-list .item {
  border-radius: 20px;
  background: #fff;
  border: 2px solid #375077;
  padding: 15px 18px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item {
    border-radius: 4.0816326531vw;
    border: 0.4081632653vw solid #375077;
    padding: 3.0612244898vw 3.6734693878vw;
  }
}
.sec08 .inner .faq-list .item .question,
.sec08 .inner .faq-list .item .answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-size: 18px;
  text-align: left;
  color: #375077;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  gap: 12px;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .question,
  .sec08 .inner .faq-list .item .answer {
    font-size: 16px;
    font-size: 3.2653061224vw;
    gap: 2.4489795918vw;
  }
}
.sec08 .inner .faq-list .item .question::after,
.sec08 .inner .faq-list .item .answer::after {
  content: "＋";
  color: #375077;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .question::after,
  .sec08 .inner .faq-list .item .answer::after {
    font-size: 18px;
    font-size: 3.6734693878vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.sec08 .inner .faq-list .item .answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #333;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease-in;
  transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease-in;
}
.sec08 .inner .faq-list .item .answer::after {
  content: none;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item .answer {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.sec08 .inner .faq-list .item.active .question::after {
  content: "ー";
}
.sec08 .inner .faq-list .item.active .answer {
  max-height: 5000px;
  visibility: visible;
  opacity: 1;
  height: auto;
  padding-top: 16px;
  padding-bottom: 7px;
  -webkit-transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease-in;
  transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease-in;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .faq-list .item.active .answer {
    max-height: 1020.4081632653vw;
    padding-top: 3.2653061224vw;
    padding-bottom: 1.4285714286vw;
  }
}
.sec08 .inner .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
  color: #375077;
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .catch {
    font-size: 22px;
    font-size: 4.4897959184vw;
    margin-bottom: 7.1428571429vw;
  }
}

.sec09 .inner {
  padding: 75px 0 88px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec09 .inner .title {
  margin-bottom: 23px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .title {
    margin-bottom: 4.0816326531vw;
  }
}
.sec09 .inner .title .en-ttl,
.sec09 .inner .title .ja-ttl,
.sec09 .inner .title .description {
  text-align: center;
}
.sec09 .inner .title .en-ttl::after {
  right: 0;
  margin: auto;
}
.sec09 .inner .title .ja-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .title .ja-ttl {
    margin-bottom: 6.1224489796vw;
  }
}
.sec09 .inner .form {
  max-width: 700px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form {
    max-width: none;
  }
}
.sec09 .inner .form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .item {
    gap: 3.2653061224vw;
  }
}
.sec09 .inner .form .item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .item .ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec09 .inner .form .item .ttl span {
  margin-left: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #f76464;
  width: 43px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .item .ttl span {
    margin-left: 3.2653061224vw;
    font-size: 12px;
    font-size: 2.4489795918vw;
    width: 8.7755102041vw;
    height: 4.8979591837vw;
  }
}
.sec09 .inner .form .item .customcheck .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .item .customcheck .wpcf7-form-control {
    gap: 4.8979591837vw;
  }
}
.sec09 .inner .form .item .customcheck .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}
.sec09
  .inner
  .form
  .item
  .customcheck
  .wpcf7-form-control
  .wpcf7-list-item
  label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec09
    .inner
    .form
    .item
    .customcheck
    .wpcf7-form-control
    .wpcf7-list-item
    label {
    gap: 1.6326530612vw;
  }
}
.sec09
  .inner
  .form
  .item
  .customcheck
  .wpcf7-form-control
  .wpcf7-list-item
  label
  input[type="radio"] {
  display: none;
}
.sec09
  .inner
  .form
  .item
  .customcheck
  .wpcf7-form-control
  .wpcf7-list-item
  label
  input[type="radio"]:checked
  + .wpcf7-list-item-label::before {
  background-color: #fe8724;
}
.sec09
  .inner
  .form
  .item
  .customcheck
  .wpcf7-form-control
  .wpcf7-list-item
  label
  .wpcf7-list-item-label {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .sec09
    .inner
    .form
    .item
    .customcheck
    .wpcf7-form-control
    .wpcf7-list-item
    label
    .wpcf7-list-item-label {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec09
  .inner
  .form
  .item
  .customcheck
  .wpcf7-form-control
  .wpcf7-list-item
  label
  .wpcf7-list-item-label::before {
  position: relative;
  padding-left: 32px;
  height: 30px;
  line-height: 30px;
  background-color: #dedede;
  border-radius: 4px;
  display: inline-block;
  color: #333;
  margin-right: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .sec09
    .inner
    .form
    .item
    .customcheck
    .wpcf7-form-control
    .wpcf7-list-item
    label
    .wpcf7-list-item-label::before {
    padding-left: 6.5306122449vw;
    height: 6.1224489796vw;
    line-height: 6.1224489796vw;
    border-radius: 0.8163265306vw;
    margin-right: 3.0612244898vw;
  }
}
.sec09
  .inner
  .form
  .item
  .customcheck
  .wpcf7-form-control
  .wpcf7-list-item
  label
  .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  border: solid #fff;
  width: 16px;
  height: 12px;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(-45deg) scaleX(-1);
  transform: rotate(-45deg) scaleX(-1);
}
@media screen and (max-width: 980px) {
  .sec09
    .inner
    .form
    .item
    .customcheck
    .wpcf7-form-control
    .wpcf7-list-item
    label
    .wpcf7-list-item-label::after {
    left: 1.6326530612vw;
    top: 1.2244897959vw;
    width: 3.2653061224vw;
    height: 2.4489795918vw;
    border-width: 0 0.8163265306vw 0.8163265306vw 0;
  }
}
.sec09 .inner .form .item .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .item .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-top: 2.0408163265vw;
  }
}
.sec09 .inner .form .wpcf7-response-output {
  font-size: 14px;
  padding: 5px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .wpcf7-response-output {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 1.0204081633vw;
  }
}
.sec09 .inner .form input,
.sec09 .inner .form textarea {
  padding: 5px;
  background: #efefef;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form input,
  .sec09 .inner .form textarea {
    padding: 1.0204081633vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec09 .inner .form input {
  height: 55px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form input {
    height: 11.2244897959vw;
  }
}
.sec09 .inner .form .btn {
  margin-top: 103px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .btn {
    margin-top: 20.4081632653vw;
  }
}
.sec09 .inner .form .btn input {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f8a560),
    to(#ff821a)
  );
  background: linear-gradient(to right, #f8a560 0%, #ff821a 100%);
  text-align: center;
  height: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  max-width: 360px;
}
@media screen and (max-width: 980px) {
  .sec09 .inner .form .btn input {
    height: 16.3265306122vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    max-width: 73.4693877551vw;
  }
}

/* privacy */
.under-page .container {
  max-width: 980px;
  width: 90%;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .under-page .container {
    max-width: none;
    padding: 16.3265306122vw 0;
  }
}
.under-page .container .page-title {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .under-page .container .page-title {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 6.1224489796vw;
  }
}
.under-page .container p,
.under-page .container .wp-block-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .under-page .container p,
  .under-page .container .wp-block-list {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.under-page .container p:not(:last-of-type),
.under-page .container .wp-block-list:not(:last-of-type) {
  margin-bottom: 2rem;
}
.under-page .container h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
  .under-page .container h2 {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.under-page .container ul.wp-block-list:not(:last-of-type) {
  margin-bottom: 2rem;
}
.under-page .container ul.wp-block-list li {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 2rem;
}
.under-page .container ul.wp-block-list li::before {
  content: "⚫︎";
}
.under-page .container ul.wp-block-list li .wp-block-list:first-child {
  margin-top: 1em;
}
.under-page .container ol.wp-block-list {
  list-style: decimal;
  padding-left: 1.5em;
  margin-left: 0;
}
.under-page .container ol.wp-block-list:not(:last-of-type) {
  margin-bottom: 2rem;
}
.under-page .container ol.wp-block-list li {
  margin-bottom: 2rem;
}
.under-page .container ol.wp-block-list li .wp-block-list:first-child {
  margin-top: 1em;
} /*# sourceMappingURL=style.css.map */
