/*
Theme Name: 高校留学SEKAIA｜留学のSEKAIA
Theme URI: https://www.sekaia.co.jp/koukou/
Description: 高校留学SEKAIA｜留学のSEKAIAのテーマ
Version: 1.0.0
Author: sh-ueda
*/

.contact-overlay-menu>.individual:after { color: #fff; }
.contact-overlay-menu>a:after { right: 8px; font-size: 14px; }

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    max-width: 800px;
	min-width:400px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 10px 50px;
    margin: 0px;
    color: #003199;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title:before,
.onetime_popup_title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #000;
    content: "";
}
.onetime_popup_title:before {
    transform: rotate(45deg);
}
.onetime_popup_title:after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 5px 20px 20px;
    text-align: center;
}
.onetime_popup_content img {
	width: 100%;
	height: auto;
}

	.h2-headline {
		font-size: 2rem;
		font-weight:bold;
		color: #00adea;
		border-bottom: solid 3px #dbf3fb;
		margin-bottom: 30px
	}
	.h2-headline:after {
		content: '';
		display: block;
		width: 100px;
		height: 3px;
		background-color: #00adea;
		margin-bottom: -3px
	}

	.h3-headline {
		border-top: solid 1px #cecece;
		border-bottom: solid 1px #cecece;
		padding: 10px 0;
		font-weight: 700;
		font-size: 1.9rem;
		margin: 70px auto 20px;
	}

	.h4-headline {
		font-size: 1.9rem;
		font-weight:bold;
		line-height: 1.4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 50px auto 20px;
	}
	.h4-headline:before {
		content: '';
		float: left;
		width: 5px;
		background-color: #009fed;
		border-radius: 4px;
		margin-right: 10px
	}
		.h5-headline {
		font-size: 1.6rem;
		font-weight:bold;
		color: #00adea;
		margin: 30px auto 10px;
	}
	
	
ul.list_disc {
margin:20px auto 20px 1.5em;
}
ul.list_disc li {
list-style:disc;
margin-bottom:10px;
}
ul.list_square {
margin:20px auto 20px 1.5em;
}
ul.list_square li {
list-style:square;
margin-bottom:10px;
}
ol.ol_disc {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:20px auto 20px .5em;
}
ol.ol_disc li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.ol_disc li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background:transparent;
  border:#555 1px solid;
  color: #555;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.photo_grid {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 30px;
	margin: 50px auto;
}
.photo_grid .image-center {
	margin: 0px !important;
}
.photo_grid .image-center img {
	width:100% !important;
	height:auto;
}
.photo_grid .image-center p {
	margin:10px auto 10px;
}

ul.wp-block-list {
margin:20px auto 20px 1.5em;
}

ul.wp-block-list li {
list-style:disc;
margin-bottom:10px;
}




@media screen and (min-width:768px) {
	.article-body {
		padding: 30px 0;
		overflow: hidden;
	}
	.article-body > p {
		margin: 30px 0;
	}
	.article-body .image-center {
		margin: 30px 0;
		text-align: center;
	}
	.article-body .image-left {
		margin: 0 30px 30px 0;
		float: left;
	}
	.article-body .image-right {
		margin: 0 0 30px 30px;
		float: right;
	}
		.h2-headline {
		font-size: 2.8rem;
		color: #00adea;
		border-bottom: solid 3px #dbf3fb;
		margin-bottom: 40px
	}
	.h2-headline:after {
		content: '';
		display: block;
		width: 100px;
		height: 3px;
		background-color: #00adea;
		margin-bottom: -3px
	}
	
.bn_subheading {
	font-size:2.4rem;
	text-align: center;
	font-weight: bold;
	margin: 80px auto 15px;
}
}

@media screen and (max-width:767px) {
	.article-body {
		padding: 15px;
		overflow: hidden;
	}
	.article-body > p {
		margin: 15px 0;
	}
	.article-body .image-center {
		margin: 15px 0;
		text-align: center;
	}
	.article-body .image-left {
		margin: 15px 0;
		text-align: center;
	}
	.article-body .image-right {
		margin: 15px 0;
		text-align: center;
	}	
	.onetime_popup {
    width: 96%;
}
	.onetime_popup_title {
    font-size: 1.2em;
}
		.photo_grid {
		grid-template-columns:1fr;
				grid-gap:10px;
			margin: 30px auto;
}
	
.bn_subheading {
	font-size:1.8rem;
	text-align: center;
	font-weight: bold;
	margin: 40px auto 10px;
}
}


/* 20231005追記 */

@media screen and (min-width:768px) {
.top_purpose {
	margin-top:520px
	}
	.top_feature{
		position:relative
	}
	.top_feature.feature-sup{
		background-color:#eaf6e2;
		height:515px;
		margin-top:150px
	}
	.top_feature.feature-sup .feature__theme{
		color:#9cd674;
		top:-30px
	}
	.top_feature.feature-sup .feature__ttl{
		color:#9cd674;
		margin-bottom:55px
	}
	.top_feature.feature-exp{
		background-color:#dbf3fb;
		height:520px;
		margin-top:150px
	}
	.top_feature.feature-exp .feature__theme{
		color:#00adea;
		top:-30px
	}
	.top_feature.feature-exp .feature__ttl{
		color:#00adea;
		width:1040px;
		margin:0 auto 20px;
		padding-top:0
	}
}
@media screen and (max-width:767px) {
	.top_feature{
		position:relative;
		margin-top:90px;
		padding-bottom:40px
	}
	.top_feature.feature-cha{
		background-color:#dbf3fb
	}
	.top_feature.feature-cha .feature__theme{
		color:#00adea;
		bottom:-10px
	}
	.top_feature.feature-cha .feature__ttl{
		color:#00adea
	}
	.top_feature.feature-sup{
		background-color:#eaf6e2
	}
	.top_feature.feature-sup .feature__theme{
		color:#9cd674;
		top:-20px
	}
	.top_feature.feature-sup .feature__ttl{
		color:#9cd674
	}
	.top_feature.feature-exp{
		background-color:#dbf3fb
	}
	.top_feature.feature-exp .feature__theme{
		color:#00adea;
		top:-20px
	}
	.top_feature.feature-exp .feature__ttl{
		color:#00adea;
		padding-top:10px
	}
}

/* 20240601追記 */
@media screen and (min-width:768px) {
	.country2024 h2 {
		font-size:1.5em;
		margin: 0 auto 10px;
	}
	.country2024 h3 {
		color: #155CD2;
		margin: 20px auto 5px;
		font-size: 1.2em;
	}
	.country2024 p {
		margin-bottom: 10px;
	}
.country2024 .k-figure-image {
	margin-bottom: 0;
}
.country2024 .k-figure-image img {
	width: 1200px;
	height: 500px;
	object-fit: cover;
}
.country2024 .feature {
	background-color: #DBF3FB;
	padding: 30px 0px;
	width: 100%;
}
.country2024 .feature .box  {
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff !important;
}
.check ul {
	list-style-type: none;
	margin: 0 0 0 1.2em;
}
.check li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
}
.check li::after {
	content: "";
	display: block;
	position: absolute;
	top: .5em;
	left: -1em;
	width: 10px;
	height: 5px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
}
.country2024 .contact {
	margin: 50px auto;
}
.country2024 .contact .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	text-align: center;
}
.country2024 .contact .grid img {
	width: 100%;
	height: auto;
	margin: auto;
}
	.country2024 .contact h2 {
		text-align: center;
		margin: 0 auto 20px;
		font-size:1.5em;
		color: #7ACDF3;
	}
	.country2024 .recommend {
		margin: 0 auto 50px;
	}
	.country2024 img.wide {
		margin: 30px auto;
		width: 100%;
		height: auto;
	}
	.country2024 .curriculum .grid {
		display: grid;
		grid-template-columns: 1.2fr 1fr ;
		grid-gap: 20px;
		margin-bottom: 30px;
	}
	.country2024 .curriculum .box {
		border: solid 10px #F3F3F3;
		padding: 20px 40px;
	}
	.country2024 .curriculum .box h3 {
		text-align: center;
		color: #000;
		margin-top: 0px;
	}
	.country2024 .curriculum .box li {
		margin-bottom: 15px;
	}
.country2024 .basicinfo {
	margin: 30px auto;
}
.country2024 .basicinfo h3 {
	text-align: center;
	color: #000;
	margin-top: 0px;
}
.country2024 .basicinfo table {
	border-collapse: collapse;
	border: 2px solid #000;
	width: 100%;
}
.country2024 .basicinfo th,td {
	border: 1px solid #000;
	padding: 8px 10px;
	text-align: left;
}
	.country2024 .basicinfo th {
		width: 40%;
	}
	.country2024 .schedule {
		margin: 100px auto;
	}
	.country2024 .schedule .box {
		background-color: #E5E5E5;
		border-radius: 20px;
		padding: 30px;
	}
	.country2024 .schedule .box h3 {
		margin-top: 0px;
		color: #000;
	}
	.country2024 .cost {
		margin: 100px auto;
	}
		.country2024 .cost ul {
		margin: 0 0 0 1em;
	}
	.country2024 .cost li {
		list-style: disc;
		margin-bottom: 10px;
		
	}
	.country2024 .course {
		margin: 100px auto;
	}
		.country2024 .course ul {
		margin: 0 0 0 1em;
	}
	.country2024 .course li {
		list-style: disc;
		margin-bottom: 10px;
		
	}
	.country2024 .popularcities {
		margin: 100px auto;
	}
	.country2024 .experience {
		margin: 100px auto;
	}
	.country2024 .experience .grid {
		display: grid;
		grid-template-columns: 1fr 1fr ;
		grid-gap: 50px;
		margin: 30px auto;
		text-align: center;
	}
	.country2024 .experience .grid img {
		width: 50%;
		height: auto;
		margin: 0 auto 10px;
	}
	.country2024 .experience .grid	.comment {
		text-align: left;
	}
	.country2024 .experience .grid .profile .data {
		text-align: center;
		margin: 10px auto 30px;
	}
	.country2024 a.c-linkbar.--arrow-r {
		text-decoration: none;
	}
/*	.country2024 a:hover.c-linkbar.--arrow-r {
		text-decoration: none;
	}*/
	.country2024 .button {
		width: 100%;
		max-width: 500px;
		margin: 50px auto;
	}
	.country2024 .tieup {
		margin: 100px auto;
	}
	.country2024 .tieup .school {
		display: grid;
		grid-template-columns: 1fr 1fr ;
		grid-gap: 30px;
		margin: 100px auto 0px;
	}
	.country2024 .tieup .school .data　ul {
		display: flex;
	}
	.country2024 .tieup .school .data li {
		display: inline-block;
		list-style: none;
		margin-right: 10px;
		background-color: #FF9A01;
		padding: 5px 20px;
		border-radius: 5px;
		color: #fff;
		font-weight: bold;
		font-size: 0.8em;
	}
	.country2024 .tieup .school .data h3 {
		margin-top: 10px;
	}
	.country2024 .tieup .school .data p {
		line-height: 1.3;
	}
	.country2024 .tieup .school .data .box {
		background-color: #D9D9D9;
		padding: 15px 20px;
		margin: 20px auto 0px;
	}
	.country2024 .tieup .school .data .box h4 {
		color: #000;
		margin: 0 auto 5px;
	}
	.country2024 .tieup .school .photo img {
		margin-bottom: 10px;
	}
	.country2024 .tieup .school .photo img:first-child {
		margin-top: 50px;
	}
}


@media screen and (max-width:767px) {
	.country2024 h2 {
		font-size:1.3em;
		margin: 0 auto 10px;
	}
	.country2024 h3 {
		color: #155CD2;
		margin: 20px auto 5px;
		font-size: 1.2em;
	}
	.country2024 p {
		margin-bottom: 10px;
	}
.country2024 .k-figure-image,.k-article-body {
	margin-bottom: 0 ;
}
.country2024 .k-figure-image.short img {
	width: 100%;
	height: auto;
	object-fit: none;
}
.country2024 .feature {
	background-color: #DBF3FB;
	padding: 30px 0px;
	width: 100%;
}
.country2024 .feature .box  {
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff !important;
}
.check ul {
	list-style-type: none;
	margin: 0 0 0 1.2em;
}
.check li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
}
.check li::after {
	content: "";
	display: block;
	position: absolute;
	top: .5em;
	left: -1em;
	width: 10px;
	height: 5px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
}
.country2024 .contact {
	margin: 50px auto;
}
.country2024 .contact .grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	text-align: center;
}
.country2024 .contact .grid img {
	width: 80%;
	height: auto;
	margin: auto;
}
.country2024 .contact h2 {
	text-align: center;
	margin: 0 auto 20px;
	font-size:1.2em;
	color: #7ACDF3;
}
	.country2024 .recommend {
		margin: 0 auto 50px;
	}
	.country2024 img.wide {
		margin: 20px auto;
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.country2024 .curriculum .grid {
		display: grid;
		grid-template-columns: 1fr ;
		grid-gap: 20px;
		margin-bottom: 20px;
	}
	.country2024 .curriculum .box {
		border: solid 10px #F3F3F3;
		padding: 20px 40px;
	}
	.country2024 .curriculum .box h3 {
		text-align: center;
		color: #000;
		margin-top: 0px;
	}
.country2024 .curriculum .box li {
		margin-bottom: 15px;
	}
.country2024 .basicinfo {
	margin: 30px auto;
}
.country2024 .basicinfo h3 {
	text-align: center;
	color: #000;
	margin-top: 0px;
}
.country2024 .basicinfo table {
	border-collapse: collapse;
	border: 2px solid #000;
	width: 100%;
}
.country2024 .basicinfo th,td {
	border: 1px solid #000;
	padding: 8px 10px;
	text-align: left;
}
	.country2024 .basicinfo th {
		width: 40%;
}
	.country2024 .schedule {
		margin: 50px auto;
	}
	.country2024 .schedule .box {
		background-color: #E5E5E5;
		border-radius: 20px;
		padding: 30px;
	}
	.country2024 .schedule .box h3 {
		margin-top: 0px;
		color: #000;
	}
	.country2024 .cost {
		margin: 50px auto;
	}
			.country2024 .cost ul {
		margin: 0 0 0 1em;
	}
	.country2024 .cost li {
		list-style: disc;
		margin-bottom: 10px;
		
	}
	.country2024 .course {
		margin: 50px auto;
	}
	.country2024 .course ul {
		margin: 0 0 0 1em;
	}
	.country2024 .course li {
		list-style: disc;
		margin-bottom: 10px;
		
	}
	.country2024 .popularcities {
		margin: 50px auto;
	}
	.country2024 .experience {
		margin: 50px auto;
	}
	.country2024 .experience .grid {
		display: grid;
		grid-template-columns: 1fr ;
		grid-gap: 30px;
		margin: 30px auto;
		text-align: center;
	}
		.country2024 .experience .grid img {
		width: 50%;
		height: auto;
		margin: 0 auto 10px;
	}
	.country2024 .experience .grid .profile .data {
		text-align: center;
		margin: 10px auto 30px;
	}
		.country2024 .experience .grid	.comment {
		text-align: left;
	}
	.country2024 a.c-linkbar.--arrow-r {
		text-decoration: none;
	}
/*	.country2024 a:hover.c-linkbar.--arrow-r {
		text-decoration: none;
	}*/
	.country2024 .button {
		width: 100%;
		max-width: 500px;
		margin: 50px auto;
	}
	.country2024 .tieup {
		margin: 50px auto;
	}
	.country2024 .tieup .school {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin: 80px auto 0;
	}
	.country2024 .tieup .school .data　ul {
		display: flex;
	}
	.country2024 .tieup .school .data li {
		display: inline-block;
		list-style: none;
		margin-right: 10px;
		background-color: #FF9A01;
		padding: 5px 20px;
		border-radius: 5px;
		color: #fff;
		font-weight: bold;
		font-size: 0.8em;
	}
	.country2024 .tieup .school .data h3 {
		margin-top: 10px;
	}
	.country2024 .tieup .school .data p {
		line-height: 1.3;
	}
	.country2024 .tieup .school .data .box {
		background-color: #D9D9D9;
		padding: 15px 20px;
		margin: 20px auto 0px;
	}
	.country2024 .tieup .school .data .box h4 {
		color: #000;
		margin: 0 auto 5px;
	}
	.country2024 .tieup .school .photo img {
		margin-bottom: 10px;
	}
	.country2024 .tieup .school .photo img:first-child {
		margin-top: 0px;
	}
}


/* 20240719追記 */
@media screen and (min-width:768px){
	.float_btn2024 {
		position:fixed;
		bottom:0;
		right: 0;
		width:100%;
		max-width: 700px;
		z-index:10;
		display: grid;
		grid-template-columns: 1fr 1fr;
		background-color: #fff;
	}
	.float_btn2024 img {
		width: 100%;
	}
}

@media screen and (max-width:767px){
	.float_btn2024 {
		position:fixed;
		bottom:0;
		width:100%;
		z-index:10;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.float_btn2024 img {
		width: 100%;
	}
}
/* 20240723追記 */
@media screen and (min-width:768px){
	.temporary .pc{
		display: block;
	}
	.temporary .pc img {
		width: 100%;
		height: auto;
	}
	.temporary .sp {
		display: none;
	}
	.grid03 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
		margin: 80px auto 0;
	}
	.p_list_01 {
	text-indent: -1em;
	margin-left: 1em;
}
.p_list_02 {
	text-indent: -2em;
	margin-left: 2em;
}
	a:hover.k-btn {
		text-decoration: none;
	}
	.border_box {
		width: 100%;
		max-width: 800px;
		padding: 30px;
		border: solid 1px #000;
		margin: auto;
	}
	.border_box ul.list_square {
margin:0px auto 0px 1.5em;
}
	.faq-btn-wrap.center{text-align:center}.faq-btn-wrap.right{text-align:right}.faq-btn{border-radius:40px;font-size:1.6rem;border:solid 1px #999;padding:12px 48px;display:inline-block;font-weight:700;background-color:#fff;position:relative}.faq-btn:after{position:absolute;right:12px;top:12px;content:'▼';-webkit-transform:scale(.7,0.6);transform:scale(.7,0.6)}
  .c-pagettl.blogh1 {
    text-align: center;
    font-size: 4.5rem;
    font-weight: bold;
    margin: 86px 0 60px;
	  border: none;
	  padding: 0;
  }
  .c-imageset {
    padding: 15px 0 !important;
	  margin: 0 !important;
  }
}

@media screen and (max-width:767px){
	.temporary .pc{
		display: none;
	}
	.temporary .sp img {
		width: 100%;
		height: auto;
	}
	.temporary .sp {
		display: block;
	}
	.grid03 {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin: 50px auto 0;
	}
	.inner {
		padding: 20px;
	}
	.p_list_01 {
	text-indent: -1em;
	margin-left: 1em;
}
.p_list_02 {
	text-indent: -2em;
	margin-left: 2em;
}
	.border_box {
		width: 100%;
		max-width: 800px;
		padding: 30px;
		border: solid 1px #000;
		margin: auto;
	}
	.border_box ul.list_square {
margin:0px auto 0px 1.5em;
}
	.faq-btn-wrap.center{text-align:center}.faq-btn-wrap.right{text-align:right}.faq-btn{border-radius:40px;font-size:1.6rem;border:solid 1px #999;padding:12px 48px;display:inline-block;font-weight:700;background-color:#fff;position:relative}.faq-btn:after{position:absolute;right:12px;top:12px;content:'▼';-webkit-transform:scale(.7,0.6);transform:scale(.7,0.6)}
  .c-pagettl.blogh1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 40px 0 30px;
	  border: none;
	  padding: 0;
  }
}

/* 20241107追記 */
.icc-promise-list p {
    margin: 10px;
    font-size: 1.2rem;
  }
  .icc-qa-list-wrap {
    margin: 50px 0 0;
  }
  .icc-qa-list > li {
    border-bottom: solid 1px #cecece;
    padding: 15px 0;
  }
  .icc-qa-list > li:last-child {
    border-bottom: none;
  }
  .icc-qa-list > li > div {
    position: relative;
    padding-left: 45px;
  }
  .icc-qa-list > li > div::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1;
  }
  .icc-qa-list__q {
    padding: 10px;
    line-height: 1.6;
  }
  .icc-qa-list__q::before {
    content: "Q";
    color: #003496;
  }
  .icc-qa-list__a {
    padding: 10px;
    background-color: #f8f8f8;
    line-height: 1.6;
  }
  .icc-qa-list__a a {
    color: #4fb6f1;
    text-decoration: underline;
  }
  .icc-qa-list__a::before {
    content: "A";
    color: #ff8c8b;
  }
/* 20250306追記 */
.support2025 .basicinfo table {
	border-collapse: collapse;
	border: 2px solid #000;
	width: 100%;
}
.support2025 .basicinfo th,td {
	border: 1px solid #000;
	padding: 8px 10px;
	text-align: left;
}
.support2025 .basicinfo td {
	text-align: center;
	width: 16%;
}
.support2025 .basicinfo th.level0,td.level0 {
	background-color: #F2F2F2;
}
.support2025 .basicinfo th.level1,td.level1 {
	background-color: #DAE9F7;
}
.support2025 .basicinfo th.level2,td.level2 {
	background-color: #A5C9EB;
}
.support2025 .basicinfo th.level3,td.level3 {
	background-color: #73b1e6;
}
.support2025 .wrap.bg-gray {
	padding: 20px;
	background-color: #F2F2F2;
}
.support2025 .chart {
	text-align: center;
}
.support2025 .chart img {
	width: 60%;
}

@media screen and (max-width:767px){
	.support2025 .chart img {
	width: 100%;
}
}
ul.wp-block-list.is-style-default li {
	list-style: disc;
}

