@charset "UTF-8";
/*----------------------------------------------------
import .scss file
----------------------------------------------------*/
/*! 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*/
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color: #333333;
  font-family: 'M PLUS 1p', sans-serif;
}

.yusei {
  font-family: 'M PLUS 1p', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Yusei Magic', sans-serif;
}

body .fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

body .fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/**
 * 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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

/**
 * 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;
  width: 100%;
}

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

.m-0 {
  margin-bottom: 0 !important;
}
/*----------------------------------------------------
_top.scss
----------------------------------------------------*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sp-only {
  display: none;
}

.wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.wrap .header {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px;
  background-color: #fff;
  z-index: 999;
  width: 100%;
}

.wrap .header .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .header .f-box .logo {
  max-width: 120px;
}

.wrap .header .f-box .txt-box {
  margin-left: 20px;
}

.wrap .header .f-box .txt-box .txt span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.wrap .header .f-box .txt-box .txt span:nth-child(1) {
  margin-bottom: 6px;
}

.wrap .header .header-line {
  max-width: 250px;
}

.wrap .pc-fv {
  padding-top: 108px;
}

.wrap .pc-fv .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap .txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #3a3f49;
  padding: 0 10px;
}

.wrap .ribon {
  margin-bottom: 8%;
}

.wrap .ribon .yusei {
  color: #fff;
  background-color: #1c96d4;
  font-size: 32px;
  text-align: center;
  padding: 8px 0;
}

.wrap .box-1 {
  background-color: #fff;
  position: relative;
}

.wrap .box-1 .logo {
  max-width: 80%;
  width: 100%;
  margin: 8% auto 0;
}

.wrap .box-1 .txt-1 {
  max-width: 90%;
  width: 100%;
  margin: 8% auto 0;
}

.wrap .box-1 .txt-2 {
  margin: 4% auto 0;
  width: 110%;
  position: relative;
  left: -5%;
}

.wrap .box-1 .txt-3 {
  max-width: 90%;
  width: 100%;
  margin: 4% auto 0;
}

.wrap .box-2 {
  position: relative;
}

.wrap .box-2 .txt-wrap {
  position: relative;
  top: -70px;
}

.wrap .box-2 .txt-wrap .bg-img {
  width: 110%;
  position: relative;
  left: -5%;
}

.wrap .box-2 .txt-wrap .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
}

.wrap .box-2 .img-2 {
  width: 36%;
  margin: 0 auto;
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.wrap .box-3 {
  position: relative;
  margin: 10% 0;
}

.wrap .box-3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .box-3 .flex .txt {
  margin: unset;
  margin-right: 4%;
}

.wrap .box-3 .flex .img-box {
  margin-left: 4%;
}

.wrap .box-3 .flex .img-box .pc-img {
  max-width: 400px;
}

.wrap .box-3 .leading {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 8%;
}

.wrap .box-3 .txt {
  margin: 4% auto;
}

.wrap .box-4 {
  position: relative;
}

.wrap .box-4 .mb-4 {
  margin-bottom: 4%;
}

.wrap .box-4 .img-1 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 8%;
}

.wrap .box-4 .cover {
  width: 40%;
  margin: 10% auto;
  background-color: #fdd23e;
  padding: 4%;
  border-radius: 10px;
}

.wrap .box-4 .cover .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10%;
}

.wrap .box-4 .txt-1 {
  max-width: 80%;
  width: 100%;
  margin: 10% auto;
}

.wrap .box-4 .txt-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 80%;
  width: 100%;
  margin: 10% auto;
}

.wrap .box-4 .flex-4 {
  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;
}

.wrap .box-4 .flex-4 .txt {
  margin: unset;
  margin-left: 4%;
}

.wrap .box-4 .flex-4 .img-1 {
  margin: unset;
  max-width: 350px;
}

.wrap .box-4 .flex-4 .txt-1,
.wrap .box-4 .flex-4 .txt-2 {
  max-width: 400px;
}

.wrap .box-4 .flex-4 .txt-1 {
  margin: unset;
  margin-left: 4%;
}

.wrap .box-4 .flex-4 .mr-4 {
  margin-right: 4%;
}

.wrap .box-4 .flex-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.wrap .box-4 .flex-5 .cover {
  max-width: 400px;
  padding: 2%;
}

.wrap .box-5 {
  position: relative;
}

.wrap .box-5 .pc-only {
  background-color: #eb9e14;
  text-align: center;
  padding: 40px;
  max-width: 80%;
  width: 100%;
  margin: 100px auto 0;
}

.wrap .box-5 .pc-only .cover {
  background-color: #fff;
  padding: 40px;
}

.wrap .box-5 .pc-only .cover .ttl {
  background-color: #1c96d4;
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  font-size: 30px;
  font-weight: 800;
  margin: 10px 0 70px;
}

.wrap .box-5 .pc-only .cover .ul {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.wrap .box-5 .pc-only .cover .ul .list {
  max-width: 350px;
  text-align: right;
}

.wrap .box-5 .pc-only .cover .ul .list:nth-child(odd) {
  margin: 0 auto 0 4%;
}

.wrap .box-5 .pc-only .cover .ul .list:nth-child(even) {
  margin: 0 4% 0 auto;
}

.wrap .box-5 .pc-only .cover .flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.wrap .box-5 .pc-only .cover .flex-1 .img-1 {
  max-width: 350px;
}

.wrap .box-5 .pc-only .cover .flex-1 .img-2 {
  max-width: 350px;
}

.wrap .box-6 .logo {
  max-width: 500px;
  width: 100%;
  margin: 8% auto 3%;
}

.wrap .box-6 .img-1 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.wrap .box-6 .flex {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.wrap .box-6 .flex .item {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 10% auto;
  padding: 2%;
  background-color: #fdd23e;
  border-radius: 10px;
}

.wrap .box-6 .flex .item .number {
  display: inline-block;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 50px;
  width: 50px;
}

.wrap .box-6 .flex .item .leading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #f08300;
  padding: 4% 0;
  border: 4px solid #fff;
  border-radius: 10px;
  margin-bottom: 4%;
  line-height: 40px;
}

.wrap .box-6 .flex .item .txt {
  text-align: left;
  font-size: 16px;
  line-height: 42px;
}

.wrap .box-7 .title-box {
  background-color: #1c96d4;
  text-align: center;
  padding: 2% 0;
  margin-bottom: 6%;
}

.wrap .box-7 .title-box .title {
  color: #fff;
  font-size: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 2% 0;
}

.wrap .box-7 .txt {
  text-align: left;
  padding: 0 8%;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10%;
}

.wrap .box-8 {
  position: relative;
}

.wrap .box-8 .img-1 {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 8%;
}

.wrap .box-8 .cover {
  position: relative;
  background-color: #eb9e14;
}

.wrap .box-8 .cover .flex {
  width: 90%;
  margin: 0 auto;
}

.wrap .box-8 .cover .flex .item {
  position: relative;
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  border: 4px solid #cae7f7;
  padding: 12% 4% 4%;
  margin: 12% auto 6%;
}

.wrap .box-8 .cover .flex .item:nth-child(1) {
  padding: 18% 4% 4%;
  margin-top: 0;
}

.wrap .box-8 .cover .flex .item:last-child {
  margin-bottom: 0;
}

.wrap .box-8 .cover .flex .item .leading {
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4f0b0e;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0;
  border-radius: 10px;
  border: 4px solid #fff;
}

.wrap .box-8 .cover .flex .item .leading img {
  max-width: 60px;
}

.wrap .box-8 .cover .flex .item .leading span {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.wrap .box-8 .cover .flex .item .txt {
  text-align: left;
  font-size: 4vw;
  line-height: 40px;
}

.wrap .box-8 .cover .flex .arrow {
  max-width: 12%;
  width: 100%;
  margin: 0 auto;
}

.wrap .box-8.mb-20 {
  max-width: 80%;
  width: 100%;
  margin: 0 auto 10%;
}

.wrap .box-8.mb-20 .cover {
  padding: 150px 20px;
}

.wrap .box-8.mb-20 .cover .flex .item {
  padding: 76px 15px 20px;
}

.wrap .box-8.mb-20 .cover .flex .item .txt {
  font-size: 20px;
}

.wrap .box-8.mb-20 .logo {
  width: 20%;
  margin: 0 auto;
  position: absolute;
  bottom: 0%;
  right: 0;
}

.wrap .box-8.mb-0 {
  max-width: 80%;
  width: 100%;
  margin: 0 auto 10%;
}

.wrap .box-8.mb-0 .cover {
  padding: 150px 20px;
}

.wrap .box-8.mb-0 .cover .flex .item {
  padding: 76px 15px 20px;
}

.wrap .box-8.mb-0 .cover .flex .item .step {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 64%;
}

.wrap .box-8.mb-0 .cover .flex .item .txt-box .name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #4f0b0e;
  margin-bottom: 4%;
}

.wrap .box-8.mb-0 .cover .flex .item .txt-box .txt {
  font-size: 20px;
}

.wrap .box-8.mb-0 .logo {
  width: 270px;
  margin: 0 auto;
  position: absolute;
  bottom: 0%;
  right: 0;
}

.wrap .box-9 {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.wrap .box-9 .img-1 {
  max-width: 300px;
  width: 100%;
  margin: 15% auto;
}

.wrap .box-9 .swiper {
  padding: 0 50px;
  overflow: visible;
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}

.wrap .box-9 .swiper .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.wrap .box-9 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

.wrap .box-9 .swiper .swiper-wrapper .swiper-slide .age {
  position: absolute;
  top: -42px;
  left: 2%;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #6fc0e7;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}

.wrap .box-9 .swiper .swiper-wrapper .swiper-slide .txt {
  text-align: left;
  border: 2px solid #c3c4c4;
  border-radius: 10px;
  padding: 4%;
  font-size: 20px;
}

.wrap .box-9 .swiper .swiper-button-prev,
.wrap .box-9 .swiper .swiper-button-next {
  background-color: #f3c91e;
  top: 0 !important;
  margin-top: 0 !important;
  height: 100% !important;
}

.wrap .box-9 .swiper .swiper-button-prev:after,
.wrap .box-9 .swiper .swiper-button-next:after {
  color: #fff;
  font-size: 24px;
}

.wrap .box-9 .swiper .swiper-button-next {
  right: 0 !important;
}

.wrap .box-9 .swiper .swiper-button-prev {
  left: 0 !important;
}

.wrap .box-10 {
  margin-top: 15%;
}

.wrap .box-10 .img-1 {
  max-width: 300px;
  width: 100%;
  margin: 8% auto;
}

.wrap .box-10 .qa-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.wrap .box-10 .qa-list dl {
  position: relative;
  margin-bottom: 10%;
  padding: 28px 0 28px 10px;
  cursor: pointer;
  border-top: 2px solid #f08300;
  border-bottom: 2px solid #f08300;
}

.wrap .box-10 .qa-list dl.open dt::before {
  top: 40%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wrap .box-10 .qa-list dl.open dd {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wrap .box-10 .qa-list dl dt {
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .box-10 .qa-list dl dt::before {
  position: absolute;
  top: 25%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #f08300;
  border-right: 2px solid #f08300;
}

.wrap .box-10 .qa-list dl dt span {
  display: inline-block;
}

.wrap .box-10 .qa-list dl dt .q-img {
  width: 50px;
  margin-right: 15px;
}

.wrap .box-10 .qa-list dl dt .q-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #4f0b0e;
  padding-right: 45px;
  max-width: 100%;
  width: 100%;
}

.wrap .box-10 .qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 10% 0 0;
}

.wrap .box-10 .qa-list dl dd .a-img {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
}

.wrap .box-10 .qa-list dl dd .a-txt {
  color: #000;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding-right: 20px;
}

.wrap .footer {
  margin-top: 10%;
}

.wrap .footer .logo {
  max-width: 300px;
  width: 100%;
  margin: 8% auto 4%;
}

.wrap .footer .footer-box {
  color: #fff;
  background-color: #3c4449;
  padding: 40px 0;
}

.wrap .footer .footer-box .f-box {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.wrap .footer .footer-box .f-box:last-child {
  margin-bottom: 0;
}

.wrap .footer .footer-box .f-box .name {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}

.wrap .footer .footer-box .f-box .name::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 80%;
  height: 2px;
  background-color: #fff;
}

.wrap .footer .footer-box .f-box .txt-1 {
  margin-top: 10px;
}

.wrap .footer .footer-box .f-box .txt-2 {
  margin-top: 8px;
}

.wrap .line {
  position: fixed;
  bottom: 0%;
  right: -10px;
  max-width: 100px;
  width: 80%;
  z-index: 99;
}

@media screen and (min-width: 500px) {
  .wrap .box-1 .txt-2 {
    margin: 4% auto 0;
    width: 100% !important;
    position: relative;
    left: 0% !important;
  }
  .wrap .box-3 .img-1 {
    position: relative;
    left: 0% !important;
    width: 100% !important;
  }
  .wrap .box-8 .cover .flex {
    top: 20% !important;
  }
  .wrap .box-8 .cover .flex .item .step {
    top: -22% !important;
  }
}

@media screen and (max-width: 780px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .wrap .txt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #3a3f49;
    padding: 0 10px;
  }
  .wrap .ribon {
    margin-bottom: 8%;
  }
  .wrap .ribon .yusei {
    color: #fff;
    background-color: #1c96d4;
    font-size: 32px;
    text-align: center;
    padding: 8px 0;
  }
  .wrap .box-1 {
    background-color: #fff;
    position: relative;
  }
  .wrap .box-1 .logo {
    max-width: 80%;
    width: 100%;
    margin: 8% auto 0;
  }
  .wrap .box-1 .txt-1 {
    max-width: 90%;
    width: 100%;
    margin: 8% auto 0;
  }
  .wrap .box-1 .txt-2 {
    margin: 4% auto 0;
    width: 110%;
    position: relative;
    left: -5%;
  }
  .wrap .box-1 .txt-3 {
    max-width: 90%;
    width: 100%;
    margin: 4% auto 0;
  }
  .wrap .box-2 {
    position: relative;
  }
  .wrap .box-2 .txt-wrap {
    position: relative;
    top: -70px;
  }
  .wrap .box-2 .txt-wrap .bg-img {
    width: 110%;
    position: relative;
    left: -5%;
  }
  .wrap .box-2 .txt-wrap .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
  }
  .wrap .box-2 .img-2 {
    width: 36%;
    margin: 0 auto;
    position: absolute;
    bottom: 68px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .wrap .box-3 {
    position: relative;
    padding-bottom: 45%;
  }
  .wrap .box-3 .leading,
  .wrap .box-3 .txt-1 {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .wrap .box-3 .txt-1 {
    margin: 8% auto;
  }
  .wrap .box-3 .img-1 {
    position: relative;
    left: -10%;
    width: 120%;
    margin-top: 4%;
  }
  .wrap .box-3 .img-2 {
    position: absolute;
    bottom: 0;
  }
  .wrap .box-4 {
    position: relative;
    padding-bottom: 34%;
  }
  .wrap .box-4 .img-1 {
    max-width: 90%;
    width: 100%;
    margin: 0 auto 8%;
  }
  .wrap .box-4 .txt-1 {
    max-width: 80%;
    width: 100%;
    margin: 10% auto;
  }
  .wrap .box-4 .cover {
    width: 90%;
    margin: 10% auto;
    background-color: #fdd23e;
    padding: 8%;
    border-radius: 10px;
  }
  .wrap .box-4 .cover .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10%;
  }
  .wrap .box-4 .txt-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 80%;
    width: 100%;
    margin: 10% auto;
  }
  .wrap .box-5 {
    position: relative;
  }
  .wrap .box-5 .bg-img {
    width: 110%;
    position: relative;
    left: -5%;
  }
  .wrap .box-5 .cover {
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 86%;
    padding: 4%;
    background-color: #fff;
  }
  .wrap .box-5 .cover .flex {
    margin-top: 8%;
  }
  .wrap .box-5 .cover .txt-3 {
    margin: 8% 0 4%;
  }
  .wrap .box-6 .logo {
    max-width: 80%;
    width: 100%;
    margin: 8% auto;
  }
  .wrap .box-6 .flex {
    display: block;
  }
  .wrap .box-6 .flex .item {
    position: relative;
    width: 90%;
    margin: 10% auto;
    padding: 4%;
    background-color: #fdd23e;
    border-radius: 10px;
  }
  .wrap .box-6 .flex .item .number {
    display: inline-block;
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 50px;
    width: 12%;
  }
  .wrap .box-6 .flex .item .leading {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #f08300;
    padding: 4% 0;
    border: 4px solid #fff;
    border-radius: 10px;
    margin-bottom: 4%;
    line-height: 40px;
  }
  .wrap .box-6 .flex .item .txt {
    text-align: left;
    font-size: 16px;
    line-height: 42px;
  }
  .wrap .box-7 .title-box {
    background-color: #1c96d4;
    text-align: center;
    padding: 2% 0;
    margin-bottom: 6%;
  }
  .wrap .box-7 .title-box .title {
    color: #fff;
    font-size: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding: 2% 0;
  }
  .wrap .box-7 .txt {
    text-align: left;
    padding: 0 8%;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 10%;
  }
  .wrap .box-8 {
    position: relative;
  }
  .wrap .box-8 .img-1 {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 15%;
  }
  .wrap .box-8 .bg-1 {
    width: 110%;
    position: relative;
    left: -5%;
  }
  .wrap .box-8 .cover {
    position: relative;
    background-color: #eb9e14;
  }
  .wrap .box-8 .cover .flex {
    width: 90%;
    margin: 0 auto;
  }
  .wrap .box-8 .cover .flex .item {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 4px solid #cae7f7;
    padding: 12% 4% 4%;
    margin-top: 12%;
    margin-bottom: 6%;
  }
  .wrap .box-8 .cover .flex .item:nth-child(1) {
    margin-top: 0;
  }
  .wrap .box-8 .cover .flex .item:last-child {
    margin-bottom: 0;
  }
  .wrap .box-8 .cover .flex .item .leading {
    position: absolute;
    top: -16%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #4f0b0e;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0;
    border-radius: 10px;
    border: 4px solid #fff;
  }
  .wrap .box-8 .cover .flex .item .leading img {
    max-width: 60px;
  }
  .wrap .box-8 .cover .flex .item .leading span {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
  }
  .wrap .box-8 .cover .flex .item .txt {
    text-align: left;
    font-size: 4vw;
    line-height: 40px;
  }
  .wrap .box-8 .cover .flex .arrow {
    max-width: 20%;
    width: 100%;
    margin: 0 auto;
  }
  .wrap .box-8.mb-20 {
    max-width: 100%;
    margin-bottom: 20%;
  }
  .wrap .box-8.mb-20 .cover {
    padding: unset;
  }
  .wrap .box-8.mb-20 .cover .item .leading {
    top: -6%;
  }
  .wrap .box-8.mb-20 .cover .item:first-child .leading {
    top: -16%;
  }
  .wrap .box-8.mb-20 .logo {
    width: 30%;
    margin: unset;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .wrap .box-8.mb-0 {
    max-width: 100%;
  }
  .wrap .box-8.mb-0 .cover {
    padding: unset;
  }
  .wrap .box-8.mb-0 .cover .flex .item {
    margin-bottom: 4%;
  }
  .wrap .box-8.mb-0 .cover .flex .item:last-child {
    margin-bottom: 0;
  }
  .wrap .box-8.mb-0 .cover .flex .item .step {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70%;
  }
  .wrap .box-8.mb-0 .cover .flex .item .txt-box .name {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #4f0b0e;
    margin-bottom: 4%;
  }
  .wrap .box-8.mb-0 .logo {
    width: 50%;
    margin: unset !important;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .wrap .box-9 {
    overflow: hidden;
  }
  .wrap .box-9 .img-1 {
    max-width: 80%;
    width: 100%;
    margin: 15% auto 20%;
  }
  .wrap .box-9 .swiper {
    padding: 0 50px;
    overflow: visible;
    /* 次ページボタンのスタイル */
    /* 前ページボタンのスタイル */
  }
  .wrap .box-9 .swiper .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
  }
  .wrap .box-9 .swiper .swiper-wrapper .swiper-slide {
    position: relative;
  }
  .wrap .box-9 .swiper .swiper-wrapper .swiper-slide .age {
    position: absolute;
    top: -42px;
    left: 2%;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #6fc0e7;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
  }
  .wrap .box-9 .swiper .swiper-wrapper .swiper-slide .txt {
    text-align: left;
    border: 2px solid #c3c4c4;
    border-radius: 10px;
    padding: 4%;
    font-size: 20px;
  }
  .wrap .box-9 .swiper .swiper-button-prev,
  .wrap .box-9 .swiper .swiper-button-next {
    background-color: #f3c91e;
    top: 0 !important;
    margin-top: 0 !important;
    height: 100% !important;
  }
  .wrap .box-9 .swiper .swiper-button-prev:after,
  .wrap .box-9 .swiper .swiper-button-next:after {
    color: #fff;
    font-size: 24px;
  }
  .wrap .box-9 .swiper .swiper-button-next {
    right: 0 !important;
  }
  .wrap .box-9 .swiper .swiper-button-prev {
    left: 0 !important;
  }
  .wrap .box-10 {
    margin-top: 20%;
  }
  .wrap .box-10 .img-1 {
    max-width: 80%;
    width: 100%;
    margin: 10% auto 20%;
  }
  .wrap .box-10 .qa-list dl {
    position: relative;
    margin-bottom: 10%;
    padding: 28px 0 28px 10px;
    cursor: pointer;
    border-top: 2px solid #f08300;
    border-bottom: 2px solid #f08300;
  }
  .wrap .box-10 .qa-list dl.open dt::before {
    top: 40%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .wrap .box-10 .qa-list dl.open dd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wrap .box-10 .qa-list dl dt {
    position: relative;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrap .box-10 .qa-list dl dt::before {
    position: absolute;
    top: 25%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 2px solid #f08300;
    border-right: 2px solid #f08300;
  }
  .wrap .box-10 .qa-list dl dt span {
    display: inline-block;
  }
  .wrap .box-10 .qa-list dl dt .q-img {
    width: 50px;
    margin-right: 15px;
  }
  .wrap .box-10 .qa-list dl dt .q-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #4f0b0e;
    padding-right: 45px;
    max-width: 100%;
    width: 100%;
  }
  .wrap .box-10 .qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 10% 0 0;
  }
  .wrap .box-10 .qa-list dl dd .a-img {
    display: inline-block;
    width: 50px;
    margin-right: 20px;
  }
  .wrap .box-10 .qa-list dl dd .a-txt {
    color: #000;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    padding-right: 20px;
  }
  .wrap .footer {
    margin-top: 20%;
  }
  .wrap .footer .logo {
    max-width: 50%;
    width: 100%;
    margin: 8% auto;
  }
  .wrap .footer .footer-box {
    color: #fff;
    background-color: #3c4449;
    padding: 40px 0 160px;
  }
  .wrap .footer .footer-box .f-box {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .wrap .footer .footer-box .f-box:last-child {
    margin-bottom: 0;
  }
  .wrap .footer .footer-box .f-box .name {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
  }
  .wrap .footer .footer-box .f-box .name::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 80%;
    height: 2px;
    background-color: #fff;
  }
  .wrap .footer .footer-box .f-box .txt-1 {
    margin-top: 10px;
  }
  .wrap .footer .footer-box .f-box .txt-2 {
    margin-top: 8px;
  }
  .wrap .line {
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 400px;
    width: 80%;
    z-index: 99;
  }
}
/*# sourceMappingURL=style.css.map */