@charset "UTF-8";

/*============================================================================================
      General
=============================================================================================*/
/*    Fonts
=====================================================*/
.g_yugo{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.g_mPlusRounded{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*    Section
=====================================================*/
.g_sec{
	padding: 120px 0 0;
}
.g_sec__last{
	padding: 120px 0 160px;
}
@media (max-width: 896px){
	.g_sec{
		padding: 80px 0 0;
	}
	.g_sec__last{
		padding: 80px 0 160px;
	}
}
@media (max-width: 576px){

}

/*    Heading
=====================================================*/
.g_h1{
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3;
}
.g_h2{
	font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.g_h3{
	font-size: 2.6rem;
	font-weight: bold;
}
.g_h4{
	font-size: 2rem;
	font-weight: bold;
}
.g_h5{
	font-size: 1.8rem;
	font-weight: bold;
}
.g_h6{
	font-size: 1.6rem;
	font-weight: bold;
}
@media (max-width: 1040px){
  .g_h1{
    font-size: 5rem;
		line-height: 1.5;
  }
	.g_h2{
		font-size: 3rem;
	}
}
@media (max-width: 896px){
	.g_h1{
		font-size: 3.6rem;
		font-weight: bold;
	}
	.g_h2{
    font-size: 2.6rem;
	}
	.g_h4{
		font-size: 1.8rem;
	}
	.g_h5{
		font-size: 1.6rem;
	}

}


/*    Text - basic -
=====================================================*/
.g_txt{
	font-size: 1.4rem;
}
.g_cap{
	font-size: 1rem;
    text-align: center;
}
.g_txt + .g_txt,
.g_cap + .g_cap{
	margin-bottom: 1em;
}

.g_clr_blu{
	color: #2997E6;
}
.g_clr_red{
	color: #E5002D;
}
.g_clr_gry{
	color: #a4a3a3;
}

/*    Button - basic -
=====================================================*/
.g_btn{
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	height: 80px;
	border-radius: 1000px;
	position: relative;
	z-index: 1;
}
.g_btn a{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #2997E6;
	border-radius: inherit;
	-webkit-transition: .2s;
	transition: .2s;
	position: absolute;
	top: -6px;
	left: 0;
	text-decoration: none;
	color: #FFF;
}
.g_btn:hover a{
	top: 0;
}
.g_btn_bg{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #1D6496;
	top: 0;
	right: 0;
	border-radius: inherit;
	z-index: -1;
}

/* arrow */
.g_btn__arrow{
	color: #000;
	width: 292px;
}
.g_btn__arrow a{
	/* background-color: #F6FF12; */
	background: linear-gradient(90deg,#db2b41,#cb2974);
	color: #FFF;
}
.g_btn__arrow a::after{
	width: 27px;
	height: 16px;
	background-image: url(../img/ic_arrow.png);
	top: 0;
	bottom: 0;
	right: 30px;
}

/* selext */
.g_btn__sel{
	font-size: 6.6rem;
	height: 278px;
	border-radius: 20px;
}
@media (max-width: 1040px){
	.g_btn__sel{
		height: 180px;
	}
}
@media (max-width: 896px){
	.g_btn__sel{
		font-size: 2.6rem;
		height: 84px;
	}
}

/* contact */
.g_btn__cont{
	font-size: 2.4rem;
	width: 392px;
	height: 100px;
}
.g_btn__cont a::after{
	width: 28px;
	height: 21px;
	background-image: url(../img/ic_contact.png);
	top: 0;
	bottom: 0;
	left: 30px;
}
@media (max-width: 896px){
	.g_btn__cont{
		font-size: 2.2rem;
		width: 100%;
		height: 70px;
	}
	.g_btn__cont a::after{
	}
}
@media (max-width: 576px){
	.g_btn__cont{
		font-size: 5vw;
	}
	.g_btn__cont a::after{
		left: 7vw;
	}
}


/*    Decoration
=====================================================*/
/* 外部リンクアイコン */
.g_tab{
  position: relative;
  display: inline;
	width: 1em;
	height: 1em;
	padding-right: 1.5em;
}
.g_tab::before,
.g_tab::after{
	content: "";
	margin: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	background-color: #fff;
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	border: 1px solid #666;
	right: 0;
	bottom: 0.325em;
	display: inline;
	pointer-events: none;
	-webkit-transition: border .2s;
	transition: border .2s;
	margin: 0;
}
.g_tab::before{
	right: 0.2em;
	bottom: 0.125em;
}
/* .g_tab:hover::before,
.g_tab:hover::after{
  border-color: #8a8a8a;
} */

.g_tab_txt.g_tab::before,
.g_tab_txt.g_tab::after{
	bottom: 0.45em;
}
.g_tab_txt.g_tab::before {
	bottom: 0.25em;
}


.g_bold{
	font-weight: bold;
}


/*    Information list
=====================================================*/
.g_info_itm{
	padding: 15px 0;
	border-top: 1px dotted #fdc702;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.g_info_itm:first-child{
	border-top: none;
}
.g_info_itm_cap{
	width: auto;
	padding: 0;
	font-size: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.g_info_itm_label{
	min-width: 63px;
	height: 22px;
	border: 1px solid #012a7c;
	text-align: center;
	font-size: 1.2rem;
	color: #012a7c;
	margin: 0 20px;
	margin-top: calc(((1.5rem * 1.75) - 22px) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.g_info_itm_label__imp{
	background-color: #fdc702;
	color: #222;
	border-color: #fdc702;
}
.g_info_itm_txt{
	padding: 0;
	font-size: 1.5rem;
}
.g_info_itm_txt a{
	-webkit-transition: color .2s;
	transition: color .2s;
}
.g_info_itm_txt a:hover{
	color: #fdc702;
}
@media (max-width: 896px){
	.g_info_itm{
		padding: 20px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.g_info_itm_txt{
		margin-top: 20px;
	}
}
@media (max-width: 576px){
	.g_info_itm{
		padding: 5.3vw 0;
	}
	.g_info_itm_label{
		min-width: 16.8vw;
		height: 5.8vw;
		margin-right: 5.3vw;
		margin-left: 5.3vw;
		margin-top: calc(((1.5rem * 1.75) - 5.8vw) / 2);
	}
	.g_info_itm_txt{
		margin-top: 2.6vw;
	}
}


/*    Category list
=====================================================*/
.g_catLst{
	width: 170px;
	height: 32px;
	margin-bottom: 25px;
	position: relative;
}
.g_catLst::before{
	content: "";
	width: 32px;
	height: 32px;
	background-color: #012a7c;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
}
.g_catLst::after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	margin: auto;
	pointer-events: none;
}
.g_catLst_select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #012a7c;
	border-radius: 0;
	background-color: #fff;
	display: block;
	width: inherit;
	height: 100%;
	padding-left: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	cursor: pointer;
}
.g_catLst_select:focus{
	outline: none;
}
@media (max-width: 896px){}
@media (max-width: 576px){
	.g_catLst{
		margin-bottom: 6.6vw;
	}
}


/*    Pager list
=====================================================*/
.g_pager_li{
	width: 40px;
	height: 40px;
	background-color: #D50000;
	border: 2px solid #D50000;
	margin-left: 8px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	-webkit-transition: stroke .2s, background .2s;
	transition: color .2s, background .2s;
}
.g_pager_li a{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.g_pager_li span{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.g_pager_li.current{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	color: #D50000;
}
.g_pager_li.current a{
	pointer-events: none;
}
.g_pager_li.prev {
	margin-left: 0;
}
.g_pager_li:hover{
	background-color: #fff;
	color: #D50000;
}
.g_pager_dots {
	margin-left: 8px;
	font-size: 1.6rem;
}


/*    List number
=====================================================*/
.g_incr{
	counter-increment: list;
}
.g_incr::before{
	content: counter(list);
}


/*    Entry
=====================================================*/
.g_entry_head_txt{
	font-size: 2rem;
	line-height: 1.6;
	margin-top: 15px;
}
.g_entry_article{
	width: 100%;
}
.g_entry_article h1 {
	margin-bottom: 10px;
	font-size: 4rem;
	font-weight: bold;
}
.g_entry_article h2{
	margin-bottom: 15px;
	font-size: 3rem;
	font-weight: bold;
}
.g_entry_article h3{
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: bold;
}
.g_entry_article h4{
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: bold;
}
.g_entry_article h5{
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.g_entry_article > ul,
.g_entry_article > ul ul {
	padding-left: 1.3em;
	margin-left: 1.3em;
	list-style-type: disc;
}
.g_entry_article > ol,
.g_entry_article > ol ol{
	padding-left: 1em;
	margin-left: 1em;
	list-style-type: decimal;
}
.g_entry_article li{
	margin-bottom: initial;
	font-size: 1.5rem;
}
.g_entry_article p{
	font-size: 1.5rem;
	margin-bottom: 1em;
}
.g_entry_article p.has-small-font-size{
	font-size: calc(1.5rem * 0.8);
}
.g_entry_article p.has-medium-font-size{
	font-size: calc(1.5rem * 1.25);
}
.g_entry_article p.has-large-font-size{
	font-size: calc(1.5rem * 2);
}
.g_entry_article p.has-huge-font-size{
	font-size: calc(1.5rem * 3);
}
.g_entry_article p.has-drop-cap:not(:focus):first-letter{
	font-size: 5em;
	margin: 0;
}
.g_entry_article .wp-block-image .alignright {
	float: none;
	margin: 0 0 0 auto;
}
.g_entry_article em{
	font-style: italic;
	display: inline;
}
.g_entry_article figcaption{
	text-align: center;
	margin: auto;
	font-size: 1.4rem;
}
.g_entry_article code{
	padding: 2px;
	border-radius: 2px;
	color: #23282d;
	background: #f3f4f5;
}
.g_entry_article strong{
	font-weight: bold;
}
.g_entry_article div{
	font-size: 1.5rem;
}
.g_entry_article img{
	max-width: 100%;
	height: auto;
}
.g_entry_article p > a{
	text-decoration: underline;
}
.g_entry_article p > a:hover{
	text-decoration: none;
}
.g_entry_article .wp-block-button {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.g_entry_article .wp-block-button:hover {
	opacity: .6;
}
.g_entry_article .is-style-outline .wp-block-button__link,
.g_entry_article .wp-block-button__link.is-style-outline {
	padding: 10px 24px;
}

@media all and (-ms-high-contrast: none) {
	.g_entry_article .blocks-gallery-grid, .wp-block-gallery {
		-ms-flex: 0 1 auto;
	}

	.g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.g_entry_article .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-image a,
	.g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-image img,
	.g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-item a,
	.g_entry_article .wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		font-family: 'object-fit: cover;';
	}
}



/*    Pagetop（追従）
=====================================================*/
.g_pagetop{
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 30px;
	-webkit-transition: opacity 1s, visibility 0s, ease 1s;
	transition: opacity 1s, visibility 0s, ease 1s;
	opacity: 0;
	visibility: hidden;
	z-index: 200;
}
.g_pagetop img{
	width: 100%;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.g_pagetop.js_show{
	opacity: 1;
	visibility: visible;
}
.g_pagetop:hover img{
	opacity: .5;
}

/*    Pagetop（フッター固定）
=====================================================*/
.g_pagetop {
	padding: 15px 0 30px;
	color: #666;
	font-size: 1rem;
	font-weight: 500;
	background-color: #eee;
	text-align: center;
	line-height: 1;
}
.g_pagetop a {
	padding: 10px;
	display: inline-block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.g_pagetop a:before {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.g_pagetop a:hover {
	color: #000;
}
.g_pagetop a:hover:before {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}


/*    Breadcrumb
=====================================================*/
.g_breadcrumb_lst{
	padding-top: 16px;
	padding-left: 150px;
}
.g_breadcrumb_lst_li{
	font-size: 1.2rem;
	line-height: 1;
	padding-right: 20px;
	margin-left: 14px;
}
.g_breadcrumb_lst_li::before{
	width: 5px;
	height: 9px;
	background-image: url(../img/common/ic_breadcrumb.png);
	right: 0;
	top: 0;
	bottom: 0;
}
.g_breadcrumb_lst_li a{
	display: block;
	transition: color 0.3s;
}
.g_breadcrumb_lst_li a:hover{
	color: #3879b9;
	text-decoration: underline;
}
@media (max-width: 896px){}
@media (max-width: 576px){}


/*    404
=====================================================*/
.g_404_ttl{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
}
.g_404_txt{
	padding: 30px 0;
	font-size: 1.6rem;
	line-height: 2;
}
.g_404_btn {
	position: relative;
	display: block;
	width: 350px;
	margin: auto;
	color: #fff;
	background: #666;
	border: 2px solid #666;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 5px;
	transition: background .2s, color .2s;
	-webkit-transition: background .2s, color .2s;
}
.g_404_btn a{
	width: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.g_404_btn::after{
	content: "";
	position: absolute;
	margin: auto;
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.g_404_btn:hover{
	background-color: #fff;
	color: #666;
}
.g_404_btn:hover::after {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
@media (max-width: 896px){}
@media (max-width: 576px){}

/*    GDPR
=====================================================*/
.g_gdpr{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 3px solid #FECB0A;
	border-bottom: 3px solid #FECB0A;
	padding: 23px 0 23px;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 10;
}
.g_gdpr_wrp{
	width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
  	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.g_gdpr_txt{
	font-size: 1.4rem;
	line-height: 1.6;
	width: 80%;
}
.g_gdpr_txt a{
	font-weight: bold;
	text-decoration: underline;
}
.g_gdpr_txt a:hover{
	color: #F7C409;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.g_gdpr_btn{
	font-size: 1.4rem;
	font-weight: 500;
	width: 15%;
   height: 36px;
	border: 3px solid #FECB0A;
	background-color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background .3s;
	transition: background .3s;
	cursor: pointer;
}
.g_gdpr_btn:hover{
	background-color: #FECB0A;
}

@media (max-width: 1024px){
	.g_gdpr{
		padding-left: 0;
	}
	.g_gdpr_wrp{
		width: 80%;
	}
}
@media (max-width: 896px){
	.g_gdpr_wrp{
		display: block;
	}
	.g_gdpr_txt{
		width: 100%;
	}
	.g_gdpr_btn{
		width: 130px;
		 margin: 15px 0 0 auto;
	}
}
@media (max-width: 576px){
	.g_gdpr{
		padding: 3.5vw 0;
		bottom: 8vh;
	}
	.g_gdpr_wrp{
		width: 86vw;
	}
	.g_gdpr_btn{
		width: 30vw;
		height: 9vw;
		margin: 4vw 0 0 auto;
	}
}

/*    Loading
=====================================================*/

.js_loading {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: inherit;
	z-index: 9000;
}
.js_loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
}

/*ローディング中スクロール無効化*/
.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*    FadeIn
=====================================================*/

.js_fadeIn {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.js_fadeIn.active {
	opacity: 1;
}

/*    Modal
=====================================================*/

.g_modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.g_modal_bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.g_modal_content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
}