/*シングルページ*/
.page__single-post {
	min-height: 90vh;
	background: url(https://twt-wp-st.site/lyl/wp-content/uploads/2022/12/absolutvision-WYd_PkCa1BY-unsplash-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}
.page__single-post--bg {
	height: -webkit-fill-available;
	width: 100%;
	position: absolute;
	z-index: 1;
	background: #030303b0;
}
.page__single-post article {
    position: relative;
    z-index: 2;
    padding-bottom: 10rem;
}
.page__single-post--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 2rem 0;
    border-top: 1px solid #fff;
    border-bottom: 1px

 solid #fff;
}
.page__single-post--title h2{
	    font-size: 36px;
}
.page__single-post--title p {
    color: inherit;
    font-size: 24px;
    font-weight: bold;
}
.page__single-post .entry-content {
    width: 1000px;
    margin: 0 auto;
    background: #ffffffc4;
    padding: 5rem 10rem;
    box-sizing: border-box;
}
.page__single-post .entry-content p{
	padding-bottom: 2rem;
}
.page__single-post .entry-content img {
	max-width: 100%;
    height: auto;
    object-fit: cover;
}
.page__single-post--btn {
    margin-top: 7rem;
    width: 200px;
    margin: 7rem auto 0;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    padding: .5rem;
    color: #444444;
}
.page__single-post--btn a{
	color: inherit;
}
.page__single-post--btn:hover{
	background: #444444;
	color: #fff;
}

/*News一覧ページ*/
.page__single-post-list{
}
.page__single-post-list a {
    display: flex;
    padding: 1rem 0 1rem 2rem;
    border-bottom: 1px solid;
    align-items: center;
}
.page__single-post-list h3{
	font-weight:unset;
}
.page__single-post-list-info {
    padding-right: 3rem;
	color:inherit;
}
.page__single-post-list a:hover {
    background: #444444;
    color: #ffff;
}

/*パンくず*/
.breadcrumbs {
    width: 1000px;
    color: #fff;
    padding: 1.5rem 0;
    margin: 0 auto;
	font-size: 12px;
}
.breadcrumbs a{
	color:inherit;
}
.page__page .entry-content .breadcrumbs {
    color: #444444;
    margin: 3rem auto;
    font-size: 16px;
}

/*汎用ページ*/
.page__header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 40vh;
}
.page__page .home__header--space {
	height: inherit;
	border:unset;
}
.page__header--bg{
    height: inherit;
    background: #030303b0;
    position: absolute;
    width: 100%;
    z-index: 1;
    clip-path: polygon(0 0, 55% 0, 40% 100%, 0% 100%);
}
.page__header--wrap {
    display: block;
    position: absolute;
	top: calc(20vh + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
    height: calc(30vh / 2);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
}
.page__header--wrap h2 {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
}
.page__header--wrap h3 {
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    transform: translate(0%, -50%);
}
.page__page .entry-content{
	background:#F5F5F7;
}
.page__page--content{
	width:1000px;
	margin:0 auto;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	font-size:20px;
}
.aligncenter{
	text-align:center;
}
.page__page--content img{
	max-width:100%;
	object-fit: contain;
}
.page__page--content p{
	padding-bottom: 2rem;
	font-size:20px;
}
.page__wrap {
    padding: 5rem 3rem;
}
.page-ses__wrap{
}
.page-ses__wrap--main {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.page-ses__wrap--main img {
    width: 40%;
	padding-right:5%;
}
.page-ses__wrap--text{
	width: 60%;
}
.page-ses__wrap--3box{
}
.page-ses__wrap--3box li {
    height: 100px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000011;
    padding-left: 10rem;
    padding-right: 10rem;
	position: relative;
}
.page-ses__wrap--3box li:before {
    content: "○";
    font-size: 40px;
    position: absolute;
    left: 50px;
    color: #707070;
}
.page__page--content-title {
    font-size: 60px;
    border-bottom: 1px solid;
    line-height: 1;
    padding-bottom: 1rem;
}
.page-ses__slide {
    margin-top: 5rem;
    padding-bottom: 7rem;
}
.case-ses__box {
    background: #fff;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0px 3px 6px #00000033;
}
.case-ses__box--title {
    width: 100%;
    border-bottom: 1px solid;
    position: relative;
}
.case-ses__box--title h3 {
    font-size: 30px;
}
.case-ses__box--title p {
    position: absolute;
    bottom: 0;
    padding: 0;
    right: 0;
    font-size: 24px;
}
.case-ses__box-list {
    margin-top: 2rem;
    font-size: 16px;
}
.case-ses__box-list-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.case-ses__box-list-text h4 {
    width: 20%;
	font-size: inherit;
}
.case-ses__box-list-text p{
	width: 80%;
	font-size: inherit;
}
.page-ses__slide .splide__arrows {
    position: absolute;
    bottom: 1rem;
    left: calc(150px + -5rem);
}
.page-ses__slide  .splide__arrow--prev {
    background: url(https://twt-wp-st.site/lyl/wp-content/uploads/2022/12/left_yajirushi.svg);
    width: 63px;
    height: 63px;
    background-size: cover;
    border: unset;
    padding: 0;
    margin: 0;
}
.page-ses__slide  .splide__arrow--next {
    background: url(https://twt-wp-st.site/lyl/wp-content/uploads/2022/12/right_yajirushi.svg);
    width: 63px;
    height: 63px;
    background-size: cover;
    border: unset;
    padding: 0;
    margin: 0;
}
.page-ses__slide--bg {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #4D4D4D;
    bottom: 0;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

/*行動指針*/
.page-guide__box {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000011;
    padding: 3rem;
    position: relative;
    flex-direction: column;
}
.page-guide__box h2 {
    font-size: 32px;
    border-bottom: 1px solid;
    width: 50%;
    text-align: center;
}
.page-guide__box ul {
    display: flex;
    justify-content: center;
    margin: 1rem 0 .5rem;
}
.page-guide__box ul li {
    color: #fff;
    background: #858585;
    padding: 5px;
    margin: 1rem 10px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
}
.page-guide__box p {
    padding: 0;
}




/*お問い合わせ*/
.page-contact__wrap p{
	margin-top:3rem;
}
.contact_box{
	margin: 2.5rem auto;
}
.contact_box table.CF7_table {
    margin: 0 auto;
	font-size:16px;
}




@media only screen and (max-width:768px) {
	
	/*シングルページ*/
	.page__single-post {
		background-position: bottom;
	}
	.page__single-post .home__header--space{
		border: unset;
	}
	.page__single-post--title p {
		font-size: 16px;
	}
	.page__single-post--title h2 {
		font-size: 20px;
	}
	.page__single-post .breadcrumbs {
		width: 92%;
		color: #fff;
		padding: 1rem 0;
		margin: 0 auto;
		font-size: 10px;
	}
	.page__single-post .entry-content {
		width: 92%;
		padding: 3rem 2rem;
	}
	.page__single-post--btn {
		margin: 3rem auto 0;
	}
	/*記事一覧ページ*/
	.page__single-post--title{
		margin-top: 3rem;
	}
	
	.page__single-post .entry-content p {
		padding-bottom: 0rem;
		padding-right: 1rem;
		font-size:12px;
	}
	.page__single-post-list a {
		padding: 1rem;
	}
	.page__single-post-list-info{
		font-size:12px;
	}
	.page__single-post-list h3 {
		font-size: 12px;
	}
	
	
	
	
	
	/*汎用ページ*/
	.page__header {
		height: 35vh;
	}
	.page__header--wrap {
		top: 50%;
		height: calc(25vh / 2);
		text-shadow: 1px 1px 0px #000000;
	}
	.page__header--wrap h2 {
		font-size: 30px;
	}
	.page__header--wrap h3 {
		font-size: 16px;

	}
	.page__page .entry-content .breadcrumbs {
		margin: 0rem auto;
		font-size: 12px;
		width: 92%;
	}
	.page__page--content {
		width: 92%;
		margin: 0 auto;
		border-left: 1px solid #DEDEDE;
		border-right: 1px solid #DEDEDE;
		font-size: 16px;
	}
	.page__wrap {
		padding: 3rem 2rem;
	}
	.page-ses__wrap--main {
		margin-bottom: 3rem;
		flex-direction: column;
	}
	.page-ses__wrap--main img {
		width: 100%;
		padding-right: unset;
	}
	.page__page--content p {
		padding-bottom: 1rem;
		font-size: 14px;
	}
	.page-ses__wrap--text {
		width: 100%;
		margin-top: 3rem;
	}
	.page-ses__wrap--3box li {
		height: 100px;
		margin-bottom: 1rem;
		padding-left: 4rem;
		padding-right: 2rem;
	}
	.page-ses__wrap--3box li:before {
		content:unset;
	}
	.page-ses__wrap--3box li {
		height: 100px;
		margin-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
		border-radius: 25px;
		font-size: 14px;
	}
	.page__page--content-title {
		font-size: 30px;
	}
	.page-ses__slide {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}
	.page-ses__slide .splide__arrows {
		bottom: .5rem;
		left: 1rem;
	}
	.case-ses__box--title h3 {
		font-size: 20px;
	}
	.page__page--content p {
		padding-bottom: .2rem;
		font-size: 12px;
	}
	.case-ses__box-list-text {
		margin-bottom: 2rem;
	}
	.case-ses__box-list-text h4 {
		width: 25%;
	}
	.case-ses__box-list-text p {
		width: 75%;
	}

	.page-guide__box {
		padding: 1rem;
		 border-radius: 10px;
	}
	.page-guide__box h2 {
		font-size: 24px;
		width: 90%;
	}
	.page-guide__box ul {
		margin:0;
	}
	.page-guide__box ul li {
		padding: 5px 17px;
		margin: 1rem 5px;
		font-size: 12px;
		width: unset;
	}
	.page__page--content p {
		padding-bottom: .2rem;
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
	}

	
	
	
	
	
}