/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ============================================
// base
// ==========================================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
}

body {
  color: #222222;
  font-size: 16px;
  font-family: din-2014, "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.05em;
  min-height: -webkit-fill-available;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: normal;
}

p {
  line-height: 1.6;
  margin-bottom: 0;
}

.wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}

.c-color-green {
  color: #24618c;
}

.c-color-darker-green {
  color: #24618c;
}

.c-color-red {
  color: #ed2b2b;
}

.c-color-blue {
  color: #476FE6;
}

.c-color-white {
  color: #ffffff;
}

.c-btn {
  cursor: pointer;
  display: inline-block;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 8px 8px 0 0 #d5b20f;
  border-radius: 20px;
  background-color: #fbe000;
  padding: 30px 30px;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  transition: all 0.25s ease-in-out;
  transform: translate(-8px, -8px);
}
.c-btn-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.5rem;
    padding: 30px 60px;
    min-width: 400px;
  }
}
.c-btn img {
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    box-shadow: 0 0 0 0 #d5b20f;
    transform: translate(0, 0);
  }
}

/* ============================================
// header
// ==========================================*/
.l-header {
  position: fixed;
  padding: 10px 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.4s ease-in-out;
}
.l-header.--scroll {
  background-color: rgba(34, 34, 34, 0.4);
}
.l-header__wrap {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .l-header__wrap {
    padding: 0 20px;
  }
}
.l-header__logo {
  width: 120px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 160px;
  }
}
.l-header__logo > a {
  display: block;
  width: 100%;
}
.l-header__nav-list.--contact a {
  color: #222222;
  background-color: #fbe000;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list.--contact a:hover {
    color: #222222;
    background-color: #ffffff;
  }
}
.l-header__nav-list a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-weight: 500;
  background-color: #24618c;
  border-radius: 28px;
  padding: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  .l-header__nav-list a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__nav-list a {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a:hover {
    color: #24618c;
    background-color: #ffffff;
  }
  .l-header__nav-list a:hover .l-header__tel-icon path {
    fill: #24618c;
  }
}
.l-header__tel-icon path {
  fill: #ffffff;
}

/* ============================================
// footer
// ==========================================*/
.l-footer {
  font-size: 14px;
}
.l-footer__copy {
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.l-footer__inner > img {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner > img {
    width: 240px;
  }
}

.l-main__form-title, .l-main__cv-title, .l-main__result-title, .l-main__intro-title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-main__form-title, .l-main__cv-title, .l-main__result-title, .l-main__intro-title {
    font-size: 48px;
  }
}

.l-main__mainvisual img {
  width: 100%;
}

.l-main__intro {
  background-color: #eeeeee;
}
.l-main__intro-title {
  font-weight: bold;
}
.l-main__intro-blocks {
  max-width: 900px;
}
.l-main__intro-block {
  width: 30%;
}
.l-main__intro-block img {
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 639px) {
  .l-main__intro-block-text {
    font-size: 12px;
  }
}

.l-main__result {
  background: url(bg-blue.jpg) no-repeat center/cover;
}
.l-main__result-title {
  display: inline-block;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main__result-title {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__result-title::before, .l-main__result-title::after {
    content: url(accent-white.png);
    position: absolute;
    bottom: 0;
    display: inline-block;
    vertical-align: bottom;
  }
  .l-main__result-title::before {
    left: -100px;
  }
  .l-main__result-title::after {
    right: -100px;
    transform: scale(-1, 1);
  }
}

.lp-title {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
}
.lp-title__wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-title {
    font-size: 48px;
  }
}
.lp-title::before, .lp-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #4a75ed;
  width: 40px;
  height: 6px;
  transform: translateX(-50%);
}
.lp-title::before {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.lp-title::after {
  background-color: #24618c;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .l-main__merit-block-text {
    width: 60%;
  }
}
.l-main__merit-block-title {
  margin-bottom: 1rem;
}
.l-main__merit-block-title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-main__merit-block-title span {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .l-main__merit-block-title span {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__merit-block-image {
    width: 35%;
  }
}

.l-main__voice {
  background-color: #eeeeee;
}
@media screen and (min-width: 768px) {
  .l-main__voice-slide-inner {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 42px;
  }
}
.l-main__voice-questions {
  position: relative;
}
.l-main__voice-question dt {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-main__voice-question dt {
    font-size: 18px;
    background-color: #eeeeee;
  }
}
.l-main__voice-question dt::before {
  content: "Q";
  display: block;
  color: #24618c;
  font-size: 2em;
  line-height: 1;
  margin-right: 0.5em;
  font-weight: normal;
}
.l-main__voice-question dd {
  line-height: 1.5;
  padding: 0.5rem;
}
.l-main__voice-profile {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main__voice-profile {
    top: 42px;
    right: 42px;
  }
}
.l-main__voice-profile-image {
  background-size: cover;
  background-position: center center;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  width: 250px;
  height: 250px;
  margin: 0 auto 0.8rem;
}
.l-main__voice-profile-name {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}

.l-main__voice-slider .slick-prev:before, .l-main__voice-slider .slick-next:before {
  content: "";
  display: inline-block;
  background-color: #4a75ed;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  opacity: 1;
}
.l-main__voice-slider .slick-prev, .l-main__voice-slider .slick-next {
  width: 42px;
  height: 42px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main__voice-slider .slick-prev, .l-main__voice-slider .slick-next {
    top: 8%;
  }
}
.l-main__voice-slider .slick-prev::after, .l-main__voice-slider .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media screen and (max-width: 767px) {
  .l-main__voice-slider .slick-prev {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main__voice-slider .slick-next {
    right: 0;
  }
}
.l-main__voice-slider .slick-next::after {
  left: 55%;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.l-main__voice-button {
  cursor: pointer;
  color: #476FE6;
  text-decoration: underline;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main__voice-button:hover {
    text-decoration: none;
  }
}
.l-main__voice-button.js-slick-prev {
  margin-left: 1rem;
}
.l-main__voice-button.js-slick-prev::before {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #476FE6 transparent transparent;
}
.l-main__voice-button.js-slick-next {
  margin-right: 1rem;
}
.l-main__voice-button.js-slick-next::after {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #476FE6;
}

.l-main__cv {
  background: url(bg-blue.jpg) no-repeat center/cover;
}
.l-main__cv-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-main__cv-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__cv-title {
    font-size: 40px;
  }
}
.l-main__cv-title span {
  font-size: 150%;
}
.l-main__cv-tel-link {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-main__cv-tel-link {
    font-size: 72px;
  }
}
.l-main__cv-tel-link img {
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .l-main__cv-tel-link img {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 1023px) {
  .l-main__fee-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 768px) {
  .l-main__fee-table {
    min-width: 680px;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__fee-table {
    width: 100%;
  }
}
.l-main__fee-table thead td {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-right: 1px solid #b4c1ac;
  background-color: #24618c;
  padding: 0.5em 1.5em;
}
.l-main__fee-table thead td:first-child {
  border-right: none;
  visibility: hidden;
}
.l-main__fee-table thead td:nth-child(2) {
  border-top-left-radius: 10px;
}
.l-main__fee-table thead td:last-child {
  border-right: none;
  border-top-right-radius: 10px;
}
.l-main__fee-table tbody td {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 1.5em;
  background-color: #f5f5f5;
  border-right: 1px solid #b4c1ac;
  border-bottom: 1px solid #b4c1ac;
}
.l-main__fee-table tbody td:last-child {
  border-right: none;
}
.l-main__fee-table tbody td span {
  display: inline-block;
  font-size: 180%;
  margin-right: 4px;
}
.l-main__fee-table tbody tr:first-child td {
  border-top-left-radius: 10px;
}
.l-main__fee-table tbody tr:last-child td {
  border-bottom: none;
}
.l-main__fee-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.l-main__fee-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.l-main__fee-table tbody .text-discount {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1em;
}
.l-main__fee-table tbody .text-discount::before, .l-main__fee-table tbody .text-discount::after {
  content: url(accent-red.png);
  display: inline-block;
  vertical-align: bottom;
}
.l-main__fee-table tbody .text-discount::before {
  margin-right: 6px;
}
.l-main__fee-table tbody .text-discount::after {
  margin-left: 6px;
  transform: scale(-1, 1);
}

.l-main__feeling {
  background: url(bg-blue-light.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-main__feeling-content-text {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .l-main__feeling-content-image {
    width: 40%;
  }
}
.l-main__feeling-content-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-main__feeling-content-title {
    font-size: 32px;
  }
}
.l-main__feeling-content-name {
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-main__feeling-content-name {
    font-size: 24px;
  }
}

.l-main__question-block {
  margin-bottom: 24px;
  position: relative;
}
.l-main__question-block dt, .l-main__question-block dd {
  display: flex;
  line-height: 1.5;
  border-radius: 10px;
  padding: 1em;
  padding-right: 2em;
}
@media screen and (min-width: 768px) {
  .l-main__question-block dt, .l-main__question-block dd {
    font-size: 18px;
    padding: 1em 5em;
  }
}
.l-main__question-block dt {
  cursor: pointer;
  align-items: center;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  position: relative;
  z-index: 2;
}
.l-main__question-block dt::before, .l-main__question-block dd::before {
  content: "Q";
  display: block;
  color: #24618c;
  font-size: 48px;
  line-height: 1;
  margin-right: 0.5em;
  font-weight: normal;
}
.l-main__question-block dd {
  align-items: flex-start;
  background-color: #f5f5f5;
}
.l-main__question-block dd::before {
  content: "A";
  color: #ed2b2b;
}
.l-main__question-block-mark {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.l-main__question-block-mark span:first-child, .l-main__question-block-mark span:last-child {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #24618c;
  width: 100%;
  height: 2px;
}
.l-main__question-block-mark span:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.25s ease-in-out;
}
.l-main__question-block-mark.--current span:last-child {
  transform: translate(-50%, -50%);
}

.l-main__form {
  background: url(bg-blue.jpg) no-repeat center/cover;
}
.l-main__form-title {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main__form-title {
    font-size: 24px;
  }
}

.l-main__form-table {
  display: block;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 40px 24px;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-main__form-table {
    margin-bottom: 80px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__form-table tr {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-main__form-table tr {
    border-bottom: 1px solid #f5f5f5;
  }
}
.l-main__form-table th {
  display: block;
  text-align: left;
  position: relative;
  padding: 0 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-main__form-table th {
    display: table-cell;
    width: 200px;
    margin-right: 2em;
    padding: 20px 0;
  }
}
.l-main__form-table th.required {
  display: inline-block;
}
.l-main__form-table th.required::after {
  content: "必須";
  color: #ed2b2b;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .l-main__form-table th.required::after {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-main__form-table th.required::after {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main__form-table .th-contents {
    padding-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__form-table td {
    display: block;
    width: 100%;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__form-table td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main__form-table tr:last-child td {
    margin-bottom: 0;
  }
}
.l-main__form-table input[type=text], .l-main__form-table input[type=email] {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  max-width: 100%;
  padding: 0.5em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-main__form-table input[type=text], .l-main__form-table input[type=email] {
    width: 380px;
  }
}
.l-main__form-table input#postalcode {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-main__form-table input#postalcode {
    width: 150px;
  }
}
.l-main__form-table textarea {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 0.5em;
  width: 100% !important;
  height: auto !important;
}
.l-main__form-table .select-wrap {
  display: block;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1024px) {
  .l-main__form-table .select-wrap {
    display: inline-block;
    margin-right: 1em;
  }
}
.l-main__form-table .select-wrap label {
  display: flex;
  align-items: center;
  position: relative;
}
.l-main__form-table .select-wrap label::before {
  content: "";
  display: inline-block;
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
.l-main__form-table .select-wrap label::after {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  background-color: #222222;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.l-main__form-table .select-wrap .--current {
  color: #24618c;
}
.l-main__form-table .select-wrap .--current::after {
  display: inline-block;
}
.l-main__form-table input[type=radio] {
  display: none;
}

.l-main__confirm-table {
  max-width: 700px;
  margin-bottom: 40px;
}
