/*
Theme Name: meetme-x
Theme URI:
Author: 
Author URI:
Description: none
Version: 1
License: 
*/

* {
	box-sizing: border-box;
}

html {
	/*font-size: 10px;*/
	font-size: 62.5%;
	min-height: 100%;
}
html.font-small {
  font-size: 50%;
}

html.font-medium {
  font-size: 62.5%;  /* 10px（標準） */
}

html.font-big {
  font-size: 80%;
}


body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 500;
	/*font-feature-settings: "palt";*/
	background-color: #F9FBFF;
}
main {
	overflow: hidden;
}

input,
select,
textarea {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}

p, ul, li {
	font-size: 2.4rem;
	line-height: 1.66;
}

a {
	color: #000;
	transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.inner {
	max-width: 1200px;
	width: calc(100% - 240px);
	margin: 0 auto;
}
.scroll-prevent {
    overflow: hidden;
    scrollbar-gutter: stable;
}
.img-dark{
	display: none;
}
.skip-link{
  position:absolute;
  left:-9999px;
}
.skip-link:focus{
  left:10px;
  top:10px;
  z-index:10000;
}
@media screen and (min-width: 768px) {
	html {
		
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	a:hover {
		opacity: 0.8;
	}
	.u-mobile{
		display: none;
	}
}
@media screen and (max-width: 1439px) {
	.inner {
		width: calc(100% - 120px);
	}
}
@media screen and (max-width: 1023px) {
	.inner {
		width: calc(100% - 60px);
	}
	.menu-overlay {
		position: fixed;
		inset: 0;
		background-color: #F9FBFF;
		opacity: 0;
		pointer-events: none;
		/*transition: opacity .3s;*/
		z-index: 50;
	}
	/* メニューOPEN時 */
	.menu-open .menu-overlay {
		opacity: 1;
		pointer-events: auto;
	}
}
@media screen and (max-width: 767px) {
	p, ul, li {
		font-size: 2.2rem;
		line-height: 1.45;
	}
	.inner{
		width: calc(100% - 20px);
	}
	.u-desktop{
		display: none;
	}
}


.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
.logo span{
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	rotate: 45deg;
}
.logo span::before,
.logo span::after{
	content: "";
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.logo span::before{
	width: 16px;
	height: 2px;
}
.logo span::after{
	height: 16px;
	width: 2px;
}
.logo .logo__meetme-x{
	width: 268px;
}
.logo .logo__blind-soccer{
	width: 229px;
}
@media screen and (max-width: 767px) {
	.logo span{
		width: 16px;
		height: 16px;
	}
	.logo span::before{
		width: 20px;
	}
	.logo span::after{
		height: 20px;
	}
}


@media screen and (max-width: 767px) {
	
}

.sec{
	padding: 120px 0;
}
.sec__hr{
	height: 0;
	border-top: 2px solid #000;
	margin: 0;
}
.sec__head{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 64px;
}
.sec__h2{
	font-size: 4.8rem;
	line-height: 1.25;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #E1000E;
	text-decoration-thickness: 10px;
	text-underline-offset: 12px;
	padding-bottom: 12px;
}
.sec__h3{
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.sec__lead{
	text-align: center;
}
.sec__boxList{
	display: flex;
	gap: 20px;
	margin-top: 60px;
}
.sec__boxList > li{
	width: calc((100% - 40px) / 3);
	padding: 30px 0;
	background-color: #fff;
    border-radius: 8px;
    border: 1px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.sec__boxList__ttl{
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.sec__boxList__img{
	width: 200px;
	background-color: #fff;
	border-radius: 50%;
}
.sec__boxList__desc{
	width: calc(100% - 40px);
	font-size: 2rem;
	line-height: 1.6;
}
@media screen and (max-width: 1023px) {
	.sec__h2{
		line-height: 1.5;
	}
	.sec__boxList{
		flex-direction: column;
	}
	.sec__boxList > li{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.sec{
		padding: 80px 0;
	}
	.sec__head{
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin-bottom: 60px;
	}
	.sec__h2{
		font-size: 3.8rem;
		line-height: 1.5;
		text-decoration-thickness: 8px;
		text-underline-offset: 8px;
		padding-bottom: 8px;
	}
	.sec__h3{
		font-size: 2.8rem;
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.sec__lead{
		text-align: left;
	}
	.sec__boxList{
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}
	.sec__boxList > li{
		width: 100%;
		padding: 20px 0;
		gap: 24px;
	}
	.sec__boxList__ttl{
		font-size: 2.4rem;
	}
	.sec__boxList__img{
		width: 160px;
	}
	.sec__boxList__desc{
		width: calc(100% - 40px);
		font-size: 1.8rem;
		line-height: 1.44;
	}
}

/* ヘッダー */
.header{
	padding: 30px 0 20px;
}
.header__inner{
	max-width: 1380px;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 20px 40px;
	border-radius: 8px;
	border: 1px solid #000066;
	background-color: #fff;
	overflow: hidden;	
	position: relative;
}
.header__sp {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	z-index: 99;
}
.header__top{
	height: 60px;
	display: flex;
	align-items: center;
}
.header__logo{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 100;
}
.header__select{
	display: flex;
	align-items: center;
	gap: 24px;
	margin-left: auto;
}
.header__select > div{
	display: flex;
	align-items: center;
	gap: 12px;
}
.header__select__list{
	display: flex;
	align-items: center;
	gap: 12px;
}
.header__select__list button{
	font-size: 2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
}
.header__select__list button[aria-pressed="true"]{
	color: #fff;
	background-color: #1B1A1A;
	cursor: unset;
}
.header__select__ttl{
	font-size: 2rem;
	font-weight: 700;
}
.header__select--color .header__select__list button{
	padding: 6px 32px;
}
.header__select--size .header__select__list button{
	padding: 6px 6px;
}
.header__select--size .header__select__list button.small{
	font-size: 1.8rem;
}
.header__select--size .header__select__list button.big{
	font-size: 2.4rem;
}
.header__btm{
	padding-top: 16px;
	border-top: 1px solid #000;
}
.header__nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 40px;
}
.header__nav a{
	font-size: 2.4rem;
	line-height: 1.33;
	font-weight: 700;
	display: block;
}
.header__btn{
	width: 56px;
	height: 56px;
	background-color: #0D39A1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	z-index: 99;
	flex-shrink: 0;
	cursor: pointer;
}
.header__btn div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
}
.header__btn span{
	width: 28px;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease-out;
}
.header__btn.is-opened {
	
}

.header__btn.is-opened span:nth-of-type(1) {
	rotate: 35deg;
	translate: 0 10px;
}
.header__btn.is-opened span:nth-of-type(2) {
	opacity: 0;
}
.header__btn.is-opened span:nth-of-type(3) {
	rotate: -35deg;
	translate: 0 -10px;
}
.header__copyright{
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	display: block;
}

@media screen and (min-width: 1024px) {
	.header__btn{
		display: none;
	}
	.header__copyright{
		display: none;
	}
}
@media screen and (max-width: 1439px) {
	.header__logo{
		position: unset;
		margin-bottom: 10px;
	}
	.header__sp{
		gap: 8px;
	}
	.header__select{
		margin: 0 auto;
	}
}
@media screen and (max-width: 1023px) {
	.header__inner{
		width: calc(100% - 20px);
		padding: 12px 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header__sp {
		opacity: 0;
		visibility: hidden;
		width: 100%;
		gap: 40px;
		padding: 32px 20px 60px;
		background-color: #F9FBFF;
		height: calc(100% - 136px);
        overflow-y: scroll;
		position: fixed;
		top: 136px;
		left: 0;
	}
	.header__sp.is-active {
		opacity: 1;
		visibility: visible;
	}
	.header__logo{
		margin: 0;
	}
	.header__top{
		height: unset;
		flex-direction: column;
		align-items: unset;
	}
	.header__select{
		flex-direction: column;
		gap: 40px;
		margin: 0;
	}
	.header__select > div{
		width: 100%;
		flex-direction: column;
		align-items: unset;
		gap: 12px;
	}
	.header__select__list{
		gap: 10px;
		align-items: unset;
		justify-content: space-between;
	}
	.header__select__list > li{
		flex: 1 1 0;
	}
	.header__select__list button{
		width: 100%;
		height: 100%;
	}
	.header__btm{
		display: flex;
		flex-direction: column;
		gap: 40px;
		padding-top: 40px;
		border-top: 2px solid #000;
	}
	.header__nav ul{
		flex-direction: column;
		gap: 30px;
		padding-bottom: 10px;
		border-bottom: 2px solid #000;
	}
	.header__nav ul > li{
		padding-bottom: 30px;
		border-bottom: 1px solid #0D39A1;
	}
	.header__nav ul > li:last-of-type{
		border-bottom: 0;
	}
	.header__nav a{
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.header{
		padding: 15px 0 20px;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 99;
	}
	.header__sp {
		top: 117px;
	}
	.header__logo{
		position: unset;
		gap: 12px;
		margin: 0;
	}
	.header__logo .logo__meetme-x{
		width: 130px;
	}
	.header__logo .logo__blind-soccer{
		width: 36px;
	}
	.header__select__ttl{
		font-size: 2.4rem;
		text-align: center;
	}
	.header__select--color .header__select__list button{
		font-size: 2.4rem;
		padding: 10px 10px;
	}
	.header__select--size .header__select__list button{
		padding: 16px 10px;
	}
	.header__select--size .header__select__list button.small {
		font-size: 2rem;
	}
	.header__select--size .header__select__list button.medium{
		font-size: 2.4rem;
	}
	.header__select--size .header__select__list button.big{
		font-size: 3rem;
	}
	.header__nav a{
		font-size: 2.4rem;
		text-align: center;
	}
	/*
	.header:has(.header__sp.is-active){
		background-color: unset;
		border-color: #F9FBFF;
	}
	*/
}

/* フッター */
.footer {
	padding: 60px 0;
	background: #000;
}
.footer__inner{
	max-width: 1360px;
	width: calc(100% - 80px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.footer__logo{
	
}
.footer__logo span::before,
.footer__logo span::after{
	background-color: #fff;
}
.footer__nav{

}
.footer__nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 40px;
}
.footer__nav a{
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	display: block;
}
.footer__copyright {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding-top: 40px;
	border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.footer__inner{
		width: calc(100% - 40px);
	}
	.footer__logo{
		flex-direction: column;
		gap: 16px;
	}
	.footer__nav ul{
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.footer__nav a{
		font-size: 2rem;
		text-align: center;
	}
	.footer__copyright {
		font-size: 1.4rem;
	}
}

.cta{
	padding: 100px 0;
	background-color: #FFBC00;
}
.cta__list{
	display: flex;
	gap: 26px;
}
.cta__list > li{
	width: calc((100% - 26px) / 2);
}
.cta__list a{
	height: 100%;
	padding: 30px 40px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 24px;
}
.cta__icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.cta__icon img{
	width: 62px;
}
.cta__mail .cta__icon{
	background-color: #AA0000;
}
.cta__tel .cta__icon{
	background-color: #000066;
}
.cta__mail p{
	font-size: 3.8rem;
	line-height: 1.2;
	font-weight: 700;
}
.cta__tel span{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 700;
}
.cta__tel p{
	font-size: 4.8rem;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: underline;
}
@media screen and (max-width: 1023px) {
	.cta__list{
		flex-direction: column;
	}
	.cta__list > li{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.cta{
		padding: 30px 0;
	}
	.cta__list{
		flex-direction: column;
		gap: 20px;
	}
	.cta__list > li{
		width: 100%;
	}
	.cta__list a{
		height: 100%;
		padding: 25px 20px;
		gap: 20px;
	}
	.cta__icon{
		width: 60px;
		height: 60px;
	}
	.cta__icon img{
		width: 36px;
	}
	.cta__mail p{
		font-size: 2.8rem;
		line-height: 1.2;
	}
	.cta__tel span{
		font-size: 2.3rem;
	}
	.cta__tel p{
		font-size: 3.2rem;
	}
}

/* 目次 */
.outline{
	padding: 0 20px;
}
.outline__ttl{
	font-size: 3.8rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.outline__list{
	display: flex;
	gap: 20px;
}
.outline__list > li{
	flex: 1 1 0;
}
.outline__list a{
	font-size: 2.2rem;
	line-height: 1.27;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 30px 64px;
	height: 100%;
	position: relative;
}
.outline__list a::before{
	content: "";
	width: 20px;
	height: 10px;
	background-color: #000;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	bottom: 30px;
	translate: -50% 0;
}
@media screen and (max-width: 1023px) {
	.outline__list a{
		padding: 30px 10px 64px;
	}
}
@media screen and (max-width: 767px) {
	.outline{
		padding: 0;
	}
	.outline__ttl{
		font-size: 3.8rem;
		margin-bottom: 24px;
	}
	.outline__list{
		flex-direction: column;
	}
	.outline__list > li{
		width: 100%;
	}
	.outline__list a{
		font-size: 2.2rem;
		padding: 20px 20px 40px;
	}
	.outline__list a::before{
		bottom: 18px;
	}
}

.faq__list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.faq__list > li{
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid;
}
.faq__list__dl{
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.faq__list__dl dt,
.faq__list__dl dd{
	display: flex;
	align-items: center;
	gap: 28px;
}
.faq__list__dl dt{
	padding-bottom: 28px;
	border-bottom: 1px solid;
}
.faq__list__dl span{
	font-size: 4.8rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	flex-shrink: 0;
}
.faq__list__dl dt p{
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: 700;
}
.faq__list__dl dt span{
	background-color: #0D39A1;
	padding-bottom: 8px;
}
.faq__list__dl dd span{
	background-color: #AA0000;
}
@media screen and (max-width: 767px) {
	.faq__list > li{
		padding: 30px;
	}
	.faq__list__dl{
		gap: 24px;
	}
	.faq__list__dl dt,
	.faq__list__dl dd{
		gap: 28px;
	}
	.faq__list__dl span{
		font-size: 3.2rem;
		width: 60px;
		height: 60px;
	}
	.faq__list__dl dt p{
		font-size: 2.6rem;
		line-height: 1.15;
	}
}


.news__list{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.news__list a{
	padding: 30px 60px;
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.news__list a span{
	width: 60px;
	height: 60px;
	background-color: #0D39A1;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
}
.news__list a span::before{
	content: "";
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 17px;
	translate: 0 -50%;
	rotate: 45deg;
}
.news__txt{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.news__ttl{
	font-size: 2.8rem;
	line-height: 1.46;
	font-weight: 700;
}
.news__date{
	font-size: 2rem;
	line-height: 1;
}
.news__btn{
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	padding: 40px 0;
	max-width: 100%;
	width: 590px;
	display: flex;
	justify-content: center;
	background-color: #AA0000;
	border-radius: 8px;
	margin: 0 auto;
}
@media screen and (max-width: 1023px) {
	.news__list a{
		padding: 30px;
	}	
}
@media screen and (max-width: 767px) {
	.news__list{
		gap: 20px;
	}
	.news__list a{
		padding: 20px;
		border-radius: 8px;
		gap: 10px;
	}
	.news__list a span{
		width: 30px;
		height: 30px;
	}
	.news__list a span::before{
		width: 8px;
		height: 8px;
		left: 8px;
	}
	.news__txt{
		gap: 10px;
	}
	.news__ttl{
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.news__date{
		font-size: 1.8rem;
	}
	.news__btn{
		font-size: 2.2rem;
		padding: 40px 0;
		width: 100%;
	}
}


.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.pagination li{
	flex-shrink: 0;
}
.pagination a,
.pagination span {
	font-size: 3.2rem;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid;
	position: relative;
}
.pagination .current {
	color: #fff;
	background-color: #0D39A1;
}
.pagination a.prev,
.pagination a.next{
	border-color: #0D39A1;
}
.pagination a.prev{
	margin-right: 20px;
}
.pagination a.next{
	margin-left: 20px;
}
.pagination a.prev::before,
.pagination a.next::before{
	content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #0D39A1;
    border-right: 2px solid #0D39A1;
    position: absolute;
    top: 50%;
    translate: 0 -50%;    
}
.pagination a.prev::before{
	right: 17px;
	rotate: 225deg;
}
.pagination a.next::before{
	left: 17px;
	rotate: 45deg;
}
.pagination .hidden{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
@media screen and (max-width: 767px) {
	.pagination ul {
		gap: 16px;
		margin-top: 40px;
	}
	.pagination a,
	.pagination span {
		font-size: 3rem;
		width: 50px;
		height: 50px;
	}
	.pagination a.prev{
		margin-right: 10px;
	}
	.pagination a.next{
		margin-left: 10px;
	}
	.pagination a.prev::before,
	.pagination a.next::before{
		content: "";
		width: 13px;
		height: 13px;
	}
	.pagination a.prev::before{
		right: 13px;
	}
	.pagination a.next::before{
		left: 13px;
	}
}



@media screen and (max-width: 767px) {

}


/* 投稿ページ */
.single {
	
}
.single .post__body{
	padding: 40px 0 120px;
}
.post__box{
	padding: 60px 40px;
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid;
}
.post__ttl{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid;
}
.post__h1 {
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 700;
}
.post__date{
	font-size: 2rem;
	line-height: 1.2;
}
.post__content{
	font-size: 2rem;
	line-height: 1.6;
	padding: 40px 20px 0;
}
.post__content > *:nth-child(1){
	margin-top: 0;
}
.post__content h2{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 20px;
}
.post__content h3{
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
}
.post__content p{
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 40px;
}
.post__content a{
	text-decoration: underline;
}
.post__content .wp-block-table{
	margin-bottom: 40px;
}
.post__content .wp-block-table thead{
	border: 0;
	position: relative;
	z-index: 2;
}
.post__content .wp-block-table thead::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #EAEAEA;
	border-radius: 8px;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.post__content .wp-block-table tbody tr{
	border-bottom: 1px solid;
}
.post__content .wp-block-table th{
	color: #000;
	text-align: left;
	font-weight: 500;
	padding: 15px 15px 15px 40px;
	border: 0;
}
.post__content .wp-block-table td{
	padding: 12px 15px 12px 40px;
	border: 0;
	vertical-align: middle;
}
.post__content .wp-block-image{
	margin: 0 auto 40px;
}
.post__content .wp-block-image,
.post__content .wp-block-image figure{
	border-radius: 8px;
	overflow: hidden;
}
.post__nav{
	margin-top: 30px;
}
.post__nav ul{
	display: flex;
	justify-content: center;
	position: relative;
}
.post__nav a{
	font-size: 2rem;
	text-decoration: underline;
}
.post__nav__prev{
	position: absolute;
	top: 0;
	left: 0;
}
.post__nav__next{
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.single .post__body{
		padding: 20px 0 80px;
	}
	.post__box{
		padding: 20px 20px;
		border-radius: 8px;
	}
	.post__ttl{
		gap: 20px;
		padding-bottom: 40px;
	}
	.post__h1 {
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.post__date{
		font-size: 1.8rem;
	}
	.post__content{
		padding: 40px 0 0;
	}
	.post__content h2{
		font-size: 2.4rem;
		margin-top: 60px;
		margin-bottom: 20px;
	}
	.post__content h3{
		font-size: 2.2rem;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.post__content p{
		font-size: 2rem;
		line-height: 1.6;
		word-break: break-all;
		margin-bottom: 40px;
	}
	.post__content .wp-block-table{
		padding-bottom: 20px;
	}
	.post__content .wp-block-table table{
		width: auto;
	}
	.post__content .wp-block-table th,
	.post__content .wp-block-table td{
		white-space: nowrap;
		padding: 12px 15px 12px 20px;
	}
	.post__nav ul{
		padding-top: 45px;
	}
}


/* 固定ページ */
.page {
	
}
.page__head {
	height: 240px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #AA0000;
}
.page__h1{
	font-size: 4.8rem;
	line-height: 1.44;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.page__content{
	
}
.page__content .sec{
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.page__head{
		height: unset;
		min-height: 210px;
		padding: 50px 15px;
	}
	.page__h1{
		font-size: 3.8rem;
		line-height: 1.2;
	}
	.page__content .sec{
		padding-left: 0;
		padding-right: 0;
	}
}

/* トップページ */
.home .home__body{
	padding-top: 40px;
}
.home__mv{
	padding: 0 0 120px;
}
.home__mv__top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}
.home__mv__catch{
	font-size: 5.8rem;
	line-height: 1.72;
	font-weight: 700;
}
.home__mv__img{
	width: 470px;
}
.home__mv__mid{
	margin-bottom: 120px;
}
.home__mv__lead{
	font-size: 3.2rem;
	line-height: 1.4375;
	font-weight: 700;
	margin-bottom: 20px;
}
.home__mv__desc{
	max-width: 890px;
}
.home__mv__link{
	display: flex;
	gap: 20px;
}
.home__mv__link > li{
	flex: 1 1 0;
}
.home__mv__link a{
	font-size: 3.2rem;
	line-height: 1.4375;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 54px 0;
	background-color: #000;
	border-radius: 8px;
	display: block;
}
.home__mv__link__meetmex a{
	background-color: #000066;
}
.home__mv__link__helper a{
	background-color: #AA0000;
}
.home__about{

}
.home__about__h3{
	font-size: 3.2rem;
	line-height: 1.4375;
	font-weight: 700;
	margin-bottom: 10px;
}
.home__about__list{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.home__about__list > li{
	padding: 60px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #000;
}
.home__about__flex{
	display: flex;
	gap: 28px;
}
.home__about__img{
	max-width: 100%;
	width: 360px;
	flex-shrink: 0;
}
.home__about__img img{
	border-radius: 8px;
}
.home__about__task{
	margin-top: 80px;
}
.home__about__task p + p{
	margin-top: 30px;
}
.home__about__task .fs{
	font-size: 4rem;
	line-height: 1.25;
}
.home__about__task__list{
	margin-top: 10px;
	margin-bottom: 20px;
}
.home__about__task__list p{
	line-height: 1.25;
}
.home__about__task__list .fs{
	font-size: 5.4rem;
}
.home__news .news__btn{
	margin-top: 64px;
}
@media screen and (max-width: 1023px) {
	.home__mv__top{
		flex-direction: column;
		gap: 38px;
	}
	.home__about__list > li{
		padding: 30px;
	}
	.home__about__flex{
		flex-direction: column;
	}
	.home__about__img{
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.home__mv{
		padding-bottom: 60px;
	}
	.home__mv__top{
		flex-direction: column;
		gap: 38px;
		margin-bottom: 40px;
	}
	.home__mv__catch{
		font-size: 3.6rem;
		line-height: 1.66;
	}
	.home__mv__img{
		width: 224px;
	}
	.home__mv__mid{
		margin-bottom: 35px;
	}
	.home__mv__lead{
		font-size: 2.2rem;
		line-height: 1.63;
		margin-bottom: 15px;
	}
	.home__mv__desc{
		font-size: 2rem;
		line-height: 1.6;
	}
	.home__mv__link{
		flex-direction: column;
	}
	.home__mv__link > li{
		width: 100%;
	}
	.home__mv__link a{
		font-size: 2.2rem;
		line-height: 1.63;
		padding: 22px 0;
	}
	.home__about__h3{
		font-size: 2.6rem;
	}
	.home__about__list{
		gap: 32px;
	}
	.home__about__list > li{
		padding: 30px 20px;
	}
	.home__about__flex{
		flex-direction: column;
		gap: 28px;
	}
	.home__about__txt p{
		font-size: 2rem;
		line-height: 1.6;
	}
	.home__about__img{
		width: 360px;
		flex-shrink: 0;
	}
	.home__about__task .home__about__h3{
		font-size: 3.2rem;
	}
	.home__about__task p{
		font-size: 2rem;
		line-height: 1.6;
	}
	.home__about__task p + p{
		margin-top: 30px;
	}
	.home__about__task .fs{
		font-size: 4rem;
	}
	.home__about__task__list{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.home__about__task__list p{
		line-height: 1.25;
	}
	.home__about__task__list .fs{
		font-size: 4.6rem;
	}
	.home__about .sec__boxList{
		margin-top: 60px;
	}
	.home__news .news__btn{
		margin-top: 32px;
	}
}

/* お知らせ一覧 */
.blog .page__head{
	background-color: #AA0000;
}
.blog .page__body{
	padding: 80px 0 120px;
}
.blog .page__content{
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	.blog .page__body{
		padding: 40px 0 80px;
	}
	.blog .page__content{
		padding-left: 10px;
		padding-right: 10px;
	}	
}


/* 同行援護を利用したい障がい者の方へ */
.meetmex{

}
.meetmex .page__head{
	background-color: #0D39A1;
}
.meetmex .page__body{
	padding-top: 50px;
}
.meetmex__feature{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.meetmex__feature > li{
	display: flex;
	gap: 20px;
	position: relative;
}
.meetmex__feature__icon{
	content: "";
	width: 74px;
	height: 63px;
	background-image: url(img/icon__check.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	flex-shrink: 0;
	margin-top: 8px;
}
.meetmex__feature__ttl{
	font-size: 3.2rem;
	line-height: 1.4375;
    font-weight: 700;
    margin-bottom: 5px;
}
.meetmex__feature__desc{
	font-size: 2.4rem;
	line-height: 1.66;
}
.meetmex__flow{
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.meetmex__flow > li{
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 30px 30px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid;
	position: relative;
}
.meetmex__flow > li:not(:last-of-type)::after{
	content: "";
	width: 30px;
	height: 16px;
	background-color: #E1000E;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	bottom: -33px;
	translate: -50% 0;
}
.meetmex__flow__num{
	font-size: 5.2rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #E1000E;
	flex-shrink: 0;
}
.meetmex__flow__ttl{
	font-size: 3.2rem;
	line-height: 1.4375;
    font-weight: 700;
    margin-bottom: 8px;
}
.meetmex__flow__ul > li{
	position: relative;
	padding-left: 1em;
}
.meetmex__flow__ul > li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.meetmex__rule{
	display: flex;
	gap: 20px;
}
.meetmex__rule > li{
	width: calc((100% - 40px) / 3);
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid;
}
.meetmex__rule__ttl{
	display: flex;
	align-items: center;
	gap: 14px;
	padding-left: 22px;
	margin-bottom: 10px;
}
.meetmex__rule__ttl span{
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.meetmex__rule__ttl span img{
	width: auto;
	height: 100%;
}
.meetmex__rule__ttl p{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 700;
}
.meetmex__rule__ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.meetmex__rule__ul > li{
	font-size: 2rem;
	line-height: 1.6;
	padding-left: 1em;
	position: relative;
}
.meetmex__rule__ul > li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1023px) {
	.meetmex__rule{
		flex-direction: column;
	}
	.meetmex__rule > li{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.meetmex .page__body{
		padding-top: 60px;
	}
	.meetmex__feature{
		gap: 40px;
		margin: 0 10px;
	}
	.meetmex__feature > li{
		display: flex;
		gap: 20px;
		position: relative;
	}
	.meetmex__feature__icon{
		width: 62px;
		height: 52px;
		margin-top: 0;
		position: absolute;
		top: 4px;
		left: 0;
	}
	.meetmex__feature__ttl{
		font-size: 2.4rem;
		line-height: 1.2;
		height: calc(2em * 1.2);
		display: flex;
		align-items: center;
		padding-left: 75px;
		margin-bottom: 10px;
	}
	.meetmex__feature__desc{
		font-size: 2rem;
		line-height: 1.45;
	}
	.meetmex__flow{
		gap: 48px;
	}
	.meetmex__flow > li{
		flex-direction: column;
		gap: 20px;
		padding: 30px 20px;
	}
	.meetmex__flow__ttl{
		font-size: 3.2rem;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.meetmex__flow__ul{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.meetmex__flow__ul > li{
		font-size: 2rem;
		line-height: 1.45;
		position: relative;
		padding-left: 1em;
	}
	.meetmex__rule{
		flex-direction: column;
	}
	.meetmex__rule > li{
		width: 100%;
		padding: 20px 20px;
	}
	.meetmex__rule__ttl{
		gap: 14px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.meetmex__rule__ttl p{
		font-size: 2.8rem;
	}
	.meetmex__rule__ul > li{
		font-size: 2rem;
		line-height: 1.45;
	}
}


/* ガイドヘルパーとして働きたい方へ */
.helper{

}
.helper .page__head{
	background-color: #AA0000;
}
.helper .sec__h2{
	text-decoration-color: #0D39A1;
}
.helper .sec:first-of-type{
	padding-top: 80px;
}
.helper__work{
	display: flex;
	gap: 40px;
	margin-bottom: 120px;
}
.helper__work__img{
	width: 418px;
	flex-shrink: 0;
}
.helper__work__ul{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}
.helper__work__ul > li{
	padding-left: 1em;
	position: relative;
}
.helper__work__ul > li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.helper__whom{
	position: relative;
	padding-top: 102px;
}
.helper__whom__h3{
	width: calc((100% - 20px) / 2);
	height: 103px;
	background-color: #D9D9D9;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 1;
}
.helper__whom__h3 button{
	font-size: 3.2rem;
	font-weight: 700;
	border: 0;
	padding: 0;
	background-color: unset;
	cursor: pointer;
}
.helper__whom__h3.is-active{
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 0;
	z-index: 3;
}
.helper__whom__h3.is-active button{
	color: #AA0000;
}
.helper__whom__has .helper__whom__h3{
	left: 0;
}
.helper__whom__going .helper__whom__h3{
	right: 0;
}
.helper__whom__box{
	display: none;
	padding: 50px 40px 60px;
	background-color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid;
	position: relative;
	z-index: 2;
}
.helper__whom__box.is-open {
  display: block;
}
.helper__whom__catch{
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
}
.helper__whom__detail{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.helper__whom__h4{
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 1em;
	text-indent: -1em;
}
.helper__whom__h4::before{
	content: "・";
}
.helper__whom__ul{
	margin-top: 10px;
	margin-left: 2.4rem;
}
.helper__whom__ul > li{
	font-size: 2rem;
	line-height: 1.6;
	padding-left: 1em;
	position: relative;
}
.helper__whom__ul > li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.helper__whom__flow{
	color: #fff;
	text-align: center;
	display: flex;
	gap: 10px;
	margin-top: 15px;
	margin-left: 2.4rem;
}
.helper__whom__flow > li{
	width: calc((100% - 40px) / 5);
	padding: 20px 20px 30px 5px;
	background-color: #AA0000;
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.helper__whom__flow span{
	font-size: 3rem;
	font-weight: 700;
}
.helper__whom__flow p{
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	height: calc(3em * 1.3);
	display: flex;
	align-items: center;
}
.helper__whom__btn{
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding: 48px 25px;
	min-width: 506px;
	width: fit-content;
	background-color: #FFBC00;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
}
@media screen and (max-width: 1023px) {
	.helper__work{
		flex-direction: column;
	}
	.helper__work__img{
		margin: 0 auto;
	}
	.helper__whom__flow{
		flex-direction: column;
		align-items: center;
		margin-left: 0;
	}
	.helper__whom__flow > li{
		max-width: 600px;
		width: 100%;
		padding: 15px 20px 30px;
		clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
		gap: 5px;
	}
	.helper__whom__flow p{
		height: calc(1em * 1.3);
	}
}
@media screen and (max-width: 767px) {
	.helper .sec:first-of-type{
		padding-top: 80px;
	}
	.helper__work{
		flex-direction: column;
		gap: 40px;
		margin-bottom: 100px;
	}
	.helper__work__img{
		width: 260px;
		margin: 0 auto;
	}
	.helper__work__ul{
		gap: 30px;
		margin-top: 30px;
	}
	.helper__whom{
		padding-top: 119px;
	}
	.helper__whom__h3{
		width: calc((100% - 10px) / 2);
		height: 120px;
		padding: 2px;
	}
	.helper__whom__h3 button{
		font-size: 2.6rem;
		line-height: 1.15;
		word-break: auto-phrase;
	}
	.helper__whom__box{
		padding: 40px 10px 40px;
	}
	.helper__whom__catch{
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.helper__whom__detail{
		gap: 30px;
	}
	.helper__whom__h4{
		font-size: 2.2rem;
	}
	.helper__whom__ul{
		margin-top: 10px;
		margin-left: 2.2rem;
	}
	.helper__whom__ul > li{
		font-size: 2rem;
	}
	.helper__whom__flow{
		flex-direction: column;
		gap: 10px;
		margin-top: 15px;
		margin-left: 0;
	}
	.helper__whom__flow > li{
		width: 100%;
		padding: 15px 20px 25px;
		clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
		gap: 5px;
	}
	.helper__whom__flow span{
		font-size: 3rem;
	}
	.helper__whom__flow p{
		font-size: 2rem;
		height: calc(2em * 1.3);
		align-items: flex-start;
	}
	.helper__whom__btn{
		font-size: 2.2rem;
		line-height: 1.27;
		padding: 28px 15px;
		min-height: 128px;
		min-width: unset;
		width: 100%;
		margin: 40px auto 0;
	}
}


/* 提供エリアについて */
.area .page__head{
	background-color: #0D39A1;
}
.area .page__body{
	padding-bottom: 60px;
}
.area .sec{
	padding-bottom: 0;
}
.area .sec:first-of-type{
	padding-top: 80px;
}
.area__list{
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-bottom: 50px;
}
.area__list__h3{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 1em;
	text-indent: -1em;
}
.area__list__h3::before{
	content: "・";
}
.area__list__place{
	display: flex;
	flex-wrap: wrap;
	padding-left: 1em;
	position: relative;
	margin-top: 10px;
	margin-left: 2.8rem;
}
.area__list__place::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.area__list__place > li:not(:last-of-type)::after{
	content: "、";
}
.area__list__ul{
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
	margin-left: 2.8rem;
}
.area__list__ul > li{
	padding-left: 1em;
	position: relative;
}
.area__list__ul > li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.area__box{
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid;
	margin-top: 60px;
}
.area__box__ttl{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.area .page__body{
		padding-bottom: 40px;
	}
	.area .sec:first-of-type{
		padding-top: 80px;
	}
	.area__list{
		gap: 30px;
		margin-bottom: 40px;
	}
	.area__list__h3{
		font-size: 2.6rem;
	}
	.area__list__place{
		margin-top: 10px;
		margin-left: 2.6rem;
	}
	.area__list__ul{
		margin-top: 10px;
		margin-left: 2.6rem;
	}
	.area__box{
		padding: 30px 20px;
		margin-top: 40px;
	}
	.area__box__ttl{
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
}

/* 文字サイズ対応 */
.font-big .helper__whom{
	padding-top: 159px;
}
.font-big .helper__whom__h3{
	height: 160px;
}
.font-big .helper__whom__h3 button{
	word-break: break-all;
}


/* ダークモード */
.is-dark body{
	color: #fff;
	background-color: #323232;
}
.is-dark a{
	color: #fff;
}
.is-dark .img-light{
	display: none;
}
.is-dark .img-dark{
	display: block;
}
.is-dark .header__inner,
.is-dark .header__select__list button,
.is-dark .cta__list a,
.is-dark .home__about__list > li,
.is-dark .sec__boxList > li,
.is-dark .news__list a,
.is-dark .outline__list a,
.is-dark .meetmex__flow > li,
.is-dark .meetmex__rule > li,
.is-dark .faq__list > li,
.is-dark .area__box,
.is-dark .helper__whom__h3.is-active,
.is-dark .helper__whom__box,
.is-dark .post__box,
.is-dark .pagination a,
.is-dark .pagination span{
	color: #fff;
	background-color: #000;
	border-color: #fff;
}
.is-dark .pagination .current{
	color: #fff;
    background-color: #0D39A1;
}
.is-dark .helper__whom__h3.is-active button{
	color: #fff;
}
.is-dark .header__btm,
.is-dark .header__nav ul > li,
.is-dark .sec__hr,
.is-dark .faq__list dl > hr,
.is-dark .pagination a.prev::before,
.is-dark .pagination a.next::before{
	border-color: #fff;
}
.is-dark .helper__whom__h3{
	background-color: #999;
}
.is-dark .header__sp,
.is-dark .menu-overlay{
	background-color: #000;
}
.is-dark .header__logo span::before,
.is-dark .header__logo span::after,
.is-dark .outline__list a::before{
	background-color: #fff;
}
.is-dark .header__select__list button[aria-pressed="true"]{
	color: #000;
	background-color: #fff;
}
.is-dark .home__mv__link a,
.is-dark .news__btn{
	border: 1px solid #fff;
}
.is-dark .helper__whom__btn{
	color: #000;
}