@charset "UTF-8";
/*menu*/
.menu {
    z-index: 9999;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    opacity: 1 !important;
    cursor: pointer;
    background-color: #00A0C7;
}
.menu__line {
    display: block;
    position: absolute;
}
.menu__line {
    background: #ffffff;
    height: 2px;
    transition: transform .3s;
    top: 18px;
    width: 50%;
    margin: 0 25%;
}
.menu__line--center {
    top: 27px;
}
.menu__line--bottom {
    top: 37px;
}
.menu__line--top.active{
    top: 27px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    top: 27px;
    transform: rotate(135deg);
}
/*fullnav*/
.fullnav {
    display: none;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 7777;
    background-color: rgb(255,255,255,0.5);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
/*fullnav__nav*/
.fullnav__nav {
    align-items: center;
    background: #00A0C7;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 7em;
}
#menu-toggle_menu a,
#menu-privacy_policy a {
    color: #ffffff;
    padding-bottom: 0;
}
/*gnav*/
.gnav {
    height: 100%;
    width: 100%;
}
#menu-toggle_menu > li {
    border-bottom: 1px solid #ffffff;
    width: 90%;
    position: relative;
    line-height: 2.4;
    margin: 0 auto;
}
#menu-item-527 {
    line-height: 2.4 !important;
}
#menu-toggle_menu > li > a {
    padding: 1em 5%;
    width: 100%;
    display: flex;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
}
#menu-toggle_menu > li > a:hover {
    background: #fff;
    color: #00A0C7;
}
#menu-toggle_menu > li#menu-item-124 > a:hover {
    background: #00A0C7;
    color: #fff;
}
#menu-toggle_menu > li > a .sp-sub-icon {
    padding: 0;
}
#menu-item-594 a .sp-sub-icon,
#menu-item-27 a .sp-sub-icon {
    padding-right: 2% !important;
}
#menu-toggle_menu #menu-item-594 a,
#menu-toggle_menu #menu-item-27 a {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
#menu-toggle_menu .sub-menu {
    padding-left: 0;
    padding-bottom: 1em;
    background: #00A0C7;
}
#menu-toggle_menu .sub-menu a {
    padding: 5% 0.5em 5% 2em;
    width: 100%;
    margin: 0 auto;
}
#menu-item-124 li a:hover {
    background: #ffffff;
    color: #00A0C7;
}
#menu-toggle_menu .sub-menu a i {
    padding-right: 0.5em;
}
.sp-sub-icon {
    padding-right: 2%;
}
.m-toggle {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #00A0C7;
    border: none;
    width: 60px;
    height: 57px;
    border-left: 1px solid #4b6db1;
    color: #00A0C7;
    transition: transform .2s ease-in-out;
    border-radius: 0;
}
.m-toggle::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: #fff;
    top: 22px;
    left: 28px;
    transition: transform .2s ease-in-out;
}
.m-toggle::after {
    position: absolute;
    top: 29px;
    left: 22px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #fff;
}
.menu-privacy_policy-container {
    padding-bottom: 2em;
}
#menu-contact_menu-1 li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #00A0C7;
    font-size: 20px;
    text-align: center;
    background: #ffffff;
    padding: 1em;
    margin-bottom: 4em;
}
#menu-item-440 a i {
    padding-left: 0.5em;
}
.m-toggle:hover,
.m-toggle:active,
.m-toggle:focus {
    border-left: 1px solid #4b6db1;
}
.m-toggle:hover {
    background-color: #00A0C7;
}
.m-toggle:active,
.m-toggle:focus {
    background-color: #00A0C7;
}
.m-toggle.on {
    background-color: #00A0C7;
}
.m-toggle.on::before {
    transform: rotate(90deg);
}
#menu-privacy_policy a {
    width: 90%;
    margin: 0 auto;
    padding: 0.5em 0;
}
.gnav li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding-bottom: 0.8em;
}
#menu-item-467 > .sub-menu,
#menu-item-527 > .sub-menu,
#menu-item-1327 > .sub-menu,
#menu-item-1328 > .sub-menu {
    display: none;
}
.fullnav.on .gnav li a {
    border-bottom: 2px solid #00A0C7;
    margin-bottom: 1em;
}
#menu-item-168 a {
    border: 0;
    margin-bottom: 0;
}
.sub-menu {
    padding-left: 1em;
}
.fullnav.on .gnav .sub-menu a {
    border-bottom: 1px solid #00A0C7;
}
.fullnav.on .gnav .sub-menu > .menu-item-has-children > .sub-menu a,
#menu-item-527 > .sub-menu li a {
    border: none;
}
.fullnav.on .gnav .sub-menu > .menu-item-has-children > .sub-menu li:not(:first-of-type) {
    padding-left: 1em;
}
.parent-link .fa-caret-right,
.inner-parent-link .fa-caret-right {
    padding-left: 0;
    padding-right: 0.3em;
}
/*menu-fullnav0*/
.menu-fullnav1-container li {
    margin-bottom: 0.5em;
}
.menu-fullnav1-container li:last-of-type {
    margin-bottom: 0.1em;
}
/*on fullnav__nav*/
.fullnav.on .fullnav__nav {
    position: fixed;
    width: 100%;
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.sub-menu {
    margin-left: 0;
}
.fa-paper-plane {
    padding-right: 0.3em;
}
/* search form */
.sp-toggle .s-form-wrap {
    display: none;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 7777;
    background-color: rgb(0,0,0,0.5);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.sp-toggle .search-icon {
    z-index: 9999;
    height: 60px;
    position: fixed;
    right: 60px;
    top: 0;
    width: 60px;
    opacity: 1 !important;
    cursor: pointer;
    background-color: #00A0C7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-toggle i.fas.fa-search {
    font-size: 22px;
    color: #ffffff;
}
.sp-toggle #searchform {
    background: #00A0C7;
    padding: 2em 5% 5em;
    display: flex;
    justify-content: space-between;
}
.sp-toggle input#s {
    border: 0;
    border-radius: 0;
    padding: 1em 0.5em;
}
.sp-toggle #searchform button {
    width: 90px;
    background: #00A0C7;
    background-color: #00A0C7;
    color: #ffffff;
    border: 0;
    border-radius: 0;
}
.sp-toggle #searchform i.fas.fa-search {
    display: none;
}
/* add */
#menu-item-636 {
    background-color: #ffffff !important;
}
#menu-item-132 ul li a {
    color: #ffffff !important;
    background-color: #00A0C7 !important;
    border: 1px solid #ffffff !important;
}
#menu-item-132 ul li a:hover {
    color: #00A0C7 !important;
    background-color: #ffffff !important;
}
#menu-item-132 ul li:first-of-type a {
    border-bottom: 0 !important;
}
#menu-item-132 ul #menu-item-652 a {
    color: #00A0C7 !important;
    background-color: #ffffff !important;
    border: none !important;
}
#menu-item-132 ul #menu-item-652 a,
#menu-item-132 ul #menu-item-652 a:hover {
    border: none !important;
    padding: 0 !important;
}
#menu-item-132 ul #menu-item-652 a:hover {
    border: none !important;
}
#menu-fix_header_menu .sub-menu {
    padding: 0;
}
#menu-item-644 > ul {
    display: flex;
}
.parent-link:after {
    content: "";
}
#menu-item-132 a:hover {
    cursor: pointer;
}
#menu-toggle_menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-toggle_menu #menu-item-442,
#menu-toggle_menu #menu-item-522 {
    border-bottom: 0;
}
#menu-toggle_menu #menu-item-442 a {
    border: 3px solid #FFFFFF;
    display: block;
    text-align: center;
    color: #00A0C7 !important;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 0.5em;
    font-weight: bold;
}
#menu-toggle_menu #menu-item-442 a:hover {
    color: #ffffff !important;
    background: #00A0C7;
}


@media screen and (min-width:341px) and (max-width:767px) {
    /*menu-fullnav1*/
    .menu-fullnav1-container li {
        margin-bottom: 0.8em;
    }
    .menu-fullnav1-container li:last-of-type {
        margin-bottom: 0.3em;
    }
    /*menu-fullnav2*/
    #menu-fullnav2 li a {
        padding: 0.3em 0;
    }
    /*menu-fullnav3*/
    #menu-fullnav3 {
        padding: 0.5em 0;
    }
    /*menu-fullnav4*/
    .menu-fullnav4-container {
        margin-bottom: 2em;
    }
    #menu-fullnav4 li a {
        padding: 0.3em 0;
    }
    /*menu-fullnav_sns*/
    #menu-fullnavsns {
        width: 180px;
    }
    #menu-fullnavsns li img {
        width: 40px;
    }
    #menu-toggle_menu #menu-item-442 a {
        border-radius: calc(20 / 375 * 100vw);
    }
}

@media screen and (min-width:768px) {
    .fullnav,
    .sp-toggle .s-form-wrap {
        top: 60px;
    }
    /* font_size */
    #menu-item-27 a {
        margin-bottom: 1.2em;
    }
    .menu_en,
    .menu-fullnav2-container a {
        font-size: 18px;
    }
    .menu_ja,
    .menu-fullnav3-container a,
    #menu-toggle_menu a,
    #menu-privacy_policy a,
    #menu-toggle_menu > li {
        font-size: 16px;
    }
    /*menu*/
    .menu {
        height: 60px;
        width: 60px;
    }
    .menu__line {
        height: 2px;
        top: 19px;
        width: 30px;
        margin: 0 26%;
    }
    .menu__line--center {
        top: 28px;
    }
    .menu__line--bottom {
        top: 38px;
    }
    .menu__line--top.active{
        top: 28px;
    }
    .menu__line--bottom.active{
        top: 28px;
    }
    #menu-fullnavsns {
        width: 220px;
    }
    #menu-fullnavsns li img {
        width: 40px;
    }
    .header_logo_wrap div img {
        width: 40%;
    }
    #menu-item-27 a {
        margin-bottom: 1.2em;
    }
    .sp-toggle .search-icon {
        height: 80px;
        right: 80px;
        width: 80px;
    }
    .site_header_logo {
        margin-bottom: 25px;
        padding-top: 32px;
    }
    .site_header_logo a img {
        width: 150px;
    }
    #menu-toggle_menu > li {
        line-height: 2.5;
    }
    #menu-item-527 {
        line-height: 2.5 !important;
    }
    .m-toggle {
        width: 80px;
        height: 72px;
    }
    .m-toggle::before {
        height: 20px;
        top: 26px;
        left: 36px;
    }
    .m-toggle::after {
        top: 35px;
        left: 27px;
        width: 20px;
    }
    #menu-item-594 a .sp-sub-icon,
    #menu-item-27 a .sp-sub-icon {
        padding-right: 0% !important;
    }
    #menu-toggle_menu .sub-menu a {
        padding: 0.8em 0;
    }
    .sp-sub-icon {
        padding-right: 0%;
    }
    .sp-toggle #searchform {
        padding: 3em 15% 6em;
    }
    #menu-toggle_menu #menu-item-442 a {
        border-radius: calc(25 / 768 * 100vw);
    }
}

@media screen and (min-width:980px) {
    #menu-item-638,
    #menu-item-637 {
        width: 100% !important;
    }
    #menu-item-638 a,
    #menu-item-637 a {
        display: block !important;
        text-align: left;
    }
    .site-branding {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /* pc_nav */
    .site_header_logo {
        width: 20%;
    }
    #pc_nav_wrap {
        display: block;
        width: 80%;
        position: relative;
        height: calc(80 / 980 * 100vw);
    }
    .pc_nav_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: calc(80 / 980 * 100vw);
    }
    .pc_nav_list li {
        text-align: center;
        font-weight: 700;
        position: relative;
    }
    .pc_nav_list li:last-of-type {
        margin-right: 0;
    }
    .pc_nav_list li a {
        display: block;
        width: 100%;
    }
    .pc_nav_list li a {
        color: #ffffff;
    }
    .pc_nav_list li a:hover {
        color:#00A0C7 !important;
    }
    .pc_nav_list > li {
        height: calc(80 / 980 * 100vw);
        display: flex;
        align-items: center;
    }
    .menu-contact_menu-container {
        position: absolute;
        right: 0;
    }
    .menu-fix_header_menu-container {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    #menu-item-440 a {
        display: block;
        width: calc(190 / 980 * 100vw);
        text-align: center;
        background: #00A0C7;
        color: #ffffff !important;
        border-radius: calc(10 / 980 * 100vw);
        font-weight: bold;
        border: 2px solid #00A0C7;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(13 / 980 * 100vw);
    }
    #menu-item-440 a:hover {
        background: #ffffff;
        color: #00A0C7 !important;
    }
    #menu-item-440 a i {
        font-size: calc(14 / 980 * 100vw);
        padding-left: calc(5 / 980 * 100vw);
    }
    #menu-item-440 {
        width: calc(215 / 980 * 100vw);
    }
    /*menu*/
    #menu-item-592 {
        width: 160px;
    }
    .sp-toggle {
        display: none !important;
    }
    #menu-fix_header_menu #menu-item-132:hover,
    #menu-fix_header_menu #menu-item-132 > ul,
    .search-icon i.fas.fa-search:hover {
        -webkit-transition: .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }
    #menu-fix_header_menu #menu-item-132 > ul li {
        width: 100%;
    }
    #menu-fix_header_menu li a {
        display: block;
        padding: 1.13em 0;
        width: 100%;
    }
    #menu-fix_header_menu li a:hover {
        opacity: 1;
    }
    #menu-fix_header_menu #menu-item-132 > ul {
        position: absolute;
        left: -9999px;
        opacity: 0;
        z-index: 10;
        width: 100%;
        margin: 0;
        background: #00A0C7;
        -webkit-transition: .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        top: calc(80 / 980 * 100vw);
    }
    #menu-fix_header_menu #menu-item-132:hover > ul  {
        opacity: 1;
        left: 0;
    }
    .s-form-wrap {
        top: calc(77 / 980 * 100vw);
        padding-top: calc(110 / 980 * 100vw);
        padding-bottom: calc(110 / 980 * 100vw);
    }
    .mm-inner-title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
        width: 100%;
    }
    #menu-fix_header_menu > li > a {
        height: calc(43 / 980 * 100vw);
        line-height: calc(19 / 980 * 100vw);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }
    #menu-fix_header_menu #menu-item-440 a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        height: calc(43 / 980 * 100vw);
    }
}

@media screen and (min-width:1280px) {
    #menu-item-71 {
        letter-spacing: 0;
    }
    #menu-item-71 a {
        width: 100% !important;
    }
    #menu-fix_header_menu #menu-item-132 > ul {
        top: calc(80 / 1280 * 100vw);
    }
    .pc_nav_list > li {
        height: calc(80 / 1280 * 100vw);
    }
    .pc_nav_list {
        height: calc(80 / 1280 * 100vw);
    }
    #pc_nav_wrap {
        height: calc(80 / 1280 * 100vw);
        width: 73%;
    }
    #menu-item-440 a {
        width: calc(190 / 1280 * 100vw);
        font-size: calc(13 / 1280 * 100vw);
        border-radius: calc(10 / 1280 * 100vw);
    }
    #menu-item-440 a i {
        font-size: calc(14 / 1280 * 100vw);
        padding-left: calc(5 / 1280 * 100vw);
    }
    #menu-item-440 {
        width: calc(230 / 1280 * 100vw);
    }
    #menu-fix_header_menu #menu-item-440 a {
        height: calc(43 / 1280 * 100vw);
    }
}

@media screen and (min-width:1366px){
    #menu-fix_header_menu > li > a {
        height: calc(43 / 1366 * 100vw);
        line-height: calc(19 / 1366 * 100vw);
    }
    #menu-fix_header_menu #menu-item-132:hover > ul  {
        flex-wrap: nowrap;
    }
    #menu-fix_header_menu #menu-item-132 > ul {
        top: calc(80 / 1366 * 100vw);
    }
    #menu-fix_header_menu #menu-item-132 > ul li a {
        padding-top: calc(10 / 1366 * 100vw);
        padding-bottom: calc(10 / 1366 * 100vw);
    }
    #pc_nav_wrap {
        height: calc(80 / 1366 * 100vw);
    }
    #menu-item-440 a {
        width: calc(190 / 1366 * 100vw);
        font-size: calc(13 / 1366 * 100vw);
        border-radius: calc(10 / 1366 * 100vw);
    }
    #menu-item-440 a i {
        font-size: calc(14 / 1366 * 100vw);
        padding-left: calc(5 / 1366 * 100vw);
    }
    #menu-item-440 {
        width: calc(230 / 1366 * 100vw);
    }
    .pc_nav_list {
        height: calc(80 / 1366 * 100vw);
    }
    .pc_nav_list > li {
        height: calc(80 / 1366 * 100vw);
    }
    #menu-fix_header_menu #menu-item-440 a {
        height: calc(43 / 1366 * 100vw);
    }
}