@charset "UTF-8";
/* 2021/3/22追加CSS */
/* 2021/4/6追加CSS */
:root {
  box-sizing: border-box;
  height: 100%;
}

* {
  box-sizing: inherit;
  border-width: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
*:after {
  box-sizing: inherit;
  border-width: 0;
  text-decoration: none;
  text-decoration: inherit;
  vertical-align: inherit;
}
*:before {
  box-sizing: inherit;
  border-width: 0;
  text-decoration: none;
  text-decoration: inherit;
  vertical-align: inherit;
}

.df {
  display: flex;
}

body {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 200;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  min-height: 100vh;
  max-width: 1920px;
  margin: auto;
}

audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
  box-sizing: content-box;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}

header {
  display: block;
}

main {
  display: block;
}

menu {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

summary {
  display: block;
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s all;
  text-decoration: none;
}
a:active {
  outline-width: 0;
}
a:hover {
  outline-width: 0;
  opacity: 0.7;
}

code {
  font-family: monospace, monospace;
}

kbd {
  font-family: monospace, monospace;
}

pre {
  font-family: monospace, monospace;
}

samp {
  font-family: monospace, monospace;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.15em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

li {
  list-style: none;
  list-style-position: inside;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
  font: inherit;
  background-color: transparent;
  border-style: none;
  color: inherit;
}

[role=button] {
  cursor: pointer;
}

[type=button] {
  cursor: pointer;
}
[type=button]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
  outline: 1px dotted ButtonText;
}

[type=reset] {
  cursor: pointer;
  -webkit-appearance: button;
}
[type=reset]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
  outline: 1px dotted ButtonText;
}

[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
  outline: 1px dotted ButtonText;
}

button {
  cursor: pointer;
  font: inherit;
  overflow: visible;
  -webkit-appearance: button;
  text-transform: none;
  background-color: transparent;
  border-style: none;
  color: inherit;
  display: block;
  margin: auto;
  width: 533px;
  height: 135px;
  background-image: url("../images/flo-btn_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transition: 0.3s;
  outline: none;
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button:hover {
  opacity: 0.7;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-family: initial;
  line-height: 100%;
}
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  font: inherit;
  background-color: transparent;
  border-style: none;
  color: inherit;
}

optgroup {
  font: inherit;
  font-weight: bold;
}

select {
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border-style: none;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background-color: #fff;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  line-height: inherit;
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
  padding: 13px 1em;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

html [type=button] {
  -webkit-appearance: button;
}

[tabindex="-1"]:focus {
  outline: none;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=text] {
  font-family: initial;
  line-height: 100%;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
  display: inline-block;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}

canvas {
  display: inline-block;
}

video {
  display: inline-block;
}

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

caption {
  text-align: left;
  word-break: break-all;
}

td {
  text-align: left;
  word-break: break-all;
}

th {
  text-align: left;
  word-break: break-all;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

a.is-call {
  pointer-events: none;
}

iframe {
  max-width: 100%;
}

.l-inner {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1040px;
}

.l-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 960px;
}

.disp-sp {
  display: none;
}

.l-header {
  height: 50px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 9.6px 0.4px rgba(0, 0, 0, 0.42);
  z-index: 100;
  background-repeat: no-repeat;
  background-position: left 4vw center;
  background-size: contain;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 9.6px 0.4px rgba(0, 0, 0, 0.42);
  z-index: 100;
  background-repeat: no-repeat;
  background-position: left 4vw center;
  background-size: contain;
  pointer-events: none;
}

.l-header-logo {
  cursor: pointer;
}

.l-footer {
  padding: 54px 0;
  text-align: center;
  color: #666;
  background-color: #efefef;
}

.l-footer-logo {
  margin-bottom: 20px;
}

.l-kv {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.l-kv .ranking {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
}
.l-kv .ranking img {
  max-width: 100%;
  height: auto;
}

.l-kv-pharse {
  margin: 40px auto 0px;
  width: 1340px;
  max-width: 100%;
}

.l-kv-cta .p-cta-btn {
  position: relative;
}

.l-kv-cta .p-cta-btn p span {
  font-size: 1.4em;
  color: #e20000;
}

.l-section {
  padding: 85px 0;
  position: relative;
}

.l-section-title {
  text-align: center;
}

.l-cb-media {
  background-image: url("../images/bg_media.jpg");
  text-align: center;
}

.l-cb-media__title {
  margin-bottom: 30px;
}

.l-cb-understand {
  background-image: url("../images/understand-bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.l-cb-reason__inner {
  max-width: 800px;
  padding: 0 20px;
  margin: auto;
}

.l-cb-reason__title {
  margin: 0 -20px;
}

.l-cb-education02 {
  background-image: url("../images/education2-bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.l-cb-education03 {
  background-image: url("../images/education3-bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.l-cb-education04 {
  background-image: url("../images/education4-bg.png");
}

.l-cb-education04__inner {
  max-width: 800px;
  padding: 0 20px;
  margin: auto;
}

.l-cb-education05 {
  background-image: url("../images/education5-bg.png");
}

.l-cb-case {
  background-image: url("../images/bg_stimulate.jpg");
}

.l-cb-faq {
  background-color: #efefef;
}

.l-cb-faq__inner {
  max-width: 870px;
  padding: 0 20px;
  margin: auto;
}

.p-cta-btn {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 698px;
}

.p-media-gallery {
  padding-bottom: 224px;
  background-image: url("../images/media-bg_pc2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.p-media-gallery__thumb {
  display: inline-block;
  margin: 0 10px;
}

.p-media-desc {
  margin: 20px 0 0;
}

.p-media-mtl {
  margin-top: -20px;
}

.p-understand {
  padding: 0 20px;
  text-align: center;
}

.p-understand-cta {
  margin-top: -10px;
}

.p-reason {
  margin: -20px -16px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-reason-item {
  width: calc(50% - 25px);
  margin-top: 50px;
}

.p-reason-item__meta {
  padding: 10px 0px 0 16px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: -0.02em;
}
.p-reason-item__meta strong {
  font-size: 25px;
  color: #e90000;
}
.p-reason-item__meta strong .small {
  font-size: 18px;
}

.p-reason-cta {
  margin-top: 30px;
}

.p-education02-header {
  max-width: 800px;
  margin: auto;
}
.p-education02-header .caption {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.p-education02-header .desc {
  font-size: 22px;
  line-height: 1.5454545455;
  margin-top: 20px;
}

.p-education02-figure {
  margin-top: 50px;
  text-align: center;
}

.p-education03 {
  text-align: center;
}

.p-education04 {
  text-align: center;
}

.p-education04-figure {
  padding: 20px 0 40px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
}

.p-education05 {
  text-align: center;
}

.p-education05-caption {
  margin-top: 35px;
  font-size: 20px;
}
.p-education05-caption strong {
  font-size: 30px;
}

.p-education05-figure {
  margin-top: 40px;
}

.p-education05-cta {
  margin-top: 40px;
}

.p-education06 {
  margin-top: 50px;
}

.p-education06-ttl {
  text-align: center;
}

.p-education06-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-education06-item {
  width: calc(50% - 8px);
}
.p-education06-item:nth-child(n+3) {
  margin-top: 50px;
}

.p-education06-item__full {
  width: 100%;
}

.p-education06-item__desc {
  padding: 10px 10px 0;
  font-size: 20px;
  line-height: 1.6;
}

.p-education06-item__article {
  padding: 50px;
  background-color: #f5f5f5;
}
.p-education06-item__article .subject {
  font-size: 24px;
  font-weight: 700;
  color: #0f2c8b;
  text-align: center;
}

.p-education06-note {
  margin-top: 50px;
  padding: 40px;
  font-size: 19px;
  line-height: 1.6;
  border: 1px solid #ccc;
}
.p-education06-note span {
  background-image: linear-gradient(transparent 70%, #fff884 70%);
}

.p-education06-cta {
  margin-top: 50px;
}

.p-amount-list {
  max-width: 640px;
  margin: auto;
}

.p-amount-item {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 30px;
}

.p-amount-notice {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 30px;
}

.p-amount-item__subject {
  font-weight: 700;
}

.p-amount-notice__subject {
  font-weight: 700;
}

.p-case {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.p-case-ttl {
  text-align: center;
}

.p-case-item {
  padding: 40px 30px 35px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 6.51px 0.49px rgba(0, 0, 0, 0.26);
  position: relative;
  margin-top: 50px;
}
.p-case-item:after {
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  max-width: 805px;
  height: 137px;
  background-image: url("../images/case-shadow_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.p-case-item:before {
  display: block;
  content: "";
  width: 52px;
  height: 70px;
  background-image: url("../images/case-pinup.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.p-case-item:nth-child(2n):before {
  background-image: url("../images/case-pindw.png");
  top: -20px;
}

.p-case-item__article {
  flex: 1;
  padding-right: 30px;
}

.p-case-item__data {
  width: 185px;
  text-align: center;
}
.p-case-item__data .data-meta {
  border: 3px solid #696969;
}
.p-case-item__data .data-meta:nth-child(n+2) {
  margin-top: 15px;
}
.p-case-item__data .data-meta .meta-subject {
  font-size: 20px;
  line-height: 1.8;
  border-bottom: 3px solid #696969;
}
.p-case-item__data .data-meta .meta-desc {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.p-case-item__data .data-meta .meta-desc small {
  font-size: 20px;
}
.p-case-item__data .data-meta .meta-desc strong {
  font-size: 32px;
  color: #e90000;
}
.p-case-item__data .data-meta .meta-desc.spec {
  font-size: 20px;
}

.p-case-item__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-case-item__media .thumb {
  width: 332px;
}
.p-case-item__media .map {
  width: 156px;
  text-align: center;
}

.p-case-item__meta {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.85;
}

.p-case-cta {
  margin-top: 50px;
}

.p-flow-ttl {
  text-align: center;
}

.p-flow-menu {
  margin-top: 40px;
  border-bottom: 6px solid #ff8000;
  text-align: center;
}

.p-flow-menu.blue {
  border-color: #0057d7;
}

.p-flow-menu__item {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.4s;
}
.p-flow-menu__item:hover {
  opacity: 1;
}

.p-flow-menu__item.is-active {
  opacity: 1;
}

.p-flow-boxes {
  padding: 60px 20px 80px;
  background-color: #fefaec;
}

.p-flow-panel__web {
  display: none;
}

.p-flow-item {
  width: 460px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.p-flow-item:nth-child(n+2) {
  margin-top: 50px;
}
.p-flow-item:nth-child(n+2):before {
  display: block;
  content: "";
  width: 14px;
  height: 12px;
  background-image: url("../images/flow-arrow_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 20px;
}

.p-flow-item__icon {
  width: 54px;
  text-align: center;
}

.p-flow-item__caption {
  padding-left: 30px;
  font-size: 28px;
  font-weight: 700;
}
.p-flow-item__caption small {
  font-size: 18px;
}

.p-faq {
  padding: 136px 0 125px;
  background-image: url("../images/bg_faq_top.jpg"), url("../images/bg_faq_bottom.jpg"), url("../images/bg_faq_middle.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 100% auto;
}

.p-faq-ttl {
  text-align: center;
}

.p-faq-list {
  margin: 25px auto;
  max-width: 640px;
}

.p-faq-item {
  margin-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #9f9f9f;
  font-size: 16px;
  line-height: 1.875;
  transition: 0.4s;
  background-image: url("../images/faq-open_pc.png");
  background-repeat: no-repeat;
  background-position: right bottom 38px;
  cursor: pointer;
}

.p-faq-item.is-active {
  background-image: url("../images/faq-close_pc.png");
}

.p-faq-item__anser {
  padding-left: 40px;
  background-position: left top 6px;
  background-repeat: no-repeat;
  margin-top: 25px;
  background-image: url("../images/faq-icon-a_pc.png");
  display: none;
}

.p-faq-item__question {
  padding-left: 40px;
  background-position: left top 6px;
  background-repeat: no-repeat;
  background-image: url("../images/faq-icon-q_pc.png");
}

.p-faq-btn {
  max-width: 230px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 2.5;
  font-weight: 700;
  color: #0f2c8b;
  display: block;
  border: 4px solid #0f2c8b;
  border-radius: 28px;
  text-align: center;
  cursor: pointer;
}

.p-faq-more {
  display: none;
}

.p-form {
  padding: 50px 70px 60px;
  margin-top: 30px;
  border: 2px solid #ccc;
  background-color: #f6f7f7;
  position: relative;
  z-index: 1;
}
.p-form .hide {
  opacity: 0;
}
.p-form .show {
  opacity: 1;
}

.p-form__step1 {
  z-index: 10;
  transition: 0.6s;
}

.p-form__step2 {
  display: none;
  padding-top: 54px;
}

.p-form-subject {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.p-form-btn {
  margin-top: 36px;
}

.p-form-group {
  display: flex;
  align-items: center;
  height: 54px;
  margin-top: 40px;
}
.p-form-group .require {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.p-form-group .require:after {
  display: block;
  content: "";
  width: 37px;
  height: 30px;
  background-image: url("../images/icon-require_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.p-form-group .require--offset:after {
  right: 50px;
}

.p-form-group__subject {
  line-height: 1.875;
  font-weight: 700;
  width: 196px;
  position: relative;
  white-space: nowrap;
}

.p-form-group__fields {
  flex: 1;
  max-width: 660px;
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  line-height: 3.375;
}

.p-form-group__fields--properties {
  margin: 0 -7px;
}

.p-form-group__fields--corporation {
  display: block;
}

.p-form-group__label {
  font-weight: 700;
  margin-right: 1em;
  cursor: pointer;
}

.p-form-group__col {
  width: 20%;
  padding: 0 7px;
}

.p-form-loading {
  pointer-events: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-thanks {
  display: flex;
  align-items: center;
}

.p-thanks-frame {
  width: 100%;
  margin: 9.2592592593vh auto;
  padding: 9.2592592593vh 0 14.8148148148vh;
  text-align: center;
  background-color: #f6f7f7;
  border: 2px solid #ccc;
}

input[type=email] {
  width: 100%;
  background-color: #fff;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  line-height: inherit;
}

input[type=tel] {
  width: 100%;
  background-color: #fff;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  line-height: inherit;
}

input[type=text] {
  width: 100%;
  background-color: #fff;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  line-height: inherit;
}

input[type=radio] {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

input[name=properties] {
  display: none;
}
input[name=properties]:checked + label {
  opacity: 1;
}

input[name=properties] + label {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 3;
  font-weight: 700;
  color: #fff;
  background-color: #0f2c8b;
  border-radius: 4px;
  opacity: 0.64;
  cursor: pointer;
}
input[name=properties] + label:hover {
  opacity: 1;
}

input[type=submit] {
  display: block;
  margin: auto;
  width: 533px;
  height: 135px;
  background-image: url("../images/flo-btn_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transition: 0.3s;
  outline: none;
}
input[type=submit]:hover {
  opacity: 0.7;
}

hidden {
  color: #bfbfbf;
}

.p-education07 {
  margin-top: 30px;
}

.p-education07-ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}

.p-education07-note {
  margin-top: 50px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ccc;
}
.p-education07-note strong {
  font-size: 36px;
  font-weight: bold;
  color: #e90000;
}
.p-education07-note span {
  background-image: linear-gradient(transparent 70%, #fff884 70%);
}

.add {
  text-align: center;
  padding: 60px 0 70px 0;
  background-image: url(../img/bg-dot.jpg);
  background-size: cover;
}

.add-PConly {
  display: none;
}

.add-top img {
  display: block;
  margin: 0 auto;
}
.add-top img:nth-of-type(1) {
  width: 70%;
  max-width: 530px;
}
.add-top img:nth-of-type(2) {
  width: 90%;
  max-width: 660px;
  margin-bottom: 20px;
}
.add-top img:nth-of-type(3) {
  width: 80%;
  max-width: 650px;
  margin-bottom: 30px;
}

.add-1 {
  border: 5px solid rgb(212, 212, 212);
  background: white;
  padding: 20px 10px;
  text-align: left;
  margin-bottom: 40px;
}
.add-1 h2 {
  font-size: 5.3vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.add-1 h2::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 32px;
  background: url(../img/ico_Q.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 2px;
}
.add-1 img {
  width: 90%;
  max-width: 650px;
}

.add-2 {
  border: 5px solid rgb(212, 212, 212);
  background: white;
  padding: 20px 10px;
  text-align: left;
  margin-bottom: 40px;
}
.add-2 h2 {
  font-size: 5.3vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.add-2 h2::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 32px;
  background: url(../img/ico_Q.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 2px;
}
.add-2 img {
  width: 90%;
  max-width: 650px;
}

.add-3 {
  border: 5px solid rgb(212, 212, 212);
  background: white;
  padding: 20px 10px;
  text-align: left;
  margin-bottom: 40px;
}
.add-3 h2 {
  font-size: 5.3vw;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 5.1vw;
}
.add-3 h2::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 32px;
  background: url(../img/ico_Q.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 2px;
}
.add-3 > img {
  margin-bottom: 30px;
  width: 100%;
}
.add-3 .gurahu img {
  width: 100%;
  margin-bottom: 60px;
}
.add-3 .botttom-text {
  width: 80%;
  max-width: 580px;
}

.gurahu {
  margin-top: 20px;
  margin-top: 20px;
}

.add-text img {
  width: 90%;
  max-width: 650px;
}

.add0406 {
  text-align: center;
  padding: 60px 0 7 0px 0;
  background-image: url(../img/bg-dot.jpg);
  background-size: cover;
}

.add0406-PConly {
  display: none;
}

.add0406-top img {
  display: block;
  margin: 0 auto;
}
.add0406-top img:nth-of-type(1) {
  width: 70%;
  max-width: 530px;
}
.add0406-top img:nth-of-type(2) {
  width: 90%;
  max-width: 660px;
  margin-bottom: 20px;
}
.add0406-top img:nth-of-type(3) {
  width: 80%;
  max-width: 650px;
  margin-bottom: 30px;
}

.add0406-3 {
  border: 5px solid rgb(212, 212, 212);
  background: white;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 30px;
}
.add0406-3 > img {
  margin-bottom: 20px;
  width: auto;
}

.gurahu2 img {
  width: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.add0406-introduction {
  text-align: center;
}
.add0406-introduction p {
  font-size: 14px;
  padding: 20px;
}
.add0406-introduction strong {
  font-size: 14px;
  font-weight: bold;
  color: #ff780f;
}

.add0406-3small {
  text-align: center;
}
.add0406-3small p {
  font-size: 18px;
  padding: 30px;
}
.add0406-3small strong {
  font-weight: bold;
  color: #e90000;
  margin-bottom: 30px;
}

.add0406-3small-left p {
  font-size: 13px;
  text-align: left;
  padding: 10px;
}

.add0406-5small {
  margin-bottom: 40px;
  font-size: 12px;
}
.add0406-5small strong {
  font-weight: bold;
  color: #e90000;
}

.add0406-5small-note p {
  margin-bottom: 20px;
}
.add0406-5small-note span {
  font-weight: bold;
  background-image: linear-gradient(transparent 70%, #fff884 70%);
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media (max-width: 768px) {
  .disp-sp {
    display: block;
  }
  .disp-pc {
    display: none;
  }
  body {
    font-size: 12px;
  }
  .l-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .l-header {
    height: 40px;
    display: flex;
    align-items: center;
    background-image: url("../images/logo_sp.png");
  }
  .l-header-logo {
    opacity: 0;
  }
  .l-footer {
    font-size: 10px;
    padding: 28.5px 0;
  }
  .l-footer-logo {
    margin-bottom: 10px;
  }
  .l-main {
    padding-top: 48px;
  }
  .l-kv {
    height: 165vw;
    background-image: url("../images/kv-bg_sp.webp");
  }
  .l-kv-pharse {
    width: 100vw;
    text-align: center;
    margin-top: 50px;
  }
  .ranking {
    bottom: 2%;
  }
  .l-kv-cta {
    width: 100%;
    padding: 0 4vw;
    bottom: 17%;
  }
  .l-kv-cta .p-cta-btn p {
    top: 1.8vw;
    font-size: 2.7vw;
  }
  .l-section {
    padding: 50px 0;
    overflow: hidden;
  }
  .l-cb-media {
    background-size: 50%;
  }
  .l-cb-media__title {
    margin-bottom: 20px;
  }
  .l-cb-understand {
    background-image: url("../images/understand-bg_sp.png");
    background-size: cover;
  }
  .l-cb-reason__inner {
    padding: 0 4vw;
  }
  .l-cb-reason__title {
    margin: 0;
  }
  .l-cb-education02 {
    background-image: url("../images/education2-bg_sp.png");
    min-height: 181.8666666667vw;
    border-radius: 25px;
    border-radius: 3.3333333333vw;
    min-height: 174.9333333333vw;
  }
  .l-cb-education02__inner {
    padding: 0;
  }
  .l-cb-education03 {
    z-index: -1;
    margin-top: -13.3333333333vw;
    background-image: url("../images/education3-bg_sp.png");
    margin-top: -2.6666666667vw;
    padding-top: 0;
  }
  .l-cb-education04 {
    background-size: 7px;
  }
  .l-cb-case {
    background-size: 50%;
  }
  .p-media-gallery {
    padding: 0 2.4vw 30.3333333333vw;
    background-image: url("../images/media-bg_sp2.png");
    background-size: contain;
  }
  .p-media-gallery__thumb {
    margin: 0;
    width: calc(50% - 2.4vw);
  }
  .p-media-desc {
    margin: 20px 0 0;
  }
  .p-media-mtl {
    margin-top: 0;
  }
  .p-understand {
    padding: 0;
  }
  .p-understand-cta {
    margin-top: 0px;
    padding: 0 4vw;
  }
  .p-reason {
    margin: -15px 0 0;
    display: block;
  }
  .p-reason-item {
    width: calc(100% + 2vw);
    margin-top: 25px;
    margin-left: -2vw;
    padding: 0 5.3333333333vw;
  }
  .p-reason-item__meta {
    padding: 10px 0 0 2vw;
    font-size: 15px;
    letter-spacing: -0.02em;
  }
  .p-reason-item__meta strong {
    font-size: 21px;
  }
  .p-reason-item__meta strong .small {
    font-size: 15px;
  }
  .p-reason-cta {
    margin-top: 20px;
  }
  .p-education02-header {
    padding: 0 9.3333333333vw;
  }
  .p-education02-header .caption {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .p-education02-header .desc {
    font-size: 16px;
    margin-top: 25px;
  }
  .p-education02-figure {
    margin-top: 35px;
  }
  .p-education03 {
    padding-top: 4vw;
    padding-top: 11.3333333333vw;
    background-image: url("../images/education03-arrow.png");
    background-repeat: no-repeat;
    background-position: center top 2.6666666667vw;
    background-size: contain;
  }
  .p-education03-ttl {
    margin-top: 50px;
  }
  .p-education04-figure {
    padding: 15px 0 35px;
    border-width: 1px;
  }
  .p-education05-caption {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.6;
  }
  .p-education05-caption strong {
    font-size: 21px;
    line-height: 1.1428571429;
  }
  .p-education05-figure {
    margin-top: 20px;
  }
  .p-education05-cta {
    margin-top: 20px;
  }
  .p-education06 {
    margin-top: 25px;
  }
  .p-education06-ttl {
    text-align: center;
  }
  .p-education06-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-education06-item {
    width: 100%;
  }
  .p-education06-item:nth-child(n+2) {
    margin-top: 25px;
  }
  .p-education06-item__desc {
    padding: 15px 1.3333333333vw 0;
    font-size: 14px;
  }
  .p-education06-item__article {
    padding: 0;
    background-color: transparent;
  }
  .p-education06-item__article .subject {
    font-size: 17px;
    text-align: left;
  }
  .p-education06-note {
    margin-top: 25px;
    padding: 2.6666666667vw;
    font-size: 14px;
  }
  .p-education06-cta {
    margin-top: 20px;
  }
  .p-amount-list {
    margin: auto;
  }
  .p-amount-item {
    font-size: 14px;
    margin-top: 20px;
  }
  .p-amount-notice {
    font-size: 14px;
    margin-top: 20px;
  }
  .p-case-item {
    padding: 25px 15px 18px;
    box-shadow: 0px 0px 3.25px 0.25px rgba(0, 0, 0, 0.26);
    margin-top: 35px;
  }
  .p-case-item:after {
    max-width: 93.3333333333vw;
    height: 21.3333333333vw;
    background-image: url("../images/case-shadow_pc.png");
    bottom: -28px;
  }
  .p-case-item:before {
    width: 26px;
    height: 35px;
    top: -17.5px;
  }
  .p-case-item:nth-child(2n):before {
    top: -10px;
  }
  .p-case-item__article {
    padding-right: 10px;
  }
  .p-case-item__data {
    width: 32vw;
  }
  .p-case-item__data .data-meta {
    border-width: 1.5px;
  }
  .p-case-item__data .data-meta:nth-child(n+2) {
    margin-top: 15px;
  }
  .p-case-item__data .data-meta .meta-subject {
    font-size: 12px;
    line-height: 2;
    border-width: 1.5px;
  }
  .p-case-item__data .data-meta .meta-desc {
    font-size: 15px;
    min-height: 50px;
  }
  .p-case-item__data .data-meta .meta-desc strong {
    font-size: 20px;
  }
  .p-case-item__data .data-meta .meta-desc small {
    font-size: 10px;
  }
  .p-case-item__data .data-meta .meta-desc.spec {
    font-size: 20px;
  }
  .p-case-item__media {
    display: block;
  }
  .p-case-item__media .thumb {
    width: 100%;
  }
  .p-case-item__meta {
    margin-top: 15px;
    font-size: 14px;
  }
  .p-case-cta {
    margin-top: 25px;
  }
  .p-flow-menu {
    display: flex;
    justify-content: space-between;
    border-width: 3px;
    padding: 0 4vw;
  }
  .p-flow-menu__item {
    width: calc(50% - 5px);
  }
  .p-flow-boxes {
    padding: 30px 4vw 40px;
  }
  .p-flow-item {
    width: 100%;
    display: block;
  }
  .p-flow-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .p-flow-item:nth-child(n+2):before {
    display: block;
    content: "";
    width: 9px;
    height: 6px;
    top: -22px;
    left: calc(50% - 4.5px);
  }
  .p-flow-item__icon {
    width: 32.5px;
    margin: auto;
  }
  .p-flow-item__caption {
    margin-top: 5px;
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }
  .p-flow-item__caption small {
    font-size: 12px;
  }
  .p-faq {
    padding: 68px 9.3333333333vw 62.5px;
  }
  .p-faq-item {
    margin-top: 25px;
    padding-bottom: 45px;
    font-size: 12px;
    background-image: url("../images/faq-open_sp.png");
    background-size: 17px;
    background-position: right bottom 20px;
  }
  .p-faq-item.is-active {
    background-image: url("../images/faq-close_sp.png");
  }
  .p-faq-item__anser {
    padding-left: 6.1333333333vw;
    background-position: left top 6px;
    background-size: contain;
    margin-top: 20px;
    background-image: url("../images/faq-icon-a_sp.png");
  }
  .p-faq-item__question {
    padding-left: 6.1333333333vw;
    background-position: left top 6px;
    background-size: contain;
    background-image: url("../images/faq-icon-q_sp.png");
  }
  .p-faq-btn {
    max-width: 165px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 2.5357142857;
    border-width: 2px;
    border-radius: 20px;
  }
  .p-form {
    padding: 30px 5.3333333333vw 50px;
    border-width: 1px;
    margin-top: 25px;
  }
  .p-form-subject {
    font-size: 18px;
  }
  .p-form-btn {
    margin-top: 28px;
  }
  .p-form-group {
    display: block;
    height: auto;
    line-height: 2.4615384615;
    margin-top: 20px;
  }
  .p-form-group .require {
    padding-right: 35px;
  }
  .p-form-group .require:after {
    display: block;
    content: "";
    width: 28.5px;
    height: 22px;
    background-image: url("../images/icon-require_sp.png");
    right: 0 !important;
  }
  .p-form-group__subject {
    display: block;
    text-align: left;
    margin-bottom: 4px;
  }
  .p-form-group__fields {
    font-size: 14px;
    width: auto;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-form-group__fields--corporation {
    line-height: 1.2857142857;
  }
  .p-form-group__fields--corporation label {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .p-form-group__col {
    width: 33.3333333333%;
  }
  .p-form-group__col:nth-child(n+4) {
    margin-top: 14px;
  }
  .p-thanks-frame {
    margin: 50px auto;
    padding: 13.3333333333vw 5.3333333333vh 26.6666666667vw;
  }
  input {
    font-size: 14px;
    border-radius: 3px;
  }
  select {
    font-size: 14px;
    border-radius: 3px;
  }
  button {
    width: 81.3333333333vw;
    height: 22.5333333333vw;
    max-width: 305px;
    max-height: 84.5px;
    background-image: url("../images/flo-btn_sp.png");
  }
  input[type=submit] {
    width: 81.3333333333vw;
    height: 22.5333333333vw;
    max-width: 305px;
    max-height: 84.5px;
    background-image: url("../images/flo-btn_sp.png");
  }
}
@media (min-width: 768px) {
  .add {
    padding-bottom: 60px;
  }
  .add-SPonly {
    display: none;
  }
  .add-PConly {
    display: block;
  }
  .add-PC {
    max-width: 1000px;
    margin: auto;
  }
  .add-top img:nth-of-type(1) {
    width: 32%;
    max-width: 320px;
  }
  .add-top img:nth-of-type(2) {
    width: 48%;
    max-width: 480px;
    margin-bottom: 15px;
  }
  .add-top img:nth-of-type(3) {
    width: 39%;
    max-width: 390px;
  }
  .add-PCver {
    display: flex;
    justify-content: space-between;
  }
  .add-1 {
    width: 49%;
    padding: 30px 5px;
    text-align: center;
  }
  .add-1 h2 {
    font-size: 2.3vw;
    margin-bottom: 30px;
    font-size: 2.1vw;
  }
  .add-1 h2::before {
    width: 40px;
    height: 40px;
    margin-top: -1px;
  }
  .add-1 img {
    width: 70%;
    max-width: 270px;
    margin: auto;
  }
  .add-2 {
    width: 49%;
    padding: 30px 5px;
    text-align: center;
  }
  .add-2 h2 {
    font-size: 2.3vw;
    margin-bottom: 30px;
    font-size: 2.1vw;
  }
  .add-2 h2::before {
    width: 40px;
    height: 40px;
    margin-top: -1px;
  }
  .add-3 {
    text-align: center;
    padding: 30px 0;
  }
  .add-3 h2 {
    font-size: 2.3vw;
    margin-bottom: 30px;
  }
  .add-3 h2::before {
    width: 40px;
    height: 40px;
    margin-top: -1px;
  }
  .add-3big {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
  }
  .add-3small {
    width: 48%;
  }
  .bottom-text {
    width: 65%;
    max-width: 600px;
    margin: auto;
  }
  .add-text img {
    width: 80%;
    max-width: 640px;
    margin: auto;
  }
  .add0406 {
    padding-bottom: 60px;
  }
  .add0406-SPonly {
    display: none;
  }
  .add0406-PConly {
    display: block;
  }
  .add0406-PC {
    max-width: 1000px;
    margin: auto;
  }
  .add0406-top img:nth-of-type(1) {
    width: 32%;
    max-width: 320px;
  }
  .add0406-top img:nth-of-type(2) {
    width: 48%;
    max-width: 480px;
    margin-bottom: 15px;
  }
  .add0406-top img:nth-of-type(3) {
    width: 39%;
    max-width: 390px;
  }
}
.l-cb-reason-2 {
  background-color: #fefaec;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 {
    padding-top: unset;
    padding-bottom: 8vw;
  }
}
.l-cb-reason-2 .l-inner .section-title {
  margin-top: 95px;
  filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.22));
  background-image: linear-gradient(90deg, #694b2b 33%, #b3916d 100%);
  height: 93px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .section-title {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: 6vw;
    height: 16.8vw;
    margin-top: 25vw;
  }
}
.l-cb-reason-2 .l-inner .section-title img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .section-title img {
    left: 4vw;
    transform: none;
  }
}
.l-cb-reason-2 .l-inner .section-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  bottom: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.l-cb-reason-2 .l-inner .section-content .text {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  font-weight: 500;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .section-content .text {
    font-size: 4vw;
    line-height: 1.7;
  }
}
.l-cb-reason-2 .l-inner .section-content .text + .text {
  margin-top: 0.8em;
}
.l-cb-reason-2 .l-inner .section-content .text em {
  color: #f50000;
  font-style: normal;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .l-cb-reason-2 .l-inner .section-content .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-cb-reason-2 .l-inner .section-content .highlight {
  color: #ff5a00;
  font-weight: bold;
}
.l-cb-reason-2 .l-inner .section-content .with-underline {
  text-underline-offset: -0.5em;
  -webkit-text-decoration: 0.6em underline #ffe323;
          text-decoration: 0.6em underline #ffe323;
}
.l-cb-reason-2 .l-inner .reason {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason {
    margin-top: 8vw;
  }
  .l-cb-reason-2 .l-inner .reason .text {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.l-cb-reason-2 .l-inner .reason .reason__title {
  width: 704px;
  height: 72px;
  background-image: linear-gradient(90deg, #2c60a4 1%, #1e3e8d 33%, #1d64a1 100%);
  display: flex;
  justify-content: center;
  -webkit-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
}
.l-cb-reason-2 .l-inner .reason .reason__title img {
  filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.22));
  margin-right: 5px;
  position: relative;
  top: -5px;
}
.l-cb-reason-2 .l-inner .reason .reason__title h3 {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  top: 5px;
}
.l-cb-reason-2 .l-inner .reason .reason__title h3 span {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason .reason__title {
    height: 21.6vw;
    width: 84.8vw;
  }
  .l-cb-reason-2 .l-inner .reason .reason__title img {
    position: absolute;
    top: 50%;
    margin-right: unset;
    transform: translateY(-50%);
    height: 18vw;
  }
  .l-cb-reason-2 .l-inner .reason .reason__title h3 {
    position: absolute;
    font-size: 4.8vw;
    left: 20vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-cb-reason-2 .l-inner .reason .reason__title h3 span {
    font-size: 6vw;
    margin-top: 0.4em;
    display: block;
  }
}
.l-cb-reason-2 .l-inner .reason .reason__content {
  background-color: #ffffff;
  border: 3px solid #b08e69;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--1 .reason__title img {
    left: 5vw;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--1 .row {
  display: flex;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--1 .row {
    flex-direction: column;
    margin-bottom: 6vw;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--1 .row .left,
.l-cb-reason-2 .l-inner .reason.reason--1 .row .right {
  flex: 1;
}
.l-cb-reason-2 .l-inner .reason.reason--1 .row .left {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--1 .row .left {
    padding-left: unset;
    padding-bottom: 6vw;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--1 .row .right {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--1 .row .right {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .l-cb-reason-2 .l-inner .reason.reason--1 .row .right img {
    width: 100%;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--1 .em-text {
  font-size: 26px;
  line-height: 42px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
}
.l-cb-reason-2 .l-inner .reason.reason--1 .em-text mark {
  font-size: 35px;
  line-height: 1.6;
  background-color: #f7e446;
  padding: 0.2em 0.8em;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--1 .em-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 4.66vw;
    line-height: 7.7vw;
    margin-top: unset;
    margin-bottom: 10vw;
  }
  .l-cb-reason-2 .l-inner .reason.reason--1 .em-text.sp {
    display: block;
  }
  .l-cb-reason-2 .l-inner .reason.reason--1 .em-text mark {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--2 .reason__title img {
    left: 2vw;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--2 .reason__content {
  padding-bottom: unset;
}
.l-cb-reason-2 .l-inner .reason.reason--2 .center {
  display: flex;
  justify-content: center;
}
.l-cb-reason-2 .l-inner .reason.reason--2 .arrow {
  width: 450px;
  height: 140px;
  display: flex;
  margin: 30px auto 20px;
  background: center url(../img/reason-2-2-arrow.png) no-repeat;
  background-size: contain;
}
.l-cb-reason-2 .l-inner .reason.reason--2 .arrow .text {
  color: white;
  text-align: center;
  margin-top: 1em;
  font-size: 22px;
  line-height: 37px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--2 .arrow {
    width: 75.2vw;
    height: 31.2vw;
    margin: 4vw auto;
    background-size: cover;
  }
  .l-cb-reason-2 .l-inner .reason.reason--2 .arrow .text {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--2 .s1 {
  font-size: 23px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--2 .s1 {
    font-size: 4.2vw;
    line-height: 1.875;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--2 .d1 {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
.l-cb-reason-2 .l-inner .reason.reason--2 .d1 .item {
  flex: 33.33%;
  margin: 15px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  padding: 8px;
  display: flex;
  -webkit-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.l-cb-reason-2 .l-inner .reason.reason--2 .d1 .item img + img {
  margin-top: 10px;
  max-width: 80%;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--2 .d1 {
    flex-direction: column;
  }
  .l-cb-reason-2 .l-inner .reason.reason--2 .d1 .item {
    margin-left: unset;
    margin-right: unset;
    padding: 2vw;
  }
  .l-cb-reason-2 .l-inner .reason.reason--2 .d1 .item img:first-of-type {
    width: 100%;
  }
  .l-cb-reason-2 .l-inner .reason.reason--2 .d1 .item img + img {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .l-cb-reason-2 .l-inner .reason.reason--2 .d1 .item:last-of-type {
    margin-bottom: unset;
  }
}
.l-cb-reason-2 .l-inner .reason.reason--2 .d2 {
  height: 212px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.l-cb-reason-2 .l-inner .reason.reason--2 .d2 img {
  height: 100%;
  width: auto;
  max-width: unset;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .reason.reason--2 .d2 {
    height: 36.8vw;
  }
}
.l-cb-reason-2 .l-inner .p1 {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .p1 {
    margin-top: 8vw;
  }
}
.l-cb-reason-2 .l-inner .p1 .with-underline {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 2;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .p1 .with-underline {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
.l-cb-reason-2 .l-inner .p2 {
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 2;
  color: #000000;
}
.l-cb-reason-2 .l-inner .p2 em {
  font-style: normal;
  color: #f50000;
  font-size: 31px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .p2 {
    font-size: 4.8vw;
    line-height: 1.66;
    letter-spacing: -0.03em;
    margin-top: 6vw;
  }
  .l-cb-reason-2 .l-inner .p2 em {
    font-size: 5.6vw;
  }
}
.l-cb-reason-2 .l-inner .p3 {
  margin-top: 20px;
  font-size: 19px;
  line-height: 37px;
  color: #f50000;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .p3 {
    margin-top: 4vw;
    font-size: 3.46vw;
    line-height: 2;
    text-align: left;
  }
}
.l-cb-reason-2 .l-inner .p4 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 37px;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .p4 {
    margin-top: 6vw;
    font-size: 4vw;
    line-height: 1.7;
    text-align: left;
  }
}
.l-cb-reason-2 .l-inner .p4 a {
  text-decoration: underline !important;
  cursor: pointer;
}
.l-cb-reason-2 .l-inner .p5 {
  margin-top: 40px;
  font-size: 23px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.l-cb-reason-2 .l-inner .p5 .with-underline {
  font-size: 28px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .p5 {
    margin-top: 6vw;
    font-size: 4.2vw;
    line-height: 1.7;
  }
  .l-cb-reason-2 .l-inner .p5 .with-underline {
    font-size: 5.06vw;
    letter-spacing: -0.05vw;
  }
}
.l-cb-reason-2 .l-inner .d3 {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .d3 {
    flex-direction: column;
    margin-top: 8vw;
  }
}
.l-cb-reason-2 .l-inner .d3 .item {
  flex: 1;
  border-radius: 10px;
  background-color: #ffffff;
  border: 3px solid #b08e69;
}
.l-cb-reason-2 .l-inner .d3 .item + .item {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .d3 .item {
    border-radius: 1.3vw;
  }
  .l-cb-reason-2 .l-inner .d3 .item + .item {
    margin-left: unset;
    margin-top: 10vw;
  }
}
.l-cb-reason-2 .l-inner .d3 .item .item__title {
  background-color: #b08e69;
  height: 55px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item .item__title {
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .d3 .item .item__title {
    height: 10.5vw;
  }
}
.l-cb-reason-2 .l-inner .d3 .item .item__title img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-cb-reason-2 .l-inner .d3 .item .item__title span {
  position: absolute;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.03em;
  display: block;
  line-height: 1.4;
  top: 60%;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item .item__title span {
    top: 50%;
    font-size: 4.8vw;
  }
}
.l-cb-reason-2 .l-inner .d3 .item .item__content {
  padding: 1.2em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item .item__content {
    padding: 4vw;
  }
}
.l-cb-reason-2 .l-inner .d3 .item .item__content .text {
  font-size: 22px;
  line-height: 37px;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item .item__content .text {
    font-size: 4vw;
    line-height: 1.7;
  }
}
.l-cb-reason-2 .l-inner .d3 .item.item--cheap img {
  width: 64px;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--cheap img {
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--cheap img {
    width: 12vw;
  }
}
.l-cb-reason-2 .l-inner .d3 .item.item--cheap span {
  left: calc(64px + 0.3em);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--cheap span {
    left: calc(90px + 0.3em);
  }
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--cheap span {
    left: calc(12vw + 0.3em);
  }
}
.l-cb-reason-2 .l-inner .d3 .item.item--expensive img {
  width: 99px;
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--expensive img {
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--expensive img {
    width: 16vw;
  }
}
.l-cb-reason-2 .l-inner .d3 .item.item--expensive span {
  left: calc(99px + 0.1em);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--expensive span {
    left: calc(140px + 0.1em);
  }
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .l-inner .d3 .item.item--expensive span {
    left: calc(16vw + 0.1em);
  }
}
@media only screen and (max-width: 768px) {
  .l-cb-reason-2 .p-reason-cta {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
}

.section {
  padding: 80px 0;
}
.section .content {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}
.section.point3 .content {
  width: 1000px;
}
.section.voice {
  background-image: url("../images/education5-bg.png");
  background-repeat: repeat;
  background-position: fixed;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* popup */
.gray_layer {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 99;
}

.popup {
  position: fixed;
  background: #fff;
  max-width: 750px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.popup_inner {
  padding-top: 20px;
  padding-bottom: 10px;
}
.popup_icon {
  width: 57px;
  margin: 0 auto;
}
.popup_icon img {
  width: 100%;
}
.popup_title {
  color: #0a1b5a;
  font-size: 24px;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}
.popup_title .foot {
  font-size: 42px;
  color: #c0ad64;
}
.popup_read {
  font-size: 18px;
  font-weight: bold;
  color: #0a1b5a;
  text-align: center;
  margin-bottom: 15px;
}
.popup_btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 80px;
  margin-bottom: 15px;
}
.popup_btn {
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 280px;
  position: relative;
}
.popup_btn_title {
  font-size: 15px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.popup_btn_text {
  font-size: 24px;
  display: block;
  letter-spacing: 0;
}
.popup_btn.kojin {
  background: linear-gradient(to bottom, #f0b125, #f03925);
}
.popup_btn.kojin::after {
  content: "";
  position: absolute;
  background: url(../img/popup_btn_kojin.png) center center/cover no-repeat;
  width: 262px;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_btn.houjin {
  background: linear-gradient(to bottom, #0aa1c7, #0a387c);
}
.popup_btn.houjin::after {
  content: "";
  position: absolute;
  background: url(../img/popup_btn_houjin.png) center center/cover no-repeat;
  width: 103px;
  height: 98px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.popup_text {
  font-size: 12px;
  color: #8e8e8e;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .popup {
    width: 90%;
  }
  .popup_inner {
    margin: 0 20px;
  }
  .popup_bx_sp {
    display: flex;
    margin-bottom: 15px;
  }
  .popup_icon {
    width: 40%;
    padding-right: 10px;
    padding-left: 15px;
  }
  .popup_title {
    width: 60%;
    font-size: 23px;
  }
  .popup_title .top {
    padding-right: 20px;
    display: block;
    line-height: 1.3;
  }
  .popup_title .foot {
    display: block;
    margin-top: 5px;
  }
  .popup_btns {
    display: block;
    height: auto;
  }
  .popup_btn {
    display: block;
    height: 80px;
    margin: 0 auto;
  }
  .popup_btn.kojin {
    margin-bottom: 15px;
  }
  .popup_inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */