@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: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    font-size: 14px;
    line-height: 1.7;
}

a {
    color: inherit;
    text-decoration: none;
}

.color-green {
    color: #0F8DC6;
}

.align-center {
    text-align: center;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.site-header {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 10000000000;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site-header__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;
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1280px) {
    .site-header__inner {
        width: auto;
    }
}

.header-logo {
    padding: 20px 0;
}

@media screen and (max-width: 1024px) {
    .header-logo {
        width: 220px;
    }
}

@media screen and (max-width: 840px) {
    .header-logo {
        width: 140px;
        padding: 15px 0;
    }
}

@media screen and (min-width: 841px) {
    .header-toggle {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    .header-contents {
        display: none;
    }
}

@media screen and (min-width: 841px) {
    .header-contents__inner {
        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;
    }
}

@media screen and (min-width: 841px) {
    .header-top {
        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-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .header-top > *:nth-child(n+2) {
        margin-left: 20px;
    }
}

@media screen and (max-width: 840px) {
    .header-top {
        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;
        text-align: center;
    }
}

.header-inquiry a {
    display: inline-block;
    background-color: #C7243A;
    padding: .8em 3em 1em 2em;
    color: #fff;
    line-height: 1;
}

.header-inquiry a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-right: .6em;
    font-size: 20px;
}

@media screen and (max-width: 840px) {
    .header-inquiry {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 1em;
    }
}

@media screen and (min-width: 841px) {
    .header-nav {
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .header-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .header-nav ul li {
        position: relative;
    }
}

@media screen and (max-width: 840px) {
    .header-nav {
        border-bottom: 1px dotted #999;
    }
}

.header-navbtn {
    display: block;
    min-height: 100%;
    padding: 0 1em;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .header-navbtn {
        font-size: 14px;
    }
}

@media screen and (max-width: 840px) {
    .header-navbtn {
        position: relative;
        padding: .8em;
        border-top: 1px dotted #999;
    }
    .header-navbtn::after {
        position: absolute;
        right: 1em;
        top: 50%;
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header-navbtn--toggle {
    cursor: pointer;
}

.header-navbtn--toggle::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
    color: #0F8DC6;
}

@media screen and (max-width: 840px) {
    .header-navbtn--toggle::after {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        display: inline-block;
        right: .8em;
    }
}

.header-navbtn--toggle.is-opened::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
}

@media screen and (max-width: 840px) {
    .header-navbtn--toggle.is-opened::after {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
    }
}

.header-navbtn:hover {
    color: #0F8DC6;
}

.header-navbtn--toggle + ul {
    display: none;
}

.header-navbtn--toggle + ul li a {
    background-color: #f1f1f1;
    position: relative;
    display: block;
    padding: .8em 2em .8em 1.5em;
    border-top: 1px dotted #999;
}

.header-navbtn--toggle + ul li a::after {
    position: absolute;
    right: 1em;
    top: 50%;
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 841px) {
    .header-navbtn--toggle + ul {
        position: absolute;
        top: 2.5em;
        width: 220px;
        -webkit-transform: translateX(-17%);
        transform: translateX(-17%);
    }
    .header-navbtn--toggle + ul li a {
        background-color: #0F8DC6;
        border-top: 1px dotted #fff;
        color: #fff;
    }
}

/*==================================================================================================
	ページブロック
==================================================================================================*/
.page-row {
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .page-row {
        padding: 30px;
    }
}

@media screen and (max-width: 840px) {
    .page-row {
        padding: 30px;
    }
}

@media screen and (max-width: 700px) {
    .page-row {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .page-row {
        padding: 10px;
    }
}

.page-row__inner {
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .page-row__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 840px) {
    .page-row__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 700px) {
    .page-row__inner {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .page-row__inner {
        padding: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .page-row__inner {
        width: auto;
    }
}

.page-row__inner--white {
    background-color: #fff;
}

@media screen and (max-width: 700px) {
    .page-row__inner--white {
        padding: 20px;
    }
}

/*==================================================================================================
	見出し
==================================================================================================*/
.section-title-box,
.section-title {
    margin-bottom: 1em;
    font-size: 28px;
}

@media screen and (max-width: 840px) {
    .section-title-box,
    .section-title {
        margin-bottom: .8em;
        font-size: 24px;
    }
}

@media screen and (max-width: 540px) {
    .section-title-box,
    .section-title {
        margin-bottom: .6em;
        font-size: 20px;
    }
}

.section-title-box {
    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;
}

.section-title-box .section-title {
    margin-bottom: 0;
}

.section-title {
    background: url("/assets/img/common/section-title-ico.png") 0 50% no-repeat;
    background-size: 30px 36px;
    padding-left: 40px;
    line-height: 1.4;
}

section .section-title {
    margin: 2.5em 0 1.42em;
}

@media screen and (max-width: 840px) {
    section .section-title {
        margin: 2em 0 1em;
    }
}

@media screen and (max-width: 540px) {
    section .section-title {
        margin: 1.5em 0 .6em;
    }
}

section:first-child .section-title {
    margin-top: 0;
}

.section-title span {
    display: inline-block;
}

.title-link {
    font-size: 14px;
}

.title-link::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-right: .5em;
    color: #0F8DC6;
}

.section-sub-title {
    margin: 2em 0 .8em;
    color: #0F8DC6;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 540px) {
    .section-sub-title {
        font-size: 16px;
    }
}

/*==================================================================================================
	おススメコンテンツ
==================================================================================================*/
.pickup-banner-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .pickup-banner-lists {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.pickup-banners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .pickup-banners {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .pickup-banners:nth-child(1) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .pickup-banners:nth-child(1) .pickup-banner {
        width: calc(50% - .5em);
    }
}

@media screen and (max-width: 700px) {
    .pickup-banners:nth-child(1) .pickup-banner:nth-child(3) {
        margin-left: 0;
    }
}

.pickup-banners:nth-child(1) .pickup-banner img {
    width: 100%;
}

.pickup-banners:nth-child(2) {
    margin-left: 1em;
}

@media screen and (max-width: 1024px) {
    .pickup-banners:nth-child(2) {
        margin-left: 0;
    }
}

.pickup-banner {
    margin: .5em 0;
}

.pickup-banner:not(:first-child) {
    margin-left: 1em;
}

.pickup-banner.appli-banner img {
    height: auto;
}

.pickup-banner__title {
    display: block;
    margin-top: 1em;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 700px) {
    .pickup-banner__title {
        margin-top: .6em;
    }
}

/*==================================================================================================
	フッター
==================================================================================================*/
.footer-contact {
    background: #e6e6e6 url("/assets/img/common/footer-contact-bg.png") 50% 50% no-repeat;
    background-size: cover;
}

.footer-contact__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;
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .footer-contact__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 840px) {
    .footer-contact__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 700px) {
    .footer-contact__inner {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .footer-contact__inner {
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {
    .footer-contact__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1280px) {
    .footer-contact__inner {
        width: auto;
    }
}

.footer-contact-text,
.footer-contact-btns {
    width: 50%;
    padding: 30px;
}

@media screen and (max-width: 840px) {
    .footer-contact-text,
    .footer-contact-btns {
        padding: 12px;
    }
}

@media screen and (max-width: 700px) {
    .footer-contact-text,
    .footer-contact-btns {
        width: 100%;
    }
}

.footer-contact-text__title {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .footer-contact-text__title {
        font-size: 20px;
    }
}

.footer-contact-text__description {
    margin-top: 2em;
}

@media screen and (max-width: 700px) {
    .footer-contact-text__description {
        margin-top: 1em;
    }
}

.footer-contact-btn {
    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;
    text-align: center;
}

@media screen and (min-width: 841px) {
    .footer-contact-btn {
        min-height: 87px;
    }
}

@media screen and (max-width: 700px) {
    .footer-contact-btn {
        width: 100%;
    }
}

.footer-contact-btn--mail {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #C7243A;
    padding: 1em 2em;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .footer-contact-btn--mail {
        padding: 1em;
        font-size: 18px;
    }
}

.footer-contact-btn--mail::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
}

.footer-contact-btn--mail::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
}

.footer-contact-btn--tel {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    margin-top: 20px;
    padding: 1em 2em;
}

.footer-contact-btn--tel__num {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .footer-contact-btn--tel__num {
        font-size: 20px;
    }
}

.footer-contact-btn--tel__num::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-right: .5em;
    font-weight: normal;
}

.footer-contact-btn--tel__notes {
    font-size: 12px;
}

.footer-main {
    background-color: #0F8DC6;
}

.footer-main__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #0F8DC6;
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .footer-main__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 840px) {
    .footer-main__inner {
        padding: 30px;
    }
}

@media screen and (max-width: 700px) {
    .footer-main__inner {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .footer-main__inner {
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {
    .footer-main__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1280px) {
    .footer-main__inner {
        width: auto;
    }
}

.footer-data,
.footer-links {
    width: 50%;
    padding: 30px;
}

@media screen and (max-width: 840px) {
    .footer-data,
    .footer-links {
        padding: 12px;
    }
}

@media screen and (max-width: 700px) {
    .footer-data,
    .footer-links {
        width: auto;
    }
}

@media screen and (max-width: 700px) {
    .footer-logo {
        text-align: center;
    }
}

.footer-description-title {
    margin-top: 2em;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .footer-description-title {
        text-align: center;
    }
}

.footer-description {
    margin-top: .8em;
    font-size: 12px;
}

@media screen and (max-width: 700px) {
    .footer-description {
        text-align: center;
    }
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-links ul {
    width: 50%;
    padding-right: 2em;
}

@media screen and (max-width: 700px) {
    .footer-links ul {
        padding-right: 1em;
    }
}

.footer-links ul li {
    padding: .2em 0 .2em .6em;
    text-indent: -0.6em;
}

.footer-links ul li::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    margin-right: .5em;
}

.copyright {
    padding: 3em 0;
    font-size: 10px;
    text-align: center;
}

/* 2025/03/17 */


.footer-links ul:nth-child(1){
    width: 60%;
}

.footer-links ul:nth-child(2){
    width: 40%;
}

.footer-links a:hover{
    text-decoration: underline;
}

.footer-links .data{
    display: flex;
    flex-direction: column;
    margin-left: 1em;
    margin-bottom: .5em;
    font-size: 92.5%;
}
