@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html {scroll-behavior: smooth;}




/* Basic setting
-------------------------------*/

body {
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width:640px){
    body {
        font-size: 15px;
    }
}

#wrapper{
    margin:0 auto;
    padding:0;
    width:100%;
    overflow:hidden;
}
a {
  outline:none;
  color: #555;
}

a:hover {
  text-decoration: none;
}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 810px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w1330{
    width: 90%;
    max-width: 1330px;
    margin: auto;
}

img.kd-maru{
    border-radius: 60px;
}

@media screen and (max-width:910px){
    img.ttl_txt{
        width: auto;
        height: 38px;
    }
    img.kd-maru{
        border-radius: 5vw;
    }
}
@media screen and (max-width:640px){
    img.ttl_txt{
        width: auto;
        height: 28px;
    }

}






/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
    position: fixed;
    z-index: 90;
    padding-top: 40px;
    padding-bottom: 8px;
    transition: 0.3s;
}
#header.fixed{
    padding-top: 10px;
    background-color: #fff;
}
#header .inner{
    width: 98%;
    max-width: 1850px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header h1{
    width: 500px;
}

@media screen and (max-width:1400px){
    #header h1{
        width: 35vw;
        padding-right: 2vw;
    }
}

@media screen and (max-width:1000px){
    #header{
        padding-top: 15px;
        padding-bottom: 14px;
        background-color: #fff;
    }
    #header.fixed{
        padding-top: 15px;
    }
    #header .inner{
        width: 95%;
    }
    #header h1{
        width: 100%;
        padding-right: 70px;
        height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #header h1 a{
        display: inline-block;
        width: 100%;
        max-width: 300px;
    }
    
    main{
        padding-top: 80px;
    }
}















/* TOP
-------------------------------*/
#top{
    width: 100%;
    background: url(../img/top/top_bg.png) center bottom/cover no-repeat;
    padding-bottom: 130px;
}
.top01{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 180px;
    position: relative;
}
.bnr_rec{
    position: absolute;
    right: 20px;
    top: 140px;
    z-index: 50;
    width: 390px;
}
.bnr_rec img{
    transition: 0.3s;
}
.bnr_rec:hover img{
    transform: scale(1.05);
}

.bnr_car{
    position: absolute;
    right: 20px;
    top: 650px;
    z-index: 51;
    width: 670px;
}
/*.bnr_car img {
    animation: floating-y 0.8s ease-in-out infinite alternate-reverse;
}*/
@keyframes floating-y {
    0% {
        transform: translateY(-8%);
    }
    100% {
        transform: translateY(8%);
    }
}



.top_cap{
    width: 50%;
    height: 925px;
    margin-top: -925px;
    padding-top: 230px;
    padding-left: 105px;
    position: relative;
    z-index: 50;
}
.slide-2{
    font-size: 60px;
    line-height: 1.6;
    font-weight: 500;
    color: #604460;
    text-shadow: 0 0 2px #b9cdbf;
}


.slick-slide .text-vertical {
    display: inline-block; 
    vertical-align: top;
    writing-mode: vertical-rl; /* 右から左へ行が進む */
    letter-spacing: 0.07em;     /* 文字の間隔 */
    word-break: break-all;
}
.slick-slide .text-vertical span {
    display: inline-block; 
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: calc(0.5s + var(--i) * 0.1s);
}
/* active時の状態 */
.slick-slide.slick-active .text-vertical span {
    animation: fadeInUp 0.5s ease forwards;
    
    /* 0.3s(全体) + 行の待ち時間 + 文字の順番待ち時間 */
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: calc(0.1s + var(--row-delay, 0s) + var(--i) * 0.1s);
}

/* activeが外れたら即座に消える */
.slick-slide:not(.slick-active) .text-vertical span {
    transition-delay: 0s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media screen and (max-width:1920px){
    .bnr_rec{
        width: 20vw;
    }
    .bnr_car{
        top: calc(140px + 26vw);
        width: 34.8vw;
    }
    .top_cap{
        width: 50%;
        height: 48.177vw;
        margin-top: -48.177vw;
        padding-top: 11.9vw;
        padding-left: 5.4vw;
    }
    .slide-2{
        font-size: 3.125vw;
    }
    
}

@media screen and (max-width:1000px){
    #top{
        background-color: #b9cdbf;
        padding-bottom: 60px;
    }
    .bnr_rec{
        display: none;
    }

    .top01{
        margin-bottom: 50px;
    }
    .slide-1 .slick-slide img{
        width: 100%;
        height: 60vw;
        object-fit: cover;
    }
    .top_cap{
        height: 60vw;
        margin-top: -60vw;

        padding-top: 5vw;
        padding-left: 3vw;
    }
    .slide-2{
        font-size: 4vw;
    }

}
@media screen and (max-width:640px){
    .top01{
        margin-bottom: 120px;
    }
    .slide-1 .slick-slide img{
        visibility: hidden;
    }
    .slide-1 li{
        width: 100%;
        aspect-ratio:389 / 606;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/top/slid01_sp.jpg);
    }
    .slide-1 li.bg2{
        background-image: url(../img/top/slid02_sp.jpg);
    }
    .slide-1 li.bg3{
        background-image: url(../img/top/slid03_sp.jpg);
    }
    .top_cap{
        height: 155.78125vw;
        margin-top: -155.78125vw;
    }
    .slide-2{
        text-shadow: 0 0 2px #000;
        color: #fff;
        font-size: 6vw;
    }
    .bnr_car{
        right: auto;
        top: auto;
        left: calc(50% - 140px);
        bottom: -70px;
        z-index: 51;
        width: 300px;
    }

}










.top02{
    width: 90%;
    max-width: 1810px;
    height: 850px;
    margin: auto;
    position: relative;
}
.top02 .banner_box{
    width: 100%;
    max-width: 1020px;
    border: solid 4px #e5d10a;
    border-radius: 50px;
    background-color: #fff;
    padding: 60px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top02 .banner_box .img{
    width: 195px;
}
.top02 .banner_box dl{
    width: calc(100% - 230px);
}
.top02 .banner_box dl dt{
    font-size: 35px;
    font-weight: 700;
    color: #604460;
    line-height: 1.6;
    margin-bottom: 20px;
}
.top02 .img01{
    position: absolute;
    left: 1126px;
    top: 22px;
    width: 497px;
}
.top02 .img02{
    position: absolute;
    left: 767px;
    top: 445px;
    width: 251px;
}
.top02 .img03{
    position: absolute;
    left: 228px;
    top: 497px;
    width: 349px;
}

@media screen and (max-width:1000px){
    .top02{
        height: auto;
    }
    .top02 .banner_box{
        border-radius: 30px;
        padding: 30px;
        align-items: flex-start;
    }
    .top02 .banner_box .img{
        width: 130px;
    }
    .top02 .banner_box dl{
        width: calc(100% - 150px);
    }
    .top02 .banner_box dl dt{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .top02 .img01{
        position: static;
        width: 49.7vw;
        margin-left: auto;
        margin-top: 50px;
    }
    .top02 .img02{
        left: 50px;
        width: 25.1vw;
    }
    .top02 .img03{
        position: static;
        margin-top: -80px;
        width: 34.9vw;
        margin-left: 10vw;
    }
    
}
@media screen and (max-width:640px){

    .top02 .banner_box .img{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .top02 .banner_box .img img{
        width: 150px;
        height: auto;
    }
    .top02 .banner_box dl{
        width: 100%;
    }
    .top02 .banner_box dl dt{
        text-align: center;
        font-size: 24px;
    }
    .top02 .img01{
        width: 60vw;
    }
    .top02 .img02{
        position: static;
        margin-top: -40px;
        width: 39vw;
    }
    .top02 .img03{
        display: none;
    }
    
}
















/* 業務案内
-------------------------------*/
#service{
    width: 100%;
    padding-top: 180px;
    padding-bottom: 250px;
    background: url(../img/service/sev_bg2.png) center 30px no-repeat;
    position: relative;
}
#service:after{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/service/sev_bg.png) center bottom no-repeat;
    background-size: contain;
    content: "";
}
#service ._in{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
#service .sev01{
    width: 100%;
    margin-bottom: 100px;
}
#service .sev01 h2{
    width: 350px;
}
#service .sev01 .txt{
    width: calc(100% - 370px);
    font-size: 111%;
}
#service .sev02{
    width: 100%;
}
#service .sev02 li{
    width: 31%;
    margin-bottom: 50px;
}
#service .sev02 li p{
    margin-top: 18px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    color: #604460;
    padding-left: 1em;
}

@media screen and (max-width:1000px){
    
    #service{
        padding-top: 100px;
        padding-bottom: 200px;
    }
    #service .sev01{
        margin-bottom: 50px;
    }
    #service .sev01 h2{
        width: 100%;
        margin-bottom: 50px;
    }
    #service .sev01 .txt{
        width: 100%;
        font-size: 100%;
    }
    #service .sev02 li{
        margin-bottom: 30px;
    }
    #service .sev02 li p{
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width:640px){
    #service{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    #service:after{
        display: none;
    }
    #service .sev01{
        margin-bottom: 30px;
    }
    #service .sev01 h2{
        text-align: center;
        margin-bottom: 30px;
    }
    #service .sev02 li{
        width: 48%;
        margin-bottom: 20px;
    }
    #service .sev02 li p{
        margin-top: 5px;
        padding-left: 0;
    }

}










/* 会社案内
-------------------------------*/
#company{
    background-color: #efd4cd;
    background-image: url(../img/company/com_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 180px;
    padding-bottom: 180px;
}
#company ._in{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
#company h2{
    text-align: center;
    margin-bottom: 50px;
}
.comp_item{
    width: 100%;
    background-color: #fff;
    padding: 80px;
    border-radius: 45px;
}
.comp_item:not(:last-child){
    margin-bottom: 100px;
    align-items: center;
}
.comp_item.com01 .img{
    width: 34%;
}
.comp_item.com01 .txt{
    width: 59%;
}
.comp_item.com01 .txt .cap{
    font-size: 21px;
    font-weight: 500;
    color: #604460;
    margin-bottom: 20px;
}
.gaiyou{
    width: 100%;
    
}
.gaiyou tr:not(:last-child){
    border-bottom: solid 1px #5fa69b;
}
.gaiyou th{
    width: 250px;
    padding: 20px 25px;
    vertical-align: top;
    font-weight: 700;
}
.gaiyou td{
    padding: 20px 0;
}
.siire-saki{
    display: flex;
    justify-content: flex-start;
}
.siire-saki li:first-child{
    margin-right: 3em;
}


@media screen and (max-width:910px){
    #company{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .comp_item{
        padding: 40px;
        border-radius: 30px;
    }
    .comp_item:not(:last-child){
        margin-bottom: 50px;
    }
    .comp_item.com01 .img{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .comp_item.com01 .txt{
        width: 100%;
    }
    .comp_item.com01 .txt .cap{
        text-align: center;
    }
    .gaiyou th{
        width: 180px;
        padding: 20px 10px;
    }
    .siire-saki li:first-child{
        margin-right: 2em;
    }

}
@media screen and (max-width:640px){
    #company{
        padding-top: 70px;
        padding-bottom: 0;
    }
    #company ._in{
        width: 100%;
    }
    .comp_item{
        padding: 0;
        border-radius: 0;
    }
    .comp_item.com01{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
    }
    .comp_item.com01 .img img{
        width: 80%;
        max-width: 313px;
        height: auto;
    }

    .comp_item.com02{
        width: 100%;
        padding: 50px 5%;
    }
    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 20px 10px;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 0 10px 20px;
    }

    .gaiyou td .sosiki-zu{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        position: relative;
    }
    .gaiyou td .sosiki-zu:after{
        position: absolute;
        left: -10%;
        top: 0;
        width: 120%;
        height: 100%;
        background-color: #f1f1f1;
        content: "";
    }
    .gaiyou td .sosiki-zu img{
        position: relative;
        z-index: 3;
    }
    
}

@media screen and (max-width:430px){
    .siire-saki{
        display: block;
    }
}












/* 施設紹介
-------------------------------*/
.faci_cont01{
    width: 100%;
    height: 760px;
    background-image: url(../img/facility/faci_img01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto 50px;
    position: relative;
}
.faci_cont01 .txt{
    position: absolute;
    left: calc(50% + 150px);
    bottom: 0;
    z-index: 1;
    width: 550px;
    height: 430px;
    background-color: #fff;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 30px;
}
.faci_ttl{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 1em;
    position: relative;
    margin-bottom: 25px;
}
.faci_ttl:before{
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 8px;
    height: 30px;
    background-color: #604460;
    border-radius: 10px;
    content: "";
}
.faci_cont01 .faci_ttl{
    margin-top: 25px;
}
.faci_list01{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.faci_list01 dt{
    width: 120px;
}
.faci_list01 dd{
    width: calc(100% - 120px);
}

.faci_cont02{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.faci_cont02 .img{
    width: 50%;
}
.faci_cont02 .img img{
    width: 100%;
    height: 664px;
    object-fit: cover;
    object-position: left;
}
.faci_cont02 .txt{
    width: 50%;
    padding-left: 5%;
}
.faci_cont02 .txt ._in{
    width: 100%;
    max-width: 633px;
    margin-left: auto;
}
.faci_cont02 .txt .in_data{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
}
.faci_list02:nth-child(1){
    margin-right: 3em;
}
.faci_list02 td:last-child{
    padding-left: 1em;
    text-align: right;
}
.faci_cont03{
    width: 100%;
    max-width: 1396px;
    margin: auto;
    border: solid 5px #006837;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: -70px;
}
.faci_cont03 .img{
    width: 50%;
}
.faci_cont03 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.faci_cont03 .txt{
    width: 50%;
    background-color: #fff;
}
.faci_cont03 .txt ._in{
    width: 90%;
    max-width: 610px;
    padding-top: 80px;
    padding-bottom: 70px;
}

.faci_cont03_b{
    width: 100%;
    max-width: 1612px;
    margin: auto;
    border: solid 5px #006837;
	background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: -70px;
}
.faci_cont03_b .img{
    width: 58%;
	text-align: center;
}
.faci_cont03_b .img img{
    width: 100%;
	max-width: 800px;
    height: 100%;
    object-fit: cover;
    
}
.faci_cont03_b .txt{
    width: 42%;
    background-color: #fff;
}
.faci_cont03_b .txt ._in{
    width: 90%;
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 70px;
}


.faci_ttl2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.faci_ttl2 .icon{
    width: 120px;
}
.faci_ttl2 .cap{
    width: calc(100% - 130px);
    font-size: 40px;
    font-weight: 700;
}
.faci_ttl2 .cap span{
    border-bottom: solid 3px #006837;
}
.faci_list04{
    margin-top: 30px;
}
.faci_list04 li{
    background-color: #333;
    padding: 15px;
    line-height: 1.3;
    color: #fff;
    margin-top: 10px;
}

@media screen and (max-width:1660px){
    .faci_cont01 .txt{
        position: absolute;
        left: auto;
        right: 0;
    }
    .faci_cont03 .txt ._in{
        margin: auto;
    }
	.faci_cont03_b .txt ._in{
        margin: auto;
    }
}

@media screen and (max-width:1000px){
    .faci_cont01{
        height: auto;
        padding-top: 38vw;
        background-position: center top;
        background-size: contain;
        background-attachment: scroll;

        margin: 0;
    }
    .faci_cont01 .txt{
        position: static;
        width: 100%;
        height: auto;
        padding: 50px 5%;
    }
    .faci_cont02{
        margin-bottom: 0;
    }
    .faci_cont02 .img{
        width: 100%;
        text-align: center;
        order: 1;
    }
    .faci_cont02 .img img{
        width: 100%;
        height: auto;
        aspect-ratio:910 / 664;
        object-position: center;
    }
    .faci_cont02 .txt{
        width: 100%;
        padding: 50px 5%;
        order: 2;
    }
    .faci_cont02 .txt ._in{
        width: 100%;
        max-width: initial;
        max-width: auto;
        margin-left: 0;
    }
    .faci_cont03{
        border: none;
        margin-bottom:20px;
    }
    .faci_cont03 .img{
        width: 100%;
    }
    .faci_cont03 .img img{
        width: 100%;
        height: auto;
        aspect-ratio:389 / 225;
        object-fit: cover;
    }
    .faci_cont03 .txt{
        width: 100%;
        padding: 50px 0;
    }
    .faci_cont03 .txt ._in{
        width: 90%;
        max-width: initial;
        max-width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
	
    .faci_cont03_b{
        border: none;
        margin-bottom:20px;
    }
    .faci_cont03_b .img{
        width: 100%;
    }
    .faci_cont03_b .img img{
        width: 100%;
        height: auto;
        aspect-ratio:389 / 225;
        object-fit: cover;
    }
    .faci_cont03_b .txt{
        width: 100%;
        padding: 50px 0;
    }
    .faci_cont03_b .txt ._in{
        width: 90%;
        max-width: initial;
        max-width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }	
	
    .faci_ttl2{
        margin-bottom: 20px;
    }
    .faci_ttl2 .icon{
        width: 90px;
    }
    .faci_ttl2 .cap{
        width: calc(100% - 110px);
        font-size: 35px;
    }
    
}
@media screen and (max-width:640px){

    .faci_cont01{
        padding-top: 58vw;
        background-image: url(../img/facility/faci_img01_sp.jpg);
    }
}
@media screen and (max-width:520px){
    .faci_ttl2 .icon{
        width: 17vw;
    }
    .faci_ttl2 .cap{
        width: calc(100% - 19vw);
        font-size: 6vw;
    }
}
@media screen and (max-width:440px){
    .faci_cont02 .txt .in_data {
        display: block;
    }
    .faci_list02:nth-child(1) {
        margin-right: 0;
    }
}










/* 採用情報
-------------------------------*/
#recruit{
    width: 100%;
    background-image: url(../img/recruit/rec_bg01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 430px;
    padding-bottom: 180px;
    position: relative;
}
#recruit:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/recruit/rec_bg02.png) center bottom no-repeat;
    content: "";
}
#recruit ._in{
    width: 90%;
    max-width: 1240px;
    margin: auto;
}
#recruit .img{
    width: 34%;
    order: 1;
}
#recruit .txt{
    width: 59%;
    order: 2;
}
#recruit .txt .rec_ttl_sub{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
}

@media (min-width:1001px) and (max-width:1920){
    #recruit{
        background-size: auto;
    }
}
@media screen and (max-width:1000px){
    #recruit{
        padding-top: 28vw;
        padding-bottom: 100px;
    }
    
    #recruit .img{
        width: 100%;
        aspect-ratio:910 / 526;
        background-image: url(../img/recruit/rec_img02.jpg);
        background-size: cover;

        order: 2;
        margin-top:30px; 
    }
    #recruit .img img{
        display: none;
    }
    #recruit .txt{
        width: 100%;
        order: 1;
    }
    #recruit .txt .rec_ttl_sub{
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 30px;
    }
    
}
@media screen and (max-width:640px){

    #recruit{
        padding-bottom: 20px;
    }
    #recruit ._in{
        width: 100%;
    }
    #recruit .txt{
        width: 90%;
        margin: auto;
    }
    #recruit .txt .rec_ttl{
        text-align: center;
    }
    #recruit .txt .rec_ttl_sub{
        font-size: 22px;
    }
}

@media screen and (max-width:400px){
    #recruit .txt .rec_ttl_sub{
        font-size: 5.5vw;
    }

}
















/* お問い合わせ
-------------------------------*/
#contact{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 180px;
    background-color: #604460;
    background-image: url(../img/common/toi_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#contact ._in{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    background-color: #fff;
    border-radius: 60px;
    padding: 80px 5%;
    text-align: center;
}
.toi_ttl img{
    vertical-align: middle;
    margin: 5px 10px;
}
.toi_txt{
    margin-top: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width:1200px){
    #contact ._in{
        border-radius: 5vw;
    }
}

@media screen and (max-width:910px){
    #contact{
        background-size: 160% auto;
        padding-bottom: 20vw;
    }
    .toi_ttl img:first-child{
        width: auto;
        height: 60px;
    }
    .toi_txt{
        text-align: left;
    }
}
@media screen and (max-width:640px){
    #contact{
        padding-top: 60px;
        padding-bottom: 60px;
        background: none;
    }
    #contact ._in{
        padding: 0;
    }
    .toi_ttl img{
        margin: 5px;
    }
    .toi_ttl img:first-child{
        width: auto;
        height: 40px;
    }
    .toi_txt{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
}


























/* フッター
-------------------------------*/
#footer{
    padding-top: 100px;
    padding-bottom: 60px;
}
.txt_seo{
    font-size: 15px;
    margin-bottom: 100px;
}
#footer .inner{
    align-items: flex-end;
}
#footer .f_info .c_name{
    font-size: 150%;
    margin-bottom: 10px;
}
#footer .copy{
    font-size: 14px;
    line-height: 1.4;
}
/*  ページトップへ */
.page-top{
    position:fixed;
    bottom:80px;
    right:20px;
    z-index: 10;
}
@media screen and (max-width:1700px){
    .page-top img{
        width:11vw;
        height:auto;
    }
}
@media screen and (max-width:910px){
    #footer .f_info {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    #footer .copy{
        width: 100%;
        text-align: center;
    }
    .page-top img{
        width:70px;
        height:auto;
    }
}

@media screen and (max-width:640px){
    #footer{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .txt_seo{
        font-size: 13px;
        margin-bottom: 50px;
    }

    #footer .inner{
        width: 100%;
        padding-top: 28vw;
        padding-left: 5%;
        padding-right: 5%;
        background: url(../img/common/f_bg_sp.png) center top no-repeat;
        background-size: 100% auto;
    }
    #footer .f_info {
        text-align: left;
        margin-bottom: 30px;
    }
    #footer .copy{
        text-align: left;
    }
    .page-top{
        bottom:30px;
    }
}













.dis-ilb{
    display: inline-block;
}
.ac{
    text-align: center;
}
.ar{
    text-align: right;
}
/* プリントの表示設定 */
@media print{

    [data-aos="fade-up"] {
        transform: translate3d(0,0,0);
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transition-property:none;
    }
    [data-aos="zoom-in"] {
        transform: scale(1);
    }
    [data-aos^="zoom"][data-aos^="zoom"] {
        opacity: 1;
        transition-property:none;
    }

}

