@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/* Basic setting
-------------------------------*/

body {
    font-family:  'Noto Sans JP',Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, "Yu Gothic", "Meiryo", verdana, system-ui, -apple-system, BlinkMacSystemFont,sans-serif;
    font-size: 16px;
	line-height: 2em;
	color: #000;
	-webkit-text-size-adjust: 100%;

    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
    line-break: strict; /* 禁則処理を厳格に適用 */
}
@media only screen and (max-width:640px){
    body {
        font-size: 15px;
        line-height: 1.8em;
    }

}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}

a {
  outline:none;
  color: #2e2e2e;
}
a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pb160{
    padding-bottom: 160px;
}
.pb120{
    padding-bottom: 120px;
}
.w1920{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.w1600{
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
.w1320{
    width: 90%;
    max-width: 1320px;
    margin: auto;
}
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.w980{
    width: 90%;
    max-width: 980px;
    margin: auto;
}
.ttl01{
    margin-bottom: 40px;
}
.ttl01 .en{
    font-family: Trebuchet MS, Meiryo, "Yu Gothic", "Meiryo", verdana,'Noto Sans JP', sans-serif;
    font-size: 65px;
    line-height: 1.2em;
    color: #006bb8;
}
.ttl01 .ja{
    font-size: 20px;
    line-height: 1.2em;
}
.ttl02{
    font-size: 28px;
    line-height: 1.7em;
    font-weight: 600;
    color: #006bb8;
    margin-bottom: 20px;
}
@media only screen and (max-width:1250px){
    .ttl01{
        margin-bottom: 4.8vw;
    }
    .ttl01 .en{
        font-size: 5.2vw;
        line-height: 1.2em;
    }
    
}

@media  screen and (max-width:980px){
    .pb160{
        padding-bottom: 16vw;
    }
    .pb120{
        padding-bottom: 12vw;
    }
    .ttl02{
        font-size: 24px;
        line-height: 1.7em;
        margin-bottom: 40px;
    }

}
@media only screen and (max-width:640px){
    .ttl01 .en{
        font-size: 40px;
        line-height: 1.2em;
    }
    .ttl01 .ja{
        display: inline-block;
        font-size: 18px;
        line-height: 1.2em;
    }
    .ttl02{
        font-size: 20px;
        line-height: 1.7em;
        margin-bottom: 20px;
    }

}





















/* ヘッダー
-------------------------------*/
* html #header{height:1%;}
#header{
    padding: 10px;
    width: 100%;
    transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 23;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
}
#header .inner{
    width: 97%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media print, screen and (max-width:980px){
    #header{
        z-index: 23;
        height: 70px;
        position: static;
    }
    #header .inner{
        padding-right: 90px;
        height: 100%;
    }

}
@media only screen and (max-width:640px){
    #header .btn_en{
        display: none;
    }
}




.ttlbox{
    width: 100%;
    height: 420px;
    padding-top: 70px;
    color: #006bb8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.ttlbox ._in{
    width: 90%;
    max-width: 1200px;
}
.ttlbox ._in .en{
    display: inline-block;
    font-size: 70px;
    line-height: 1.3em;
    font-weight: 700;
}
.ttlbox_bg{
    width: 100%;
    max-width: 1920px;
    height: 700px;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
    margin-bottom: 80px;
}
.ttlbox_bg.bg_service{
    background-image: url(../img/common/ttl_bg_service.jpg);
}
.ttlbox_bg.bg_company{
    background-image: url(../img/common/ttl_bg_company.jpg);
}
.ttlbox_bg.bg_access{
    background-image: url(../img/common/ttl_bg_access.jpg);
}
.ttlbox_bg.bg_contact{
    background-image: url(../img/common/ttl_bg_contact.jpg);
}
.ttlbox_bg.bg_privacy{
    background-image: url(../img/common/ttl_bg_privacy.jpg);
}

@media print, screen and (max-width:1920px){
    .ttlbox{
        height: 21vw;
    }
    .ttlbox_bg{
        height: 36vw;
    }
}
@media print, screen and (max-width:1700px){
    .ttlbox{
        height: 16vw;
    }
    .ttlbox_bg{
        height: 25vw;
    }
}
@media print, screen and (max-width:1250px){
    .ttlbox ._in .en{
        font-size: 6.4vw;
        line-height: 1.2em;
    }
}
@media only screen and (max-width:980px){
    .ttlbox{
        height: 18vw;
        padding-top: 0;
    }
    .ttlbox ._in .en{
        font-size: 5vw;
        line-height: 1.2em;
    }
}
@media only screen and (max-width:640px){
    .ttlbox ._in{
        text-align: center;
    }
    .ttlbox ._in .en{
        font-size: 30px;
        line-height: 1.2em;
    }
    .ttlbox_bg{
        margin-bottom: 50px;
    }
}







/* フッター
-------------------------------*/
#footer{
    width: 100%;
    background: -moz-linear-gradient(left, #0a65ab,  #6cbbc9);
    background: -webkit-linear-gradient(left, #0a65ab, #6cbbc9);
    background: linear-gradient(to right, #0a65ab, #6cbbc9);
    margin-top: 100px;
    color: #fff;
}
#footer .f_in{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
#footer .fb50{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #fff;
}
#footer .fb50:nth-child(1){
    border-right: solid 1px #fff;
}
#footer .info p{
    font-weight: 700;
    font-size: 125%;
    line-height: 1.5em;
}
#footer .tel a{
    color: #fff;
    font-size: 60px;
    line-height: 1.3em;
    font-family: Trebuchet MS, Meiryo, "Yu Gothic", "Meiryo", verdana,'Noto Sans JP', sans-serif;
}
#footer .toi a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: 0.3s;
}
#footer .toi a:hover {
    background-color: #fff;
    color: #0a65ab;
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
#footer .toi a span{
    padding-right: 100px;
    background-image: url(../img/common/ya_maru.png);
    background-position:calc(100% - 8px) center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    transition: 0.3s;
}
#footer .toi a:hover span{
    background-position: 100% center;
    background-image: url(../img/common/ya_maru_b.png);
}
#footer .fb100{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 30px;
}
#footer .fb_in{
    width: 90%;
    max-width: 1920px;
    margin: auto;
    align-items: flex-end;
}
#footer .fb_txt{
    width: 28%;
    padding-bottom: 20px;
}
#footer .fb_nav{
    width: 70%;
}
#footer .fb_nav li{
    width: 32%;
    margin-bottom: 15px;
}
#footer .fb_nav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    border-radius: 10px;
    padding-right: 50px;
    transition: 0.3s;
    border: solid 1px #fff;
    background-image: url(../img/common/ya_w.png);
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
}
#footer .fb_nav li a:hover{
    color: #0a65ab;
    background-color: #fff;
    background-image: url(../img/common/ya_b.png);
    background-position: calc(100% - 20px) center;
}
#footer .copy{
    width: 100%;
    color: #fff;
    font-size:12px;
    padding:20px 3%;
    text-align: center;
}
/*  ページトップへ */
#pageTop{
    position:fixed;
    bottom:50px;
    right:20px;
}

@media  screen and (max-width:1500px){
    #footer .fb50{
        height: 20vw;
    }
    #footer .fb_nav li a{
        height:9.3vw;
        font-size: 1.3vw;
        line-height: 1.2em;
    }
}
@media  screen and (max-width:910px){

    #footer .fb50{
        width: 100%;
        height: auto;
    }
    #footer .fb50:nth-child(1){
        border-right: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer .fb50:nth-child(2){
        height: 19vw;
    }

    #footer .fb_txt{
        width: 100%;
        padding-bottom: 0;
        text-align: center;
    }
    #footer .fb_nav{
        display: none;
    }

}
@media  screen and (max-width:640px){

    #footer .info{
        text-align: center;
    }
    #footer .info p{
        font-size: 16px;
        line-height: 1.5em;
    }
    #footer .tel a{
        font-size: 11vw;
        line-height: 1.3em;
    }

    #footer .fb50:nth-child(2){
        height: 100px;
    }
    #footer .toi a span{
        padding-right: 60px;
        background-size: 40px auto;
        font-size: 16px;
        line-height: 1.2em;
    }
    #footer .fb_txt address{
        margin-top: 20px;
    }
    
}
















/* 事業内容
-------------------------------*/
.ttlbox_bg.bg_service{
    margin-bottom: 0;
}
.sev01{
    background-color: #f1f1f1;
    padding-top: 120px;
    padding-bottom: 120px;
}
.sev01 ._in{
    flex-flow: row-reverse;
    align-items: center;

}
.sev01 .img{
    width: 42%;
}
.sev01 .img img{
    width: 100%;
    height: 482px;
    object-fit: cover;
    object-position: left;
}

.sev01 .txt{
    width: 58%;
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}
.sev01 .txt ._in2{
    width: 90%;
    max-width: 670px;
    margin: auto;
}
.sev01 .txt p{
    font-size: 16px;
    line-height: 2.2em;
}
@media  screen and (max-width:1300px){
    .sev01{
        padding-top: 9.6vw;
        padding-bottom: 9.6vw;
    }
    .sev01 .txt{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media  screen and (max-width:980px){
    .sev01{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .sev01 ._in{
        display: block;
    }
    .sev01 .img{
        width: 100%;
        text-align: center;
    }
    .sev01 .img img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .sev01 .txt{
        width: 100%;
        max-width: 819px;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sev01 .txt p{
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.8em;
    }
}


/* FORTE */
.sev02{
    padding-top: 100px;
    padding-bottom: 100px;
}
.sev02 .item01{
    margin-bottom: 50px;
}

.sev02 .item01 .ttl01 {
    margin-bottom: 30px;
}

.sev02 .item01 .txt1{
    width: 40%;
    font-size: 40px;
    line-height: 1.8em;
    font-weight: 600;
}
.sev02_bg_ao{
    padding-top: 360px;
    padding-bottom: 80px;
    background: -moz-linear-gradient(left, #6ec5d4, #006bb8);
    background: -webkit-linear-gradient(left, #6ec5d4, #006bb8);
    background: linear-gradient(to right, #6ec5d4, #006bb8);
    position: relative;
    margin-top: 400px;
}
.sev02_bg_img{
    position: absolute;
    top: -320px;
    left: calc(50% - 1000px);
    width: 1345px;
    z-index: 2;
    height: 640px;
    background: url(../img/service/sev02_img04.jpg) center no-repeat;
    background-size: cover;
    content: "";
}

.sev02 .item02 li{
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    border-bottom: solid 1px #fff;
}
.sev02 .item02 li .img{
    width: 410px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}
.sev02 .item02 li .txt{
    width: calc(100% - 470px);
}
.sev02 .item02 li .txt .sub{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
}
.sev02 .item02 li .txt p{
/*    text-align: justify;
    text-justify: inter-character;*/
}
@media only screen and (max-width:1600px){
    .sev02 .item01 .ttl02 br.pc{
        display: none;
    }
}
@media only screen and (max-width:1400px){
    .sev02_bg_ao{
        margin-top: 25.5vw;
        padding-top: 15vw;
    }
    .sev02_bg_img{
        top: -22.8vw;
        height: 35vw;
    }
}
@media only screen and (max-width:1250px){

    .sev02 .item01 .txt{
        font-size: 3.2vw;
        line-height: 1.8em;
    }
    .sev02 .item02 li .txt .sub{
        font-size: 1.8vw;
        line-height: 1.2em;
    }
    .sev02 .item02 li .txt p{
        padding: 0;
    }
}

@media screen and (max-width:980px){
    .sev02{
        padding-top: 18vw;
        padding-bottom: 18vw;
    }
    
    .sev02_bg_ao{
        margin-top: 40px;
        padding-top: 0;
    }
    .sev02_bg_img{
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .sev02 .item02 li{
        padding-left: 0;
        padding-right: 0;
    }
    .sev02 .item02 li .img{
        width: 35%;
    }
    .sev02 .item02 li .txt{
        width: 60%;
    }
    .sev02 .item02 li .txt .sub{
        font-size: 2.5vw;
        line-height: 1.2em;
    }
    .sev02 .item02 li .txt p{
    }
}
@media screen and (max-width:640px){
    .sev02 .item01{
        display: block;
        margin-bottom: 30px;
    }
    .sev02 .item01 .txt{
        width: 100%;
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }
    .sev02 .item01 .img{
        width: 100%;
    }
    .sev02_bg_ao{
        padding-bottom: 50px;
    }
    .sev02 .item02 li{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sev02 .item02 li .img{
        width: 100%;
        max-width: 520px;
        border-radius: 20px;
        margin: 0 auto 20px;
    }
    .sev02 .item02 li .txt{
        width: 100%;
    }
    .sev02 .item02 li .txt .sub{
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}



/* FIELD */
.sev03{
    padding-top: 80px;
    padding-bottom: 180px;
    position: relative;
}
.sev03 .item{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    align-items: center;
    margin-bottom: 80px;
}
.sev03 .ttl01 .en{
    padding-right: 20px;
}
.sev03 .item .img{
    width: 48%;
    border: solid 1px #f1f1f1;
}
.sev03 .item .img img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.sev03 .item .txt{
    width: 48%;
    padding: 0 2.5%;
}
.sev03 .item .txt ._in{
    width: 100%;
    max-width: 510px;
    margin-left: auto;
}
.sev03 .item.rev{
    flex-flow: row-reverse;
}
.sev03 .item.rev .txt ._in{
    margin-left: 0;
}

.sev_ttl{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    color: #006bb8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../img/access/kei_name.png) center bottom no-repeat;
    background-size: 100% 3px;
}

@media (min-width:981px) and (max-width:1920px){
    .sev03 .item .img img{
        height: 28vw;
    }
}
@media only screen and (max-width:980px){
    .sev03{
        padding-top: 10vw;
        padding-bottom: 18vw;
    }

    .sev03 .item{
        display: block;
        margin-bottom: 8vw;
    }
    .sev03 .item .img,
    .sev03 .item.rev .img{
        width: 100%;
        max-width: 670px;
        margin: auto;
        text-align: center;
    }
    .sev03 .item .img img,
    .sev03 .item.rev .img img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .sev03 .item .txt{
        width: 100%;
        padding: 0;
        margin-bottom: 3vw;
    }
    .sev03 .item .txt ._in,
    .sev03 .item.rev .txt ._in{
        width: 100%;
        max-width: 670px;
        margin: auto;
    }
    .sev_ttl{
        font-size: 20px;
        line-height: 1.2em;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:640px){
    .sev03:after{
        height: 35px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .sev03 .item .img,
    .sev03 .item.rev .img{
        border-radius:20px;
    }
    .sev03 .item .img img,
    .sev03 .item.rev .img img{
        border-radius:20px;
    }
}



/* EXAMPLE */

.sev04{
    width: 100%;
    max-width: 1700px;
    margin: auto;
    background-color: #f1f1f1;
    border-radius: 40px;
    padding-top: 100px;
    padding-bottom: 70px;
    margin-bottom: 100px;

}
.sev04 ._in{
    width: 90%;
    max-width: 1500px;
    margin: auto;
}

.sev_ex li{
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
.sev_ex li .img{
    background-color: #fff;
    width: 100%;
    height: 360px;
    text-align: center;
/*    background-color: #fff;*/
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.sev_ex li .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.sev_ex li .sub{
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 8px;
}
.sev_ex li p{
    font-size: 15px;
    line-height: 1.6em;
}

.sev_ex .slick-prev,
.sev_ex .slick-next {
    top: -80px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sev_ex .slick-prev {
    left: auto;
    right: 260px;
}
.sev_ex .slick-next {
    right: 160px;
}
.sev_ex .slick-prev {
    background-image: url(../img/service/arrow_prev.png);
}
.sev_ex .slick-next {
    background-image: url(../img/service/arrow_next.png);
}
.sev_ex .slick-prev::before,
.sev_ex .slick-next::before {
    content: "";
}

.sev_ex .slick-dots{
    bottom: -50px;
}
.sev_ex .slick-dots li{
    margin: 0;
}
@media only screen and (max-width:1777px){
    .sev_ex li .img{
        height: 20vw;
    }
}
@media only screen and (max-width:1500px){
    .sev_ex .slick-prev {
        right: 100px;
    }
    .sev_ex .slick-next {
        right: 0;
    }

}
@media only screen and (max-width:980px){
    .sev04{
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 0;
        border-radius: 0;
    }
    .sev_ex li .img{
        height: 31vw;
        border-radius: 10px;
    }
    .sev_ex .slick-prev,
    .sev_ex .slick-next {
        top: -50px;
        width: 50px;
        height: 50px;
    }
    .sev_ex .slick-prev {
        right: 60px;
    }
    .sev_ex .slick-next {
        right: 0;
    }
}
@media only screen and (max-width:640px){
    .sev_ex li .sub{
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width:480px){
    .sev_ex li .img{
        width: 100%;
        height: 220px;
        margin: 0 auto 10px;
    }
}



/* PRODUCT INFO */
.sev05{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #d6e7f4;
}
.sev05 ._in{
    width: 90%;
    max-width: 1700px;
    margin: auto;
}

.sev05 .ttl01{
    width: 100%;
}
.sev05 .ttl01 .en{
    padding-right: 20px;
}

.pro_item{
    width: 48%;
    background-color: #fff;
    padding: 50px 90px;
}
.pro_item .img{
    width: 100%;
    max-width: 470px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto 40px;
    border: solid 1px #3389c6;
    border-radius: 50px;
    position: relative;
}
.pro_item .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 85%;
}
.btn_ao{
    margin-top: 40px;
}
.btn_ao a{
    width: 90%;
    max-width: 320px;
    display: block;
    background-color: #006bb8;
    background-image: url(../img/top/arrow_w.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 20px 40px;
    color: #fff;
    margin: auto;
    transition: 0.3s;
}
.btn_ao a:hover{
    background-position: 95% center;
}
.sev05 .btn_ao a{
    background-image:none;
    margin-left: 0;
}
.sev05 .btn_ao a img{
    vertical-align: middle;
}

@media only screen and (max-width:1600px){
    .pro_item{
        padding: 50px 5vw;
    }
}
@media only screen and (max-width:980px){
    .sev05{
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .pro_item{
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .pro_item .img{
        max-width: 380px;
        border-radius: 30px;
        margin: 0 auto 20px;
    }
}




/* AFTER SERVICE */
#footer.sev{
    margin-top: 0;
}
.sev06_bg{
    background-color: #d6e7f4;
    padding-top: 130px;
    padding-bottom: 130px;
}
.sev06{
    width: 95%;
    max-width: 1700px;
    margin: auto;
    background: url(../img/service/sev06_img01.jpg) center center/cover no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.sev06 .ttl01{
    width: 500px;
}
.sev06 .ttl01 .en{
    width: 500px;
    color: #fff;
}
.sev06 .txt{
    width: calc(100% - 600px);
}
.sev06 .txt .sev_ttl{
    color: #fff;
    background: none;
    border-bottom: solid 1px #fff;
}
@media only screen and (max-width:1700px){
    .sev06_bg{
        padding-top: 7vw;
        padding-bottom: 7vw;
    }

}
@media only screen and (max-width:980px){
    .sev06_bg{
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .sev06{
        width: 100%;
        margin-top: 0;
    }
    .sev06 .item{
        display: block;
    }
    .sev06 .ttl01{
        width: 100%;
        text-align: center;
    }
    .sev06 .txt{
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:640px){
    .sev06{
        margin-bottom: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
















/* 会社案内
-------------------------------*/

.com01 ._in{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 50px;
}
.com01 .txt{
    width: 50%;
}
.com01 .img{
    width: 39%;
    position: relative;
}
.com01 .img:after{
    position: absolute;
    top: -250px;
    left: 90px;
    z-index: -1;
    width: 800px;
    height: 900px;
    background-color: #f1f1f1;
    content: "";
}
.com01 .name{
    margin-top: 20px;
    text-align: right;
}
.com01 .name span{
    font-size: 120%;
    font-weight: 500;
/*    font-style: italic;*/
    display: inline-block;
    margin-left: 15px;
}
.com01 .txt .name{
    display: none;
}


.com02{
    padding-top: 120px;
    padding-bottom: 120px;
}

.gaiyou{
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 20px 0; /* 左右、上下 */
}
.gaiyou th{
    width: 28%;
    padding: 1em 1em 1em 4em;
    background-color: #006bb8;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
}
.gaiyou td{
    padding: 1em 2em;
    background-color: #f6f6f6;
    border-bottom: solid 1px #fff;
}

.gaiyou td{
    width: 78%;
    padding-top: 10px;
    padding-left: 80px;
}
.gaiyou td .btn_ao{
    margin-top: 10px;
}
.gaiyou td .btn_ao a{
    max-width: 200px;
    padding: 10px 20px ;
    border-radius: 10px;
    margin-left: 0;
}

.com_bg{
    width: 100%;
    height: 29vw;
    background: url(../img/company/company_bg_w.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.com03{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/company/company_bg_2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
/*    background-size: 100% calc(100% - 45px);*/
    background-size: cover;
}

.group_list{
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.group_list th{
    width: 50%;
    padding: 20px 20px 20px 60px;
    color: #fff;
    background-color: #0a65ab;
    border-bottom: solid 1px #fff;
}
.group_list td{
    width: 50%;
    padding: 20px 20px 20px 60px;
    background-color: #fff;
    border-bottom: solid 1px #0a65ab;
}
.group_list tr:last-child th,
.group_list tr:last-child td{
    border-bottom: none;
}
.group_list td a{
    color: #0d2c56;
    text-decoration: underline;
}
.group_list td a:hover{
    text-decoration: none;
}
.gp-btn{
    width: 80%;
    max-width: 360px;
    margin: 80px auto 0;
}
.gp-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    padding-right: 80px;
    background-color: #0a65ab;
    border-radius: 10px;
    background-image: url(../img/common/ya_w.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) center;
    color: #fff;
    transition: 0.3s;
}
.gp-btn a:hover{
    background-position: calc(100% - 40px) center;
}

@media screen and (min-width:981px){
    .com03{
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
        .group_list th{
            /*letter-spacing: 0.07em;*/
    }
}

@media only screen and (max-width:1200px){
    .gaiyou th{
        padding: 1em 1em;
    }
    .group_list th,
    .group_list td{
        padding: 1em;
    }
}

@media only screen and (max-width:980px){
    .com01 ._in{
        padding-bottom: 5vw;
    }
    .com01 .txt{
        width: 100%;
    }
    .com01 .img{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .com01 .img:after{
        display: none;
    }
    
    .com01 .txt .name{
        display: block;
    }
    .com01 .img .name{
        display: none;
    }

    
    .com02{
        padding-top: 10px;
        padding-bottom: 12vw;
    }
    .gaiyou{
        border-collapse: collapse;
        border-spacing: 0 0;
    }

    .gaiyou th div{
        padding-left: 10px;
        text-align: center;
    }
    .gaiyou td{
        padding-left: 20px;
    }

    .com03{
        margin-top: 80px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: cover;
    }
    .gp-btn{
        margin-top: 30px;
    }
    
}
@media only screen and (max-width:640px){

    .com02 .waku{
        padding: 10px 0;
    }
    .gaiyou{
        border-collapse: separate;
        border-spacing: 0 5px;
    }
    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 0.5em 1em;
        border-bottom: none;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 1em;
    }
    
    .com_bg{
        height: 50vw;
        background-attachment: scroll;
    }
    .com03 .waku{
        width: 100%;
        overflow: visible;
    }
    .group_list{
        border-collapse: separate;
        border-spacing: 0 5px;
    }
    .group_list th,
    .group_list td{
        display: inline-block;
        width: 100%;
        border-bottom: none;
        text-align: center;
    }
    .gp-btn a{
        height: 70px;
    }

}

















/* アクセス
-------------------------------*/

#honsya{
    padding-top: 100px;
    margin-top: -100px;
}
.ac-box{
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

.acc-bg{
    width: 100%;
    max-width: 1920px;
    background: url(../img/access/base_bg.png) center top no-repeat;
    padding-bottom: 70px;
}
.acc-ttl{
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
/*    letter-spacing: 0.05em;*/
    margin-bottom: 70px;
}
.base_item{
    align-items: center;
    flex-flow: row-reverse;
}

.base_item .img{
    width: 50%;
}
.base_item .img img{
    width: auto;
    height: 450px;
    object-fit: cover;
}


.base_item .txt{
    width: 42%;
}
.base_item .txt dl{
    width: 100%;
    max-width: 470px;
    margin-left: auto;
}
.base_item .txt dt{
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 600;
    color: #0a65ab;
    padding-left: 15px;
    padding-bottom: 10px;
    background: url(../img/access/kei_name.png) center bottom no-repeat;
    background-size: 100% 1px;
    margin-bottom: 40px;
}
.base_item .txt dd{
    margin-left: 15px;
    margin-bottom: 15px;
}

.base_item .txt dd a{
    text-decoration: underline;
    transition: 0.3s;
}
.base_item .txt dd a:hover{
    text-decoration: none;
}
.g-map{
    margin-top: 80px;
    margin-left: auto;
    width: 95%;
    max-width:1400px; 
    position: relative;
    height: 0;
    padding-top: 480px;/* 高さ */
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media  (min-width:981px) and (max-width:1920px){
    .base_item .img img{
        height: 23.4vw;
    }
    .g-map{
        margin-top: 4vw;
        padding-top: 25%;/* 高さ */
    }
}

@media screen and (max-width:1300px){
    
    .acc-bg{
        background-image: none;
        background-color: #f1f1f1;
        padding-bottom: 50px;
    }
    .acc-ttl{
        width: 100%;
        max-width: 1300px;
        padding: 0 5%;
        height: 70px;
        background: -moz-linear-gradient(left, #006bb8, #6ec5d4);
        background: -webkit-linear-gradient(left, #006bb8, #6ec5d4);
        background: linear-gradient(to right, #006bb8, #6ec5d4);
    }
    .g-map{
        margin-top: 0;
        width: 100%;
    }
}

@media screen and (max-width:980px){
    .acc-bg{
        padding-bottom: 20px;
    }
    .acc-ttl{
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 26px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    .base_item{
        display: block;
    }
    .base_item .img{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .base_item .img img{
        width: 100%;
        height: auto;
    }
    .base_item .txt{
        width: 100%;
    }
    .base_item .txt dl {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .base_item .txt dt{
        font-size: 22px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }
    .g-map{
        margin-top: 0;
        padding-top: 380px;/* 高さ */
    }
}









/* お問い合わせ
-------------------------------*/

.toi02{
    margin-bottom: 100px;
}
.toi02 ._in{
    position: relative;
}

.f_red{
    color: #ff0000;
}
.mailform_lead{
    width: 100%;
    max-width: 950px;
    margin: auto;
}
.mailform_lead a{
    color: #3389c6;
}

html, body.contact {
    scroll-padding-top: 100px;
}

.contact #footer{
    margin-top: 0;
}

.toi03{
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 150px;
}
.toi03 ._in{
    width: 95%;
    max-width: 1400px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 80px 3% 130px;
}

.mailform{
    width: 100%;
    max-width: 950px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 40px 40px; /* 左右、上下 */
    margin-bottom: 40px;
}
.mailform th{
    width: 200px;
}
.mailform td{
    width: calc(100% - 200px);
}
.mailform th span{
    color: #f00;
}
.val-top{
    vertical-align: top;
    padding-top: 10px;
}

.hissu span{
    display: inline-block;
    width: 60px;
    text-align: center;
    background-color: #006bb8;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    padding: 3px;
}
.length_l{
    width: 100%;
    max-width: 680px;
    padding: 15px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 10px;
}
.length_m{
    width: 100%;
    max-width: 370px;
    padding: 15px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 10px;
}
.naiyou{
    width: 100%;
    max-width: 680px;
    height: 200px;
    padding: 15px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 10px;
    resize: vertical;
}

.mailform_btn{
    text-align: center;
    margin-top: 60px;
}

.btn_sousin{
    width: 90%;
    max-width: 320px;
    height: 64px;
    display: block;
    border: none;
    background-color: #006bb8;
    background-image: url(../img/common/ya_w.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding-right: 200px;
    color: #fff;
    margin: auto;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}
.btn_sousin:hover{
    background-position: 95% center;

}



/*　確認画面  */
.mailform.kaku th{
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}
.mailform.kaku td{
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
}
.mailform_btn.kaku .btn_sousin{
    display: inline-block;
    margin: 10px;
}
.f_ao{
    color: #006bb8;
}

    


@media  screen and (max-width:980px){
    .toi02{
        margin-bottom: 50px;
    }
    .toi03{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .toi03 ._in{
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .mailform{
        border-spacing: 0 20px; /* 左右、上下 */
    }
    .mailform td{
        padding-left: 10px;
    }

    .btn_sousin{
        width: 80%;
        max-width:319px;
        height:66px;
        border:0px solid;
        cursor:pointer;
        transition: 0.3s;
    }
    .btn_sousin:hover{
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }

    
}
@media only screen and (max-width:640px){
    .toi03 ._in{
        padding-top: 10px;
    }

    .mailform{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mailform th{
        display: inline-block;
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .mailform td{
        display: inline-block;
        padding-left: 0;
        width: 100%;
    }
    .val-top{
        padding-top: 0;
    }
    .mailform_btn{
        margin-top: 40px;
    }
    .btn_sousin{
        padding-right: 0;
    }

}













/* プライバシーポリシー
-------------------------------*/

.priv01 .ttl02{
    font-weight: 700;
}


.priv_list{
    width: 100%;
    max-width: 980px;
    margin: auto;
}
.priv_list dt{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    color: #006bb8;
    margin-bottom: 15px;
}
.priv_list dd{
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 2em;
}
.priv_list dd li{
    text-indent: -1em;
    margin-left: 1em;
}

.priv02{
    padding-top: 40px;
    /*    border-top:solid 1px #006bb8; */
    background: url(../img/contact/priv_kei.png) left top no-repeat;
    background-size: 100% 1px;
}
.priv03{
    margin-top: 30px;
    /*    border-bottom:solid 1px #006bb8; */
    margin-bottom: 40px;
    background: url(../img/contact/priv_kei.png) left bottom no-repeat;
    background-size: 100% 1px;
}
.priv03 .priv_list dd {
    margin-bottom: 0;
    padding-bottom: 40px;
}

@media only screen and (max-width:640px){

    .priv_list dt{
        font-size: 17px;
        line-height: 1.5em;
        margin-bottom: 8px;
    }
    .priv_list dd{
        margin-bottom: 20px;
        line-height: 1.7em;
    }
    .priv02{
        padding-top: 20px;
    }
}










/* layout */
.clear { clear: both; }
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}


/* プリントの表示設定 */
@media print{

    body{
        zoom: 0.60;
        -webkit-print-color-adjust: exact;
        width:1110px;
        margin:auto;
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }
    .ttlbox {
        height: 600px;
    }
}

