@charset "utf-8"; /* CSS Document */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*--------------------------------------
　Base
---------------------------------------*/
* {
    box-sizing: border-box;
}

img {
    -webkit-backface-visibility: hidden;
}

body {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5em;
    line-height: 2.1;
    color: #333333;
}

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

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    opacity: .7;
}

p a {
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

/* Micro clearfix */
/* For modern browsers */
.cf:before,.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1; }

.flImg {
    float: left;
}

.frImg {
    float: right;
}

h1,h2 {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
}

h3,h4,h5,h6 {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
}

.sttl {
    position: relative;
    margin: 0 0 12px;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.catch {
    position: relative;
    margin: 0 0 12px;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.fontS {
    font-size: 67%;
}

.fontL {
    font-size: 110%;
}

.fontBold {
    font-weight: 700;
}

.fontBl {
    color: #0079c0;
}

html {
    font-size: 62.5%;
}

/*------------
600px--common
------------*/
.sp, .sp_br {
    display: none!important;
}

.sp2 {
    display: none;
}

body {
    position: relative;
    width: 100%;
    min-width: 1000px;
}

.forTab {
    overflow: hidden;
}

a {
    transition: all .2s ease-in-out;
}

a:hover, a:hover img {
    opacity: 0.7;
}

.mainWrap h1 a, .mainWrap h2 a, .mainWrap h3 a, .mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a {
    text-decoration: none;
}

.areaInner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/*--------------------------------------
　body_PC
---------------------------------------*/
body {
    background: url("./img/mainvis.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    /* background-size: cover; */
    background-attachment: fixed;
    background-position: top center;
}

/*--------------------------------------
　Header_PC
---------------------------------------*/
#header {
    position: relative;
    z-index: 12;
    margin: 0 0 10px;
}

#header .txtArea {
    padding: 15px 30px 12px;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: center;
}

#header .txtArea a {
    color: #fff;
}

#header .spsName {
    font-size: 1.1rem;
    color: #fff;
}

#header .logo {
    margin: 0 0 30px;
}

#header .logoTxt {
    width: 260px;
    margin: 0 0 12px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: none;
}

#header .logoTxt .fontS {
    display: block;
    letter-spacing: 0;
    font-size: 1.4rem;
}

#header .logoImg {
    width: 130px;
    margin: auto;
}

/*--------------------------------------
　Pankuzu_PC
---------------------------------------*/
#pankuzuWrap {
    position: relative;
    width: 100%;
}

#pankuzu {
    padding: 8px 0 8px;
    font-size: 1.2rem;
    color: #fff;
}

#pankuzu a {
    text-decoration: underline;
    color: #fff;
}

/*--------------------------------------
　page-top_PC
---------------------------------------*/
#page-top {
    position: fixed;
    z-index: 101;
    bottom: 20px;
    right: 20px;
    width: 70px;
}

#page-top {
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
#page-top.active {
    opacity: 1;
    visibility: visible;
}

/*このクラスが付与されると停止する*/
#page-top.absolute {
}

/*--------------------------------------
　fixBan_PC
---------------------------------------*/
#fixBan {
    position: fixed;
    z-index: 102;
    bottom: 180px;
    padding: 1rem 0 4.2rem;
    right: -2px;
    width: 215px;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: solid 2px rgb(231 46 46 / 0.8);
}

/*このクラスが付与されると表示する*/
#fixBan.active {
    opacity: 1;
    visibility: visible;
}

/*このクラスが付与されると停止する*/
#fixBan.absolute {
}

#fixBan a {
    position: relative;
    display: block;
    margin: 0 0 50px;
}

#fixBan .catch {
    position: absolute;
    bottom: -10.5rem;
    padding: 20px 15px 30px;
    font-size: 2rem;
    color: #fff;
    background: rgb(231 46 46 / 0.8);
}

#fixBan a:hover img {
    opacity: 1;
}

#fixBan .catch2 {
    position: absolute;
    bottom: -11rem;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #fff;
    background: rgb(51 51 51);
    left: 40px;
    font-weight: bold;
}

#fixBan .catch2::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background: url(./img/arrow3_hz_wt.svg) 50% 50% no-repeat #f66262;
    background-size: 18px auto;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#sp_nav {
    display: none;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
/* ハンバーガーメニュー */
#gNav_pc #showRight2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

#gNav_pc button.active {
    background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
    position: fixed!important;
}

#gNav_pc button.active img {
    opacity: 0;
}

/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
    padding: 140px 0 0;
    background: #333333;
}

.cbp-spmenu #mainMenu2 {
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    position: relative;
    z-index: 1;
    overflow: auto;
    margin: 0 0;
    height: 100%;
}

.cbp-spmenu #mainMenu2::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */
}

.cbp-spmenu a {
    display: block;
    padding: 14px 20px 14px 4px;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
    color: #fff;
}

.cbp-spmenu .sttl {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.cbp-spmenu .sttl a {
    position: relative;
    background: url("./img/arrow_wt.svg") 96% 50% no-repeat;
    background-size: 8px auto;
}

.cbp-spmenu .sttl.tglMenu a {
    background: url("./img/arrow_wt_down.svg") 96.5% 50% no-repeat;
    background-size: 14px auto;
}

.cbp-spmenu .sttl.open a {
    background: url("./img/arrow_wt_up.svg") 96.5% 50% no-repeat;
    background-size: 14px auto;
}

.cbp-spmenu .home a {
    background: url("./img/arrow_wt.svg") 96% 50% no-repeat;
    background-size: 8px auto;
}

.cbp-spmenu li a {
    background: url("./img/arrow_wt.svg") 96% 50% no-repeat #474747;
    background-size: 8px auto;
    padding: 14px 14px 14px calc(14px + 1em);
    color: #fff;
}

.cbp-spmenu a:hover {
    opacity: 0.7;
}

.cbp-spmenu a:active {
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 500px;
    height: 100%;
    top: 0;
    z-index: -1;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #cccccc;
    padding: 14px 14px 14px;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
    opacity: 0;
    right: -500px;
    /*right: 0;*/
}

.cbp-spmenu-right.cbp-spmenu-open {
    opacity: 1;
    right: 0;
    z-index: 1000;
}

/* Transitions */
.cbp-spmenu, .cbp-spmenu-push {
    transition: all 0.5s ease;
}

#gNav_pc .accChild {
    display: none;
}

/*--------------------------------------
　mokuji_pc
---------------------------------------*/
.mokujiBox {
    position: absolute;
    top: 0;
    z-index: 16;
}

.p404mokuji {
    display: none;
}

#toc2 {
    padding: 10px 0 20px;
}

#toc2 ul {
    position: relative;
    margin: 0;
    padding: 0;
}

#toc2 ul li {
    position: relative;
    margin: 10px 0;
    padding: 0 0 1px 35px;
    text-align: left;
}

#toc2 ul li::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
}

#toc2 > ul > li {
    counter-increment: count;
}

#toc2 > ul > li::after {
    content: "0"counter(count);
    position: absolute;
    top: 12px;
    left: 0;
    transform: translate(0,-50%);
    color: #9fd2e9;
    font-size: 2.2rem;
    font-weight: 700;
}

#toc2 ul ul li {
    padding: 0 0 0 5rem;
}

#toc2 ul ul li::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3.5rem;
    width: 10px;
    height: 100%;
    background: url("./img/l_deco.svg") 0 6px no-repeat;
    background-size: 10px auto;
}

#toc2 li a {
    padding: 0;
    width: 0;
    background: none;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6;
}

#toc2 li a:last-child {
    padding: 4px 15px 5px 0;
    background: url(./img/arrow_wt.svg) 100% calc(50% + 1px) no-repeat;
    background-size: 8px auto;
}

#toc2 > ul > li a {
    font-size: 1.8rem;
}

#toc2 br {
    display: none;
}

/*--------------------------------------
　mokuji Nav
---------------------------------------*/
#showRight_mj {
    position: fixed;
    top: 52px;
    right: 0;
    z-index: 10001;
}

#showRight_mj.active {
    background: url(./img/mokuji_off.png) 0 0 no-repeat;
    position: fixed!important;
}

#showRight_mj.active img {
    opacity: 0;
}

/* General styles for all menus */
.cbp-spmenu_mj {
    position: fixed;
    background: #3e6797;
}

.cbp-spmenu_mj #toc2 {
    padding: 92px 50px 60px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    position: relative;
    z-index: 1;
    overflow: auto;
    margin: 0 0;
    height: 100%;
}

.cbp-spmenu_mj #toc2::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu_mj-vertical {
    width: 500px;
    height: 100%;
    top: 0;
    z-index: -1;
}

.cbp-spmenu_mj-vertical a {
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu_mj-right {
    opacity: 0;
    top: 52px;
    right: -500px;
    /*right: 0;*/
}

.cbp-spmenu_mj-right.cbp-spmenu_mj-open {
    opacity: 1;
    right: 0;
    z-index: 1000;
}

/* Transitions */
.cbp-spmenu_mj, .cbp-spmenu_mj-push {
    transition: all 0.5s ease;
}

/*--------------------------------------
　Main Contents_PC
---------------------------------------*/
#contents {
    position: relative;
    z-index: 14;
    width: 100%;
}

.mainWrap {
    position: relative;
    margin: 0 0 0;
    border-top: 12px solid #d89443;
    background: #fff;
    padding: 30px 0 100px;
    min-height: 500px;
}

.mainWrap::before {
    content: "";
    position: absolute;
    top: -11.6px;
    right: -100vw;
    width: 100vw;
    height: 100%;
    border-top: 12px solid #d89443;
    background: #fff;
}

.mainWrap::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -100px;
    width: 100px;
    height: 100%;
    border-top: 12px solid #d89443;
    background: #fff;
    z-index: -1;
}

.index {
    width: 100%;
    padding: 60px 0 56px;
}

.index a, .mainWrap a {
    display: block;
}

.index p a,.mainWrap p a, .index li a,.mainWrap li a, .index td a,.mainWrap td a {
    display: inline;
}

li a {
    display: inline;
    text-decoration: underline;
}

/*--------------------------------------
　Footer_PC
---------------------------------------*/
footer {
    position: relative;
    z-index: 15;
    margin: 0;
    width: 100%;
    background: #333333;
}

footer .footInner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 20px;
    text-align: center;
}

footer .logo {
    position: relative;
    z-index: 100;
    width: 208px;
    margin: 0 auto 50px;
}

footer .logoTxt {
    width: 208px;
    margin: 0 0 9px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

footer .logoTxt .fontS {
    display: block;
    letter-spacing: 0;
    font-size: 1.1rem;
}

footer .logoImg {
    width: 130px;
    margin: auto;
}

footer .footBox {
    position: relative;
    z-index: 9;
    margin: 0 0 30px;
    text-align: left;
}

.footBox .sttl {
    margin: 0 0 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #cccccc;
}

.footBox .sttl a {
    position: relative;
    display: block;
    padding: 4px 10px 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #fff;
}

footer .smap .sttl a {
    font-size: 18px;
    font-size: 1.8rem;
}

.footBox > ul {
    padding: 0 10px;
}

.footBox li {
    display: inline-block;
}

.footBox li ul {
}

.footBox li a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
}

.footBox li:after {
    content: "　/　";
    color: #fff;
}

.footBox li:last-child:after {
    content: "";
}

.footBox li.subCat {
}

.footBox li.subCat:after {
    content: "";
}

.footBox li.subCat > a {
}

.footBox li.subCat > a:after {
}

.footBox ul.subList {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footBox ul.subList > li:first-child::before {
    content: "";
    margin: 0 0 0 15px;
}

.footBox ul.subList li:after {
    content: " / ";
}

.footBox ul.subList li:last-child::after {
    content: "";
}

footer .noticeArea {
    padding: 10px 95px 4px;
}

footer .noticeArea p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
}

footer .noticeArea p:nth-child(1) {
    padding: 20px 5%;
}

footer .noticeArea .botPrg {
    padding: 16px 0 0;
}

footer .botArea {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 30px;
    color: #666;
}

footer .botArea .botInner {
}

footer .botArea .copy {
    /* padding: 0 0 30px; */
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
}

footer .botArea a {
    text-decoration: none;
    color: #fff;
}

/* ================== */
/*  PC共通パーツ　*/
/* ================== */
.h1Box {
    padding: 10px 0 0;
}

.h1Box h1 {
    padding: 90px 0 20px;
    background: url("./img/arrow3_org.svg") 0 0 no-repeat;
    background-size: 48px auto;
    font-size: 4.0rem;
}

.mainWrap h2 {
    position: relative;
    margin: 50px 0;
    padding: 30px 0 26px 64px;
    background: url("./img/check.svg") 15px 40px no-repeat;
    background-size: 36px auto;
    border-bottom: 2px solid #d89443;
    font-size: 3.6rem;
    color: #d89443;
}

.mainWrap h2 a {
    position: relative;
    display: block;
    padding: 0 50px 0 0;
    background: url("./img/arrow_box.svg") calc(100% - 10px) calc(50% + 4px) no-repeat;
    background-size: 36px auto;
    color: #d89443;
}

.mainWrap h2::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -100vw;
    width: 100vw;
    height: 2px;
    background: #d89443;
}

.mainWrap h2::after {
}

.mainWrap h3 {
    position: relative;
    margin: 40px 0 30px;
    padding: 16px 30px 18px;
    background: url("./img/eng_tt_wt.svg") calc(100% - 10px) -1px no-repeat #f5f5f5;
    background-size: auto 38px;
    font-size: 3.0rem;
}

.mainWrap h3 a {
    position: relative;
    display: block;
    padding: 0 50px 0 0;
    background: url("./img/arrow_box.svg") 100% calc(50% + 2px) no-repeat;
    background-size: 36px auto;
}

.mainWrap h3::before {
}

.mainWrap h3:after {
}

.mainWrap h4, .mainWrap h5, .mainWrap h6 {
    position: relative;
    margin: 20px 0 10px;
    padding: 18px 12px;
    border-bottom: 2px solid #cccccc;
    font-size: 2.0rem;
}

.mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a {
    position: relative;
    display: block;
    padding: 4px 40px 4px 0;
    background: url("./img/arrow_box.svg") 100% calc(50% + 2px) no-repeat;
    background-size: 30px auto;
    text-decoration: none;
}

.mainWrap h4 a::before, .mainWrap h5 a::before, .mainWrap h6 a::before {
}

.mainWrap h4:before, .mainWrap h5:before, .mainWrap h6:before {
}

.mainWrap ul, .index ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

.mainWrap ul li, .index ul li {
    position: relative;
    padding: 0 0 1px 22px;
}

.mainWrap ul li::before, .index ul li::before {
    position: absolute;
    content: "";
    background: #d89443;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 10px;
    left: 4px;
}

.mainWrap ol {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

.mainWrap ol li {
    padding: 0 0 1px 22px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

.mainWrap ol li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 12px;
    padding: 2px 0 2px;
    background: #d89443;
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.0;
    font-size: 1.2rem;
    font-family: Arial, Helvetica," sans-serif";
    font-weight: bold;
}

.mainWrap ol li:nth-child(-n + 9):before {
    content: counter(number);
}

.mainWrap ol li:nth-child(n + 10):before {
    content: counter(number);
}

.mainWrap p, .index p {
    margin: 15px 0;
    padding: 0 0;
    word-break: break-all;
    line-height: 2.1;
}

/*  btns*/
.btn-internal, .btn-web, .btn-tel {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.btn-internal a, .btn-web a, .btn-tel a {
    position: relative;
    display: inline-block!important;
    width: 300px;
    padding: 24px 20px 24px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
}

.btn-internal a {
    margin: 0 72px 0 0;
    background: #333333;
    color: #fff;
}

.btn-internal a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -72px;
    width: 70px;
    height: 100%;
    background: url("./img/arrow_wt.svg") 50% 50% no-repeat #1baae9;
    background-size: 7px auto;
}

.btn-internal a::after {
}

.btn-internal a:hover {
}

.btn-internal a:hover::after {
}

.btn-web {
}

.btn-web a {
    margin: 0 72px 0 0;
    background: #333333;
    color: #fff;
}

.btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -72px;
    width: 70px;
    height: 100%;
    background: url("./img/arrow3_hz_wt.svg") 50% 50% no-repeat #f66262;
    background-size: 18px auto;
}

.btn-web a::after {
}

.btn-web a:hover {
}

.btn-web a:hover::after {
}

.btn-tel {
    display: none;
}

.btn-tel a {
    margin: 0 72px 0 0;
    background: #333333;
    color: #fff;
}

.btn-tel a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -72px;
    width: 70px;
    height: 100%;
    background: url(./img/ico_tel.svg) 50% 50% no-repeat #64c241;
    background-size: 24px auto;
}

.btn-tel a::after {
}

.btn-tel a:hover {
}

.btn-tel a:hover::after {
}

.btn-link {
    margin: 20px 0;
    text-align: right;
}

.btn-link a {
    position: relative;
    display: inline-block;
    padding: 8px 36px 8px 0;
    background: url(./img/arrow_box.svg) 100% calc(50% + 1px) no-repeat;
    background-size: 30px auto;
    line-height: 1.5;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: right;
}

.btn-link a:hover {
    text-decoration: none;
}

.btn-link2 {
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
    width: 98%;
    margin: 60px auto;
}

table th {
    width: 22%;
    padding: 20px 16px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    line-height: 1.6;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    word-break: break-all;
}

table td {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 20px 16px;
    line-height: 1.6;
    word-break: break-all;
}

table a {
    text-decoration: underline;
}

/* ================== */
/*  PCカスタマイズ共通　*/
/* ================== */
.caption, .source {
    margin: 8px 0 0;
    padding: 0 0 4px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    color: #999;
    overflow: auto;
    /*white-space: nowrap;*/
    word-break: break-all;
    letter-spacing: 0;
}

.caption::-webkit-scrollbar {
    height: 3px;
}

.caption::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #eee;
}

.caption::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #aaa;
}

.caption a {
    display: inline;
    text-decoration: none;
    color: #999;
}

.marker {
}

.txt_bold {
    font-weight: 700;
    color: #d89443;
}

.txt_bold.ippo {
    color: #d89443;
    font-size: 2.4rem;
}

/* float-wrap */
.mainWrap .float-wrap {
    margin: 50px 0;
    padding: 0 20px;
}

.mainWrap .float-wrap .catch {
    margin: 0 0 12px;
}

.mainWrap .float-wrap .flame {
    position: relative;
}

.mainWrap .float-wrap img {
    width: auto;
}

.mainWrap .float-wrap p {
    margin: 0;
    padding: 0;
}

.mainWrap .float-wrap .fl {
    width: 320px;
    padding: 0 30px 20px 0;
    text-align: left;
}

.mainWrap .float-wrap .fr {
    width: 320px;
    padding: 0 0 20px 30px;
    text-align: left;
}

.mainWrap .float-wrap .ct {
    width: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

/* ================== */
/*  追加パーツ*/
/* ================== */
/* add_common_PC */
/* kyoryoku_PC */
.kyoryoku {
    position: relative;
    margin: 140px 0;
    padding: 70px 50px 60px;
    background: #f5f5f5;
}

.kyoryoku::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 72px;
    background: url("./img/arrow3_gr.svg") 50% 0 no-repeat;
    background-size: 48px auto;
}

.kyoryoku .ttlArea {
    display: grid;
    position: absolute;
    top: 28px;
    left: 0;
    width: 350px;
    padding: 20px 50px 10px 0;
    color: #fff;
    text-align: right;
}

.kyoryoku .ttlArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #d89443;
}

.kyoryoku .ttlArea::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d89443;
    mix-blend-mode: multiply;
}

.kyoryoku .ttlArea .inner {
    position: relative;
    z-index: 1;
}

.kyoryoku .ttlArea .sttl {
    font-size: 3.6rem;
}

.kyoryoku .ttlArea .sttl .fontS {
    font-size: 1.8rem;
}

.kyoryoku .ttlArea .flame {
    margin: 0 0 0 20px;
}

.kyoryoku .ttlArea .flame img {
}

.kyoryoku .ttlArea .botTxt {
    font-size: 1.8rem;
    font-weight: 700;
}

.kyoryoku .ttlArea .botTxt .fontL {
    font-size: 3.0rem;
}

.kyoryoku .cntArea {
    padding: 50px 50px 40px;
    background: url("./img/jp_jigyo.svg") 60% 10px no-repeat #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.kyoryoku .txtArea {
    padding: 0 0 0 380px;
}

.kyoryoku .txtArea .sttl {
    font-size: 3.0rem;
}

.kyoryoku .btn-web {
    padding: 20px 0 10px;
}

.kyoryoku .btn-web a {
    padding: 12px 20px 14px;
}

.kyoryoku .btn-internal {
    padding: 10px 0;
}

/* relBox_PC */
.relBox {
    position: relative;
    margin: 140px 0;
    padding: 25px 50px 30px;
    border-top: 8px solid #d89443;
    background: #f5f5f5;
}

.relBox .sttl {
    padding: 0 0 10px;
    font-size: 3.0rem;
}

.relBox .sttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: -82px;
    width: 70px;
    height: 50px;
    background: url("./img/arrow3_hz_gr.svg") 0 0 no-repeat;
    background-size: 70px auto;
}

.relBox ul {
    margin: 0;
    padding: 0;
}

.relBox li {
    margin: 12px 0;
    text-align: left;
}

.relBox ul li::before {
    top: 15px;
}

.relBox li a {
    display: block;
    font-size: 1.6rem;
    text-align: left;
}

.relBox li a:hover {
}

/* #sect08_PC */
#sect08 {
    position: relative;
    margin: 100px 0 200px;
    padding: 120px 0 0;
    width: 100%;
    width: 1000px;
    margin: 80px auto 60px;
}

#sect08::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 316px;
    width: 48px;
    height: 132px;
    background: url("./img/arrow6_gr.svg") 0 0 no-repeat;
    background-size: 48px auto;
}

#sect08::after {
    content: "";
    position: absolute;
    top: 77px;
    right: 550px;
    width: calc(50vw - 50px);
    height: 385px;
    background: url("./img/sct08_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

#sect08 .logo {
    position: absolute;
    z-index: 2;
    margin: -8px 0 0 245px;
}

#sect08 .logoTxt {
    width: 180px;
    margin: 43px 0px 12px;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

#sect08 .logoImg {
    width: 180px;
}

#sect08 .flame {
    position: absolute;
    z-index: 2;
    top: 218px;
    left: 95px;
    width: 398px;
}

#sect08 .mainArea {
    position: relative;
    padding: 40px 0 20px 530px;
    background: #f5f5f5;
}

#sect08 .mainArea::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: #f5f5f5;
}

#sect08 .mainArea::after {
    content: "";
    position: absolute;
    bottom: -52px;
    right: 15px;
    width: 473px;
    height: 55px;
    background: url("./img/eng_tt_gr.svg") 0 0 no-repeat;
}

#sect08 .catch {
    color: #d89443;
}

#sect08 .btn-web {
    padding: 20px 0 10px;
}

#sect08 .btn-internal {
    padding: 10px 0;
}

/* #sect07_PC */
#sect07 {
    position: relative;
    padding: 36px 0 0;
    width: 1000px;
    margin: 0 auto 130px;
}

#sect07 .headArea {
    margin: 0 0 130px;
}

#sect07 .ttlArea {
    position: relative;
    width: 610px;
    float: left;
}

#sect07 .ttlArea::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -36px;
    left: 0;
    width: 48px;
    height: 72px;
    background: url("./img/arrow3_gr.svg") 0 0 no-repeat;
    background-size: 48px auto;
}

#sect07 .ttlArea a {
    position: relative;
    padding: 40px 50px 50px 0;
    background: url("./img/arrow_box.svg") 100% 100% no-repeat #f5f5f5;
    background-size: 36px auto;
    display: block;
}

#sect07 .ttlArea a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #f5f5f5;
}

#sect07 .ttlArea .catch {
    font-size: 3.0rem;
    color: #d89443;
}

#sect07 .ttlArea .sttl {
    font-size: 5.0rem;
}

#sect07 .headArea p {
    width: 345px;
    float: right;
    margin: 40px 0 0;
}

#sect07 .box {
    position: relative;
    background: #f5f5f5;
}

#sect07 .box .sttl {
    font-size: 3.0rem;
    color: #fff;
}

#sect07 .box .liBox {
    padding: 5px 0 5px 35px;
    background: url(./img/check.svg) 2px 14px no-repeat;
    background-size: 30px auto;
    font-size: 2rem;
    font-weight: 700;
}

#sect07 .box .liBox a {
    text-decoration: underline;
    background: url(./img/arrow3_gr.svg) right 12px no-repeat;
    background-size: 12px auto;
    display: inline-block;
    padding-right: 1rem;
    width: 100%;
}


/* area1 */
#sect07 .area1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#sect07 .area1::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    margin: auto;
}

#sect07 .area1 .box {
    width: 50%;
}

#sect07 .area1 .box:first-child .sttl {
    padding: 25px 50px;
    background: url("./img/jp_kei.svg") 50% 0 no-repeat #066088;
    text-align: right;
}

#sect07 .area1 .box:first-child .sttl::before {
    content: "";
    position: absolute;
    top: -174px;
    left: -24px;
    width: 240px;
    height: 366px;
    background: url(./img/sct07_ill01.png) 0 0 no-repeat;
    background-size: 240px auto;
}

#sect07 .area1 .box:last-child .sttl {
    padding: 25px 50px;
    background: url("./img/jp_kou.svg") 50% 0 no-repeat #1c6401;
    text-align: left;
}

#sect07 .area1 .box:last-child .sttl::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -167px;
    right: -60px;
    width: 268px;
    height: 364px;
    background: url(./img/sct07_ill02.png) 0 0 no-repeat;
    background-size: 240px auto;
}

#sect07 .area1 .ulBox {
    padding: 50px 30px 60px;
}

#sect07 .area1 .box:first-child .liBox a {
    color: #066088;
}

#sect07 .area1 .box:last-child .liBox a {
    color: #1c6401;
}

/* area2 */
#sect07 .area2 .sttl {
    padding: 50px 50px;
    background: url("./img/jp_kyou.svg") 50% 0 no-repeat #d89443;
}

#sect07 .area2 .sttl::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -100px;
    right: 20px;
    width: 361px;
    height: 320px;
    background: url(./img/sct07_ill03.png) 0 0 no-repeat;
    background-size: 360px auto;
}

#sect07 .area2 .cntArea {
    display: flex;
    flex-wrap: wrap;
}

#sect07 .area2 .ulBox {
    width: 50%;
    padding: 50px 30px 60px;
    z-index: 1;
}

#sect07 .area2 .liBox a {
    color: #d89443;
}

/* area2 */
#sect07 .area3 {
    position: relative;
    padding: 100px 50px 40px;
    background: url("./img/jp_shi.svg") 96% 30px no-repeat #474747;
    color: #fff;
}

#sect07 .area3::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -36px;
    left: 50px;
    width: 48px;
    height: 72px;
    background: url(./img/arrow3_wt.svg) 0 0 no-repeat;
    background-size: 48px auto;
}

#sect07 .area3 .sttl {
    margin: 0px 0 15px;
    padding: 0 0 10px;
    font-size: 2rem;
}

#sect07 .area3 .sttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 710px;
    height: 2px;
    background: #fff;
}

#sect07 .area3 .sttl a {
    position: relative;
    display: inline-block;
    padding: 8px 45px 8px 0;
    background: url(./img/arrow_box.svg) 100% calc(50% + 2px) no-repeat;
    background-size: 36px auto;
    color: #fff;
}

#sect07 .area3 .btn-link a {
    color: #d89443;
}

#sect07 .area3 p {
    margin: 15px 50px;
    padding: 0 0;
    word-break: break-all;
    line-height: 2.1;
}

/* End_PC */
@media screen and (max-width: 480px) {
    /*------------
common--480px
------------*/html {
    }

    .mainWrap .catch, .mainWrap .sttl {
        font-size: 1.8rem;
    }

    #contents {
        position: relative;
        z-index: 0;
    }

    body {
        min-width: 320px;
        text-align: left;
        line-height: 2.0;
        word-break: break-all;
        overflow-x: hidden;
    }

    .sp, .sp_br {
        display: block!important;
    }

    .sp2 {
        display: block;
    }

    .pc, .pc_br {
        display: none!important;
    }

    img:not([width]) {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    a {
        text-decoration: none;
    }

    a:hover, a:hover img {
        opacity: 1;
    }

    .areaInner {
        width: auto;
        margin: 0;
    }

    .fontL {
        font-size: 125%;
    }

    /* notice 30px_4% */
    /*--------------------------------------
　body_SP
---------------------------------------*/
    body {
        background: url("./img/mainvis_sp.jpg") 0 0 no-repeat;
        background-size: 100% auto;
    }

    /*--------------------------------------
　Header_SP
---------------------------------------*/
    #header {
        position: relative;
        z-index: 12;
        padding: 0 0 90px;
        height: 295px;
    }

    #header::before {
        content: "";
        position: absolute;
        bottom: -19vw;
        left: auto;
        right: 0;
        width: calc(100% - 35px);
        height: 100px;
        border-top: 8px solid #d89443;
        background: #fff;
    }

    #header .txtArea {
        padding: 10px 11% 5px 11%;
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: center;
    }

    #header .txtArea a {
        color: #fff;
    }

    #header .spsName {
        font-size: 1.1rem;
        color: #fff;
    }

    #header .logo {
        width: 200px;
        margin: 0 auto 110px;
    }

    #header .logoTxt {
        width: 200px;
        margin: 0 0 6px;
        letter-spacing: 2px;
        line-height: 1.5;
        font-size: 1.1rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        display: none;
    }

    #header .logoTxt .fontS {
        display: block;
        letter-spacing: 0;
        font-size: 1.1rem;
    }

    #header .logoImg {
        width: 150px;
    }

    /*--------------------------------------
　page-top_SP
---------------------------------------*/
    #page-top {
        bottom: 27vw;
        right: 10px;
        width: 55px;
    }

    #page-top {
        transition: .3s;
        /*デフォルトで非表示にする*/
        opacity: 0;
        visibility: hidden;
    }

    /*このクラスが付与されると表示する*/
    #page-top.active {
        opacity: 1;
        visibility: visible;
    }

    /*このクラスが付与されると表示する*/
    #page-top.absolute {
    }

    /*--------------------------------------
　fixBan_SP
---------------------------------------*/
    #fixBan_sp {
        position: fixed;
        z-index: 102;
        bottom: 0;
        right: 0;
        transition: .3s;
        /*デフォルトで非表示にする*/
        opacity: 0;
        visibility: hidden;
        background: #fff;
    }

    /*このクラスが付与されると表示する*/
    #fixBan_sp.active {
        opacity: 1;
        visibility: visible;
        background: #fff;
        left: 0;
    }

    /*このクラスが付与されると表示する*/
    #fixBan_sp.absolute {
        /* right: 2rem; */
        /* left: auto; */
    }

    #fixBan_sp a {
        position: relative;
        display: block;
        width: 45%;
        float: left;
        padding: 1.5rem 1rem;
    }

    #fixBan_sp .catch {
        position: absolute;
        top: 0;
        padding: 4% 10% 12%;
        font-size: 5vw;
        color: #fff;
        line-height: 1.4;
        z-index: 0;
        width: 58vw;
        right: -122%;
        background: rgb(231 46 46 / 0.8);
    }

    #fixBan_sp a:hover img {
        opacity: 1;
    }


    #fixBan_sp .catch2 {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    font-size: 1.6rem;
    color: #fff;
    background: rgb(51 51 51);
    font-weight: bold;
    right: -48vw;
}

    #fixBan_sp .catch2::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background: url(./img/arrow3_hz_wt.svg) 50% 50% no-repeat #f66262;
    background-size: 18px auto;
}

















    
    /* ================== */
    /*  pankuzu_SP　*/
    /* ================== */
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
        margin: 0 4%;
        padding: 4px 0 1px;
        position: static;
        box-sizing: border-box;
        width: auto;
    }

    #pankuzuWrap::-webkit-scrollbar {
        height: 3px;
    }

    #pankuzuWrap::-webkit-scrollbar-track {
        border-radius: 3px;
        background: #ddd;
    }

    #pankuzuWrap::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #bbb;
    }

    #pankuzu {
        box-sizing: border-box;
        width: 100%;
        padding: 0.3em 0;
        font-size: 1.1rem;
        color: #fff;
    }

    #pankuzu a {
    }

    /*--------------------------------------
　Global Nav_SP
---------------------------------------*/
    /* ハンバーガーメニュー */
    #gNav #showRight {
        width: 41px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000;
    }

    #gNav button.active {
        background: url(./img/sp-btn-menu2_off.png) 0 0 no-repeat;
        background-size: 41px auto;
    }

    #gNav button.active img {
        opacity: 0;
    }

    /* General styles for all menus */
    .cbp-spmenu {
        position: fixed;
        padding: 50px 0 0;
        background: #333;
        /*overflow: auto;*/
    }

    .cbp-spmenu #mainMenu {
        overflow-y: scroll;
        -ms-overflow-style: none;
        /* IE, Edge 対応 */
        scrollbar-width: none;
        /* Firefox 対応 */
        position: relative;
        z-index: 1;
        overflow: auto;
        margin: 0 0;
        padding: 0 0 0;
        height: 100%;
        border-top: 1px solid #cccccc;
    }

    .cbp-spmenu #mainMenu::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari 対応 */
    }

    .cbp-spmenu a {
        display: block;
        padding: 14px 10% 14px;
        text-decoration: none;
        line-height: 1.3;
        font-size: 1.4rem;
    }

    .cbp-spmenu li a {
        padding: 16px 10% 16px;
    }

    .cbp-spmenu .sttl {
        margin: 0;
        font-size: 1.6rem;
    }

    .cbp-spmenu .sttl a {
        background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
        background-size: 8px auto;
    }

    .cbp-spmenu .sttl.tglMenu a {
        background: url(./img/arrow_wt_down.svg) 96.5% 50% no-repeat;
        background-size: 14px auto;
    }

    .cbp-spmenu .sttl.open a {
        background: url(./img/arrow_wt_up.svg) 96.5% 50% no-repeat;
        background-size: 14px auto;
    }

    .cbp-spmenu .home a {
        background: url("./img/arrow_wt.svg") 96% 50% no-repeat;
        background-size: 8px auto;
    }

    .cbp-spmenu li a {
        background: url(./img/arrow_wt.svg) 96% 50% no-repeat #474747;
        background-size: 8px auto;
        padding: 14px 10% 14px calc(5% + 1em);
    }

    .cbp-spmenu a:hover {
        opacity: 1;
        color: #fff;
    }

    .cbp-spmenu a:active {
    }

    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        /*width: calc(100% - 100px);*/
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
    }

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid #cccccc;
        padding: 16px 10% 16px 5%;
    }

    .cbp-spmenu-vertical .home a {
        border-bottom: 1px solid #cccccc;
    }

    .cbp-spmenu-vertical .smap .home a {
        border-top: none;
    }

    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-right {
        opacity: 0;
        right: -100%;
        /*right: -280px;*/
        /*right: 0;*/
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        opacity: 1;
        right: 0;
        z-index: 1000;
    }

    /* Transitions */
    .cbp-spmenu, .cbp-spmenu-push {
        transition: all 0.3s ease;
    }

    #gNav .accChild {
        display: none;
    }

    body.body-fix {
        overflow: hidden;
    }

    /*--------------------------------------
Main Contents_SP
---------------------------------------*/
    #contents {
        position: relative;
        overflow-x: hidden;
        z-index: 13;
        width: 100%;
        margin: -60px 0 0;
        padding: 40px 0 50px;
    }

    .mainWrap {
        position: relative;
        /* margin: 0 0 50px; */
        border-top: none;
        background: none;
        padding: 0 0 0;
        margin: 0 0 50px;
    }

    .mainWrap::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .mainWrap::after {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .index {
        overflow-x: hidden;
    }

    /* ================== */
    /*  footer_SP　*/
    /* ================== */
    footer {
        width: 100%;
        padding: 0 0 90px;
    }

    footer .footInner {
        width: auto;
        margin: 0;
        padding: 20px 0 20px;
    }

    footer .logo {
        width: 200px;
        margin: 0 auto 30px;
    }

    footer .logoTxt {
        width: 200px;
        margin: 0 0 6px;
        letter-spacing: 2px;
        line-height: 1.5;
        font-size: 1.0rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

    footer .logoTxt .fontS {
        display: block;
        letter-spacing: 0;
        font-size: 1.0rem;
    }

    footer .logoImg {
        width: 180px;
        margin: 0 auto;
    }

    footer a {
        line-height: 1.4;
        font-size: 1.3rem;
    }

    footer .footBox {
        margin: 0 0 0;
        /*z-index: 0;*/
    }

    .footBox:first-of-type {
        border-top: 1px solid #cccccc;
    }

    .footBox a {
        text-decoration: none;
    }

    .footBox a:hover {
        opacity: 1;
    }

    .footBox .sttl {
        margin: 0 ;
        padding: 0;
        border: none;
        background: none;
    }

    .footBox .sttl a {
        display: block;
        padding: 1.2em 7% 1.3em 4%;
        font-size: 1.4rem;
        background: url(./img/arrow_wt_down.svg) 96.5% 50% no-repeat;
        background-size: 14px auto;
        border-bottom: 1px solid #cccccc;
        text-align: left;
    }

    .footBox > ul {
        padding: 0;
    }

    .footBox li {
        display: block;
    }

    .footBox li:after {
        content: "";
    }

    .footBox li a {
        display: block;
        padding: 1.0em 7% 1.0em 10.5%;
        background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
        background-size: 8px auto;
        border-bottom: 1px solid #cccccc;
        text-align: left;
        font-size: 1.4rem;
    }

    .footBox li li a {
        padding: 1.0em 7% 1.0em 16.5%;
    }

    .footBox li a.ssttl {
        display: block;
        padding: 1.0em 7% 1.0em 4.5%;
        background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
        background-size: 8px auto;
        border-bottom: 1px solid #cccccc;
    }

    .footBox li.sp a {
        padding: 1.1em 7% 1.1em 4.5%;
    }

    /* サイトマップ */
    footer .smap .sttl a {
        background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
        background-size: 8px auto;
        font-size: 1.4rem;
    }

    .footBox.accordion .accChild {
        display: none;
        /*background: #d2ebee;*/
    }

    .footBox.accordion .accChild a {
        background: url(./img/arrow_wt.svg) 96% 50% no-repeat #474747;
        background-size: 8px auto;
        border-bottom: 1px solid #cccccc;
    }

    .footBox.accordion .open a {
        background: url(./img/arrow_wt_up.svg) 96.5% 50% no-repeat;
        background-size: 14px auto;
    }

    .footBox.accordion .open a.ssttl {
        background: url(./img/arrow_wt_down.svg) 96.5% 50% no-repeat;
        background-size: 14px auto;
    }

    .footBox ul.subList {
        display: block;
        margin: 0 0 0;
    }

    .footBox ul.subList > li:first-child::before {
        content: "";
        margin: 0;
    }

    .footBox ul.subList li:after {
        content: "";
    }

    footer .noticeArea {
        margin: 0 4%;
        padding: .5em 0 0;
    }

    footer .noticeArea p {
        font-size: 1.1rem;
        text-align: left;
    }

    footer .noticeArea p:nth-child(1) {
        padding: 12px 5%;
    }

    footer .noticeArea p.botPrg {
        margin: 0;
        padding: 0 0 0;
        text-align: center;
    }

    footer .botArea {
        width: auto;
        margin: 0 0;
        padding: 0 1% 20px;
        text-align: center;
    }

    footer .botArea .copy {
        padding: 0 5% 10px;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.6;
    }

    footer .botArea a {
        display: block;
        text-decoration: none;
        font-size: 1.1rem;
    }

    /* ================== */
    /*  SP共通パーツ　*/
    /* ================== */
    .h1Box {
        padding: 10px 0 0;
    }

    .h1Box h1 {
        margin: 0 5% 0 14%;
        padding: 45px 0 10px;
        background: url("./img/arrow3_org.svg") 0 0 no-repeat;
        background-size: 24px auto;
        font-size: 2.5rem;
    }

    .mainWrap h2 {
        position: relative;
        margin: 10px 5% 20px;
        padding: 20px 0 20px 9%;
        background: url("./img/check.svg") 0 22px no-repeat;
        background-size: 30px auto;
        border-bottom: 1px solid #d89443;
        color: #d89443;
        font-size: 2.3rem;
    }

    .mainWrap h2 a {
        position: relative;
        display: inline-block;
        padding: 0 12% 0 0;
        background: url("./img/arrow_box.svg") 98% calc(50% + 4px) no-repeat;
        background-size: 27px auto;
        color: #d89443;
    }

    .mainWrap h2::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: -5%;
        width: 5%;
        height: 1px;
        background: #d89443;
    }

    .mainWrap h2::after {
    }

    .mainWrap h3 {
        position: relative;
        margin: 30px 5%;
        padding: 12px 5% 14px;
        background: url("./img/eng_tt_wt.svg") calc(100% - 5px) -1px no-repeat #f5f5f5;
        background-size: auto 27px;
        font-size: 2.0rem;
    }

    .mainWrap h3 a {
        position: relative;
        display: block;
        padding: 2px 12% 2px 0;
        background: url("./img/arrow_box.svg") 100% calc(50% + 1px) no-repeat;
        background-size: 27px auto;
    }

    .mainWrap h3::before {
    }

    .mainWrap h3:after {
    }

    .mainWrap h4, .mainWrap h5, .mainWrap h6 {
        margin: 20px 4%;
        padding: 12px 1% 14px;
        border-bottom: 1px solid #cccccc;
        font-size: 1.7rem;
    }

    .mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a {
        padding: 2px 12% 2px 0;
        background: url("./img/arrow_box.svg") 98% calc(50% + 1px) no-repeat;
        background-size: 27px auto;
    }

    .mainWrap ul {
        margin: 1.5em 4% 1.5em;
        padding: 0.5em 1% 0;
    }

    .mainWrap ul li {
        padding: 0 0 0.2em 6%;
    }

    .mainWrap ul li::before {
        width: 1.1rem;
        height: 1.1rem;
        top: 12px;
        left: 2px;
    }

    .mainWrap ol {
        margin: 1.5em 4% 1.5em;
        padding: 0.5em 1% 0;
    }

    .mainWrap ol li {
        padding: 0 0 0.2em 7%;
    }

    .mainWrap ol li::before {
        width: 1.5rem;
        height: 1.7rem;
        top: 9px;
        left: 0;
        box-sizing: border-box;
        padding: 0.25em 0 0.3em;
        letter-spacing: 0;
        line-height: 1.0;
        font-size: 1.2rem;
    }

    .mainWrap p {
        margin: 1.2em 0;
        padding: 0 5%;
    }

    .mainWrap a {
    }

    /*  btns*/
    .btn-internal, .btn-web, .btn-tel, .btn-link {
        width: 85%;
        margin: 1.5em auto!important;
        padding: 0!important;
    }

    .btn-internal a, .btn-web a, .btn-tel a, .btn-link a {
        position: relative;
        display: block!important;
        width: auto;
        text-align: center;
        text-decoration: none;
        padding: 1.1em 12% 1.2em;
        font-size: 1.5rem;
    }

    .btn-internal a {
        margin: 0 57px 0 0;
        background: #333333;
        color: #fff;
    }

    .btn-internal a::before {
        content: "";
        position: absolute;
        top: 0;
        right: -57px;
        width: 55px;
        height: 100%;
        background: url("./img/arrow_wt.svg") 50% 50% no-repeat #1baae9;
        background-size: 8px auto;
    }

    .btn-internal a:hover {
        opacity: 1;
    }

    .btn-web a {
        margin: 0 57px 0 0;
        background: #333333;
        color: #fff;
    }

    .btn-web a::before {
        content: "";
        position: absolute;
        top: 0;
        right: -57px;
        width: 55px;
        height: 100%;
        background: url("./img/arrow3_hz_wt.svg") calc(50% + 1px) 50% no-repeat #f66262;
        background-size: 17px auto;
    }

    .btn-web a:hover {
        opacity: 1;
    }

    .btn-tel {
        display: block;
    }

    .btn-tel a {
        margin: 0 57px 0 0;
        background: #333333;
        color: #fff;
    }

    .btn-tel a::before {
        content: "";
        position: absolute;
        top: 0;
        right: -57px;
        width: 55px;
        height: 100%;
        background: url(./img/ico_tel.svg) 50% 50% no-repeat #64c241;
        background-size: 18px auto;
    }

    .btn-tel a:hover {
        opacity: 1;
    }

    .btn-link {
        margin: 20px 0;
        text-align: right;
    }

    .btn-link a {
        position: relative;
        display: inline-block;
        padding: 8px 10% 8px 0;
        background: url(./img/arrow_box.svg) 100% calc(50% + 1px) no-repeat;
        background-size: 22px auto;
        line-height: 1.5;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: right;
    }

    .btn-link a:hover {
        text-decoration: none;
    }

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    table {
        width: 88%;
        margin: 40px auto;
        border-bottom: 1px solid #dddddd;
    }

    table th {
        width: 100%;
        display: block;
        padding: 1.2em 5%;
        border-bottom: none;
        line-height: 1.3;
        text-align: center;
    }

    table td {
        width: 100%;
        display: block;
        padding: 1.0em 5%;
        border-bottom: none;
        line-height: 1.4;
        text-align: center;
    }

    /* ================== */
    /*  SPカスタマイズ共通　*/
    /* ================== */
    .caption, .source {
        margin: 0.6em 0 0;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
    }

    /*  float-wrap */
    .mainWrap .float-wrap .flame {
        position: relative;
    }

    .mainWrap .float-wrap {
        margin: 2.5em 6%;
        padding: 0 1%;
    }

    .mainWrap .float-wrap .catch {
        margin: 0.2em 0 0.4em;
        line-height: 1.7;
    }

    .mainWrap .float-wrap p {
        margin: 0;
        padding: 0;
    }

    .mainWrap .float-wrap .fl, .mainWrap .float-wrap .fr, .mainWrap .float-wrap .ct {
        float: none;
        padding: 0 0 0.5em;
        width: 100%;
        width: auto;
        text-align: left;
    }

    .mainWrap .float-wrap .fl.t_small {
        width: 40%;
        float: left;
        padding: 0 5% 0 0;
    }

    .mainWrap .float-wrap .fr.t_small {
        width: 40%;
        float: right;
        padding: 0 0 0 5%;
    }

    .mainWrap .float-wrap img {
    }

    /* ================== */
    /*  追加パーツ*/
    /* ================== */
    /* kyoryoku_SP */
    .kyoryoku {
        position: relative;
        margin: 70px 0;
        padding: 35px 5%;
        background: #f5f5f5;
    }

    .kyoryoku::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 36px;
        background: url("./img/arrow3_gr.svg") 10% 0 no-repeat;
        background-size: 24px auto;
    }

    .kyoryoku .ttlArea {
        display: grid;
        position: absolute;
        top: 20px;
        left: 0;
        width: calc(100% - 40px);
        padding: 20px 5% 10px 9%;
        color: #fff;
        text-align: left;
    }

    .kyoryoku .ttlArea::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .kyoryoku .ttlArea::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #d89443;
        mix-blend-mode: multiply;
    }

    .kyoryoku .ttlArea .inner {
        position: relative;
        z-index: 1;
    }

    .kyoryoku .ttlArea .sttl {
        font-size: 2.5rem;
    }

    .kyoryoku .ttlArea .sttl .fontS {
        font-size: 1.5rem;
    }

    .kyoryoku .ttlArea .flame {
        width: 230px;
        margin: 0;
    }

    .kyoryoku .ttlArea .flame img {
    }

    .kyoryoku .ttlArea .botTxt {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: right;
    }

    .kyoryoku .ttlArea .botTxt .fontL {
        font-size: 2.3rem;
    }

    .kyoryoku .cntArea {
        padding: 360px 5% 10px;
        background: url("./img/jp_jigyo.svg") 110% 280px no-repeat #fff;
        background-size: 203px auto;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    }

    .kyoryoku .txtArea {
        padding: 0 0 0;
    }

    .kyoryoku .txtArea .sttl {
        font-size: 2.3rem;
    }

    .kyoryoku .txtArea p {
        padding: 0;
    }

    .kyoryoku .btn-web {
        width: 95%;
        margin: 1.5em auto 1em!important;
    }

    .kyoryoku .btn-web a {
        padding: .4em 12% .6em;
    }

    .kyoryoku .btn-internal {
        width: 95%;
        margin: 1em auto!important;
    }

    .kyoryoku .btn-link {
        width: 100%;
        margin: 1em auto!important;
    }

    /* relBox_SP */
    .relBox {
        position: relative;
        margin: 70px 5%;
        padding: 12px 5% 15px;
        border-top: 6px solid #d89443;
        background: #f5f5f5;
    }

    .relBox .sttl {
        padding: 0 0 0 3%;
        font-size: 2.0rem;
    }

    .relBox .sttl::before {
        content: "";
        position: absolute;
        top: 2px;
        left: -35px;
        width: 40px;
        height: 24px;
        background: url("./img/arrow3_hz_gr.svg") 0 0 no-repeat;
        background-size: auto 24px;
    }

    .relBox ul {
        margin: 0;
        padding: 0;
    }

    .relBox li {
        width: auto;
        margin: .1em 0!important;
        padding: 0 0 0.2em 6%!important;
    }

    .relBox ul li::before {
        top: 15px;
    }

    .relBox li a {
        position: relative;
        background: none;
        padding: 6px 0 6px 0;
        font-size: 1.5rem;
        line-height: 1.7;
        text-align: justify;
    }

    .relBox li a::after {
        content: "";
        position: relative;
        display: inline-block;
        margin: 0 0 0 5px;
        width: 22px;
        height: 22px;
        background: url(./img/arrow_box.svg) 0 0 no-repeat;
        background-size: 22px auto;
        vertical-align: bottom;
    }

    .relBox li a:hover {
    }

    /* #sect08_SP */
    #sect08 {
        position: relative;
        margin: 50px 0 100px;
        padding: 80px 0 0;
        width: auto;
        margin: 0 0 15px;
    }

    #sect08::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: -58px;
        left: 25%;
        width: 49px;
        height: 140px;
        background: url("./img/arrow6_gr.svg") 0 0 no-repeat;
        background-size: 48px auto;
    }

    #sect08::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 45px;
        left: 0;
        right: auto;
        width: calc(100vw - 40px);
        height: 180px;
        background: url("./img/sct08_bg_sp.jpg") 0 0 no-repeat;
        background-size: cover;
    }

    #sect08 .logo {
        position: relative;
        z-index: 3;
        top: 0;
        left: 0;
        margin: 0 0 15px 9%;
    }

    #sect08 .logoTxt {
        width: 185px;
        margin: 0 0 12px;
        line-height: 1.5;
        font-size: 1.8rem;
        font-weight: 700;
    }

    #sect08 .logoImg {
        width: 185px;
    }

    #sect08 .flame {
        position: relative;
        z-index: 3;
        top: auto;
        left: auto;
        width: auto;
        margin: 0 5% 0 9%;
    }

    #sect08 .mainArea {
        position: relative;
        z-index: 0;
        margin: 0 0 0 5%;
        padding: 20px 5% 5px;
        background: #f5f5f5;
    }

    #sect08 .mainArea::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -100px;
        right: 0;
        width: 100%;
        height: 100px;
        background: #f5f5f5;
    }

    #sect08 .mainArea::after {
        content: "";
        position: absolute;
        bottom: -27px;
        right: 0;
        width: 237px;
        height: 28px;
        background: url("./img/eng_tt_gr.svg") 100% 0 no-repeat;
        background-size: auto 28px;
    }

    #sect08 .catch {
        color: #d89443;
    }

    #sect08 .mainArea p {
        padding: 0;
    }

    #sect08 .btn-web {
        width: 95%;
        margin: 1.5em auto 1em!important;
    }

    #sect08 .btn-internal {
        width: 95%;
        margin: 1em auto!important;
    }

    #sect08 .btn-link {
        width: 100%;
        margin: 1em auto!important;
    }

    /* #sect07_SP */
    #sect07 {
        position: relative;
        margin: 70px 0;
        padding: 18px 0 0;
        width: 100%;
    }

    #sect07 .headArea {
        margin: 0 0 65px;
    }

    #sect07 .ttlArea {
        position: relative;
        width: auto;
        float: none;
        margin: 0 5% 0 0;
    }

    #sect07 .ttlArea::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: -18px;
        left: 5%;
        width: 24px;
        height: 36px;
        background: url("./img/arrow3_gr.svg") 0 0 no-repeat;
        background-size: 24px auto;
    }

    #sect07 .ttlArea a {
        position: relative;
        padding: 30px 5% 30px;
        background: url("./img/arrow_box.svg") 100% 100% no-repeat #f5f5f5;
        background-size: 28px auto;
    }

    #sect07 .ttlArea a::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    #sect07 .ttlArea .catch {
        margin: 0 0 5px;
        font-size: 1.8rem;
        color: #d89443;
    }

    #sect07 .ttlArea .sttl {
        font-size: 2.8rem;
    }

    #sect07 .headArea p {
        width: auto;
        float: none;
        margin: 20px 20px 0;
    }

    #sect07 .box {
        position: relative;
        background: #f5f5f5;
    }

    #sect07 .box .sttl {
        font-size: 2.2rem;
        color: #fff;
    }

    #sect07 .box .liBox {
        padding: 5px 0 5px 10%;
        background: url(./img/check.svg) 2px 8px no-repeat;
        background-size: 24px auto;
        font-size: 1.8rem;
        font-weight: 700;
    }

    #sect07 .box .liBox a {
        line-height: 1.6;
        padding-right: 3rem;
        background-position: right 50%;
    }

    /* area1 */
    #sect07 .area1 {
        display: block;
    }

    #sect07 .area1::before {
        display: none;
    }

    #sect07 .area1 .box {
        width: auto;
    }

    #sect07 .area1 .box:first-child {
        margin: 0 5% 30px 0;
    }

    #sect07 .area1 .box:first-child .sttl {
        padding: 8px 5%;
        /* background: url("./img/jp_kei.svg") 50% 0 no-repeat #1baae9; */
        background-size: auto 75px;
        text-align: right;
    }

    #sect07 .area1 .box:first-child .sttl::before {
        content: "";
        position: absolute;
        top: -50px;
        left: 10px;
        width: 130px;
        height: 140px;
        background: url(./img/sct07_ill01.png) 0 0 no-repeat;
        background-size: auto 140px;
    }

    #sect07 .area1 .box:last-child {
        margin: 0 0 30px 5% ;
    }

    #sect07 .area1 .box:last-child .sttl {
        padding: 8px 5%;
        /* background: url("./img/jp_kou.svg") 50% 0 no-repeat #64c241; */
        background-size: auto 75px;
        text-align: left;
    }

    #sect07 .area1 .box:last-child .sttl::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -50px;
        right: -10px;
        width: 130px;
        height: 140px;
        background: url(./img/sct07_ill02.png) 0 0 no-repeat;
        background-size: auto 140px;
    }

    #sect07 .area1 .ulBox {
        padding: 5px 5% 20px;
    }

    #sect07 .area1 .box:first-child .liBox a {
        /* color: #1baae9; */
    }

    #sect07 .area1 .box:last-child .liBox a {
        /* color: #64c241; */
    }

    /* area2 */
    #sect07 .area2 .sttl {
        padding: 8px 5%;
        background: url("./img/jp_kyou.svg") 50% 0 no-repeat #d89443;
        background-size: auto 75px;
    }

    #sect07 .area2 .sttl::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -45px;
        right: -20px;
        width: 230px;
        height: 170px;
        background: url(./img/sct07_ill03.png) 0 0 no-repeat;
        background-size: auto 160px;
    }

    #sect07 .area2 .cntArea {
        display: block;
        padding: 0 0 40px;
    }

    #sect07 .area2 .ulBox {
        width: auto;
        padding: 5px 5% 0;
    }

    #sect07 .area2 .liBox a {
        color: #d89443;
    }

    /* area3 */
    #sect07 .area3 {
        position: relative;
        padding: 70px 5% 20px;
        background: url("./img/jp_shi.svg") 105% 90% no-repeat #474747;
        background-size: auto 120px;
        color: #fff;
    }

    #sect07 .area3::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: -18px;
        left: 5%;
        width: 24px;
        height: 36px;
        background: url(./img/arrow3_wt.svg) 0 0 no-repeat;
        background-size: 24px auto;
    }

    #sect07 .area3 .sttl {
        font-size: 1.8rem;
        margin: 50px 0 5px;
        padding: 0 0 15px;
    }

    #sect07 .area3 .sttl::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        height: 2px;
        background: #fff;
    }

    #sect07 .area3 .sttl a {
        position: relative;
        display: inline-block;
        padding: 8px 10% 8px 0;
        background: url(./img/arrow_box.svg) 100% calc(50% + 2px) no-repeat;
        background-size: 28px auto;
        color: #fff;
    }

    #sect07 .area3 p {
        padding: 0;
        margin: 15px 0;
    }

    /**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
    .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        /* Fix of Webkit flickering */
        z-index: 1;
    }

    .swiper-container-no-flexbox .swiper-slide {
        float: left;
    }

    .swiper-container-vertical > .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .swiper-container-android .swiper-slide, .swiper-wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .swiper-container-multirow > .swiper-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-container-free-mode > .swiper-wrapper {
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        margin: 0 auto;
    }

    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

    .swiper-invisible-blank-slide {
        visibility: hidden;
    }

    /* Auto Height */
    .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
        height: auto;
    }

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }

    /* 3D Effects */
    .swiper-container-3d {
        -webkit-perspective: 1200px;
        perspective: 1200px;
    }

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    /* IE10 Windows Phone 8 Fixes */
    .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

    .swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
        -ms-touch-action: pan-x;
        touch-action: pan-x;
    }

    .swiper-button-prev, .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        left: 10px;
        right: auto;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        right: 10px;
        left: auto;
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-lock {
        display: none;
    }

    .swiper-pagination {
        position: absolute;
        text-align: center;
        -webkit-transition: 300ms opacity;
        -o-transition: 300ms opacity;
        transition: 300ms opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    /* Common Styles */
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    /* Bullets */
    .swiper-pagination-bullets-dynamic {
        overflow: hidden;
        font-size: 0;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: 0.2;
    }

    button.swiper-pagination-bullet {
        border: none;
        margin: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #007aff;
    }

    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 10px;
        top: 50%;
        -webkit-transform: translate3d(0px, -50%, 0);
        transform: translate3d(0px, -50%, 0);
    }

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        display: inline-block;
        -webkit-transition: 200ms top, 200ms -webkit-transform;
        transition: 200ms top, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms top;
        transition: 200ms transform, 200ms top;
        transition: 200ms transform, 200ms top, 200ms -webkit-transform;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms left, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }

    .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms right, 200ms -webkit-transform;
        transition: 200ms right, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms right;
        transition: 200ms transform, 200ms right;
        transition: 200ms transform, 200ms right, 200ms -webkit-transform;
    }

    /* Progress */
    .swiper-pagination-progressbar {
        background: rgba(0, 0, 0, 0.25);
        position: absolute;
    }

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
    }

    .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
    }

    .swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

    .swiper-pagination-white .swiper-pagination-bullet-active {
        background: #ffffff;
    }

    .swiper-pagination-progressbar.swiper-pagination-white {
        background: rgba(255, 255, 255, 0.25);
    }

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #ffffff;
    }

    .swiper-pagination-black .swiper-pagination-bullet-active {
        background: #000000;
    }

    .swiper-pagination-progressbar.swiper-pagination-black {
        background: rgba(0, 0, 0, 0.25);
    }

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000000;
    }

    .swiper-pagination-lock {
        display: none;
    }

    /* Scrollbar */
    .swiper-scrollbar {
        border-radius: 10px;
        position: relative;
        -ms-touch-action: none;
        background: rgba(0, 0, 0, 0.1);
    }

    .swiper-container-horizontal > .swiper-scrollbar {
        position: absolute;
        left: 1%;
        bottom: 3px;
        z-index: 50;
        height: 5px;
        width: 98%;
    }

    .swiper-container-vertical > .swiper-scrollbar {
        position: absolute;
        right: 3px;
        top: 1%;
        z-index: 50;
        width: 5px;
        height: 98%;
    }

    .swiper-scrollbar-drag {
        height: 100%;
        width: 100%;
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        left: 0;
        top: 0;
    }

    .swiper-scrollbar-cursor-drag {
        cursor: move;
    }

    .swiper-scrollbar-lock {
        display: none;
    }

    .swiper-zoom-container {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .swiper-slide-zoomed {
        cursor: move;
    }

    /* Preloader */
    .swiper-lazy-preloader {
        width: 42px;
        height: 42px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -21px;
        margin-top: -21px;
        z-index: 10;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
        animation: swiper-preloader-spin 1s steps(12, end) infinite;
    }

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .swiper-lazy-preloader-white:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }

    @-webkit-keyframes swiper-preloader-spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes swiper-preloader-spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    /* a11y */
    .swiper-container .swiper-notification {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        z-index: -1000;
    }

    .swiper-container-fade.swiper-container-free-mode .swiper-slide {
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .swiper-container-fade .swiper-slide {
        pointer-events: none;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

    .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube {
        overflow: visible;
    }

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube .swiper-slide .swiper-slide {
        pointer-events: none;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

    .swiper-container-flip {
        overflow: visible;
    }

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

    .swiper-container-flip .swiper-slide .swiper-slide {
        pointer-events: none;
    }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-coverflow .swiper-wrapper {
        /* Windows 8 IE 10 fix */
        -ms-perspective: 1200px;
    }
}

/* End_SP */
