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

@media (max-width: 767px) {
  html, body, div, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    font-size: 55%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

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

/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

body {
  min-width: 960px;
}

@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 56px auto 40px;
}

@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
  }
}

.l-header .l-header__logo {
  width: 140px;
}

.l-header .l-header__g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-header .l-header__g-nav {
    display: none;
  }
}

.l-header .l-header__g-nav.active {
  position: fixed;
  top: 68px;
  left: 0;
  display: block;
  width: 100%;
  padding: 32px 0;
  background-color: #2679BA;
}

.l-header .l-header__g-nav.active li {
  text-align: center;
}

.l-header .l-header__g-nav.active li:not(:first-child) {
  margin: 24px 0 0;
}

.l-header .l-header__g-nav.active li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.l-header .l-header__g-nav.active li a:hover {
  text-decoration: underline;
}

.l-header .l-header__g-nav li:not(:first-child) {
  margin: 0 0 0 32px;
}

.l-header .l-header__g-nav li a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
}

.l-header .l-header__g-nav li a:hover {
  text-decoration: underline;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 17px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2679BA;
  border-radius: 4px;
}

.menu-trigger.active span {
  background-color: #2679BA;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.c-btn {
  display: block;
  width: 360px;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #2679ba;
}

@media (max-width: 767px) {
  .c-btn {
    width: 100%;
  }
}

.c-btn:hover {
  opacity: 0.8;
}

.home-section {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .home-section {
    padding: 48px 0;
  }
}

.home-section--bg {
  background-color: #e2ecf4;
}

.home-section .home-section-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-section .home-section-wrap {
    padding: 0 4%;
  }
}

/*******************************************************
    見出しエフェクト PC/SP
/********************************************************/
h1.effect,
h2.effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 56px;
}

@media (max-width: 767px) {
  h1.effect,
  h2.effect {
    margin: 0 0 24px;
  }
}

.title2_block_inner {
  width: 100%;
}

/* 見出し下線と下からフェードイン */
.home-lead01-h {
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  padding-bottom: 16px;
  margin: 0 auto;
}

.home-lead01-h div {
  position: relative;
}

.home-lead01-h div:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: #1a1a1a;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.home-lead01-h.wh div:after {
  background: #fff;
}

.home-lead01-h span {
  font-size: 30px;
  display: inline-block;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
  opacity: 0;
}

.home-lead01-h_voice span {
  opacity: 1;
}

.home-lead01-h.on div:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.home-lead01-h.on span {
  font-size: 30px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .home-lead01-h {
    padding-left: 3%;
  }
  .home-lead01-h.sp_black div:after {
    background: #000;
  }
  .home-lead01-h span {
    font-size: 20px;
  }
  .home-lead01-h.on span {
    font-size: 20px;
  }
}

.home-lead02-h {
  text-align: center;
  line-height: 1.71;
  overflow: hidden;
  padding: 8px 0px;
  margin: 0 0 56px;
  background-color: #e2ecf4;
}

@media (max-width: 767px) {
  .home-lead02-h {
    margin: 0 0 24px;
  }
}

.home-lead02-h span {
  font-size: 28px;
  display: block;
}

.kv-wrap {
  position: relative;
}

.kv-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("../../img/kv_bg.png") no-repeat;
  background-size: cover;
}

.kv-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 120px;
}

@media (max-width: 767px) {
  .kv-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 80px 4% 48px;
  }
}

.kv-main .kv-main__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kv-main .kv-main__text h1 {
  font-size: 4.8rem;
}

@media (max-width: 767px) {
  .kv-main .kv-main__text h1 {
    font-size: 3.2rem;
  }
}

.kv-main .kv-main__text p {
  margin: 48px 0 56px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .kv-main .kv-main__text p {
    margin: 16px 0 32px;
  }
}

.kv-main .kv-main__img {
  width: 440px;
  margin: 0 0 0 40px;
}

@media (max-width: 767px) {
  .kv-main .kv-main__img {
    width: 70%;
    margin: 0 auto 20px;
  }
}

.intro {
  background: #e2ecf4;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .intro {
    padding: 48px 0;
  }
}

.intro .intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .intro .intro-wrap {
    display: block;
    padding: 0 4%;
  }
}

.intro .intro-wrap .intro-wrap__img {
  width: 520px;
  margin: 0 40px 0 0;
}

@media (max-width: 767px) {
  .intro .intro-wrap .intro-wrap__img {
    width: 70%;
    margin: 0 auto;
  }
}

.intro .intro-wrap .intro-wrap__text {
  width: 520px;
}

@media (max-width: 767px) {
  .intro .intro-wrap .intro-wrap__text {
    width: 100%;
  }
}

.intro .intro-wrap .intro-wrap__text .intro-wrap__ttl {
  font-size: 4rem;
  font-weight: bold;
}

.intro .intro-wrap .intro-wrap__text .intro-wrap__ttl span {
  color: #38709c;
}

.intro .intro-wrap .intro-wrap__text p {
  margin: 40px 0 0;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .intro .intro-wrap .intro-wrap__text p {
    margin: 24px 0 0;
  }
}

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .about-box {
    display: block;
  }
}

.about-box__text {
  width: 66.7%;
}

@media (max-width: 767px) {
  .about-box__text {
    width: 100%;
  }
}

.about-box__text p {
  font-size: 1.6rem;
  margin-top: 32px;
}

.about-box__text p:first-child {
  margin-top: 0px;
}

.about-box__image {
  width: 25%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about-box__image img {
    margin: 32px auto 0;
  }
}

.about-example {
  max-width: 800px;
  margin-top: 56px;
  padding: 32px;
  border: 1px solid #e2e2e2;
}

@media (max-width: 767px) {
  .about-example {
    margin-top: 32px;
    padding: 18px;
  }
}

.about-example__title {
  font-size: 2rem;
  font-weight: bold;
}

.about-example__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
}

@media (max-width: 767px) {
  .about-example__list-wrapper {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .about-example__list-wrapper {
    display: block;
  }
}

.about-example__list {
  padding-left: 32px;
}

.about-example__list li {
  font-size: 1.6rem;
  line-height: 1.69;
}

.about-example__list:last-child li:last-child {
  list-style: none;
  color: #38709c;
  margin-left: -16px;
}

.feature-wrapper {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .feature-wrapper {
    margin-top: 48px;
  }
}

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .feature-box {
    display: block;
  }
}

.feature-box > div {
  width: 48%;
}

@media (max-width: 767px) {
  .feature-box > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .feature-box > div:nth-child(n + 2) {
    margin: 40px 0 0;
  }
}

.feature-box > div:nth-child(n + 3) {
  margin: 80px 0 0;
}

@media (max-width: 767px) {
  .feature-box > div:nth-child(n + 3) {
    margin: 40px 0 0;
  }
}

.feature-box > div h3 {
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 2.4rem;
}

.feature-box > div h3:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
}

.feature-box > div h3.feature-box__1:before {
  background-image: url(../img/feature_ico_01.svg);
}

.feature-box > div h3.feature-box__2:before {
  background-image: url(../img/feature_ico_02.svg);
}

.feature-box > div h3.feature-box__3:before {
  background-image: url(../img/feature_ico_03.svg);
}

.feature-box > div h3.feature-box__4:before {
  background-image: url(../img/feature_ico_04.svg);
}

.feature-box > div p {
  font-size: 1.6rem;
}

.feature-box > div img {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .feature-box > div img {
    margin-top: 27px;
  }
}

.voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .voice-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.voice-box--rev {
  margin: 80px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .voice-box--rev {
    margin: 32px 0 0;
  }
}

.voice-box--rev .voice-box__text:after {
  right: -20px;
  left: auto !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.voice-box .voice-box__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
}

.voice-box .voice-box__img img {
  width: 36%;
}

@media (max-width: 767px) {
  .voice-box .voice-box__img img {
    width: 66%;
  }
}

.voice-box .voice-box__text {
  position: relative;
  width: 880px;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .voice-box .voice-box__text {
    padding: 20px;
  }
}

.voice-box .voice-box__text:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  display: inline-block;
  content: "";
  background-image: url(../img/voice_arrow.svg);
  width: 20px;
  height: 32px;
}

@media (max-width: 767px) {
  .voice-box .voice-box__text:after {
    top: 40px;
    bottom: auto;
    left: -20px;
    margin: auto;
  }
}

.voice-box .voice-box__text h3 {
  margin: 0 0 20px;
  font-size: 2rem;
}

.voice-box .voice-box__text p {
  font-size: 1.6rem;
}

.voice-box .voice-box__text .voice-box__orange {
  margin: 16px 0 0;
  color: #ec9324;
}

.voice-c-btn {
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .voice-c-btn {
    margin: 32px 0 0;
  }
}

.faq-box:nth-child(n + 3) {
  margin: 56px 0 0;
}

@media (max-width: 767px) {
  .faq-box:nth-child(n + 3) {
    margin: 32px 0 0;
  }
}

.faq-box h3 {
  position: relative;
  padding: 16px 16px 16px 64px;
  font-size: 2rem;
  background-color: #e2ecf4;
}

.faq-box h3:before {
  position: absolute;
  top: 12px;
  left: 24px;
  content: "Q";
  font-size: 2.4rem;
  color: #38709c;
}

.faq-box p {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 64px;
  font-size: 1.6rem;
}

.faq-box p:before {
  position: absolute;
  top: 0;
  left: 24px;
  content: "A";
  font-size: 2.4rem;
  color: #ec9324;
}

.contact-text {
  font-size: 1.6rem;
  text-align: center;
}

.contact-c-btn {
  margin: 48px auto 0;
}

.l-footer {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer .l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav {
    display: block;
  }
}

.l-footer .l-footer-nav .l-footer-nav__logo {
  width: 140px;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__logo {
    margin: 0 auto 20px;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav li {
  list-style-type: none;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__nav li {
    text-align: center;
    width: 48%;
    margin: 16px 0 0;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav li:not(:first-child) {
  margin: 0 0 0 32px;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__nav li:not(:first-child) {
    margin: 16px 0 0;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav li a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
}

.l-footer .l-footer-nav .l-footer-nav__nav li a:hover {
  text-decoration: underline;
}

.l-footer p {
  padding: 40px 0;
  font-size: 1.4rem;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}
/*# sourceMappingURL=style.css.map */