@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*font-family: "Noto Sans JP", sans-serif;*/

/*reguler400,medium500,semibold600,bold700*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    /*    font-size: 16px;*/
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 1.7;
    color: #222222;
    min-width: 1040px;
    font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    padding: 0;
    margin: 0;
}

img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    display: block;
}

a {
    text-decoration: none;
    color: #222222;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

a,
input {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

a:hover,
.link input:hover {
    opacity: 0.6;
}

figure {
    width: 100%;
    overflow: hidden;
    position: relative;
}

figure img {
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*横幅に合わせてトリミング*/
    width: 100%;
    height: auto;
    /*高さに合わせてトリミング*/
    /*
    width: auto;
    height: 100%;
*/
}

@media only screen and (max-width: 768px) {
    body {
        width: 100%;
        min-width: 0;
    }

    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    a:hover {
        opacity: 1;
    }

}

/*============================
Clearfix float
============================*/

.clearfix {
    zoom: 1;
    /* for IE */
}

.clearfix:after {
    content: "";
    /*空のコンテンツを挿入 これがないとafterが機能しない*/
    display: block;
    /*表示形式はブロックレベルに指定しないとうまく機能しないブラウザがある*/
    clear: both;
    /*そして、floatの解除をする*/
}

.left {
    float: left;
}

.right {
    float: right;
}

/*============================
flex
============================*/

.flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.eng {
    font-weight: 500;
}

.min {
    font-size: 13px;
    display: block;
}

/*============================
表示切り替え
============================*/

.sp-only {
    display: none;
}


@media only screen and (max-width: 768px) {

    /*============================
Clearfix float
============================*/
    .right,
    .left {
        float: none;
        padding: 0;
    }

    /*============================
脚注文字表記etc.
============================*/
    .min {
        font-size: 12px;
    }

    /*============================
表示切り替え
============================*/
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/*============================
wrapper
============================*/

.wrapper {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        margin-top: 54px;
    }
}

/*============================
inner
============================*/

.inner {
    width: 1040px;
    margin: auto;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .inner {
        width: 100%;
    }
}

/*============================
header
============================*/

#top {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 80000;
}

#top .announce {
    background-color: #ebf4fb;
    font-size: 13px;
    letter-spacing: 0;
    color: #1b89c2;
    padding: 5px 20px;
}

#top .site-header {
    transition: .7s;
    width: 100%;
    position: relative;
}

#top .site-header .inner {
    align-items: center;
}

.siteTitle {
    width: 262px;
}

.siteTitle a {
    padding-top: 11.36%;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    background: url(../images/common/header/sitetitle.png) no-repeat left center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/**header 途中から*****/

#top .site-header.transform {
    position: fixed;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    background-color: #fff;
}

#top .site-header.transform .siteTitle {
    /*    width: 160px;*/
}

@media only screen and (max-width: 768px) {
    #top {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border: none;
        min-width: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
        padding: 18px 0;
    }

    #top .announce {
        display: none;
    }

    #top .site-header .inner {
        padding: 0 0 0 16px;
    }

    .siteTitle {
        width: 160px;
        margin: 0;
    }

    #top .siteTitle a {}

    /**header 途中から*****/
    #top .site-header.transform {
        position: static;
        box-shadow: none;
        background: none;
    }

    #top .site-header.transform .siteTitle {
        width: 160px;
    }
}

/*============================
nav
============================*/

#top nav {
    margin-left: auto;
}

#top .globalNav {
    align-items: center;
}

#top .globalNav > li > a {
    color: #323232;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 27px 20px;
    position: relative;
}

#top .mail {
    margin-left: 10px;
    background-color: #abe1fa;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

#top .mail a {
    display: block;
    color: #1b89c2;
    font-weight: bold;
}

#top .tel {
    margin-left: 15px;
    background-color: #abe1fa;
    border-radius: 50px;
    padding: 0 20px;
    /*    width: 40px;*/
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#top .tel a {
    display: block;
    color: #1b89c2;
    font-weight: bold;
}

#top .tel a span {
    font-size: 14px;
}

/**header 途中から*****/

#top .transform .globalNav > li > a {
    /*    padding: 20px 24px;*/
}

@media only screen and (max-width: 768px) {
    #top nav {
        margin: 0;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 58px;
        background-color: rgba(0, 72, 157, 0.9);
        overflow-y: scroll;
    }

    #top .globalNav li {
        float: none;
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background-color: transparent;
    }

    #top .globalNav li a {
        overflow: inherit;
        width: 100%;
        height: inherit;
        padding: 17px 0;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 2;
        color: #fff;
    }

    #top .globalNav li a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10;
    }

    #top .mail {
        margin-left: 0;
        position: absolute;
        right: 62px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #top .tel {
        margin-left: 0;
        display: block;
        padding: 0;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 110px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #top .tel a {
        padding: 0;
    }

    #top .tel a span {
        display: none;
    }

    /**header 途中から*****/
    #top .transform .globalNav li {
        width: 100%;
    }

    #top .site-header.transform .siteTitle {
        /*        width: 130px;*/
    }

    #top .transform .globalNav > li > a {
        padding: 17px 0;
    }

}

/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .menu {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 16px;
        z-index: 1000;
        width: 31px;
        height: 23px;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 31px;
        height: 23px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #00489d;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    /* anime */
    .active .menu-trigger span {
        background-color: #00057b;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
}

/*============================
cont_img
============================*/

.cont_img {
    text-align: center;
    position: relative;
    background: url(../images/common/cont_img.jpg) no-repeat center center;
    background-size: cover;
    height: 325px;
    align-items: center;
    justify-content: center;
}

.cont_img h1 {
    line-height: 1.3;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #00489d;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);

}

.cont_img h1 span {
    /*    display: block;*/
}

.cont_img h1 span.ja {
    position: relative;
}

.cont_img h1 span.ja::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ffbd17;
    display: block;
    position: absolute;
    top: 7px;
    left: -16px;
}

.cont_img h1 span.eng {
    font-size: 40px;
    font-weight: 700;
    display: block;
}

@media only screen and (max-width: 768px) {
    .cont_img {
        height: 180px;
    }

    .cont_img h1 {
        font-size: 16px;
    }

    .cont_img h1 span.eng {
        font-size: 28px;
        font-weight: 500;
    }
}

/*============================
パンくず
============================*/

.root {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #ebf4fb;
}

.root ul {
    display: flex;
    overflow: hidden;
}

.root li {
    position: relative;
    letter-spacing: 0;
    padding-bottom: 0;
    white-space: nowrap;
}

.root li::before {
    content: '>';
    margin: 0 5px;
}

.root li:first-child {
    margin-left: 0;
}

.root li:first-child:before {
    display: none;
}


@media only screen and (max-width: 768px) {
    .root {
        overflow-x: auto;
        font-size: 13px;
    }
}

/*============================
container
============================*/

.cont .container {
    width: 1040px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: left;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {

    .cont .container {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 0;
    }
}

/*============================
Link
============================*/

.link {
    width: 100%;
    margin: auto;
    padding-top: 60px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.link li {
    width: 320px;
    margin: 0 20px;
}

.link li a,
.link li input {
    display: block;
    line-height: inherit;
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #1b89c2;
    border: none;
    border-radius: 2px;
    background-color: #abe1fa;
    position: relative;
}

.link li a::before,
.link li input::before,
.formBtn li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #1b89c2;
    border-right: solid 2px #1b89c2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.cont .link li {
    width: 290px;
}

@media only screen and (max-width: 768px) {
    .link {
        padding-top: 20px;
    }

    .link li {
        width: 80%;
        margin: 0;
        margin-top: 20px
    }

    .cont .link li {
        width: 80%;
    }
}


/*============================
primary
============================*/

.primary {
    width: 760px;
    float: left;
}

.cont .primary article {
    padding-top: 80px;
}

.cont .primary article:first-of-type {
    padding-top: 0;
}

.primary .inner p {
    margin-top: 15px;
}

.primary .inner p:first-of-type {
    margin-top: 0;
}

.cont .primary .inner {
    width: 100%;
}

.cont h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 14px 0;
    padding-left: 10px;
    margin-bottom: 30px;
    border-left: 8px solid #1b89c2;
    background: #ebf4fb;
}

.cont h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.cont h3.b_line {
    font-size: 16px;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    clear: both;
    font-weight: bold;
    border-left: 8px solid #1b89c2;
    border-bottom: 1px solid #b5b5b5;
}

.cont h4 {
    font-size: 16px;
    border-left: 8px solid #1b89c2;
    padding: 10px;
    margin-bottom: 30px;
    /*    margin: 30px 0 10px;*/
}

@media only screen and (max-width: 768px) {

    .primary {
        width: 90.625%;
        margin: auto;
        float: none;
    }

    .cont .primary article {
        padding-top: 40px;
    }

    .cont h2 {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 10px 0 10px 8px;
    }

    .cont h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cont h3.b_line {
        font-size: 16px;
        margin-bottom: 20px;
    }
}


/*============================
table
============================*/

table.info {
    width: 100%;
}

table.info tr {
    display: block;
    padding: 5px 0;
}

table.info tr:last-child {
    border: none;
    padding-bottom: 0;
}

table.info th {
    width: 140px;
    text-align: center;
    vertical-align: middle;
    background: #1b89c2;
    color: #FFF;
}

table.info th,
table.info td {
    padding: 15px 0;
}

table.info tr:first-child {
    padding-top: 0;
}

table.info td {
    text-align: left;
    padding-left: 20px;
}

/*
table.info td ul {
    padding-left: 18px;
}

table.info td li {
    padding-top: 8px;
    list-style-type: none;
}

table.info td li:first-child {
    padding-top: 0;
}
*/

table.info td dt {
    padding-top: 10px;
}

table.info td dt:first-of-type {
    padding-top: 0;
}

table.info td strong {
    display: block;
}

a.google::before {
    content: "\f3c5";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #1b89c2;
}

a.google {
    display: block;
    margin: 5px 0;
    font-weight: bold;
}

/* googlemap */

#map {
    width: 100%;
    height: 400px;
}

#map iframe {
    width: 100%;
    height: 100%;
}

.cont #map {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {

    table.info th,
    table.info td {
        padding: 12px 0;
    }

    table.info th {
        width: 100px;
        font-size: 13px;
    }

    table.info td {
        padding-left: 10px;
        font-size: 14px;
    }

    /* googlemap */
    #map {
        height: 300px;
    }

    .cont #map {
        margin-top: 20px;
    }
}


table.border {
    width: 100%;
}

table.border tr {
    display: block;
    border-bottom: 1px solid #1b89c2;
    position: relative;
}

table.border tr::after {
    content: "";
    width: 180px;
    height: 3px;
    background: #00489d;
    position: absolute;
    left: 0;
    bottom: -2px;
}

table.border tr:last-child {
    padding-bottom: 0;
}

table.border th {
    width: 180px;
    text-align: center;
    vertical-align: middle;
}

table.border th,
table.border td {
    padding: 15px 0;
}

table.border tr:first-child {
    padding-top: 0;
}

table.border td {
    text-align: left;
    padding-left: 20px;
}

table.border td ul {
    padding-left: 18px;
}

table.border td li {
    padding-top: 8px;
    list-style-type: disc;
}

table.border td li:first-child {
    padding-top: 0;
}

table.border td dt {
    padding-top: 10px;
}

table.border td dt:first-of-type {
    padding-top: 0;
}

table.border td strong {
    display: block;
}

@media only screen and (max-width: 768px) {
     table.border tr::after {
        width: 80px;
    }

    table.border th {
        width: 100%;
        display: block;
        text-align: left;
        padding-bottom: 0;
    }

    table.border td {
        text-align: left;
        padding-left: 0;
    }
}

/*============================
secondary
============================*/

.secondary {
    width: 245px;
    float: right;
}




/* 会社概要 */
.company .photo img {
    width: 100%;
}

.company dl {
    background: #EBF4FA;
    padding: 15px 20px;
    padding-bottom: 25px;
    font-size: 15px;
}

.company dd strong {
    padding-top: 15px;
    padding-bottom: 4px;
    display: block;
}

.company dd span {
    padding-top: 5px;
    display: block;
}

.company a.google i {
    margin-bottom: 15px;
}

.company li.address span {
    color: #1b89c2;
    display: block;
}

.company li.btn {
    margin-top: 15px;
}

.company .btn a {
    padding: 12px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    background-color: #1b89c2;
}

@media only screen and (max-width: 768px) {

    .secondary {
        padding: 0;
        margin: 0;
        float: none;
        width: 100%;
        border-top: 1px solid #bbbbbb;
        margin-top: 70px;
    }

    .company {
        margin: 0;
    }

    .company dl {
        padding-bottom: 30px;
    }

    .company .btn a {
        padding: 20px 0;
    }

}

/*============================
toTop
============================*/

.toTop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 10000;
}

.toTop li a {
    padding-top: 45px;
    display: block;
    overflow: hidden;
    width: 45px;
    height: 0;
    background: url(../images/common/footer/totop.png) no-repeat center top #00489d;
}

@media only screen and (max-width: 768px) {
    .toTop {
        bottom: 10px;
    }

    .toTop li a {
        width: 40px;
        height: 40px;
        padding-top: 40px;
        background-image: url(../images/common/footer/totop_sp.png);
        background-size: 40px;
    }
}

/*============================
footer
============================*/

footer {
    background: #fff;
}

footer .inner {
    position: relative;
    padding: 60px 0;
}

footer .detail {
    font-size: 15px;
    color: #333;
}

footer .detail .siteTitle {
    margin-bottom: 20px;
}

footer .footer-nav {
    /*    width: 420px;*/
}

footer .footer-nav .sitelink {
    padding-bottom: 20px;
    justify-content: flex-start;
    grid-row-gap: 30px;
    border-bottom: 1px solid #cccccc;
}

footer .footer-nav .sitelink li {
    border-left: 1px solid #cccccc;
}

footer .footer-nav .sitelink li:nth-child(4),
footer .footer-nav .sitelink li:last-child {
    border-right: 1px solid #cccccc;
}

footer .footer-nav .sitelink li a {
    display: block;
    color: #1b89c2;
    text-align: center;
    padding: 0 19px;
    font-weight: 700;
}

footer .footer-nav .sublink {
    overflow: hidden;
    padding: 20px 0;
}

footer .footer-nav .sublink li {
    float: left;
    margin-right: 25px;
}

footer .footer-nav .sublink li a {
    color: #333;
    ;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1;
}

footer .footer-nav .sublink li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid #1b89c2;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

footer .footer-nav .contact {
    display: inline-block;
    background-color: #abe1fa;
    color: #1b89c2;
    padding: 8px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

footer .banner_area {
    margin-top: 40px;
}

footer .banner_area li {
    width: 250px;
}

footer .banner_area li img {
    width: 100%;
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 0;
    color: #1b89c2;
    background-color: #ebf4fb;
}

@media only screen and (max-width: 768px) {

    footer .inner {
        position: relative;
        width: 90.625%;
        padding: 40px 0;
        display: block;
    }

    footer .detail {
        font-size: 14px;
    }

    footer .detail .siteTitle {
        width: 160px;
        margin: 0;
        margin-bottom: 15px;
    }

    footer .footer-nav {
        width: 100%;
    }

    footer .footer-nav .sitelink {
        padding: 20px 0;
        justify-content: space-between;
        grid-row-gap: 2%;
    }

    footer .footer-nav .sitelink li {
        border-left: none;
        background: #EBF4FA;
        width: 100%;
        margin-bottom: 2%;
        border-radius: 3px;
    }

    footer .footer-nav .sitelink li:nth-child(4),
    footer .footer-nav .sitelink li:last-child {
        border-right: none;
    }

    footer .footer-nav .sitelink li a {
        padding: 10px 0;
    }

    footer .footer-nav .sublink {
        padding: 0;
    }

    footer .footer-nav .contact {
        display: block;
        padding: 15px 0;
        margin-top: 25px;
    }

    footer .banner_area li {
        width: 100%;
    }

    footer .banner_area li:not(:last-child) {
        margin-bottom: 20px;
    }
}

p.lead {
    font-weight: 700;
    font-size: 24px;
}

.photo img {
    width: 100%;
}

@media only screen and (max-width: 768px) {

    p.lead {
        font-size: 18px;
    }
}

/*============================
common_js
============================*/

.sa {
    opacity: 0;
    transition: all 0.8s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}

.delay-5 {
    transition-delay: 1s;
}

.delay-6 {
    transition-delay: 1.2s;
}
