html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.c-header {
  padding: 0 55px 0px 30px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
	.c-header {
		padding: 0 30px 0px 15px;
		height: 50px;
	}
}
.c-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/header-bg.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
.c-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.c-header__logo {
  width: 30%;
  height: 100%;
}
.c-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-header__logo img {
  width: 140px;
}
@media only screen and (max-width: 1199px) {
	.c-header__logo img {
		width: 60px;
	}
}
.c-header__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 95px;
  color: #294572;
}
.c-header__phone > p {
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.c-header__phone__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "minion-pro-display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.2;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
.c-header__phone__sub img {
  width: 23px;
  height: 32px;
}
.c-header__phone__sub a {
  margin-left: 10px;
}
.c-header__phone__sub a:hover {
	opacity: 1;
}
.c-headersp {
	display: none;
	position: fixed;
	height: auto;
	width: 100%;
	top: 50px;
}
.c-headersp.is-headersp {
	overflow-y: scroll;
	display: block;
	z-index: 1001;
}
.c-headersp .c-gnavisp {
	background-color: #f3f8ff;
	height: auto;
	overflow: scroll;
	z-index: 999;
}
.c-headersp .c-gnavisp>ul>li {
	position: relative;
}
.c-headersp .c-gnavisp>ul>li>a {
	padding: 15px 20px;
	display: block;
	border-bottom: 1px solid #294572;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
.c-headersp .c-gnavisp>ul>li:first-child>a {
	border-top: 1px solid #294572;
}
.c-headersp__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  color: #294572;
  padding: 25px 0 15px;
}
.c-headersp__phone > p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.c-headersp__phone__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "minion-pro-display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.2;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
.c-headersp__phone__sub img {
  width: 15px;
  height: 22px;
}
.c-headersp__phone__sub a {
  margin-left: 5px;
}
.c-headersp__phone__sub a:hover {
	opacity: 1;
}
.c-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #294572;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1002;
	cursor: pointer;
}
@media only screen and (max-width: 1199px) { 
	.c-menu {
		display: flex;
	}
}
.c-menu__icon {
	width: 28px;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	transition: transform 0.2s ease, background-color 0.5s ease;
}
.c-menu__icon:nth-child(0n+1) {
	top: 15px;
}
.c-menu__icon:nth-child(0n+2) {
	top: 25px;
}
.c-menu__icon:nth-child(0n+3) {
	top: 35px;
}
body.menu-open .c-menu__icon {
	top: 25px;
}
body.menu-open .c-menu__icon:nth-child(0n+1) {
	transform: rotate(45deg);
}
body.menu-open .c-menu__icon:nth-child(0n+2) {
	transform: rotate(135deg);
}
body.menu-open .c-menu__icon:nth-child(0n+3) {
	display: none;
}
.c-footer {
  background: #294572;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.c-footer {
		padding-top: 35px;
	}
}
.c-footer__logo {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
	.c-footer__logo {
		position: relative;
		transform: none;
		left: 0;
		top: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 1199px) {
	.c-footer__logo img{
		width: 179px;
	}
}
.c-footer__cnt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
	.c-footer__cnt ul {
		padding-top: 20px;
	}
}
.c-footer__cnt ul li + li {
  margin-left: 50px;
}
@media only screen and (max-width: 1199px) {
	.c-footer__cnt ul li + li {
		margin-left: 25px;
	}
}
.c-footer__cnt ul a {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
	.c-footer__cnt ul a {
		font-size: 1.4rem;
	}
}
.c-footer__phone {
  padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
	.c-footer__phone {
	  	padding-top: 20px;
	}
}
.c-footer__phone > p {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  padding-bottom: 3px;
}
@media only screen and (max-width: 1199px) {
	.c-footer__phone > p {
		font-size: 1.4rem;
	}
}
.c-footer__phone__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "minion-pro-display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
	.c-footer__phone__sub {
		font-size: 3rem;
	}
}
.c-footer__phone__sub img {
  width: 23px;
  height: 32px;
}
@media only screen and (max-width: 1199px) {
	.c-footer__phone__sub img {
		width: 16px;
		height: 24px;
	}
}
.c-footer__phone__sub p {
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
	.c-footer__phone__sub p {
	  	margin-left: 5px;
	}
}
.c-footer__copyright {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 45px;
}
@media only screen and (max-width: 1199px) {
	.c-footer__copyright {
		font-size: 1.2rem;
		padding-bottom: 15px;
  		padding-top: 22px;
	}
}
.c-sidebar {
  font-size: inherit;
}
.c-breadcrumb {
  font-size: inherit;
}
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  margin: 0 auto;
  max-width: 92%;
  width: 1200px;
}
.c-btn1 {
  width: 400px;
  height: 60px;
  color: #294572;
  border: 1px solid #294572;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.c-btn1 {
		width: 100%;
		height: 50px;
		font-size: 1.4rem;
	}
}
.c-btn1:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url("../images/ico-right.svg") no-repeat;
}
@media only screen and (max-width: 1199px) {
	.c-btn1:before {
		width: 9px;
		height: 15px;
	}
}
.c-btn1:hover {
  opacity: 1;
  color: #fff;
  background: #294572;
}
.c-btn1:hover:before {
  background: url("../images/ico-rightwhite.svg") no-repeat;
}
.c-btn__top {
  position: fixed;
  bottom: 74px;
  right: 30px;
  width: 60px;
  height: 60px;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5e8bd5;
  border-radius: 3px;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1000;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
	.c-btn__top {
		bottom: 60px;
		width: 45px;
		height: 45px;
		right: 15px;
		font-size: 1.4rem;
	}
}
.c-btn__top--none {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.c-title1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.75;
  color: #294572;
}
@media only screen and (max-width: 1199px) {
	.c-title1 {
		font-size: 2rem;
	}
}
.c-gnav {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
	.c-gnav {
		display: none;
	}
}
.c-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-gnav__list li + li {
  margin-left: 55px;
}
.c-gnav .c-gnav__list a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #294572;
  position: relative;
}
.c-gnav .c-gnav__list a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -3px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#294572),
    to(#294572)
  );
  background-image: -webkit-linear-gradient(top, #294572, #294572);
  background-image: linear-gradient(180deg, #294572, #294572);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-size 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.c-gnav .c-gnav__list a:hover {
  opacity: 1;
}
.c-gnav .c-gnav__list a:hover:before {
  background-position: 0 100%;
  background-size: 100% 2px;
}
.c-mv1 {
  position: relative;
}
.c-mv1__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-prev {
  left: -80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 100;
}
@media only screen and (max-width: 1199px) {
	.slick-prev {
		left: 15px;
		width: 40px;
		height: 40px;
		top: calc(50% + 13px);
	}
}
.slick-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/ico-slideleft.svg") no-repeat;
}
.slick-next {
  right: -80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 100;
}
@media only screen and (max-width: 1199px) {
	.slick-next {
		right: 15px;
		width: 40px;
  		height: 40px;
  		top: calc(50% + 13px);
	}
}
.slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/ico-slideright.svg") no-repeat;
}
.c-gallery {
  width: 100%;
  overflow: hidden;
}
.c-gallery__marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-right 30s linear infinite;
  animation: scroll-right 30s linear infinite;
  /* FIX iPhone */
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes scroll-right {
  0% {
    transform: translate3d(-50%,0,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes scroll-right {
  0% {
    transform: translate3d(-50%,0,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
.c-gallery__item {
  flex-shrink: 0;
}
.c-fs20 {
  font-size: 2rem !important;
}
@media only screen and (max-width: 1199px) {
	.c-fs20 {
		font-size: 1.6rem;
	}
}
.fade-up {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.fade-elem {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.sr-delay4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}
.logo-wrapper {
  width: 140px;
}
.logo-wrapper img {
  width: 100%;
  opacity: 0;
}
.p-top1 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-top1 {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
.p-top1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top-bg.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-top1__inner {
  text-align: center;
}
.p-top1__left {
  width: 570px;
  margin-right: 70px;
}
@media only screen and (max-width: 1199px) {
	.p-top1__left {
		width: 100%;
		margin-right: 0;
	}
}
.p-top1__left img{
	width: 100%;
	height: 100%;
}
.p-top1__right {
  width: calc(100% - 640px);
  padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
	.p-top1__right {
		width: 100%;
		padding-top: 20px;
	}
}
.p-top1__text {
  font-size: 1.8rem;
  line-height: 1.875;
  font-weight: 600;
  color: #000;
  padding-top: 45px;
}
@media only screen and (max-width: 1199px) {
	.p-top1__text {
		font-size: 1.4rem;
		padding-top: 15px;
	}
}
.p-top1__text p + p {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
	.p-top1__text p + p {
		padding-top: 15px;
	}
}
.p-top2 {
  padding-top: 87px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-top2 {
		padding-top: 43px;
	}
}
.p-top2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46.875vw;
  height: 14.1666666667vw;
  background: url("../images/top2-bg1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-top2__inner {
  text-align: center;
  position: relative;
}
.p-top2__text {
  padding-top: 25px;
  padding-bottom: 13px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.875;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
	.p-top2__text {
		padding-top: 13px;
		padding-bottom: 7px;
		font-size: 1.4rem;
		width: 92%;
		margin: 0 auto;
	}
}
.p-top2__cnt {
  padding-bottom: 32px;
  position: relative;
}
.p-top2__cnt > p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  padding-bottom: 12px;
}
.p-top2__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .p-top2__price {
    font-size: 1.4rem;
    width: 92%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .p-top2__price {
    font-size: 2.89855072464vw;
  }
}
.p-top2__txt {
  padding-top: 30px;
  padding-bottom: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .p-top2__txt {
    padding-top: 18px;
    padding-bottom: 12px;
    font-size: 1.4rem;
    width: 92%;
    margin: 0 auto;
  }
}
.p-top2__slide__caption {
  padding-bottom: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
	.p-top2__slide__caption {
		padding-bottom: 13px;
		font-size: 1.4rem;
	}
}
.p-top2__slide__main {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
	.p-top2__slide__main {
		width: 92%;
	}
}
.p-top2__slide__thumb {
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-top2__slide__thumb {
		margin-top: 20px;
	}
}
.p-top2__slide__thumb:after {
  content: "";
  position: absolute;
  top: -12.1354166667vw;
  right: 0;
  width: 46.875vw;
  height: 12.1354166667vw;
  background: url("../images/top2-bg2.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-top2__slide__thumb img {
  width: 100%;
}
.menu-course-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 0 auto 0;
  max-width: 500px;
  width: 100%;
  font-weight: bold;
  border-radius: 8px;
}

.menu-course-col {
  width: 50%;
  padding: 10px 20px 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .menu-course-col {
    padding: 5px 5px 0px;
  }
}
.menu-course-col + .menu-course-col {
  position: relative;
}
.course-title {
  margin: 0 0 10px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .course-title {
    font-size: 2.2rem;
  }
}
.course-price {
  margin: 0 0 15px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .course-price {
    font-size: 1.8rem;
  }
}
.course-price span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .course-price span {
    font-size: 1.4rem;
  }
}
.course-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-list li {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .course-list li {
    font-size: 1.4rem;
  }
}
.course-list li:last-child {
  margin-bottom: 0;
}
.p-top3 {
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-top3 {
		padding-top: 3px;
	}
}
.p-top3__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
	.p-top3__inner {
		padding-bottom: 35px;
	}
}
.p-top3__left {
  width: 570px;
  margin-right: 70px;
}
@media only screen and (max-width: 1199px) {
	.p-top3__left {
		width: 100%;
		margin-right: 0;
	}
}
.p-top3__left img{
	width: 100%;
	height: 100%;
}
.p-top3__right {
  width: calc(100% - 640px);
  padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
	.p-top3__right {
		width: 100%;
	}
}
.p-top3__text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 600;
  color: #000;
  padding-top: 45px;
}
@media only screen and (max-width: 1199px) {
	.p-top3__text {
		font-size: 1.4rem;
		padding-top: 20px;
	}
}
.p-top3__text p + p {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
	.p-top3__text p + p {
	  	padding-top: 15px;
	}
}
.p-top3__btn {
  padding-top: 70px;
}
@media only screen and (max-width: 1199px) {
	.p-top3__btn {
	  	padding-top: 25px;
	}
}
.p-top4 {
  padding-top: 87px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-top4 {
		padding-top: 30px;
  		padding-bottom: 35px;
	}
}
.p-top4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top-bg.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-top4__inner h2 {
  text-align: center;
}
.p-top4__cnt {
  padding-top: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
	.p-top4__cnt {
		padding-top: 30px;
	}
}
.p-top4__left {
  width: 50%;
  padding-top: 31.185031185%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-top4__left {
		width: 100%;
    padding-top: 62.37006237%;
	}
}
.p-top4__left iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top4__right {
  width: 50%;
  padding-left: 65px;
}
@media only screen and (max-width: 1199px) {
	.p-top4__right {
		width: 92%;
		margin: 0 auto;
		padding-left: 0;
	}
}
.p-top4__text {
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
	.p-top4__text {
		padding-top: 35px;
	}
}
.p-top4__text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top4__text dl dt {
  width: 125px;
  font-size: 2rem;
  line-height: 1.75;
  color: #294572;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
	.p-top4__text dl dt {
		width: 100px;
		font-size: 1.6rem;
	}
}
.p-top4__text dl dd {
  width: calc(100% - 125px);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  color: #000;
}
@media only screen and (max-width: 1199px) {
	.p-top4__text dl dd {
		width: calc(100% - 100px);
		font-size: 1.4rem;
	}
}
.p-top4__text dl dd li {
  position: relative;
  padding-left: 20px;
}
.p-top4__text dl dd li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url("../images/ico-circle.svg") no-repeat;
  top: 8px;
  left: 0;
}
.p-top4__text--1 {
  padding-top: 60px;
}
@media only screen and (max-width: 1199px) {
	.p-top4__text--1 {
	  	padding-top: 30px;
	}
}
.p-top4__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top4__item span {
  display: block;
}
.p-top4__item span:first-child {
  width: 75px;
}
.p-top4__item span:last-child {
  width: calc(100% - 75px);
}
.p-top4__payment {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
	.p-top4__payment {
	  	padding-top: 15px;
	}
}
.p-top4__payment a:hover {
  opacity: 1;
}
.p-top4__payment a img {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05),
    0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.1);
}
.p-top4__payment ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-top4__payment ul li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
	.p-top4__payment ul li + li {
	  margin-left: 5px;
	}
}
.p-top4__access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-top4__access img {
  width: 30px;
  height: 30px;
}
.p-top4__access p {
  margin-left: 10px;
}
.p-top4__access + .p-top4__access {
  margin-top: 5px;
}
.p-404 {
  line-height: 1.8;
  font-size: inherit;
  text-align: center;
}
.p-404__heading {
  font-size: 4rem;
  font-weight: 700;
}
.p-404__content {
  font-size: 2rem;
  margin-bottom: 20px;
}
.u-sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: initial;
  }
}
