@charset "UTF-8";

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

	mainvisual

-----------------------------------*/
#mainvisual img {
    width: 100%;
}
/* Arrows */
#mainvisual .slick-prev,
#mainvisual .slick-next {
    width: 45px;
    height: 45px;
    top: auto;
    bottom: 10%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 50;
}
#mainvisual .slick-prev {
    left: 9%;
}
#mainvisual .slick-next {
    right: auto;
    left: calc(9% + 55px);
}
#mainvisual .slick-prev:before,
#mainvisual .slick-next:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
#mainvisual .slick-prev:before {
    background: url(../img/index/mv_arrow_left.png) no-repeat;
    background-size: contain;
}
#mainvisual .slick-next:before {
    background: url(../img/index/mv_arrow_right.png) no-repeat;
    background-size: contain;
}
/* Dots */
#mainvisual .slick-dotted.slick-slider {
    margin-bottom: auto;
}
#mainvisual .slick-dots {
    top: auto;
    bottom: calc(10% + 60px);
    left: 9%;
    width: auto;
}
#mainvisual .slick-dots li {
    margin: 0;
}
#mainvisual .slick-dots li button {
    padding: 0;
}
#mainvisual .slick-dots li button:before
{
    color: #FFF;
}
#mainvisual .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #FFF;
}

@media screen and (max-width: 1160px) {
}
@media screen and (max-width: 840px) {
    /* Arrows */
    #mainvisual .slick-prev,
    #mainvisual .slick-next {
        width: 35px;
        height: 35px;
    }
    #mainvisual .slick-prev {
        left: 2.5%;
    }
    #mainvisual .slick-next {
        left: calc(2.5% + 45px);
    }
    /* Dots */
    #mainvisual .slick-dots {
        left: 2.5%;
        bottom: calc(10% + 50px);
    }
}
@media screen and (max-width: 640px) {
    /* Arrows */
    #mainvisual .slick-prev,
    #mainvisual .slick-next {
        width: 30px;
        height: 30px;
        bottom: 8%;
    }
    #mainvisual .slick-next {
        left: calc(2.5% + 40px);
    }
    /* Dots */
    #mainvisual .slick-dots {
        bottom: calc(8% + 35px);
    }
}

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

	company_block

-----------------------------------*/
#company_block {
    padding: 100px 0 160px;
    background: url(../img/index/company_img02.jpg) no-repeat right top;
    background-size: 14%;
}
#company_block .contents_inner {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#company_block .textArea {
    width: 43.103%;
    padding-right: 10%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#company_block .textArea h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
}
#company_block .textArea h2 span {
    display: block;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    color: #088b37;
    margin-bottom: 20px;
}
#company_block .textArea h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
}
#company_block .textArea p {
    font-size: 15px;
    letter-spacing: 0.04em;
	text-align: justify;
}
#company_block .textArea p.name {
	font-size: 17px;
	    text-align: right;
    margin: 10px 0 30px;
}
#company_block .textArea a {
    display: inline-block;
    margin: 0 0 0 auto;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-right: 30px;
    position: relative;
}
#company_block .textArea a::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    right: -6px;
    bottom: 13px;
}
#company_block .imageArea {
    width: 46.552%;
    position: relative;
}
#company_block .imageArea::before {
    content: "";
    width: 42.593%;
    height: 41.538%;
    background: #e7e7e7;
    position: absolute;
    left: -14.815%;
    bottom: -10.769%;
    z-index: -10;
}
@media screen and (max-width: 1160px) {
    #company_block .textArea {
        width: 45%;
        padding-right: 0;
    }
    #company_block .imageArea {
        width: 47%;
    }
}

@media screen and (max-width: 840px) {
    #company_block .contents_inner {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
    }
    #company_block .textArea {
        width: 75%;
        margin: 0 0 0 auto;
    }
    #company_block .textArea h2 span {
        margin-bottom: 30px;
    }
    #company_block .imageArea {
        width: 55%;
        margin: -30px auto 0 10%;
    }
}
@media screen and (max-width: 640px) {
    #company_block {
        padding: 50px 0 80px;
        background: url(../img/index/company_img02.jpg) no-repeat right top;
        background-size: 22%;
    }
    #company_block .textArea {
        width: 85%;
        margin-bottom: 30px;
    }
    #company_block .textArea h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #company_block .textArea h2 span {
        font-size: 52px;
        margin-bottom: 20px;
    }
	#company_block .textArea h3 {
		font-size: 18px;
	}
	#company_block .textArea p.name {
    font-size: 15px;
	}
    #company_block .textArea p {
        font-size: 13px;
    }
    #company_block .imageArea {
        width: 70%;
        margin: 0 auto 0 10%;
    }
}

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

	achievement_block

-----------------------------------*/
#achievement_block {
    padding: 100px 0 120px;
    background: url(../img/index/achievement_bg.png) center center;
}
#achievement_block .contents_inner {
    position: relative;
}
#achievement_block h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
}
#achievement_block h2 span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    color: #088b37;
}
#achievement_block .more {
    display: block;
    position: absolute;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-right: 30px;
    top: 20px;
    right: 140px;
}
#achievement_block .more::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    right: -6px;
    bottom: 13px;
}
.achievement_slider {
    max-width: 960px;
    width: 80%;
    margin: 0 auto;
}
.achievement_slider .slick-slide {
    margin:0 20px;
}
.achievement_slider .slick-prev,
.achievement_slider .slick-next {
    position: absolute;
    top: 42%;
    outline: none;
    width: 40px;
    height: 80px;
    background: #fff;
}
.achievement_slider .slick-prev {
    left: -8%;
}
.achievement_slider .slick-next {
    right: -8%;
}
.achievement_slider .slick-prev::before,
.achievement_slider .slick-next::before {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.achievement_slider .slick-prev::before {
    transform: rotate(-135deg);
    left: 15px;
}
.achievement_slider .slick-next::before {
    transform: rotate(45deg);
    left: 5px;
}
.achievement_slider img {
    margin-bottom: 20px;
}
.achievement_slider .name {
    display: inline-block;
    background: #088b37;
    color: #FFF;
    line-height: 1;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.achievement_slider p {
    font-size: 15px;
}
@media screen and (max-width: 1160px) {
    #achievement_block .more {
        right: 12%;
    }
}
@media screen and (max-width: 840px) {
    #achievement_block .more {
        right: 6%;
    }
    .achievement_slider {
        width: 90%;
    }
    .achievement_slider .slick-slide {
        margin:0 10px;
    }
    .achievement_slider .slick-prev {
        left: -7%;
    }
    .achievement_slider .slick-next {
        right: -7%;
    }
}
@media screen and (max-width: 640px) {
    #achievement_block {
        padding: 50px 0 60px;
    }
    #achievement_block h2 {
        font-size: 21px;
        margin-bottom: 80px;
    }
    #achievement_block h2 span {
        font-size: 16px;
    }
    #achievement_block .more {
        top: 70px;
        right: 10%;
    }
    .achievement_slider {
        width: 80%;
    }
    .achievement_slider .slick-slide {
        margin:0;
    }
    .achievement_slider .slick-prev,
    .achievement_slider .slick-next {
        width: 30px;
        height: 60px;
        top: 35%;
    }
    .achievement_slider .slick-prev {
        left: -14%;
    }
    .achievement_slider .slick-next {
        right: -14%;
    }
    .achievement_slider .slick-prev::before,
    .achievement_slider .slick-next::before {
        width: 14px;
        height: 14px;
    }
    .achievement_slider .slick-prev::before {
        left: 12px;
    }
    .achievement_slider .slick-next::before {
        left: 3px;
    }
    .achievement_slider p {
        font-size: 13px;
    }
}
/*-----------------------------------

	question_block

-----------------------------------*/
#question_block {
    padding: 100px 0;
}
#question_block .contents_inner {
    max-width: 960px;
}
#question_block h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
}
#question_block h2 span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    color: #088b37;
}
#question_block .question dl {
    margin-bottom: 30px;
}
#question_block .question dl dt {
    background: #088b37;
    color: #FFF;
    padding: 20px 20px 20px 80px;
    font-weight: 700;
    position: relative;
}
#question_block .question dl dt::before {
    content: "Q.";
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    position: absolute;
    top: 17px;
    left: 40px;
}
#question_block .question dl dd {
    display: none;
    border: 1px solid #e7e7e7;
    padding: 30px 30px 30px 80px;
    font-size: 15px;
    position: relative;
}
#question_block .question dl dd::before  {
    content: "A.";
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    color: #088b37;
    position: absolute;
    top: 27px;
    left: 40px;
}
@media screen and (max-width: 640px) {
    #question_block {
        padding: 50px 0 60px;
    }
    #question_block h2 {
        font-size: 21px;
    }
    #question_block h2 span {
        font-size: 16px;
    }
    #question_block .question dl {
        margin-bottom: 20px;
    }
    #question_block .question dl dt {
        padding: 15px 15px 15px 60px;
    }
    #question_block .question dl dt::before {
        font-size: 18px;
        top: 9px;
        left: 30px;
    }
    #question_block .question dl dd {
        padding: 20px 20px 20px 60px;
        font-size: 13px;
    }
    #question_block .question dl dd::before  {
        font-size: 18px;
        top: 17px;
        left: 30px;
    }
}
/*-----------------------------------

	recruit_block

-----------------------------------*/
#recruit_block {
    padding: 100px 0;
}
#recruit_block .contents_inner {
    position: relative;
}
#recruit_block .textArea {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    padding: 50px 80px;
}
#recruit_block .textArea h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
}
#recruit_block .textArea h2 span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    color: #088b37;
}
#recruit_block .textArea p {
    margin-bottom: 40px;
    font-size: 15px;
}
#recruit_block .textArea a {
    display: inline-block;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-right: 30px;
    float: right;
    width: 150px;
    text-align: center;
}
#recruit_block .textArea a::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    right: -6px;
    bottom: 13px;
}
#recruit_block .imageArea {
    width: 56.897%;
}
@media screen and (max-width: 1160px) {
    #recruit_block .textArea {
        width: 60%;
        padding: 40px 50px;
    }
    #recruit_block .textArea h2 {
        margin-bottom: 30px;
    }
    #recruit_block .textArea p {
        margin-bottom: 30px;
    }
    #recruit_block .imageArea {
        width: 60%;
    }
}
@media screen and (max-width: 840px) {
    #recruit_block .textArea {
        position: static;
        max-width: 640px;
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 30px;
    }
    #recruit_block .imageArea {
        max-width: 640px;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    #recruit_block {
        padding: 50px 0;
    }
    #recruit_block .textArea {
        padding: 0;
    }
    #recruit_block .textArea h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    #recruit_block .textArea h2 span {
        font-size: 16px;
    }
    #recruit_block .textArea p {
        margin-bottom: 20px;
        font-size: 13px;
    }
}
/*-----------------------------------

	map_block

-----------------------------------*/
#map_block .ggmap {
    position: relative;
    padding-bottom: 25.7142%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#map_block .ggmap iframe,
#map_block .ggmap object,
#map_block .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 840px) {
    #map_block .ggmap {
        padding-bottom: 42.8571%;
    }
}
@media screen and (max-width: 840px) {
    #map_block .ggmap {
        padding-bottom: 56.25%;
    }
}
