@charset "UTF-8";
/*
Theme Name: トムセカンド2025
Theme URL: https://tomsecond.online
Description: Tom Second Theme2025
Author: Hi-Net
Version: 1.0
*/

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

.noto-sans-jp-uniquifier {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;/*100-900*/
  font-style: normal;
}
.noto-sans-500 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;/*100-900*/
  font-style: normal;
}
.noto-sans-400 {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;/*100-900*/
	font-style: normal;
}
.noto-sans-300 {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;/*100-900*/
	font-style: normal;
}

.oswald-500 {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.roboto-600{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:"wdth" 100;
}

.eng,
.page_h2::before{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:"wdth" 100;
}


body {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;/*100-900*/
}



/*================================================================================*/


.header{
	padding: 20px 20px 15px 10px;
	margin-bottom: 30px;
}
.pc-nav{ display: none; }

.site-id{
	width: 200px;
}

@media (min-width:868px){
	.overlayMenuBtn{ display: none; }
	/*ヘッダー（ロゴとナビ）*/
	.header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 40px;
		margin-bottom: 60px;
	}
	.pc-nav{ display: block; }
}

/*================================================================================*/


.pc-nav ul {
	display: flex;
	font-weight: 600;
	gap: 0 2em;
}



.pw{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*ページトップへ戻る*/
#topcontrol{
	z-index: 1;
	width: 50px;
	cursor: pointer;
	right: 20px!important;
	bottom: 20px!important;
}
@media (min-width:768px){
	#topcontrol{
		width: 69px;
		right: 15px!important;
		bottom: 15px!important;
	}
}

/* Section Separator---------------------------------------------------------

　フッター

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

.footer{
	/*background-color: #f7c100;*/
	padding: 50px 0 50px;
	position: relative;
}
.footer::after{
	content: '';
	display: block;
	position: absolute;
	bottom:0;
	background: #FFE757;
	background: linear-gradient(90deg, rgba(255, 231, 87, 1) 0%, rgba(255, 188, 14, 1) 100%);
	width: 100%;
	height: 100%;
	clip-path: polygon(  0% 70% , 100% 0 , 100% 100% , 0% 100% );
	z-index: -1;
}

/*フッター幅*/
.footer-inner,
.copyright{
	max-width: 95vw;
}
.footer-inner{
	margin: 0 auto;
	padding: 20px;
}
/*ロゴ*/
.footer_site-id{
	width: 250px;
}
/*ナビul*/
.footer-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 0 0;
	margin: 30px 0;
}
.footer-nav li{
	font-size: 1.6rem;
	font-weight: 600;
	flex-basis: 45%;
	margin: 0.5em 0;
}
/*リンクul*/
.footer-link{
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.footer a{
	transition-duration: 0.2s;
}
.footer a:hover{
	opacity: 0.7;
}

@media (min-width:868px){
	.footer-inner{
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	/*ナビul*/
	.footer-nav{
		flex-wrap: nowrap;
		margin: 0;
		gap: 0 2em;
	}
	.footer-nav li{
		flex-basis: auto;
	}
	.footer-link{
		display: none;
	}
}
@media (min-width:1068px){
	.footer-link{
		display: flex;
	}
}


.copyright{
	font-size: 1.0rem;
	margin: 30px auto 0 ;
	padding: 0 20px;
}
@media (min-width:868px){
	.copyright{
		margin: 0 auto 0 ;
	}
}


/* Section Separator---------------------------------------------------------

　お知らせ（トップと固定ページで共通）

----------------------------------------------------------------------------*/
.sec-information{
	padding: 50px 0 0;
}
.info-list{
	margin: 50px 0 0 0;
}
.info-list li{
	border-top: 1px solid #C6C6C6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25em 1em;
	padding: 1em 0;
}
.info-list li:last-child{
	border-bottom: 1px solid  #C6C6C6;
}
.info-list time{
	color: #cd0000;
	letter-spacing: 0.05em;
}
.info-cat{
	font-size: 1rem;
	border: 1px solid #BDBDBD;
	padding: 0.15em 0;
	width: 8em;
	text-align: center;
	border-radius: 15px;
	letter-spacing: 0.1em;
}
.info-list a{
	display: block;
	width: 100%;
}
.info-list a:hover{
	text-decoration: underline;
}
@media (min-width:768px){
	.sec-information .top-sec_headline{
		text-align: center;
	}
	.info-list{
		margin: 50px auto;
		max-width: 800px;
	}
	.info-list li{
		flex-wrap: nowrap;
		align-items: baseline;
		gap: 0;
	}
	
	.info-list time{
		width: 7em;
	}
	.info-cat{
		width: 8em;
		transform: translateY(-0.15em);
	}
	.info-list a{
		display: block;
		padding-left: 2em;
		width: calc( 100% - 13em);
	}
	.sec-information .btn_wh-round a{
		margin: 0 auto;
	}
}
/* Section Separator---------------------------------------------------------

　共通ボタン

----------------------------------------------------------------------------*/
.btn{
	margin-top: 2em;
	margin-bottom: 2em;
}
.btn a{
	font-size: 1.5rem;
	display: block;
	padding: 2.5rem;
	background: #F0F0F0;
	line-height: 1;
	position: relative;
}
.btn_wh-round a{
	background: #FFF;
	color:#333;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 800;
	letter-spacing: 0.3em;
	text-align: center;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.3); 
	width: fit-content;
	padding: 2.5rem 8rem 2.5rem 7.5rem;
	transition-duration: .2s;
}
.btn_wh-round a::after{
	content: '\e5e1';
	font-family: "Material Icons";
	color: #cd0000;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY( -50% );
	font-size: 120%;
}
.btn_wh-round a:hover{
	background: #FFCC00;
	color: #FFF;
}
