/*
body.home .site-content {
	margin-top: -85px;
}
*/
@media (min-width: 1025px) {
	.content__main {
		max-width: var(--max-width);
	}
}
div#content {
	margin-top: 1em;
}
.wp-block-group.top-mv {
	position: relative;
}
.wp-block-group.top-mv,.wp-block-group.top-swiper-slider,.wp-block-group.top-swiper-slider .swiper-slide{
	padding: 0;
	margin-top:0;
}
.top-swiper-slider .swiper-wrapper ,.top-swiper-slider .swiper-slide, .top-swiper-slider picture, .top-swiper-slider img{
	width: 100%!important;
}
.top-swiper-slider picture, .top-swiper-slider img{
	display:block;
	width: 100vw !important;
}
.swiper-slide{
	margin:0;
}
.swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
.swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important;
}

p.top-mv-text ,p.top-mv-text-en{
	font-weight: bold;
	color: #138edd;
	text-shadow: #fcfcfc 1px 2px 3px;
	position: absolute;
	left: 22vw;
	z-index: 1;
	margin: 0;
	line-height: 1;
}
p.top-mv-text{
	font-size: var(--fs70);
	top: 22vw;
}
p.top-mv-text-en{
	font-size: var(--fs30);
	top: 26.3vw;
}
figure.top-mv-medal {
	position: absolute;
	bottom: 16%;
	z-index: 1;
	left: 22vw;
	max-width: 460px;
	margin: 0;
}
.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	margin-right: 0 !important;
	background: #FFF;
	padding: 25px;
	padding-left: 80px;
	border-radius: 15px 0 0 0;
	max-width: 50vw;
}
.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts:before {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: var(--color-brand-blue);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 15px 0 0;
}
.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts li {
	border: none;
	display: flex;
	gap: 10px 30px;
	flex-direction: row-reverse;
	justify-content: start;
}
.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts li a,.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts li time{
	color:#000;
	font-weight:bold;
	font-size:var(--fs16);
	margin:0;
}
.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts li a.post-category-label {
    background: var(--color-brand-blue);
    padding: 5px 15px;
    font-size: var(--fs14);
    text-decoration: none;
    color: #FFF;
}
@media only screen and (max-width:1700px){
	p.top-mv-text-en{
		top: 27.3vw;
	}
	figure.top-mv-medal {
		max-width: 400px;
		bottom: 10%;
	}
}
@media only screen and (max-width:1500px){
	p.top-mv-text{
		top:20vw;
	}
	p.top-mv-text-en{
		top: 26.3vw;
	}
	figure.top-mv-medal {
		max-width: 380px;
	}
}
@media only screen and (max-width:1365px){
	figure.top-mv-medal {
		max-width: 340px;
	}
	.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts{
		padding: 15px;
		padding-left: 80px;
	}
	.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts li{
		flex-wrap: wrap-reverse;
	}
}
@media only screen and (max-width:1250px){
	figure.top-mv-medal {
		max-width: 320px;
		bottom: 12%;
		z-index:5;
	}
}
@media only screen and (max-width:1100px){
	p.top-mv-text{
		top:20vw;
	}
	p.top-mv-text-en{
		top: 26.3vw;
	}
	figure.top-mv-medal {
		max-width: 320px;
		bottom: 120px;
	}
	.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts {
		position: relative;
		left: 0;
		right: 0;
		width: 90%;
		max-width: unset;
		margin: 30px auto !important;
		border-radius: 15px;
		padding: 15px;
	}
	.wp-block-group.top-mv ul.wp-block-latest-posts__list.wp-block-latest-posts:before{
		content:none;
	}
}
@media only screen and (max-width:1024px){
	.top-swiper-slider .swiper-wrapper, .top-swiper-slider .swiper-slide, .top-swiper-slider picture, .top-swiper-slider img{
		margin-left: 5px;
		margin-right: 0;
		max-width: 100vw;
	}
	.top-swiper-slider picture, .top-swiper-slider img {
		width: 100% !important;
	}
}
@media only screen and (max-width:960px){
	p.top-mv-text {
		font-size: var(--fs64);
	}
	p.top-mv-text-en {
	}
}
@media only screen and (max-width:900px){
	figure.top-mv-medal {
		max-width: 300px;
	}
}
@media only screen and (max-width:800px){
	p.top-mv-text,p.top-mv-text-en{
		-webkit-text-stroke: 4px #FFF;
		paint-order: stroke fill;
		text-shadow: unset;
	}
	p.top-mv-text {
		top: 40vw;
		left: 14vw;
		letter-spacing: -0.02em;
	}
	p.top-mv-text-en {
		top: 48vw;
		left: 14vw;
	}
	figure.top-mv-medal {
		width: 80%;
		max-width: 400px;
		top: 70vw;
		bottom: unset;
		right: 30px;
		margin-left: auto;
		left: unset;
	}
}
@media only screen and (max-width:642px){
	figure.top-mv-medal {
		right: 15px;
		max-width: 340px;
		top: 68vw;
	}
}
@media only screen and (max-width:500px){
	p.top-mv-text{
		font-size: var(--fs60);
	}
	figure.top-mv-medal {
		max-width: 320px;
		width: 65vw;
	}
}
@media only screen and (max-width:380px){
	p.top-mv-text{
		font-size: var(--fs50);
	}
	p.top-mv-text-en {
		font-size: var(--fs28);
	}
}
@media only screen and (max-width:320px){
	p.top-mv-text{
		font-size: var(--fs44);
	}
	p.top-mv-text-en {
		font-size: var(--fs24);
	}
}

/* タブレット：縦向き (主に横幅768px-1024px程度) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	figure.top-mv-medal{
		bottom: 110px;
	}
}
/* --------------------------------------------- */
.wp-block-columns.top-reason-sec {
	margin: 80px auto;
	gap:80px;
}
.wp-block-columns.top-reason-sec h2.wp-block-heading + p.subtitle-en-text {
	text-align: left;
}
@media only screen and (max-width:800px){
	.wp-block-columns.top-reason-sec{
		gap:var(--ystd-block-gap);
	}
}
/* タブレット：縦向き (主に横幅768px-1024px程度) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.wp-block-columns.top-reason-sec{
		gap:50px;
	}
	.wp-block-columns.top-reason-sec .wp-block-column {
		flex-basis: unset;
	}
	.wp-block-columns.top-reason-sec .wp-block-column:first-child{
		width:45%;
	}
	.wp-block-columns.top-reason-sec .wp-block-column:last-child{
		width:55%;
	}
}

/* --------------------------------------------- */
.wp-block-cover.top-service-sec {
	padding-top: 30px;
	padding-bottom: 80px;
}
.wp-block-cover.top-service-sec h2.wp-block-heading,.wp-block-cover.top-service-sec p.subtitle-en-text{
	text-align: center;
}
.wp-block-cover.top-service-sec h2.wp-block-heading{
	color:#FFF;
}
.wp-block-cover.top-service-sec p.subtitle-en-text{
	color:#c2e6ff;
}
.wp-block-columns.top-service-block {
	max-width: var(--max-content-width);
}
.wp-block-column.service-box {
	background: #FFF;
	padding: 30px;
	border: 6px solid var(--color-brand-blue);
	border-radius: 10px;
	display: grid;
}
figure.wp-block-image.service-icon img{
	margin:auto;
}
h3.wp-block-heading {
	margin-top: 1em;
	text-align: center;
	color: #019bdb;
}
.wp-block-column.service-box .wp-block-buttons {
	margin-bottom: 0;
	justify-content: center;
}

/* --------------------------------------------- */
.wp-block-group.top-voice-sec {
	padding-top: 50px;
}
.wp-block-group.top-voice-sec h2.wp-block-heading,.wp-block-group.top-voice-sec p.subtitle-en-text{
	text-align: center;
}
.wp-block-columns.top-voice-block{
	max-width: var(--max-content-width);
}
.wp-block-column.voice-box {
	background: #FFF;
	padding: 30px 20px;
	border: 3px solid var(--color-brand-orange);
	border-radius: 10px;
	display: grid;
}
.wp-block-column.voice-box figure.wp-block-image img{
	margin:auto;
}
.wp-block-column.voice-box h3.wp-block-heading{
	color:#020201;
	font-size: var(--fs20);
}
.wp-block-column.voice-box .wp-block-buttons {
	margin-bottom: 0;
	justify-content: center;
}

/* --------------------------------------------- */
.wp-block-columns.top-about-sec {
	max-width: var(--max-content-width);
	margin: 100px auto;
}
.wp-block-columns.top-about-sec .wp-block-buttons {
	max-width: 360px;
	margin:1em auto;
	margin-left: 0;
}
.wp-block-columns.top-about-sec .wp-block-buttons:first-of-type {
	margin-top: 3em;
}
.wp-block-columns.top-about-sec p.subtitle-en-text {
	text-align:left;
}
@media only screen and (max-width:980px){
	.wp-block-columns.top-about-sec p.wp-block-paragraph br {
		display: none;
	}
}
@media only screen and (max-width:800px){
	.wp-block-columns.top-about-sec {
		flex-flow: column-reverse;
	}
}
@media only screen and (max-width:781px){
	.wp-block-columns.top-about-sec .wp-block-buttons{
		margin-left:auto;
		margin-right:auto;
	}
	.wp-block-columns.top-about-sec p.wp-block-paragraph br {
		display: none;
	}
	.wp-block-columns.top-about-sec figure.wp-block-image{
		text-align:center;
	}
}

/* --------------------------------------------- */
.wp-block-cover.top-recruit-sec {
	padding: 80px 30px;
}
.wp-block-cover.top-recruit-sec .wp-block-columns {
	margin-bottom: 0;
}
.wp-block-cover.top-recruit-sec p.subtitle-en-text{
	text-align:left;
}
.wp-block-cover.top-recruit-sec .wp-block-buttons{
	margin-top:3em;
}
@media only screen and (max-width:820px){
	.wp-block-cover.top-recruit-sec .wp-block-buttons{
		position:relative;
	}
}

/* --------------------------------------------- */
.wp-block-group.top-faq-sec h2.wp-block-heading,.wp-block-group.top-faq-sec p.subtitle-en-text{
	text-align: center;
}
.wp-block-group.top-faq-sec .top-faq-list {
	max-width: var(--max-content-width);
	margin-bottom: 8vw;
}
.wp-block-accordion-item .wp-block-accordion-heading {
	margin-top: 0;
	background: #def3ff;
	padding: 10px;
	padding-left: 60px;
	font-size:var(--fs18);
	font-weight:bold;
	color:#555;
	position: relative;
}
.wp-block-accordion-heading+:where(.wp-block-accordion-panel) {
	border: 1px solid #0000001a;
	padding: 10px;
	padding-left: 30px;
}
.wp-block-group.top-faq-sec .wp-block-accordion-item .wp-block-accordion-heading:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background-size: 40px 40px;
	margin:auto;
}
.wp-block-group.top-faq-sec .wp-block-accordion-item:nth-child(1) .wp-block-accordion-heading:before{
	background-image: url(http://peace-one.co.jp/wp-content/uploads/2026/02/jiko.png) !important;
}
.wp-block-group.top-faq-sec .wp-block-accordion-item:nth-child(2) .wp-block-accordion-heading:before{
	background-image: url(http://peace-one.co.jp/wp-content/uploads/2026/02/jiko2.png) !important;
}
.wp-block-group.top-faq-sec .wp-block-accordion-item:nth-child(3) .wp-block-accordion-heading:before{
	background-image: url(http://peace-one.co.jp/wp-content/uploads/2026/02/keiyaku.png) !important;
}
.wp-block-group.top-faq-sec .wp-block-accordion-item:nth-child(4) .wp-block-accordion-heading:before{
	background-image: url(http://peace-one.co.jp/wp-content/uploads/2026/02/4.png) !important;
}
.wp-block-group.top-faq-sec .wp-block-accordion-item:nth-child(5) .wp-block-accordion-heading:before{
	background-image: url(http://peace-one.co.jp/wp-content/uploads/2026/02/5.png) !important;
}
.wp-block-group.top-faq-sec .wp-block-accordion-item:nth-child(6) .wp-block-accordion-heading:before{
	background-image: url(http://peace-one.co.jp/wp-content/uploads/2026/02/6.png) !important;
}

/* --------------------------------------------- */
.wp-block-cover.top-blog-sec h2.wp-block-heading,.wp-block-cover.top-blog-sec p.subtitle-en-text{
	text-align: center;
}
ul.top-blog-item {
	width: fit-content;
}
ul.top-blog-item li {
	display: flex;
	gap: 50px;
	border: none!important;
	padding: 15px 0;
}
ul.top-blog-item li .wp-block-latest-posts__featured-image{
	margin:0!important;
	width:35%;
	max-width: 240px;
}
ul.top-blog-item li a.wp-block-latest-posts__post-title {
	width: 65%;
	color: #020201;
}
ul.top-blog-item li .latest-posts-categories {
	display: none;
}
@media only screen and (max-width:768px){
	ul.top-blog-item li{
		gap:30px;
	}
}
@media only screen and (max-width:460px){
	ul.top-blog-item li{
		gap:15px;
	}
	ul.top-blog-item li a.wp-block-latest-posts__post-title{
		font-size: var(--fs16);
	}
}
/* --------------------------------------------- */
.wp-block-group.top-news-sec h2.wp-block-heading,.wp-block-group.top-news-sec p.subtitle-en-text{
	text-align: center;
}
.wp-block-group.top-news-sec ul.wp-block-latest-posts__list {
	width: fit-content;
}
.wp-block-group.top-news-sec ul.wp-block-latest-posts__list.wp-block-latest-posts li {
	border: none;
	display: flex;
	gap: 10px 30px;
	flex-direction: row-reverse;
	justify-content: start;
}
.wp-block-group.top-news-sec ul.wp-block-latest-posts__list.wp-block-latest-posts li a,.wp-block-group.top-news-sec ul.wp-block-latest-posts__list.wp-block-latest-posts li time{
	color:#000;
	font-size: inherit;
	margin:0;
}
.wp-block-group.top-news-sec ul.wp-block-latest-posts__list.wp-block-latest-posts li a.post-category-label {
    background: var(--color-brand-blue);
    padding: 5px 15px;
    font-size: var(--fs14);
    text-decoration: none;
    color: #FFF;
}
@media only screen and (max-width:768px){
	.wp-block-group.top-news-sec ul.wp-block-latest-posts__list.wp-block-latest-posts li{
		flex-wrap: wrap-reverse;
	}
}
@media only screen and (max-width:360px){
	.wp-block-group.top-news-sec ul.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title br{
		display:none;
	}
}

/* --------------------------------------------- */
.wp-block-group.top-footer-bnr-block {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	gap: 10px 30px;
	max-width: var(--max-content-width);
	margin: 30px auto 80px;
}
.wp-block-group.top-footer-bnr-block figure.wp-block-image{
	margin:0;
	display: flex;
	align-items: center;
}
.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(1){
	grid-column-start:1;
	grid-column-end:5;
	grid-row-start:1;
	grid-row-end:3;
	margin-bottom: 50px;
}
.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(2){
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:3;
	grid-row-end:4;
}
.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(2) img ,.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(3) img {
	max-height: 200px;
	object-fit: contain;
}
.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(3){
	grid-column-start:2;
	grid-column-end:3;
	grid-row-start:3;
	grid-row-end:4;
}
.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(4){
	grid-column-start:3;
	grid-column-end:5;
	grid-row-start:3;
	grid-row-end:4;
}
.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(5){
	grid-column-start:3;
	grid-column-end:5;
	grid-row-start:4;
	grid-row-end:4;
}
@media only screen and (max-width:768px){
	.wp-block-group.top-footer-bnr-block {
		max-width:600px;
	}
	.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(1){
		grid-column-start:1;
		grid-column-end:3;
		grid-row-start:1;
		grid-row-end:2;
		margin-bottom:0;
	}
	.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(2){
		grid-column-start:1;
		grid-column-end:2;
		grid-row-start:4;
		grid-row-end:5;
	}
	.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(3){
		grid-column-start:2;
		grid-column-end:3;
		grid-row-start:4;
		grid-row-end:5;
	}
	.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(4){
		grid-column-start:1;
		grid-column-end:3;
		grid-row-start:2;
		grid-row-end:3;
	}
	.wp-block-group.top-footer-bnr-block figure.wp-block-image:nth-child(5){
		grid-column-start:1;
		grid-column-end:3;
		grid-row-start:3;
		grid-row-end:4;
	}
}

/**/
div#sb_instagram {
	margin-bottom: 150px;
}
