@charset "UTF-8";

/* 共通項目 */

*,*::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, メイリオ, Meiryo, Helvetica, “MS Pゴシック”, “MS PGothic”, sans-serif;
    font-size: 100%;
    letter-spacing: 0.08em;
    background: #fff;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #252525;
}

a:hover {
    text-decoration: none;
    color: #808080;
}
li {
	list-style:none;
	text-decoration:none;
}

img {
    display: block;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.button {
    font-size: 1rem;
    letter-spacing: .5rem;
    background: #72C7CA;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
    margin-top: 25px;
}

.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 4%;
}

.sec-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: .3rem;
    font-family:'Zen Maru Gothic', sans-serif;
}

.sub-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

/* ヘッダー */
.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1.08% 5%;
}

.logo {
    width: 100px;
}

.navi ul {
    display: flex;
    list-style: none;
}

.navi li a {
    display: flex;
    flex-direction: column;
    color: #707070;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .3em;
    text-align: center;
    text-decoration: none;
    padding-right: 50px;
    font-family: 'Zen Maru Gothic', sans-serif;
}

/* フッター */
.footer {
    width: 100%;
    background: #fff;
    color: #000;
}

.footer-sns ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 35px 10px;
}

.footer-sns li {
    display: block;
    margin-right: 25px;
    padding: 0;
    font-size: 2rem;
    text-decoration: none;
}

.footer-sns a {
    color: #3b5998;
}

.footer-sns li:last-child {
    margin-right: 0;
}

.footer small {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

/* ヒーロー */
.mainvisual {
    margin: 0;
}

.mainvisual img {
    height: 65vh;
    object-fit: cover;
}

main {
    margin: 15px 0;
}

/* スライダー全体 */
.slider {
    position: relative;
    z-index: 1;
    height:65vh;
}

.slider-item01 {
    background:url(../img/slider01.jpg);
}

.slider-item02 {
    background:url(../img/slider02.jpg);
}

.slider-item03 {
    background:url(../img/slider03.jpg);
}

.slider-item04 {
    background:url(../img/slider04.jpg);
}

.slider-item05 {
    background:url(../img/slider05.jpg);
}
/* 各スライダー */
.slider-item {
    width: 100%;
    height: 65vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 2.5%;
    transform: rotate(45deg);
}

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -30px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots .slick-active button {
    background: #333;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #ccc;
}

/* ヒーロー */
.visual_keywords {
    position: absolute;
    z-index: 990;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 1.3rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 3em;
    letter-spacing: .5rem;
    font-weight: bold;
    text-shadow: 0 0 15px #000;
}
/* トップフェード */
.top-feed {
    background: #F4E7E7;
    background-image: url(../img/bg-ribon@2x.png);
    background-repeat: repeat-x;
    background-position: top;
    padding: 50px 0;
}

.top-feed-content {
    display: flex;
    justify-content: space-around;
}

.top-feed-item h3 {
    font-size: 1.2rem;
    padding: 10px 0 0 10px;
}

.top-feed-item {
    padding: 0;
    width: 45%;
}

.top-feed-item img {
    display: block;
    width: 95%;
    height: 33vh;
    margin: 0 auto;
}

.top-feed-item p {
    font-size: 0.8rem;
    padding: 10px;
}

.top-feed-item .item-box {
    background: white;
    width: 100%;
}

/* インフォメーション */
.information {
	padding: 50px 0;
}
.info {
	display: block;
	margin:0 auto;
}
.info li {
	border-bottom: 1px solid #c8c8c8;
	padding: 15px 0;
}
.info-p {
	text-align: center;
	margin-top: 30px;
	font-size:20px;
}

/* コンテンツ */
.contents {
    background-image: url(../img/bg-cloud.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.wrap {
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
}

.wrap:nth-child(even){
    flex-direction: row-reverse;
}

.image {
    width: 50%;
}

.text {
    padding: 0 30px;
    width: 50%;
}

.text h2 {
    margin-bottom: 15px;
}

.image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* リンク */
.link {
    padding: 50px 0;
}

.link_wrap {
    display: flex;
    justify-content: space-around;
}

.link p {
	font-size:16px;
	line-height:1.8;
	margin-bottom: 30px;
}

.item {
	 width:400px;
    padding: 10px;
}

.item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #000;
}

/* 広告 */
.banner {
    background: #F4E7E7;
    padding: 50px 0;
}

.banner h2 {
    margin-bottom: 15px;
}

.banner-img {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* campany */
.title-banner-img {
    margin-bottom: 100px;
}
.title-banner-img .img {
    width: 100%;
    height: 35vh;
    object-fit: cover;
}

.table-data {
    margin-bottom: 100px;
}
.table-data dl {
    display: flex;
    justify-content: space-between;
}

dt {
    padding: 20px 30px;
    width: 120px;
    border-bottom: 2px solid #5b8f8f;
}

dd {
    padding: 20px 30px;
    width: calc(100% - 120px);
    border-bottom: 2px solid #bbb;
}

.googlemap {
    margin-bottom: 100px;
}

/* 採用情報 */
.saiyo-content h2 {
    color: blue;
    margin-bottom: 35px;
    font-size: 22px;
    text-align: center;
}

.saiyo-content .overview {
    border: solid 3px blue;
    padding: 50px 45px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    background: white;
}

.saiyo-content .overview table {
    border-collapse: collapse;
    border-spacing: 0;
}

.saiyo-content .overview table th {
    width: 110px;
}

.saiyo-content .overview table tr {
    display: block;
    padding: 15px 0;
}

.saiyo-content .overview p {
    padding-top: 15px;
}

/* .contact-form {
    margin: 100px 0;
}

form div {
    margin-bottom: 20px;
}

label {
    font-size: 1rem;
    margin-bottom: 25px;
    display: block;
}

input[type="text"],
input[type="email"],
textarea {
    background: rgba(242,242,242,.7);
    background: #f2f2f2;
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: .8rem;
    margin-top: 15px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    height: 10rem;
}

input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 1;

} */
/* トップスクロール */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    line-height: 0.5;
    z-index: 99;
}

/* スマホのサイズ */
.page-top a {
    background: #72C7CA;
    text-decoration: none;
    color: #fff;
    width: 85px;
    height: 85px;
    padding: 32px 0 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    opacity: 0.9;
}

.page-top a:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}



/* SPモード対応 */
 /* 最大幅600px以下なら */
@media screen and (max-width:600px){
    .humberger {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .humberger span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000;
        width: 45%;
    }

    .humberger span:nth-of-type(1){
        top: 15px;
    }

    .humberger span:nth-of-type(2){
        top: 23px;
    }

    .humberger span:nth-of-type(3){
        top: 31px;
    }

    .humberger.active span:nth-of-type(1){
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

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

    .humberger.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .navi {
        position: fixed;
        z-index: 999;
        top: 0;
        right: -120%;
        width: 100%;
        height: 100svh;
        background: pink;
        transition: all .6s;
    }

    .navi ul {
        position: absolute;
        z-index: 999;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);    
    }

    .navi li {
        margin-bottom: 15px;
    }

    .navi li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: .15rem;
        font-weight: bold;
    }

    .navi.panel {
        right: 0;
    }

    /* ヒーロー */
.visual_keywords {
    font-size: .7rem;
}

    .wrap {
        display: flex;
        flex-direction: column;
    }

    .wrap:nth-child(even){
        flex-direction: column;
    }
    
    .image {
        width: 100%;
    }
    
    .text {
        padding: 10px 0;
        width: 100%;
    }
    
    .image img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .link_wrap {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .item {
        width: 100%;
    }

    .banner-img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    
    .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .banner-box {
        font-size: 0.9rem;
        margin-left: 15px;
    }

    .googlemap {
        width: 100%;
    }
    
    .table-data dl {
        flex-wrap: wrap;
    }
    
    .table-data dt,dd {
        width: 100%;
    }

    .top-feed-content {
        display: block;
    }
    
    .top-feed-item {
        margin-bottom: 50px;
    }

    .top-feed-item .sub-title {
        text-align: center;
        margin-bottom: 25px;
    }

    .top-feed-item:nth-last-child(1) {
        padding: 0;
        width: 100%;
    }

    .top-feed-item:nth-last-child(1) p {
		font-size: 15px;
    }
    
    .top-feed-item:nth-last-child(1) img {
        width: 100%;
        height: 45%;
        object-fit: cover;
    }
    
    .button {
        width: 100%;
    }

    /* トップスクロール */
.page-top a {
    background: #72C7CA;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 16px 0 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    opacity: 0.9;
}
}