/* reset-css
---------------------------------------------------------------------------*/

* {
	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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	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;
	vertical-align: bottom;
}

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

/*フォーム部品*/

input[type=text],
input[type=tel],
input[type=email] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

button,
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

input[type=radio] {
	display: none;
}

input[type=radio] + span {
	display: block;
	position: relative;
	cursor: pointer;
}

input[type=radio]:checked + span::after {
	opacity: 1;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	resize: none;
}

/* base
---------------------------------------------------------------------------*/

body {
	position: relative;
	color: #333;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

body.home { /*遷移アニメーションと同じ色を指定*/
	background: #293559;
}

body.appear { /*画面を開いた後の背景色を指定*/
	background: #fff;
}

body.appear .p-splash__splashbg1,
body.appear .p-splash__splashbg2 {
	display: block;
}

body.appear .p-splash__splashbg1 {
	-webkit-animation-name: PageAnime;
	-webkit-animation-duration: 2.2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100vh;
	transform: scaleX(1);
	background-color: #293559;
	content: "";
	animation-duration: 2.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-name: PageAnime; /*伸びる背景色の設定*/
}

body.appear .p-splash__splashbg2 {
	-webkit-animation-name: PageAnime2;
	-webkit-animation-duration: 2.2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	z-index: 999;
	position: fixed;
	top: 0;
	right: 50%;
	width: 100%;
	height: 100vh;
	transform: scaleX(1);
	background-color: #293559;
	content: "";
	animation-duration: 2.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-name: PageAnime2; /*伸びる背景色の設定*/
}

body.appear #container {
	-webkit-animation-name: PageAnimeAppear;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 2.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-name: PageAnimeAppear;
	opacity: 0;
}

body.appear02 { /*画面を開いた後の背景色を指定*/
	background: #fff;
}

body.appear02 #container {
	opacity: 1;
}

/*画面遷移の後現れるコンテンツ設定*/

.home #container {
	opacity: 0; /*はじめは透過0に*/
}

a {
	color: inherit;
}

img {
	max-width: 100%;
}

.is-pc {
	display: block;
}

.is-1100 {
	display: none;
}

.is-sp {
	display: none;
}

.clear {
	clear: both;
}

/* 下層ページ ページ遷移animation用
------------------------------------------------*/
.home.appear02,
.archive,
.single,
.page-template,
.search {
	-webkit-animation: lower-page-animation 4s forwards;
	animation: lower-page-animation 4s forwards;
}

.l-header {
	z-index: 20;
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	border-bottom: 1px solid #00093A;
	background: #fff;
}

.l-inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 85px;
}

.l-inner--wide {
	max-width: 1920px;
	padding: 0;
}

.l-inner--800 {
	max-width: 920px;
	padding: 0px 60px;
}

.l-inner--sanka {
	max-width: 1078px;
	padding: 0 100px;
}

.l-inner--post {
	max-width: 1060px;
	padding: 0 40px;
}

.l-inner--okuaizu {
	max-width: 920px;
	padding: 0px 60px;
}

.l-inner--privacy {
	max-width: 920px;
	padding: 0px 40px;
}

.l-inner--contact {
	padding: 0;
}

.l-inner--search {
	max-width: 940px;
	padding: 0 40px;
}

.l-contents {
	position: relative;
}

.l-contents--okuaizu {
	background: url(../img/okuaizu/okuaizu-back.webp) no-repeat bottom 0 right 0/contain;
}

.l-lower-contents {
	padding: 60px 0 120px;
}

.l-top-head {
	padding: 40px 0 15px;
	background-color: #293559;
}

.l-sec {
	padding: 80px 0;
}

.l-sec--intro {
	padding: 0;
	background: url(../img/intro-bg.webp) repeat-x bottom 0 center/100% 874px;
	background-color: #293559;
}

.l-sec--news {
	padding: 155px 0 80px;
}

.l-sec--program {
	padding-top: 60px;
}

.l-sec--movie {
	padding: 40px 0 64px;
	background-color: #293559;
}

.l-sec--404 {
	padding-bottom: 120px;
}

.l-sec-lower {
	padding: 80px 0;
}

.l-sec-lower--about {
	max-width: 1194px;
	margin: 0 auto 110px;
	padding: 120px 0 80px;
	background: url(../img/about/about-back.webp) no-repeat center bottom 0/100% 3361px;
}

.l-sec-lower--news {
	padding: 60px 0;
}

.l-sec-lower--sanka {
	padding: 100px 0 60px;
}

.l-sec-lower--okuaizu {
	padding-bottom: 300px;
}

.l-sec-lower--privacy {
	padding: 60px 0;
}

.l-sec-lower--search {
	padding: 60px 0;
}

.l-page-header {
	width: 100%;
	height: 415px;
	background: url(../img/sanka/tebiki-top-img.webp) no-repeat center center/cover;
	background: url(../img/news/news-background-img.webp) no-repeat center center/cover;
}

.l-page-header--news {
	background: url(../img/news/news-background-img.webp) no-repeat center center/cover;
}

.l-page-header--category {
	background: url(../img/category-top-img.webp) no-repeat center center/cover;
}

.l-page-header--sanka {
	background: url(../img/sanka/tebiki-top-img.webp) no-repeat center center/cover;
}

.l-page-header--okuaizu {
	height: auto !important;
	background: none;
}

.l-page-header--privacy {
	background: url(../img/privacypolicy-top-img.webp) no-repeat center center/cover;
}

.l-page-header--search {
	background: url(../img/searchresults-top-img.webp) no-repeat center center/cover;
}

.l-floating {
	display: block;
	z-index: 30;
	position: -webkit-sticky;
	position: sticky;
	right: 20px;
	bottom: 0;
	width: 234px;
	margin-left: auto;
	padding-bottom: 20px;
}


.l-floating02 {
	display: block;
	z-index: 30;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 115px;
	background-color: #fff;
	text-align: center;
	opacity: 1;
	transition: all 0.3s;
}

.l-floating02 a {
	width: 234px;
}

.l-floating02.active {
	opacity: 1;
}

.l-footer {
	background-color: #293559;
}

.c-search {
	display: block;
	display: flex;
	justify-content: space-between;
	width: 300px;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid #84A9C8;
	border-radius: 14px;
}

.c-search input[type=text] {
	flex: 1;
	padding: 4px 15px;
	border-right: none;
}

.c-search__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4.5px 9px 4.5px 7px;
	background-color: #84A9C8;
	cursor: pointer;
}

.c-search__btn img {
	width: 18px;
}

.c-toggle {
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.c-toggle span {
	display: inline-block;
	position: absolute;
	left: 11px;
	width: 50%;
	height: 1px;
	border-radius: 2px;
	background-color: #00093A;
	transition: all 0.4s;
}

.c-toggle span:nth-of-type(1) {
	top: 16px;
}

.c-toggle span:nth-of-type(2) {
	top: 23px;
}

.c-toggle span:nth-of-type(3) {
	top: 30px;
}

.c-toggle.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	width: 50%;
	transform: translateY(6px) rotate(-45deg);
}

.c-toggle.active span:nth-of-type(2) {
	opacity: 0;
}

.c-toggle.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	width: 50%;
	transform: translateY(-6px) rotate(45deg);
}

.c-overlay {
	visibility: hidden;
	z-index: 19;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.c-overlay.panelactive {
	visibility: visible;
	opacity: 1;
}

.c-top-slider { /*ドットナビゲーションの設定*/
}

.c-top-slider .slick-dots {
	z-index: 3;
	position: relative;
	margin: 15px 0 0 0;
	text-align: center; /*ドットの位置*/
}

.c-top-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.c-top-slider .slick-dots button { /*ドットボタンのサイズ*/
	display: block;
	width: 8px; /*ドットボタンのサイズ*/
	height: 8px;
	border-radius: 50%;
	outline: none;
	background: #777777;
	color: transparent; /*ドットボタンの色*/
}

.c-top-slider .slick-dots .slick-active button {
	background: #BAAA77; /*ドットボタンの現在地表示の色*/
}

.c-top-slider__item {
	aspect-ratio: 1130/565;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 45px;
}

.c-top-slider__item img {
	-o-object-fit: cover;
	-o-object-position: center center;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.c-program-slider { /*ドットナビゲーションの設定*/
}

.c-program-slider .slick-dots {
	z-index: 3;
	position: absolute;
	left: 50%;
	margin: 15px 0 0 0;
	transform: translateX(-50%);
	text-align: center; /*ドットの位置*/
}

.c-program-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.c-program-slider .slick-dots button { /*ドットボタンのサイズ*/
	display: block;
	width: 8px; /*ドットボタンのサイズ*/
	height: 8px;
	border-radius: 50%;
	outline: none;
	background: #D0D0D0;
	color: transparent; /*ドットボタンの色*/
}

.c-program-slider .slick-dots .slick-active button {
	background: #9B9B9B; /*ドットボタンの現在地表示の色*/
}

.c-program-slider__item {
	width: 100%;
	height: 560px;
}

.c-program-slider__item img {
	-o-object-fit: cover;
	-o-object-position: center center;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.c-btn {
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	max-width: 100%;
	height: 46px;
	background-color: #293559;
	color: #C9BB84;
	font-size: 19px;
	transition: all 0.3s;
}

.c-btn span {
	position: relative;
	padding-right: 65px;
}

.c-btn span::before,
.c-btn span::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	transition: all 0.3s;
}

.c-btn span::before {
	width: 39px;
	height: 34px;
	background: url(../img/btn-icon.png) no-repeat center center/contain;
	opacity: 1;
}

.c-btn span::after {
	top: calc(50% + 0.13rem);
	right: -6px;
	width: 51px;
	height: 38px;
	background: url(../img/btn-icon-hover.png) no-repeat center center/contain;
	opacity: 0;
}

.c-btn:active,
.c-btn:hover {
	background-color: #000;
	color: #fff;
}

.c-btn:active span::before,
.c-btn:hover span::before {
	opacity: 0;
}

.c-btn:active span::after,
.c-btn:hover span::after {
	opacity: 1;
}

.c-floating-btn {
	display: inline-block;
	transition: all 0.3s;
}

.c-floating-btn:hover {
	opacity: 0.6;
}

.c-floating-btn img {
	width: 100%;
}

.c-title {
	position: relative;
	padding-bottom: 10px;
	color: #293559;
	font-size: 24px;
	text-align: center;
}

.c-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: url(../img/title-underline.png) repeat-x center center/601px 3px;
	content: "";
}

.c-title--white {
	color: #fff;
}

.c-title--white::after {
	background: url(../img/title-underline-white.png) repeat-x center center/601px 3px;
}

.c-lower-head {
	color: #293559;
}

.c-lower-head__title {
	font-weight: 600;
	font-size: 35px;
	line-height: 2;
}

.c-lower-head__sub {
	display: block;
	font-weight: 600;
	font-size: 17.5px;
	line-height: 1;
}

.c-lower-head__lead {
	margin-top: 30px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.6363636364;
}

.c-news-post {
	color: #293559;
}

.c-news-post__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-news-post__item + .c-news-post__item {
	margin-top: 25px;
	padding-top: 35px;
	border-top: 1px solid #ABABAB;
}

.c-news-post__date {
	font-size: 14px;
}

.c-news-post__title {
	margin-top: 5px;
	font-size: 20px;
}

.c-news-post__btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 36px;
	background-color: #293559;
	color: #C9BB84;
	transition: all 0.3s;
}

.c-news-post__btn a:active,
.c-news-post__btn a:hover {
	background-color: #000;
	color: #fff;
}

.c-program-post {
	display: flex;
	flex-wrap: wrap;
}

.c-program-post__thumb {
	display: block;
	width: 100%;
	height: 168px;
	transition: all 0.3s;
}

.c-program-post__thumb:hover {
	opacity: 0.8;
}

.c-program-post__thumb img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-program-post__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 5px;
	background-color: #293559;
}

.c-program-post__cat a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 29px;
	background-color: #C0A976;
	color: #fff;
	font-size: 13px;
	transition: all 0.3s;
}

.c-program-post__cat a:hover {
	opacity: 0.8;
}

.c-program-post__title {
	display: block;
	width: calc(100% - 55px - 5px);
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	transition: all 0.3s;
}

.c-program-post__title:hover {
	opacity: 0.8;
}

.c-program-post__excerpt {
	margin-top: 3px;
	color: #293559;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
}
.c-program-post__datetime {
	margin: 3px 0 6px;
	color: #293559;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-btn-normal {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 95px;
	background-color: #293559;
	color: #C9BB84;
	font-size: 25px;
	transition: all 0.3s;
}

.c-btn-normal span {
	position: relative;
	padding-right: 65px;
}

.c-btn-normal span::before,
.c-btn-normal span::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	transition: all 0.3s;
}

.c-btn-normal span::before {
	width: 39px;
	height: 34px;
	background: url(../img/btn-icon.png) no-repeat center center/contain;
	opacity: 1;
}

.c-btn-normal span::after {
	top: calc(50% + 0.13rem);
	right: -6px;
	width: 51px;
	height: 38px;
	background: url(../img/btn-icon-hover.png) no-repeat center center/contain;
	opacity: 0;
}

.c-btn-normal:active,
.c-btn-normal:hover {
	background-color: #000;
	color: #fff;
}

.c-btn-normal:active span::before,
.c-btn-normal:hover span::before {
	opacity: 0;
}

.c-btn-normal:active span::after,
.c-btn-normal:hover span::after {
	opacity: 1;
}

.c-program-tab__row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-program-tab__col {
	display: flex;
	justify-content: space-between;
}

.c-program-tab__col01 {
	width: 18.8%;
}

.c-program-tab__col01 .c-program-tab__cat {
	width: 100%;
}

.c-program-tab__col02 {
	width: 45.6%;
}

.c-program-tab__col02 .c-program-tab__cat {
	width: 23.7%;
}

.c-program-tab__col03 {
	width: 34%;
}

.c-program-tab__col03 .c-program-tab__cat {
	width: 31.8%;
}

.c-program-tab__cat {
	display: block;
	padding: 4px;
	background-color: #1A325A;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic UI", sans-serif;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.c-program-tab__cat.active {
	background-color: #C9AC73;
	pointer-events: none;
}

.c-program-tab__cat:hover {
	background-color: #C9AC73;
}

.c-post-slider {
	display: flex;
	justify-content: space-between;
}

.c-post-slider__main {
	position: relative;
	aspect-ratio: 738/522;
	width: 82%;
}

.c-post-slider__main #active-image {
	-o-object-fit: cover;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-post-slider__prev,
.c-post-slider__next {
	z-index: 5;
	position: absolute;
	top: 50%;
	width: 30px;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 0.3s;
}

.c-post-slider__prev:hover,
.c-post-slider__next:hover {
	opacity: 0.7;
}

.c-post-slider__prev {
	left: 20px;
}

.c-post-slider__next {
	right: 20px;
}

.c-post-slider__meta {
	display: none;
}

.c-post-slider__caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 25px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic UI", sans-serif;
}

.c-post-slider__caption p {
	font-size: 19px;
	line-height: 1.4210526316;
}

.c-post-slider__caption span {
	font-size: 15px;
	line-height: 1.6;
}

.c-post-slider__thumbnails {
	width: 16.1%;
}

.c-post-slider__thumbnails li {
	aspect-ratio: 145/100;
}

.c-post-slider__thumbnails li.active a img {
	border: 1px solid #000;
}

.c-post-slider__thumbnails li:not(:first-child) {
	margin-top: 10px;
}

.c-post-slider__thumbnails li img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-form__heading {
	margin-top: 30px;
}

.c-form__label {
	display: block;
}

.c-form__label:nth-of-type(n + 2) {
	margin-top: 25px;
}

.c-form__parts input[type=text],
.c-form__parts input[type=tel],
.c-form__parts input[type=email],
.c-form__parts textarea {
	width: 100%;
	margin-top: 10px;
	padding: 12px;
	background-color: #fff;
	font: inherit;
	font-weight: 500;
}

.c-form__parts input[type=text]::-moz-placeholder,
.c-form__parts input[type=tel]::-moz-placeholder,
.c-form__parts input[type=email]::-moz-placeholder,
.c-form__parts textarea::-moz-placeholder {
	color: inherit;
}

.c-form__parts input[type=text]::placeholder,
.c-form__parts input[type=tel]::placeholder,
.c-form__parts input[type=email]::placeholder,
.c-form__parts textarea::placeholder {
	color: inherit;
}

.c-form__parts textarea {
	height: 300px;
	resize: vertical;
}

.c-form__radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.c-form__radio .wpcf7-list-item-label {
	display: flex;
	position: relative;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 25px;
	cursor: pointer;
}

.c-form__radio .wpcf7-list-item-label::before {
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background: transparent;
	content: "";
	transition: all 0.3s;
}

.c-form__radio .wpcf7-list-item-label::after {
	z-index: 1;
	position: absolute;
	left: 3.5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #940000;
	content: "";
	opacity: 0;
}

.c-form__radio input[type=radio] { /* デフォルトのボタンを非表示 */
	position: absolute;
	opacity: 0;
}

.c-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
	border: 1px solid #940000;
}

.c-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.c-form__select {
	position: relative;
}

.c-form__select::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translateY(-50%);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
}

.c-form__select .wpcf7-select {
	width: 100%;
	margin-top: 10px;
	padding: 12px;
	background-color: #fff;
	font: inherit;
	font-weight: 500;
}

.c-form__note {
	margin-top: 20px;
}

.c-form__acceptance {
	margin-top: 10px;
}

.c-form__acceptance .wpcf7-list-item {
	margin-left: 0;
}

.c-form__acceptance label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.c-form__acceptance input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
}

.c-form__btn {
	margin-top: 20px;
}

.c-form__btn input[type=submit] {
	width: 111px;
	height: 36px;
	border-color: #eaeaea;
	background-color: #000;
	color: #fff;
	font: inherit;
	cursor: pointer;
	transition: all 0.3s;
}

.c-form__btn input[type=submit]:hover {
	opacity: 0.7;
}

.p-splash {
	z-index: 9998;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #293559;
	color: #fff;
	text-align: center;
}

.p-splash__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-splash__logo img {
	width: 200px;
}

.p-splash__splashbg1,
.p-splash__splashbg2 {
	display: none;
}

.p-splash__splashover {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
}

.p-header {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.p-header__head {
	z-index: 41;
	position: relative;
	padding: 20px 0 10px;
	border-bottom: 1px solid #00093A;
	background-color: #fff;
}

.p-header__head .p-header__search {
	display: block;
}

.p-header__head-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-header__logo a {
	transition: all 0.3s;
}

.p-header__logo a:hover,
.p-header__logo a:active {
	opacity: 0.7;
}

.p-header__logo img {
	width: 127px;
}

.p-header__toggle {
	display: none;
}

.p-header__nav {
	padding: 7.5px 0;
}

.p-header__nav .p-header__search {
	display: none;
}

.p-header__nav-inner {
	padding: 0 40px;
}

.p-header__lists {
	display: flex;
	justify-content: center;
}

.p-header__list:first-child .p-header__link {
	border-left: 1px solid #00093A;
}

.p-header__link {
	display: inline-block;
	padding: 0 32px;
	border-right: 1px solid #00093A;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.3s;
}

.p-header__link:active {
	background-color: #CCCFD1;
}

.p-header__link:hover {
	color: transparent;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.p-intro {
	height: 874px;
	padding-top: 100px;
	background: url(../img/top-img.webp) no-repeat center center/1920px 874px;
	color: #293559;
}

.p-intro__content {
	max-width: 600px;
	margin: 0 auto;
}

.p-intro__logo {
	position: relative;
	text-align: center;
}

.p-intro__logo img {
	width: 267px;
}

.p-intro__box {
	margin-top: 50px;
}

.p-intro__heading {
	font-weight: bold;
	font-weight: 600;
	font-size: 33px;
	line-height: 1.35;
	text-align: center;
}

.p-intro__heading span {
	font-weight: 700;
	font-size: 50px;
}

.p-intro__img {
	margin-top: 22px;
}

.p-intro__text {
	margin-top: 22px;
	font-weight: 600;
	font-size: 17px;
	line-height: 31px;
}

.p-intro__btn {
	margin-top: 22px;
	text-align: center;
}

.p-news {
	max-width: 600px;
	margin: 0 auto;
}

.p-news__content {
	margin-top: 65px;
}

.p-news__btn {
	margin-top: 65px;
	text-align: center;
}

.p-program__title {
	max-width: 600px;
	margin: 0 auto;
}

.p-program__content {
	margin-top: 45px;
}

.p-program__btn {
	margin-top: 80px;
	text-align: center;
}

.p-movie__title {
	max-width: 600px;
	margin: 0 auto;
}

.p-movie__content {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.p-movie__item {
	width: calc((100% - 40px) / 2);
}

.p-movie__iframe iframe {
	aspect-ratio: 546/307;
	width: 100%;
	height: 100%;
}

.p-movie__name {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5555555556;
}

.p-btn-area {
	padding: 100px 0;
}

.p-btn-area__box {
	display: flex;
	justify-content: space-between;
}

.p-btn-area__item {
	width: calc((100% - 50px) / 2);
}

.p-page-header {
	position: relative;
	width: 100%;
	height: 100%;
}

.p-page-header__logo {
	position: absolute;
	top: 50%;
	left: 0;
	width: 344px;
	height: 310px;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.3);
}

.p-page-header__logo img {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 201px;
	transform: translateY(-50%);
}

.p-news-posts {
	display: flex;
	flex-wrap: wrap;
	color: #293559;
}

.p-news-posts__item {
	width: calc((100% - 80px) / 3);
	margin-left: 40px;
}

.p-news-posts__item:nth-child(n+4) {
	margin-top: 60px;
}

.p-news-posts__link {
	display: block;
	transition: all 0.3s;
}

.p-news-posts__link:hover {
	opacity: 0.7;
}

.p-news-posts__thumb {
	aspect-ratio: 266/168;
}

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

.p-news-posts__date {
	margin-top: 10px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6666666667;
}

.p-news-posts__title {
	margin-top: 5px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2941176471;
}

.p-about__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-about__logo img {
	width: 261px;
}

.p-about__title {
	margin-top: 20px;
	color: #293559;
}

.p-about__title-main {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.p-about__title-sub {
	margin-top: 5px;
	font-weight: 700;
	font-size: 33px;
	line-height: 49px;
}

.p-about__body {
	padding-top: 90px;
	padding-bottom: 180px;
	color: #293559;
}

.p-about__block + .p-about__block {
	margin-top: 90px;
}

.p-about__heading {
	margin-bottom: 55px;
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
}

.p-about__text {
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
}

.p-sanka {
	color: #293559;
	counter-reset: number 0;
}

.p-sanka__block {
	max-width: 640px;
}

.p-sanka__block + .p-sanka__block {
	margin-top: 80px;
}

.p-sanka__block-sub + .p-sanka__block-sub {
	margin-top: 60px;
}

.p-sanka__heading-h2 {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.6363636364;
}

.p-sanka__heading-h2::before {
	position: absolute;
	top: 22%;
	left: 0;
	transform: translateY(-50%);
	content: counter(number) " ";
	font-weight: 600;
	font-size: 45px;
	line-height: 1;
	counter-increment: number 1;
}

.p-sanka__heading-h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../img/sanka/title-dotted.png) repeat-x left 0 center/628px;
	content: "";
}

.p-sanka__heading-h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.6315789474;
}

.p-sanka__text,
.p-sanka__box,
.p-sanka__contact,
.p-sanka__note {
	margin-top: 15px;
}

.p-sanka__text {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6666666667;
}

.p-sanka__box {
	margin-top: 20px;
}

.p-sanka__contact img {
	width: 142px;
}

.p-sanka__tel {
	display: inline-block;
	padding-bottom: 6px;
	border-bottom: 2px solid #C9BB84;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6363636364;
}

.p-sanka__box-text {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #C9BB84;
	font-size: 15px;
	line-height: 1.6666666667;
}

.p-sanka__note {
	margin-top: 30px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5384615385;
}

.p-sanka__agreement {
	margin-top: 80px;
}

.p-sanka__agreement__title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 19px;
}

.p-sanka__agreement-text {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5384615385;
}

.p-program-header {
	position: relative;
}

.p-program-header__logo {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 344px;
	height: 310px;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.3);
}

.p-program-header__logo img {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 201px;
	transform: translateY(-50%);
}

.p-program-header__slider {
	position: relative;
}

.p-program-header__bottom {
	background-color: #1A325A;
}

.p-program-header__box {
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 80px;
	padding-right: 50px;
	padding-left: 50px;
}

.p-program-header__title {
	position: relative;
	align-self: flex-end;
	width: 635px;
	height: 135px;
	background: url(../img/program/program-head.png) no-repeat top 0 center/cover;
	color: #293559;
}

.p-program-header__title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 29px;
	line-height: 1.35;
	text-align: center;
}

.p-program-header__title-box span {
	font-weight: 700;
	font-size: 44px;
}

.p-program-header__text {
	width: calc(100% - 635px - 40px);
	padding-bottom: 10px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.75;
}

.p-category-lists {
	margin-top: 50px;
}

.p-entry {
	padding: 35px 0 200px;
}

.p-entry__thumb {
	width: 100%;
	height: 550px;
}

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

.p-entry__body {
	width: 900px;
	max-width: 100%;
	margin: 70px auto 0;
}

.p-entry__title {
	padding-bottom: 15px;
	border-bottom: 5px solid #C9AC73;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4;
}

.p-entry__catch {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.4285714286;
}

.p-entry__publish,
.p-entry__cat {
	margin-top: 20px;
}

.p-entry__publish {
	color: #293559;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.7857142857;
}

.p-entry__cat a {
	display: inline-block;
	padding: 0px 8px;
	background-color: #C9AC73;
	color: #fff;
	font-size: 21px;
	line-height: 1.5238095238;
	transition: all 0.3s;
}

.p-entry__cat a:hover,
.p-entry__cat a:active {
	background-color: #000;
}

.p-entry__content {
	margin-top: 60px;
	font-weight: 600;
}

.p-entry__content p {
	font-size: 16px;
	line-height: 2.0625;
}

.p-entry__slider {
	margin-top: 30px;
}

.p-entry__guid {
	margin-top: 70px;
}

.p-entry__access {
	margin-top: 70px;
}

.p-program-guid__title {
	margin-bottom: 40px;
	padding: 5px 8px;
	background-color: #293559;
	color: #fff;
	font-size: 18px;
	line-height: 1.2222222222;
}

.p-program-guid__row {
	display: flex;
	justify-content: space-between;
}

.p-program-guid__row + .p-program-guid__row {
	margin-top: 60px;
}

.p-program-guid__img {
	width: 27.7%;
}

.p-program-guid__body {
	display: contents;
}

.p-program-guid__item01 {
	width: 29.7%;
}

.p-program-guid__text01 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.375;
}

.p-program-guid__text01 span {
	font-size: 15px;
	line-height: 1.4666666667;
}

.p-program-guid__text02 {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.6923076923;
}

.p-program-guid__item02 {
	width: 38%;
}

.p-program-access__title {
	margin-bottom: 40px;
	padding: 5px 8px;
	background-color: #293559;
	color: #fff;
	font-size: 18px;
	line-height: 1.2222222222;
}

.p-program-access__row {
	display: flex;
	justify-content: space-between;
}

.p-program-access__body {
	width: 27.4%;
}

.p-program-access__text {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.6923076923;
}

.p-program-access__map {
	width: 70.1%;
}

.p-program-access__iframe iframe {
	aspect-ratio: 640/400;
	width: 100%;
	height: 100%;
}

.p-okuaizu__title {
	font-weight: 600;
	font-size: 45px;
	line-height: 1.7333333333;
}

.p-okuaizu__box {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.p-okuaizu__lead {
	width: 330px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.6363636364;
}

.p-okuaizu__map {
	width: calc(100% - 330px);
	text-align: right;
}

.p-okuaizu__map img {
	width: 381px;
}

.p-okuaizu__text {
	margin-top: 85px;
	font-size: 17px;
	line-height: 1.7647058824;
}

.p-privacy {
	color: #1D325A;
}

.p-privacy__text {
	font-size: 15px;
	line-height: 2;
}

.p-privacy__heading {
	margin-top: 25px;
	font-size: 20px;
	line-height: 2;
}

.p-privacy__list li {
	font-size: 15px;
	line-height: 2;
}

.p-form {
	max-width: 890px;
	margin: 0 auto;
	padding: 55px;
	background-color: #F1F1F1;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6875;
}

.p-form__title {
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 34px;
	text-align: center;
}

.p-search {
	display: block;
}

.p-search__item {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-top: 1px solid #000;
	transition: all 0.3s;
}

.p-search__item:last-of-type {
	border-bottom: 1px solid #000;
}

.p-search__item:hover {
	opacity: 0.7;
}

.p-search__thumb {
	aspect-ratio: 266/168;
	width: 30%;
}

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

.p-search__body {
	width: 65.6%;
}

.p-search__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5555555556;
}

.p-search__excerpt {
	margin-top: 20px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4666666667;
}

.p-404__logo {
	text-align: center;
}

.p-404__logo img {
	width: 267px;
}

.p-404__message {
	margin-top: 80px;
	color: #293559;
	font-weight: 600;
	text-align: center;
}

.p-404__message p {
	font-size: 28px;
}

.p-404__message span {
	font-size: 22px;
	line-height: 1.6363636364;
}

.p-404__btns {
	width: 100%;
	max-width: 420px;
	margin: 140px auto 0;
}

.p-404__btns a + a {
	margin-top: 30px;
}

.p-footer__inner {
	display: flex;
	position: relative;
}

.p-footer__left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	padding: 20px 30px;
	background-color: #293559;
}

.p-footer__logo img {
	width: 161px;
}

.p-footer__right {
	position: relative;
	width: 70%;
	padding: 25px 190px 20px 30px;
	background: url(../img/footer-back2.webp) no-repeat center center/cover;
}

.p-footer__widget {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}

.p-footer__widget a {
	transition: all 0.3s;
}

.p-footer__widget a:hover {
	opacity: 0.7;
}

.p-footer__widget a i {
	margin-left: 10px;
}

.p-footer__item {
	color: #fff;
}

.p-footer__item + .p-footer__item {
	margin-top: 25px;
}

.p-footer__widget-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	line-height: 1.6666666667;
}

.p-footer__widget-text {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.7857142857;
}

.p-footer__nav {
	margin-top: 25px;
}

.p-footer__nav a {
	display: inline-block;
	color: #fff;
	transition: all 0.3s;
}

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

html {
	font-size: 1.302vw;
}

.l-inner {
	padding: 0 5rem;
}

.l-inner--800 {
	padding: 0 6.5rem;
}

.l-inner--sanka {
	max-width: 66rem;
	margin: 0 auto;
}

.l-inner--post {
	padding: 0 40px;
}

.l-inner--okuaizu {
	padding: 0 6.5rem;
}

.l-inner--privacy {
	padding: 0 6.5rem;
}

.l-inner--contact {
	padding: 0;
}

.l-inner--search {
	padding: 0 5rem;
}

.l-lower-contents {
	padding: 6rem 0 12rem;
}

.l-top-head {
	padding: 3rem 0 0;
}

.l-sec {
	padding: 5rem 0;
}

.l-sec--intro {
	padding: 0;
}

.l-sec--news {
	padding: 8rem 0 2rem;
}

.l-sec--program {
	padding: 6rem 0;
}

.l-sec--movie {
	padding: 3rem 0 4rem;
}

.l-sec--404 {
	padding-bottom: 8rem;
}

.l-sec-lower--about {
	background: url(../img/about/about-back-tablet.webp) no-repeat center bottom 0/100% 329.7rem;
}

.l-sec-lower--news {
	padding: 4rem 0;
}

.l-sec-lower--sanka {
	padding: 8rem 0 5rem;
}

.l-sec-lower--okuaizu {
	padding-bottom: 30rem;
}

.l-sec-lower--privacy {
	padding: 6rem 0 2rem;
}

.l-sec-lower--contact {
	padding: 0;
}

.l-page-header {
	height: 25.9rem;
}

.l-floating {
	width: 174px;
}
	
.l-floating02 {
	padding: 0 0 6rem;
}

.c-top-slider .slick-dots {
	margin: 1rem 0 0;
}

.c-top-slider .slick-dots button {
	width: 0.8rem;
	height: 0.8rem;
}

.c-top-slider__item {
	border-radius: 2.6rem;
}

.c-program-slider .slick-dots {
	margin: 1rem 0 0;
}

.c-program-slider .slick-dots button {
	width: 0.8rem;
	height: 0.8rem;
}

.c-program-slider__item {
	aspect-ratio: 768/357;
	height: auto;
}

.c-btn {
	width: 60rem;
	height: 4.6rem;
	font-size: 1.9rem;
}

.c-btn span {
	padding-right: 6.5rem;
}

.c-btn span::before {
	width: 3.9rem;
	height: 3.4rem;
}

.c-btn span::after {
	top: calc(50% + 0.1rem);
	right: -0.6rem;
	width: 5.1rem;
	height: 3.8rem;
}

.c-title {
	padding-bottom: 1rem;
	font-size: 2.4rem;
}

.c-lower-head__title {
	font-size: 2.8rem;
	line-height: 1.5;
}

.c-lower-head__sub {
	font-size: 1.5rem;
}

.c-lower-head__lead {
	margin-top: 2.5rem;
	font-size: 2rem;
}

.c-program-post {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	row-gap: 4rem;
}

.c-program-post__item {
	width: calc((100% - 3.2rem) / 3);
}

.c-program-post__thumb {
	height: 13.7rem;
}

.c-program-post__head {
	padding: 6px 4px;
}

.c-program-post__cat a {
	width: 45px;
	height: 2.4rem;
	font-size: 1.065rem;
}

.c-program-post__title {
	width: calc(100% - 45px - 0.8rem);
	font-size: 1.2rem;
	line-height: 1.3rem;
}

.c-program-post__excerpt {
	margin-top: 0.3rem;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.c-btn-normal {
	height: 7.5rem;
	font-size: 1.9rem;
}

.c-btn-normal span {
	padding-right: 6.5rem;
}

.c-btn-normal span::before {
	width: 3.9rem;
	height: 3.4rem;
}

.c-btn-normal span::after {
	top: calc(50% + 0.2rem);
	right: -0.6rem;
	width: 5.1rem;
	height: 3.8rem;
}

.c-post-slider {
	flex-direction: column;
}

.c-post-slider__main {
	aspect-ratio: 680/508;
	width: 100%;
}

.c-post-slider__caption {
	padding: 10px 20px;
}

.c-post-slider__caption p {
	font-size: 16px;
	line-height: 1.5625;
}

.c-post-slider__caption span {
	font-size: 12px;
	line-height: 1.8333333333;
}

.c-post-slider__thumbnails {
	display: flex;
	width: 100%;
	margin-top: 15px;
}

.c-post-slider__thumbnails li {
	width: 20%;
}

.c-post-slider__thumbnails li:not(:first-child) {
	margin-top: 0;
	margin-left: 10px;
}

.c-form__parts textarea {
	height: 270px;
}

.p-splash__logo img {
	width: 150px;
}

.p-intro {
	height: auto;
	padding-top: 0;
	background: #fff;
}

.p-intro__content {
	max-width: 100%;
	max-width: 60rem;
}

.p-intro__logo {
	height: 41.3rem;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: url(../img/top-img.webp) no-repeat center center/90.7rem 41.3rem;
}

.p-intro__logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22.7rem;
	transform: translate(-50%, -50%);
}

.p-intro__box {
	margin-top: 0;
	padding: 40px 0;
}

.p-intro__heading {
	font-size: 3rem;
}

.p-intro__heading span {
	font-size: 4.2rem;
}

.p-intro__img {
	margin-top: 2.2rem;
}

.p-intro__text {
	margin-top: 1.8rem;
	font-size: 2rem;
	line-height: 1.5;
}

.p-intro__btn {
	margin-top: 1.8rem;
}

.p-news {
	max-width: 60rem;
}

.p-program__content {
	margin-top: 3.5rem;
}

.p-program__btn {
	margin-top: 5rem;
}

.p-movie__content {
	margin-top: 3.5rem;
}

.p-movie__item {
	width: calc((100% - 2rem) / 2);
}

.p-movie__name {
	margin-top: 0.5rem;
	font-size: 1.2rem;
}

.p-btn-area {
	padding: 5.65rem 0;
}

.p-btn-area__item {
	width: calc((100% - 2.5rem) / 2);
}

.p-page-header__logo {
	left: 50%;
	width: 15rem;
	height: 15rem;
	transform: translate(-50%, -50%);
}

.p-page-header__logo img {
	right: 50%;
	width: 9.5rem;
	transform: translate(50%, -50%);
}

.p-news-posts__item {
	width: calc((100% - 2.4rem) / 3);
	margin-left: 1.2rem;
}

.p-news-posts__item:nth-child(n+4) {
	margin-top: 4.5rem;
}

.p-news-posts__date {
	font-size: 1.3rem;
	line-height: 1.5384615385;
}

.p-news-posts__title {
	font-size: 1.6rem;
	line-height: 1.25;
}

.p-about__head {
	justify-content: flex-start;
}

.p-about__logo img {
	width: 22rem;
}

.p-about__title {
	margin-left: 7rem;
}

.p-about__title-main {
	font-size: 2rem;
	line-height: 1.75;
}

.p-about__title-sub {
	margin-top: 0;
	font-size: 2.5rem;
	line-height: 1.96;
}

.p-about__body {
	padding-top: 10rem;
	padding-bottom: 14rem;
}

.p-about__block + .p-about__block {
	margin-top: 7.5rem;
}

.p-about__heading {
	margin-bottom: 4rem;
	font-size: 2rem;
	line-height: 1.7;
}

.p-about__text {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.p-sanka__block + .p-sanka__block {
	margin-top: 8rem;
}

.p-sanka__block-sub + .p-sanka__block-sub {
	margin-top: 4rem;
}

.p-sanka__heading-h2 {
	padding-bottom: 1rem;
	padding-left: 3rem;
	font-size: 1.9rem;
}

.p-sanka__heading-h2::before {
	top: 27%;
	font-size: 4rem;
}

.p-sanka__heading-h2::after {
	height: 0.5rem;
	background: url(../img/sanka/title-dotted.png) repeat-x left 0 center/62.8rem;
}

.p-sanka__heading-h3 {
	margin-bottom: 1.5rem;
	font-size: 1.7rem;
	line-height: 1.4705882353;
}

.p-sanka__text,
.p-sanka__box,
.p-sanka__contact,
.p-sanka__note {
	margin-top: 2rem;
}

.p-sanka__text {
	font-size: 1.3rem;
	line-height: 1.6923076923;
}

.p-sanka__tel {
	font-size: 2rem;
	line-height: 1.6;
}

.p-sanka__box-text {
	padding-bottom: 1rem;
	font-size: 1.3rem;
	line-height: 1.6923076923;
}

.p-sanka__note {
	font-size: 1.1rem;
}

.p-sanka__agreement {
	margin-top: 6rem;
}

.p-sanka__agreement__title {
	margin-bottom: 2rem;
	font-size: 1.7rem;
}

.p-sanka__agreement-text {
	font-size: 1.1rem;
}

.p-program-header__logo {
	top: initial;
	bottom: 0;
	left: 0;
	width: 18.2rem;
	height: 16.2rem;
	transform: none;
}

.p-program-header__logo img {
	right: 1.3rem;
	width: 12.9rem;
}

.p-program-header__box {
	flex-direction: column;
	align-items: center;
	max-width: 100%;
	padding-top: 4rem;
	padding-right: 0;
	padding-left: 0;
}

.p-category-lists {
	margin: 0;
}

.p-entry {
	padding: 30px 0 140px;
}

.p-entry__thumb {
	aspect-ratio: 680/411;
	height: auto;
}

.p-entry__body {
	margin: 40px auto 0;
}

.p-entry__title {
	padding-bottom: 15px;
	font-size: 30px;
	line-height: 1.6666666667;
}

.p-entry__catch {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.5;
}

.p-entry__publish,
.p-entry__cat {
	margin-top: 15px;
}

.p-entry__content {
	margin-top: 40px;
}

.p-entry__content p {
	font-size: 15px;
	line-height: 2;
}

.p-entry__slider {
	margin-top: 50px;
}

.p-entry__access {
	margin-top: 40px;
}

.p-program-guid__title {
	margin-bottom: 30px;
}

.p-program-guid__row + .p-program-guid__row {
	margin-top: 50px;
}

.p-program-guid__img {
	width: 36.8%;
}

.p-program-guid__body {
	display: flex;
	flex-direction: column;
	width: 57.1%;
}

.p-program-guid__item01 {
	width: 100%;
}

.p-program-guid__item02 {
	width: 100%;
	margin-top: 25px;
}

.p-program-access__title {
	margin-bottom: 30px;
}

.p-program-access__row {
	flex-direction: column-reverse;
}

.p-program-access__body {
	width: 100%;
	margin-top: 20px;
}

.p-program-access__map {
	width: 100%;
}

.p-okuaizu__title {
	font-size: 3.5rem;
	line-height: 2;
}

.p-okuaizu__box {
	display: block;
}

.p-okuaizu__lead {
	font-size: 2rem;
	line-height: 1.7;
}

.p-okuaizu__map {
	width: 100%;
	margin-top: 6rem;
	text-align: center;
}

.p-okuaizu__map img {
	width: 29.8rem;
}

.p-okuaizu__text {
	margin-top: 7rem;
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.p-privacy__text {
	font-size: 1.1rem;
	line-height: 1.5454545455;
}

.p-privacy__heading {
	margin-top: 2rem;
	font-size: 1.7rem;
	line-height: 1.7647058824;
}

.p-privacy__list li {
	font-size: 1.1rem;
	line-height: 1.5454545455;
}

.p-form {
	padding: 60px 50px;
	font-size: 14px;
	line-height: 1.7142857143;
}

.p-search__item {
	padding: 15px 0;
}

.p-search__title {
	font-size: 1.4rem;
	line-height: 1.5714285714;
}

.p-search__excerpt {
	margin-top: 2rem;
	font-size: 1.1rem;
	line-height: 1.5454545455;
}

.p-404__logo img {
	width: 19.6rem;
}

.p-404__message {
	margin-top: 5rem;
}

.p-404__message p {
	font-size: 2.1rem;
}

.p-404__message span {
	font-size: 1.7rem;
	line-height: 1.4117647059;
}

.p-404__btns {
	max-width: 33rem;
	margin: 6rem auto 0;
}

.p-404__btns a + a {
	margin-top: 2rem;
}

.p-footer__inner {
	padding-bottom: 73px;
}

.p-footer__inner::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 73px;
	background: url(../img/footer-back-mob2.webp) no-repeat center center/cover;
	content: "";
}

.p-footer__left {
	min-width: 161px;
	padding: 20px 20px 10px 40px;
}

.p-footer__right {
	padding: 2rem 4rem 2rem 2rem;
	background: none;
}

.p-footer__item + .p-footer__item {
	margin-top: 20px;
}

.p-footer__widget-title {
	font-size: 12px;
	line-height: 1.6666666667;
}

.p-footer__widget-text {
	font-size: 12px;
	line-height: 1.6666666667;
}

.p-footer__nav {
	margin-top: 15px;
}

.p-footer__nav a {
	font-size: 12px;
	line-height: 1.6666666667;
}

}

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

.p-news-posts__item:nth-child(3n+1) {
	margin-left: 0;
}

}

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

.p-program-header__box {
	flex-direction: column;
	align-items: center;
	max-width: 820px;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
}

}

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

.is-1100 {
	display: block;
}

}

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

.c-program-post {
	-moz-column-gap: 22px;
	column-gap: 22px;
	row-gap: 45px;
}

.c-program-post__item {
	width: calc((100% - 66px) / 4);
}

}

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

.p-program-header__title {
	width: 480px;
	height: 102px;
}

.p-program-header__title-box {
	font-size: 24px;
}

.p-program-header__title-box span {
	font-size: 36px;
}

.p-program-header__text {
	width: calc(100% - 480px - 40px);
	font-size: 14px;
}

}

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

.l-header {
	border-bottom: none;
}

.c-program-post {
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 40px;
}

.c-program-post__item {
	width: calc((100% - 32px) / 3);
}

.c-program-tab__cat {
	font-size: 15px;
}

.p-header__head {
	padding: 0;
}

.p-header__head .p-header__search {
	display: none;
}

.p-header__head-inner {
	height: 50px;
	padding-left: 40px;
}

.p-header__logo img {
	width: 72px;
}

.p-header__search {
	margin-top: 30px;
}

.p-header__toggle {
	display: block;
	z-index: 40;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

.p-header__nav {
	z-index: 40;
	position: absolute;
	top: -10000px;
	right: 0;
	padding: 0;
	transition: all 0.4s;
}

.p-header__nav .p-header__search {
	display: block;
	width: 100%;
}

.p-header__lists {
	flex-direction: column;
	align-items: center;
	width: 280px;
	height: 440px;
	padding: 0 32.5px;
	background-color: #F2F2F2;
}

.p-header__list {
	width: 100%;
	text-align: left;
}

.p-header__list + .p-header__list {
	margin-top: 20px;
}

.p-header__list:first-child .p-header__link {
	border-left: none;
}

.p-header__link {
	display: block;
	padding: 0px 15px 5px;
	border-right: none;
	border-bottom: 1px solid #00093A;
	font-size: 15px;
	text-align: left;
}

.p-program-header__title {
	align-self: center;
	width: 100%;
	background: url(../img/program/program-head-tab.png) no-repeat top 0 center/cover;
}

.p-program-header__title-box {
	font-size: 20px;
}

.p-program-header__text {
	width: 100%;
	padding: 20px 60px;
}

.p-footer__right {
	padding: 25px 80px 20px 30px;
}

}

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

.p-header__nav.panelactive {
	top: 50px;
}

}

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

.p-header__nav.panelactive {
	top: 38px;
}

}

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

.p-program-header__title-box span {
	font-size: 32px;
}

}

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

.c-program-tab__cat {
	font-size: 13px;
}

}

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

.c-program-tab__cat {
	padding: 0.4rem;
	font-size: 1.1rem;
}

.p-program-header__title {
	max-width: 68rem;
	height: 9.8rem;
}

.p-program-header__title-box {
	font-size: 1.95rem;
}

.p-program-header__title-box span {
	font-size: 2.95rem;
}

.p-program-header__text {
	max-width: 48rem;
	margin: 0 auto;
	padding: 2rem 0;
	font-size: 1.3rem;
	line-height: 1.7692307692;
}

}

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

html {
	font-size: 2.793vw;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.l-inner {
	padding: 0 2.5rem;
}

.l-inner--800 {
	padding: 0px 4rem;
}

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

.l-inner--okuaizu {
	padding: 0px 2.5rem;
}

.l-inner--privacy {
	padding: 0px 2.5rem;
}

.l-inner--contact {
	padding: 0;
}

.l-inner--search {
	padding: 0 2.5rem;
}

.l-lower-contents {
	padding: 3.2rem 0 6.4rem;
}

.l-top-head {
	padding: 1.5rem 0 0;
}

.l-sec {
	padding: 3.2rem 0;
}

.l-sec--intro {
	padding: 0;
}

.l-sec--news {
	padding: 2rem 0;
}

.l-sec--program {
	padding: 2rem 0 4.5rem;
}

.l-sec--movie {
	padding: 2rem 0 5rem;
}

.l-sec--404 {
	padding-bottom: 8rem;
}

.l-sec-lower--about {
	padding: 5rem 0;
	background: url(../img/about/about-back-mobile.webp) no-repeat center bottom 0/100%;
}

.l-sec-lower--news {
	padding: 2rem 0;
}

.l-sec-lower--sanka {
	padding: 4rem 0 2rem;
}

.l-sec-lower--okuaizu {
	padding-bottom: 15rem;
}

.l-sec-lower--privacy {
	padding: 3rem 0;
}

.l-sec-lower--contact {
	padding: 0;
}

.l-sec-lower--search {
	padding: 3rem 0;
}

.l-page-header {
	height: 13rem;
}

.l-floating {
	right: 0;
	width: 100%;
	margin-right: auto;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
}

.l-floating a {
	width: 174px;
}
	
.l-floating02 {
	display: none;
}

.c-top-slider .slick-dots {
	margin: 1rem 0 0;
}

.c-top-slider .slick-dots button {
	width: 0.7rem;
	height: 0.7rem;
}

.c-top-slider__item {
	border-radius: 1.3rem;
}

.c-program-slider .slick-dots {
	margin: 1rem 0 0;
	margin: 1.2rem 0 0 0; /*ドットの位置*/
}

.c-program-slider .slick-dots button {
	width: 0.7rem;
	height: 0.7rem;
}

.c-program-slider__item {
	aspect-ratio: 380/220;
	height: auto;
}

.c-btn {
	width: 100%;
	height: 2.4rem;
	font-size: 1.1rem;
}

.c-btn span {
	padding-right: 3rem;
}

.c-btn span::before {
	width: 2.1rem;
	height: 1.7rem;
}

.c-btn span::after {
	top: calc(50% + 0.1rem);
	width: 2.7rem;
	height: 1.9rem;
}

.c-title {
	padding-bottom: 0.4rem;
	font-size: 1.5rem;
}

.c-title::after {
	height: 0.2rem;
	background: url(../img/sp_title-underline.png) repeat-x center center/390px 0.2rem;
}

.c-title--white::after {
	background: url(../img/sp_title-underline-white.png) repeat-x center center/390px 0.2rem;
}

.c-lower-head__title {
	font-size: 1.95rem;
}

.c-lower-head__sub {
	font-size: 1rem;
}

.c-lower-head__lead {
	margin-top: 1rem;
	font-size: 1.38rem;
	line-height: 1.6666666667;
}

.c-news-post__item {
	display: block;
}

.c-news-post__item + .c-news-post__item {
	margin-top: 1rem;
	padding-top: 1rem;
}

.c-news-post__date {
	font-size: 1rem;
}

.c-news-post__title {
	margin-top: 0;
	font-size: 1.3rem;
}

.c-news-post__btn {
	text-align: right;
}

.c-news-post__btn a {
	width: 6rem;
	height: 2.2rem;
	font-size: 1rem;
}

.c-program-post {
	-moz-column-gap: 1.47rem;
	column-gap: 1.47rem;
	row-gap: 3.1rem;
}

.c-program-post__item {
	width: calc((100% - 1.47rem) / 2);
}

.c-program-post__thumb {
	height: 8.9rem;
}

.c-program-post__head {
	display: block;
	padding: 0.6rem 0.4rem;
}

.c-program-post__cat a {
	width: 4.5rem;
	height: 1.8rem;
	font-size: 1rem;
}

.c-program-post__title {
	width: 100%;
	margin-top: 0.5rem;
	font-size: 1.1rem;
	line-height: 1.2;
}

.c-program-post__excerpt {
	font-size: 1rem;
	line-height: 1.2;
}

.c-btn-normal {
	height: 6rem;
	font-size: 1.8rem;
}

.c-btn-normal span {
	padding-right: 4rem;
}

.c-btn-normal span::before {
	width: 2.73rem;
	height: 2.38rem;
}

.c-btn-normal span::after {
	top: calc(50% + 0.14rem);
	right: -0.42rem;
	width: 3.57rem;
	height: 2.66rem;
}

.c-program-tab__row {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c-program-tab__col {
	justify-content: center;
}

.c-program-tab__col01 {
	width: 14.7rem;
}

.c-program-tab__col02 {
	width: 100%;
	margin-top: 0.8rem;
}

.c-program-tab__col02 .c-program-tab__cat {
	width: calc((100% - 1.11rem) / 4);
	max-width: 7.5rem;
}

.c-program-tab__col02 .c-program-tab__cat:not(:first-child) {
	margin-left: 0.37rem;
}

.c-program-tab__col03 {
	width: 100%;
	margin-top: 0.8rem;
}

.c-program-tab__col03 .c-program-tab__cat {
	width: calc((100% - 0.74rem) / 3);
	max-width: 7.5rem;
}

.c-program-tab__col03 .c-program-tab__cat:not(:first-child) {
	margin-left: 0.37rem;
}

.c-post-slider {
	flex-direction: column;
}

.c-post-slider__main {
	aspect-ratio: 340/255;
	width: 100%;
}

.c-post-slider__caption {
	padding: 7px;
}

.c-post-slider__caption p {
	margin-bottom: -2px;
	font-size: 12px;
	line-height: 1.5;
}

.c-post-slider__caption span {
	display: inline-block;
	font-size: 10px;
}

.c-post-slider__thumbnails {
	display: flex;
	width: 100%;
	margin-top: 10px;
}

.c-post-slider__thumbnails li {
	width: 20%;
}

.c-post-slider__thumbnails li:not(:first-child) {
	margin-top: 0;
	margin-left: 5px;
}

.c-form__label:nth-of-type(n + 2) {
	margin-top: 2rem;
}

.c-form__parts input[type=text],
.c-form__parts input[type=tel],
.c-form__parts input[type=email],
.c-form__parts textarea {
	margin-top: 0.5rem;
	padding: 1rem;
}

.c-form__parts textarea {
	height: 16rem;
}

.c-form__radio .wpcf7-list-item-label {
	padding-left: 2rem;
}

.c-form__radio .wpcf7-list-item-label::before {
	width: 1.2rem;
	height: 1.2rem;
}

.c-form__radio .wpcf7-list-item-label::after {
	left: 0.3rem;
	width: 0.8rem;
	height: 0.8rem;
}

.c-form__select::after {
	right: 1.5rem;
	width: 0.8rem;
	height: 0.8rem;
}

.c-form__select .wpcf7-select {
	margin-top: 0.5rem;
	padding: 1rem;
}

.c-form__note {
	margin-top: 1.5rem;
}

.c-form__acceptance {
	margin-top: 1rem;
}

.c-form__acceptance input[type=checkbox] {
	width: 1.5rem;
	height: 1.5rem;
	margin-bottom: 0.5rem;
}

.c-form__btn {
	margin-top: 1.5rem;
}

.p-splash__logo img {
	width: 120px;
}

.p-header__head-inner {
	height: 38px;
}

.p-header__toggle {
	right: 10px;
}

.p-header__nav-inner {
	padding-right: 0;
}

.p-intro {
	height: auto;
	padding-top: 0;
	background: #fff;
}

.p-intro__logo {
	height: 21rem;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: url(../img/top-img.webp) no-repeat center center/48rem 21rem;
}

.p-intro__logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13.5rem;
	transform: translate(-50%, -50%);
}

.p-intro__box {
	margin-top: 0;
	padding: 1rem 0 2rem;
}

.p-intro__heading {
	font-size: 1.65rem;
	line-height: 1.5;
}

.p-intro__heading span {
	font-size: 2.3rem;
}

.p-intro__img {
	margin-top: 1.5rem;
}

.p-intro__text {
	margin-top: 1.5rem;
	font-size: 1.1rem;
	line-height: 1.5;
}

.p-intro__btn {
	margin-top: 1rem;
}

.p-news__content {
	margin-top: 1.8rem;
}

.p-news__btn {
	margin-top: 2rem;
}

.p-program__content {
	margin-top: 2.5rem;
}

.p-program__btn {
	margin-top: 3.5rem;
}

.p-movie__content {
	display: block;
	margin-top: 2rem;
}

.p-movie__item {
	width: 100%;
}

.p-movie__item + .p-movie__item {
	margin-top: 4rem;
}

.p-movie__name {
	margin-top: 0.5rem;
	font-size: 1.2rem;
}

.p-btn-area {
	padding: 5rem 0;
}

.p-btn-area__box {
	display: block;
}

.p-btn-area__item {
	width: 100%;
}

.p-btn-area__item + .p-btn-area__item {
	margin-top: 2rem;
}

.p-page-header__logo {
	left: 50%;
	width: 10rem;
	height: 10rem;
	transform: translate(-50%, -50%);
}

.p-page-header__logo img {
	right: 50%;
	width: 6.3rem;
	transform: translate(50%, -50%);
}

.p-news-posts__item {
	width: calc((100% - 1.472rem) / 2);
	margin-left: 1.472rem;
}

.p-news-posts__item:nth-child(2n+1) {
	margin-left: 0;
}

.p-news-posts__item:nth-child(n+3) {
	margin-top: 2.5rem;
}

.p-news-posts__date {
	margin-top: 0.5rem;
	font-size: 1rem;
}

.p-news-posts__title {
	margin-top: 0.5rem;
	font-size: 1.2rem;
}

.p-about__head {
	display: block;
}

.p-about__logo {
	text-align: right;
}

.p-about__logo img {
	width: 12.2rem;
}

.p-about__title-main {
	font-size: 1.3rem;
	line-height: 1.5384615385;
}

.p-about__title-sub {
	margin-top: 0.5rem;
	font-size: 2.1rem;
	line-height: 1.4285714286;
}

.p-about__body {
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.p-about__block + .p-about__block {
	margin-top: 5.5rem;
}

.p-about__heading {
	margin-bottom: 3rem;
	font-size: 1.6rem;
	line-height: 1.5625;
}

.p-about__text {
	font-size: 1.25rem;
	line-height: 1.5384615385;
}

.p-sanka__block + .p-sanka__block {
	margin-top: 6rem;
}

.p-sanka__block-sub + .p-sanka__block-sub {
	margin-top: 2.5rem;
}

.p-sanka__heading-h2 {
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
	padding-left: 3rem;
	font-size: 1.56rem;
	line-height: 1.4705882353;
}

.p-sanka__heading-h2::before {
	top: 34%;
	font-size: 3.7rem;
}

.p-sanka__heading-h2::after {
	height: 0.4 0.6rem;
	background: url(../img/sanka/title-dotted.png) repeat-x left 0 center/57.8rem;
}

.p-sanka__heading-h3 {
	margin-bottom: 1rem;
	font-size: 1.38rem;
	line-height: 1.6666666667;
}

.p-sanka__text,
.p-sanka__box,
.p-sanka__contact,
.p-sanka__note {
	margin-top: 1.5rem;
}

.p-sanka__text {
	font-size: 1.1rem;
}

.p-sanka__tel {
	padding-bottom: 0.5rem;
	font-size: 1.84rem;
	line-height: 1.6;
}

.p-sanka__box-text {
	padding-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.6923076923;
}

.p-sanka__note {
	font-size: 1rem;
}

.p-sanka__agreement {
	margin-top: 3rem;
}

.p-sanka__agreement__title {
	margin-bottom: 2rem;
	font-size: 1.38rem;
	line-height: 1.6666666667;
}

.p-sanka__agreement-text {
	font-size: 1rem;
	line-height: 1.5454545455;
}

.p-program-header__logo {
	top: initial;
	bottom: 0;
	left: 0;
	width: 12.9rem;
	height: 11.5rem;
	transform: none;
}

.p-program-header__logo img {
	right: 1.4rem;
	width: 9.2rem;
}

.p-program-header__box {
	flex-direction: column;
	align-items: center;
	padding-top: 3rem;
	padding-right: 0;
	padding-left: 0;
}

.p-program-header__title {
	max-width: 100%;
	height: 9rem;
	background: url(../img/program/program-head-sp.png) no-repeat top 0 center/cover;
}

.p-program-header__title-box {
	font-size: 1.8rem;
}

.p-program-header__title-box span {
	font-size: 2.7rem;
}

.p-program-header__text {
	max-width: 31.2rem;
	padding: 1.5rem 0;
	font-size: 1.2rem;
}

.p-category-lists {
	margin: 0;
}

.p-entry {
	padding: 25px 0 120px;
}

.p-entry__head {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.p-entry__thumb {
	height: auto;
}

.p-entry__body {
	margin: 30px auto 0;
}

.p-entry__title {
	padding-bottom: 10px;
	border-bottom: 3px solid #C9AC73;
	font-size: 22px;
	line-height: 1.4347826087;
}

.p-entry__catch {
	font-size: 14.5px;
	line-height: 1.4285714286;
}

.p-entry__cat a {
	font-size: 17px;
	line-height: 1.5882352941;
}

.p-entry__content {
	margin-top: 35px;
}

.p-entry__content p {
	font-size: 14px;
	line-height: 1.9285714286;
}

.p-entry__slider {
	margin-top: 35px;
}

.p-entry__access {
	margin-top: 45px;
}

.p-program-guid__title {
	margin-bottom: 25px;
	padding: 3px 5px;
	font-size: 15px;
	line-height: 1.4666666667;
}

.p-program-guid__row {
	display: block;
}

.p-program-guid__row + .p-program-guid__row {
	margin-top: 40px;
}

.p-program-guid__img {
	width: 100%;
}

.p-program-guid__item01 {
	width: 100%;
	margin-top: 10px;
}

.p-program-guid__item02 {
	width: 100%;
	margin-top: 15px;
}

.p-program-access__title {
	margin-bottom: 25px;
	padding: 3px 5px;
	font-size: 15px;
	line-height: 1.4666666667;
}

.p-program-access__row {
	flex-direction: column-reverse;
}

.p-program-access__body {
	width: 100%;
	margin-top: 15px;
}

.p-program-access__map {
	width: 100%;
}

.p-okuaizu__title {
	font-size: 2.58rem;
	line-height: 1.9642857143;
}

.p-okuaizu__box {
	display: block;
}

.p-okuaizu__lead {
	font-size: 1.47rem;
	line-height: 1.6875;
}

.p-okuaizu__map {
	width: 100%;
	margin-top: 3rem;
	text-align: center;
}

.p-okuaizu__map img {
	width: 25.6rem;
}

.p-okuaizu__text {
	margin-top: 5rem;
	font-size: 1.2rem;
	line-height: 1.5384615385;
}

.p-privacy__text {
	font-size: 1rem;
	line-height: 1.5454545455;
}

.p-privacy__heading {
	margin-top: 1.8rem;
	font-size: 1.28rem;
	line-height: 2.1428571429;
}

.p-privacy__list li {
	font-size: 1rem;
	line-height: 1.5454545455;
}

.p-form {
	padding: 3.2rem 2.2rem;
	font-size: 1.2rem;
	line-height: 1.6923076923;
}

.p-form__title {
	margin-bottom: 2.76rem;
	font-size: 2.25rem;
}

.p-search__item {
	display: block;
	padding: 1.5rem 0;
}

.p-search__thumb {
	width: 100%;
}

.p-search__body {
	width: 100%;
}

.p-search__title {
	margin-top: 1.5rem;
	font-size: 1.28rem;
	line-height: 1.5714285714;
}

.p-search__excerpt {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.5454545455;
}

.p-404__logo img {
	width: 12.1rem;
}

.p-404__message {
	margin-top: 6rem;
}

.p-404__message p {
	font-size: 1.55rem;
}

.p-404__message span {
	font-size: 1.2rem;
	line-height: 2;
}

.p-404__btns {
	max-width: 420px;
	margin: 5rem auto 0;
}

.p-404__btns a + a {
	margin-top: 1rem;
}

.p-footer__inner {
	display: block;
	padding-bottom: 37px;
}

.p-footer__inner::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 37px;
	background: url(../img/footer-back-mob2.webp) no-repeat center center/cover;
	content: "";
}

.p-footer__left {
	width: 100%;
	min-width: none;
	padding: 10px 0 0;
	text-align: center;
}

.p-footer__logo img {
	width: 94px;
}

.p-footer__right {
	width: 100%;
	padding: 25px 20px 15px;
	background: none;
}

.p-footer__widget {
	margin-right: auto;
}

.p-footer__item + .p-footer__item {
	margin-top: 15px;
}

.p-footer__widget-title {
	font-size: 11px;
	line-height: 1.8181818182;
}

.p-footer__widget-text {
	margin-right: auto;
	font-size: 11px;
	line-height: 1.8181818182;
}

.p-footer__nav {
	margin-top: 15px;
}

.p-footer__nav a {
	margin-right: auto;
	font-size: 11px;
	line-height: 1.8181818182;
}

}

@-webkit-keyframes lower-page-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes lower-page-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes PageAnime {

/*画面遷移アニメーション用*/

0% {
	transform: scaleX(1);
	transform-origin: left;
}

50% {
	transform-origin: right;
}

100% {
	transform: scaleX(0);
	transform-origin: right;
}

}

@keyframes PageAnime {

/*画面遷移アニメーション用*/

0% {
	transform: scaleX(1);
	transform-origin: left;
}

50% {
	transform-origin: right;
}

100% {
	transform: scaleX(0);
	transform-origin: right;
}

}

@-webkit-keyframes PageAnime2 {

/*画面遷移アニメーション用*/

0% {
	transform: scaleX(1);
	transform-origin: right;
}

50% {
	transform-origin: left;
}

100% {
	transform: scaleX(0);
	transform-origin: left;
}

}

@keyframes PageAnime2 {

/*画面遷移アニメーション用*/

0% {
	transform: scaleX(1);
	transform-origin: right;
}

50% {
	transform-origin: left;
}

100% {
	transform: scaleX(0);
	transform-origin: left;
}

}

@-webkit-keyframes PageAnimeAppear {

/*画面遷移アニメーション用*/

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes PageAnimeAppear {

/*画面遷移アニメーション用*/

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

