@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-reason h2 span, body .section-example h2 span, body .section-simulation h2 span, body .section-tetsuzuki h2 span, body .section-recommend h2 span, body .section-faq h2 span {
  font-size: 26px;
}

body .section-problem h2 span::before, body .section-reason h2 span::before, body .section-example h2 span::before, body .section-simulation h2 span::before, body .section-tetsuzuki 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-reason h2 span::after, body .section-example h2 span::after, body .section-simulation h2 span::after, body .section-tetsuzuki 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-reason h2 span, body .section-example h2 span, body .section-simulation h2 span, body .section-tetsuzuki h2 span, body .section-recommend h2 span, body .section-faq h2 span {
    font-size: 36px;
  }
  body .section-problem h2 span::before, body .section-reason h2 span::before, body .section-example h2 span::before, body .section-simulation h2 span::before, body .section-tetsuzuki 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-reason h2 span::after, body .section-example h2 span::after, body .section-simulation h2 span::after, body .section-tetsuzuki 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-reason h2 legend, body .section-example h2 legend, body .section-simulation h2 legend, body .section-tetsuzuki h2 legend, body .section-recommend h2 legend, body .section-faq h2 legend {
  color: #ad8f2b;
  font-size: 28px;
  font-family: 'Libre Baskerville', serif;
}

body .section-problem .solution, body .section-reason .solution, body .section-example .solution, body .section-simulation .solution, body .section-tetsuzuki .solution, body .section-recommend .solution, body .section-faq .solution {
  border: 2px solid #ffb600;
  margin: 0 0px;
  font-size: 28px;
  padding: 20px;
  line-height: 58px;
}

body .section-problem .solution span, body .section-reason .solution span, body .section-example .solution span, body .section-simulation .solution span, body .section-tetsuzuki .solution span, body .section-recommend .solution span, body .section-faq .solution span {
  color: #f08d18;
  font-weight: bold;
  font-size: 32px;
  border-bottom: 3px dashed #f08d18;
}

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

@media screen and (max-width: 800px) {
  body .section-problem .arrow img, body .section-reason .arrow img, body .section-example .arrow img, body .section-simulation .arrow img, body .section-tetsuzuki .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;
  font-family: Roboto;
  letter-spacing: 0;
  margin-left: 6px;
}

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.png);
  background-position: -460px;
  background-size: cover;
  height: 600px;
}

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

.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-family: Roboto, cursive;
}

.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;
  font-family: Roboto;
  letter-spacing: 0;
  margin-left: 6px;
}

@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: 14px;
    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: 20px;
  }
  .section-main .section-inner .message .message-inner p:nth-child(2) {
    font-weight: normal;
    font-size: 16px;
    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 {
  color: #ad8f2b;
  font-size: 28px;
  font-family: 'Cardo';
}

.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 {
    align-content: center;
    flex-wrap: wrap;
  }
}

.section-problem .cases .case {
  padding: 30px 20px 20px 20px;
  margin: 0 10px;
}

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

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

.section-problem .cases .case > div > div .uk-card-media-top > img {
  height: 100px;
}

.section-simulation .section-inner h2 {
  margin-bottom: 80px;
}

.section-simulation .section-inner > div > div {
  margin-bottom: 20px;
  color: #333;
}

.section-simulation .section-inner > div > div.img img {
  max-width: 340px;
}

.section-simulation .section-inner > div > div.lead1 {
  font-size: 22px;
  font-weight: bold;
}

.section-simulation .section-inner > div > div.lead1 span {
  color: #f08d18;
}

.section-simulation .section-inner > div > div.lead2 {
  font-size: 32px;
  font-weight: bold;
  align-items: baseline;
}

.section-simulation .section-inner > div > div.lead2 > span {
  font-size: 58px;
  font-family: Roboto;
  color: #f08d18;
  margin: 0 10px;
}

.section-simulation .section-inner > div > div.lead2 > span > span {
  font-size: 20px;
  color: #333;
}

.section-simulation .section-inner > div > div.lead2 strong {
  border-bottom: 2px solid #f08d18;
  padding-bottom: 4px;
}

.section-simulation .section-inner > div > div.button {
  border-radius: 16px;
  background: linear-gradient(45deg, #FDA43A, #F08D18);
  font-size: 28px;
  color: white;
  width: 100%;
  max-width: 660px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .section-simulation .section-inner > div > div.button {
    font-size: 22px;
  }
}

.section-simulation .section-inner > div > div.button a {
  padding: 30px 10px;
  align-items: center;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .section-simulation .section-inner > div > div.button a {
    padding: 20px 10px;
  }
}

.section-simulation .section-inner > div > div.button a img {
  width: 40px;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .section-simulation .section-inner > div > div.button a img {
    width: 30px;
  }
}

.section-tetsuzuki .section-inner h2 {
  background-color: #51b4c4;
  color: white;
  padding: 20px 0 20px 0;
  width: 80%;
  border-radius: 6px;
  font-size: 26px;
  margin-bottom: 0;
  position: relative;
  bottom: -40px;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner h2 {
    font-size: 16px;
    line-height: 32px;
  }
}

.section-tetsuzuki .section-inner .tetsuzuki-list {
  border: 1px solid #51b4c4;
  border-radius: 12px;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .tetsuzuki-list {
    margin: 20px;
  }
}

.section-tetsuzuki .section-inner .tetsuzuki-list .uk-flex-bottom {
  width: 100%;
  justify-content: flex-end;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .tetsuzuki-list .uk-flex-bottom {
    justify-content: center;
  }
}

.section-tetsuzuki .section-inner .tetsuzuki-list > div {
  padding: 40px;
}

.section-tetsuzuki .section-inner .tetsuzuki-list > div img {
  width: 120px;
}

.section-tetsuzuki .section-inner .tetsuzuki-list > div:last-child img {
  width: 160px;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .tetsuzuki-list > div {
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .tetsuzuki-list .list {
    padding: 10px;
  }
}

.section-tetsuzuki .section-inner .tetsuzuki-list ul {
  margin: 80px 0 0px 0;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .tetsuzuki-list ul {
    margin: 0;
  }
}

.section-tetsuzuki .section-inner .tetsuzuki-list ul li {
  font-size: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .tetsuzuki-list ul li {
    font-size: 22px;
  }
}

.section-tetsuzuki .section-inner .tetsuzuki-list ul li span:first-child {
  color: #f08d18;
}

.section-tetsuzuki .section-inner .tetsuzuki-list ul li span:last-child {
  border-bottom: 1px solid #f08d18;
  font-size: 27px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .tetsuzuki-list ul li span:last-child {
    font-size: 22px;
  }
}

.section-tetsuzuki .section-inner .problem {
  margin: 70px 0 70px 0;
  color: #51b4c4;
  font-size: 28px;
  line-height: 36px;
}

.section-tetsuzuki .section-inner .problem span {
  color: #f08d18;
}

.section-tetsuzuki .section-inner .merit ul li {
  position: relative;
  width: 100%;
  padding: 50px 70px 50px 50px;
  box-sizing: border-box;
  color: white;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}

.section-tetsuzuki .section-inner .merit ul li br {
  display: none;
}

@media screen and (max-width: 640px) {
  .section-tetsuzuki .section-inner .merit ul li {
    margin: 30px;
    width: auto;
    padding: 10px 0px 20px 0px;
    line-height: 40px;
    font-size: 18px;
  }
  .section-tetsuzuki .section-inner .merit ul li br {
    display: inline;
  }
}

.section-tetsuzuki .section-inner .merit ul li span {
  padding-bottom: 8px;
  border-bottom: 6px solid #51b4c4;
}

.section-tetsuzuki .section-inner .merit ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  background-image: linear-gradient(to right, #2b4a99 0%, #2e3858 100%);
}

.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;
  margin-left: 6px;
  background-color: rgba(240, 141, 24, 0.9);
  max-width: 90%;
  font-family: Roboto;
  letter-spacing: 0;
}

@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-example .section-inner h3 {
  font-size: 30px;
  text-align: center;
  margin: 80px 0;
}

@media screen and (max-width: 640px) {
  .section-example .section-inner h3 {
    font-size: 22px;
    margin: 30px 0;
  }
}

.section-example .section-inner h3::before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 640px) {
  .section-example .section-inner h3::before {
    width: 20px;
  }
}

.section-example .section-inner h3::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 640px) {
  .section-example .section-inner h3::after {
    width: 20px;
  }
}

@media screen and (max-width: 640px) {
  .section-example .section-inner .content {
    padding-top: 40px !important;
  }
}

.section-example .section-inner .content .label span {
  background-color: #2e3858;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  font-size: 20px;
}

.section-example .section-inner .content .desc {
  padding: 20px 0;
  font-size: 20px;
  line-height: 32px;
}

.section-example .section-inner .content .desc ul li span {
  color: #f08d18;
}

.section-example .section-inner .content .arrow {
  width: 40px;
}

.section-example .section-inner .cases .case {
  margin-top: 40px;
  color: #1a1a1a;
}

.section-example .section-inner .cases .case:nth-child(3) {
  flex-direction: row-reverse !important;
}

.section-example .section-inner .cases .case:nth-child(3) > div.left {
  text-align: left;
  padding-right: 0px;
  padding-left: 70px;
}

.section-example .section-inner .cases .case > div {
  width: 50%;
}

.section-example .section-inner .cases .case > div.left {
  text-align: right;
  padding-right: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-example .section-inner .cases .case > div.left > div > div:first-child {
  font-size: 38px;
  font-family: Roboto;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #ad8f2b;
  font-weight: normal;
}

.section-example .section-inner .cases .case > div.left > div > div:last-child {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #1a1a1a;
}

.section-example .section-inner .cases .case > div.right {
  box-shadow: 0 0 8px gray;
  padding: 40px 20px;
  border: 1px solid #ccc;
  border-top: 8px solid #4EC244;
  max-width: 440px;
}

.section-example .section-inner .cases .case > div.right .top {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
}

.section-example .section-inner .cases .case > div.right .top span {
  color: #f08d18;
}

.section-example .section-inner .cases .case > div.right .top span.note {
  color: #cc1d64;
}

.section-example .section-inner .cases .case > div.right .middle {
  text-align: center;
  margin: 30px 0;
}

.section-example .section-inner .cases .case > div.right .middle > div:first-child {
  font-size: 70px;
  font-family: Roboto;
  color: #4EC244;
}

.section-example .section-inner .cases .case > div.right .middle > div:first-child span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
}

.section-example .section-inner .cases .case > div.right .bottom > div {
  text-align: center;
  margin-bottom: 30px;
}

.section-example .section-inner .cases .case > div.right .bottom > div img {
  position: relative;
  top: 10px;
}

@media screen and (max-width: 640px) {
  .section-example .section-inner .cases .case > div.right .bottom > div img {
    width: 32px;
  }
}

.section-example .section-inner .cases .case > div.right .bottom > div span {
  font-size: 24px;
  color: #ad8f2b;
  border-bottom: 2px solid #ad8f2b;
  padding-bottom: 3px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .section-example .section-inner .cases .case > div.right .bottom > div span {
    font-size: 20px;
  }
}

.section-example .section-inner .cases .case > div.right .bottom > ul {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
}

@media screen and (max-width: 640px) {
  .section-example .section-inner .cases .case > div.right .bottom > ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .section-example .section-inner .cases .case > div.right .bottom > ul {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .section-example .section-inner .cases .case {
    flex-wrap: wrap;
  }
  .section-example .section-inner .cases .case > div.left {
    min-width: 100%;
    text-align: center !important;
    margin-bottom: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .section-example .section-inner .cases .case > div.left > div > div:first-child {
    font-size: 28px;
  }
  .section-example .section-inner .cases .case > div.left > div > div:last-child {
    font-size: 26px;
    line-height: 38px;
  }
  .section-example .section-inner .cases .case > div.right {
    min-width: 100%;
  }
}

.section-example .section-inner .cases .note {
  color: #cc1d64;
  text-align: center;
  line-height: 20px;
  margin: 30px 0;
}

.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;
}
