@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
    word-break: break-all;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}


body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;/*16*/
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
}

html.is-open {
	overflow: hidden;
}

.reem-kufi-fun-400 {
  font-family: "Reem Kufi Fun", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.yu-gothic{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	/*overflow: hidden;*/
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}

h1,h2,h3,h4{
	font-weight: 500;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

#all_wrap,
#contents{
	overflow: hidden;
}


/*===================================
	仕様
=====================================*/

#splash {
    /*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align:center;
	color:#333;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	bottom: 21.7777%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translateX(-50%);
	color: #333;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
	height: 1px;
}

#splash .load_logo{
	width: 11.89rem;/*176*/
	line-height: 0;
	position: absolute;
	top: 42.0%;/*378*/
	left: 50%;
	transform: translateX(-50%);
}

#splash .load_logo img{
	width: 100%;
	height: auto;
}

.progressbar-text{
	font-size: 13px !important;
}

/*フェードアニメーション*/


/**/

.down-to-top02 {
	opacity: 0;
	transform: translateY(75px);
	transition: all 1s;
}

.down-to-top02.scrollin {
	opacity: 1;
	transform: translateY(0);
}

/**/

/* 上から */

.anim-head{
	opacity: 0;
}

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
	  opacity: 0;
	  transform: translateY(-75px);
  }

  to {
	  opacity: 1;
	  transform: translateY(0);
  }
}

/**/

/* 下から */

.fadeUpTrigger{
	opacity: 0;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(75px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/**/

.ex-fade:not(.ex-active) .fukidashi01,
.ex-fade:not(.ex-active) .fukidashi02,
.ex-fade:not(.ex-active) .fukidashi03{
	opacity: 0;
}

.voice_area.ex-fade.ex-active .fukidashi01,
.voice_area03.ex-fade.ex-active .fukidashi01{
    animation: fadeUpAnime02 1s both;
}

.voice_area.ex-fade.ex-active .fukidashi02,
.voice_area03.ex-fade.ex-active .fukidashi02{
    animation: fadeUpAnime02 1s both;
    animation-delay: .4s;
}

.voice_area.ex-fade.ex-active .fukidashi03,
.voice_area03.ex-fade.ex-active .fukidashi03{
    animation: fadeUpAnime02 1s both;
    animation-delay: .8s;
}

.voice_area02.ex-fade.ex-active .fukidashi02{
    animation: fadeUpAnime02 1s both;
}

.voice_area02.ex-fade.ex-active .fukidashi01{
    animation: fadeUpAnime02 1s both;
    animation-delay: .4s;
}

.voice_area02.ex-fade.ex-active .fukidashi03{
    animation: fadeUpAnime02 1s both;
    animation-delay: .8s;
}


@keyframes fadeUpAnime02{
  from {
	  opacity: 0;
	  transform: translateY(100px);
  }

  to {
	  opacity: 1;
	  transform: translateY(0);
  }
}

/*===================================
	#g-nav
=====================================*/

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
	/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
	/*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(255,255,255,0.9);/*背景を少し透過させる*/
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:109px;
    left:50%;
	transform: translateX(-50%);
}

#g-nav.panelactive ul {
    display: block;
	width: 100%;
	list-style: none;
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li:nth-child(n + 2){
	margin-top: 30px;
}

#g-nav li a{
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.2em;
	color: #000;
	font-weight: bold;
	position: relative;
}

/*========= ぼかしのためのCSS ===============*/

.mainblur{
  filter: blur(8px);
}

/*===================================
	共通パーツ
=====================================*/

.midashi_wrap{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	padding-bottom: 13px;
	border-bottom: 1px solid #FFF102;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.midashi_wrap h2.midashi_img{
	/*width: 61.6666%;/*370*/
	line-height: 0;
}

.midashi_wrap h2.midashi_img img{
	width: auto;
	height: 16px;
}

.komidashi_img.underline span{
	display: block;
	position: relative;
	width: fit-content;
}
.komidashi_img.underline span::before{
	content: '';
	display: block;
	width: calc( 100% + 8px );
	height: 11px;
	background-color: #f7e921;
	position: absolute;
	bottom: -5px;
	left: -2px;
	right: 0;
	margin: auto;
	z-index: -1;
}
.komidashi_img.underline span img{
	width: auto;
	height: 15px;
}


/*===================================
	.teaser_tit_wrap
=====================================*/

.teaser_tit_wrap{
	width: 100%;
}

body:not(.top-page) .teaser_tit_wrap{
	position: relative;
}


.teaser_tit_wrap::before{
	content: '';
	display: inline-block;
	width: 100%;
	height: calc(100% + 42px);
	background-color: #fffba9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.teaser_tit_wrap.no-bg::before{
	content: none;
}

.teaser_tit_wrap .teaser_header{
	width: 90.56%;
	height: 32px;
	/*background: rgba(224,224,224,0.28);*/
	background-color: #f7f7f7;
	margin: 0 auto;
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000;	
}

.teaser_tit_wrap .teaser_header.fixed{
	position: fixed;
	top: 0;
}

.teaser_tit_wrap .teaser_header .head_logo{
	width: 27.5384%;
	line-height: 0;
	position: absolute;
	top: 25%;
	left: 0;
}
.teaser_tit_wrap .teaser_header .head_logo img{
	width: 100%;
	height: auto;
}

.teaser_tit_wrap .tit_inner{
	width: 100%;
	/*padding: 39px 0 34px;*/
	padding: 103px 0 34px;
}

.teaser_tit_wrap .tit_inner h1.page_tit{
	font-size: 2.25rem;
	color: #4a7a82;
	letter-spacing: 0.2em;
	text-align: center;
}

.teaser_tit_wrap .tit_inner h1.page_tit.tit_txt_img span{
	display: block;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.teaser_tit_wrap .tit_inner h1.page_tit.tit_txt_img span::before{
	content: '';
	display: block;
	width: calc( 100% + 10px );
	height: 11px;
	background-color: #f7e921;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.teaser_tit_wrap .tit_inner h1.page_tit.tit_txt_img{
	/*width: 83.3333%;/*600*/
	margin: 0 auto;
}

.teaser_tit_wrap .tit_inner h1.page_tit.tit_txt_img img{
	width: auto;
	height: 18px;
}

.teaser_tit_wrap .tit_inner .bread_crumb{
	display: none;
}

h1.floating_logo {
  position: absolute;
	top: 0;
	left: 10px;
  width: 77px;
  line-height: 0;
  z-index: 9999;
  transform: translate(0, 0) scale(1);
  transform-origin: top left;
  transition: transform 0.05s linear; /* 高速だがなめらか */
}

h1.floating_logo img {
  width: 100%;
  height: auto;
}


/*===================================
	.anchor_nav
=====================================*/

.anchor_nav{
	width: 100%;
}

.anchor_nav ul.anchor_list{
	list-style: none;
	width: 90.2777%;/*650*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #fff;
	padding: 1.75rem 3.8461% 0;/*25*/
	box-sizing: border-box;
}

.anchor_nav ul.anchor_list li{
	width: 46.0%;
	padding-bottom: 11px;
	border-bottom: 1px solid #AEAEAE;
	text-align: center;
}

.anchor_nav ul.anchor_list li:nth-child(n + 3){
	margin-top: 22px;
}

.anchor_nav ul.anchor_list li a{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #333;
}


/*===================================
	.dammy_header
=====================================*/

/*========= ボタンのためのCSS ===============*/

.dammy_header{
	width: 90.2777%;
	height: 32px;
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10001;
	pointer-events: none;
}

.dammy_header.fixed{
	position: fixed;
	top: 0;
}

.dammy_header .openbtn1{
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
	cursor: pointer;
    width: 23px;
    height: 0.84rem;
	pointer-events: auto;
	transition: 0.3s;
}
  
/*×に変化*/  
.dammy_header .openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
	right: 0;
	margin: auto;
    border-radius: 2px;
	background-color: #333;
    width: 23px;
    height: 1px;
  }

.dammy_header .openbtn1 span:nth-of-type(1) {
	top: 0px; 
}

.dammy_header .openbtn1 span:nth-of-type(2) {
	bottom: 0px; 
}

.dammy_header .openbtn1.active span:nth-of-type(1) {
	top: 6px; 
    transform: translateY(0) rotate(-25deg);
}

.dammy_header .openbtn1.active span:nth-of-type(2){
	bottom: 1px; 
    transform: translateY(0) rotate(25deg);
}


/*===================================
	.teaser_footer
=====================================*/

.teaser_footer{
	padding: 27px 0 28px;
	background: #fff000;
}

.teaser_footer .foot_logo{
	width: 25.2777%;/*182*/
	line-height: 0;
	margin: 0 auto;
	position: relative;
}

.teaser_footer .foot_logo img{
	width: 100%;
	height: auto;
}

.teaser_footer .copylight{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #000;
	text-align: center;
	margin-top: 31px;
}

.teaser_footer .foot_add{
	text-align: center;
	margin-top: 20px;
}

.teaser_footer .foot_add p{
	font-size: 1.25rem;
	line-height: 1.7976;
	color: #333;
}

.teaser_footer .foot_add p a{
	color: #333;
	text-decoration: underline;
}

.teaser_footer .foot_add p span:not(.sp_hide){
	display: inline-block;
	font-size: 1.4rem;
	color: #000;
	white-space: nowrap;
	padding-bottom: 8px;
}


/*===================================
	.totop
=====================================*/

.totop{
	display: none;
	width: 39px;
	position: fixed;
	bottom: 24px;
	right: 2px;
	z-index: 9999;
}

.totop img{
	width: 100%;
	height: auto;
}

/*===================================
	.error-block01
=====================================*/

.error-block01{
	padding: 55px 0 95px;
}

.error-block01 .block_inner{
	width: 83.3333%;
	margin: 0 auto;
}

.error-block01 .block_inner .en_txt{
	width: 92.0%;/*552*/
	margin: 0 auto;
}

.error-block01 .block_inner .en_txt img{
	width: 100%;
	height: auto;
}

.error-block01 .block_inner h2.err_midashi{
	padding-bottom: 22px;
	border-bottom: 1px solid #fff102;
	font-size: 1.65rem;
	line-height: 1.5151;
	letter-spacing: 0.15em;
	color: #333333;
	text-align: center;
	margin-top: 18px;
}

.error-block01 .block_inner .err-txt_area{
	width: 96.6666%;/*580*/
	margin: 29px auto 0;
}

.error-block01 .block_inner .err-txt_area p.err_txt{
	font-size: 1.4rem;
	line-height: 1.7142;
	letter-spacing: 0.15em;
	color: #4d4d4d;
	text-align: justify;
}

.error-block01 .block_inner .err-txt_area p.err_txt + p.err_txt{
	margin-top: 25px;
}

.error-block01 .block_inner .bak_btn{
	width: 86.3333%;/*518*/
	margin: 50px auto 0;
}

.error-block01 .block_inner .bak_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	border-radius: 31px;
	background: url("images/news/bak_ico.svg")no-repeat #cd000e right 1.75rem center;
	background-size: 34px auto;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #fff;
}
