@charset "UTF-8"; /* CSS Document */
.sp-img {
    display: none;
}

.pc-img {
    display: block;
}

@media screen and (max-width: 960px) {
    .sp-img,p.sp-img {
        display:block;
    }

    .pc-img,header.pc-img {
        display: none;
    }

    /*------------------------------------------------*/
    a.btn {
        width: calc(100% - 20px);
        padding: 5px 10px 5px 10px;
        font-size: 150%;
    }

    a.more {
        width: calc(90% - 20px);
        text-align: center;
        margin: 0px auto;
        padding: 12px 0px;
        cursor: pointer;
        overflow: visible;
        text-decoration: none;
        border-radius: 40px;
        color: #fff;
        font-size: 130%;
        line-height: 1;
        background: transparent linear-gradient(90deg, #0371BD 0%, #0C89E6 100%) 0% 0% no-repeat padding-box;
        position: relative;
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 5px;
    }

    /*---------------------------------------------------------------------*/
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        z-index: 3000;
    }

    #top-head, .inner {
        width: 100%;
        padding: 0;
    }

    #mobile-head {
        background: #0371BD;
        width: 100%;
        height: 60px;
        z-index: 1000;
        position: relative;
    }

    .logo-img {
        width: 50%;
        padding-top: 7px;
        padding-left: 15px;
    }

    .logo-img img {
        width: auto;
        max-height: 45px;
    }

    #nav-toggle {
        display: none;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 26px;
        height: 31px;
        cursor: pointer;
        z-index: 101;
        padding: 10px 10px 0px;
        background: #f9fafc;
    }

    #nav-toggle {
        display: block;
    }

    #nav-toggle div {
        position: relative;
    }

    #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #004bb1;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0px;
    }

    #nav-toggle span:nth-child(2) {
        top: 10px;
    }

    #nav-toggle span:nth-child(3) {
        top: 20px;
    }

    #global-nav {
        position: absolute;
        top: -600px;
        background: #FFF;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }

    #global-nav ul li {
        /* float: none; */
        position: static;
        border-bottom: 1px solid #CCC;
        width: 100%;
        text-align: center;
    }


    #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
        display: block;
        color: #333;
        padding: 24px 10px;
        background: #EFEFEF;
        font-size: 120%;
        line-height: 1;
         font-family: 'Poppins', sans-serif;
         text-decoration:none;
    }
#top-head #global-nav ul li.contact{
    padding:20px;
        background: #EFEFEF;
}
#top-head #global-nav ul li.contact a{
    width:calc(100% - 60px);
    background: #003670;
    border-radius:5px;
    color:#FFF;
}
#top-head #global-nav ul li.contact a:hover{
    background: #0371bd;
}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(656px);
        -webkit-transform: translateY(656px);
    }

    #header {
        display: none;
    }

    #contents {
        padding: 58px 0px 0px 0px;
    }
/*---------------------------------------------------------------------------------------------*/
    h2.h2tit {
        margin-bottom: 15px;
        font-size: 220%;
        line-height: 150%;
        letter-spacing: 3px;
    }
    h2.h2tit img {
        width: 100%;
        height: 250px;
    }
    .page_tit {
        height: 250px;
        object-fit: cover;
    }
.page_tit div.txt{
    width: 90%;
    height:200px;
    font-size: 90%;
    letter-spacing: 4px;
    color:#FFF;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%, -50%);
}
    /*---------------------------------------------------------------------------------------------*/
    .main {
        width: 100%;
    }

    .main .inner {
        text-align: center;
        overflow: hidden;
        margin: 0px auto;
        height: 620px;
    }

    .main .inner img {
        width: calc(100%);
        height: 580px;
        object-fit: cover;
    }

    .main .inner div.main_txt {
        width: 100%;
        top: 100px;
        left: 0px;
        position: absolute;
    }

    .main .inner div.main_txt img {
        width: 100%;
        height: auto;
    }

    .main .inner div.main_txt02 {
        width: 100%;
        top: 380px;
        left: 0px;
        position: absolute;
    }

    .main .inner div.main_txt02 img {
        width: 100%;
        height: auto;
    }

    /*-top--------------------------------------------------------------------------------------------*/
    section#top_message {
        width: 100%;
        margin: 0px auto;
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    section#top_message img {
        width: 100%;
    }

    /*-top_session--------------------------------------------------------------------------------------------*/
    section#top_session {
        width: 100%;
        margin: 0px auto;
        padding: 40px 0px;
    }

    section#top_session .inner {
        width: calc(100%);
        margin: 0px auto;
        padding: 0px 0px;
        display: block;
        flex-flow: row-reverse;
    }

    section#top_session .inner .img {
        width: 90%;
        height: 300px;
        overflow: hidden;
        margin-left:10%;
    }

    section#top_session .inner img {
    margin-top: -170px;
    }

    section#top_session .inner .txt {
        padding: 30px 30px;
    }

    section#top_session .inner .txt p {
        margin-bottom: 20px;
        font-size: 105%;
        line-height: 2;
        text-align: center;
    }

    section#top_session .inner .txt p.tit {
        margin-bottom: 20px;
        font-size: 240%;
        line-height: 2;
        text-align: center;
    }

    /*page_tit----------------------------------------------------------------------*/
    section#page_header {
        width: calc(100% - 0px);
        margin-left: 0px;
        height: 190px;
        text-align: center;
        overflow: hidden;
        border-radius: 0px 0px 0px 0px;
        background-size: cover;
    }

    section#page_header img {
        margin-top: -170px;
    }

    section#page_header.company_tit img {
        margin-top: -160px;
    }

    section#page_header.private_tit img {
        margin-top: -60px;
    }

    section#page_header.faq_tit img {
        margin-top: -290px;
    }

    h1#page_tit {
        line-height: 1;
        width: calc(100% - 0px);
        margin-left: 0px;
        padding: 40px 0px;
        font-size: 250%;
        letter-spacing: 1px;
        color: #033271;
        text-align: center;
    }

    /*-info--------------------------------------------------------------------------------------------*/
    section.info {
        width: calc(100% - 60px);
        padding: 40px 30px;
    }

    section.info .inner {
        width: calc(100% - 20px);
        margin: 0px auto;
        padding: 20px 10px 40px 10px;
    }

    section.info div.info_list {
        margin-bottom: 40px;
    }

    section.info dl {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 15px 10px 5px 10px;
        display: block;
        align-items: center;
    }

    section.info dl dt {
        width: 100%;
        margin-right: 0px;
        font-size: 120%;
        line-height: 1;
    }

    section.info dl dd a {
        font-size: 115%;
        text-decoration: none;
    }

    /*-concept-------------------------------------------------------------------*/
    #concept {
        width: 100%;
        padding: 40px 0px;
    }

    section#concept h2.h2tit {
        text-align: center;
    }

    ul.concept_list {
        width: 100%;
        margin: 0px auto;
        display: block;
        /*横並び*/
        align-items: top;
        /*天地センター*/
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.concept_list li {
        width: calc(80% / 1 - 0px);
        text-align: center;
        margin: 0px auto;
    }

    ul.concept_list li a {
        text-decoration: none;
    }

    ul.concept_list li h3.tit {
        margin-bottom: 20px;
        padding: 10px 0px;
        font-size: 110%;
        line-height: 1.5;
    }

    ul.concept_list li p.txt {
        padding: 0px 10px 0px 10px;
    }

    ul.concept_list li p.photo {
        overflow: hidden;
    }

    ul.concept_list li p.photo img {
        width: 100%;
        /* max-height: 180px; */
    }

    a.cal-button {
        width: 80%;
        padding: 15px 0px;
        border-radius: 40px;
        font-size: 130%;
        line-height: 100%;
        position: relative;
        display: inline-block;
        top: -2px;
        letter-spacing: 10px;
        transition: 0.3s;
    }

    a.cal-button span {
        margin: 0px 5px;
        font-size: 80%;
        transition: 0.7s ;
    }

    a.cal-button:hover {
        background: #004bb1;
        color: #FFF;
    }

    a.cal-button:hover span {
        color: #FFF;
    }

    /*session---------------------------------------------------------------------*/
    #session {
        padding: 30px 0px;
        width: 100%;
    }

    #session .inner {
        width: 100%;
        margin: 0px auto;
        display: block;
    }

    #session .inner div.img {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    #session .inner div.txt {
        width: calc(90% - 60px);
        background: #FFFFFFEE;
        border: none;
        padding: 30px;
        margin-left: 0px;
    }

    #session .inner div.txt h3 {
        padding: 15px 0px;
        font-size: 150%;
    }

    #session .inner div.txt h4 {
        padding: 15px 0px;
        font-size: 120%;
    }

    #session .inner div.txt p {
        font-size: 110%;
        line-height: 200%;
    }

    /*-top_service-------------------------------------------------------------------*/
    #top_service {
        padding: 40px 0px 20px 0px;
    }

    #top_service h2.h2tit {
        text-align: center;
        margin-bottom: 15px;
    }

    #top_service .inner {
        width: calc(100% - 60px);
        margin: 0px auto;
        padding: 0px 30px;
        display: block;
        /*横並び*/
        align-items: top;
        /*天地センター*/
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top_service_block {
        width: calc(100% - 60px);
        margin: 0px auto;
        padding: 30px 30px;
        overflow: hidden;
        margin-bottom: 30px;
        top: 0px;
    }

    .top_service_block.reverse {
        width: 100%;
        margin-left: calc(10%);
    }

    .top_service_block div.img {
        width: calc(100%);
    }

    .top_service_block div.img img {
        width: 100%;
    }

    .top_service_block div.txt {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 10px;
        height: auto;
    }

    .top_service_block h3 {
        margin-bottom: px;
        font-size: 150%;
        line-height: 1;
        text-align: center;
    }

    .top_service_block div.txt p {
        padding: 15px 0px;
        font-size: 110%;
        line-height: 190%;
    }

    /*-company--------------------------------------------------------------------*/
    section.company {
        padding: 40px 0px;
    }

    section.company .inner {
        width: 90%;
        margin: 0px auto;
    }

    section.company h2.h2tit {
        text-align: center;
    }

    section.company dl {
        padding: 20px 20px;
        border-top: 1px solid #ddd;
        display: block;
        /*横並び*/
        align-items: top;
        /*天地センター*/
        flex-wrap: wrap;
        justify-content: space-between;
    }

    section.company dl dt {
        width: 100%;
        margin-bottom: 10px;
        font-size: 130%;
        line-height: 1;
        text-align: left;
    }

    section.company dl dd {
        width: 100%;
        font-size: 115%;
        line-height: 1.8;
        text-align: left;
    }

    /*contact------------------------------------------------*/
    section.contact {
        width: 100%;
        padding: 30px 0px;
        background: #9eaec5;
        background: url(../images/contact_back.png) no-repeat;
        background-size: cover;
    }

    section.contact .inner {
        width: 80%;
        margin: 0px auto;
        padding: 10px;
        border-radius: 5px;
    }

    section.contact div.txt {
        margin-bottom: 30px;
    }

    section.contact p {
        margin-bottom: 10px;
        text-align: center;
        font-size: 110%;
        line-height: 2;
    }

    section.contact p.number a{
        font-size: 240%;
        line-height: 1.2;
    }

    /*-map--------------------------------------------------------------------*/
    section.map {
        padding: 40px 0px 0px 0px;
    }

    section.map h2.h2tit {
        text-align: center;
    }

    /* footer
  ----------------------------------------- */
    footer {
        position: relative;
        padding: 0px;
        overflow: hidden;
    }

    .page-top-link {
        display: block;
        position: absolute;
        top: -70px;
        right: 0;
        width: 70px;
        height: 70px;
        background-size: 14px 18px;
        background-color: #ffffff;
        z-index: 1000;
    }

    .footer-inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-inner-left {
        display: none;
    }

    .footer-inner-right {
        width: 100%;
        text-align: right;
        display: flex;
        /*横並び*/
        align-items: top;
        /*天地センター*/
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.footer-nav {
        width: calc(100% / 1);
        margin-bottom: 0px;
        text-align: left;
    }

    .footer-nav li {
        line-height: 1;
    }

    .footer-nav li a {
        padding: 15px 20px;
        border-bottom: 1px solid #dddddd;
        font-size: 90%;
        line-height: 1;
        color: #777;
        display: block;
    }

    .footer-nav li a:hover {
        color: #004bb1;
    }

    .footer-nav li a i {
        font-size: 24px;
        transition: all .3s;
        color: #FFF;
    }

    .copyright {
        clear: both;
        padding: 15px 15px;
        font-size: 80%;
        text-align: left;
    }
    /*form---------------------------------------------------------------*/
section.form{
    width: 90%;
    margin: 0px auto;
    padding: 60px 0px;
}
/*table-------------------------------------------------------------*/
table.data,table.data.form {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

table.data th,table.data td {
    width: calc(100% - 0px);
    margin: 0px;
    padding: 10px 0px 20px 0px;
    vertical-align: middle;
    text-align: left;
    font-size: 90%;
    line-height: 140%;
    display:block;
}

table.data th {
    width: 100%;
    padding: 20px 0px 0px;
    text-align: left;
    font-weight: normal;
    font-size: 120%;
    line-height: 100%;
    border:none;
}

table.data th span.Required {
    margin-left: 10px;
    padding: 2px 10px;
    line-height: 100%;
    border-radius: 4px;
    background: #fa6764;
    font-size: 80%;
    color: #FFF;
}

table.data td p {
    margin-bottom: 5px;
}
input.btn[type="submit"] {
    cursor: pointer;
    width: 80%;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0%;
    background: #2A4CC2;
    border: 1px solid #FFF;
    border-radius: 0.3em;
    color: #FFF;
    font-size: 130%;
}

input.btn[type="submit"]:hover {
    background: #182c75;
}

input.back[type="submit"] {
    background: #AAA;
    width: 20%;
    padding: 6px 2%;
}

input.back[type="submit"]:hover {
    background: #575757;
}

input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="date"] {
    border: 1px solid #CCC;
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin: 0px auto;
    height: 40px;
    font-size: 110%;
    background: #fbfbfb;
}

input.w20[type="text"],input.w20[type="tel"],input.w20[type="email"],input.w20[type="number"] {
    width: calc(20%);
}

input.w30[type="text"],input.w30[type="tel"],input.w30[type="email"],input.w30[type="number"] {
    width: calc(30%);
}

input.w50[type="text"],input.w50[type="tel"],input.w50[type="email"],input.w50[type="number"] {
    width: calc(100% - 20px);
}
textarea.memo {
    width: calc(100% - 20px);
    border: 1px solid #CCC;
    resize: vertical;
    padding: 10px;
    background-color: #fbfbfb;
}
.form-btn{
    width: 100%;
    margin: 0px auto;
    margin-bottom:100px;
    text-align: center;
}

/*-works-------------------------------------------------------------------*/
#works {
    width: 100%;
    padding: 80px 0px;
}

ul.works_list {
    width: 90%;
    margin: 0px auto;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: center;
}

ul.works_list li {
    width: calc(100% / 2 - 20px);
    margin: 0px 10px;
    margin-bottom: 40px;
    text-align: center;
}

ul.works_list li a {
    text-decoration: none;
}

ul.works_list li h3.tit {
    font-size: 95%;
    line-height: 2;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

ul.works_list li p.photo img {
    width: 100%;
}

/*business------------------------------------------------------------*/
#business {
    width: 90%;
    margin: 0px auto;
}
#business p.txt{
    width: 100%;
    padding:40px 0px;
    font-size: 115%;
    line-height:180%;
    text-align: left;
}
#business ul {
    width: 100%;
    margin:0px auto;
display:flex;/*横並び*/
align-items:center;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
#business ul li {
  width: 100%;
  text-align:center;
  margin-bottom: 40px;
}
#business ul li p.img{
  width: 100%;
 overflow: auto;
}
#business ul li p.img img{
  width: 100%;
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
#business ul li h3{
    font-size: 160%;
}

/*--policy---------------------------------------------------------------------------------*/
.policy .inner {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 60px;
}
.policy .inner h3 {
    margin-bottom: 20px;
    padding: 40px 0px 20px;
    font-size: 140%;
    line-height: 1;
}

.policy .inner h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 140%;
    line-height: 1;
}

.policy .inner ul {
    padding: 20px;
    margin-bottom: 20px;
}

.policy .inner ul a {
    color: #004CB1;
}

.policy .inner ul a:hover {
    background: #ffee00;
}

.policy .inner h3.solicitation {
    margin-bottom: 20px;
    padding: 8px;
    font-size: 130%;
    line-height: 1.5;
    color: #004bb1;
    background: #F3F3F3;
}
}
