@charset "utf-8";
/*
Theme Name: アイザック 松原輝雄
*/

/*-------------------------------------------*/
/*	Common Setting
/*-------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	background: #fff;
}
body {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	overflow-x: hidden;
}
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
	margin: 0;
	padding: 0;
}
a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}
img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
/*textarea {
	resize: vertical;
}*/
input[type=submit], input[type=button], label, button, select {
	cursor: pointer;
}
input[type=submit] {
	color: inherit;
}
.site {
	overflow-x: hidden;
}
.site-main {
	position: relative;
}
.section .wrap {
	margin: 0 auto;
}
.flex {
	display: flex;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
	.section .wrap {
		padding-left: 6.21% !important;
	}
}
@media screen and (max-width: 767px) {
	.section .wrap {
		padding: 0 !important;
	}
}

/*-------------------------------------------*/
/*	Display Control
/*-------------------------------------------*/
.display-lg {
	display: block;
}
.display-md, .display-sm, .display-xs {
	display: none;
}
.hidden-lg {
	display: none;
}
.hidden-md, .hidden-sm, .hidden-xs {
	display: block;
}
@media screen and (max-width: 1536px) {
	.display-md {
		display: block;
	}
	.hidden-md {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.display-sm {
		display: block;
	}
	.hidden-sm {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.display-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
	.pc {
		display: none;
	}
}

/*-------------------------------------------*/
/*	Content Width
/*-------------------------------------------*/
.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.inner {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.inner.full {
	max-width: 100%;
}
.common #fv .inner {
	padding-left: 10.625%;
}
@media screen and (max-width: 1536px) {
	.inner {
		max-width: 1200px;
	}
}
@media screen and (max-width: 1366px) {
	.inner {
		max-width: 900px;
	}
}
@media screen and (max-width: 1023px) {
	.inner {
		max-width: 740px;
		padding-right: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.inner {
		max-width: 100%;
		padding: 0 1rem;
	}
	.inner.full {
		padding: 0;
	}
}
/*-------------------------------------------*/
/*	Font Setting
/*-------------------------------------------*/
html {
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
	font-size: 21px;
	letter-spacing: 0.075em;
	line-height: 2.13em;
	color: #707070;
}
h1 {
	font-size: 2.66rem;
}
h2 {
	font-size: 2rem;
	font-weight: 500;
	color: #555555;
	margin-bottom: 2em;
	text-align: left;
	position: relative;
}
h2::after {
	display: block;
	content: "";
	width: 2.66rem;
	height: 3px;
	position: absolute;
	bottom: -1.75rem;
	left: 0;
	background: #ccc;
}
h3 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #555555;
	margin: 2.5em 0 1em;
	text-align: left;
}
body.home h2 {
	margin-bottom: 1.2em;
}
body.home h2::after {
	display: none;
	content: none;
}
main.service h2::after {
	right: 0;
	margin: 0 auto;
}
h2.center {
	text-align: center;
}
h2.right {
	text-align: right;
}
.color555555 {
	color: #555555;
}
@media screen and (max-width: 1536px){
	html {
		font-size: 17px;
	}
	h1 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}
}
@media screen and (max-width: 1023px) {
	h2.right {
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 1.66rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	body.home h2 {
		margin-bottom: 1em;
	}
	h3 {
		font-size: 1.5rem;
	}
}

/*-------------------------------------------*/
/*	Header
/*-------------------------------------------*/
.site-header {
	width: 100%;
	max-width: 1920px;
	height: 5.2rem;
	position: fixed;
	top: 0;
	padding: 2rem 2rem 0 2rem;
	z-index: 999;
	background: none;
}
.header_main {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.header_logo {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.header_logo a {
	display: block;
	width: 8rem;
	height: 7.2rem;
	overflow: hidden;
}
.header_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header_menu {
	display: flex;
	align-items: center;
}
.header_menu p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	margin: 0;
	font-size: 0.93rem;
	letter-spacing: 0.125em;
	line-height: 1.5em;
}
.header_menu p span {
	font-size: 0.73rem;
	letter-spacing: 0.042em;
}
.toggle_btn {
	display: none;
}
.toggle_menu {
	position: fixed;
	top: 7rem;
	right: 2rem;
}
.toggle_menu ul {
	display: flex;
	flex-direction: column;
}
.toggle_menu li {
	border-bottom: 1px solid #707070;
}
.toggle_menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.78em;
	writing-mode: vertical-rl;
	font-size: 0.8rem; /* 14px */
	letter-spacing: 0.175em;
	padding: 1em 0;
}
.toggle_menu li:last-child {
	border-bottom: none;
}
@media screen and (max-width: 1023px) {
	.site-header {
		padding: 1rem 1rem 0 1rem;
	}
	.header_logo a {
		width: 6rem;
		height: 5.4rem;
	}
	.toggle_menu {
		right: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.site-header {
		height: 3.66rem;
		padding: 0.5rem 1rem;
	}
	.header_main {
		height: 100%;
	}
	.header_logo {
		z-index: 999;
	}
	.header_logo a {
		width: 4.06rem;
		height: 3.66rem;
	}
	.header_menu p {
		font-size: 0.73rem;
		line-height: 1.25em;
		padding-right: 1rem;
		position: relative;
		z-index: 999;
	}
	.header_menu p span {
		font-size: 0.53rem;
	}
	.toggle_btn {
		display: block;
		width: 2rem;
		height: 2rem;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		position: relative;
		z-index: 999;
	}
	.toggle_btn::before,
	.toggle_btn::after {
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		background: #707070;
		transition: transform .3s ease, top .3s linear;
		transform: scaleY(0.5) translateY(1px);
	}
	.toggle_btn::before {
		top: calc(50% - 10px);
		box-shadow: 0 20px 0 0 #707070;
	}
	.toggle_btn::after {
		top: calc(50% + 10px);
	}
	.toggle_btn:hover,
	.toggle_btn:focus {
		border: none;
		color: #707070 !important;
		outline: none;
	}
	.toggle_btn.toggled-on,
	.toggle_btn.toggled-on:hover,
	.toggle_btn.toggled-on:focus {
		background: none;
	}
	.toggle_btn.toggled-on::before,
	.toggle_btn.toggled-on::after {
		height: 1px;
		top: 50%;
		transition: transform .2s ease, top .2s linear .1s, box-shadow .2s linear;
		background: #707070 !important;
	}
	.toggle_btn.toggled-on::before {
		transform: rotate(45deg);
		box-shadow: 0 0 0 0 #707070 !important;
	}
	.toggle_btn.toggled-on::after {
		transform: rotate(-45deg);
	}
	.toggle_menu {
		display: none;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		right: auto;
		padding: 3.66rem 1rem 0;
		background: #F7F5F4;
	}
	.toggle_menu li a {
		width: 100%;
		writing-mode: horizontal-tb;
		font-size: 1rem;
	}
	.toggle_menu li:last-child {
		border-bottom: 1px solid #707070;
	}
}

/*-------------------------------------------*/
/*	Footer
/*-------------------------------------------*/
.site-footer {
	padding-right: 5.85%;
	background: #fff;
}
.site-footer .wrap {
	padding: 4.66rem 0 3.2rem 8%;
	position: relative;
}
.site-footer .wrap::before {
	display: block;
	content: "";
	width: 100%;
	height: 0.66rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(1deg,rgba(92, 225, 230, 1) 0%, rgba(56, 154, 255, 1) 100%);
}
.site-footer .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer_info .logo {
	width: 12rem;
	aspect-ratio: 1 / 1.061;
	margin-bottom: 4.66rem;
}
.footer_info .name {
	margin-bottom: 0.4em;
}
.footer_info .name span {
	display: block;
	font-size: 0.8rem;
	line-height: 1.5em;
}
.footer_info .adress {
	font-size: 0.93rem;
	line-height: 1.5em;
	margin-bottom: 1.4em;
}
.footer_contact li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 36.6rem;
	height: 9.33rem;
	font-size: 0.93rem;
	box-shadow: -5px 5px 15px -5px #707070;
	transition: 0.3s all;
}
.footer_contact li a:hover {
	background: #eee;
}
.footer_contact li a span {
	display: inline-block;
	font-size: 1.46rem;
	position: relative;
}
.footer_contact li a span::before {
	display: block;
	content: "";
	width: 1.36rem;
	height: 100%;
	position: absolute;
	top: 0.1rem;
	left: -1.73rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.footer_contact li.tel a span::before {
	background-image: url(./images/icon_tel.svg);
}
.footer_contact li.mail a span::before {
	background-image: url(./images/icon_mail.svg);
}
.footer_contact li:first-child {
	margin-bottom: 1.33rem;
}
.copyright {
	font-size: 0.8rem;
	text-align: right;
	margin-top: 4rem;
}

@media screen and (max-width: 1023px) {
	.site-footer .wrap {
		padding-left: 6.21%;
		padding-bottom: 1rem;
	}
	.site-footer .inner {
		padding: 0;
	}
	.site-footer .flex {
		flex-direction: column-reverse;
	}
	.site-footer .flex > div {
		width: 100%;
	}
	.footer_contact {
		margin-bottom: 5rem;
	}
	.footer_contact ul {
		display: flex;
		justify-content: space-between;
	}
	.footer_contact li {
		width: 48%;
		margin: 0;
	}
	.footer_contact li a {
		width: 100%;
	}
	.footer_info {
		text-align: center;
	}
	.footer_info .logo {
		width: 8rem;
		margin: 0 auto 3rem;
	}
	.copyright {
		margin: 3rem 0 0;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.site-footer {
		padding: 0;
	}
	.site-footer .wrap {
		padding: 4rem 1rem 1rem;
	}
	.site-footer .wrap::before {
		height: 0.46rem;
	}
	.footer_contact ul {
		display: block;
	}
	.footer_contact li {
		width: 100%;
	}
	.footer_contact li a {
		height: 7.6rem;
	}
	.footer_info .logo {
		width: 6rem;
	}
}

/*-------------------------------------------*/
/*	Page Common
/*-------------------------------------------*/
main {
	margin-top: 5.2rem; /* headerと同じ高さ */
	padding-right: 5.85%;
}
#fv .wrap {
	padding-left: 6.21%;
}
.btn {
	display: block;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 21.3rem;
	height: 4rem;
	background: none;
	color: inherit;
	border: 1px solid #555555;
	position: relative;
	transition: .3s all;
	z-index: 1;
}
.btn a::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 1);
  transform-origin: left top;
	background: #555555;
	transition: .3s all;
	z-index: -1;
}
.btn a::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 4px;
	left: 4px;
	border: 1px solid;
	border-width: 0 1px 1px 0;
	z-index: -1;
}
.btn a:hover {
	color: #fff;
}
.btn a:hover::before {
	transform: scale(1, 1);
}
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
	main {
		margin-top: 3.66rem;
		padding: 0;
	}
	.btn a {
		margin: 0 auto;
	}
}
/*-------------------------------------------*/
/*	Front Page
/*-------------------------------------------*/
body.home p {
	margin-bottom: 0;
}
body.home #fv .main_copy {
	padding-top: 22em;
}
body.home #fv .main_img {
	width: 64%;
	position: absolute;
	top: 0;
	right: 0;
}
body.home #fv .main_copy p.big {
	font-size: 1rem;
}
body.home #fv .main_copy p.big span {
	display: block;
	font-size: 2.33rem;
	line-height: 1.75em;
}
body.home #fv .main_copy p.small {
	margin-top: 5em;
	font-size: 1.2rem;
	line-height: 3.2em;
}
body.home #intro .wrap {
	padding-top: 4rem;
}
body.home #intro .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
body.home #intro .img {
	width: 29%;
	position: relative;
	z-index: 2;
}
body.home #intro .img::after {
	display: block;
	content: "";
	width: 76.875%;
	aspect-ratio: 1 / 1.061; 
	position: absolute;
	top: 77%;
	left: 80%;
	background-image: url(./images/top_img01_deco-min.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 3;
}
body.home #intro .txt {
	width: 71%;
	position: relative;
	padding-left: 10.1%;
	z-index: 4;
}
body.home #news .wrap,
body.home #service .wrap {
	padding-top: 12.6rem;
}
body.home #news .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
body.home #news .posts {
	width: 56%;
}
body.home #news .btn {
	width: 44%;
}
body.home #news .btn a {
	margin: 0 0 0 auto;
}
body.home #service .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
body.home #service .img {
	width: 63.6%;
}
body.home #service .txt {
	width: 36.4%;
	padding-left: 3.66rem;
}
body.home #service p {
	font-size: 1rem;
	line-height: 1.75em;
	margin-bottom: 2.4rem;
}
body.home #service p.big {
	font-size: 0.93rem;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 1.2em;
}
body.home #service p.big::before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1.4rem;
	background: #707070;
}
body.home #service p.big span {
	display: block;
	font-size: 2rem;
	line-height: 1.5em;
	margin-bottom: 0.7em;
}
body.home #service .flex:nth-child(even) {
	flex-direction: row-reverse;
	margin-bottom: 10rem;
}
body.home #service .flex:nth-child(even) .txt {
	padding-right: 3.66rem;
	padding-left: 0;
}
body.home #company .wrap {
	margin-top: 12.6rem;
	padding: 3.33rem 0;
	background-image: url(./images/top_company_bg-min.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body.home #company h2 {
	color: #fff;
}
body.home #company .table {
	width: 100%;
	max-width: 34rem;
	padding: 1rem 1.4rem 1.4rem;
	background: rgba(255,255,255,0.9);
}
body.home #company .tr {
	display: flex;
}
body.home #company .th,
body.home #company .td {
	padding: 0.7em 0;
	line-height: 1.75em;
	border-bottom: 1px solid #707070;
}
body.home #company .th {
	min-width: 7rem;
}
body.home #company .td {
	width: 100%;
}
body.home #company .td .small {
	display: block;
	font-size: 0.8rem;
}
@media screen and (max-width: 1536px){
	
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
	body.home #fv .main_copy p.small {
		margin-top: 4rem;
		line-height: 2.4em;
	}
	body.home #news .wrap,
	body.home #service .wrap {
		padding-top: 8rem;
	}
	body.home #news .flex {
		display: block;
	}
	body.home #news .posts {
		width: 100%;
		margin-bottom: 3rem;
	}
	body.home #service .flex {
		display: block;
	}
	body.home #service .img {
		width: 75%;
		margin-bottom: 2rem;
	}
	body.home #service .flex .txt {
		width: 100%;
    padding: 0 0 0 1.4rem;
	}
	body.home #service .flex:nth-child(even) {
		margin-bottom: 5rem;
	}
	body.home #company .wrap {
		margin-top: 8rem;
		padding-left: 6.21%;
	}
}
@media screen and (max-width: 767px) {
	body.home #fv {
		margin-bottom: 3rem;
	}
	body.home #fv .inner {
		display: flex;
		flex-direction: column-reverse;
	}
	body.home #fv .main_copy {
		padding: 0 1rem;
	}
	body.home #fv .main_copy p.big {
		font-size: 0.8rem;
		margin: 3em 0 2em;
	}
	body.home #fv .main_copy p.big span {
		font-size: 1.46rem;
    line-height: 1.5em;
	}
	body.home #fv .main_copy p.small {
		font-size: 1rem;
		line-height: 1.75em;
		margin-top: 0;
	}
	body.home #fv .main_img {
		width: 100%;
		position: static;
	}
	body.home #intro,
	body.home #news,
	body.home #service {
		margin-bottom: 6rem;
	}
	body.home #intro .flex {
		flex-direction: column;
	}
	body.home #intro .img,
	body.home #intro .txt {
		width: 100%;
		padding: 0;
	}
	body.home #intro .img::after {
		display: none;
		content: none;
	}
	body.home #news .btn {
		width: 100%;
	}
	body.home #news .btn a {
		margin: 0 auto;
	}
	body.home #service .img {
		width: 100%;
	}
	body.home #service .flex .txt {
		padding: 0 !important;
	}
	body.home #service p.big {
		font-size: 0.8rem;
		margin-left: 0.8rem;
	}
	body.home #service p.big::before {
		left: -0.8rem;
	}
	body.home #service p.big span {
		font-size: 1.3rem;
	}
	body.home #company .wrap {
		margin-top: 0;
		padding: 2.4em 0 3.6em !important;
		background-image: url(./images/top_company_bg_sp-min.jpg);
	}
	body.home #company .inner {
		padding: 0 2rem 0 0;
	}
	body.home #company h2 {
		padding: 0 1rem;
	}
	body.home #company .tr {
		flex-direction: column;
	}
	body.home #company .th {
		padding-bottom: 0;
		border-bottom: none;
	}
	body.home #company .td {
		padding-top: 0;
	}
}

/*-------------------------------------------*/
/*	Pages
/*-------------------------------------------*/
main.common .section p {
	margin-bottom: 1.75em;
}
main.common .section:last-child {
	margin-bottom: 10rem;
}
main.common #fv {
	aspect-ratio: 1 / 0.28;
}
main.common #fv .wrap {
	height: 100%;
	background: #fff;
}
main.common #fv .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0;
}
main.common #fv p {
	margin: 1.75em 0 0;
}
main.service #fv {
	aspect-ratio: 1 / 0.389;
}
main.service #fv .wrap {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
main.service #fv .inner {
	display: flex;
	align-items: flex-end;
	height: 100%;
}
main.service #intro .wrap {
	padding-top: 4rem;
	padding-bottom: 5rem;
}
main.service #intro p {
	font-size: 1.2rem;
	line-height: 3em;
	letter-spacing: 0.05em;
	text-align: center;
}
main.service #feature .wrap {
	padding: 4.66rem 0 6.66rem;
}
main.service #feature .flex {
	display: flex;
	justify-content: space-between;
}
main.service #feature .f_item {
	width: 29.1%;
}
main.service #feature .f_item p {
	line-height: 2em;
}
main.service #feature .f_item .point {
	line-height: 3em;
	border-bottom: 1px solid #707070;
}
main.service #feature .f_item .big {
	font-size: 1.66rem;
	line-height: 1.5em;
	margin: 1.2em 0 0.9em;
}
main.service #topic {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
main.service #topic .wrap {
	padding-top: 6.86rem;
	padding-bottom: 6.86rem;
}
main.service #topic .flex {
	display: flex;
	justify-content: space-between;
}
main.service #topic .f_item:first-child {
	width: 45.46%;
}
main.service #topic .f_item:first-child p {
	font-size: 2rem;
	color: #fff;
	line-height: 2em;
}
main.service #topic .f_item:last-child {
	width: 54.54%;
}
body.language {
	background: #F7F5F4;
}
body.language #fv .wrap {
	background-image: url(./images/language_main-min.jpg);
}
body.language #fv h1 {
	margin-bottom: 2.66rem;
}
body.language #fv h1 img {
	height: 8.48rem;
}
body.language #feature .wrap {
	background: #fff;
}
body.language #feature .f_item div {
	margin-top: 3.66rem;
}
body.language #topic {
	background-image: url(./images/language_bg-min.png);
}
body.language #topic .f_item:last-child p {
	font-size: 1.06rem;
	color: #fff;
}
body.language #topic .f_item:last-child p.big {
	font-size: 1.2rem;
	color: #555555;
	margin-bottom: 0.5em;
	padding: 0 1em;
	background: #fff;
}
body.language #topic .f_item:last-child div:first-child {
	margin-bottom: 1.5em;
}
body.airline h2::after {
	background: #555555;
}
body.airline #fv .wrap {
	background-image: url(./images/airline_main-min.jpg);
}
body.airline #fv h1 {
  margin-bottom: 4.73rem;
}
body.airline #fv h1 img {
	height: 6.2rem;
}
body.airline #feature .wrap {
	background-image: url(./images/airline_gradient-min.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body.airline #feature .flex {
	flex-wrap: wrap;
}
body.airline #feature .f_item:nth-child(4),
body.airline #feature .f_item:nth-child(5) {
	width: 46.3%;
	margin-top: 3.2rem;
}
body.airline #topic {
	background-image: url(./images/airline_bg-min.png);
}
body.airline #topic .f_item:first-child p {
	line-height: 1.55em;
}
body.airline #topic .f_item:first-child p span {
	display: block;
	margin-left: 0.2em;
	font-size: 1.33rem;
}
body.airline #topic .f_item:last-child img {
	height: 13.33rem;
	margin-top: 0.3rem;
}
body.airline #lecturer h2 {
	margin-bottom: 0.7em;
}
body.airline #lecturer h2::after {
	display: none;
	content: none;
}
body.airline #lecturer .wrap {
	padding: 5.86rem 0 10rem;
}
body.airline #lecturer .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
body.airline #lecturer .f_item {
	width: 21%;
}
body.airline #lecturer .f_item > span {
	display: block;
}
body.airline #lecturer .f_item p {
	font-size: 0.933rem;
	line-height: 1.75em;
}
body.airline #lecturer .f_item p.name {
	font-size: 1rem;
	margin-bottom: 0.5em;
}
body.airline #lecturer .f_item p.name span {
	display: block;
	font-size: 0.66rem;
	margin-top: 1em;
	line-height: 1em;
}
@media screen and (max-width: 1536px){
	main.service #feature .f_item .big {
		font-size: 1.56rem;
	}
}
@media screen and (max-width: 1366px) {
	main.service #feature .f_item {
		width: 31%;
	}
	main.service #feature .f_item .big {
		font-size: 1.46rem;
	}
}
@media screen and (max-width: 1023px) {
	main.common .section:last-child {
		margin-bottom: 5rem;
	}
	main.service #intro p {
		line-height: 2.4em;
	}
	main.service #feature .flex {
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
	}
	main.service #feature .f_item {
		width: 47.5%;
		margin-bottom: 3rem;
	}
	main.service #feature .f_item:last-child {
		margin-bottom: 0;
	}
	body.language #fv h1 img {
		height: 6rem;
	}
	main.service #topic .flex {
		display: block;
	}
	main.service #topic .f_item {
		width: 100% !important;
		max-width: 800px;
	}
	main.service #topic .f_item:first-child {
		margin-bottom: 3rem;
	}
	body.language #feature .f_item div {
		margin-top: 2rem;
	}
	body.airline #fv h1 {
		margin-bottom: 2.66rem;
	}
	body.airline #fv h1 img {
		height: 4.38rem;
	}
	body.airline #feature .f_item:nth-child(4),
	body.airline #feature .f_item:nth-child(5) {
		width: 47.5%;
		margin-top: 0;
	}
	body.airline #lecturer .wrap {
		padding-bottom: 5rem;
	}
	body.airline #lecturer .flex {
		flex-wrap: wrap;
		max-width: 800px;
	}
	body.airline #lecturer .f_item {
    width: 47.5%;
    margin-bottom: 3rem;
	}
}
@media screen and (max-width: 767px) {
	main.common #fv {
		aspect-ratio: 1 / 0.46;
	}
	main.common #fv p {
		margin-top: 1rem;
	}
	main.service #fv {
		aspect-ratio: 1 / 1.126;
	}
	main.service #intro .inner {
		margin: 2rem 0 5rem;
	}
	main.service #intro p {
		font-size: 1rem;
		line-height: 2em;
	}
	main.service h2::after {
		bottom: -1rem;
	}
	main.service #feature {
		padding: 0 0.75rem;
	}
	main.service #feature .wrap {
		position: relative;
		padding: 2rem 0.5rem 4rem !important;
		background-color: #fff;
		z-index: 2;
	}
	main.service #feature .flex {
		display: block;
	}
	main.service #feature .f_item {
		width: 100%;
	}
	main.service #feature .f_item .big {
		font-size: 1.33rem;
	}
	main.service #topic {
		margin-top: -3rem;
	}
	main.service #topic .wrap {
		padding: 6rem 0 4rem !important;
	}
	main.service #topic .f_item:first-child p {
		font-size: 1.46rem;
	}
	
	body.language #fv .wrap {
    background-image: url(./images/language_main_sp-min.jpg);
	}
	body.language #fv h1 {
		margin: 0 0 1.33rem 1.33rem;
	}
	body.language #fv h1 img {
		height: 5.212rem;
	}
	body.language #feature .f_item div {
		margin-top: 0;
	}
	body.language #topic .f_item:last-child p {
		font-size: 0.93rem;
	}
	body.language #topic .f_item:last-child p.big {
		font-size: 1.06rem;
	}
	
	body.airline #fv .wrap {
    background-image: url(./images/airline_main_sp-min.jpg);
	}
	body.airline #fv h1 {
		margin: 0 0 2.66rem 1.33rem;
	}
	body.airline #fv h1 img {
		height: 3.608rem;
	}
	body.airline #feature .wrap {
		background-image: url(./images/airline_gradient_sp-min.png);
	}
	body.airline #feature .f_item:nth-child(4),
	body.airline #feature .f_item:nth-child(5) {
		width: 100%;
	}
	body.airline #topic {
		margin-bottom: 5rem;
	}
	body.airline #topic .f_item:last-child img {
		width: 100%;
		max-width: 336px;
		height: auto;
		margin: 0 auto;
	}
	body.airline #lecturer {
		margin-bottom: 3rem;
	}
	body.airline #lecturer .f_item p {
		font-size: 0.86rem;
	}
	
}


/*-------------------------------------------*/
/*	Archive, Single
/*-------------------------------------------*/
.post_info li {
	padding: 0.5em 0;
	border-bottom: 1px solid #707070;
}
.post_info p {
	margin-bottom: 0 !important;
}
.post_info p.date {
	font-size: 0.8rem;
	line-height: 1.45em;
}
#post .post_info {
	margin-bottom: 1em;
	padding: 1em 0;
	border-bottom: 1px solid #707070;
}
#post h2:not(:first-child) {
	margin-top: 2em;
}
#post img {
	width: auto;
}
#post ol li {
	list-style: decimal;
	list-style-position: inside;
}
#post ul li {
	list-style: disc;
	list-style-position: inside;
}

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

/*-------------------------------------------*/
/*	Mail form
/*-------------------------------------------*/
input::placeholder {
  color: #aaa;
}
::placeholder{
  color: #aaa;
}
/* IE */
input:-ms-input-placeholder {
    color: #aaa;
}
:-ms-input-placeholder{
    color: #aaa;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	background: #F7F5F4;
	border: none;
	padding: 0.5em 1.5em;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
}
input[type="checkbox"] {
	background: #F7F5F4;
	border: none;
	padding: 0;
	margin: 0 0.5em 0 0;
	width: 1.5em;
	height: 1.5em;
}
.wpcf7-list-item.first.last {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_wrap {
	max-width: 900px;
  margin: 0 auto;
}
.form_wrap .table {
	margin-bottom: 3rem;
}
.form_wrap .table p {
	margin: 0 !important;
}
.form_wrap .tr {
	margin-bottom: 2em;
}
.form_wrap .th span {
	display: inline-block;
	padding-left: 2em;
}
.form_wrap .td p span {
	display: block;
}
.check_privacy p.center {
	text-align: center;
}
.check_privacy p.checkbox {
	text-align: center;
	margin: 3rem 0 !important;
}
.check_privacy a {
	margin-top: 3rem 0 2rem;
}
.btn.submit p {
	display: flex;
	justify-content: center;
}
.btn.submit a:hover input {
	color: #fff;
}
.wpcf7-spinner {
	display: none;
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	404
/*-------------------------------------------*/
body.error404 {
}