@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

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

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

input,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: #EEEEEE;
    border-radius: 5px;
    display: block;
}

input:focus,
textarea:focus {
    outline: none;
}

.required {
    background-color: #DB6224;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 7px;
    width: 54px;
    height: 22px;
    line-height: 19px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .required {
        font-size: 12px;
        right: 10px;
    }
}

.mwform-radio-field {
    display: block;
    margin-left: 0 !important;
}

.mwform-radio-field label {
    margin: 0.5em 0;
    margin-right: 2rem;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .mwform-radio-field label {
        margin-right: 1rem;
    }
}

.mwform-radio-field label input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.mwform-radio-field label input[type='radio'] + .mwform-radio-field-text {
    position: relative;
    padding-left: 2rem;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .mwform-radio-field label input[type='radio'] + .mwform-radio-field-text {
        padding-left: 2.5rem;
    }
}

.mwform-radio-field label input[type='radio'] + .mwform-radio-field-text:before {
    content: '';
    background: #EEEEEE;
    border-radius: 100%;
    border: 1px solid #EEEEEE;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mwform-radio-field label input[type='radio']:checked + .mwform-radio-field-text:before {
    background-color: #5B6D60;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.mwform-radio-field label input[type='radio']:focus + .mwform-radio-field-text:before {
    border: 1px solid #DDDDDD;
}

.mwform-radio-field label input[type='radio']:disabled + .mwform-radio-field-text:before {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
    border: #DDDDDD;
    background: #DDDDDD;
}

.mwform-radio-field label input[type='radio'] + .radio-label:empty:before {
    margin-right: 0;
}

.error {
    color: #cc3300;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 1rem;
    display: block;
    line-height: initial;
}

.formControl {
    width: 100%;
    padding: 1rem;
}

.formControlL {
    width: 100%;
    padding: 1rem;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

body .wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 766px) {
    body {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 720px) {
    body {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1.3rem;
    }
}

body a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #29333A;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    opacity: 0.8;
}

body .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    body .inner {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media screen and (max-width: 1160px) {
    body .inner {
        width: 100%;
    }
}

body .innerS {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    body .innerS {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media screen and (max-width: 1160px) {
    body .innerS {
        width: 100%;
    }
}

body .en {
    font-family: "Raleway", sans-serif;
}

body .num {
    font-family: "Cabin", sans-serif;
}

body .telLink {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
    display: inline-block;
}

@media screen and (max-width: 766px) {
    body .telLink {
        pointer-events: auto;
    }
}

body .readTxt {
    letter-spacing: 0.15em;
    line-height: 1.8;
}

body .readTxt.-center {
    text-align: center;
}

body input[type="text"],
body textarea {
    -webkit-appearance: none;
}

body select {
    background: none !important;
    padding: 0.6em !important;
}

@media screen and (max-width: 560px) {
    body .spNone {
        display: none;
    }
}

.preload * {
    -webkit-transition: none !important;
    transition: none !important;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6em 0.6em;
}

@media screen and (max-width: 1020px) {
    header {
        background: none;
        display: block;
        padding: 0;
    }
}

header .headTop {
    max-width: 340px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 26%;
    margin-right: 2em;
}

header .headTop .headLogo {
    width: 100%;
}

header .headTop .headLogo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1020px) {
    header .headTop {
        padding: 0.8em;
        background: #fff;
        width: 100%;
        max-width: 100%;
    }
    header .headTop .headLogo {
        width: 235px;
    }
}

@media screen and (max-width: 480px) {
    header .headTop .headLogo {
        width: 198px;
    }
}

header .headMenu {
    max-width: 830px;
    width: 70%;
    min-width: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

header .headMenu .navList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

header .headMenu .navList__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    border-left: #EAEAEA 1px solid;
}

header .headMenu .navList__item span {
    display: block;
}

header .headMenu .navList__item .jp {
    font-size: 100%;
    font-weight: 500;
}

header .headMenu .navList__item > a {
    display: block;
    text-align: center;
    padding: 1em 0.2em;
    font-weight: 600;
    position: relative;
}

header .headMenu .navList__item > a:before {
    position: absolute;
    bottom: -0.6em;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #2E3192;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

header .headMenu .navList__item:hover > a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

header .headMenu .navList__item.-contact {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .headMenu .navList__item.-contact > a {
    background: #ED008C;
    color: #FFF;
    text-align: center;
    padding: 0.5em 1em;
    display: block;
    width: 100%;
}

header .headMenu .navList__item.-contact > a span:before {
    display: inline-block;
    content: "\f0e0";
    font-family: 'Font Awesome 5 Solid';
}

header .headMenu .navList__item.-contact > a:before {
    content: none;
}

@media screen and (max-width: 1200px) {
    header .headMenu {
        max-width: 760px;
    }
}

@media screen and (min-width: 1020px) {
    header .headMenu {
        display: block;
    }
}

@media screen and (max-width: 1020px) {
    header .headMenu {
        height: calc(100vh - 4.3em);
        overflow-x: scroll;
        display: none;
        width: 100%;
        max-width: 100%;
    }
    header .headMenu .navList {
        display: block;
        padding-right: 0;
    }
    header .headMenu .navList__item {
        background: #fff;
        width: 100%;
        border-right: none;
        border-top: #ccc 1px solid;
        padding-bottom: 0;
        position: relative;
    }
    header .headMenu .navList__item:first-child {
        border-left: none;
    }
    header .headMenu .navList__item > a {
        text-align: left;
        padding: 1.5em 1em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    header .headMenu .navList__item > a:before {
        display: none;
    }
    header .headMenu .navList__item > a .en {
        display: inline-block;
        margin-right: 0.5em;
        font-size: 120%;
    }
    header .headMenu .navList__item > a .jp {
        font-size: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        line-height: 1;
    }
    header .headMenu .navList__item > a .jp:before {
        display: inline-block;
        content: "\f105";
        font-family: 'Font Awesome 5 Light';
        margin-right: 0.2em;
        color: #2E3192;
        margin-top: 0.2em;
    }
    header .headMenu .navList__item.-contact {
        max-width: 100%;
    }
    header .headMenu .navList__item.-contact > a {
        padding: 1.5em 1em;
    }
    header .headMenu .navList__item.-contact > a span:before {
        margin-right: 0.2em;
        color: #FFF;
    }
}

@media screen and (min-width: 1020px) {
    header.fixed .headTop {
        padding: 0.6em 0.6em 0.4em;
    }
    header.fixed .headTop .headLogo {
        width: 200px;
    }
    header.fixed .headTop .headContact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header.fixed .headTop .headContact .topButton {
        margin-right: 1em;
    }
    header.fixed .headTop .headContact .topButton a {
        padding: 0.5em 2.5em;
        font-size: 80%;
    }
    header.fixed .headTop .headContact .telLink {
        font-size: 130%;
    }
    header.fixed .headMenu .navList__item {
        padding-bottom: 0.6em;
    }
    header.fixed .headMenu .navList__item > a {
        padding: 0.1em;
    }
    header.fixed .headMenu .navList__item > a:before {
        position: absolute;
        bottom: -0.4em;
        left: 0;
    }
    header.fixed .headMenu .navList__item .childWrap {
        display: none;
        position: absolute;
        top: 38px;
        left: 50%;
    }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.humburgerBtn {
    display: none;
    width: 60px;
}

@media screen and (max-width: 1020px) {
    .humburgerBtn {
        position: fixed;
        top: 0;
        right: 0;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.92em 0;
        z-index: 10000;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        pointer-events: auto;
        background: #ED008C;
    }
    .humburgerBtn .humburgerLine {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .humburgerBtn .humburgerLine > span {
        display: block;
        width: 60%;
        margin: 0 auto 6px;
        height: 2px;
        background: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .humburgerBtn .humburgerLine > span:nth-child(3) {
        margin-bottom: 0;
    }
    .js_humburgerOpen .humburgerBtn .humburgerLine > span {
        background: #fff;
    }
    .humburgerBtn .humburgerLine.open span.top {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .humburgerBtn .humburgerLine.open span.middle {
        opacity: 0;
    }
    .humburgerBtn .humburgerLine.open span.bottom {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
    .humburgerBtn p {
        color: #fff;
        font-size: 1rem;
        margin-top: 0.7em;
        line-height: 1;
        letter-spacing: 0.12em;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .humburgerBtn {
        padding: 0.83em 0 0.7em;
        width: 54px;
    }
    .humburgerBtn .humburgerLine {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .humburgerBtn .humburgerLine > span {
        display: block;
        width: 60%;
        margin: 0 auto 4.6px;
        height: 2px;
        background: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .humburgerBtn .humburgerLine > span:nth-child(3) {
        margin-bottom: 0;
    }
    .js_humburgerOpen .humburgerBtn .humburgerLine > span {
        background: #fff;
    }
    .humburgerBtn .humburgerLine.open > span {
        width: 50%;
    }
    .humburgerBtn .humburgerLine.open span.top {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }
    .humburgerBtn .humburgerLine.open span.middle {
        opacity: 0;
    }
    .humburgerBtn .humburgerLine.open span.bottom {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }
    .humburgerBtn p {
        margin-top: 0.8em;
    }
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer {
    background: #29333A;
    position: relative;
    color: #FFF;
}

@media screen and (max-width: 1700px) {
    footer .inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 840px) {
    footer .inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    footer .inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 480px) {
    footer .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

footer .footTop {
    padding: 3em 0 5em;
}

footer .footTop .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1600px;
}

@media screen and (max-width: 860px) {
    footer .footTop {
        padding: 3em 0 3em;
    }
    footer .footTop .inner {
        display: block;
    }
}

@media screen and (max-width: 766px) {
    footer .footTop {
        padding: 0;
    }
    footer .footTop .inner {
        padding: 0 !important;
    }
}

footer .footTop .footinfo {
    margin-right: 2em;
    min-width: 0;
    max-width: 500px;
}

footer .footTop .footinfo .logo {
    width: 350px;
    margin-bottom: 1em;
}

footer .footTop .footinfo .logo img {
    width: 100%;
    height: auto;
}

footer .footTop .footinfo .address {
    font-size: 90%;
}

footer .footTop .footinfo .address .strong {
    font-size: 110%;
}

footer .footTop .footinfo .address a {
    color: #FFF;
}

@media screen and (max-width: 860px) {
    footer .footTop .footinfo {
        margin-bottom: 4em;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .footTop .footinfo .logo {
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    footer .footTop .footinfo {
        padding: 3em 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    footer .footTop .footinfo {
        margin-bottom: 0;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        padding: 3em 0;
    }
    footer .footTop .footinfo .logo {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    footer .footTop .footinfo {
        max-width: 360px;
        width: 100%;
        padding: 3em 5vw;
    }
    footer .footTop .footinfo p {
        font-size: 95%;
    }
}

footer .footTop .footSitemap {
    max-width: 420px;
    min-width: 0;
}

footer .footTop .footSitemap .siteLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footTop .footSitemap .siteLink__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footTop .footSitemap .siteLink__item .parentLink {
    margin-bottom: 2em;
    width: 33%;
}

footer .footTop .footSitemap .siteLink__item .parentLink:last-child {
    margin-bottom: 0;
}

footer .footTop .footSitemap .siteLink__item .parentLink > a {
    display: block;
    position: relative;
    padding-bottom: 0.5em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #FFF;
}

footer .footTop .footSitemap .siteLink__item .parentLink > a:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #FFC20E;
    position: absolute;
    bottom: 0em;
    left: 0.1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

footer .footTop .footSitemap .siteLink__item .parentLink > a:hover:before {
    width: 80%;
}

footer .footTop .footSitemap .siteLink__item .parentLink .childWrap {
    margin-top: 1.5em;
}

footer .footTop .footSitemap .siteLink__item .parentLink .childWrap .childList__item {
    margin-bottom: 0.8em;
}

footer .footTop .footSitemap .siteLink__item .parentLink .childWrap .childList__item a {
    display: block;
    color: #5B6D60;
    font-size: 86%;
}

@media screen and (max-width: 1020px) {
    footer .footTop .footSitemap {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 766px) {
    footer .footTop .footSitemap {
        max-width: 100%;
        width: 100%;
    }
    footer .footTop .footSitemap .siteLink {
        display: block;
        width: 100%;
    }
    footer .footTop .footSitemap .siteLink__item {
        display: block;
        width: 100%;
    }
    footer .footTop .footSitemap .siteLink .parentLink {
        width: 100%;
        position: relative;
        margin-bottom: 0;
        border-top: #ccc 1px solid;
    }
    footer .footTop .footSitemap .siteLink .parentLink > a {
        padding: 1.2em 1.2em 1.2em 2.2em;
        display: block;
        margin-bottom: 0;
    }
    footer .footTop .footSitemap .siteLink .parentLink > a:before {
        content: none;
    }
    footer .footTop .footSitemap .siteLink .parentLink > a:after {
        display: inline-block;
        content: "\f105";
        font-family: 'Font Awesome 5 Light';
        position: absolute;
        top: 50%;
        left: 1.2em;
        margin-top: -0.5em;
        color: #FFC20E;
        line-height: 1;
    }
    footer .footTop .footSitemap .siteLink .parentLink .accordionBtn {
        display: block;
        height: 4em;
        width: 4em;
        background: rgba(91, 109, 96, 0.5);
        z-index: 3;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
    }
    footer .footTop .footSitemap .siteLink .parentLink .accordionBtn:before {
        position: absolute;
        top: 50%;
        right: 1.1em;
        color: #fff;
        margin-top: -0.5em;
        line-height: 1;
        display: inline-block;
        content: "\f067";
        font-family: 'Font Awesome 5 Light';
        font-size: 140%;
    }
    footer .footTop .footSitemap .siteLink .parentLink .accordionBtn.open:before {
        display: inline-block;
        content: "\f068";
        font-family: 'Font Awesome 5 Light';
    }
    footer .footTop .footSitemap .siteLink .childWrap {
        display: none;
        padding-left: 0;
        margin-top: 0 !important;
    }
    footer .footTop .footSitemap .siteLink .childWrap .childList {
        padding-left: 0;
        background: rgba(234, 235, 233, 0.5);
    }
    footer .footTop .footSitemap .siteLink .childWrap .childList__item {
        margin-bottom: 0;
        border-top: #ccc 1px solid;
        margin-bottom: 0 !important;
    }
    footer .footTop .footSitemap .siteLink .childWrap .childList__item > a {
        padding: 1.2em 1.2em 1.2em 2em;
        font-size: 90% !important;
    }
    footer .footTop .footSitemap .siteLink .childWrap .childList__item > a:before {
        position: absolute;
        top: 50%;
        left: 1.5em;
    }
}

footer .footBottom {
    background: #FFF;
    padding: 1em 0;
}

footer .footBottom .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footBottom .copy {
    font-size: 80%;
    color: #29333A;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

footer .footBottom .linlList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

footer .footBottom .linlList .link {
    margin-right: 1em;
}

footer .footBottom .linlList .link:last-child {
    margin-right: 0;
}

footer .footBottom .linlList .link a {
    font-size: 90%;
}

footer .footBottom .linlList .link a:before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    margin-right: 0.4em;
}

@media screen and (max-width: 720px) {
    footer .footBottom {
        padding: 1.2em 0;
    }
    footer .footBottom .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .footBottom .copy {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
    }
    footer .footBottom .link {
        margin-bottom: 0.8em;
    }
    footer .footBottom .link a {
        font-size: 100%;
    }
    footer .footBottom .link a:before {
        display: inline-block;
        content: "\f105";
        font-family: 'Font Awesome 5 Light';
        margin-right: 0.4em;
    }
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.-center {
    text-align: center;
}

.-white {
    color: white;
}

.lContainer {
    padding-top: 70px;
}

@media screen and (max-width: 1020px) {
    .lContainer {
        padding-top: 64px;
    }
}

@media screen and (max-width: 720px) {
    .lContainer {
        padding-top: 4.4em;
    }
}

@media screen and (max-width: 480px) {
    .lContainer {
        padding-top: 4em;
    }
}

.lContainer .pageHead {
    position: relative;
    padding: 5em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lContainer .pageHead:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 355px;
    background: #FFC20E;
    content: '';
    width: 80%;
    height: 355px;
    z-index: -1;
    opacity: 0.5;
}

.lContainer .pageHead__ttl {
    margin-bottom: 6em;
    margin-left: 2em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lContainer .pageHead__ttl .en {
    font-size: 120%;
    color: #2E3192;
    line-height: 1.2;
    letter-spacing: 0.06em;
    display: block;
    margin-top: 0.6em;
}

.lContainer .pageHead__ttl .jp {
    display: block;
    font-size: 280%;
    line-height: 1.2;
}

@media screen and (max-width: 1300px) {
    .lContainer .pageHead__bg {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .lContainer .pageHead__bg img {
        width: 100%;
        height: 355px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .lContainer .pageHead__ttl {
        width: 400px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}

@media screen and (max-width: 1020px) {
    .lContainer .pageHead {
        padding: 5em 0 0;
    }
    .lContainer .pageHead:before {
        height: 320px;
    }
    .lContainer .pageHead__bg img {
        height: 280px;
    }
    .lContainer .pageHead__ttl {
        width: 30%;
        min-width: 300px;
    }
    .lContainer .pageHead__ttl .en {
        font-size: 120%;
    }
    .lContainer .pageHead__ttl .jp {
        font-size: 260%;
    }
}

@media screen and (max-width: 766px) {
    .lContainer .pageHead {
        padding: 0;
        display: block;
    }
    .lContainer .pageHead:before {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 92%;
        height: 36vw;
    }
    .lContainer .pageHead__bg {
        width: 92%;
        margin-left: 8%;
    }
    .lContainer .pageHead__bg img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .lContainer .pageHead__ttl {
        width: 100%;
        padding-left: 5vw;
        padding-right: 10%;
        min-width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom: 8vw;
        padding-top: 5vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lContainer .pageHead__ttl .en {
        font-size: 120%;
        line-height: 1;
        margin-top: 0.8em;
    }
    .lContainer .pageHead__ttl .jp {
        font-size: 220%;
        line-height: 1;
        margin-right: 0.4em;
    }
}

.lContainer .mContainer {
    padding: 120px 0 140px;
}

.lContainer .mContainer.-white {
    background: #fff;
}

.lContainer .mContainer.-gray {
    background: rgba(46, 49, 146, 0.05);
}

@media screen and (max-width: 980px) {
    .lContainer .mContainer {
        padding: 90px 0 100px;
    }
}

@media screen and (max-width: 720px) {
    .lContainer .mContainer {
        padding: 80px 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer .mContainer {
        padding: 60px 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .mContainer {
        padding: 50px 0;
    }
}

.lContainer .mContainer .sContainer {
    margin-bottom: 6em;
}

.lContainer .mContainer .sContainer:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .lContainer .mContainer .sContainer {
        margin-bottom: 5em;
    }
}

/*----------------------------------------------------------------------------
  パンくず breadList
----------------------------------------------------------------------------*/
.breadWrap {
    padding: 0.5em 0;
}

.breadWrap .breadList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadWrap .breadList__item {
    font-size: 90%;
    margin-right: 1em;
    color: #29333A;
}

.breadWrap .breadList__item:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    margin-left: 1em;
}

.breadWrap .breadList__item:last-child {
    margin-right: 0;
}

.breadWrap .breadList__item:last-child:after {
    display: none;
}

.breadWrap .breadList__item a {
    color: #29333A;
}

.breadWrap .breadList__item a:hover {
    color: #2E3192;
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.mainLabel {
    margin-bottom: 1.4em;
}

.mainLabel .en {
    font-size: 140%;
    color: #2E3192;
    line-height: 1.4;
    letter-spacing: 0.06em;
    display: block;
    margin-top: 0.4em;
}

.mainLabel .jp {
    display: block;
    font-size: 260%;
    line-height: 1.4;
    font-weight: 500;
}

@media screen and (max-width: 1020px) {
    .mainLabel .en {
        font-size: 130%;
    }
    .mainLabel .jp {
        font-size: 240%;
    }
}

@media screen and (max-width: 766px) {
    .mainLabel .en {
        font-size: 120%;
    }
    .mainLabel .jp {
        font-size: 220%;
    }
}

@media screen and (max-width: 480px) {
    .mainLabel .en {
        font-size: 120%;
    }
    .mainLabel .jp {
        font-size: 200%;
    }
}

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

.mainLabel.-white {
    color: #FFF;
}

.mainLabel.-white .en {
    color: #FFF;
}

.mainLabel.-white .jp {
    color: #FFF;
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea {
    width: 100%;
    margin-top: 2em;
}

.btnArea .basicBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    max-width: 260px;
    cursor: pointer;
    padding: 0.6em;
    text-align: center;
    background-color: #2E3192;
    color: white;
    font-size: 120%;
}

.btnArea .basicBtn:hover {
    background: #6567C0;
    opacity: 1;
}

.btnArea .basicBtn span {
    position: relative;
}

.btnArea .basicBtn span:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    line-height: 1;
    margin-left: 0.5em;
}

.btnArea .basicBtn.-back span {
    position: relative;
}

.btnArea .basicBtn.-back span:after {
    display: none;
}

.btnArea .basicBtn.-back span:before {
    display: inline-block;
    content: "\f104";
    font-family: 'Font Awesome 5 Light';
    line-height: 1;
    margin-right: 0.5em;
}

.btnArea .basicBtn.-mid {
    width: 90%;
    max-width: 400px;
}

@media screen and (max-width: 720px) {
    .btnArea .basicBtn.-mid {
        max-width: 400px;
    }
}

@media screen and (max-width: 560px) {
    .btnArea .basicBtn.-mid {
        max-width: 260px;
    }
}

.btnArea .basicBtn.-long {
    width: 90%;
    max-width: 600px;
}

@media screen and (max-width: 720px) {
    .btnArea .basicBtn.-long {
        max-width: 400px;
    }
}

@media screen and (max-width: 560px) {
    .btnArea .basicBtn.-long {
        max-width: 260px;
    }
}

/* TOPに戻る */
.topBtn {
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 1000;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 80px;
}

.topBtn img {
    width: 100%;
    height: auto;
}

.topBtn.isScrolled {
    bottom: 20px;
}

@media screen and (max-width: 1280px) {
    .topBtn {
        width: 60px;
    }
}

@media screen and (max-width: 720px) {
    .topBtn {
        width: 50px;
        right: 10px;
    }
    .topBtn.isScrolled {
        bottom: 10px;
    }
}

.groupContact .contact__item {
    padding: 2.5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .groupContact .contact__item {
        display: block;
        padding: 0;
        border-top: 0;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .groupContact .contact__item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}

.groupContact .contact__item .boxLabel {
    width: 37%;
    position: relative;
    margin-right: 2.7rem;
}

.groupContact .contact__item .boxLabel label {
    font-weight: bold;
}

.groupContact .contact__item .boxLabel label span {
    font-weight: normal;
}

@media screen and (max-width: 980px) {
    .groupContact .contact__item .boxLabel {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .groupContact .contact__item .boxLabel {
        width: 100%;
        margin: 1rem 0;
    }
}

.groupContact .contact__item .boxContent {
    width: 63%;
}

@media screen and (max-width: 980px) {
    .groupContact .contact__item .boxContent {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .groupContact .contact__item .boxContent {
        width: 100%;
    }
}

.groupContact .contact__item .boxContent.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .groupContact .contact__item .boxContent.flexbox {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .groupContact .contact__item .boxContent {
        margin-left: 0;
    }
}

.groupContact .contact__item .boxContent .note {
    margin-top: 1rem;
    font-size: 1.4rem;
}

.groupContact .contact__item .boxContent .formInline {
    margin-bottom: 1rem;
}

.groupContact .contact__item .boxContent .formInline:last-child {
    margin-bottom: 0;
}

.groupContact .contact__item .boxContent .formInline__title {
    margin-right: 3rem;
}

@media screen and (max-width: 768px) {
    .groupContact .contact__item .boxContent .formInline__title {
        margin-right: 1rem;
    }
}

.groupContact .contact__item.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.groupContact .contact__item:last-child {
    padding-bottom: 0;
}

.groupContact .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .groupContact .flexbox {
        display: block;
    }
}

.groupContact .flexbox .btn {
    width: 50%;
    margin-right: 2rem;
    padding: 2.5rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.groupContact .flexbox .btn:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .groupContact .flexbox .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .groupContact .flexbox .btn:last-child {
        margin-bottom: 0;
    }
}

.groupContact .aligh-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.groupContact .aligh-start .boxLabel {
    margin-top: 0.5rem;
}

.columnWork {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem;
}

.columnWork__item {
    padding: 0 2rem;
    width: calc(100% / 3);
    margin-bottom: 6.5rem;
}

@media screen and (max-width: 860px) {
    .columnWork__item {
        width: 100%;
        margin-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 3rem;
    }
    .columnWork__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .columnWork__item {
        margin-bottom: 2rem;
    }
}

.columnWork__item:last-child {
    margin-right: 0;
}

.columnWork__item .textArea {
    margin-top: 2rem;
}

@media screen and (max-width: 480px) {
    .columnWork__item .textArea {
        margin-top: 1rem;
    }
}

.columnWork__item .textArea .desc {
    font-size: 1.3rem;
    background-color: #5d8067;
    color: white;
    padding: 0.3rem 0.6rem;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .columnWork__item .textArea .desc {
        font-size: 1.2rem;
    }
}

.columnWork__item .textArea .ttl {
    margin-top: 1rem;
    margin-bottom: 1.7rem;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .columnWork__item .textArea .ttl {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
    }
}

.columnWork__item .textArea .date {
    font-size: 1.4rem;
    color: #808080;
}

@media screen and (max-width: 480px) {
    .columnWork__item .textArea .date {
        font-size: 1.3rem;
    }
}

.pagenavi {
    padding-top: 10rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .pagenavi {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 480px) {
    .pagenavi {
        padding-top: 4rem;
    }
}

.pagenavi .page-numbers {
    padding: 13px;
    border: 1px solid #5b6d60;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    font-weight: bold;
    color: #5b6d60;
    margin: 0 0.65rem;
    height: 46px;
    width: 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .pagenavi .page-numbers {
        width: 30px;
        height: 30px;
        font-size: 1.4rem;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .pagenavi .page-numbers {
        margin: 0 0.2rem;
    }
}

.pagenavi .page-numbers.prev, .pagenavi .page-numbers.next {
    background-color: #5b6d60;
    border: 1px solid #5b6d60;
    color: #fff;
}

.pagenavi .page-numbers.current, .pagenavi .page-numbers:hover {
    background-color: #333333;
    border: 1px solid #707070;
    color: #fff;
}

.pagenavi .page-numbers.next:after {
    font-family: "Font Awesome 5 Light";
    content: "\f105";
}

.pagenavi .page-numbers.prev:after {
    font-family: "Font Awesome 5 Light";
    content: "\f104";
}

.pagenavi .page-numbers.dots {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 2rem;
    width: auto;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
}

@media screen and (max-width: 1160px) {
    .overlay:target {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.popup {
    padding: 5rem;
    background: #fff;
    border-radius: 5px;
    width: 63%;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin: 3rem 0;
    display: inline-table;
}

@media screen and (max-width: 768px) {
    .popup {
        width: 90%;
        padding: 4rem 3rem;
        height: auto;
    }
}

@media screen and (max-width: 420px) {
    .popup {
        padding: 3rem 2rem;
    }
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 3rem;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .popup .close {
        top: -3px;
        right: 10px;
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 420px) {
    .popup .close {
        top: -2px;
        right: 5px;
        font-size: 2rem;
    }
}

.popup img {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 5px;
}

@media screen and (max-width: 980px) {
    .popup img {
        margin-bottom: 1rem;
    }
}

.popup video {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 5px;
}

@media screen and (max-width: 980px) {
    .popup video {
        margin-bottom: 1rem;
    }
}

.popup .content {
    display: block !important;
}

.popup .content .pin-icon {
    font-size: 3.2rem;
    position: relative;
    padding-left: 4rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .popup .content .pin-icon {
        font-size: 2.5rem;
        padding-left: 3rem;
    }
}

@media screen and (max-width: 420px) {
    .popup .content .pin-icon {
        font-size: 2rem;
        padding-left: 2rem;
        margin-bottom: 0;
    }
}

.popup .content .pin-icon:before {
    content: "";
    background-image: url(../img/tours/pin.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 38px;
}

@media screen and (max-width: 768px) {
    .popup .content .pin-icon:before {
        width: 26px;
        height: 38px;
    }
}

@media screen and (max-width: 420px) {
    .popup .content .pin-icon:before {
        width: 13px;
        height: 19px;
    }
}
