@charset "utf-8";
/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
/*BASE STYLE*/
html{
    overflow: inherit;
}
body {
    padding: 0;
    margin: 0
}
a:hover{
    opacity: 1;
}
.hover:hover{
    opacity: 0.6;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.resetStyle *{
    font-size: inherit;
    color: inherit;
}
.resetStyle a:hover{
    opacity: 1;
}
.resetStyle a.hover: hover{
    opacity: 0.6;
}
.resetStyle article,
.resetStyle aside,
.resetStyle details,
.resetStyle figcaption,
.resetStyle figure,
.resetStyle footer,
.resetStyle header,
.resetStyle hgroup,
.resetStyle main,
.resetStyle nav,
.resetStyle section,
.resetStyle summary {
    display: block
}

.resetStyle audio,
.resetStyle canvas,
.resetStyle video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.resetStyle audio:not([controls]) {
    display: none;
    height: 0
}

.resetStyle [hidden] {
    display: none
}

.resetStyle {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.resetStyle,
.resetStyle button,
.resetStyle input,
.resetStyle select,
.resetStyle textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

.resetStyle {
    margin: 0
}

.resetStyle a {
    text-decoration: none;
    color: #333
}

.resetStyle a:focus {
    outline: none
}

.resetStyle,
.resetStyle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.resetStyle *:before,
.resetStyle *:after {
    box-sizing: content-box
}

.resetStyle a:active,
.resetStyle a:hover {
    outline: 0
}

.resetStyle h1,
.resetStyle h2,
.resetStyle h3,
.resetStyle h4,
.resetStyle h5,
.resetStyle h6 {
    font-size: 100%;
    margin: 0em;
    line-height: 1.5;
    font-weight: bold
}

.resetStyle abbr[title] {
    border-bottom: 1px dotted
}

.resetStyle b,
.resetStyle strong {
    font-weight: bold
}

.resetStyle blockquote {
    margin: 1em 40px
}

.resetStyle dfn {
    font-style: italic
}

.resetStyle hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.resetStyle mark {
    background: #ff0;
    color: #000
}

.resetStyle p,
.resetStyle pre {
    margin: 0
}

.resetStyle code,
.resetStyle kbd,
.resetStyle pre,
.resetStyle samp {
    font-family: monospace, serif;
    font-family: 'courier new', monospace;
    font-size: 1em
}

.resetStyle pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

.resetStyle q {
    quotes: none
}

.resetStyle q:before,
.resetStyle q:after {
    content: '';
    content: none
}

.resetStyle small {
    font-size: 80%
}

.resetStyle sub,
.resetStyle sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.resetStyle sup {
    top: -0.5em
}

.resetStyle sub {
    bottom: -0.25em
}

.resetStyle dl,
.resetStyle menu,
.resetStyle ol,
.resetStyle ul {
    margin: 0
}

.resetStyle dd {
    margin: 0
}

.resetStyle menu,
.resetStyle ol,
.resetStyle ul {
    padding: 0
}

.resetStyle nav ul,
.resetStyle nav ol {
    list-style: none;
    list-style-image: none
}

.resetStyle ul {
    list-style: none
}

.resetStyle img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.resetStyle svg:not(:root) {
    overflow: hidden
}

.resetStyle figure {
    margin: 0
}

.resetStyle form {
    margin: 0
}

.resetStyle fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0
}

.resetStyle legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: 0
}

.resetStyle button,
.resetStyle input,
.resetStyle select,
.resetStyle textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    line-height: normal
}

.resetStyle button,
.resetStyle input {
    line-height: normal
}

.resetStyle button,
.resetStyle select {
    text-transform: none
}

.resetStyle button,
.resetStyle input[type="button"],
.resetStyle input[type="reset"],
.resetStyle input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

.resetStyle button[disabled],
.resetStyle input[disabled] {
    cursor: default
}

.resetStyle input[type="checkbox"],
.resetStyle input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

.resetStyle input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.resetStyle input[type="search"]::-webkit-search-cancel-button,
.resetStyle input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.resetStyle button::-moz-focus-inner,
.resetStyle input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.resetStyle textarea {
    overflow: auto;
    vertical-align: top
}

.resetStyle table {
    border-collapse: collapse;
    border-spacing: 0
}

.resetStyle nput.clear_css:-webkit-autofill,
.resetStyle textarea.clear_css:-webkit-autofill {
    -webkit-box-shadow: 0 1px 3px #c9c9c9 inset !important;
    transition: background-color 10s ease-in-out 0s
}

.resetStyle input.clear_css:-webkit-autofill.wpcf7c-conf,
.resetStyle textarea.clear_css:-webkit-autofill.wpcf7c-conf {
    -webkit-box-shadow: 0 0 0px 1000px #f7f9f6 inset !important;
    transition: background-color 10s ease-in-out 0s
}

.resetStyle .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.resetStyle .hover {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.resetStyle .hover:hover {
    opacity: 0.8
}

.resetStyle .areaUse .hover {
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.resetStyle .areaUse .hover:hover {
    transform: translateY(3px);
    transition: .2s ease;
    opacity: 1
}

.resetStyle .objfitIE img {
    width: 100%;
    object-fit: cover
}

.resetStyle .areaTitle {
    color: #023f98;
    font-size: 36px;
    text-align: center;
    border-bottom: 2px solid #023f98;
    padding-bottom: 22px;
    margin-bottom: 37px;
    font-weight: 500;
}

.mincho {
    font-family: 'Noto Serif JP', serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.myBase {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}

input,
textarea,
select {
    font-family: 'Noto Sans JP', sans-serif;
}

body.fixed {
    overflow: hidden;
}

.inner {
    width: 1080px;
    margin: 0 auto;
}

.hover:hover {
    opacity: 0.6;
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 19px 33px 11px;
    z-index: 9999;
}

.header.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header .inner {
    width: 100%;
}

.header .logo {
    float: left;
}

.header .mainMenu {
    float: right;
    margin-top: 13px;
    margin-right: 2px;
}

.header .mainMenu .menu {
    display: flex;
}

.header .mainMenu .menu > li {
    position: relative;
    margin-left: 30px;
    padding-bottom: 10px;
}

.header .mainMenu .menu > li > a {
    font-weight: bold;
    font-size: 14px;
    color: #094296;
}

.header .mainMenu .menu > li .sub-menu{
    display: none;
    position: absolute;
    width: 170px;
    background: #094296;
    top: 30px;
}
.header .mainMenu .menu > li:last-child .sub-menu{
    right: 0;
}
.header .mainMenu .menu > li .sub-menu li a{
    display: block;
    width: 100%;
    padding: 10px 12px;
    color: #FFF;
    transition: all 0.3s;
    font-size:12px;
}

.header .mainMenu .menu > li .sub-menu li{
    position: relative;
}
.header .mainMenu .menu > li .sub-menu li .sub-menu{
    position: absolute;
    top: 0;
    left: 170px;
}
.sp {
    display: none;
}

@media screen and (max-width: 1515px) and (min-width: 768px) {
    .header .logo {
        width: 240px;
    }

    .header .mainMenu .menu > li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1370px) and (min-width: 768px) {
    .header > .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header .logo {
        margin-bottom: 10px;
    }
}

/* FIX TABLET */
@media screen and (max-width: 1235px) and (min-width: 768px) {
    body {
        width: 1349px;
    }

    .header {
        width: 1349px;
    }
}

@media screen and (min-width: 768px){
    .header .mainMenu .menu > li > a:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #094296;
        opacity: 0;
        transition: all 0.3s;
    }

    .header .mainMenu .menu > li.current-menu-item > a:before,
    .header .mainMenu .menu > li.current_page_parent > a:before,
    .header .mainMenu .menu > li:hover > a:before {
        bottom: 5px;
        opacity: 1;
    }
    .header .mainMenu .menu > li.remove:hover > a:before{
        opacity: 0;
    }
    .header .mainMenu .menu > li .sub-menu li.current-menu-item a,
    .header .mainMenu .menu > li .sub-menu li a:hover{
        color: #094296;
        background: #fff;
    }
}


@media screen and (max-width:767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 3%;
    }

    .header {
        width: 100%;
        padding: 10px 0;
        transform: none;
        left: 0
    }

    .header .logo {
        width: 220px;
        margin-top: 3px;
    }

    .header .mainMenu {
        display: none;
        float: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 55px;
        left: 0;
        background: #fff;
        margin: 0;
        overflow-y: auto;
        padding-bottom: 50px;
        z-index: 9999;
    }

    .header .mainMenu .menu {
        display: block;
        text-align: left;
        padding: 30px 10px 60px;
    }

    .header .mainMenu .menu {
        margin: 0;
    }

    .header .mainMenu .menu > li {
        padding-bottom:20px;
        margin-bottom: 20px;
        margin-left: 0;
        border-bottom:1px solid #094296;
    }

    .header .mainMenu .menu > li > a {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .header .mainMenu .menu > li .icon{
        position: absolute;
        right: -15px;
        top: -10px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 27px;
        color: #094296;
    }
    .header .mainMenu .menu > li .sub-menu li .icon{
        top: -3px;
    }
    .header .mainMenu .menu > li .icon:before{
        content: "+";
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .header .mainMenu .menu > li .icon.active:before{
        content: "−";
    }
    .header .mainMenu .menu > li .sub-menu{
        position: static;
        background: transparent;
        width: 100%;
        margin-top: 10px;
    }
    .header .mainMenu .menu > li .sub-menu li .sub-menu{
        position: static;
        margin-top: 0;
    }
    .header .mainMenu .menu > li .sub-menu li a{
        color: #094296;
        font-weight: bold;
        font-size:14px;
    }
    .hamburger {
        width: 38px;
        height: 35px;
        padding: 0 5px;
        z-index: 9991;
        float: right;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #094296;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        margin-bottom: 7px;
    }

    .hamburger span:nth-child(2) {
        opacity: 1
    }

    .hamburger span:nth-child(3) {
        margin-top: 7px;
    }

    .hamburger.open span:nth-child(1) {
        margin-bottom: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/*END HEADER*/



/* CONTENT */
.content {
    width: 100%;
}

.main {
    position: relative;
    text-align: center;
}

.main img {
    width: 100%;
    margin: 0 auto;
}

.main .pageTitle {
    width: calc(((100% - 1080px) / 2) + 600px);
    height: 366px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    text-align: left;
    background: #fff;
    position: absolute;
    bottom: 0;
    padding-left: calc((100% - 1080px) / 2);
    padding-right: 130px;
}

.main .pageTitle .pageJa {
    font-size: 47px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 500;
    color: #094296;
    line-height: 1.4em;
}

.main .pageTitle .pageEn {
    font-size: 18px;
    color: #094296;
}

.breadcrumb {
    margin: 17px 0 60px;
}

.breadcrumb .breadlist {
    display: flex;
}

.breadcrumb .breadlist li+li {
    position: relative;
    margin-left: 26px;
    letter-spacing: 0.7px;
}

.breadcrumb .breadlist li+li:before {
    content: "   /   ";
    position: absolute;
    left: -14px;
    top: 0;
}

.breadcrumb .breadlist li a,
.breadcrumb .breadlist li a span {
    color: #336699;
}

.breadcrumb .breadlist li a,
.breadcrumb .breadlist li:last-child {
    font-size: 13px;
}

.breadcrumb .breadlist li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .main img{
        width: 100%;
    }
    .main .pageTitle {
        width: 55%;
        height: 100px;
        text-align: left;
        padding-left: 3%;
        padding-right: 0;
    }

    .main .pageTitle .pageJa {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .main .pageTitle .pageEn {
        font-size: 14px;
    }

    .breadcrumb {
        margin: 24px 0 40px;
    }

    .breadcrumb .breadlist {
        display: block;
    }

    .breadcrumb .breadlist li {
        display: inline;
    }

    .breadcrumb .breadlist li a *,
    .breadcrumb .breadlist li * {
        font-size: 12px;
    }
}



.areaContact {
    background: url(../images/common/area-contact-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 71px 0 90px;
}

.areaContact .ttl {
    font-weight: normal;
    font-size: 28px;
    color: #fff;
}

.areaContact .ttl .small {
    display: block;
    font-size: 42px;
    line-height: 1;
    margin-top: 2px;
    color: #fff;
}

.areaContact .des {
    margin-top: 37px;
    font-size: 16px;
    line-height: 2.5;
    color: #fff;
}

.areaContact .listBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 39px;
}

.areaContact .listBtn li {
    width: calc(100% / 3 - 10px);
}

.areaContact .listBtn li+li {
    margin-left: 15px;
}

.areaContact .listBtn li a {
    display: block;
    background: #e3f7ff;
    color: #094296;
    font-size: 22px;
    padding: 38px 0 38px 7px;
    letter-spacing: 0.2px;
}

.areaContact .listBtn li:first-child a {
    background: #ffff00;
}

.areaContact .listBtn li a img {
    float: left;
    transform: translateX(33px);
}

.areaContact .botttl {
    margin-top: 35px;
    font-size: 27px;
    color: #fff;
}

.areaContact .tel {
    margin-top: 17px;
}

.areaContact .tel a {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    pointer-events: none;
    background: url(../images/common/area-contact-icon-4.png) no-repeat left 3px top 6px;
    padding: 0 43px;
}

.areaContact .tel .note {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.3px;
    font-size: 18px;
    color: #fff;
    margin-top: 9px;
}
.areaContact .tel .note .ttlNote{
    background: #fff;
    color: #094296;
    padding: 6px 10px 4px;
    margin-right: 11px;
}
.areaContact .tel .note .txtNot{
    color: #fff;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .resetStyle .areaTitle {
        font-size: 24px;
        padding-bottom: 10px;
        border-width: 1px;
        margin-bottom: 30px;
    }

    .areaContact {
        padding: 30px 0;
        background-size: cover;
    }

    .areaContact .ttl {
        font-size: 20px;
    }

    .areaContact .ttl .small {
        font-size: 36px;
    }

    .areaContact .des {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }

    .areaContact .listBtn {
        display: block;
        margin-top: 30px;
    }

    .areaContact .listBtn li {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .areaContact .listBtn li+li {
        margin-left: 0;
    }

    .areaContact .listBtn li a {
        padding: 15px 0;
        font-size: 18px;
    }

    .areaContact .botttl {
        margin-top: 20px;
        font-size: 20px;
    }

    .areaContact .botttl {
        margin-top: 10px;
    }

    .areaContact .tel a {
        font-size: 26px;
        background-size: 16px;
        padding: 0 25px;
        background-position-y: 4px;
        pointer-events: auto;
    }

    .areaContact .tel .note {
        font-size: 12px;
    }
}



/* FOOTER */
.footer {
    width: 100%;
}

.footer .footTop {
    background: #f5f7f9;
    padding: 77px 0 67px;
}

.footer .ftMenu {
    display: flex;
    flex-wrap: wrap;
}

.footer .ftMenu .menu {
    width: 160px;
}

.footer .ftMenu .menu>li {
    margin-right: -4px;
}

.footer .ftMenu .menu>li>a {
    font-weight: bold;
    color: #294a87;
    letter-spacing: -0.3px;
}

.footer .ftMenu .menu li a:hover {
    text-decoration: underline;
}

.footer .ftMenu .menu>li+li {
    margin-top: 19px;
}

.footer .ftMenu .menu>li .sub-menu {
    margin-top: 17px;
}

.footer .ftMenu .menu>li .sub-menu li a {
    position: relative;
    color: #666666;
    padding-left: 15px;
    font-size: 14px;
    letter-spacing: -0.5px;
    display: inherit;
    line-height: 1.55;
}

.footer .ftMenu .menu>li .sub-menu li a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 1px;
    border-bottom: 1px solid #294a87;
}

.footer .ftMenu .menu>li .sub-menu li+li {
    margin-top: 18px;
}

.footer .ftMenu .menu {
    margin-right: 24px;
}

.footer .ftMenu .menu:last-child {
    margin-right: 0;
}

.footer .footBot {
    background: #fff;
    padding: 58px 0 78px;
}

.footer .footBot .boxFoot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .footBot .boxFoot .logo {
    margin-right: 31px;
}

.footer .footBot .boxFoot .address {
    margin-right: -5px;
    font-size: 16px;
    margin-top: 0px;
    line-height: 1.35;
    letter-spacing: 0.7px;
}

.footer .footBot #copyright {
    text-align: center;
    margin-top: 50px;
    font-size: 12px;
    letter-spacing: 0.4px;
}

.socialFix {
    position: fixed;
    right: 0px;
    bottom: 26px;
    text-align: center;
    width: 70px;
    z-index: 99;
}

.socialFix .listSocial li {
    margin-bottom: 1px;
    box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.socialFix .listSocial li:first-child {
    background: #e3f7ff;
}

.socialFix .listSocial li:last-child {
    background: #ffff00;
}

.socialFix .listSocial li a {
    display: block;
    width: 100%;
    color: #094296;
    padding: 12px 0 12px 1px;
}

.socialFix .listSocial li a .txt {
    display: block;
    width: 100%;
    line-height: 1.1;
    margin-top: 5px;
    font-weight: bold;
    color: #094296;
}

@media screen and (max-width: 767px) {
    .footer {
        margin-bottom: 54px;
    }

    .footer .footTop {
        padding: 30px 0;
    }

    .footer .ftMenu {
        justify-content: space-between;
    }

    .footer .ftMenu .menu {
        width: 48%;
        margin: 0;
        margin-bottom: 15px;
    }

    .footer .ftMenu .menu>li+li {
        margin-top: 9px;
        margin-left: 0;
    }

    .footer .ftMenu .menu>li .sub-menu {
        margin-top: 10px;
    }

    .footer .ftMenu .menu>li .sub-menu li a {
        font-size: 12px;
        letter-spacing: 0;
    }

    .footer .ftMenu .menu>li .sub-menu li+li {
        margin-top: 8px;
    }

    .footer .footBot {
        padding: 30px 0 10px;
    }

    .footer .footBot .boxFoot .logo {
        margin-right: 0;
        width: 220px;
    }

    .footer .footBot .boxFoot .address {
        margin-right: 0;
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
    }

    .footer .footBot #copyright {
        font-size: 10px;
        letter-spacing: 0;
        margin-top: 20px;
    }

    .socialFix {
        width: 100%;
        bottom: 0;
        display: none;
    }

    .socialFix .listSocial {
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    }

    .socialFix .listSocial li {
        width: calc(100% / 3);
        margin-bottom: 0;
        box-shadow: none;
    }

    .socialFix .listSocial li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .socialFix .listSocial li a img {
        /*width: 20px;*/
    }

    .socialFix .listSocial li a .txt {
        width: auto;
        margin-left: 10px;
        margin-top: 0;
    }

    .socialFix .listSocial li a .txt br {
        display: none
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {}