@charset "UTF-8";

/* -------------------------------------------------

layout.css

------------------------------------------------- */
a {
 color: #272343;
 text-decoration: none;
}
a:hover, a:focus {
 /*color:	#333333;*/
 text-decoration: underline;
}
img {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}


/* -------------------------------------------------

Clearfix

------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

/* -------------------------------------------------

box_shadow

------------------------------------------------- */
/*.box_shadow  {
 width: 100%;
	box-shadow:0 5px 15px rgba(0,0,0,.1);
}*/

/* -------------------------------------------------

skip

------------------------------------------------- */
/*　本文へジャンプ　*/
.skip_nav {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip_nav {
	color:#666666;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip_nav:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip_nav:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}

/* -------------------------------------------------

fixed　→　使用しない、後ほど削除

------------------------------------------------- */
.fixed  {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
	padding: 0 2%;
 z-index: 10;
	background:#ffffff;
}
@media screen and (max-width: 898px)  {
.fixed  {
	padding: 15px 2%;
}
}	

@media print {
.fixed  {
 /*display: none;*/
}
.fixed  {
	position: absolute;
}
}


/* -------------------------------------------------

 header

------------------------------------------------- */
header {
	width: 100%;
	padding: 0 2%;
	position:relative;
	/*  ↓上部メニュー固定↓  */
	position:sticky;
 top: 0;
	z-index: 10;
	background:#ffffff;

}
@media screen and (max-width: 898px)  {
header {
	padding: 15px 2%;
}
}

.header	{
	width: 100%;
	padding: 1% 0 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (max-width: 898px)  {
.header	{
	padding: 0;
}
}


/* ロゴ
================================================== */
.header__logo	{
	margin-right: auto;
}
.header__logo a	{
	margin-right: 30px;
	display: block;
}
.header__logo a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.header__logo a img	{
	width: 214px;
	height: 74px;
	/*transition: .3s;*/
}

@media screen and (max-width: 898px)  {
.header__logo a	{
	margin-right: 15px;
}
.header__logo a img	{
	width: 144px;
	height: 50px;
}
}

@media screen and (max-width: 898px)  {
.header__right_wrap	{
	display: none;
}
}

/* フリーダイヤル（PC）
================================================== */
.h_free_dial__wrap	{
	width: 550px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 12px;
}
.h_free_dial	{
	display: flex;
	align-items: center;
	font-family: "Noto Serif", serif;
	font-size: 2.8rem;
	line-height: 1;
}
.h_rec_hours	{
	font-size: 1.6rem;
	margin-left: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.h_rec_hours .border	{
	border: 1px solid #d0d0d0;
	font-size: 1.2rem;
	padding: 5px;
	margin-right: 10px;
}
.h_rec_hours .closed	{
	font-size: 1.2rem;
}
/*.fixed .h_free_dial	{
	font-size: 2.4rem;
}
.fixed .h_rec_hours	{
	font-size: 1.2rem;
}*/


/* フリーダイヤル（SP）
================================================== */
.SP__h_free_dial__wrap	{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 12px;
}
.SP__h_free_dial	{
	display: flex;
	align-items: center;
	font-family: "Noto Serif", serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 20px;
}
.SP__h_rec_hours		{
	font-size: 1.6rem;
	line-height: 1;
	display: flex;
	align-items: center;
}
.SP__h_rec_hours	 .border	{
	border: 1px solid #d0d0d0;
	font-size: 1.2rem;
	padding: 5px;
	margin-right: 10px;
}
.SP__h_rec_hours	 .closed	{
	font-size: 1.2rem;
}

@media screen and (max-width: 480px)  {
.SP__h_free_dial	{
	font-size: 2.4rem;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 359px)  {
.SP__h_rec_hours		{
	font-size: 1.6rem;
	flex-direction: column;
}
.SP__h_rec_hours	.border	{
	font-size: 1.4rem;
	padding: 5px 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.SP__h_rec_hours	.closed	{
	font-size: 1.2rem;
	margin-top: 5px;
}
}


/* 資料DL+仮入校申込+お問い合わせ+Instagramボタン
================================================== */
.h_button__wrap	{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.h_button__wrap > a	{
	margin-right: 20px;
	display: block;
}
.h_button__wrap > a:hover	{
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
	transition: .3s;
	text-decoration: none;
}
/*.h_button__wrap > a:last-of-type	{
	margin-right: 0px;
}*/
.btn__DL	{
	width: 200px;
	padding: 8px 0px;
	background-color: #9ddcdc;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #272343;
	border-radius: 7px;
}
.fixed .btn__DL	{
	width: 150px;
	font-size: 1.2rem;
}

.btn__entry	{
	width: 150px;
	padding: 8px 0px;
	background-color: #e67a7a;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #272343;
	border-radius: 7px;
}
.fixed .btn__entry	{
	width: 100px;
	font-size: 1.2rem;
}

.btn__contact	{
	width: 50px;
	height: 36.6px;
	padding-top: 1%;
	background-color: #9ddcdc;
	border-radius: 7px;
	text-align: center;
}
.btn__contact img	{
	background-size: 32px 24px;
	width: 32px;
	height: 24px;
}
.fixed .btn__contact	{
	width: 50px;
	height: 33.6px;
	padding-top: 0.6%;
}
.fixed .btn__contact img	{
	background-size: 28px 21px;
	width: 28px;
	height: 21px;
}
.btn__Instagram {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
	background: url("../images/icon_instagram.svg");
	background-size: 30px;
	display: block;
	width: 30px;
	height: 30px;
}


/* -------------------------------------------------

	Nav（pc）

------------------------------------------------- */
nav	{
	position: relative;
	width: 100%;
	padding: 2% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed nav	{
	padding: 1% 0;
}
.nav ul	{
	display: flex;
	list-style-type: none;
	position: relative;
}
.nav ul li	{
	margin-right: 50px;
	position: relative;
}
.nav ul li:last-of-type	{
	margin-right: 0px;
}
.nav ul li,
.nav ul li a {
	font-size:1.8rem;
	font-weight: 500;
	display:block;
	white-space: nowrap;/* 改行させない */
}
.fixed .nav ul li,
.fixed .nav ul li a {
	font-size:1.6rem;
}
.nav ul li a:hover {
	/*text-decoration: none;
	color: #ffff00;*/
}
@media screen and (max-width: 898px)  {
.nav {
	display:none;
}
}


/* ギョーカイ用語集ボタン／会員専用ページボタン／建災防島根支部ボタン／電話アイコン
================================================== */
.h_button__wrap__SP	{
	display:none;
}
@media screen and (max-width: 898px)  {
a.btn__DL__SP:hover,
a.btn__entry__SP:hover,
a.btn__contact__SP:hover,
a.btn__Instagram__SP:hover{
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
	transition: .3s;
	text-decoration: none;
}
.btn__DL__SP	{
	width: 200px;
	padding: 14px 0px;
	background-color: #9ddcdc;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #272343;
	border-radius: 7px;
}
.btn__entry__SP	{
	width: 150px;
	padding: 14px 0px;
	background-color: #e67a7a;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #272343;
	border-radius: 7px;
}
.btn__contact__SP	{
	width: 50px;
	height: 47.6px;
	/*padding-top: 2.5%;*/
	background-color: #9ddcdc;
	border-radius: 7px;
	/*text-align: center;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn__contact__SP img	{
	background-size: 32px 24px;
	width: 32px;
	height: 24px;
}
.btn__contact__SP span	{
	display: none;
}
.btn__Instagram__SP {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
	background: url("../images/icon_instagram.svg");
	background-size: 30px;
	display: block;
	width: 30px;
	height: 30px;
}
}
@media screen and (max-width: 568px)  {
.btn__DL__SP	{
	width: 80%;
	margin-bottom: 15px;
}
.btn__entry__SP	{
	width: 80%;
	margin-bottom: 15px;
}
.btn__contact__SP	{
	width: 80%;
	margin-bottom: 15px;
	/*padding-top: 11px;*/
}
.btn__contact__SP span	{
	display:inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #272343;
}
}
@media screen and (max-width: 414px)  {
.btn__DL__SP,.btn__entry__SP,.btn__contact__SP	{
	width: 100%;
}
.btn__Instagram__SP {
	margin-top: 20px;
}
}





/* -------------------------------------------------

footer

------------------------------------------------- */
footer	{
 width: 100%;
	position:relative;
}

/* footer__BG（背景枠）
================================================== */
.footer__BG	{
	background-color: #ffffff;
	position:relative;
}

/* footer__OBI（背景枠）
================================================== */
.footer__OBI	{
	width: 100%;
	margin: 0 auto;
	background-color:#9DDCDC;
	padding: 10px;
	font-size: 1.4rem;
	color: #272343;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__OBI > p:first-child	{
	margin-right: 13px;
}
@media screen and (max-width: 480px)  {
.footer__OBI	{
	padding: 7px;
	font-size: 1.4rem;
	flex-direction: column;
}
.footer__OBI > p:first-child	{
	margin-right: 0px;
}
}
@media screen and (max-width: 320px)  {
.footer__OBI	{
	font-size: 1.2rem;
}
}


/* footer_inner__wrp（フッター内枠）
================================================== */
.footer_inner__wrp	{
	padding: 60px 5%;
	display: flex;
	justify-content:center;
	position:relative;
}
.footer_inner__Left	{
	max-width: 340px;
}
.footer_inner__Right	{
	width: auto;
	margin-left: 250px;
	display: flex;
	justify-content:flex-end;
}

@media screen and (max-width: 1280px)  {
.footer_inner__wrp	{
	padding: 60px 2%;
	justify-content:space-between;
}
}
@media screen and (max-width: 1160px)  {
.footer_inner__wrp	{
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.footer_inner__Right	{
	margin-left: 0px;
	margin: 0 auto;
	justify-content:center;
}
}
@media screen and (max-width: 898px)  {

}

@media screen and (max-width: 768px)  {

}
@media screen and (max-width: 640px)  {
.footer_inner__wrp	{
	padding: 30px 2%;
	flex-direction: column;
}
.footer_inner__Left	{
	width: 100%;
	margin-bottom: 30px;
}
.footer_inner__Right	{
	width: 100%;
	flex-direction: column;
}
}



/* footer__logo（ロゴ）
================================================== */
.footer__logo {
 margin-bottom: 24px;
}
.footer__logo a img {
	width: 214px;
	height: 74px;
}
.footer__logo a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 1160px)  {
.footer__logo {
 margin:0 auto 24px;
}
}


/* footer__access（住所）
================================================== */
.footer__access	{
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.footer__access p	{
	font-size: 1.5rem;	
	line-height: 2;
}
.footer__access_Right a:hover {
 text-decoration: underline;
	color: #C50118;
	transition: .3s;  
}
@media screen and (max-width: 768px)  {
.footer__access	{
	align-items:flex-start;
	margin-bottom: 30px;
}
.footer__access p	{
	font-size: 1.4rem;	
	line-height: 1.6;
}
}


/* footerTel_Fax（連絡先等）
================================================== */
.footerTel_Fax	{
	/*display: flex;*/
	margin-bottom: 25px;
}
.footerTel_Fax p	{
	font-size: 1.5rem;	
}
@media screen and (max-width: 898px)  {
.footerTel_Fax	{
	flex-direction: column;
}
}
@media screen and (max-width: 480px)  {
}

/* footer_Hours（営業時間+入校受付）
================================================== */
.footer_Hours dl	{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.footer_Hours dl:last-of-type	{
	margin-bottom: 35px;
}
.footer_Hours dt	{
	flex-basis: 50px;
	padding: 5px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.footer_Hours dd	{
	flex-basis:calc(100% - 50px);
	font-size: 1.4rem;
	font-weight: 400;
}
.footer_Hours dd p	{
	font-size: 1.2rem;
}
.footer_Hours dt.border	{
	border: 1px solid #d0d0d0;
}
.footer_Hours dt.bg	{
	background: #9ddcdc;
}
@media screen and (max-width: 898px)  {

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

/* footer_Btn（資料DL+入校+お問い合わせ）
================================================== */
.footer_Btn	{
	width: 100%;
	display: flex;
	margin-bottom: 25px;
}
.footer_Btn > a	{
	margin-right: 10px;
	display: block;
}
.footer_Btn > a:hover	{
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
	transition: .3s;
	text-decoration: none;
}
.footer_Btn > a:last-of-type	{
	margin-right: 0px;
}
.f_btn__DL,.f_btn__entry,.f_btn__contact	{
	width: 110px;
	padding: 15px 0px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	color: #272343;
	border-radius: 7px;
}
.f_btn__DL,.f_btn__contact	{
	background-color: #9ddcdc;
}
.f_btn__entry	{
	background-color: #e67a7a;
}

.f_btn__Instagram {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
	background: url("../images/icon_instagram.svg");
	background-size: 40px;
	display: block;
	width: 40px;
	height: 40px;
}
a.f_btn__Instagram:hover	{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
	text-decoration: none;
}
@media screen and (max-width: 640px)  {
.footer_Btn	{
	width: 100%;
}
.f_btn__DL,.f_btn__entry,.f_btn__contact	{
	width: 33.333%;
}
}
@media screen and (max-width: 480px)  {
.footer_Btn	{
	width: 100%;
	flex-direction: column;
}
.footer_Btn > a	{
	margin-right: 0px;
	margin-bottom: 10px;
}
.footer_Btn > a br	{
	display: none;
}
.f_btn__DL,.f_btn__entry,.f_btn__contact	{
	width: 100%;
}
}

/* 角丸ボタン
================================================== */
.Btn_waku7px_radius	{
	width: 100%;
	margin-bottom: 25px;
}
.Btn_waku7px_radius a	{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	border: 2px solid #272343;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #272343;
	position: relative;
}
.Btn_waku7px_radius a::before {
  border-bottom: 1px solid #272343;
  border-right: 1px solid #272343;
		transform: rotate(-45deg);
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transition: right .5s;
}
.Btn_waku7px_radius a:hover::before {
  right: 10px;
}
.Btn_waku7px_radius a:hover	{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
	text-decoration: none;
}

.Btn_waku7px_radius_SP	{
	width: 348px;
	margin: 25px auto;
}
.Btn_waku7px_radius_SP a	{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	border: 2px solid #272343;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #272343;
	position: relative;
}
.Btn_waku7px_radius_SP a::before {
  border-bottom: 1px solid #272343;
  border-right: 1px solid #272343;
		transform: rotate(-45deg);
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transition: right .5s;
}
.Btn_waku7px_radius_SP a:hover::before {
  right: 10px;
}
.Btn_waku7px_radius_SP a:hover	{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
	text-decoration: none;
}
@media screen and (max-width: 568px)  {
.Btn_waku7px_radius_SP	{
	width: 80%;
	margin: 20px auto;
	padding: 0 5%;
}
}
@media screen and (max-width: 420px)  {
.Btn_waku7px_radius_SP	{
	width: 100%;
	margin: 30px auto;
	padding: 0 5%;
}
}


/* footer__menu（フッターメニュー）
================================================== */
.footer__menu	{
	display: flex;
	flex-direction: column;
}
.footer__menu:nth-child(1) {
 margin-left: 0%;
}
.footer__menu:nth-child(2) {
 margin-left: 10%;
}
.footer__menu:nth-child(3) {
 margin-left: 10%;
}

.footer__menu:nth-child(1) .footer__menubox	{
	width: 200px;
}
.footer__menu:nth-child(2) .footer__menubox	{
	width: 180px;
}
.footer__menu:nth-child(3) .footer__menubox 	{
	width: 162px;
}

.footer__menubox	{
	margin-bottom: 20px;
}
.footer__menubox:last-of-type	{
	margin-bottom: 0px;
}
@media screen and (max-width: 1280px)  {
.footer__menu:nth-child(1) .footer__menubox	{
	width: 180px;
}
}
@media screen and (max-width: 898px)  {
.footer__menubox	{
	margin-bottom: 0px;
}
.footer__menu:nth-child(2) .footer__menubox	{
	width:200px;
}
}
@media screen and (max-width: 768px)  {
.footer__menu:nth-child(2) {
 margin-left: 5%;
}
.footer__menu:nth-child(3) {
 margin-left: 5%;
}
.footer__menu:nth-child(1) .footer__menubox	{
	width: 180px;
}
.footer__menu:nth-child(2) .footer__menubox	{
	width: 180px;
}
}
@media screen and (max-width: 640px)  {
.footer__menu:nth-child(2) {
 margin-left: 0%;
}
.footer__menu:nth-child(3) {
 margin-left: 0%;
}
.footer__menu:nth-child(1) .footer__menubox,
.footer__menu:nth-child(2) .footer__menubox,
.footer__menu:nth-child(3) .footer__menubox{
	width: 100%;
}
.footer__menubox	{
	margin-bottom: 0px;
}
.footer__menubox:last-of-type	{
	margin-bottom: 0px;
}
}

/* copyright__wrp（コピーライト）
================================================== */
.copyright__wrp	{
	width: 95%;
	margin: 30px auto;
	padding: 30px 0 0;
	display: flex;
	justify-content:center;
	border-top: 3px solid #9391a1;
	position:relative;
 font-size: 1.2rem;
}
@media screen and (max-width: 768px)  {
.copyright__Left	{
	font-size: 1.1rem;
	bottom: 40px;
	left: 50px;
	padding-right: 50px;
}
}


/* page_top（ページトップ）
================================================== */
.page_top {
	position: fixed;
	bottom: 40px;
	right: 60px;
	display: none;
	z-index:5;
}
.page_top a {
	width: 55px;
	height: 55px;
	display: block;
	border:3px solid #c50018;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -9999px;
	background-color:#ffffff;
	background-image: url("../images/pageup__red.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.page_top a:hover {
	border:3px solid #c50018;
	background-color:#c50018;
	background-image: url("../images/pageup__white.png");
	transition: .3s;
}
@media screen and (max-width: 1250px)  {
.page_top {
	bottom: 40px;
	right: 50px;
}	
}
@media screen and (max-width: 1180px)  {
.page_top {
	bottom: 2%;
	right: 2%;
}	
}
@media screen and (max-width: 480px)  {
.page_top a {
	width: 40px;
	height: 40px;
	background-size:10px 7px;
}
.page_top {
	/*bottom: 30px;
	right: 10px;*/
}
}
@media print {
.page_top {
	position: absolute;
}
}


/* -------------------------------------------------

other

------------------------------------------------- */
/* youtube動画
================================================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 余白（margin）
================================================== */
.margin-bottom__50px	{		/*  入力フォームで使用  */
	margin-bottom: 50px !important;
}
.margin_20px	{		/*  求人情報で使用  */
	margin: 20px !important;
}
@media screen and (max-width: 480px)  {
.margin-bottom__50px	{
	margin-bottom: 30px !important;
}
}

/* インデント
================================================== */
.indent {
	padding-left:1em;
	text-indent:-1em;
}

/* 太字
================================================== */
.strong {
	font-weight: bold;
}

/* 文字間
================================================== */
.spacing {
	letter-spacing: 0.5em !important;
 /*text-indent:1em;*/
}

/* 文字色
================================================== */
.red {
	color:#c50018 !important;
}
.white {
	color:#ffffff !important;
}

/* 位置
================================================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center	{
	text-align:center;
}
.center_form	{			/*  formで使用  */
	text-align:center;
}
.center_guide	{			/*  施設紹介で使用  */
	text-align:center;
}
@media screen and (max-width: 640px)  {
.left {
	text-align:center;
}
.center_form	{			/*  formで使用  */
	text-align:left;
}
}

.margin-auto {		/***  中央寄せ  ***/
	margin: auto !important;
}
.margin-left {		/***  右寄せ  ***/
	margin-left: auto !important;
}
.margin-right {		/***  左寄せ  ***/
	margin-right: auto;
}


/* FlexBox
================================================== */
.flex-center {
	display: flex;
	justify-content: center;
}


/* 表示／非表示（PC版・スマホ版）
================================================== */
.none__898px,.none__768px,.none__480px {
	display:none;
}
@media screen and (max-width: 898px)  {
.none__898px {
	display:block;
}
}
@media screen and (max-width: 768px)  {
.none__768px {
	display:block;
}
}
@media screen and (max-width: 480px)  {
.none__480px {
	display:block;
}
}

.block__898px,.block__768px,.block__480px {
	display:block;
}
@media screen and (max-width: 898px)  {
.block__898px {
	display:none;
}
}
@media screen and (max-width: 768px)  {
.block__768px {
	display:none;
}
}
@media screen and (max-width: 480px)  {
.block__480px {
	display:none;
}
}


/* -------------------------------------------------

ボタン（共通）

------------------------------------------------- */
/* ボタン（外観）
================================================== */


/* -------------------------------------------------

見出し（共通）

------------------------------------------------- */
/* 見出し（h2）				↓削除対象↓
================================================== */
.Heading__h2	{
	font-weight:600;
	font-size:3.3rem;
	color: #272343;
	line-height: normal;
	position:relative;
	margin: 0 0 50px;
	padding-left: 40px;
}
.Heading__h2::before	{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 30px;
	height: 35px;
	background-image: url("../images/icon_kira.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 30px 35px;
}
@media screen and (max-width: 768px)  {
.Heading__h2	{
	font-size:2.8rem;
	margin: 0 0 30px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2	{
	font-size:2.4rem;
	padding-left: 38px;
}
.Heading__h2::before	{
	width: 26px;
	height: 31px;
	background-size: 26px 31px;
}
}


/* -------------------------------------------------

アニメーション（共通）

------------------------------------------------- */
/* ぬるっと出るアニメーション
------------------------------------------------- */
.animation {
	overflow: hidden;
}
.animation span {
	display: block;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation span.fadeUp {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.animation-scroll {
	overflow: hidden;
}
.animation-scroll span {
	display: block;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation-scroll span.scroll-in {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.animation-scroll-left {
	overflow: hidden;
}
.animation-scroll-left span {
	display: inline-block;
	transform: translate3d(100%, 0, 0);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation-scroll-left span.scroll-in {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* マスクアニメーション
------------------------------------------------- */
.img-wrap {
	opacity: 0;
	overflow: hidden;
}
.img-animation {
	animation: img-opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}
.img-animation::before {
	animation: img-animation 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #ffffff;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
.img-wrap img {
	transform: scale(1.3); /* 最初に画像を大きくしておく*/
	transition: transform 2.5s 0.08s ease, opacity 0.8s ease;/*  opacity にも適用 */
}
.img-wrap.img-animation img {
	transform: scale(1);
}

/*.img-wrap.img-animation a img:hover {
	opacity: 0.7;
}*/
@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}
@keyframes img-animation {
	100% {
		transform: translateX(101%);
	}
}

@media print {
.img-wrap {
	opacity: 1;
	overflow: visible;
}
.img-animation {
	animation: none;
	overflow: visible;
}
.img-animation::before {
	animation: none;
}
.img-wrap img {
	transform: none;
	transition: none;
}
.img-wrap.img-animation img {
	transform: none;
}
}


/* zoomアニメーション
------------------------------------------------- */
.img-zoom {
	opacity: 0;
}
.zoom-animation {
	animation: img-opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}
.img-zoom img {
	transform: scale(1.5); /* 最初に画像を大きくしておく */
	transition: transform 2.5s 0.08s ease, opacity 0.8s ease; /* opacity にも適用 */
}
.img-zoom.zoom-animation img {
	transform: scale(1);
}
.img-zoom.zoom-animation a img:hover {
	opacity: 0.7;
}
@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}

/* ページ自体をふわっと表示 
------------------------------------------------- */
body {
	animation: page-fadein 1s forwards;
}
@keyframes page-fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@media print {
body {
	animation: none !important;
}
}


/* フェードインで表示 
------------------------------------------------- */
.fadein {
 opacity: 0;
 transform: translate(0, 0);
 transition: all 1.5s;
	overflow: hidden;
}
.fadein.fadein-left {
 transform: translate(-30px, 0);
}
.fadein.fadein-right {				/*  右からだと不具合ある（横スクロールが出る）  */
 transform: translate(30px, 0);
}
.fadein.fadein-up {
 transform: translate(0, -30px);
}
.fadein.fadein-bottom {
 transform: translate(0, 30px);
}
.fadein.scrollin {
 opacity: 1 !important;
 transform: translate(0, 0) !important;
		overflow: hidden !important;
}
@media print {
.fadein {
 opacity: 1;
 transform: none;
 transition: none;
	overflow:visible;
}
.fadein.fadein-bottom {
 transform:none;
}
.fadein.scrollin {
 transform: none !important;
	overflow: visible!important;
}
}
