@charset "utf-8";
/* ====================================================
	共通
==================================================== */
html {
	overflow: auto;
}
body {
	min-width: 980px;
	overflow: hidden;
	font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	font-size: 16px;
}
/* ----------------------------------------------------
	ローディングアニメーション
---------------------------------------------------- */
.container {
	display: none;
	margin: auto;
}
.loading {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
}
/* ====================================================
	パーツ
==================================================== */
/* ----------------------------------------------------
	Adobe Typekit Webフォント
---------------------------------------------------- */
/*---------- Futura PT ----------*/
.font_futura-pt {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*---------- Futura PT Condensed ----------*/
.font_futura-pt-condensed {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*---------- 小塚ゴシック Pr6N（Kozuka Gothic Pr6N） ----------*/
/*R*/
.font_kozuka-gothic-pr6n_R {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*M*/
.font_kozuka-gothic-pr6n_M {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*B*/
.font_kozuka-gothic-pr6n_B {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}
/*H*/
.font_kozuka-gothic-pr6n_H {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;
}
/*---------- ITC Avant Garde Gothic ----------*/
.font_itc-avant-garde-gothic-pro {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}
/*---------- A-OTF 太ミンA101 Pr6N（A-OTF Futo Min A101 Pr6N） ----------*/
.font_a-otf-futo-min-a101-pr6n {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}
/*---------- 2019/10/08追加フォント「 数字で見るグリフィン」ページで使用 ----------*/
/*---------- DNP Shuei Mgothic Std（dnp-shuei-mgothic-std） ----------*/
.font_dnp-shuei-mgothic-std {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* ----------------------------------------------------
	画像（ボタン）をキラッとさせる
---------------------------------------------------- */
.reflection-img {
	position : relative;
	overflow : hidden;
	display: block;
}
.reflection {
	height : 100%;
	width: 30px;
	position : absolute;
	top : -180px;
	left : 0;
	background-color: #fff;
	opacity : 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}
 @keyframes reflection {
 0% {
transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
transform: scale(50) rotate(45deg);
opacity: 0;
}
}
@-webkit-keyframes reflection {
 0% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-webkit-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-webkit-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
@-moz-keyframes reflection {
 0% {
-moz-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-moz-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-moz-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-moz-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
@-ms-keyframes reflection {
 0% {
-ms-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-ms-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-ms-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-ms-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
@-o-keyframes reflection {
 0% {
-o-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-o-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-o-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-o-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
/* ====================================================
	大枠
==================================================== */
.commonWrapper {
	width: 980px;
	margin: auto;
}
/*---------- 下層ページ ----------*/
.commonContents {
	margin: -50px auto 0;
}
.commonContents .commonWrapper,
.simpleCommonContents .commonWrapper {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	position: relative;
	letter-spacing: 0.08em;
}
.commonContents .commonWrapper {
	border-top: 5px solid #f39800;
	box-sizing: border-box;
	background-color: #fff;
}
/* ====================================================
	下層ページ トップバナー
==================================================== */
.topWrapper {
	height: 430px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-image: url("/img/common/topBanner_orange.jpg");
}
/* .topWrapper:before {
	content: '';
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(246,143,78,0.52);
} */
.topHeading {
	position: absolute;
	top: 190px;
	left: 50%;
	transform: translate(-50%, 0);
	/* color: #fff; */
}
.topHeading .heading_large {
	display: block;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 80px;
	letter-spacing: 0.17em;
	text-align: center;
	white-space: nowrap;
	color: #ef8521;
}
.topHeading .heading_middle {
	display: block;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 13px auto 0;
}
/* ====================================================
	下層ページ シンプルなトップデザイン
==================================================== */
/*---------- トップ部分 ----------*/
.simpleTopWrapper {
	height: 330px;
	position: relative;
}
.simpleTopWrapper .topHeading .heading_large {
	color: #f39800;
}
.simpleTopWrapper .topHeading .heading_middle {
	color: #000;
}
/*---------- コンテンツ部分 ----------*/
.simpleCommonContents {
}
.simpleCommonContents .commonWrapper {
}
/* ====================================================
	ヘッダー
==================================================== */
header {
	/*background-color: #f39800;*/

	background: #ed6d00; /* Old browsers */
	background: -moz-linear-gradient(left,  #ed6d00 0%, #fcc800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ed6d00 0%,#fcc800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ed6d00 0%,#fcc800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6d00', endColorstr='#fcc800',GradientType=1 ); /* IE6-9 */

	height: 80px;
	position: fixed;
	width: 100%;
	z-index: 10;
}
header .commonWrapper {
	height: 100%;
}
/*---------- ロゴ ----------*/
.headerLogo {
	float: left;
	height: 100%;
}
.headerLogo a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 27px 0 0;
	position: relative;
}
/*ロゴホバー時のアニメーション*/
.headerLogo a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #15222d;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.headerLogo a:hover:after {
	transform: scale(1, 1);
}
.headerLogo a:hover img {
	opacity: 1;
}
nav {
	float: left;
	margin: 0 0 0 160px;
}
/*---------- メニュー 大カテゴリー ----------*/
.largeNav > li {
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0 9px;
}
.largeNav > li:hover {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.largeNav > li > a {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	height: 80px;
	display: block;
	line-height: 78px;
	letter-spacing: 0.06em;
}
/*メニューホバー時のアニメーション*/
.largeNav > li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #15222d;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.largeNav > li:hover:after {
	transform: scale(1, 1);
}
/*---------- メニュー 中カテゴリー ----------*/
.middleNav {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 60px;
	background-color: #15222d;
	padding: 20px 35px;
	width: 10em;
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
	width: max-content;
	flex-shrink: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
/* -- IE Hac -- */
_:lang(x)::-ms-backdrop,
.middleNav {
	left: 50%;
	transform: translateX(-50%);
}
.largeNav > li:hover .middleNav {
	visibility: visible;
	opacity: 1;
	top: 70px;
}
.middleNav > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 33px;
	position: relative;
}
/*メニューホバー時のアニメーション*/
.middleNav > li > a:after {
	position: absolute;
	bottom: 3px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.middleNav > li > a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
/* ====================================================
	NEWS（お知らせ）
==================================================== */
.newsContents li {
	width: 300px;
}

.newsContents li a {
	display: block;
	text-decoration: none;
	color: #000;
	transition-duration: .3s;
}
.newsContents li a:hover {
	opacity: 0.7;
}
.newsImg {
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.newsImg img {
	display: block;
	transition-duration: .3s;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.newsContents li a:hover .newsImg img {
	transform: scale(1.1);
	opacity: 1;
}
.newsInfo {
	margin: 14px auto 0;
	font-size: 0;
}
.newsCategory {
	height: 20px;
	width: 140px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.05em;
	display: inline-block;
}
.newsDate {
	display: inline-block;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	margin: 0 0 0 10px;
}
.newsText {
	font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	font-size: 13px;
	margin: 12px auto 0;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.newsBtn {
	margin: 56px auto 0;
}
.newsBtn a {
	border: 2px solid #0fc8c9;
	background-color: #0fc8c9;
	color: #fff;
	box-sizing: border-box;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	width: 380px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	letter-spacing: 0.05em;
	text-decoration: none;
	display: block;
	margin: auto;
	transition: all 300ms 0s ease;
}
.newsBtn a:hover {
	background-color: #fff;
	color: #0fc8c9;
}
/*---------- リンク先が無いニュースはクリックできないように ----------*/
.noLink a {
	pointer-events: none;
}
/* ====================================================
	フッター
==================================================== */
footer {
	position: relative;
	background-color: #1c374f;
	padding: 59px 0 105px;
	box-sizing: border-box;
	color: #fff;
	/* margin: 67px auto 0; */
	margin: 30px auto 0;
}
footer a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
}
.footerList {
	display: flex;
	justify-content: space-between;
	margin: 0 33px;
}
.copyRight {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-top: 11px;
}
.footerList dt a {
	font-weight: 500;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-size: 17px;
	letter-spacing: 0.1em;
}
.footerList dt {
	margin: 5px auto 0;
}
.footerList dd li {
	margin: 20px auto 0;
}
.footerList dd li a {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
.footerList dd {
	margin: 25px auto 0;
}
.footerLogoWrapper {
	margin: 64px auto 0;
	width: 164px;
}
/*リンクホバー時のアニメーション*/
footer a:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
footer a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
footer a:hover img {
	opacity: 1;
}
/* ====================================================
	パンくずリスト
==================================================== */
#breadcrumb {
	font-family: kozuka-gothic-pr6n, sans-serif;
	letter-spacing: 0.08em;
	padding: 65px 0 0 32px;
	font-size: 14px;
	/* display: none !important; */
}
#breadcrumb ol li {
	display:inline;
}
#breadcrumb a,
#breadcrumb span,
#breadcrumb li {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
/* ====================================================
	2023年10月24日追加
  -担当:松尾
  -内容:SNSリンク追加
==================================================== */

.socialWrapper{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
} 

.socialWrapper i{
  font-size:32px;
}


/* ====================================================
	2023年10月25日追加
  -担当:松尾
  -内容:ヘッダーにSNSリンク追加
==================================================== */

.headSocialWrapper{
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 20px;
  position: absolute;
  top: 0;
  right: 30px;
  opacity:1;
  transition:opacity 0.5s ease; 
}

.headSocialWrapper i{  
    color:white;
    font-size:30px
  }


@media screen and (max-width: 1200px) {
  .headSocialWrapper{
    opacity:0;
      pointer-events:none;
  }
}
