@charset "UTF-8";
/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* FONT
 * ----------------------------------------------- */
@font-face {
  font-family: "Century Gothic";
  src: url("../css/fonts/GOTHIC_4.woff") format("woff"), url("../css/fonts/GOTHIC_4.woff2") format("woff2"), url("../css/fonts/GOTHIC_4.svg#../css/fonts/GOTHIC_4") format("svg"), url("../css/fonts/GOTHIC_4.eot"), url("../css/fonts/GOTHIC_4.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GOTHIC_4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../css/fonts/GOTHICB_4.woff") format("woff"), url("../css/fonts/GOTHICB_4.woff2") format("woff2"), url("../css/fonts/GOTHICB_4.svg#../css/fonts/GOTHIC_4B") format("svg"), url("../css/fonts/GOTHICB_4.eot"), url("../css/fonts/GOTHICB_4.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GOTHICB_4.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ADDITIONAL RESET
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    min-width: 1024px;
  }

  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.26rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* HEADER
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .button-header-mail {
    width: 190px;
    margin-left: 6px;
    padding: 7px 11px;
    border-radius: 9px;
    background: linear-gradient(0deg, #fbe225 0%, #efbc22 50%, #efcd62 51%, #e2cda0 100%);
    display: block;
  }
  .button-header-mail img {
    width: 100%;
  }
}

header {
  background: #122e5e;
  position: relative;
  z-index: 100;
  color: #fff;
}
header .wrapper {
  height: 100%;
  position: relative;
}
@media print, (min-width: 768px) {
  header {
    height: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-label {
    padding: 0.15rem 0 0.06rem;
    font-size: 0.24rem;
    text-align: center;
  }
}

.header-logo {
  display: block;
}
.header-logo .logo-wrapper {
  display: block;
}
.header-logo img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-logo {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .header-logo .logo-wrapper {
    width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 4rem;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .header-info {
    width: calc(100% - 270px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-info .info-phone {
    font-size: 12px;
    text-align: center;
  }
  .header-info .info-phone.is-single {
    margin-right: -12px;
  }
  .header-info .phone-number {
    margin: 0 auto;
    display: block;
  }
}

/* FOOTER
 * ----------------------------------------------- */
.list-footer-menu .item-wrapper {
  border: 1px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
}
@media print, (min-width: 768px) {
  .list-footer-menu {
    margin-bottom: -12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
  .list-footer-menu .list-item {
    width: 234px;
    padding: 0 12px 12px 0;
  }
  .list-footer-menu .item-wrapper {
    padding: 8px 10px 4px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-menu {
    font-size: 0.32rem;
  }
  .list-footer-menu .list-item:not(:last-child) {
    margin-bottom: 0.27rem;
  }
  .list-footer-menu .item-wrapper {
    padding: 0.13rem 0.09rem 0.1rem;
    border-radius: 0.09rem;
  }
}

footer {
  background: #2f3746;
  color: #fff;
}
@media print, (min-width: 768px) {
  footer {
    padding: 24px 0;
  }
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.39rem 0.4rem;
  }
}

.footer-credit {
  display: block;
}
@media print, (min-width: 768px) {
  .footer-credit {
    width: calc(100% - 468px);
    padding-top: 3px;
    font-size: 12px;
    text-align: right;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-credit {
    padding: 0.51rem 0 0.2rem;
    font-size: 0.2rem;
    text-align: center;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* TITLE
 * ----------------------------------------------- */
.title-common {
  text-align: center;
  line-height: 1.4;
}
.title-common strong {
  font-weight: 700;
}
.title-common .title-logo {
  margin: 0 auto;
  display: block;
}
.title-common .title-logo img {
  width: 100%;
}
.title-common .title-label, .title-common .title-main {
  display: block;
}
.title-common .main-highlight {
  position: relative;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .title-common.is-narrow .title-label, .title-common.is-narrow .title-logo {
    margin-bottom: -12px;
  }
  .title-common .title-label {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .title-common .title-main {
    font-size: 48px;
  }
  .title-common .main-highlight {
    top: 12px;
    font-size: 152px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common.is-narrow .title-label {
    margin-bottom: -0.03rem;
  }
  .title-common.is-narrow .title-logo {
    margin-bottom: -0.2rem;
  }
  .title-common .title-label {
    margin-bottom: 0.33rem;
    font-size: 0.32rem;
  }
  .title-common .title-main {
    font-size: 0.48rem;
    letter-spacing: -0.03em;
  }
  .title-common .main-highlight {
    top: 0.12rem;
    font-size: 1.52rem;
  }
}

/* BUTTON
 * ----------------------------------------------- */
.button-common-simple {
  background: #122e5e;
  display: block;
  color: #fff;
  text-align: center;
}
@media print, (min-width: 768px) {
  .button-common-simple {
    padding: 7px 12px 4px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-simple {
    padding: 0.12rem 0.12rem 0.09rem;
    border-radius: 0.09rem;
    font-size: 0.32rem;
  }
}

@media print, (min-width: 768px) {
  .button-common-top {
    width: 78px;
    height: 78px;
    background: url(../img/common/icon_top_01.png) center center/100% auto no-repeat;
    position: fixed;
    right: 51px;
    bottom: 69px;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .button-common-top.is-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.26s ease;
  }
  .button-common-top.is-show:hover {
    opacity: 0.8;
  }
}

.button-common-submit {
  margin: 0 auto;
  background: linear-gradient(0deg, #27aa1e 0%, #21a11a 48%, #40b23b 51%, #9ace96 100%);
  display: block;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.button-common-submit img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .button-common-submit {
    width: 464px;
    border-radius: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-submit {
    width: 6.24rem;
    border-radius: 0.21rem;
  }
}

/* PAGE
 * ----------------------------------------------- */
/* TOP
 * ----------------------------------------------- */
.button-top-time {
  background: linear-gradient(0deg, #fbe225 0%, #efbc22 50%, #efcd62 51%, #e2cda0 100%);
  display: block;
}
.button-top-time img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .button-top-time {
    padding: 21px 22px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-top-time {
    padding: 0.33rem 0.13rem;
    border-radius: 0.18rem;
  }
}

.top-contact {
  position: relative;
  color: #fff;
  text-align: center;
}
.top-contact .contact-wrapper {
  background: #122e5e;
  position: relative;
  z-index: 1;
}
.top-contact .contact-title span {
  font-weight: 700;
  color: #ffff00;
}
.top-contact .phone-number {
  display: block;
}
.top-contact .phone-number img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .top-contact .contact-wrapper {
    padding: 21px 24px 27px 21px;
    border-radius: 9px;
  }
  .top-contact .contact-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .top-contact .contact-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .top-contact .content-phone {
    width: 294px;
    margin-right: 12px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    text-align: left;
  }
  .top-contact .phone-label {
    font-size: 20px;
  }
  .top-contact .phone-number {
    margin-bottom: 6px;
    pointer-events: none;
  }
  .top-contact .content-schedule {
    padding: 8px 2px;
    border: 1px solid #fff;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.43;
  }
  .top-contact .button-top-time {
    width: 464px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-contact .contact-wrapper {
    padding: 0.3rem 0.42rem 0.39rem;
    border-radius: 0.09rem;
  }
  .top-contact .contact-title {
    margin-bottom: 0.12rem;
    font-size: 0.36rem;
    line-height: 1.8;
  }
  .top-contact .button-top-time {
    margin-bottom: 0.3rem;
  }
  .top-contact .content-phone {
    margin-bottom: 0.27rem;
  }
  .top-contact .phone-label {
    margin-bottom: 0.18rem;
    font-size: 0.32rem;
  }
  .top-contact .phone-number {
    padding: 0.18rem 1.26rem;
    border: 1px solid #7599d8;
    border-radius: 0.18rem;
    background: #33599b;
  }
  .top-contact .content-schedule {
    font-size: 0.26rem;
  }
}

.section-top-keyvisual .keyvisual-label {
  color: #122e5e;
  line-height: 1.72;
}
.section-top-keyvisual .keyvisual-label span {
  display: inline-block;
  line-height: 1;
}
.section-top-keyvisual .keyvisual-title {
  line-height: 1.28;
  letter-spacing: -0.03em;
}
.section-top-keyvisual .keyvisual-title span {
  font-weight: 700;
  color: #ff7e00;
}
.section-top-keyvisual .keyvisual-detail {
  line-height: 1.786;
  text-align: center;
}
.section-top-keyvisual .keyvisual-detail span {
  font-weight: 700;
  color: #ff7e00;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding: 51px 0 123px;
  }
  .section-top-keyvisual .keyvisual-label {
    margin-bottom: 33px;
    font-size: 32px;
  }
  .section-top-keyvisual .keyvisual-label span {
    border-bottom: 2px solid #122e5e;
  }
  .section-top-keyvisual .keyvisual-title {
    margin: 0 0 48px -6px;
    font-size: 61px;
  }
  .section-top-keyvisual .keyvisual-title .is-large {
    font-size: 78px;
  }
  .section-top-keyvisual .top-contact {
    margin-bottom: 48px;
  }
  .section-top-keyvisual .top-contact::before {
    content: "";
    width: 534px;
    height: 390px;
    background: url(../img/top/keyvisual_img_01.png) center bottom/100% auto no-repeat;
    position: absolute;
    bottom: calc(100% - 4px);
    right: -22px;
    z-index: -1;
    pointer-events: none;
  }
  .section-top-keyvisual .keyvisual-detail {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding: 0.27rem 0 1.05rem;
    background: url(../img/top/sp/keyvisual_img_01.png) top 0.15rem right 0.21rem/2.28rem auto no-repeat;
  }
  .section-top-keyvisual .keyvisual-label {
    margin: 0 0 0.24rem 0.06rem;
    font-size: 0.32rem;
  }
  .section-top-keyvisual .keyvisual-label span {
    border-bottom: 1px solid #122e5e;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 0.54rem;
    font-size: 0.61rem;
  }
  .section-top-keyvisual .keyvisual-title .is-large {
    font-size: 0.78rem;
  }
  .section-top-keyvisual .top-contact {
    margin-bottom: 0.51rem;
  }
  .section-top-keyvisual .keyvisual-detail {
    font-size: 0.4rem;
    line-height: 2;
  }
}

.section-top-assessment {
  background: #122e5e;
  position: relative;
  color: #fff;
}
.section-top-assessment::before, .section-top-assessment::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}
.section-top-assessment::before {
  width: 100%;
  background: url(../img/top/assessment_img_01.png) left bottom/auto 100% repeat-x;
  bottom: calc(100% - 1px);
}
.section-top-assessment::after {
  margin: 0 auto;
  background: #122e5e;
  -ms-transform: scale(0.96, 1) rotate(45deg);
      transform: scale(0.96, 1) rotate(45deg);
}
.section-top-assessment .assessment-banner {
  overflow: hidden;
}
.section-top-assessment .assessment-banner img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .section-top-assessment {
    padding: 72px 0 105px;
    text-align: center;
  }
  .section-top-assessment::before {
    height: 90px;
  }
  .section-top-assessment::after {
    width: 100px;
    height: 100px;
    bottom: -33px;
  }
  .section-top-assessment .title-common {
    margin-bottom: 33px;
  }
  .section-top-assessment .assessment-detail {
    margin-bottom: 51px;
  }
  .section-top-assessment .assessment-detail p:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-top-assessment .assessment-banner {
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-assessment {
    padding: 0.69rem 0 1.02rem;
  }
  .section-top-assessment::before {
    height: 0.9rem;
    background-position: left -1.29rem bottom;
  }
  .section-top-assessment::after {
    width: 1rem;
    height: 1rem;
    bottom: -0.39rem;
  }
  .section-top-assessment .title-common {
    margin-bottom: 0.69rem;
  }
  .section-top-assessment .title-main {
    padding-right: 0.24rem;
  }
  .section-top-assessment .assessment-detail {
    margin-bottom: 0.6rem;
    line-height: 1.93;
  }
  .section-top-assessment .assessment-detail p:not(:last-child) {
    margin-bottom: 0.48rem;
  }
  .section-top-assessment .assessment-banner {
    border-radius: 0.09rem;
  }
}

.section-top-about .title-common {
  color: #122e5e;
}
.section-top-about .about-title-secondary {
  font-weight: 700;
  text-align: center;
  color: #408e0d;
}
.section-top-about .about-showcase {
  position: relative;
}
.section-top-about .about-showcase::before {
  content: "";
  background: center center/100% auto no-repeat;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
}
.section-top-about .showcase-wrapper {
  overflow: hidden;
}
.section-top-about .showcase-title {
  background: #122e5e;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.section-top-about .showcase-banner img {
  width: 100%;
}
.section-top-about .showcase-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: -0.03em;
}
.section-top-about .showcase-list .list-item {
  border: 3px solid #122e5e;
  border-radius: 9999px;
  background: linear-gradient(-39deg, #122e5e 0%, #122e5e 50%, #244886 50%, #244886 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.section-top-about .showcase-list .item-title {
  width: 100%;
  color: #fff;
  text-align: center;
}
.section-top-about .showcase-title {
  letter-spacing: -0.03em;
}
@media print, (min-width: 768px) {
  .section-top-about {
    padding: 111px 0 129px;
  }
  .section-top-about .title-common {
    margin-bottom: 45px;
  }
  .section-top-about .about-detail {
    margin-bottom: 54px;
    text-align: center;
  }
  .section-top-about .about-title-secondary {
    margin-bottom: 36px;
    font-size: 40px;
  }
  .section-top-about .about-list-check {
    margin-bottom: 57px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-top-about .about-list-check .list-item {
    width: 49.5%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 30px;
    padding-left: 70px;
    background: url(../img/top/icon_check_01.png) center left 24px/42px auto no-repeat;
  }
  .section-top-about .about-list-check .list-item:nth-child(2) {
    width: 50.5%;
  }
  .section-top-about .about-list-check .list-item img {
    width: 400px;
  }
  .section-top-about .about-showcase::before {
    width: 209px;
    height: 73px;
    background-image: url(../img/top/icon_arrow_01.png);
    bottom: calc(100% - 24px);
  }
  .section-top-about .showcase-wrapper {
    padding-bottom: 48px;
    box-shadow: 0 0 0 2px #122e5e;
    border-radius: 9px;
  }
  .section-top-about .showcase-title {
    margin-bottom: 39px;
    padding: 26px 20px 12px;
    font-size: 48px;
  }
  .is-ios .section-top-about .showcase-title {
    padding-bottom: 18px;
  }
  .section-top-about .showcase-banner {
    margin-bottom: 42px;
    padding: 0 30px;
  }
  .section-top-about .showcase-list {
    font-size: 26px;
    line-height: 1.73;
  }
  .section-top-about .showcase-list .list-item {
    width: 222px;
    height: 222px;
    margin: 0 21px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 1.35rem 0 0.99rem;
  }
  .section-top-about .title-common {
    margin-bottom: 0.66rem;
  }
  .section-top-about .about-detail {
    margin-bottom: 0.54rem;
    line-height: 1.93;
  }
  .section-top-about .about-title-secondary {
    margin-bottom: 0.33rem;
    font-size: 0.4rem;
  }
  .section-top-about .about-list-check {
    margin-bottom: 1.02rem;
  }
  .section-top-about .about-list-check .list-item {
    padding: 0 0.56rem 0 0.48rem;
    background: url(../img/top/icon_check_01.png) center left 0.02rem/0.42rem auto no-repeat;
  }
  .section-top-about .about-list-check .list-item:not(:last-child) {
    margin-bottom: 0.21rem;
  }
  .section-top-about .about-list-check .list-item img {
    width: 100%;
  }
  .section-top-about .about-showcase::before {
    width: 2.57rem;
    height: 0.89rem;
    background-image: url(../img/top/sp/icon_arrow_01.png);
    bottom: calc(100% - .12rem);
  }
  .section-top-about .showcase-wrapper {
    padding-bottom: 0.27rem;
    border: 1px solid #122e5e;
    border-radius: 0.09rem;
  }
  .section-top-about .showcase-title {
    margin-bottom: 0.27rem;
    padding: 0.17rem 0.15rem 0.11rem;
    font-size: 0.36rem;
  }
  .section-top-about .showcase-banner {
    margin-bottom: 0.3rem;
    padding: 0 0.21rem;
  }
  .section-top-about .showcase-list {
    margin: 0 0.06rem 0;
    line-height: 1.73;
  }
  .section-top-about .showcase-list .list-item {
    width: calc(33.3333% - .12rem);
    height: 2.2rem;
    margin: 0 0.06rem 0.06rem;
  }
}

.section-top-advantage {
  background: #ccd6e7;
}
.section-top-advantage .title-common {
  color: #122e5e;
}
.section-top-advantage .list-item {
  background: #fff;
  overflow: hidden;
}
.section-top-advantage .item-wrapper {
  position: relative;
}
.section-top-advantage .item-count {
  background: #122e5e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-top-advantage .item-count img {
  width: 100%;
}
.section-top-advantage .item-thumbnail {
  position: relative;
}
.section-top-advantage .item-thumbnail img {
  width: 100%;
}
.section-top-advantage .item-title {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.section-top-advantage .item-title:after {
  content: "";
  height: 1px;
  margin: 0 auto;
  background: #122e5e;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .section-top-advantage {
    padding: 93px 0 60px;
  }
  .section-top-advantage .title-common {
    margin-bottom: 39px;
  }
  .section-top-advantage .advantage-detail {
    margin-bottom: 54px;
    text-align: center;
  }
  .section-top-advantage .advantage-list {
    margin: 0 -20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-top-advantage .list-item {
    width: calc(50% - 40px);
    margin: 0 20px 36px;
    border-radius: 9px;
  }
  .section-top-advantage .item-count {
    width: 60px;
    border-radius: 0 0 9px 0;
  }
  .section-top-advantage .item-thumbnail {
    margin-bottom: 15px;
  }
  .section-top-advantage .item-title, .section-top-advantage .item-detail {
    padding: 0 27px;
  }
  .section-top-advantage .item-title {
    margin-bottom: 27px;
    padding-bottom: 15px;
    font-size: 22px;
  }
  .is-ios .section-top-advantage .item-title {
    padding-bottom: 17px;
  }
  .section-top-advantage .item-title:after {
    width: 81px;
  }
  .section-top-advantage .item-detail {
    padding-bottom: 27px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-advantage {
    padding: 0.69rem 0 1.32rem;
  }
  .section-top-advantage .title-common {
    margin-bottom: 0.78rem;
  }
  .section-top-advantage .advantage-detail {
    margin-bottom: 0.66rem;
  }
  .section-top-advantage .advantage-list {
    margin: 0 0.3rem;
  }
  .section-top-advantage .list-item {
    min-height: 6.76rem;
    border-radius: 0.09rem;
  }
  .section-top-advantage .list-item:not(:last-child) {
    margin-bottom: 0.36rem;
  }
  .section-top-advantage .item-count {
    width: 0.9rem;
    border-radius: 0 0 0.09rem 0;
  }
  .section-top-advantage .item-thumbnail {
    margin-bottom: 0.24rem;
  }
  .section-top-advantage .item-title, .section-top-advantage .item-detail {
    padding: 0 0.27rem;
  }
  .section-top-advantage .item-title {
    margin-bottom: 0.39rem;
    padding-bottom: 0.21rem;
    font-size: 0.36rem;
  }
  .is-ios .section-top-advantage .item-title {
    padding-bottom: 0.25rem;
  }
  .section-top-advantage .item-title:after {
    width: 1.59rem;
  }
  .section-top-advantage .item-detail {
    padding-bottom: 0.45rem;
    line-height: 1.73;
    letter-spacing: -0.03em;
  }
}

.section-top-reason .title-common {
  color: #122e5e;
}
.section-top-reason .title-common .main-highlight {
  color: #ff7e00;
}
.section-top-reason .list-item {
  background: #122e5e;
  color: #ffd700;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.section-top-reason .item-thumbnail {
  margin: 0 auto;
}
.section-top-reason .item-thumbnail img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .section-top-reason {
    padding: 99px 0 96px;
  }
  .section-top-reason .title-common {
    margin-bottom: 60px;
  }
  .section-top-reason .title-common .title-logo {
    width: 240px;
  }
  .section-top-reason .title-common .main-highlight {
    top: 30px;
  }
  .section-top-reason .reason-detail {
    letter-spacing: -0.03em;
    text-align: center;
  }
  .section-top-reason .reason-list {
    margin: 0 -15px -15px 0;
    padding: 57px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-top-reason .list-item {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 15px 0;
    padding: 51px 30px 33px;
    border-radius: 9px;
    font-size: 30px;
    line-height: 1.5;
  }
  .section-top-reason .item-thumbnail {
    width: 150px;
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-reason {
    padding: 0.75rem 0 0.82rem;
  }
  .section-top-reason .title-common {
    margin-bottom: 1.05rem;
  }
  .section-top-reason .title-common .title-logo {
    width: 2.4rem;
  }
  .section-top-reason .title-common .main-highlight {
    top: 0.3rem;
  }
  .section-top-reason .reason-detail {
    text-align: justify;
    line-height: 1.923;
  }
  .section-top-reason .reason-list {
    padding: 0.72rem 0.3rem 0.78rem;
  }
  .section-top-reason .list-item {
    padding: 0.51rem 0.21rem 0.45rem;
    border-radius: 0.09rem;
    font-size: 0.4rem;
  }
  .section-top-reason .list-item:not(:last-child) {
    margin-bottom: 0.48rem;
  }
  .section-top-reason .item-thumbnail {
    width: 2.1rem;
    margin-bottom: 0.27rem;
  }
}

.section-top-case {
  background: #f9f6e5;
}
.section-top-case .title-common {
  color: #122e5e;
}
.section-top-case .list-item {
  background: #fff;
  overflow: hidden;
}
.section-top-case .item-heading {
  background: #122e5e;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 700;
}
.section-top-case .item-count {
  background: #51678c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
}
.section-top-case .item-count img {
  width: 100%;
}
.section-top-case .item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
}
.section-top-case .item-thumbnail {
  text-align: center;
  color: #408e0d;
}
.section-top-case .item-thumbnail img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .section-top-case {
    padding: 99px 0 126px;
  }
  .section-top-case .title-common {
    margin-bottom: 51px;
  }
  .section-top-case .list-item {
    box-shadow: 0 0 0 2px #122e5e;
    border-radius: 9px;
  }
  .section-top-case .list-item:not(:last-child) {
    margin-bottom: 57px;
  }
  .section-top-case .item-count {
    width: 128px;
  }
  .section-top-case .item-title {
    width: calc(100% - 128px);
    padding: 6px 18px 4px;
    font-size: 30px;
  }
  .is-ios .section-top-case .item-title {
    padding-bottom: 6px;
  }
  .section-top-case .item-content {
    padding: 36px 0 42px;
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-case .item-thumbnail {
    width: 261px;
    padding: 0 42px 0 36px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-size: 14px;
  }
  .section-top-case .item-thumbnail img {
    margin-bottom: 9px;
  }
  .section-top-case .item-detail {
    margin-top: -3px;
    padding-right: 42px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -0.06em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-case {
    padding: 0.69rem 0 1.11rem;
  }
  .section-top-case .title-common {
    margin-bottom: 0.51rem;
  }
  .section-top-case .list-item {
    border: 1px solid #122e5e;
    border-radius: 0.09rem;
  }
  .section-top-case .list-item:not(:last-child) {
    margin-bottom: 0.57rem;
  }
  .section-top-case .item-count {
    width: 1.3rem;
  }
  .section-top-case .item-title {
    width: calc(100% - 1.3rem);
    padding: 0.06rem 0.08rem 0.04rem 0.18rem;
    font-size: 0.3rem;
    letter-spacing: -0.03em;
  }
  .is-ios .section-top-case .item-title {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
  .section-top-case .item-thumbnail {
    width: 3.66rem;
    margin: 0.51rem auto 0.36rem;
  }
  .section-top-case .item-thumbnail img {
    margin-bottom: 0.21rem;
  }
  .section-top-case .item-detail {
    padding: 0 0.3rem 0.54rem;
    line-height: 1.93;
    letter-spacing: -0.03em;
    text-align: justify;
  }
}

.section-top-problem .problem-info {
  background: center center/cover no-repeat;
  color: #122e5e;
}
.section-top-problem .info-title {
  font-weight: 700;
}
.section-top-problem .top-contact {
  background: #122e5e;
  position: relative;
  color: #fff;
}
.section-top-problem .top-contact::before {
  content: "";
  width: 100%;
  background: url(../img/top/assessment_img_01.png) left bottom/auto 100% repeat-x;
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
}
.section-top-problem .top-contact .contact-wrapper {
  background: #294980;
}
@media print, (min-width: 768px) {
  .section-top-problem .problem-info {
    padding: 93px 0 270px;
    background-image: url(../img/top/problem_img_01.jpg);
    text-align: center;
  }
  .section-top-problem .info-title {
    margin-bottom: 45px;
    font-size: 44px;
    line-height: 1.59;
  }
  .section-top-problem .info-detail {
    font-size: 20px;
    line-height: 2.15;
  }
  .section-top-problem .top-contact {
    padding: 87px 0 75px;
  }
  .section-top-problem .top-contact::before {
    height: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-problem .problem-info {
    padding: 0.54rem 0 1.53rem;
    background-image: url(../img/top/sp/problem_img_01.jpg);
    background-size: 100% auto;
    background-position: top center;
  }
  .section-top-problem .info-title {
    margin-bottom: 0.51rem;
    font-size: 0.38rem;
    line-height: 1.58;
    text-align: center;
  }
  .section-top-problem .info-detail {
    text-align: justify;
    letter-spacing: 0.02em;
    line-height: 1.93;
  }
  .section-top-problem .top-contact {
    padding: 0.84rem 0 0.96rem;
  }
  .section-top-problem .top-contact::before {
    height: 0.9rem;
    background-position: left -1.29rem bottom;
  }
  .section-top-problem .top-contact .phone-number {
    background: #122e5e;
  }
}

/*# sourceMappingURL=top.css.map */