@charset "utf-8";
html {
    font-size: 62.5%;
}
body {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.833;
    letter-spacing: .05em;
    width: 100%;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
    /* sp 横表示対応 */
    word-wrap: break-word;
    /* 英文自動折り返し */
    letter-spacing: .05em;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' width='40' height='40'><rect x='0' y='0' width='100%' height='100%' fill='rgb(255, 255, 255)'/><path d='M17 20.5h7M20.5 17v7' transform='translate(9.5,9.5)' stroke-linecap='square' stroke-width='1' stroke='rgb(241, 241, 241)' fill='none'/></pattern></defs><rect width='100%' height='100%' fill='url(%23a)'/></svg>");
    background-size: 40px 40px;
    overflow-x: hidden;
    overflow-y: auto;
}
body, input, select, textarea, button {
    color: #515151;
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
*, *:before, *:after {
    box-sizing: border-box;
}
main {
    display: block;
}
fieldset {
    display: contents;
}
label {
    display: inline-block;
}
a {
    opacity: 1;
    text-decoration: none;
    color: #515151;
}
a[href^="tel:"]:hover {
    cursor: default;
    opacity: 1.0;
}
a:not(#pageTop) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
img, iframe {
    max-width: 100%;
    vertical-align: bottom;
}
img {
    height: auto;
}
table th, table td {
    word-break: break-all;
}
figure a {
    display: inline-block;
}
button {
    cursor: pointer;
}
/* ============================================================================
 * common
 * ========================================================================= */
.c-clearfix::after {
    content: "";
    display: block;
    clear: both;
}
/* responsive
 * ========================================================================= */
.c-res__sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .c-res__sp {
        display: block;
    }
}
/* decoration
 * ========================================================================= */
.c-list {
    padding-left: 1.05em;
}
.c-list__item {
    position: relative;
}
.c-list__item[data-list]::before {
    content: attr(data-list);
    position: absolute;
    left: -1.05em;
}
.c-annotation {
    padding-left: 1.05em;
    position: relative;
}
.c-annotation::before {
    content: "※";
    position: absolute;
    left: 0;
}
/* container
 * ========================================================================= */
.c-container, .c-container__large {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.c-container {
    max-width: 1140px;
}
.c-container__large {
    max-width: 1340px;
}
.c-container__large {
    width: 100%;
}
/* section
 * ========================================================================= */
.c-section, .c-section__bg {
    padding-top: 120px;
    padding-bottom: 120px;
}
.c-section__bg {
    background-color: #515151;
}
.c-section__bg, .c-section__bg a {
    color: #fff;
}
.c-section__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}
.c-section__title::before {
    display: block;
    content: attr(data-title);
    margin-bottom: .5em;
    font-size: 60px;
    font-size: 6.0rem;
    font-weight: 700;
    letter-spacing: .05em;
}
.c-section__text {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.833;
    letter-spacing: .05em;
}
@media screen and (max-width: 1023px) {
    .c-section__title {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 767px) {
    .c-section, .c-section__bg {
        padding: 60px 0;
    }
    .c-section__title::before {
        font-size: 40px;
        font-size: 4.0rem;
    }
    .c-section__text {
        font-size: 20px;
        font-size: 2.0rem;
    }
}
/* row
 * ========================================================================= */
.c-row::after {
    content: "";
    display: block;
    clear: both;
}
.c-row__left {
    float: left;
    width: 340px;
}
.c-row__right {
    float: right;
    width: calc(100% - 370px);
    height: 100%;
}
@media screen and (max-width: 1023px) {
    .c-row__left, .c-row__right {
        float: none;
        width: 100%;
    }
    .c-row__right {
        height: auto;
    }
}
/* btn
 * ========================================================================= */
.c-btn, .c-btn__white {
    display: block;
    width: 100%;
    padding: 0;
    background: none;
    border: 1px solid #515151;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    transition: ease .2s;
}
.c-btn .fa-angle-right, .c-btn__white .fa-angle-right, .c-btn .fa-angle-left, .c-btn__white .fa-angle-left {
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
.c-btn .fa-angle-left, .c-btn__white .fa-angle-left {
    right: auto;
    left: 20px;
}
.c-btn:hover, .c-btn__white:hover {
    opacity: 1;
}
.c-btn > span, .c-btn__white > span {
    display: block;
    padding: 15px 25px;
    position: relative;
    z-index: 3;
    transition: .3s;
}
.c-btn:hover > span, .c-btn__white:hover > span {
    color: #fff;
}
.c-btn::before, .c-btn__white::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #515151;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.c-btn:hover::before, .c-btn__white:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
}
.c-btn__white {
    border-color: #fff;
}
.c-btn__white:hover > span {
    color: #515151;
}
.c-btn__white::before {
    background-color: #fff;
}
/* icon btn */
.c-icn-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: none;
    border: 1px solid #515151;
    border-radius: 50%;
    color: #515151;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    transition: .3s;
}
@media screen and (max-width: 767px) {
    .c-icn-btn {
        width: 50px;
        height: 50px;
    }
}
/* swaiper
 * ========================================================================= */
.c-slider__card {
    width: 360px;
    max-width: 100%;
    padding: 0 10px;
    margin: auto;
}
.c-slider__thumb img {
    width: 100%;
}
.c-slider__title {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .05em;
}
.c-slider__except {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.833;
    letter-spacing: .05em;
}
/* news
 * ========================================================================= */
.c-news__group {
    border-top: 1px solid #fcfcfc;
}
.c-news__group-item {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #fcfcfc;
}
.c-news__datetime, .c-news__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.833;
}
.c-news__datetime {
    width: 7em;
    margin-right: 55px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .c-news__group-item {
        flex-direction: column;
        padding: 35px 0;
    }
    .c-news__datetime {
        width: auto;
        margin-bottom: 20px;
    }
}
/* archive
 * ========================================================================= */
.c-archive-list__item {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
}
.c-archive-list__item:first-child {
    border-top: 1px solid #dcdcdc;
}
.c-archive-list__date {
    margin-right: 55px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .c-archive-list__item {
        flex-direction: column;
        padding: 30px 0;
    }
}
/* contact
 * ========================================================================= */
.c-contact-section {
    margin-top: auto;
}
.c-kasou + .c-contact-section {
    padding-top: 0;
}
.c-contact-section__btn {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
}
.c-contact-section__btn > span {
    padding: 35px 50px;
}
.c-contact-section__btn .fa-angle-right {
    right: 42px;
}
@media screen and (max-width: 767px) {
    .c-contact-section__btn {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .c-contact-section__btn > span {
        padding: 40px;
    }
    .c-contact-section__btn .fa-angle-right {
        right: 21px;
    }
}
/* パンくず
 * ========================================================================= */
.c-pankuzu {
    margin-bottom: 50px;
}
.c-pankuzu__text {
    font-size: 14px;
    font-size: 1.4rem;
}
.c-pankuzu__text * {
    color: #8a8a8a;
}
.c-pankuzu__text br {
    display: none;
}
@media screen and (max-width: 767px) {
    .c-pankuzu__text {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
/* 下層タイトル
 * ========================================================================= */
.c-kasou-title {
    width: 100%;
    padding-bottom: calc(50px - .416em);
    border-bottom: 1px solid #8a8a8a;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
}
.c-kasou-title:not(:last-child) {
    margin-bottom: 100px;
}
.c-kasou-contents {
    width: 100%;
    padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
    .c-kasou-title {
        padding-bottom: calc(20px - .416em);
        font-size: 28px;
        font-size: 2.8rem;
    }
    .c-kasou-title:not(:last-child) {
        margin-bottom: 50px;
    }
    .c-kasou-contents {
        padding-bottom: 60px;
    }
}
/* フォーム
 * ========================================================================= */
.c-form-group:not(:first-child) {
    margin-top: 60px;
}
.c-form-group dd {
    position: relative;
    margin-top: 15px;
}
.c-form-label {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
.c-form-label.is-required::after {
    content: "*";
    color: #f22020;
    margin-left: .25em;
}
.c-form-control {
    width: 100%;
    padding: 25px 30px;
    background-color: #F2F2F2;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.833;
    letter-spacing: .05em;
}
textarea.c-form-control {
    height: 180px;
}
.c-form-inlinelist {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -10px;
}
.c-form-inlinelist__item {
    display: flex;
    width: 33.333%;
    padding: 5px 10px;
}
.c-form-check__input {
    margin-top: .62475em;
    margin-right: 1em;
}
.c-form-action:not(:first-child) {
    margin-top: 100px;
}
.c-form-action__privacy {
    margin-bottom: 30px;
    text-align: center;
}
.c-form-action__privacy a {
    text-decoration: underline;
}
.c-form-action__btn {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}
.c-form-action__btn > span {
    padding: 25px 50px;
}
.c-form-action__btn .fa-angle-right {
    right: 41px;
}
.c-form-action__btn[disabled] {
    opacity: .5;
    pointer-events: none;
}
.c-form-valid {
    position: absolute;
    top: 100%;
    left: 0;
    color: #f22020;
}
/* confirm
 * ========================================================================= */
.c-confirm-table, .c-confirm-table tr, .c-confirm-table th, .c-confirm-table td {
    display: block;
}
form:not(:first-child) .c-confirm-table {
    margin-top: 30px;
}
.c-confirm-table tr + tr {
    margin-top: 60px;
}
.c-confirm-table th {
    text-align: left;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
.c-confirm-table td {
    margin-top: 20px;
}
/* thanks
 * ========================================================================= */
.c-thanks__title {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
.c-thanks__text {
    margin-top: 30px;
}
.c-thanks-back {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-form-inlinelist__item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .c-form-group:not(:first-child) {
        margin-top: 40px;
    }
    .c-form-inlinelist__item {
        width: 100%;
    }
    .c-form-control {
        padding: 15px 20px;
    }
    .c-form-action:not(:first-child) {
        margin-top: 60px;
    }
    .c-form-action__btn {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .c-form-action__btn .fa-angle-right {
        right: 20px;
    }
    .c-confirm-table tr + tr {
        margin-top: 40px;
    }
    .c-thanks__text {
        margin-top: 40px;
    }
    .c-thanks-back {
        margin-top: 60px;
    }
}
/* ============================================================================
 * header
 * ========================================================================= */
.c-header {
    width: 100%;
    padding: 40px 0;
}
.c-header-container {
    min-height: 80px;
    align-items: center;
}
.c-header-logo__link {
    display: block;
}
/* nav
 * ========================================================================= */
.c-header-nav:not(:first-child) {
    margin-left: 60px;
}
.c-header-nav__group {
    display: flex;
    margin: -20px;
}
.c-header-nav__group-item {
    padding: 20px;
    position: relative;
}
.c-header-nav__link {
    padding: 5px 0;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
}
.c-header-nav__link:not(a) {
    cursor: default;
}
.c-header-nav__link::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #515151;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}
.c-header-nav__link:hover {
    opacity: 1;
}
.c-header-nav__link:hover::before, .c-header-nav-sub__parent:hover > .c-header-nav__link::before {
    width: 100%;
}
/* sub */
.c-header-nav-sub {
    padding: 15px 15px;
    background-color: #fff;
    border: 1px solid #515151;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .6s;
}
.c-header-nav__group-item:hover .c-header-nav-sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.c-header-nav-sub__group-item {
    padding: 10px 5px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-header-nav {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .c-header {
        padding: 30px 0;
    }
    .c-header-container {
        min-height: 60px;
    }
    .c-header-logo__link {
        width: 183px;
    }
}
/* ============================================================================
 * global nav
 * ========================================================================= */
.c-global-nav__toggle {
    display: none;
}
.c-global-nav__toggle-btn {
    width: 80px;
    height: 80px;
    background: none;
    border: 1px solid #515151;
    border-radius: 50%;
    box-shadow: 0 0 5px #fff;
    mix-blend-mode: multiply;
    position: fixed;
    top: 40px;
    right: 80px;
    z-index: 9999;
    cursor: pointer;
}
.c-global-nav__toggle-btn__inner {
    width: 40%;
    height: 40%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}
.c-global-nav__toggle-btn__inner > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #515151;
    border-radius: 10px;
    box-shadow: 0 0 5px #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}
.c-global-nav__toggle-btn__inner > span:nth-of-type(1) {
    top: 28.5%;
}
.c-global-nav__toggle-btn__inner > span:nth-of-type(2) {
    bottom: 28.5%;
}
#globalNavToggle:checked ~ .c-global-nav__toggle-btn .c-global-nav__toggle-btn__inner {
    transform: rotateY(-360deg);
}
#globalNavToggle:checked ~ .c-global-nav__toggle-btn .c-global-nav__toggle-btn__inner > span:nth-of-type(1) {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
}
#globalNavToggle:checked ~ .c-global-nav__toggle-btn .c-global-nav__toggle-btn__inner > span:nth-of-type(2) {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
}
/* menu */
.c-global-nav {
    display: flex;
    flex-direction: column;
    width: 490px;
    max-width: 100%;
    height: 100vh;
    padding: 170px 60px 100px;
    background-color: #f2f2f2;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    transform: translateX(100%);
    transition: .6s;
    overflow-y: scroll;
}
.c-global-nav::-webkit-scrollbar {
    width: 10px;
    background-color: #f2f2f2;
}
.c-global-nav::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
    transition: .3s;
}
#globalNavToggle:checked ~ .c-global-nav {
    transform: translateX(0);
}
.c-global-nav__group {
    border-top: 1px solid #dcdcdc;
}
.c-global-nav__group-item {
    padding: calc(30px - .25em) 0;
    border-bottom: 1px solid #dcdcdc;
}
.c-global-nav__link {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: .05em;
}
.c-global-nav__link span {
    margin-left: 30px;
    color: #8a8a8a;
    font-size: 14px;
    font-size: 1.4rem;
}
button.c-global-nav__link {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    user-select: none;
}
button.c-global-nav__link::before, button.c-global-nav__link::after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background-color: #515151;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
button.c-global-nav__link::before {
    transform: rotate(-180deg);
}
button.c-global-nav__link::after {
    transform: rotate(-270deg);
}
.c-global-nav-sub {
    padding-top: calc(30px - .25em);
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    overflow: hidden;
}
.c-global-nav-sub * {
    line-height: 1.5;
}
.c-global-nav-sub__group {
    margin: -10px 0;
}
.c-global-nav-sub__group-item {
    padding: calc(15px - .25em) 0 calc(15px - .25em) 30px;
    position: relative;
}
.c-global-nav-sub__group-item::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background-color: #515151;
    position: absolute;
    top: calc(10px + .75em - 1px);
    left: 0;
}
button.c-global-nav__link.is-active::before, button.c-global-nav__link.is-active::after {
    transform: rotate(0);
}
@media screen and (max-width: 767px) {
    .c-global-nav__toggle-btn {
        width: 60px;
        height: 60px;
        top: 30px;
        right: 30px;
    }
    .c-global-nav {
        padding: 130px 30px 60px;
    }
    .c-global-nav__link {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .c-global-nav__link span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
/* lang */
.c-global-lang {
    margin-top: auto;
}
.c-global-lang-btn {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
}
.c-global-lang-btn i {
    margin-right: .5em;
}
/* ============================================================================
 * footer
 * ========================================================================= */
.c-footer {
    background-color: #F2F2F2;
    margin-top: auto;
}
/* info */
.c-footer-info {
    padding: 70px 0;
}
.c-footer-logo__link {
    display: block;
}
.c-footer-nav {
    margin-left: auto;
    font-size: 16px;
    font-size: 1.6rem;
}
.c-footer-nav__group {
    display: flex;
    margin: calc(-1 * (12.5px) - .25em) -40px;
}
.c-footer-nav__group-item {
    padding: calc(12.5px - .25em) 40px;
}
.c-footer-nav__link:not(a) {
    cursor: default;
}
.c-footer-nav-sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.c-footer-nav-sub__group-item {
    padding: 5px 1em 0;
    position: relative;
}
.c-footer-nav-sub__group-item::before {
    content: "";
    display: block;
    width: .35em;
    height: 1px;
    background-color: #515151;
    position: absolute;
    top: calc(5px + .75em);
    left: 0;
}
/* global */
.c-footer-global {
    padding: 25px 0;
    background-color: #515151;
    color: #fff;
}
.c-footer-global-nav__group {
    display: flex;
    margin: -5px -20px;
}
.c-footer-global-nav__group-item {
    padding: 5px 20px;
}
.c-footer-global-nav__link {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
}
.c-footer-copyright {
    margin-left: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.833;
    letter-spacing: .05em;
}
@media screen and (max-width: 1023px) {
    .c-footer-logo, .c-footer-nav {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .c-footer-logo__link {
        width: 183px;
    }
    .c-footer-nav {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    /* info */
    .c-footer-info {
        padding: 40px 0;
    }
    .c-footer-nav {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .c-footer-nav__group {
        flex-direction: column;
    }
    /* global */
    .c-footer-global {
        padding: 40px 0;
    }
    .c-footer-global-nav, .c-footer-copyright {
        width: 100%;
    }
    .c-footer-global-nav {
        margin-bottom: calc(25px - .916em);
    }
    .c-footer-global-nav__group {
        justify-content: center;
    }
    .c-footer-copyright {
        text-align: center;
    }
}
/* ============================================================================
 * wp pagenav
 * ========================================================================= */
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -.5em -.5em;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: block;
    min-width: 2em;
    padding: .5em;
    margin: .5em;
    background: none;
    border: 1px solid #515151;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
    background-color: #515151;
    color: #fff;
}