@charset "utf-8";
/*********************************************
00.common
01.title
02.parts
03.library
04.menus
05.table
06.btn
**********************************************/

/*00.common
************************************************************************************/
main article section.section{
	padding: 70px 0;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.btn_more{
	margin: 50px 0 0;
	text-align: center;
}
.btn_more a{
	display: inline-block;
	background: url("../img/ar_white.svg") no-repeat right 20px center ,url("../img/btn_bg_pink.svg") no-repeat;
	width: 333px;
	height: 62px;
	line-height: 62px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.btn_more.blue a{
	display: inline-block;
	background: url("../img/ar_white.svg") no-repeat right 20px center ,url("../img/btn_bg_blue.svg") no-repeat;
	width: 333px;
	height: 62px;
	line-height: 62px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.btn_more.gry a{
	display: inline-block;
	background: url("../img/ar_white.svg") no-repeat right 20px center ,url("../img/btn_bg_gry.svg") no-repeat;
	width: 333px;
	height: 62px;
	line-height: 62px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.btn_more a:hover{
	background: url("../img/ar_white.svg") no-repeat right 15px center ,url("../img/btn_bg_pink.svg") no-repeat;
}
.btn_txt{
	text-align: center;
	margin-top: .7em;
}
.btn_txt a{
	display: inline-block;
	background: url("../img/ar_green.svg") no-repeat left center;
	padding: 0 0 0 30px;
	text-decoration: none;
	color: #000;
}
.btn_txt a:hover{
	background: url("../img/ar_green.svg") no-repeat left 5px center;
}

.head_img{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.head_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*01.title
************************************************************************************/
.title_box{
	text-align: center;
}
.title_box .lv_h1,
body.home .title_box h1{
	background: url("../img/h1_bg_left.svg") no-repeat left top, url("../img/h1_bg_right.svg") no-repeat right bottom;
	padding: 0 50px;
	font-size: 2.125em;
	margin-bottom: 2em;
	display: inline-block;
	position: relative;
	width: auto !important;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.title_box .lv_h1:before,
body.home .title_box h1:before{
	position: absolute;
	content: attr(data-en);
	font-size: 1em;
	font-weight: normal;
	left: 0;
	top: -.6em;
	color: #ccc;
	text-align: center;
	width: 100%;
	z-index: -1;
	font-family: "M PLUS 1 Code", monospace;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.lv_h2,
.post-content h2{
	color: #42C8E3;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: .5em;
	font-size: 1.6em;
	width: 70%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.lv_h2:after,
.post-content h2:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #42C8E3;
	display: block;
	margin-left: .4em;
}
.lv_h2.small{
	font-size: 1em;
	margin-bottom: .6em;
}

.lv_h3,
.post-content h3{
	font-size: 1.4em;
	font-weight: 700;
	position: relative;
	margin: 2em 0 1em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.lv_h3:before,
.post-content h3{
	position: absolute;
	content: attr(data-en);
	font-size: 0.583em;
	left: 90px;
	top: -2em;
	color: #3d94b7;
	font-family: "M PLUS 1 Code", monospace;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.lv_h3:after,
.post-content h3{
	position: absolute;
	height: 1px;
	width: 80px;
	left: 0;
	top: -.8em;
	content: "";
	display: block;
	background: #3d94b7;
}
.lv_h4,
.post-content h4{
	font-size: 1.4em;
	font-weight: 700;
	margin: 2em 0 1em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}


@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
	.pagetitle{
		height: 280px;
		background-size: auto 100%;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	.pagetitle{
		height: 250px;
	}

}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}
	
/*02.parts
************************************************************************************/
.text{
	padding: 15px;
}
/*google icons*/
.gicon{
	position: relative;
	display: block;
	text-decoration: none;
}
.gicon.after{
	padding-right: 55px;
}
.gicon.before{
	padding-left: 45px;
}
.gicon.after:after{
	right: 15px;
}
.gicon.before:before{
	left: 0px;
}
.gicon:after{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;	/* Preferred icon size */
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	color: #FFF;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

article section,
article section.wrapper{
	margin: 70px auto;
}

.post-content p,
.post-content ul,
.post-content ol,
.post-content blockquote{
	padding-bottom: 1em;
}
.wp-block-uagb-container p{
	padding-bottom: 0;
}
/*list*/
.post-content ul{
	list-style: disc;
	margin-left: 1em;
}
.post-content ul.ar{
	list-style: none;
}
.post-content ol{
	list-style: decimal;
	margin-left: 1em;
}

/*table*/
/*全体的に変更したい*/
.post-content table{
	margin: 1em auto 2em auto;
	border-collapse:collapse;
	border: 1px solid #376e38;
}
.post-content th,
.post-content td{
	padding: .7em 1em;
	border: 1px solid #376e38;
}
.post-content table thead th{
	background: #367337;
}
.post-content table tbody th{
	background: #c8f4c9;
	text-align: center;
}
.post-content td{
	background: #FFF;
}
/*blockquote*/
.post-content blockquote{
	max-width: 90%;
	position: relative;
	padding: 3em 2.5em 2em 3.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em auto 2em;
	color: #000000;
	background-color: #eef5f7;/*変更したい*/
}
.post-content blockquote::before {
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
	width: 1.5em;
	height: 1.5em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	content: '';
	opacity: .4;
}
.post-content blockquote p {
	margin-top: 0;
}
.post-content blockquote cite {
	display: block;
	opacity: .9;
	font-size: .8em;
	text-align: right;
}
/*caption*/
.post-content .wp-caption{
	margin-bottom: 2em;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.post-content .wp-caption-text{
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 0.933em;
}
.post-content .wp-caption img[class*="wp-image-"]{
	display: block;
	margin: 0 auto;
	max-width: 100%;/*掲載時削除*/
	height: auto;/*掲載時削除*/
}

@media screen and (max-width: 599px) {
	.post-content blockquote{
		padding: 3.5em 1.5em 2em 1.5em;
	}
}

/*paging*/
ul.page_navi{
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 0.975em;
	font-weight: 300;
}
ul.page_navi li:before{
	display: none;
	float: none;
}
ul.page_navi li.current span{
	background: #222;
	border: 2px solid #ccc;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
}
ul.page_navi li a{
	background: #ccc;
	border: 2px solid #ccc;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
	text-decoration: none;
}

ul.page_navi li:hover span.current,
ul.page_navi li:hover a{
	background: #222;
}

#page-404{
	padding: 20vh 0;
}
#page-404 h1{
	font-size: 3.2em;
	font-weight: 700;
	margin-bottom: .5em;
}
#page-404 h1 + p{
	font-weight: 500;
	font-size: 1.2em;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}

/*03.library
************************************************************************************/
/*modaal*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background: #ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding: 0;
}


/*04.list-menus
************************************************************************************/
.menu-list{
	margin-top: 80px;
}
.menu-list .image{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background: #f1f1f1;
}
.menu-list .image:before {
	content:"";
	display: block;
	padding-top: 60%;
}
.menu-list .image img{
	height: 120%;
	width: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu-list .title{
	font-size: 1.125em;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}
.menu-list .title a{
	color: #000;
	text-decoration: none;
}
.menu-list .txt{
	margin-bottom: 1em;
}

@media screen and (max-width: 1024px){
/*smart phone*/
	.menu-list{
		column-gap: 30px;
		row-gap: 30px;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	.menu-list{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}

/*pagelist*/
ul.pagelist{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 30px 0;
}
ul.pagelist li{
	width: 19%;
	text-align: center;
	background: #c8f4c9;
	padding: 1.7em 10px;
	margin: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	transition: .5s;
}
ul.pagelist li.current{
	background: #9bcf9c;
}

ul.pagelist li:hover{
	background: #9bcf9c;
}
ul.pagelist li a{
	color: #000;
	text-decoration: none;
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}


/*05 table
----------------------------------------------------------------------*/
table{
	width: 100%;
	margin: 1em 0;
	border-collapse:collapse;
	border: 1px solid #376e38;
}
table th,
table td{
	padding: .7em 1em;
	border: 1px solid #376e38;
}
table thead th{
	background: #367337;
	color: #FFF;
	border: 1px solid #234d24;
	text-align: center;
}
table tbody th{
	background: #c8f4c9;
	text-align: center;
}
table td{
	background: #FFF;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}

