/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

html {
    color: #222;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*, *:before, *:after {
   box-sizing: border-box;
}
img {
    max-width: 100%;
}
.pc {
    display: none;
}
.wrapper {
    padding: 0 5%;
    max-width: 1180px;
    margin: 0 auto;
}
.wrapper2 {
    max-width: 1080px;
}
.font_en {
    font-family: 'Oswald', sans-serif;
}
.font_noto {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
.block_ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.block_ul li {
    margin: 0;
    padding: 0;
}
.text_block {
    display: inline-block;
}

.title1 {
    font-weight: 700;
    font-size: 1.85rem;
    line-height: 1.25;
}
.title1_en {
    font-size: 0.88rem;
    color: #d65b00;
    display: block;
}

.title2 {
    text-align: center;
    margin: 4.6rem 0 4rem;
    position: relative;
    font-weight: 700;
}
.title2:before, .title2:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 3px;
    border-top: solid 1px #85af28;
    border-bottom: solid 1px #85af28;
}
.title2:before {left:0;}
.title2:after {right: 0;}

.title2_inner {
    background: #fff;
    padding: 0 45px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.title2_en {
    display: block;
    font-size: 0.78rem;
    color: #999;
    font-weight: 400;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    margin-top: 10px;
}

.fade-in {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.scroll-in {
    opacity : 1;
    transform : translate(0, 0);
}


/* header
-----------------------------*/
.header {
    padding: 0 10px;
}
.title {
    margin: 5px 0;
}
.title a {
    display: block;
    max-width: 280px;
}

/*スライドショー
-----------------------------*/
.slick-dots li.slick-active button:before {
    color: #85af28;
}
.mainimage {
    position: relative;
}
.mainimage_img01 {
    background: #eee url(../img/slide01.jpg);
    background-blend-mode: multiply;
}
.mainimage_img02 {
    background: #a9a9a9 url(../img/slide02.jpg);
    background-blend-mode: multiply;
}
.mainimage_img03 {
    background-image: url(../img/slide03.jpg);
}
.mainimage_img {
    width: 100%;
    height: calc(100vh - 180px);
    min-height: 375px;
    background-position: center;
    background-size: cover;
}

.mainimage_text {
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 100;
    width: 90%;
}
.mainimage_text span {
    display: block;
    color: #fff;
}
.mainimage_text01 {
    font-size: 34px;
}
.mainimage_text02 {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 700;
}
.mainimage_text03 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

/* 取り組み
-----------------------------*/
.concept_area {
    padding: 10px 0 45px;
    background: #f6f6f6;
}
.concept_area .title1 {
    text-align: center;
    margin: 45px 0;
}
.concept {
    border-bottom: 1px solid #e6f0d3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #fff;
}
.concept:first-child {
    border-top: 1px solid #e6f0d3;
}
.concept_inner {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.25;
    color: #85af28;
    position: relative;
    width: 100%;
}
.concept_en {
    display: block;
    font-size: 0.78rem;
    color: #333;
    width: 90px;
    height: 90px;
    border: 1px solid #85af28;
    border-radius: 100px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: center;
	flex-shrink: 0;
    position: relative;
}
.concept_en:after {
    content: "";
    width: 110px;
    height: 110px;
    border: 1px solid #e6f0d3;
    border-radius: 110px;
    display: block;
    position: absolute;
    top: -11px;
    left: -11px;
}

/* 事業案内
-----------------------------*/
.works_area {
    background: #e6f0d3;
    padding: 30px 0;
}
.works_wrap {
    background: #fff;
    margin-bottom: 20px;
}
.works_r {
    padding: 10px;
}
.works_title {
    font-size: 1.4rem;
    margin: 10px 0 5px;
}
.works_title:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #006c8c;
    background: linear-gradient(to right, #006c8c 0%,#85af28 50%,#d65b00 100%);
}
.works_r p {
    line-height: 1.6;
    font-size: 1.05rem;
}

/* 会社概要
-----------------------------*/
.company_table {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 30px;
    border-top: 1px dashed #ddd;
}
.company_table th,
.company_table td {
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}
.company_table th {
    font-size: 0.88rem;
}
.map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map iframe,
.map object,
.map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map_text {
    margin: 20px 0 5px;
    font-weight: 700;
}

/* 資格
-----------------------------*/
.license li {
    border-bottom: 1px dashed #ddd;
    padding: 5px;
}
.license_image {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.license_image li {
    width: 32.5%;
    border: 3px solid #dad4bf;
}
/* 関連会社
-----------------------------*/
.affiliated_area {
    border-top: 1px solid #006c8c;
    margin-top: 60px;
}
.affiliated_area .title2::before,
.affiliated_area .title2::after {
    border-color: #006c8c
}
.affiliated_area .title2_en {
    color: #006c8c
}


/* footer
-----------------------------*/
.footer-container {
    border-top: 1px solid #85af28;
    margin-top: 60px;
    padding-top: 42px;
    text-align: center;
}
.foot_title {
    width: 250px;
    margin: 0 auto 24px;
}
.footer p {
    margin: 10px auto;
    font-size: 0.94rem;
}
.footer p.copy {
    font-size: 10px;
    line-height: 1;
    margin-top: 30px;
}


@media only screen and (min-width: 768px) , print {
    .mobile {
		display:none;
	}
	.pc {
		display:block;
	}
    .title1 {
        font-size: 2.15rem;
        margin: 2.6rem 0;
    }
    .title1_en {
        font-size: 1rem;
    }
    .title2 {
        margin: 6rem 0 4.6rem;
    }
    .title2_en {
        font-size: 0.94rem;
    }
    
    /* header
    -----------------------------*/
    .header {
        display: flex;
        justify-content: space-between;
    }
    .title {
        margin: 10px 0;
    }
    .title a {
        max-width: 320px;
    }
    .header_contact {
        padding: 8px 20px;
        border-left: 1px solid #ddd;
    }
    .header_contact p {
        margin: 0;
        font-weight: 700;
    }
    .header_contactText {
        font-size: 0.88rem;
    }
    .header_contactTel {
        font-size: 1.3rem;
    }
    /* スライド
    -----------------------------*/
    .mainimage_text {
        top:25%;
    }
    .mainimage_text img {
        width: 45%;
        max-width: 680px;
    }
    .mainimage_text01 {
        font-size: 58px;
    }
    .mainimage_text02 {
        font-size: 24px;
        margin-top: 45px;
    }
    .mainimage_text03 {
        font-size: 36px;
        margin-top: 15px;
    }
    
    /* 取り組み
    -----------------------------*/
    .concept_area {
        padding: 60px 0 90px;
    }
    .concept_area .title1 {
    }
    .concept_wrap {
        display: flex;
        justify-content: space-between;
    }
    .concept {
        border: 1px solid #e6f0d3;
        border-radius: 200px;
        width: 220px;
        height: 220px;
        margin: 10px auto;
        padding: 0;
    }
    .concept_inner {
        text-align: center;
        border: 1px solid #85af28;
        border-radius: 200px;
        width: 190px;
        height: 190px;
        flex-direction: column;
        justify-content: center;
    }
    .concept_en {
        margin-top: 30px;
        display: block;
        border: 0;
        width: auto;
        height: auto;
    }
    .concept_en:after {
        content: none;
    }
    /* 事業案内
    -----------------------------*/
    .works_area {
        background: linear-gradient(to right, #fff 0%,#fff 30%,#e6f0d3 30%,#e6f0d3 100%);
    }
    .works_wrap {
        margin-bottom: 68px;
    }
    .works {
        display: flex;
        justify-content: space-between;
    }
    .works_img {
        width: 58%;
        padding: 10px;
    }
    .works_img img {
        position: relative;
        top: -20px;
        left: -20px;
    }
    .works_r {
        width: 42%;
        padding-right: 50px;
    }
    .works_title {
        margin: 1.6rem 0;
    }
    /* 資格・免許
    -----------------------------*/
    .license {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 45px;
    }
    .license li {
        width: 49%;
        padding: 10px 0;
    }
    /* 会社概要
    -----------------------------*/
    .map {
        padding-bottom: 300px;
    }
}

@media only screen and (min-width: 920px) , print {
    .concept {
        width: 280px;
        height: 280px;
    }
    .concept_inner {
        width: 230px;
        height: 230px;
        font-size: 1.65rem;
    }
}


@media only screen and (min-width: 1140px) , print {
}









/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
