@charset "UTF-8";
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {

    /* base styles */
    html{
        font-size:62.5%;/* 10px */
    }
    body {
        min-width:320px;	/* 横スクロールバーの発生する幅を指定 */
    }
    .sp{
        display:block;
    }
    .pc{
        display:none;
    }
    a:hover{
        text-decoration:none;
    }
    a[href^="tel"]{
        pointer-events: auto;
    }
    /* スマートフォン用 */
    .w{
        width:87.5%;
        margin:0 auto;
        display:block;
    }
    img{
        width:100%;
        height:auto;
    }
    .spaco_close,.spaco_open{
        cursor: pointer;
    }
    /***------------
    wrapper
    ------------***/
    #wrapper{
        padding-top: 60px;
    }
    #wrapper.page-sub{
        padding-top: 60px;
    }
    /***------------
    topimg
    ------------***/
    #topimg{
        height: auto;
    }
    #topimg .top-movie{
        height: auto;
    }
    #topimg .top-movie video{
        position: static;
        transform: none;
        width: 100%;
        min-width: 0;
    }
    #topimg .topimg-bg:after{
        content: "";
        position: absolute;
        top: 0;
        width: 150%;
        height: 100%;
        transform: skewX(20deg);
        webkit-box-sizing: border-box;
        box-sizing: border-box;
        transition-duration:1s;
        transition-timing-function: ease-out;
        background-color: rgba(1,71,169,0.3);
    }
    #topimg:before,
    #topimg:after,
    #topimg .topimg-bg:before,
    #topimg .topimg-bg2:before,
    #topimg .topimg-bg2:after{
        transform: skewX(-25deg);
    }
    #topimg .topimg-bg:after,
    #topimg .topimg-bg2:before,
    #topimg .topimg-bg2:after{
        transform: skewX(25deg);
        top: auto;
        bottom: 0;
    }
    #topimg:before{
        background-color: rgba(1,71,169,0.3);
    }
    #topimg:after{
        background-color: rgba(1,71,169,0.2);
    }
    #topimg .topimg-bg:before{
        background-color: rgba(1,71,169,0.1);
    }
    #topimg .topimg-bg:after{
        background-color: rgba(0,158,255,0.3);
    }
    #topimg .topimg-bg2:before{
        background-color: rgba(0,158,255,0.2);
    }
    #topimg .topimg-bg2:after{
        background-color: rgba(0,158,255,0.1);
    }
    #topimg[data-effect=main-effect]:before,
    #topimg[data-effect=main-effect]:after,
    #topimg[data-effect=main-effect] .topimg-bg:before{
        left: 150%;
    }
    #topimg[data-effect=main-effect] .topimg-bg:after,
    #topimg[data-effect=main-effect] .topimg-bg2:before,
    #topimg[data-effect=main-effect] .topimg-bg2:after{
        left: -180%;
    }
    #topimg.main-effect:before{
        left: -158%;
    }
    #topimg.main-effect:after{
        left: -143%;
    }
    #topimg.main-effect .topimg-bg:after{
        left: -160%;
    }
    #topimg.main-effect .topimg-bg:before{
        left: -128%;
    }
    #topimg.main-effect .topimg-bg2:before{
        left: -144%;
    }
    #topimg.main-effect .topimg-bg2:after{
        left: -131%;
    }
    #topimg h2{
        width: 165px;
        height: 110px;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 5vw;
        left: 6.25%;
        margin: auto;
        z-index: 1;
    }
    #topimg h2 span{
        display: none;
    }
    /*ヘッダーかぶせる用*/
    .topimg-bg3,
    .topimg-bg4{
        height: 409px;
    }
    .topimg-bg3:after,
    .topimg-bg4:before,
    .topimg-bg4:after{
        left: -180%;
    }
    .main-effect.topimg-bg3:after{
        left: -157%;
    }
    .main-effect.topimg-bg4:before{
        left: -144%;
    }
    .main-effect.topimg-bg4:after{
        left: -131%;
    }
    /***------------
    top-link
    ------------***/
    #top-link{
        width: 87.5%;
        margin:-30px auto 0;
        position: relative;


        z-index: 10;
        background: #fff;
        box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.2);
    }
    #top-link ul{
        display: flex;
        justify-content: space-between;
        padding-right: 0;
        height: auto;
    }
    #top-link ul li{
        flex: 0 1 31.67%;
    }
    #top-link ul li a{
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center;
        padding: 15px 0;
        box-sizing: border-box;
    }
    #top-link ul li a:hover{
        color: #ababab;
    }
    #top-link ul li a:hover strong{
        color: #333333;
    }
    #top-link ul li a:hover:after,
    #top-link ul li a:after{
        display: none;
    }
    #top-link ul li a:hover .svg_img path{
      color: #346cba;
      fill: currentColor;
    }
    #top-link ul li strong{
        width: 30px;
        margin-right: 0;
        display: block;
        margin: 0 auto 5px;
    }
    #top-link ul li span strong{
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center;
        width: 100%;
        margin: 0 auto 5px;
    }
    #top-link ul li:nth-child(2){
        flex: 0 1 36.66%;
        position: relative;
    }
    #top-link ul li:nth-child(2):before{
        height: 70px;
        left: 1px;
    }
    #top-link ul li:nth-child(2):after{
        height: 70px;
    }
    #top-link ul li:nth-child(2) span img{
        width: 78px;
        margin-bottom: 0;
    }
    #top-link ul li.serch{
        display: none;
    }
    /***------------
    header
    ------------***/
    #header{
        width: 100%;
        min-width: inherit;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        height: 60px;
    }
    #header.sub-page{
        height: 60px;
        position: fixed;
    }
    #header.sub-page:before{
        content: none;
    }
    #header:after{
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        background: #346cba;
        z-index: -1;
    }
    #header .logo{
        width: 220px;
        padding: 14px 0 13px 6.25%;
        position: relative;
        z-index: -1;
    }
	#header.sub-page .logo{
        width: 220px;
        padding: 14px 0 13px 6.25%;
    }
    #header .menubtn{
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0;
    }
    #header .menubtn a {
        position: relative;
        display: block;
        width: 30px;
        margin: 0 auto;
        height: 30px;
        padding-bottom: 10px;
        box-sizing: content-box;
        text-decoration: none;
    }
    #header .menubtn a span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transition: all .4s;
        border-radius: 9px;
    }
    #header .menubtn a span:nth-of-type(2):after{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transition: all .4s;
        border-radius: 9px;
    }
    #header .menubtn a span:nth-of-type(1) {
        top: 18px;
    }
    #header .menubtn a span:nth-of-type(2) {
        top: 27px;
    }
    #header .menubtn a span:nth-of-type(3) {
        top: 37px;
    }
    #header .menubtn a.opened span,
    #header .menubtn a.opened span:after{
        background: #ababab;
    }
    #header .menubtn a.opened span:nth-of-type(1) {
        transform: translate(50%) scale(0);
    }
    #header .menubtn a.opened span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #header .menubtn a.opened span:nth-of-type(2):after{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #header .menubtn a.opened span:nth-of-type(3) {
        transform: translate(-50%) scale(0);
    }
    #header.sub-page .header-nav-pc{
        display: none;
    }

    /***------------
    google-serch
    ------------***/
    .featherlight-serch{
        display: none;
    }
    .featherlight .featherlight-content{
        width: 97%!important;
        margin: 0 auto;
        padding-top: 40px!important;
    }
    .featherlight .featherlight-close-icon{
        font-size: 24px!important;
        font-size: 2.4rem!important;
        font-weight: bold;
    }
    #google-serch{
        width: 100%;
        margin: 0 auto;
    }
    #google-serch input.serch-text{
        display: block;
        width: calc(100% - 60px);
        height: 60px;
        border: none;
        float: left;
        padding: 10px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    #google-serch input.serch-btn{
        display: inline-block;
        width: 60px;
        height: 60px;
        border: none;
        background:url(../img/icon_serch.svg) no-repeat center,#346cba;
        background-size: 16px auto;
    }
    /*global-nav*/
    #global-nav{
        width: 100%;
        height: 100vh;
        padding-left: 12.5%;
        box-sizing: border-box;
        background: url(../img/nav_bg.jpg) no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto;
    }
    #global-nav .global-nav-main{
        padding-top: 60px;
        padding-bottom: 50px;
        background: rgba(255,255,255,0.5);
        transform: translateX(50px);
        opacity:0.0;
        transition-duration: 1s;
        transition-timing-function: ease-out;
    }
    #global-nav .global-nav-main.opened{
        transition-duration: 1s;
        transition-timing-function: ease-out;
        transform: translateX(0);
        opacity:1.0;
    }
    #global-nav .global-nav-main__logo{
        width: 78px;
        margin-left: 11.9%;
        margin-bottom: 46px;
    }
    #global-nav .global-nav-main__link{
        width: 71.428%;
        margin: 0 auto 40px;
    }
    #global-nav .global-nav-main__link li:not(:last-child){
        margin-bottom: 20px;
    }
    #global-nav .global-nav-main__link li p,
    #global-nav .global-nav-main__link li a{
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        text-decoration: none;
        color: #4d4d4d;
    }
    #global-nav .global-nav-main__link li > ul{
        padding: 10px 0 0;
    }
    #global-nav .global-nav-main__link li > ul li:not(:last-child){
        margin-bottom: 12px;
    }
    #global-nav .global-nav-main__link li > ul li a{
        position: relative;
        padding-left: 25px;
        display: block;
    }
    #global-nav .global-nav-main__link li > ul li a:after {
        content: "";
        background: url(../img/icon_arow2.svg) no-repeat;
        background-size: cover;
        width: 8px;
        height: 12px;
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        margin: auto;
    }
    #global-nav .global-nav-main__link li > ul li a{
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 500;
    }
    #global-nav .global-nav-main__link li.global a{
        color: #346cba;
        display: flex;
        align-items: center;
    }
    #global-nav .global-nav-main__link li.global a span{
        width: 15px;
        height: 15px;
        margin-right: 8px;
        display: inline-block;
        line-height: 0;
    }
    #global-nav .serch-btn{
        width: 71.428%;
        margin: 0 auto 10px;
        background: #fff;
        box-shadow:0 0 10px 1px rgba(80,80,80, 0.15);
    }
    #global-nav .serch-btn a{
        display: block;
        width: 100%;
        font-size: 13px;
        font-size: 1.3rem;
        color: #c9c9c9;
        position: relative;
        text-align: center;
        text-decoration: none;
        padding: 12px 0;
        box-sizing: border-box;
    }
    #global-nav .serch-btn a span{
        display: block;
        position: absolute;
        width: 16px;
        height: 18px;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
    }
    #global-nav .contact-btn{
        width: 71.428%;
        margin: 0 auto;
        background: #5d89c8;
    }
    #global-nav .contact-btn a{
        display: block;
        width: 100%;
        font-size: 13px;
        font-size: 1.3rem;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 12px 0;
        box-sizing: border-box;
    }
    /***------------
    contetnts
    ------------***/
    #contents .title1,
    #footer-contact .title1{
        font-size: 27px;
        font-size: 2.7rem;
        margin-bottom: 20px;
    }
    #contents .title1 small,
    #footer-contact .title1 small{
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: normal;
        margin-left: 8px;
    }
    #contents .title2{
        font-size: 21px;
        font-size: 2.1rem;
        padding: 10px 0 10px 20px;
        border-left: solid 2px #346cba;
        margin-bottom: 25px;
    }
    #contents .title3{
        margin-bottom: 20px;
    }
    #contents .btn1{
        background: #fff;
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
        transition: all ease .3s;
    }
    #contents .btn1 a{
        display: block;
        font-family: "Bookman Old Style","Source Serif Pro","Noto Sans JP";
        padding: 15px;
        box-sizing: border-box;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        position: relative;
    }
    #contents .btn1 a:after{
        content: "";
        background: url(../img/icon_arow.svg) no-repeat;
        width: 16px;
        height: 6px;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
    }
    #contents .btn1:hover{
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
    }
    #contents .btn1:hover a:after{
        animation:none;
    }
    #contents .btn2:hover a,
    #contents .btn2:hover span{
        color: #333333;
    }
    #contents .btn2:hover a:after,
    #contents .btn2:hover span:after{
        background: url(../img/icon_arow2.svg) no-repeat;
        animation: none;
    }
    #contents .btn2:hover a:before,
    #contents .btn2:hover span:before{
        background: #333333;
    }
    #contents .btn3 a,
    #contents .btn3.back a{
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents .btn3:hover{
        box-shadow: none;
        transform: translateY(0px);
    }
    #contents .btn4 a{
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents .btn4:hover{
        box-shadow: none;
        transform: translateY(0px);
    }
    #contents .btn5 a,
    #contents .btn5 button,
    #contents .btn6 a{
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents .btn5:hover,
    #contents .btn6:hover{
        box-shadow: none;
        transform: translateY(0px);
    }
    /***------------
    top
    ------------***/
    #contents.top{
        width: 100%;
    }
    /*top-news*/
    #top-news{
        width: 100%;
        padding-right: 0;
        min-height: inherit;
        position: relative;
        margin-bottom: 50px;
    }
    #top-news .title1{
        width: 87.5%;
        margin: 0 auto 15px;
    }
    #top-news .topnews__pho{
        top: 0;
        left: 0;
        width: 100%;
    }
    #top-news .topnews-main{
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    #top-news .newsFilter{
        width: 100%;
        margin-bottom: 20px;
        padding: 0 6.25% 10px;
        overflow: scroll;
    }
    #top-news .newsFilter ul{
        width: 540px;
    }
    #top-news .newsFilter li{
        padding: 0 12px;
        box-sizing: border-box;
    }
    #top-news .newsFilter li:not(:last-child){
        margin-right: 0;
    }
    #top-news .newsFilter li a{
        text-decoration: none;
        position: relative;
    }
    #top-news .newsFilter li a:hover{
        font-weight: 500;

        color: #333333;
    }
    #top-news .newsFilter li a:hover:before{

        width: 100%;
    }
    #top-news .newsFilter li a.active{
        font-weight: bold;
        color: #346cba;
    }
    #top-news .newsFilter li a.active:before{
        content: "";
        width: 100%;
        height: 1px;
        background: #346cba;
        position: absolute;
        bottom: -12px;
    }
    #top-news .newsList{
        width: 87.5%;
        margin:0 auto 30px;
        padding: 0;
    }
    #top-news .newsList li a:hover{
        color: #666666;
    }
    #top-news .newsList li .day{
        float: none;
        width: 100%;
        margin-bottom: 8px;
        display: block;
    }
    #top-news .newsList li a:hover span strong{
        color: #ababab;
        border: solid 1px #ababab;
    }
    #top-news .newsList li .text{
        margin-bottom: 20px;
        display: block;
    }
    #top-news .topnews-main .btn2{
        width: 87.5%;
        margin: 0 auto;
    }
    #top-news .topnews-box{
        display: block;
        width: 100%;
    }
    #top-news .topnews-box #pick-up{
        width: 87.5%;
        padding-top: 0;
        margin: 0 auto 40px;
    }
    #top-news .topnews-box #pick-up .title1{
        width: 100%;
    }
    #top-news .topnews-box #pick-up .pick-up-main a{
        display: block;
    }
    #top-news .topnews-box #pick-up .pick-up-main .pho{
        width: 100%;
    }
    #top-news .topnews-box #pick-up .pick-up-main .text{
        width: 100%;
        padding: 20px 15px 60px;
    }
    #top-news .topnews-box #pick-up .pick-up-main:hover {
        box-shadow: 0 0 10px 2px rgba(80,80,80, 0.2);
        transform: translateY(0);
    }
    #top-news .topnews-box #pick-up .pick-up-main .text .btn2{
        width: calc((100% - 6.25%) - 15px);
    }
    #top-news .topnews-box #pick-up .pick-up-main:hover .text .btn2 span{
        color: #333333;
    }
    #top-news .topnews-box #pick-up .pick-up-main:hover .text .btn2 span:after{
        background: url(../img/icon_arow2.svg) no-repeat;
        animation: none;
    }
    #top-news .topnews-box #pick-up .pick-up-main:hover .text .btn2 span:before{
        background: #333333;
    }
    #top-news .topnews-box #pick-up .title1{
        padding-top: 35px;
    }
    /*top-product*/
    #top-product{
        background: #f0f0f0;
        transform: skewY(-2deg);
        padding: 50px 0 30px;
        margin-top: 0;
        box-sizing: border-box;
    }
    #top-product .title1{
        width: 87.5%;
        margin: 0 auto 25px;
    }
    #top-product .title1 small{
        display: block;
    }
    #top-product .top-product-main{
        width: 100%;
        margin: 0 auto;
        transform: skewY(2deg);
    }
    #top-product .top-product-main .title1 small{
        margin-left: 0;
    }
    #top-product .top-product-main .top-product-slide{
        width: 87.5%;
        margin: 0 auto 20px;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    #top-product .top-product-main .top-product-slide:after{
        content: none;
    }
    #top-product .top-product-main .top-product-slide .slide-list{
        flex: 0 1 48.21%;
        width: 48.21%;
        max-width: inherit;
        padding-bottom: 0;
    }
    #top-product .top-product-main .top-product-slide .slide-list:hover {
        box-shadow: 0 0 10px 2px rgba(80,80,80, 0.2);
        transform: translateY(0);
    }
    #top-product .top-product-main .top-product-slide .slide-list:not(:last-of-type){
        margin-bottom: 10px;
    }
    #top-product .top-product-main .top-product-slide .slide-list a{
        box-sizing: border-box;
        position: relative;
    }
    #top-product .top-product-main .top-product-slide .slide-list .slide-list__pho{
        width: 100%;
        margin-bottom: 0;
    }
    #top-product .top-product-main .top-product-slide .slide-list dl{
        padding: 10px;
    }
    #top-product .top-product-main .top-product-slide .slide-list dl dt{
        font-size: 13px;
        font-size: 1.3rem;
        position: relative;
        padding-right: 30px;
        margin-bottom: 10px;
    }
    #top-product .top-product-main .top-product-slide .slide-list dl dt:after {
        content: "";
        background: url(../img/icon_arow2.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
    }
    #top-product .top-product-main .top-product-slide .slide-list dl dd{
        font-size: 12px;
        font-size: 1.2rem;
        color: #666666;
    }
    #top-product .top-product-main .top-product-slide .slide-list:nth-last-of-type(2),
    #top-product .top-product-main .top-product-slide .slide-list:last-of-type{
        margin-bottom: 0;
    }
    #top-product .top-product-main .top-product-slide .slide-list.btn-in{
        background: none;
        box-shadow: none;
        display: flex;
        flex-flow: row wrap;
        align-content:space-between;
    }
    #top-product .top-product-main .top-product-slide .slide-list.btn-in > div{
        flex: 0  1 100%;
        /* height: 100%; */
        height: 47.85%;
        background: #fff;
        box-shadow: 0 0 10px 2px rgb(80 80 80 / 20%);
    }
    #top-product .top-product-main .top-product-slide .slide-list.btn-in > div a{
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        position: relative;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    /* #top-product .top-product-main .top-product-slide .slide-list.btn-in > div:first-child a:before {
        content: "";
        background: url(../img/top-link_global.png) no-repeat;
        background-size: cover;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 5px;
    }
    #top-product .top-product-main .top-product-slide .slide-list.btn-in > div:nth-child(2) a:before {
        content: "";
        background: url(../img/top-link_qa.png) no-repeat;
        background-size: cover;
        width: 16px;
        height: 14px;
        display: inline-block;
        margin-right: 5px;
    } */
    #top-product .top-product-main .top-product-slide .slide-list.btn-in > div a:after {
        content: "";
        background: url(../img/icon_arow2.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        display: inline-block;
        margin-left: 5px;
    }
    #top-product .top-product-main .top-product-slide .slick-prev{
        appearance: button;
        border-radius: 0;
        border: none;
        position: absolute;
        width: 70px;
        height: 70px;
        background: url(../img/icon_prev.png) no-repeat;
        background-size: cover;
        top: -50%;
        left: -15px;
        bottom: 0;
        margin: auto;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        z-index: 10;
    }
    #top-product .top-product-main .top-product-slide .slick-next{
        appearance: button;
        border-radius: 0;
        border: none;
        position: absolute;
        width: 70px;
        height: 70px;
        background: url(../img/icon_next.png) no-repeat;
        background-size: cover;
        top: -50%;
        right: -15px;
        bottom: 0;
        margin: auto;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        z-index: 10;
    }
    #top-product .btn-list{
        position: static;
        width: 87.5%;
        margin: 5px auto 0;
        display: none;
    }
    #top-product .btn-list .btn3{
        width: 100%;
    }
    #top-product .btn-list .btn3:not(:last-of-type){
        margin-bottom: 10px;
    }
    /*top-concept*/
    #top-concept{

        background:url(../img/top-concept_bg@sp.jpg) no-repeat;
        background-size: cover;

        transform: skewY(-2deg);
        padding: 80px 0 60px;
        margin-top: -2px;
        box-sizing: border-box;
    }
    #top-concept .top-concept-main{
        width: 87.5%;
        margin: 0 auto;
        transform: skewY(2deg);

    }
    #top-concept .top-concept-main h2{
        position: relative;
        margin-bottom: 25px;
        width: 214px;
    }
    #top-concept .top-concept-main h2:after{
        content: "";
        background: url(../img/top-concept_title2.png) no-repeat;
        background-size: cover;
        width: 193px;
        height: 79px;
        position: absolute;
        top: -44px;
        right: -83px;
    }
    #top-concept .top-concept-main p{
        margin-bottom: 25px;
        line-height: 2;
    }
    #top-concept .top-concept-main ul{
        display: block;
    }
    #top-concept .top-concept-main ul:after{
        content: none;
    }
    #top-concept .top-concept-main ul li{
        width: 100%;
        max-width: inherit;
        background: #fff;
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
        transition: all ease .3s;
    }
    #top-concept .top-concept-main ul li a{
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem;
        position: relative;
    }
    #top-concept .top-concept-main ul li a strong{
        font-size: 21px;
        font-size: 2.1rem;
    }
    #top-concept .top-concept-main ul li a:after{
        content: "";
        background: url(../img/icon_arow2.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto;
    }
    #top-concept .top-concept-main ul li:hover{
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
        transform: translateY(0);
    }
    #top-concept .top-concept-main ul li:hover a strong{
        color: #333333;
    }
    #top-concept .top-concept-main ul li:hover a small{
        color: #ababab;
    }
    #top-concept .top-concept-main ul li:hover a:after{
        background: url(../img/icon_arow2.svg) no-repeat;
        animation: none;
    }
    #top-concept .top-concept-main ul li:not(:last-child){
        margin-bottom: 15px;
    }
    #top-concept .top-concept-main ul li a span{
        width: 70px;
        margin-right: 20px
    }
    /*life*/
    #life{
        width: 87.5%;
        padding: 60px 0;
        margin: 0 auto;
    }
    #life .title1{
        line-height: 1;
    }
    #life p.text{
        margin-bottom: 40px;
    }
    #life .life-main{
        display: block;
    }
    #life .life-main:after,
    #life .life-main-list2:after{
        content: none;
    }
    #life .life-main-list1{
        width: 100%;
        max-width: inherit;
        margin-bottom: 5px;
    }
    #life .life-main-list1__link1{
        width: 100%;
        margin-bottom: 5px;
        position: relative;
    }
    #life .life-main-list1__link2 > div{
        flex: 0 1 49%;
        max-width: inherit;
        position: relative;
    }
    #life .life-main-list2{
        width: 100%;
        max-width: inherit;
        display: flex;
        justify-content: space-between;
    }
    #life .life-main-list2__link1{
        flex: 0 1 49%;
        max-width: inherit;
        position: relative;
    }
    #life .life-main-list2__link2{
        flex: 0 1 49%;
        max-width: inherit;
    }
    #life .life-main-list2__link2 > div:first-child{
        margin-bottom: 5px;
    }
    #life .life-main-list1__link1:hover .imgWrap img,
    #life .life-main-list1__link2 > div:hover .imgWrap img,
    #life .life-main-list2__link1:hover .imgWrap img,
    #life .life-main-list2__link2 > div:hover .imgWrap img{
        opacity: 1;
        transform: scale(1);
    }
    #life .life-main p span{
        font-size: 14px;
        font-size: 1.4rem;

        padding: 2px 0;
    }
    /*top-recruit*/
    #top-recruit{
        background: url(../img/top-recruit_bg@sp.png) no-repeat top center;
        background-size: 100% 100%;
        padding: 70px 0;
        overflow-x: hidden;
    }
    #top-recruit .top-product-main{
        width: 87.5%;
        margin: 0 auto;
    }
    #top-recruit .top-product-main .title1{
        margin-bottom: 5px;
    }
    #top-recruit .top-product-main dl.text{
        margin-bottom: 15px;
    }
    #top-recruit .top-product-main dl.text dt{
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        overflow:visible;
        text-indent:inherit;
        white-space:normal;
        background:none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    #top-recruit .top-product-main dl.text dd{
        line-height: 1.8;
    }
    #top-recruit .top-product-main .top-recruit-slide{
        width: calc(100% + 20px);
        margin: 0 auto 20px -10px;
        position: relative;
        padding: 10px 0;
        box-sizing: border-box;
    }
    #top-recruit .top-product-main .slide-in{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        display: block;
        align-items: center;
    }
    #top-recruit .top-product-main .slide-in a{
        text-decoration: none;
        display: block;
        background: #fff;
        margin: 10px 0;
        box-shadow: 0 0 10px 2px rgba(80,80,80, 0.2);
        transition: all ease .3s;
    }
    #top-recruit .top-product-main .slide-in a:hover{
        box-shadow: 0 0 10px 2px rgba(80,80,80, 0.2);
        transform: translateY(0);
        color: #333333;
    }
    #top-recruit .top-product-main .slide-in .pho{
        width: 100%;
        max-width: inherit;
    }
    #top-recruit .top-product-main .slide-in .pho img{
        width: 100%;
    }
    #top-recruit .top-product-main .slide-in .text{
        width: 100%;
        max-width: inherit;
    }
    #top-recruit .top-product-main .slide-in .text dl{
        padding:30px 6.25%;
        box-sizing: border-box;
        display: block;
    }
    #top-recruit .top-product-main .slide-in .text dl dt{
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #top-recruit .top-product-main .top-recruit-slide .slick-prev{
        left: -28px;
    }
    #top-recruit .top-product-main .top-recruit-slide .slick-next{
        right:-28px;
    }
    #top-recruit .top-product-main .top-recruit-slide .slick-prev:hover{
        background: url(../img/icon_prev.png) no-repeat;
        background-size: cover;
    }
    #top-recruit .top-product-main .top-recruit-slide .slick-next:hover{
        background: url(../img/icon_next.png) no-repeat;
        background-size: cover;
    }
    #top-recruit .top-product-main ul{
        display: block;
    }
    #top-recruit .top-product-main ul:after{
        content: none;
    }
    #top-recruit .top-product-main ul li{
        width: 100%;
        max-width: inherit;
        background: #fff;
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
        transition: all ease .3s;
    }
    #top-recruit .top-product-main ul li a{
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem;
        position: relative;
    }
    #top-recruit .top-product-main ul li a strong{
        font-size: 21px;
        font-size: 2.1rem;
    }
    #top-recruit .top-product-main ul li a:after{
        content: "";
        background: url(../img/icon_arow2.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto;
    }
    #top-recruit .top-product-main ul li:hover{
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);





        transform: translateY(0);
    }
    #top-recruit .top-product-main ul li:hover a strong{
        color: #333333;
    }
    #top-recruit .top-product-main ul li:hover a small{
        color: #ababab;
    }
    #top-recruit .top-product-main ul li:hover a:after{
        background: url(../img/icon_arow2.svg) no-repeat;
        animation: none;
    }
    #top-recruit .top-product-main ul li:not(:last-child){
        margin-bottom: 15px;
    }
    #top-recruit .top-product-main ul li a span{
        width: 70px;
        margin-right: 20px
    }
    /*top-world*/
    #top-world{
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
    }
    #top-world .map{
        position: relative;
    }
    #top-world .map-text{
        width: 87.5%;
        position: static;
        display: block;
        margin: 0 auto;
    }
    #top-world .map-text .map-title1,
    #top-world .map-text .map-title2{
        position: relative;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #346cba;
        padding-left: 20px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    #top-world .map-text .map-title1:before,
    #top-world .map-text .map-title2:before{
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #346cba;
        position: absolute;
        top: 4px;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    #top-world .map-text .map-title2{
        color: #009eff;
        margin-bottom: 10px;
    }
    #top-world .map-text .map-title2:before{
        background: rgba(0,158,255,0.5);
    }
    #top-world .map-text dl{
        width: 280px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    #top-world .map-text dl dt{
        width: 95px;
        float: left;
    }
    #top-world .map-text dl dd{
        padding: 0 0 2px 100px;
        text-align: right;
    }
    #top-world .map-text dl dd.underline{
        border-bottom: solid 1px #4b4b4b;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    /***------------
    footer-contact
    ------------***/
    #footer-contact{
        width: 100%;
        background: url(../img/footer-contact_bg.jpg) no-repeat center;
        background-size: cover;
        padding: 45px 0 80px;
    }
    #footer-contact .title1{
        text-align: center;
        margin-bottom: 15px;
    }
    #footer-contact p{
        text-align: center;
        width: 87.5%;
        margin: 0 auto 20px;
    }
    #footer-contact .btn1{
        width: 87.5%;
        margin: 0 auto;
        background: #fff;
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
        transition: all ease .3s;
    }
    #footer-contact .btn1 a{
        text-align: center;
        display: block;
        font-family: "Bookman Old Style","Source Serif Pro","Noto Sans JP";
        padding: 15px;
        box-sizing: border-box;
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold;
        text-decoration: none;
        position: relative;
    }
    #footer-contact .btn1 a:after{
        content: "";
        background: url(../img/icon_arow2.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        display: inline-block;
        margin-left: 20px;
    }
    #footer-contact .btn1:hover{
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
        transform: translateY(0);
    }
    #footer-contact .btn1:hover a{
        color: #333333;
    }
    #footer-contact .btn1:hover a:after{
        background: url(../img/icon_arow2.svg) no-repeat;
        background-size: cover;
        animation: none;
    }
    /***------------
    footer
    ------------***/
    #footer{
        width: 100%;
        position: relative;
    }
    #footer #page-top{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 6.25%;
        top: -50px;
        z-index: 10;
    }
    #footer #page-top a{
        width: 40px;

        height: 40px;
        border-radius: 50%;
        background: #fff;
        box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
        position: relative;
    }
    #footer #page-top a:after{
        content: "";
        background: url(../img/icon_arow3.svg) no-repeat;
        background-size: cover;
        width: 25px;
        height: 16px;

        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    #footer #page-top a:hover{
        background: #fff;
        transform: none;
    }
    #footer .footer-wrapper{
        padding: 30px 0 10px;
    }
    #footer .footer-box{
        width: 87.5%;
        margin: 0 auto;
        display: block;
    }
    #footer .footer-box-title{
        width: 18.75vw;
        margin: 0 auto 20px;
    }
    #footer .footer-main dl{
        padding: 30px 0;
        box-sizing: border-box;
        width: 87.5%;
        margin: 0 auto;
    }
    #footer .footer-main dl dt{
        width: 34%;
        margin: 0 auto 15px;
    }
    #footer .footer-main dl dd{
        text-align: center;
    }
    #footer .footer-main dl dd p.tel{
        margin-top: 10px;  
    }
    #footer .footer-main dl dd a{
        color: rgba(255,255,255,0.7);
    }
    #footer .footer-nav{
        width: 100%;
        position: relative;
    }
    #footer .fotoer-nav-items1{
        border-top: solid 1px #5d89c8;
        display: block;
        box-sizing: border-box;
    }
    #footer .fotoer-nav-items1 .fotoer-nav-list1--item{
        border-bottom: solid 1px #5d89c8;
        position: relative;
    }
    #footer .fotoer-nav-items1 .fotoer-nav-list1--item p{
        padding: 15px 30px 15px 10px;
        box-sizing: border-box;
        position: relative;
    }
    #footer .fotoer-nav-items1 .fotoer-nav-list1--item p:before{
        content: "";
        background: #fff;
        width: 14px;
        height: 2px;
        position: absolute;
        top: 24px;
        right: 10px;
    }
    #footer .fotoer-nav-items1 .fotoer-nav-list1--item p:after{
        content: "";
        background: #fff;
        width: 2px;
        height:14px;
        position: absolute;
        top: 18px;
        right: 16px;
        transition: all ease .3s;
    }
    #footer .fotoer-nav-items1 .fotoer-nav-list1--item p.spaco_open:after{
        transform: rotate(90deg);
        opacity: 0;
    }
    #footer .fotoer-nav-items1 .fotoer-nav-list1--item:first-of-type {
        padding-bottom: 0;
    }
    #footer .fotoer-nav-list1--item .title{
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    #footer .fotoer-nav-list1--item .title small{
        font-family: "Bookman Old Style","Source Serif Pro","Noto Sans JP";
        display: inline-block;
        margin-left: 8px;
    }
    #footer .fotoer-nav-items2 {
        position: static;
    }
    #footer .fotoer-nav-items2 li:not(:last-of-type){
        margin-bottom: 0;
    }
    #footer .fotoer-nav-items2 a{
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #footer .fotoer-nav-items2 a small{
        margin-left: 8px;
    }
    #footer .fotoer-nav-list2--item{
        border-bottom: solid 1px #5d89c8;
    }
    #footer .fotoer-nav-list2--item a{
        display: block;
        margin-bottom: 0;
        padding: 15px 30px 15px 10px;
        box-sizing: border-box;
        position: relative;
    }
    #footer .fotoer-nav-list2--item a:after{
        content: "";
        background: url(../img/icon_arow2_white.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
    }
    #footer .fotoer-nav-list1--se2{
        padding: 0;
    }
    #footer .fotoer-nav-list1--se2 li:not(:last-of-type){
        margin-bottom: 2px;
    }
    #footer .fotoer-nav-list1--se2 li a{
        color: #fff;
        display: block;

        padding: 15px 30px 15px 10px;
        background: #5d89c8;
    }
    #footer .fotoer-nav-list1--se2 li a:before{
        content: none;
    }
    #footer .fotoer-nav-list1--se2 li a:after {
        content: "";
        background: url(../img/icon_arow2_white.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
    }
    #footer .copy{
        font-size: 14px;
        font-size: 1.4rem;
        background: #0147A9;
        padding: 8px 0;
        color: rgba(255,255,255,0.7);
        text-align: center;
    }
    /*top-main*/
    #top-main{
        padding: 40px 0;
        box-sizing: border-box;
    }
    #top-main .title1 small{
        display: block;
        margin-left: 0;
    }
    #top-main .top-main-main{
        width: 87.5%;
        margin: 0 auto;
    }
    #top-main .top-main-main .top-main-items {
        display: block;
    }
    #top-main .top-main-main .top-main-items .top-main-item .top-main-item__pho{
        margin-bottom: 10px;
    }
    #top-main .top-main-main .top-main-items .top-main-item dl {
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    #top-main .top-main-main .top-main-items .top-main-item dl dt {
        margin-bottom: 10px;
    }
    #top-main .top-main-main .top-main-items .top-main-item .btn2 {
        padding: 0;
    }
    #top-main .top-main-main .top-main-items .top-main-item:hover {
        transform: translateY(0);
    }
    #top-main .top-main-main .top-main-items .top-main-item:hover .btn2 span {
        color: #4b4b4b;
    }
    #top-main .top-main-main .top-main-items .top-main-item:hover span:after {
        background: url(../img/icon_arow2.svg) no-repeat;
        animation: none;
    }
    #top-main .top-main-main .top-main-items .top-main-item:hover span:before {
        background: #333;
    }
    /*top-company*/
    #top-company{
        width: 87.5%;
        padding: 10px 0 20px;
        margin: 0 auto 20px;
    }
    #top-company .top-company-main{
        display: block;
        margin-bottom: 20px;
    }
    #top-company .top-company-main--item{
        width: 100%;
    }
    #top-company .top-company-main--item:hover{
        box-shadow: none;
        transform: translateY(0);
    }
    #top-company .top-company-main--item:not(:last-of-type){
        margin-bottom: 10px;
    }
    #top-company .top-company-main--item a{
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    #top-company .top-company-main--item a:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-top: solid 30px #0147a9;
        border-right: solid 30px transparent;
        box-sizing: border-box;
        z-index: 1;
    }
    #top-company .top-company-main--item a p{
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        left: auto;
        width: auto;
        height: auto;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    #top-company .top-company-main--item a p small{
        font-size: 13px;
        font-size: 1.3rem;
    }
    #top-company .top-company-main--item a p small strong{
        color: #009eff;
    }
    #top-company .top-company-main--item a:hover p{
        color: #fff;
        text-shadow: 0 0 10px #000;
    }
    #top-company .top-company-main--item a:hover img{
        opacity: 1;
    }
    #top-company .top-company-main--item a .icon{
        width: 15px;
        height: 15px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    /*top-recruit追加要素*/
    #top-recruit .top-product-main p.text{
        margin-bottom: 20px;
        line-height: 2;
    }
    #top-recruit .top-recruit-slide .sec1-items h3 span,
    #top-recruit .top-recruit-slide .sec1-items h3 strong{
        padding: 8px;
    }
    #top-recruit .top-recruit-title{
        display: none;
    }
    #top-recruit .top-recruit-slide .sec1-items{
        max-width: inherit;
        position: relative;
        margin-bottom: 0;
    }
    #top-recruit .top-recruit-slide .sec1-items h3{
        font-size: 15px;
        font-size: 1.5rem;
    }
    #top-recruit .top-recruit-slide .sec1-items--pho{
        position: relative;
    }
    #top-recruit .top-recruit-slide .sec1-items--pho a{
        display: block;
        width: 100%;
        transition: all ease 0.5s;
    }
    #top-recruit .top-recruit-slide .sec1-items--pho p{
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        background: rgba(0,0,0,0.6);
        padding: 10px 20px 10px 10px;
    }
    #top-recruit .top-recruit-slide .sec1-items--pho p:after{
        content: "";
        background: url(../img/icon_arow2_white.svg) no-repeat;
        background-size: cover;
        width: 8px;
        height: 12px;
        position: absolute;
        top: 0;
        right: 5px;
        bottom: 0;
        margin: auto;
    }
    #top-recruit .top-recruit-slide .sec1-items--pho a:hover{
        background: none;
    }
    #top-recruit .top-recruit-slide .sec1-items--pho a:hover p{
        background: rgba(0,0,0,0.6);
    }
    #top-recruit .top-recruit-slide .sec1-items--pho a:hover p:after{
        animation: none;
    }
    #top-recruit .top-recruit-slide .double .sec1-items--pho a span{
        display: block;
        transform: skewX(25deg);
        position: absolute;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        background: rgba(0,0,0,0.6);
        padding: 10px 30px 10px 10px;
        box-sizing: border-box;
        transition: all ease 0.5s;
        font-weight: bold;
    }
    #top-recruit .top-recruit-slide .double .sec1-items--pho a span:after{
        content: "";
        background: url(../img/icon_arow2_white.svg) no-repeat;
        background-size: cover;
        width: 8px;
        height: 12px;
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0;
        margin: auto;
    }
    #top-recruit .top-recruit-slide .double .sec1-items--pho a:hover.first-link,
    #top-recruit .top-recruit-slide .double .sec1-items--pho a:hover.second-link{
        background: none;
    }
    #top-recruit .top-recruit-slide .double .sec1-items--pho a:hover.first-link span,
    #top-recruit .top-recruit-slide .double .sec1-items--pho a:hover.second-link span{
        background: rgba(0,0,0,0.6);
    }
    #top-recruit .top-recruit-slide .double .sec1-items--pho a:hover  span:after{
        animation: none;
    }
    #top-recruit .top-recruit-slide .sec1-items dl{
        padding: 25px 15px;
    }
    #contents.top .top-bnr{
        position: relative;
    }
    #contents.top .top-bnr:before{
        content: "";
        width: 100%;
        height: 100%;
        background: #f2f2f2;
        position: absolute;
        top: 70px;
    }
    #contents.top .top-bnr-main{
        width: 87.5%;
        margin:-70px auto 70px;
        position: relative;
        z-index: 1;
    }
    /***------------
    main-img
    ------------***/
    #main-img{
        position: relative;
        width: 100%;
        height: 180px;
        background: url(../img/main-img_bg01@sp.jpg) no-repeat top center;
        background-size: cover;
    }
    #main-img.bg--type3{
        background: url(../img/main-img_bg03@sp.jpg) no-repeat center;
        background-size: cover;
    }
    #main-img.bg--type7{
        background: url(../img/main-img_bg07@sp.jpg) no-repeat center;
        background-size: cover;
    }
    #main-img.bg--type8{
        background: url(../img/main-img_bg08@sp.jpg) no-repeat center;
        background-size: cover;
    }
    #main-img.bg--type10{
        background: url(../img/main-img_bg10@sp.jpg) no-repeat center;
        background-size: cover;
    }
    #main-img:before{
        content: "";
        background: url(../img/main_img_bg2@sp.png) no-repeat;
        background-size: auto 100%;
        display: block;
        position: absolute;
        width: 100%;
        height: 180px;
        top: 0;
        left: 0;
    }
    /*
    #main-img:after{
        content: "";
        background: url(../img/main_img_bg3@sp.png) no-repeat right;
        background-size: auto 100%;
        display: block;
        position: absolute;
        width: 100%;
        height: 180px;
        top: 0;
        right: 0;
    }
    */
    #main-img .main-img-title{
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 1.2;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        padding: 0 6.25%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    #main-img .main-img-title.single{
        top: 0;
    }
    #main-img .main-img-title strong{
        font-size: 28px;
        font-size: 2.8rem;
    }
    #main-img .main-img-title small{
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
    }
    #main-img .main-img-title span{
        margin-top: -15px;
    }
    #main-img .pankuzu{
        font-size: 13px;
        font-size: 1.3rem;
        color: #fff;
        width: 87.5%;
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        margin: auto;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        z-index: 1;
    }
    #main-img .pankuzu p{
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #main-img .pankuzu a{
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
    }
    /***------------
    #contents
    ------------***/
    #contents{
        padding: 30px 0 80px;
    }
    /***------------
    ples-line
    ------------***/
    #contents.ples-line{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.ples-line .ples-line-pho .scrollArea{
        position: relative;
        overflow: hidden;
    }
    #contents.ples-line .ples-line-pho .inner{
      width: 650px;
    }
    #contents.ples-line .js-scrollable img,
    #contents.ples-line .ples-line-pho img{
        width: 650px;
    }
    #contents.ples-line .ples-line-pho{
        margin-bottom: 40px;
    }
    /***------------
    integrated
    ------------***/
    #contents.integrated{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.integrated .integrated-main{
        margin-bottom: 25px;
    }
    #contents.integrated .integrated-main__title{
        color: #346cba;
        text-align: center;
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
    #contents.integrated .integrated-main p{
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }
    #contents.integrated .integrated-list--item{
        background: #ededed;
        padding: 20px 15px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
    #contents.integrated .integrated-list--item:after {
        border-top: solid 15px #85a7d6;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
        left: calc(50% - 15px);
        bottom: -10px;
    }
    #contents.integrated .integrated-list--item:not(:last-of-type){
        margin-bottom: 3px;
    }
    #contents.integrated .integrated-list--item:last-of-type:before,
    #contents.integrated .integrated-list--item:last-of-type:after{
        content: none;
    }
    #contents.integrated .integrated-list--item__pho{
        margin-right: 0;
    }

    #contents.integrated .integrated-list--item dl{
        padding: 20px 0;
        box-sizing: border-box;
    }
    #contents.integrated .integrated-list--item dl dt{
        color: #0147a9;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #contents.integrated .integrated-list--item dl dt small{
        color: #739ad0;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        display: block;
    }
    /***------------
    world
    ------------***/
    #contents.world{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.world .world-main{
        box-sizing: border-box;
        margin: 0 auto 50px;
    }
    #contents.world .world-main p{
        color: #666;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: 25px;

    }
    #contents.world .world-main--pho{
        margin-bottom: 15px;

    }
    #contents.world .world-main--info{
        width: 100%;
        display: block;
    }
    #contents.world .world-main--sell{
        width: 100%;
    }
    #contents.world .world-main--sell__sec{
        width: 100%;
    }
    #contents.world .world-main--sell__sec h3{
        color: #0147a9;
        font-size: 15px;
        font-size: 1.5rem;
    }
    #contents.world .world-main--sell__sec h3 span{
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents.world .world-main--sell__sec table{
        width: 400px;
    }
    #contents.world .world-list{
        margin-bottom: 30px;
    }
    #contents.world .world-list > p{
        margin-bottom: 25px;
    }
    #contents.world .world-list--items{
        display: block;
    }
    #contents.world .world-list--item{
        width: 100%;
        margin-bottom: 25px;
    }
    #contents.world .world-list--item:not(:nth-of-type(4n)){
        margin-right: 0;
    }
    #contents.world .world-list--item__pho{
        margin-bottom: 10px;
    }
    #contents.world .world-movie{
        margin: 0 auto;
    }
    /***------------
    service
    ------------***/
    #contents.service{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.service .service-main{
        box-sizing: border-box;
        margin: 0 auto 50px;
    }
    #contents.service .service-main p{
        color: #666;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: 40px;
    }
    #contents.service .service-main--items{
        margin-bottom: 40px;
    }
    #contents.service .service-main--item{
        display: block;
        box-shadow: 0 0 10px 0 rgba(80,80,80, 0.2);
    }
    #contents.service .service-main--item:not(:last-of-type){
        margin-bottom: 25px;
    }
    #contents.service .service-main--item__text{
        padding: 30px 7.1428%;
        display: block;
    }
    #contents.service .service-main--item__text dl dt{
        margin-bottom: 15px;
    }
    #contents.service .service-main--item__text dl dd p{
        color: #666666;
        margin-bottom: 0;
    }
    #contents.service .service-main--item__text dl dd .btn4{
        width: 100%;
        margin: 20px auto 0;
    }
    #contents.service .service-main--item__text dl dd .btn4 a{
        padding: 15px 30px 15px 10px;
    }
    /***------------
    works
    ------------***/
    #contents.works{
        width: 87.5%;
        margin: 0 auto;
    }
    
    #contents.works .works-main--info{
        background: #ebf0f8;
        padding: 30px 20px;
        box-sizing: border-box;
        display: block;
    }
    #contents.works .works-main--info__total{
        width: 100%;
        padding-bottom: 30px;
        border-bottom: solid 1px #ffffff;
    }
    #contents.works .works-main--info__total:after{
        content: none;
    }
    #contents.works .works-main--info__total span{
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents.works .works-main--info__total strong{
        font-size: 27px;
        font-size: 2.7rem;
    }
    #contents.works .works-main--info__total small{
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents.works .works-main--info__sell{
        width: 100%;
        display: block;
    }
    #contents.works .works-main--info__sell ul{
        width: 100%;
    }
    #contents.works .works-main--info__sell ul li{
        width: 45.88%;
        padding: 10px 0;
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    #contents.works .works-main--info__sell ul li:before{
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: dotted 2px #cccccc;
        position: absolute;
        bottom: 16px;
        left: 0;
    }
    #contents.works .works-main--info__sell ul li > span{
        background: #ebf0f8;
        position: relative;
        z-index: 1;
        padding-left: 3px;

    }
    #contents.works .works-main--info__sell ul li > strong{
        background: #ebf0f8;
        position: relative;
        z-index: 1;
        padding-right: 3px;
    }
    #contents.works .works-main--info__sell ul li.sub{
        display: block;
        padding: 0 0 5px;
        width: 70.55%;
    }
    #contents.works .works-main--info__sell ul li.sub:before{
        content: none;
    }
    #contents.works .works-main--info__sell ul li.sub div{
        width: 64.96%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        border-bottom: none;
        padding-bottom: 0;
        position: relative;
    }
    #contents.works .works-main--info__sell ul li.sub div:before{
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: dotted 2px #cccccc;
        position: absolute;
        bottom: 5px;
        left: 0;
    }
    #contents.works .works-main--info__sell ul li.sub div span{
        background: #ebf0f8;
        position: relative;
        z-index: 1;
        padding-left: 3px;
    }
    #contents.works .works-main--info__sell ul li.sub div strong{
        background: #ebf0f8;
        position: relative;
        z-index: 1;
        padding-right: 3px;
    }
    #contents.works .works-main--info__sell ul li.sub p{
        display: flex;
        padding-left: 0;
        justify-content: space-between;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #333333;
        position: relative;
        border-left: solid 1px #fff;
    }
    #contents.works .works-main--info__sell ul li.sub p:before{
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: dotted 2px #cccccc;
        position: absolute;
        bottom: 11px;
        left: 0;
    }
    #contents.works .works-main--info__sell ul li.sub p strong{
        font-weight: normal;
        background: #ebf0f8;
        position: relative;
        z-index: 1;
        padding-left: 15px;
        padding-right: 3px;
    }
    #contents.works .works-main--info__sell ul li.sub p span{
        background: #ebf0f8;
        position: relative;
        z-index: 1;
        padding-left: 3px;
        color: #666666;
    }
    #contents.works .works-main--info__sell ul li.sub div:after,
    #contents.works .works-main--info__sell ul li.sub p:after{
        content: none;
    }
    #contents.works .works-main--info__sell--items2{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    #contents.works .works-main--info__sell--items2:after{
        content: none;
    }
    /***------------
    press
    ------------***/
    #contents.press{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.press .press-sec__text{
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    #contents.press .press-sec.pt1{
        display: block;
        margin-bottom: 50px;
    }
    #contents.press .press-sec.pt1 section{
        width: 100%;
    }
    #contents.press .press-sec-main{
        display: block;
    }
    #contents.press .press-sec-main .pho{
        margin-bottom: 20px;
    }
    #contents.press .press-table1-scroll{
        width: 100%;
        padding-bottom: 5px;
        overflow-x: auto;
    }
    #contents.press .press-table1-scroll::-webkit-scrollbar{
        height: 10px;
    }
    #contents.press .press-table1-scroll::-webkit-scrollbar-track{
        background: #ccc;
    }
    #contents.press .press-table1-scroll::-webkit-scrollbar-thumb{
        background: #666;
    }
    #contents.press .press-table1-box{
        width: 404px;
        box-sizing: border-box;

    }
    #contents.press .press-table1 table{
        width: 396px;
    }
    #contents.press .press-table1 th,
    #contents.press .press-table1 td{
        padding: 5px 10px;
        font-size: 1.4rem;
    }
    #contents.press .press-table1 .head th{
        padding: 3px 0;
    }
    #contents.press .press-table1 th:first-child{
        width: 104px;
    }
    #contents.press .press-table1 td:last-child(2){
        width: 152px;
    }
    #contents.press .press-table1-caption{
        padding: 15px 6px 0;
    }
    #contents.press .press-sec-items{
        display: block;
    }
    #contents.press .press-sec-item{
        width: 100%;
        display: block;
        padding: 20px;
    }
    #contents.press .press-sec-item picture{
        display: block;
        margin-bottom: 10px;
    }
    #contents.press .press-sec-item dl{
        width: 100%;
    }
    /***------------
    company
    ------------***/
    #contents.company{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.company .company-main{
        display: block;
        margin-bottom: 20px;
    }
    #contents.company .company-main--item{
        width: 100%;
    }
    #contents.company .company-main--item:hover{
        box-shadow: none;
        transform: translateY(0);
    }
    #contents.company .company-main--item:not(:last-of-type){
        margin-bottom: 10px;
    }
    #contents.company .company-main--item a{
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    #contents.company .company-main--item a:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-top: solid 30px #0147a9;
        border-right: solid 30px transparent;
        box-sizing: border-box;
        z-index: 1;
    }
    #contents.company .company-main--item a p{
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        left: auto;
        width: auto;
        height: auto;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    #contents.company .company-main--item a p small{
        font-size: 13px;
        font-size: 1.3rem;
    }
    #contents.company .company-main--item a p small strong{
        color: #009eff;
    }
    #contents.company .company-main--item a:hover p{
        color: #fff;
        text-shadow: 0 0 10px #000;
    }
    #contents.company .company-main--item a:hover img{
        opacity: 1;
    }
    
    #contents.company .company-main--item a .icon{
        width: 15px;
        height: 15px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    /***------------
    message
    ------------***/
    #contents.message{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.message .message-main__pho{
        margin-bottom: 20px;
    }
    #contents.message .message-main__text{
        width: 100%;
        margin: 0 auto 30px;
    }
    #contents.message .message-main__text p:not(:last-of-type){
        margin-bottom: 20px;
    }
    #contents.message .message-main__name{
        width: 100%;
    }
    #contents.message .message-main__name p{
        color: #666666;
        margin-bottom: 15px;
    }
    #contents.message .message-main__name img{
        width: 130px;
    }
    /***------------
    footer-link
    ------------***/
    #footer-link{
        width: 100%;
        padding: 30px 0 20px;
    }
    #footer-link .footer-link--items{
        width: 87.5%;
        margin: 0 auto;
        display: block;
    }
    #footer-link .footer-link--item{
        width: 100%;

        margin-bottom: 10px;
    }
    #footer-link .footer-link--item:hover {
        box-shadow: none;
        transform: translateY(0);
    }
    #footer-link .footer-link--item:not(:nth-of-type(3n)){
        margin-right: 0;
    }
    #footer-link .footer-link--item a{
        display: flex;
        align-items: center;
        background: #fff;
        border:solid 1px #ababab;
        box-sizing: border-box;
        text-decoration: none;
    }
    #footer-link .footer-link--item img{
        width: 68px;
    }
    #footer-link .footer-link--item a p{
        width: 100%;
        padding:0 35px 0 15px;
        position: relative;
    }
    #footer-link .footer-link--item a p strong{
        color: #333333;

        font-family: "Bookman Old Style","Source Serif Pro","Noto Sans JP";
        font-size: 18px;

        font-size: 1.8rem;
    }
    /***------------
    philosophy
    ------------***/
    #contents.philosophy{
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    #contents.philosophy .philosophy-main{
        text-align: center;
        background-size: auto 100%;
        position: relative;
        padding: 40px 6.25%;
    }
    #contents.philosophy .philosophy-main__title{
        font-size: 26px;
        font-size: 2.6rem;
        z-index: 1;
        margin-bottom: 20px;
    }
    /*
    #contents.philosophy .philosophy-main__title:before{
        content: "";
        background: url(../img/company/philosophy_title_bg@sp.png) no-repeat;
        background-size: cover;
        width: 100px;
        height: 58px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: -1;
    }
    */
    #contents.philosophy .philosophy-main p{
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.8;
    }
    #contents.philosophy .philosophy-wrapper{
        width: 87.5%;
        margin: 0 auto;
        padding-top: 40px;
    }
    #contents.philosophy .philosophy-sec:not(:last-child) {
        margin-bottom: 40px;
    }
    #contents.philosophy .philosophy-sec--list{
        border: solid 1px #e6e6e6;
        padding: 25px 5.3575%;
        box-sizing: border-box;
    }
    #contents.philosophy .philosophy-sec--list li{
        color: #666666;
        font-size: 14px;
        font-size: 1.4rem;
        text-indent: -1.6rem;
        padding-left: 1.6rem;
    }
    #contents.philosophy .philosophy-sec--list li:not(:last-of-type){
        margin-bottom: 10px;
    }
    #contents.philosophy .philosophy-sec--list li span{
        color: #346cba;
        font-weight: bold;
    }
    #contents.philosophy .philosophy-sec.pt1{
        display: block;
    }
    #contents.philosophy .philosophy-sec.pt1 .text{
        width: 100%;
    }
    #contents.philosophy .philosophy-sec.pt1 .text p{
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px;
        line-height: 1.8;
    }
    #contents.philosophy .philosophy-sec--logo{
        display: block;
    }
    #contents.philosophy .philosophy-sec--logo .pho{
        margin-bottom: 20px;
    }
    #contents.philosophy .philosophy-sec--logo p{
        width: 100%;
        color: #666;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
    }
    /***------------
    profile
    ------------***/
    #contents.profile{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.profile table tr th{
        display: block;
        font-weight: bold;
        padding: 20px 0 5px;
        text-align: left;
        width: 100%;
    }
    #contents.profile table tr td{
        display: block;
        color: #666;
        padding: 5px 0 20px;
    }
    #contents.profile table tr td .map-link{
        margin-left: 0;
    }
    #contents.profile table tr td .link{
        position: relative;
        padding-left: 15px;
        margin-top: 5px;
    }
    #contents.profile table tr td .link:before{
        top: 7px;
    }
    #contents.profile table tr td .link a{
        color: #346cba;
    }
    #contents.profile table tr td .name{
        display: block;
        width: auto;
    }
    #contents.profile section{
        margin-top: 40px;
    }
    /***------------
    history
    ------------***/
    #contents.history{
        width: 87.5%;
        margin: 0 auto;
        padding-top: 30px;
    }
    #contents.history .history-main table tr:first-child th{
        padding-top: 30px;
    }
    #contents.history .history-main table tr:first-child td{
        padding-top: 5px;
    }
    #contents.history .history-main table tr:last-child th{
        padding-bottom: 5px;
    }
    #contents.history .history-main table tr:last-child td{
        padding-bottom: 30px;
    }
    #contents.history .history-main table tr th{
        padding: 15px 0 5px;
        display: block;
        width: 100%;
    }
    #contents.history .history-main table tr td{
        padding: 5px 0 15px;
        display: block;
    }
    #contents.history .history-main table tr td .pho{
        margin-top: 10px;
    }
    /***------------
    network
    ------------***/
    #contents.network{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.network .network-map{
        margin-bottom: 30px;
    }
    #contents.network section:not(:last-of-type){
        margin-bottom: 80px;
    }
    #contents.network table{
        width: 100%;
        border-top: solid 1px #cccccc;
    }
    #contents.network table tr{
        border-bottom: solid 1px #cccccc;
    }
    #contents.network table tr th{
        padding: 15px 0 5px;
        display: block;
        width: 100%;
    }
    #contents.network table tr td{
        padding: 5px 0 15px;
        display: block;
    }
    #contents.network table tr td .map-link{
        margin-left: 0;
    }
    #contents.network table tr td .map-link img{
        width: 44px;
    }
    #contents.network table tr td .access{
        margin-top: 10px;
        background: #f0f9ff;
        padding: 15px;
        box-sizing: border-box;
    }
    #contents.network table tr td .access dd p:not(:last-child){
        margin-bottom: 8px;
    }
    #contents.network table tr td .access dd p strong{
        display: block;
    }
    #contents.network table tr td .access dd p strong span{
        display: none;
    }
    #contents.network table tr.map-in1{
        border-bottom: none;
    }
    #contents.network table tr.map-in1 th,
    #contents.network table tr.map-in1 td{
        padding-bottom: 10px;
    }
    #contents.network table tr td .map-img{
        margin-top: 10px;
        margin-left: 0;
    }
    /***------------
    news-detail
    ------------***/
    #contents.news-detail{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.news-detail .news-detail-title{
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 0 5px 20px;
        box-sizing: border-box;
        border-left: solid 2px #346cba;
        margin-bottom: 30px;
    }
    /* エディタ用 */
    #contents.news-detail .news-detail-main h1{
        margin-bottom: 15px;
        font-size: 2.1rem;
    }
    #contents.news-detail .news-detail-main h2{
        margin-bottom: 13px;
        font-size: 2rem;
    }
    #contents.news-detail .news-detail-main h3{
        margin-bottom: 11px;
        font-size: 1.9rem;
    }
    #contents.news-detail .news-detail-main h4{
        margin-bottom: 8px;
        font-size: 1.8rem;
    }
    #contents.news-detail .news-detail-main h5{
        margin-bottom: 6px;
        font-size: 1.7rem;
    }
    #contents.news-detail .news-detail-main h6{
        margin-bottom: 4px;
        font-size: 1.6rem;
    }
    #contents.news-detail .news-detail-main p,
    #contents.news-detail .news-detail-main ul,
    #contents.news-detail .news-detail-main ol{
        line-height: 1.65;
    }
    #contents.news-detail .news-detail-main table{
        width: auto!important;
    }
    /* layout1 */
    #contents.news-detail .news-detail-main .layout1{
        color: #666666;
        font-size: 15px;
        font-size: 1.5rem;
    }
    #contents.news-detail .news-detail-main .layout1 img{
        max-width: 1000px;
        margin-bottom: 30px;
    }
    #contents.news-detail .news-detail-main .layout1 p{
        margin-bottom: 30px;
        line-height: 2;
    }
    #contents.news-detail .news-detail-main .layout1 dl dt{
        color: #333333;
        font-weight: bold;
        margin-bottom: 8px;
    }
    #contents.news-detail .news-detail-main .layout1 dl dd{
        margin-bottom: 20px;
    }
    #contents.news-detail .news-information{
        margin-top: 80px;
        padding: 40px 20px 30px 20px;
    }
    #contents.news-detail .news-information:before{
        content: "";
        background: #333333;
        width: 1px;
        height: 60px;
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        margin: auto;
    }
    /* 関連リンク */
    #contents.news-detail .news-information h3{
        color: #333333;
        letter-spacing: 0.5rem;
        font-size: 21px;
        font-size: 2.1rem;
        margin-bottom: 20px;
    }
    #contents.news-detail .news-information__link > div:not(:last-of-type){
        margin-bottom: 15px;
    }
    #contents.news-detail .news-information__link > div a{
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 35px;
        display: block;
    }
    #contents.news-detail .news-information__link > div.pdf a:before{
        content: "";
        background: url(../img/icon_pdf@sp.png) no-repeat;
        background-size: cover;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #contents.news-detail .news-information__link > div.link a:before{
        content: "";
        background: url(../img/icon_link@sp.png) no-repeat;
        background-size: cover;
        width: 21px;
        height: 17px;
        position: absolute;
        top: 4px;
        left: 0;
    }
    
    /***------------
    privacy
    ------------***/
    #contents.privacy{
        width: 87.5%;
    }
    #contents.privacy .privacy-head{
        margin-bottom: 35px;
    }
    #contents.privacy .privacy-section:not(:last-child){
        margin-bottom: 35px;
    }
    #contents.privacy .privacy-num-block:not(:last-child){
        margin-bottom: 25px;
    }
    #contents.privacy .privacy-num-block-title{
        font-size: 16px;
        font-size: 1.6rem;
    }
    #contents.privacy .privacy-num-block-title .num{
        top: calc((.8rem + 3px) - 12px);
    }
    #contents.privacy .privacy-num-list:not(:last-child){
        margin-bottom: 10px;
    }
    #contents.privacy .privacy-num-list-item:not(:last-child){
        margin-bottom: 10px;
    }
    #contents.privacy .privacy-num-list2:not(:last-child){
        margin-bottom: 10px;
    }
    
    /***------------
    qa
    ------------***/
    #contents.qa{
        width: 87.5%;
    }
    #contents.qa .qa-section:not(:last-child){
        margin-bottom: 50px;
    }
    #contents.qa .qa-box__q{
        padding-right: 30px;
    }
    #contents.qa .qa-box__q:before{
        width: 15px;
        height: 18px;
        margin: 18px 10px 18px 20px;
    }
    #contents.qa .qa-box__q:after{
        right: 15px;
    }
    #contents.qa .qa-box__q-text{
        padding: 14px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents.qa .qa-box__a-inner:before{
        width: 15px;
        height: 14px;
        margin: 20px 10px 20px 20px;
    }
    #contents.qa .qa-box__a-text{
        padding: 15px 30px 15px 0;
    }
    
    /***------------
    sustainability
    ------------***/
    #contents.susta{
        width: 87.5%;
    }
    #contents.susta *{
        line-height: calc(1em + 12px);
    }
    #contents.susta .susta-head{
        margin-bottom: 21px;
    }
    #contents.susta .susta-block{
        padding: 14px 15px 20px;
    }
    #contents.susta .susta-block-head{
        margin-bottom: 16px;
        padding-bottom: 15px;
    }
    #contents.susta .susta-block__text{
        font-size: 1.4rem;
    }
    #contents.susta .susta-block-title{
        margin-bottom: 6px;
        font-size: 1.8rem;
    }
    #contents.susta .susta-block-body{
        display: block;
    }
    #contents.susta .susta-block__list-item{
        font-size: 1.4rem;
        line-height: calc(1em + 8px);
    }
    #contents.susta .susta-block__list-item:not(:last-child){
        margin-bottom: 5px;
    }
    #contents.susta .susta-block__icon{
        justify-content: center;
        margin: 14px 0 0;
    }
    #contents.susta .susta-block__icon-item{
        flex: 0 0 calc(25% - 2px);
    }
    #contents.susta .susta-block__icon-item:not(:first-child){
        margin-left: 0;
    }
    #contents.susta .susta-block__icon-item:not(:nth-child(4n)):not(:last-child){
        margin-right: 4px;
    }
    .susta-modal{
        width: 100%;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .susta-modal *{
        line-height: calc(1em + 12px);
    }
    .susta-modal-title{
        margin-bottom: 24px;
        padding-left: 22px;
        font-size: 2.1rem;
    }
    .susta-modal__img{
        flex-wrap: wrap;
        justify-content: center;
    }
    .susta-modal__img-item{
        flex: 0 0 calc(50% - 5px);
    }
    .susta-modal__img-item:not(:last-child){
        margin-right: 0;
    }
    .susta-modal__img-item:not(:nth-child(2n)):not(:last-child){
        margin-right: 10px;
    }
    .susta-modal__img-item:not(:nth-child(-n+2)){
        margin-top: 10px;
    }
    .susta-modal__img-caption,
    .susta-modal__img-caption--all{
        padding-top: 5px;
        font-size: 1.4rem;
        line-height: calc(1em + 6px);
        text-align: center;
    }
    
    /* product */
    #contents.product{
        width: 87.5%;
    }
    #contents.product .product-section:not(:last-child){
        margin-bottom: 50px;
    }
    #contents.product .product-list{
        display: block;
    }
    #contents.product .product-list-item:not(:nth-child(3n)){
        margin-right: 0;
    }
    #contents.product .product-list-item:not(:first-child){
        margin-top: 10px;
    }
    #contents.product .product-list-item a{
        padding-bottom: 44px;
    }
    #contents.product .product-list-item-head{
        max-height: none;
        padding: 20px 20px 0;
    }
    #contents.product .product-list-item a:hover .product-list-item-head img{
        opacity: 1;
    }
    #contents.product .product-list-item-body{
        padding: 20px;
    }
    #contents.product .product-list-item a:hover .product-list-item__title{
        color: #333;
    }
    #contents.product .product-list-item .btn2{
        bottom: 30px;
    }
    #contents.product .product-list-item a:hover .btn2 span{
        color: #009eff;
    }
    #contents.product .product-list-item a:hover .btn2 span:after{
        background: url(../img/icon_arow2.svg) no-repeat;
        animation: none;
    }
    #contents.product .product-list-item a:hover .btn2 span:before{
        background: #333;
    }
    
    /*-------------
    prod-detail
    -------------*/
    /* slide共通 */
    #contents.prod-detail .slick-prev{
        left: -7.14285%;
    }
    #contents.prod-detail .slick-next{
        right: -7.14285%;

    }
    
    /* prod-detail-head */
    #contents.prod-detail .prod-detail-head{
        display: block;
        width: 87.5%;
        margin: 0 auto 46px;
    }
    #contents.prod-detail .prod-detail-head-img{
        width: 100%;
        max-width: 100%;
        margin: 0 0 26px;
    }
    #contents.prod-detail .prod-detail-head-main{
        margin: 0;
    }
    #contents.prod-detail .prod-detail-head__catch{
        line-height: calc(1em + 8px);
    }
    #contents.prod-detail .prod-detail-head__catch:not(:last-child){
        margin-bottom: 21px;
    }
    #contents.prod-detail .prod-detail-head__text{
        line-height: calc(1em + 8px);
    }
    #contents.prod-detail .prod-detail-head__text p:not(:last-child){
        margin-bottom: 10px;
    }

    /* prod-detail-body */
    #contents.prod-detail .prod-detail-body{
        padding: 50px 6.25%;
    }
    #contents.prod-detail .prod-detail-sec{
        width: 100%;
    }
    #contents.prod-detail .prod-detail-sec + .prod-detail-sec{
        margin-top: 50px;
    }
    #contents.prod-detail .prod-detail-box-wrap:not(.slick-slider){
        display: block;
    }
    #contents.prod-detail .prod-detail-box{
        width: 100%;
        padding: 30px 20px 31px;
    }
    #contents.prod-detail .prod-detail-box__img img{
        max-height: calc(87.5vw - 40px);
    }
    #contents.prod-detail .prod-detail-box__title{
        font-size: 17px;
        font-size: 1.7rem;
    }
    #contents.prod-detail .prod-detail-box__text{
        line-height: calc(1em + 8px);
    }
    #contents.prod-detail .prod-detail-box-wrap .slick-slide{
        margin-right: 0;
    }
    #contents.prod-detail .prod-detail-box.layout2{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #contents.prod-detail .prod-detail-box.layout2 .prod-detail-box__img{
		display: flex;
        flex: 0 0 auto;
		justify-content: center;
        margin: 26px 0 0;
    }
    #contents.prod-detail .prod-detail-box.layout2 .prod-detail-box__img img{
        max-height: calc(87.5vw - 40px);
    }
    #contents.prod-detail .prod-detail-box.layout2 .prod-detail-box__title{
        flex: 0 0 auto;
    }
    #contents.prod-detail .prod-detail-box.layout2 .prod-detail-box__text{
        flex: 0 0 auto;
        height: auto;
    }
    
    /* prod-detail-other-block */
    #contents.prod-detail .prod-detail-other-block:not(:first-child){
        margin-top: 25px;
    }
    #contents.prod-detail .prod-detail-other-block iframe,
	#contents.prod-detail .prod-detail-other-block video{
        width: 100%!important;
    }
    #contents.prod-detail .prod-detail-other-block iframe{
        height: 49.21875vw!important;
    }
    #contents.prod-detail .prod-detail__img-btn{
        display: block;
        margin-top: 15px;
    }
    #contents.prod-detail .prod-detail__img-btn a{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        background: #346cba;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
    }
    #contents.prod-detail .prod-detail__img-btn a:before{
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 9px;
        background: url("../img/product/icon_zoom.svg") no-repeat center;
        background-size: contain;
        content: "";
    }
    
    /* prod-detail-download */
    #contents.prod-detail .prod-detail-download{
        width: 100%;
        padding: 25px 20px 26px;
    }
    #contents.prod-detail .prod-detail-download__title{
        position: relative;
        padding-left: 30px;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 29px;
    }
    #contents.prod-detail .prod-detail-download__title:before{
        width: 18px;
        height: 29px;
    }
    #contents.prod-detail .prod-detail-download-list-item:not(:last-child){
        margin-bottom: 21px;
    }
    #contents.prod-detail .prod-detail-download-list-item a{
        padding: 1px 0 1px 29px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #contents.prod-detail .prod-detail-download-list-item a:before{
        width: 24px;
        height: 24px;
        background: url("../img/product/icon_pdf@sp.png") no-repeat center;
        background-size: contain;
    }
    
    /* prod-detail-related */
    #contents.prod-detail .prod-detail-related{
        width: 100%;
    }
    #contents.prod-detail .prod-detail-related:not(:first-child){
        margin-top: 40px;
    }
    #contents.prod-detail .prod-detail-related__title{
        margin-bottom: 23px;
    }
    #contents.prod-detail .prod-detail-related-list:not(.slick-slider){
        display: block;
    }
    #contents.prod-detail .prod-detail-related-list-item{
        width: 100%;
        max-width: 100%;
    }
    #contents.prod-detail .prod-detail-related-list.slick-slider{
        width: 100%;
    }
    #contents.prod-detail .prod-detail-related-list-item.slick-slide{
        margin-right: 0;
    }
    #contents.prod-detail .prod-detail-related-list .slick-arrow{
        top: calc(29.0625vw - 20px);
    }
    
    /* prod-detail-bottom */
    #contents.prod-detail .prod-detail-bottom{
        padding: 30px 6.25% 60px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    #contents.prod-detail .prod-detail-back-btn{
        width: 100%;
    }
    #contents.prod-detail .prod-detail-back-btn:not(:last-of-type){
        margin-bottom: 10px;
    }
    #contents.prod-detail .prod-detail-back-btn a{
        height: 50px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    /*-------------
    横スクロールボタン
    -------------*/
    .btn-scroll{
        position: relative;
    }
    .btn-scroll .scrollArea {
        width: 100%;
        overflow: auto;
    }
    .btn-scroll .btn-scroll-left{
        display: block;
        background: #333333;
        border: none;
        border-radius: 0;
        outline: none;
        width: 20px;
        height: 70px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -6.25%;
        margin: auto;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }
    .btn-scroll .btn-scroll-right{
        display: block;
        background: #333333;
        border: none;
        border-radius: 0;
        outline: none;
        width: 20px;
        height: 70px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -6.25%;
        margin: auto;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }
    .btn-scroll .btn-scroll-left:before{
        content: "";
        background: url(../img/icon_arow2_white.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transform: rotate(180deg);
    }
    .btn-scroll .btn-scroll-right:before{
        content: "";
        background: url(../img/icon_arow2_white.svg) no-repeat;
        background-size: cover;
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    
    /*-------------
    contact
    -------------*/
    #contents.contact{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.contact .contact-text{
        text-align: left;
    }
    #contents.contact dl.kind{
        border: solid 1px #ccc;
        padding: 30px 20px;
    }
    #contents.contact dl.kind:before{
        top: -20px;
    }
    #contents.contact dl.kind dt.kind-title{
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: left;
        margin-bottom: 20px;
    }
    #contents.contact dl.kind dd.kind-text ul{
        display: block;
    }
    #contents.contact dl.kind dd.kind-text ul li:not(:last-of-type){
        margin-bottom: 10px;
    }
    #contents.contact ul.radio-list{
        display: block;
        padding: 0;
    }
    #contents.contact ul.radio-list li{
        margin-right: 0;
    }
    #contents.contact ul.radio-list li:not(:last-of-type){
        margin-bottom: 10px;
    }
    #contents.contact dl.kind dd.kind-text .tel-contact {
        background: #ebf0f8;
        padding: 20px;
        box-sizing: border-box;
        text-align: left;
    }
    #contents.contact dl.kind dd.kind-text .tel-contact dd{
        text-align: center;
    }
    #contents.contact dl.kind dd.kind-text .tel-contact dd strong {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        margin-right: 0;
        display: block;
    }
    #contents.contact table tr td input.wid300{
        width: 100%;
    }
    #contents.contact table tr th{
        width: 100%;
        color: #666;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 15px 0 5px;
    }
    #contents.contact table tr th.v-top{
        padding-top: 15px;
    }
    #contents.contact table tr td{
        display: block;
        padding: 0 0 15px 0;
    }
    #contents.contact .tyui{
        margin-bottom: 30px;
    }
    #contents.contact .checkarea {
        background: #ebf0f8;
        padding: 20px 20px 20px 50px;
        box-sizing: border-box;
        text-align: left;
        margin-bottom: 10px;
        font-size: 15px;
        font-size: 1.5rem;
        position: relative;
    }
    #contents.contact .checkarea input {
        width: 20px;
        height: 20px;
        position: absolute;
        margin-right: 0;
        top: 0;
        left: 20px;
        bottom: 0;
        margin: auto;
    }
    /*-------------
    complete
    -------------*/
    #contents.complete{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.complete h2{
        text-align: left;
        margin-bottom: 20px;
    }
    #contents.complete .text{
        text-align: left;
        margin-bottom: 40px;
    }
    /***------------
    news
    ------------***/
    #contents.news{
        width: 87.5%;
        margin: 0 auto;
    }
    #contents.news .news-nav{
        margin-bottom: 20px;
    }
    #contents.news .news-nav .news-nav-category{
        width: 53.57%;
    }
    #contents.news .news-nav .news-nav-category select{
        border: solid 1px #e6e6e6;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        height: 40px;
    }
    #contents.news .news-nav .news-nav-dropdown{
        width: 42.857%;
    }
    #contents.news .news-nav .news-nav-dropdown span{
        display: none;
    }
    #contents.news .news-nav .news-nav-dropdown select{

        width: 100%;
    }
    #contents.news .news-main .news-main-list{
        display: block;
        margin-bottom: 40px;
    }
    #contents.news .news-main .news-main-list .entry{
        padding-bottom: 56px;
    }
    #contents.news .news-main .news-main-list .entry:not(:nth-child(3n)){
        margin-right: 0;
    }
    #contents.news .news-main .news-main-list .entry:not(:nth-child(-n+3)){
        margin-top: 0;
    }
    #contents.news .news-main .news-main-list .entry:not(:first-child){
        margin-top: 25px;
    }
    #contents.news .news-main .news-main-list .entry a:hover img{
        opacity: 1;
    }
    #contents.news .news-main .news-main-list .entry .title{
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 30px 20px;
        box-sizing: border-box;
    }
    #contents.news .news-main .news-main-list .entry .sub{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 15px 20px 20px;
    }
    #contents.news .news-main .news-main-list .entry .sub:before{
        left: 20px;
        width: calc(100% - 40px)
    }
    #contents.news .news-main .more img{
        width: 45px;
    }
    
    /*-------------
    404
    -------------*/
    #contents.error--404{
        width: 87.5%;
    }
    #contents.error--404 > div{
        padding: 30px 20px;
    }
    #contents.error--404 > div p{
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.5;
    }
    #contents.error--404 > div p:not(:last-child){
        margin-bottom: 15px;
    }
    #contents.error--404 > div .btn3{
        margin-top: 30px;
    }
}