@charset "utf-8";
/*@import url("webfont.css");*/

@media print{
	.thumb-item {
		display: none;
	}
}

/* reset */
*{
    box-sizing:border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
border: 0;
font-size: 100%;
vertical-align: bottom;
}

ul{
	padding-inline-start: 0px;
	}

body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	color: #2F2F2F;
	position:relative;
}

/*.wrap {
     overflow: hidden;
 }*/

html,body{
   min-width:1200px;
}


a:hover,a:active,a:visited,a:link{
  color : #fff;
}

.mr50 {
	margin-right: 50px;
}

header {
	margin: 0 auto;
	max-width: 1000px;
}

article {
	margin: 0 auto;
}

section {
	margin: 0 auto;
}

a:link {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}

a:hover img {opacity: 0.7;
}

.baseline {
  vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6{
 margin: 0;
}


p {
	line-height: 1.7;
}

ol, ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* reset　end */

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.swiper.swiper-features img {
	width: 450px !important;
	height: auto !important;
}

.swiper-area {
	text-align: center !important;
}

.swiper-wrapper {
	align-items: center;
}


/* チェックマーク付き見出し */
.checkmark {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 2.0;
color: #5ab9ff;
font-size: 20px;
}

.checkmark:before{ font-family: "Font Awesome 5 Free";
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #5ab9ff; /*アイコン色*/
}

/* フォント */
.HanSerif{
 font-family: "SourceHanSerif-Medium", sans-serif;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}


.font16 {
	font-size: 16px;
}

.font115 {
	font-size: 115%;
}

.font150 {
	font-size: 150%;
}
.font170 {
	font-size: 170%;
}
.font40 {
	font-size: 40px;
}
.font38px {
	font-size: 38px;
}
.fontred38px {
	font-size: 40px;
		color: #FF0004;
}
.font60 {
	font-size: 60px;
}

.font_white {
color: #FFFFFF;
}
.font_red {
	color: #FF0004;
}

.font_redbold {
	color: #FF0004;
	font-weight: bold;
}

.font_blue {
	color: #004698;
}

.font_green {
	color: #1E8A0D;
}

.font_yellow {
	color: #ae9c4c;
}

.font_bluebold {
	color: #308BF8;
	font-weight: bold;
}

.yellow_maker {
	background-color: #ffff00;
}

.blue_line{
	font-size: 1.5em;
	font-weight: bold;
	color: #004698;
	border-bottom: #004698 2px solid;
}
.transportation {
	font-family: Century Gothic;
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #004698;
}

.bold {
	font-weight: bold;
}
.font_noto {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
}
.font_noto_25 {
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	line-height: 1.2em;
}
/* フォントここまで */
.mt100 {
	margin-top: 100px;
}
.mt50 {
	margin-top: 50px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb5 {
	margin-bottom: 5px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr40 {
	margin-right: 40px;
}

.tel_right {
	width: 650px;
	text-align: right;
	margin-right: 30px;
}
.mail_button {
	width: 800px;
	text-align: right;
}
.line {
	border-bottom: #000000 1px dotted;
	width: 100%;
}

.doubleline {
	margin: 0 auto;
	width: 500px;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	font-size: 32px;
}


.text_center {
	text-align: center;
}
.text_vertical_middle {
	vertical-align: middle;
}

.text_left {
	text-align: left;
}


.baseline {
	vertical-align: baseline;
}

.flex {
	display: flex;
}

.flex_around{
	display: flex;
	justify-content: space-around;
}

.flex_around_group{
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex_center_top{
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.gaiyowaku {
	text-align: left;
}

.gaiyowaku table { width: 100%;
	line-height: 1.5em;
}
.gaiyowaku th, .gaiyowaku td  { padding: 10px; border: 1px solid #ddd; }
.gaiyowakutd  { background: #eeeeee; width: 300px; vertical-align: middle }
.gaiyowaku th  { width: 30%; text-align: left; 
}

.max-width_1200{
	width: 1200px;
	padding:20px 0px;
	background: #bae3f9;
}


.max-width_1000 {
	max-width: 1000px;
}
.gloval {
	display: none;
}
.main_nav{
	display: block;
}


.top_comment {
	position: absolute;
	top:10px;
	left: 100px;
}

.main_nav2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	width: 100%;
	flex-direction: row;
	margin: 0 auto;
	
}

.movie_wrap {
    height: 890px;
    background-size: cover;
    position: relative;
/*    overflow: hidden;*/
  }

.movie_wrap > .top_img {
  z-index: 50;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
 
.movie_wrap > .top_img_cover {
z-index: 2;
width: 100%;
height: 100%;
background-color: rgba(31,69,140,0.5); 
position: absolute;
background-size: cover;
margin: auto;
}
 

.movie_wrap video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}

.movie_wrap .main_nav2 {
	position: absolute;
    z-index: 3;
}

.max_w100 {
	max-width: 100%;
}

.top_items {
 position: relative;
}
.top_items img {
  width: 100%;
  }

.adress {
	width: 500px;
}

.flex_topmenu {
	margin-top: 20px;
	  display: flex;
  justify-content: center;
  align-items: center;
}

.totalsupport{
	width: 450px;
	margin-top: 50px;
 margin-left: 250px; 
	margin-right: 50px;
	
}

.b_blue{
	background: #004698;
	margin-top: 100px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.background_g{
	margin-top: 50px;
	background: #ECECEC;
	padding: 50px;
	
}
.b_blue_group{
	background: #004698;
	padding-bottom: 100px;
	padding-top: 100px;
}
.flex_top_button {
	margin-top: 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.contact_g_line {
	width: 40px;
	margin: 20px auto;
	border-bottom: #B2B2B3 2px solid;
}

.contact_g_line02 {
	width: 1px;
	height: 270px;
	margin: 0px auto;
	border-left: #B2B2B3 1px solid;
}

.footer_contact {
    width: 400px;
	margin: 0 auto;
}
.w1200 {
	margin: 0 auto;
	width: 1200px;
}
.footer_menu{
	margin-top: 70px;
	text-align: right;
	margin-right: 80px;
}
.footer_logo {
	margin-left: 80px;
}

.fade-up {
  transition: opacity 1s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: transform 1s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.movie_wrap video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}

.movie_wrap .main_nav2 {
	position: absolute;
    z-index: 3;
}

.movie_wrap {
	height: 100%;	
	}

.main_title {
	
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	width: 100%;
	flex-direction: row;
	margin: 0px auto;
}

.header_contact{
background: #bae3f9;
background-size:cover;
}

.content {
	width: 1000px;
	padding: 30px 20px;
	margin: 0 auto;
}

.h2{
	padding-bottom: 10px;
	color: #004698;
	width: 400px;
	font-size: 2em;
	border-bottom: 3px solid #004698;
}

.subtext {
	margin-top: 10px;
	color: #B2B2B3;
	font-size: 1em;
}

.subtitle {
text-align: center;
color: #FFFFFF;
font-size: 110%;
background-color: #004698;
padding: 0.5em;
width: 200px;
}

.h3{
	margin: 40px 0px 20px ;
  font-size: 1.2em;
  padding: 0.25em 0.7em;
  color: #004698;
  background: transparent;
  border-left: solid 7px #004698;
	}

.flex_aisatsu {
	display: flex;
}

.fa-phone-square {
	font-size: 120%;
	 line-height: 25px; 

}
.fa-fax{
	font-size: 120%;
	 line-height: 25px; 

}

.redlabel{
	background: #E00C0F;
	color: #fff;
	padding: 2px 10px;
	margin-right: 10px;
	font-weight: normal;
}
.graylabel{
	background: #666;
	color: #fff;
	padding: 2px 10px;
	margin-right: 10px;
	font-weight: normal;
}

.block2 {
	text-align: center;
    padding: 20px;
    background: #efefef;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
}
.red2 {
	color: #FF0004;
}

.form_iptxt {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.form_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 2px solid #666666;
	border-radius: 4px;
	outline: none;
}
.form_iptxt input[type=text]:focus {
	border-color: #69D3C1;
}

.form_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.form_iptxt input[type=text]:focus + i {
	color: #69D3C1;
}

.form_iptxt textarea:focus {
	border-color: #69D3C1;
}
.form_iptxt textarea:focus + i {
	color: #69D3C1;
}
.containercheckbutton {
	margin-top: 30px;
	border: 2px solid #666666;
	padding: 20px;
}
.checkbutton {
	border: 2px solid #666666;
	padding: 10px;
}
.textbox {
	border: 2px solid #000;
	border-radius: 10px;
	width: 100%;
	height: 150px;
}
.footer_menu a {
	color: #00469B;
}


.footer_menu a:hover {
  	color: #00469B;
}

.footer-flex{
	margin-top:30px;
	display: flex;
	justify-content: space-between;
}

.footer-group{
	border:1px solid #00469B;
	padding:20px 30px;
	width:55%;
	margin-right:80px;
}

.footer-heading{
	font-size:16px;
	margin-bottom:20px;
	color:#00469B;
}

.footer-group-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-group-list li{
	width:33%;
	text-align: center;

}

.footer-group-list li a{
	width:100%;
	background:#f6f7f8;
	text-align: center;
	padding:10px;
	display: block;
}

.footer-group-list li img{

	height:30px;
}

.footer_logo{
 width:35%;
}

.footer_logo img{
	width: 100%;
	height:auto;
	max-width:400px;
}

.right-navi{
	position: fixed;
	display: flex;
	align-items: center;
	top:8%;
	right:0;
	/*background:#eee;*/
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index:9999;
	@media screen and (max-width: 767px) {
		top:10%;
		z-index: 999999999;
	}
}
.contact-button a, .strage-button a,.s-contact-button a{
	display: flex;
	align-items: center;
	box-sizing: border-box;
    /*width: 60px;*/
    height: 100%;
    border: 0;
    border-radius: 6px 0 0 6px;
    padding: 25px 15px 20px 15px;
    color: #fff;
    font: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    /*transition: background-color .3s ease;*/
    text-align: center;
    cursor: pointer;
	/*display: block;*/
	letter-spacing: 0.125em;
	font-weight:bold;
	line-height:1.4;
	vertical-align: middle;
	transition: .4s;
	@media screen and (max-width: 767px) {
		font-size:12px;
		padding: 15px 12px 18px 12px !important;
	}
}

.contact-button a img,.s-contact-button a img{
	@media screen and (max-width: 767px) {
		width:13px;
	}
}

.contact-button a:hover, .strage-button a:hover{
	opacity: .4;
}

.bottom-navi{
	position: fixed;
	width:40%;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom:30px;
	z-index: 99999999;
	left:0;
	display: none;
}
@media screen and (max-width: 767px) {
	.bottom-navi{
		width:100%;
		bottom:10px;
		display: flex;
	}
}

.tel-contact-button{
	width:95%;
	background:#004698;
	display: block;
	padding:15px 30px 20px;
	text-align: center;
	transition: .4s;
	border-radius:10px;
}

.tel-contact-button:hover{
	opacity:.4;
}

.tel-contact-button img:hover{
	opacity: 1 !important;
}

.tel-contact-button span{
	display: block;
	line-height:1.6;
	margin-bottom:10px;
}
@media screen and (max-width: 767px) {
	.tel-contact-button span{
	display: none;
	}
}




.pt20{
	padding-top:2px;
}


.contact-button a{
	text-align: center;
    padding: 26px 19px 25px 19px;
	background:#004698;
	border:1px solid #fff;
}

.strage-button a{
    border-radius: 6px 0 0 6px;
	padding: 25px 20px 20px 20px;
	background:#D4E522;
	color:#333 ;

}

.s-contact-button a{
	border-radius: 0px 0 0 6px;
	background:#D4E522;
	/*text-align: center;*/
	padding: 20px 16px 20px 16px;
	/*text-align: center;*/
	color:#333;
	white-space: nowrap;
}

/*
.horizontally{
	-ms-writing-mode: initial;
	writing-mode: initial;
	font-size:8px;
	letter-spacing: 0.0em;
}
*/
.contact-button{
	margin-bottom:20px;
	@media screen and (max-width: 767px) {
		margin-bottom:10px;
	}
}
.strage-button{
	margin-bottom:8px;
}

/*spサイズ
-------------------------------------------------------------------------------------*/

@media screen and (max-width:485px) {
	body {
    margin:0 auto;
	}
.dropmenu_contact {
	margin-top: -50px;
	}
.mail_button {
width: 150px;
 margin-top: -22px;
 margin-left: 140px;
	}
.done_a {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	}
h1 {
width: 200px;		
	}
.done_c p {
	margin-top: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	}
section {
		padding: 10px;
	}
.mt100 {
	margin-top: 50px;
}
	
.mt70 {
	margin-top: 30px;	
	}
	
.mt50 {
	margin-top: 20px;	
	}
.mt30 {
	margin-top: 10px;	
	}
.mr20 {
 margin-right: 0px;
		
	}
.flex_center {
	flex-direction: column;
	}

.flex_center_top{
	flex-direction: column;
	margin-top:-30px;
}
	
.totalsupport{
	width: 100%;
	margin-top: 50px;
 margin-left: 0px; 
	margin-right: 50px;
	
}

.topcopy {
	font-size: 12px;
	display: none;
}

	
.flex_topmenu {
	display: flex;
	margin-top: 0px;
}

.flex_around_group{
	width: 100%;
	padding-left: 10px;
	justify-content: center;
	flex-direction: column;
}
	
.movie_wrap .main_nav2 {
	position: absolute;
	 top:0px; left:0px;
    z-index: 3;
}
.movie_wrap {
	height: 100%;
	}
.top_section {
background: #faf7e5;
padding: 10px 0;
margin: 20px auto;
	
}
.top_text {
	font-size: 16px;
	text-align: center;
	font-family: "Sawarabi Mincho"; 
}
	
.toptext {
	margin-top: 105px;
}


.other {
	position: absolute;
  top: 60%;
  left: 2%;
	font-weight: 100;
	font-size: 45px;
}
.other_text {
	text-align: left;
    position: absolute;
    top: 85%;
    left: 0%;
	padding: 0 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	
	
}
	
.flexslider_b div {
    padding:20px;
  }
.lineup_button,.lineup_button:hover,.lineup_button_bc,.lineup_button_bc:hover,.lineup_button_rc,.lineup_button_rc:hover,.lineup_button_oth,.lineup_button_oth:hover {
    position: absolute;
    top: 112%;
    left: 20%;
	}
	
.gaiyo th,
.gaiyo td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo tr:first-child th { 
	border-top: 1px solid #ddd;
	}

.gaiyo2 th,
.gaiyo2 td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo2 tr:first-child th { 
	border-top: 1px solid #ddd;
	}
	
.gloval {
	display: block;
}
.main_nav{
	display: none;
}

.doubleline {
	margin: 0 auto;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	font-size: 15px;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	}

.toritsuke_text {
		width: 100%;
	text-align: center;
	}
	
.footer_inner {
	padding: 10px 70px;
}

	
footer {
	min-width: auto;
	margin-top: 10px;
	}

.checkmark {
font-size: 16px;
}
.copyright {
	margin: 50px 0px 30px 0px;
	font-size: 10px;
}
.font150 {
	font-size: 16px;
}
body {
	font-size: 80%;
	
}
.section_50 {
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

.font_jan {
	line-height: 1.7em;
	font-size: 14px;
}
footer,.download_wrap,.movie_wrap {
   min-width:inherit;
}
html,body{
   min-width:inherit;
}	
.adress {
	width: 300px;
}
	
.toritsuke_button {
	width: 228px;
	height: 40px;
  top: 60%;
  left: 55%;
}

.toritsuke_button:hover {
	width: 228px;
	height: 40px;
  top: 60%;
  left: 55%;

}
.dl_button {
	width: 228px;
	height: 40px;
  top: 74%;
  left: 55%;
}

.dl_button:hover {
	width: 228px;
	height: 40px;
  top: 74%;
  left: 55%; 
}	

.main_nav2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
    position: fixed;
    float:left;
}
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #3d7dbb;
    padding: 4px 0;
    min-height: 42px;
    z-index: 555;

}

.movie_wrap > .top_img {
  width: 90%;
  z-index: 3;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
 
.flex_topmenu {
	
	text-align: left;
	position: absolute;
	margin-left:10px;
	display: block;
	top: 10px; left:0px;
    z-index: 999999;
	background-color: rgba(255,255,255, 0.0); 
}
	 
.main_nav2 {
	text-align: left;
	position: absolute;
	margin-left: 5px;
	top:10px; left:0px;
    z-index: 999999;
	width: 90%;
	background-color: rgba(255,255,255, 0.0); 
}
footer,.download_wrap,.movie_wrap {
   min-width:inherit;
}
.movie_wrap > .top_img {
  width: 90%;
  z-index: 3;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
}

.flex_top_button {
	margin-top: 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}

.footer_contact {
    width: 100%;
	margin: 20px auto;
}

.contact_g_line02 {
		display: none;
	}
.w1200 {
		width: 100%;
	}
.footer_menu{
	margin-top: 10px;
	text-align: center;
	margin-right: 0px;
}
	
.footer_logo{
	margin-top: 20px;
	}
	
.content {
	width: 100%;
	padding: 30px 0px 20px;
	margin: 0px auto;
}
.main_title {
	height: 0px;
}

.h2{
	width: 300px;
}
.flex_aisatsu {
	margin-top: 20px;
flex-direction: column-reverse;
}
.flex_aisatsu img {
width: 200px;
}
/*iframe {
		width: 70%
	}*/

	.b_blue {
		background: #004698;
		margin-top: 40px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.footer_menu{
		display: flex;
		flex-wrap: wrap;
	}
	.footer_menu a{
		display: block;
	}
	
	.footer_logo {
		margin-left: 0px;
		text-align: center;
	}
	.background_g {
		margin-top: 25px;
		background: #ECECEC;
		padding: 25px;
	}
	.background_g iframe{
		height:200px;
	}
	.b_blue_group {
		background: #004698;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.footer-flex{
		display: block;
	}
	.footer-group{
		width: 100%;
		margin-top:30px;
	}
	.footer-group-list{
		width: 100%;
		display: block;
	}
	.footer-group-list li{
		width:100%;
		margin-bottom:10px;
	}
	
	.footer-group-list li a{
		text-align: left;
	}
	
	.footer-group-list li a img{
		height:33px;
	}
	
	.footer-heading {
		font-size: 14px;
		margin-bottom: 10px;
		color: #00469B;
		text-align: center;
	}
	.footer_logo{
		width: 100%;
	}
	.right-navi{
		/*display: none;*/
	}
}

.relative-box{
	position:relative;
	z-index:4;
	background:#fff;
}



/*
.container{
	width:90% !important;
	margin:0 auto;
}
*/


.pickup-list {
	margin-top: 10px; }
	@media screen and (max-width: 767px) {
	  .pickup-list {
		margin-top: 0px; } }
	.pickup-list li {
	  padding: 30px;
	  background: #fff;
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  position:relative;
	  /*z-index: -1;*/
	  border:1px solid #eee;
	  margin-bottom:80px;
	 }
	  @media screen and (max-width: 767px) {
		.pickup-list li {
		  display: block;
		  padding: 20px;
		  margin-bottom:40px;
		 } }
	  .pickup-list li:last-child {
		margin-bottom: 0px; }
	  .pickup-list li .left-side {
		width: 360px;
		margin-right: 25px; }
		@media screen and (max-width: 767px) {
		  .pickup-list li .left-side {
			width: 100%;
			margin-right: 0px;
			/*text-align: center;*/
			margin-bottom: 20px; } }
	  .pickup-list li .right-side {
		width: 544px; }
		@media screen and (max-width: 767px) {
		  .pickup-list li .right-side {
			width: 100%; } }
		.pickup-list li .right-side h2 {
		  font-size: 20px;
		  font-weight: bold;
		  color: #004698;
		  margin-bottom: 15px; }
		  @media screen and (max-width: 767px) {
			.pickup-list li .right-side h2 {
			  font-size: 16px;
			  margin-bottom: 5px; } }
		.pickup-list li .right-side dt {
		  font-size: 13px;
		  text-align: center;
		  background: #eee;
		  padding: 3px 20px;
		  width: 16em;
		  display: inline-block;
		  margin-bottom: 10px;
		  margin-right: 10px; }
		  @media screen and (max-width: 767px) {
			.pickup-list li .right-side dt {
			  padding: 3px 10px;
			  text-align: left;
			  width: 100%;
			  margin-right: 0px;
			  margin-bottom: 0px; } }
		.pickup-list li .right-side dd {
		  font-size: 16px; }
		  @media screen and (max-width: 767px) {
			.pickup-list li .right-side dd {
			  font-size: 14px;
			  margin-bottom: 10px; } }
  
  .requirements div {
	display: flex; }
	@media screen and (max-width: 767px) {
	  .requirements div {
		display: block; } }

.requirements{
	margin-top:45px;
}

@media screen and (max-width: 767px) {
	.requirements{
		margin-top:25px; } }
  
.vacancy-info{
	position:absolute;
	top:-20px;
	right:0;
	background:#fa3535;
	padding:5px 30px;
	color:#fff;
	font-weight:bold;
}

@media screen and (max-width: 767px) {
	.vacancy-info {
		right:initial;
	left:0; } }

.warehouse-name{
	font-size: 20px;
	font-weight: bold;
	color: #004698;
	margin-bottom: 15px; 
}

.warehouse-pic{
	width:100%;
	height:263px;
	object-fit: cover;
	@media screen and (max-width: 767px) {
		height:200px;
		max-width:100%;
	}
}


.link-area{
	margin-top:10px;
	display: flex;
	justify-content: space-between;
	@media screen and (max-width: 767px) {
		margin-top:20px;
		display: block;
	}
}

.link-button{

	width:49%;
	transition:.4s;
	@media screen and (max-width: 767px) {
		width:100%;
		margin-bottom:10px;
	}
}

.link-button:hover{
	opacity: .4;
}

.d-link-button{
	width:100%;
	transition:.4s;
}

.d-link-button:hover{
	opacity: .4;
}


.detail-button{
	width: 100%;
	background:#cddcee;
	color:#004698 !important;
	display:block;
	padding:10px 20px;
	font-size:14px;
	letter-spacing: 0.075em;
	text-align: center;
	font-weight:bold;
	transition:.4s;
	margin-bottom:0px;
}

.w-contact-button{
	width: 100%;
	background: #D4E522;
	color:#333 !important;
	display:block;
	padding:10px 20px;
	font-size:14px;
	letter-spacing: 0.075em;
	text-align: center;
	font-weight:bold;
	margin-bottom:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-contact-button-d{
	width: 100%;
	background: #D4E522;
	color:#333 !important;
	display:block;
	padding:20px 20px;
	font-size:14px;
	letter-spacing: 0.075em;
	text-align: center;
	font-weight:bold;
	margin-bottom:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-contact-button img{
	padding-top:1px;
	margin-right:5px;
	opacity: 1 !important;
}

.w-contact-button-d img{
	padding-top:1px;
	margin-right:5px;
	opacity: 1 !important;
}


.warehouse-detail-table{
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	width: 100%;
}

.warehouse-detail-table th,.warehouse-detail-table td{
	text-align: left;
	padding:15px 25px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

.warehouse-detail-table th{
	font-size:16px !important;
	font-weight:600;
	background:#f5f5f5;
	/*color:#004698 !important;*/
	width:30%;
	@media screen and (max-width:485px) {
		font-size:12px !important;
		padding:5px 10px;
		vertical-align: middle;
	}
}

.warehouse-detail-table td{
	font-size:15px;
	@media screen and (max-width:485px) {
		font-size:12px;
		vertical-align: middle;
	}
}

.swiper-area{
	margin-top:50px;
	margin-bottom:30px;
}


.con_table {
	border-top:1px solid #eee;
	margin-top: 0px;
	width: 100%; }
	@media screen and (max-width: 767px) {
	  .con_table {
		margin-top: -40px !important; } }
  
  .con_table tr {
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #eee;
	padding-top:10px;
	padding-bottom:10px;
	align-items: center;
	/*margin-bottom: 10px;*/ }
	@media screen and (max-width: 767px) {
	  .con_table tr {
		display: block; } }
  
  .con_table th {
	/*background: #cddcee;*/
    color: #004698 !important;
	margin-right: 20px;
	min-width: 270px;
	padding: 20px;
	text-align: left;
	font-size: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-weight: bold; }
	@media screen and (max-width: 767px) {
	  .con_table th {
		font-size: 12px;
		margin-right: 0px;
		min-width: auto;
		padding: 0px;
		justify-content: flex-end;
		flex-direction: row-reverse;
		align-items: center; } }
  
  .con_table td {
	width: 80%;
	min-width: 560px;
	position: relative; }
	@media screen and (max-width: 767px) {
	  .con_table td {
		width: 100%;
		min-width: initial;
		table-layout: fixed;
		min-width: 100%;
		display: block; } }
  
  .con_table td input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #e6e7e8;
	box-sizing: border-box;
	padding: 13px 12px;
	border-radius: 5px; }
	@media screen and (max-width: 767px) {
	  .con_table td input {
		margin-top: 5px;
		width: 100%;
		min-width: initial;
		table-layout: fixed;
		/*min-width: 100%;*/
		display: block; } }
  .con_table .checkbox-flex input{
	width:initial;
  }
  .con_table .btn {
	margin-bottom: 10px;
	width: 20px;
	background: #FFFFFF;
	border: 1px solid #e6e7e8;
	box-sizing: border-box;
	padding: 13px 12px; }
  
  .con_table td select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px 10px 5px 10px; }
  
  .con_table td textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #e6e7e8;
	box-sizing: border-box;
	padding: 10px 12px;
	margin-top: 10px; }
  
  .con_table small {
	position: absolute;
	bottom: -4em;
	left: -18px;
	color: #777;
	font-size: 13px; }
	@media screen and (max-width: 767px) {
	  .con_table small {
		bottom: -25px; } }
  
  .btn_box {
	display: flex;
	align-items: center; }
  
  .req {
	background:#fa3535;
	color: #fff;
	padding: 3px 15px;
	font-size: 12px;
	display: block;
	font-weight: 100;
	white-space: nowrap;
 }
	@media screen and (max-width: 767px) {
	  .req {
		padding: 0px 10px;
		margin-right: 10px; } }
  
  .red2 {
	color: #f44336; }
  
  .pri_button a {
	/*background:#555;
	color:#fff;*/
	border-bottom: 1px solid #2952e9;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	color: #2952e9; }
  
  .agree_box {
	text-align: center;
	line-height: 1.8em;
	margin-top: 30px;
	border-top: 1px solid #e6e7e8;
	border-bottom: 1px solid #e6e7e8;
	padding: 30px;
	background: #fff; }
	@media screen and (max-width: 767px) {
	  .agree_box {
		padding: 20px 0;
		margin-top: 0px; }
		.agree_box p {
		  font-size: 12px; }
		.agree_box br {
		  display: none; } }
  
  .agree {
	width: 50%;
	margin: 20px auto 0; }
	@media screen and (max-width: 767px) {
	  .agree {
		width: 100%; } }
  
  .agree label {
	background: #e6e7e8;
	padding: 20px 30px;
	font-weight: 600;
	line-height: 1.4em;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer; }
	@media screen and (max-width: 767px) {
	  .agree label {
		padding: 10px 30px;
		text-align: left;
		font-size: 12px; } }
  
  /*
  .agree{
	background:#ccc;
	width:500px;
	padding:20px;
	margin:10px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
  }
  */
  .done {
	width: 100%;
	padding: 20px 40px;
	font-size: 18px;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #D4E522;
	border: none;

	margin-top: 30px;
	transition: .4s;
	margin-bottom: 150px; }
	@media screen and (max-width: 767px) {
	  .done {
		margin-top: 10px;
		margin-bottom: 30px;
		padding: 15px 20px;
		font-size: 12px; } }
	.done .done:hover {
	  background: #2022a4; }

	  
.select-table {
	margin-top: 10px;
	width: 100%; }
	@media screen and (max-width: 767px) {
	  .con_table {
		margin-top: 20px; } }
  
.select-table tr {
	display: flex;
	justify-content: space-between;

	align-items: center;
	margin-bottom: 0px; }
	@media screen and (max-width: 767px) {
	  .con_table tr {
		display: block; } }
  
.select-table th {
	width: 100%;
    background: #cddcee;
    color: #004698 !important;

	min-width: 270px;
	padding: 20px;
	text-align: left;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom:10px; }
	@media screen and (max-width: 767px) {
		.select-table th {

		font-size: 13px;
		margin-right: 0px;
		min-width: auto;
		padding: 10px;
		justify-content: flex-end;
		flex-direction: row-reverse;
		align-items: center; } }
  
		.select-table td {
	width: 100%;
	min-width: 560px;
	margin-top:0px;
	margin-bottom:20px;
	position: relative; }
	@media screen and (max-width: 767px) {
		.select-table td {
		width: 100%;
		min-width: initial;
		table-layout: fixed;
		min-width: 100%;
		display: block; } }
  
		.select-table td input {
	/*width: 100%;
	background: #FFFFFF;
	border: 1px solid #e6e7e8;
	box-sizing: border-box;
	padding: 13px 12px;
	border-radius: 5px;*/ }
	@media screen and (max-width: 767px) {
		.select-table td input {
		margin-top: 5px;
		/*width: 100%;*/
		min-width: initial;
		table-layout: fixed;
		/*min-width: 100%;*/
		/*display: block;*/ } }
  
		.select-table .btn {
	margin-bottom: 10px;
	width: 20px;
	background: #FFFFFF;
	border: 1px solid #e6e7e8;
	box-sizing: border-box;
	padding: 13px 12px; }
  
	.select-table td select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px 10px 5px 10px; }
  
	.select-table td textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #e6e7e8;
	box-sizing: border-box;
	padding: 10px 12px;
	margin-top: 0px; }
  
	.select-table small {
	position: absolute;
	bottom: -4em;
	left: -18px;
	color: #777;
	font-size: 13px; }
	@media screen and (max-width: 767px) {
		.select-table small {
		bottom: -25px; } }
  
	.checkbox-flex{
		display: flex !important;
		flex-wrap: wrap;

	}

	.checkbox-contents {
		display: flex;
		align-items: center;
		/*width: 25% !important;*/
		white-space: nowrap;
		padding:5px 10px;
		/*border:1px solid #eee;*/
	}

	.checkbox-flex input{
		width:15px;
	}

	.form-info{
		margin-top:20px;
		margin-bottom:20px;
		text-align: center;
		border: 1px solid #041860;
		color: #041860;
		padding: 3px 15px;
		font-size: 14px;
		display: block;
		font-weight: 400;
	}

	.mb0{
		margin-bottom:0px !important;
	}

	.c-container{
		width:1000px !important;
		margin:0 auto !important;
		@media screen and (max-width: 767px) {
			width: 100%;
			padding: 0px 0px 20px;
			margin: 0px auto;
		}
	}

	.list-section{
		@media screen and (max-width: 767px) {
			margin-top:-40px;
		}
	}

	.contact-menu{
		margin-top:40px;
		display: flex;
		width: 100%;
	}
	@media screen and (max-width: 767px) {
		.contact-menu{
			margin-top:40px;
			display: block;
			width: 100%;
		}
	}

	.contact-menu li{
		width:33.33%;
		text-align: center;
		border-right:1px solid #ccc;
		background:#999;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	@media screen and (max-width: 767px) {
		.contact-menu li{
			width:100%;
			margin-bottom:5px;
		}
		.contact-menu li p{
			padding:20px;
			display: none;
		}
	}

	.contact-menu a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding:20px;
		width: 100%;
		transition: .4s;
		font-weight:bold;
		line-height:1;
	}
	.contact-menu a:hover{
		opacity: .4;
	}
	.contact-menu a i{
		font-size:20px;
		line-height:1;
		display: block;
		margin-right:10px;
		padding-top:2px;
	}
	.first{

	}

	.on a{
	background: #004698 !important;
	}

	.strage-color a{
		background:#D4E522 !important;
		color:#333;
	}

	textarea{
		width:100%;
	}



	.group-section{
		background:#004698;
		margin-top:100px;
		margin-bottom:100px;
		padding-top:100px;
		padding-bottom:100px;
	}

	@media screen and (max-width: 767px) {
		.group-section{
			margin-top:50px;
			margin-bottom:50px;
			padding-top:80px;
			padding-bottom:80px;
		}

	}

	.group-container{
		width:1400px;
		margin:0 auto;
	}
	@media screen and (max-width: 767px) {
		.group-container{
			width:90%;
			margin:0 auto;
		}
	}

	.service-panels {
		width:90%;
		margin: 10px auto;
		display: flex;
		justify-content: space-between;
	}

	@media screen and (max-width: 767px) {
		.service-panels {
			margin-top:50px;
			display: block;
			justify-content: space-between;
		}

	}
	
	.panel {
		border-radius: 20px;
		padding:20px 10px;
		border:4px solid #fff;
		width: 42%;
		position:relative;
		}

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


			.panel img{
				width:100%;
			}

			.company-logo{
				width:80% !important;
			}
		}
		
		.panel::before {
			content: "";
			position: absolute;
			top: 15%;
			right: 0;
			border-style: solid;
			border-width: 29px 0 29px 23px;
			border-color: transparent transparent transparent #ffffff;
			translate: 100% -50%;
		  }
		  .panel::after {
			content: "";
			position: absolute;
			top: 15%;
			right: 0;
			border-style: solid;
			border-width: 22.6px 0 22.6px 17.9px;
			border-color: transparent transparent transparent #004698;
			translate: 100% -50%;
		  }

		  @media screen and (max-width: 767px) {
			.panel {
				width: 100%;
				}
			.panel::before {
				content: "";
				position: absolute;
				top: inherit;
				bottom:0;
				right: 10%;
				border-style: solid;
				border-width: 20px 20px 0 20px;
				border-color: #ffffff transparent transparent;
				translate: -50% 100%;
			  }
			  .panel::after {
				content: "";
				position: absolute;
				top: inherit;
				bottom:1px;
				right: 13.5%;
				border-style: solid;
				border-width: 14.3px 14.3px 0 14.3px;
				border-color: #004698 transparent transparent;
				translate: -50% 100%;
			  }
			  .transport{
				width:55.5% !important;
			}
			.storage {
				width:44% !important;
			}
		  }
	
		  .panel2 {


			border-radius: 20px;
			padding:20px 10px;
			border:4px solid #fff;
			width: 42%;
			position:relative;
			}
	
			
			.panel2::before {
				content: "";
				position: absolute;
				top: 75%;
				left: 0;
				border-style: solid;
				border-width: 29px 23px 29px 0;
				border-color: transparent #ffffff transparent transparent;
				translate: -100% -50%;
			  }
			  .panel2::after {
				content: "";
				position: absolute;
				top: 75%;
				left: 0;
				border-style: solid;
				border-width: 22.6px 17.9px 22.6px 0;
				border-color: transparent #004698 transparent transparent;
				translate: -100% -50%;
			  }

			  @media screen and (max-width: 767px) {
				.panel2 {
				width: 100%;
				}

				.panel2::before {
					content: "";
					position: absolute;
					top: 0;
					left: 30%;
					border-style: solid;
					border-width: 0 22.5px 20px 22.5px;
					border-color: transparent transparent #ffffff;
					translate: -50% -100%;
				  }
				  .panel2::after {
					content: "";
					position: absolute;
					top: 0.5%;
					left: 30%;
					border-style: solid;
					border-width: 0 16.5px 14.6px 16.5px;
					border-color: transparent transparent #004698;
					translate: -50% -100%;
				  }
	
				.panel img{

				}
				.distribution{
					width:47% !important;
				}
				.staffing {
					width:52% !important;
				}

			}
		
	.service-group {
		display: flex;

	}
	
	.service {
		width:50%;
		text-align: center;
	}

	.group-section img:hover{
		opacity: 1;
	}
	
	.group-section h1 {
		font-size: 28px;
		text-align: center;
		writing-mode: vertical-rl;
		white-space: nowrap;
		margin: 0 20px;
	}
	
	.group-section h2 {
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: 8px;
		color: #ffffff;
	}
	
	.transport h2 { color: #00A0E9; }
	.storage h2 { color: #00B900; }
	.distribution h2 { color: #FF69B4; }
	.staffing h2 { color: #FF6B00; }
	

	
	.company-info {
		margin-top: 30px;
	}
	
	.area {

		margin-bottom: 20px;
	}
	
	.group-section h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.company-logo {
		max-width: 450px;
		display: block;
		margin: 15px 0;
	}
	.nagoya-logo {
		max-width: 450px;
		display: block;
		margin: 15px 0;
	}
	
	
	.detail-button {
		display: inline-block;
		background-color: #FFD700;
		color: #000000;
		padding: 8px 20px;
		border-radius: 20px;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	}
	
	.detail-button:hover {
		opacity: 0.8;
	}
	
	.center-text {
		display: flex;
		align-items: center;
		justify-content: center;
	}



	.tc{
		text-align: center;
	}

	.group-section a:hover{

	}

	.center-text{
		width:10%;
		align-items: flex-start;
	}

	#pc-none{
		display: none;
	}
.group_footer {
	padding: 20px 0px;
	margin: 0 auto;
	background: #bae3f9;
	
}

.title_h2{
	padding-bottom: 10px;
	color: #004698;
	width: 600px;
	font-size: 2em;
	border-bottom: 3px solid #004698;
}

	@media screen and (max-width: 767px) {
		.center-text{
			width: 100%;
			text-align: center;
		}
.flex_topmenu img {
	width: 100%;
}
	
		.font150 {
			font-size: 120%;
		}
		
.title_h2{
	padding-bottom: 10px;
	color: #004698;
	width: 100%;
	font-size: 1.5em;
	border-bottom: 3px solid #004698;
}

		#pc-none{
			display: block;
			margin-top:40px;
			margin-bottom:40px;
		}
		#pc-none img{
			width:100% !important;
		}
		.sp-none{
			display: none;
		}
		
.group_footer img {
	width: 25px;	
}
		
	}