/**/

.home section{
	max-height: 100vh;
	height:100vh;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.home section:nth-child(2n+1){
	background:#E1E1E1;
}
/*============================
#fv.fv
============================*/
#fv{}
.home section.fv {
    background: url(../../../../wp-content/uploads/2022/12/home_bg_pc.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.fv__bg {
    height: inherit;
    background: #030303b0;
    position: absolute;
    width: 100%;
    z-index: 1;
    clip-path: polygon(0 0, 85% 0, 40% 100%, 0% 100%);
}
.fv__text {
    position: relative;
    z-index: 3;
    color: #fff;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 3.5vw;
}
.dv__bg--text {
    position: absolute;
    z-index: 2;
    color: #030303b0;
    right: 2vw;
    bottom: 2vw;
	font-size: 3.5vw;
}
.dv__bg--text h2 {
	text-align: right;
}
.dv__bg--text p {
    font-size: inherit;
    font-weight: 900;
    color: inherit;
	text-align: right;
}

body.appear .eachTextAnime span{opacity: 0;}
body.appear .eachTextAnime.appeartext span{ animation:text_anime_on 2s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/*============================
#Home　共通パーツ
============================*/
.home__header--space {
    height: 15vh;
    width: 1600px;
    margin: 0 auto;
    border-bottom: 1px solid #444444;
    position: relative;
    z-index: 10;
}
.home__ccontent {
    width: 1600px;
    margin: 3rem auto 7rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.home__content--left{
	width:50%;
	height: calc(85vh - 10rem);
	position: relative;
}
.home__content--right{
	width:50%;
	height: calc(80vh - 10rem);
	position: relative;
}
.home__title {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
	padding-bottom: 2rem;
}
.home__title h2 {
    font-size: 100px;
    line-height: 1;
    margin-right: 2rem;
}
.home__title p{
	font-size: 30px;
	font-weight:bold;
}
.home__title--under {
	font-size: 20px;
}
.home__title--under p {
    font-size: inherit;
    padding-bottom: 4rem;
}
.home__title--under p:last-child{
    padding-bottom: unset;
}
.home__bg--bar {
    background: #ffffff75;
    width: 100%;
    height: 7vw;
    position: absolute;
}
/*============================
#work.work
============================*/
.work__bar1 {
    transform: rotateZ(220deg) scale(1.5);
    left: -35vw;
    top: 10vw;
}
.work__bar2 {
    transform: rotateZ(160deg) scale(1.5);
    left: -36vw;
    top: 55vw;
}
#work.work{
	background: #F5F5F7;
	top: -2px;
}
.work__wrap{}
.work__wrap img{
    width: 25vw;
    height: auto;
}
.work__wrap .home__title--under {
    padding-right: 7rem;
}
.work__wrap--3box {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	margin-left: 3vw;
}
.work__wrap--3box-box {
	height: calc(50vh / 3);
    background: #fff;
    border: 1px solid #707070;
    border-radius: 25px;
    box-shadow: 0 3px 6px;
	padding: 1.5rem 4rem 2rem;
}
.work__wrap--3box-box p{
	font-size:1vw;
}
.work__wrap--3box-box-title {
    border-bottom: 1px solid;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5vw;
}
.work__wrap--3box-box-title h3 {
    font-size: 1.6vw;
    line-height: 1;
}
.work__wrap--3box-box-title-yajirushi {
    display: block;
    width: 180px;
    height: 30px;
    border: 1px solid;
    border-radius: 50px;
	position:relative;
}
.work__wrap--3box-box-title-yajirushi:before {
    content: "";
    display: block;
    background: url(../../../../wp-content/uploads/2022/12/work_yajirushi_b.svg);
    width: inherit;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.work__wrap--3box-box:hover{
	transform: scale(1.03);
	transition: all 0.2s;
}
.work__wrap--3box-box:hover .work__wrap--3box-box-title-yajirushi{
	background:#444444;
	transition: all 0.2s;
}
.work__wrap--3box-box:hover .work__wrap--3box-box-title-yajirushi:before{
	background: url(../../../../wp-content/uploads/2022/12/work_yajirushi_w.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s;
}
/*============================
#philosophy.philosophy
============================*/
.philosophy__bar1 {
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%)rotateZ(26deg) scale(1.5);
}
.philosophy__bar2 {
    left: 40%;
    top: 40%;
    transform: translate(-50%, -50%)rotateZ(340deg) scale(1.5);
}
#philosophy{}
.philosophy{
	top: -4px;
}
.philosophy__wrap .home__content--right .home__title--under p{
	font-size:16px;
	padding-bottom: 2rem;
}
.philosophy__wrap--content{
}
.philosophy__wrap--content-text {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
	color:#fff;
	font-size: 3vw;
	line-height: 1.3;
}
.philosophy__wrap--content-text p{
    font-size: inherit;
    font-weight: 900;
    color: inherit;
    text-align: left;
}
.philosophy__wrap--content img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(5deg);
    width: calc(75% - 3rem);
    height: 15vw;
    padding: 3rem;
    background: #fff;
    border-radius: 25px;
    object-fit: cover;
	box-shadow: 0 3px 6px;
}
.guide-btn {
    display: block;
    width: 180px;
    height: 30px;
    border: 1px solid;
    border-radius: 50px;
    position: relative;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 1.5rem;
}
.guide-btn:hover{
	color:#fff;
	background:#333;
}


/*============================
#support.support.home_section
============================*/
#support{}
.support{
	background: #F5F5F7;
}
.support__wrap .home__title--under {
    padding-right: 5rem;
    padding-top: 1.5rem;
}
.support__wrap .home__content--left .home__title--under p {
    padding-bottom: 2rem;
}
.support__box {
    width: 750px;
	margin: 2.5rem 0 0 auto;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0px 3px 6px;
    padding: 5rem 0px;
}
.support__bar1 {
    left: 40%;
    top: 90%;
    transform: translate(-50%, -50%)rotateZ(35deg) scale(1.5);
}


/*============================
#about.about
============================*/
#about{}
.about{
}
.about__bar1 {
    left: 40%;
    top: 55%;
    transform: translate(-50%, -50%)rotateZ(340deg) scale(1.5);
}
.about__wrap{
}
.about__wrap table {
    width: 740px;
	border-collapse: collapse;
	font-size:16px;
}
.about__wrap tr{
	height:50px;
}
.about__wrap th, .about__wrap td {
    border: solid 1px #707070;
    vertical-align: middle;
}
.about__wrap th {
    text-align: left;
    width: 20%;
    padding-left: 2rem;
}
.about__wrap td {
	padding-left: 3rem;
	width: 80%;
}
.about__wrap tr:first-child th,.about__wrap tr:first-child td{
  border-top: none;
}
.about__wrap tr:last-child th,.about__wrap tr:last-child td{
  border-bottom: none;
}
.about__wrap th{
	border-left: none;
}
.about__wrap td{
	border-right: none;
}
table .about__table--work th, table .about__table--work td{
	vertical-align: top;
	padding-top: 1rem;
}
.about__wrap--content {
	padding-right: 8rem;
}
.about__wrap .home__content--left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about__wrap--content .home__title{
	justify-content: flex-end;
	padding-bottom:unset;
	color: #fff;
}
.about__wrap--content .home__title h2{
	margin-right: unset;
}
.news_yajirushi {
    display: block;
    margin: 0 0 0 auto;
}
.news__box {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 3px 6px #444444;
    margin-right: 3rem;
}
.news__box a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.news__box--thum {
    width: 330px;
    height: 190px;
    margin: 3rem auto 0;
}
.news__box--thum img{
	width:inherit;
	height:inherit;
	object-fit:cover;
}
.news__box--date {
    width: 330px;
    margin: 1rem auto 0;
}
.news__box--text{
	width: 330px;
	margin: 0 auto;
}
.news__box--title {
    font-weight: 900;
}
.news__box--dec{
}
.news__box--list {
    background: #030303b0;
    font-size: 24px;
	position:relative;
}
.news__box--list img{
	display:none;
}
.news__box--text-list {
    text-align: center;
    color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.splide__track {
    padding-bottom: 3rem;
}




/* レスポンシブ */
@media only screen and (min-width:2300px) {
	.fv__text {
		font-size: 3vw;
	}
	.dv__bg--text {
		font-size: 2.5vw;
	}
	.work__wrap--3box {
		margin-left: 0vw;
	}
	.work__wrap--3box-box-title h3 {
		font-size: 30px;
	}
	.work__wrap--3box-box p {
		font-size: 20px;
	}
	.philosophy__wrap--content img {
		top: 30%;
	}
	.philosophy__wrap--content-text {
		font-size: 2.5vw;
	}
	.philosophy__wrap .home__content--right .home__title--under p {
		font-size: 20px;
	}
	.about__wrap--content {
		padding-bottom: 5rem;
	}
	
	
	
}

@media only screen and (min-width:1450px) and (max-width:1800px) {
	.fv__text {
		font-size: 2.8vw;
	}
	.dv__bg--text {
		font-size: 2.8vw;
	}
	.home__header--space {
		width: 1400px;
	}
	.home__ccontent {
		width: 1400px;
	}
	.work__wrap .home__title--under {
		padding-right: 4rem;
	}
	.support__wrap .home__content--left{
		width:55%;	
	}
	.support__wrap .home__content--right{
		width:45%;	
	}
	.support__box {
		width: 600px;
		padding: 3rem 0px;
	}
	.support__wrap .home__title--under {
		padding-right: 0rem;
	}
	.about__wrap table {
		width: 650px;
		font-size: 16px;
	}

}

@media only screen and (max-width:1449px) {
	.home__title--under {
		font-size: 16px;
	}
	.home__title h2 {
		font-size: 75px;
	}
	.fv__text {
		font-size: 2.7vw;
	}
	.dv__bg--text {
		font-size: 2.7vw;
	}
	.home__header--space {
		width: 1200px;
	}
	.home__ccontent {
		width: 1200px;
	}
	.work__wrap .home__title--under {
		padding-right: 3rem;
	}
	.home__header--space {
		height: 12vh;
		width: 1200px;
	}
	.work__wrap img {
		margin-top: 3rem;
		width: 30vw;
	}
	.philosophy__wrap .home__content--right .home__title--under p{
		font-size:14px;
	}
	.support__box {
		width: 550px;
		padding: 2rem 0px;
	}
	.support__wrap .home__title--under {
		padding-right: 0rem;
	}
	.about__wrap table {
		width: 650px;
		font-size: 16px;
	}
}
@media only screen and (max-width:1370px) {
	.work__wrap img {
		margin-top: 3rem;
		width: 25vw;
	}
	.home__content--right {
		height: calc(85vh - 7rem);
	}
	.home__title--under p {
		padding-bottom: 2rem;
	}
	.work__wrap--3box-box-title-yajirushi {
		width: 150px;
	}
	.work__wrap--3box-box p {
		font-size: 1vw;
	}
	.philosophy__wrap .home__content--right .home__title--under p {
		font-size: 12px;
		padding-bottom: 1.5rem;
	}
	.philosophy__wrap--content img {
		top: 35%;
	}
	.about__wrap table {
		width: 500px;
		font-size: 14px;
	}
	.about__wrap tr {
		height: 40px;
	}
	.about__wrap td {
		padding-left: 3rem;
		padding-right: 1rem;
		width: 80%;
	}
	
	.news__box--thum {
		width: 220px;
		height: 85px;
		margin: 3rem auto 0;
	}
	.news__box--date {
		width: 220px;
		margin: .5rem auto 0;
		font-size: 12px;
	}
	.news__box--text {
		width: 220px;
		margin: 0 auto;
		font-size: 12px;
	}
	.news__box--dec {
		font-size: 10px;
	}
	.news_yajirushi {
		width: 200px;
	}
}
@media only screen and (min-width:769px) and (max-width:1024px) {

}
@media only screen and (min-width:769px){
	.pc_only{
		display:block;
	}
	.sp_only{
		display:none;
	}
}
@media only screen and (max-width:768px) {

	.pc_only{
		display:none;
	}
	.sp_only{
		display:block;
	}
	
	.home section{
		max-height: unset;
		height: auto;
	}
	.home section.fv {
		background-position: right;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-height: 100vh;
		height: 100vh;
	}
	.fv__text {
		font-size: 6.7vw;
		position: relative;
		top: unset;
		left: 5%;
		transform: unset;
		margin-bottom:10vw;
		text-shadow: 1px 1px 0px #000000;
		color: #ffffff;
	}
	.dv__bg--text {
		font-size: 5vw;
		color: #ffffff;
		position: relative;
		top: 0;
		right: 5%;
		margin-top: 10vw;
		text-shadow: 1px 1px 0px #000000;
	}
	#work.work {
		top: 0px;
	}
	.home__header--space {
		height: 15vw;
		width: 96%;
	}
	.home__bg--bar {
		height: 20vw;
	}
	.home__ccontent {
		width: 100%;
		margin: 0vw auto 0;
		align-items: unset;
		flex-direction: column;
		justify-content: unset;
		height: unset;
		padding-bottom: 15vw;
	}
	.home__content--left {
		width: 100%;
		padding: 0 2%;
		height:unset;
		box-sizing: border-box;
	}
	.home__content--right {
		height: unset;
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.home__title {
		padding-top: 2rem;
	}
	.home__title h2 {
		font-size: 15vw;
	}
	.home__title p {
		color: #333333a6;
		font-size: 4vw;
		font-weight: bold;
	}
	.home__title--under p {
		font-size: 12px;
	}
	.work__bar1 {
		left: 0vw;
		top: 100vw;
	}
	.work__bar2 {
		left: -7vw;
		top: 150vw;
	}
	.work__wrap{
		justify-content: space-between;
	}
	.work__wrap .home__title--under {
		padding-right: unset;
	}
	.work__wrap--3box {
		margin-left: unset;
		width: 92%;
		margin: 0 auto;
	}
	.work__wrap--3box a {
		margin-bottom: 3rem;
	}
	.work__wrap--3box-box {
		height: unset;
		background: #fff;
		border: 0px solid #707070;
		border-radius: 25px;
		box-shadow: 0 3px 6px;
		padding: 5%;
	}
	.work__wrap--3box-box-title {
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.work__wrap--3box-box-title h3 {
		font-size: 24px;
		line-height: 1;
	}
	.work__wrap--3box-box-title-yajirushi {
		width: 100px;
		height: 25px;
	}
	.work__wrap--3box-box-title-yajirushi:before {
		content: "Read Me";
		background: unset;
		height: unset;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}
	.work__wrap--3box-box p {
		font-size: 12px;
	}
	.work__wrap img {
		width: 70%;
		display: block;
		margin: 5% 0 5% auto;
		padding-right: 5%;
	}
	.work__wrap--3box-box:hover{
		transform: unset;
		transition: unset;
	}
	.work__wrap--3box-box:hover .work__wrap--3box-box-title-yajirushi{
		background:unset;
		transition: unset;
	}
	.work__wrap--3box-box:hover .work__wrap--3box-box-title-yajirushi:before{
		background: unset;
		transition: unset;
	}
	.philosophy {
		top: 0;
	}
	.philosophy__wrap{
	}
	.philosophy__wrap .home__content--left {
		order: 2;
		position: unset;
		display: flex;
		justify-content: flex-end;
		margin-top: 1rem;
	}
	.philosophy__wrap .home__content--right {
		order: 1;
		display: flex;
		flex-direction: column;
	}
	.philosophy__wrap .home__title h2 {
		font-size: 12vw;
	}
	.philosophy__wrap--content img{
		display:none;
	}
	.philosophy__wrap--content-text {
		font-size: 8vw;
		text-align: right;
		padding: unset;
		position: unset;
		width: 100%;
	}
	.philosophy__wrap--content-text p {
		text-align: right;
	}
	.philosophy__wrap .home__content--right .home__title--under p{
		font-size: 12px;
	}
	.philosophy__wrap .home__title h2 {
		font-size: 13vw;
	}
	.support__box {
		width: 90%;
		padding: 2rem 0px;
		margin: 0 auto;
	}
	.about__wrap{
		flex-direction: column-reverse;
	}
	.about__wrap table {
		width: 96%;
		font-size: 12px;
	}
	.about__wrap th {
		width: 23%;
		padding-left: 1rem;
	}
	.about__wrap td {
		padding-left: 3rem;
		padding-right: 1rem;
		width: 77%;
	}
	.about__wrap tr:last-child th, .about__wrap tr:last-child td {
		padding-bottom: 2rem;
	}
	.about__wrap .home__content--right {
		padding-bottom: 5rem;
	}
	.about__wrap--content {
		padding-right: 0rem;
	}
	.about__wrap--content .home__title {
		padding: 0;
	}
	.splide__track {
		padding-bottom: 1.5rem;
	}

	
	
	
}