@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #224451;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  z-index: 3;
}
body main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
body main .main__kv {
  position: relative;
  background-color: #fef8ef;
}
body main .main__kv__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 230px;
  padding-bottom: 170px;
  margin-right: 11%;
  margin-left: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  body main .main__kv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    gap: 30px;
    padding-top: 95px;
    padding-bottom: 90px;
  }
}
body main .main__kv__inner .image {
  width: 33%;
}
@media screen and (max-width: 768px) {
  body main .main__kv__inner .image {
    width: 100%;
  }
}
body main .main__kv__inner .image img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
body main .main__kv__inner .title {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body main .main__kv__inner .title {
    width: 100%;
  }
}
body main .main__kv__inner .title img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
body main .main__kv__inner .scroll {
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body main .main__kv__inner .scroll {
    font-size: 12px;
  }
}
body main .main__kv__inner .scroll:hover {
  opacity: 0.7;
}
body main .main__kv__inner .scroll__inner {
  position: relative;
  /* 矢印のアニメーション部分 */
  /* 矢印のアニメーション */
}
body main .main__kv__inner .scroll__inner::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(-20px, 20px);
            transform: rotate(-90deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(-20px, 20px);
            transform: rotate(-90deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
body main .service {
  padding-top: 10px;
  margin-top: -10px;
}
body main .service .heading {
  text-align: center;
}
body main .service .heading__label {
  color: #ed7836;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
body main .service .heading__unit {
  margin-top: 20px;
}
body main .service .heading__unit .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body main .service .heading__unit .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
body main .service .heading {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body main .service .heading {
    width: 87%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body main .service .heading__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateX(2.05vw);
          transform: translateX(2.05vw);
}
@media screen and (max-width: 768px) {
  body main .service .heading__unit {
    margin-top: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body main .service .heading__unit .title {
  display: inline-block;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  body main .service .heading__unit .title {
    font-size: 24px;
  }
}
body main .service .heading__unit .image {
  width: 4.145vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  body main .service .heading__unit .image {
    display: none;
  }
}
body main .service .heading__unit .image img {
  width: 100%;
}
body main .service .heading__description {
  margin-top: 30px;
  line-height: 1.5;
}
body main .service .heading__description a {
  font-weight: bold;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  display: inline-block;
  position: relative;
}
body main .service .heading__description a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #686868;
  left: 0;
  bottom: -1px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
body main .service .heading__description a:hover {
  color: #ed7836;
}
body main .service .heading__description a:hover::after {
  background-color: #ed7836;
}
@media screen and (max-width: 768px) {
  body main .service .heading__description {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  body main .service .heading__description br {
    display: none;
  }
}
body main .point .section__bg {
  background-color: #ffeed3;
}
body main .point__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body main .point__inner {
    width: 87%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body main .point__inner__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-2.083vw);
          transform: translateX(-2.083vw);
}
@media screen and (max-width: 768px) {
  body main .point__inner__heading {
    -webkit-transform: translateX(-1.16vw);
            transform: translateX(-1.16vw);
  }
}
body main .point__inner__heading .image {
  max-width: 4.166vw;
  height: auto;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  body main .point__inner__heading .image {
    max-width: 13vw;
    margin-right: -50px;
    position: relative;
    top: -25px;
  }
}
body main .point__inner__heading .image img {
  width: 100%;
}
body main .point__inner__heading .heading {
  text-align: center;
}
body main .point__inner__heading .heading__label {
  color: #ed7836;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
body main .point__inner__heading .heading__unit {
  margin-top: 20px;
}
body main .point__inner__heading .heading__unit .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body main .point__inner__heading .heading__unit .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
body main .point__inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  gap: 2.5%;
}
@media screen and (max-width: 768px) {
  body main .point__inner .list {
    margin-top: 35px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
}
body main .point__inner .list .item {
  width: 260px;
  height: auto;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main .point__inner .list .item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
body main .point__inner .list .item .number {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 64px;
}
@media screen and (max-width: 768px) {
  body main .point__inner .list .item .number {
    max-width: 17.06vw;
    min-width: 60px;
  }
}
body main .point__inner .list .item .number img {
  display: block;
  width: 100%;
}
body main .point__inner .list .item .icon {
  margin-top: 90px;
  max-width: 100px;
  max-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  body main .point__inner .list .item .icon {
    margin-top: 60px;
    max-width: 26.66vw;
    min-width: 150px;
  }
}
body main .point__inner .list .item .icon img {
  display: block;
  width: 100%;
}
body main .point__inner .list .item .title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
body main .point__inner .list .item .title dt {
  font-size: 19px;
  margin-top: 25px;
  color: #ed7836;
}
@media screen and (max-width: 768px) {
  body main .point__inner .list .item .title dt {
    margin-top: 10px;
  }
}
body main .point__inner .list .item .title dt span {
  margin-top: 25px;
  font-size: 32px;
}
body main .point__inner .list .item .title .lead {
  display: inline-block;
  font-size: 12px;
  margin: 25px 10px 40px 10px;
  text-align: left;
  line-height: 1.5;
}
body main .point__inner .btn {
  text-align: center;
}
body main .point__inner .btn a {
  font-size: 16px;
  display: inline-block;
  padding: 29px 120px;
  color: #fff;
  background-color: #3d5f6c;
  border-radius: 50px;
  margin-top: 70px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main .point__inner .btn a::before, body main .point__inner .btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 80px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
body main .point__inner .btn a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body main .point__inner .btn a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body main .point__inner .btn a:hover {
  color: #3d5f6c;
  background-color: #fff;
  outline: solid 3px #3d5f6c;
  font-weight: 700;
}
body main .point__inner .btn a:hover::before, body main .point__inner .btn a:hover:after {
  background-color: #3d5f6c;
}
@media screen and (max-width: 500px) {
  body main .point__inner .btn {
    text-align: center;
  }
  body main .point__inner .btn a {
    font-size: 13px;
    display: inline-block;
    padding: 15px 80px;
    color: #fff;
    background-color: #3d5f6c;
    border-radius: 50px;
    margin-top: 45px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .point__inner .btn a::before, body main .point__inner .btn a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 40px;
    width: 10px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
            transform-origin: calc(100% - 0.5px) 50%;
  }
  body main .point__inner .btn a::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body main .point__inner .btn a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body main .point__inner .btn a:hover {
    color: #3d5f6c;
    background-color: #fff;
    outline: solid 2px #3d5f6c;
    font-weight: 700;
  }
}
body main .flow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
body main .flow .heading {
  text-align: center;
}
body main .flow .heading__label {
  color: #ed7836;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
body main .flow .heading__unit {
  margin-top: 20px;
}
body main .flow .heading__unit .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body main .flow .heading__unit .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
body main .flow__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body main .flow__inner {
    width: 87%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body main .flow__inner .heading__label {
  color: #187fa7;
}
body main .flow__inner .heading__unit p {
  color: #187fa7;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body main .flow__inner .heading__unit p {
    margin-top: 15px;
  }
}
body main .flow__inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  body main .flow__inner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
  }
}
body main .flow__inner .list .item {
  position: relative;
  text-align: center;
  width: 240px;
  height: auto;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main .flow__inner .list .item {
    width: 100%;
    margin-top: 15px;
  }
}
body main .flow__inner .list .item .number__step {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body main .flow__inner .list .item .number__step img {
  display: block;
  width: 100%;
  max-width: 64px;
}
body main .flow__inner .list .item .icon {
  margin-top: 90px;
  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;
}
body main .flow__inner .list .item .icon img {
  display: block;
  max-width: 100%;
}
body main .flow__inner .list .item .icon-01 a img {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body main .flow__inner .list .item .icon-01 a img {
    width: 65%;
  }
}
body main .flow__inner .list .item .title {
  display: inline-block;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body main .flow__inner .list .item .title {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
body main .flow__inner .list .border {
  width: 40px;
  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;
}
@media screen and (max-width: 768px) {
  body main .flow__inner .list .border {
    width: 100%;
    height: 40px;
    text-align: center;
  }
}
body main .flow__inner .list .border img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body main .flow__inner .list .border img {
    width: auto;
    height: 70vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
body main .flow__inner .btn {
  text-align: center;
}
body main .flow__inner .btn a {
  font-size: 16px;
  display: inline-block;
  padding: 29px 120px;
  color: #fff;
  background-color: #3d5f6c;
  border-radius: 50px;
  margin-top: 70px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main .flow__inner .btn a::before, body main .flow__inner .btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 80px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
body main .flow__inner .btn a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body main .flow__inner .btn a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body main .flow__inner .btn a:hover {
  color: #3d5f6c;
  background-color: #fff;
  outline: solid 3px #3d5f6c;
  font-weight: 700;
}
body main .flow__inner .btn a:hover::before, body main .flow__inner .btn a:hover:after {
  background-color: #3d5f6c;
}
@media screen and (max-width: 500px) {
  body main .flow__inner .btn {
    text-align: center;
  }
  body main .flow__inner .btn a {
    font-size: 13px;
    display: inline-block;
    padding: 15px 80px;
    color: #fff;
    background-color: #3d5f6c;
    border-radius: 50px;
    margin-top: 45px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .flow__inner .btn a::before, body main .flow__inner .btn a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 40px;
    width: 10px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
            transform-origin: calc(100% - 0.5px) 50%;
  }
  body main .flow__inner .btn a::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body main .flow__inner .btn a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body main .flow__inner .btn a:hover {
    color: #3d5f6c;
    background-color: #fff;
    outline: solid 2px #3d5f6c;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  body main .flow__inner .btn {
    margin-top: -25px;
  }
}
body main .flow__inner .note {
  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;
  margin-top: 40px;
  font-size: 13px;
  color: #6d6d6d;
}
body main .flow__inner .note div {
  display: block;
  text-align: left;
  max-width: 630px;
  width: 100%;
}
body main .flow__inner .note .text01 {
  margin-top: 10px;
}
body main .faq .section__bg {
  background-color: #cdd9de;
}
body main .faq__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  body main .faq__inner {
    width: 87%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
body main .faq__inner .heading {
  text-align: center;
}
body main .faq__inner .heading__label {
  color: #ed7836;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
body main .faq__inner .heading__unit {
  margin-top: 20px;
}
body main .faq__inner .heading__unit .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body main .faq__inner .heading__unit .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
body main .faq__inner .heading__label {
  color: #187fa7;
}
body main .faq__inner .heading__unit p {
  color: #187fa7;
  margin-top: 20px;
}
body main .faq__inner__list {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  body main .faq__inner__list {
    margin-top: 40px;
  }
}
body main .faq__inner__list .item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 30px 0px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  body main .faq__inner__list .item {
    width: 100%;
  }
}
body main .faq__inner__list .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 80px;
  margin-left: 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body main .faq__inner__list .item dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 10px;
    margin-left: 10px;
    gap: 15px;
  }
}
body main .faq__inner__list .item dt .en {
  font-size: 24px;
  font-weight: 700;
  color: #ed7836;
  line-height: 1.2;
}
body main .faq__inner__list .item dt .question {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  body main .faq__inner__list .item dt .question {
    font-size: 4.8vw;
  }
}
body main .faq__inner__list .item dt .answer {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body main .faq__inner__list .item dt .answer {
    font-size: 3.73vw;
  }
}
body main .faq__inner__list .item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 80px;
  margin-left: 80px;
  margin-top: 25px;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body main .faq__inner__list .item dd {
    gap: 15px;
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 10px;
    margin-left: 10px;
  }
}
body main .faq__inner__list .item dd .en {
  font-size: 24px;
  font-weight: 700;
  color: #187fa7;
  line-height: 1.2;
}
body main .faq__inner .btn {
  text-align: center;
}
body main .faq__inner .btn a {
  font-size: 16px;
  display: inline-block;
  padding: 29px 120px;
  color: #fff;
  background-color: #3d5f6c;
  border-radius: 50px;
  margin-top: 70px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main .faq__inner .btn a::before, body main .faq__inner .btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 80px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
body main .faq__inner .btn a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body main .faq__inner .btn a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body main .faq__inner .btn a:hover {
  color: #3d5f6c;
  background-color: #fff;
  outline: solid 3px #3d5f6c;
  font-weight: 700;
}
body main .faq__inner .btn a:hover::before, body main .faq__inner .btn a:hover:after {
  background-color: #3d5f6c;
}
@media screen and (max-width: 500px) {
  body main .faq__inner .btn {
    text-align: center;
  }
  body main .faq__inner .btn a {
    font-size: 13px;
    display: inline-block;
    padding: 15px 80px;
    color: #fff;
    background-color: #3d5f6c;
    border-radius: 50px;
    margin-top: 45px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .faq__inner .btn a::before, body main .faq__inner .btn a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 40px;
    width: 10px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
            transform-origin: calc(100% - 0.5px) 50%;
  }
  body main .faq__inner .btn a::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body main .faq__inner .btn a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body main .faq__inner .btn a:hover {
    color: #3d5f6c;
    background-color: #fff;
    outline: solid 2px #3d5f6c;
    font-weight: 700;
  }
}

body .header {
  color: #fff;
  background-image: url(../images/bg_header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  height: 100px;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  body .header {
    height: 60px;
  }
}
body .header__inner {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body .header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 87%;
  }
}
@media screen and (max-width: 768px) {
  body .header__inner__logo {
    display: inline-block;
    text-align: center;
  }
}
body .header__inner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .header__inner__content__nav {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 1.562vw;
}
@media screen and (max-width: 768px) {
  body .header__inner__content__nav {
    display: none;
  }
}
body .header__inner__content__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 35px;
}
body .header__inner__content__nav ul li {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body .header__inner__content__nav ul li a {
  display: inline-block;
  font-size: 1vw;
  position: relative;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  body .header__inner__content__nav ul li a {
    display: block;
  }
}
body .header__inner__content__nav ul li a::before, body .header__inner__content__nav ul li a::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  width: 2px;
  height: 9px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
@media screen and (max-width: 768px) {
  body .header__inner__content__nav ul li a::before, body .header__inner__content__nav ul li a::after {
    right: 0;
  }
}
body .header__inner__content__nav ul li a::before {
  -webkit-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
}
body .header__inner__content__nav ul li a::after {
  -webkit-transform: translateY(-50%) rotate(-35deg);
          transform: translateY(-50%) rotate(-35deg);
}
body .header__inner__content__nav ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: #3d5f6c;
}
body .header__inner__content__nav ul li a:hover::before, body .header__inner__content__nav ul li a:hover::after {
  background-color: #3d5f6c;
}
body .header__inner__content__nav ul .fq a {
  letter-spacing: 0.1em;
}
body .header__inner__content__nav ul .app {
  display: none;
}
body .header__inner__content__inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .header__inner__content__inquiry .info {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body .header__inner__content__inquiry .info {
    display: none;
  }
}
body .header__inner__content__inquiry .info .company {
  font-size: 0.833vw;
}
body .header__inner__content__inquiry .info .tel {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .header__inner__content__inquiry .info .tel_number {
  margin-right: 10px;
  font-size: 0.729vw;
}
body .header__inner__content__inquiry .info .tel_hours {
  font-size: 0.729vw;
}
body .header__inner__content__inquiry .app {
  background-color: #fff;
  border: solid 1px #ed7836;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 25px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  body .header__inner__content__inquiry .app {
    display: none;
  }
}
body .header__inner__content__inquiry .app a {
  font-size: 0.8333vw;
  color: #ed7836;
}
body .header__inner__content__inquiry .app:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background-color: #ed7836;
}
body .header__inner__content__inquiry .app:hover a {
  font-weight: 700;
  color: #fff;
}
body .header__toggle_btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 20;
  position: fixed;
  right: 6.5%;
  top: 15px;
}
@media screen and (max-width: 768px) {
  body .header__toggle_btn {
    display: block;
  }
  body .header__toggle_btn::after {
    background-color: #3d5f6c;
  }
}
body .header__toggle_btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .header__toggle_btn span:nth-child(1) {
  top: 0;
}
body .header__toggle_btn span:nth-child(2) {
  top: 12px;
}
body .header__toggle_btn span:nth-child(3) {
  top: 24px;
}
@media screen and (max-width: 768px) {
  body .header #navi {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding-top: 120px;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .header #navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  body .header #navi ul li a {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  body .header #navi ul li a {
    font-size: 5.333vw;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body .header #navi ul #app_btn {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #fff;
    border: solid 1px #ed7836;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  body .header #navi ul #app_btn a {
    display: inline-block;
    font-size: 16px;
    color: #ed7836;
    font-weight: 700;
  }
  body .header #navi ul #app_btn:hover {
    background-color: #ed7836;
  }
  body .header #navi ul #app_btn:hover a {
    color: #fff;
  }
}

body.open #navi {
  right: 0;
  opacity: 1;
  z-index: 110;
  background-image: linear-gradient(2deg, #f7cbb2, #ffefe5 20%, #ffffff);
  width: 100%;
  height: 100vh;
  margin-right: 0;
  margin-left: 0;
}
body.open #navi ul {
  margin-top: 20px;
}
body.open #navi ul li {
  width: 80%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 1px dashed #ed7836;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
body.open #navi ul li a {
  color: #ed7836;
  font-weight: 700;
}
body.open #navi ul li a::after, body.open #navi ul li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0px;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ed7836;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
body.open #navi ul li a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.open #navi ul li a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.open #navi ul #app_btn {
  margin-top: 30px;
  display: inline-block;
  padding-right: auto;
  padding-left: auto;
}
body.open .header__toggle_btn {
  z-index: 120;
}
body.open .header__toggle_btn span {
  background-color: #ed7836;
}
body.open .header__toggle_btn span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.open .header__toggle_btn span:nth-child(2) {
  opacity: 0;
}
body.open .header__toggle_btn span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .footer {
  background-color: #3d5f6c;
}
body .footer .top_btn .inner {
  opacity: 0;
}
body .footer .top_btn .inner.visible {
  opacity: 1;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #3d5f6c;
  border: #fff 1px solid;
  position: fixed;
  right: 4%;
  bottom: 100px;
  border-radius: 10px;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  body .footer .top_btn .inner.visible {
    width: 50px;
    height: 50px;
    right: 3%;
    bottom: 50px;
  }
}
body .footer .top_btn .inner.visible:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
body .footer .top_btn .inner.visible::before, body .footer .top_btn .inner.visible::after {
  content: "";
  position: absolute;
  top: 23px;
  left: calc(50% - 2px);
  width: 4px;
  height: 14px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% 2px;
          transform-origin: 50% 2px;
}
@media screen and (max-width: 768px) {
  body .footer .top_btn .inner.visible::before, body .footer .top_btn .inner.visible::after {
    top: 20px;
    left: calc(50% - 2px);
    width: 4px;
    height: 9px;
  }
}
body .footer .top_btn .inner.visible::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .footer .top_btn .inner.visible::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .footer__inner {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body .footer__inner {
    width: 87%;
  }
}
body .footer__inner .logo {
  display: inline-block;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body .footer__inner .logo {
    min-width: 129px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body .footer__inner .logo img {
    width: 100%;
    text-align: center;
  }
}
body .footer__inner .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  body .footer__inner .info {
    margin-top: 25px;
    display: block;
    font-size: 14px;
  }
}
body .footer__inner .info .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  body .footer__inner .info .inquiry {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
body .footer__inner small {
  margin-top: 30px;
  display: block;
  text-align: center;
  max-width: 168px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  body .footer__inner small {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  body .footer__inner small img {
    display: inline-block;
    width: 80%;
  }
}