@charset "UTF-8";
/*
    # Variables

    `core/_variables.scss`
*/
/*
    ## Default
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Structure
*/
/*
    # Colors

    `core/_colors.scss`
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Fonts

    `core/_fonts.scss`
*/
body {
  font-family: "font_name";
  font-weight: 400;
}

body {
  font-size: 12px;
  font-family: Roboto, 'BIZ UDPGothic', YuGothic, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body .section-problem h2 span, body .section-case h2 span, body .section-price h2 span, body .section-reason h2 span, body .section-recommend h2 span, body .section-faq h2 span {
  font-size: 26px;
}

body .section-problem h2 span::before, body .section-case h2 span::before, body .section-price h2 span::before, body .section-reason h2 span::before, body .section-recommend h2 span::before, body .section-faq h2 span::before {
  background-image: none;
  width: 0;
}

body .section-problem h2 span::after, body .section-case h2 span::after, body .section-price h2 span::after, body .section-reason h2 span::after, body .section-recommend h2 span::after, body .section-faq h2 span::after {
  background-image: none;
  width: 0;
}

@media screen and (min-width: 800px) {
  body .section-problem h2 span, body .section-case h2 span, body .section-price h2 span, body .section-reason h2 span, body .section-recommend h2 span, body .section-faq h2 span {
    font-size: 36px;
  }
  body .section-problem h2 span::before, body .section-case h2 span::before, body .section-price h2 span::before, body .section-reason h2 span::before, body .section-recommend h2 span::before, body .section-faq h2 span::before {
    background-image: url(../../../src/img/heading-left.svg);
    content: ' ';
    display: inline-block;
    width: 35px;
    height: 44px;
    position: relative;
    top: 10px;
    margin: 0 10px;
  }
  body .section-problem h2 span::after, body .section-case h2 span::after, body .section-price h2 span::after, body .section-reason h2 span::after, body .section-recommend h2 span::after, body .section-faq h2 span::after {
    background-image: url(../../../src/img/heading-right.svg);
    content: ' ';
    display: inline-block;
    width: 35px;
    height: 44px;
    position: relative;
    top: 10px;
    margin: 0 10px;
  }
}

body .section-problem h2 legend, body .section-case h2 legend, body .section-price h2 legend, body .section-reason h2 legend, body .section-recommend h2 legend, body .section-faq h2 legend {
  font-weight: 100;
  color: #ad8f2b;
  font-size: 28px;
}

@media screen and (max-width: 800px) {
  body .section-problem .arrow img, body .section-case .arrow img, body .section-price .arrow img, body .section-reason .arrow img, body .section-recommend .arrow img, body .section-faq .arrow img {
    width: 80px;
  }
}

header {
  background-color: #2e3858;
  height: 80px;
}

header .header-inner {
  color: white;
}

header .header-inner a {
  color: #f08d18;
  font-weight: bold;
  font-size: 34px;
}

header .header-inner h1 {
  color: white;
}

header .header-inner > div {
  height: 80px;
}

header .header-inner .header-inner-right > div {
  width: 100%;
}

header .header-inner .header-inner-right > div > div:first-child {
  margin-bottom: 4px;
}

header .header-inner .header-inner-right > div > div:first-child img {
  margin-right: 4px;
}

header .header-inner .header-inner-right > div > div:last-child {
  font-size: 13px;
}

@media screen and (max-width: 800px) {
  header .header-inner img {
    width: 100px;
  }
  header .header-inner .header-inner-right a {
    font-size: 26px;
  }
  header .header-inner .header-inner-right img {
    width: 30px;
  }
  header .header-inner .header-inner-right > div > div:last-child {
    font-size: 10px;
  }
  header .header-inner h1 {
    display: none;
  }
}

.header-inner, .section-inner {
  max-width: 1024px;
  margin: auto;
}

.cv-banner-inner {
  max-width: 800px;
  margin: auto;
}

.section-main {
  background-image: url(../../../src/img/main.jpg);
  background-position: right;
  background-size: cover;
  height: 600px;
}

@media screen and (min-width: 800px) {
  .section-main {
    background-image: url(../../../src/img/main.jpg);
  }
}

.section-main .section-inner {
  height: 600px;
  position: relative;
}

.section-main .section-inner .message {
  background-color: rgba(240, 141, 24, 0.9);
  padding: 20px;
  border-radius: 10px;
}

.section-main .section-inner .message h2 {
  color: white;
  font-size: 32px;
  font-weight: 100;
}

.section-main .section-inner .message h2 span {
  font-weight: bold;
}

.section-main .section-inner .message > div {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}

.section-main .section-inner .message .message-inner {
  color: #1a1a1a;
}

.section-main .section-inner .message .message-inner p:nth-child(1) {
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
}

.section-main .section-inner .message .message-inner p:nth-child(1) span {
  font-size: 34px;
  border-bottom: 3px solid #f08d18;
}

.section-main .section-inner .message .message-inner p:nth-child(2) {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
}

.section-main .section-inner .message .message-inner p:nth-child(3) span {
  display: block;
}

.section-main .section-inner .message .message-inner p:nth-child(3) span a {
  color: #f08d18;
  font-weight: 700;
  font-size: 48px;
}

@media screen and (max-width: 800px) {
  .section-main .section-inner h2 {
    display: none;
  }
  .section-main .section-inner .message {
    padding: 20px;
    border-radius: 10px;
    width: 450px;
    margin: auto;
    position: absolute;
    left: -170px;
    padding-left: 160px;
    background-color: rgba(240, 141, 24, 0) !important;
    bottom: 10px;
  }
  .section-main .section-inner .message > div {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .section-main .section-inner .message .message-inner p:nth-child(1) {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }
  .section-main .section-inner .message .message-inner p:nth-child(1) img {
    width: 100px;
  }
  .section-main .section-inner .message .message-inner p:nth-child(1) span {
    font-size: 23px;
  }
  .section-main .section-inner .message .message-inner p:nth-child(2) {
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
  }
  .section-main .section-inner .message .message-inner p:nth-child(3) {
    font-size: 8px;
  }
  .section-main .section-inner .message .message-inner p:nth-child(3) img {
    width: 24px;
  }
  .section-main .section-inner .message .message-inner p:nth-child(3) span a {
    font-size: 26px;
  }
}

.section-problem h5 {
  font-family: Cardo;
  color: #ad8f2b;
  font-size: 28px;
}

.section-problem h5 > span {
  border-bottom: 1px solid;
}

.section-problem h5 > span span {
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .section-problem .cases .case {
    margin: 0 20px;
  }
}

.section-problem .cases .case > div > div .case-desc h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  color: #2e3858;
}

.section-problem .cases .case > div > div .case-desc p {
  font-size: 18px;
  line-height: 28px;
}

.section-problem .cases .case > div > div .case-img > img {
  width: 100%;
}

.section-problem .solution {
  border: 2px solid #ffb600;
  margin: 0 0px;
  font-size: 28px;
  padding: 20px;
  line-height: 38px;
}

.section-problem .solution span {
  color: #f08d18;
  font-weight: bold;
  font-size: 32px;
  border-bottom: 3px dashed #f08d18;
}

@media screen and (max-width: 800px) {
  .section-problem .solution {
    font-size: 14px;
    padding: 10px;
    line-height: 38px;
    margin: 0 20px;
  }
  .section-problem .solution span {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .section-case .section-inner .charts li {
    padding: 20px;
  }
}

.section-case .section-inner .charts li .chart-desc {
  padding: 30px;
  background-color: #939393;
  font-size: 20px;
  line-height: 30px;
  color: white;
  max-height: 300px;
  border-radius: 8px;
}

.section-case .section-inner .charts li .chart-desc span.open {
  position: absolute;
  top: 15px;
  left: 11px;
  width: 10px;
  font-size: 44px;
  font-weight: bold;
}

.section-case .section-inner .charts li .chart-desc span.close {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 10px;
  font-size: 44px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .section-case .section-inner .charts li {
    flex-direction: column;
  }
  .section-case .section-inner .charts li > div {
    width: 100%;
    margin: 20px 0 !important;
  }
}

.section-case .section-inner .problem {
  font-size: 22px;
  padding: 20px;
  line-height: 34px;
}

.section-case .section-inner .problem span {
  color: #cc1d64;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .section-case .section-inner .problem {
    font-size: 16px;
    padding: 20px;
    line-height: 22px;
  }
}

.section-case .section-inner .solution {
  font-size: 22px;
  padding: 20px;
  border: 2px solid #ffb600;
  line-height: 38px;
}

.section-case .section-inner .solution span {
  color: #f08d18;
  font-weight: bold;
  border-bottom: 3px dashed #f08d18;
}

@media screen and (max-width: 800px) {
  .section-case .section-inner .solution {
    font-size: 14px;
    padding: 10px;
    line-height: 28px;
    margin: 0 20px;
  }
  .section-case .section-inner .solution span {
    font-size: 18px;
  }
}

.cv-banner {
  background-color: #2e3858;
}

.cv-banner .cv-banner-inner {
  height: 170px;
  background-image: url(../../../src/img/operator.png);
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner {
    height: 280px;
    padding: 10px 0px;
    background-position: -30px bottom;
  }
}

.cv-banner .cv-banner-inner > div:first-child {
  text-align: center;
  color: white;
  font-size: 22px;
}

.cv-banner .cv-banner-inner > div:first-child span {
  color: #f08d18;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:first-child {
    padding: 0;
  }
}

.cv-banner .cv-banner-inner > div:last-child {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child {
    padding-left: 0px;
  }
}

.cv-banner .cv-banner-inner > div:last-child div:nth-child(1) {
  background-color: white;
  padding: 10px;
}

.cv-banner .cv-banner-inner > div:last-child div:nth-child(1) span {
  color: #f08d18;
}

@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child div:nth-child(1) {
    background: none;
    padding: 6px;
    color: white;
    margin: 0 20px;
  }
}

.cv-banner .cv-banner-inner > div:last-child div:nth-child(2) img {
  width: 28px;
}

@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) img {
    max-width: 64%;
    font-size: 22px;
  }
}

.cv-banner .cv-banner-inner > div:last-child div:nth-child(2) a {
  color: white;
  font-size: 28px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 0;
  background-color: rgba(240, 141, 24, 0.9);
  max-width: 90%;
}

@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) a {
    max-width: 60%;
    font-size: 22px;
  }
}

.cv-banner .cv-banner-inner > div:last-child div:nth-child(3) img {
  width: 14px;
}

.cv-banner .cv-banner-inner > div:last-child div:nth-child(3) a {
  color: white;
  font-size: 12px;
  font-weight: bold;
  border: none;
  text-decoration: underline;
}

.section-price .section-inner ul.plans > li > div {
  padding: 0;
  border: 1px solid #f08d18;
  border-radius: 10px;
}

@media screen and (max-width: 800px) {
  .section-price .section-inner ul.plans > li > div {
    margin: 0 20px 20px 20px;
  }
}

.section-price .section-inner ul.plans > li > div h4 {
  font-size: 28px;
}

.section-price .section-inner ul.plans > li > div > div .price {
  font-size: 64px;
  font-weight: bold;
  color: #f08d18;
}

.section-price .section-inner ul.plans > li > div > div .price span {
  color: #1a1a1a;
  font-size: 16px;
}

.section-price .section-inner ul.plans > li > div > div > div {
  font-size: 11px;
}

.section-price .section-inner ul.plans > li > div .menu {
  background-color: #ededed;
  font-size: 20px;
  line-height: 32px;
  height: 88px;
}

@media screen and (max-width: 640px) {
  .section-price .section-inner ul.plans > li > div .menu {
    font-size: 14px;
    line-height: 24px;
  }
}

.section-price .section-inner ul.plans > li > div .target > div {
  color: #26b9ca;
  border: 1px dotted #26b9ca;
  border-radius: 4px;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .section-price .section-inner ul.plans > li > div .target > div {
    font-size: 16px;
  }
}

.section-price .section-inner ul.plans > li > div .target ul {
  padding: 0 10px;
}

.section-price .section-inner ul.plans > li > div .target ul li {
  color: #26b9ca;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .section-price .section-inner ul.plans > li > div .target ul li {
    font-size: 12px;
  }
}

.section-price .section-inner ul.plans > li > div .target ul li img {
  width: 16px;
}

.section-reason {
  background-image: url(../../../src/img/bg.png);
  background-size: cover;
  overflow: hidden;
}

.section-reason .section-inner {
  max-width: 100%;
}

.section-reason .section-inner > div {
  overflow: visible;
}

.section-reason .section-inner h2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .section-reason .section-inner ul.reasons {
    margin-top: 20px;
  }
}

.section-reason .section-inner ul.reasons > li {
  position: relative;
}

.section-reason .section-inner ul.reasons > li .uk-card-media-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-reason .section-inner ul.reasons > li .uk-card-media-top img {
  position: relative;
  top: -70px;
}

.section-reason .section-inner ul.reasons > li > div {
  border-radius: 8px;
  position: relative;
}

.section-reason .section-inner ul.reasons > li > div h3 {
  color: #1d79a2;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  height: 64px;
  text-align: center;
}

.section-reason .section-inner ul.reasons > li > div p {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 640px) {
  .section-recommend .section-inner > div > ul {
    padding: 20px;
    margin: 0;
  }
}

.section-recommend .section-inner > div > ul > li {
  box-shadow: none;
  margin: 0;
  margin-bottom: 30px;
  border-bottom: 3px solid #ffb600;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .section-recommend .section-inner > div > ul > li {
    margin-bottom: 15px;
  }
}

.section-recommend .section-inner > div > ul > li span {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

@media screen and (max-width: 640px) {
  .section-recommend .section-inner > div > ul > li span {
    font-size: 13px;
    line-height: 24px;
  }
}

.section-recommend .section-inner > div > ul > li img {
  width: 20px;
}

@media screen and (max-width: 640px) {
  .section-recommend .section-inner > div > ul > li img {
    width: 14px;
  }
}

@media screen and (max-width: 800px) {
  .section-faq {
    padding: 20px;
  }
}

.section-faq .section-inner {
  max-width: 800px;
  /* 吹き出し本体 */
  /* アイコンを右に表示 */
  /* アイコンを左に表示 */
}

.section-faq .section-inner .balloon {
  position: relative;
  padding: 20px;
  color: white;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  min-height: 70px;
  border-radius: 6px;
}

.section-faq .section-inner .balloon-a {
  background-color: #6d6d6d;
  position: relative;
  padding: 20px;
  margin-right: 20px;
}

.section-faq .section-inner .balloon-q {
  background-color: #2e3858;
  position: relative;
  padding: 20px;
  margin-left: 20px;
}

.section-faq .section-inner .balloon-a::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #6d6d6d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.section-faq .section-inner .balloon-q::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #2e3858;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

footer .footer-inner .wrapper .ft_logo_txt span {
  font-size: 16px;
  margin: 0 6px;
}

footer .footer-inner .wrapper .ft_logo_txt .ft_logo_ks {
  width: 80px;
}

footer .footer-inner .wrapper .ft_logo_txt .ft_logo {
  width: 100px;
}

footer .footer-inner .wrapper .ft_txt {
  line-height: 18px;
  font-size: 12px;
}

.cat_bx {
  background: url("(../../../../img/bg_cta.png") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  height: 420px;
  text-align: center;
  color: #fff;
}

.cat_bx .cta_tel a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.cat_bx .cta_tel a .top {
  display: flex;
  color: #ffb600;
}

.cat_bx .cta_tel a .top .right {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #f08d18;
  color: #fff;
  -webkit-box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
  box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 0;
  margin: 20px auto;
  width: 90%;
  max-width: 620px;
  display: flex;
}

.cat_bx .cta_tel a .top .right img {
  width: 70px;
  margin-right: 20px;
}

@media screen and (max-width: 787px) {
  .cat_bx .cta_tel a .top .right {
    font-size: 30px !important;
  }
  .cat_bx .cta_tel a .top .right img {
    width: 30px;
    margin-right: 4px;
  }
}

.cat_bx .cta_tel a .bottom {
  font-size: 14px;
  color: white;
  text-align: center;
}

.cat_bx .cta_logo {
  width: 200px;
  height: auto;
  margin: 0 auto 20px auto;
}

.cat_bx .cta_btn a {
  color: #f08d18;
  margin: 0 auto;
  display: block;
  width: 700px;
  height: 110px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin-top: 10px;
  line-height: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

.cat_bx .cta_btn a span {
  position: relative;
}

.cat_bx .cta_btn a span::after {
  content: "";
  background-image: url(../../../src/img/ic_arw.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  display: inline-block;
  right: -10px;
  position: relative;
  top: .35em;
}
