@charset "utf-8";



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	letter-spacing: 0.025em;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

img.large {
	display: none;
}
img.small {
	display: block;
}
br.large {
	display: none;
}
br.small {
	display: inline;
}
*.no-small {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	padding-top: 50px;
}
div#page header.header {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	background-color: transparent;
}
div#page header.header::before {
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	content: "";
}
div#page header.header h1 {
	position: fixed;
	width: 120px;
	height: 50px;
	background-color: #d70c18;
}
div#page header.header h1 img {
	height: 25px;
}
div#page header.header nav.navi {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	right: auto;
	top: auto;
}
div#page header.header nav.navi a {
	color: #ffffff;
}
div#page header.header nav.navi div.inner-navi {
	display: block;
}
div#page header.header nav.navi ul {
	display: block;
	margin: 0px 0px 20px 0px;
}
div#page header.header nav.navi ul li {
	width: auto;
	text-align: left;
	border-bottom: 1px solid #888888;
}
div#page header.header nav.navi ul li.contact,
div#page header.header nav.navi ul li.request,
div#page header.header nav.navi ul li.trial {
	display: block;
}
div#page header.header nav.navi ul li.home::after,
div#page header.header nav.navi ul li.news::after,
div#page header.header nav.navi ul li.policy::after,
div#page header.header nav.navi ul li.course::after,
div#page header.header nav.navi ul li.academy::after,
div#page header.header nav.navi ul li.voice::after {
	display: none;
}
div#page header.header nav.navi ul li a {
	justify-content: flex-start;
	height: 60px;
	color: #ffffff;
}
div#page header.header nav.navi ul li span.main {
	display: none;
}
div#page header.header nav.navi ul li span.sub {
	position: static;
	width: auto;
	left: auto;
	top: auto;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	opacity: 1;
}
div#page header.header nav.navi p.instagram {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div#page header.header nav.navi p.instagram a {
	color: #ffffff;
}
div#page header.header nav.navi p.instagram img {
	display: none;
}

/* home
-------------------------------------------------------------------------------- */

body.home div#page header#header {
	position: relative;
}
body.home div#page header.header::before {
	opacity: 0;
	transition: 0.375s opacity ease;
}
body.home div#page header#header.scroll::before {
	opacity: 1;
}
body.home div#page header#header.scroll {
	background-color: transparent;
}
body.home div#page header#header h1 {
	transition: 0.375s background-color ease;
}
body.home div#page header#header.scroll h1 {
	background-color: #d70c18;
}
header#header p#button-menu {
	position: fixed;
  width: 70px;
  height: 50px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 40;
}
header#header p#button-menu i {
  display: block;
  position: absolute;
  background-color: #4c4948;
  width: 20px;
  height: 2px;
  left: 25px;
  top: 24px;
	border-radius: 1px;
	transition: 0.375s background-color ease;
  transform-origin: 50% 50%;
}
body.home header#header p#button-menu i {
	background-color: #ffffff;
}
body.home header#header.scroll p#button-menu i {
  background-color: #4c4948;
}
body header#header.menu p#button-menu i,
body.home header#header.scroll.menu p#button-menu i {
	background-color: #ffffff;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-8px) rotate(0deg);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(0px) rotate(0deg);
}
header#header p#button-menu i:nth-child(3) {
	transform: translateY(8px) rotate(0deg);
}
header#header.menu p#button-menu i:nth-child(1) {
  animation: button-menu-row-01 0.25s 1 forwards;
}
header#header.close p#button-menu i:nth-child(1) {
  animation: button-menu-row-01-close 0.25s 1 forwards;
}
header#header.menu p#button-menu i:nth-child(2) {
  animation: button-menu-row-02 0.25s 1 forwards;
}
header#header.close p#button-menu i:nth-child(2) {
  animation: button-menu-row-02-close 0.25s 1 forwards;
}
header#header.menu p#button-menu i:nth-child(3) {
  animation: button-menu-row-03 0.25s 1 forwards;
}
header#header.close p#button-menu i:nth-child(3) {
  animation: button-menu-row-03-close 0.25s 1 forwards;
}
@keyframes button-menu-row-01 {
	0% { transform: translateY(-8px) rotate(0deg); }
	50% { transform: translateY(0px) rotate(0deg); }
	100% { transform: translateY(0px) rotate(-45deg); }
}
@keyframes button-menu-row-01-close {
	0% { transform: translateY(0px) rotate(-45deg); }
	50% { transform: translateY(0px) rotate(0deg); }
	100% { transform: translateY(-8px) rotate(0deg); }
}
@keyframes button-menu-row-02 {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes button-menu-row-02-close {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes button-menu-row-03 {
	0% { transform: translateY(8px) rotate(0deg); }
	50% { transform: translateY(0px) rotate(0deg); }
	100% { transform: translateY(0px) rotate(45deg); }
}
@keyframes button-menu-row-03-close {
	0% { transform: translateY(0px) rotate(45deg); }
	50% { transform: translateY(0px) rotate(0deg); }
	100% { transform: translateY(8px) rotate(0deg); }
}
header#header div#menu {
	position: fixed;
	width: 240px;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 20;
	background-color: rgba(3, 0, 0, 0.75);
	transition: 0.375s transform ease;
	transform: translateX(240px);
	-webkit-overflow-scrolling: touch;
}
header#header.menu div#menu {
	transform: translateX(0px);
}
header#header div#menu div.inner-menu {
	padding: 50px 20px 20px 20px;
}
header#header div#background-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 15;
	pointer-events: none;
	background-color: rgba(3, 0, 0, 0.5);
	opacity: 0;
	transition: 0.25s opacity ease;
}
header#header.menu div#background-menu {
	pointer-events: auto;
	opacity: 1;
}
body.home div#page header#header.scroll a {
	color: #ffffff;
}
body.home div#page header#header.scroll p.instagram a {
	color: #ffffff;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover div.list div.row-01 p.image {
	background-image: url(../images/cover-image-01-small.jpg);
}
div#cover div.list div.row-02 p.image {
	background-image: url(../images/cover-image-02-small.jpg);
}
div#cover div.list div.row-03 p.image {
	background-image: url(../images/cover-image-03-small.jpg);
}
div#cover div.list div.row-04 p.image {
	background-image: url(../images/cover-image-04-small.jpg);
}
div#cover div.list div.row div.text h2 {
	position: absolute;
	width: calc(70px * 0.75);
	height: calc(456px * 0.75);
	left: calc(50% - calc(35px * 0.75));
	top: calc(50% - calc(250px * 0.75));
}
div#cover div.list div.row div.text ul {
	bottom: 40px;
}
div#cover div.list div.row div.text ul li {
	font-size: 2rem;
	line-height: 2rem;
}
div#cover div.list div.row div.text ul li:not(:last-child) {
	margin-right: 20px;
}
div#cover div.list div.row div.text ul li a {
	width: 100px;
	height: 40px;
}
div#cover p.scroll {
	right: 15px;
	bottom: 20px;
}


/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content {
	padding-bottom: 80px;
}
div#content section.frame {
	width: calc(100% - 40px);
	border-radius: 10px;
}
div#content section.frame div.inner-section {
	padding: 40px 20px;
}
div#content h1.headline {
	width: 160px;
	height: 160px;
	font-size: 1.875rem;
}
div#content div#title {
	height: 360px;
	margin-bottom: 120px;
}
body.course.detail-01 div#content div#title p.image {
	background-image: url(../images/course-detail-01-image-01-small.jpg);
}
body.course.detail-02 div#content div#title p.image {
	background-image: url(../images/course-detail-02-image-01-small.jpg);
}
body.course.detail-03 div#content div#title p.image {
	background-image: url(../images/course-detail-03-image-01-small.jpg);
}
body.course.detail-04 div#content div#title p.image {
	background-image: url(../images/course-detail-04-image-01-small.jpg);
}
body.voice div#content div#title p.image {
	background-image: url(../images/voice-image-01-small.jpg);
}
body.recruit div#content div#title p.image {
	background-image: url(../images/recruit-image-01-small.jpg);
}
body.contact div#content div#title p.image {
	background-image: url(../images/contact-image-01-small.jpg);
}
body.request div#content div#title p.image {
	background-image: url(../images/request-image-01-small.jpg);
}
div#content div#title h1.headline {
	left: calc(50% - 80px);
	bottom: -70px;
}
div#content div.mw_wp_form_preview div#title h1.headline {
	bottom: -80px;
}
body.trial div#content div.mw_wp_form_preview div#title {
	margin-bottom: 80px;
}
body.trial div#content div.mw_wp_form_preview div#title h1.headline {
	bottom: 0px;
}
div#content div#title h1.headline-course-detail span.main {
	height: calc(100% - 30px);
}
div#content div#title h1.headline-course-detail span.main i:nth-child(1) {
	text-indent: 0.25em;
	font-size: 1.5rem;
	line-height: 1.75rem;
	letter-spacing: 0.25em;
	margin-bottom: 5px;
}
div#content div#title h1.headline-course-detail span.main i:nth-child(2) {
	font-size: 0.75rem;
	line-height: 0.8125rem;
}
div#content div#title h1.headline-course-detail span.sub {
	height: 30px;
	font-size: 0.75rem;
	line-height: 0.8125rem;
}
div#content div#title p.tmp {
	bottom: -100px;
	font-size: 0.75rem;
}
div#content div.mw_wp_form_preview div#title {
	height: 100px;
}
body.trial div#content div.container-title {
	margin-bottom: 80px;
}
body.trial div#content div#title {
	margin-bottom: 40px;
	padding-top: 40px;
}
div#content div#title-bottom {
	margin-bottom: 60px;
	padding: 0px 20px;
}
div#content div#title-bottom h2 {
	text-indent: 0.1em;
	font-size: 1.25rem;
	line-height: 2.25rem;
	letter-spacing: 0.1em;
	margin: 0px -20px 15px -20px;
}
div#content div#title-bottom p.description {
	width: calc(100% - 40px);
}
div#content div#title-bottom p.tel {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
div#content div#title-bottom p.tel span {
	transform: translateY(-2px);
}
div#content div#title-bottom p.tel a::before {
	width: 26px;
	height: 26px;
	background-size: auto 18px;
	border-radius: 2.5px;
}
body.trial div#content div#title-bottom p.description {
	margin-bottom: 40px;
}
body.trial div#content div#title-bottom p.image {
	margin: 0px -20px;
	padding-top: 40px;
	background: url(../images/trial-background.svg) no-repeat center top;
	background-size: auto 60px;
}
body.trial div#content div#title-bottom p.image img {
	height: 240px;
}
div#content div#pager {
	width: 80px;
	height: 30px;
	margin-top: 60px;
}
div#content div#pager a {
	width: 30px;
	height: 30px;
	background-size: auto 20px;
	border-radius: 2.5px;
}
div#content div.image-headline {
	margin-bottom: 40px;
}
div#content div.image-headline h3 {
	width: 100px;
	height: 100px;
	text-indent: 0.25em;
	font-size: 1.25rem;
	letter-spacing: 0.25em;
	margin-top: -50px;
}
body.voice div#content div.image-headline h3 span i:nth-child(1) {
	font-size: 1.5rem;
	margin-bottom: 0px;
}
body.academy div#content div.image-headline h3 i.sub {
	font-size: 0.875rem;
}
body.academy div#content div.image-headline h3 i.main {
	font-size: 1.625rem;
	line-height: 1.625rem;
}

/* home
-------------------------------------------------------------------------------- */

body.home div#content {
	padding-top: 60px;
}
div#content section#home-news {
	margin-bottom: 100px;
	padding-top: 40px;
}
div#content section#home-news div.slide article {
	width: 180px;
	margin-right: 20px;
}
div#content section#home-news div.slide div.container article p.created,
div#content section#home-news div.slide div.container article h2 {
	line-height: 1.5rem;
}
div#content section#home-news div.slide div.container article p.created {
	font-size: 0.8125rem;
}
div#content section#home-news div.slide div.container article h2 {
	font-size: 0.9375rem;
}
div#content section#home-news div.slide div.pager p.button {
	width: 20px;
	height: 20px;
}
div#content section#home-news div.slide div.pager p.button-prev {
	left: 10px;
}
div#content section#home-news div.slide div.pager p.button-next {
	right: 10px;
}
div#content section#home-menu {
	width: auto;
}
div#content section#home-menu div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
div#content section#home-menu div.list div.row p.image {
	width: auto;
	height: 260px;
}
div#content section#home-menu div.list div.row:nth-child(2n+1) p.image {
	transform: translateY(20px);
}
div#content section#home-menu div.list div.row:nth-child(2n) p.image {
	transform: translateY(20px);
}
div#content section#home-menu div.list div.row.active p.image {
	opacity: 1;
	transform: translateY(0px);
}
div#content section#home-menu div.list div.row-course p.image {
	background-image: url(../images/home-image-02-small.jpg);
}
div#content section#home-menu div.list div.row div.text {
	position: relative;
	width: calc(100% - 80px);
	top: auto;
	margin: -30px auto 0px auto;
}
div#content section#home-menu div.list div.row:nth-child(2n+1) div.text {
	left: auto;
}
div#content section#home-menu div.list div.row:nth-child(2n) div.text {
	right: auto;
}
div#content section#home-menu div.list div.row div.text p.label {
	height: 30px;
	font-size: 1.125rem;
}
div#content section#home-menu div.list div.row div.text div.body {
	display: block;
	height: auto;
	padding: 40px;
}
div#content section#home-menu div.list div.row div.text div.body div.inner-body {
	width: auto;
}
div#content section#home-menu div.list div.row div.text div.body h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
div#content section#home-menu div.list div.row div.text div.body p.description {
	margin-bottom: 20px;
}
div#content section#home-menu div.list div.row div.text div.body p.button {
	font-size: 1.125rem;
}
div#content section#home-menu div.list div.row div.text div.body p.button a {
	width: 90px;
	height: 30px;
	border-radius: 2.5px;
}

/* news
-------------------------------------------------------------------------------- */

body.news div#content {
	padding-top: 110px;
}
div#content section#news header {
	height: 70px;
	margin-bottom: 40px;
}
div#content section#news header h1.headline {
	left: calc(50% - 70px);
}
div#content section#news div.list article.news:not(:last-child) {
	margin-bottom: 60px;
}
div#content section#news article.news header {
	margin-bottom: 20px;
}
div#content section#news article.news header p.created {
	font-size: 0.8125rem;
	line-height: 0.9375rem;
	margin-bottom: 10px;
}
div#content section#news article.news header *.title {
	height: 70px;
	font-size: 0.9375rem;
	padding: 0px 80px 0px 10px;
}
div#content section#news article.news header *.title::before {
	width: calc(160px * 0.625);
	height: calc(130px * 0.625);
}
div#content section#news article.news div.body {
	padding: 0px 20px;
}

/* policy
-------------------------------------------------------------------------------- */

div#content section#policy-summary div.inner-section {
	padding: 40px 0px 100px 0px;
}
div#content section#policy-summary div.profile-body {
	width: auto;
}
div#content section#policy-summary div.profile-body div.profile {
	position: static;
	width: 160px;
	left: auto;
	top: auto;
	margin: 0px auto 40px auto;
}
div#content section#policy-summary div.profile-body div.profile p.image {
	margin-bottom: 15px;
}
div#content section#policy-summary div.profile-body div.profile p.post {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
div#content section#policy-summary div.profile-body div.profile p.name {
	font-size: 1.125rem;
}
div#content section#policy-summary div.profile-body div.body {
	padding: 0px 20px;
}
div#content section#policy-summary div.profile-body div.body h2 {
	font-size: 1.25rem;
	line-height: 2.25rem;
	margin-bottom: 15px;
}
div#content section#policy-summary div.profile-body div.body p.description {
	padding: 0px 20px;
}
div#content section#policy-detail div#background-01 p.image {
	background-image: url(../images/policy-background-01-small.jpg);
}
div#content section#policy-detail div#background-02 p.image {
	background-image: url(../images/policy-background-02-small.jpg);
}
div#content section#policy-detail div#background-03 p.image {
	background-image: url(../images/policy-background-03-small.jpg);
}
div#content section#policy-detail div#background-04 p.image {
	background-image: url(../images/policy-background-04-small.jpg);
}
div#content section#policy-detail div.text div.inner-text {
	width: calc(100% - 40px);
	padding: 40px;
}
div#content section#policy-detail div.text div.inner-text::before,
div#content section#policy-detail div.text div.inner-text::after {
	width: calc(50% - 60px);
}
div#content section#policy-detail div.text p.label {
	width: 100px;
	left: calc(50% - 50px);
	font-size: 1.875rem;
}
div#content section#policy-detail div.text h4 {
	text-indent: 0.1em;
	font-size: 1.25rem;
	line-height: 2.25rem;
	letter-spacing: 0.1em;
	margin: 0px -20px 20px -20px;
}

/* course
-------------------------------------------------------------------------------- */

body.course div#content {
	padding-top: 40px;
}
div#content section#course header {
	margin-bottom: 60px;
}
div#content section#course div.menu {
	padding-bottom: 85vw;
	background-image: url(../images/course-image-01-small.jpg);
	background-size: 100% auto;
}
div#content section#course.detail div.menu {
	padding-top: 40px;
}
div#content section#course div.menu div.list {
	width: calc(100% - 80px);
}
div#content section#course div.menu div.list div.row {
	width: 55px;
}
div#content section#course div.menu div.list div.row a {
	height: 180px;
	padding-top: 0px;
}
div#content section#course div.menu div.list div.row h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100% - 30px);
	writing-mode: vertical-rl;
	text-indent: 0.25em;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.25em;
}
div#content section#course div.menu div.list div.row p.label {
	font-size: 0.625rem;
}
div#content section#course div.menu div.list div.row p.tmp {
	bottom: -25px;
	font-size: 0.625rem;
}

/* course-detail
-------------------------------------------------------------------------------- */

body.course.detail div#content {
	padding-bottom: 80px;
}
div#content section#course-detail::before {
	height: calc(100% - 160px);
	border-radius: 10px;
}
div#content section#course-detail div.point {
	margin-bottom: 60px;
}
div#content section#course-detail div.point div.header h2 {
	width: 180px;
}
div#content section#course-detail div.point div.header h2::before,
div#content section#course-detail div.point div.header h2::after {
	height: 80px;
	top: 5px;
}
div#content section#course-detail div.point div.header h2 span.main {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
div#content section#course-detail div.point div.header h2 span.sub {
	font-size: 3rem;
	line-height: 3.25rem;
}
div#content section#course-detail div.point div.header p.image img {
	height: 180px;
}
div#content section#course-detail div.point ul {
	margin: 0px -20px;
}
div#content section#course-detail div.point ul li {
	padding: 5px 5px 5px 35px;
}
div#content section#course-detail div.point ul li span.number {
	width: 20px;
	height: 20px;
	top: 10px;
	font-size: 1rem;
	line-height: 1rem;
}
div#content section#course-detail div.point ul li span.headline {
	font-size: 0.9375rem;
	letter-spacing: 0em;
}
div#content section#course-detail div.point ul li span.headline i {
	font-size: 0.8125rem;
}
div#content section#course-detail div.feature:not(:last-child) {
	margin-bottom: 60px;
}
div#content section#course-detail div.feature h3 {
	width: 100px;
	height: 100px;
	text-indent: 0.25em;
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: 0.25em;
	margin: -50px auto 20px auto;
}
div#content section#course-detail div.feature h4 {
	text-indent: 0.1em;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin: 0px -20px 10px -20px;
}
div#content section#course-detail div.feature div.description-subject {
	display: block;
}
div#content section#course-detail div.feature div.description-subject p.description {
	width: auto;
	border-right: none;
	margin-bottom: 40px;
	padding-right: 20px;
}
div#content section#course-detail div.feature div.description-subject div.subject {
	width: auto;
}
div#content section#course-detail div.feature p.description {
	padding: 0px 20px;
}
div#content section#course-detail div.feature div.subject div.list {
	display: block;
}
div#content section#course-detail div.feature div.subject div.list div.row {
	width: auto;
	padding: 0px;
}
div#content section#course-detail div.feature div.subject div.list div.row:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-right: none;
	border-bottom: 1px solid #c8c9ca;
}
div#content section#course-detail div.feature div.subject div.list div.row h5 {
	font-size: 2.5rem;
	line-height: 2.75rem;
	margin-bottom: 5px;
}
div#content section#course-detail div.feature div.subject div.list div.row p.sub {
	text-indent: 0.1em;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
div#content section#course-detail div.feature div.subject div.list div.row ul.day {
	padding: 10px 60px 0px 60px;
}
div#content section#course-detail div.feature div.subject div.list div.row ul.day li {
	font-size: 1.125rem;
}
div#content section#course-detail div.feature div.flow div.list {
	margin-right: -30px;
}
div#content section#course-detail div.feature div.flow div.list div.row {
	width: calc(33.33% - 30px);
	margin-right: 30px;
}
div#content section#course-detail div.feature div.flow div.list div.row:not(:last-child)::before {
	width: 30px;
	height: 30px;
	right: -30px;
	top: calc(50% - 15px);
	background-size: auto 11px;
}
div#content section#course-detail div.feature div.flow div.list div.row div.text h5 {
	font-size: 0.8125rem;
	line-height: 0.9375rem;
}
div#content section#course-detail div.feature div.flow div.list div.row div.text p.sub {
	font-size: 0.625rem;
	line-height: 0.9375rem;
}

/* academy
-------------------------------------------------------------------------------- */

div#content section#academy-summary {
	margin-bottom: 60px;
}
div#content section#academy-summary div.inner-section {
	padding-top: 40px;
}
div#content section#academy-summary header {
	margin-bottom: 40px;
}
div#content section#academy-summary h2 {
	text-indent: 0.1em;
	font-size: 1.25rem;
	line-height: 2.25rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
div#content section#academy-summary p.description {
	width: calc(100% - 80px);
}
div#content section#academy-detail div.oath {
	margin-bottom: 80px;
}
div#content section#academy-detail div.oath div.header p.logo {
	width: 210px;
	height: 30px;
}
div#content section#academy-detail div.oath div.header p.logo img {
	height: 18px;
}
div#content section#academy-detail div.oath div.header h4 {
	text-indent: 0.1em;
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: 0.1em;
}
div#content section#academy-detail div.oath ul li {
	height: 540px;
	font-size: 1.125rem;
	line-height: 2rem;
}
div#content section#academy-detail div.oath ul li span {
	width: auto;
}
div#content section#academy-detail div.oath ul li br {
	display: none;
}
div#content section#academy-detail table.academy {
	margin-bottom: 40px;
}
div#content table.academy th,
div#content table.academy td {
	text-align: left;
	padding: 15px 10px;
}
div#content table.academy th {
	width: 90px;
	text-align: left;
}
div#content table.academy th span.two {
	text-indent: 0em;
	letter-spacing: 0em;
}
div#content table.academy th span.three {
	text-indent: 0em;
	letter-spacing: 0em;
}
div#content table.academy td {
	padding-left: 0px;
}
div#content section#academy-detail div.outline p.map,
div#content section#academy-detail div.outline p.description {
	margin-bottom: 20px;
}
div#content section#academy-detail div.outline p.description {
	padding: 0px 20px;
}
div#content section#academy-detail div.outline p.description span {
	display: block;
	text-align: center;
	margin-left: 0px;
}

/* voice
-------------------------------------------------------------------------------- */

div#content section#voice h3.headline {
	text-indent: 0.1em;
	font-size: 1.25rem;
	line-height: 2.25rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
div#content section#voice div.list div.row:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
div#content section#voice div.list div.row div.segment {
	display: block;
	padding: 30px 0px;
	border-radius: 10px;
}
div#content section#voice div.list div.row div.segment:not(:last-child) {
	margin-bottom: 20px;
}
div#content section#voice div.list div.row div.segment-student {
	background-color: #d3edfb;
}
div#content section#voice div.list div.row div.segment-teacher {
	background-color: #efefef;
}
div#content section#voice div.list div.row div.segment div.profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: auto;
	text-align: left;
	margin-bottom: 20px;
}
div#content section#voice div.list div.row div.segment div.profile p.image {
	width: 120px;
	margin: 0px 15px 0px 0px;
}
div#content section#voice div.list div.row div.segment div.profile div.text {
	width: 120px;
}
div#content section#voice div.list div.row div.segment div.profile p.school,
div#content section#voice div.list div.row div.segment div.profile p.name {
	font-size: 1rem;
}
div#content section#voice div.list div.row div.segment div.profile p.class {
	font-size: 0.875rem;
}
div#content section#voice div.list div.row div.segment div.profile p.name:not(:last-child) {
	margin-bottom: 5px;
}
div#content section#voice div.list div.row div.segment p.body {
	width: auto;
	padding: 0px 40px;
	border-radius: 0px;
}
div#content section#voice div.list div.row div.segment-student p.body,
div#content section#voice div.list div.row div.segment-student p.body::before {
	background-color: transparent;
}
div#content section#voice div.list div.row div.segment-teacher p.body,
div#content section#voice div.list div.row div.segment-teacher p.body::before {
	background-color: transparent;
}
div#content section#voice div.list div.row div.segment p.body::before {
	display: none;
}

/* recruit
-------------------------------------------------------------------------------- */

div#content section#recruit div.outline,
div#content section#recruit div.application {
	margin-bottom: 40px;
}
div#content table.recruit {
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}
div#content table.recruit th,
div#content table.recruit td {
	display: block;
	padding: 0px;
}
div#content table.recruit tr:not(:last-child) th {
	border-bottom: none;
}
div#content table.recruit th {
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}
div#content table.recruit tr:not(:first-child) th {
	padding-top: 20px;
}
div#content table.recruit th span {
	letter-spacing: 0.375em;
}
div#content table.recruit th span.two {
	text-indent: 0em;
	letter-spacing: 0.375em;
}
div#content table.recruit th span.three {
	text-indent: 0em;
	letter-spacing: 0.375em;
}
div#content table.recruit td {
	width: 100%;
	padding-left: 0px;
	padding-bottom: 20px;
}
div#content section#recruit div.application p.description {
	padding: 0px 20px;
}
div#content section#recruit div.application h4 img {
	height: 36px;
}
div#content section#recruit div.application p.sub {
	font-size: 1.125rem;
}

/* contact, request, trial
-------------------------------------------------------------------------------- */

div#content section.form div.component,
div#content section.form div.action {
	width: auto;
}
div#content section.form p.attention {
	display: block;
	font-size: 1rem;
}
div#content section.form p.attention span {
	width: auto;
	padding: 2.5px 10px;
}
div#content section.form div.component div.container-checkbox {
	display: block;
}
div#content section.form div.component div.container-checkbox span.mwform-checkbox-field {
	width: auto;
}
div#content section.form div.component {
	margin-bottom: 20px;
}
div#content section.form div.component div.group-postal-code input[type=text] {
	width: calc(100% - 90px);
}
div#content section.form div.component div.group-postal-code p.button-auto {
	width: 80px;
}
div#content div.mw_wp_form_preview div#title {
	margin-bottom: 120px;
}
div#content div.mw_wp_form_preview div#title-bottom {
	display: none;
}
div#content div.mw_wp_form_preview section#trial div.inner-section {
	padding-top: 40px;
}
div#content div.mw_wp_form_complete {
	padding-top: 40px;
}
div#content section#trial h2.headline {
	width: 100px;
	height: 100px;
	text-indent: 0.1em;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: -10px;
	transform: translateY(-50px);
}
div#content section#trial div.detail {
	margin-bottom: 60px;
}
div#content section#trial div.menu div.list div.row {
	width: 45px;
	height: 150px;
}
div#content section#trial div.menu div.list div.row::before {
	width: 10px;
	height: 10px;
	left: calc(50% - 5px);
	bottom: -5px;
	transform: translateY(-15px) rotate(45deg);
}
div#content section#trial div.menu div.list div.row h3 {
	width: auto;
	height: calc(100% - 20px);
	font-size: 0.9375rem;
	margin: auto;
}
div#content section#trial div.menu div.list div.row p.label {
	height: 20px;
	font-size: 0.75rem;
	line-height: 1rem;
}
div#content section#trial div.slide {
	padding-bottom: calc(66.59% + 70px);
}
div#content section#trial div.slide div.row p.description {
	height: 60px;
	margin-bottom: 10px;
}
/* div#content section#trial div.header {
	margin-bottom: 40px;
} */
div#content section#trial div.header h2 {
	text-indent: 0.1em;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.25rem;
	letter-spacing: 0.1em;
	margin: 0px -20px 10px -20px;
}
div#content section#trial div.header p.description {
	width: auto;
	text-align: justify;
	padding: 0px 20px;
}
div#content section#trial div.header p.tel {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
div#content section#trial div.header p.tel span {
	transform: translateY(-2px);
}
div#content section#trial div.header p.tel a::before {
	width: 26px;
	height: 26px;
	background-size: auto 18px;
	border-radius: 2.5px;
}
div#content div.privacy-policy {
	width: calc(100% - 80px);
	padding-top: 40px;
}
div#content section#trial form {
	padding-top: 60px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	padding: 100px 0px 20px 0px;
}
footer#footer div.action {
	display: flex;
	flex-wrap: wrap;
	height: 50px;
	transform: translateY(50px);
}
footer#footer div.action div.list {
	width: calc(100% - 40px);
}
footer#footer div.action div.list div.row {
	width: 25%;
	border-right: 1px solid #ffffff;
	padding-top: 10px;
}
footer#footer div.action div.list div.row::before {
	display: none;
}
footer#footer div.action div.list div.row-tel {
	display: block;
}
footer#footer div.action div.list div.row a {
	display: block;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
}
footer#footer div.action div.list div.row p.icon {
	display: none;
}
footer#footer div.action div.list div.row p.sub {
	display: none;
	position: relative;
	width: auto;
	left: auto;
	top: auto;
	font-size: 0.75rem;
	line-height: 1.125rem;
	color: #c8c9ca;
	margin-bottom: 0px;
}
footer#footer div.action div.list div.row p.main {
	display: none;
}
footer#footer div.action div.list div.row p.main-small {
	display: block;
	font-weight: 500;
	text-align: center;
	font-size: 0.875rem;
	color: #ffffff;
}
footer#footer div.action p#button-page-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 40px;
	background-color: #2760a8;
}
footer#footer div.action p#button-page-top img {
	width: auto;
	height: 20px;
}
footer#footer div.information {
	margin-bottom: 40px;
}
footer#footer div.information h3 {
	margin-bottom: 20px;
}
footer#footer div.information h3 img {
	height: 60px;
}
footer#footer div.information p.tel {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
footer#footer div.information p.tel span {
	transform: translateY(-2px);
}
footer#footer div.information p.tel a::before {
	width: 26px;
	height: 26px;
	background-size: auto 18px;
	border-radius: 2.5px;
}
