
body {
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	background-color: #f5f4f2;
	color: #05161a;
	line-height: 1.5;
}

input, select {
	font-family:  sans-serif;
}

.section {
	padding: 40px 16px;
	scroll-margin-top: 120px;
}

.dividing-line::after {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(../images/section.svg);
}

.title__box {
	padding: 0 16px;
	text-align: center;
}

.title {
	display: inline-block;
	padding: 0 0 8px;
	margin: 0 0 16px;
	font-size: 36px;
	border-bottom: 2px solid #05161a;
}

.txt-link {
	color: #69BD83;
}

/*  header  */

header {
	position: fixed;
	padding: 10px 0;
	width: 100%;
	height: 120px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(220, 220, 220, 0.5);
	z-index: 9999;
}

.header__container {
	display: flex;
	justify-content: flex-end;
	margin:  0 auto;
	padding: 0 16px;
	max-width: 1280px;
}

.header__tel {
	padding: 4px 20px 0 0;
	font-size: 20px;
	font-weight: bold;
}

.header__btn {
	display: inline-block;
	padding: 0.8em 1.8em;
	line-height: 1.2;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	cursor: pointer;
}

.nav__pc {
	margin: 10px 0 0;
}

.header__menu {
	display: flex;
	font-size: 18px;
	justify-content: center;
}

.header__menu-item {
	margin: 0 8px 0 0;
	padding: 8px;
}

.header__menu-item a {
	display: block;
	color: #05161a;
	font-weight: bold;
}

.hamburger {
	display: none;
}

/*  swiper  */

.swiper {
	width: 100%;
	height: 100%;
	padding: 120px 0 0;
}

.swiper-slide img {
	width: 100%;
	vertical-align: bottom;
}

.swiper--static .swiper-wrapper {
	display: block;
}

.swiper--static .swiper-slide {
	width: 100%;
}

.swiper--static .swiper-button-prev,
.swiper--static .swiper-button-next,
.swiper--static .swiper-pagination {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  color: #fff;
}

.swiper-button-prev {
	margin: 0 0 0 16px;
}

.swiper-button-next {
	margin: 0 16px 0 0;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	position: relative;
	width: 15px;
	height: 15px;
	border-top: 5px solid #fff;
}

.swiper-button-prev::before {
	left: 3px;
	border-left: 5px solid #fff;
	transform: rotate(-45deg);
}

.swiper-button-next::before {
	right: 3px;
	border-right: 5px solid #fff;
	transform: rotate(45deg);
}

.swiper-pagination {
	bottom: 16px;
	width: 100%;
}

.swiper-pagination-bullet {
	margin: 0 8px;
	width: 12px;
	height: 12px;
	background: rgba(119, 119, 119, 0.4);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
	transform: scale(1.2);
}

/*  introduction  */

.introduction {
	padding: 24px 0 0;
	text-align: center;
}

.banner {
	margin: 0 auto 32px;
	padding: 0 16px;
	max-width: 532px;
}

.banner__link {
	display: block;
}

.banner__img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.introduction__title {
	padding: 32px 16px;
	font-size: 32px;
	color: #fff;
	background-color: #69BD83;
}

.introduction__txt-container {
	padding: 40px 16px;
}

.introduction__txt {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: bold;
}

.introduction__txt:last-child {
	margin: 0;
}

/*  worries  */

.worries__inner {
	max-width: 940px;
	margin: auto;
}

.worries__list {
	margin: auto;
	padding:  40px 0;
	max-width: 700px;
	font-size: 18px;
}

.worries__item {
	margin: 8px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.worries__item::before {
	content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  border-left: 6px solid #777;
  border-bottom: 6px solid #777;
  transform: rotate(-45deg);
  margin-right: 8px;
}

.worries__card {
	position: relative;
	margin: 40px 0 0;
	padding: 10px;
	background-image: url(../images/worries__card-bg.jpg);
	z-index: -2;
}

.worries__card::before {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background-image: url(../images/worries__card-stamp.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.worries__card-inner {
	position: relative;
	margin: auto;
	padding: 20px;
	background: #FDF5E4;
	box-shadow: #f1e1c1 0 0 0 4px inset;
}

.worries__card-inner::before {
	content: "";
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	background: linear-gradient(135deg, rgb(254, 191, 1) 0%, rgb(145, 79, 0) 16%, rgb(254, 191, 1) 35%, rgb(255, 243, 76) 45%, rgb(254, 191, 1) 58%, rgb(145, 79, 0) 71%, rgb(254, 191, 1) 89%, rgb(254, 191, 1) 100%);
	z-index: -1;
}

.worries__card-title {
	position: relative;
	padding: 40px 0;
	text-align: center;
	font-size: 28px;
}

.worries__card-title::before,
.worries__card-title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 261px;
	height: 21px;
	background-size: contain;
	background-repeat: no-repeat;
}

.worries__card-title::before {
	top: 20px;
	background-image: url(../images/worries__card-top.png);
}

.worries__card-title::after {
	bottom: 20px;
	background-image: url(../images/worries__card-bottom.png);
}

.worries__card-item {
	font-size: 18px;
}

.worries__card-item::before {
	content: "・";
}

.worries__card-txt {
	padding: 24px 0 40px;
	font-size: 24px;
	text-align: center;
}

.btn__box {
	margin: 40px auto 0;
	text-align: center;
}

.link__btn {
	display: inline-block;
	padding: 24px 0;
	width: 50%;
	max-width: 400px;
	min-width: 210px;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	animation: seesaw 1.2s infinite ease-in-out;
	transform-origin: center;
}

@keyframes seesaw {
	0%, 50%, 100% { transform: rotate(0deg); }
	25%, 75% { transform: rotate(2deg); }
}

/*  point  */

.point {
	padding: 20px 0;
}

.feature__inner {
	padding: 24px 0 0;
}

.point__list {
	position: relative;
	background-image: url(../images/slide2.jpg);
	background-size: cover;
	padding: 40px 0;
}

.point__list::before {
	content: "";
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #05161a;
	opacity: .5;
}

.point__item {
	position: relative;
	padding: 40px 0;
	color: #fff;
}


.point__item-inner {
	position: relative;
	margin: auto;
	padding: 0 16px;
	max-width: 940px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.point__title {
	margin: 0 0 16px;
	font-size: 36px;
	line-height: 1.1;
}

.point__title-sub {
	font-size: 24px;
}

.point__content {
	display: flex;
}

.point__img {
	width: 40%;
	height: 100%;
	aspect-ratio: 5/3;
	object-fit: cover;
}

.point__txt-box {
	margin: 0 0 0 40px;
}

.point__txt {
	padding: 0 0 8px;
	font-size: 20px;
	font-weight: bold;
}

/*  instructor  */

.instructor__inner {
	margin: 40px auto 0;
	max-width: 940px;
}

.instructor__card {
	margin: auto;
	padding: 40px;
	background-color: #fff;
	border: 3px solid #05161a;
}

.instructor__name {
	margin: 0 0 16px;
	font-size: 28px;
}

.instructor__name span {
	margin: 0 0 0 24px;
	font-size: 20px;
}

.instructor__card-content {
	display: flex;
	justify-content: space-between;
}

.instructor__txt-box {
	margin: 0 24px 0 0;
}

.instructor__txt {
	padding: 0 0 16px;
}

.instructor__txt:last-child {
	padding: 0;
}

.instructor__img {
	width: 30%;
	height: 100%;
}

.youtube {
	margin: 80px auto;
	width: 75%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	margin: auto;
	width: 100%;
	height: 100%;
}

/*  plan  */

.plan__inner {
	margin: auto;
	max-width: 940px;
}

.plan__title {
	margin: 80px 0 0;
	line-height: 1;
	font-size: 28px;
	border-bottom: 8px solid #05161a;
}

.plan__table {
	width: 100%;
	text-align: center;
}

.plan__table-title {
	margin: 40px auto 24px;
	font-size: 28px;
	text-align: center;
}

.table__title {
	background-color: #b3b3b3;
	font-size: 16px;
}

.table__title .subject,
.table__title .price,
.table__txt .subject,
.table__txt .price {
	padding: 10px;
	border: 1px solid #ccc;
}

.table__txt {
	font-size: 16px;
}

.table__txt span {
	font-size: 12px;
}

.subject {
	width: 60%;
	vertical-align: middle;
}

.price {
	width: 40%;
}

.table__txt .subject {
	font-size: 18px;
}

.plan__attention {
	margin: 80px auto 0;
	max-width: 700px;
	color: #fff;
	background-color: #666;
	font-weight: bold;
}

.attention__title {
	display: inline-flex;
	padding: 8px;
	background-color: #05161a;
}

.attention__title::before {
	content: "";
	display: inline-block;
	margin: 0 8px 0 0;
	width: 25px;
	height: 25px;
	background-image: url(../images/attention.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.attention__list {
	padding: 16px 16px;
}

.attention__item {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

.attention__item::before {
	content: "・";
	color: #05161a;
}

/*  gallery  */

.gallery {
	padding: 40px 0;
}

.gallery__inner {
	margin: 40px 0;
}

.gallery__content {
	display: flex;
}

.gallery__img {
	display: block;
	width: calc(100% / 5);
	height: auto;
	object-fit: cover;
}

/*  access  */

.access {
	padding: 0 16px 40px;
}

.access__inner {
	display: flex;
	margin: 40px auto;
	max-width: 940px;
	justify-content: center;
}

.access__map {
	padding: 0 40px 0 0;
	width: 100%;
	aspect-ratio: 16/9;
}

.access__map iframe {
	width: 100%;
	height: 100%;
}

.access__title {
	font-size: 20px;
	font-weight: bold;
}

.access__txt {
	margin: 16px 0;
	font-size: 14px;
}

/*  form  */

.form  {
	padding: 0 16px 40px;
}

.form .title {
	display: flex;
	margin: auto;
	gap: 20px;
	max-width: 940px;
	border: none;
	justify-content: center;
	align-items: center;
	font-size: 28px;
}

.form .title::after,
.form .title::before {
	content: "";
	flex: 1; 
	height: 2px;
	background-color: #05161a;
}

.form__inner {
	max-width: 700px;
	padding: 40px 0;
	margin: auto;
}

.form__txt {
	margin: 0 0 40px 0;
}

.form__contents {
	padding: 10px;
	background-color: #fff;
}

.form__contents iframe {
	display: block;
	width: 100%;
	height: 1000px;
	border: none;
}

.form__contents select {
	padding: 8px;
	width: 100%;
	-webkit-text-fill-color: #05161a;
}

/*  footer  */

.footer {
	padding: 0 0 120px;
}

.footer__link-list {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.footer__link-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.footer__link-icon img {
	width: 30px;
	height: auto;
}

.footer__copyright {
	margin: 24px 0;
	padding: 80px 0;
	background-color: #000;
	color: #f2f2f2;
	text-align: center;
}


.link__item {
	line-height: .8;
	padding: 0 16px 0 0;
	border-right: 1px solid #05161a;
}

.link__item:last-child {
	border: none;
}

.footer__link-txt {
	font-size: 13px;
	font-weight: bold;
	color: #69bd83;
	border-bottom: 1px solid;
}

.sp__form {
	display: none;
}


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

	/* .title, .point__title {
		font-size: 28px;
	} */

	header {
		height: 67px;
	}

	.header__pc {
		display: none;
	}

	 .hamburger {
		display: block;
	}

	.hamburger .header__menu {
		display: block;
		background-color: #fff;
	}

	.hamburger .header__menu-item {
		padding: 10px;
		border-bottom: 1px solid #f7f7f7;
	}

	/* ハンバーガーメニュー */
  
	.header__checkbox {
		display: none;
	}

	.drawer_open {
		display: flex;
		margin-left: auto;
		height: 36px;
		width: 36px;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 5px;
		right: 10px;
		z-index: 999;
		cursor: pointer;
		border: 1px solid #ccc;
		border-radius: 2px;
	}
  
  /* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
		content: '';
		display: block;
		height: 2px;
		width: 14px;
		background: #333;
		transition: 0.5s;
		position: absolute;
	}

	.drawer_open span:before {
		bottom: 5px;
	}

	.drawer_open span:after {
		top: 5px;
	}

	#drawer_input:checked ~ .drawer_open span {
		background: rgba(255, 255, 255, 0);
	}

	#drawer_input:checked ~ .drawer_open span::before {
		width: 10px;
		transform: rotate(45deg);
		top: 0;
		left: 5px;
	}
  
	#drawer_input:checked ~ .drawer_open span::after {
		width: 10px;
		transform: rotate(-45deg);
		top: 0;
	}
	
	.nav__sp {
		position: absolute;
		width: 100%;
		top: 57px;
		left: 0;
		transform: translateY(-120%);
		z-index: 99;
		background: #fff;
		transition: .3s;
	}

	#drawer_input:checked ~ .nav__sp {
		transform: translateY(0);
	}

	.section {
		scroll-margin-top: 67px;
	}

	.swiper {
		padding: 67px 0 0;
	}

	.youtube {
		width: 100%;
		margin: 40px 0;
	}

	.form .title {
		gap: 10px;
		font-size: 20px;
	}

	.form__inner {
		padding: 24px 0;
	}

	.sp__form {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
		justify-content: center;
		z-index: 99;
	}

	.form__link {
		display: flex;
		align-items: center;
		width: 100%;
		line-height: 1;
		background: #05161a;
		color: #fff;
		font-weight: bold;
	}

	.form__link-txt {
		width: 100%;
	}

	.form__link img {
		width: 60px;
	}
}

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

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

	.swiper-button-prev,
	.swiper-button-next {
		width: 25px;
		height: 25px;
	}

	.swiper-button-prev {
		margin: 8px 0 0 8px;
	}
	
	.swiper-button-next {
		margin: 8px 8px 0 0;
	}

	.swiper-button-prev::before,
	.swiper-button-next::before {
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
	}

	.swiper-button-prev::before {
		left: 1px;
		border-left: 2px solid #fff;
		transform: rotate(-45deg);
	}

	.swiper-button-next::before {
		right: 1px;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}

	.introduction__txt {
		padding: 20px 16px;
	}

	.introduction__title {
		padding: 24px 16px;
	}

	.worries .title {
		font-size: 20px;
		font-weight: bold;
	}

	.worries__list {
		padding: 24px 0;
	}

	.worries__card-txt {
		font-size: 18px;
	}

	.worries__card-title {
		font-size: 20px;
	}

	.worries__card-txt br {
		display: none;
	}

	.point__content {
		display: block;
	}

	.point__title-sub {
		font-size: 20px;
	}

	.point__txt-box {
		margin: 16px 0 0;
	}

	.point__img {
		width: 100%;
	}

	.point__txt {
		font-size: 18px;
	}

	.instructor__card {
		padding: 16px;
	}

	.instructor__card-content {
		flex-direction: column-reverse;
	}

	.instructor__txt-box {
		margin: 0;
	}

	.instructor__img {
		width: 50%;
		margin: 0 0 24px;
		aspect-ratio: 1;
		object-fit: cover;
		object-position: top;
	}

	.instructor__name {
		font-size: 20px;
	}

	.instructor__name span {
		font-size: 16px;
	}

	.plan__title {
		margin: 60px 0 0;
		font-size: 24px;
	}

	.plan__table-title {
		font-size: 20px;
		text-align: left;
	}

	.subject {
		width: 30%;
	}

	.gallery__inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
	}

	.gallery__content {
		display: contents;
	}

	.gallery__img {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.access__inner {
		flex-direction: column-reverse;
		gap: 24px;
	}

	.access__map {
		padding: 0;
	}

	.form__contents iframe {
		height: 1200px;
	}

	.footer__copyright {
		padding: 60px 0;
	}

	.legal-link .footer__link-list {
		display: block;
		text-align: center;
	}

	.link__item {
		margin: 16px 0;
		border-right: none;
	}

}
