@charset "UTF-8";
/* # =================================================================
# Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1.0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
/* Style select like a standard input */
select {
  /*  -moz-appearance: none;  Firefox 36+ */
  /*  -webkit-appearance: none;  Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

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

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

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

img {
  display: block;
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}
a::before, a::after {
  -webkit-transition: .3s;
  transition: .3s;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #010101;
}

body {
  width: 100%;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein.scrollin,
.slide_r.scrollin,
.slide_l.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide_r {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.slide_l {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes ani_header {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ani_header {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.dot_style_1 li, .voiceSection__inner .slider .slick-dots li {
  display: inline-block;
  width: 18px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .dot_style_1 li, .voiceSection__inner .slider .slick-dots li {
    width: 14px;
  }
}
.dot_style_1 li:nth-last-of-type(1), .voiceSection__inner .slider .slick-dots li:nth-last-of-type(1) {
  margin-right: 0;
}
.dot_style_1 li.slick-active button:before, .voiceSection__inner .slider .slick-dots li.slick-active button:before {
  background-color: #0B2B5A;
}
.dot_style_1 li button, .voiceSection__inner .slider .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.dot_style_1 li button:before, .voiceSection__inner .slider .slick-dots li button:before {
  content: '';
  display: block;
  background-color: #ffffff;
  border: 1px solid #0B2B5A;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .dot_style_1 li button:before, .voiceSection__inner .slider .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }
}

.prev-arrow,
.next-arrow {
  background-size: contain;
  width: 29px;
  height: 51px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 100;
}

.prev-arrow {
  background-image: url(../images/arr_prev1.svg);
  left: -15px;
}

.next-arrow {
  background-image: url(../images/arr_next1.svg);
  right: -15px;
}

.defFlex, .mvSection__inner, .mvSection__inner .detail .list, .aboutListBlock li, .aboutListBlock li .detail, .ctaSection__list__inner, .ctaSection__bottom, .flowSection__list li, .flowSection__list li .detail .btns, .categorySection__list, .companySection__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ttl_style_1 .en {
  height: 11px;
  margin: 0 auto 18px;
}
.ttl_style_1 .ja .lg {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.ttl_style_1 .ja .sm {
  font-size: 32px;
}
.ttl_style_1 .text {
  width: 78%;
  max-width: 650px;
  margin: 30px auto 0;
  font-size: 15px;
  line-height: 3.0;
  color: #000000;
  font-weight: 800;
}

.btn_style_1, .header__nav .btn, .ctaSection__bottom .line, .flowSection__list li .detail .btns a {
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.btn_style_1:hover::before, .header__nav .btn:hover::before, .ctaSection__bottom .line:hover::before, .flowSection__list li .detail .btns a:hover::before {
  top: 0;
}
.btn_style_1::before, .header__nav .btn::before, .ctaSection__bottom .line::before, .flowSection__list li .detail .btns a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .btn_style_1::before, .header__nav .btn::before, .ctaSection__bottom .line::before, .flowSection__list li .detail .btns a::before {
    display: none;
  }
}
.btn_style_1 > span, .header__nav .btn > span, .ctaSection__bottom .line > span, .flowSection__list li .detail .btns a > span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.btn_style_1 > img, .header__nav .btn > img, .ctaSection__bottom .line > img, .flowSection__list li .detail .btns a > img {
  display: inline-block;
  width: 15px;
  margin: 0 7px 0 0;
}

.ttl_style_2, .voiceSection__inner .ttlBlock, .faqSection__ttlBlock, .companySection__ttlBlock {
  position: relative;
}
.ttl_style_2 .main, .voiceSection__inner .ttlBlock .main, .faqSection__ttlBlock .main, .companySection__ttlBlock .main {
  font-size: 38px;
  color: #0B2B5A;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .ttl_style_2 .main, .voiceSection__inner .ttlBlock .main, .faqSection__ttlBlock .main, .companySection__ttlBlock .main {
    font-size: 19px;
  }
}
.ttl_style_2 .bgText, .voiceSection__inner .ttlBlock .bgText, .faqSection__ttlBlock .bgText, .companySection__ttlBlock .bgText {
  font-size: 154px;
  font-weight: 700;
  text-shadow: 0 0 1px #24c6a2;
  color: #ffffff;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .ttl_style_2 .bgText, .voiceSection__inner .ttlBlock .bgText, .faqSection__ttlBlock .bgText, .companySection__ttlBlock .bgText {
    font-size: 65px;
  }
}

.bg_style_1, .mvSection__inner .detail .list li, .ctaSection__bottom, .flowSection__list li, .voiceSection__inner .slider .sliderItem, .faqSection__list li {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #BBE6E3;
          box-shadow: 0 0 10px #BBE6E3;
}
@media only screen and (max-width: 767px) {
  .bg_style_1, .mvSection__inner .detail .list li, .ctaSection__bottom, .flowSection__list li, .voiceSection__inner .slider .sliderItem, .faqSection__list li {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px #BBE6E3;
            box-shadow: 0 0 5px #BBE6E3;
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 96px;
  background-color: #ffffff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc( 50% - 665px );
}
@media only screen and (max-width: 1329px) {
  .header {
    padding: 0 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 50px;
    padding: 0 2vw 0 4vw;
    background-color: transparent;
  }
}
.header.active {
  -webkit-animation: ani_header .4s;
          animation: ani_header .4s;
}
.header__logo {
  width: 162px;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 100px;
  }
}
.header__nav {
  width: 905px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
    background: rgba(11, 43, 90, 0.95);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav .logo {
    display: block;
    width: 100px;
    margin: 12px 0 57px 4vw;
  }
}
.header__nav .ele {
  font-size: 14px;
  color: #0B2B5A;
  font-weight: 500;
  margin: 0 36px 0 0;
}
@media only screen and (max-width: 1329px) {
  .header__nav .ele {
    margin: 0 2vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav .ele {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding: 12px 0;
  }
}
.header__nav .ele:hover {
  color: #24C6A2;
}
.header__nav .btn {
  width: 130px;
  height: 48px;
  font-size: 14px;
  border-radius: 31px;
}
@media only screen and (max-width: 767px) {
  .header__nav .btn {
    width: 78vw;
    height: 50px;
    font-size: 12px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav .btn > img {
    display: inline-block;
    width: 15px;
    margin: 16px 0 0 20%;
  }
}
.header__nav .btn::before {
  border-radius: 31px;
}
.header__nav .btn.tel {
  border: 2px solid #0B2B5A;
  background: #ffffff;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .header__nav .btn.tel {
    margin: 25px auto 7px;
  }
}
.header__nav .btn.tel > span {
  color: #0B2B5A;
}
.header__nav .btn.tel::before {
  background: #0B2B5A;
}
.header__nav .btn.tel:hover > span {
  color: #ffffff;
}
.header__nav .btn.line {
  border: 2px solid #22C654;
  background: #22C654;
}
@media only screen and (max-width: 767px) {
  .header__nav .btn.line {
    margin: 0 auto;
  }
}
.header__nav .btn.line > span {
  color: #ffffff;
}
.header__nav .btn.line::before {
  background: #ffffff;
}
.header__nav .btn.line:hover > span {
  color: #22C654;
}
@media only screen and (max-width: 767px) {
  .header__nav .text {
    font-size: 11px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0 0 15px;
    width: 100%;
  }
}
.header .menu, .header .close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .menu, .header .close {
    display: block;
    width: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .header .close {
    width: 32px;
    position: fixed;
    top: 9px;
    right: 2vw;
    z-index: 11;
  }
}

.emp {
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .emp {
    height: 50px;
  }
}

.mvSection {
  background-image: url(../images/bg_11.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 0 91px;
}
@media only screen and (max-width: 767px) {
  .mvSection {
    padding: 0 0 33px;
    background: none;
  }
}
.mvSection__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 87%;
  max-width: 1174px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mvSection__inner .image {
  width: 51%;
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner .image {
    width: 100%;
    margin: 0 0 11px;
  }
}
.mvSection__inner .detail {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner .detail {
    width: 87%;
    margin: 0 auto;
  }
}
.mvSection__inner .detail .textImage {
  margin: 0 0 27px;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner .detail .textImage {
    margin: 0 0 18px;
  }
}
.mvSection__inner .detail .des {
  font-size: 16px;
  line-height: 2.0;
  font-weight: 700;
  text-align: center;
  color: #0B2B5A;
  margin: 0 0 36px;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner .detail .des {
    font-size: 12px;
    margin: 0 0 21px;
  }
}
.mvSection__inner .detail .list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mvSection__inner .detail .list li {
  color: #24C6A2;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding: 17px 0 26px;
  width: 29%;
  margin: 0 6.5% 0 0;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner .detail .list li {
    font-size: 12px;
    padding: 9px 0 12px;
  }
}
.mvSection__inner .detail .list li:nth-of-type(3n) {
  margin: 0;
}
.mvSection__inner .detail .list li:nth-of-type(1)::before {
  margin: 0 auto 13px;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner .detail .list li:nth-of-type(1)::before {
    margin: 0 auto 8px;
  }
}
.mvSection__inner .detail .list li::before {
  content: '';
  width: 31px;
  height: 25px;
  background-image: url(../images/icon_1.svg);
  background-size: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mvSection__inner .detail .list li::before {
    width: 17px;
    height: 14px;
    margin: 0 auto 3px;
  }
}

.youtubeSection {
  width: 87%;
  max-width: 800px;
  margin: 0 auto 140px;
}
@media only screen and (max-width: 767px) {
  .youtubeSection {
    margin: 0 auto 45px;
  }
}
.youtubeSection__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #0B2B5A;
  border: 2px solid #0B2B5A;
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin: 0 0 38px;
}
@media only screen and (max-width: 767px) {
  .youtubeSection__ttl {
    font-size: 13px;
    margin: 0 0 25px;
    padding: 11px;
    border-radius: 2px;
    border: 1px solid #0B2B5A;
  }
}
.youtubeSection__ttl::before, .youtubeSection__ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 9.5px 0 9.5px;
}
@media only screen and (max-width: 767px) {
  .youtubeSection__ttl::before, .youtubeSection__ttl::after {
    border-width: 11px 5.5px 0 5.5px;
  }
}
.youtubeSection__ttl::before {
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
  bottom: -14px;
}
@media only screen and (max-width: 767px) {
  .youtubeSection__ttl::before {
    bottom: -8px;
  }
}
.youtubeSection__ttl::after {
  border-color: #0B2B5A transparent transparent transparent;
  z-index: 1;
  bottom: -19px;
}
@media only screen and (max-width: 767px) {
  .youtubeSection__ttl::after {
    bottom: -11px;
  }
}
.youtubeSection__contents iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .youtubeSection__contents iframe {
    height: 157px;
  }
}

.aboutSection {
  margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .aboutSection {
    margin: 0 0 35px;
  }
}
.aboutSection__ttl {
  width: 87%;
  max-width: 835px;
  margin: 0 auto 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutSection__ttl {
    margin: 0 auto 12px;
  }
}
.aboutSection__ttl .image {
  position: absolute;
  top: 27px;
  left: 0;
  width: 22.5%;
}
@media only screen and (max-width: 767px) {
  .aboutSection__ttl .image {
    width: 16%;
  }
}
.aboutSection__ttl .text {
  width: 71%;
  margin: 0 0 0 29%;
  background-image: url(../images/bg_2.svg);
  background-size: 189px;
  background-position: top right;
  padding: 74px 0 15px;
}
@media only screen and (max-width: 767px) {
  .aboutSection__ttl .text {
    background-size: 71px;
    padding: 28px 0 3px;
    width: 78%;
    margin: 0 0 0 21%;
  }
}
.aboutSection__ttl .text > span {
  color: #0B2B5A;
  font-weight: 700;
}
.aboutSection__ttl .text .sm {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .aboutSection__ttl .text .sm {
    font-size: 21px;
  }
}
.aboutSection__ttl .text .md {
  font-size: 44px;
}
@media only screen and (max-width: 767px) {
  .aboutSection__ttl .text .md {
    font-size: 25px;
  }
}
.aboutSection__ttl .text .lg {
  font-size: 62px;
}
@media only screen and (max-width: 767px) {
  .aboutSection__ttl .text .lg {
    font-size: 33px;
    line-height: 1.2;
  }
}
.aboutSection__contents {
  background: #FAFAFA;
  padding: 29px 0 65px;
}
@media only screen and (max-width: 767px) {
  .aboutSection__contents {
    padding: 27px 0;
  }
}
.aboutSection__contents__inner {
  width: 87%;
  max-width: 835px;
  margin: 0 auto;
}
.aboutSection__contents__inner .text {
  font-size: 16px;
  line-height: 2.2;
  padding: 0 0 0 29%;
}
@media only screen and (max-width: 767px) {
  .aboutSection__contents__inner .text {
    font-size: 12px;
    line-height: 2.1;
    padding: 0;
  }
}

.aboutListBlock {
  width: 87%;
  max-width: 1190px;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock {
    margin: 0 auto 45px;
  }
}
.aboutListBlock li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 70px;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 35px;
  }
}
.aboutListBlock li:nth-of-type(2n+1) .image {
  margin: 0 7% 0 0;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li:nth-of-type(2n+1) .image {
    margin: 0 0 20px;
  }
}
.aboutListBlock li:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutListBlock li:nth-of-type(2n) .detail {
  margin: 0 7% 0 0;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li:nth-of-type(2n) .detail {
    margin: 0;
  }
}
.aboutListBlock li .image {
  width: 53%;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li .image {
    width: 100%;
    margin: 0 0 20px;
  }
}
.aboutListBlock li .detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li .detail {
    width: 100%;
  }
}
.aboutListBlock li .detail .icon {
  width: 90px;
  margin: 0 32px 0 0;
  padding: 22px 0;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li .detail .icon {
    width: 60px;
    margin: 0 19px 0 0;
    padding: 0;
  }
}
.aboutListBlock li .detail .ttl {
  width: calc(100% - 90px - 32px);
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li .detail .ttl {
    width: calc(100% - 60px - 19px);
    font-size: 17px;
  }
}
.aboutListBlock li .detail .number {
  position: absolute;
  top: -28px;
  right: 0;
  z-index: -1;
  font-size: 169px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 0 1px #24c6a2;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li .detail .number {
    font-size: 84px;
    top: -16px;
  }
}
.aboutListBlock li .detail .des {
  font-size: 15px;
  line-height: 2.0;
  margin: 13px 0 0;
}
@media only screen and (max-width: 767px) {
  .aboutListBlock li .detail .des {
    font-size: 12px;
    margin: 19px 0 0;
  }
}

.ctaSection {
  background-image: url(../images/bg_5.jpg);
  background-position: top 119px center;
  padding: 0 0 100px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .ctaSection {
    background-position: top 80px center;
    padding: 0 0 50px;
  }
}
.ctaSection__ttl {
  width: 87%;
  max-width: 790px;
  margin: 0 auto;
  background-image: url(../images/bg_3.svg);
  background-size: contain;
  background-position: center;
  text-align: center;
  padding: 86px 0 46px;
}
@media only screen and (max-width: 767px) {
  .ctaSection__ttl {
    background-image: url(../images/bg_9.svg);
    padding: 35px 0 10px;
    margin: 0 auto 21px;
  }
}
.ctaSection__ttl > span {
  font-weight: 700;
  color: #0B2B5A;
  display: inline-block;
}
.ctaSection__ttl .sm {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .ctaSection__ttl .sm {
    font-size: 19px;
  }
}
.ctaSection__ttl .lg {
  font-size: 58px;
}
@media only screen and (max-width: 767px) {
  .ctaSection__ttl .lg {
    font-size: 34px;
    line-height: 1.5;
  }
}
.ctaSection__list {
  background-size: cover;
}
.ctaSection__list__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 87%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ctaSection__list__inner {
    width: 100%;
    display: block;
  }
}
.ctaSection__list__inner .ele {
  width: 30%;
  margin: 65px 5% 0 0;
}
@media only screen and (max-width: 767px) {
  .ctaSection__list__inner .ele {
    width: 178px;
    margin: 0 22px;
  }
}
.ctaSection__list__inner .ele:nth-of-type(3n) {
  margin: 65px 0 0;
}
@media only screen and (max-width: 767px) {
  .ctaSection__list__inner .ele:nth-of-type(3n) {
    margin: 0;
  }
}
.ctaSection__list__inner .ele .text {
  background-image: url(../images/bg_4.svg);
  background-size: contain;
  background-position: center;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  color: #0B2B5A;
  min-height: 160px;
  margin: 0 0 16px;
  padding: 31px 0 0;
}
@media only screen and (max-width: 767px) {
  .ctaSection__list__inner .ele .text {
    font-size: 12px;
    line-height: 1.4;
    min-height: 95px;
    margin: 0 0 4px;
    padding: 20px 0 0;
  }
}
.ctaSection__list__inner .ele .image {
  height: 205px;
}
@media only screen and (max-width: 767px) {
  .ctaSection__list__inner .ele .image {
    height: 135px;
  }
}
.ctaSection__list__inner .ele .image img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.ctaSection__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 87%;
  max-width: 1181px;
  margin: 0 auto;
  padding: 65px 71px 60px;
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom {
    padding: 25px 32px;
  }
}
.ctaSection__bottom .ttl {
  width: 79%;
  max-width: 798px;
  margin: 0 auto 40px;
  font-size: 26px;
  color: #0B2B5A;
  font-weight: 700;
  text-align: center;
  padding: 0 30px;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom .ttl {
    width: 100%;
    font-size: 14px;
    padding: 0 28px;
    margin: 0 auto 20px;
  }
}
.ctaSection__bottom .ttl::before, .ctaSection__bottom .ttl::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.ctaSection__bottom .ttl::before {
  content: '−';
  left: 0;
}
.ctaSection__bottom .ttl::after {
  content: '−';
  right: 0;
}
.ctaSection__bottom .tel {
  width: 417px;
  font-size: 48px;
  font-weight: 700;
  color: #0B2B5A;
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom .tel {
    margin: 0 0 7px;
    border: 1px solid #0B2B5A;
    text-align: center;
    padding: 17px 0 0;
  }
}
.ctaSection__bottom .tel > img {
  width: 50px;
  display: inline-block;
  margin: 0 6px -8px 0;
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom .tel > img {
    width: 15px;
    margin: 0 7px -3px 0;
  }
}
.ctaSection__bottom .tel > span {
  color: #0B2B5A;
}
.ctaSection__bottom .text {
  color: #0B2B5A;
  font-size: 15px;
  line-height: 1.6;
  width: 147px;
  margin: 0 39px 0 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom .text {
    font-size: 11px;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 25px;
    text-align: center;
  }
}
.ctaSection__bottom .line {
  width: calc(100% - 417px - 147px - 39px - 18px);
  height: 80px;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #22C654;
  background: #22C654;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom .line {
    border: 1px solid #22C654;
  }
}
.ctaSection__bottom .line::before {
  border-radius: 40px;
}
.ctaSection__bottom .line > span {
  color: #ffffff;
}
.ctaSection__bottom .line::before {
  background: #ffffff;
}
.ctaSection__bottom .line:hover > span {
  color: #22C654;
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom .tel, .ctaSection__bottom .line {
    width: 100%;
    height: 50px;
    font-size: 12px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ctaSection__bottom .tel span, .ctaSection__bottom .line span {
    font-size: 12px;
  }
}

.flowSection {
  position: relative;
  padding: 160px 0 237px;
}
@media only screen and (max-width: 767px) {
  .flowSection {
    padding: 75px 0 100px;
  }
}
.flowSection__bgText {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  font-size: 120px;
  font-weight: 700;
  text-shadow: 0 0 1px #24c6a2;
  line-height: 1.1;
  color: #ffffff;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .flowSection__bgText {
    font-size: 50px;
    line-height: 1.3;
    top: 30px;
    right: 3vw;
  }
}
.flowSection__bgImage {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 67%;
  max-width: 949px;
}
@media only screen and (max-width: 767px) {
  .flowSection__bgImage {
    width: 100%;
  }
}
.flowSection__ttl, .flowSection__list {
  width: 87%;
  max-width: 800px;
}
.flowSection__ttl {
  color: #0B2B5A;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 50px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .flowSection__ttl {
    font-size: 19px;
    margin: 0 auto 22px;
  }
}
.flowSection__list {
  margin: 0 auto;
}
.flowSection__list li {
  padding: 22px 21px 22px;
  margin: 0 0 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 22px 25px;
    margin: 0 0 30px;
  }
}
.flowSection__list li:nth-last-of-type(1) {
  margin: 0;
}
.flowSection__list li:nth-last-of-type(1)::after {
  display: none;
}
.flowSection__list li::after {
  content: '';
  display: block;
  width: 25px;
  height: 12px;
  background-image: url(../images/icon_5.svg);
  background-size: 100%;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li::after {
    width: 14px;
    height: 7px;
    bottom: -19px;
  }
}
.flowSection__list li .step {
  width: 99px;
  font-size: 18px;
  font-weight: 700;
  color: #24C6A2;
  padding: 19px 0 19px 27px;
  background-image: url(../images/bg_6.svg);
  background-size: contain;
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .step {
    width: 67px;
    font-size: 12px;
    padding: 9px 0 9px 13px;
    margin: 0 auto 15px;
  }
}
.flowSection__list li .detail {
  width: calc(100% - 99px - 60px);
  padding: 14px 0 0;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail {
    width: 100%;
    padding: 0;
  }
}
.flowSection__list li .detail .text {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail .text {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
}
.flowSection__list li .detail .btns {
  margin: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail .btns {
    margin: 15px 0 0;
  }
}
.flowSection__list li .detail .btns a {
  width: 44%;
  height: 48px;
  font-size: 14px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail .btns a {
    width: 47%;
    height: 40px;
    font-size: 12px;
    border-radius: 25px;
  }
}
.flowSection__list li .detail .btns a::before {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail .btns a::before {
    border-radius: 25px;
  }
}
.flowSection__list li .detail .btns a.tel {
  border: 1px solid #0B2B5A;
  background: #ffffff;
  margin: 0 4% 0 0;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail .btns a.tel {
    margin: 0 6% 0 0;
  }
}
.flowSection__list li .detail .btns a.tel > span {
  color: #0B2B5A;
}
.flowSection__list li .detail .btns a.tel::before {
  background: #0B2B5A;
}
.flowSection__list li .detail .btns a.tel:hover > span {
  color: #ffffff;
}
.flowSection__list li .detail .btns a.line {
  border: 1px solid #22C654;
  background: #22C654;
}
.flowSection__list li .detail .btns a.line > span {
  color: #ffffff;
}
.flowSection__list li .detail .btns a.line::before {
  background: #ffffff;
}
.flowSection__list li .detail .btns a.line:hover > span {
  color: #22C654;
}
.flowSection__list li .detail .cautionText {
  font-size: 14px;
  font-weight: 500;
  color: #0B2B5A;
  margin: 15px 0 10px;
  padding: 0 0 0 17px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail .cautionText {
    font-size: 11px;
    margin: 12px 0 0;
    padding: 0 0 0 13px;
    line-height: 1.5;
  }
}
.flowSection__list li .detail .cautionText::before {
  content: '※';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.flowSection__list li .detail .smText {
  font-size: 14px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .flowSection__list li .detail .smText {
    font-size: 11px;
  }
}

.categorySection {
  width: 87%;
  max-width: 1000px;
  margin: -117px auto 0;
  border: 2px solid #0B2B5A;
  border-radius: 15px;
  padding: 60px 80px 50px;
}
@media only screen and (max-width: 767px) {
  .categorySection {
    padding: 30px 20px 20px;
    margin: -50px auto 0;
    border-radius: 7px;
    border: 1px solid #0B2B5A;
  }
}
.categorySection__ttl {
  font-size: 32px;
  font-weight: 700;
  color: #0B2B5A;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 23px;
}
@media only screen and (max-width: 767px) {
  .categorySection__ttl {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
.categorySection__text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 38px;
}
@media only screen and (max-width: 767px) {
  .categorySection__text {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 17px;
  }
}
.categorySection__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.categorySection__list li {
  width: 16.6%;
  margin: 0 4.2% 20px 0;
}
@media only screen and (max-width: 767px) {
  .categorySection__list li {
    width: 31%;
    margin: 0 3.5% 15px 0;
  }
}
.categorySection__list li:nth-of-type(5n) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .categorySection__list li:nth-of-type(5n) {
    margin: 0 3.5% 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .categorySection__list li:nth-of-type(3n) {
    margin: 0 0 15px;
  }
}
.categorySection__list li .name {
  background: #FAFAFA;
  font-size: 16px;
  line-height: 2.0;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .categorySection__list li .name {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px;
  }
}

.voiceSection {
  width: 87%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 165px 0 122px;
}
@media only screen and (max-width: 767px) {
  .voiceSection {
    width: 100%;
    background-image: url(../images/bg_12.jpg);
    background-size: 100%;
    padding: 90px 0 66px;
    background-position-y: 40px;
  }
}
.voiceSection__bgImage {
  width: 82%;
  max-width: 826px;
  position: absolute;
  top: -9%;
  right: -23%;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .voiceSection__bgImage {
    display: none;
  }
}
.voiceSection__inner {
  padding: 0 calc(100% - 620px) 0 0;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner {
    padding: 0;
  }
}
.voiceSection__inner .ttlBlock {
  margin: 0 0 46px;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .ttlBlock {
    width: 82%;
    margin: 0 auto 30px;
  }
}
.voiceSection__inner .ttlBlock .main {
  padding: 45px 0 29px;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .ttlBlock .main {
    padding: 0;
  }
}
.voiceSection__inner .ttlBlock .bgText {
  top: -31px;
  left: 99px;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .ttlBlock .bgText {
    display: none;
  }
}
.voiceSection__inner .slider .sliderItem {
  padding: 50px 70px 60px;
  margin: 10px 60px;
  width: 500px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .sliderItem {
    margin: 5px 45px;
    padding: 22px 25px;
  }
}
.voiceSection__inner .slider .sliderItem .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 5px 17px 0;
  position: relative;
  margin: 0 0 23px;
  line-height: 1.3;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .sliderItem .ttl {
    font-size: 14px;
    padding: 2px 10px 0;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
.voiceSection__inner .slider .sliderItem .ttl::before, .voiceSection__inner .slider .sliderItem .ttl::after {
  position: absolute;
  top: 0;
  z-index: 1;
}
.voiceSection__inner .slider .sliderItem .ttl::before {
  content: '“';
  left: 0;
}
.voiceSection__inner .slider .sliderItem .ttl::after {
  content: '”';
  right: 0;
}
.voiceSection__inner .slider .sliderItem .name {
  color: #24C6A2;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 27px;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .sliderItem .name {
    font-size: 11px;
    margin: 0 0 12px;
  }
}
.voiceSection__inner .slider .sliderItem .name img {
  width: 14px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .sliderItem .name img {
    width: 10px;
    margin: 0 0 0 2px;
  }
}
.voiceSection__inner .slider .sliderItem .comment {
  font-size: 15px;
  line-height: 2.0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .sliderItem .comment {
    font-size: 12px;
  }
}
.voiceSection__inner .slider .prev-arrow,
.voiceSection__inner .slider .next-arrow {
  position: absolute;
  top: 40%;
  width: 20px;
  height: 50px;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .prev-arrow,
  .voiceSection__inner .slider .next-arrow {
    top: 0;
    width: 20px;
    height: 100%;
    background-size: calc(100% - 10px);
    background-position: center;
  }
}
.voiceSection__inner .slider .prev-arrow {
  left: 0;
  background-image: url(../images/icon_11.svg);
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .prev-arrow {
    left: 15px;
  }
}
.voiceSection__inner .slider .next-arrow {
  right: 0;
  background-image: url(../images/icon_12.svg);
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .next-arrow {
    right: 15px;
  }
}
.voiceSection__inner .slider .slick-dots {
  margin: 35px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voiceSection__inner .slider .slick-dots {
    margin: 17px 0 0;
  }
}

.faqSection {
  position: relative;
  padding: 0 0 95px;
  margin: 0 0 52px;
}
@media only screen and (max-width: 767px) {
  .faqSection {
    padding: 0 0 60px;
    margin: 0;
  }
}
.faqSection__bgImage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67%;
  max-width: 949px;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .faqSection__bgImage {
    width: 100%;
  }
}
.faqSection__ttlBlock {
  text-align: center;
  margin: 0 0 26px;
}
@media only screen and (max-width: 767px) {
  .faqSection__ttlBlock {
    margin: 0 0 21px;
  }
}
.faqSection__ttlBlock .main {
  padding: 37px 0 54px;
}
@media only screen and (max-width: 767px) {
  .faqSection__ttlBlock .main {
    padding: 16px 0 18px;
  }
}
.faqSection__ttlBlock .bgText {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -41px);
          transform: translate(-50%, -41px);
}
@media only screen and (max-width: 767px) {
  .faqSection__ttlBlock .bgText {
    -webkit-transform: translate(-50%, -11px);
            transform: translate(-50%, -11px);
  }
}
.faqSection__list {
  width: 87%;
  max-width: 1000px;
  margin: 0 auto;
}
.faqSection__list li {
  padding: 37px 50px;
  margin: 0 0 25px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faqSection__list li {
    padding: 17px;
    margin: 0 0 15px;
  }
}
.faqSection__list li .a {
  font-size: 15px;
  line-height: 2.0;
  margin: 30px 0 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .faqSection__list li .a {
    font-size: 12px;
    margin: 15px 0 0;
  }
}
.faqSection__list li .q {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  position: relative;
  padding: 0 36px;
}
@media only screen and (max-width: 767px) {
  .faqSection__list li .q {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 21px;
  }
}
.faqSection__list li .q::before {
  content: 'Q.';
  color: #24C6A2;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.faqSection__list li .q img {
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  height: 9px;
}
@media only screen and (max-width: 767px) {
  .faqSection__list li .q img {
    width: 13px;
  }
}

.companySection {
  margin: 0 auto 94px;
  width: 87%;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .companySection {
    margin: 0 auto 60px;
  }
}
.companySection__ttlBlock {
  text-align: center;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .companySection__ttlBlock {
    margin: 0;
  }
}
.companySection__ttlBlock .main {
  padding: 37px 0 57px;
}
@media only screen and (max-width: 767px) {
  .companySection__ttlBlock .main {
    padding: 24px 0 10px;
    margin: 0 0 20px;
  }
}
.companySection__ttlBlock .bgText {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -41px);
          transform: translate(-50%, -41px);
}
@media only screen and (max-width: 767px) {
  .companySection__ttlBlock .bgText {
    -webkit-transform: translate(-50%, -11px);
            transform: translate(-50%, -11px);
  }
}
.companySection__image {
  margin: 0 0 36px;
}
@media only screen and (max-width: 767px) {
  .companySection__image {
    margin: 0 0 15px;
  }
}
.companySection__table {
  width: 87%;
  max-width: 620px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .companySection__table {
    width: 100%;
  }
}
.companySection__table dl {
  border-bottom: 1px solid #A3A3A3;
}
@media only screen and (max-width: 767px) {
  .companySection__table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .companySection__table dl:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.companySection__table dl dt, .companySection__table dl dd {
  font-size: 16px;
  line-height: 1.5;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .companySection__table dl dt, .companySection__table dl dd {
    font-size: 12px;
    padding: 0;
  }
}
.companySection__table dl dt {
  width: 131px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .companySection__table dl dt {
    width: 100%;
    padding: 17px 0 7px;
  }
}
.companySection__table dl dd {
  width: calc(100% - 131px);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .companySection__table dl dd {
    width: 100%;
    padding: 0 0 17px;
  }
}

.footer {
  background: #0B2B5A;
  padding: 30px 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 15px 0 10px;
    margin: 0 0 60px;
  }
}
.footer__logo {
  display: block;
  width: 162px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 100px;
    margin: 0 auto 14px;
  }
}
.footer__copy {
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}

.goTop {
  display: none;
  position: fixed;
  bottom: 199px;
  right: 120px;
  width: 80px;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .goTop {
    width: 50px;
    bottom: 100px;
    right: 6.5vw;
  }
}
.goTop:hover .def {
  display: none;
}
.goTop:hover .color {
  display: block;
}
.goTop .color {
  display: none;
}

.fixedFooter {
  display: none;
}
@media only screen and (max-width: 767px) {
  .fixedFooter {
    height: 60px;
    background: #0B2B5A;
    padding: 10px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
}
.fixedFooter > a {
  width: 49%;
  height: 40px;
  border-radius: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 12px 0 0;
}
.fixedFooter > a.tel {
  border: 1px solid #0B2B5A;
  background: #ffffff;
  color: #0B2B5A;
}
.fixedFooter > a.line {
  border: 1px solid #22C654;
  background: #22C654;
  color: #ffffff;
}
