@charset "utf-8";
/* CSS Document */
/*--------------------------------------
ヘディング
---------------------------------------*/
.company-heading {
    padding: 190px 8% 160px 8%;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.company-heading::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 141, 149, 1), rgba(0, 141, 149, 0));
    top: 190px;
    left: 0;
}

.company-heading .company-heading_lead {
    width: 55%;
    margin-right: 2%;
}


.company-heading .company-heading_lead .en {
    color: #008D95;
    margin-bottom: 36px;
    font-size: 19px;
}

.company-heading .company-heading_lead .catch {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #008D95;
    margin-bottom: 36px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.company-heading .company-heading_lead .catch span {
    background-image: linear-gradient(90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    background-position: bottom;
    background-size: 100% 10%;
    background-repeat: no-repeat;
    padding-bottom: 2px;
}

.company-heading .company-heading_lead .caption {
    font-size: 19px;
    width: 100%;
    text-align: justify;
    color: #008D95;
    margin-bottom: 46px;
}

.company-heading .company-heading_lead h4 {
    color: #008D95;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;

}

.company-heading .company-heading_img {
    width: 48%;
}

.company-heading .company-heading_img {
    position: relative;
}
.company-heading .company-heading_img::before {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 30px;
    background-image: linear-gradient(270deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    top: -15px;
    right: 0;
}
.company-heading .company-heading_img::after {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 30px;
    background-image: linear-gradient(90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    bottom: -15px;
    left: 0;
}

.company-heading .company-heading_img .heading_img_01 {
    margin-bottom: 24px;
}

.company-heading .company-heading_img .heading_img_02 {
}

@media screen and (max-width: 1024px) {
    .company-heading {
        padding: 62px 4% 90px 4%;
        flex-direction: column;
    }
    .company-heading::before {
        display: none;
    }
    
    .company-heading .company-heading_lead {
        width: 100%;
        margin-right: 0;
    }
    
    .company-heading .company-heading_lead .en {
        margin-bottom: 24px;
    }    
    
    .company-heading .company-heading_lead .caption {
        font-size: 16px;
        width: 100%;
    }
    
    .company-heading .company-heading_lead h4 {
        margin-bottom: 16px;
    }

    .company-heading .company-heading_img {
        width: 100%;
    }

    .company-heading .company-heading_img::before {
        display: none;
    }
    .company-heading .company-heading_img::after {
        display: none;
    }
    .company-heading .company-heading_img .heading_img_01 {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .company-heading .company-heading_lead .catch {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 24px;
    }
    
    .company-heading .company-heading_lead .caption {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 28px;
    }
    
    .company-heading .company-heading_lead h4 {
        color: #008D95;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
}

.contents {
    padding: 0 8%;
    margin-bottom: 98px;
}

.contents .inner {
    padding: 0 1%;
}

.contents_title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #008D95;
    display: block;
    padding: 12px 0 10px 24px;
    position: relative;
    margin-bottom: 48px;
    letter-spacing: 3px;
    line-height: 1;
}
.contents_title::after {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    height: 18px;
    background-image: linear-gradient(270deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    top: 0;
    right: 0;
}

.contents .lead {
    font-size: 28px;
    color: #008D95;
    letter-spacing: 2px;
    margin-bottom: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.contents .text {
    line-height: 1.8;
    font-size: 19px;
}

@media screen and (max-width: 1024px) {
    .contents {
        padding: 0 4%;
        margin-bottom: 66px;
    }
    
    .contents .inner {
        padding: 0 0;
    }
    
    .contents_title {
        width: 100vw;
        margin: 0 calc(50% - 50vw);/*-親要素はみ出し記述-*/
        margin-bottom: 24px;
    }
    
    .contents .lead {
        font-size: 28px;
        color: #008D95;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }

    .contents .text {
        line-height: 1.8;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .contents_title {
        font-size: 18px;
        padding: 6px 0 10px 16px;
        width: 100vw;
        margin-bottom: 20px;
    }
    .contents_title::after {
        width: 60%;
        height: 12px;
    }
}
@media screen and (max-width: 767px) {
    .contents .lead {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 14px;
    }
    
    .contents .text {
        font-size: 14px;
    }
}


/*--------------------------------------
企業理念
---------------------------------------*/
@media screen and (max-width: 767px) {
    .philosophy .lead {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 14px;
    }
    
    .philosophy .text {
        font-size: 14px;
    }
}

/*--------------------------------------
経営方針
---------------------------------------*/
.strategy .strategy_list li {
    margin-bottom: 15px;
    font-size: 19px;
}

@media screen and (max-width: 767px) {
    .strategy .strategy_list {
        padding: 0 0;
    }
    .strategy .strategy_list li {
        margin-bottom: 15px;
        font-size: 14px;
        list-style-type: none;
    }
}

/*--------------------------------------
代表挨拶
---------------------------------------*/
.message img {
    margin-top: 36px;
    display: flex;
    margin-left: auto;
}

/*--------------------------------------
会社概要
---------------------------------------*/
.profile {
	width: 100%;
	margin-bottom: 80px;
}

.profile table {
	width: 100%;
	border-collapse: collapse;
}

.profile table th {
	width: 25%;
	text-align: left;
	background-color: #F7F7F7;
    font-size: 19px
}

.profile table td {
	width: 75%;
    font-size: 19px;
    line-height: 1.8;
}

.profile table th,
.profile table td {
	border: solid 1px #008D95;
	border-left: none;
	border-right: none;
	padding: 15px;
}

.profile table td img.name {
	padding-bottom: 6px;
}


@media screen and (max-width: 767px) {
	.profile table tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 18px;
	}
	.profile table th {
		width: 100%;
		background-color: inherit;
		color: #008D95;
		height: 40px;
		display: flex;
		align-items: center;
	}
    .profile table th:after {
        content: "";
        height: 0.5px;
        background: #008D95;
        flex-grow: 1;
        margin: 0 0 0 10px;
    }

	.profile table td {
		width: 100%;
		background-color: inherit;
		border-bottom-right-radius: 15px;
	}
	
	.profile table th,
	.profile table td {
		border: none;
        padding: 0;
	}
    
    .profile table td {
        font-size: 14px;
    }
    
    .profile table td ul li {
        margin-bottom: 8px;
    }
    .profile table td ul li:last-of-type {
        margin-bottom: 0;
    }
}


