/*
    # 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: 'Noto Sans JP', sans-serif;
}

body .section-problem h2 > span, body .section-expert h2 > span, body .section-related h2 > span, body .section-form h2 > span {
  font-size: 26px;
}

body .section-problem h2 > span::before, body .section-expert h2 > span::before, body .section-related h2 > span::before, body .section-form h2 > span::before {
  background-image: none;
  width: 0;
}

body .section-problem h2 > span::after, body .section-expert h2 > span::after, body .section-related h2 > span::after, body .section-form h2 > span::after {
  background-image: none;
  width: 0;
}

@media screen and (min-width: 800px) {
  body .section-problem h2 > span, body .section-expert h2 > span, body .section-related h2 > span, body .section-form h2 > span {
    font-size: 36px;
  }
  body .section-problem h2 > span::before, body .section-expert h2 > span::before, body .section-related h2 > span::before, body .section-form 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-expert h2 > span::after, body .section-related h2 > span::after, body .section-form 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-expert h2 legend, body .section-related h2 legend, body .section-form h2 legend {
  font-weight: 100;
  color: #ad8f2b;
  font-size: 28px;
}

@media screen and (max-width: 800px) {
  body .section-problem .arrow img, body .section-expert .arrow img, body .section-related .arrow img, body .section-form .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 {
  font-family: 'Roboto';
  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: 12px;
}

@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/kv@2x.jpg);
  background-size: cover;
  height: 460px;
}

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

@media screen and (max-width: 480px) {
  .section-main {
    height: 400px;
  }
}

.section-main .section-inner {
  height: 460px;
  max-width: 1024px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  .section-main .section-inner {
    height: 400px;
  }
}

.section-main .section-inner .main-left {
  padding: 30px 20px;
  width: 60%;
}

@media screen and (max-width: 1000px) {
  .section-main .section-inner .main-left {
    width: 100%;
  }
}

.section-main .section-inner .main-left .top span {
  display: inline-block;
}

.section-main .section-inner .main-left .top span:nth-child(1) {
  color: white;
  font-size: 41px;
  font-weight: bold;
}

@media screen and (max-width: 1048px) {
  .section-main .section-inner .main-left .top span:nth-child(1) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left .top span:nth-child(1) {
    font-size: 31px;
  }
}

.section-main .section-inner .main-left .top span:nth-child(2) {
  color: white;
  font-size: 18px;
}

@media screen and (max-width: 1048px) {
  .section-main .section-inner .main-left .top span:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left .top span:nth-child(2) {
    font-size: 14px;
  }
}

.section-main .section-inner .main-left .top span:nth-child(3) {
  color: #EE7749;
  font-size: 32px;
  border: 3px solid #EE7749;
  background-color: white;
  padding: 10px 58px;
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left .top span:nth-child(3) {
    font-size: 24px;
  }
}

.section-main .section-inner .main-left > .middle {
  background-color: #f08d18;
  background: linear-gradient(#EE7749, #F0612A);
  color: white;
  border-radius: 20px;
  padding: 20px 0;
  margin: 30px auto 10px auto;
  max-width: 600px;
}

.section-main .section-inner .main-left > .middle > .left {
  position: relative;
  width: 230px;
}

.section-main .section-inner .main-left > .middle > .left img {
  width: 230px;
  position: absolute;
  bottom: -21px;
  left: 20px;
}

@media screen and (max-width: 1048px) {
  .section-main .section-inner .main-left > .middle > .left {
    width: 200px;
  }
  .section-main .section-inner .main-left > .middle > .left img {
    width: 180px;
  }
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left > .middle > .left {
    width: 140px;
  }
  .section-main .section-inner .main-left > .middle > .left img {
    width: 140px;
  }
}

@media screen and (max-width: 480px) {
  .section-main .section-inner .main-left > .middle > .left {
    width: 110px;
  }
  .section-main .section-inner .main-left > .middle > .left img {
    width: 110px;
  }
}

.section-main .section-inner .main-left > .middle > .right {
  font-weight: bold;
}

.section-main .section-inner .main-left > .middle > .right > .top {
  font-size: 15px;
  padding-bottom: 4px;
  border-bottom: 2px solid #F7E93E;
}

.section-main .section-inner .main-left > .middle > .right > .middle {
  font-size: 30px;
  margin: 10px 0;
}

.section-main .section-inner .main-left > .middle > .right > .bottom img {
  width: 34px;
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left > .middle > .right > .top {
    font-size: 12px;
    padding-bottom: 4px;
  }
  .section-main .section-inner .main-left > .middle > .right > .middle {
    font-size: 22px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .section-main .section-inner .main-left > .middle > .right > .top {
    font-size: 10px;
    padding-bottom: 4px;
  }
  .section-main .section-inner .main-left > .middle > .right > .middle {
    font-size: 22px;
    margin: 10px 0;
  }
}

.section-main .section-inner .main-left .bottom div:first-child {
  color: white;
  padding: 20px 0;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left .bottom div:first-child {
    padding: 10px 0;
    font-size: 14px;
  }
}

.section-main .section-inner .main-left .bottom div:first-child::before {
  content: '';
  background-image: url(../../../src/img/heading-left-white.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  background-size: 14px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left .bottom div:first-child::before {
    width: 20px;
    height: 10px;
    background-size: 7px;
  }
}

.section-main .section-inner .main-left .bottom div:first-child::after {
  content: '';
  width: 30px;
  background-image: url(../../../src/img/heading-right-white.svg);
  background-repeat: no-repeat;
  height: 20px;
  display: inline-block;
  background-size: 14px;
  margin-left: 10px;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .section-main .section-inner .main-left .bottom div:first-child::after {
    width: 20px;
    height: 10px;
    background-size: 7px;
  }
}

.section-main .section-inner .main-left .bottom div:last-child {
  background-color: white;
  color: #f08d18;
  padding: 10px 10px;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .section-main .section-inner .main-left .bottom div:last-child {
    font-size: 10px;
  }
}

@media screen and (max-width: 800px) {
  .section-main .section-inner h2 {
    display: none;
  }
}

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

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

.section-problem .cases .case {
  padding: 50px 0;
  background-color: #efefef;
}

.section-problem .cases .case.case-2 {
  background-color: white;
}

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

.section-problem .cases .case .case-inner {
  max-width: 1024px;
  margin: auto;
}

.section-problem .cases .case .case-inner > div > div:first-child {
  width: 50%;
}

.section-problem .cases .case .case-inner > div > div:last-child {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .section-problem .cases .case .case-inner > div > div:first-child {
    width: 100%;
  }
  .section-problem .cases .case .case-inner > div > div:last-child {
    width: 100%;
  }
}

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

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

.section-problem .cases .case .case-inner > div .case-desc p span {
  color: #EE7749;
}

.section-problem .cases .case .case-inner > div .case-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-problem .cases .case .case-inner > div .case-img > img {
  max-width: 400px;
  width: 80%;
}

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

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

.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 > *:first-child {
  text-align: center;
  color: white;
  font-size: 22px;
}

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

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

@media screen and (max-width: 640px) {
  .cv-banner .cv-banner-inner > *:first-child {
    font-size: 16px;
  }
}

.cv-banner .cv-banner-inner > *:last-child {
  text-align: center;
  background-color: #f08d18;
  background: linear-gradient(#EE7749, #F0612A);
  color: white;
  border-radius: 20px;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .cv-banner .cv-banner-inner > *:last-child {
    margin: auto;
    max-width: 70%;
    padding: 8px 0;
    position: relative;
    top: -20px;
  }
}

.cv-banner .cv-banner-inner > *:last-child > .top {
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
}

.cv-banner .cv-banner-inner > *:last-child > .top span {
  border-bottom: 2px solid #F7E93E;
  padding-bottom: 4px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .cv-banner .cv-banner-inner > *:last-child > .top {
    font-size: 10px;
  }
}

.cv-banner .cv-banner-inner > *:last-child > .middle {
  font-size: 30px;
  margin: 10px 0;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .cv-banner .cv-banner-inner > *:last-child > .middle {
    font-size: 18px;
  }
}

.cv-banner .cv-banner-inner > *:last-child > .bottom img {
  width: 30px;
}

@media screen and (max-width: 640px) {
  .cv-banner .cv-banner-inner > *:last-child > .bottom img {
    width: 15px;
  }
}

.section-expert .cases .case {
  border: 1px solid #ddd;
}

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

.section-expert .cases .case div.expert-info > div:first-child {
  width: 50%;
}

.section-expert .cases .case div.expert-info > div:last-child {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .section-expert .cases .case div.expert-info > div:first-child {
    width: 100%;
  }
  .section-expert .cases .case div.expert-info > div:last-child {
    width: 100%;
  }
}

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

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

.section-expert .cases .case div.expert-info .case-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e3858;
}

.section-expert .cases .case div.expert-info .case-img > img {
  max-height: 220px;
}

.section-expert .cases .case div.expert-link {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.section-expert .cases .case div.expert-link a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-expert .cases .case div.expert-link a img {
  margin-left: 10px;
  width: 14px;
}

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

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

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

.section-expert .note {
  background-color: #FFEFEF;
  border: 1px dashed #707070;
  padding: 10px;
  color: #707070;
  text-align: center;
  margin: auto;
  line-height: 18px;
  max-width: 80%;
}

.section-related {
  background-color: #f7f7f7;
  padding: 1px 0 1px 0;
  overflow: hidden;
}

.section-related .section-inner {
  max-width: 700px;
}

.section-related ul.articles li:hover {
  opacity: .8;
}

.section-related .uk-card-title {
  font-size: 1.0rem;
}

.section-related .uk-slider-container {
  overflow: visible;
}

.section-related .btn-more {
  color: #fff;
  background-color: #26b9ca;
  border: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 25px;
  line-height: 40px;
}

.section-related .btn-more:hover {
  text-decoration: underline;
}

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

.section-form .section-inner fieldset.select label {
  max-width: 330px !important;
  width: auto;
  font-size: 12px;
}
