@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #ffffff;
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h1, h2, h3, h4, p, ul, li, a, dt, dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.c-navy {
  color: #526386;
}

.c-red {
  color: #ae5353;
}

.t-bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe618));
  background: linear-gradient(transparent 70%, #ffe618 70%);
}

@media screen and (min-width: 750px) {
  section .t-underline-navy {
    padding-bottom: 10px;
    border-bottom: solid 4px #526386;
  }
  section .t-underline-yellow {
    padding-bottom: 10px;
    border-bottom: solid 6px #ffe618;
  }
  section [class^=m-] .unit .inner {
    max-width: 750px;
    margin: 0 auto;
  }
  section [class^=m-] .unit .inner h1 {
    color: #526386;
    font-size: 51px;
    font-weight: bold;
    letter-spacing: 0.055em;
    line-height: 1.5em;
  }
  section [class^=m-] .unit .inner p {
    font-size: 32px;
    color: #222;
    line-height: 2em;
    letter-spacing: 0.035em;
  }
  section [class^=m-] .unit .inner img {
    max-width: 100%;
  }
  section [class^=m-] .unit .inner .btn-holder {
    margin-top: 110px;
    margin-bottom: 150px;
  }
  section [class^=m-] .unit .inner .btn-holder p {
    font-size: 30px;
    line-height: 1.6em;
    text-align: center;
    width: 75%;
    margin: 0 0 50px auto;
  }
  section [class^=m-] .unit .inner .btn-holder a {
    font-weight: bold;
    text-decoration: none;
    padding: 25px 20px 25px 212px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: solid 6px #14974e;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #8feab6), color-stop(50%, #14974e));
    background: linear-gradient(#8feab6 10%, #14974e 50%);
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section [class^=m-] .unit .inner .btn-holder a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
  section [class^=m-] .unit .inner .btn-holder a::before {
    content: "";
    background: url("../images/common/btn_product.png") no-repeat center center;
    background-size: contain;
    width: 184px;
    height: 407px;
    left: -9px;
    bottom: -47px;
    position: absolute;
  }
  section [class^=m-] .unit .inner .btn-holder a p {
    width: auto;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
    font-size: 50px;
    width: 100%;
    position: relative;
    margin: 0;
  }
  section [class^=m-] .unit .inner .btn-holder a p span {
    color: #f6ff00;
  }
  section [class^=m-] .unit .inner .btn-holder a p:before {
    content: "";
    width: 118px;
    height: 118px;
    top: 50%;
    right: -155px;
    margin-top: -59px;
    position: absolute;
    background-color: #fff;
    border-radius: 60px;
  }
  section [class^=m-] .unit .inner .btn-holder a p:after {
    position: absolute;
    content: "";
    background-color: #c8ab01;
    width: 43px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    margin-top: -25px;
    right: -126px;
  }
  section [class^=m-] .unit .inner .btn-holder a p:before {
    content: "";
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    margin-top: -30px;
    left: auto;
    position: absolute;
    background-color: #fff;
    border-radius: 60px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  section [class^=m-] .unit .inner .btn-holder a p:after {
    position: absolute;
    content: "";
    background-color: #c8ab01;
    width: 22px;
    height: 28px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    margin-top: -14px;
    right: 16px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 {
    margin-top: 150px;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 p {
    font-size: 38px;
    line-height: 1.4em;
    margin-bottom: 25px;
    position: relative;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 p:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 80px;
    background: #111;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 p::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 80px;
    background: #111;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 a p {
    line-height: 1.2em;
    font-size: 50px;
    margin-bottom: 0;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 a p:before {
    content: "";
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    margin-top: -30px;
    left: auto;
    position: absolute;
    background-color: #fff;
    border-radius: 60px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 a p:after {
    position: absolute;
    content: "";
    background-color: #c8ab01;
    width: 22px;
    height: 28px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    margin-top: -14px;
    right: 16px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 .notes {
    width: 75%;
    margin: 10px 0 50px auto;
  }
  section .m-main {
    border-top: solid 10px #fe0001;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section .m-main .unit .inner .logo {
    text-align: center;
    margin: 0 auto 22px;
    width: 56%;
  }
  section .m-main .unit .inner .visual {
    background: url("../images/02/img_main.png") no-repeat top center;
    background-size: cover;
    padding: 190px 40px 40px;
  }
  section .m-main .unit .inner .visual p {
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 40px;
  }
  section .m-main .unit .inner .visual p sup {
    font-size: 40%;
    vertical-align: top;
    position: relative;
    top: -0.6em;
  }
  section .m-main .unit .inner .visual h1 {
    font-size: 48px;
    margin-bottom: 200px;
  }
  section .m-main .unit .inner .visual .notes li {
    font-size: 16px;
    line-height: 1.4em;
    text-indent: -1.9em;
    padding-left: 1.9em;
  }
  section .m-main .unit .inner .visual .notes li + li {
    margin-top: 10px;
  }
  section .m-main .unit .inner p {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 14px;
  }
  section .m-index .unit {
    margin-bottom: 90px;
    margin-top: 32px;
  }
  section .m-index .unit .inner dl {
    text-align: center;
    margin-bottom: 30px;
  }
  section .m-index .unit .inner dl dt {
    background: #526386;
    display: inline-block;
    padding: 18px 55px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 28px;
  }
  section .m-index .unit .inner dl dd {
    border: solid 2px #526386;
    border-radius: 20px;
    padding: 50px 27px 40px;
    margin-top: -40px;
  }
  section .m-index .unit .inner dl dd ul li {
    position: relative;
    text-align: left;
    padding: 35px 0 35px 68px;
    letter-spacing: 0.05em;
    font-size: 28px;
  }
  section .m-index .unit .inner dl dd ul li sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  section .m-index .unit .inner dl dd ul li:before {
    position: absolute;
    content: "";
    background: url("../images/common/icon_check.png") no-repeat center center;
    background-size: contain;
    width: 52px;
    height: 45px;
    top: 50%;
    left: 0;
    margin-top: -22px;
  }
  section .m-index .unit .inner dl dd ul li + li {
    border-top: dotted 1px #526386;
  }
  section .m-index .unit .inner .notes li {
    font-size: 16px;
  }
  section .m-question .unit {
    margin-bottom: 155px;
  }
  section .m-question .unit .inner h2 {
    font-size: 54px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1.6em;
  }
  section .m-question .unit .inner h2 span {
    background: #526386;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 49px;
  }
  section .m-question .unit .inner ul {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 30px 0;
    margin-bottom: 120px;
  }
  section .m-question .unit .inner ul li {
    font-weight: bold;
    width: 50%;
    font-size: 32px;
    margin-bottom: 47px;
  }
  section .m-question .unit .inner .catch {
    text-align: center;
  }
  section .m-question .unit .inner .catch h3 {
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    padding-bottom: 30px;
    position: relative;
    letter-spacing: 0.05em;
    padding-bottom: 19px;
    background: url("../images/01/img_wave_line.png") repeat-x bottom left/auto 19px;
  }
  section .m-question .unit .inner .catch h3 span {
    font-size: 44px;
  }
  section .m-question .unit .inner .faina h4 {
    color: #526386;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 50px;
  }
  section .m-question .unit .inner .faina h4 sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  section .m-question .unit .inner .faina .logo {
    margin-bottom: 47px;
  }
  section .m-question .unit .inner .faina p {
    margin-bottom: 50px;
    letter-spacing: -0.03em;
    line-height: 1.9em;
  }
  section .m-question .unit .inner .faina .img-holder {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  section .m-question .unit .inner .faina .img-holder + ul {
    margin-top: 60px;
    margin-bottom: 0;
  }
  section .m-question .unit .inner .faina .notes {
    padding: 0;
    background: none;
  }
  section .m-question .unit .inner .faina .notes li {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
  }
  section .m-report .unit .inner h2 {
    border-left: solid 10px #c8ab01;
    padding-left: 22px;
    color: #526386;
    font-size: 52px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 45px;
  }
  section .m-report .unit .inner h2 sup {
    font-size: 50%;
    vertical-align: super;
    color: inherit;
  }
  section .m-report .unit .inner h3 {
    font-size: 39px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 58px;
    margin-bottom: 58px;
  }
  section .m-report .unit .inner h3 sup {
    font-size: 50%;
    vertical-align: super;
    color: inherit;
  }
  section .m-report .unit .inner p {
    line-height: 2.1em;
  }
  section .m-report .unit .inner p sup {
    font-size: 50%;
    vertical-align: super;
  }
  section .m-report .unit .inner p + p {
    margin-top: 80px;
  }
  section .m-report .unit .inner p + .img-holder {
    margin-top: 65px;
    margin: 65px 0 0;
  }
  section .m-report .unit .inner p + .img-holder.voice {
    margin-top: 40px;
  }
  section .m-report .unit .inner p.catch {
    font-size: 40px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
  }
  section .m-report .unit .inner p.catch span {
    color: #d9557d;
    font-size: 50px;
  }
  section .m-report .unit .inner .img-holder {
    position: relative;
  }
  section .m-report .unit .inner .img-holder.parson {
    position: relative;
  }
  section .m-report .unit .inner .img-holder.parson p {
    position: absolute;
    padding: 15px 20px;
    bottom: 0px;
    right: 0;
    left: auto;
    background: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    line-height: 1.35em;
  }
  section .m-report .unit .inner .img-holder.parson p span.eng {
    font-size: 22px;
  }
  section .m-report .unit .inner .img-holder .ballon {
    position: relative;
    margin-top: -27px;
    text-align: center;
    margin-bottom: 54px;
  }
  section .m-report .unit .inner .img-holder .ballon:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 27px;
    -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    top: -24px;
  }
  section .m-report .unit .inner .img-holder .ballon.green p {
    background: #78b9a0;
  }
  section .m-report .unit .inner .img-holder .ballon.green:before {
    background-color: #78b9a0;
    right: 220px;
  }
  section .m-report .unit .inner .img-holder .ballon.blue p {
    background: #62a6b0;
    left: 400px;
    padding: 20px;
  }
  section .m-report .unit .inner .img-holder .ballon.blue:before {
    background-color: #62a6b0;
    left: 230px;
  }
  section .m-report .unit .inner .img-holder .ballon.orange p {
    background: #d8aa6f;
  }
  section .m-report .unit .inner .img-holder .ballon.orange:before {
    background-color: #d8aa6f;
    right: 430px;
  }
  section .m-report .unit .inner .img-holder .ballon p {
    display: inline-block;
    text-align: center;
    padding: 20px 28px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    border-radius: 30px;
  }
  section .m-report .unit .inner .img-holder + p, section .m-report .unit .inner .img-holder + ul.notes {
    margin-top: 40px;
  }
  section .m-report .unit .inner + .inner {
    margin-top: 150px;
  }
  section .m-report .unit .inner ul.notes {
    margin-top: 40px;
  }
  section .m-report .unit .inner ul.notes li {
    font-size: 16px;
    font-size: 16px;
    line-height: 1.4em;
    text-indent: -1.9em;
    padding-left: 1.9em;
  }
  section .m-report .unit .inner ul.notes li + li {
    margin-top: 10px;
  }
  section .m-report .unit .inner ul.notes + .point {
    margin-top: 80px;
  }
  section .m-report .unit .inner ul + .img-holder {
    margin-top: 80px;
  }
  section .m-report .unit .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-report .unit .inner dl.memo {
    margin-top: 100px;
  }
  section .m-report .unit .inner dl.memo dt h3 {
    position: relative;
  }
  section .m-report .unit .inner dl.memo dt h3::before {
    content: "";
    background: url("../images/common/icon_memo.png");
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -70px;
  }
  section .m-report .unit .inner dl.point dt h3 {
    position: relative;
  }
  section .m-report .unit .inner dl.point dt h3::before {
    content: "";
    background: url("../images/common/icon_point.png");
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -70px;
  }
  section .m-report .unit .inner dl dt {
    background: #526386;
    text-align: center;
    padding: 30px 0 10px;
  }
  section .m-report .unit .inner dl dt h3 {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
  }
  section .m-report .unit .inner dl dt h3 .t-underline-yellow {
    padding-bottom: 4px;
  }
  section .m-report .unit .inner dl dd {
    border: solid 10px #526386;
    padding: 30px;
  }
  section .m-report .unit .inner dl dd p span {
    font-weight: bold;
    color: #526386;
  }
  section .m-report .unit .inner dl dd p sup {
    font-size: 50%;
    vertical-align: super;
    color: inherit;
  }
  section .m-report .unit .inner dl dd p + p {
    margin-top: 80px;
  }
  section .m-report .unit .inner .table-holder dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #526386;
  }
  section .m-report .unit .inner .table-holder dl dt {
    width: 30%;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 26px;
    font-weight: bold;
  }
  section .m-report .unit .inner .table-holder dl dt span {
    font-size: 22px;
  }
  section .m-report .unit .inner .table-holder dl dd {
    width: 70%;
    border: none;
    font-size: 22px;
    line-height: 1.35em;
  }
  section .m-report .unit .inner .table-holder dl + dl {
    border-top: none;
  }
  section .m-report .unit .inner .table-holder dl + dl dt {
    border-top: solid 1px #fff;
  }
  section .m-report .unit .inner .colimn-2 {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-report .unit .inner .colimn-2 > div {
    width: 47%;
  }
  section .m-report .unit .inner .colimn-2 > div .img-holder {
    margin-bottom: 20px;
  }
  section .m-report .unit .inner .colimn-2 > div h3 {
    margin-top: 20px;
    font-size: 34px;
    margin-bottom: 40px;
  }
  section .m-report .unit .inner .colimn-2 > div p {
    font-size: 28px;
    line-height: 1.8em;
  }
  section .m-report .unit .inner .hakkodaru {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-report .unit .inner .hakkodaru .img-holder {
    width: 40%;
  }
  section .m-report .unit .inner .hakkodaru .txt-holder {
    width: 58%;
  }
  section .m-report .unit .inner .hakkodaru .txt-holder h3 {
    margin-top: 20px;
    font-size: 34px;
    margin-bottom: 40px;
  }
  section .m-report .unit .inner .hakkodaru .txt-holder p {
    font-size: 28px;
    line-height: 1.8em;
  }
  section .m-report .unit .inner .logo {
    text-align: right;
    width: 55%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 749px) {
  section .t-underline-navy {
    padding-bottom: 4px;
    border-bottom: solid 2px #526386;
  }
  section .t-underline-yellow {
    padding-bottom: 6px;
    border-bottom: solid 6px #ffe618;
  }
  section [class^=m-] .unit .inner {
    width: 94%;
    margin: 0 auto;
  }
  section [class^=m-] .unit .inner h1 {
    color: #526386;
    font-size: 7vw;
    font-weight: bold;
    letter-spacing: 0.025em;
  }
  section [class^=m-] .unit .inner p {
    font-size: 4vw;
    color: #222;
    line-height: 2em;
  }
  section [class^=m-] .unit .inner img {
    width: 100%;
  }
  section [class^=m-] .unit .inner .btn-holder {
    margin-top: 18vw;
    margin-bottom: 28vw;
  }
  section [class^=m-] .unit .inner .btn-holder p {
    font-size: 4vw;
    line-height: 1.5em;
    text-align: right;
    margin: 0 0 6vw auto;
    width: 70vw;
  }
  section [class^=m-] .unit .inner .btn-holder a {
    font-weight: bold;
    text-decoration: none;
    padding: 4% 5% 4% 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: solid 2px #14974e;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #8feab6), color-stop(50%, #14974e));
    background: linear-gradient(#8feab6 10%, #14974e 50%);
    position: relative;
  }
  section [class^=m-] .unit .inner .btn-holder a::before {
    content: "";
    background: url("../images/common/btn_product.png") no-repeat center center;
    background-size: contain;
    width: 23vw;
    height: 53vw;
    left: -2.5vw;
    bottom: -7vw;
    position: absolute;
  }
  section [class^=m-] .unit .inner .btn-holder a p {
    color: #fff;
    text-align: left;
    line-height: 1.2em;
    font-size: 6vw;
    margin-bottom: 0;
    position: relative;
  }
  section [class^=m-] .unit .inner .btn-holder a p span {
    color: #f6ff00;
  }
  section [class^=m-] .unit .inner .btn-holder a p:before {
    content: "";
    width: 8vw;
    height: 8vw;
    top: 50%;
    right: -4vw;
    margin-top: -4vw;
    position: absolute;
    background-color: #fff;
    border-radius: 60px;
  }
  section [class^=m-] .unit .inner .btn-holder a p:after {
    position: absolute;
    content: "";
    background-color: #c8ab01;
    width: 3vw;
    height: 4vw;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    margin-top: -2vw;
    right: -2vw;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 {
    margin-top: 24vw;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 p {
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 2vw;
    position: relative;
    font-size: 5vw;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 p:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5vw;
    background: #111;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 p::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5vw;
    background: #111;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 a {
    padding: 4% 5% 3% 30%;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 a p {
    line-height: 1.2em;
    font-size: 6vw;
    text-align: left;
    position: relative;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 a p:before {
    content: "";
    width: 8vw;
    height: 8vw;
    top: 50%;
    right: -4vw;
    margin-top: -4vw;
    position: absolute;
    background-color: #fff;
    border-radius: 60px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: auto;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 a p:after {
    position: absolute;
    content: "";
    background-color: #c8ab01;
    width: 3vw;
    height: 4vw;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    margin-top: -2vw;
    right: -2vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  section [class^=m-] .unit .inner .btn-holder.type02 .notes {
    width: 75%;
    margin: 10px 0 50px auto;
  }
  section [class^=m-] .unit .inner .btn-holder.type02 .notes li {
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  section .m-main {
    border-top: solid 5px #fe0001;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section .m-main .unit {
    margin-bottom: 5%;
  }
  section .m-main .unit .inner .logo {
    margin: 0 auto 3%;
    width: 56%;
  }
  section .m-main .unit .inner .visual {
    background: url("../images/02/img_main.png") no-repeat top center;
    background-size: cover;
    padding: 22vw 5% 2vw;
  }
  section .m-main .unit .inner .visual p {
    font-size: 5vw;
    line-height: 1.1em;
    margin-bottom: 5vw;
  }
  section .m-main .unit .inner .visual p sup {
    font-size: 40%;
    vertical-align: top;
    position: relative;
    top: -0.6em;
  }
  section .m-main .unit .inner .visual h1 {
    font-size: 6.5vw;
    margin-bottom: 20vw;
    line-height: 1.3em;
  }
  section .m-main .unit .inner .visual .notes li {
    font-size: 2.4vw;
    line-height: 1.4em;
    text-indent: -1.9em;
    padding-left: 1.9em;
  }
  section .m-main .unit .inner .visual .notes li + li {
    margin-top: 5px;
  }
  section .m-main .unit .inner p {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 1vw;
  }
  section .m-main .unit .inner h1 {
    font-size: 6.2vw;
    letter-spacing: -0.005em;
  }
  section .m-index .unit {
    margin-bottom: 12%;
  }
  section .m-index .unit .inner dl {
    text-align: center;
  }
  section .m-index .unit .inner dl dt {
    background: #526386;
    display: inline-block;
    padding: 2% 4%;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 3.7vw;
  }
  section .m-index .unit .inner dl dd {
    border: solid 1px #526386;
    border-radius: 10px;
    padding: 8% 4% 5% 5%;
    margin-top: -5%;
  }
  section .m-index .unit .inner dl dd ul li {
    position: relative;
    text-align: left;
    padding: 6% 0 5% 6%;
    font-size: 3.7vw;
  }
  section .m-index .unit .inner dl dd ul li:before {
    position: absolute;
    content: "";
    background: url("../images/common/icon_check.png") no-repeat center center;
    background-size: contain;
    width: 6vw;
    height: 5vw;
    top: 50%;
    left: -2vw;
    margin-top: -2.5vw;
  }
  section .m-index .unit .inner dl dd ul li + li {
    border-top: dotted 1px #526386;
  }
  section .m-index .unit .inner .notes {
    margin-top: 3vw;
  }
  section .m-index .unit .inner .notes li {
    font-size: 2.4vw;
  }
  section .m-question .unit {
    margin-bottom: 10%;
  }
  section .m-question .unit .inner h2 {
    font-size: 6.3vw;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4%;
    line-height: 1.5em;
  }
  section .m-question .unit .inner h2 span {
    padding: 4px;
    background: #526386;
    color: #ffffff;
  }
  section .m-question .unit .inner ul {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8% 4% 3%;
    margin-bottom: 14%;
  }
  section .m-question .unit .inner ul li {
    font-weight: bold;
    width: 50%;
    font-size: 4vw;
    margin-bottom: 5.7vw;
  }
  section .m-question .unit .inner .catch {
    text-align: center;
  }
  section .m-question .unit .inner .catch h3 {
    font-weight: bold;
    font-size: 4.2vw;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    background: url("../images/01/img_wave_line.png") repeat-x bottom left/auto 10px;
  }
  section .m-question .unit .inner .catch h3 span {
    font-size: 5vw;
  }
  section .m-question .unit .inner .faina h4 {
    color: #526386;
    text-align: center;
    font-weight: bold;
    font-size: 4.4vw;
    margin-bottom: 4vw;
  }
  section .m-question .unit .inner .faina h4 sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  section .m-question .unit .inner .faina .logo {
    margin-bottom: 5vw;
  }
  section .m-question .unit .inner .faina p {
    margin-bottom: 5vw;
  }
  section .m-question .unit .inner .faina .img-holder {
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }
  section .m-question .unit .inner .faina .notes {
    margin-top: 3vw;
    padding: 0;
    background: none;
    margin-bottom: 0;
  }
  section .m-question .unit .inner .faina .notes li {
    font-weight: normal;
    font-size: 2.4vw;
    margin-bottom: 0;
  }
  section .m-report .unit .inner h2 {
    border-left: solid 6px #c8ab01;
    padding-left: 3.5%;
    color: #526386;
    font-size: 6.2vw;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 7.2vw;
  }
  section .m-report .unit .inner h2 sup {
    font-size: 50%;
    vertical-align: super;
    color: inherit;
  }
  section .m-report .unit .inner h3 {
    font-size: 5.2vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 6vw;
    margin-bottom: 7vw;
  }
  section .m-report .unit .inner h3 sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: -0.4em;
  }
  section .m-report .unit .inner p {
    line-height: 2.15em;
  }
  section .m-report .unit .inner p sup {
    font-size: 50%;
    vertical-align: super;
  }
  section .m-report .unit .inner p + p {
    margin-top: 9vw;
  }
  section .m-report .unit .inner p + .img-holder {
    margin-top: 2vw;
    width: 84%;
  }
  section .m-report .unit .inner p.catch {
    font-size: 5vw;
    margin-top: 4vw;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  section .m-report .unit .inner p.catch span {
    color: #d9557d;
    font-size: 6.5vw;
  }
  section .m-report .unit .inner .img-holder {
    position: relative;
  }
  section .m-report .unit .inner .img-holder.width100 {
    width: 100%;
  }
  section .m-report .unit .inner .img-holder.parson {
    width: 100%;
    position: relative;
  }
  section .m-report .unit .inner .img-holder.parson p {
    position: absolute;
    padding: 15px 20px;
    bottom: 0px;
    right: 0;
    left: auto;
    background: rgba(255, 255, 255, 0.7);
    font-size: 4vw;
    line-height: 1.35em;
  }
  section .m-report .unit .inner .img-holder.parson p span.eng {
    font-size: 3.6vw;
  }
  section .m-report .unit .inner .img-holder.voice {
    width: 100%;
  }
  section .m-report .unit .inner .img-holder.voice + .voice {
    margin-top: 7vw;
  }
  section .m-report .unit .inner .img-holder .ballon {
    position: relative;
    margin-top: -5vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  section .m-report .unit .inner .img-holder .ballon:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 15px;
    -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    top: -14px;
  }
  section .m-report .unit .inner .img-holder .ballon.green p {
    background: #78b9a0;
  }
  section .m-report .unit .inner .img-holder .ballon.green:before {
    background-color: #78b9a0;
    right: 28%;
  }
  section .m-report .unit .inner .img-holder .ballon.blue p {
    background: #62a6b0;
  }
  section .m-report .unit .inner .img-holder .ballon.blue:before {
    background-color: #62a6b0;
    left: 10%;
  }
  section .m-report .unit .inner .img-holder .ballon.orange p {
    background: #d8aa6f;
  }
  section .m-report .unit .inner .img-holder .ballon.orange:before {
    background-color: #d8aa6f;
    right: 30%;
  }
  section .m-report .unit .inner .img-holder .ballon p {
    display: inline-block;
    text-align: center;
    padding: 3% 2%;
    color: #fff;
    font-size: 3.6vw;
    font-weight: bold;
    border-radius: 10px;
  }
  section .m-report .unit .inner .img-holder + p, section .m-report .unit .inner .img-holder + ul.notes {
    margin-top: 10px;
  }
  section .m-report .unit .inner + .inner {
    margin-top: 20vw;
  }
  section .m-report .unit .inner ul.notes {
    margin-top: 10px;
  }
  section .m-report .unit .inner ul.notes li {
    font-size: 3vw;
    line-height: 1.5em;
    margin-bottom: 1vw;
    padding-left: 1.9em;
    text-indent: -1.9em;
  }
  section .m-report .unit .inner ul.notes + .point {
    margin-top: 80px;
  }
  section .m-report .unit .inner ul + .img-holder {
    margin-top: 80px;
  }
  section .m-report .unit .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-report .unit .inner dl.memo {
    margin-top: 7vw;
  }
  section .m-report .unit .inner dl.memo dt h3 {
    position: relative;
  }
  section .m-report .unit .inner dl.memo dt h3::before {
    content: "";
    background: url("../images/common/icon_memo.png") no-repeat center center;
    width: 8vw;
    height: 8vw;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -4vw;
    left: -11vw;
  }
  section .m-report .unit .inner dl.point dt h3 {
    position: relative;
  }
  section .m-report .unit .inner dl.point dt h3::before {
    content: "";
    background: url("../images/common/icon_point.png") no-repeat center center;
    width: 8vw;
    height: 8vw;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -4vw;
    left: -11vw;
  }
  section .m-report .unit .inner dl dt {
    background: #526386;
    text-align: center;
    padding: 3vw 0;
    padding-left: 6vw;
  }
  section .m-report .unit .inner dl dt h3 {
    display: inline-block;
    color: #fff;
    font-size: 6.5vw;
    margin-bottom: 0;
    padding-bottom: 1vw;
    margin-top: 0;
  }
  section .m-report .unit .inner dl dt h3 .t-underline-yellow {
    border-bottom: solid 2px #ffe618;
    padding-bottom: 6px;
  }
  section .m-report .unit .inner dl dd {
    border: solid 3px #526386;
    padding: 5%;
  }
  section .m-report .unit .inner dl dd p span {
    font-weight: bold;
    color: #526386;
  }
  section .m-report .unit .inner dl dd p sup {
    font-size: 50%;
    vertical-align: super;
    color: inherit;
  }
  section .m-report .unit .inner .table-holder dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #526386;
  }
  section .m-report .unit .inner .table-holder dl dt {
    width: 30%;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3vw 1vw;
  }
  section .m-report .unit .inner .table-holder dl dt span {
    font-size: 2.6vw;
    width: 100%;
  }
  section .m-report .unit .inner .table-holder dl dd {
    width: 70%;
    border: none;
    font-size: 3.6vw;
    line-height: 1.35em;
  }
  section .m-report .unit .inner .table-holder dl + dl {
    border-top: none;
  }
  section .m-report .unit .inner .table-holder dl + dl dt {
    border-top: solid 1px #fff;
  }
  section .m-report .unit .inner .colimn-2 {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-report .unit .inner .colimn-2 > div {
    width: 47%;
  }
  section .m-report .unit .inner .colimn-2 > div .img-holder {
    margin-bottom: 2vw;
  }
  section .m-report .unit .inner .colimn-2 > div h3 {
    margin-top: 3vw;
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  section .m-report .unit .inner .colimn-2 > div p {
    line-height: 1.8em;
  }
  section .m-report .unit .inner .hakkodaru {
    margin-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-report .unit .inner .hakkodaru .img-holder {
    width: 40%;
  }
  section .m-report .unit .inner .hakkodaru .txt-holder {
    width: 58%;
  }
  section .m-report .unit .inner .hakkodaru .txt-holder h3 {
    margin-top: 3vw;
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  section .m-report .unit .inner .hakkodaru .txt-holder p {
    line-height: 1.8em;
  }
  section .m-report .unit .inner .logo {
    width: 55%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 8vw;
    text-align: right;
  }
}
@media screen and (max-width: 749px) {
  .m-footer .unit {
    margin: 0 auto;
    padding: 6vw 3%;
  }
  .m-footer .unit .inner p {
    color: #444;
    text-align: center;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 750px) {
  .m-footer .unit {
    padding: 40px 0;
  }
  .m-footer .unit .inner p {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
  }
}
@media screen and (max-width: 749px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block;
  }
}


.featherlight-sample {
	display: none;
}