@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: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ 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.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

body.noScrolled {
    overflow: hidden;
}

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

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

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

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

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

body img {
    height: auto;
}

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

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

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

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: 860px) {
    body .telLink {
        pointer-events: auto;
        letter-spacing: 0.02em;
    }
}

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;
}

body .pcNone {
    display: none;
}

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

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

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

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

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

header .headerTOP .logo {
    width: 60%;
    max-width: 470px;
    background: #FFF;
    padding: 1em 2em;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    header .headerTOP .logo {
        max-width: 300px;
        padding: 1em;
    }
}

header .hideMenu {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

header .hideMenu .navList {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

header .hideMenu .navList__item {
    margin-bottom: 1em;
    text-align: center;
}

header .hideMenu .navList__item:last-child {
    margin-bottom: 0;
}

header .hideMenu .navList__item a {
    color: #0B2B5C;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 120%;
    position: relative;
    padding-bottom: 0.2em;
}

header .hideMenu .navList__item a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #0B2B5C;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

header .hideMenu .navList__item a:hover:before {
    width: 100%;
}

header .headSns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    position: fixed;
    left: 0;
    top: 0;
}

header .headSns__item {
    margin-right: 0.5em;
}

header .headSns__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    header .headSns__item img {
        width: 30px;
        height: auto;
    }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.humburgerBtn {
    width: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    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: 1.7em 0.3em;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
    background: #0B2B5C;
    z-index: 11;
}

.humburgerBtn .humburgerLine {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.humburgerBtn .humburgerLine > span {
    display: block;
    width: 50%;
    margin: 0 auto 7px;
    height: 1px;
    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: #333;
}

.humburgerBtn .humburgerLine.open span.top {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) 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);
}

@media screen and (max-width: 860px) {
    .humburgerBtn {
        top: 0;
    }
}

@media screen and (max-width: 480px) {
    .humburgerBtn {
        padding: 1.6em 0.3em;
        width: 60px;
    }
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer {
    text-align: center;
    padding: 1em 0;
    position: relative;
}

footer .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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

footer .inner.-sns {
    margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
    footer .inner.-sns {
        margin-bottom: 20vw;
    }
}

footer .copy {
    display: block;
    font-size: 70%;
    color: #CCCCCC;
    padding-right: 24%;
}

footer .logo {
    max-width: 400px;
    width: 40%;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 3em 0;
    }
    footer .inner {
        display: block;
    }
    footer .copy {
        text-align: center;
        margin-top: 2em;
        padding-right: 0;
    }
    footer .logo {
        max-width: 300px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

footer .footPoint {
    position: absolute;
    right: 0;
    bottom: 2em;
    width: 35%;
}

footer .footPoint img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    footer .footPoint {
        width: 42%;
        right: 0;
        border-bottom: 10px;
    }
}

.point01 {
    position: absolute;
    right: 0;
    top: 20%;
}

@media screen and (max-width: 767px) {
    .point01 {
        width: 16%;
    }
}

@media screen and (max-width: 480px) {
    .point01 {
        width: 26%;
    }
}

.point02 {
    position: absolute;
    left: 0;
    top: 34%;
}

@media screen and (max-width: 767px) {
    .point02 {
        width: 22%;
    }
}

@media screen and (max-width: 480px) {
    .point02 {
        width: 36%;
    }
}

.point03 {
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (max-width: 767px) {
    .point03 {
        width: 38%;
    }
}

@media screen and (max-width: 480px) {
    .point03 {
        width: 65%;
        top: 60%;
    }
}

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

.-white {
    color: white;
}

.lContainer {
    position: relative;
    padding: 6em 0 7em;
}

.lContainer > * {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 767px) {
    .lContainer {
        padding: 5em 0 6em;
    }
}

@media screen and (max-width: 560px) {
    .lContainer {
        padding: 4em 0 5em;
    }
}

.lContainer .mContainer {
    margin-bottom: 5em;
}

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

/*メニュー*/
.secMenu .menuList {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 860px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.secMenu .menuList__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1em;
}

.secMenu .menuList__item:nth-child(3n) {
    margin-right: 0;
}

.secMenu .menuList__item a {
    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;
    -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;
}

.secMenu .menuList__item a:hover {
    opacity: 0.8;
}

.secMenu .menuList__item a .text {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 130%;
    margin-top: 1em;
    white-space: nowrap;
}

.secMenu .menuList__item a .text.-out {
    padding-right: 1em;
    position: relative;
}

.secMenu .menuList__item a .text.-out:before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: url("../img/common/icon-altlink.svg") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.4em;
}

.secMenu .menuList__item a .icon {
    width: 80%;
    max-width: 200px;
}

.secMenu .menuList__item a .icon img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 560px) {
    .secMenu .menuList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .secMenu .menuList__item {
        width: 48.5%;
        margin-bottom: 1em;
        margin-right: 0;
    }
    .secMenu .menuList__item a .text {
        margin-top: 0.6em;
    }
}

.secMenu .searchArea {
    margin-top: 2em;
    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;
    max-width: 870px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.secMenu .searchArea > p {
    font-size: 120%;
}

.secMenu .searchArea .searchCont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 2em;
}

.secMenu .searchArea .searchCont form > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.secMenu .searchArea .searchCont form > div::after {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/icon-search.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0.9em;
    top: 0.9em;
    font-size: 1.6rem;
}

.secMenu .searchArea .searchCont form > div:before {
    content: "";
    width: 2.8em;
    height: 2.8em;
    font-size: 1.6rem;
    background: #0B2B5C;
    position: absolute;
    right: 0;
    top: 0;
}

.secMenu .searchArea .searchCont form > div input#s {
    width: 100%;
    background: #EFEFEF;
    border: none;
    padding: 0.5em;
    padding-right: 3em;
    border-radius: 0;
    font-size: 1.6rem;
}

.secMenu .searchArea .searchCont form > div input#searchsubmit {
    background: none;
    border: none;
    width: 2.8em;
    height: 2.8em;
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0);
    border-radius: 0;
    font-size: 1.6rem;
    z-index: 1;
}

.secMenu .searchArea .searchCont .screen-reader-text {
    display: none;
}

@media screen and (max-width: 560px) {
    .secMenu .searchArea {
        display: block;
        text-align: center;
    }
    .secMenu .searchArea .searchCont {
        margin-top: 1em;
        max-width: 380px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.secMenu .btnList {
    margin-top: 2em;
    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: 870px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.secMenu .btnList .btnArea {
    margin-top: 0;
    width: 48.5%;
    margin-left: auto;
    margin-right: auto;
}

.secMenu .btnList .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .secMenu .btnList {
        display: block;
        max-width: 380px;
    }
    .secMenu .btnList .btnArea {
        margin-top: 2em;
        width: 100%;
    }
}

.secMenu > p {
    text-align: center;
    margin-top: 1em;
    text-decoration: underline;
}

.secMenu .link {
    text-align: center;
    margin-top: 1em;
}

.secMenu .link a {
    color: #0B2B5C;
    font-size: 110%;
}

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

.newsList__item {
    margin-bottom: 2em;
}

.newsList__item:last-child {
    margin-bottom: 0;
}

.newsList__item a {
    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;
}

.newsList__item a:hover .thumb img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.newsList__item .thumb {
    margin-right: 2em;
    overflow: hidden;
    border-radius: 1em;
    position: relative;
}

.newsList__item .thumb img {
    width: 180px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.newsList__item .thumb .timeWrap {
    position: absolute;
    left: 0;
    top: 0;
    background: #FF5E48;
    border-radius: 0 0 1em 0;
    padding: 0.8em;
    color: #FFF;
}

.newsList__item .thumb .timeWrap .detal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.2em;
}

.newsList__item .thumb .timeWrap .detal span {
    font-size: 50%;
    line-height: 1;
}

.newsList__item .thumb .timeWrap time {
    display: block;
    line-height: 1;
    font-size: 110%;
}

.newsList__item .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newsList__item .textArea .categoly {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: relative;
    padding-bottom: 0.2em;
    margin-right: 2em;
}

.newsList__item .textArea .categoly:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.newsList__item .textArea .main .title {
    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;
    margin-bottom: 0.6em;
    color: #385579;
}

.newsList__item .textArea .main .title .ttl {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 145%;
    font-weight: bold;
}

.newsList__item .textArea .main p {
    color: #777777;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .newsList__item a .thumb {
        margin-right: 1.6em;
        height: 20vw;
    }
    .newsList__item a .thumb img {
        width: 20vw;
        height: 20vw;
    }
    .newsList__item a .textArea {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        position: relative;
    }
    .newsList__item a .textArea .categoly {
        padding-bottom: 0.5em;
        margin-right: 0;
        margin-bottom: 0.7em;
        display: inline-block;
    }
    .newsList__item a .textArea .categoly:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .newsList__item a .textArea .main .title {
        display: block;
        margin-bottom: 0.4em;
    }
    .newsList__item a .textArea .main .title .ttl {
        width: 100%;
        line-height: 1.4;
    }
    .newsList__item a .textArea .main .title time {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 560px) {
    .newsList__item a .thumb {
        margin-top: 0.5em;
        height: 24vw;
    }
    .newsList__item a .thumb img {
        width: 24vw;
        height: 24vw;
    }
}

/*==================================================================================================
	Wordpressparts
==================================================================================================*/
.wp-pagenavi {
    text-align: center;
    margin-top: 3em;
    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;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a {
    text-decoration: none;
    text-align: center;
    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;
    padding-top: 0;
    border: none;
    color: #FFF;
    background: #0B2B5C;
}

.wp-pagenavi a.page {
    width: 3em;
    height: 3em;
    margin: 0 0.2em;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    width: 3em;
    height: 3em;
    background: #0B2B5C;
    color: #0B2B5C;
    margin: 0 0.2em;
    border: #FFF 1px solid;
    position: relative;
}

.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    color: #FFF;
}

.wp-pagenavi a.previouspostslink {
    margin-right: 0.7em;
}

.wp-pagenavi a.previouspostslink:before {
    content: "";
    background: url("../img/common/icon-prev.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
}

.wp-pagenavi a.previouspostslink:hover:before {
    content: "";
    background: url("../img/common/icon-prev_blue.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.wp-pagenavi a.nextpostslink {
    margin-left: 0.7em;
}

.wp-pagenavi a.nextpostslink:before {
    content: "";
    background: url("../img/common/icon-next.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
}

.wp-pagenavi a.nextpostslink:hover:before {
    content: "";
    background: url("../img/common/icon-next_blue.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
    width: 3em;
    height: 3em;
    padding: 0 10px;
}

.wp-pagenavi a:hover {
    background: #FFF;
    color: #0B2B5C;
    opacity: 1;
}

.wp-pagenavi .current {
    width: 3em;
    height: 3em;
    text-align: center;
    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;
    background: #000;
    color: #0B2B5C;
    background: #FFF;
    margin: 0 0.2em;
    border: none;
}

.wp-pagenavi .extend {
    vertical-align: middle;
    color: #A8A8A8;
}

.wpTxt {
    margin-bottom: 2em;
    /* clearfix */
}

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

.wpTxt > *:first-child {
    margin-top: 0;
}

.wpTxt .has-text-align-right {
    text-align: left;
}

.wpTxt .has-text-align-center {
    text-align: center;
}

.wpTxt .has-text-align-left {
    text-align: right;
}

.wpTxt p {
    line-height: 2;
    margin: 1.0em 0;
    display: block;
    padding: 0 0.3em;
}

.wpTxt p a {
    color: #45BDEA;
    text-decoration: underline;
}

.wpTxt p a:hover {
    text-decoration: none;
}

.wpTxt strong {
    font-weight: bold;
}

.wpTxt .aligncenter {
    display: block;
    margin: 0 auto;
}

.wpTxt .alignright {
    float: right;
}

.wpTxt .alignleft {
    float: left;
}

.wpTxt img[class*="wp-image-"],
.wpTxt img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.wpTxt .clearfix {
    overflow: hidden;
    zoom: 1;
}

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

.wpTxt h1, .wpTxt h2, .wpTxt h3, .wpTxt h4, .wpTxt h5 {
    font-size: 160%;
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
}

.wpTxt ul {
    list-style: none;
    border-radius: 0.2em;
    margin: 3em 0;
}

.wpTxt ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.6em;
}

.wpTxt ul li:last-child {
    margin-bottom: 0;
}

.wpTxt ul li:before {
    content: "●";
    color: #CCCCCC;
    font-size: 60%;
    margin-right: 0.5em;
}

.wpTxt ol {
    list-style: none;
    border-radius: 0.2em;
    margin: 3em 0;
    list-style: decimal;
}

.wpTxt ol li {
    margin-bottom: 0.6em;
    margin-left: 1.5em;
}

.wpTxt ol li:last-child {
    margin-bottom: 0;
}

.wpTxt .wp-block-gallery {
    padding: 0;
}

.wpTxt .wp-block-gallery .blocks-gallery-item {
    margin: 0;
    padding: 0;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.wpTxt .wp-block-gallery .blocks-gallery-item:nth-child(2n) {
    margin-right: 0;
}

.wpTxt .wp-block-gallery .blocks-gallery-item:before {
    display: none;
}

.wpTxt .wp-block-gallery .blocks-gallery-item figure img {
    width: 100%;
    height: 20vw;
    max-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 1020px) {
    .wpTxt .wp-block-gallery .blocks-gallery-item figure img {
        height: 28vw;
    }
}

.wpTxt table {
    margin: 0.5em 0 1em;
    max-width: 100% !important;
    min-width: 360px;
}

@media screen and (max-width: 860px) {
    .wpTxt table {
        min-width: 240px;
        width: 100% !important;
        table-layout: auto !important;
    }
}

.wpTxt table tr > *:first-child {
    border-right: 1px solid #333;
}

.wpTxt table th {
    color: #777777;
    padding: 0.8em 0;
    padding-right: 1em;
    line-height: 1.4;
    font-weight: 500;
    min-width: 80px;
    word-break: break-all;
    min-width: 10em;
}

.wpTxt table td {
    padding: 0.8em 1.5em 0.8em 1em;
    line-height: 1.4;
    word-break: break-all;
}

.wpTxt iframe {
    max-width: 100%;
    margin: 2em 0;
}

.wpTxt .wp-caption {
    margin: 1.6em 0;
    max-width: 100%;
}

.wpTxt .wp-caption p {
    text-align: center;
    margin: 0;
}

.wpTxt img {
    height: auto;
}

.wpTxt .lineBox {
    padding: 1.5em;
    border: #226EC6 1px solid;
    margin: 3em 0;
}

.wpTxt .lineBox .wp-block-column > *:first-child {
    margin-top: 0;
}

.wpTxt .lineBox .wp-block-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .wpTxt h1, .wpTxt h2, .wpTxt h3, .wpTxt h4, .wpTxt h5 {
        font-size: 140%;
        margin-bottom: 0.3em;
    }
    .wpTxt table {
        margin: 0.5em 0 1em;
        max-width: 100% !important;
        min-width: 360px;
    }
}

@media screen and (max-width: 767px) and (max-width: 860px) {
    .wpTxt table {
        min-width: 240px;
        width: 100% !important;
        table-layout: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .wpTxt table tr {
        margin-bottom: 2em;
        display: block;
    }
    .wpTxt table tr:last-child {
        margin-bottom: 0;
    }
    .wpTxt table tr > *:first-child {
        border-right: none;
        border-bottom: 1px solid #333;
    }
    .wpTxt table th {
        display: block;
        text-align: left;
        padding: 0;
        margin-bottom: 1em;
        font-size: 105%;
        padding-bottom: 0.6em;
    }
    .wpTxt table td {
        display: block;
        text-align: left;
        padding: 0;
    }
    .wpTxt .lineBox {
        padding: 5vw;
    }
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.mainLabel {
    text-align: center;
    margin-bottom: 2.5em;
}

.mainLabel > * {
    display: block;
}

.mainLabel .en {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 400%;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #0B2B5C;
}

.mainLabel .jp {
    margin-top: 0.5em;
    color: #0B2B5C;
    font-weight: 500;
    font-size: 115%;
}

@media screen and (max-width: 767px) {
    .mainLabel .en {
        font-size: 380%;
    }
    .mainLabel .jp {
        line-height: 1.6;
    }
}

@media screen and (max-width: 480px) {
    .mainLabel .en {
        font-size: 350%;
    }
    .mainLabel .jp {
        margin-top: 1em;
    }
}

.simpleLabel {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #0B2B5C;
    font-size: 200%;
    margin-bottom: 0.7em;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .simpleLabel {
        font-size: 180%;
    }
}

@media screen and (max-width: 480px) {
    .simpleLabel {
        font-size: 160%;
    }
}

.lineLanel {
    border-bottom: 1px solid #333;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    display: inline-block;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 130%;
    color: #0B2B5C;
}

@media screen and (max-width: 767px) {
    .lineLanel {
        font-size: 120%;
    }
}

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

.btnArea.snsBtn {
    margin-top: 0;
}

.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: 100%;
    max-width: 380px;
    cursor: pointer;
    padding: 1em;
    text-align: center;
    background-color: #0B2B5C;
    color: #FFF;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 140%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    border-radius: 5em;
    overflow: hidden;
}

.btnArea .basicBtn:before {
    content: "";
    width: 0;
    height: 100%;
    background: #053C90;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5em;
}

.btnArea .basicBtn:hover:before {
    width: 100%;
}

.btnArea .basicBtn span {
    position: relative;
    display: block;
    white-space: nowrap;
}

.btnArea .basicBtn.-map span {
    padding-left: 1.5em;
}

.btnArea .basicBtn.-map span:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/icon-map.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}

.btnArea .basicBtn.-store span {
    padding-left: 1.5em;
}

.btnArea .basicBtn.-store span:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/icon-store.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}

.btnArea .basicBtn.-line {
    border: #0B2B5C 2px solid;
    color: #0B2B5C;
    background: #FFF;
    font-weight: bold;
}

.btnArea .basicBtn.-line:before {
    background: rgba(11, 43, 92, 0.2);
}

.btnArea .basicBtn.-center {
    margin-left: auto;
    margin-right: auto;
}
