@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.single-works .l-content {
   padding: 175px 0 150px !important;
}
.single-works .l-container {
	max-width: 100%;
}
.works__inner {
    max-width: 958px;
    margin: 0 auto;
    padding: 0 20px;
}
.works__title {
    font-size: 32px;
    line-height: 1.34;
    color: #005497;
    font-weight: bold;
    text-align: center;
    margin-bottom: 102px;
}
.works-img__area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 102px;
}

.after::before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #32589F;
    border-right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.works-img__item {
    width: 40.89%;

}
.works-img__item img {
	width: 100%;
	height: auto;
    object-fit: cover;
	
}
.works-content__list {
    display: grid;
    grid-template-columns: 230px 1fr;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #005497;
}
.works-content__list .works-content__title,.works-content__list .works-content__text {
    padding: 24px 0 ;
    margin: 0;
    border-top: 1px solid #005497;
}
.works-content__title {
    display: block;
    margin-left: 35px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: bold;
    color: #005497;
    width: 230px;
    text-align: left;
}
.works-content__text {
    display: inline-block;
    font-size: 16px;
    line-height: 1.688;
    flex: 1;
}
@media screen and (max-width: 960px) {
.single-works .l-content {
   padding: 0 !important;
}
   .works {
    padding: 80px 0 80px;
}
    .works__title {
    font-size: 24px;
    line-height: 1.34;
    color: #005497;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
}
    .works-img__area {
	width: min(100%,600px);
	margin-inline: auto;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 64px;
}
.after::before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #32589F;
    border-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.works-img__item {
    width: 100%;
	line-height: 0;
}
.works-content__list {
    grid-template-columns: 1fr;
}
.works-content__list .works-content__title {
	    font-size: 18px;
		width: 100%;
		padding: 16px 0 0;
	}
.works-content__list .works-content__text {
	font-size: 14px;
	padding: 16px 0;
    border-top: none;
 }
}


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

.single .l-content {
    max-width: 820px;
    margin-inline: auto;
}