@charset "utf-8";

/* reset
*********************************************************/

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none !important;
}

a {
    display: inline-block;
}

div {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}


/* common
*********************************************************/

html {
    font-size: 62.5%;
}

body {
    color: #333;
}

body,
.pure-g [class*=pure-u] {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
}

@media all and (-ms-high-contrast:none) {

    body,
    .pure-g [class*=pure-u] {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    }
}

.mincho {
    font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings: "palt";
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;

    @media only screen and(-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}


a {
    color: #333;
}

a:hover {
    opacity: 0.6;
    transition: all 0.3s;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.columns {
    display: flex;
}

.image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.image--inline {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.wp-pagenavi {
    margin-top: 45px;
    padding: 20px 0;
    background: #f9f9f9;
    font-size: 1.6rem;
    overflow: hidden;
}

.wp-pagenavi.var01 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    min-width: 55px;
    line-height: 55px;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}

.wp-pagenavi span.pages {
    padding: 0 10px;
}

.wp-pagenavi.var01 a {
    border: none;
    background: none;
    color: #333;
}

.wp-pagenavi span.current {
    border-color: #666;
    background: #666;
    color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 3px 10px;
}

.bg-danger {
    padding: 5px;
    background-color: #f2dede;
}

.text-danger {
    color: #a94442;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

a[href^=tel]:hover {
    opacity: 1;
}

.lazy {
    position: relative;
    opacity: 0;
    transform: translate(0%, 50px);
}

.lazy-show {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s;
}

.flickWrap {
    width: 100%;
}

#copyright {
    margin: 54px 0 80px;
}


@media screen and (max-width:828px) {

    .flickWrap {
        padding: 5px 0;
        white-space: nowrap;
        overflow: auto;
    }

    .flickWrap::before {
        margin-bottom: 20px;
        color: #f55;
        font-size: 1.4rem;
        content: "※表が見切れる場合は横スクロールでご覧ください。";
    }

    .flickWrap::-webkit-scrollbar {
        height: 5px;
    }

    .flickWrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .flickWrap::-webkit-scrollbar-thumb {
        background: #bcbcbc;
    }
}


/* Breadcrumbs
*********************************************************/

#breadcrumbs {
    margin-bottom: 35px;
    padding: 15px 0;
    font-size: 1.4rem;
}

#breadcrumbs a {
    color: #333;
    text-decoration: none;
}


@media screen and (max-width:828px) {
    #breadcrumbs {
        height: auto;
        margin-bottom: 20px;
        padding: 15px 0;
        line-height: 1.6;
    }
}


/* Content
*********************************************************/

h1 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(26 / 16);
    margin-top: 23.4px;
    text-align: center;
}

h2.title__page {
    display: flex;
    flex-direction: column;
}

h2.title__page .en {
    font-size: 7rem;
    font-weight: 500;
    line-height: calc(80 /70);
    margin-bottom: 7px;
}

h2.title__page .jp {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(40 / 16);
}


.block__container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    box-sizing: border-box;
}


.page__container {
    position: relative;
}

#sidebar {
    width: 37rem;
    background-color: #F1F2F3;
    position: relative;
}

.side__container {
    position: fixed;
    margin: 50px 20px 50px 43.7px;
    padding-right: 39px;
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: scroll;
    width: 31rem;
}

#sidebar .acd {
    display: none;
}

#sidebar label.cat_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#sidebar label.cat_name span {
    position: relative;
    width: 30px;
    height: 15px;
    display: block;
    padding: 0 10px;
}

#sidebar label.cat_name span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 15px;
    background-color: #333;
    border-radius: 3px;
    display: inline-block;

}

#sidebar label.cat_name span::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 15px;
    background-color: #333;
    border-radius: 3px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: 50% 50%;

    transition: all .3s;
}

#sidebar input[name="acd[]"]:checked+label.cat_name span::after {

    transform: translate(-50%, -50%) rotate(360deg);
}

#sidebar label+.container__list {
    transition: all .3s;
    height: 0;
    overflow: hidden;

}

#sidebar input[name="acd[]"]:checked+label+.container__list {
    height: auto;
}


.side__container::-webkit-scrollbar {
    width: 10px;
}

.side__container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 800px;
    overflow: hidden;
}

.side__container::-webkit-scrollbar-thumb {
    background-color: #444444;
    border-radius: 800px;
}

.side_category {
    margin: 37px 0;
}

.side_category .cat_name {
    font-size: 1.8rem;
    font-weight: bold;
}

.side_category .cat_ch .cat_name {
    font-size: 1.6rem;
    font-weight: bold;
}

.side_category .cat_list .cat_ch {
    padding-left: 20px;
}

.side_category .cat_list>li+li {
    margin-top: 4rem;
}

.side_category .item_list li {
    padding: 21.5px 0 14.5px;
    border-bottom: 1px solid #CCCCCC;
}

.side_category .item_list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .8s;
    position: relative;
    text-decoration: none;
}

.side_category .item_list a span {
    font-size: 1.6rem;
    font-weight: bold;
    flex: 1;
}

.side_category .item_list a:hover {
    opacity: 1;
}

.side_category .item_list a:before {
    content: "";
    background-color: #01479B;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    margin-right: 9px;
    box-sizing: border-box;
}

.side_category .item_list .selected_item a {
    padding-left: 5px;
}

.side_category .item_list .selected_item a span {
    font-weight: 900;
}

.side_category .item_list .selected_item a:before {
    content: "";
    background-color: #01479B;
    border: 2px solid #E4014F;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-radius: 0px;
}

.side_category .item_list a:hover:before {
    content: "";
    position: relative;
    background-color: #E4014F;
    left: 4px;
}

#searchform2 {
    width: 100%;
    margin-top: 28px;
    position: relative;
    line-height: calc(26 / 16);

}

#searchform2 input[type=text] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 800px;
    height: 46px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 80px 10px 20px;
}

#searchform2 button {
    position: absolute;
    top: 50%;
    right: 26.6px;
    transform: translate(0, -50%);
    width: 21.45px;
    height: 21.45px;
    border: none;
    background-color: transparent;
}

.main__contents {
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    flex: 1;
}

.wrap__logo {
    width: 210px;
}

.wp-block-separator {
    border: 0;
    border-top: 1px solid #ccc;
}

.title__page__index {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: calc(32 / 18);
    color: #01479B;
    margin-bottom: 2.1rem;
}

#searchform {
    width: 100%;
    margin-top: 45px;
    position: relative;
}

#searchform input[type=text] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 800px;
    padding: 20px 95px 20px 32px;
    background-color: #fff;
}

#searchform button {
    position: absolute;
    top: 50%;
    right: 26.6px;
    transform: translate(0, -50%);
    width: 21.45px;
    height: 21.45px;
    border: none;
    background-color: transparent;
}

.wrap__btn_contact {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

a.btn {
    display: flex;
    width: 240px;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: calc(24 / 15);
    color: #fff;
    border-radius: 35px;
    background: rgb(0, 70, 155);
    background: linear-gradient(90deg, rgba(0, 70, 155, 1) 0%, rgba(28, 67, 148, 1) 15%, rgba(100, 62, 131, 1) 40%, rgba(149, 59, 120, 1) 55%, rgba(228, 0, 79, 1) 98%, rgba(228, 0, 79, 1) 100%);
}

.menu-trigger {
    display: none;
}

@media screen and (max-width:1250px) {
    #sidebar {
        position: fixed;
        top: 0;
        width: 0;
        height: 100vh;
        z-index: 599;
        opacity: 0;
    }

    #sidebar.active {
        width: 37rem;
        display: block;
        animation-name: fadein;
        animation-duration: .75s;
        animation-timing-function: ease-out;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }

    #sidebar .side__container {
        display: block;
        position: absolute;
        left: -100vw;
        top: 50px;
        border: none;
        padding-left: 0;
        z-index: 110;
        transition: all .75s;
        box-sizing: border-box;
    }

    #sidebar.active .side__container {
        animation-name: slidein;
        animation-duration: .75s;
        animation-timing-function: ease-out;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }

    #header a.menu-trigger,
    #header a.menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        transition: all .4s;
    }

    #header a.menu-trigger {
        position: fixed;
        left: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.75);
        z-index: 600;
    }

    #header a.menu-trigger:hover {
        opacity: 1;
    }

    #header a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        border-radius: 1px;
        background-color: #333;
    }

    #header a.menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    #header a.menu-trigger span:nth-of-type(2) {
        top: 48%;
    }

    #header a.menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(315deg);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slidein {
    0% {
        left: -100vw;
    }

    100% {
        left: 0;
    }
}


/* Footer
*********************************************************/

.footer-nav {
    margin-bottom: 30px;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li+li {
    margin-left: 25px;
}

.footer-nav a {
    font-size: 1.6rem;
    text-decoration: none;
}

@media screen and (max-width:828px) {
    footer {
        text-align: center;
    }

    .footer-nav {
        margin: 0 -15px 20px;
        border-top: solid 1px #ccc;
        box-sizing: border-box;
        overflow: hidden;
    }

    .footer-nav li a {
        display: block;
        padding: 5px;
        font-size: 1.1rem;
    }

    .footer-nav li {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #ccc;
        text-align: center;
        box-sizing: border-box;
    }

    .footer-nav li+li {
        margin-left: 0;
    }

    .footer-nav li:nth-child(odd) {
        border-right: dotted 1px #ccc;
    }

}



/* WP default
*********************************************************/

.wp-caption {
    margin: 10px;
    padding-top: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3f3f3;
    text-align: center;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

.rtt {
    display: none;
}

.over--left {
    margin-left: calc((100vw - 1215px) / 2);
    padding: 0;
    width: auto;
    max-width: none;
}

.over--right {
    margin-right: calc((100vw - 1215px) / 2);
    padding: 0;
    width: auto;
    max-width: none;
}

/* Responsive
*********************************************************/


/* Tablet side */
@media screen and (max-width:1200px) {
    .over--left {
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 1230px;
    }

    .over--right {
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 1230px;
    }

    .rtt {
        display: block;
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 598;
    }

    .rtt img {
        width: 35px;
        height: 35px;
        border: 1px solid #ccc;
        background: #fff;
    }

    body {
        -webkit-text-size-adjust: 100%;
    }
}

/* Tablet side Only */
@media screen and (min-width:829px) and (max-width:1200px) {}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {}

/* Smartphone Vertical */
@media screen and (max-width:415px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

}