@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, span, 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: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

/* 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;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}

html {
  font-size: 62.5%;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'メイリオ', 'Meiryo',"sans-serif";
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inr {
  width: 800px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inr {
    width: 96.4vw;
  }
}

.header_bg {
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .header_bg {
    padding: 2.4vw;
    background-color: #0058a6;
  }
}

.header_inr {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .header_inr {
    width: 94.6vw;
  }
}

.logo_pc {
  width: 142.4px;
}

.logo_pc a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo_sp {
  width: 26.6vw;
}

.logo_sp a {
  display: block;
  width: 100%;
  height: 100%;
}

.header_border {
  width: 100%;
  height: 34px;
  background-color: #0058a6;
}

@media screen and (max-width: 768px) {
  .header_border {
    display: none;
  }
}

.kv {
  padding: 60px 0 26px 0;
}

@media screen and (max-width: 768px) {
  .kv {
    padding: 8.6vw 0 3.3vw 0;
  }
}

.kv_img {
  width: 682px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .kv_img {
    width: 90.9vw;
  }
}

.problem_bg {
  width: 100%;
  height: auto;
  padding: 105px 0 20px 0;
  background-size: cover;
  background-position: top center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(../img/problem_bg_pc.png);
}

@media screen and (max-width: 768px) {
  .problem_bg {
    height: auto;
    padding: 14vw 0 2.6vw 0;
    background-image: url(../img/problem_bg_sp.png);
  }
}

.problem_ttl {
  width: 698px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .problem_ttl {
    width: 93vw;
  }
}

.problem_illust {
  width: 611px;
  height: auto;
  margin: -37px auto 0;
}

@media screen and (max-width: 768px) {
  .problem_illust {
    width: 81.4vw;
    margin: -5vw auto 0;
  }
}

.problem_ul {
  list-style: none;
  margin: -63px auto 0;
}

@media screen and (max-width: 768px) {
  .problem_ul {
    margin: -9vw auto 0;
  }
}

.problem_01, .problem_02, .problem_03 {
  position: relative;
  width: 580px;
  height: auto;
  margin: 0 auto;
}

.problem_01::before, .problem_02::before, .problem_03::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .problem_01, .problem_02, .problem_03 {
    width: 83.3vw;
  }
  .problem_01::before, .problem_02::before, .problem_03::before {
    width: 17.3vw;
    height: 17.3vw;
  }
}

.problem_01::before {
  top: 13%;
  left: -8%;
  background-image: url(../img/problem_num_01.png);
}

.problem_02::before {
  top: 31%;
  right: -7%;
  background-image: url(../img/problem_num_02.png);
}

.problem_03::before {
  top: 50%;
  left: -7%;
  background-image: url(../img/problem_num_03.png);
}

.solution {
  padding: 25px 0 50px;
}

@media screen and (max-width: 768px) {
  .solution {
    padding: 3.3vw 0 6.6vw;
  }
}

.solution_ttl {
  width: 705px;
  height: auto;
  margin: 0 auto 143px;
}

@media screen and (max-width: 768px) {
  .solution_ttl {
    width: 94vw;
    margin: 0 auto 19vw;
  }
}

.solution_bg {
  position: relative;
  width: 100%;
  height: 801px;
  margin-bottom: 170px;
  background-size: cover;
  background-position: top center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(../img/solution_bg_pc.png);
}

@media screen and (max-width: 768px) {
  .solution_bg {
    height: 106.8vw;
    margin-bottom: 22.6vw;
    background-image: url(../img/solution_bg_sp.png);
  }
}

.solution_illust_01 {
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .solution_illust_01 {
    width: 77.3vw;
  }
}

.solution_heading {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  width: 525px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .solution_heading {
    width: 70vw;
  }
}

.solution_illust_02 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  width: 616px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .solution_illust_02 {
    width: 82.1vw;
  }
}

.solution_link_ul {
  list-style: none;
  width: 580px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .solution_link_ul {
    width: 77.3vw;
    margin: 0 auto 7.7vw;
  }
}

.solution_link_ul li {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .solution_link_ul li {
    margin-bottom: 5.3vw;
  }
}

.solution_link_ul li:last-of-type {
  margin-bottom: 0;
}

.solution_link_ul li:hover {
  opacity: 0.6;
  transform: translateY(5px);
}

.solution_link_ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.solution_link_ttl {
  width: 442px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .solution_link_ttl {
    width: 59vw;
    margin: 0 auto 8vw;
  }
}

.solution_illust_03 {
  width: 519.7px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .solution_illust_03 {
    width: 69.3vw;
  }
}

footer {
  background-color: #0058a6;
}

footer p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
}

@media screen and (max-width: 768px) {
  footer p {
    font-size: 3.2vw;
    line-height: 12.6vw;
  }
}

/*# sourceMappingURL=style.css.map */
