@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

object {
    pointer-events: none;
}

.sp,
.sp_il,
.pc_13 {
    display: none !important;
}

a[href^="tel:"] {
    pointer-events: none;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.img_r {
    overflow: hidden;
}

.img_r>img {
    float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}


/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */

.logo {
    margin-right: 20px;
}

.menu {
    display: flex;
    position: relative;
}
/* 
.menu .menu_list {
    width: 33.33%;
} */

.menu .menu_list>a {
    /* border: 1px solid #ccc; */
    display: block;
    padding: 0;
    text-align: center;
    transition: .2s;
}


/* .menu .menu_list > a:hover {
    color: #fff;
    background: #fb4343;
  } */


/* ②メガメニューのスタイル */

.menu_contents {
    background: #f5f8fe;
    padding: 32px 16px;
    display: none;
    position: absolute;
    top: 90%;
    left: 11%;
    width: 89%;
    animation: sub ease 0.05s;
    z-index: 999;
}

.menu_contents.open {
    display: block;
    transition: .2s;
}

.menu_contents a {
    font-size: 1.5rem;
    padding: 16px;
    color: #213349;
}

.menu_contents li {
    width: auto;
    margin-left: 0px !important;
    padding-left: 20px;
    background: url(../img/arrow03.svg) no-repeat center left 1.2em;
    display: block;
    background-size: .8em;
    cursor: pointer;
    line-height: 200%;
}

.menu_contents:hover {
    display: block;
}


/* .menu_contents li a {
    color: #fff;
  } */


/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */


/* サブメニュ－ */

ul.sub {
    opacity: 0;
    position: absolute;
    padding-left: 0px;
    background: #1e3268e6;
    line-height: 80%;
    display: flex;
    bottom: 0;
    flex-wrap: wrap;
    width: 506px;
    z-index: 3;
    padding: 20px 30px 25px;
    bottom: -7em;
    left: -1.5em;
    z-index: 75;
    visibility: hidden;
}

ul.sub.open {
    animation: sub ease 0.3s;
    animation-fill-mode: forwards;
}

@keyframes sub {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        visibility: inherit;
    }
}

ul.sub.close02 {
    animation: sub_a ease 0.3s;
    animation-fill-mode: forwards;
    opacity: 1;
    bottom: -7em;
    visibility: collapse;
}

@keyframes sub_a {
    0% {
        opacity: 1;
        bottom: -7em;
    }
    10% {
        visibility: inherit;
        opacity: 1;
        bottom: -7em;
    }
    100% {
        opacity: 0;
        bottom: -6em;
    }
}

ul.sub li {
    width: 33.3%;
    margin-left: 0;
    padding-bottom: 1.5em;
}

ul.sub a {
    color: #fff;
    letter-spacing: 0.1em;
    background: url(../img/arrow01.svg) no-repeat center left;
    background-size: 13px;
    padding-left: 20px;
}

ul.sub li a:hover {
    background: url(../img/arrow01.svg) no-repeat center left 2px;
    background-size: 13px;
    opacity: 0.8;
}


/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.txt_shinfo {
    position: relative;
}

.txt_shinfo>small {
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 41%;
    word-break: keep-all;
}


/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
    width: calc(100% / 4);
}

.instagramcont li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 0 100%;
    background: #949494;
}

.instagramcont li a img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/* ---------------------------------------------------------------------------
  ★パーツ集
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */



/* =======================================
	★ページャー
========================================== */

.pager {
    width: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

.wp-pagenavi {
    clear: both;
    font-size: 14px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 2.6;
    border: 1px solid #000000;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    color: #000000;
    font-size: 14px;
    margin: 5px;
    vertical-align: top;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px;
}

.wp-pagenavi span.extend {
    border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #000000;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */

.c_form01 {
    margin-bottom: 50px;
}

.c_form01 table {
    margin-bottom: 30px;
    /* border-top: 1px solid #ccc; */
    width: 100%;
    /* IE */
    /* Edge */
}

.c_form01 table tbody tr th {
    vertical-align: top;
    padding: 24px;
    font-size: 16px;
    font-weight: bold;
    width: 26.5%;
    border-bottom: 2px solid #e09a9d;
}

.c_form01 table tbody tr th span {
    margin-left: 10px;
}

.c_form01 table tbody tr td {
    vertical-align: top;
    border-bottom: 1px solid #edf2f6;
    padding: 24px;
}

.c_form01 table tbody tr td select {
    padding: 0;
    font-size: 14px;
    width: 400px;
    padding: 11px;
}

.c_form01 table tbody tr td label {
    margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
    padding: 5px 10px;
    font-size: 1.4rem;
    border: 1px solid #afafaf;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc inset;
}

.c_form01 table .inp01 input[type=text],
.c_form01 table .inp02 input[type=text] {
    font-size: 1.6rem;
}

.c_form01 table input[type=file] {
    box-shadow: none;
}

.c_form01 table .inp_txtarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 10px;
    width: 90%;
    height: 200px !important;
    border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
    color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
    color: #a9a9a9;
}

.c_form01 .kojin_wrap {
    background: #fff;
    padding: 2% 5%;
    margin-bottom: 20px;
}

.c_form01 .submit_wrap {
    margin-bottom: 5%;
    text-align: center;
}

.c_form01 .txt_link {
    color: #173a8c;
    text-decoration: underline;
}

.c_form01 .submit_wrap .submit {
    max-width: 340px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    margin: auto;
    font-size: 1.6rem;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #a9a9a9;
}

input:-ms-input-placeholder {
    color: #a9a9a9;
}

input::-ms-input-placeholder {
    color: #a9a9a9;
}

input::placeholder {
    color: #a9a9a9;
}

input.short {
    width: 25%;
}

input.middle {
    width: 50%;
}

.c_form01 table textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px;
    height: 200px !important;
    border: 1px solid #afafaf;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc inset;
}

.c_form01 table input {
    box-shadow: 0px 0px 5px #ccc inset;
}

input.submit {
    position: relative;
    border: none;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    z-index: 30;
    cursor: pointer;
    width: 80%;
    max-width: 250px;
    background: url(../img/arrow.svg) no-repeat center right 1.2em;
    background-color: #2f3c82;
    display: block;
    background-size: 1.8em;
    text-align: center;
    color: #FFF;
    padding: 14px 0 12px;
    text-shadow: 0 5px 8px #0c0046;
    letter-spacing: 0.1em;
    font-size: 18px;
    margin: auto;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */

.close {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.close::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    z-index: 10;
}

.close::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.popup_Box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    z-index: -9;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.popup_Box.on {
    z-index: 1;
    opacity: 1;
}

.popup_Box.on .close {
    z-index: 1 !important;
}

.popup_Box .popup_Box_inner {
    position: relative;
    padding: 30px 60px;
    width: 100%;
}

.popup_Box .popup_Box_inner .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9;
}

.popup_Box .popup_Box_inner .popup_Box_cont {
    color: #fff;
}


@media (max-width: 1300px) {
    .nav a {
      font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 140%
    }

    .pc_13 {
        display: block !important;
    }

    .base01 .chizu {
        background: url(../img/chizu.png) no-repeat right bottom;
        background-size: 30%;
        padding-right: 11%;
        padding-bottom: 4%;
    }
}

@media (max-width: 1175px) {
    .nav a {
      font-size: 14px;
    }

    .nav > ul:nth-child(1) li {
        margin-left: 30px;
    }

    .nav > ul:nth-child(1) {
        margin-right: 22px;
    }
}

@media (max-width: 1101px) {
    .nav a {
      font-size: 14px;
    }

    .nav > ul:nth-child(1) li {
        margin-left: 30px;
    }

    .nav > ul:nth-child(1) {
        margin-right: 22px;
    }

    .logo {
        margin-right: 0px;
    }
}

@media (max-width: 1060px) {
    .mv_inpage {
        margin-top: 60px;
    }

    div.nav .menu.pc,
    div.nav ul.pc {
        display: none !important;
    }
    .global-nav {
        position: fixed;
        right: -320px;
        top: 0;
        height: 100vh;
        background-color: #fff;
        transition: all 0.6s;
        z-index: 200;
        overflow-y: auto;
        display: block !important;
    }

    .hamburger {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 100;
        background: #2f3c82;
    }

    .hamburger__line {
        position: absolute;
        left: 19px;
        width: 22px;
        height: 3px;
        background-color: #e9e9e9;
        transition: all 0.6s;
        border-radius: 50em;
    }

    .hamburger__line--1 {
        top: 18px;
    }

    .hamburger__line--2 {
        top: 27px;
    }

    .hamburger__line--3 {
        top: 36px;
    }

    .black-bg01 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        cursor: pointer;
    }

    .nav-open .global-nav {
        right: 0;
    }

    .nav-open .black-bg01 {
        opacity: 0.8;
        visibility: visible;
    }

    .nav-open .hamburger__line--1 {
        transform: rotate(45deg);
        top: 20px;
    }

    .nav-open .hamburger__line--2 {
        width: 0;
        left: 50%;
    }

    .nav-open .hamburger__line--3 {
        transform: rotate(-45deg);
        top: 20px;
    }

    .accordion-container .accordion-title02 {
        position: relative;
        margin: 0;
        padding: 0.625em 0.625em 0.625em 2.25em;
        font-weight: normal;
        color: #0c0046;
        cursor: pointer;
        display: block;
        font-size: 100%;
        font-weight: bold;
        background: url(../img/arrow03.svg) no-repeat center left 8px;
        background-size: 1.1em;
    }

    .accordion-title {
        position: relative;
        margin: 0;
        padding: 0.625em 0.625em 0.625em 2.25em;
        cursor: pointer;
        display: block;
        font-size: 100%;
        background: url(../img/arrow03.svg) no-repeat center left 8px;
        background-size: 1.1em;
    }

    .accordion-title a {
        color: #0c0046;
        font-weight: bold;
        font-size: 100%;
    }

    .accordion-container .accordion-title>div::before {
        content: "";
        position: absolute;
        top: 45%;
        right: 5px;
        width: 10px;
        height: 1px;
        transform: rotate(90deg);
        background: #fff;
        transition: all 0.3s ease-in-out;
    }

    .accordion-container .accordion-title>div::after {
        content: "";
        position: absolute;
        top: 45%;
        right: 5px;
        width: 10px;
        height: 1px;
        background: #fff;
        transition: all 0.2s ease-in-out;
    }

    .accordion-container .accordion-title.open>div::before {
        transform: rotate(180deg);
    }

    .accordion-container .accordion-title.open>div::after {
        opacity: 0;
    }

    .accordion-content {
        padding-left: 53px;
        margin-top: 8px;
        font-size: 0.8em;
    }

    .accordion-content li {
        margin-bottom: 5px;
    }

    .accordion-container {
        width: 300px;
        margin: 0 auto;
    }

    .accordion-title>div {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 12px;
        right: 0;
        z-index: 9;
        background: #173a8c;
        border-radius: 50%;
    }

    .accordion-title {
        position: relative;
    }

    .logo h1 a {
        display: flex;
        align-items: center;
        margin-left: 5%;
    }

    .logo p {
        font-size: 22px;
        letter-spacing: 0.05em;
        font-weight: bold;
        color: #2f3c82;
        padding-top: 4px;
        white-space: nowrap;
    }

    header {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        background: #FFF;
        height: 60px;
    }

    .accordion-title,
    .accordion-title02 {
        border-bottom: 1px solid #e8ebf4;
        margin: 0 15px !important;
        font-size: 100%;
    }

    .accordion-content {
        padding-left: 53px;
        margin-top: 8px;
        font-size: 1em;
    }

    .accordion-content a {
        font-weight: bold !important;
        color: #172635;
    }

    .nav ul.c_btnArea li a {
        width: 88%;
        height: auto;
        font-size: 110%;
        margin-top: 4%;
        margin: 6% auto 0;
        color: #fff;
        max-width: 380px;
    }

    .nav ul:nth-child(2) li:first-child {
        background: none;
    }

    .accordion-container {
        width: 520px;
        margin: 0 auto;
    }

    .global-nav {
        right: -520px;
    }

    .accordion-title>div {
        width: 2.6vw;
        height: 2.6vw;
        top: 22%;
        right: 10%;
    }

    .accordion-container .accordion-title>div::before,
    .accordion-container .accordion-title>div::after {
        right: 32%;
        width: 10px;
        height: 2px;
    }

    .accordion-content {
        padding-left: 17%;
    }

    .home02 .ippan {
        position: static;
    }
    
    .home02 .flex.mB40 {
        margin-bottom: 2.5% !important;
    }
    
    .home02 .shinbun.mT120 {
        margin-top: 6% !important;
    }
    
    .home02 .ippan_con {
        width: 100%;
        max-width: 1200px;
        background: #fff;
        position: static;
        margin-top: 5%;
    }
    
    .home02 .ippan_con > .txt {
        padding: 0;
    }

    .home02 .pT30 {
        padding-top: 8% !important;
    }

}
