@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #59493f;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #59493f;
    width: 100%;
    min-width: 491px;
    overflow-x: scroll;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: .05rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: -o-linear-gradient(340deg, #e3e3e0, #e1d8ce);
    background: linear-gradient(110deg, #e3e3e0, #e1d8ce);
    position: relative;
}
.en {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: .075rem;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    width: 90%;
    margin: 0 auto;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content {
max-width: 490px;
    width: 100%;
    position: relative;
    background-color: #faf9f4;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(16, 36, 51, 0.15);
    box-shadow: 0px 1px 8px 0px rgba(16, 36, 51, 0.15);
}
/* inviewContents関連
=======================*/
.inviewContents {
    opacity: 0;
    -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    -webkit-transition: .95s;
    -o-transition: .95s;
    transition: .95s;
}
.fadein {
    opacity: 1.0;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/* 共通 */
.line_btn {
    margin: 0 auto;
}
.line_btn a {
    background-color: #02b802;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 9px;
    width: 100%;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.line_btn a span {
    display: block;
    max-width: 50px;
    width: 30%;
    margin-right: 30px;
}
.ttl {
    text-align: center;
    margin: 0 auto 25px;
}
.ttl span {
    display: block;
    font-size: 14px;
    color: #b5b5a2;
}
.ttl span.ora {
    color: #d1c0a5;
}
.ttl h2 {
    color: #937218;
    font-size: 23px;
}
/* mv */
.mv {
    position: relative;
    background: url(../img/bg.jpg) repeat center top / 100% auto;
}
.mv h1 {
    position:absolute;
    max-width: 115px;
    left: 5%;
    top: 20px;
}
/* btn */
.btn{
    margin-bottom: 25px;
}
.service_btn h3{
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
}
.problem {
    background: url(../img/bg.jpg) repeat center top / 100% auto;
    padding: 50px 0 60px;
    position: relative;
}
.problem .ttl {
    margin-top: 50px;
}
.problem ul li {
    background-color: #faf9f4;
    border-radius: 7px;
    padding: 15px ;
    margin-bottom: 45px;
    width: 100%;
    text-align: center;
    position: relative;
    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;
}
.problem ul li::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 28px;
    position: absolute;
    /* left: 35px; */
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    bottom: 0;
}
.problem ul li:first-child:after {
    background: url(../img/problem_fukidashi02.png) no-repeat top center / 100% auto;
    right: 5%;
}
* .problem ul li:nth-child(2):after{
    background: url(../img/problem_fukidashi.png) no-repeat top center / 100% auto;
    left: 5%;
} *
.problem ul li:last-child:after {
    background: url(../img/problem_fukidashi02.png) no-repeat top center / 100% auto;
    right: 5%;
}
.problem ul li p {
    font-size: 13px;
    font-weight: bold;
}
.problem_arw {
    width: 15px;
    margin: 10px auto 25px;
}
.problem_main {
    text-align: center;
    padding-bottom: 60px;
}
.problem_main h3 {
    display: inline-block;
    font-size: 17px;
    background-color: #faf9f4;
    border-radius: 7px;
    padding: 25px;
    width: 100%;
    margin: auto;
    /* margin: 5px; */
}
.problem_main p{
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
.problem_main h3 span {
    background: -o-linear-gradient(transparent 75%, #f1e86e 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #f1e86e));
    background: linear-gradient(transparent 75%, #f1e86e 0%);
    line-height: 1.3em;
}
/* authority */
.authority {
    padding: 35px 0 40px;
}
.authority .ttl, .authority p {
    width: 90%;
}
.authority p {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 25px;
}
.authority ul li {
    padding: 10px 0;
}
.authority ul li img {
    border-radius: 7px;
    -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.15);
}
.infinite-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    }
  /* スライド */
    .infinite-slider .swiper-slide {
    width: 200px !important;
    }
  /* スライド内の画像 */
    .infinite-slider .swiper-slide img {
    width: 100%;
    height: auto;
    }
/* merit */
.merit {
    padding: 35px 0 50px 0;
}
.merit figure {
    width: 90%;
    margin: 0 auto 30px 0;
}
.merit_txt {
    padding-bottom: 25px;
    position: relative;
}
.merit_txt:last-of-type {
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: none;
}
.merit_txt span{
    position: absolute;
    width: 12%;
    top: 0;
    left: 0;
}
.merit_ttl h3{
    text-align: center;
    position: relative;
}
.merit_ttl_img{
    padding: 15px 0;
    width: 40%;
    margin: auto;
}
.merit_txt h3 {
    color: #937218;
}
.merit_txt p {
    font-size: 14px;
    padding-bottom: 30px;
}
/* use */
.use {
    background: url(../img/bg.jpg) repeat center top / 100% auto;
    padding-top: 45px;
}
.use p{
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 40px;
}
.use_topImg {
    width: 90%;
    margin: 0 auto 40px 0;
}
.use_list {
    margin: 0 auto 20px;
}
.use_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   position: relative;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   background-color: #fff;
   border-radius: 16px;
   padding-right: 15px;
}
.use_list li:not(:last-child) {
    margin-bottom: 40px;
}
.use_list li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #eade41;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.use_list li p {
    width: 20%;
    background-color: #937218;
    border-radius: 8px 40px 40px 8px;
    color: #fff;
    padding: 30px 0 30px 35px;
    font-size: 19px;
    font-weight: bold;
}
.use_list li h3 {
    width: 75%;
}
.use_under img {
    width: 100vw;
}
/* partners */
.partners{
    padding:45px 0;
}
.partners p{
    padding-bottom: 30px;
}
/* voice */
.voice {
    background: url(../img/bg.jpg) repeat center top / 100% auto;
    padding-top: 45px;
}
.voice_txt{
    padding-top: 15px;
}
.voice ul img{
    width: 100%;
    padding-bottom: 5px;
}
.voice ul li{
    padding-bottom: 50px;
}
/* question */
.question {
    background: url(../img/bg02.jpg) repeat center top / 100% auto;
    padding-top: 40px;
}
.question_aco {
    margin-bottom: 20px;
    position: relative;
    }
    .question_acoTtl {
    background-color: #a6937c;
    padding: 15px 50px 15px 15px;
    color: #fff;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 7px;
    }
    .question_acoList {
    display: none;
    padding: 15px 20px 0;
    font-weight: 500;
    }
    .question_acoList ul li {
    padding-top: 30px;
    margin-top: 30px;
    position: relative;
    }
    .question_acoTtl span {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 18px;
    }
    .question_acoTtl::before{
    content: "";
    width: 3px;
    height: 18px;
    background: #59493f;
    position: absolute;
    right: 22.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    }
    .question_acoTtl::after{
    content: "";
    width: 18px;
    height: 3px;
    background: #59493f;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    }
    .question_acoTtl.open::before{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    }
    .question_acoTtl.open::after{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    }
    .question img {
    width: 100vw;
    }
    .question figure{
        margin-top: 40px;
    }
  /* cta */
    .cta {
    background: url(../img/bg.jpg) repeat center top / 100% auto;
    padding:45px 0;
    }
    .cta h2 {
    text-align: center;
    position: relative;
    margin: 0 auto 3px;
    padding-bottom: 30px;
    }
    .cta h2::before,  .cta h2::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #59493f;
    position: absolute;
    top: 45%;
}
.cta h2::before {
            -webkit-transform: translateX(-50%) rotate(60deg);
                -ms-transform: translateX(-50%) rotate(60deg);
                    transform: translateX(-50%) rotate(60deg);
    left: 7%;
}
.cta h2::after {
    -webkit-transform: translateX(50%) rotate(-60deg);
        -ms-transform: translateX(50%) rotate(-60deg);
            transform: translateX(50%) rotate(-60deg);
    right: 7%;
}
    .cta h2 span {
    background: -o-linear-gradient(transparent 75%, #f1e86e 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #f1e86e));
    background: linear-gradient(transparent 75%, #f1e86e 0%);
    line-height: 1.3em;
    }
    .cta  figcaption {
    font-size: 14px;
    display: block;
    text-align: right;
    margin-top: 5px;
    }
    .cta ul {
    margin: 40px auto 0;
    }
    .cta ul li:first-child {
    margin-bottom: 20px;
    }
    .cta ul li a {
    background-color: #dd9f5c;
    border-radius: 9px;
    padding: 10px 20px;
    text-align: left;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    }
    .cta ul li:last-child a {
    background-color: #f1e86e;
    color: #937218;
    }
    .cta ul li:last-child a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    }
    .cta ul li a::after {
    content: '';
    display: inline-block;
    background: url(../img/btn_arw.png) no-repeat top center / 100% auto;
    width: 10px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
    .cta ul li:last-child a::after {
    -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(405%) hue-rotate(6deg) brightness(96%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(405%) hue-rotate(6deg) brightness(96%) contrast(96%);
    }
  /* footer */
    footer {
    background-color: #a6937c;
    padding-bottom: 15px;
    }
    footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
    }
    footer ul li:nth-child(odd) {
    border-right: 1px solid #fff;
    }
    footer ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    height: 100%;
        }
    footer h1 {
    max-width: 100px;
    margin: 35px auto 10px;
    }
    footer p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    }
@media only screen and (max-width: 490px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }
	.pc {
        display: none!important;
    }
    .sp {
        display: block!important;
        font-size: 16px;
    }
    /* 共通 */
    .line_btn a {
        font-size: 16px;
    }
    /* mv */
    .mv h1 {
        width: 28%;
    }
    /*  */
    .why_list li p {
        width: 20%;
        border-radius: 8px 40px 40px 8px;
        padding: 20px 0 20px 20px;
    }
    /* merit */
    .merit_txt h3 {
        font-size: 16px;
    }
    /* cta */
    .h2::before {
        left: 5%;
    }
    .h2::after {
        display: none;
        right: 5%;
    }
    .cta h2::before {
        display: none;
        -webkit-transform: translateX(-50%) rotate(60deg);
        -ms-transform: translateX(-50%) rotate(60deg);
        transform: translateX(-50%) rotate(60deg);
        left: 9%;
    }
        .h2 ::after {
        display: none;
        -webkit-transform: translateX(50%) rotate(-60deg);
        -ms-transform: translateX(50%) rotate(-60deg);
        transform: translateX(50%) rotate(-60deg);
        right: 9%;
    }
    .cta h2::before,  .cta h2::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #59493f;
        position: absolute;
        top: 45%;
}
    }