@charset "utf-8";

.home #header_wrap {
    background: transparent;
}

.home #header_wrap #header_area {
    padding: 35px 45px 0 65px;
}

.home #header_wrap.smallhead #header_area {
    padding: 50px 60px 0 75px;
}

.home #logo img.logo_black {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.home .smallhead #logo img.logo_black {
    opacity: 1;
}

.home #header_wrap .menu_link {
    color: #fff !important;
    text-shadow: 0 0 20px rgba(29, 54, 71, 0.15);
}

.home #header_wrap.smallhead .menu_link {
    color: #222 !important;
}

/*---------------------------------------------------------
	Top 共通
---------------------------------------------------------*/

.top_link_btn {
    display: block;
    text-decoration: none;
    margin-top: 10px;
    transition: all .3s ease;
}

.top_link_btn:hover {
    opacity: .6;
}

.top_link_btn_in {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_link_circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #222;
    width: 29px;
    height: 29px;
}

.top_link_circle:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/arrow_white.svg) center center/100% auto no-repeat;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}

.top_link_txt {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;
}

/*  ボタン白  */

.top_link_btn_in.white .top_link_txt {
    color: #fff;
}

.top_link_btn_in.white .top_link_txt:before {
    background: #fff;
}

.top_link_btn_in.white .top_link_circle:before {
    border: 1px solid #fff;
}

.top_link_btn_in.white .top_link_circle:after {
    background: url(../img/arrow_green.svg) center center/100% auto no-repeat;
}

.top_link_btn_in.white .top_link_circle {
    background: #fff;
}


/*---------------------------------------------------------
	Top
---------------------------------------------------------*/

.home main {
    letter-spacing: 0.12em;
}

#index_wrap {
    position: relative;
    width: 100%;
}

#index_main {
    position: relative;
    overflow: hidden;
}

#index_main .mv {
    position: relative;
    margin: 25px 25px 0 25px;
}

/* #index_main .mv .ttl_bg {
    background: #f6f6f6;
    border-radius: 0px 0px 30px 0px;
    bottom: auto;
    height: 100px;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: auto;
    top: 0px;
    width: 360px;
    z-index: 2;
    max-width: 100%;
}

#index_main .mv .ttl_bg::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 100%;
    left: 0;
    background: url(../img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
}

#index_main .mv .ttl_bg::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 100%;
    top: 0;
    background: url(../img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
} */

/*#index_main .mv .info_bg {
     background: #F3F0EE;
    border-radius: 30px 0 0 0;
    bottom: 0;
    height: 200px;
    right: 0px;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    left: auto;
    top: auto;
    width: 500px;
    z-index: 2;
    max-width: 100%; 
}*/

/* #index_main .mv .info_bg::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: -30px;
    right: 0;
    background: url(../img/corner.svg) no-repeat center / cover;
    transform: rotate(180deg);
    transition: all .3s ease;
}

#index_main .mv .info_bg::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: -30px;
    bottom: 0;
    background: url(../img/corner.svg) no-repeat center / cover;
    transform: rotate(180deg);
    transition: all .3s ease;
}
*/

#index_main .mv_img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 30px;
    z-index: -1;
}

#index_main .mv_img {
    height: 100vh;
}

.mv_copy {
    position: absolute;
    left: 8.0%;
/*     bottom: calc(50% + 76px); */
    color: #fff;
	top: 20%;
}

.mv_copy h1 {
    font-size: 8rem;
    font-family: 'Chillax-Medium', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}

.mv_copy .mv_subcopy {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 10px;
}

.scroll {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 16px;
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 100px;
    right: 60px;
    padding-bottom: 170px;
}

.scroll::before,
.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 1px;
    left: 0;
    width: 1px;
    height: 145px;
    margin: auto;
}

.scroll::before {
    background: #333;
}

.scroll::after {
    background: #fff;
    animation: scroll 3s infinite;
}

@keyframes scroll {
    0% {
        bottom: 145px;
        height: 0;
    }

    20% {
        bottom: 0;
        height: 145px;
    }

    100% {
        height: 0;
    }
}

/*----------------
	mv ピン止めnews
--------------------*/
.mv_news {
    position: absolute;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    /*   max-width: 100%; */
    gap: 20px;
    overflow: hidden;
    display: flex;
    width: 1100px;
    max-width: calc(100% - 40px);
    left: 0;
    right: 0;
    padding: 8px 10px 8px 30px;
    margin: -140px auto 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.mv-info-ttl {
    margin: 0;
    padding: 0 15px;
    flex-shrink: 0;
    white-space: nowrap;
    display: inline-flex;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 2.0rem;
    letter-spacing: 0;
    position: relative;
    color: #888888;
}

.mv-info-ttl:before {
    left: 0px;
    bottom: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    margin-right: .5rem;
    border-radius: 4px;
    background: #5CB916;
    content: "";
}

.mv_news_link {
    display: flex;
    color: #222;
    text-decoration: none;
}

.mv_news_figure {
    position: relative;
    overflow: hidden;
    width: 210px;
    height: 125px;
    border-radius: 5px;
}

.mv_news_figure figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv_news_content {
    width: 100%;
    /*     width: calc(100% - 210px); */
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}

.mv_news_txt {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    letter-spacing: 0.05em;
}

.mv_news .news_cate {
    display: inline-block;
    padding: 0 15px 1px;
    background: #039C5F;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
}

.mv_news .news_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    /* color: #333; */
    font-weight: 500;
    display: block;
    font-size: 1.6rem;
}

.mv_news .top_link_circle {
    width: 30px;
    height: 30px;
}

.mv_news .top_link_btn_in {
    width: 200px;
    height: 55px;
    justify-content: space-between;
    background-color: #039C5F;
    /* 緑 */
    border-radius: 50px;
    padding: 12px 20px 12px 24px;
    transition: background-color 0.3s ease;
}

.mv_news .top_link_txt {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-right: 12px;
}

.mv_news .top_link_circle {
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #66cc66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

/* .mv_news. top_link_btn:hover .top_link_btn_in {
  background-color: #5bb95b;
}

.mv_news. top_link_btn:hover .top_link_circle {
  background-color: #f4f4f4;
} */

.mv_news .top_link_btn {
    margin-top: 0px;
}

.mv_news_txt .news_title:hover {
    text-decoration: underline;
}

/* .mv_news_btn {
  background: #3aaa35;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
 
.mv_news_btn_arrow {
  font-size: 16px;
  transform: translateY(1px);
}

.mv_more_btn:hover {
  background: #008844;
}*/



/*--------------------------------------------
	news

.index_news{
	position:relative;
	display:flex;
	width:1100px;
	max-width: calc(100% - 40px);
	min-height:120px;
	padding:49px 60px 50px;
	margin:-140px auto 0;
	background:#FDFAF5;
	box-shadow:0px 3px 10px rgba(0, 0, 0, 0.1);
	z-index:10;
}
.index_news_h2{
	width:128px;
	font-family:var(--font-serif);
	font-size:2.2rem;
	letter-spacing:2.2px;
	line-height:1.7rem;
	color:var(--color-main);
	padding-top:4px;
}
.index_news_list{
	width:calc(100% - 128px);
}
.index_news_item{
	width:100%;
	margin:0 0 18px;
}
.index_news_item:last-child{margin:0;}
.index_news_link{
	display:flex;
	text-decoration:none;
	color:#333;
}
.index_news_date{
	width:83px;
	font-family:var(--font-serif);
	font-size:1.3rem;
	letter-spacing:1.3px;
	line-height:1.7rem;
	font-weight:bold;
	margin-top:3px;
}
.index_news_title{
	position:relative;
	width:calc(100% - 83px - 24px);
	font-size:1.5rem;
	letter-spacing:1.2px;
	line-height:2.1rem;
	padding-left:20px;
	margin-left:24px;
}
.index_news_title::before{
	position:absolute;
	content:'';
	width:9px;
	height:9px;
	border-top:2px solid var(--color-main);
	border-right:2px solid var(--color-main);
	transform:rotate(45deg);
	top:7px;
	left:0;
}
a:hover .index_news_title{text-decoration:underline;}


--------------------------------------------*/










.mv_news .top_link_circle:before {
    width: 81px;
    height: 81px;
}

.mv_news a:hover .top_link_circle::before {
    width: 81px;
    height: 81px;
}

.mv_news .top_link_circle:after {
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    transform: rotate(-45deg);
}


.top_ttl h2 {
    display: inline-flex;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 2.0rem;
    letter-spacing: 0;
    position: relative;
    align-items: center;
    color: #888888;
    padding-bottom: 12px;
}

.top_ttl h2:before {
    width: 8px;
    height: 8px;
    margin-right: .5rem;
    border-radius: 4px;
    background: #5CB916;
    content: "";
}

.top_ttl span {
    display: block;
    font-size: 3.2rem;
    font-weight: 500;
    padding-bottom: 40px;
}


.home .top_catch {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 45px;
}

.home main p {
    line-height: 2.0;
}

/*----------------
	about
--------------------*/

#index_about {
    padding: 145px 0 0 0;
    background: url(../img/index_about_bg.jpg) no-repeat center / cover;
    margin-bottom: -100px;
}


.about_area {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}

.about_area .top_ttl {
    margin-bottom: 10px;
}

.about_area {
    letter-spacing: 0.05em;
}

.about_txt {
    width: 50%;
    margin-top: 20px;
}

.about_img {
    width: 46%;
    margin-left: 4%;
}

.about_img img {
    width: 100%;
    /*     mix-blend-mode: darken; */
}


.about_area p,
.business_head p {
    color: #222;
    margin-bottom: 50px;
}

.about_slide {
    max-width: 1240px;
    top: 90px;
    margin: 170px auto 0;
    /*     padding: 0 20px; */
    z-index: 1;
}

.about_slide img {
    border-radius: 15px;
}

.about_slide .slick-slide {
    padding: 0 10px;
}

.slick-list {
    overflow: visible !important;
}

/*----------------
	Business
--------------------*/

#index_business {
    position: relative;
    padding: 200px 0 90px 0;
    border-radius: 40px 0 0 0;
}

#index_business .business_area {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 110px 20px 0 20px;
    color: #222;
}

.business_head {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    width: 50%;
    position: relative;
}

.business_head .business_img {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 587px;
    overflow: hidden;
    padding-right: 126px;
}

.business_head .business_img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business_contents {
    position: relative;
    width: 50%;
}

.business_item_area {
    max-width: 1300px;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

.business_item {
    margin-left: auto;
    padding: 35px 0 25px 0;
    border-bottom: 1px solid #222222;
}
.business_item:first-child {
    border-top: 1px solid #222;
}

.business_item_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom:35px;*/
    margin-bottom: 25px;
}

.business_contents_ttl span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 7px;
}

.business_contents_ttl h3 {
    /*font-size:3.8rem;*/
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.business_head p {
    margin-bottom: 50px;
}


#index_business .top_link_txt {
    color: #222222;
}

#index_business .top_link_circle {
    background: #039C5F;
}

/*----------------
	JoinOurTeam
--------------------*/

#green_bg {
    position: relative;
    padding: 390px 0 30px 0;
    background: url(../img/index_green_bg.jpg) center top / 100% no-repeat #039C5F;
}

/* company */

#index_company .top_ttl h2 {
    color: #ffffff;
}

#index_company .top_ttl h2:before {
    background: #FFCC00;
}

.company_area {
    color: #fff;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto 57px;
}

.company_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto 120px;
    /*     position: relative; */
}

.company_box::after {
    position: absolute;
    content: 'Join Our Team Join Our Team';
    font-weight: 500;
    font-size: 13rem;
    letter-spacing: 0;
    line-height: 1.5;
    color: #FFF;
    bottom: -40px;
    right: 0;
    opacity: .15;
    white-space: nowrap;
}

.company_box_l {
    width: 50%;
    padding: 0 17px 0 0;
}

.company_box_l img {
    display: block;
    margin: auto;
    border-radius: 15px;
}

.company_box_r {
    width: 50%;
}

/* .company_box_r .company_catch {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 57px 0 34px;
} */

.company_box_r p {
    line-height: 1.875;
    margin-bottom: 23px;
}

/* recruit */

#index_recruit .top_ttl h2 {
    color: #ffffff;
}

#index_recruit .top_ttl h2:before {
    background: #FFCC00;
}

.recruit_area {
    color: #fff;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto 57px;
}

.recruit_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*     margin: 0 auto 224px; */
    flex-direction: row-reverse;
    /*     position: relative; */
}

.recruit_box_l {
    width: 50%;
    padding: 0 17px 0 0;
}

.recruit_box_l img {
    display: block;
    margin: auto;
    border-radius: 15px;
}

.recruit_box_r {
    width: 50%;
}

/* .recruit_box_r .recruit_catch {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 57px 0 34px;
} */

.recruit_box_r p {
    line-height: 1.875;
    margin-bottom: 85px;
}

.recruit_link {
    display: flex;
}

.recruit_link a {
    padding-right: 25px;
}

.top_link_btn_in.white.recruit_link_btn {
    width: 255px;
    height: 70px;
    border: solid 1px #fff;
    border-radius: 100px;
	padding: 0 25px;
    justify-content: space-between;
}

/*----------------
	activity
--------------------*/

/* #index_activity {
    padding: 120px 0 90px 0;
}

.activity_area {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

.activity_head {
    display: flex;
    margin: 0 auto;
}

.activity_head>p {
    width: 70%;
}

.activity_head_ttl {
    margin-bottom: 40px;
    width: 30%;
}

.activity_head_ttl .top_ttl {
    margin-bottom: 0;
}

.activity_list {
    display: flex;
}

.activity_item {
    width: 30.909%;
    margin-right: 3.636%;
}

.activity_item:last-child {
    margin-right: 0;
}

.activity_link {
    display: block;
    height: 100%;
    color: #333;
    text-decoration: none !important;
}

.activity_img {
    position: relative;
    padding-bottom: 113.695%;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.activity_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: transform 0.3s;
}

.activity_txt_box {
    padding: 21px 0 18px;
}

.activity_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 2.4rem;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.activity_ttl::after {
    display: block;
    content: attr(data-txt)'';
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    color: #5CB916;
    padding-top: 8px;
}

.activity_info {
    letter-spacing: 1.3px;
    line-height: 1.6 !important;
} */

/*----------------
	info
--------------------*/

/*----------------
	news
--------------------*/
#index_news {
    padding: 100px 0 110px 0;
    position: relative;
    z-index: 1;
}

.news_area {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
}

.news_head {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 25px;
}

.news_content {
    position: relative;
    border-top: 1px solid #ccc;
}

.news_list {
    display: flex;
}

.news_item {
    width: calc(100% - 40px / 3);
    padding-right: 20px;
}

.news_item:last-child {
    padding-right: 0;
}

.news_link {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #222;
    padding: 25px 0;
    transition: all 0.3s;
}


.news_link:hover {
    color: #2B5872;
}

.news_link .news_date {
    display: block;
    letter-spacing: 0.05em;
    width: 90px;
    margin-right: 30px;
}

.news_link .news_cate {
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    min-width: 85px;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.26rem;
    padding: 0 1.2rem;
    font-size: 1.2rem;
    color: #fff;
    background: #039C5F;
    border-radius: 15px;
}

.news_link .news_title {
    width: 100%;
    margin: 5px 0 0;
    letter-spacing: 0.05em;
}



@media screen and (max-width:767px) {

    .home #header_wrap #header_area {
        padding: 20px 20px 0 20px;
    }
    .home .fixed #header_wrap #header_area {
        padding: 0;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        background: #fff;
    }

    .home #header_wrap .menu_link {
        text-shadow: none;
    }

    .home #header_wrap.smallhead .menu_link {
        color: #fff !important;
    }
	
	

    /*----------------
		Top 共通
	-----------------*/

    .top_ttl {
        margin-bottom: 10px;
    }

    .top_ttl h2 {
        font-size: 1.4rem;
    }

    .top_ttl h2::before {
        font-size: 4.0rem;
    }

    .home .top_catch {
        font-size: 2.0rem;
        margin-bottom: 0;
    }

    .top_ttl span {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .top_link_txt {
        font-size: 1.6rem;
    }

    #index_main .mv {
        margin: 15px 15px 0 15px;
    }
	

    #index_main .mv .ttl_bg {
        height: 55px;
        width: 225px;
    }
	
	#index_main .mv_img img {
    object-position: 14% center;
}

    .mv_copy {
        left: 35px;
        right: 35px;
		top: 16%;
    }

    .mv_copy h1 {
        font-size: 3.0rem;
    }

    .mv_copy .mv_copy_en {
        font-size: 1.4rem;
        margin-top: 10px;
    }

    #index_main .mv .info_bg {
        display: none;
    }

    .mv_news_content {
        width: 100%;
        padding-left: 0;
        color: #fff;
    }

    .scroll {
        bottom: 210px;
        right: 25px;
    }


    .mv_banner {
        right: auto;
        left: auto;
        width: 65%;
        padding: 0 20px;
    }

    .mv_banner {
        bottom: 170px;
    }

    /*----------------
		mv ピン止めnews
	--------------------*/
    .mv_news {
        display: block;
        right: 0;
        left: 0;
        bottom: 20px;
        width: 85%;
        padding: 13px;
        border-radius: 15px;
        align-items: start;
    }

    .mv-info-ttl {
        font-size: 1.8rem;
        /*         color: #fff; 
        padding-bottom: 8px;*/
    }

    .mv_news_txt {
        display: block;
        padding: 10px 0;
    }

    .mv_news_link {
        justify-content: space-between;
		width: 100%;
    }

    .mv_news .news_title {
        font-size: 1.3rem;
        padding-top: 5px;
    }

    .mv_news .top_link_btn_in {
        width: 150px;
        height: 45px;
        padding: 5px 15px;
    }

    .mv_news .top_link_circle {
        width: 25px;
        height: 25px;
    }

    .mv_news .top_link_circle:before {
        width: 60px;
        height: 60px;
    }

    .mv_news .news_cate {
        font-size: 1.3rem;
    }

    /*----------------
		about
	--------------------*/

    #index_about {
        padding: 50px 0 40px 0;
		background-position: 30% 93%;
        background-size: 150%;
    }
	
    .about_txt {
        width: 100%;
        margin-top: 0;
    }

    .about_img {
        width: 100%;
        margin-left: 0;
/*         margin-top: 20px; */
    }

    .about_area p {
        margin-bottom: 0;
    }

    .about_slide {
        margin: 50px auto 0;
    }

    .about_slide .slick-slide {
        padding: 0 5px;
    }

    .slick-list {
        width: 50%;
    }

    /*----------------
		Business
	--------------------*/
    #index_business {
        padding: 100px 0 50px 0;
    }

    .business_head {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }

    .business_head p {
        margin-bottom: 20px;
    }

    .business_contents {
        width: 100%;
    }

    .business_item {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .business_item:first-child {
        border-top: 1px solid #ccc;
    }


    .business_item_in {
        margin-bottom: 20px;
    }

    .business_contents_ttl span {
        font-size: 1.4rem;
    }

    .business_contents_ttl h3 {
        font-size: 2.0rem;
    }

    .business_sp_img {
        border-radius: 20px;
        overflow: hidden;
    }


    .business_item_sp {
        margin-bottom: 20px;
    }


    /*----------------
		JoinOurTeam
	--------------------*/

    #green_bg {
        padding-top: 50px;
    }

    .company_area {
        margin: 0;
    }

    .company_box {
        margin: 0 auto 50px;
    }

    .company_box::after {
        font-size: 4.5rem;
        bottom: 0;
    }

    .company_box_r {
        width: 100%;
    }

    .recruit_area {
        margin: 0;
        padding-bottom: 50px;
    }

    .recruit_box_r {
        width: 100%;
    }

	.recruit_box_r p {
		margin-bottom: 40px;
	}
	.recruit_link {
        flex-direction: column;
    }


    /*----------------
		info
	--------------------*/
    .info_box {
        width: 100%;
    }

    .info_box_in {
        padding: 40px 20px 40px 20px;
        height: 300px;
    }

    .info_content .top_ttl h2::before {
        font-size: 4.0rem;
    }


    .info_content::before {
        width: 100%;
        height: 1px;
        top: 300px;
        left: 0;
    }

    .info_content:after {
        width: 100%;
        height: 1px;
        top: 600px;
        left: 0;
    }

    /*----------------
		news
	--------------------*/
    #index_news {
        padding: 50px 0 60px;
    }


    .news_head {
        width: 100%;
        margin-right: 0;
    }

    .news_content {
        width: 100%;
    }

    .news_list {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .news_item {
        padding: 0;
        width: 100%;
    }

    .news_link {
        padding: 15px 0;
        align-items: center;
    }

    .news_link .news_date {
        font-size: 1.3rem;
        line-height: 24px;
        width: auto;
        margin-right: 15px;
    }

    .news_link .news_cate {
        /*width: 110px;*/
        width: auto;
        font-size: 1.1rem;
        margin-right: 0;
    }

    .news_link .news_title {
        width: 100%;
        padding-top: 2px;
    }

    .news_content .link_btn {
        text-align: center;
    }

    .news_content .link_btn a {
        margin-bottom: 0;
    }

    /*----------------
		index_company
	--------------------*/
    .company_box_l {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .recruit_box_l {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .top_link_btn_in.white.recruit_link_btn {
        height: 60px;
    }


}