@charset "UTF-8";*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,select,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    background-repeat: no-repeat
}

html {
    overflow-x: hidden
}

body {
    line-height: 1
}

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

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

img {
    max-width: 100%;
    vertical-align: bottom
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

:focus {
    outline: none
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../font/Roboto/Roboto-Bold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'NotoSansJP-Regular';
    src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf");
    font-display: swap
}

@font-face {
    font-family: 'BarlowCondensed-Medium';
    src: url("../font/Barlow_Condensed/BarlowCondensed-Medium.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'BarlowCondensed-Bold';
    src: url("../font/Barlow_Condensed/BarlowCondensed-Bold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'BarlowCondensed-SemiBold';
    src: url("../font/Barlow_Condensed/BarlowCondensed-SemiBold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'BarlowCondensed-ExtraBold';
    src: url("../font/Barlow_Condensed/BarlowCondensed-ExtraBold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'BarlowCondensed-MediumItalic';
    src: url("../font/Barlow_Condensed/BarlowCondensed-MediumItalic.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'BarlowCondensed-LightItalic';
    src: url("../font/Barlow_Condensed/BarlowCondensed-LightItalic.ttf") format("truetype");
    font-display: swap
}

html.is-fixed {
    height: 100%;
    overflow: auto
}

html.is-fixed body {
    height: 100%;
    overflow: hidden
}

body {
    background-color: #ffffff;
    overflow-x: hidden
}

body,input,select,textarea {
    font-family: "Roboto-Regular", sans-serif;
    line-height: 1.8;
    font-size: 16px;
    width: 100%;
    color: #333333
}

@media screen and (max-width: 767px) {
    body,input,select,textarea {
        font-size:14px
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

a {
    color: #00ADB2;
    text-decoration: underline
}

a:hover {
    color: #EC6800;
    text-decoration: none
}

a.v-underline-none {
    text-decoration: none
}

a.v-underline-none:hover {
    text-decoration: underline
}

.cursor-pointer {
    cursor: pointer
}

.wrap {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.wrap.v-padding {
    padding: 0 80px
}

@media screen and (max-width: 767px) {
    .wrap.v-padding {
        padding:0 30px
    }
}

.wrap-l {
    max-width: 924px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-l {
        padding:0 30px
    }

    .wrap-l.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ml2 {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-ml2 {
        padding:0 30px
    }

    .wrap-ml2.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ml {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.wrap-ml.v-740 {
    max-width: 740px
}

@media screen and (max-width: 767px) {
    .wrap-ml {
        padding:0 30px
    }

    .wrap-ml.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-m {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-m {
        padding:0 30px
    }

    .wrap-m.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-s {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-s {
        padding:0 30px
    }

    .wrap-s.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ss {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-ss {
        padding:0 30px
    }

    .wrap-ss.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-sss {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-sss {
        padding:0 30px
    }

    .wrap-sss.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ssss {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-ssss {
        padding:0 30px
    }

    .wrap-ssss.v-pdg-sp-none {
        padding: 0
    }
}

.section {
    padding-top: 100px
}

@media screen and (max-width: 767px) {
    .section {
        padding-top:50px
    }

    .section.v-sp-top-s {
        padding-top: 30px
    }
}

.section-ss {
    padding-top: 30px
}

.section-s {
    padding-top: 60px
}

@media screen and (max-width: 767px) {
    .section-s {
        padding-top:50px
    }

    .section-s.v-sp-top-s {
        padding-top: 30px
    }
}

.section-ms {
    padding-top: 120px
}

@media screen and (max-width: 767px) {
    .section-ms {
        padding-top:80px
    }
}

.section-ms2 {
    padding-top: 170px
}

@media screen and (max-width: 767px) {
    .section-ms2 {
        padding-top:50px
    }
}

.section-m {
    padding-top: 220px
}

@media screen and (max-width: 767px) {
    .section-m {
        padding-top:80px
    }
}

.section-l {
    padding-top: 280px
}

@media screen and (max-width: 767px) {
    .section-l {
        padding-top:120px
    }
}

.main {
    padding: 100px 0 110px
}

.main.v-home {
    padding: 60px 0 110px
}

.main.v-top-small {
    padding: 50px 0 110px
}

@media screen and (max-width: 767px) {
    .main {
        padding:50px 0 55px
    }

    .main.v-home {
        padding: 50px 0 55px
    }

    .main.v-top-small {
        padding: 25px 0 60px
    }

    .main.v-search {
        padding: 0 0 55px
    }
}

.breadcrumbs {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 14px;
    line-height: 1
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px
}

.breadcrumbs ul li:before {
    content: '>';
    margin: 0 10px
}

.breadcrumbs ul li:first-child:before {
    display: none
}

.breadcrumbs ul li a {
    color: #333333;
    text-decoration: none
}

.breadcrumbs ul li a:hover {
    color: #EC6800
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        font-size:15px;
        line-height: 1.66
    }

    .breadcrumbs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 15px
    }

    .breadcrumbs ul li:before {
        margin: 0 5px
    }
}

#page-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 10000
}

@media screen and (max-width: 767px) {
    #page-top {
        width:60px;
        right: 15px
    }

    #page-top img {
        width: 100%
    }
}

html.is-fixed {
    height: 100%;
    overflow: auto
}

html.is-fixed body {
    height: 100%;
    overflow: hidden
}

body {
    background-color: #ffffff;
    overflow-x: hidden
}

body,input,select,textarea {
    font-family: "Roboto-Regular", sans-serif;
    line-height: 1.8;
    font-size: 16px;
    width: 100%;
    color: #333333
}

@media screen and (max-width: 767px) {
    body,input,select,textarea {
        font-size:14px
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

a {
    color: #00ADB2;
    text-decoration: underline
}

a:hover {
    color: #EC6800;
    text-decoration: none
}

a.v-underline-none {
    text-decoration: none
}

a.v-underline-none:hover {
    text-decoration: underline
}

.cursor-pointer {
    cursor: pointer
}

.wrap {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.wrap.v-padding {
    padding: 0 80px
}

@media screen and (max-width: 767px) {
    .wrap.v-padding {
        padding:0 30px
    }
}

.wrap-l {
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .wrap-l {
        padding:0 30px
    }

    .wrap-l.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ml2 {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-ml2 {
        padding:0 30px
    }

    .wrap-ml2.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ml {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.wrap-ml.v-740 {
    max-width: 740px
}

@media screen and (max-width: 767px) {
    .wrap-ml {
        padding:0 30px
    }

    .wrap-ml.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-m {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-m {
        padding:0 30px
    }

    .wrap-m.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-s {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-s {
        padding:0 30px
    }

    .wrap-s.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ss {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-ss {
        padding:0 30px
    }

    .wrap-ss.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-sss {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-sss {
        padding:0 30px
    }

    .wrap-sss.v-pdg-sp-none {
        padding: 0
    }
}

.wrap-ssss {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .wrap-ssss {
        padding:0 30px
    }

    .wrap-ssss.v-pdg-sp-none {
        padding: 0
    }
}

.section {
    padding-top: 100px
}

@media screen and (max-width: 767px) {
    .section {
        padding-top:50px
    }

    .section.v-sp-top-s {
        padding-top: 30px
    }
}

.section-ss {
    padding-top: 30px
}

.section-s {
    padding-top: 60px
}

@media screen and (max-width: 767px) {
    .section-s {
        padding-top:50px
    }

    .section-s.v-sp-top-s {
        padding-top: 30px
    }
}

.section-ms {
    padding-top: 120px
}

@media screen and (max-width: 767px) {
    .section-ms {
        padding-top:80px
    }
}

.section-ms2 {
    padding-top: 170px
}

@media screen and (max-width: 767px) {
    .section-ms2 {
        padding-top:50px
    }
}

.section-m {
    padding-top: 220px
}

@media screen and (max-width: 767px) {
    .section-m {
        padding-top:80px
    }
}

.section-l {
    padding-top: 280px
}

@media screen and (max-width: 767px) {
    .section-l {
        padding-top:120px
    }
}

.main {
    padding: 100px 0 110px
}

.main.v-home {
    padding: 60px 0 110px
}

.main.v-top-small {
    padding: 50px 0 110px
}

@media screen and (max-width: 767px) {
    .main {
        padding:50px 0 55px
    }

    .main.v-home {
        padding: 50px 0 55px
    }

    .main.v-top-small {
        padding: 25px 0 60px
    }

    .main.v-search {
        padding: 0 0 55px
    }
}

.breadcrumbs {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 14px;
    line-height: 1
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px
}

.breadcrumbs ul li:before {
    content: '>';
    margin: 0 10px
}

.breadcrumbs ul li:first-child:before {
    display: none
}

.breadcrumbs ul li a {
    color: #333333;
    text-decoration: none
}

.breadcrumbs ul li a:hover {
    color: #EC6800
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        font-size:15px;
        line-height: 1.66
    }

    .breadcrumbs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 15px
    }

    .breadcrumbs ul li:before {
        margin: 0 5px
    }
}

#page-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 10000
}

@media screen and (max-width: 767px) {
    #page-top {
        width:60px;
        right: 15px
    }

    #page-top img {
        width: 100%
    }
}

.txt-left {
    text-align: left!important
}

.txt-right {
    text-align: right!important
}

.txt-center {
    text-align: center!important
}

.txt-justify {
    text-align: justify!important
}

.vertical-top {
    vertical-align: top!important
}

.vertical-middle {
    vertical-align: middle!important
}

.vertical-bottom {
    vertical-align: bottom!important
}

.vertical-baseline {
    vertical-align: baseline!important
}

.vertical-text-bottom {
    vertical-align: text-bottom!important
}

.normal {
    font-weight: normal!important
}

.bold {
    font-weight: bold!important
}

.italic {
    font-style: italic
}

.oblique {
    font-style: oblique
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.nowrap {
    white-space: nowrap
}

.big {
    font-size: 1.20em
}

.small {
    font-size: 0.80em
}

@media screen and (max-width: 767px) {
    .txt-sp-center {
        text-align:center!important
    }
}

.mgn-t0 {
    margin-top: 0px!important
}

.mgn-t5 {
    margin-top: 5px!important
}

.mgn-t10 {
    margin-top: 10px!important
}

.mgn-t15 {
    margin-top: 15px!important
}

.mgn-t20 {
    margin-top: 20px!important
}

.mgn-t30 {
    margin-top: 30px!important
}

.mgn-t40 {
    margin-top: 40px!important
}

.mgn-t50 {
    margin-top: 50px!important
}

.mgn-t60 {
    margin-top: 60px!important
}

.mgn-t70 {
    margin-top: 70px!important
}

.mgn-t80 {
    margin-top: 80px!important
}

.mgn-t90 {
    margin-top: 90px!important
}

.mgn-t100 {
    margin-top: 100px!important
}

.mgn-t110 {
    margin-top: 110px!important
}

.mgn-t120 {
    margin-top: 120px!important
}

.mgn-t130 {
    margin-top: 130px!important
}

.mgn-t140 {
    margin-top: 140px!important
}

.mgn-t150 {
    margin-top: 150px!important
}

.mgn-t200 {
    margin-top: 200px!important
}

.mgn-t250 {
    margin-top: 250px!important
}

.mgn-b0 {
    margin-bottom: 0px!important
}

.mgn-b5 {
    margin-bottom: 5px!important
}

.mgn-b10 {
    margin-bottom: 10px!important
}

.mgn-b15 {
    margin-bottom: 15px!important
}

.mgn-b20 {
    margin-bottom: 20px!important
}

.mgn-b30 {
    margin-bottom: 30px!important
}

.mgn-b40 {
    margin-bottom: 40px!important
}

.mgn-b50 {
    margin-bottom: 50px!important
}

.mgn-b60 {
    margin-bottom: 60px!important
}

.mgn-b70 {
    margin-bottom: 70px!important
}

.mgn-b80 {
    margin-bottom: 80px!important
}

.mgn-b90 {
    margin-bottom: 90px!important
}

.mgn-b100 {
    margin-bottom: 100px!important
}

.mgn-b110 {
    margin-bottom: 110px!important
}

.mgn-b120 {
    margin-bottom: 120px!important
}

.mgn-b130 {
    margin-bottom: 130px!important
}

.mgn-b140 {
    margin-bottom: 140px!important
}

.mgn-b150 {
    margin-bottom: 150px!important
}

.mgn-b200 {
    margin-bottom: 200px!important
}

.mgn-b250 {
    margin-bottom: 250px!important
}

.mgn-l0 {
    margin-left: 0px!important
}

.mgn-l5 {
    margin-left: 5px!important
}

.mgn-l10 {
    margin-left: 10px!important
}

.mgn-l15 {
    margin-left: 15px!important
}

.mgn-l20 {
    margin-left: 20px!important
}

.mgn-l30 {
    margin-left: 30px!important
}

.mgn-l40 {
    margin-left: 40px!important
}

.mgn-l50 {
    margin-left: 50px!important
}

.mgn-l60 {
    margin-left: 60px!important
}

.mgn-l70 {
    margin-left: 70px!important
}

.mgn-l80 {
    margin-left: 80px!important
}

.mgn-l90 {
    margin-left: 90px!important
}

.mgn-l100 {
    margin-left: 100px!important
}

.mgn-l110 {
    margin-left: 110px!important
}

.mgn-l120 {
    margin-left: 120px!important
}

.mgn-l130 {
    margin-left: 130px!important
}

.mgn-l140 {
    margin-left: 140px!important
}

.mgn-l150 {
    margin-left: 150px!important
}

.mgn-l200 {
    margin-left: 200px!important
}

.mgn-l250 {
    margin-left: 250px!important
}

.mgn-r0 {
    margin-right: 0px!important
}

.mgn-r5 {
    margin-right: 5px!important
}

.mgn-r10 {
    margin-right: 10px!important
}

.mgn-r15 {
    margin-right: 15px!important
}

.mgn-r20 {
    margin-right: 20px!important
}

.mgn-r30 {
    margin-right: 30px!important
}

.mgn-r40 {
    margin-right: 40px!important
}

.mgn-r50 {
    margin-right: 50px!important
}

.mgn-r60 {
    margin-right: 60px!important
}

.mgn-r70 {
    margin-right: 70px!important
}

.mgn-r80 {
    margin-right: 80px!important
}

.mgn-r90 {
    margin-right: 90px!important
}

.mgn-r100 {
    margin-right: 100px!important
}

.mgn-r110 {
    margin-right: 110px!important
}

.mgn-r120 {
    margin-right: 120px!important
}

.mgn-r130 {
    margin-right: 130px!important
}

.mgn-r140 {
    margin-right: 140px!important
}

.mgn-r150 {
    margin-right: 150px!important
}

.mgn-r200 {
    margin-right: 200px!important
}

.mgn-r250 {
    margin-right: 250px!important
}

.pdg-t0 {
    padding-top: 0px!important
}

.pdg-t5 {
    padding-top: 5px!important
}

.pdg-t10 {
    padding-top: 10px!important
}

.pdg-t15 {
    padding-top: 15px!important
}

.pdg-t20 {
    padding-top: 20px!important
}

.pdg-t30 {
    padding-top: 30px!important
}

.pdg-t40 {
    padding-top: 40px!important
}

.pdg-t50 {
    padding-top: 50px!important
}

.pdg-t60 {
    padding-top: 60px!important
}

.pdg-t70 {
    padding-top: 70px!important
}

.pdg-t80 {
    padding-top: 80px!important
}

.pdg-t90 {
    padding-top: 90px!important
}

.pdg-t100 {
    padding-top: 100px!important
}

.pdg-t110 {
    padding-top: 110px!important
}

.pdg-t120 {
    padding-top: 120px!important
}

.pdg-t130 {
    padding-top: 130px!important
}

.pdg-t140 {
    padding-top: 140px!important
}

.pdg-t150 {
    padding-top: 150px!important
}

.pdg-t200 {
    padding-top: 200px!important
}

.pdg-t250 {
    padding-top: 250px!important
}

.pdg-b0 {
    padding-bottom: 0px!important
}

.pdg-b5 {
    padding-bottom: 5px!important
}

.pdg-b10 {
    padding-bottom: 10px!important
}

.pdg-b15 {
    padding-bottom: 15px!important
}

.pdg-b20 {
    padding-bottom: 20px!important
}

.pdg-b30 {
    padding-bottom: 30px!important
}

.pdg-b40 {
    padding-bottom: 40px!important
}

.pdg-b50 {
    padding-bottom: 50px!important
}

.pdg-b60 {
    padding-bottom: 60px!important
}

.pdg-b70 {
    padding-bottom: 70px!important
}

.pdg-b80 {
    padding-bottom: 80px!important
}

.pdg-b90 {
    padding-bottom: 90px!important
}

.pdg-b100 {
    padding-bottom: 100px!important
}

.pdg-b110 {
    padding-bottom: 110px!important
}

.pdg-b120 {
    padding-bottom: 120px!important
}

.pdg-b130 {
    padding-bottom: 130px!important
}

.pdg-b140 {
    padding-bottom: 140px!important
}

.pdg-b150 {
    padding-bottom: 150px!important
}

.pdg-b200 {
    padding-bottom: 200px!important
}

.pdg-b250 {
    padding-bottom: 250px!important
}

.pdg-l0 {
    padding-left: 0px!important
}

.pdg-l5 {
    padding-left: 5px!important
}

.pdg-l10 {
    padding-left: 10px!important
}

.pdg-l15 {
    padding-left: 15px!important
}

.pdg-l20 {
    padding-left: 20px!important
}

.pdg-l30 {
    padding-left: 30px!important
}

.pdg-l40 {
    padding-left: 40px!important
}

.pdg-l50 {
    padding-left: 50px!important
}

.pdg-l60 {
    padding-left: 60px!important
}

.pdg-l70 {
    padding-left: 70px!important
}

.pdg-l80 {
    padding-left: 80px!important
}

.pdg-l90 {
    padding-left: 90px!important
}

.pdg-l100 {
    padding-left: 100px!important
}

.pdg-l110 {
    padding-left: 110px!important
}

.pdg-l120 {
    padding-left: 120px!important
}

.pdg-l130 {
    padding-left: 130px!important
}

.pdg-l140 {
    padding-left: 140px!important
}

.pdg-l150 {
    padding-left: 150px!important
}

.pdg-l200 {
    padding-left: 200px!important
}

.pdg-l250 {
    padding-left: 250px!important
}

.pdg-r0 {
    padding-right: 0px!important
}

.pdg-r5 {
    padding-right: 5px!important
}

.pdg-r10 {
    padding-right: 10px!important
}

.pdg-r15 {
    padding-right: 15px!important
}

.pdg-r20 {
    padding-right: 20px!important
}

.pdg-r30 {
    padding-right: 30px!important
}

.pdg-r40 {
    padding-right: 40px!important
}

.pdg-r50 {
    padding-right: 50px!important
}

.pdg-r60 {
    padding-right: 60px!important
}

.pdg-r70 {
    padding-right: 70px!important
}

.pdg-r80 {
    padding-right: 80px!important
}

.pdg-r90 {
    padding-right: 90px!important
}

.pdg-r100 {
    padding-right: 100px!important
}

.pdg-r110 {
    padding-right: 110px!important
}

.pdg-r120 {
    padding-right: 120px!important
}

.pdg-r130 {
    padding-right: 130px!important
}

.pdg-r140 {
    padding-right: 140px!important
}

.pdg-r150 {
    padding-right: 150px!important
}

.pdg-r200 {
    padding-right: 200px!important
}

.pdg-r250 {
    padding-right: 250px!important
}

@media screen and (max-width: 767px) {
    .only-pc {
        display:none!important
    }

    .pdg-lr-sp-none {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .pdg-lr-sp-l {
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .margin-sp-s {
        margin-left: -15px!important;
        margin-right: -15px!important
    }

    .margin-sp-none {
        margin-left: -30px!important;
        margin-right: -30px!important
    }

    .margin-sp-zero {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .icon-sp-small {
        width: 20px!important
    }
}

@media screen and (min-width: 767px) {
    .only-sp {
        display:none!important
    }
}

.kv-bg-block .l-inner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    height: 450px;
    background-size: cover
}

.kv-bg-block .l-inner .e-heading {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 55px;
    color: #ffffff
}

.kv-bg-block.v-news-media .l-inner {
    background-image: url(../img/news-media-kv.webp)
}

.kv-bg-block.v-discover .l-inner {
    background-image: url(../img/discover-kv.webp)
}

.kv-bg-block.v-destinations .l-inner {
    background-image: url(../img/destinations-kv.webp)
}

.kv-bg-block.v-travel-inspiration .l-inner {
    background-image: url(../img/travel-inspiration-kv.webp)
}

.kv-bg-block.v-plan-your-trip .l-inner {
    background-image: url(../img/plan-your-trip-kv.webp)
}

@media screen and (max-width: 767px) {
    .kv-bg-block .l-inner {
        background-size:cover;
        height: 275px
    }

    .kv-bg-block .l-inner .e-heading {
        left: 30px;
        font-size: 37px
    }
}

.bg-blue-light,.kv-bg-block,.kv-img-block,.kv-sw-block {
    padding-top: 74px
}

@media screen and (max-width: 767px) {
    .bg-blue-light,.kv-bg-block,.kv-img-block,.kv-sw-block {
        padding-top:77px
    }
}

.kv-img-block .l-inner {
    position: relative;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto
}

.kv-img-block .l-inner img {
    height: 670px;
    -o-object-fit: cover;
    object-fit: cover
}

.kv-img-block .l-inner img.position-top {
    -o-object-position: center 5%;
    object-position: center 5%
}

.kv-img-block .l-inner .e-heading {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 55px;
    color: #ffffff;
    line-height: 1.27;
    max-width: 750px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1)
}

.kv-img-block .l-inner .e-caption {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    margin: 10px 0 0 50px;
    line-height: 1.25
}

.kv-img-block.v-height-small .l-inner img {
    height: 450px
}

@media screen and (max-width: 767px) {
    .kv-img-block .l-inner img {
        width:100%;
        height: 375px
    }

    .kv-img-block .l-inner .e-heading {
        left: 30px;
        font-size: 35px;
        padding-right: 20px
    }

    .kv-img-block .l-inner .e-caption {
        margin: 10px 15px 0 15px
    }

    .kv-img-block.v-height-small .l-inner img {
        height: 275px
    }
}

body:not(.home) .kv-text-block {
    padding-top: 77px
}

.kv-text-block .l-inner {
    background-color: #B7F0F4;
    border-radius: 6px;
    font-size: 55px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 260px;
    line-height: 1.27;
    padding: 30px 60px
}

@media screen and (max-width: 767px) {
    .kv-text-block .l-inner {
        font-size:35px;
        line-height: 1.14;
        padding: 15px;
        min-height: 220px
    }

    .kv-text-block .l-inner br {
        display: none
    }
}

.kv-sw-block .swiper-slide .e-img {
    background-color: #F0FBFF
}

.kv-sw-block .swiper-slide img {
    width: 100%;
    height: 600px;
    -o-object-fit: contain;
    object-fit: contain
}

.kv-sw-block .swiper-slide .e-text {
    margin: 5px 0 0 0;
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    line-height: 1.3
}

.kv-sw-block .kv-img-info {
    margin: 10px 0 0 0
}

@media screen and (max-width: 767px) {
    .kv-sw-block .swiper-slide img {
        width:100%;
        height: auto
    }

    .kv-sw-block .swiper-slide .e-text {
        margin: 5px 15px 0 15px
    }

    .kv-sw-block .kv-img-info {
        text-align: left;
        padding: 0 30px;
        margin: 10px 0 0 0
    }

    .kv-sw-block .kv-img-info dt {
        line-height: 1.25;
        margin: 0 -15px
    }

    .kv-sw-block .kv-img-info dd {
        margin: 10px 0 0 0
    }
}

.column2-right-sub-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.column2-right-sub-line>.e-main {
    width: 646px;
    padding: 0 46px 0 0
}

.column2-right-sub-line>.e-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.column2-right-sub-line>.e-sub:before {
    content: '';
    display: block;
    width: 4px;
    border-radius: 100px;
    background-color: #BCBCBC;
    margin-right: 27px
}

.column2-right-sub-line>.e-sub>.l-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 0 240px
}

.column2-right-sub-line>.e-sub>.l-inner>.m-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 30px;
    margin: 0 0 20px 0
}

@media screen and (max-width: 767px) {
    .column2-right-sub-line {
        display:block
    }

    .column2-right-sub-line>.e-main {
        width: 100%;
        padding: 0
    }

    .column2-right-sub-line>.e-sub {
        display: block;
        margin: 25px 0 0 0
    }

    .column2-right-sub-line>.e-sub:before {
        display: none
    }

    .column2-right-sub-line>.e-sub>.l-inner {
        padding: 0
    }

    .column2-right-sub-line>.e-sub>.l-inner>.m-heading {
        font-size: 27px;
        margin: 0 0 10px 0;
        text-align: center
    }

    .column2-right-sub-line>.e-sub>.l-inner .tag-list ul {
        text-align: center
    }
}

.img-stack-main {
    position: relative;
    margin: 205px 0 0 0
}

.img-stack-main .e-img {
    width: 620px;
    position: absolute;
    top: -205px;
    right: 0
}

.img-stack-main .e-img .m-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 45px;
    text-align: center
}

.img-stack-main .e-img .m-caption {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    margin: 5px 0 0 0;
    line-height: 1.25
}

.img-stack-main .e-text {
    background-color: #F0FBFF;
    border-radius: 0 6px 6px 0;
    padding: 100px 430px 100px 50px;
    margin: 0 210px 0 0
}

@media screen and (max-width: 767px) {
    .img-stack-main {
        margin:0
    }

    .img-stack-main .e-img {
        width: 100%;
        position: static;
        background-color: #F0FBFF
    }

    .img-stack-main .e-img .m-heading {
        font-size: 22px;
        text-align: center;
        background-color: #ffffff;
        padding: 0 0 10px 0
    }

    .img-stack-main .e-img .m-caption {
        padding: 0 15px
    }

    .img-stack-main .e-text {
        border-radius: 0;
        padding: 20px 30px;
        min-height: auto;
        margin: 0
    }
}

.img-stack-block {
    position: relative;
    font-size: 0
}

.img-stack-block .e-img {
    width: 600px
}

.img-stack-block .e-img img {
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover
}

.img-stack-block .e-img .m-caption {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    margin: 5px 0 0 0;
    line-height: 1.25;
    font-size: 16px
}

.img-stack-block .e-img .m-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 45px;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 30px 0
}

.img-stack-block .e-img.v-vertical {
    background-color: rgba(0, 173, 178, 0.1);
    text-align: center!important
}

.img-stack-block .e-img.v-vertical img {
    width: 330px;
    height: auto
}

.img-stack-block .e-text {
    background-color: #F0FBFF;
    border-radius: 6px;
    font-size: 16px
}

.img-stack-block .e-text>*+* {
    margin: 2em 0 0 0
}

.img-stack-block .e-text>*+.v-top-s {
    margin: 1em 0 2em 0
}

.img-stack-block .e-text .m-dl-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.img-stack-block .e-text .m-dl-img>dt {
    width: 180px;
    margin: 0 20px 0 0
}

.img-stack-block .e-text .m-dl-img>dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.img-stack-block .e-text .m-dl-img-02 {
    margin-left: -35px;
    margin-top: -30px
}

.img-stack-block .e-text .m-dl-img-02:after {
    content: "";
    display: block;
    clear: both
}

.img-stack-block .e-text .m-dl-img-02 dl {
    float: left;
    width: calc((100% - 105px) / 3);
    margin: 30px 0 0 35px
}

.img-stack-block .e-text .m-dl-img-02 dl dt {
    text-align: center
}

.img-stack-block .e-text .m-dl-img-02 dl .s-heading {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0 0 0
}

.img-stack-block .e-text .m-dl-img-02 dl .s-text {
    margin: 20px 0 0 0
}

.img-stack-block .e-text .external-link:after {
    vertical-align: baseline;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin: 0 6px
}

@media screen and (max-width: 767px) {
    .img-stack-block {
        margin:0
    }

    .img-stack-block .e-img {
        width: 100%;
        position: static
    }

    .img-stack-block .e-img img {
        width: 100%;
        height: 236px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .img-stack-block .e-img .m-caption {
        margin: 0;
        padding: 5px 15px 0;
        font-size: 14px
    }

    .img-stack-block .e-img .m-heading {
        font-size: 22px;
        text-align: center;
        margin: 0 0 20px 0
    }

    .img-stack-block .e-img.v-vertical {
        background: none
    }

    .img-stack-block .e-img.v-vertical img {
        width: 100%;
        height: auto
    }

    .img-stack-block .e-text {
        border-radius: 0;
        min-height: auto;
        font-size: 14px
    }

    .img-stack-block .e-text .m-dl-img {
        display: block
    }

    .img-stack-block .e-text .m-dl-img>dt {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .img-stack-block .e-text .m-dl-img>dd {
        margin: 20px 0 0 0
    }

    .img-stack-block .e-text .m-dl-img-02 {
        margin-left: 0;
        margin-top: 30px
    }

    .img-stack-block .e-text .m-dl-img-02 dl {
        width: 100%;
        float: none;
        margin: 0
    }

    .img-stack-block .e-text .m-dl-img-02 dl+dl {
        margin: 20px 0 0 0
    }

    .img-stack-block .e-text .m-dl-img-02 dl .s-heading {
        font-size: 18px;
        margin: 10px 0 0 0
    }

    .img-stack-block .e-text .m-dl-img-02 dl .s-text {
        margin: 10px 0 0 0
    }
}

.img-stack-block.v-center .e-img {
    margin-left: auto;
    margin-right: auto
}

.img-stack-block.v-center .e-text {
    padding: 180px 50px 60px 50px;
    margin: -150px 115px 0
}

.img-stack-block.v-center.v-no-img .e-text {
    padding: 60px 50px 60px 50px;
    margin: 0 115px
}

.img-stack-block.v-center.v-overlap+.v-overlap {
    margin-top: -50px
}

.img-stack-block.v-center.v-overlap .e-text {
    padding: 180px 50px 110px 50px
}

.img-stack-block.v-center.v-overlap.v-no-img .e-text {
    padding: 60px 50px 110px 50px
}

.img-stack-block.v-center.v-overlap:last-child .e-text {
    padding: 180px 50px 60px 50px
}

@media screen and (max-width: 767px) {
    .img-stack-block.v-center .e-text {
        padding:100px 30px 20px;
        margin: -80px 0 0 0
    }

    .img-stack-block.v-center.v-no-img .e-text {
        padding: 30px 20px;
        margin: 0
    }

    .img-stack-block.v-center.v-sp-img100 .e-img {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px)
    }

    .img-stack-block.v-center.v-overlap {
        margin: 0 -15px
    }

    .img-stack-block.v-center.v-overlap+.v-overlap {
        margin-top: 0
    }

    .img-stack-block.v-center.v-overlap .e-img {
        margin: 0 -30px;
        width: calc(100% + 60px)
    }

    .img-stack-block.v-center.v-overlap .e-img .m-caption {
        padding-left: 45px
    }

    .img-stack-block.v-center.v-overlap .e-text {
        padding: 100px 15px 30px
    }

    .img-stack-block.v-center.v-overlap.v-no-img .e-text {
        padding: 20px 15px 30px
    }

    .img-stack-block.v-center.v-overlap:last-child .e-text {
        padding: 100px 15px 30px
    }
}

.img-stack-block.v-center-02+.v-center-02 {
    margin-top: -30px
}

.img-stack-block.v-center-02 .e-img {
    margin-left: auto;
    margin-right: auto
}

.img-stack-block.v-center-02 .e-text {
    padding: 180px 50px 90px 50px;
    margin: -150px 115px 0
}

.img-stack-block.v-center-02.v-top-margin {
    margin-top: 60px
}

.img-stack-block.v-center-02.v-no-img .e-text {
    padding: 60px 50px 60px 50px;
    margin: 0 115px 0
}

@media screen and (max-width: 767px) {
    .img-stack-block.v-center-02 {
        margin:0 -30px 0
    }

    .img-stack-block.v-center-02+.v-center-02 {
        margin-top: 0
    }

    .img-stack-block.v-center-02 .e-img .m-caption {
        padding: 5px 15px 20px;
        margin: 0 15px
    }

    .img-stack-block.v-center-02 .e-img .swiper-slide .m-caption {
        background: none
    }

    .img-stack-block.v-center-02 .e-text {
        padding: 100px 15px 40px;
        margin: -100px 15px 0
    }

    .img-stack-block.v-center-02.v-no-img .e-text {
        padding: 15px 40px;
        margin: 0 15px 0
    }
}

.img-stack-block.v-left .e-img {
    margin-left: 30px
}

.img-stack-block.v-left .e-text {
    padding: 200px 50px 60px 50px;
    margin: -150px 115px 0
}

.img-stack-block.v-left.v-no-img .e-text {
    padding: 60px 50px 60px 50px;
    margin: 0 115px
}

.img-stack-block.v-left.v-overlap+.v-overlap {
    margin-top: -50px
}

.img-stack-block.v-left.v-overlap .e-text {
    padding: 200px 50px 110px 50px
}

.img-stack-block.v-left.v-overlap.v-no-img .e-text {
    padding: 60px 50px 110px 50px
}

.img-stack-block.v-left.v-overlap:last-child .e-text {
    padding: 200px 50px 60px 50px
}

@media screen and (max-width: 767px) {
    .img-stack-block.v-left .e-img {
        margin-left:0
    }

    .img-stack-block.v-left .e-text {
        padding: 100px 30px 20px;
        margin: -80px 0 0 0
    }

    .img-stack-block.v-left.v-no-img .e-text {
        padding: 30px 20px;
        margin: 0
    }

    .img-stack-block.v-left.v-overlap {
        margin: 0 -15px
    }

    .img-stack-block.v-left.v-overlap+.v-overlap {
        margin-top: 0
    }

    .img-stack-block.v-left.v-overlap .e-img {
        margin: 0 -30px;
        width: calc(100% + 60px)
    }

    .img-stack-block.v-left.v-overlap .e-img .m-caption {
        padding-left: 45px
    }

    .img-stack-block.v-left.v-overlap .e-text {
        padding: 100px 15px 30px
    }

    .img-stack-block.v-left.v-overlap.v-no-img .e-text {
        padding: 20px 15px 30px
    }

    .img-stack-block.v-left.v-overlap:last-child .e-text {
        padding: 100px 15px 30px
    }
}

.img-stack-block.v-left-02+.v-left-02 {
    margin-top: -30px
}

.img-stack-block.v-left-02 .e-text {
    padding: 180px 50px 90px 50px;
    margin: -150px 0 0 230px
}

.img-stack-block.v-left-02.v-no-text+.v-left-02 {
    margin-top: 60px
}

.img-stack-block.v-left-02.v-no-img .e-text {
    padding: 90px 50px 90px 50px;
    margin: 0 0 0 230px
}

@media screen and (max-width: 767px) {
    .img-stack-block.v-left-02 {
        margin:0 -30px 0
    }

    .img-stack-block.v-left-02+.v-left-02 {
        margin-top: -15px
    }

    .img-stack-block.v-left-02 .e-img {
        padding: 0 30px 0 0
    }

    .img-stack-block.v-left-02 .e-img .m-caption {
        margin: -50px -30px 0 30px;
        padding: 60px 30px 20px
    }

    .img-stack-block.v-left-02 .e-text {
        padding: 100px 30px 50px;
        margin: -100px 0 0 30px
    }

    .img-stack-block.v-left-02.v-no-text {
        margin: -15px -30px 0
    }

    .img-stack-block.v-left-02.v-no-text .e-img .m-caption {
        background: none
    }

    .img-stack-block.v-left-02.v-no-text+.v-left-02 {
        margin: 15px -30px 0
    }

    .img-stack-block.v-left-02.v-no-text+.v-no-text .e-img {
        margin: 0
    }

    .img-stack-block.v-left-02.v-no-img .e-text {
        padding: 50px 30px;
        margin: 0 0 0 30px
    }
}

.img-stack-block.v-right {
    text-align: right
}

.img-stack-block.v-right .e-img {
    display: inline-block;
    margin-right: 30px;
    text-align: left
}

.img-stack-block.v-right .e-text {
    padding: 200px 50px 60px 50px;
    margin: -150px 115px 0;
    text-align: left
}

.img-stack-block.v-right.v-no-img .e-text {
    padding: 60px 50px 60px 50px;
    margin: 0 115px
}

.img-stack-block.v-right.v-overlap+.v-overlap {
    margin-top: -50px
}

.img-stack-block.v-right.v-overlap .e-text {
    padding: 200px 50px 110px 50px
}

.img-stack-block.v-right.v-overlap.v-no-img .e-text {
    padding: 60px 50px 110px 50px
}

.img-stack-block.v-right.v-overlap:last-child .e-text {
    padding: 200px 50px 60px 50px
}

@media screen and (max-width: 767px) {
    .img-stack-block.v-right .e-img {
        margin-right:0
    }

    .img-stack-block.v-right .e-text {
        padding: 100px 30px 20px;
        margin: -80px 0 0 0
    }

    .img-stack-block.v-right.v-no-img .e-text {
        padding: 30px 20px;
        margin: 0
    }

    .img-stack-block.v-right.v-overlap {
        margin: 0 -15px
    }

    .img-stack-block.v-right.v-overlap+.v-overlap {
        margin-top: 0
    }

    .img-stack-block.v-right.v-overlap .e-img {
        margin: 0 -30px;
        width: calc(100% + 60px)
    }

    .img-stack-block.v-right.v-overlap .e-img .m-caption {
        padding-left: 45px
    }

    .img-stack-block.v-right.v-overlap .e-text {
        padding: 100px 15px 30px
    }

    .img-stack-block.v-right.v-overlap.v-no-img .e-text {
        padding: 20px 15px 30px
    }

    .img-stack-block.v-right.v-overlap:last-child .e-text {
        padding: 100px 15px 30px
    }
}

.img-stack-block.v-right-02 {
    text-align: right
}

.img-stack-block.v-right-02+.v-right-02 {
    margin-top: -30px
}

.img-stack-block.v-right-02 .e-img {
    display: inline-block;
    text-align: left
}

.img-stack-block.v-right-02 .e-text {
    padding: 180px 50px 90px 50px;
    margin: -150px 230px 0 0;
    text-align: left
}

.img-stack-block.v-right-02.v-no-text {
    min-height: auto;
    text-align: right
}

.img-stack-block.v-right-02.v-no-text .e-img {
    display: inline-block;
    position: static;
    text-align: left
}

.img-stack-block.v-right-02.v-no-text+.v-right-02 {
    margin: 60px 0 0 0
}

.img-stack-block.v-right-02.v-no-text+.v-no-text {
    margin: 0
}

.img-stack-block.v-right-02.v-no-text+.v-no-text .e-img {
    margin: 50px 0 0 0
}

.img-stack-block.v-right-02.v-no-img {
    margin: 0
}

.img-stack-block.v-right-02.v-no-img .e-text {
    padding: 90px 50px 90px 50px;
    margin: 0 230px 0 0
}

@media screen and (max-width: 767px) {
    .img-stack-block.v-right-02 {
        margin:0 -30px 0
    }

    .img-stack-block.v-right-02+.v-right-02 {
        margin-top: -15px
    }

    .img-stack-block.v-right-02 .e-img {
        padding: 0 0 0 30px
    }

    .img-stack-block.v-right-02 .e-img .m-caption {
        margin: -50px 30px 0 -30px;
        padding: 60px 30px 20px
    }

    .img-stack-block.v-right-02 .e-text {
        padding: 100px 30px 50px;
        margin: -100px 30px 0 0
    }

    .img-stack-block.v-right-02.v-no-text {
        margin: -15px -30px 0
    }

    .img-stack-block.v-right-02.v-no-text .e-img .m-caption {
        background: none
    }

    .img-stack-block.v-right-02.v-no-text+.v-right-02 {
        margin: 15px -30px 0
    }

    .img-stack-block.v-right-02.v-no-text+.v-no-text {
        margin: 0
    }

    .img-stack-block.v-right-02.v-no-text+.v-no-text .e-img {
        margin: 0
    }

    .img-stack-block.v-right-02.v-no-img {
        margin: 0 -30px
    }

    .img-stack-block.v-right-02.v-no-img .e-text {
        padding: 50px 30px;
        margin: 0 30px 0 0
    }

    .img-stack-block.v-right-02.v-swiper-caption .e-text {
        padding: 120px 30px 50px;
        margin: -100px 30px 0 0
    }

    .img-stack-block.v-right-02:first-child {
        margin: 0 -30px
    }
}

.img-stack-block-02 {
    position: relative;
    margin: 120px 0 0 0;
    padding: 0 50px;
    text-align: right
}

.img-stack-block-02 a {
    text-decoration: none;
    color: #333333;
    display: block
}

.img-stack-block-02 a:hover .btn-01>* {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

.img-stack-block-02 .e-img {
    width: 530px;
    position: absolute;
    top: -120px
}

.img-stack-block-02 .e-img:before {
    content: '';
    display: block;
    width: 350px;
    height: 330px;
    background-color: #F0FBFF;
    position: absolute;
    left: -50px;
    top: 50px;
    z-index: -1;
    border-radius: 6px
}

.img-stack-block-02 .e-text {
    display: inline-block;
    background-color: #F0FBFF;
    border-radius: 6px;
    width: 350px;
    text-align: left;
    padding: 35px 45px 50px 90px
}

.img-stack-block-02 .e-text .m-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 10px 0
}

.img-stack-block-02 .e-text .btn-01 {
    margin: 20px 0 0 0
}

.img-stack-block-02.v-right {
    margin: 180px 0 0 0;
    padding: 0 50px 0 0;
    text-align: left
}

.img-stack-block-02.v-right .e-img {
    top: -180px;
    right: 50px
}

.img-stack-block-02.v-right .e-img:before {
    top: 60px
}

@media screen and (max-width: 767px) {
    .img-stack-block-02 {
        margin:0;
        padding: 0
    }

    .img-stack-block-02 .e-img {
        width: 100%;
        position: static
    }

    .img-stack-block-02 .e-img:before {
        display: none
    }

    .img-stack-block-02 .e-text {
        display: block;
        background: none;
        width: 100%;
        padding: 0
    }

    .img-stack-block-02 .e-text .m-heading {
        font-size: 22px;
        margin: 10px 0 5px 0
    }

    .img-stack-block-02.v-right {
        margin: 0;
        padding: 0
    }
}

.margin-box-01 {
    margin-top: 15px!important
}

@media screen and (max-width: 767px) {
    .margin-box-01 {
        margin-top:10px!important
    }
}

.margin-box-02 {
    margin-top: 30px!important
}

@media screen and (max-width: 767px) {
    .margin-box-02 {
        margin-top:25px!important
    }

    .margin-box-02.v-sp-small {
        margin-top: 10px!important
    }
}

.margin-box-03 {
    margin: 60px 0 0 0!important
}

@media screen and (max-width: 767px) {
    .margin-box-03 {
        margin:25px 0 0 0!important
    }

    .margin-box-03.v-sp-normal {
        margin: 60px 0 0 0!important
    }
}

.img-layout-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.img-layout-01+.img-layout-01 {
    margin: 100px 0 0 0
}

.img-layout-01 .e-img,.img-layout-01 .e-img-02 {
    width: 180px;
    margin: 0 20px 0 0;
    text-align: center
}

.img-layout-01 .e-img-02 dd,.img-layout-01 .e-img dd {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 20px;
    margin: 10px 0 0 0;
    line-height: 1.33
}

.img-layout-01 .e-text,.img-layout-01 .e-text-02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.img-layout-01 .e-text-02 dt,.img-layout-01 .e-text dt {
    color: #E94709
}

.img-layout-01 .e-text-02 dt span,.img-layout-01 .e-text dt span {
    font-family: "Roboto-Bold", sans-serif
}

@media screen and (max-width: 767px) {
    .img-layout-01 {
        display:block
    }

    .img-layout-01+.img-layout-01 {
        margin: 50px 0 0 0
    }

    .img-layout-01 .e-img,.img-layout-01 .e-img-02 {
        width: 260px;
        margin: 0 auto;
        text-align: center
    }

    .img-layout-01 .e-img-02 dd,.img-layout-01 .e-img dd {
        font-size: 19px;
        margin: 5px 0 0 0
    }

    .img-layout-01 .e-text,.img-layout-01 .e-text-02 {
        margin: 20px 0 0 0
    }
}

.img-layout-02 {
    margin: 0 0 0 -37px
}

.img-layout-02 dl {
    float: left;
    width: calc((100% - 148px) / 4);
    margin: 0 0 0 37px
}

.img-layout-02 dl dd {
    line-height: 1.5;
    margin: 10px 0 0 0
}

@media screen and (max-width: 767px) {
    .img-layout-02 {
        margin:-20px 0 0 -20px
    }

    .img-layout-02 dl {
        float: left;
        width: calc((100% - 40px) / 2);
        margin: 20px 0 0 20px
    }

    .img-layout-02 dl dd {
        line-height: 1.5;
        margin: 10px 0 0 0
    }
}

.heading-img {
    text-align: center;
    margin: 0 0 40px 0
}

@media screen and (max-width: 767px) {
    .heading-img {
        margin:0 0 20px 0
    }

    .heading-img img {
        width: 115px
    }
}

.heading-01 {
    text-align: center;
    font-family: "BarlowCondensed-Bold", sans-serif;
    background-image: url(../img/deco-minsa-01.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0 0 0;
    font-size: 45px;
    margin: 0 0 20px 0
}

.heading-01.v-deco-none {
    background-image: none;
    padding: 0
}

@media screen and (max-width: 767px) {
    .heading-01 {
        background-size:45px auto;
        padding: 25px 0 0 0;
        font-size: 27px;
        margin: 0
    }

    .heading-01.v-sp-large {
        font-size: 30px
    }
}

.heading-02 {
    text-align: center;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 35px;
    margin: 0 0 20px 0;
    line-height: 1.3
}

.heading-02.v-left {
    text-align: left
}

.heading-02.v-bottom-l {
    margin: 0 0 50px 0
}

.heading-02.v-font-bce {
    font-family: "BarlowCondensed-ExtraBold", sans-serif
}

@media screen and (max-width: 767px) {
    .heading-02 {
        font-size:27px;
        margin: 0 0 10px 0
    }

    .heading-02.v-sp-small {
        font-size: 22px
    }

    .heading-02.v-bottom-l {
        margin: 0 0 20px 0
    }
}

.heading-03 {
    text-align: center;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 45px;
    margin: 0 0 20px 0;
    line-height: 1.1
}

.heading-03.v-bottom-l,.heading-03.v-bottom-l2,.heading-03.v-bottom-ll {
    margin: 0 0 50px 0
}

.heading-03.v-left {
    text-align: left
}

.heading-03.v-center {
    text-align: center
}

@media screen and (max-width: 767px) {
    .heading-03 {
        font-size:30px;
        margin: 0 0 10px 0
    }

    .heading-03.v-bottom-l {
        margin: 0 0 25px 0
    }

    .heading-03.v-bottom-l2 {
        margin: 0 0 60px 0
    }

    .heading-03.v-bottom-ll {
        margin: 0 0 75px 0
    }

    .heading-03.v-sp-small {
        font-size: 22px
    }

    .heading-03.v-sp-big {
        font-size: 35px
    }
}

.heading-04 {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 30px;
    line-height: 1.25
}

.heading-04.v-bottom-l {
    margin: 0 0 20px 0
}

@media screen and (max-width: 767px) {
    .heading-04 {
        font-size:17px;
        margin: 0 0 5px 0
    }

    .heading-04.v-sp-big {
        font-size: 20px
    }

    .heading-04.v-bottom-l {
        margin: 0 0 10px 0
    }
}

.heading-05 {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 55px;
    line-height: 1.1
}

.heading-05.v-center {
    text-align: center
}

.heading-05.v-margin-bottom {
    margin: 0 0 40px 0
}

.heading-05.v-margin-bottom-s {
    margin: 0 0 20px 0
}

.heading-05.v-margin-bottom-l {
    margin: 0 0 100px 0
}

.heading-05 .e-shoulder {
    color: #707070;
    font-size: 20px;
    margin: 0 0 20px 0;
    font-family: "Roboto-Bold", sans-serif
}

.heading-05 .e-text {
    font-size: 35px;
    letter-spacing: -0.015em;
    line-height: 1.3;
    margin: 20px 0 0 0
}

.heading-05 .e-text-span {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    margin: 0 0 0 20px
}

@media screen and (max-width: 767px) {
    .heading-05 {
        font-size:30px;
        margin: 0 0 10px 0
    }

    .heading-05.v-sp-big {
        font-size: 35px
    }

    .heading-05 .e-shoulder {
        font-size: 12px
    }

    .heading-05 .e-text {
        font-size: 20px;
        margin: 10px 0 0 0
    }

    .heading-05 .e-text-span {
        font-size: 14px
    }

    .heading-05.v-margin-bottom-l {
        margin: 0 0 50px 0
    }
}

.heading-06 {
    text-align: center;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 70px;
    margin: 0 0 100px 0;
    line-height: 1.3
}

.heading-06.v-bottom-small {
    margin: 0 0 50px 0
}

.heading-06 .e-text {
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .heading-06 {
        font-size:35px;
        margin: 0 0 50px 0
    }

    .heading-06.v-bottom-small {
        margin: 0 0 25px 0
    }

    .heading-06 .e-text {
        font-size: 15px
    }
}

.heading-07 {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 35px;
    line-height: 1.3;
    margin: 0 0 40px 0
}

.heading-07.v-bottom-small {
    margin: 0 0 20px 0
}

.heading-07.v-bottom-small-02 {
    margin: 0 0 10px 0
}

@media screen and (max-width: 767px) {
    .heading-07 {
        font-size:22px;
        margin: 0 0 20px 0
    }

    .heading-07.v-bottom-small,.heading-07.v-bottom-small-02 {
        margin: 0 0 10px 0
    }
}

.heading-08 {
    font-family: "BarlowCondensed-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 20px 0
}

@media screen and (max-width: 767px) {
    .heading-08 {
        font-size:17px
    }
}

.heading-09 {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 20px 0
}

@media screen and (max-width: 767px) {
    .heading-09 {
        font-size:25px
    }

    .heading-09 .e-icon {
        width: 40px
    }
}

.heading-10 {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0
}

@media screen and (max-width: 767px) {
    .heading-10 {
        font-size:17px
    }
}

.heading-11 {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 20px;
    margin: 20px 0;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .heading-11.v-sp-small {
        font-size:15px
    }
}

.heading-12 {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 30px;
    margin: 20px 0;
    line-height: 1.67
}

@media screen and (max-width: 767px) {
    .heading-12 {
        font-size:20px;
        line-height: 1.25
    }

    .heading-12.v-sp-small {
        font-size: 15px
    }
}

.heading-13 {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 45px;
    margin: 0 0 60px 0;
    line-height: 1.22
}

@media screen and (max-width: 767px) {
    .heading-13 {
        font-size:22px;
        margin: 0 0 30px 0
    }
}

.heading-14 {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 40px;
    margin: 0 0 10px 0;
    line-height: 1.22
}

.heading-15 {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 20px 0
}

@media screen and (max-width: 767px) {
    .heading-15 {
        font-size:20px
    }

    .heading-15 .e-icon {
        width: 40px
    }
}

.external-link:after {
    content: '';
    display: inline-block;
    background-image: url(../img/icon-external-link-color.svg);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px
}

@media screen and (max-width: 767px) {
    .external-link:after {
        background-size:9px 9px;
        width: 9px;
        height: 9px;
        margin: 0 10px 0 5px
    }
}

.announcement-block {
    border: 1px solid #EC6800;
    border-radius: 6px;
    padding: 15px 30px;
    margin: 50px 0 0 0
}

.announcement-block dt {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 19px;
    text-align: center;
    margin: 0 0 10px 0
}

.announcement-block.v-inline {
    display: inline-block;
    text-align: left;
    margin: 70px 0 0 0
}

@media screen and (max-width: 767px) {
    .announcement-block {
        border-radius:3px;
        padding: 10px 15px
    }

    .announcement-block dt {
        font-size: 16px;
        margin: 0 0 5px 0
    }

    .announcement-block.v-inline {
        display: block;
        margin: 40px 0 0 0
    }
}

.text-01 {
    color: #606060;
    font-size: 20px;
    font-family: "Roboto-Bold", sans-serif;
    text-align: center;
    margin: 40px 0
}

.text-01 img {
    vertical-align: middle;
    margin: 0 25px 0 0
}

@media screen and (max-width: 767px) {
    .text-01 {
        font-size:15px;
        margin: 30px 0
    }

    .text-01 img {
        margin: 0 10px 0 0;
        width: 20px
    }
}

.color-black {
    color: #333333!important
}

.caution-text {
    color: #ff0000;
    font-weight: bold;
    font-family: "Roboto-Bold", sans-serif
}

.caution-text-02 {
    color: #E94709
}

.border-radius-text {
    text-align: center
}

.border-radius-text div {
    font-family: "BarlowCondensed-Bold", sans-serif;
    line-height: 1;
    font-size: 40px;
    padding: 5px 40px;
    display: inline-block;
    border: 1px solid #00ADB2;
    border-radius: 100px
}

.border-radius-text div a {
    text-decoration: none;
    color: #333333
}

@media screen and (max-width: 767px) {
    .border-radius-text div {
        font-size:24px;
        padding: 5px 20px
    }
}

.font-bold {
    font-family: "Roboto-Bold", sans-serif
}

.font-bold-large {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .font-bold-large {
        font-size:18px
    }
}

.figure-style-01 {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    position: relative
}

.figure-style-01 figcaption {
    margin: 10px 0 0 0;
    line-height: 1.25
}

.figure-style-01.v-deco:before {
    content: '';
    display: block;
    background-color: #F0FBFF;
    width: 373px;
    height: 260px;
    border-radius: 6px;
    position: absolute;
    left: -45px;
    top: -42px;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .figure-style-01.v-sp-img-100 {
        margin-left:-30px;
        margin-right: -30px;
        width: calc(100% + 60px)
    }

    .figure-style-01.v-sp-img-100 figcaption {
        padding-left: 30px;
        padding-right: 30px
    }
}

.figure-style-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic
}

.figure-style-02 img {
    width: 436px;
    margin: 0 30px 0 0
}

.figure-style-02 figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0 0 0;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    .figure-style-02 {
        display:block;
        font-family: "BarlowCondensed-LightItalic", sans-serif;
        font-style: italic
    }

    .figure-style-02 img {
        width: 100%;
        margin: 0
    }
}

.figure-style-03 {
    text-align: center
}

.figure-style-03 img {
    width: 436px
}

@media screen and (max-width: 767px) {
    .figure-style-03 img {
        width:100%
    }
}

.btn-01 {
    text-align: center;
    margin: 50px 0 0 0
}

@media screen and (max-width: 767px) {
    .btn-01 {
        margin:25px 0 0 0
    }
}

.btn-01>* {
    font-family: "BarlowCondensed-Bold", sans-serif;
    line-height: 1;
    display: inline-block;
    border: 1px solid #00AEBB;
    border-radius: 100px;
    color: #00AEBB;
    background-color: #ffffff;
    font-size: 23px;
    padding: 10px 40px;
    text-decoration: none
}

.btn-01>:hover {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .btn-01>* {
        display:block;
        font-size: 14px;
        padding: 10px 20px
    }
}

@media screen and (max-width: 767px) {
    .btn-01.v-sp-attention>* {
        font-size:20px;
        padding: 10px 50px
    }
}

.btn-01.v-gray>* {
    font-size: 14px;
    border: none;
    background-color: #E4E4E4;
    color: #333333
}

@media screen and (max-width: 767px) {
    .btn-01.v-gray {
        text-align:center
    }

    .btn-01.v-gray>* {
        display: inline-block;
        font-size: 12px
    }
}

.btn-01.v-arrow-bottom>* {
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer
}

.btn-01.v-arrow-bottom>* img,.btn-01.v-arrow-bottom>* svg {
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 10px
}

.btn-01.v-arrow-bottom>:hover .st0 {
    fill: #ffffff
}

.btn-01.v-arrow-bottom>.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 767px) {
    .btn-01.v-arrow-bottom>* {
        font-size:12px;
        padding: 5px 15px;
        display: inline-block
    }
}

.btn-01.v-more {
    text-align: left;
    margin: 10px 0 0 0
}

.btn-01.v-more>* {
    font-size: 23px;
    font-family: "BarlowCondensed-SemiBold", sans-serif
}

@media screen and (max-width: 767px) {
    .btn-01.v-more {
        margin:15px 0 0 0
    }

    .btn-01.v-more>* {
        font-size: 20px;
        display: inline-block
    }
}

.btn-01.v-bg-none>* {
    background: none
}

.btn-01.v-googlemap {
    margin: 10px 0 0 0
}

.btn-01.v-googlemap>* {
    padding: 10px 5px 10px 15px;
    font-size: 18px;
    font-family: "BarlowCondensed-SemiBold", sans-serif;
    display: inline-block
}

.bg-blue-light {
    background-color: #F0FBFF
}

.bg-gray-block {
    background-color: #F5F5F5;
    padding: 80px 0
}

@media screen and (max-width: 767px) {
    .bg-gray-block {
        padding:25px 0
    }
}

.bg-blue-light-block {
    background-color: #F0FBFF;
    padding: 60px 0 70px
}

@media screen and (max-width: 767px) {
    .bg-blue-light-block {
        padding:40px 0
    }
}

.frame-block-01 {
    position: relative;
    border: solid 1px #00AEBB;
    border-radius: 6px;
    background-image: url(../img/deco-minsa-02.svg), url(../img/deco-minsa-03.svg), url(../img/deco-minsa-03.svg), url(../img/deco-minsa-02.svg);
    background-position: left 10px top 18px, right 10px top 18px, left 10px bottom 18px, right 10px bottom 18px;
    margin: 50px 8px 0;
    padding: 30px 40px 50px
}

.frame-block-01:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: -8px;
    left: -8px;
    border: solid 1px #00AEBB;
    z-index: -1;
    border-radius: 6px
}

@media screen and (max-width: 767px) {
    .frame-block-01 {
        border-radius:3px;
        background-position: left 5px top 10px, right 5px top 10px, left 5px bottom 10px, right 5px bottom 10px;
        background-size: 9px auto, 9px auto, 9px auto, 9px auto;
        margin: 25px 5px 0;
        padding: 20px 20px 25px
    }

    .frame-block-01:before {
        top: 5px;
        bottom: 5px;
        right: -5px;
        left: -5px;
        border-radius: 3px
    }
}

.frame-block-02 {
    border: 1px solid #EC6800;
    border-radius: 6px;
    margin: 50px 0 0 0
}

.frame-block-02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    margin: 0 0 0 -25px
}

.frame-block-02 ul li {
    margin: 0 0 0 25px
}

@media screen and (max-width: 767px) {
    .frame-block-02 {
        border-radius:3px;
        margin: 30px 0 0 0;
        padding: 10px 20px
    }

    .frame-block-02 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 18px;
        margin: 0
    }

    .frame-block-02 ul li {
        width: 50%;
        margin: 0
    }
}

.link-radius {
    background: #F0FBFF;
    border-radius: 6px
}

.link-radius div {
    background-color: #F0FBFF;
    background-image: url(../img/logo-white-02.svg);
    background-position: center center;
    border-radius: 4px
}

.is-active a .link-radius div,a:hover .link-radius div {
    opacity: 0.7
}

.link-radius img {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 360px
}

.is-active a .link-radius img,.link-radius .is-active a div,.link-radius .is-active a img,.link-radius a:hover>div,.link-radius a:hover img,a:hover .link-radius img {
    opacity: 0.7
}

.link-radius.v-h-auto img {
    height: auto
}

iframe.link-radius {
    background: none
}

@media screen and (max-width: 767px) {
    .link-radius {
        border-radius:3px
    }

    .link-radius div {
        border-radius: 2px;
        background-size: 20px auto
    }

    .link-radius img {
        border-radius: 3px;
        height: 165px
    }

    .radius-sp-none {
        border-radius: 0
    }

    .radius-sp-none img {
        border-radius: 0
    }
}

.link-block-01 {
    margin: 50px 0 0 0
}

.link-block-01 ul {
    margin: -20px 0 0 -18px
}

.link-block-01 ul li {
    float: left;
    width: calc((100% - 54px) / 3);
    margin: 20px 0 0 18px
}

.link-block-01 ul li a {
    display: block;
    position: relative;
    color: #ffffff
}

.link-block-01 ul li a .e-text {
    position: absolute;
    left: 15px;
    bottom: 5px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 28px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.link-block-01 ul li a .e-text-02 {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 28px;
    line-height: 1.1;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.link-block-01 ul li a .e-text-02 .m-text {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.56;
    margin: 10px 0 0 0;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.link-block-01.v-3column {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto
}

.link-block-01.v-3column ul {
    margin: 0
}

.link-block-01.v-3column ul li {
    width: calc((100% - 90px) / 3);
    margin: 0
}

.link-block-01.v-4column ul li {
    width: calc((100% - 54px) / 4)
}

@media screen and (max-width: 767px) {
    .link-block-01 {
        margin:25px 0 0 0
    }

    .link-block-01 ul {
        margin: -10px 0 0 -10px
    }

    .link-block-01 ul li {
        width: calc((100% - 20px) / 2);
        margin: 10px 0 0 10px
    }

    .link-block-01 ul li a .e-text {
        left: 7px;
        font-size: 18px
    }

    .link-block-01 ul li a .e-text-02 {
        left: 7px;
        font-size: 17px
    }

    .link-block-01 ul li a .e-text-02 .m-text {
        font-size: 12px;
        height: 38px;
        overflow: hidden;
        margin: 5px 0 0 0
    }

    .link-block-01 ul li:first-child {
        width: calc(100% - 10px)
    }

    .link-block-01.v-4column.swiper ul {
        margin: 0
    }

    .link-block-01.v-4column.swiper ul li {
        margin: 0;
        width: auto
    }

    .link-block-01.v-img ul {
        margin: -10px 0 0 -15px
    }

    .link-block-01.v-img ul li {
        width: calc((100% - 30px) / 2);
        margin: 10px 0 0 15px
    }
}

.link-block-02 {
    margin: 30px 0 0 0
}

.link-block-02.v-top-l {
    margin: 60px 0 0 0
}

.link-block-02.v-top-ll {
    margin: 90px 0 0 0
}

.link-block-02 ul {
    margin: -10px 0 0 -10px
}

.link-block-02 ul li {
    float: left;
    width: calc((100% - 50px) / 5);
    margin: 10px 0 0 10px
}

.link-block-02 ul li.float-none-center {
    float: none;
    margin-left: auto!important;
    margin-right: auto!important
}

.link-block-02 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #59DAE3;
    font-size: 12px;
    font-family: "Roboto-Bold", sans-serif;
    background-image: url(../img/icon-arrow-circle-bottom.svg);
    background-repeat: no-repeat;
    background-position: left 7px center;
    padding: 0 0 0 35px;
    text-decoration: none;
    color: #333333;
    height: 51px;
    line-height: 1.14
}

.link-block-02 ul li a:hover {
    background-color: #EC6800;
    color: #ffffff;
    background-image: url(../img/icon-arrow-circle-bottom-on.svg)
}

.link-block-02.v-4column ul {
    margin: -10px 0 0 -10px
}

.link-block-02.v-4column ul li {
    width: calc((100% - 40px) / 4);
    margin: 10px 0 0 10px
}

.link-block-02.v-3column ul {
    margin: -10px 0 0 -10px
}

.link-block-02.v-3column ul li {
    width: calc((100% - 30px) / 3);
    margin: 10px 0 0 10px
}

.link-block-02.v-2column ul {
    margin: -20px 0 0 -20px
}

.link-block-02.v-2column ul li {
    width: calc((100% - 40px) / 2);
    margin: 20px 0 0 20px
}

.link-block-02.v-1column ul {
    margin: -20px 0 0 0
}

.link-block-02.v-1column ul li {
    width: 100%;
    margin: 20px 0 0 0
}

.link-block-02.v-1column ul li a {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 22px;
    height: 70px;
    background-size: 35px 35px;
    background-position: left 18px center;
    padding: 0 10px 0 67px
}

@media screen and (max-width: 767px) {
    .link-block-02.v-top-ll {
        margin:60px 0 0 0
    }

    .link-block-02 ul,.link-block-02.v-2column ul,.link-block-02.v-3column ul,.link-block-02.v-4column ul {
        margin: -8px 0 0 -5px
    }

    .link-block-02 ul li,.link-block-02.v-2column ul li,.link-block-02.v-3column ul li,.link-block-02.v-4column ul li {
        width: calc((100% - 10px) / 2);
        margin: 8px 0 0 5px
    }

    .link-block-02 ul li a,.link-block-02.v-2column ul li a,.link-block-02.v-3column ul li a,.link-block-02.v-4column ul li a {
        border-radius: 3px;
        font-size: 11px;
        background-position: left 5px center;
        background-size: 17px auto;
        padding: 0 0 0 30px;
        height: 35px
    }

    .link-block-02.v-1column ul {
        margin: -10px 0 0 0
    }

    .link-block-02.v-1column ul li {
        margin: 10px 0 0 0
    }

    .link-block-02.v-1column ul li a {
        font-size: 13px;
        height: 50px;
        background-size: 17px 17px;
        background-position: left 10px center;
        padding: 0 5px 0 35px
    }
}

.link-block-03 {
    margin: -60px 0 0 -55px
}

.link-block-03>* {
    float: left;
    width: calc((100% - 110px) / 2);
    margin: 60px 0 0 55px
}

.link-block-03>* a {
    display: block;
    text-decoration: none;
    color: #333333;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.link-block-03>* a .e-heading {
    font-size: 38px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    margin: 0 0 20px 0;
    line-height: 1.1
}

.link-block-03>* a .e-img {
    position: relative
}

.link-block-03>* a .e-img img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.link-block-03>* a .e-img span {
    color: #ffffff;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 34px;
    position: absolute;
    left: 15px;
    bottom: 5px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3)
}

.link-block-03>* a .e-content {
    margin: 20px 0 10px
}

.link-block-03>* a .e-content.v-2line {
    height: 57.6px
}

.link-block-03>* a .e-content.v-3line {
    height: 86.4px
}

.link-block-03>* a .e-content.v-4line {
    height: 115.2px
}

.link-block-03>* a .btn-01 {
    margin-top: auto
}

.link-block-03>* a:hover .btn-01>* {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

.link-block-03.v-3column>* {
    width: calc((100% - 120px) / 3);
    margin: 60px 0 0 40px
}

.link-block-03.v-img-large>* a .e-img img {
    height: 283px
}

@media screen and (max-width: 767px) {
    .link-block-03 {
        margin:-55px 0 0 0
    }

    .link-block-03.v-sp-top {
        margin: 0
    }

    .link-block-03>*,.link-block-03.v-3column>* {
        float: none;
        width: 100%;
        margin: 55px 0 0 0
    }

    .link-block-03>* a .e-heading,.link-block-03.v-3column>* a .e-heading {
        font-size: 22px;
        margin: 0 0 10px 0
    }

    .link-block-03>* a .e-img img,.link-block-03.v-3column>* a .e-img img {
        height: 123px
    }

    .link-block-03>* a .e-img span,.link-block-03.v-3column>* a .e-img span {
        font-size: 27px;
        left: 10px
    }

    .link-block-03>* a .e-content,.link-block-03.v-3column>* a .e-content {
        margin: 15px 0 10px;
        height: 100.8px;
        overflow-y: hidden
    }

    .link-block-03>* a .e-content.v-2line,.link-block-03.v-3column>* a .e-content.v-2line {
        height: 100.8px
    }

    .link-block-03>* a .e-content.v-2line+.btn-01,.link-block-03.v-3column>* a .e-content.v-2line+.btn-01 {
        margin-top: 10px
    }

    .link-block-03>* a .e-content.v-3line,.link-block-03.v-3column>* a .e-content.v-3line {
        height: 100.8px
    }

    .link-block-03>* a .e-content.v-4line,.link-block-03.v-3column>* a .e-content.v-4line {
        height: 100.8px
    }

    .link-block-03.v-img-large>* a .e-img img {
        height: 220px
    }

    .link-block-03.v-sp-column>*+* {
        margin: 20px 0 0 0
    }

    .link-block-03.v-sp-column .l-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .link-block-03.v-sp-column .l-inner .e-img {
        width: 150px;
        margin: 0 15px 0 0
    }

    .link-block-03.v-sp-column .l-inner .l-content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .link-block-03.v-sp-column .l-inner .l-content-wrap .e-content {
        margin: 0 0 10px 0
    }
}

.link-block-04 {
    margin: 30px 0 0 0
}

.link-block-04+.link-block-04 {
    margin: 12px 0 0 0
}

.link-block-04 ul {
    margin: 0 0 0 -12px
}

.link-block-04 ul li {
    float: left;
    width: calc((100% - 24px) / 2);
    margin: 0 0 0 12px
}

.link-block-04 ul li a {
    display: block;
    position: relative;
    color: #ffffff
}

.link-block-04 ul li a .e-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px
}

.link-block-04 ul li a .e-text {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 34px;
    padding-right: 10px;
    line-height: 1.1;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.link-block-04.v-3column ul li {
    width: calc((100% - 36px) / 3)
}

@media screen and (max-width: 767px) {
    .link-block-04 {
        margin:0 -30px 0
    }

    .link-block-04+.link-block-04 {
        margin: 0 -30px 0
    }

    .link-block-04 ul {
        margin: 0 0 0 0
    }

    .link-block-04 ul li {
        float: none;
        width: 100%;
        margin: 3px 0 0 0
    }

    .link-block-04 ul li a .e-img img {
        height: 120px
    }

    .link-block-04 ul li a .e-text {
        font-size: 20px
    }

    .link-block-04.v-3column ul li {
        width: 100%
    }
}

.link-block-05 ul li+li {
    margin: 80px 0 0 0
}

.link-block-05 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.link-block-05 ul li a .e-img {
    width: 218px
}

.link-block-05 ul li a .e-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 50px
}

.link-block-05 ul li a .e-text .m-note {
    font-family: "BarlowCondensed-MediumItalic", sans-serif;
    font-style: italic;
    color: #BCBCBC
}

.link-block-05 ul li a .e-text .m-title {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 28px
}

.link-block-05 ul li a .e-text .m-content {
    margin: 20px 0 0 0
}

.link-block-05 ul li a:hover .e-img img {
    opacity: 0.7
}

@media screen and (max-width: 767px) {
    .link-block-05 ul li+li {
        margin:30px 0 0 0;
        padding: 30px 0 0 0;
        border-top: 1px solid #707070
    }

    .link-block-05 ul li a {
        display: block
    }

    .link-block-05 ul li a .e-img {
        width: 100%
    }

    .link-block-05 ul li a .e-text {
        padding: 0;
        margin: 15px 0 0 0
    }

    .link-block-05 ul li a .e-text .m-title {
        font-size: 24px
    }

    .link-block-05 ul li a .e-text .m-content {
        margin: 20px 0 0 0
    }
}

.link-block-06 {
    max-width: 630px;
    margin: 0 auto
}

.link-block-06 ul li a {
    display: block;
    position: relative;
    color: #ffffff
}

.link-block-06 ul li a .e-img img {
    height: 200px
}

.link-block-06 ul li a .e-text {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 25px;
    line-height: 1;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.link-block-06.v-2 ul li a .e-img img {
    height: 350px
}

.link-block-06.v-2 ul li a .e-text {
    left: 30px;
    bottom: 20px;
    font-size: 35px
}

@media screen and (max-width: 767px) {
    .link-block-06 ul li a .e-img img {
        height:200px
    }

    .link-block-06 ul li a .e-text {
        left: 20px;
        bottom: 15px;
        font-size: 22px
    }

    .link-block-06.v-2 ul li a .e-img img {
        height: 225px
    }

    .link-block-06.v-2 ul li a .e-text {
        left: 20px;
        bottom: 15px;
        font-size: 22px
    }
}

.link-block-07 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.link-block-07 ul li {
    width: 457px
}

.link-block-07 ul li a {
    display: block;
    position: relative;
    color: #ffffff
}

.link-block-07 ul li a .e-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 40px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.link-block-07 ul li a .e-text .s-text {
    line-height: 1.3
}

.link-block-07 ul li a .e-text .s-text.v-right {
    text-align: right
}

.link-block-07 ul li a .e-text img {
    vertical-align: middle
}

.link-block-07 ul li a .e-text img.m-left {
    margin: 0 20px 0 0
}

.link-block-07 ul li a .e-text img.m-right {
    margin: 0 0 0 20px
}

.link-block-07.v-wide ul li {
    width: 50%
}

.link-block-07.v-wide ul li a .e-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 400px
}

@media screen and (max-width: 767px) {
    .link-block-07 ul {
        display:block
    }

    .link-block-07 ul li {
        width: 100%!important
    }

    .link-block-07 ul li+li {
        margin-top: 15px
    }

    .link-block-07 ul li a .e-img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 165px!important
    }

    .link-block-07 ul li a .e-text {
        font-size: 22px;
        padding: 0 20px
    }

    .link-block-07 ul li a .e-text img {
        width: 8px
    }

    .link-block-07 ul li a .e-text img.m-left {
        margin: 0 10px 0 0
    }

    .link-block-07 ul li a .e-text img.m-right {
        margin: 0 0 0 10px
    }
}

.link-block-08 {
    margin: -60px 0 0 -42px
}

.link-block-08:after {
    content: "";
    display: block;
    clear: both
}

.link-block-08>div {
    float: left;
    width: 280px;
    margin: 60px 0 0 42px
}

.link-block-08>div a,.link-block-08>div form {
    display: block;
    text-decoration: none;
    color: #333333
}

.link-block-08>div form {
    height: 100%
}

.link-block-08>div .e-img div {
    height: 200px;
    text-align: center
}

.link-block-08>div .e-img div img {
    width: auto;
    height: 100%
}

.link-block-08>div .e-text {
    padding: 15px 0 0 19px;
    margin: 7px 0 0 0;
    height: calc(100% - 207px);
    background-image: url(../img/bg-line-02.webp), url(../img/bg-line-01.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom
}

.link-block-08>div .e-text .m-cate {
    color: #707070;
    font-size: 15px
}

.link-block-08>div .e-text .m-info {
    margin-bottom: 40px
}

.link-block-08>div .e-text .m-info dt {
    font-size: 24px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    line-height: 1.2
}

.link-block-08>div .e-text .m-info dd.s-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-block-08>div .e-text .m-info dd.s-period .e-icon {
    width: 32px
}

.link-block-08>div .e-text .m-info dd.s-period .e-icon img {
    width: 18px
}

.link-block-08>div .e-text .m-info dd.s-period .e-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 0 0 0;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .link-block-08 {
        margin:-45px 0 0 -22px
    }

    .link-block-08>div {
        float: left;
        width: calc((100% - 44px) / 2);
        margin: 45px 0 0 22px
    }

    .link-block-08>div .e-img div {
        height: 110px
    }

    .link-block-08>div .e-text {
        padding: 10px 0 0 9px;
        margin: 3px 0 0 0;
        height: calc(100% - 113px);
        background-size: 2px auto, 2px auto
    }

    .link-block-08>div .e-text .m-cate {
        font-size: 9px
    }

    .link-block-08>div .e-text .m-info {
        margin-bottom: 15px
    }

    .link-block-08>div .e-text .m-info dt {
        font-size: 19px;
        line-height: 1.2
    }

    .link-block-08>div .e-text .m-info dd.s-period {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 10px 0 0 0
    }

    .link-block-08>div .e-text .m-info dd.s-period .e-icon {
        width: 26px
    }

    .link-block-08>div .e-text .m-info dd.s-period .e-content {
        padding: 3px 0 0 0;
        font-size: 14px;
        line-height: 1.2
    }
}

.link-block-09>section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    color: #333333
}

.link-block-09>section a .e-img {
    width: 415px
}

.link-block-09>section a .e-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #F0FBFF;
    padding: 20px 30px 30px 30px;
    border-radius: 0 6px 6px 0
}

.link-block-09>section a .e-text .m-heading {
    font-size: 38px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    line-height: 1.2;
    margin: 0 0 10px 0
}

.link-block-09>section a .e-text .btn-01 {
    margin: 20px 0 0 0
}

.link-block-09>section a:hover .btn-01>* {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

.link-block-09>section a.v-bg {
    margin: 0 50px 0 80px
}

.link-block-09>section a.v-bg .e-img {
    width: 445px;
    position: relative
}

.link-block-09>section a.v-bg .e-img:before {
    content: '';
    display: block;
    width: 370px;
    height: 260px;
    background-color: #F0FBFF;
    position: absolute;
    left: -30px;
    top: -40px;
    z-index: -1
}

.link-block-09>section a.v-wide {
    margin: 0 0 0 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.link-block-09>section a.v-wide .e-img {
    width: 445px;
    position: relative
}

.link-block-09>section a.v-wide .e-img:before {
    content: '';
    display: block;
    width: 370px;
    height: 260px;
    background-color: #F0FBFF;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -1
}

.link-block-09>section a.v-wide .e-text {
    position: relative;
    bottom: -40px;
    border-radius: 6px
}

.link-block-09>section:nth-child(2n) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.link-block-09>section:nth-child(2n) a .e-img.v-bg:before {
    top: auto;
    left: 15px;
    bottom: -40px
}

.link-block-09>section:nth-child(2n) a .e-text {
    border-radius: 6px 0 0 6px
}

.link-block-09>section:nth-child(2n) a.v-bg {
    margin: 0 20px
}

.link-block-09>section:nth-child(2n) a.v-bg .e-img:before {
    top: auto;
    left: auto;
    bottom: -40px;
    right: -20px
}

.link-block-09>section:nth-child(2n) a.v-wide {
    margin: 0 30px 0 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.link-block-09>section:nth-child(2n) a.v-wide .e-img:before {
    left: auto;
    top: auto;
    right: -30px;
    bottom: -40px
}

.link-block-09>section:nth-child(2n) a.v-wide .e-text {
    bottom: auto;
    top: -40px
}

@media screen and (max-width: 767px) {
    .link-block-09>section a {
        display:block
    }

    .link-block-09>section a .e-img {
        width: 100%
    }

    .link-block-09>section a .e-text {
        background: none;
        height: auto;
        padding: 0;
        border-radius: 0
    }

    .link-block-09>section a .e-text .m-heading {
        font-size: 22px;
        margin: 10px 0 5px 0
    }

    .link-block-09>section a.v-bg {
        margin: 0
    }

    .link-block-09>section a.v-bg .e-img {
        width: 100%
    }

    .link-block-09>section a.v-bg .e-img:before {
        display: none
    }

    .link-block-09>section a.v-wide {
        margin: 0
    }

    .link-block-09>section a.v-wide .e-img {
        width: 100%
    }

    .link-block-09>section a.v-wide .e-img:before {
        display: none
    }

    .link-block-09>section a.v-wide .e-text {
        position: static
    }

    .link-block-09>section:nth-child(2n) a.v-bg {
        margin: 0
    }

    .link-block-09>section:nth-child(2n) a.v-wide {
        margin: 0
    }
}

.link-block-10>section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    color: #333333
}

.link-block-10>section a .e-img {
    width: 525px
}

.link-block-10>section a .e-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #F0FBFF;
    height: 260px;
    padding: 20px 30px 30px 30px;
    border-radius: 0 6px 6px 0
}

.link-block-10>section a .e-text .m-heading {
    font-size: 38px;
    font-family: "BarlowCondensed-Bold", sans-serif
}

.link-block-10>section a:hover .btn-01>* {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

.link-block-11 {
    margin: -30px 0 0 -40px
}

.link-block-11 .e-list {
    float: left;
    width: calc((100% - 80px) / 2);
    margin: 30px 0 0 40px;
    padding: 0 0 20px 0;
    position: relative
}

.link-block-11 .e-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #BCBCBC;
    border-radius: 3px;
    position: absolute;
    bottom: 0
}

.link-block-11 .e-list>a,.link-block-11 .e-list>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    color: #333333
}

.link-block-11 .e-list>a figure,.link-block-11 .e-list>div figure {
    width: 175px;
    margin: 0 25px 0 0
}

.link-block-11 .e-list>a figure img,.link-block-11 .e-list>div figure img {
    border-radius: 6px
}

.link-block-11 .e-list>a figure figcaption,.link-block-11 .e-list>div figure figcaption {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    line-height: 1;
    margin: 10px 0 0 0
}

.link-block-11 .e-list>a .m-text,.link-block-11 .e-list>div .m-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.link-block-11 .e-list>a .m-text .s-heading,.link-block-11 .e-list>div .m-text .s-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 24px;
    line-height: 1
}

.link-block-11 .e-list>a .m-text p,.link-block-11 .e-list>div .m-text p {
    line-height: 1.25;
    margin: 10px 0 0 0
}

.link-block-11 .e-list>a .m-text .s-list,.link-block-11 .e-list>div .m-text .s-list {
    margin: 20px 0 0 0
}

.link-block-11 .e-list>a .m-text .s-list dt,.link-block-11 .e-list>div .m-text .s-list dt {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 20px
}

.link-block-11 .e-list>a .m-text .s-list dd,.link-block-11 .e-list>div .m-text .s-list dd {
    line-height: 1.3;
    font-size: 15px
}

.link-block-11 .e-list>a .m-text .s-list dd span,.link-block-11 .e-list>div .m-text .s-list dd span {
    font-size: 8px
}

.link-block-11 .e-list>a:hover .btn-01>* {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .link-block-11 {
        margin:-50px 0 0 0
    }

    .link-block-11 .e-list {
        float: none;
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0 0 30px 0
    }

    .link-block-11 .e-list:after {
        height: 2px
    }

    .link-block-11 .e-list>a,.link-block-11 .e-list>div {
        display: block
    }

    .link-block-11 .e-list>a figure,.link-block-11 .e-list>div figure {
        width: 100%;
        margin: 0
    }

    .link-block-11 .e-list>a figure img,.link-block-11 .e-list>div figure img {
        border-radius: 3px
    }

    .link-block-11 .e-list>a figure figcaption,.link-block-11 .e-list>div figure figcaption {
        margin: 5px 0 0 0
    }

    .link-block-11 .e-list>a .m-text .s-heading,.link-block-11 .e-list>div .m-text .s-heading {
        font-size: 22px;
        line-height: 1.1;
        margin: 10px 0 0 0
    }

    .link-block-11 .e-list>a .m-text p,.link-block-11 .e-list>div .m-text p {
        line-height: 1.75
    }

    .link-block-11 .e-list>a .m-text .s-list dt,.link-block-11 .e-list>div .m-text .s-list dt {
        font-family: "BarlowCondensed-Bold", sans-serif;
        font-size: 18px
    }

    .link-block-11 .e-list>a .m-text .s-list dd,.link-block-11 .e-list>div .m-text .s-list dd {
        font-size: 14px
    }

    .link-block-11 .e-list>a .m-text .s-list dd span,.link-block-11 .e-list>div .m-text .s-list dd span {
        font-size: 8px
    }
}

.link-block-12 ul li+li {
    margin: 25px 0 0 0
}

.link-block-12 ul li a {
    display: block;
    height: 120px;
    position: relative;
    color: #ffffff
}

.link-block-12 ul li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.link-block-12 ul li a div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 45px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

@media screen and (max-width: 767px) {
    .link-block-12 ul li+li {
        margin:15px 0 0 0
    }

    .link-block-12 ul li a {
        height: 60px
    }

    .link-block-12 ul li a div {
        font-size: 23px
    }
}

.dl-01 {
    margin: 80px 0 0 0
}

.dl-01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 1.5
}

.dl-01 dl+dl {
    margin: 25px 0 0 0
}

.dl-01 dl dt {
    width: 120px
}

.dl-01 dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 767px) {
    .dl-01 {
        margin:20px 0 0 0
    }

    .dl-01 dl {
        font-size: 14px;
        display: block;
        line-height: 1.35
    }

    .dl-01 dl+dl {
        margin: 15px 0 0 0
    }

    .dl-01 dl dt {
        width: 100%
    }
}

.dl-02+.dl-02 {
    margin: 10px 0 0 0
}

.dl-02 dt {
    font-family: "Roboto-Bold", sans-serif
}

.dl-02 dt span {
    font-size: 8px;
    vertical-align: middle
}

.tag-list {
    margin-left: -5px;
    margin-right: -5px
}

.tag-list ul {
    text-align: center;
    font-size: 0
}

.tag-list ul li {
    display: inline-block;
    margin: 7px 5px
}

.tag-list ul li a,.tag-list ul li span {
    display: block;
    background-color: #B7F0F4;
    border-radius: 6px;
    line-height: 1;
    padding: 9px;
    font-size: 14px;
    text-decoration: none;
    color: #333333
}

.tag-list ul li a:hover {
    background-color: #EC6800;
    color: #ffffff
}

.tag-list ul.v-glay li a,.tag-list ul.v-glay li span {
    background-color: #E4E4E4
}

.tag-list ul.v-glay li a:hover {
    background-color: #EC6800;
    color: #ffffff
}

.tag-list ul.v-green li a,.tag-list ul.v-green li span {
    background-color: #AEF5E5
}

.tag-list ul.v-green li a:hover {
    background-color: #EC6800;
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .tag-list ul li {
        margin:5px
    }

    .tag-list ul li a,.tag-list ul li span {
        border-radius: 3px;
        padding: 7px 6px
    }
}

.tag-list-02 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -7px
}

.tag-list-02 ul {
    font-size: 0
}

.tag-list-02 ul li {
    display: inline-block;
    margin: 7px 5px
}

.tag-list-02 ul li a,.tag-list-02 ul li span {
    display: block;
    border-radius: 100px;
    line-height: 1;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    color: #00ADB2;
    border: 1px solid #00ADB2
}

.tag-list-02 ul li a:hover {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .tag-list-02 {
        margin-left:-3px;
        margin-right: -3px
    }

    .tag-list-02 ul li {
        margin: 7px 3px
    }

    .tag-list-02 ul li a,.tag-list-02 ul li span {
        padding: 5px 10px
    }
}

.tag-list-03 ul {
    font-size: 0
}

.tag-list-03 ul li+li {
    margin: 10px 0 0 0
}

.tag-list-03 ul li a,.tag-list-03 ul li span {
    display: block;
    text-align: center;
    border-radius: 100px;
    line-height: 1;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    color: #00ADB2;
    border: 1px solid #00ADB2
}

.tag-list-03 ul li a:hover {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .tag-list-03 ul li+li {
        margin:15px 0 0 0
    }

    .tag-list-03 ul li a,.tag-list-03 ul li span {
        padding: 15px;
        font-size: 16px;
        line-height: 1.3
    }
}

.news-list ul li {
    border-bottom: 1px solid #707070;
    padding: 40px 0 25px
}

.news-list ul li:first-child {
    padding: 0 0 25px
}

.news-list ul li .e-title {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 28px;
    line-height: 1.36
}

.news-list ul li .e-content {
    margin: 10px 0 0 0;
    height: 58px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .news-list ul li {
        padding:50px 0 25px
    }

    .news-list ul li:first-child {
        padding: 0 0 25px
    }

    .news-list ul li .e-title {
        font-size: 25px;
        line-height: 1.1
    }

    .news-list ul li .e-content {
        height: 50px;
        font-size: 15px;
        line-height: 1.63
    }
}

.ul-list-01 li {
    padding-left: 16px;
    text-indent: -16px
}

.ul-list-01 li+li {
    margin: 20px 0 0 0
}

.ul-list-01 li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #00AEBB;
    vertical-align: middle;
    margin: 0 10px 0 0
}

@media screen and (max-width: 767px) {
    .ul-list-01 li+li {
        margin:15px 0 0 0
    }
}

.ul-list-01.v-black li:before {
    background-color: #333333
}

.ul-list-01.v-2column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ul-list-01.v-2column ul li {
    width: 50%;
    padding: 0 0 0 50px
}

.ul-list-01.v-2column ul li+li {
    margin: 0
}

@media screen and (max-width: 767px) {
    .ul-list-01.v-2column ul {
        display:block
    }

    .ul-list-01.v-2column ul li {
        width: 100%;
        padding: 0 0 0 30px
    }

    .ul-list-01.v-2column ul li+li {
        margin: 5px 0 0 0
    }
}

.ul-list-02 li+li {
    margin: 7px 0 0 0
}

.ul-list-02 li span {
    font-size: 8px;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .ul-list-02 li+li {
        margin:12px 0 0 0
    }
}

.ul-card-01 {
    margin: -70px 0 0 -45px
}

.ul-card-01 li {
    float: left;
    width: calc((100% - 135px) / 3);
    margin: 70px 0 0 45px
}

.ul-card-01 li a {
    text-decoration: none;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.ul-card-01 li a:hover .btn-01>* {
    background-color: #EC6800;
    border: 1px solid #EC6800;
    color: #ffffff
}

.ul-card-01 li .e-img img {
    height: 160px
}

.ul-card-01 li dl dt {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 20px;
    margin: 10px 0 0 0;
    line-height: 1.3
}

.ul-card-01 li dl dd {
    margin: 10px 0 0 0
}

.ul-card-01 li dl dd+dd {
    margin: 20px 0 0 0
}

.ul-card-01 li .btn-01 {
    margin-top: auto!important
}

.ul-card-01.v-wide {
    margin: -70px 0 0 -20px
}

.ul-card-01.v-wide li {
    width: calc((100% - 60px) / 3);
    margin: 70px 0 0 20px
}

.ul-card-01.v-wide li dl {
    margin: 0 0 15px 0
}

.ul-card-01.v-wide li dl dt {
    font-size: 28px
}

@media screen and (max-width: 767px) {
    .ul-card-01 {
        margin:-45px 0 0 0;
        display: inline-block
    }

    .ul-card-01.v-sp-lr-padding {
        padding: 0 30px
    }

    .ul-card-01 li {
        float: none;
        width: 100%;
        margin: 45px 0 0 0
    }

    .ul-card-01 li .e-img img {
        height: 235px
    }

    .ul-card-01 li dl dt {
        font-size: 22px;
        margin: 10px 0 0 0
    }

    .ul-card-01 li dl dd {
        margin: 10px 0 0 0
    }

    .ul-card-01 li dl dd+dd {
        margin: 20px 0 0 0
    }

    .ul-card-01.v-wide {
        margin: -45px 0 0 0
    }

    .ul-card-01.v-wide li {
        width: 100%;
        margin: 45px 0 0 0
    }

    .ul-card-01.v-wide li dl {
        margin: 0 0 10px 0
    }

    .ul-card-01.v-wide li dl dt {
        font-size: 30px
    }
}

.dl-list-01 {
    background-color: #F0FBFF;
    border-radius: 6px;
    padding: 20px 25px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dl-list-01>dl {
    width: 25%;
    text-align: center;
    margin: 30px 0 0 0
}

.dl-list-01>dl dd {
    line-height: 1.3
}

@media screen and (max-width: 767px) {
    .dl-list-01 {
        border-radius:3px;
        padding: 20px 15px 50px;
        display: block
    }

    .dl-list-01:after {
        content: "";
        display: block;
        clear: both
    }

    .dl-list-01>dl {
        float: left;
        width: 50%
    }
}

.link-list-01 {
    text-align: center
}

.link-list-01 ul {
    display: inline-block;
    text-align: left
}

.link-list-01 ul li+li {
    margin: 5px 0 0 0
}

.link-list-01 ul a {
    text-decoration: underline;
    color: #00ADB2
}

.link-list-01 ul a:hover {
    color: #EC6800;
    text-decoration: none
}

.picture-block {
    position: relative
}

.picture-block .e-img {
    width: 450px;
    z-index: 10;
    position: relative
}

.picture-block .e-img img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover
}

.picture-block .e-img figcaption {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    margin: 10px 0 0 0;
    line-height: 1.3
}

.picture-block .e-text {
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #F0FBFF;
    width: 615px;
    padding: 60px 50px 60px 200px
}

.picture-block .e-text .m-heading {
    font-size: 20px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    margin: 0 0 20px 0
}

.picture-block.v-right {
    text-align: right
}

.picture-block.v-right .e-img {
    display: inline-block;
    text-align: left
}

.picture-block.v-right .e-text {
    position: absolute;
    left: 0;
    right: auto;
    padding: 60px 200px 60px 50px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .picture-block {
        background-color:#F0FBFF;
        padding: 30px;
        height: auto!important
    }

    .picture-block.v-right {
        text-align: left
    }

    .picture-block .e-img,.picture-block.v-right .e-img {
        width: 100%
    }

    .picture-block .e-img img,.picture-block.v-right .e-img img {
        height: 235px
    }

    .picture-block .e-img figcaption,.picture-block.v-right .e-img figcaption {
        font-family: "BarlowCondensed-LightItalic", sans-serif;
        font-style: italic;
        margin: 10px 0 0 0
    }

    .picture-block .e-text,.picture-block.v-right .e-text {
        position: static;
        width: 100%;
        padding: 15px 0 0
    }

    .picture-block .e-text .m-heading,.picture-block.v-right .e-text .m-heading {
        margin: 0 0 10px 0
    }
}

.select-block {
    margin-bottom: 110px;
    position: relative
}

.select-block .filters-box {
    border: none;
    background-image: url(../img/icon-arrow-bottom-03.svg);
    background-position: right center;
    border-bottom: 2px solid #707070;
    font-size: 26px;
    padding: 0 0 15px 15px;
    cursor: pointer;
    line-height: 1;
    min-height: 60px
}

.select-block .filters-box.open {
    background-image: url(../img/icon-arrow-top.svg)
}

.select-block .filters-box div {
    margin: 10px 0 0 0
}

.select-block .filters-box span {
    background-color: #B7F0F4;
    border-radius: 100px;
    font-size: 14px;
    padding: 10px;
    margin: 10px 10px 0 0;
    display: inline-block
}

.select-block .filters-select {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    z-index: 100;
    display: none
}

.select-block .filters-select.open {
    display: block
}

.select-block .filters-select .l-inner {
    padding: 0 20px
}

.select-block .filters-select .e-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #E4E4E4;
    padding: 20px 0
}

.select-block .filters-select .e-list:first-child {
    border: none
}

.select-block .filters-select .e-list dt {
    text-align: center;
    width: 130px;
    font-size: 20px
}

.select-block .filters-select .e-list dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: -10px 0 0 0
}

.select-block .filters-select input[type=checkbox] {
    display: none
}

.select-block .filters-select input[type=checkbox]+label {
    cursor: pointer;
    border: 1px solid #00ADB2;
    border-radius: 100px;
    font-size: 14px;
    padding: 10px;
    margin: 10px 10px 0 0;
    display: inline-block;
    line-height: 1
}

.select-block .filters-select input[type=checkbox]:checked+label {
    border: 1px solid rgba(0, 173, 178, 0);
    background-color: #B7F0F4
}

.select-block .filters-select input[type=reset],.select-block .filters-select input[type=submit] {
    border: none;
    background-color: #B7F0F4;
    font-size: 18px;
    text-decoration: underline;
    line-height: 1;
    padding: 20px 0;
    cursor: pointer
}

.select-block .filters-select input[type=reset]:hover,.select-block .filters-select input[type=submit]:hover {
    text-decoration: none;
    background-color: #EC6800;
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .select-block {
        margin-bottom:20px
    }

    .select-block .filters-box {
        background-size: 12px auto;
        border-bottom: 1px solid #707070;
        font-size: 17px;
        min-height: 47px
    }

    .select-block .filters-box span {
        font-size: 12px;
        padding: 5px 10px;
        margin: 10px 5px 0 0
    }

    .select-block .filters-select {
        margin: 50px 0 0 0
    }

    .select-block .filters-select .l-inner {
        padding: 0 10px
    }

    .select-block .filters-select .e-list {
        display: block;
        padding: 10px 0 15px
    }

    .select-block .filters-select .e-list dt {
        width: 100%;
        font-size: 18px;
        margin: 0 0 10px 0
    }

    .select-block .filters-select input[type=checkbox]+label {
        font-size: 12px;
        padding: 5px 10px;
        margin: 10px 5px 0 0
    }

    .select-block .filters-select input[type=reset] {
        font-size: 14px;
        padding: 10px 0
    }
}

.table-01 table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 2px solid #B7F0F4;
    border-radius: 8px;
    line-height: 1.5
}

.table-01 table thead th {
    background-color: #B7F0F4;
    width: 50%;
    padding: 10px 0;
    border-left: 2px solid #ffffff
}

.table-01 table thead th:first-child {
    border: none
}

.table-01 table tbody {
    text-align: left
}

.table-01 table tbody tr th {
    border-bottom: 2px solid #B7F0F4;
    padding: 10px 15px;
    font-weight: normal
}

.table-01 table tbody tr td {
    border-bottom: 2px solid #B7F0F4;
    border-left: 2px solid #B7F0F4;
    padding: 10px 15px
}

.table-01 table tbody tr:last-child th {
    border-bottom: none
}

.table-01 table tbody tr:last-child td {
    border-bottom: none
}

@media screen and (max-width: 767px) {
    .table-01 table {
        border:1px solid #B7F0F4;
        border-radius: 4px
    }

    .table-01 table thead th {
        padding: 5px 0;
        font-size: 11px
    }

    .table-01 table thead th:first-child {
        border-right: 1px solid #ffffff
    }

    .table-01 table tbody tr th {
        border-bottom: 1px solid #B7F0F4;
        border-right: 1px solid #B7F0F4;
        padding: 5px 10px
    }

    .table-01 table tbody tr td {
        border-bottom: 1px solid #B7F0F4;
        padding: 5px 10px
    }
}

.table-01.v-3column table thead th {
    width: calc(100% / 3)
}

.table-01.v-4column table thead th {
    width: calc(100% / 4)
}

@media screen and (max-width: 767px) {
    .table-01.sp-block table {
        border:none
    }

    .table-01.sp-block thead {
        display: none
    }

    .table-01.sp-block tbody,.table-01.sp-block td,.table-01.sp-block th,.table-01.sp-block tr {
        display: block;
        width: 100%!important;
        border: none
    }

    .table-01.sp-block tbody tr {
        padding: 0 0 20px 0
    }

    .table-01.sp-block tbody th {
        background-color: #B7F0F4;
        border-radius: 6px;
        font-family: "Roboto-Bold", sans-serif
    }

    .table-01.sp-block tbody th br {
        display: none
    }

    .table-01.sp-block tbody td {
        padding: 10px 10px 0
    }

    .table-01.sp-block tbody td ul li {
        display: inline-block
    }
}

.destinations-map-block {
    text-align: center;
    background-color: #F0FBFF;
    margin: 30px 0 0 0
}

.home-map-frame {
    cursor: pointer!important
}

.home-map-text.is-active path {
    fill: #EC6800!important
}

.home-map-path.is-active {
    fill: #EC6800!important
}

.home-map-path.is-active path {
    fill: #EC6800!important
}

.home-map-line.is-active {
    opacity: 0!important
}

.home-map-point.is-active {
    stroke: #EC6800!important
}

.page-map-frame {
    cursor: pointer!important
}

.page-map-text.is-active {
    fill: #EC6800!important
}

.page-map-path.is-active,.page-map-path.is-active path {
    fill: #EC6800!important
}

.page-map-line.is-active {
    opacity: 0!important
}

.page-map-point.is-active {
    stroke: #EC6800!important
}

.beach-map-block {
    margin: 70px 0 0 0;
    text-align: center
}

.beach-map-block img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .beach-map-block {
        margin:50px 0 0 0
    }
}

.mapcode-block {
    text-align: center;
    margin: 90px 0 0 0;
    font-size: 14px
}

.mapcode-block:before {
    content: '';
    display: inline-block;
    background-image: url(../img/icon-mapcode.svg);
    background-size: 56px 18px;
    width: 56px;
    height: 18px;
    vertical-align: text-top;
    margin: 0 10px 0 0
}

@media screen and (max-width: 767px) {
    .mapcode-block {
        margin:35px 0 0 0;
        font-size: 8px
    }

    .mapcode-block:before {
        background-size: 35px 11px;
        width: 35px;
        height: 11px;
        margin: 0 5px 0 0
    }
}

.video-block {
    margin: 50px 0 0 0
}

.video-block video {
    border-radius: 6px;
    width: 100%
}

.youtube-block {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.youtube-block iframe {
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
}

.faq-block dl {
    border-bottom: 1px solid #707070;
    padding: 0 0 40px 0
}

.faq-block dl+dl {
    margin: 40px 0 0 0
}

.faq-block dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 70px 0 0;
    background-image: url(../img/icon-arrow-bottom-03.svg);
    background-position: right center;
    cursor: pointer;
    font-family: "Roboto-Bold", sans-serif
}

.faq-block dl dt span {
    text-decoration: underline
}

.faq-block dl dt:before {
    content: 'Q';
    font-size: 45px;
    font-family: "Roboto-Bold", sans-serif;
    color: #00AEBB;
    line-height: 1;
    margin: 0 25px 0 0
}

.faq-block dl dt.open {
    background-image: url(../img/icon-arrow-top.svg)
}

.faq-block dl dd {
    display: none;
    padding: 0 70px 0 0;
    margin: 30px 0 0 0
}

.faq-block dl dd>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq-block dl dd>div:before {
    content: 'A';
    font-size: 45px;
    font-family: "Roboto-Bold", sans-serif;
    color: #EC6800;
    line-height: 1;
    margin: 0 25px 0 0
}

@media screen and (max-width: 767px) {
    .faq-block dl {
        padding:0 0 20px 0
    }

    .faq-block dl+dl {
        margin: 20px 0 0 0
    }

    .faq-block dl dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 30px 0 0;
        background-size: 12px auto
    }

    .faq-block dl dt:before {
        font-size: 22px;
        margin: 0 15px 0 0
    }

    .faq-block dl dd {
        padding: 0 30px 0 0;
        margin: 15px 0 0 0
    }

    .faq-block dl dd>div:before {
        font-size: 22px;
        margin: 0 15px 0 0
    }
}

.accordion-block {
    border-bottom: 1px solid #707070;
    padding: 0 0 100px 0
}

.accordion-block .e-heading {
    padding: 0 70px 0 0;
    background-image: url(../img/icon-arrow-bottom-03.svg);
    background-position: right center;
    cursor: pointer
}

.accordion-block .e-heading .heading-03 {
    margin: 0
}

.accordion-block .e-heading.open {
    background-image: url(../img/icon-arrow-top.svg)
}

.accordion-block .e-content {
    display: none;
    margin: 30px 0 0 0
}

.accordion-block .e-content h4 {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 20px;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .accordion-block {
        padding:0 0 25px 0
    }

    .accordion-block .e-heading {
        padding: 0 30px 0 0;
        background-size: 12px auto
    }

    .accordion-block .e-content {
        margin: 15px 0 0 0
    }
}

.swiper-button-next,.swiper-button-prev {
    width: 75px;
    height: 75px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-size: 75px 75px
}

.swiper-button-next.v-50,.swiper-button-next.v-50-s,.swiper-button-prev.v-50,.swiper-button-prev.v-50-s {
    width: 50px;
    height: 50px;
    background-size: 50px 50px
}

.swiper-button-next.v-45,.swiper-button-prev.v-45 {
    width: 45px;
    height: 45px;
    background-size: 45px 45px
}

.swiper-button-next.v-35,.swiper-button-prev.v-35 {
    width: 35px;
    height: 35px;
    background-size: 35px 35px
}

.swiper-button-next:after,.swiper-button-prev:after {
    display: none
}

.swiper-button-prev {
    background-image: url(../img/icon-arrow-circle-left.svg);
    left: 20px
}

.swiper-button-prev.v-left-5 {
    left: 5px
}

.swiper-button-prev.v-left-10 {
    left: 10px
}

.swiper-button-next {
    background-image: url(../img/icon-arrow-circle-right.svg);
    right: 20px
}

.swiper-button-next.v-right-5 {
    right: 5px
}

.swiper-button-next.v-right-10 {
    right: 10px
}

.swiper-pagination.v-caption {
    bottom: 35px
}

.swiper-pagination.v-text {
    color: #ffffff;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 36px
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: .2
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination.v-small {
    bottom: 0
}

.swiper-pagination.v-small .swiper-pagination-bullet {
    width: 8px;
    height: 8px
}

.swiper-caption {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    margin: 10px 0 0 0;
    line-height: 1.3;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .swiper-button-next,.swiper-button-prev {
        width:37px;
        height: 37px;
        background-size: 37px 37px
    }

    .swiper-button-next.v-50,.swiper-button-prev.v-50 {
        width: 38px;
        height: 38px;
        background-size: 38px 38px
    }

    .swiper-button-next.v-45,.swiper-button-next.v-50-s,.swiper-button-prev.v-45,.swiper-button-prev.v-50-s {
        width: 24px;
        height: 24px;
        background-size: 24px 24px
    }

    .swiper-button-next.v-caption,.swiper-button-prev.v-caption {
        top: 42%
    }

    .swiper-button-next.v-caption.v-large,.swiper-button-prev.v-caption.v-large {
        top: 50%
    }

    .swiper-button-prev {
        left: 10px
    }

    .swiper-button-next {
        right: 10px
    }

    .swiper-pagination.v-caption {
        bottom: 70px
    }

    .swiper-pagination.v-caption.v-large {
        bottom: 45px
    }

    .swiper-pagination.v-caption.v-small {
        bottom: 20px
    }

    .swiper-pagination.v-text {
        font-size: 18px
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .swiper-caption {
        font-size: 14px
    }
}

.swiper-travel-inspiration-block {
    margin-top: 30px
}

.swiper-travel-inspiration-block .swiper-travel-inspiration {
    position: relative
}

.swiper-travel-inspiration-block .swiper-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 50px;
    bottom: 170px;
    width: 310px
}

.swiper-travel-inspiration-block .swiper-navi .swiper-button-next,.swiper-travel-inspiration-block .swiper-navi .swiper-button-prev {
    position: static;
    width: 150px;
    margin-top: 0
}

.swiper-travel-inspiration-block .swiper-navi .swiper-pagination {
    position: static
}

@media screen and (max-width: 767px) {
    .swiper-travel-inspiration-block .swiper-navi {
        left:15px;
        bottom: 110px;
        width: 155px
    }
}

.swiper-travel-inspiration-block .swiper-slide {
    position: relative;
    display: block
}

.swiper-travel-inspiration-block .swiper-slide>img {
    height: 550px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-travel-inspiration-block .swiper-slide dl {
    position: absolute;
    left: 50px;
    bottom: 30px;
    color: #ffffff;
    width: 920px;
    z-index: 100
}

.swiper-travel-inspiration-block .swiper-slide dl dt {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 50px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.swiper-travel-inspiration-block .swiper-slide dl dd {
    font-size: 20px;
    line-height: 1.3;
    opacity: 0;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.swiper-travel-inspiration-block .swiper-slide:hover dd {
    opacity: 1
}

.swiper-travel-inspiration-block .swiper-slide:hover .e-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF00), color-stop(64%, #0B0B0B), to(#000000));
    background: -webkit-linear-gradient(top, #FFFFFF00 0%, #0B0B0B 64%, #000000 100%);
    background: -o-linear-gradient(top, #FFFFFF00 0%, #0B0B0B 64%, #000000 100%);
    background: linear-gradient(180deg, #FFFFFF00 0%, #0B0B0B 64%, #000000 100%);
    opacity: 0.4
}

@media screen and (max-width: 767px) {
    .swiper-travel-inspiration-block .swiper-slide>img {
        height:320px
    }

    .swiper-travel-inspiration-block .swiper-slide dl {
        left: 15px;
        bottom: 15px;
        width: 100%;
        padding: 0 30px 0 0
    }

    .swiper-travel-inspiration-block .swiper-slide dl dt {
        font-size: 35px;
        line-height: 1
    }

    .swiper-travel-inspiration-block .swiper-slide dl dd {
        display: none
    }
}

.swiper-destinations .e-img img {
    height: 260px
}

@media screen and (max-width: 767px) {
    .swiper-destinations .e-img img {
        height:170px
    }
}

.swiper-destinations .swiper-button-next,.swiper-destinations .swiper-button-prev {
    top: 55%
}

.swiper-explore-more .swiper-slide a {
    display: block;
    text-decoration: none;
    color: #333333
}

.swiper-explore-more .swiper-slide a .e-img img {
    height: 210px
}

.swiper-explore-more .swiper-slide a .e-cate {
    color: #707070;
    font-size: 20px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    margin: 10px 0 0 0
}

.swiper-explore-more .swiper-slide a .e-text {
    margin: 0;
    line-height: 1.1;
    overflow: hidden;
    font-size: 28px;
    font-family: "BarlowCondensed-Bold", sans-serif
}

.swiper-explore-more .swiper-button-next,.swiper-explore-more .swiper-button-prev {
    top: 32%
}

@media screen and (max-width: 767px) {
    .swiper-explore-more .swiper-slide a .e-img img {
        height:105px
    }

    .swiper-explore-more .swiper-slide a .e-cate {
        font-size: 15px;
        margin: 5px 0 0 0
    }

    .swiper-explore-more .swiper-slide a .e-text {
        line-height: 1.18;
        font-size: 17px
    }

    .swiper-explore-more .swiper-button-next,.swiper-explore-more .swiper-button-prev {
        top: 32%
    }
}

.swiper-category-static .swiper-slide a,.swiper-category-static>.list a,.swiper-category .swiper-slide a,.swiper-category>.list a,.travel-inspiration-list .swiper-slide a,.travel-inspiration-list>.list a {
    display: block;
    text-decoration: none;
    color: #333333
}

.swiper-category-static .swiper-slide .e-img img,.swiper-category-static>.list .e-img img,.swiper-category .swiper-slide .e-img img,.swiper-category>.list .e-img img,.travel-inspiration-list .swiper-slide .e-img img,.travel-inspiration-list>.list .e-img img {
    height: 210px
}

.swiper-category-static .swiper-slide .e-text,.swiper-category-static>.list .e-text,.swiper-category .swiper-slide .e-text,.swiper-category>.list .e-text,.travel-inspiration-list .swiper-slide .e-text,.travel-inspiration-list>.list .e-text {
    background-image: url(../img/bg-line-02.webp), url(../img/bg-line-01.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left 1px top, left 1px bottom;
    padding: 0 0 0 26px;
    margin: 20px 0 0 0
}

.swiper-category-static .swiper-slide .e-text dt,.swiper-category-static>.list .e-text dt,.swiper-category .swiper-slide .e-text dt,.swiper-category>.list .e-text dt,.travel-inspiration-list .swiper-slide .e-text dt,.travel-inspiration-list>.list .e-text dt {
    font-size: 24px;
    line-height: 1.58;
    font-family: "BarlowCondensed-Bold", sans-serif;
    height: 76px;
    overflow: hidden
}

.swiper-category-static .swiper-slide .e-text dd,.swiper-category-static>.list .e-text dd,.swiper-category .swiper-slide .e-text dd,.swiper-category>.list .e-text dd,.travel-inspiration-list .swiper-slide .e-text dd,.travel-inspiration-list>.list .e-text dd {
    margin: 10px 0 0 0;
    line-height: 1.75;
    height: 140px;
    overflow: hidden
}

.swiper-category-static .swiper-slide .e-text dd a,.swiper-category-static>.list .e-text dd a,.swiper-category .swiper-slide .e-text dd a,.swiper-category>.list .e-text dd a,.travel-inspiration-list .swiper-slide .e-text dd a,.travel-inspiration-list>.list .e-text dd a {
    display: inline-block;
    color: #00AEBB
}

.swiper-category-static .swiper-slide .e-text dd a:hover,.swiper-category-static>.list .e-text dd a:hover,.swiper-category .swiper-slide .e-text dd a:hover,.swiper-category>.list .e-text dd a:hover,.travel-inspiration-list .swiper-slide .e-text dd a:hover,.travel-inspiration-list>.list .e-text dd a:hover {
    color: #ffffff
}

.swiper-category-static .swiper-button-next,.swiper-category-static .swiper-button-prev,.swiper-category .swiper-button-next,.swiper-category .swiper-button-prev,.travel-inspiration-list .swiper-button-next,.travel-inspiration-list .swiper-button-prev {
    top: 23%
}

@media screen and (max-width: 767px) {
    .swiper-category-static .swiper-slide .e-img img,.swiper-category-static>.list .e-img img,.swiper-category .swiper-slide .e-img img,.swiper-category>.list .e-img img,.travel-inspiration-list .swiper-slide .e-img img,.travel-inspiration-list>.list .e-img img {
        height:105px
    }

    .swiper-category-static .swiper-slide .e-text,.swiper-category-static>.list .e-text,.swiper-category .swiper-slide .e-text,.swiper-category>.list .e-text,.travel-inspiration-list .swiper-slide .e-text,.travel-inspiration-list>.list .e-text {
        padding: 0 0 0 12px;
        margin: 16px 0 0 0
    }

    .swiper-category-static .swiper-slide .e-text dt,.swiper-category-static>.list .e-text dt,.swiper-category .swiper-slide .e-text dt,.swiper-category>.list .e-text dt,.travel-inspiration-list .swiper-slide .e-text dt,.travel-inspiration-list>.list .e-text dt {
        font-size: 12px;
        height: 38px
    }

    .swiper-category-static .swiper-slide .e-text dd,.swiper-category-static>.list .e-text dd,.swiper-category .swiper-slide .e-text dd,.swiper-category>.list .e-text dd,.travel-inspiration-list .swiper-slide .e-text dd,.travel-inspiration-list>.list .e-text dd {
        margin: 5px 0 0 0;
        font-size: 10px;
        height: 87px;
        margin: 5px 0 0 0
    }

    .swiper-category-static .swiper-button-next,.swiper-category-static .swiper-button-prev,.swiper-category .swiper-button-next,.swiper-category .swiper-button-prev,.travel-inspiration-list .swiper-button-next,.travel-inspiration-list .swiper-button-prev {
        top: 27%
    }
}

.swiper-category-static .swiper-wrapper {
    margin: 0 0 0 -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-category-static .swiper-slide {
    width: calc((100% - 40px) / 3);
    margin: 0 0 0 20px
}

@media screen and (max-width: 767px) {
    .swiper-category-static .swiper-slide {
        width:calc((100% - 20px) / 2)
    }
}

.travel-inspiration-list {
    margin: -60px 0 0 -40px
}

.travel-inspiration-list .list {
    float: left;
    width: calc((100% - 120px) / 3);
    margin: 60px 0 0 40px
}

.travel-inspiration-list .list .e-text {
    height: calc(100% - 230px)
}

.travel-inspiration-list .list .e-text dt {
    line-height: 1.2;
    height: auto
}

.travel-inspiration-list .list .e-text dd {
    margin: 20px 0 0 0;
    height: auto
}

@media screen and (max-width: 767px) {
    .travel-inspiration-list {
        margin:-50px 0 0 -20px
    }

    .travel-inspiration-list .list {
        width: calc((100% - 40px) / 2);
        margin: 50px 0 0 20px
    }

    .travel-inspiration-list .list .e-text {
        height: calc(100% - 121px);
        padding-bottom: 15px
    }

    .travel-inspiration-list .list .e-text dt {
        font-size: 19px;
        line-height: 1.1
    }

    .travel-inspiration-list .list .e-text dd {
        margin: 10px 0 0 0
    }
}

.swiper-event {
    padding: 0 0 100px 0
}

@media screen and (max-width: 767px) {
    .swiper-event {
        padding:0 0 30px 0
    }
}

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

.swiper-event .e-img {
    height: 360px
}

.swiper-event .e-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-event .e-text {
    padding: 15px 70px 0
}

.swiper-event .e-text .m-info dt {
    font-size: 28px;
    font-family: "BarlowCondensed-Bold", sans-serif;
    line-height: 1.2
}

.swiper-event .e-text .m-info dd.s-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 0 0
}

.swiper-event .e-text .m-info dd.s-period .e-icon {
    width: 45px
}

.swiper-event .e-text .m-info dd.s-period .e-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2px 0 0 0;
    font-size: 20px
}

.swiper-event .e-text .tag-list {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .swiper-event .e-img {
        height:156px
    }

    .swiper-event .e-text {
        padding: 10px 15px 0
    }

    .swiper-event .e-text .m-info dt {
        font-size: 19px
    }

    .swiper-event .e-text .m-info dd.s-period .e-icon {
        width: 20px
    }

    .swiper-event .e-text .m-info dd.s-period .e-icon img {
        width: 14px
    }

    .swiper-event .e-text .m-info dd.s-period .e-content {
        padding: 10px 0 0 0;
        font-size: 14px
    }

    .swiper-event .e-text .tag-list {
        margin-top: 8px
    }
}

.swiper-event .swiper-pagination {
    bottom: -5px
}

.swiper-event .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    border: 1px solid #707070;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 10px
}

.swiper-event .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00AEBB;
    border: 1px solid #00AEBB
}

@media screen and (max-width: 767px) {
    .swiper-event .swiper-pagination .swiper-pagination-bullet {
        width:5px;
        height: 5px;
        margin: 0 5px
    }
}

.status-block .l-inner {
    border: 1px solid #88CED0;
    display: inline-block;
    border-radius: 6px;
    color: #88CED0;
    line-height: 1;
    font-size: 14px;
    font-family: "BarlowCondensed-SemiBold", sans-serif;
    padding: 10px
}

.status-block .l-inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.status-block .l-inner dl dt {
    margin: 0 5px 0 0
}

@media screen and (max-width: 767px) {
    .status-block .l-inner {
        border-radius:3px;
        font-size: 10px;
        padding: 7px
    }
}

.note-block {
    background-color: #F0FBFF;
    border-radius: 6px;
    font-size: 16px;
    padding: 20px 40px
}

.note-block__ttl {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1em;
    font-family: "Roboto-Bold", sans-serif
}

.note-block__body {
    font-size: 16px;
    line-height: 1.9
}

@media screen and (max-width: 767px) {
    .note-block .l-inner {
        border-radius:3px;
        font-size: 10px;
        padding: 7px
    }
}

.g-header {
    position: relative;
    width: 100%
}

body:not(.home) .g-header {
    position: fixed;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.9)
}

.home-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-video .sound-btn {
    z-index: 100;
    position: absolute;
    left: 50px;
    bottom: 46px;
    cursor: pointer;
    width: 32px;
    height: auto;
    display: block
}

@media screen and (max-width: 767px) {
    .home-video .sound-btn {
        left:25px;
        bottom: 23px;
        width: 25px;
        height: auto
    }
}

.home-video .loading {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%!important;
    width: 100%!important;
    overflow: hidden
}

.home-video #home-video-play {
    display: none
}

.home-video .play-btn {
    position: absolute;
    left: 25px;
    top: 280px;
    width: 38px;
    height: auto
}

.header-wrap {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%
}

.header-wrap .g-navi {
    padding: 20px 20px 0 0;
    font-family: "BarlowCondensed-Bold", sans-serif;
    position: relative
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi {
        padding:0;
        height: 77px
    }
}

.header-wrap .g-navi .e-logo {
    display: none
}

.header-wrap .g-navi>ul {
    float: right
}

.header-wrap .g-navi>ul>li {
    float: left;
    padding: 8px 22px;
    border-left: 1px solid rgba(0, 0, 0, 0)
}

.header-wrap .g-navi>ul>li>.navi-element,.header-wrap .g-navi>ul>li>.navi-element a {
    color: #ffffff;
    text-decoration: none
}

.header-wrap .g-navi>ul>li>.navi-element.v-text,.header-wrap .g-navi>ul>li>.navi-element a.v-text {
    letter-spacing: 0.03em;
    font-size: 18px;
    margin-top: -2px
}

.header-wrap .g-navi>ul>li.single-menu:hover>.navi-element a {
    border-bottom: 3px solid #EC6800;
    padding-bottom: 7px
}

.header-wrap .g-navi>ul>.e-share {
    padding: 0 0 0 9px;
    margin: 9px 0 0 10px;
    position: relative;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0)!important
}

.header-wrap .g-navi>ul>.e-share>.navi-element {
    display: block;
    background-image: url(../img/icon-share-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 27px;
    height: 27px;
    position: relative;
    z-index: 200
}

.header-wrap .g-navi>ul>.e-search {
    padding: 0 0 0 9px;
    margin: 9px 0 0 10px
}

.header-wrap .g-navi>ul>.e-search>a {
    display: block;
    background-image: url(../img/icon-search-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 27px;
    height: 27px
}

.header-wrap .g-navi>ul>.e-language {
    padding: 0 0 0 9px;
    margin: 9px 0 0 10px;
    position: relative;
    cursor: pointer
}

.header-wrap .g-navi>ul>.e-language>.navi-element {
    display: block;
    background-image: url(../img/icon-language-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 27px;
    height: 27px;
    position: relative;
    z-index: 200
}

.header-wrap .g-navi>ul .navi-contents {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10000;
    padding: 30px 40px 20px
}

.header-wrap .g-navi>ul .navi-contents ul {
    font-size: 0;
    margin: -20px 0 0 0
}

.header-wrap .g-navi>ul .navi-contents ul li {
    float: left;
    width: 314px;
    margin: 20px 0 0 0
}

.header-wrap .g-navi>ul .navi-contents ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #333333;
    text-decoration: none
}

.header-wrap .g-navi>ul .navi-contents ul li a .e-img {
    width: 141px;
    margin: 0 18px 0 0;
    background-color: #000000;
    border-radius: 6px
}

.header-wrap .g-navi>ul .navi-contents ul li a .e-img img {
    border-radius: 6px
}

.header-wrap .g-navi>ul .navi-contents ul li a .e-text {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: normal;
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 22px;
    line-height: 1.22
}

.header-wrap .g-navi>ul .navi-contents ul li a:hover {
    color: #EC6800
}

.header-wrap .g-navi>ul .navi-contents ul li a:hover .e-img img {
    opacity: 0.7
}

.header-wrap .g-navi>ul .navi-contents.v-share {
    width: auto;
    left: auto;
    right: 0;
    top: 41px;
    line-height: 1.9;
    padding: 0
}

.header-wrap .g-navi>ul .navi-contents.v-share:before {
    content: '';
    position: absolute;
    right: 6px;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 7px solid transparent
}

.header-wrap .g-navi>ul .navi-contents.v-share dl {
    white-space: nowrap
}

.header-wrap .g-navi>ul .navi-contents.v-share dl dt {
    font-family: "Roboto-Regular", sans-serif;
    border-bottom: 1px solid #707070;
    line-height: 1;
    padding: 10px 20px
}

.header-wrap .g-navi>ul .navi-contents.v-share dl dd {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 12px
}

.header-wrap .g-navi>ul .navi-contents.v-share dl dd a {
    display: block;
    padding: 3px 0 3px 15px
}

.header-wrap .g-navi>ul .navi-contents.v-share dl dd img {
    vertical-align: middle;
    margin: 0 10px 0 0
}

.header-wrap .g-navi>ul .navi-contents.v-share.open {
    display: block
}

.header-wrap .g-navi>ul .navi-contents.v-language {
    width: auto;
    left: auto;
    right: 0;
    top: 45px;
    padding: 10px 25px 15px 20px;
    line-height: 1.9
}

.header-wrap .g-navi>ul .navi-contents.v-language:before {
    content: '';
    position: absolute;
    right: 7px;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 7px solid transparent
}

.header-wrap .g-navi>ul .navi-contents.v-language ul {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 14px;
    margin: 0
}

.header-wrap .g-navi>ul .navi-contents.v-language ul li {
    float: none;
    width: auto;
    margin: 0
}

.header-wrap .g-navi>ul .navi-contents.v-language ul li a {
    display: block;
    white-space: nowrap
}

.header-wrap .g-navi>ul .navi-contents.v-language.open {
    display: block
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi>ul .navi-contents.v-language {
        width:100vw;
        right: -70px;
        padding: 35px 0 25px
    }

    .header-wrap .g-navi>ul .navi-contents.v-language:before {
        right: 75px
    }

    .header-wrap .g-navi>ul .navi-contents.v-language ul:after {
        content: "";
        display: block;
        clear: both
    }

    .header-wrap .g-navi>ul .navi-contents.v-language ul li {
        float: left;
        width: 50%;
        text-align: center
    }

    .header-wrap .g-navi>ul .navi-contents.v-language ul li a {
        padding: 10px 0
    }
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi>ul {
        float:none;
        position: absolute;
        right: 70px;
        top: 20px
    }

    .header-wrap .g-navi>ul>.navi-menu {
        display: none
    }

    .header-wrap .g-navi>ul>.e-share {
        margin: 2px 0 0 0
    }

    .header-wrap .g-navi>ul>.e-share>.navi-element {
        background-size: 20px auto;
        width: 20px;
        height: 23px
    }

    .header-wrap .g-navi>ul>.e-search {
        margin: 0 0 0 10px;
        border-left: none
    }

    .header-wrap .g-navi>ul>.e-search>a {
        background-size: 20px auto;
        width: 20px;
        height: 25px
    }

    .header-wrap .g-navi>ul>.e-language {
        margin: 1px 0 0 10px;
        border-left: none
    }

    .header-wrap .g-navi>ul>.e-language>.navi-element {
        background-size: 24px auto;
        width: 24px;
        height: 24px
    }
}

.header-wrap .g-navi.v-scroll {
    background: rgba(255, 255, 255, 0.9);
    padding: 16px 20px 0 0
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll {
        height:77px;
        padding: 0!important
    }
}

.header-wrap .g-navi.v-scroll .e-logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 300;
    width: 113px
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll .e-logo {
        left:15px;
        top: 12px;
        width: 116px
    }
}

.header-wrap .g-navi.v-scroll>ul .navi-contents ul {
    margin: -38px 0 0 0
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll>ul {
        top:27px
    }
}

.header-wrap .g-navi.v-scroll>ul>li {
    padding: 8px 0 26px;
    border-left: none!important;
    margin-top: 4px
}

.header-wrap .g-navi.v-scroll>ul>li>.navi-element a {
    padding: 0 22px;
    display: inline-block;
    color: #333333;
    text-decoration: none;
    border-left: 1px solid #707070
}

.header-wrap .g-navi.v-scroll>ul>li:first-child .navi-element a {
    border-left: none
}

.header-wrap .g-navi.v-scroll>ul>li.single-menu:hover>.navi-element a {
    border-bottom: 3px solid #EC6800;
    padding-bottom: 7px
}

.header-wrap .g-navi.v-scroll>ul>.e-share {
    padding: 0 0 0 9px;
    margin-top: 13px;
    border-left: 1px solid rgba(0, 0, 0, 0)!important
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll>ul>.e-share {
        margin-top:4px
    }
}

.header-wrap .g-navi.v-scroll>ul>.e-share>.navi-element {
    background-image: url(../img/icon-share-black.svg)
}

.header-wrap .g-navi.v-scroll>ul>.e-search {
    padding: 0 0 0 9px;
    border-left: 1px solid #707070!important;
    margin-top: 13px
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll>ul>.e-search {
        border-left:none!important;
        margin-top: 2px
    }
}

.header-wrap .g-navi.v-scroll>ul>.e-search>a {
    background-image: url(../img/icon-search-black.svg)
}

.header-wrap .g-navi.v-scroll>ul>.e-language {
    padding: 0 0 0 9px;
    border-left: 1px solid #707070!important;
    margin-top: 13px
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll>ul>.e-language {
        border-left:none!important;
        margin-top: 3px
    }
}

.header-wrap .g-navi.v-scroll>ul>.e-language>.navi-element {
    background-image: url(../img/icon-language-black.svg)
}

.header-wrap .g-navi.hover {
    background: rgba(255, 255, 255, 0.9)
}

.header-wrap .g-navi.hover>ul>li {
    border-left: 1px solid #707070;
    cursor: pointer
}

.header-wrap .g-navi.hover>ul>li:first-child {
    border: none
}

.header-wrap .g-navi.hover>ul>li .navi-element,.header-wrap .g-navi.hover>ul>li .navi-element a {
    color: #333333
}

.header-wrap .g-navi.hover>ul>li:hover .navi-element span {
    border-bottom: 3px solid #EC6800;
    padding-bottom: 7px
}

.header-wrap .g-navi.hover>ul>.e-share .navi-element {
    background-image: url(../img/icon-share-black.svg)
}

.header-wrap .g-navi.hover>ul>.e-search a {
    background-image: url(../img/icon-search-black.svg)
}

.header-wrap .g-navi.hover>ul>.e-language .navi-element {
    background-image: url(../img/icon-language-black.svg)
}

.header-wrap .g-navi.hover .navi-contents.open {
    display: block
}

.header-wrap .g-navi.v-under>ul>li {
    border-left: 1px solid #707070
}

.header-wrap .g-navi.v-under>ul>li:first-child {
    border-left: none
}

.header-wrap .g-navi.v-under>ul>li>.navi-element,.header-wrap .g-navi.v-under>ul>li>.navi-element a {
    color: #333333
}

.header-wrap .g-navi.v-under>ul>.e-share {
    border: none
}

.header-wrap .g-navi.v-under>ul>.e-share>.navi-element {
    background-image: url(../img/icon-share-black.svg)
}

.header-wrap .g-navi.v-under>ul>.e-search>a {
    background-image: url(../img/icon-search-black.svg)
}

.header-wrap .g-navi.v-under>ul>.e-language>.navi-element {
    background-image: url(../img/icon-language-black.svg)
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-under>ul>li {
        border-left:none!important
    }
}

.header-wrap .g-navi.v-scroll.v-under {
    background: none;
    padding: 20px 20px 0 0
}

.header-wrap .g-navi.v-scroll.v-under>ul>li {
    padding: 8px 22px;
    border-left: 1px solid #707070!important;
    margin-top: 0
}

.header-wrap .g-navi.v-scroll.v-under>ul>li>.navi-element a {
    padding: 0;
    display: inline;
    border-left: none
}

.header-wrap .g-navi.v-scroll.v-under>ul>li:first-child {
    border-left: none!important
}

.header-wrap .g-navi.v-scroll.v-under>ul>.e-share {
    padding: 0 0 0 9px;
    margin-top: 9px;
    border-left: 1px solid rgba(0, 0, 0, 0)!important
}

.header-wrap .g-navi.v-scroll.v-under>ul>.e-search {
    padding: 0 0 0 9px;
    margin-top: 9px
}

.header-wrap .g-navi.v-scroll.v-under>ul>.e-language {
    padding: 0 0 0 9px;
    margin-top: 9px
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll.v-under>ul>li {
        border-left:none!important
    }

    .header-wrap .g-navi.v-scroll.v-under>ul>.e-share {
        margin-top: 2px
    }

    .header-wrap .g-navi.v-scroll.v-under>ul>.e-search {
        margin-top: 0px
    }

    .header-wrap .g-navi.v-scroll.v-under>ul>.e-language {
        margin-top: 1px
    }
}

.header-wrap .g-navi>.e-menu {
    position: absolute;
    right: 25px;
    top: 22px;
    width: 23px
}

.header-wrap .g-navi>.e-menu svg {
    width: 100%
}

body.home .header-wrap .g-navi>.e-menu svg .a {
    stroke: #ffffff
}

body:not(.home) .header-wrap .g-navi>.e-menu svg .a {
    stroke: #000000
}

body.home .header-wrap .g-navi.v-scroll .e-menu svg .a {
    stroke: #000000
}

@media screen and (max-width: 767px) {
    .header-wrap .g-navi.v-scroll .e-menu {
        top:30px
    }
}

.header-wrap .g-navi .e-menu-block {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10000;
    overflow-y: scroll
}

body.home .header-wrap .g-navi .e-menu-block {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 0 51px 0
}

.header-wrap .g-navi .e-menu-block.open {
    -webkit-transform: translateX(75px);
    -ms-transform: translateX(75px);
    transform: translateX(75px)
}

.header-wrap .g-navi .e-menu-block .e-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 75px 0 0;
    padding: 13px 18px 15px 15px
}

.header-wrap .g-navi .e-menu-block .e-header .m-home {
    width: 113px
}

.header-wrap .g-navi .e-menu-block .e-header .m-home img {
    width: 100%
}

.header-wrap .g-navi .e-menu-block .e-header .m-close {
    width: 21px
}

.header-wrap .g-navi .e-menu-block .e-header .m-close img {
    width: 100%
}

.header-wrap .g-navi .e-menu-block .e-language {
    background-image: url(../img/icon-language-black.svg);
    background-position: left 30px center;
    background-repeat: no-repeat;
    padding: 23px 0 23px 75px
}

.header-wrap .g-navi .e-menu-block .e-language select {
    border: none;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 18px;
    background-image: url(../img/icon-arrow-bottom-02.svg);
    background-position: right 95px center;
    background-repeat: no-repeat;
    background-size: 15px auto
}

.header-wrap .g-navi .e-menu-block .e-navi {
    border-bottom: 1px solid #E6E6E6
}

.header-wrap .g-navi .e-menu-block .e-navi li {
    border-top: 1px solid #E6E6E6;
    font-size: 19px;
    font-family: "Roboto-Bold", sans-serif;
    text-align: left;
    line-height: 1
}

.header-wrap .g-navi .e-menu-block .e-navi li a {
    display: block;
    padding: 30px;
    text-decoration: none
}

.header-wrap .g-navi .e-menu-block .e-navi li .navi-element {
    display: block;
    padding: 30px;
    background-image: url(../img/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: right 95px center;
    background-size: 18px auto
}

.header-wrap .g-navi .e-menu-block .e-navi li .navi-element.open {
    background-image: url(../img/icon-minus.svg)
}

.header-wrap .g-navi .e-menu-block .e-navi li .navi-contents {
    display: none
}

.header-wrap .g-navi .e-menu-block .e-navi li .navi-contents a {
    background: none;
    padding-left: 45px;
    color: #333333
}

.header-wrap .g-navi .e-menu-block .e-navi li .navi-contents a:hover {
    color: #EC6800
}

.header-wrap .g-navi .e-menu-block .e-navi li .navi-contents .e-all a {
    padding-left: 30px;
    color: #00ADB2
}

.header-wrap .g-navi .e-menu-block .e-navi li .navi-contents .e-all a:hover {
    color: #EC6800
}

.header-wrap .g-navi .e-menu-block .e-link {
    margin: 32px 75px 0 0;
    padding: 0 23px 20px
}

.header-wrap .g-navi .e-menu-block .e-link .m-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrap .g-navi .e-menu-block .e-link .m-sns .i-fb {
    width: 42px
}

.header-wrap .g-navi .e-menu-block .e-link .m-sns .i-ig {
    width: 27px;
    margin: 0 0 0 30px
}

.header-wrap .g-navi .e-menu-block .e-link .m-sns .i-yt {
    width: 36px;
    margin: 0 0 0 35px
}

.header-wrap.v-under {
    position: relative;
    padding: 0 0 10px 0;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.header-wrap.v-under .e-logo {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 300;
    width: 113px
}

@media screen and (max-width: 767px) {
    .header-wrap.v-under {
        padding:0
    }

    .header-wrap.v-under .e-logo {
        left: 15px;
        top: 12px;
        width: 116px
    }

    .header-wrap.v-under .g-navi>.e-menu {
        top: 30px
    }

    .header-wrap.v-under .g-navi>ul {
        top: 27px
    }
}

.home-logo {
    position: absolute;
    left: 50px;
    top: 150px
}

@media screen and (max-width: 767px) {
    .home-logo {
        left:15px;
        top: 134px;
        width: 260px
    }
}

@media screen and (max-width: 767px) {
    #iframe_ytPlayer {
        height:100%!important;
        margin-top: 0!important
    }
}

#ytPlayerWrap-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

#ytPlayerWrap-container #ytPlayerWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
}

@media screen and (max-width: 767px) {
    #ytPlayerWrap-container {
        padding-top:0
    }

    #ytPlayerWrap-container #ytPlayerWrap {
        position: static;
        height: calc(100vh - 100px)!important
    }
}

.home-caution {
    background-color: #EC6800;
    padding: 0px 20px;
    text-align: center
}

.home-caution.close {
    display: none
}

.home-caution .l-inner {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-caution .l-inner .e-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home-caution .l-inner .e-text:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-caution.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 24px auto;
    vertical-align: top
}

.home-caution .l-inner .e-text a {
    color: #ffffff
}

.home-caution .l-inner .e-close {
    width: 19px;
    margin: 5px 0 0 50px;
    cursor: pointer;
    font-size: 0
}

@media screen and (max-width: 767px) {
    .home-caution {
        padding:5px 10px 5px 15px
    }

    .home-caution .l-inner .e-text {
        font-size: 12px
    }

    .home-caution .l-inner .e-text:before {
        width: 16px;
        height: 16px;
        background-size: 16px auto;
        vertical-align: text-bottom;
        margin-right: 3px
    }

    .home-caution .l-inner .e-close {
        width: 9px;
        margin: 6px 0 0 20px
    }
}

.g-footer {
    padding: 50px 50px 30px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.g-footer .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.g-footer .l-inner .e-navi {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.03em
}

.g-footer .l-inner .e-navi li a {
    color: #333333;
    text-decoration: none
}

.g-footer .l-inner .e-navi li a:hover {
    color: #EC6800
}

.g-footer .l-inner .e-navi li img {
    margin: 0 0 0 10px;
    vertical-align: middle
}

.g-footer .l-inner .m-official-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0 0
}

.g-footer .l-inner .m-official-link li img {
    margin: 0
}

.g-footer .l-inner .m-official-link li.s-ocvb {
    margin: 0 0 0 50px
}

.g-footer .l-inner .e-link {
    width: 333px;
    padding: 5px 0 0 0
}

.g-footer .l-inner .e-link .m-sns {
    width: 230px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.g-footer .l-inner .e-link .m-sns .s-ig {
    width: 35px
}

.g-footer .l-inner .e-link .m-sns .s-yt {
    width: 47px
}

.g-footer .e-copyright {
    margin: 50px 0 0 0;
    text-align: center
}

@media screen and (max-width: 767px) {
    .g-footer {
        padding:40px 0 90px
    }

    .g-footer .l-inner {
        display: block
    }

    .g-footer .l-inner .e-logo {
        width: 230px;
        margin: 0 auto
    }

    .g-footer .l-inner .e-logo img {
        width: 100%
    }

    .g-footer .l-inner .e-navi {
        font-size: 20px;
        line-height: 2;
        margin: 40px 0 0 0;
        text-align: center
    }

    .g-footer .l-inner .e-navi ul {
        display: inline-block;
        text-align: left
    }

    .g-footer .l-inner .e-navi li img {
        width: 11px;
        height: auto
    }

    .g-footer .l-inner .m-official-link {
        width: 230px;
        margin: 30px auto 0
    }

    .g-footer .l-inner .m-official-link li.s-ocvb {
        margin: 0 0 0 55px
    }

    .g-footer .l-inner .e-link {
        width: 180px;
        padding: 0;
        margin: 30px auto 0
    }

    .g-footer .l-inner .e-link .m-sns {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .g-footer .l-inner .e-link .m-sns .s-fb {
        width: 42px
    }

    .g-footer .l-inner .e-link .m-sns .s-ig {
        width: 27px
    }

    .g-footer .l-inner .e-link .m-sns .s-yt {
        width: 36px
    }

    .g-footer .e-copyright {
        margin: 40px 0 0 0;
        font-size: 9px
    }
}

.post-block .e-heading {
    margin: 0 0 30px 0
}

.post-block .e-heading .m-cate {
    color: #707070;
    font-size: 20px;
    font-family: "Roboto-Bold", sans-serif
}

.post-block .e-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 55px;
    line-height: 1.11
}

.post-block .e-heading div {
    margin: 15px 0 0 0;
    font-family: "NotoSansJP-Regular", sans-serif
}

.post-block .e-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post-block .e-period .e-icon {
    width: 45px
}

.post-block .e-period .e-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2px 0 0 0
}

.post-block .e-announcement {
    border: 1px solid #EC6800;
    border-radius: 6px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 0 0
}

.post-block .e-announcement dt {
    font-family: "Roboto-Bold", sans-serif;
    margin: 0 30px 0 0
}

.post-block .e-announcement dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.post-block  {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 35px;
    line-height: 1.28;
    margin: 50px 0 30px
}

.post-block  {
    font-size: 18px;
    margin: 50px 0 10px;
    line-height: 1.55
}

.post-block p {
    line-height: 1.93
}

.post-block figure {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    margin: 0 0 10px 0
}

.post-block figure img {
    width: 100%;
    height: auto
}

.post-block figure figcaption {
    margin: 10px 0 0 0
}

@media screen and (max-width: 767px) {
    .post-block .e-heading .m-cate {
        font-size:12px
    }

    .post-block .e-heading {
        font-size: 35px;
        margin: 5px 0 0 0
    }

    .post-block .e-period .e-icon {
        width: 24px
    }

    .post-block .e-period .e-icon img {
        width: 14px
    }

    .post-block .e-period .e-content {
        padding: 6px 0 0 0
    }

    .post-block .e-announcement {
        border-radius: 3px;
        padding: 10px 15px;
        display: block
    }

    .post-block .e-announcement dt {
        margin: 0;
        font-size: 16px;
        text-align: center
    }

    .post-block  {
        font-size: 22px;
        margin: 40px 0 20px
    }

    .post-block .v-small {
        font-size: 16px;
        margin: 30px 0 10px
    }

    .post-block p {
        line-height: 1.75
    }

    .post-block figure {
        line-height: 1.25
    }

    .post-block figure img {
        margin: 0 -30px;
        width: calc(100% + 60px);
        max-width: inherit;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .post-block figure img.wide-none {
        margin: 0;
        width: 100%
    }

    .post-block figure figcaption {
        margin: 5px 0 0 0
    }
}

.post-block.v-2 {
    margin: 15px 0 0 0
}

.post-block.v-2 figure {
    margin: 0 0 45px 0
}

.post-block.v-2>*+* {
    margin: 1em 0 0 0
}

.post-block.v-2>*+.margin-l {
    margin: 3em 0 0 0
}

@media screen and (max-width: 767px) {
    .post-block.v-2 figure {
        margin:0 0 30px 0
    }

    .post-block.v-2 figure img {
        margin: 0;
        width: 100%;
        height: auto;
        -o-object-fit: inherit;
        object-fit: inherit
    }

    .post-block.v-2>h2+* {
        margin: 0.5em 0 0 0
    }
}

.information-block {
    background-color: #F0FBFF;
    padding: 40px;
    margin: 50px auto;
    border-radius: 6px
}

.information-block dl+dl {
    margin: 40px 0 0 0
}

.information-block dl dt {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 20px
}

.information-block dl.v-inline>dd,.information-block dl.v-inline>dt {
    display: inline-block
}

.information-block dl dl {
    margin: 20px 0 0 0;
    padding: 0 0 0 40px
}

.information-block dl dl p {
    margin: 0 0 1.5em 0
}

.information-block dl .e-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.information-block dl .e-map img {
    margin: 2px 7px 0 0
}

@media screen and (max-width: 767px) {
    .information-block {
        padding:15px;
        margin: 40px auto;
        border-radius: 3px
    }

    .information-block dl+dl {
        margin: 20px 0 0 0
    }

    .information-block dl dt {
        font-size: 16px
    }

    .information-block dl dl {
        margin: 15px 0 0 0;
        padding: 0 0 0 25px
    }

    .information-block dl .e-map img {
        width: 20px;
        margin: 3px 7px 0 0
    }
}

.information-block-02 {
    margin: 50px 0 0 0
}

.information-block-02 .e-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.information-block-02 .e-item+.e-item {
    margin: 30px 0 0 0
}

.information-block-02 .e-item .e-icon {
    width: 45px
}

.information-block-02 .e-item .e-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2px 0 0 0
}

.information-block-02 .e-item.e-note {
    background-color: #F0FBFF;
    border-radius: 6px;
    padding: 15px 40px 15px 40px;
    display: block
}

.information-block-02 .e-item.e-note dt {
    font-family: "Roboto-Bold", sans-serif
}

.information-block-02 .e-item.e-contact .e-text {
    width: auto;
    font-family: "Roboto-Bold", sans-serif;
    margin: 0 17px 0 0
}

.information-block-02 .e-item.e-contact .e-content {
    padding: 0
}

.information-block-02 .tag-list {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .information-block-02 {
        margin:30px 0 0 0
    }

    .information-block-02 .e-item+.e-item {
        margin: 5px 0 0 0
    }

    .information-block-02 .e-item .e-icon {
        width: 25px
    }

    .information-block-02 .e-item .e-icon img {
        zoom:0.5}

    .information-block-02 .e-item .e-content {
        padding: 6px 0 0 0
    }

    .information-block-02 .e-item.e-map {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .information-block-02 .e-item.e-note {
        border-radius: 3px;
        padding: 15px 25px;
        margin: 10px 0 0 0
    }

    .information-block-02 .e-item.e-contact .e-text {
        margin: 0 15px 0 0
    }

    .information-block-02 .tag-list {
        margin-top: 40px
    }
}

.information-block-03 {
    background-color: #F0FBFF;
    padding: 40px 0 0 0
}

.information-block-03 .l-inner {
    padding: 20px 60px 50px
}

.information-block-03 .e-heading {
    font-size: 22px;
    font-family: "Roboto-Bold", sans-serif;
    text-align: center;
    line-height: 1.33
}

@media screen and (max-width: 767px) {
    .information-block-03 {
        padding:20px 0 0 0;
        font-size: 13px
    }

    .information-block-03 .l-inner {
        padding: 10px 20px 20px
    }

    .information-block-03 .e-heading {
        font-size: 15px;
        padding: 0 20px;
        text-align: left
    }
}

.map-block {
    text-align: center;
    margin: 50px 0 0 0
}

.map-block.v-w-100 iframe {
    width: 100%
}

@media screen and (max-width: 767px) {
    .map-block {
        margin:40px 0 0 0
    }

    .map-block.v-w-100 iframe,.map-block iframe {
        margin: 0 -30px;
        width: calc(100% + 60px);
        height: 280px
    }

    .map-block.v-w-100 iframe.margin-sp-zero {
        width: 100%
    }
}

.pagination-img-block {
    margin: 120px 0 0 0
}

.pagination-img-block.v-wide {
    margin-left: -50px;
    margin-right: -50px
}

@media screen and (max-width: 767px) {
    .pagination-img-block {
        margin:90px 0 0 0
    }

    .pagination-img-block.v-wide {
        margin-left: 0;
        margin-right: 0
    }
}

.post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    margin: 50px 0 0 0
}

.post-pagination img {
    vertical-align: inherit
}

.post-pagination a {
    text-decoration: none;
    display: block;
    padding: 0 5px;
    border-bottom: 3px solid rgba(255, 255, 255, 0)
}

.post-pagination a:hover {
    border-bottom: 3px solid #EC6800
}

.post-pagination .e-left {
    margin: 0 0 0 35px
}

.post-pagination .e-right {
    margin: 0 35px 0 0
}

.post-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 40px
}

.post-pagination ul li {
    margin: 0 0 0 15px
}

.post-pagination ul li:first-child {
    margin: 0
}

.post-pagination ul li.current {
    border-bottom: 3px solid #EC6800;
    padding: 0 5px
}

@media screen and (max-width: 767px) {
    .post-pagination {
        font-size:22px;
        margin: 70px 0 0 0
    }

    .post-pagination .e-left {
        margin: 0 0 0 30px
    }

    .post-pagination .e-right {
        margin: 0 30px 0 0
    }

    .post-pagination ul {
        margin: 0 30px
    }

    .post-pagination ul li {
        margin: 0 0 0 10px
    }
}

.travelInspiration .lead {
    margin-top: 48px
}

@media screen and (max-width: 767px) {
    .travelInspiration .lead {
        margin-top:30px
    }
}

.travelInspiration .lead_image {
    margin-top: 64px
}

@media screen and (max-width: 767px) {
    .travelInspiration .lead_image {
        margin-top:48px
    }
}

.travelInspiration .lead_description {
    margin-top: 32px
}

@media screen and (max-width: 767px) {
    .travelInspiration .lead_description {
        margin-top:24px
    }
}

.travelInspiration .repeatSection {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .travelInspiration .repeatSection {
        margin-top:40px
    }
}

.travelInspiration .repeatSection .section:first-child {
    padding-top: 0
}

.travelInspiration .repeatBlock:not(:first-child) {
    margin-top: 120px
}

@media screen and (max-width: 767px) {
    .travelInspiration .repeatBlock:not(:first-child) {
        margin-top:60px
    }
}

.travelInspiration .section_body {
    max-width: 600px;
    margin: auto;
    background: #F0FBFF;
    padding: 48px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media screen and (max-width: 767px) {
    .travelInspiration .section_body {
        width:90%!important;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.travelInspiration .section_body p a:after {
    content: '';
    display: inline-block;
    background-image: url(../img/icon-external-link-color.svg);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px
}

@media screen and (max-width: 767px) {
    .travelInspiration .section_body p a:after {
        background-size:9px 9px;
        width: 9px;
        height: 9px;
        margin: 0 10px 0 5px
    }
}

.travelInspiration .section_gallery,.travelInspiration .section_image {
    position: relative;
    z-index: 2
}

.travelInspiration .section_gallery_caption,.travelInspiration .section_image_caption {
    margin-top: 16px;
    font-size: 12px;
    font-style: italic;
    color: #666
}

.travelInspiration .section_gallery:before,.travelInspiration .section_image:before {
    content: "";
    background: #F0FBFF;
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 696px;
    height: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

@media screen and (max-width: 767px) {
    .travelInspiration .section_gallery:before,.travelInspiration .section_image:before {
        width:100%;
        height: 100px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.travelInspiration .aboutGuide {
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    .travelInspiration .aboutGuide {
        margin-top:48px
    }
}

.travelInspiration .section_comment {
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    .travelInspiration .section_comment {
        margin-top:48px
    }
}

.travelInspiration .section_youtube {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .travelInspiration .section_youtube {
        margin-top:60px
    }
}

.travelInspiration .section_youtube iframe {
    width: 100%;
    height: 100%;
    min-height: 338px
}

@media screen and (max-width: 767px) {
    .travelInspiration .section_youtube iframe {
        min-height:224px
    }
}

.travelInspiration-powerPage .section_image:before {
    content: none
}

.travelInspiration-powerPage .section_body {
    margin-top: 40px;
    max-width: 600px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

@media screen and (max-width: 767px) {
    .travelInspiration-powerPage .section_body {
        width:100%
    }
}

.travelInspiration-powerPage .heading-12 {
    text-align: center
}

.travelInspiration-powerPage .spotSection {
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    .travelInspiration-powerPage .spotSection {
        margin-top:48px
    }
}

.travelInspiration .section_lead {
    margin-bottom: 56px
}

@media screen and (max-width: 767px) {
    .travelInspiration .section_lead {
        margin-bottom:40px
    }
}

body {
    overflow-wrap: break-word;
    word-break: break-word;
    line-break: strict;
    word-wrap: break-word
}

.search-block {
    padding: 40px 180px 50px
}

.search-block {
    text-align: center;
    margin: 0 0 20px 0
}

.search-block .e-search {
    background-color: #ffffff;
    border: 1px solid #00ADB2;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 10px 20px
}

.search-block .e-search dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.search-block .e-search dt input {
    border: none;
    line-height: 1;
    height: 100%
}

.search-block .e-search dt input::-webkit-input-placeholder {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 14px
}

.search-block .e-search dt input:-ms-input-placeholder {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 14px
}

.search-block .e-search dt input::-ms-input-placeholder {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 14px
}

.search-block .e-search dt input::placeholder {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 14px
}

.search-block .e-search dd {
    line-height: 1
}

.search-block .e-search dd button {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer
}

.search-block .e-search dd button:hover svg .a {
    fill: #EC6800
}

.search-block .e-tag {
    margin: 30px 0 0 0
}

.search-block .e-tag dt {
    text-align: center
}

.search-block .e-tag dd {
    margin: 20px 0 0 0
}

.search-block .e-tag dd .tag-list {
    height: 85px;
    overflow: hidden
}

.search-block .e-tag dd .tag-list.open {
    height: auto;
    overflow: auto
}

.search-block .e-tag dd .btn-01 {
    margin: 15px 0 0 0
}

.search-block .search-reset {
    margin: 20px 0 0 0;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .search-block {
        padding:20px 15px 30px
    }

    .search-block {
        margin: 0 0 10px 0
    }

    .search-block .e-search {
        padding: 7px 7px 7px 15px
    }

    .search-block .e-tag {
        margin: 15px 0 0 0
    }

    .search-block .e-tag dd {
        margin: 10px 0 0 0
    }

    .search-block .e-tag dd .tag-list {
        height: 72px
    }

    .search-block .e-tag dd .btn-01 {
        margin: 25px 0 0 0
    }
}

.search-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    margin: 0 0 60px 0
}

.search-info .e-total span {
    font-size: 26px
}

.search-info .e-showing {
    font-family: "BarlowCondensed-MediumItalic", sans-serif;
    font-style: italic;
    color: #BCBCBC
}

@media screen and (max-width: 767px) {
    .search-info {
        margin:0 0 30px 0
    }

    .search-info .e-total span {
        font-size: 19px
    }
}

.spot-info-block {
    margin: 30px 0 0 0
}

@media screen and (max-width: 767px) {
    .spot-info-block {
        margin:20px 0 0 0
    }
}

.spot-info-block .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.spot-info-block .l-inner .e-img {
    width: 390px;
    margin: 0 35px 0 0
}

.spot-info-block .l-inner .e-img dd {
    font-family: "BarlowCondensed-LightItalic", sans-serif;
    font-style: italic;
    margin: 10px 0 0 0;
    line-height: 1.25
}

.spot-info-block .l-inner .e-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.spot-info-block .l-inner .e-text dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.spot-info-block .l-inner .e-text dl+dl {
    margin: 5px 0 0 0
}

.spot-info-block .l-inner .e-text dl dt {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 20px;
    width: 165px
}

.spot-info-block .l-inner .e-text dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3px 0 0 0;
    word-break: break-all
}

@media screen and (max-width: 767px) {
    .spot-info-block .l-inner {
        display:block
    }

    .spot-info-block .l-inner .e-img {
        width: 100%;
        margin: 0
    }

    .spot-info-block .l-inner .e-img dt {
        margin: 0 -30px;
        width: calc(100% + 60px)
    }

    .spot-info-block .l-inner .e-img dd {
        margin: 5px 0 0 0
    }

    .spot-info-block .l-inner .e-text {
        margin: 30px 0 0 0
    }

    .spot-info-block .l-inner .e-text dl {
        display: block
    }

    .spot-info-block .l-inner .e-text dl+dl {
        margin: 15px 0 0 0
    }

    .spot-info-block .l-inner .e-text dl dt {
        font-size: 18px;
        width: 100%
    }

    .spot-info-block .l-inner .e-text dl dd {
        padding: 0
    }
}

.spot-info-block .e-icon {
    margin: 20px 0 0 0
}

.spot-info-block .e-icon ul {
    margin: -15px 0 0 -30px
}

.spot-info-block .e-icon ul:after {
    content: "";
    display: block;
    clear: both
}

.spot-info-block .e-icon ul li {
    float: left;
    margin: 15px 0 0 30px;
    position: relative;
    height: 100px;
    cursor: pointer
}

.spot-info-block .e-icon ul li div {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    text-align: center;
    background-color: #B7F0F4;
    margin: 13px 0 0 0;
    padding: 4px 8px;
    border-radius: 6px;
    line-height: 1.2
}

.spot-info-block .e-icon ul li div:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    border: 5px solid transparent;
    border-bottom: 10px solid #B7F0F4;
    border-top: none
}

.spot-info-block .e-icon ul li:hover div {
    display: block
}

@media screen and (max-width: 767px) {
    .spot-info-block .e-icon {
        margin:40px 0 0 0
    }

    .spot-info-block .e-icon ul {
        margin: -15px 0 0 -15px
    }

    .spot-info-block .e-icon ul li {
        margin: 15px 0 0 15px
    }
}

.spot-info-block .e-map {
    margin: 20px 0 0 0
}

.spot-info-block .e-map iframe {
    border-radius: 6px
}

@media screen and (max-width: 767px) {
    .spot-info-block .e-map {
        margin:35px 0 0 0
    }

    .spot-info-block .e-map iframe {
        margin: 0 -30px;
        width: calc(100% + 60px);
        height: 280px;
        border-radius: 3px
    }
}

.area-map {
    margin: 100px 0 0 0;
    text-align: center
}

.area-map iframe {
    width: 100%;
    height: 300px;
    border-radius: 6px
}

@media screen and (max-width: 767px) {
    .area-map {
        margin:35px 0 0 0
    }

    .area-map iframe {
        height: 240px;
        border-radius: 0
    }
}

.sitemap-block .e-heading {
    font-size: 30px;
    font-family: "BarlowCondensed-ExtraBold", sans-serif
}

.sitemap-block .e-list-01>li {
    margin: 30px 0 0 20px;
    font-family: "BarlowCondensed-Bold", sans-serif
}

.sitemap-block .e-list-01>li.top-none {
    margin-top: 10px
}

.sitemap-block .e-list-02>li {
    margin: 15px 0 0 60px
}

.sitemap-block .e-list-02>li:first-child {
    margin-top: 30px
}

.sitemap-block .e-list-03>li {
    margin: 15px 0 0 40px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.3
}

.sitemap-block .e-list-04>li {
    margin: 15px 0 0 40px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.3
}

@media screen and (max-width: 767px) {
    .sitemap-block .e-heading {
        font-size:24px
    }

    .sitemap-block .e-list-01>li {
        margin: 20px 0 0 5px
    }

    .sitemap-block .e-list-01>li.top-none {
        margin-top: 10px
    }

    .sitemap-block .e-list-02>li {
        margin: 10px 0 0 40px
    }

    .sitemap-block .e-list-02>li:first-child {
        margin-top: 15px
    }

    .sitemap-block .e-list-03>li {
        margin: 10px 0 0 25px
    }

    .sitemap-block .e-list-04>li {
        margin: 10px 0 0 25px
    }
}

.not-found-block {
    text-align: center
}

.not-found-block .e-deco img {
    width: 90px
}

.not-found-block .e-heading {
    color: #00ADB2;
    margin: 30px 0 0 0
}

.not-found-block .e-text {
    font-size: 20px;
    font-family: "Roboto-Bold", sans-serif
}

.not-found-block .e-img {
    margin: 50px 0 0 0
}

.not-found-block .e-list {
    margin: 40px 0 0 0
}

.not-found-block .e-list li+li {
    margin: 10px 0 0 0
}

@media screen and (max-width: 767px) {
    .not-found-block .e-deco img {
        width:45px
    }

    .not-found-block .e-heading {
        margin: 20px 0 0 0
    }

    .not-found-block .e-text {
        font-size: 14px
    }

    .not-found-block .e-img {
        margin: 30px 0 0 0
    }

    .not-found-block .e-list {
        margin: 30px 0 0 0
    }
}

.recommended-map {
    margin: 100px 0 0 0;
    border-radius: 6px;
    width: 100%;
    height: 578px
}

.recommended-map img {
    border-radius: 6px
}

@media screen and (max-width: 767px) {
    .recommended-map {
        width:calc(100% + 30px);
        margin: 50px -15px 0;
        border-radius: 3px;
        height: 300px
    }

    .recommended-map img {
        border-radius: 3px
    }
}

.recommended-block {
    border: 2px solid #00AEBB;
    border-radius: 6px;
    padding: 40px 47px 50px 46px;
    position: relative
}

.recommended-block>.e-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 40px;
    margin: 0 0 0 15px;
    line-height: 1.25
}

.recommended-block>.e-heading.v-02 {
    font-size: 35px
}

.recommended-block>.e-time {
    background-image: url(../img/icon-time.svg);
    background-position: left center;
    padding: 0 0 0 22px;
    margin: 10px 0 0 15px
}

.recommended-block>.e-lead {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 26px;
    margin: 0 0 0 15px
}

.recommended-block>.e-lead-s {
    margin: 10px 0 0 15px
}

.recommended-block>.e-img {
    margin: 30px 0 0 0
}

.recommended-block>.e-img .img-none {
    width: 100%;
    height: 436px;
    background-color: #E4E4E4;
    background-image: url(../img/logo-white-02.svg);
    background-position: center center
}

.recommended-block>.e-img .swiper-slide img {
    width: 100%
}

.recommended-block>.e-img img {
    height: 436px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.recommended-block>.e-text {
    margin: 20px 0 0 0;
    line-height: 2
}

.recommended-block>.e-text .icon-external-link {
    vertical-align: text-bottom
}

.recommended-block>.e-link {
    margin: 20px 0 0 -20px
}

.recommended-block>.e-link li {
    float: left;
    margin: 0 0 0 20px
}

.recommended-block>.e-link li img {
    vertical-align: text-bottom;
    margin: 0 0 0 10px
}

.recommended-block>.e-number {
    position: absolute;
    left: 15px;
    top: -30px
}

@media screen and (max-width: 767px) {
    .recommended-block {
        border:1px solid #00AEBB;
        border-radius: 4px;
        padding: 15px 15px 30px;
        margin: 0 -15px
    }

    .recommended-block>.e-heading {
        font-size: 27px;
        margin: 0 0 0 35px
    }

    .recommended-block>.e-heading.v-02 {
        font-size: 27px
    }

    .recommended-block>.e-time {
        background-size: 12px auto;
        padding: 0 0 0 18px;
        margin: 10px 0 0 0
    }

    .recommended-block>.e-lead {
        font-size: 17px;
        margin: 0 0 0 5px
    }

    .recommended-block>.e-lead-s {
        margin: 5px 0 0 35px
    }

    .recommended-block>.e-img {
        margin: 10px -15px 0
    }

    .recommended-block>.e-img .img-none {
        height: 260px;
        background-size: 60px auto
    }

    .recommended-block>.e-img img {
        height: 260px
    }

    .recommended-block>.e-text {
        margin: 15px 0 0 0;
        line-height: 2
    }

    .recommended-block>.e-text .icon-external-link {
        width: 9px;
        vertical-align: baseline
    }

    .recommended-block>.e-link {
        margin: 10px 0 0 -10px
    }

    .recommended-block>.e-link li {
        margin: 0 0 0 10px
    }

    .recommended-block>.e-link li img {
        width: 9px;
        margin: 0 0 0 5px;
        vertical-align: baseline
    }

    .recommended-block>.e-number {
        width: 37px;
        left: 8px;
        top: -23px
    }
}

.recommended-block-in {
    padding: 0 10px 0 15px;
    margin: 60px 0 0 0
}

@media screen and (max-width: 767px) {
    .recommended-block-in {
        padding:0 14px 0 14px;
        margin: 40px 0 0 0
    }
}

@media screen and (max-width: 767px) {
    .recommended-block-in+.recommended-block-in {
        margin:50px 0 0 0
    }
}

.recommended-block-in>.e-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 40px;
    margin: 0 0 30px 0;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    .recommended-block-in>.e-heading {
        font-size:27px;
        margin: 0 0 15px 0
    }
}

.recommended-block-in .recommended-box+.recommended-box {
    margin: 60px 0 0 0
}

@media screen and (max-width: 767px) {
    .recommended-block-in .recommended-box+.recommended-box {
        margin:40px 0 0 0
    }
}

.recommended-block-in .recommended-box>.e-heading {
    font-family: "BarlowCondensed-Bold", sans-serif;
    font-size: 26px;
    margin: 0 0 10px 0;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    .recommended-block-in .recommended-box>.e-heading {
        font-size:17px;
        margin: 0 0 15px 0
    }
}

.recommended-block-in .recommended-box>.e-time .m-car {
    background-image: url(../img/icon-car.svg);
    background-position: left center;
    padding: 0 0 0 30px
}

.recommended-block-in .recommended-box>.e-time .m-walk {
    background-image: url(../img/icon-walk.svg);
    background-position: left 3px center;
    background-size: auto 22px;
    padding: 0 0 0 30px
}

.recommended-block-in .recommended-box>.e-time .m-time {
    background-image: url(../img/icon-time.svg);
    background-position: left 2px center;
    padding: 0 0 0 30px
}

@media screen and (max-width: 767px) {
    .recommended-block-in .recommended-box>.e-time {
        display:block;
        line-height: 1.3
    }

    .recommended-block-in .recommended-box>.e-time *+* {
        margin: 10px 0 0 0
    }

    .recommended-block-in .recommended-box>.e-time .m-car {
        background-position: left top 2px;
        background-size: 15px;
        padding: 0 0 0 20px
    }

    .recommended-block-in .recommended-box>.e-time .m-walk {
        background-position: left 2px top;
        background-size: auto 18px;
        padding: 0 0 0 20px
    }

    .recommended-block-in .recommended-box>.e-time .m-time {
        background-position: left top 2px;
        background-size: 15px;
        padding: 0 0 0 20px
    }
}

.recommended-block-in .recommended-box>.l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0 0
}

.recommended-block-in .recommended-box>.l-wrap .e-img {
    width: 212px;
    margin: 0 20px 0 0
}

.recommended-block-in .recommended-box>.l-wrap .e-img .img-none {
    width: 100%;
    height: 174px;
    background-color: #E4E4E4;
    background-image: url(../img/logo-white-02.svg);
    background-position: center center;
    border-radius: 6px
}

.recommended-block-in .recommended-box>.l-wrap .e-img img {
    border-radius: 6px;
    height: 174px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.recommended-block-in .recommended-box>.l-wrap .e-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.recommended-block-in .recommended-box>.l-wrap .e-text .m-text {
    line-height: 1.93
}

.recommended-block-in .recommended-box>.l-wrap .e-text .m-link {
    margin: 0 0 0 -10px
}

.recommended-block-in .recommended-box>.l-wrap .e-text .m-link li {
    float: left;
    margin: 0 0 0 10px
}

.recommended-block-in .recommended-box>.l-wrap .e-text .m-link li img {
    vertical-align: text-bottom;
    margin: 0 0 0 5px
}

@media screen and (max-width: 767px) {
    .recommended-block-in .recommended-box>.l-wrap {
        display:block;
        margin: 25px 0 0 0
    }

    .recommended-block-in .recommended-box>.l-wrap .e-img {
        width: 100%;
        margin: 0
    }

    .recommended-block-in .recommended-box>.l-wrap .e-img .img-none {
        height: 215px;
        border-radius: 3px;
        background-size: 60px auto
    }

    .recommended-block-in .recommended-box>.l-wrap .e-img img {
        border-radius: 3px;
        width: 100%;
        height: 236px
    }

    .recommended-block-in .recommended-box>.l-wrap .e-text {
        margin: 30px 0 0 0
    }

    .recommended-block-in .recommended-box>.l-wrap .e-text .m-link {
        margin: 10px 0 0 -10px
    }

    .recommended-block-in .recommended-box>.l-wrap .e-text .m-link li {
        margin: 0 0 0 10px
    }

    .recommended-block-in .recommended-box>.l-wrap .e-text .m-link li img {
        width: 9px;
        margin: 0 0 0 5px;
        vertical-align: baseline
    }
}

.recommended-block-in .swiper-recommended-small {
    padding-bottom: 30px
}

.recommended-block-in .swiper-recommended-small .swiper-button-next,.recommended-block-in .swiper-recommended-small .swiper-button-prev {
    top: calc(50% - 15px)
}

.recommended-block-in .swiper-recommended-small .swiper-pagination-bullet {
    background-color: #E4E4E4;
    opacity: 0.4;
    width: 10px;
    height: 10px
}

.recommended-block-in .swiper-recommended-small .swiper-pagination-bullet-active {
    background-color: #E4E4E4;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .recommended-block-in .swiper-recommended-small {
        padding-bottom:0
    }

    .recommended-block-in .swiper-recommended-small .swiper-button-next,.recommended-block-in .swiper-recommended-small .swiper-button-prev {
        top: 50%
    }

    .recommended-block-in .swiper-recommended-small .swiper-pagination-bullet {
        background-color: #ffffff;
        opacity: 0.2;
        width: 6px;
        height: 6px
    }

    .recommended-block-in .swiper-recommended-small .swiper-pagination-bullet-active {
        background-color: #ffffff;
        opacity: 1
    }
}

.recommended-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 72px;
    position: relative
}

.recommended-flow:before {
    content: '';
    width: 2px;
    height: 45px;
    background-color: #00AEBB;
    margin: 0 0 0 29px
}

.recommended-flow:after {
    content: '';
    width: 2px;
    height: 45px;
    background-color: #00AEBB;
    margin: 0 0 0 29px
}

.recommended-flow img {
    width: 60px
}

.recommended-flow .e-value {
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .recommended-flow {
        margin:0 0 0 50px
    }

    .recommended-flow:before {
        content: '';
        width: 1px;
        height: 25px;
        margin: 0 0 0 26px
    }

    .recommended-flow:after {
        width: 1px;
        height: 25px;
        margin: 0 0 0 26px
    }

    .recommended-flow img {
        width: 53px
    }

    .recommended-flow .e-value {
        left: 65px
    }
}
/*****************************/

.link-block-11 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* spacing between items */
}

.e-list {
  flex: 1 1 calc(33.333% - 20px); /* 3 per row */
  display: flex;
  flex-direction: column;
}

/* Mobile adjustments */
@media screen and (max-width: 767px) {
  .link-block-11 {
    display: block;       /* stack items */
    overflow-x: visible;  /* remove horizontal scroll */
    padding: 0;           /* reset spacing */
    margin: 0 auto;
  }

  .link-block-11 .e-list {
    width: 100%;          /* full width */
    margin: 20px 0;       /* spacing between cards */
  }

  .link-block-11 .e-list figure {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .link-block-11 .e-list img {
    width: 100%;
    height: auto;         /* keep natural height */
    object-fit: cover;
    display: block;
  }

  .link-block-11 .m-text {
    padding: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .link-block-11 .s-heading {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
