/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

body {
	background: #fff;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.c-widget--title {
	background: url(../img/heading-line.png) repeat-x bottom center/340px auto;
	color: #000;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

.header {
	width: 100%;
}

.header .header__inner {
	align-items: center;
	display: flex;
	justify-content: right;
	margin: auto;
	max-width: 1950px;
	padding: 40px 15px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1006;
}

.header .header__inner.active {
	background: rgba(251, 251, 251, 0.2);
	transition: all 0.3s ease-in;
}

.header .header__inner .p-header__logo {
	left: 50px;
	position: fixed;
	top: 30px;
	z-index: 1004;
}

.header .header__inner .p-header__logo a img {
	display: block;
	width: 250px;
}

.header .header__inner .header__nav .header__link {
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 3px;
	position: relative;
	transition: color 0.3s ease;
}

.header .header__inner .header__nav .header__link:hover {
	opacity: 0.7;
}

.header .header__inner .header__nav .header__link:hover::after {
	width: 100%;
}

.header .header__inner .header__nav .header__link:active::after {
	width: 100%;
}

.header .header__inner .header__nav .header__button {
	background: linear-gradient(to right, #fcc051, #f8821b);
	border-radius: 60px;
	color: #fff;
	display: inline-block;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.48px;
	overflow: hidden;
	padding: 7px 30px;
	position: relative;
	transition: ease 0.2s;
}

.header .header__inner .header__nav .header__button:hover {
	opacity: 0.7;
}

.header .header__inner .drawer-icon {
	background: transparent;
	height: 21px;
	position: relative;
	width: 36px;
	z-index: 1003;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	background: #000;
	top: 10px;
	transform: rotate(40deg);
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	background: #000;
	top: 10px;
	transform: rotate(-40deg);
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	background: #000;
	border-radius: 6px;
	height: 2px;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(50%);
	transition: transform 0.3s linear, top 0.3s linear;
	width: 40px;
	z-index: 1008;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 27px;
}

#js-header.scrolled .header__link {
	color: #333;
}

.drawer-content {
	background: #fff;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	z-index: 1001;
}

.drawer-content .drawer-content__menu {
	color: #000;
}

.drawer-content .drawer-content__menu .drawer-content__link {
	border-bottom: 1px solid #292929;
	display: block;
	font-weight: 700;
	letter-spacing: 0.48px;
	padding: 20px 0 14px 10px;
	text-align: left;
}

.drawer-content .drawer-content__menu .drawer-content__link:first-child {
	border-top: 1px solid #292929;
}

.drawer-content .drawer-content__menu .drawer-content__button {
	margin-top: 14px;
	text-align: left;
}

.drawer-content .drawer-content__menu .p-drawer__content-sns ul {
	display: flex;
	gap: 10px;
	padding-top: 20px;
}

.drawer-content .drawer-content__menu .p-drawer__content-sns ul li img {
	filter: invert(1);
	height: auto;
	width: 30px;
}

.p-headerAll {
	position: relative;
}

.p-headerAll .p-newsArchive__text {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-fv {
	color: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-fv img {
	-o-object-fit: cover;
	height: 100vh;
	object-fit: cover;
	width: 100%;
}

.p-fv .p-fv__text {
	left: 5%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-fv .p-fv__text h1 {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 5px;
}

.news {
	margin-top: 150px;
}

.news .news__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 40px;
	text-align: center;
}

.news .p-news-content {
	margin: 0 auto 70px;
	max-width: 1100px;
}

.news .p-news-content .p-news-content__item:first-of-type {
	border-top: 1px solid #CCCCCC;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text {
	border-bottom: 1px solid #CCCCCC;
	padding: 40px 0;
	position: relative;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a::before {
	background: url(../img/arrow.svg) no-repeat center center/cover;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	rotate: 180deg;
	top: 50%;
	width: 8px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a .p-news-content__item-text-content {
	display: flex;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a .p-news-content__item-text-content .p-t_1 {
	background: #0177CC;
	border-radius: 20px;
	color: #fff;
	font-size: 0.8rem;
	margin-right: auto;
	padding: 3px 14px 0;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a .p-news-content__item-text-content .p-t_2 {
	letter-spacing: 3px;
	padding-right: 5%;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a .p-t_3 {
	font-size: 1.2rem;
	letter-spacing: 2px;
	max-width: 830px;
	padding-top: 10px;
}

.news .button {
	text-align: center;
}

.news .button .btn {
	border: 1px solid #000;
	display: inline-block;
	font-weight: 700;
	padding: 10px 50px;
}

.news .button .btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.navigation {
	padding-top: 70px;
	text-align: center;
}

.pages {
	border: none;
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
}

.p-single .p-single__content {
	margin: 0 auto 100px;
	max-width: 1100px;
}

.p-single .p-single__content .p-single__content--title {
	font-size: 1.9rem;
	font-weight: 700;
	padding-top: 100px;
	text-align: center;
}

.p-single .p-single__content .p-single__content-img {
	height: auto;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

.p-single .p-single__content .p-single__content-content {
	letter-spacing: 2px;
	line-height: 1.5;
	padding-top: 40px;
}

.activity {
	margin: 140px auto 0;
	max-width: 1100px;
	width: 100%;
}

.activity .p-activity__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 40px;
	text-align: center;
}

.activity .p-activity-content {
	display: flex;
	gap: 40px;
	justify-content: space-around;
	margin-bottom: 70px;
}

.activity .p-activity-content a {
	width: 30%;
}

.activity .p-activity-content a .p-activity-content-img {
	height: auto;
	width: 100%;
}

.activity .p-activity-content a .p-activity-content__item-text {
	letter-spacing: 2px;
	width: 100%;
}

.activity .p-activity-content a .p-activity-content__item-text .p-t_1 {
	font-size: 0.7rem;
	padding-top: 10px;
}

.activity .p-activity-content a .p-activity-content__item-text .p-t_2 {
	font-size: 1.2rem;
	font-weight: 700;
	padding-top: 3px;
}

.activity .p-activity-content a .p-activity-content__item-text .p-t_3 {
	font-size: 1.1rem;
	padding-top: 12px;
}

.activity .button {
	text-align: center;
}

.activity .button .btn {
	border: 1px solid #000;
	display: inline-block;
	font-weight: 700;
	padding: 10px 50px;
}

.activity .button .btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.activity-all {
	margin: 200px auto 100px;
	max-width: 1100px;
	width: 100%;
}

.activity-all .p-activity__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.activity-all .p-activity-content a {
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	padding: 55px 0;
}

.activity-all .p-activity-content a:first-child {
	border-top: 1px solid #CCCCCC;
}

.activity-all .p-activity-content a .p-activity-content-img {
	height: auto;
	width: 100%;
}

.activity-all .p-activity-content a .p-activity-content__item-text {
	letter-spacing: 2px;
	width: 100%;
}

.activity-all .p-activity-content a .p-activity-content__item-text .p-t_1 {
	font-size: 0.7rem;
	padding-top: 10px;
}

.activity-all .p-activity-content a .p-activity-content__item-text .p-t_2 {
	font-size: 1.2rem;
	font-weight: 700;
	padding-top: 10px;
}

.activity-all .p-activity-content a .p-activity-content__item-text .p-t_3 {
	font-size: 1rem;
	padding-top: 12px;
}

.activity-all .button {
	text-align: center;
}

.activity-all .button .btn {
	border: 1px solid #000;
	display: inline-block;
	font-weight: 700;
	padding: 10px 50px;
}

.activity-all .button .btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.activePage {
	margin: 100px 0 150px;
}

.activePage .p-activePage__content {
	margin: auto;
	max-width: 1100px;
}

.activePage .p-activePage__content .p-activePage__content-items .p-activePage__content-title {
	border-bottom: 1px solid #000;
	font-size: 2.4rem;
	font-weight: 700;
	padding-bottom: 20px;
}

.activePage .p-activePage__content .p-activePage__content-items .p-activePage__content-text {
	font-size: 1rem;
	padding-top: 40px;
}

.activePage .p-activePage__content .p-activePage__content-items-item {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-between;
	padding-top: 60px;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message {
	width: 50%;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message .p-activePage__content-items-item-message-title {
	font-size: 1.8rem;
	font-weight: 700; /* 番号を配置する基準 */
	padding-left: 30px;
	position: relative;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message .p-activePage__content-items-item-message-title .number {
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	left: 0;
	line-height: 1.3;
	position: absolute;
	top: 0;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message .p-activePage__content-items-item-message-text {
	padding-top: 20px;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-img {
	width: 40%;
}

.businessPage {
	margin: auto;
	max-width: 1100px;
}

.businessPage .p-businessPage__content {
	padding-top: 30px;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-title {
	border-bottom: 1px solid #000;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 40px;
	padding: 30px 0;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item p {
	line-height: 1.8;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item dl {
	display: flex;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item dl dt {
	width: 80px;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item dl dd {
	width: 80px;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-1 {
	padding-top: 30px;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all {
	padding: 30px 0 80px;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-1,
.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-2,
.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-3,
.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-4 {
	padding: 10px 0;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-1 a,
.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-2 a,
.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-3 a,
.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-4 a {
	border-bottom: 1px solid #0C80CE;
	color: #0C80CE;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item .p-businessPage__content-items-item-all .p-businessPage__content-items-item-3 a {
	font-size: 0.9rem;
}

.supportingPage {
	margin: auto;
	max-width: 1100px;
}

.supportingPage .p-supportingPage__content {
	padding-top: 30px;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-title {
	border-bottom: 1px solid #000;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 40px;
	padding: 30px 0;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-item {
	padding: 30px 0 80px;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-item .p-1 {
	padding-top: 20px;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-item p {
	line-height: 1.7;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-item a {
	border-bottom: 1px solid #0C80CE;
	color: #0C80CE;
}

.contact {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 120px auto 100px;
	max-width: 1100px;
	padding: 50px 0;
}

.contact .p-contact-content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 700px;
}

.contact .p-contact-content .p-contact__message .p-contact__message-title {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 3px;
}

.contact .p-contact-content .p-contact__message .p-contact__message-text {
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.8;
	padding-top: 25px;
}

.contact .p-contact-content .button .btn {
	border: 1px solid #000;
	display: inline-block;
	font-weight: 700;
	padding: 10px 50px;
}

.contact .p-contact-content .button .btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.contact-single {
	margin: auto;
	max-width: 800px;
	padding: 170px 0 150px;
}

.contact-single p {
	line-height: 2;
	padding-top: 30px;
}

.contact-single .contact__content .contact__content-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.contact-single .contact__content .contact__content-titleSub {
	font-size: 0.9rem;
	padding-top: 20px;
}

/* 全幅指定 */

/* 背景色（お好きな色に） */

/*  フォームの幅（自由に変えてOK） */

/* 各項目の下部余白 */

.contact_item {
	margin-bottom: 30px;
}

/* 項目名 */

.label {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.6;
}

.wpcf7-list-item-label {
	font-size: 0.8125rem;
}

input[type=checkbox i] {
	display: none;
}

input[type=checkbox i] + span {
	display: inline-block;
	padding-left: 28px;
	position: relative;
}

input[type=checkbox i] + span::after,
input[type=checkbox i] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}

input[type=checkbox i] + span::before {
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	height: 16px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

input[type=checkbox i] + span::after {
	background-color: #808080;
	border: none;
	border-radius: 50%;
	display: none;
	height: 10px;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

input[type=checkbox i]:checked + span::after {
	display: block;
}

/* 必須タグと任意タグ共通のスタイル */

.label_tag {
	font-size: 13px;
	padding: 0 5px;
}

/* 必須タグ */

.label_must {
	color: #C84772;
}

/* 任意タグ */

/* 名前やメールアドレスなどユーザーが入力する箇所 */

.inputs {
	box-sizing: border-box;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=tel] {
	border: solid 1px #D9D9D9;
	font-size: 0.8125rem;
	padding: 0.5rem;
	width: 100%;
}

/* お問い合わせ内容を入力する箇所 */

textarea {
	border: solid 1px #D9D9D9;
	padding: 0.5rem;
	resize: none;
	width: 100%;
}

textarea.form-control {
	font-size: 0.9rem;
	height: 207px;
}

/* ボタン */

.btnArea {
	text-align: center;
}

.submit-btn-wrapper {
	text-align: center;
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 20px 150px 20px 80px;
}

input[type=submit]:hover {
	background: #fff;
	box-shadow: 8px 8px 20px 0px #E0E0E0;
	color: #000;
}

.submit-btn {
	display: inline-flex; /*インラインブロック要素にする*/
	position: relative;
}

.submit-btn::before {
	background: url(../img/a_r_b.png) no-repeat center center/contain;
	color: #fff;
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	height: 20px;
	position: absolute;
	right: 65px;
	top: 36%;
	transform: translateY(-50%);
	width: 20px;
}

.submit-btn:hover::before {
	background: url(../img/b_a.png) no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: 65px;
	top: 36%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	width: 20px;
}

/* ローダー */

.wpcf7 .ajax-loader {
	display: block;
	margin: 0 auto;
}

.wpcf7-not-valid-tip {
	display: none;
}

/* デフォルトの値を削除 */

.wpcf7 {
	font-family: inherit;
	line-height: inherit;
}

.wpcf7-form-control {
	box-sizing: border-box;
	width: 100%;
}

.wpcf7-submit {
	cursor: pointer;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

/* ここまでデフォルトの値を削除 */

/* モバイル版 */

.about {
	margin-top: 160px;
}

.about .p-about__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 40px;
	text-align: center;
}

.about .p-about__content {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	margin: auto;
	max-width: 1100px;
}

.about .p-about__content .p-about__content-message {
	width: 50%;
}

.about .p-about__content .p-about__content-message .p-about__content-message-title {
	font-size: 1.7rem;
	font-weight: 700;
}

.about .p-about__content .p-about__content-message .p-about__content-message-text {
	letter-spacing: 1.4px;
	line-height: 2;
	padding-top: 30px;
}

.about .p-about__content .p-about__content-message .button {
	padding-top: 35px;
}

.about .p-about__content .p-about__content-message .button .btn {
	border: 1px solid #000;
	display: inline-block;
	font-weight: 700;
	padding: 10px 50px;
}

.about .p-about__content .p-about__content-message .button .btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.about .p-about__content .p-about__content-img {
	width: 50%;
}

.about .p-about__content .p-about__content-img img {
	width: 100%;
}

.aboutPage {
	margin: auto;
	max-width: 1100px;
}

.aboutPage .p-aboutPage__content {
	padding: 110px 0 130px;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items {
	padding-top: 100px;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items .p-aboutPage__content-title {
	border-bottom: 1px solid #000;
	font-size: 2.6rem;
	font-weight: 700;
	padding-bottom: 20px;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items .p-aboutPage__content-titleSub {
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 40px;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items .p-aboutPage__content-text {
	font-size: 1.1rem;
	padding-top: 40px;
}

.footer {
	margin-top: 200px;
	overflow: hidden;
	padding: 50px 20px 10px;
	position: relative;
}

.footer::after {
	background: url(../img/footer.png) no-repeat center center/contain;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.footer::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%; /* 黒の半透明オーバーレイ */
	z-index: -1; /* `::before` が `::after` よりも上に表示されるようにします */
}

.footer .p-footer__content {
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 1300px;
	padding: 50px 0 100px;
}

.footer .p-footer__content .p-footer__logo {
	margin-right: auto;
}

.footer .p-footer__content .p-footer__logo a img {
	display: block;
	width: 250px;
}

.footer .p-footer__content .p-footer__content-nav {
	margin-top: 50px;
}

.footer .p-footer__content .p-footer__content-nav ul {
	grid-gap: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.footer .p-footer__content .p-footer__content-nav ul li {
	color: #fff;
	font-size: 0.9rem;
	margin-right: 15px;
	white-space: nowrap;
}

.footer .p-footer__content .p-footer__content-nav ul li a {
	position: relative;
}

.footer .p-footer__content .p-footer__content-nav ul li a::after { /*アニメーションの速度設定*/
	-webkit-transition: all 0.5s;
	background: #fff;
	bottom: -5px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute; /*幅を0に設定*/
	width: 0;
}

.footer .p-footer__content .p-footer__content-nav ul li a:hover::after {
	width: 100%;
}

.footer .p-footer__content .p-footer__content-nav ul li a:active::after {
	width: 100%;
}

.footer .p-footer__content .p-footer__content-sns {
	margin-left: auto;
	margin-top: 50px;
}

.footer .p-footer__content .p-footer__content-sns ul {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-around;
}

.footer .p-footer__content .p-footer__content-sns ul li {
	margin-right: 10px;
}

.footer .p-footer__content .p-footer__content-sns ul li img {
	filter: invert(1);
	height: auto;
	width: 30px;
}

.footer .p-footer__content .p-footer__content-sns ul li img:hover {
	opacity: 0.7;
}

.footer .p-footer__content .p-footer__content-sns ul li img:active {
	opacity: 0.7;
}

.footer .footer-copy-right {
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 3px;
	margin: 70px 0 0;
	text-align: center;
}

.disabled-link { /* マウスイベントを無効化する */
	cursor: default;
	pointer-events: none; /* マウスカーソルをデフォルトにする（オプション） */
}

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (min-width: 1101px) {

.header .header__inner .header__nav {
	align-items: center;
	display: flex;
	gap: 23px;
	margin-right: auto;
	position: fixed;
	right: 50px;
}

.header .header__inner .header__open {
	display: none;
}

.u-is-pc {
	display: none;
}

}

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

.l-inner {
	padding: 0 20px;
}

.header .header__inner .header__nav {
	display: none;
}

.drawer-content {
	padding: 90px 20px 40px;
	width: 100%;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

}

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

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.header .header__inner {
	padding: 25px 20px;
	z-index: 1004;
}

.header .header__inner .p-header__logo {
	left: 10px;
	top: 20px;
}

.header .header__inner .p-header__logo a img {
	height: auto;
	width: 160px;
}

.header .header__inner .header__nav {
	display: none;
}

.header .header__inner .drawer-icon {
	z-index: 1009;
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	z-index: 1008;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(1) {
	top: 3px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 21px;
}

.drawer-content {
	padding: 90px 20px 40px;
	width: 100%;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.p-headerAll .p-newsArchive__text {
	font-size: 1.2rem;
}

.p-fv img {
	overflow: hidden;
	height: 80vh;
	object-fit: cover;
	width: 100%;
}

.p-fv .p-fv__text {
	padding: 0 20px;
}

.p-fv .p-fv__text h1 {
	font-size: 1.5rem;
}

.news {
	margin-top: 60px;
}

.news .news__title {
	font-size: 1.3rem;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text {
	font-size: 0.9rem;
	padding: 40px 7px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a .p-news-content__item-text-content .p-t_1 {
	font-size: 0.6rem;
	padding: 1px 14px 0;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a .p-news-content__item-text-content .p-t_2 {
	font-size: 0.7rem;
}

.news .p-news-content .p-news-content__item .p-news-content__item-text a .p-t_3 {
	font-size: 0.9rem;
}

.p-single .p-single__content .p-single__content--title {
	font-size: 1.3rem;
	padding-top: 70px;
}

.p-single .p-single__content .p-single__content-img {
	padding-top: 20px;
}

.p-single .p-single__content .p-single__content-content {
	font-size: 0.9rem;
	letter-spacing: 1px;
	padding-top: 30px;
}

.activity {
	margin-top: 100px;
}

.activity .p-activity__title {
	font-size: 1.3rem;
	margin-bottom: 25px;
}

.activity .p-activity-content {
	display: block;
	margin-bottom: 20px;
}

.activity .p-activity-content a {
	padding-top: 20px;
}

.activity .p-activity-content a .p-activity-content__item-text .p-t_2 {
	font-size: 1rem;
}

.activity .p-activity-content a .p-activity-content__item-text .p-t_3 {
	font-size: 0.9rem;
	padding-bottom: 40px;
}

.activity-all {
	margin: 60px auto 100px;
}

.activity-all .p-activity__title {
	border-bottom: none;
	font-size: 1.3rem;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.activity-all .p-activity-content a {
	border-bottom: 1px dotted #CCCCCC;
	padding: 35px 0;
}

.activity-all .p-activity-content a:first-child {
	border-top: 1px dotted #CCCCCC;
}

.activity-all .p-activity-content a .p-activity-content-img {
	margin-right: 40px;
}

.activity-all .p-activity-content a .p-activity-content__item-text .p-t_2 {
	font-size: 1rem;
}

.activity-all .p-activity-content a .p-activity-content__item-text .p-t_3 {
	display: none;
}

.activePage {
	margin: 60px 0 150px;
}

.activePage .p-activePage__content .p-activePage__content-items .p-activePage__content-title {
	font-size: 1.7rem;
}

.activePage .p-activePage__content .p-activePage__content-items .p-activePage__content-text {
	font-size: 0.9rem;
}

.activePage .p-activePage__content .p-activePage__content-items-item {
	display: block;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message {
	width: 100%;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message .p-activePage__content-items-item-message-title .number {
	font-size: 1.5rem;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message .p-activePage__content-items-item-message-title {
	font-size: 1.3rem;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-message .p-activePage__content-items-item-message-text {
	font-size: 0.9rem;
}

.activePage .p-activePage__content .p-activePage__content-items-item .p-activePage__content-items-item-img {
	padding-top: 30px;
	width: 100%;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-title {
	margin-bottom: 20px;
	padding: 20px 0;
}

.businessPage .p-businessPage__content .p-businessPage__content-items .p-businessPage__content-items-item p {
	font-size: 0.9rem;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-title {
	margin-bottom: 20px;
	padding: 20px 0;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-item .p-1 {
	font-size: 1rem;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-item p {
	font-size: 0.9rem;
}

.supportingPage .p-supportingPage__content .p-supportingPage__content-items .p-supportingPage__content-items-item a {
	font-size: 0.9rem;
}

.contact .p-contact-content {
	display: block;
	padding: 50px 0;
}

.contact .p-contact-content .p-contact__message {
	text-align: center;
}

.contact .p-contact-content .p-contact__message .p-contact__message-text {
	padding-top: 15px;
}

.contact .p-contact-content .button {
	padding-top: 30px;
	text-align: center;
}

.contact-single {
	padding: 70px 20px 50px;
}

.contact-single .contact__content .contact__content-title {
	font-size: 1.3rem;
}

section.contact {
	padding: 0 20px;
}

input[type=submit] {
	padding: 20px 70px;
}

.submit-btn::before {
	right: 20px;
}

.label {
	font-size: 1rem;
}

input[type=text],
input[type=email] {
	font-size: 0.9rem;
	padding: 0.4rem;
}

textarea {
	font-size: 0.9rem;
	margin-top: 1px;
	padding: 0.4rem;
}

input[type=submit] {
	font-size: 1rem;
}

.about .p-about__title {
	font-size: 1.3rem;
	margin-bottom: 25px;
}

.about .p-about__content {
	flex-direction: column;
	width: 100%;
}

.about .p-about__content .p-about__content-message {
	order: 2;
	width: 100%;
}

.about .p-about__content .p-about__content-message .p-about__content-message-title {
	font-size: 1.3rem;
	order: 1;
}

.about .p-about__content .p-about__content-message .p-about__content-message-text {
	font-size: 0.9rem;
}

.about .p-about__content .p-about__content-message .button {
	text-align: center;
}

.about .p-about__content .p-about__content-img {
	width: 100%;
}

.aboutPage .p-aboutPage__content {
	padding: 0 0 130px;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items {
	padding-top: 60px;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items .p-aboutPage__content-title {
	font-size: 1.7rem;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items .p-aboutPage__content-titleSub {
	font-size: 1.1rem;
	padding-top: 20px;
}

.aboutPage .p-aboutPage__content .p-aboutPage__content-items .p-aboutPage__content-text {
	font-size: 0.9rem;
	padding-top: 20px;
}

.footer {
	margin-top: 50px;
}

.footer .p-footer__content {
	align-items: center;
	display: block;
	padding: 0;
}

.footer .p-footer__content .p-footer__logo {
	margin: auto;
	margin-right: 0;
	text-align: center;
	width: 100%;
}

.footer .p-footer__content .p-footer__logo a img {
	height: auto;
	width: 200px;
}

.footer .p-footer__content .p-footer__content-nav {
	padding: 40px 0;
}

.footer .p-footer__content .p-footer__content-nav ul {
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	width: 50%;
}

.footer .p-footer__content .p-footer__content-nav ul li {
	font-size: 0.7rem;
}

.footer .p-footer__content .p-footer__content-sns {
	margin-top: 20px;
}

.footer .p-footer__content .p-footer__content-sns ul li img {
	width: 30px;
}

.footer .footer-copy-right {
	font-size: 0.6rem;
}

.u-is-sp {
	display: none;
}

}

