@charset "UTF-8";

body {
	font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    /*letter-spacing: .05em;*/
    color: #333;
    /*min-width: 1080px;*/
    word-wrap: break-word;
	margin : 0;
	padding : 0;
}
/*
a { 
	color : #fff;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

p {
	margin : 0 0 20px 0;
	line-height : 24px;
}
*/
img {
	border: 0;
}


/* PC版とSP版で画像切り替え*/
img.ImgforSp {
   display: none;
}
@media screen and (max-width:480px) {
   img.ImgforSp{
      display: block;
   }
    img.ImgforPc{
      display: none;
   }
}


/* オープニングムービー */
#openingMovie {
  display: none;
  z-index: 10;
  position: relative;
}

video#opv {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100vw;
  height: 100vh;
  vertical-align: bottom;
  background: #000000;
}
#wrapper.topPage {
  display: none;
}
button#stopButton {
    color: #fff;
    z-index: 5;
    position: absolute;
    background: none;
    font-weight: bold;
    top: 10px;
    right: 10px;
    display: block;
    border: 2px solid #fff;
    padding: 10px 15px;
}
/* トップページ */

#wrapper {
	width : 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
dl#TopMenu {
	width : 100%;
	position: absolute;
	top: 45px;
}
dl#TopMenu dt {
	float: left;
}
dl#TopMenu dd {
	float: right;
}
dl#TopMenu ul {
	width: 100%;
	font-size:0;
}
dl#TopMenu ul li {
	display: inline-block;
	height: 200px;
	width: 208px;
	background-image: url("../images/bg_menu_top.png");
	background-repeat: repeat-x;
	background-position: 0 32px;
	text-align: left;
	overflow: hidden;
}
dl#TopMenu ul li img {
	margin-top: 5px;
	width: 195px;
	height: 195px;
}
dl#TopMenu dt ul li {
	text-align: right;
	background-repeat: no-repeat;
}
dl#TopMenu dd ul li {
	height: 210px;
	width: 208px;
	text-align: center;
}
dl#TopMenu dd ul li#LeftCorner {
	background-repeat: no-repeat;
	background-position: right 32px;
}
dl#TopMenu dd ul li#RightCorner {
	padding-right: 8px;
}
dl#TopMenu dd ul li:hover img {
	margin-top: 0;
 	width: 205px;
	height: 205px;
}
#TopMenu_sp {
	display:none;
}
#HeadMenu_tb {
	display:none;
}
#TopMenu_tb {
	display:none;
}

@media screen and (max-width:1274px) {
	dl#TopMenu {
		display:none;
	}
	#TopMenu_sp {
		display:none;
	}
	#TopMenu_tb {
		display:inherit;
		width : 100%;
		position: absolute;
		top: 20px;
	}
	#TopMenu_tb img {
		width : 16%;
		float: right;
	}
	#TopMenu_tb img#CorpTitle {
		float: left;
	}
}
@media screen and (max-width:480px) {
	dl#TopMenu {
		display:none;
	}
	#TopMenu_tb {
		display:none;
	}
	#TopMenu_sp {
		display:inherit;
		width : 100%;
		position: absolute;
		top: 20px;
	}
	#TopMenu_sp img#SpTitle {
		float: left;
		width: 71%;
	}
	#TopMenu_sp img#SpPgTitle {
		float: left;
		width: 61%;
	}
	#TopMenu_sp img#BtnSpRtnTop {
		float: left;
		width: 16%;
	}
	#TopMenu_sp img#BtnSpMenu {
		float: right;
		width: 23%;
	}
	#TopMenu_sp img#BtnSpMenuSub {
		float: right;
		width: 19%;
	}
}

#Catch {
	width: 100%;
	position: absolute;
	top: 286px;
}
#Catch img {
	width: 719px;
	/*height: 97px;*/
}
@media screen and (max-width:1090px) {
	#Catch {
		top:230px;
	}
	#Catch img {
		width : 95%;
	}
}
@media screen and (max-width:480px) {
	#Catch {
		top:160px;
	}
	#Catch img {
		width : 95%;
	}
}

#Truck {
	width: 100%;
	position: absolute;
	top: 278px;
}
#Truck img {
	width: 309px;
	/*height: 537px;*/
}
@media screen and (max-width:480px) {
	#Truck {
		top:140px;
	}
	#Truck img {
		width : 56%;
	}
}

#Message {
	width: 100%;
	position: absolute;
	top: 856px;
}
#Message p {
	font-size: 19px;
	font-weight: bold;
	line-height: 2.0;
}
#Message p .sp_br {
		display:none;
	}
@media screen and (max-width:1090px) {
	#Message p {
		font-size: 12px;
	}
	#Message p .sp_br {
		display:inherit;
	}
}
@media screen and (max-width:480px) {
	#Message {
		top: 550px;
	}
	#Message p {
		font-size: 12px;
	}
	#Message p .sp_br {
		display:inherit;
	}
}
#TopContents_upper {
	margin : 0 auto;
	padding : 40px 0 0;
	width: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdbdbd;
}
.infoSection {
  display: flex;
  justify-content: center;
  padding : 40px 0 0;
	width: 96%;
  max-width: 940px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdbdbd;
  column-gap: 2%;
  margin-inline: auto;
}
#TopContents_upper dl {
	margin : 0 auto;
	width: 850px;
}
.leftBox {
  width: 60%;
  box-sizing: border-box;
}
#TopContents_upper dl dt {
	float: left;
	width: 584px;
	text-align: left;
}
.rightBox {
  width: 38%;
  padding: 5px 10px;
  box-sizing: border-box;
}
#TopContents_upper dl dd {
	float: right;
	width: 266px;
}
#TopContents_upper dl dd p {
	text-align: left;
	line-height: 1.4;
  margin-top: 17px;
}
#TopContents_upper dl dd img {
	margin-top: 20px;
	width: 266px;
  border-radius: 5px;
}

.rightBox img {
	margin-top: 20px;
	width: 100%;
  border-radius: 5px;
}
@media screen and (max-width:1080px) {
	#TopContents_upper {
		margin : 360px auto 0;
		padding : 40px 0 0;
		width: 100%;
	}
	#TopContents_upper dl {
		margin : 0 auto;
		width: 90%;
	}
	#TopContents_upper dl dt {
		float: none;
		width: 100%;
	}
	#TopContents_upper dl dd {
		float: none;
		width: 100%;
		text-align: center;
	}
	#TopContents_upper dl dd img {
		width: 80%;
	}
	#TopContents_upper dl dd p {
		margin: 5px auto 20px;
		width: 80%;
		font-size: 10px;
	}
}
@media screen and (max-width:480px) {
	#TopContents_upper {
		margin : 260px auto 0;
		padding : 40px 0 0;
		width: 100%;
	}
  .infoSection {
    padding : 40px 0 0;
    width: 100%;
    flex-direction: column;
    column-gap: unset;
    row-gap: 2vw; 
    margin-inline: auto;
    margin-block-start: 57vw;
  }
  .leftBox {
    width: 100%;
  }
  .rightBox {
    width: 100%;
    box-sizing: border-box;
  }
	#TopContents_upper dl {
		margin : 0 auto;
		width: 90%;
	}
  
	#TopContents_upper dl dt {
		float: none;
		width: 100%;
	}
	#TopContents_upper dl dd {
		float: none;
		width: 100%;
		text-align: center;
	}
	#TopContents_upper dl dd img {
		width: 100%;
	}
	#TopContents_upper dl dd p {
		margin: 20px auto 20px;
		width: 100%;
		font-size: 14px;
	}
}

#TopContents_lower {
	clear: both;
	margin : 30px auto 0 ;
	padding : 40px 0 0;
	width: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdbdbd;
	overflow: hidden;
}
#TopContents_lower ul {
	width: 717px;
	margin : 0 auto;
	text-align: center;
}
#TopContents_lower ul li {
	width: 234px;
	padding : 0 15px;
	display: table-cell;
}
#TopContents_lower ul li img {
	width: 234px;
	
}
#TopContents_lower ul li p  {
	text-align: left;
	line-height: 1.4;
}
@media screen and (max-width:480px) {
	#TopContents_lower {
		display: none;
	}
	table#TopContents_lower_Md {
		display: none;
	}
}

table#TopContents_lower_Md {
	display: none;
}
#TopContents_lower_sp {
	display: none;
}

@media screen and (max-width:1080px) {
	#TopContents_lower {
		display: none;
	}
	table#TopContents_lower_Md {
		clear: both;
		display: inherit;
		margin: 0 auto;
		width: 96%;
		padding : 40px 0 60px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #bdbdbd;
	}
	table#TopContents_lower_Md td {
    margin: 0 5px;
    width: 32%;
	font-size: 12px;
	line-height: 1.2;
	vertical-align: top;
}
table#TopContents_lower_Md td img {
    width: 96%;
}

}
@media screen and (max-width:480px) {
    table#TopContents_lower_Md {
	    display: none;
    }
	#TopContents_lower_sp {
		clear: both;
		display: inherit;
		width: 100%;
		padding : 40px 0 60px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #bdbdbd;
	}
	#TopContents_lower_sp .Sp {
		width: 90%;
		margin: 0 auto 20px;
	}
	#TopContents_lower_sp .Sp img {
		width: 100%;
	}
	#TopContents_lower_sp .Sp p {
		text-align: left;
		font-size: 14px;
		line-height: 1.4;
	}
}

#SpNavi {
	display:none;
}

@media screen and (max-width:480px) {
	#SpNavi {
		display:inherit;
		width : 100%;
		/*position: absolute;
		top: 25px;*/
	}
	
	#SpNavi img.All {
		width: 94%;
    vertical-align: bottom;
	}
	#SpNavi img.Half {
		width: 47%;
    vertical-align: bottom;
	}
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    /*background: #fff;*/
    left: 50%;
    /*padding: 40px;*/
    position: absolute;
    top: 45%;
    transform: translate(-50%,-50%);
    width: 60%;
}

#BG {
	width: 100%;
	height: 885px;
	background-image: url(../images/top_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin-bottom: 200px;
}
#BG_n {
	width: 100%;
	height: 885px;
	background-image: url(../images/top_bg_n.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin-bottom: 200px;
}
@media screen and (max-width:480px) {
	#BG_sp {
		display:none;
	}
	#BG_sp_n {
		display:none;
	}
}

#BG_sp {
	display:none;
}
#BG_sp_n {
	display:none;
}
@media screen and (max-width:480px) {
	#BG {
		display:none;
	}
	#BG_n {
		display:none;
	}
	#BG_sp {
		display: inherit;
		width: 100%;
		height: 560px;
		background-image: url(../images/top_bg_sp.jpg);
		background-position:center bottom;
		background-repeat:no-repeat;
		-moz-background-size:cover;
		background-size:cover;
	}
	#BG_sp_n {
		display: inherit;
		width: 100%;
		height: 560px;
		background-image: url(../images/top_bg_sp_n.jpg);
		background-position:center bottom;
		background-repeat:no-repeat;
		-moz-background-size:cover;
		background-size:cover;
	}
}

/* 下層ページ */
img#PageTitle {
	width: 278px;
	position: absolute;
	top: 34px;
	left: 0px;
}
img#BtnRtnTop {
	width: 72px;
	position: absolute;
	top: 34px;
	left: 278px;
}
img#BtnRtnTop:hover {
	width: 78px;
	top: 31px;
	left: 275px;
}

@media screen and (max-width:980px) {
	img#PageTitle {
		display:none;
	}
	img#BtnRtnTop {
		display:none;
	}
}
@media screen and (max-width:480px) {
	img#PageTitle {
		display:none;
	}
	img#BtnRtnTop {
		display:none;
	}
}

#HeadMenu {
	position: absolute;
	/*top: 34px;*/
	top: 31px;
	right: 0px;
}
#HeadMenu ul {
	font-size:0;
}
#HeadMenu ul li {
	display: inline-block;
	/*height: 115px;*/
	height: 121px;
	width: 125px;
	background-image: url("../images/common/bg_menu.png");
	background-repeat: repeat-x;
	background-position: 0 18px;
	/*text-align: left;*/
	text-align: center;
	overflow: hidden;
}
#HeadMenu ul li#LeftCorner {
	background-repeat: no-repeat;
	background-position: right 18px;
}
#HeadMenu ul li#RightCorner {
	padding-right: 5px;
}
#HeadMenu ul li img {
	margin-top: 3px;
	width: 115px;
	height: 115px;
}
#HeadMenu ul li:hover img {
	margin-top: 0;
 	width: 121px;
	height: 121px;
}

@media screen and (max-width:980px) {
	#HeadMenu {
		display:none;
	}
	#HeadMenu_tb {
		display: inherit;
		width: 100%;
		position: absolute;
		top: 34px;
		left: 0px;
	}
	#HeadMenu_tb img#TitleTb {
		width: 28%;
		float: left;
	}
	#HeadMenu_tb img#RtnTopTb {
		width: 7%;
		float: left;
	}
	#HeadMenu_tb img.MenuTb {
		width: 13%;
		float: right;
	}
}

@media screen and (max-width:480px) {
	#HeadMenu {
		display:none;
	}
	#HeadMenu_tb {
		display:none;
	}
}

#TruckSub {
	width: 279px;
	height: 103px;
	text-align: left;
	position: absolute;
	top: 148px;
	left: 32px;
}
@media screen and (max-width:480px) {
	#TruckSub {
		top: 117px;
		left: 20px;
	}
}
#TruckSub img {
	width: 279px;
	/*height: 103px;*/
}

#BG_Sub {
	width: 100%;
	height: 276px;
	background-image: url(../images/common/sub_bg.jpg);
	background-repeat:repeat-x;
}
@media screen and (max-width:480px) {
	#BG_Sub {
		height: 240px;
		background-image: url(../images/common/sub_bg_sp.jpg);
	}
}

h1 {
	width: 100%;
	height: 132px;
	font-weight : normal;
	font-style : normal;
	background-color: #ededed;
	position : relative;
}
h1 dl dt {
	padding-top : 16px;
	font-size: 36px;
}
h1 dl dd {
	font-size: 16px;
	line-height: 0.2;
}
h1 p {
	position : absolute;
	top : 2px;
	right: 30px;
}
h1 p a:link,
h1 p a:visited {
	color: #333;
	text-decoration : underline;
}
h1 p a:active,
h1 p a:hover {
	color: #888;
	text-decoration : underline;
}
@media screen and (max-width:480px) {
	h1 {
		height: 100px;
}
	h1 dl dt {
		font-size: 26px;
}
	h1 dl dd {
		font-size: 12px;
}
	h1 p {
		display:none;
	}
}



/*フッター--------------------*/
#footer {
	width: 100%;
	/*overflow: hidden;*/
	display: inline-block;
	margin-top: 90px;
}
#footer .sp_br {
	display: none;
}

#footer #Upper {
	padding: 17px 0 10px;
	background-color: #787878;
	color: #fff;
}
#footer #Upper dl {
	margin: 0 auto;
	width: 650px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer #Upper dl dt {
}
#footer #Upper dl dd {
}
#footer #Upper p#Corp {
	font-size: 22px;
	line-height: 1.0;
}
#footer #Upper p.Office {
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
}
#footer #Upper p.Add {
	margin-top: 1px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
}
#footer #Upper p.Acc {
	margin-top: 3px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
}
#footer #Upper p#Mail {
	margin-top: 6px;
	clear: both;
	font-size: 20px;
}
#footer #Upper p#FtMenu {
	margin-top: 7px;
	font-weight: normal;
}
#footer #Lower {
	padding: 7px 0;
	margin-top: 1px;
	background-color: #c2c2c2;
	color: #737373;
}
#footer #Lower p {
	font-size: 14px;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration : none;
}
#footer a:active,
#footer a:hover {
	color: #fff;
	text-decoration : underline;
}

@media screen and (max-width:1090px) {
	#footer .sp_br {
		display:inherit;
	}
	#footer #Upper p#FtMenu {
		font-size: 9px;
	}
}
@media screen and (max-width:640px) {
	#footer .sp_br {
		display:inherit;
	}
	#footer #Upper dl {
		width: 100%;
		display: inherit;
}
	#footer #Upper p#Corp {
		font-size: 18px;
	}
	#footer #Upper p.Office {
		font-size: 14px;
	}
	#footer #Upper p.Add {
		font-size: 11px;
	}
	#footer #Upper p.Acc {
		font-size: 20px;
	}
	#footer #Upper p#Mail {
		font-size: 16px;
	}
	#footer #Upper p#FtMenu {
		font-size: 11px;
	}
}
/*
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 300px;
  background: #2457ab;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -22px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
*/


/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 6px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #2457ab; /*ボタンの背景色*/
	opacity: 0.7;
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #2457ab; /*マウスオーバー時の背景色*/
	opacity: 0.9;
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    height: 70px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    height: 40px;
    padding: 17px 0;
}
}


.topHeader {
  text-align: center;
  font-weight: bold;
  color: #2457ab;
  font-size: 20px;
    letter-spacing: 0.05em;
    margin-block-end: 0.4em;
}
.top_news_box {
  padding: 0.5rem;
  background: #f5f5f5;
  border-radius: 5px;
  box-sizing: border-box;
}
.newsItem_content {
    display: flex;
    align-items: center;
  column-gap: 0.8rem;
  padding: 7px 5px;
}
a.newsItem:nth-child(n+2) .newsItem_content {
  border-block-start: 1px solid #2457ab;
}
a.newsItem {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
  position: relative;
  display: block;
}
a.newsItem::after {
  content: "→";
  display: block;
  font-size: 16px;
  color: #1338B9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.date {
    font-size: 12px;
    color: #2457ab;
    letter-spacing: -1px;
  white-space: nowrap;
}
h3.newsItem_ttl {
    font-weight: bold;
    line-height: 1.5;
    color: #005bad;
    text-decoration: underline;
    text-align: left;
    font-size: 14px;
  margin-block-end: 0.4em;
}
.itemInner p {
    line-height: 1.3;
    font-size: 13px;
  text-align: left;
  padding-inline-end: 1.5rem;
}

@media screen and (max-width:480px) {
  .top_news_box {
    width: 96%;
    margin-inline: auto;
    box-sizing: border-box;
}
}