@charset "UTF-8";
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;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
     min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
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;
    text-decoration: none;
    cursor: pointer;
}
body{
    font-size: 1.4rem;
    line-height: 1.9;
    color: #000;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    font-weight: 400;
}
.shippori{
    font-family: 'Shippori Mincho', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 970px;
    position: relative;
    z-index: 10;
    padding-left: 35px;
    padding-right: 35px;
}
.anchor-link{
    display: block;
    line-height: 0;
    position: relative;
    top: -72px;
}
#anchor05{
    top: -12px;
}
/*
==============================================================
=========================== pagetop ==========================
==============================================================
*/
#pagetop {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    bottom: 30px;
    right: 20px;
    position: fixed;
    z-index: 900;
    cursor: pointer;
    display: none;
    background: rgb(192, 157, 101 , 0.8);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#pagetop:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    border-color: #fff;
    border-width: 0 2px 2px 0px;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: .3s;
}
#pagetop:hover:before{
    margin-top: -8px;
}
@media(max-width: 767px){
    #pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 50px;
    }
    #pagetop:before{
        width: 16px;
        height: 16px;
        margin-left: -8px;
    }
}
/*
==============================================================
========================= End pagetop ========================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 1001;
    display: none;
    background: #C09D65;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 30px;
    height: 3px;
}
.hamburger-menu .bar {
    position: relative;
    transform: translateY(11px);
    background: rgba(255, 255, 255, 1);
    transition: all 0ms 300ms;
    display: block;
    left: 15px;
    top: 18px;
}
.hamburger-menu .bar.active {
    background: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 11px;
    background: rgba(255, 255, 255, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    background: rgba(255, 255, 255, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar.active:after {
    top: 0px;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.hamburger-menu .bar.active:before {
    bottom: 0px;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
@media(max-width: 767px){
    .hamburger-menu{
        display: block;
    }
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.lb-sp{
    display: none;
}
.lb-pc{
    display: block;
}
@media(max-width: 640px){
    .lb-sp{
        display: block;
    }
    .lb-pc{
        display: none;
    }
    .anchor-link{
        top: -58px;
    }
    #anchor05{
        top: 0px;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header{
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
}
.home header{
    background: none;
    position: absolute;
    border-bottom: none;
}
header .container{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 0;
}
header .inner{
    display: flex;
}
header .logo{
    display: inline-block;
    padding: 13px 0;
}
header .logo img{
    width: 175px;
}
header nav {
    padding-left: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
header nav .hdn-pc{
    display: none !important;
}
header nav ul{
    display: flex;
    align-items: center;
}
header nav ul li{
    position: relative;
    display: block;
    height: 100%;
}
header ul li a{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    transition: .2s;
    color: #fff;
    line-height: 1.5;
    padding: 10px 15px;
    font-weight: 500;
    transition: 0.2s;
}
header nav ul li:first-child a{
    padding-left: 0;
}
header nav ul li.inquiry{
    padding-left: 15px;
}
header nav ul li.inquiry a{
    background: #C09D65;
    padding-left: 30px;
    padding-left: 30px;
}
header nav ul li:hover{
    opacity: 0.7;
    transition: 0.2s;
}
.fixed-nav header{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background: #1B4871;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: aniHeaderMenu .3s ease forwards;
            animation: aniHeaderMenu .3s ease forwards;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
@media(max-width: 980px){
    header .logo img {
        width: 150px;
    }
    header ul li a{
        padding: 10px 8px;
        font-size: 1.5vw;
    }
    header nav ul li.inquiry{
        padding-left: 10px;
    }
    header nav ul li.inquiry a{
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media(max-width: 767px){
   .header{
        position: sticky;
        left: 0;
        right: 0;
        top: 0;
        height: 60px;
        padding: 0;
        z-index: 1000;
        background: #1B4871;
        animation: unset;
    }
    header .container{
        padding-left: 10px;
    }
    .home header{
        position: fixed;
    }
    .home.fixed-nav header{
        background: #1B4871;
        -webkit-animation: aniHeaderMenu .3s;
                animation: aniHeaderMenu .3s;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    }
    .fixed-nav header {
        padding: 0;
        transform: unset;
        animation: unset;
        box-shadow: unset;
    }
    .home.fixed-nav header.active{
        transform: unset !important;
    }
    .home header{
        background: none;
        border-bottom: none;
    }
    header .container{
        height: 100%;
    }
    header .inner{
        display: block;
        width: 100%;
        height: 100%;
    }
    header .logo{
        padding: 10px 0 0;
        position: relative;
        z-index: 1001;
    }
    header .logo img {
        width: 140px;
    }
    header nav{
        position: fixed;
        right: 0;
        left: 100%;
        top: 60px;
        bottom: 0;
        background: #1B4871;
        width: 100%;
        transition: all 0.5s;
        z-index: 1000;
        padding: 0;
    }
    header nav:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -60px;
        height: 60px;
        background: #1B4871;
    }
    header.active nav{
        left: 0;
    }
    header nav ul{
        display: inline-block;
        width: 100%;
        flex-wrap: wrap;
        padding-top: 20px;
        overflow: auto;
    }
    header nav ul li {
        padding: 0;
        width: 100%;
        height: auto;
        border-top: 2px solid #5985AC;
    }
    header nav ul li a{
        width: 100%;
        display: block;
        text-align: center;
        padding: 30px 10px;
        position: relative;
        font-size: 2rem;
    }
    header nav ul li.inquiry{
        padding: 50px 35px 30px 35px;
    }
    header nav ul li.inquiry a{
        font-size: 1.6rem;
        padding: 22px 10px;
    }
}
.banner img{
    display: flex;
    width: 100%;
}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
========================= contact-box ========================
==============================================================
*/
.contact-box.fm1 .container{
    padding-bottom: 95px;
}
.contact-box .icon{
    position: absolute;
    right: -12px;
    bottom: 0;
}
.contact-box .icon img{
    max-width: 113px;
}
.contact-box ul{
    display: flex;
    border: 3px solid #C09D65;
    border-radius: 50vh;
    padding: 0;
    background: #C09D65;
}
.contact-box ul li:first-child{
    width: 51%;
}
.contact-box ul li:last-child{
    width: 49%;
}
.contact-box ul li .email,
.contact-box ul li .phone{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    position: relative;
}
.contact-box ul li .email{
    background: #fff;
    color: #fff;
    border-radius: 50vh 0 0 50vh;
}
.contact-box ul li .email .click{
    position: absolute;
    left: 16px;
    top: -45px;
    max-width: 80px;
}
.contact-box ul li .phone{
    color: #fff;
    border-radius: 0 50vh 50vh 0;
}
.contact-box ul li .email a{
    font-size: 2rem;
    font-weight: 500;
    color: #C09D65;
    text-align: center;
    padding: 5px 0 5px 0px;
    transition: 0.2s;
    display: block;
    line-height: 1.3;
}
.contact-box ul li .email a .ic-bg{
    background: url('../img/ic-email.png') no-repeat;
    background-size: 22px 17px !important;
    background-position: left top 8px;
    padding-left: 30px;
}
.contact-box ul li .phone a{
    font-size: 3.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1;
    transition: 0.2s;
}
.contact-box ul li .phone a span{
    display: inline-block;
    padding-left: 32px;
    background: url('../img/ic-phone-white.png') no-repeat;
    background-size: 23px 31px !important;
    background-position: left center;
}
.contact-box ul li .phone .time{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
}
.contact-box ul li a:hover{
    opacity: 0.7;
}
.contact-box.img-top .img{
    text-align: center;
}
.contact-box.img-top .img img{
    max-width: 67.5%;
}
@media(max-width: 1024px){
    .contact-box .icon{
        right: 0px;
    }
}
@media(max-width: 960px){
    .contact-box ul li .email a{
        line-height: 1.7;
    }
    .contact-box ul li .email a .lb-sp{
        display: block;
    }
    .contact-box ul li:first-child,
    .contact-box ul li:last-child{
        width: 50%;
    }
    .contact-box .icon{
        right: 10px;
    }
    .contact-box .icon img {
        max-width: 92px;
    }
}
@media(max-width: 767px){
    .contact-box ul li .phone a{
        font-size: 3.6rem;
    }
}
@media(max-width: 640px){
    .contact-box .container{
        padding-left: 35px;
        padding-right: 35px;
    }
    .contact-box.fm1 .container{
        padding-bottom: 120px;
    }
    .contact-box ul{
        flex-wrap: wrap;
        border: none;
        background: none;
    }
    .contact-box ul li:first-child,
    .contact-box ul li:last-child{
        width: 100%;
    }
    .contact-box ul li .email{
        border: 4px solid #C09D65;
        border-radius: 50vh;
        padding: 15px 10px;
    }
    .contact-box ul li .email .click {
        left: -8px;
        top: -55px;
    }
    .contact-box ul li .phone{
        background: #C09D65;
        border-radius: 50vh;
        margin-top: 20px;
        padding: 25px 10px;
    }
    .contact-box ul li .phone a{
        font-size: 3.4rem;
    }
    .contact-box ul li .phone a span{
        background-size: 20px 27px !important;
        padding-left: 26px;
    }
    .contact-box ul li .phone .time{
        padding-top: 0;
    }
    .contact-box .icon {
        right: 23px;
    }
    .contact-box .icon img{
        max-width: 113px;
    }
    .contact-box.img-top .img{
        position: relative;
        bottom: -55px;
        z-index: 0;
    }
    .contact-box.img-top .img img{
        max-width: 100%;
    }
}
@media(max-width: 374px){
    .contact-box ul li .email a{
        font-size: 1.8rem;
    }
    .contact-box ul li .phone a{
        font-size: 2.9rem;
    }
}
/*
==============================================================
======================= End contact-box ======================
==============================================================
*/
/*
==============================================================
======================== content-box1 ========================
==============================================================
*/
.content-box1{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #C09D65;
}
.content-box1 .container{
    max-width: 840px;
}
.content-box1 h2{
    font-size: 4.4rem;
    font-weight: 600;
    padding: 60px 0 25px;
}
.content-box1 .txt{
    line-height: 2.1;
}
.content-box1 .img{
    padding-top: 30px;
}
.content-box1 .img img{
    max-width: 100%;
}
@media(max-width: 640px){
    .content-box1 .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-box1 h2{
        font-size: 2.5rem;
        padding: 30px 0 10px;
    }
    .content-box1 .img {
        padding: 25px 10px 0 10px;
    }
}
@media(max-width: 374px){
    .content-box1{
        font-size: 1.3rem;
    }
    .content-box1 h2{
        font-size: 2rem;
    }
}
/*
==============================================================
====================== End content-box1 ======================
==============================================================
*/
/*
==============================================================
========================= content-box2 =======================
==============================================================
*/
.content-box2{
    background: #C09D65;
    position: relative;
}
.content-box2:before{
    content: '';
    position: absolute;
    right: 0;
    top: 12%;
    bottom: 0;
    z-index: 0;
    width: 78%;
    background: url('../img/ic-bg1.png') no-repeat;
    background-size: 100% auto;
}
.content-box2 .title{
    font-size: 3.3rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 75px 0 45px;
}
.content-box2 .title .txt{
    position: relative;
    display: inline-block;
}
.content-box2 .title .txt:before{
    content: '';
    position: absolute;
    left: -25px;
    right: -25px;
    bottom: 3px;
    height: 28px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.4) 0%);
    opacity: 0.33;
    z-index: -1;
}
.content-box2 ul{
    margin-right: -95px;
}
.content-box2 ul li{
    color: #fff;
    margin-bottom: 40px;
}
.content-box2 ul li:last-child{
    margin-bottom: 0;
}
.content-box2 ul li .inner-box{
    display: flex;
    flex-wrap: wrap;
}
.content-box2 ul li h3{
    display: inline-block;
    width: 100%;
    color: #C09D65;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.46;
}
.content-box2 ul li .lg{
    font-size: 2rem;
    padding-bottom: 10px;
}
.content-box2 ul li.even{
    padding-right: 185px;
}
.content-box2 ul li.odd{
    padding-left: 185px;
}
.content-box2 ul li h3 .txt{
    background: #fff;
    display: inline-block;
    min-width: 325px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.content-box2 ul li.even h3 .txt{
    border-radius: 0 50vh 50vh 0;
    padding-left: 20px;
    padding-right: 45px;
}
.content-box2 ul li.odd h3 .txt{
    border-radius: 50vh 0 0 50vh;
    padding-left: 45px;
    padding-right: 20px;
}
.content-box2 ul li.odd h3{
    text-align: right;
}
.content-box2 ul li .img-box{
    width: 310px;
}
.content-box2 ul li .txt-box{
    flex: 1;
    padding-top: 10px;
}
.content-box2 ul li .img-box img{
    box-shadow: 0 0 30px #A07735;
}
.content-box2 ul li.even .img-box{
    padding-right: 50px;
}
.content-box2 ul li.odd .img-box{
    padding-left: 50px;
}
.content-box2 .bottom{
    text-align: center;
    color: #fff;
    padding-top: 85px;
    position: relative;
    z-index: 10;
}
.content-box2 .bottom .txt{
    padding: 0 20px 65px 20px;
    font-size: 3.3rem;
    font-weight: 600;
}
.content-box2 .bottom .img img{
    display: flex;
    width: 100%;
}
@media(max-width: 1100px){
    .content-box2:before{
        width: 90%;
    }
    .content-box2 ul{
        margin-right: 0px;
    }
    .content-box2 ul li.even{
        padding-right: 10%;
    }
    .content-box2 ul li.odd{
        padding-left: 10%;
    }
    .content-box2 ul li.even .img-box{
        padding-right: 40px;
    }
    .content-box2 ul li.odd .img-box{
        padding-left: 40px;
    }
}
@media(max-width: 860px){
    .content-box2:before{
        width: 90%;
    }
    .content-box2 ul li.even{
        padding-right: 8%;
    }
    .content-box2 ul li.odd{
        padding-left: 8%;
    }
}
@media(max-width: 640px){
    .content-box2:before{
        top: 7.9%;
        bottom: 0;
        width: 100%;
        background: url('../img/ic-bg1-sp.png') no-repeat;
        background-size: 100% auto;
    }
    .content-box2 .title{
        font-size: 2.7rem;
        padding: 35px 0 55px;
    }
    .content-box2 .title .txt::before {
        left: -15px;
        right: -15px;
        bottom: 0px;
        height: 24px;
    }
    .content-box2 ul li{
        margin-bottom: 45px;
    }
    .content-box2 ul li.even{
        padding-right: 0;
    }
    .content-box2 ul li.odd {
        padding-left: 0;
    }
    .content-box2 ul li h3{
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    .content-box2 ul li.odd .inner-box{
        flex-direction: column-reverse;
    }
    .content-box2 ul li .img-box{
        width: 100%;
        padding-bottom: 15px;
    }
    .content-box2 ul li .txt-box{
        width: 100%;
        flex: auto;
        font-size: 1.6rem;
    }
    .content-box2 ul li .txt-box .sm{
        font-size: 1.5rem;   
    }
    .content-box2 ul li .lg{
        font-size: 2.6rem;
        padding-top: 5px ;
    }
    .content-box2 ul li.even .img-box {
        padding-right: 0px;
    }
    .content-box2 ul li.odd .img-box{
        padding-left: 0;
    }
    .content-box2 ul li .img-box img{
        width: 100%;
    }
    .content-box2 .bottom{
        padding-top: 45px;
    }
    .content-box2 .bottom .txt{
        font-size: 2.5rem;
        line-height: 1.44;
        padding-bottom: 50px;
    }
    .content-box2 ul li h3 .txt{
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .content-box2 ul li.even h3 .txt{
        padding-left: 12px;
        padding-right: 15px;
    }
    .content-box2 ul li.odd h3 .txt{
        padding-left: 15px;
        padding-right: 12px;
    }
}
@media(max-width: 480px){
    .content-box2 ul li h3 .txt{
        min-width: auto;
        width: 100%;
    }
}
@media(max-width: 374px){
    .content-box2 .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-box2 .title{
        font-size: 2.4rem;
    }
    .content-box2 ul li h3{
        font-size: 2rem;
    }
    .content-box2 .bottom .txt{
        font-size: 2.3rem;
    }
}
/*
==============================================================
====================== End content-box2 ======================
==============================================================
*/
/*
==============================================================
========================= content-box3 =======================
==============================================================
*/
.content-box3{
    background: url('../img/bg1.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 0 90px;
    position: relative;
}
.content-box3 .container{
    padding-right: 25px;
}
.content-box3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -44px;
    margin-left: -115px;
    border-left: 115px solid transparent;
    border-right: 115px solid transparent;
    border-top: 44px solid #16253B;
}
.content-box3 .title{
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 55px;
}
.content-box3 .title .txt{
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.content-box3 .title .txt:before{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 12px;
    background-image: radial-gradient(circle, #fff 3px, rgba(255, 255, 255, 0) 0%);
    background-position: left center;
    background-size: 30px 6px;
    background-repeat: repeat-x;
}
.content-box3 .title .sp{
    display: none;
}
.content-box3 ul{
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.content-box3 ul li{
    padding: 0 20px;
}
.content-box3 ul li .img{
    margin-bottom: 40px;
}
.content-box3 ul li .img:last-child{
    margin-bottom: 0;
}
.content-box3 ul li .img img{
    width: 100%;
}
@media(max-width: 640px){
    .content-box3{
        padding: 60px 0 20px;
    }
    .content-box3::before {
        margin-left: -87px;
        border-left: 87px solid transparent;
        border-right: 87px solid transparent;
    }
    .content-box3 .title{
        font-size: 3.6rem;
        line-height: 1.66;
    }
    .content-box3 .title .pc{
        display: none;
    }
    .content-box3 .title .sp{
        display: block;
    }
    .content-box3 ul{
        flex-wrap: wrap;
        margin: 0;
    }
    .content-box3 ul li{
        width: 100%;
        padding: 0;
    }
    .content-box3 ul li .img {
        margin-bottom: 40px !important;
    }
}
@media(max-width: 480px){
    .content-box3 .container{
        padding-left: 0;
        padding-right: 0;
    }
}
/*
==============================================================
====================== End content-box3 ======================
==============================================================
*/
/*
==============================================================
========================= content-box4 =======================
==============================================================
*/
.content-box4{
    padding: 85px 0 55px;
}
.content-box4 .container{
    max-width: 895px;
}
.content-box4 .title{
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    color: rgb(0, 0, 0, 0.9);
    padding-bottom: 40px;
}
.content-box4 .title .txt{
    border-bottom: 5px solid #C09D65;
    padding: 0 20px 6px 20px;
}
.content-box4 .txt-box{
    font-size: 2.4rem;
    font-weight: 600;
    color: rgb(0, 0, 0, 0.9);
    position: relative;
    padding: 25px 40px 30px 40px;
}
.content-box4 .txt-box .l,
.content-box4 .txt-box .r{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #C09D65;
}
.content-box4 .txt-box .l{
    left: 0;
}
.content-box4 .txt-box .r{
    right: 0;
}
.content-box4 .txt-box .l:before,
.content-box4 .txt-box .l:after,
.content-box4 .txt-box .r:before,
.content-box4 .txt-box .r:after{
    content: '';
    position: absolute;
    height: 5px;
    width: 30px;
    background: #C09D65;
}
.content-box4 .txt-box .l:before{
    top: 0;
    left: 0;
}
.content-box4 .txt-box .l:after{
    bottom: 0;
    left: 0;
}
.content-box4 .txt-box .r:before{
    top: 0;
    right: 0;
}
.content-box4 .txt-box .r:after{
    bottom: 0;
    right: 0;
}
.content-box4 .txt-box .item{
    display: flex;
    margin-bottom: 20px;
    line-height: 1.5;
}
.content-box4 .txt-box .item:last-child{
    margin-bottom: 0;
}
.content-box4 .txt-box p{
    flex: 1;
}
.content-box4 .txt-box .txt{
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(192, 157, 101, 0.2) 0%);
}
.content-box4 .sm{
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    color: rgb(0, 0, 0, 0.9);
    padding: 35px 0 25px;
}
.content-box4 .lg{
    font-size: 4.4rem;
    font-weight: 600;
    text-align: center;
    color: #C09D65;
    line-height: 1.4;
}
@media(max-width: 860px){
    .content-box4 .txt-box {
        font-size: 2.2rem;
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-box4 .lg{
        font-size: 3.9rem;
    }
}
@media(max-width: 640px){
    .content-box4 .title{
        line-height: 1.9;
        padding-bottom: 60px;
    }
    .content-box4 .txt-box{
        padding: 45px 0 55px;
        line-height: 1.58;
    }
    .content-box4 .title .txt{
        padding: 0 0 2px 0;
    }
    .content-box4 .txt-box{
        font-size: 2.4rem;
    }
    .content-box4 .txt-box .item{
        line-height: 1.58;
        margin-bottom: 15px;
    }
    .content-box4 .txt-box .txt{
        background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(192, 157, 101, 0.2) 0%);
    }
    .content-box4 .txt-box .l,
    .content-box4 .txt-box .r{
        position: absolute;
        top: 0;
        bottom: unset;
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        background: #C09D65;
    }
    .content-box4 .txt-box .l{
        left: 0;
    }
    .content-box4 .txt-box .r{
        right: 0;
        top: unset;
        bottom: 0;
    }
    .content-box4 .txt-box .l:before,
    .content-box4 .txt-box .l:after,
    .content-box4 .txt-box .r:before,
    .content-box4 .txt-box .r:after{
        content: '';
        position: absolute;
        height: 30px;
        width: 5px;
        background: #C09D65;
    }
    .content-box4 .txt-box .l:before{
        top: 0;
        left: 0;
    }
    .content-box4 .txt-box .l:after{
        bottom: unset;
        left: unset;
        top: 0;
        right: 0;
    }
    .content-box4 .txt-box .r:before{
        top: unset;
        right: unset;
        left: 0;
        bottom: 0;
    }
    .content-box4 .txt-box .r:after{
        bottom: 0;
        right: 0;
    }
    .content-box4 .lg{
        font-size: 3.4rem;
        line-height: 1.53;
        margin: 0 -10px;
        padding-bottom: 40px;
    }
}
@media(max-width: 374px){
    .content-box4 .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-box4 .txt-box{
        font-size: 2.2rem;
    }
    .content-box4 .lg{
        font-size: 3rem;
    }
}
/*
==============================================================
====================== End content-box4 ======================
==============================================================
*/
/*
==============================================================
========================= content-box5 =======================
==============================================================
*/
.content-box5{
    background: #1B4871;
    padding: 100px 0 0px;
}
.content-box5 .title-box{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.content-box5 .title-box .inner{
    display: inline-block;
    position: relative;
}
.content-box5 .title-box .img-title{
    position: absolute;
    left: -155px;
    top: -40px;
    max-width: 129px;
}
.content-box5 .title{
    color: rgb(0, 0, 0, 0.9);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}
.content-box5 .title .txt{
    display: inline-block;
    background: #fff;
    border-radius: 50vh;
    padding: 3px 10px;
    min-width: 343px;
    position: relative;
}
.content-box5 .title .txt:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #fff;
}
.content-box5 .content-box{
    display: flex;
    padding: 0 35px 45px 35px;
}
.content-box5 .content-box .img{
    width: 60px;
}
.content-box5 .content-box .img img{
    width: 100%;
    height: 100%;
}
.content-box5 .content-box .txt-box{
    color: #fff;
    flex: 1;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
}
.content-box5 .content-box .txt-box .inner{
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}
.content-box5 .content-box .txt-box .item{
    display: flex;
    line-height: 1.5;
    margin-bottom: 20px;
}
.content-box5 .content-box .txt-box .item:last-child{
    margin-bottom: 0;
}
.content-box5 .content-box .txt-box p{
    flex: 1;
}
.content-box5 .content-box .txt-box .txt{
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(255, 255, 255, 0.15) 0%);
}
@media (max-width: 860px) {
    .content-box5 .content-box{
        padding-left: 0;
        padding-right: 0;
    }
    .content-box5 .content-box .txt-box {
        font-size: 2.2rem;
    }
}
@media (max-width: 767px) {
    .content-box5 .title-box .img-title{
        left: -145px;
    }
}
@media (max-width: 640px) {
    .content-box5 {
        padding: 70px 0 0;
    }
    .content-box5 .container{
        padding-left: 35px;
        padding-right: 35px;
    }
    .content-box5 .title{
        width: 100%;
    }
    .content-box5 .title-box .inner{
        width: 100%;
    }
    .content-box5 .title .txt{
        min-width: unset;
        width: 100%;
    }
    .content-box5 .title-box .img-title{
        left: -8px;
        top: 50px;
        z-index: 10;
    }
    .content-box5 .content-box{
        flex-wrap: wrap;
        padding-top: 70px;
    }
    .content-box5 .content-box .img{
        width: 100%;
    }
    .content-box5 .content-box .txt-box{
        flex: auto;
        line-height: 1.58;
        font-size: 2.4rem;
        padding: 25px 0;
    }
    .content-box5 .content-box .txt-box .item{
        margin-bottom: 15px;
    }
}
@media(max-width: 374px){
    .content-box5 .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-box5 .content-box .txt-box{
        font-size: 2.2rem;
    }
}
/*
==============================================================
====================== End content-box5 ======================
==============================================================
*/
/*
==============================================================
========================= content-box6 =======================
==============================================================
*/
.content-box6{
    background: #1B4871;
    padding-bottom: 90px;
}
.content-box6 .compare{
    background: #fff;
    border: 5px solid #A07735;
    padding: 20px 30px 30px 30px;
    position: relative;
}
.content-box6 .compare:before,
.content-box6 .compare:after{
    content: '';
    position: absolute;
    background: rgb(160, 119, 53, 0.22);
    z-index: -1;
}
.content-box6 .compare:before{
    right: -25px;
    top: 15px;
    bottom: -25px;
    width: 20px;
}
.content-box6 .compare:after{
    right: -5px;
    left: 15px;
    bottom: -25px;
    height: 20px;
}
.content-box6 .compare .desc{
    text-align: center;
    font-size: 2.8rem;
    color: rgb(0, 0, 0, 0.9);
    line-height: 1.5;
    padding-bottom: 35px;
    font-weight: 600;
}
.content-box6 table{
    width: 100%;
    border-collapse: collapse;
    position: relative;
}
.content-box6 table:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 2;
    background: #FF936A;
}
.content-box6 table th,
.content-box6 table td{
    color: rgb(0, 0, 0, 0.9);
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
    font-weight: 400;
}
.content-box6 table th{
    line-height: 1.28;
    background: #E5E5E5;
    border: 1px solid #FF936A;
}
.content-box6 table th:nth-child(2){
    position: relative;
}
.content-box6 table th:nth-child(2):before{
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -20px;
    bottom: -1px;
    background: #FF6505;
    z-index: 0;
    border-radius: 10px 10px 0 0;
}
.content-box6 table th .ft{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
.content-box6 table thead th:first-child{
    background: #FFF3ED;
}
.content-box6 table th .ft{
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}
.content-box6 table .ic{
    color: #FF4500;
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 3px;
}
.content-box6 table td p{
    line-height: 1.3;
}
.content-box6 table td{
    border-left: 1px solid #FF936A;
    border-right: 1px solid #FF936A;
    position: relative;
    line-height: 1.28;
}
.content-box6 table td:before{
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #FF6505;
    z-index: 1;
}
.content-box6 table tbody td:nth-child(1){
    background: #FFEDBA;
}
.content-box6 table tbody td:nth-child(1),
.content-box6 table tbody td:nth-child(2){
    position: relative;
}
.content-box6 table tbody td:nth-child(1):after,
.content-box6 table tbody td:nth-child(2):after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #FF6505;
    z-index: 10;
}
.content-box6 table tbody td:nth-child(1):after{
    right: -4px;
}
.content-box6 table tbody td:nth-child(2):after{
    right: 0;
}
.content-box6 table tbody tr:last-child td:nth-child(2):before{
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -4px;
    height: 4px;
    background: #FF6505;
}
@media(max-width: 640px){
    .content-box6{
        padding-top: 5px;
        padding-bottom: 60px;
    }
    .content-box6 .container{
        padding-left: 0;
        padding-right: 0;
    }
    .content-box6 .scroll-horizontal{
        overflow-x: scroll;
        display: block;
        width: 100%;
    }
    .content-box6 .compare{
        padding-top: 185px;
        position: unset;
        overflow: hidden;
        display: block;
        width: 900px;
    }
    .content-box6 .compare table{
        
    }
    .content-box6 .compare::before{
        right: 0;
        top: 0;
        bottom: 0;
        width: 0;
    }
    .content-box6 .compare::after {
        left: 0;
        right: 0;
        bottom: -20px;
    }
    .content-box6 .compare .desc{
        line-height: 1.42;
        font-size: 2.6rem;
        padding-top: 35px;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
    }
}
@media(max-width: 374px){
    .content-box6 .compare .desc{
        font-size: 2.2rem;
    }
}
/*
==============================================================
====================== End content-box6 ======================
==============================================================
*/
/*
==============================================================
========================= content-box7 =======================
==============================================================
*/
.content-box7{
    background: url('../img/bg-step.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 90px;
    position: relative;
}
.content-box7 .title{
    color: #C09D65;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 5px solid #C09D65;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 100px;
}
.content-box7 ul.steps{
    padding-bottom: 95px;
}
.content-box7 ul.steps li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}
.content-box7 ul.steps li:last-child{
    margin-bottom: 0;
}
.content-box7 ul.steps li .step{
    width: 150px;
    padding-right: 20px;
    position: relative;
    bottom: 23px;
}
.content-box7 ul.steps li .step img{
    max-width: 100%;
}
.content-box7 ul.steps li .icon{
    width: 121px;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.content-box7 ul.steps li.step1 .icon img{
    width: 105px;
}
.content-box7 ul.steps li.step2 .icon img{
    width: 105px;
}
.content-box7 ul.steps li.step3 .icon img{
    width: 114px;
}
.content-box7 ul.steps li.step4 .icon img{
    width: 114px;
}
.content-box7 ul.steps li.step5 .icon img{
    width: 121px;
}
.content-box7 ul.steps li .txt-box{
    flex: 1;
    padding-left: 25px;
    color: rgb(0, 0, 0, 0.9);
}
.content-box7 ul.steps li .txt-box h3{
    font-size: 2.8rem;
    font-weight: 600;
    color: #C09D65;
    line-height: 1.42;
    padding-bottom: 12px;
}
@media(max-width: 640px){
    .content-box7{
        background: url('../img/bg-step-sp.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0 60px;
    }
    .content-box7 .title{
        margin-bottom: 30px;
    }
    .content-box7 ul.steps li{
        margin-bottom: 55px;
    }
    .content-box7 ul.steps li .step,
    .content-box7 ul.steps li .icon{
        width: 100%;
    }
    .content-box7 ul.steps li .txt-box{
        flex: auto;
        padding-left: 0;
        font-size: 1.6rem;
        line-height: 2;
    }
    .content-box7 ul.steps li .step{
        text-align: center;
        padding-right: 0;
        bottom: 0;
        padding-bottom: 30px;
    }
    .content-box7 ul.steps li .step img{
        max-width: 132px;
    }
    .content-box7 ul.steps li .icon{
        justify-content: center;
        padding-bottom: 20px;
    }
    .content-box7 ul.steps li .txt-box h3{
        text-align: center;
        font-size: 2.8rem;
        padding-bottom: 15px;
        margin: 0 -10px;
    }
}
@media(max-width: 374px){
    .content-box7 .container{
        padding-left: 25px;
        padding-right: 25px;
    }
    .content-box7 ul.steps li .txt-box h3{
        font-size: 2.5rem;
    }
}
/*
==============================================================
====================== End content-box7 ======================
==============================================================
*/
/*
==============================================================
========================= content-box8 =======================
==============================================================
*/
.content-box8{
    background: #1B4871;
    padding-top: 100px;
    margin-bottom: 80px;
}
.content-box8 .title{
    color: rgb(0, 0, 0, 0.9);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.46;
}
.content-box8 .title .txt{
    display: inline-block;
    background: #fff;
    border-radius: 50vh;
    padding: 6px 40px;
    position: relative;
}
.content-box8 .title .txt:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #fff;
}
.content-box8 .img-top{
    padding: 5px 0;
}
.content-box8 .img-top img{
    display: flex;
    width: 100%;
}
.content-box8 .content{
    background: #fff;
    border: 5px solid #FFDB79;
    text-align: center;
    color: rgb(0, 0, 0, 0.9);
    padding: 30px 0 30px;
}
.content-box8 .content .inner{
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}
.content-box8 .content h3{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
.content-box8 .content .logo{
    text-align: center;
    padding: 30px 0 38px;
}
.content-box8 .content .logo img{
    max-width: 48.14%;
}
.content-box8 .content .view-more{
    padding-top: 30px;
    text-align: center;
}
.content-box8 .content .view-more a{
    color: inherit;
    font-size: 1.3rem;
    position: relative;
    transition: 0.2s;
}
.content-box8 .content .view-more a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 13px;
    bottom: 0;
    height: 1px;
    background: #000;
    transition: 0.2s;
}
.content-box8 .content .view-more a:hover{
    color: #C09D65;
}
.content-box8 .content .view-more a:hover:before{
    background: #C09D65;
}
.content-box8 .bottom {
    color: rgb(255,255,255,0.9);
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding: 50px 0 65px;
}
.content-box8 .bottom::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -50px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #1B4871;
}
.content-box8 .bottom h3{
    font-size: 3.6rem;
    color: #fff;
    line-height: 1.44;
    border-bottom: 5px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.content-box8 .bottom .icon{
    position: absolute;
    right: -110px;
    bottom: 30px;
}
.content-box8 .bottom .icon img{
    max-width: 293px;
}
@media(max-width: 1160px){
    .content-box8 .bottom .icon{
        position: unset;
        padding-top: 15px;
    }
}
@media(max-width: 640px){
    .content-box8{
        padding: 60px 0 0;
        margin-bottom: 90px;
    }
    .content-box8 .title{
        font-size: 2.7rem;
        line-height: 1.37;
    }
    .content-box8 .content{
        text-align: left;
    }
    .content-box8 .content .inner{
        font-size: 1.6rem;
    }
    .content-box8 .content .logo{
        padding: 20px 0 30px;
    }
    .content-box8 .content .logo img{
        max-width: 210px;
    }
    .content-box8 .title .txt{
        border-radius: 8px;
        padding: 13px 10px;
        width: 100%;
    }
    .content-box8 .img-top{
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .content-box8 .img-top img{
        max-width: 314px;
    }
    .content-box8 .content .view-more{
        padding-top: 20px;
    }
    .content-box8 .bottom{
        padding-bottom: 0;
    }
    .content-box8 .bottom h3{
        border-bottom-width: 4px;
    }
    .content-box8 .bottom .icon img{
        max-width: 265px;
    }
    .content-box8 .bottom .icon {
        padding-top: 0;
        position: relative;
        left: unset;
        right: unset;
        bottom: -15px;
      }
}
@media(max-width: 374px){
    .content-box8 .container{
        padding-left: 25px;
        padding-right: 25px;
    }
}
/*
==============================================================
====================== End content-box8 ======================
==============================================================
*/
/*
==============================================================
========================= content-box9 =======================
==============================================================
*/
.content-box9{
    background: #F2F2F2;
    padding: 50px 0 80px;
    margin-top: 60px;
}
.content-box9 .title{
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.46;
    color: #C09D65;
    padding-bottom: 5px;
    border-bottom: 5px solid #C09D65;
    text-align: center;
}
.content-box9 ul{
    padding-top: 85px;
}
.content-box9 ul li{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 50vh;
    color: rgb(0, 0, 0, 0.9);
    margin-bottom: 50px;
}
.content-box9 ul li:last-child{
    margin-bottom: 0;
}
.content-box9 ul li .img-box{
    width: 195px;
    display: flex;
    align-items: flex-end;
}
.content-box9 ul li .txt-box{
    flex: 1;
    position: relative;
    padding-bottom: 35px;
}
.content-box9 ul li.txt-right{
    padding-right: 100px;
}
.content-box9 ul li.txt-right .txt-box{
    padding-left: 5px;
}
.content-box9 ul li.txt-left{
    padding-left: 85px;
}
.content-box9 ul li.txt-left .txt-box{
    padding-right: 25px;
}
.content-box9 ul li h3,
.content-box9 ul li .top{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.42;
    color: #C09D65;
    padding-bottom: 7px;
}
.content-box9 ul li h3{
    padding-top: 27px;
    padding-bottom: 5px;
    margin-right: -200px;
}
.content-box9 ul li .top{
    position: absolute;
    left: 0;
    top: -24px;
    line-height: 1;
}
.content-box9 ul li .top .txt{
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    min-width: 120px;
    text-align: center;
}
.content-box9 ul li .top .txt:before,
.content-box9 ul li .top .txt:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 47px;
    width: 15px;
    background-size: 15px 47px !important;
    background-position: center !important;
}
.content-box9 ul li .top .txt:before{
    background: url('../img/ic2-left.png') no-repeat;
    left: 0;
}
.content-box9 ul li .top .txt:after{
    background: url('../img/ic2-right.png') no-repeat;
    right: 0;
}
.content-box9 ul li .detail{
    color: #C09D65;
    font-size: 1.3rem;
    text-align: right;
    padding-right: 8px;
    font-weight: 400;
}
.content-box9 ul li.full{
    display: inline-block;
    width: 100%;
    border-radius: 0 !important;
    padding: 30px;
    margin-bottom: 80px;
}
.content-box9 ul li.full h3{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.44;
    margin: 0;
    padding: 5px 0 20px;
}
.content-box9 ul li.full .content{
    background: #FFFDE5;
    padding: 30px 30px 25px 20px;
}
.content-box9 ul li.full .content img{
    width: 100%;
}
.content-box9 ul li.txt-right .img-box img{
    max-width: 150px;
    margin-left: 25px;
}
.content-box9 ul li.txt-left .img-box img{
    max-width: 132px;
    margin-left: 5px;
}
.content-box9 ul li:last-child h3{
    padding-bottom: 10px;
}
@media(max-width: 1200px){
    .content-box9 ul li h3{
        margin-right: -120px;
    }
}
@media(max-width: 960px){
    .content-box9 ul li h3{
        font-size: 2.5rem;
    }
}
@media(max-width: 860px){
    .content-box9 ul li h3{
        font-size: 2rem;
    }
}
@media(max-width: 767px){
    .content-box9 ul{
        padding-top: 60px;
    }
    .content-box9 ul li{
        padding: 50px 30px !important;
        border-bottom-left-radius: 15vw !important;
        border-bottom-right-radius: 15vw !important;
        border-top-left-radius: 15vw !important;
        border-top-right-radius: 15vw !important;
    }
    .content-box9 ul li.txt-right{
        flex-direction: column-reverse;
    }
    .content-box9 ul li .img-box{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .content-box9 ul li .txt-box{
        flex: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .content-box9 ul li .top{
        position: unset;
        text-align: center;
        width: 100%;
    }
    .content-box9 ul li.txt-right{
        padding-bottom: 30px !important;
    }
    .content-box9 ul li .img-box img{
        margin: 0 !important;
    }
    .content-box9 ul li.full{
        padding: 30px !important;
    }
    .content-box9 ul li h3{
        text-align: center;
        margin: 0 !important;
        padding-bottom: 20px;
    }
}
@media(max-width: 640px){
    .content-box9{
        padding-bottom: 30px;
    }
    .content-box9 ul li h3,
    .content-box9 ul li .top{
        font-size: 2.8rem;
    }
    .content-box9 ul li .txt-box{
        font-size: 1.6rem;
    }
    .content-box9 ul li .detail{
        padding-top: 10px;
    }
}
@media(max-width: 480px){
    .content-box9 .container{
        padding-left: 0;
        padding-right: 0;
    }
    .content-box9 .title{
        margin: 0 35px;
    }
    .content-box9 ul li{
        padding: 40px 30px !important;
        border-bottom-left-radius: 50vw !important;
        border-bottom-right-radius: 50vw !important;
        border-top-left-radius: 50vw !important;
        border-top-right-radius: 50vw !important;
        margin: 0 35px 30px 35px;
    }
    .content-box9 ul li .top{
        padding-bottom: 0;
    }
    .content-box9 ul li h3{
        margin:  0 -15px !important;
        padding: 30px 0 15px;
    }
    .content-box9 ul li.full{
        margin: 0 0 60px 0;
        padding-right: 0 !important;
    }
    .content-box9 .scroll-horizontal{
        overflow-x: scroll;
        display: block;
        width: 100%;
    }
    .content-box9 ul li.full .content{
        width: 884px;
        overflow: hidden;
        display: block;
    }
    .content-box9 ul li.full h3{
        padding-right: 10px;
        margin-right: 0 !important;
        margin-left: -20px !important;
    }
}
@media(max-width: 374px){
    .content-box9 .title{
        margin: 0 25px;
    }
    .content-box9 ul li{
        margin: 0 25px 30px 25px !important;
    }
    .content-box9 ul li h3{
        font-size: 2.5rem;
    }
    .content-box9 ul li.full h3{
        font-size: 1.5rem;
    }
    .content-box9 ul li{
        padding: 40px 20px !important;
    }
    .content-box9 ul li.full {
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
/*
==============================================================
====================== End content-box9 ======================
==============================================================
*/
/*
==============================================================
============================== faq ===========================
==============================================================
*/
.faq{
    padding: 60px 0 0;
}
.faq .container{
    max-width: 700px;
}
.faq .title{
    color: #C09D65;
    font-size: 3rem;
    line-height: 1.46;
    font-weight: 600;
    text-align: center;
    padding-bottom: 40px;
}
.faq ul li{
    margin-bottom: 20px;
}
.faq ul li:last-child{
    margin-bottom: 0;
}
.faq .q{
    display: flex;
    padding-bottom: 15px;
}
.faq .q .txt{
    flex: 1;
    padding-left: 10px;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.42;
}
.faq .num{
    color: #C09D65;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.46;
    position: relative;
    bottom: 5px;
}
.faq .a{
    color: rgb(0, 0, 0, 0.9);
}
.faq .desc{
    text-align: center;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.76;
    color: #C09D65;
    padding: 120px 0 40px;
}
@media(max-width: 640px){
    .faq{
        padding: 45px 0 0;
    }
    .faq .q{
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin: 0 -10px;
    }
    .faq .num{
        width: 100%;
        text-align: center;
        bottom: 0;
        padding-bottom: 10px;
    }
    .faq .q .txt{
        flex: auto;
        text-align: center;
        padding-left: 0;
    }
    .faq .a{
        font-size: 1.6rem;
    }
    .faq .desc{
        font-size: 3.4rem;
        line-height: 1.58;
        padding: 35px 0 0;
    }
    .contact-box.mt{
        position: relative;
        top: -20px;
    }
}
@media(max-width: 374px){
    .faq .container{
        padding-left: 25px;
        padding-right: 25px;
    }
    .faq .q .txt{
        font-size: 2.2rem;
    }
    .faq .desc{
        font-size: 3.2rem;
    }
}
/*
==============================================================
=========================== End faq ==========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer{
    padding: 115px 0 40px;
}
footer .container{
    max-width: 1158px;
}
footer .inner{
    border-top: 2px solid #C09D65;
    padding: 50px 0 0;
}
footer .logo{
    display: inline-block;
}
footer .logo img{
    width: 215px;
}
footer .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .items .item:first-child{
    width: 40%;
}
footer .items .item:last-child{
    width: 60%;
}
footer .nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .nav ul{
    padding: 0 10px;
}
footer .nav ul li{
    display: inline-block;
    width: 100%;
}
footer ul li a{
    display: block;
    color: #C09D65;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2;
    padding-bottom: 4px;
}
footer .nav ul:last-child{
    padding-right: 0;
}
footer ul li.inquiry a{
    background: #C09D65;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 22px 10px;
    width: 224px;
    transition: 0.2s;
}
footer ul li a:hover{
    opacity: 0.7;
}
footer ul li.inquiry a:hover{
    background: #1B4871;
    opacity: 1;
}
footer .copy-right{
    text-align: right;
    font-size: 0.9rem;
    padding-top: 30px;
}
@media(max-width: 960px){
    footer .items .item:first-child{
        width: 30%;
    }
    footer .items .item:last-child{
        width: 70%;
    }
}
@media(max-width: 860px){
    footer .nav{
        margin: 0 -10px;
    }
    footer .items .item:first-child{
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
    footer .items .item:last-child{
        width: 100%;
    }
    footer .nav ul:last-child{
        padding-right: 10px;
    }
}
@media(max-width: 640px){
    footer .container{
        padding-left: 25px;
        padding-right: 25px;
    }
    footer{
        padding-top: 70px;
    }
    footer .inner{
        padding-top: 40px;
    }
    footer .items .item{
        text-align: center;
    }
    footer .nav{
        margin: 0;
        display: inline-block;
        text-align: left;
    }
    footer .nav ul{
        width: 100%;
        padding: 0;
        margin-bottom: 35px;
        text-align: center;
    }
    footer .nav ul li{
        width: auto;
        text-align: left;
    }
    footer .nav ul:last-child {
        padding-right: 0px;
    }
    footer ul li a{
        font-size: 1.6rem;
        padding-bottom: 7px;
    }
    footer ul li.inquiry a{
        width: 300px;
    }
    footer .copy-right{
        text-align: center;
        font-size: 1.2rem;
        padding-top: 0px;
    }
}
@media(max-width: 374px){
    footer ul li.inquiry a {
        width: 260px;
    }
}
/*
==============================================================
=========================== End Footer =======================
==============================================================
*/