*,
*::before,
*::after {
	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;
	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,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

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

address {
	font-style: normal;
}

@font-face {
	font-family: "KozGoPr6N";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Lato-BoldItalic.ttf") format("truetype");
}

body {
	background: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

a:hover {
	opacity: 0.7;
}

body.is-fixed {
	overflow: hidden;
}

.hidden-pc {
	display: block;
}

.hidden-sp {
	display: none;
}

.sec-he .section-head-en {
	font-size: 34px;
}

.sec-he .section-head-bar {
	width: 100px;
}

.header {
	position: relative;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100px;
	justify-content: space-between;
	padding: 20px;
}

.header__left {
	position: relative;
	z-index: 101;
}

.header__logo {
	max-width: 80px;
	width: 100%;
}

.header__right {
	align-items: center;
	display: flex;
	display: flex;
	gap: 30px;
	gap: 30px;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 103;
}

.header__gtra {
	display: flex;
	font-size: 15px;
	font-weight: bold;
}

.drawer__link {
	color: #00335c;
	font-size: 20px;
	font-weight: bold;
}

/* ハンバーガー */

.header__humbergar {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 20px;
	justify-content: space-between;
	position: relative;
	width: 40px;
	z-index: 103;
}

.header__humbergar-bar {
	background: #000;
	height: 2px;
	transition: 0.3s;
	width: 100%;
}

.header__humbergar.is-active .header__humbergar-bar:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.header__humbergar.is-active .header__humbergar-bar:nth-child(2) {
	opacity: 0;
}

.header__humbergar.is-active .header__humbergar-bar:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

/* ドロワー */

.drawer {
	align-items: start;
	background: #fff;
	display: flex;
	height: calc(100vh + 50px);
	justify-content: center;
	left: 0;
	padding-top: 120px;
	position: fixed;
	top: 0px;
	transform: translateX(100%);
	transition: transform 0.3s;
	width: 100%;
	z-index: 102;
}

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

.drawer__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.header__right-pc {
	display: none;
}

.header__right-pc {
	padding-top: 20px;
	position: fixed;
	right: 20px;
	z-index: 103;
}

.header__right-pc-nav {
	display: flex;
}

.header__right-pc-nav-link {
	color: #00335c;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
}

.header__right-pc-gtra {
	display: flex;
	font-size: 20px;
	font-weight: bold;
	justify-content: end;
	padding-right: 20px;
}

.header__right-pc {
	display: none;
}

.header__right-pc.is-hide {
	opacity: 0;
	transform: translateY(-80px);
}

.header__right-pc.is-show {
	opacity: 1;
	transform: translateY(0);
}

.mv {
	margin-top: -100px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mv-top {
	position: relative;
	width: 100%;
}

.mv__logo {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 286px;
	z-index: 3;
}

.mv-slid-item img {
	display: block;
	width: 100%;
}

/* ページネーション */

.swiper-pagination {
	bottom: 24px !important;
}

.swiper-pagination-bullet {
	background: #fff;
	height: 5px;
	opacity: 1;
	width: 5px;
}

.swiper-pagination-bullet-active {
	background: #999;
}

.mv-btm {
	background: url(../img/2x/mv-btm@2x.webp) no-repeat center center/cover;
	height: 150px;
}

.mv-btm-text {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding-top: 30px;
	text-align: center;
}

.mv-btm-btn {
	align-items: center;
	background: #d1446e;
	border-radius: 8px;
	box-shadow: 0 0 10px #fff, 0 0 30px rgba(255, 255, 255, 0.9), 0 0 50px rgba(255, 255, 255, 0.7);
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 200px;
}

.footer-inner {
	padding: 50px 20px 20px;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
	width: 100%;
}

.footer__nav {
	display: none;
}

.footer__nav-link {
	color: #00335c;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
}

.footer-s {
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.section {
	margin-top: 100px;
}

.top-news {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

.top-news-top {
	font-family: "Lato", sans-serif;
	font-size: 34px;
	text-align: center;
}

.top-news-archive-sp {
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	    display: block;
    margin-bottom: 30px;
}

.top-news-box {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.top-news-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.top-news-item-date {
	color: #d1446e;
	font-size: 12px;
}

.top-news-archive-pc {
	display: none;
	font-size: 17px;
}

.top-news-flex {
	margin-top: 50px;
}

.section-head {
	align-items: center;
	color: #231815;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.section-head-en {
	font-family: "Lato", sans-serif;
	font-size: 34px;
	line-height: 2;
}

.section-head-bar {
	background: #231815;
	height: 1px;
	width: 100px;
}

.top-about {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-top: 100px;
	position: relative;
	width: 100%;
}

.top-about.top-value {
	padding-left: 0;
	padding-right: 20px;
}

.top-about.top-value .top-about-head {
	position: absolute;
	right: 20px;
	top: 50px;
}

.top-about.top-value .top-about-content-img {
	align-self: flex-start;
	width: 90%;
}

.top-about.top-value .top-about-content-box-p {
	padding-left: 20px;
}

.top-about-head {
	position: absolute;
	top: 50px;
}

.top-about-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.top-about-content-img {
	align-self: flex-end;
	width: 90%;
}

.top-about-content-box-p {
	line-height: 2;
}

.top-about-content-box-btn {
	align-items: center;
	background: #d1446e;
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 200px;
}

.top-imgs-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.top-program {
	background: #f5f3f2;
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.top-program-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
}

.top-program-archive {
	display: block;
	font-size: 15px;
	margin-top: 50px;
	text-align: center;
	text-decoration: underline;
}

.top-program-contents {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

.top-program-item {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	display: flex;
}

.top-program-item-img {
	flex-shrink: 0;
	width: 100px;
}

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

.top-program-item-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px 10px;
}

.top-program-item-content-tag {
	background: #f05235;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	padding: 1px 3px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-program-item-content-tag.is-green {
	background: #3e9e09;
}

.top-program-item-content-title {
	font-size: 16px;
}

.top-program-item-content-btn {
	align-items: center;
	border: 1px solid #555;
	display: flex;
	flex-direction: row;
	font-size: 7px;
	font-weight: 600;
	gap: 3px;
	padding: 2px 5px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-program-item-content-btn img {
	width: 20px;
}

.top-btm-bg {
	position: relative;
}

.top-btm-contents {
	left: 50%;
	max-width: 320px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	top: 30px;
	transform: translateX(-50%);
	width: 100%;
}

.top-btm-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.top-btm-head-en {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 34px;
	font-weight: bold;
}

.top-btm-head-bar {
	background: #fff;
	height: 1px;
	text-align: center;
	width: 100px;
}

.top-btm-p {
	color: #fff;
	line-height: 2;
	margin-top: 50px;
}

.top-btm-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #555;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 20px;
	height: 36px;
	margin-top: 30px;
	padding: 5px;
	width: 160px;
}

.top-btm-btn img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 40px;
}

.page {
	padding-bottom: 40px;
	padding-top: 40px;
}

.about {
	position: relative;
}

.about-head {
	margin-bottom: 30px;
}

.about-top {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

.about-top-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.about-top-name {
	font-size: 13px;
	letter-spacing: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-top-name span {
	font-size: 18px;
}

.about-top-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-top-content-h {
	border-bottom: 1px solid #555;
	padding-bottom: 15px;
}

.about-top-content-text {
	margin-top: 20px;
}

.about-message-content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-message-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-plof {
	background: url(../img/2x/about-plof-bg@2x.png) no-repeat center/cover;
	margin-bottom: -100px;
	margin-top: -100px;
	padding-bottom: 300px;
	padding-top: 300px;
}

.page-about-plof {
	margin: 0 auto;
	margin-top: 80px;
	max-width: 1020px;
	padding: 0 20px;
	width: 100%;
}

.page-about-plof-item {
	border-bottom: 1px solid #ccc;
	display: flex;
	gap: 40px;
	padding: 10px 0;
}

.page-about-plof-title {
	flex-shrink: 0;
	font-weight: 600;
	width: 220px;
}

.page-about-plof-content {
	flex: 1;
	line-height: 1.8;
}

.programs-head {
	background: #f5f3f2;
	padding-top: 30px;
}

.programs-top {
	background: #f5f3f2;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	text-align: center;
}

.programs-top-flex {
	display: flex;
	flex-direction: column;
}

.programs-top-flex.rev .programs-top-flex-content {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.programs-top-flex.rev .programs-top-flex-content-top {
	color: #d1446e;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	z-index: 1;
}

.programs-top-flex.rev .programs-top-flex-content-title {
	border-left: 5px solid #d1446e;
	border-right: none;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
}

.programs-top-flex.rev .programs-top-flex-content-title-j {
	font-size: 26px;
}

.programs-top-flex.rev .programs-top-flex-content-title-e {
	color: #d1446e;
	font-size: 12px;
	font-weight: bold;
}

.programs-top-flex-imgs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.programs-top-flex-content {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.programs-top-flex-content-top {
	color: #d1446e;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.programs-top-flex-content-title {
	border-right: 5px solid #d1446e;
	padding-right: 20px;
	text-align: right;
}

.programs-top-flex-content-title-j {
	font-size: 26px;
}

.programs-top-flex-content-title-e {
	color: #d1446e;
	font-size: 12px;
	font-weight: bold;
}

.programs-items {
	background: #f5f3f2;
	padding-bottom: 50px;
	padding-top: 50px;
}

.programs-item-box {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

.programs-item {
	align-items: center;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	display: flex;
	height: 100px;
}

.programs-item-img {
	flex-shrink: 0;
	height: 100px;
	width: 100px;
}

.programs-item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.programs-item-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0px 15px;
}

.programs-item-content-tag {
	background: #f05235;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	padding: 1px 6px;
	width: -moz-fit-content;
	width: fit-content;
}

.programs-item-content-tag.is-green {
	background: #3e9e09;
}

.programs-item-content-title {
	font-size: 16px;
}

.programs-item-content-arw {
	align-items: center;
	align-self: flex-end;
	border: 1px solid #555;
	display: flex;
	flex-direction: row;
	font-size: 7px;
	font-weight: 600;
	gap: 3px;
	padding: 2px;
	width: -moz-fit-content;
	width: fit-content;
}

.programs-item-content-arw img {
	width: 20px;
}

.dwn {
	background: #f5f3f2;
	padding-top: 150px;
}

.programs-aria-head-sub {
	font-size: 20px;
	margin-top: 30px;
	text-align: center;
}

.programs-aria-img {
	margin-top: 50px;
	width: 100%;
}

.programs-aria {
	padding-bottom: 100px;
	padding-top: 100px;
}

.single {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

.single-img {
	margin-bottom: 50px;
}

.single-title {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.single-title-tag {
	background: #ccc;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	padding: 5px;
	width: -moz-fit-content;
	width: fit-content;
}

.single-title-cat {
	background: #f05235;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0 5px;
	width: -moz-fit-content;
	width: fit-content;
}

.single-title-cat.is-green {
	background: #3e9e09;
}

.single-title-h1 {
	font-size: 26px;
}

.single-content {
	padding-top: 50px;
}

.single-content p {
	margin-bottom: 30px;
}

.single-content img {
	margin-bottom: 30px;
	max-width: 310px;
}

.single-content h2 {
	border-bottom: 1px solid #aaa;
	border-left: 5px solid #00335c;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 50px;
	padding-left: 5px;
}

.single-content h3 {
	background: #ccc;
	margin: 30px 0;
	padding: 0 5px;
	width: -moz-fit-content;
	width: fit-content;
}

.single-info {
	background: #f3f3f3;
	border-radius: 24px;
	padding: 20px;
}

.single-info-title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
}

.single-info-item {
	display: block;
	padding: 12px 0;
}

.single-info-head {
	font-weight: 700;
	margin-bottom: 8px;
	width: 100%;
}

.single-info-body {
	flex: 1;
}

.single-content-last {
	margin-top: 100px;
	text-align: center;
}

.single-btm-btn {
	align-items: center;
	background: #d1446e;
	border-radius: 8px;
	color: #fff;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 320px;
	width: 100%;
}

.course {
	background: #f3f3f3;
}

.course-content {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.course-content-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.course-content-item-img {
	width: 100%;
}

.course-content-item-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.course-content-item-content-top {
	font-size: 17px;
}

.course-content-item-content-btm {
	border: 1px solid #ccc;
	padding: 10px;
}

.why-plof {
	background: #f3f3f3;
	margin-bottom: 0;
	margin-top: 100px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.mono-news {
	color: #555;
	padding: 200px 20px;
}

.mono-news-inner {
	margin: 0 auto;
	max-width: 1400px;
}

.mono-news-heading {
	text-align: center;
}

.mono-news-en {
	color: #555;
	font-size: 48px;
	font-weight: 700;
	margin: 0;
}

.mono-news-jp {
	color: #555;
	font-size: 16px;
	margin: 10px 0 0;
}

.mono-news-line {
	background: #555;
	height: 1px;
	margin: 30px auto 60px;
	width: 60px;
}

.mono-news-list {
	margin: 0 auto;
	max-width: 900px;
}

.mono-news-item {
	align-items: center;
	border-bottom: 1px solid #555;
	color: #555;
	display: flex;
	gap: 40px;
	padding: 24px 0;
	text-decoration: none;
}

.mono-news-date {
	flex-shrink: 0;
	font-size: 15px;
	width: 120px;
}

.mono-news-title {
	flex: 1;
	font-size: 15px;
	line-height: 1.8;
}

.mono-news-pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.mono-news-pagination .nav-links {
	display: flex;
	gap: 10px;
}

.mono-news-pagination a,
.mono-news-pagination span {
	align-items: center;
	border: 1px solid #555;
	color: #555;
	display: flex;
	font-size: 15px;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	width: 40px;
}

.mono-news-pagination .current {
	font-weight: bold;
}

.single-news-inner {
	margin: 100px auto;
	max-width: 900px;
	padding-left: 20px;
	padding-right: 20px;
}

.single-news-title {
	font-size: 32px;
	margin: 20px 0 40px;
}

.single-news-content {
	line-height: 2;
}

.page-contact {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
}

.single-news-back {
	margin-top: 50px;
	text-align: right;
	text-decoration: underline;
}

.car-form-wrap {
	border-radius: 16px;
	margin: 0 auto;
	max-width: 780px;
	padding: 30px;
}

.car-contact-form {
	width: 100%;
}

.car-form-group {
	margin-bottom: 30px;
}

.car-form-group label {
	display: block;
	margin-bottom: 8px;
}

.car-required {
	background: #9aa0a6;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-left: 8px;
	padding: 2px 6px;
}

.car-contact-form input,
.car-contact-form textarea {
	background: #fff;
	border: none;
	box-sizing: border-box;
	padding: 14px;
	width: 100%;
}

.car-contact-form textarea {
	height: 200px;
	resize: none;
}

.car-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 25px;
	margin-top: 10px;
}

.car-radio-group label {
	align-items: center;
	display: flex;
}

.car-radio-group input {
	margin-right: 6px;
}

.car-form-btn {
	margin-top: 30px;
	text-align: center;
}

.car-form-btn button {
	background: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	max-width: 300px;
	padding: 16px;
	transition: 0.3s;
	width: 100%;
}

.car-form-btn button:hover {
	background: rgba(51, 51, 51, 0.4392156863);
}

.car-form-btn input {
	background: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	max-width: 150px;
	padding: 8px 16px;
	transition: 0.3s;
	width: 100%;
}

.car-form-btn input:hover {
	background: #333;
}

label {
	white-space: nowrap;
}

.car-radio-group input[type=radio] {
	margin-right: 8px;
	transform: scale(1.4);
}

.wpcf7-spinner {
	display: none;
}

.ac-item {
	background: #eee;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}

.con-p {
	text-align: center;
}

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

body {
	font-size: 17px;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding-left: 30px;
	padding-right: 30px;
}

.hidden-pc {
	display: none;
}

.hidden-sp {
	display: block;
}

.sec-he .section-head-en {
	font-size: 45px;
}

.sec-he .section-head-bar {
	width: 120px;
}

.header__inner {
	align-items: start;
	height: 220px;
}

.header__logo {
	max-width: 200px;
}

.header__right-pc {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.header__right-pc {
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 1;
	position: fixed;
	right: 20px;
	top: 20px;
	transform: translateY(0);
	transition: transform 0.35s ease, opacity 0.35s ease;
	z-index: 103;
}

.header__right-sp {
	display: none;
}

.mv {
	margin-top: -220px;
}

.mv__logo {
	width: 585px;
}

.swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}

.mv-btm {
	height: 450px;
}

.mv-btm-text {
	font-size: 29px;
	padding-top: 120px;
}

.mv-btm-btn {
	font-size: 20px;
	height: 80px;
	margin-top: 50px;
	width: 400px;
}

.footer__logo {
	max-width: 250px;
}

.footer__nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 40px 0;
}

.section {
	margin-top: 120px;
}

.top-news {
	max-width: 1000px;
}

.top-news-top {
	font-size: 39px;
}

.top-news-archive-sp {
	display: none;
}

.top-news-item {
	flex-direction: row;
	gap: 50px;
}

.top-news-item-date {
	font-size: 14px;
}

.top-news-archive-pc {
	display: block;
	margin-top: 10px;
	text-align: right;
	text-decoration: underline;
}

.top-news-flex {
	align-items: center;
	display: flex;
	gap: 80px;
}

.section-head-en {
	font-size: 83px;
}

.section-head-bar {
	height: 2px;
	width: 240px;
}

.top-about {
	max-width: 1200px;
	padding-top: 200px;
}

.top-about.top-value .top-about-head {
	left: 50%;
	right: auto;
	top: 90px;
	transform: translateX(-50%);
}

.top-about.top-value .top-about-content-img {
	flex-shrink: 0;
	width: 60%;
}

.top-about.top-value .top-about-content-box-p {
	font-size: 20px;
	margin-top: -80px;
}

.top-about.top-value .top-about-content {
	flex-direction: row;
	gap: 50px;
}

.top-about-head {
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
}

.top-about-content {
	flex-direction: row-reverse;
	gap: 50px;
}

.top-about-content-img {
	flex-shrink: 0;
	width: 60%;
}

.top-about-content-box-p {
	font-size: 20px;
	margin-top: -80px;
}

.top-about-content-box-btn {
	font-size: 15px;
	height: 40px;
	width: 240px;
}

.top-imgs-box {
	grid-template-columns: repeat(3, 1fr);
}

.top-program {
	margin-top: 0;
	padding-bottom: 200px;
	padding-top: 200px;
}

.top-program-inner {
	max-width: 1020px;
}

.top-program-archive {
	font-size: 17px;
}

.top-program-contents {
	gap: 50px;
}

.top-program-item-img {
	flex-shrink: 0;
	width: 50%;
}

.top-program-item-content {
	padding: 40px;
}

.top-program-item-content-tag {
	font-size: 15px;
}

.top-program-item-content-title {
	font-size: 32px;
}

.top-program-item-content-btn {
	font-size: 14px;
	gap: 10px;
	margin-top: 30px;
	padding: 10px 20px 10px 10px;
}

.top-program-item-content-btn img {
	width: 50px;
}

.top-btm-contents {
	left: 35%;
	max-width: 600px;
	top: 50px;
}

.top-btm-head {
	align-items: start;
	margin-left: 0;
}

.top-btm-head-en {
	font-size: 86px;
}

.top-btm-head-bar {
	height: 2px;
	width: 240px;
}

.top-btm-p {
	font-size: 20px;
	margin-top: 80px;
}

.top-btm-btn {
	font-size: 16px;
	height: 36px;
	padding: 20px;
	width: 230px;
}

.top-btm-btn img {
	width: 60px;
}

.page {
	padding-bottom: 80px;
	padding-top: 80px;
}

.about-head {
	margin-bottom: 0;
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
}

.about-top-img {
	margin-right: 0;
	max-width: 1030px;
	padding-right: 0;
}

.about-top-name span {
	font-size: 34px;
}

.about-top-name {
	font-size: 17px;
	margin-top: -200px;
	max-width: 1020px;
}

.about-top-content {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
	margin-top: 200px;
	max-width: 1020px;
}

.about-top-content-left {
	flex-shrink: 0;
	width: 47%;
}

.about-top-content-h {
	border-bottom: 2px solid #555;
}

.about-top-content-right {
	flex-shrink: 0;
	width: 47%;
}

.about-message-content {
	margin-top: 100px;
}

.about-message-content {
	gap: 80px;
	max-width: 1020px;
}

.about-message-item {
	flex-direction: row;
	gap: 0px;
	justify-content: space-between;
}

.about-message-img {
	flex-shrink: 0;
	width: 47%;
}

.about-message-text {
	flex-shrink: 0;
	width: 48%;
}

.about-plof {
	padding-bottom: 400px;
}

.page-about-plof {
	margin-top: 100px;
}

.programs-head {
	margin-top: -150px;
	padding-top: 100px;
}

.programs-top-flex {
	align-items: center;
	flex-direction: row;
}

.programs-top-flex.rev {
	flex-direction: row-reverse;
}

.programs-top-flex.rev .programs-top-flex-content {
	margin-bottom: 0;
	margin-right: -30px;
	margin-top: 0;
	max-width: 430px;
	padding-right: 80px;
	width: 40%;
}

.programs-top-flex.rev .programs-top-flex-content-top {
	font-size: 27px;
	white-space: nowrap;
}

.programs-top-flex.rev .programs-top-flex-content-title {
	border-left: 10px solid #d1446e;
}

.programs-top-flex.rev .programs-top-flex-content-title-j {
	font-size: 36px;
}

.programs-top-flex.rev .programs-top-flex-content-title-e {
	font-size: 20px;
}

.programs-top-flex-imgs {
	width: 60%;
}

.programs-top-flex-content {
	margin-bottom: 0;
	margin-top: 0;
	max-width: 430px;
	padding-left: 50px;
	width: 40%;
}

.programs-top-flex-content-top {
	font-size: 27px;
}

.programs-top-flex-content-title {
	border-right: 10px solid #d1446e;
}

.programs-top-flex-content-title-j {
	font-size: 36px;
}

.programs-top-flex-content-title-e {
	font-size: 20px;
}

.programs-items {
	padding-bottom: 100px;
	padding-top: 100px;
}

.programs-item-box {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	max-width: 1020px;
}

.programs-item {
	height: 160px;
	width: 48%;
}

.programs-item-img {
	height: 160px;
	width: 160px;
}

.programs-item-content {
	padding: 10px 20px;
}

.programs-item-content-tag {
	font-size: 13px;
}

.programs-item-content-title {
	font-size: 20px;
}

.programs-item-content-arw {
	font-size: 14px;
	gap: 10px;
	padding: 5px;
}

.programs-item-content-arw img {
	width: 50px;
}

.dwn {
	padding-top: 300px;
}

.programs-aria-head-sub {
	font-size: 30px;
}

.single {
	max-width: 680px;
}

.single-img {
	margin-bottom: 80px;
}

.single-title-tag {
	font-size: 20px;
	padding: 5px 10px;
}

.single-title-cat {
	font-size: 20px;
	padding: 0 10px;
}

.single-title-h1 {
	font-size: 50px;
}

.single-content {
	padding-top: 80px;
}

.single-content h2 {
	font-size: 20px;
}

.single-info-title {
	font-size: 20px;
	margin-bottom: 30px;
}

.single-info-item {
	display: flex;
	gap: 60px;
	padding: 16px 0;
}

.single-info-head {
	flex-shrink: 0;
	margin-bottom: 0;
	width: 100px;
}

.single-btm-btn {
	height: 76px;
	max-width: 400px;
}

.course-content {
	max-width: 1020px;
}

.course-content {
	padding-bottom: 100px;
}

.course-content-item {
	flex-direction: row;
	justify-content: space-between;
}

.course-content-item-img {
	width: 48%;
}

.course-content-item-content {
	gap: 20px;
	width: 48%;
}

.course-content-item-content-top {
	font-size: 28px;
}

.why-plof {
	padding-bottom: 200px;
	padding-top: 200px;
}

.page-contact {
	padding-top: 200px;
}

.car-form-wrap {
	padding: 50px;
}

.car-contact-form {
	font-size: 18px;
}

.car-form-group {
	margin-bottom: 50px;
}

.car-form-btn input {
	max-width: 300px;
	padding: 16px;
}

.ac-item {
	max-width: 1020px;
}

}

@media (max-width: 768px) {

.mono-news {
	padding: 80px 20px;
}

.mono-news-en {
	font-size: 36px;
}

.mono-news-item {
	display: block;
}

.mono-news-date {
	font-size: 15px;
	margin-bottom: 8px;
	width: auto;
}

.mono-news-title {
	font-size: 15px;
}

}

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

.page-about-plof {
	max-width: 400px;
}

.page-about-plof-item {
	display: block;
	padding: 10px 0;
}

.page-about-plof-title {
	width: 100%;
}

}

