@charset "UTF-8";
/* ==============================

目次

============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Add Coco-jet Custom
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==============================

Selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  background-color: #5B6ACF;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 16px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  font-size: 16px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

a,
a:focus,
*:focus {
  outline: none;
}

/* ----- TOPローディング ----- */
#loader-bg {
  background: #fff;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: absolute;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.loader-circle {
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 50%;
  animation: loading 1s infinite;
}
.loader-circle:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ==============================

Module

============================== */
.spOnly {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcOnly {
    display: inline-block;
  }
}

.cntBlock {
  padding: 16px 0 16px;
}

.heding {
  margin: 0 0 1em;
  text-align: center;
}
.heding_en {
  display: block;
}

.heding_ja {
  position: relative;
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1.5em);
}
.heding_ja::before {
  position: absolute;
  top: 50%;
  left: -26px;
  content: "";
  z-index: 1;
  width: 16px;
  height: 1px;
  background: #333;
}
.heding_ja::after {
  position: absolute;
  top: 50%;
  left: auto;
  content: "";
  z-index: 1;
  width: 16px;
  right: -26px;
  height: 1px;
  background: #333;
}
@media screen and (min-width: 768px) {
  .heding_ja {
    font-size: 1.2rem;
    transform: translateY(-3em);
  }
}

.lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 60px;
  }
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(8, 255, 200, 0.36);
}
.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

/* ==============================

Block

============================== */
.inner {
  padding: 0 16px;
}

/* ==============================

Header

============================== */
/* 
Header sub
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  background-color: #3FB9B9;
  z-index: 10;
}

.headerContainer {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.headerLogo {
  position: relative;
  width: 150px;
  margin: 0;
  z-index: 2;
}

.headerNav_items {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background-color: #3FB9B9;
}
.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    display: flex;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }
}

.headerNav_item {
  border-top: 1px solid rgba(218, 218, 218, 0.3);
}
@media screen and (min-width: 768px) {
  .headerNav_item {
    border-top: none;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem 1.5em 3em;
  color: #fff;
}
.headerNav_item a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .headerNav_item a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .headerNav_item a {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
  .headerNav_item a::before {
    content: none;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 6.4vw;
  top: 24px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .headerNav_button {
    display: none;
  }
}

.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 28px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
}
.headerNav_buttonLine.-close:before {
  opacity: 0;
}
.headerNav_buttonLine.-close:after {
  transform: translateY(-20px) rotate(-90deg);
}

article {
  max-width: 440px;
  margin: 0 auto;
  background-color: #fff;
}

/* ==============================

Hero

============================== */
/* 
Hero sub
------------------------------ */
.hero {
  background-color: #3FB9B9;
  padding: 40px 16px 64px;
}
@media screen and (min-width: 768px) {
  .hero .heromain img {
    height: 614px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 72px;
    object-position: 0px -4%;
  }
}

.hiroContainer {
  text-align: center;
  color: #fff7f7;
  font-weight: 600;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hiroContainer .hero_title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin: 24px 0;
}
.hiroContainer .hero_message {
  line-height: 1;
  margin: 0;
}

.hero_photo {
  max-width: 292px;
  margin: 32px auto 0;
}

/* ==============================

About

============================== */
/* 
About sub
------------------------------ */
#about {
  padding: 48px 0 0;
}

.about_h2 {
  margin: 0;
}

.about_sample {
  margin: 40px 0;
  padding: 0 16px;
}

.about-logo {
  width: 248px;
  margin: 40px auto;
}

.line-friends {
  text-align: center;
  line-height: 1;
  padding: 0 16px;
}
.line-friends a {
  color: #fff7f7;
  width: 100%;
  background-color: #06C755;
  padding: 16px 24px;
  border-radius: 50px;
  font-weight: 600;
}

/* ==============================

test

============================== */
.test_blocks .progress-wrapper {
  background: #d9488a;
  padding: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-bottom: 24px;
}
.test_blocks .progress-text {
  font-size: 10px;
  font-weight: 600;
  margin-right: 8px;
}
.test_blocks .progress-bar {
  flex: 1;
  height: 10px;
  background: #ffffff;
  border-radius: 999px;
  overflow: hidden;
}
.test_blocks .progress-bar .progress-bar-inner {
  width: 0%;
  height: 100%;
  background: #08ffc8;
  border-radius: 999px;
  transition: width 0.3s ease;
}
.test_blocks .test_block {
  padding: 0 16px;
}
.test_blocks .test_block .test_item {
  background-color: #ECECF1;
  text-align: center;
  padding: 32px 16px;
  border-radius: 10px;
  margin-bottom: 32px;
}
.test_blocks .test_block .test_item h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0;
}
.test_blocks .test_block .test_item h3 {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin: 24px 0;
}
.test_blocks .test_block .test_item .anser label {
  margin: 0 40px;
}
.test_blocks .test_block .test_item .anser .radio-p {
  font-size: 20px;
  font-weight: 600;
}
.test_blocks .test_block .test_item .error-message {
  display: none;
  margin-top: 8px;
}
.test_blocks .test_block .test_item .error-message p {
  color: #d9488a;
  font-weight: 600;
  margin: 0;
  /* 進捗バーと合わせてもOK */
  font-size: 12px;
}
.test_blocks .submit_button {
  text-align: center;
  font-size: 20px;
  color: #fff7f7;
}
.test_blocks .submit_button .submit {
  background-color: #E65A8E;
  line-height: 1;
  margin: 32px 16px;
  padding: 16px;
  border-radius: 30px;
}
.test_blocks .submit_button .submit:hover {
  cursor: pointer;
}

/* ==============================

result

============================== */
.result-point {
  position: relative;
}
.result-point .layer_red {
  width: 50%;
  height: 50%;
  background-color: #D92727;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.result-point .layer_yellow {
  width: 50%;
  height: 50%;
  background-color: #FFD84D;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.result-point .layer_greeen {
  width: 50%;
  height: 50%;
  background-color: #2ECC71;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.result-point .layer_blue {
  width: 50%;
  height: 50%;
  background-color: #4FC3F7;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.step2 {
  max-width: 390px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.step2 .sample_photo {
  max-width: 390px;
  margin: 0 auto;
  padding: 48px 0px;
}
.step2 .pos {
  position: absolute;
  padding: 4px 4px;
  line-height: 1;
  font-size: 14px;
  border: solid 1px #333333;
  background-color: #fff;
  z-index: 11;
}
.step2 .point {
  color: #E65A8E;
  font-weight: 600;
}
.step2 .ketsudan {
  top: 40px;
  left: 16px;
}
.step2 .souzou {
  top: 40px;
  right: 16px;
}
.step2 .kenzitsu {
  bottom: 32px;
  left: 16px;
}
.step2 .kyoucho {
  bottom: 32px;
  right: 16px;
}
.step2 .black {
  top: 168px;
  left: 88px;
}
.step2 .red {
  top: 70px;
  left: 140px;
}
.step2 .orange {
  top: 120px;
  left: 170px;
}
.step2 .purple {
  top: 166px;
  right: 105px;
}
.step2 .turquoise {
  top: 101px;
  right: 125px;
}
.step2 .yellow {
  top: 166px;
  right: 158px;
}
.step2 .brown {
  bottom: 120px;
  left: 126px;
}
.step2 .blue {
  bottom: 169px;
  left: 86px;
}
.step2 .green {
  bottom: 160px;
  left: 160px;
}
.step2 .gray {
  bottom: 116px;
  right: 138px;
}
.step2 .light_blue {
  bottom: 150px;
  right: 61px;
}
.step2 .pink {
  bottom: 162px;
  right: 155px;
}

.absolute {
  position: absolute;
}

.result-blocks .mainimage {
  position: relative;
}
.result-blocks .mainimage .balance {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.result-blocks .mainimage .main-blocks {
  width: 100%;
  padding: 0 16px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  margin: 48px 0 0;
  font-weight: 600;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.result-blocks .mainimage .main-blocks .h1-sub {
  margin: 0;
  line-height: 1;
}
.result-blocks .mainimage .main-blocks .result-h1 {
  margin: 24px 0 32px;
  font-size: 32px;
  line-height: 1;
}
.result-blocks .mainimage .main-blocks .result-h1 .ketudan {
  color: #D92727;
  background-color: #ffffff;
  padding: 8px;
}
.result-blocks .mainimage .main-blocks .result-h1 .sozo {
  color: #FFD84D;
  background-color: #ffffff;
  padding: 8px;
}
.result-blocks .mainimage .main-blocks .result-h1 .kyoucho {
  color: #4FC3F7;
  background-color: #ffffff;
  padding: 8px;
}
.result-blocks .mainimage .main-blocks .result-h1 .kenjitu {
  color: #2ECC71;
  background-color: #ffffff;
  padding: 8px;
}
.result-blocks .mainimage .main-blocks .h1-sub02 {
  position: relative;
  font-size: 20px;
  margin: 0;
}
.result-blocks .mainimage .main-blocks .h1-sub02::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  left: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-14deg);
  transform-origin: center;
}
.result-blocks .mainimage .main-blocks .h1-sub02::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(14deg);
  transform-origin: center;
}
.result-blocks .mainimage .main-blocks .main-photo {
  margin: 0 auto;
}

.result-explain {
  padding: 0 16px;
}
.result-explain .result-h2 {
  text-align: center;
  font-size: 18px;
  margin-top: 48px;
}
.result-explain .result-p {
  margin: 24px 0 0;
}
.result-explain .result-block {
  margin-top: 48px;
}
.result-explain .result-block .result-h3 {
  margin: 0;
  line-height: 1;
}
.result-explain .result-block .result-ul {
  margin-top: 24px;
}
.result-explain .result-block .result-ul li {
  position: relative;
  padding-left: 16px;
}
.result-explain .result-block .result-ul li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}
.result-explain .result-block02 {
  margin-top: 48px;
}
.result-explain .result-block02 .result-h3 {
  margin: 0;
  line-height: 1;
}
.result-explain .result-block02 .result-p {
  margin-top: 24px;
}
.result-explain .share-bloks {
  margin-top: 48px;
}
.result-explain .share-bloks h2 {
  text-align: center;
  color: #5B6ACF;
  font-size: 16px;
}
.result-explain .share-bloks .share-ul {
  display: flex;
  justify-content: space-evenly;
}
.result-explain .share-bloks .share-ul .share-li {
  width: 60px;
}
.result-explain .share-bloks .again-color {
  line-height: 1;
  font-weight: 600;
  margin-top: 24px;
  text-align: center;
}
.result-explain .share-bloks .again-color a {
  font-size: 13px;
}
.result-explain .share-bloks .again-color a:hover {
  text-decoration: underline;
}

.advice-blocks {
  margin-top: 64px;
  background-color: #F7F7FA;
  padding: 48px 16px;
}
.advice-blocks .advice-h2 {
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-size: 20px;
  color: #5B6ACF;
  position: relative;
}
.advice-blocks .advice-h2::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../img/adovice/advice01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 24px;
  top: -10px;
  transform: rotate(-30deg);
}
.advice-blocks .advice-h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../img/adovice/advice01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 24px;
  top: -10px;
  transform: rotate(30deg);
}
.advice-blocks .advice-p {
  margin: 24px 0;
  font-weight: 300;
  line-height: 1.5;
}
.advice-blocks .corch-photos {
  display: flex;
}
.advice-blocks .corch-photos .corch-photo {
  width: 85px;
}
.advice-blocks .corch-photos .corch-name {
  padding-left: 16px;
  margin: auto 0;
}
.advice-blocks .corch-photos .corch-name .corch-name-p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.advice-blocks .corch-photos .corch-name .corch-name-p02 {
  font-size: 12px;
  margin: 10px 0 4px;
  line-height: 1;
}
.advice-blocks .corch-photos .corch-name .corch-names {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.more-blocks {
  padding: 48px 16px;
}
.more-blocks .more-h2 {
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-size: 20px;
  color: #5B6ACF;
  position: relative;
}
.more-blocks .arrow {
  margin: 16px 0 0;
}
.more-blocks .arrow p {
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  color: #E65A8E;
}
.more-blocks .more-submit {
  text-align: center;
  margin: 24px 0 0;
  border: 1px #E65A8E solid;
  border-radius: 100px;
}
.more-blocks .more-submit a {
  font-size: 20px;
  font-weight: 600;
  color: #E65A8E;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}
.more-blocks .more-submit02 {
  text-align: center;
  margin: 24px 0 0;
  border: 1px #06C755 solid;
  border-radius: 100px;
}
.more-blocks .more-submit02 a {
  font-size: 20px;
  font-weight: 600;
  color: #06C755;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}

.kanshu_blocks {
  padding: 40px 16px;
  background-color: #FCFAFB;
}
.kanshu_blocks .kanshu_logo {
  width: 250px;
  margin: 0 auto;
}
.kanshu_blocks .kanshu-pro .kanshu_h3 {
  text-align: center;
  color: #5B6ACF;
  margin: 32px 0 0;
  line-height: 1;
  font-size: 17px;
}
.kanshu_blocks .kanshu-pro .kanshu_pro_block {
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
}
.kanshu_blocks .kanshu-pro .kanshu_pro_block .kanshu_photo {
  max-width: 115px;
}
.kanshu_blocks .kanshu-pro .kanshu_pro_block .kanshu_text {
  max-width: 290px;
  padding-left: 16px;
}
.kanshu_blocks .kanshu-pro .kanshu_pro_block .kanshu_text .kanshu_h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.kanshu_blocks .kanshu-pro .kanshu_pro_block .kanshu_text .kanshu_p {
  font-size: 12px;
  margin: 4px 0 0;
}
.kanshu_blocks .kanshu-pro .kanshu_pro_block .kanshu_text .kanshu_p02 {
  font-size: 12px;
  margin: 16px 0 0;
}

/* ==============================

Footer

============================== */
.footer {
  padding: 16px 0 16px 0;
  text-align: center;
  background-color: #333333;
  font-size: 10px;
  color: #fff7f7;
}

.footer_pagetop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #fff;
  background-color: #3FB9B9;
  cursor: pointer;
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

/* ==============================

Animetion

============================== */
.js-fadein {
  opacity: 0;
}

.is-active {
  animation: js-fadeIn 1s ease forwards;
}

@keyframes js-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-blurin {
  transform: translateY(10px);
  filter: blur(30px);
}
.u-blurin.is-active {
  transition: 0.6s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fadein {
  opacity: 0;
}
.u-fadein.is-active {
  animation: fadeIn 0.6s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* text */
.u-underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}
.u-underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background-color: rgba(8, 255, 200, 0.36);
}
.u-underline.is-active::before {
  animation: unliderline 0.6s 1s ease forwards;
}

@keyframes unliderline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* img */
.u-slidein {
  position: relative;
}
.u-slidein::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #dadada;
}
.u-slidein.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fadeup {
  transform: translateY(50px);
  opacity: 0;
}
.u-fadeup.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fadeup:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fadeup:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fadeup:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fadeup:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}/*# sourceMappingURL=style.css.map */