@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 {
  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 {
  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
 * -------------------------------------------------------------------
 */
body {
  width: 100%;
  min-width: 1100px;
  color: #4F4844;
  font-family: YakuHanJP, YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 1132px) {
  body {
    min-width: 100%;
  }
}
body ::-moz-selection {
  background-color: rgb(255, 183, 183);
}
body ::selection {
  background-color: rgb(255, 183, 183);
}
body.remove-scrolling {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * container
 * -------------------------------------------------------------------
 */
.container {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  background-image: linear-gradient(#F6F9FF, #f9f1e9 50%, #F6F6F6 80%);
  background-position: 50%, 0 0;
  background-size: 50px, auto;
}

.blob-base {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.blob-base .blob {
  position: absolute;
  border-radius: 50%;
  background-position: center center;
  opacity: 0.5;
}
.blob-base .blob:nth-child(1) {
  top: 0%;
  left: 0%;
  height: 900px;
  width: 1000px;
  transform: translate(60%, -70%);
  background-image: url("/assets/img/common/bg_blob07.jpg");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center;
  animation: circle_rotates02 30s linear infinite;
}
@media screen and (max-width: 640px) {
  .blob-base .blob:nth-child(1) {
    width: 600px;
    height: 600px;
    background-size: 600px;
    transform: translate(10%, -70%);
  }
}
#page_top .blob-base .blob:nth-child(1) {
  background-image: url("/assets/img/common/bg_blob10.jpg");
  height: 900px;
  width: 1000px;
  transform: translate(-10%, -20%);
}
@media screen and (max-width: 640px) {
  #page_top .blob-base .blob:nth-child(1) {
    width: 400px;
    height: 400px;
    background-size: 600px;
    transform: translate(-13%, 15%);
  }
}
#page_about .blob-base .blob:nth-child(1) {
  background-image: url("/assets/img/common/bg_blob10.jpg");
  width: 1000px;
  height: 900px;
  transform: translate(20%, -10%);
}
@media screen and (max-width: 640px) {
  #page_about .blob-base .blob:nth-child(1) {
    height: 500px;
    width: 600px;
    background-size: 600px;
    transform: translate(20%, -10%);
  }
}
#page_counseling_menu .blob-base .blob:nth-child(1) {
  background-image: url("/assets/img/common/bg_blob08.jpg");
  height: 1000px;
  width: 1000px;
  transform: translate(40%, -70%);
}
@media screen and (max-width: 640px) {
  #page_counseling_menu .blob-base .blob:nth-child(1) {
    height: 500px;
    width: 500px;
    background-size: 500px;
    transform: translate(10%, -50%);
  }
}
#page_flow .blob-base .blob:nth-child(1) {
  transform: translate(30%, -70%);
}
@media screen and (max-width: 640px) {
  #page_flow_firsttime .blob-base .blob:nth-child(1) {
    height: 400px;
    width: 600px;
    background-size: 600px;
    transform: translate(10%, -20%);
  }
}
#page_rates .blob-base .blob:nth-child(1) {
  background-image: url("/assets/img/common/bg_blob10.jpg");
  height: 1000px;
  width: 1000px;
  transform: translate(40%, -70%);
}
@media screen and (max-width: 640px) {
  #page_rates .blob-base .blob:nth-child(1) {
    height: 400px;
    width: 600px;
    background-size: 600px;
    transform: translate(10%, -20%);
  }
}
#page_access .blob-base .blob:nth-child(1) {
  background-image: url("/assets/img/common/bg_blob10.jpg");
  height: 1000px;
  width: 1000px;
  transform: translate(20%, -60%);
}
@media screen and (max-width: 640px) {
  #page_access .blob-base .blob:nth-child(1) {
    height: 400px;
    width: 600px;
    background-size: 600px;
    transform: translate(10%, -20%);
  }
}
#page_404 .blob-base .blob:nth-child(1) {
  background-image: url("/assets/img/common/bg_blob10.jpg");
  height: 700px;
  width: 700px;
  background-size: 700px;
  transform: translate(40%, -20%);
}
@media screen and (max-width: 640px) {
  #page_404 .blob-base .blob:nth-child(1) {
    height: 450px;
    width: 400px;
    background-size: 500px;
    transform: translate(0%, -20%);
  }
}
.blob-base .blob:nth-child(2) {
  top: 20%;
  left: 50%;
  transform: translate(0%, 30%);
  height: 900px;
  width: 900px;
  background-image: url("/assets/img/common/bg_blob08.jpg");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center;
  animation: morph_like 20s linear infinite;
}
#page_top .blob-base .blob:nth-child(2) {
  top: 13%;
  left: 60%;
  background-image: url("/assets/img/common/bg_blob07.jpg");
  height: 1000px;
  width: 1000px;
  transform: translate(-30%, 0%);
}
#page_about .blob-base .blob:nth-child(2) {
  background-image: url("/assets/img/common/bg_blob07.jpg");
  height: 1000px;
  width: 1000px;
  transform: translate(-90%, 45%);
}
@media screen and (max-width: 640px) {
  #page_about .blob-base .blob:nth-child(2) {
    top: 25%;
    height: 400px;
    width: 600px;
    background-size: 600px;
    transform: translate(-50%, 50%);
  }
}
#page_counseling_menu .blob-base .blob:nth-child(2) {
  background-image: url("/assets/img/common/bg_blob07.jpg");
  height: 1000px;
  width: 1000px;
  transform: translate(-90%, 40%);
}
#page_flow .blob-base .blob:nth-child(2) {
  background-image: url("/assets/img/common/bg_blob09.jpg");
  height: 1000px;
  width: 1000px;
  transform: translate(-90%, 45%);
}
@media screen and (max-width: 640px) {
  #page_flow .blob-base .blob:nth-child(2) {
    top: 20%;
    height: 600px;
    width: 600px;
    background-size: 600px;
    transform: translate(0%, 0%);
  }
}
#page_flow_firsttime .blob-base .blob:nth-child(2) {
  left: -26%;
  transform: translate(0%, 44%);
}
@media screen and (max-width: 640px) {
  #page_flow_firsttime .blob-base .blob:nth-child(2) {
    top: 55%;
  }
}
#page_access .blob-base .blob:nth-child(2) {
  background-image: url("/assets/img/common/bg_blob06.jpg");
  left: -6%;
}
@media screen and (max-width: 640px) {
  #page_access .blob-base .blob:nth-child(2) {
    height: 600px;
    width: 600px;
    background-size: 600px;
    transform: translate(-30%, 44%);
  }
}
.blob-base .blob:nth-child(3) {
  top: 70%;
  left: 15%;
  background-image: url("/assets/img/common/bg_blob10.jpg");
  transform: translate(0%, 30%);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center;
  height: 900px;
  width: 1000px;
  animation: morph_like 30s linear infinite;
}
#page_top .blob-base .blob:nth-child(3) {
  display: none;
}
@media screen and (max-width: 640px) {
  #page_about .blob-base .blob:nth-child(3) {
    width: 700px;
    height: 700px;
    background-size: 700px;
    transform: translate(-35%, 5%);
  }
}
#page_flow .blob-base .blob:nth-child(3) {
  transform: translate(-30%, 75%);
}
@media screen and (max-width: 640px) {
  #page_counseling_menu .blob-base .blob:nth-child(3) {
    width: 700px;
    height: 700px;
    background-size: 700px;
    transform: translate(-35%, 5%);
  }
}
.blob-base .blob:nth-child(4) {
  top: 50%;
  left: 80%;
  transform: translate(0%, 30%);
  background-image: url("/assets/img/common/bg_blob08.jpg");
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: center;
  height: 600px;
  width: 600px;
  animation: morph_like 30s linear infinite;
}
#page_top .blob-base .blob:nth-child(4) {
  display: none;
}
.blob-base .blob:nth-child(5) {
  top: 0;
  left: 30%;
  background-image: url("/assets/img/common/bg_blob08.jpg");
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: center;
  height: 500px;
  width: 700px;
  animation: circle_rotates02 18s linear infinite;
}
@media screen and (max-width: 960px) {
  .blob-base .blob:nth-child(5) {
    background-image: url("/assets/img/common/bg_blob07.jpg");
    width: 500px;
    height: 400px;
    background-size: 500px;
  }
}
@media screen and (max-width: 640px) {
  .blob-base .blob:nth-child(5) {
    top: 2%;
    left: 7%;
    width: 380px;
    height: 250px;
    background-size: 400px;
  }
}

@keyframes circle_rotates02 {
  0% {
    border-radius: 41% 59% 52% 48%/37% 74% 26% 63%;
  }
  25% {
    border-radius: 65% 35% 63% 37%/39% 54% 46% 61%;
  }
  56% {
    border-radius: 65% 35% 63% 37%/64% 39% 61% 36%;
  }
  76% {
    border-radius: 39% 61% 36% 64%/44% 63% 37% 56%;
  }
  100% {
    border-radius: 41% 59% 52% 48%/37% 74% 26% 63%;
  }
}
@keyframes morph_like {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scaleX(1.1) scaleY(0.9) rotate(10deg);
  }
  50% {
    transform: scaleX(0.9) scaleY(1.1) rotate(-10deg);
  }
  75% {
    transform: scaleX(1.05) scaleY(0.95) rotate(5deg);
  }
}
.block_fuzzy {
  position: relative;
  height: 450px;
  margin-top: 20px;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .block_fuzzy {
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  .block_fuzzy {
    height: 660px;
    padding: 16px;
  }
}
.block_fuzzy .fuzzy_base {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 400px;
  transform: translate(-50%, -50%);
  background-image: url("/assets/img/common/bg_blob06.jpg");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center;
  animation: circle_rotates03 20s linear infinite;
  opacity: 0.4;
}
@media screen and (max-width: 960px) {
  .block_fuzzy .fuzzy_base {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .block_fuzzy .fuzzy_base {
    height: 660px;
  }
}

.list_worry {
  position: relative;
  width: 800px;
  margin: 0 auto;
  font-size: 0.8666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .list_worry {
    width: 100%;
  }
}
.list_worry li {
  position: absolute;
}
.list_worry li:nth-child(1) {
  left: 25%;
  top: 40px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(1) {
    left: 20%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(1) {
    left: 0%;
    top: 0;
  }
}
.list_worry li:nth-child(2) {
  left: 60%;
  top: 35px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(2) {
    left: 55%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(2) {
    left: 53%;
    top: 55px;
  }
}
.list_worry li:nth-child(3) {
  left: 5%;
  top: 95px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(3) {
    left: 0%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(3) {
    left: 0%;
    top: 100px;
  }
}
.list_worry li:nth-child(4) {
  left: 40%;
  top: 115px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(4) {
    left: 38%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(4) {
    left: 58%;
    top: 150px;
  }
}
.list_worry li:nth-child(5) {
  left: 68%;
  top: 122px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(5) {
    left: 68%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(5) {
    left: 0%;
    top: 220px;
  }
}
.list_worry li:nth-child(6) {
  left: 23%;
  top: 190px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(6) {
    left: 18%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(6) {
    left: 42%;
    top: 300px;
  }
}
.list_worry li:nth-child(7) {
  left: 10%;
  top: 270px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(7) {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(7) {
    left: 0%;
    top: 375px;
  }
}
.list_worry li:nth-child(8) {
  left: 64%;
  top: 230px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(8) {
    left: 60%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(8) {
    left: 36%;
    top: 440px;
  }
}
.list_worry li:nth-child(9) {
  left: 42%;
  top: 320px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(9) {
    left: 35%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(9) {
    left: 0%;
    top: 520px;
  }
}
.list_worry li:nth-child(10) {
  left: 70%;
  top: 280px;
}
@media screen and (max-width: 960px) {
  .list_worry li:nth-child(10) {
    left: 80%;
  }
}
@media screen and (max-width: 640px) {
  .list_worry li:nth-child(10) {
    left: 58%;
    top: 590px;
  }
}

@keyframes circle_rotates03 {
  0% {
    border-radius: 53% 47% 69% 31%/28% 55% 45% 72%;
  }
  20% {
    border-radius: 60% 40% 44% 56%/58% 44% 56% 42%;
  }
  40% {
    border-radius: 78% 22% 22% 78%/21% 27% 73% 79%;
  }
  60% {
    border-radius: 24% 76% 14% 86%/21% 45% 55% 79%;
  }
  80% {
    border-radius: 15% 85% 49% 51%/74% 62% 38% 26%;
  }
  100% {
    border-radius: 53% 47% 69% 31%/28% 55% 45% 72%;
  }
}
.header {
  position: relative;
  font-size: 0.8666666667rem;
}
.header_inner {
  position: relative;
  width: 1280px;
  height: 190px;
  margin: 0 auto;
  transition: height 0.2s ease-in;
}
@media screen and (max-width: 1280px) {
  .header_inner {
    width: auto;
  }
}
@media screen and (max-width: 1132px) {
  .header_inner {
    height: 160px;
  }
}
@media screen and (max-width: 960px) {
  .header_inner {
    height: 120px;
  }
}
@media screen and (max-width: 640px) {
  .header_inner {
    height: 100px;
  }
}
.header .logo {
  position: absolute;
  top: 50px;
  left: 16px;
  transition: top 0.2s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header .logo {
    top: 56px;
  }
}
@media screen and (max-width: 1132px) {
  .header .logo {
    top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .header .logo {
    top: 20px;
  }
}
.header .logo img {
  width: 311px;
  transition: width 0.2s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header .logo img {
    width: 280px;
  }
}
@media screen and (max-width: 1132px) {
  .header .logo img {
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .header .logo img {
    width: 230px;
  }
}
@media screen and (max-width: 640px) {
  .header .logo img {
    width: 170px;
  }
}
.header nav.header_navi {
  position: absolute;
  right: 0;
  top: 98px;
  display: flex;
  align-items: center;
  transition: right 0.2s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header nav.header_navi {
    right: 16px;
  }
}
@media screen and (max-width: 1132px) {
  .header nav.header_navi {
    display: block;
    top: 72px;
  }
}
.header nav.header_navi ul {
  letter-spacing: -0.4em;
  vertical-align: top;
}
@media screen and (max-width: 1132px) {
  .header nav.header_navi ul {
    padding-right: 4px;
  }
}
.header nav.header_navi ul a {
  display: block;
  transition: all 0.2s ease-in-out;
  line-height: 1.8;
}
.header nav.header_navi ul:hover a:not(:hover) {
  opacity: 0.63;
}
.header nav.header_navi ul li {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  padding: 0;
  font-weight: bold;
  letter-spacing: normal;
  transition: all 0.2s ease-in-out;
}
.header nav.header_navi ul li::after {
  position: absolute;
  left: calc(50% - 3px);
  top: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F06C50;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  content: "";
}
.header nav.header_navi ul li:hover::after {
  opacity: 1;
}
.header nav.header_navi ul li:first-child {
  margin-left: 0;
}
#page_about .header nav.header_navi ul li.nav_about::after {
  opacity: 1;
}
#page_counseling_menu .header nav.header_navi ul li.nav_menu::after {
  opacity: 1;
}
#page_flow .header nav.header_navi ul li.nav_flow::after {
  opacity: 1;
}
#page_rates .header nav.header_navi ul li.nav_rates::after {
  opacity: 1;
}
#page_access .header nav.header_navi ul li.nav_hours::after {
  opacity: 1;
}
.header nav.header_navi .nav_contact {
  width: 176px;
  height: 40px;
  margin-left: 26px;
}
@media screen and (max-width: 1132px) {
  .header nav.header_navi .nav_contact {
    position: absolute;
    right: 0;
    top: -53px;
  }
}
.header nav.header_navi .nav_notice {
  display: none;
  margin-top: 15px;
  margin-left: 20px;
}
#page_top .header nav.header_navi .nav_notice {
  display: block;
}
@media screen and (max-width: 960px) {
  .header nav.header_navi {
    display: none;
  }
}
.header .fixed_navi {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
.header .fixed_navi nav {
  display: flex;
  align-items: center;
  width: 1100px;
  height: 72px;
  margin: 0 auto;
  padding-top: 16px;
}
@media screen and (max-width: 1132px) {
  .header .fixed_navi nav {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 960px) {
  .header .fixed_navi nav {
    display: none;
  }
}
.header .fixed_navi .logo_fixed {
  display: block;
  width: 40px;
}
.header .fixed_navi .logo_fixed img {
  width: 100%;
  height: auto;
}
.header .fixed_navi.is-free {
  display: block;
  top: -72px;
  transition: top 0.2s ease-in-out;
}
.header .fixed_navi.is-fixed {
  top: -72px;
}
.header .fixed_navi.is-hide {
  top: -72px;
}
.header .fixed_navi.is-show {
  top: 0;
}
.header .fixed_navi ul {
  letter-spacing: -0.4em;
  vertical-align: top;
}
.header .fixed_navi ul a {
  display: block;
  transition: all 0.2s ease-in-out;
  line-height: 1.8;
}
.header .fixed_navi ul:hover a:not(:hover) {
  opacity: 0.63;
}
.header .fixed_navi ul li {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  padding: 0;
  font-weight: bold;
  letter-spacing: normal;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1132px) {
  .header .fixed_navi ul li {
    margin-left: 16px;
  }
}
.header .fixed_navi ul li::after {
  position: absolute;
  left: calc(50% - 3px);
  top: -5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F06C50;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  content: "";
}
.header .fixed_navi ul li:hover::after {
  opacity: 1;
}
.header .fixed_navi ul li:first-child {
  margin-left: 0;
}
.header .fixed_navi .nav_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 176px - 18px);
  height: 56px;
  padding: 0 4.3%;
  background-color: #FDFDFD;
  border: 1px solid #EBE3D7;
  border-radius: 30px;
}
@media screen and (max-width: 1132px) {
  .header .fixed_navi .nav_in {
    width: calc(100% - 176px - 8px);
    padding: 0 2%;
    font-size: 0.8666666667rem;
  }
}
.header .fixed_navi .nav_contact {
  position: relative;
  height: 56px;
  margin-left: 18px;
}
.header .fixed_navi .nav_contact .btn_normal {
  height: 56px;
  border-radius: 30px;
  line-height: 56px;
}
@media screen and (max-width: 1132px) {
  .header .fixed_navi .nav_contact {
    margin-left: 8px;
  }
}
.header .header_brows {
  position: absolute;
  right: 8px;
  top: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1280px) {
  .header .header_brows {
    right: 24px;
  }
}
@media screen and (max-width: 1132px) {
  .header .header_brows {
    right: 220px;
    top: 28px;
  }
}
.header .header_brows a {
  transition: all 0.2s ease;
}
.header .header_brows a:hover {
  color: #F06C50;
}
@media screen and (max-width: 960px) {
  .header .header_brows {
    display: none;
  }
}
.header .nav_lang {
  position: relative;
  margin-left: 20px;
}
.header .nav_lang .text_lang {
  position: relative;
  padding-right: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header .nav_lang .text_lang:hover {
  color: #F06C50;
}
.header .nav_lang .text_lang::after {
  position: absolute;
  right: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: transparent;
  border-top-color: #4F4844;
  content: "";
}
.header .nav_lang .icon_lang {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: top;
  background: url("/assets/img/common/icon_global01.png") no-repeat center center;
  background-size: 20px 20px;
}
.header .nav_lang .list_lang {
  display: none;
  position: absolute;
  left: 18px;
  top: 1.5rem;
  padding: 8px 0;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #EBE3D7;
  border-radius: 3px;
  z-index: 400;
  font-size: 0.8rem;
  font-weight: normal;
}
.header .nav_lang .list_lang.is-open {
  display: block;
}
.header .nav_lang .list_lang li + li {
  margin-top: 8px;
}
.header .nav_lang .list_lang li a {
  display: block;
  padding: 0 8px;
}
#page_top .header {
  width: 400px;
  padding: 50px 0 0 30px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1132px) {
  #page_top .header {
    width: 330px;
  }
}
@media screen and (max-width: 960px) {
  #page_top .header {
    width: 300px;
    padding: 50px 0 0 16px;
  }
}
@media screen and (max-width: 640px) {
  #page_top .header {
    padding: 20px 0 0 16px;
  }
}
#page_top .header_inner {
  width: auto;
  height: auto;
  margin: 0;
}
#page_top .header .logo {
  position: static;
  transition: top 0.2s ease-in-out;
}
#page_top .header .logo img {
  width: 311px;
}
@media screen and (max-width: 1132px) {
  #page_top .header .logo img {
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  #page_top .header .logo img {
    width: 230px;
  }
}
@media screen and (max-width: 640px) {
  #page_top .header .logo img {
    width: 250px;
  }
}
#page_top .header nav.header_navi {
  position: relative;
  right: auto;
  top: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  #page_top .header nav.header_navi {
    display: none;
  }
}
#page_top .header nav.header_navi ul {
  display: inline-block;
  margin-top: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 1132px) {
  #page_top .header nav.header_navi ul {
    padding-right: 0;
  }
}
#page_top .header nav.header_navi ul li {
  position: relative;
  display: block;
  margin-left: 0;
  margin-top: 15px;
  padding: 0;
  font-size: 0.9333333333rem;
}
#page_top .header nav.header_navi ul li:first-child {
  margin-top: 0;
}
#page_top .header nav.header_navi ul li::after {
  left: -14px;
  top: calc(50% - 2px);
}
#page_top .header nav.header_navi .nav_contact {
  margin-left: 0;
  margin-top: 26px;
  padding-left: 20px;
}
@media screen and (max-width: 1132px) {
  #page_top .header nav.header_navi .nav_contact {
    position: static;
  }
}
#page_top .header .header_brows {
  position: static;
  right: auto;
  top: auto;
  display: inline-block;
  margin-top: 25px;
  padding-left: 20px;
  line-height: 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1280px) {
  #page_top .header .header_brows {
    right: auto;
  }
}
@media screen and (max-width: 1132px) {
  #page_top .header .header_brows {
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 640px) {
  #page_top .header .header_brows {
    display: none;
  }
}
#page_top .header .nav_lang {
  margin-left: 0;
  margin-top: 14px;
}

.area_face {
  position: relative;
  display: flex;
  z-index: 400;
}
@media screen and (max-width: 640px) {
  .area_face {
    display: block;
  }
}
.area_face .block_face_main {
  position: relative;
  top: 35px;
  padding: 40px 24px 50px 0;
  flex: 1;
  opacity: 0;
  transition: opacity 1.2s ease-in-out, top 0.8s ease-in-out;
}
@media screen and (max-width: 960px) {
  .area_face .block_face_main {
    padding: 50px 16px 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .area_face .block_face_main {
    padding: 0 8px 40px;
    transition: opacity 1.5s ease-in-out, top 0.8s ease-in-out;
  }
}
.area_face .block_face_main .block-mv-top {
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 960px) {
  .area_face .block_face_main .block-mv-top {
    min-height: 200px;
  }
}
.area_face .block_face_main .block-mv-top img {
  width: 100%;
  height: auto;
}
.area_face .block_face_main .block-mv-top .img_text {
  position: absolute;
  top: 24%;
  left: 12%;
  max-width: 436px;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .area_face .block_face_main .block-mv-top .img_text {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .area_face .block_face_main .block-mv-top .img_text {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 70%;
    max-width: 280px;
    transform: translateX(-50%);
  }
}
.area_face .block_face_main .heading_02 {
  font-weight: normal;
}
.area_face .block_face_main .block_msg {
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.area_face .block_face_main.firsttime {
  top: 0;
}
.area_face .block_face_main.firsttime .img_text {
  opacity: 0;
  left: 24%;
  top: 34%;
  transition: opacity 1.5s ease-in, top 0.9s ease-in-out;
}
@media screen and (max-width: 1132px) {
  .area_face .block_face_main.firsttime .img_text {
    left: 20%;
  }
}
@media screen and (max-width: 960px) {
  .area_face .block_face_main.firsttime .img_text {
    left: 10%;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .area_face .block_face_main.firsttime .img_text {
    left: 50%;
    padding-right: 24px;
  }
}
.area_face .block_face_main.firsttime .img_text.okgoF {
  opacity: 1;
  top: 28.5%;
}
.area_face .block_face_main.firsttime .block-mv-top {
  position: absolute;
  width: 100%;
  min-height: 600px;
  right: 0;
  top: 30px;
  background-image: url("/assets/img/top/main_top_base01.jpg");
  background-size: 120%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .area_face .block_face_main.firsttime .block-mv-top {
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (max-width: 640px) {
  .area_face .block_face_main.firsttime .block-mv-top {
    min-height: 400px;
    background-size: 200%;
    background-position: center 70%;
  }
}
.area_face .block_face_main.okgo .img_text {
  opacity: 1;
}
.area_face .block_face_main.okgo, .area_face .block_face_main.okgoF {
  top: 0;
  opacity: 1;
}
.area_face .block_face_main.okgoload .block_msg, .area_face .block_face_main.okgoloadF .block_msg {
  opacity: 1;
}
.area_face .block_face_main .anchor_notice {
  display: none;
  position: absolute;
  right: 16px;
  top: 16px;
  transform: scale(0.75);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .area_face .block_face_main .anchor_notice {
    display: block;
    opacity: 0;
    transition: opacity 0.4s ease-in;
  }
}
.area_face .block_face_main .anchor_notice.okgoload {
  opacity: 1;
}

.block_sp_menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
.block_sp_menu_in {
  display: flex;
  justify-content: flex-end;
  padding: 16px 16px 0;
}
.block_sp_menu .base_foot_menu {
  width: 50px;
  margin-left: 16px;
}
.block_sp_menu .base_foot_menu .btn_foot_menu {
  position: relative;
  height: 50px;
  padding-top: 26px;
  background-color: #FDFDFD;
  border: 1px solid #EBE3D7;
  border-radius: 50%;
  transition: all 0.2s ease;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .block_sp_menu .base_foot_menu .btn_foot_menu {
    border-color: #4F4844;
  }
}
.block_sp_menu .base_foot_menu .btn_foot_menu::before, .block_sp_menu .base_foot_menu .btn_foot_menu::after {
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #4F4844;
  content: "";
  transition: all 0.2s ease;
}
.block_sp_menu .base_foot_menu .btn_foot_menu::before {
  left: 9px;
  top: 14px;
}
.block_sp_menu .base_foot_menu .btn_foot_menu::after {
  right: 9px;
  top: 21px;
}
.block_sp_menu .base_foot_menu .btn_foot_menu.is-open::before {
  top: 17px;
  transform: rotate(-28deg);
  transform-origin: center center;
}
.block_sp_menu .base_foot_menu .btn_foot_menu.is-open::after {
  top: 17px;
  transform: rotate(28deg);
  transform-origin: center center;
}
.block_sp_menu .btn_foot_navi {
  width: 160px;
  transition: all 0.2s ease;
}
.block_sp_menu .btn_foot_navi .btn_normal {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  font-size: 0.8rem;
  line-height: 50px;
}
.block_sp_menu .btn_foot_navi.menu-on {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .block_sp_menu {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .block_sp_menu {
    display: block;
    top: auto;
    bottom: 0;
  }
  .block_sp_menu_in {
    padding: 0 16px 16px;
  }
}

.btn_normal {
  display: block;
  height: 40px;
  width: 176px;
  background: linear-gradient(180deg, #FF8F34 0%, #F06C50 50%);
  background-position: 0% 100%;
  background-size: auto 200%;
  border-radius: 20px;
  color: #fff;
  font-size: 0.8666666667rem;
  text-align: center;
  line-height: 40px;
  transition: all 0.35s ease;
}
.btn_normal:hover {
  background-position: 0% 22%;
}

.block-mv {
  position: relative;
}
.block-mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .block-mv {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .block-mv > div {
    position: relative;
    left: 50%;
    top: 0;
    width: 700px;
    height: auto;
    transform: translate(-50%, 0);
  }
}
.area_face .block-mv {
  width: 100%;
  max-width: 850px;
}
@media screen and (max-width: 1280px) {
  .area_face .block-mv {
    width: 100%;
  }
}
.area_face .block-mv img {
  border-radius: 15px;
}

.heading_02 {
  font-size: 1.6666666667rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .heading_02 {
    font-size: 1.2rem;
  }
}

.block_msg {
  max-width: 850px;
  padding: 60px 32px 0 16px;
  line-height: 2.125;
}
@media screen and (max-width: 960px) {
  .block_msg {
    margin-top: 80px;
    padding: 0 16px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .block_msg {
    margin-top: 0;
    padding: 60px 16px 0;
  }
}
.block_msg .title_sub {
  margin-bottom: 0;
  color: #6AB49F;
  font-size: 0.8666666667rem;
}
.block_msg .text_msg {
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .block_msg .text_msg {
    margin-top: 16px;
    font-size: 0.8rem;
  }
}
.block_msg p {
  margin-top: 12px;
}
.block_msg .name_msg {
  margin-top: 24px;
  font-size: 0.8666666667rem;
  text-align: right;
}
.block_msg .block_dangozaka {
  position: relative;
  margin: 40px 0 75px;
  padding-left: 20%;
}
@media screen and (max-width: 960px) {
  .block_msg .block_dangozaka {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .block_msg .block_dangozaka {
    margin-top: 24px;
    padding: 0;
  }
}
.block_msg .block_dangozaka::before {
  position: absolute;
  left: -35%;
  top: -60%;
  width: 678px;
  height: 455px;
  background-image: url("/assets/img/top/img_ring01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 678px 455px;
  content: "";
  z-index: -1;
}
.block_msg .block_dangozaka img {
  width: 100%;
  height: auto;
}
.block_msg .block_dangozaka .img_old {
  position: relative;
  width: 356px;
  height: 239px;
}
.block_msg .block_dangozaka .img_old::after {
  position: absolute;
  right: -120px;
  bottom: -65px;
  width: 174px;
  height: 194px;
  background-image: url("/assets/img/top/img_kiku001.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 174px 194px;
  content: "";
}
@media screen and (max-width: 640px) {
  .block_msg .block_dangozaka .img_old {
    width: 100%;
    padding-bottom: 67.2%;
  }
  .block_msg .block_dangozaka .img_old::after {
    right: -10px;
    bottom: -80px;
    width: 120px;
    height: 133px;
    background-size: 120px 133px;
  }
}
.block_msg .block_dangozaka .img_old .img_change {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.contents_base {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  z-index: 2;
}
#page_top .contents_base {
  padding-top: 100px;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  #page_top .contents_base {
    padding-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  #page_top .contents_base {
    padding-top: 40px;
  }
}
#page_contact .contents_base {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  #page_contact .contents_base {
    padding-top: 52px;
  }
}
@media screen and (max-width: 640px) {
  #page_contact .contents_base {
    padding-top: 40px;
  }
}
#page_access .contents_base {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  #page_access .contents_base {
    padding-top: 52px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 640px) {
  #page_access .contents_base {
    padding-top: 40px;
  }
}
#page_rates .contents_base {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  #page_rates .contents_base {
    padding-top: 52px;
  }
}
@media screen and (max-width: 640px) {
  #page_rates .contents_base {
    padding-top: 40px;
  }
}
#page_flow .contents_base {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  #page_flow .contents_base {
    padding-top: 52px;
  }
}
@media screen and (max-width: 640px) {
  #page_flow .contents_base {
    padding-top: 40px;
  }
}

.section {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1132px) {
  .section {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section_vc {
  display: flex;
  align-items: center;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .section_vc {
    display: block;
  }
}
.section_vc .img_sec_vc {
  width: 465px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1132px) {
  .section_vc .img_sec_vc {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .section_vc .img_sec_vc {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .section_vc .img_sec_vc {
    margin: 0 auto;
  }
}
.section_vc .img_sec_vc img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  opacity: 0.9;
}
.section_vc .contents_sec_vc {
  flex: 1;
  padding-left: 84px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1132px) {
  .section_vc .contents_sec_vc {
    padding-left: 64px;
  }
}
@media screen and (max-width: 960px) {
  .section_vc .contents_sec_vc {
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section_vc .contents_sec_vc {
    margin-top: 32px;
    padding: 0 0 32px;
  }
}

.section_color_w {
  margin-top: 80px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media screen and (max-width: 640px) {
  .section_color_w {
    border-radius: 24px;
  }
}
.section_color_w .section_inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1132px) {
  .section_color_w .section_inner {
    width: 100%;
  }
}

.section_color_wb {
  margin-top: 80px;
  background-color: #FFF9F9;
  border-radius: 40px;
}
@media screen and (max-width: 640px) {
  .section_color_wb {
    border-radius: 24px;
  }
}
.section_color_wb .section_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1132px) {
  .section_color_wb .section_inner {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .section_color_wb .section_inner {
    padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .section_color_wb .section_inner {
    padding: 0 16px;
  }
}

.section_fuzzy {
  padding: 90px 16px;
  text-align: center;
  line-height: 2.125;
}
@media screen and (max-width: 1132px) {
  .section_fuzzy {
    padding: 60px 16px;
  }
}

.section_notice {
  padding: 90px 16px;
  text-align: center;
  line-height: 2.125;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 960px) {
  .section_notice {
    padding: 60px 16px 80px;
  }
}
@media screen and (max-width: 640px) {
  .section_notice {
    border-radius: 24px 24px 0 0;
  }
}

.section_support {
  padding: 70px 16px;
  text-align: center;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .section_support .lead_text {
    text-align: left;
  }
}
.section_support .block_support {
  margin-top: 24px;
}
.section_support .block_support .list_support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section_support .block_support .list_support {
    max-width: 370px;
  }
}
.section_support .block_support .list_support li {
  width: 300px;
  margin-top: 40px;
  padding: 24px 24px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .section_support .block_support .list_support li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .section_support .block_support .list_support li {
    width: 100%;
  }
}
.section_support .block_support .list_support li figure {
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .section_support .block_support .list_support li figure {
    width: 100%;
  }
}
.section_support .block_support .list_support li figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.section_support .block_support .list_support li dl {
  margin-top: 12px;
}
.section_support .block_support .list_support li dl dt {
  font-size: 0.9333333333rem;
}
.section_support .block_support .list_support li dl dd {
  margin-top: 14px;
  font-size: 0.8rem;
  text-align: left;
}
.section_support .block_support .text_block {
  margin-top: 40px;
}

.section_value {
  margin-top: 110px !important;
}
@media screen and (max-width: 640px) {
  .section_value {
    margin-top: 80px !important;
  }
}

.section_philosophy {
  padding: 110px 16px 10px;
}
.section_philosophy .block_title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .section_philosophy {
    padding-bottom: 110px;
  }
}
.section_philosophy .block_note {
  position: relative;
  top: -140px;
  line-height: 2.125;
}
@media screen and (max-width: 960px) {
  .section_philosophy .block_note {
    top: 0;
  }
}

.section_room {
  margin-top: 110px;
  padding-bottom: 30px;
  text-align: center;
}

.section_menu {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .section_menu {
    margin-top: 40px;
  }
}

.section_benefit {
  padding: 90px 16px 110px;
}
.section_benefit .block_title {
  text-align: center;
}
.section_benefit .list_benefit {
  width: 800px;
  margin: 66px auto 0;
  line-height: 2.125;
}
@media screen and (max-width: 960px) {
  .section_benefit .list_benefit {
    width: 100%;
    padding: 0 16px;
    font-size: 0.9333333333rem;
  }
}
.section_benefit .list_benefit > li {
  margin-top: 52px;
}
.section_benefit .list_benefit > li:first-child {
  margin-top: 0;
}
.section_benefit .list_benefit > li dt {
  position: relative;
  z-index: 1;
}
.section_benefit .list_benefit > li dt::before {
  position: absolute;
  left: -20px;
  top: -7px;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/icon_heading01.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  z-index: -1;
  content: "";
}

.section_counseling {
  position: relative;
  margin-top: 90px;
}
.section_counseling .section_inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1132px) {
  .section_counseling .section_inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section_counseling .block_counseling_msg {
  line-height: 2.125;
}
.section_counseling .block_counseling_msg .text_counseling_msg {
  width: 600px;
}
@media screen and (max-width: 1132px) {
  .section_counseling .block_counseling_msg .text_counseling_msg {
    width: 56%;
  }
}
@media screen and (max-width: 960px) {
  .section_counseling .block_counseling_msg .text_counseling_msg {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section_counseling .block_counseling_msg .text_counseling_msg {
    font-size: 0.8666666667rem;
  }
}
.section_counseling .block_counseling_msg .text_counseling_msg p {
  margin-bottom: 24px;
}
.section_counseling .block_counseling_msg figure {
  position: absolute;
  right: 0;
  top: 70px;
  width: 500px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1132px) {
  .section_counseling .block_counseling_msg figure {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .section_counseling .block_counseling_msg figure {
    position: static;
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .section_counseling .block_counseling_msg figure {
    width: 100%;
    max-width: 500px;
  }
}
.section_counseling .block_counseling_msg figure img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 960px) {
  .section_counseling .block_counseling_msg figure img {
    border-radius: 20px;
  }
}
.section_counseling .block_worries {
  padding: 70px 0 50px;
}
.section_counseling .block_worries .item_worries {
  position: relative;
}
.section_counseling .block_worries .item_worries .heading_worry {
  position: relative;
  font-weight: bold;
  line-height: 2.125;
  z-index: 1;
}
.section_counseling .block_worries .item_worries .heading_worry .title_main {
  font-size: 1.4666666667rem;
  font-weight: normal;
}
.section_counseling .block_worries .item_worries .heading_worry.worry01::before {
  position: absolute;
  left: -25px;
  top: -34px;
  width: 235px;
  height: 150px;
  background-image: url("/assets/img/flow/bg_head_first01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 235px 150px;
  content: "";
  z-index: -1;
}
.section_counseling .block_worries .item_worries .heading_worry.worry02::before {
  position: absolute;
  right: -24px;
  top: -50px;
  width: 240px;
  height: 152px;
  background-image: url("/assets/img/flow/bg_head_first02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px 152px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .heading_worry.worry02::before {
    right: auto;
    left: 0;
  }
}
.section_counseling .block_worries .item_worries .heading_worry.worry03 {
  text-align: center;
}
.section_counseling .block_worries .item_worries .heading_worry.worry03::before {
  position: absolute;
  left: 180px;
  top: -20px;
  width: 249px;
  height: 133px;
  background-image: url("/assets/img/flow/bg_head_first03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 249px 133px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .heading_worry.worry03 {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .section_counseling .block_worries .item_worries .heading_worry.worry03::before {
    left: 0;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample {
  margin-top: 40px;
  line-height: 3.53;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample {
    line-height: 2.125;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample li {
  position: relative;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample li {
    margin-top: 8px;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample li > span {
  position: relative;
  display: inline-block;
}
.section_counseling .block_worries .item_worries .list_worry_sample li > span::before {
  position: absolute;
  left: -18px;
  top: 1.2em;
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/common/icon_heading01.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample li > span {
    padding-left: 4px;
  }
  .section_counseling .block_worries .item_worries .list_worry_sample li > span::before {
    top: 5px;
    left: -14px;
  }
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample li span {
    background: none !important;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry01 {
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample.worry01 {
    padding-left: 15px;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry01 + p {
  margin-top: 5px;
  padding-left: 32px;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry01 li:nth-child(1) span {
  background-image: url("/assets/img/flow/bg_text_w01-01.png");
  background-size: 302px 46px;
  background-repeat: no-repeat;
  background-position: right center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry01 li:nth-child(2) span {
  background-image: url("/assets/img/flow/bg_text_w01-02.png");
  background-size: 176px 37px;
  background-repeat: no-repeat;
  background-position: right center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry01 li:nth-child(3) span {
  background-image: url("/assets/img/flow/bg_text_w01-03.png");
  background-size: 330px 45px;
  background-repeat: no-repeat;
  background-position: left center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry01 li:nth-child(4) span {
  background-image: url("/assets/img/flow/bg_text_w01-04.png");
  background-size: 230px 43px;
  background-repeat: no-repeat;
  background-position: right center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry01 li:nth-child(5) span {
  background-image: url("/assets/img/flow/bg_text_w01-05.png");
  background-size: 330px 46px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample.worry01 {
    background-image: url("/assets/img/flow/bg_text_w03-01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry02 + p {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample.worry02 {
    padding-left: 15px;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry02 li:nth-child(1) span {
  background-image: url("/assets/img/flow/bg_text_w02-02.png");
  background-size: 230px 43px;
  background-repeat: no-repeat;
  background-position: right center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry02 li:nth-child(2) span {
  background-image: url("/assets/img/flow/bg_text_w02-03.png");
  background-size: 104px 38px;
  background-repeat: no-repeat;
  background-position: right center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry02 li:nth-child(3) span {
  background-image: url("/assets/img/flow/bg_text_w02-01.png");
  background-size: 175px 43px;
  background-repeat: no-repeat;
  background-position: left center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry02 li:nth-child(4) span {
  background-image: url("/assets/img/flow/bg_text_w02-04.png");
  background-size: 330px 46px;
  background-repeat: no-repeat;
  background-position: right center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry02 li:nth-child(5) span {
  background-image: url("/assets/img/flow/bg_text_w02-05.png");
  background-size: 272px 43px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample.worry02 {
    background-image: url("/assets/img/flow/bg_text_w03-01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry03 {
  background-image: url("/assets/img/flow/bg_text_w03-01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.section_counseling .block_worries .item_worries .list_worry_sample.worry03 + p {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries .list_worry_sample.worry03 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries.worry01 .text_etc {
    text-align: right;
  }
}
.section_counseling .block_worries .item_worries.worry02 {
  position: relative;
  top: -40px;
  text-align: right;
}
@media screen and (max-width: 1132px) {
  .section_counseling .block_worries .item_worries.worry02 {
    top: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .section_counseling .block_worries .item_worries.worry02 {
    top: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries.worry02 {
    text-align: left;
  }
  .section_counseling .block_worries .item_worries.worry02 .text_etc {
    text-align: right;
  }
}
.section_counseling .block_worries .item_worries.worry03 {
  position: relative;
  top: -40px;
  left: 20%;
  max-width: 660px;
}
@media screen and (max-width: 1132px) {
  .section_counseling .block_worries .item_worries.worry03 {
    top: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .section_counseling .block_worries .item_worries.worry03 {
    top: 0;
    left: 0;
    max-width: 640px;
    margin-top: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section_counseling .block_worries .item_worries.worry03 {
    padding-left: 0;
  }
}
.section_counseling .block_worries .item_worries.worry03 .text_etc {
  text-align: right;
}

.section_steps {
  margin-top: 120px;
  padding-bottom: 30px;
}

.list_steps {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 60px;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .list_steps {
    display: block;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.list_steps > li {
  width: 220px;
}
@media screen and (max-width: 960px) {
  .list_steps > li {
    width: 200px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 640px) {
  .list_steps > li {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
}
.list_steps > li figure {
  margin-bottom: 16px;
}
.list_steps > li figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .list_steps > li figure {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .list_steps > li dl {
    flex: 1;
    padding-left: 16px;
    padding-top: 12px;
  }
}
.list_steps > li dl dt {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .list_steps > li dl dt {
    font-size: 0.8666666667rem;
  }
}
@media screen and (max-width: 640px) {
  .list_steps > li dl dt {
    text-align: left;
  }
}
.list_steps > li dl dt span {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-color: #6AB49F;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.8666666667rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
}
.list_steps > li dl dd {
  margin-top: 16px;
  font-size: 0.8666666667rem;
}
.list_steps > li .btn_steps {
  margin: 16px auto 0;
  text-align: center;
}
.list_steps > li .btn_steps .btn_normal {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .list_steps > li .btn_steps .btn_normal {
    width: 100%;
    font-size: 0.8rem;
  }
}
.list_steps > li + li {
  position: relative;
}
.list_steps > li + li::before {
  position: absolute;
  left: -55px;
  top: 100px;
  width: 40px;
  height: 20px;
  background-image: url("/assets/img/common/arrow1.png");
  background-repeat: no-repeat;
  background-size: 169px 20px;
  background-position: right center;
  content: "";
}
@media screen and (max-width: 1132px) {
  .list_steps > li + li::before {
    left: -40px;
    width: 34px;
  }
}
@media screen and (max-width: 960px) {
  .list_steps > li + li::before {
    top: 80px;
    left: -32px;
  }
}
@media screen and (max-width: 640px) {
  .list_steps > li + li::before {
    left: 38px;
    top: -50px;
    width: 48px;
    transform: rotate(90deg);
  }
}

.block_steps_note {
  font-size: 0.8666666667rem;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .block_steps_note {
    font-size: 0.8rem;
  }
}
.block_steps_note p {
  margin-top: 16px;
}
.block_steps_note ul li::before {
  padding-left: 4px;
  padding-right: 6px;
  content: "・";
}

.section_process {
  padding: 90px 16px 110px;
}
@media screen and (max-width: 640px) {
  .section_process {
    padding: 80px 16px 70px;
  }
}
.section_process .block_title {
  text-align: center;
}
.section_process .list_process {
  width: 800px;
  margin: 80px auto 0;
  line-height: 2.125;
}
@media screen and (max-width: 960px) {
  .section_process .list_process {
    width: 100%;
    margin-top: 40px;
    padding: 0 16px;
    font-size: 0.9333333333rem;
  }
}
.section_process .list_process > li {
  margin-top: 44px;
}
.section_process .list_process > li dl > dt {
  position: relative;
  z-index: 1;
  font-size: 1.3333333333rem;
}
.section_process .list_process > li dl > dt::before {
  position: absolute;
  left: -23px;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/icon_heading01.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 960px) {
  .section_process .list_process > li dl > dt::before {
    left: -15px;
  }
}
@media screen and (max-width: 640px) {
  .section_process .list_process > li dl > dt {
    font-size: 1.2rem;
  }
}
.section_process .list_process > li dl > dd {
  margin-top: 8px;
}

.block_for_firsttime {
  width: 900px;
  margin: 130px auto 0;
  padding: 32px 24px 40px;
  background-color: #ffffff;
  border-radius: 30px;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .block_for_firsttime {
    width: 100%;
    border-radius: 24px;
  }
}
@media screen and (max-width: 640px) {
  .block_for_firsttime {
    border-radius: 20px;
    font-size: 0.8666666667rem;
  }
}
.block_for_firsttime dl > dt {
  font-size: 1.3333333333rem;
}
.block_for_firsttime dl > dd {
  margin-top: 24px;
}
.block_for_firsttime .list_note_firsttime {
  width: 700px;
  margin: 0 auto;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 960px) {
  .block_for_firsttime .list_note_firsttime {
    width: 87.5%;
    font-size: 0.8666666667rem;
  }
}
@media screen and (max-width: 640px) {
  .block_for_firsttime .list_note_firsttime {
    width: 100%;
  }
}
.block_for_firsttime .btn_firsttime {
  padding: 24px 0;
}
.block_for_firsttime .btn_firsttime .btn_normal {
  display: inline-block;
  width: 264px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.2rem;
  line-height: 60px;
}

.section_terms {
  padding-top: 66px;
}
.section_terms .block_title {
  text-align: center;
}
.section_terms .block_terms {
  line-height: 2.125;
}
.section_terms .block_terms p {
  margin-bottom: 32px;
}

.section_access .block_access {
  margin-top: 54px;
  line-height: 2.125;
}
.section_access .block_access .title_main {
  font-size: 1.4666666667rem;
  font-weight: bold;
  text-align: center;
}
.section_access .block_access_detail {
  margin-top: 40px;
}
.section_access .block_access_detail .text_access_detail {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section_access .block_access_detail .text_access_detail {
    font-size: 1.0666666667rem;
  }
}
.section_access .block_access_detail .note_access_detail {
  color: #6AB49F;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section_access .block_access_detail .note_access_detail {
    font-weight: normal;
  }
}
.section_access .block_access_detail .list_access {
  margin-top: 40px;
}
.section_access .block_access_detail .list_access li {
  margin-bottom: 24px;
}
.section_access .block_access_detail .list_access li dl > dt {
  position: relative;
  z-index: 1;
}
.section_access .block_access_detail .list_access li dl > dt::before {
  position: absolute;
  left: -15px;
  top: 3px;
  width: 22px;
  height: 22px;
  background-image: url("/assets/img/common/icon_heading01.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 640px) {
  .section_access .block_access_detail .list_access li dl > dt::before {
    left: -10px;
  }
}
.section_access .time-table {
  margin-top: 32px;
}
.section_access .time-table table {
  width: 100%;
  white-space: nowrap;
  border-top: 1px solid #6AB49F;
  transition: all 0.2s ease;
}
@media screen and (max-width: 960px) {
  .section_access .time-table table {
    width: 100%;
    font-size: 0.8666666667rem;
  }
}
@media screen and (max-width: 640px) {
  .section_access .time-table table {
    font-size: 0.8rem;
  }
}
.section_access .time-table tr {
  border-bottom: 1px solid #6AB49F;
}
.section_access .time-table th {
  padding: 10px 8px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .section_access .time-table th {
    padding: 8px 4px;
  }
}
.section_access .time-table th:first-of-type {
  letter-spacing: 0.18em;
}
.section_access .time-table th:last-of-type {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 640px) {
  .section_access .time-table th:last-of-type {
    letter-spacing: 0;
  }
}
.section_access .time-table td {
  width: 54px;
  padding: 16px 8px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .section_access .time-table td {
    padding: 8px 4px;
  }
}
.section_access .time-table td:first-of-type {
  width: 10rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.section_access .time-table th:last-of-type,
.section_access .time-table td:last-of-type {
  padding-right: 16px;
}
.section_access .time-table .list_table_note {
  margin-top: 40px;
}
.section_access .time-table .block_contact {
  margin-top: 40px;
  text-align: center;
}
.section_access .time-table .btn_normal {
  display: inline-block;
  width: 264px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.2rem;
  line-height: 60px;
}

.section_flow .section_slim01 {
  line-height: 2.125;
}
.section_flow .block_flow {
  padding-top: 32px;
  padding-bottom: 56px;
}
.section_flow .clip_item_flow {
  display: inline-block;
  height: 42px;
  margin-bottom: 24px;
  padding: 0 36px;
  background-color: #6AB49F;
  border-radius: 22px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section_flow .clip_item_flow {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 24px;
    padding: 12px 24px;
    line-height: 1.5;
    border-radius: 8px;
  }
}
.section_flow .list_flow {
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .section_flow .list_flow {
    padding-top: 0;
  }
}
.section_flow .list_flow > li {
  position: relative;
}
.section_flow .list_flow > li + li {
  margin-top: 62px;
}
.section_flow .list_flow > li + li::before {
  position: absolute;
  left: 50%;
  top: -45px;
  width: 20px;
  height: 32px;
  background-image: url("/assets/img/common/arrow2.png");
  background-size: 20px 32px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
  content: "";
}
.section_flow .list_flow > li.item_continue::before {
  top: -48px;
  width: 58px;
  height: 35px;
  background-image: url("/assets/img/common/arrow3.png");
  background-size: 58px 35px;
  content: "";
}
.section_flow .list_flow > li dl dt {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .section_flow .list_flow > li dl dt {
    font-size: 1rem;
  }
}
.section_flow .list_flow > li dl dt span {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  background-color: #6AB49F;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.8666666667rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
}
.section_flow .list_flow > li dl dd {
  display: flex;
  align-items: center;
}
.section_flow .list_flow > li dl dd.box_tall {
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .section_flow .list_flow > li dl dd {
    display: block;
  }
}
.section_flow .list_flow > li dl dd figure {
  vertical-align: top;
  align-items: flex-start;
  width: 160px;
}
@media screen and (max-width: 640px) {
  .section_flow .list_flow > li dl dd figure {
    margin: 0 auto;
  }
}
.section_flow .list_flow > li dl dd figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.section_flow .list_flow > li dl dd .detail_flow {
  flex: 1;
  padding-left: 48px;
}
@media screen and (max-width: 960px) {
  .section_flow .list_flow > li dl dd .detail_flow {
    padding-left: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section_flow .list_flow > li dl dd .detail_flow {
    margin-top: 32px;
    padding-left: 0;
  }
}
.section_flow .list_flow > li dl dd .note_flow {
  padding-top: 12px;
  font-size: 0.8666666667rem;
}
.section_flow .list_flow > li dl dd .note_flow p {
  margin-top: 16px;
}
.section_flow .list_flow > li dl dd .note_flow ul li::before {
  padding-left: 4px;
  padding-right: 6px;
  content: "・";
}
.section_flow .block_flow_note {
  margin-top: 40px;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px dashed #6AB49F;
  border-radius: 15px;
}
@media screen and (max-width: 640px) {
  .section_flow .block_flow_note {
    padding: 16px;
  }
}

.section_flow_process {
  padding: 100px 16px 110px;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .section_flow_process {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.section_flow_process .list_process {
  padding-top: 10px;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .section_flow_process .list_process {
    padding-top: 0;
  }
}
.section_flow_process .list_process > li {
  margin-top: 44px;
}
.section_flow_process .list_process > li dl > dt {
  position: relative;
  z-index: 1;
  font-size: 1.3333333333rem;
}
.section_flow_process .list_process > li dl > dt::before {
  position: absolute;
  left: -23px;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/icon_heading01.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 960px) {
  .section_flow_process .list_process > li dl > dt::before {
    left: -15px;
  }
}
@media screen and (max-width: 640px) {
  .section_flow_process .list_process > li dl > dt {
    font-size: 1.2rem;
  }
}
.section_flow_process .list_process > li dl > dd {
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .section_rates .area_rates {
    padding-top: 0;
  }
}
.section_rates .section_slim01 {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .section_rates .section_slim01 {
    margin-top: 40px;
  }
}
.section_rates .title_main {
  margin-bottom: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 30px;
}
.section_rates .link_to_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .section_rates .link_to_icon {
    width: 26px;
    height: 26px;
  }
}
.section_rates .link_to_icon img {
  width: 100%;
  height: auto;
}
.section_rates .item_rates {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.section_rates .item_rates + .item_rates {
  margin-top: 30px;
}
.section_rates .item_rates.next_flow {
  margin-top: 50px;
}
.section_rates .item_rates.next_flow::after {
  position: absolute;
  left: 50px;
  top: -34px;
  width: 20px;
  height: 23px;
  background-image: url("/assets/img/common/arrow4.png");
  background-repeat: no-repeat;
  background-size: 20px 23px;
  background-position: center;
  content: "";
}
.section_rates .item_rates_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 80px;
}
@media screen and (max-width: 640px) {
  .section_rates .item_rates_in {
    display: block;
    min-height: 66px;
  }
}
.section_rates .item_rates_in .text_rates {
  padding: 16px 16px 16px 32px;
}
@media screen and (max-width: 640px) {
  .section_rates .item_rates_in .text_rates {
    padding: 16px 16px 0;
  }
}
.section_rates .item_rates_in .text_rates .note_rates_text {
  display: block;
  color: #6AB49F;
  font-size: 0.8666666667rem;
}
.section_rates .item_rates_in .text_rates .small_rates_text {
  display: inline-block;
  margin-left: 3px;
  font-size: 0.8666666667rem;
}
.section_rates .item_rates_in .num_rates {
  text-align: right;
}
.section_rates .item_rates_in .num_rates .length_item {
  display: inline-block;
}
.section_rates .item_rates_in .num_rates .rates_item {
  display: inline-block;
  min-width: 150px;
  padding-right: 32px;
}
@media screen and (max-width: 640px) {
  .section_rates .item_rates_in .num_rates .rates_item {
    min-width: 0;
    padding: 0 16px 16px;
  }
}
.section_rates .item_rates_in + .item_rates_in {
  border-top: 1px dashed #6AB49F;
}
.section_rates .heading_sub {
  margin-top: 52px;
  margin-bottom: 12px;
  font-weight: bold;
}
.section_rates .heading_sub span {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8666666667rem;
  font-weight: normal;
}
.section_rates .list_note_rates {
  margin-top: 20px;
  font-size: 0.8666666667rem;
}
.section_rates .list_note_rates .color_g {
  color: #6AB49F;
  font-weight: bold;
}

.block_title {
  margin-bottom: 36px;
}
.block_title .title_sub {
  margin-bottom: 1rem;
  color: #6AB49F;
  font-size: 0.9333333333rem;
}
#page_top .block_title .title_sub {
  margin-bottom: 0;
  font-size: 0.8666666667rem;
}
.block_title .title_main {
  font-size: 1.7333333333rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .block_title .title_sub {
    margin-bottom: 0.7rem;
    font-size: 0.8666666667rem;
  }
  .block_title .title_main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .block_title .title_sub {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
  .block_title .title_main {
    font-size: 1.3333333333rem;
  }
}
.title_in .block_title {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  width: 1100px;
  margin: 0 auto;
}
.title_in .block_title .title_sub {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 0.9333333333rem;
}
.title_in .block_title .title_main {
  color: #ffffff;
  font-size: 2.1333333333rem;
}
@media screen and (max-width: 1132px) {
  .title_in .block_title {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 960px) {
  .title_in .block_title .title_sub {
    margin-bottom: 0.7rem;
    font-size: 0.8666666667rem;
  }
  .title_in .block_title .title_main {
    font-size: 1.8666666667rem;
  }
}
@media screen and (max-width: 640px) {
  .title_in .block_title .title_sub {
    margin-bottom: 0.7rem;
    font-size: 0.8666666667rem;
  }
  .title_in .block_title .title_main {
    font-size: 1.4666666667rem;
  }
}

.lead_text {
  position: relative;
  line-height: 2.125;
  z-index: 3;
}

.list_notice {
  max-width: 850px;
  margin: 0 auto;
}

.item_notice {
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: 1px dashed #4F4844;
  line-height: 1.6;
}
.item_notice .link_notice {
  display: block;
  transition: all 0.4s ease;
}
.item_notice .link_notice:hover {
  color: #F06C50;
}
.item_notice dl {
  display: flex;
  align-items: center;
  min-height: 90px;
}
.item_notice dl dt {
  width: 140px;
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  .item_notice dl dt {
    width: 96px;
    padding-left: 8px;
    font-size: 0.8666666667rem;
  }
}
.item_notice dl dd {
  position: relative;
  flex: 1;
  padding: 6px 60px 5px 0;
}
@media screen and (max-width: 640px) {
  .item_notice dl dd {
    padding-right: 44px;
    font-size: 0.8666666667rem;
    text-align: justify;
  }
  .item_notice dl dd .text_notice {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.item_notice dl dd::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 26px;
  height: 10px;
  background-image: url("/assets/img/common/icon_link02.png");
  background-repeat: no-repeat;
  background-size: 26px 10px;
  background-position: center;
  transition: all 0.3s ease-out;
  content: "";
}
.item_notice dl dd:hover::after {
  right: 0;
}

.block_note {
  margin-top: 80px;
}

.note_card_wrap {
  margin-top: 20px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.note_card {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid rgba(8, 19, 26, 0.1411764706);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.note_card:hover {
  border-color: rgba(8, 19, 26, 0.4);
}
.note_card .note_card_inner {
  display: flex;
  align-items: center;
}

.note_card_inner {
  display: flex;
  align-items: center;
}
.note_card_inner img {
  display: inline-block;
  vertical-align: top;
  max-width: 120px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.note_card_inner .note_card_text {
  flex: 1;
  padding: 0 24px;
}
.note_card_inner .note_card_text h4 {
  margin: 0 0 12px;
  font-size: 0.9333333333rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .note_card_inner .note_card_text h4 {
    margin-bottom: 4px;
  }
}
.note_card_inner .note_card_text p {
  font-size: 0.9333333333rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .note_card_inner .note_card_text p {
    font-size: 0.8rem;
    text-align: justify;
  }
}

.img_block-access {
  position: relative;
}
.img_block-access img {
  width: 100%;
  height: auto;
}

.img_block-access2 {
  height: 200px;
  background-image: url("/assets/img/common/green02.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .img_block-access2 {
    background-size: 100%;
    background-position: center 80%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 640px) {
  .img_block-access2 {
    height: 2px;
    background-image: none;
    background: linear-gradient(30deg, #79C7F7 0%, #6AB49F 50%);
  }
}

.link_normal {
  position: relative;
  display: inline-block;
  padding-right: 38px;
  font-weight: bold;
  line-height: 30px;
  transition: all 0.2s ease;
}
.link_normal::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("/assets/img/common/icon_link01.png") no-repeat center center;
  background-size: 30px 30px;
  content: "";
}
.link_normal::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 38px);
  height: 1px;
  background-color: #4F4844;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
  content: "";
}
.link_normal:hover {
  color: #F06C50;
}
.link_normal:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.link_anchor {
  position: relative;
  display: inline-block;
  padding-left: 38px;
  font-weight: bold;
  line-height: 30px;
  transition: all 0.2s ease;
}
.link_anchor::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("/assets/img/common/icon_link03.png") no-repeat center center;
  background-size: 30px 30px;
  content: "";
}
.link_anchor::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 38px);
  height: 1px;
  background-color: #4F4844;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
  content: "";
}
.link_anchor:hover {
  color: #F06C50;
}
.link_anchor:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.link_text {
  text-decoration: underline;
}
.link_text:hover {
  text-decoration: none;
}

.list_links {
  margin-top: 40px;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .list_links {
    margin-top: 24px;
  }
}
.list_links li {
  display: inline-block;
  margin-left: 24px;
}
@media screen and (max-width: 960px) {
  .list_links li {
    margin: 12px 12px 0 0;
  }
}
.list_links li:first-child {
  margin-left: 0;
}

.list_anchor {
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .list_anchor {
    margin-top: 24px;
  }
}
@media screen and (max-width: 960px) {
  #page_flow_firsttime .list_anchor {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list_anchor li {
  display: inline-block;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 960px) {
  .list_anchor li {
    margin: 0 24px 16px 0;
  }
}
.list_anchor li:first-child {
  margin-left: 0;
}
.list_anchor.pos_neck {
  margin-top: 40px;
  padding: 0 16px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .list_anchor.pos_neck {
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  .list_anchor.pos_neck {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (max-width: 640px) {
  .list_anchor.pos_neck li {
    display: block;
  }
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.fw-b {
  font-weight: bold;
}

.mt0 {
  margin-top: 0;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt32 {
  margin-top: 32px;
}

.fz16 {
  font-size: 1.0666666667rem;
}

.fz13 {
  font-size: 0.8666666667rem;
}

.text_line {
  text-decoration: underline;
}

.color_green {
  color: #6AB49F;
}

.pc_only {
  display: inline;
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

.pc-tab_only {
  display: inline;
}
@media screen and (max-width: 960px) {
  .pc-tab_only {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab_only {
    display: inline;
  }
}

.tab-sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab-sp_only {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .tab-sp_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: inline;
  }
}

.text_note01 {
  color: #F06C50;
  font-weight: bold;
}

.section_slim01 {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .section_slim01 {
    width: 100%;
  }
}
#page_terms .section_slim01 {
  padding-top: 16px;
}

.list_card01 {
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 24px;
}
@media screen and (max-width: 1132px) {
  .list_card01 {
    width: 100%;
  }
}
.list_card01 > li {
  width: 32%;
  margin: 0 0.6% 40px;
  padding: 16px 16px 20px;
}
@media screen and (max-width: 960px) {
  .list_card01 > li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .list_card01 > li {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 40px;
    border: 1px solid #ffffff;
    border-radius: 15px;
  }
}
.list_card01 > li figure {
  max-width: 300px;
  margin: 0 auto 20px;
}
.list_card01 > li figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .list_card01 > li figure {
    width: 100%;
  }
  .list_card01 > li figure img {
    max-width: 100%;
  }
}
.list_card01 > li dl {
  line-height: 2.125;
}
.list_card01 > li dl dd {
  margin-top: 8px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.block_white01 {
  padding: 60px 54px 90px;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .block_white01 {
    padding: 50px 20px 48px;
  }
}
@media screen and (max-width: 640px) {
  .block_white01 {
    padding: 30px 16px 48px;
    font-size: 0.9333333333rem;
    border-radius: 20px;
  }
}
#page_terms .block_white01 {
  padding: 72px 80px 60px;
}
@media screen and (max-width: 960px) {
  #page_terms .block_white01 {
    padding: 60px 32px 30px;
  }
}
@media screen and (max-width: 640px) {
  #page_terms .block_white01 {
    padding: 40px 16px 20px;
  }
}
@media screen and (max-width: 640px) {
  #page_contact .block_white01 {
    line-height: 1.5;
  }
}
.block_white01.block_rates {
  padding-left: 75px;
  padding-right: 75px;
  border: 1px solid #6AB49F;
  background-color: transparent;
  line-height: 2.125;
}
@media screen and (max-width: 960px) {
  .block_white01.block_rates {
    padding: 60px 32px 30px;
  }
}
@media screen and (max-width: 640px) {
  .block_white01.block_rates {
    padding: 40px 16px 20px;
  }
}
.block_white01.block_rates + .block_rates {
  margin-top: 90px;
}

.block_note01 {
  margin-top: 20px;
  padding: 28px 40px 40px;
  background-color: #F4F4F4;
  border-radius: 15px;
  font-size: 0.8666666667rem;
  line-height: 2.125;
}
@media screen and (max-width: 960px) {
  .block_note01 {
    padding: 28px 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  .block_note01 {
    padding: 24px 16px 32px;
    font-size: 0.8rem;
  }
}
.block_note01 dl dd {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .block_note01 dl dd {
    margin-top: 12px;
  }
}
.block_note01 dl dd .list_dot01 {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .block_note01 dl dd .list_dot01 {
    margin-top: 16px;
  }
}

.list_dot01 li {
  position: relative;
  padding-left: 1em;
}
.list_dot01 li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  content: "・";
}

.block-access {
  position: relative;
  background-image: url("/assets/img/common/bg-noise.png");
  background-size: 50px;
}
@media screen and (max-width: 640px) {
  .block-access .img_block-access {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .block-access .img_block-access > div {
    position: relative;
    left: 50%;
    top: 0;
    width: 700px;
    height: auto;
    transform: translate(-50%, 0);
  }
}
.block-access .content_access {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  padding: 56px 0 100px;
}
@media screen and (max-width: 1132px) {
  .block-access .content_access {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .block-access .content_access {
    display: block;
  }
}
.block-access .content_access .img_content_access {
  width: 400px;
}
@media screen and (max-width: 1132px) {
  .block-access .content_access .img_content_access {
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  .block-access .content_access .img_content_access {
    width: 100%;
  }
}
.block-access .content_access .img_content_access img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.block-access .content_access .detail_access {
  flex: 1;
  padding: 20px 0 0 84px;
  line-height: 2.125;
}
@media screen and (max-width: 1132px) {
  .block-access .content_access .detail_access {
    padding-left: 56px;
  }
}
@media screen and (max-width: 960px) {
  .block-access .content_access .detail_access {
    padding-left: 35px;
  }
}
@media screen and (max-width: 640px) {
  .block-access .content_access .detail_access {
    position: relative;
    top: -90px;
    padding: 35px 16px;
    background-color: #ffffff;
    border-radius: 20px;
  }
}
.block-access table {
  width: 570px;
  white-space: nowrap;
  border-top: 1px solid #4F4844;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1132px) {
  .block-access table {
    width: 530px;
  }
}
@media screen and (max-width: 960px) {
  .block-access table {
    width: 100%;
    font-size: 0.8666666667rem;
  }
}
@media screen and (max-width: 640px) {
  .block-access table {
    font-size: 0.8rem;
  }
}
.block-access tr {
  border-bottom: 1px solid #4F4844;
}
.block-access th {
  padding: 10px 8px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .block-access th {
    padding: 8px 4px;
  }
}
.block-access th:first-of-type {
  letter-spacing: 0.18em;
}
.block-access th:last-of-type {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 640px) {
  .block-access th:last-of-type {
    letter-spacing: 0;
  }
}
.block-access td {
  width: 54px;
  padding: 16px 8px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .block-access td {
    padding: 8px 4px;
  }
}
.block-access td:first-of-type {
  width: 10rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.block-access th:last-of-type,
.block-access td:last-of-type {
  padding-right: 16px;
}
.block-access .list_table_note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .block-access .list_table_note {
    font-size: 0.8rem;
  }
}
.block-access .footer_logo {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}
#page_access .block-access .footer_logo {
  bottom: 200px;
}
@media screen and (max-width: 640px) {
  #page_access .block-access .footer_logo {
    bottom: 0;
  }
}
.block-access .footer_logo img {
  width: 90px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .block-access .footer_logo {
    display: block;
    padding: 0 0 24px 24px;
  }
}
@media screen and (max-width: 640px) {
  .block-access .footer_logo {
    padding: 0 0 16px 16px;
  }
}
.block-access .footer_logo .footer_logo_copy {
  display: none;
  position: absolute;
  left: 140px;
  bottom: 22px;
  width: 360px;
  font-size: 0.8rem;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .block-access .footer_logo .footer_logo_copy {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .block-access .footer_logo .footer_logo_copy {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .block-access .block_footer_access {
    font-size: 0.8666666667rem;
  }
  .block-access .block_footer_access .dd_access {
    font-size: 0.8rem;
  }
}

.list_note_12 {
  font-size: 0.8rem;
}

.footer {
  background-color: #E5E5E5;
}
.footer .logo {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 1132px) {
  .footer .logo {
    top: -10px;
  }
}
@media screen and (max-width: 960px) {
  .footer .logo {
    position: fixed;
    left: 16px;
    top: 16px;
  }
}
.footer .logo img {
  width: 125px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1132px) {
  .footer .logo img {
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  .footer .logo img {
    width: 80px;
  }
}
.footer .footer_copy {
  position: absolute;
  right: 0;
  bottom: 25px;
  font-size: 0.8rem;
}
@media screen and (max-width: 1132px) {
  .footer .footer_copy {
    right: 16px;
  }
}
.footer .footer_inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 65px 0 25px;
}
@media screen and (max-width: 1132px) {
  .footer .footer_inner {
    width: 100%;
    padding: 45px 16px 25px;
  }
}
.footer .content_footer {
  display: flex;
  padding-bottom: 56px;
  font-size: 0.9333333333rem;
  line-height: 2.125;
}
.footer .content_footer .block_footer_btn {
  width: 250px;
  margin-left: 95px;
  font-size: 0.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 1132px) {
  .footer .content_footer .block_footer_btn {
    width: 224px;
    margin-left: 64px;
  }
}
.footer .content_footer .list_footer_navi {
  display: grid;
  gap: 0 40px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(5, auto);
  font-weight: bold;
}
@media screen and (max-width: 1132px) {
  .footer .content_footer .list_footer_navi {
    grid-template-columns: 1fr 1fr;
  }
}
.footer .content_footer .list_footer_navi a {
  position: relative;
}
.footer .content_footer .list_footer_navi a::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #fffefe;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s;
  content: "";
}
.footer .content_footer .list_footer_navi a::after {
  position: absolute;
  left: -12px;
  top: calc(50% - 2px);
  width: 3px;
  height: 3px;
  background-color: #F06C50;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease-in;
  content: "";
}
.footer .content_footer .list_footer_navi a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.footer .content_footer .list_footer_navi a:hover::after {
  content: "";
}
@media screen and (max-width: 1132px) {
  .footer .content_footer .list_footer_navi .list_air {
    display: none;
  }
}
.footer .footer_toe {
  position: absolute;
  left: 220px;
  bottom: 27px;
}
.footer .footer_toe .list_lang {
  color: #B5B3B2;
  font-size: 0.9333333333rem;
  letter-spacing: -0.4em;
  vertical-align: top;
}
.footer .footer_toe .list_lang li {
  display: inline-block;
  letter-spacing: normal;
}
.footer .footer_toe .list_lang li a {
  color: #8F837C;
}
.footer .footer_toe .list_lang li a:hover {
  color: #F06C50;
}
@media screen and (max-width: 960px) {
  .footer {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 450;
    transition: opacity 0.4s ease;
  }
  .footer.menu-on {
    display: block;
  }
  .footer.menu-on3 {
    opacity: 1;
  }
  .footer .footer_copy {
    right: auto;
    left: 16px;
    bottom: 74px;
    font-size: 0.7333333333rem;
    z-index: 455;
  }
  .footer .footer_inner {
    position: relative;
    top: 50px;
    height: 100%;
    padding: 45px 16px 66px;
    transition: opacity 0.4s ease, top 0.2s ease-out;
    opacity: 0.4;
  }
  .footer .footer_inner::after {
    position: absolute;
    left: -50%;
    top: 0;
    width: 200%;
    height: 150%;
    background-image: url("/assets/img/common/bg_blob05.png");
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: center center;
    opacity: 0.9;
    border-radius: 55% 45% 0 0;
    z-index: 452;
    content: "";
  }
  .footer .footer_inner.menu-on2 {
    top: 0;
    opacity: 1;
  }
  .footer .content_footer {
    position: relative;
    display: block;
    width: 400px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 75px;
    z-index: 455;
  }
  .footer .content_footer .block_footer_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 176px;
    margin-left: 0;
    text-align: center;
  }
  .footer .content_footer .list_footer_navi {
    display: block;
    gap: 0;
  }
  .footer .content_footer .list_footer_navi li {
    margin-top: 6px;
  }
  .footer .content_footer .list_footer_navi .list_air {
    display: block;
    height: 5px;
  }
  .footer .footer_toe {
    position: absolute;
    left: auto;
    right: 16px;
    bottom: 104px;
    z-index: 455;
  }
  .footer .footer_toe .list_lang {
    color: #B5B3B2;
    font-size: 0.8666666667rem;
    vertical-align: top;
  }
  .footer .footer_toe .list_lang li {
    display: block;
    margin-top: 10px;
  }
  .footer .footer_toe .list_lang li span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer .content_footer {
    width: 100%;
    font-size: 0.8666666667rem;
  }
}

.form_contact {
  margin-top: 60px;
}
.form_contact.page-confirm {
  margin-top: 0;
}

input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
textarea:focus {
  outline: none;
  border-style: dashed;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number] {
  width: 100%;
  height: 64px;
  padding: 16px;
  background-color: #F7F7F7;
  border: 1px solid #6AB49F;
  border-radius: 6px;
  font-size: 1.0666666667rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #989694;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder {
  color: #989694;
}

.form_short01 {
  width: 190px;
}

textarea {
  width: 100%;
  padding: 16px;
  background-color: #F7F7F7;
  border: 1px solid #6AB49F;
  border-radius: 6px;
  font-size: 1.0666666667rem;
  line-height: 2.125;
  resize: vertical;
}
textarea::-moz-placeholder {
  color: #989694;
}
textarea::placeholder {
  color: #989694;
}

input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #F7F7F7;
  border: 1px solid #6AB49F;
  border-radius: 6px;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
input[type=checkbox]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/common/img_check01.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
}
input[type=checkbox] + label {
  display: inline-block;
  padding-left: 4px;
  line-height: 30px;
  vertical-align: top;
}

input[type=radio] {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #F7F7F7;
  border: 1px solid #6AB49F;
  border-radius: 50%;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6AB49F;
  content: "";
}
input[type=radio] + label {
  display: inline-block;
  padding-left: 4px;
  line-height: 30px;
  vertical-align: top;
}

.list_form_content > li {
  margin-top: 40px;
}
.list_form_content > li:first-child {
  margin-top: 0;
}
form.page-confirm .list_form_content > li {
  margin-top: 24px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #6AB49F;
}
.list_form_content > li dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .list_form_content > li dl {
    display: block;
  }
}
.list_form_content > li dl dt {
  width: 190px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
form.page-confirm .list_form_content > li dl dt {
  width: 250px;
  font-size: 1rem;
}
.list_form_content > li dl dt.align-top {
  align-self: flex-start;
}
.list_form_content > li dl dt .item_required {
  padding-left: 8px;
  color: #F06C50;
  font-size: 0.8666666667rem;
  font-weight: normal;
}
.list_form_content > li dl dt .side_item {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .list_form_content > li dl dt {
    width: 100%;
    font-size: 1.0666666667rem;
  }
}
.list_form_content > li dl dd {
  width: calc(100% - 190px);
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .list_form_content > li dl dd {
    width: 100%;
    margin-top: 16px;
  }
}
.hr_green {
  margin-bottom: 40px;
  border-color: #6AB49F;
}

.text-firsttime {
  margin-bottom: 16px;
  font-weight: bold;
}

.form_firsttime {
  padding-bottom: 24px;
  text-align: center;
}

.list_form_check01 {
  vertical-align: top;
}
.list_form_check01 li {
  display: inline-block;
  margin-left: 30px;
}
.list_form_check01 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .list_form_check01 li {
    margin-right: 16px;
    margin-left: 0;
    margin-bottom: 8px;
  }
}

.list_form_half01 {
  vertical-align: top;
}
.list_form_half01 li {
  display: inline-block;
  min-width: 48%;
  margin-bottom: 16px;
}

.list_term {
  text-align: center;
  vertical-align: top;
}
.list_term li {
  display: inline-block;
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  .list_term li {
    margin: 8px 12px;
  }
}

.check-privacy {
  padding-top: 32px;
  text-align: center;
}

.form_btn_submit {
  margin-top: 24px;
  text-align: center;
}

.btn_submit {
  background: linear-gradient(180deg, #FF8F34 0%, #F06C50 50%);
  color: #ffffff;
}

.btn_back {
  background: linear-gradient(180deg, #E5E5E5 0%, lightgray 50%);
  color: #4F4844;
}

.btn_back,
.btn_submit {
  display: inline-block;
  height: 60px;
  width: 234px;
  background-position: 0% 100%;
  background-size: auto 200%;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  line-height: 60px;
  transition: all 0.35s ease;
}
.btn_back:hover,
.btn_submit:hover {
  background-position: 0% 22%;
}
.btn_back:focus,
.btn_submit:focus {
  outline: none;
}

.form_btn_w {
  margin-top: 32px;
  text-align: center;
}
.form_btn_w > button {
  margin: 0 14px;
}
@media screen and (max-width: 640px) {
  .form_btn_w > button {
    width: 130px;
    margin: 8px 3px 0;
  }
}

.form_error_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 10% auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  z-index: 9999;
  font-size: 0.8666666667rem;
}
.modal-content .error-title {
  margin-bottom: 24px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  text-align: center;
}

#errorList li {
  margin-top: 8px;
}
#errorList li::before {
  content: "● ";
  color: #6AB49F;
}

.btn-modal {
  display: block;
  width: 100px;
  height: 40px;
  margin: 24px auto 0;
  background: #E5E5E5;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}

.form-message {
  line-height: 2.125;
}

.circle_firsttime {
  position: absolute;
  right: 16px;
  top: -30px;
  width: 264px;
  height: 264px;
  padding-top: 50px;
  border-radius: 50%;
  background-color: rgba(253, 243, 230, 0.5);
  text-align: center;
}
.circle_firsttime p {
  margin-bottom: 18px;
  line-height: 2.125;
}
.circle_firsttime a {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .circle_firsttime {
    top: -70px;
    width: 230px;
    height: 230px;
    padding-top: 30px;
    font-size: 0.9333333333rem;
  }
}
@media screen and (max-width: 640px) {
  .circle_firsttime {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 32px;
    padding: 15px 32px;
    border-radius: 14px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.area_menu {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .area_menu {
    margin-top: 40px;
  }
}

.list_menu {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .list_menu {
    margin-top: 60px;
  }
}
.list_menu > li {
  margin-top: 96px;
  padding: 56px 48px;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .list_menu > li {
    margin-top: 80px;
    padding: 48px 32px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 640px) {
  .list_menu > li {
    margin-top: 72px;
    padding: 16px 24px 32px;
    border-radius: 20px;
  }
}
.list_menu > li:first-child {
  margin-top: 0;
}
.list_menu .item_menu {
  display: flex;
}
@media screen and (max-width: 640px) {
  .list_menu .item_menu {
    display: block;
  }
}
.list_menu .item_menu figure {
  width: 250px;
  padding-top: 0.7em;
}
@media screen and (max-width: 960px) {
  .list_menu .item_menu figure {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .list_menu .item_menu figure {
    width: auto;
    max-width: 340px;
    margin: 0 auto;
  }
}
.list_menu .item_menu figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.list_menu .item_menu .detail_menu {
  flex: 1;
  padding-left: 56px;
  line-height: 2.125;
}
@media screen and (max-width: 1132px) {
  .list_menu .item_menu .detail_menu {
    padding-left: 40px;
  }
}
@media screen and (max-width: 960px) {
  .list_menu .item_menu .detail_menu {
    padding-left: 32px;
  }
}
@media screen and (max-width: 640px) {
  .list_menu .item_menu .detail_menu {
    margin-top: 32px;
    padding-left: 0;
  }
}
.list_menu .item_menu .detail_menu > dt {
  position: relative;
  z-index: 1;
  font-size: 1.3333333333rem;
}
.list_menu .item_menu .detail_menu > dt::before {
  position: absolute;
  left: -23px;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/icon_heading01.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 640px) {
  .list_menu .item_menu .detail_menu > dt::before {
    left: -15px;
  }
}
.list_menu .item_menu .detail_menu > dd {
  margin-top: 8px;
}
.list_menu .item_menu .block_detali_menu {
  position: relative;
  padding: 0px;
}
.list_menu .item_menu .block_detali_menu .block_detali_content {
  position: relative;
  height: 300px;
  transition: all 0.4s;
  overflow: hidden;
}
.list_menu .item_menu .block_detali_menu .block_detali_content::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all 0.4s;
  border-bottom: 1px dashed rgba(106, 180, 159, 0.7);
}
.list_menu .item_menu .block_detali_menu .block_detali_content.no_more {
  height: auto;
}
.list_menu .item_menu .block_detali_menu .block_detali_content.no_more::before {
  display: none;
}
.list_menu .item_menu .block_detali_menu .block_detali_content.is_open::before {
  border-color: transparent;
}
.list_menu .item_menu .block_detali_menu .block_detali_content.is_open + .block_more {
  border-color: #4F4844;
}
.list_menu .item_menu .block_detali_menu .block_detali_content dl dt {
  margin-bottom: 3px;
  font-size: 1.2rem;
}
.list_menu .item_menu .block_detali_menu .block_detali_content .block_links {
  padding: 12px 24px;
  background-color: rgba(244, 244, 244, 0.7);
  border-radius: 5px;
}
.list_menu .item_menu .block_detali_menu .block_detali_content .block_links .link_normal {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .list_menu .item_menu .block_detali_menu .block_detali_content .block_links .link_normal {
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
.list_menu .item_menu .block_detali_menu .block_more {
  padding: 32px 0;
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
}
.list_menu .item_menu .block_detali_menu .btn_more {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #4F4844;
  border-radius: 20px;
  font-size: 0.8666666667rem;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s;
}
.list_menu .item_menu .block_detali_menu .btn_more:hover {
  background-color: rgba(106, 180, 159, 0.2);
}
.list_menu .item_menu .block_detali_menu .btn_more::before, .list_menu .item_menu .block_detali_menu .btn_more::after {
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #4F4844;
  transition: all 0.3s;
  content: "";
}
.list_menu .item_menu .block_detali_menu .btn_more::before {
  left: 27px;
  top: 51%;
  transform: rotate(45deg);
}
.list_menu .item_menu .block_detali_menu .btn_more::after {
  left: 35px;
  top: 51%;
  transform: rotate(-45deg);
}
.list_menu .item_menu .block_detali_menu .btn_more.is_open::before {
  left: 27px;
  top: 51%;
  transform: rotate(-45deg);
}
.list_menu .item_menu .block_detali_menu .btn_more.is_open::after {
  left: 35px;
  top: 51%;
  transform: rotate(45deg);
}
.list_menu .item_menu .block_reco {
  margin-top: 40px;
  padding: 24px 32px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px dashed #A17A58;
  border: 1px dashed #6AB49F;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .list_menu .item_menu .block_reco {
    padding: 24px 24px 30px;
  }
}
@media screen and (max-width: 640px) {
  .list_menu .item_menu .block_reco {
    padding: 24px 16px 30px;
  }
}
.list_menu .item_menu .block_reco > dl > dt {
  margin-bottom: 8px;
}
.list_menu .item_menu .block_reco .list_reco li {
  position: relative;
  padding-left: 1.3em;
}
.list_menu .item_menu .block_reco .list_reco li::after {
  position: absolute;
  left: 4px;
  top: 0.77em;
  width: 7px;
  height: 7px;
  background-color: #6AB49F;
  border-radius: 50%;
  content: "";
}
.list_menu .list_menu_detail li::before {
  padding-left: 4px;
  padding-right: 6px;
  content: "・";
}

.area_value {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .area_value {
    padding-top: 20px;
  }
}
.area_value .item_value.value01 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .area_value .item_value.value01 {
    width: 100%;
  }
}
.area_value .item_value.value02 {
  display: flex;
  margin-top: 60px;
  padding-left: 26px;
}
.area_value .item_value.value02 .block_value_text {
  flex: 1;
  padding-top: 42px;
}
@media screen and (max-width: 960px) {
  .area_value .item_value.value02 {
    display: block;
    padding-left: 0;
  }
}
.area_value .item_value.value03 {
  margin-top: 100px;
}
.area_value .item_value.value04 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 100px;
}
.area_value .item_value.value04 .block_value_text {
  flex: 1;
  padding-top: 32px;
}
.area_value .item_value.value04 .block_value_text .item05 {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .area_value .item_value.value04 {
    display: block;
    margin-top: 70px;
  }
  .area_value .item_value.value04 .block_value_text {
    position: relative;
    padding-top: 60px;
  }
  .area_value .item_value.value04 .block_value_text .item05 {
    margin-top: 80px;
  }
}
.area_value .block_value_text {
  line-height: 2.125;
}
.area_value .block_value_text dl {
  padding-left: 26px;
}
.area_value .block_value_text dl > dt {
  position: relative;
  font-size: 1.3333333333rem;
}
.area_value .block_value_text dl > dt > span {
  position: absolute;
  left: -26px;
  display: inline-block;
  width: 26px;
}
@media screen and (max-width: 640px) {
  .area_value .block_value_text dl > dt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.area_value .block_value_text dl > dd {
  margin-top: 12px;
}
.area_value .block_value_img01 {
  width: 285px;
  margin-right: 60px;
}
.area_value .block_value_img01 img {
  width: 100%;
  height: auto;
  border-radius: 130px;
  opacity: 0.85;
}
@media screen and (max-width: 960px) {
  .area_value .block_value_img01 {
    margin: 0 auto;
  }
}
.area_value .block_value_img02 {
  width: 273px;
  margin-left: 60px;
}
.area_value .block_value_img02 img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .area_value .block_value_img02 {
    height: 300px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
.area_value .list_links {
  margin-top: 86px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area_value .list_links {
    margin-top: 60px;
  }
}

.block_philosophy {
  position: relative;
  top: -140px;
  padding: 30px 0;
  line-height: 2.125;
}
@media screen and (max-width: 960px) {
  .block_philosophy {
    top: 0;
  }
}
.block_philosophy p {
  margin-top: 40px;
}
.block_philosophy p:first-of-type {
  padding-top: 140px;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .block_philosophy p:first-of-type {
    padding-top: 0;
  }
}
.block_philosophy .img_philosophy01 {
  width: 378px;
  float: right;
  margin-left: 24px;
  shape-margin: 80px;
}
@media screen and (max-width: 960px) {
  .block_philosophy .img_philosophy01 {
    shape-margin: 120px;
  }
}
@media screen and (max-width: 640px) {
  .block_philosophy .img_philosophy01 {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.block_philosophy .img_philosophy01 img {
  width: 100%;
  height: auto;
}

.section_404 {
  width: 800px;
  margin-top: 50px;
  padding: 90px 16px 0;
  background-color: #6AB49F;
  line-height: 2.125;
  border-radius: 40px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section_404 {
    width: 90%;
    padding: 60px 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .section_404 {
    width: 100%;
    font-size: 0.9333333333rem;
    text-align: left;
    border-radius: 20px;
  }
}
.section_404 .title_404 {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.3333333333rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section_404 .title_404 {
    font-size: 1.0666666667rem;
  }
}
.section_404 .face {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 30px auto 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .section_404 .face {
    width: 250px;
    height: 150px;
  }
}
.section_404 .face::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 300px;
  background-image: url("/assets/img/error/eyes-base01.png");
  background-repeat: no-repeat;
  background-size: 500px 505px;
  z-index: 100;
  content: "";
}
@media screen and (max-width: 640px) {
  .section_404 .face::after {
    width: 250px;
    height: 150px;
    background-size: 250px 253px;
  }
}
.section_404 .eyes {
  position: absolute;
  left: 50%;
  top: 85px;
  width: 144px;
  height: 94px;
  background-color: #fff;
  transform: translateX(-58%);
  display: flex;
  gap: 25px;
  z-index: 80;
}
@media screen and (max-width: 640px) {
  .section_404 .eyes {
    top: 43px;
    width: 72px;
    height: 47px;
    gap: 13px;
  }
}
.section_404 .iris-left, .section_404 .iris-right {
  position: relative;
  width: 41px;
  height: 51px;
  margin: 10px 10px;
  background-image: url("/assets/img/error/eyes01.png");
  background-repeat: no-repeat;
  background-size: 41px 51px;
  transition: transform 0.1s;
  transition-timing-function: ease-out;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .section_404 .iris-left, .section_404 .iris-right {
    width: 21px;
    height: 26px;
    margin: 5px;
    background-size: 21px 26px;
  }
}
.section_404 .iris-left {
  transform: translate(8px, 4px);
}
@media screen and (max-width: 640px) {
  .section_404 .iris-left {
    transform: translate(4px, 0px);
  }
}
.section_404 .iris-right {
  transform: translate(-8px, 12px);
}
@media screen and (max-width: 640px) {
  .section_404 .iris-right {
    transform: translate(-4px, 2px);
  }
}

.svg-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 400px;
  z-index: 0;
}
#page_top .svg-line {
  left: 0;
  top: 15%;
}
@media screen and (max-width: 640px) {
  #page_top .svg-line {
    left: -230%;
    top: 11%;
  }
}
#page_about .svg-line {
  left: -30%;
  top: 17%;
}
@media screen and (max-width: 640px) {
  #page_about .svg-line {
    left: -120%;
    top: 12%;
  }
}
#page_flow_firsttime .svg-line {
  left: -12%;
  top: 64%;
}
@media screen and (max-width: 960px) {
  #page_flow_firsttime .svg-line {
    left: -12%;
    top: 68%;
  }
}
@media screen and (max-width: 640px) {
  #page_flow_firsttime .svg-line {
    left: -45%;
    top: 71%;
  }
}

.svg-line02 {
  position: absolute;
  left: -10%;
  top: 8%;
  width: 100%;
  height: 400px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .svg-line02 {
    left: -280%;
    top: 5%;
  }
}
#page_about .svg-line02 {
  left: -10%;
  top: 41%;
}
@media screen and (max-width: 640px) {
  #page_about .svg-line02 {
    left: -250%;
    top: 40%;
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-image: url("/assets/img/common/bg-noise.png");
  background-size: 50px;
  background-color: #fff;
}

.loading span {
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50vh - 50px);
  width: 100px;
  height: 100px;
  background-image: url("/assets/img/common/logo_kiku03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: l1 3.5s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(-0.5turn);
  }
}
@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
/*
 * 新着情報
 * -------------------------------------------------------------------
 */
/*
 * 料金表
 * -------------------------------------------------------------------
 */
/*
 * ブログ
 * -------------------------------------------------------------------
 */
/*
 * CONTACT
 * -------------------------------------------------------------------
 *//*# sourceMappingURL=style.css.map */