@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */


@media screen and (max-width: 750px) {
    html,
    body {
        /* font-size: 4.375vw; */
    }
}

body {
    /* line-height: 1.5; */
}

@media screen and (max-width: 750px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

body.ie {
    overflow-x: hidden;
}


/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
/* img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
} */

/* ---------------------------------------------
*   hover
--------------------------------------------- */
.hover {
    -webkit-transition: .3s;
    transition: .3s;
}

.hover:hover {
    opacity: .8;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    width: 100%;
    height: 80px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 70px;
        background-color: #fff;
    }
}

.header__entry-btn {
    display: block;
    margin-right: 0;
    margin-left: auto;
    padding: 3px 17px;
    background-color: #FFC538;
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .header__entry-btn {
        padding: 0.625vw 1.5625vw;
        font-size: 3.125vw;
    }
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    width: 1366px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

.top .header-container {
    max-width: 1366px;
    width: auto;
}

@media screen and (max-width: 750px) {
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
        height: 100%;

        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.header-logo__img {
    width: 200px;
    height: auto;
}
.jimtof{
	margin-left:40px;
}
.jimtof img{
	max-width:160px;
}

@media screen and (max-width: 1366px) {
    .top .header-logo__img {
        width: 14.64129vw;
    }
	.jimtof img{
	width:14.64129vw;
}


}

@media screen and (max-width: 750px) {
    .top .header-logo__img {
        width: 90px;
    }
	.jimtof{
	margin-left:10px;
line-height:10px;
}
.jimtof img{
width:65px;
}

}

@media screen and (max-width: 750px) {
    .header-logo__img {
        width: 90px;
    }
}

.header-logo__link {
    display: inline-block;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 3px solid #cecece;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1366px) {
    .top .header-logo__link {
        padding-left: 1.31772vw;
        border-left: 0.21962vw solid #cecece;
    }
}

@media screen and (max-width: 750px) {
    .top .header-logo__link {
        margin-top: 0;
        padding-left: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .header-logo__link {
        margin-top: 0;
        padding-left: 10px;
        border-left: 2px solid #cecece;
        font-size: 12px;
    }
}

.header-logo-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    height: 100%;
}

@media screen and (max-width: 750px) {
    .header-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2000;
        display: none;
        overflow: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        background-color: #0085E8;
    }
    .js-sp-menu-opened .header-nav {
        display: block;
    }
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 17px;
    height: 80px;
}

@media screen and (max-width: 750px) {
    .header-nav__list {
        display: block;
        padding-top: 95px;
        height: auto;
    }
}

.header-nav__list-item {
    position: relative;
    z-index: 200;
    padding-top: 5px;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .top .header-nav__list-item {
        min-width: 105px;
    }
}

@media screen and (max-width: 750px) {
    .top .header-nav__list-item {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .header-nav__list-item {
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        text-align: left;
    }
}

@media screen and (max-width: 750px) {
    .header-nav__list-item:first-of-type {
        border-top: 1px solid #fff;
    }
}

.header-nav__list-btn {
    margin-right: 20px;
    margin-left: 33px;
    padding: 0px 5px;
    width: 137px;
    height: 50px;
    background-color: #ffc538;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1366px) {
    .top .header-nav__list-btn {
        margin-right: 1.46413vw;
        margin-left: 2.41581vw;
        width: 10.02928vw;
    }
}

@media screen and (max-width: 750px) {
    .top .header-nav__list-btn {
        margin: 0 auto;
        margin-top: 10.9375vw;
        width: 62.5vw;
        height: auto;
        font-size: 18px;
    }
}

@media screen and (max-width: 750px) {
    .header-nav__list-btn {
        margin: 0 auto;
        margin-top: 10.9375vw;
        width: 62.5vw;
        height: auto;
        font-size: 18px;
    }
}

.header-nav__link {
    display: block;
    padding: 0 15px;
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
    .top .header-nav__link {
        padding: 0 1.0981vw;
    }
}

@media screen and (max-width: 750px) {
    .header-nav__link {
        padding: 16px 0 21px 20px;
        color: #fff !important;
        text-align: left;
        font-size: 11px;
        line-height: 1;
    }
}

.header-nav__link:hover {
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__link--en {
    display: block;
    color: #0085e8;
    letter-spacing: 0.05em;
    font-size: 20px;
}

@media screen and (max-width: 1366px) {
    .top .header-nav__link--en {
        font-size: 18px;
    }
}

@media screen and (max-width: 750px) {
    .top .header-nav__link--en {
        font-size: 28px;
    }
}

@media screen and (max-width: 750px) {
    .header-nav__link--en {
        color: #fff;
        text-align: left;
        font-size: 28px;
        line-height: 1;
    }
}

.header-nav__btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 50px;
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
    .top .header-nav__btn {
        font-size: 1.0981vw;
    }
}

@media screen and (max-width: 750px) {
    .top .header-nav__btn {
        font-size: 5.625vw;
    }
}

@media screen and (max-width: 750px) {
    .header-nav__btn {
        padding: 3.125vw;
        width: 62.5vw;
        background-color: #FFC538;
        letter-spacing: 0.1em;
        font-size: 5.625vw;
        line-height: 1.5;
    }
}

.header-nav__sub-list {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .header-nav__sub-list {
        padding-top: 0;
        background-color: #0085E8;
    }
}

.header-nav__sub-list-link {
    display: block;
    padding-bottom: 10px;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .header-nav__sub-list-link {
        padding-bottom: 10px;
        padding-left: 20px;
        color: #fff !important;
        font-size: 20px;
    }
}

.header-nav__sub-list-outer {
    position: absolute;
    left: 60%;
    z-index: 100;
    display: none;
    width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .header-nav__sub-list-outer {
        position: static;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.header-nav__close-btn {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .header-nav__close-btn {
        margin-top: 9.375vw;
    }
}

.header-nav__close-btn-txt {
    color: #fff;
    font-size: 20px;
}

.header-nav-container {
    position: relative;
    height: 100%;
}

/*  .header-plus-btn
--------------------------------------------- */
.header-plus-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
    padding: 20px;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: '';

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-plus-btn__inner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.show .header-plus-btn__inner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-plus-btn__width {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-plus-btn__height {
    position: absolute;
    display: block;
    width: 2px;
    height: 30px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
    position: relative;
    z-index: 2000;
    display: block;
    margin: 0;
    padding: 15px;
    padding-right: 0;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-menu-button--inner {
    display: inline-block;
}

.header-menu-button__lines {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
}

.header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    padding-top: 2px;
    width: 100%;
    height: 0;
}

.header-menu-button__line--top, .header-menu-button__line--center, .header-menu-button__line--bottom {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.header-menu-button__line--top {
    top: 0;
    background-color: #0085E8;
}

.js-sp-menu-opened .header-menu-button__line--top {
    background-color: #fff;
}

.header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
    background-color: #0085E8;
}

.js-sp-menu-opened .header-menu-button__line--center {
    background-color: #fff;
}

.header-menu-button__line--bottom {
    bottom: 0;
    background-color: #0085E8;
}

.js-sp-menu-opened .header-menu-button__line--bottom {
    background-color: #fff;
}

.js-sp-menu-opened .header-menu-button__line--top {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.js-sp-menu-opened .header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.js-sp-menu-opened .header-menu-button__line--bottom {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .wrapper {
        margin-top: 70px;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    max-width: 100%;
    width: 100%;
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    /* text-align: center; */
}

/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
.breadcrumb {
    margin: 0 auto;
    padding: 0 !important;
    width: 1326px;
    background-color: white !important;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
}

.breadcrumb__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 10px 40px;
}

.breadcrumb__list-item:after {
    display: inline-block;
    padding: 0 10px;
    content: '>';
    /*左右に余白*/
}

.breadcrumb__list-item:last-child:after {
    display: none;
}

.breadcrumb__link--current {
    color: #0085E8;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    position: relative;
    width: 100%;
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 1366px) {
    .footer {
        width: 1366px;
    }
}

@media screen and (max-width: 750px) {
    .footer {
        width: 100%;
    }
}

.top .footer {
    width: 100%;
}

/* ---------------------------------------------
*   page-top__btn
--------------------------------------------- */
.page-top__btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.page-top__btn.on {
    position: absolute;
    right: 0;
    bottom: 100%;
}

/*  footer-container
--------------------------------------------- */
.footer-container {
    margin: 0 auto;
    max-width: 850px;
    width: 65.8858%;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .footer-container {
        width: 90%;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding-top: 70px;
    font-weight: bold;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .footer-nav {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__list {
        width: 50%;
    }
}

.footer-nav__list-ttl {
    text-align: center;
}

.footer-nav__list-ttl:after {
    display: block;
    margin: 15px auto;
    width: 18px;
    height: 3px;
    background-color: #536877;
    content: '';
}

.footer-nav__list-item {
    position: relative;
    padding: 10px 0;
    text-align: center;
}

.footer-nav__list-item--after:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #0085e8;
    content: '';
    -webkit-transform: translateX(-50%);
    -webkit-transform: rotate(45deg);
    transform: translateX(-50%);
    transform: rotate(45deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.footer-nav__link {
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}

.footer-nav__link:hover {
    opacity: .8;
}

.footer-nav__link--ttl {
    letter-spacing: 0.05em;
    font-size: 15px;
    color: #fff;
}

.footer-nav__link--en {
    color: #0085e8;
    letter-spacing: 0.1em;
    font-size: 20px;
}

/*  footer-entry
--------------------------------------------- */
.footer-entry {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 45px auto 0;
    width: 270px;
    height: 50px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .footer-entry {
        margin: 0 auto;
        padding-top: 14.0625vw;
        width: 56.25vw;
        height: auto;
        background-color: inherit;
        -webkit-transition: 0;
        transition: 0;
    }
}

.footer-entry__btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    width: 100%;
    height: 100%;
    background-color: #ffc538;
    letter-spacing: 0.1em;
    font-size: 28px;
}

@media screen and (max-width: 750px) {
    .footer-entry__btn {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.625vw 0;
        font-size: 6.25vw;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    margin-top: 57px;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
    .footer-copyright {
        margin-top: 0;
        padding-top: 6.25vw;
        padding-bottom: 14.0625vw;
    }
}

.footer-copyright__text {
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .footer-copyright__text {
        letter-spacing: 0.15em;
        font-size: 3.75vw;
    }
}
