@charset "UTF-8";


/*---------------------------- 共通部分 ----------------------------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

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

a:link {
  color: #004080;
}

a:visited {
  color: #004080;
}

a:hover {
  color: #005ebb;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}




/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {


/*---------------------------- ページ全体の指定 ----------------------------*/

body {
  width: 100%;
  font: 87.5% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}





/*---------- メイン ----------*/

#main {
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  line-height: 1.6;
}

#header h1 {
  width: 99.6%;
  font-size: 0.75em;
  text-align: center;
  padding: 13px 0 13px 0;
  display: block;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner {
  margin: 0;
  padding: 2px;  /*-- 余白 --*/
  background-color: #ffffff;  /*-- 背景色 --*/
}


/*----- 左 logo -----*/

#h_logo {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #666666;
}

#h_logo h2 {
  padding: 6px 0 0 0;  /*-- logo 位置 --*/
  margin: 0;
}

#h_logo img {
  max-width: 80%;
  height: auto;
}

#h_logo a {
  color: #666666 !important;
  text-decoration: none;
  font-size: 1em;
}

#h_logo a:hover {
  color: #888888 !important;
  text-decoration: underline;
  font-size: 1em;
}


/*----- 右 info -----*/

#h_info {
  display: none;
}



/*---------- ヘッダーメニュー ----------*/

#header-menu {
  margin: 0 1px 4px 1px;
  border-top: 1px solid #b7cee3;
  border-right: 1px solid #b7cee3;
}

#header-menu ul {
  padding: 0;
}

#header-menu ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align: center;
}

#header-menu li a {
  width: 99.6%;
  font-size: 0.75em;
  padding: 13px 0 13px 0;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fffffc !important;
  text-decoration: none;
  border-left: 1px solid #b7cee3;
  border-bottom: 1px solid #b7cee3;
  background: #e2d0ab url(../img/head_menu_back_base.jpg) repeat-x;
}

#header-menu li a:hover {
  color: #fffffc !important;
  display: block;
  text-decoration: none;
  background: #e2d0ab url(../img/head_menu_back_hover.jpg) repeat-x;
}

#header-menu li.home a {
  border-bottom: 1px solid #b7cee3;
}

#header-menu span.sub {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}



/*--- ドロップダウン ---*/

.menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}

.menu-item {
position: relative;
}

.menu-link {
display: block;
color: white;
text-decoration: none;
padding: 16px 20px;
}

.menu-link:hover {
background-color: #1D4C9E;
}

.dropdown {
z-index: 1000; /* 他の要素より高い値を設定　マウスオーバー時にリスト表示維持 */
display: none; /* 初期状態では非表示 */
position: absolute;
  z-index: 2;
top: 100%;
left: 0;
background-color: #1D4C9E;
list-style: none;
margin: 0;
padding: 0;
width: auto%; /* 自動調整 */
  min-width: 250px; /* 最小幅 */
  max-width: 450px; /* 最大幅 */
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
flex-direction: column;
}

.has-dropdown:hover .dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.dropdown-link {
display: block;
text-color: #7F7F7F;
text-decoration: none;
padding: 12px 20px;
border-bottom: 1px solid #fff;
transition: background-color 0.3s ease;
width: auto; /* 自動調整 */
  min-width: 180px; /* 最小幅 */
  max-width: 400px; /* 最大幅 */
}

.dropdown-link:hover {
width: auto; /* 自動調整 */
  min-width: 180px; /* 最小幅 */
  max-width: 400px; /* 最大幅 */
}

.dropdown li:last-child .dropdown-link {
border-bottom: none;
}

/*---------- SP電話ボタン ----------*/

.phone {
  margin: 10px 2px 12px 2px;
  padding: 4px 2px 2px 2px;
  text-align: center;
  border: solid 2px #dddddd;
  background-image: url(../img/phone_bg.png);
  background-repeat: repeat-x;
}

.phone p {
  line-height: 1.7;
}

.phone a {
  color: #c9171e !important;
  text-decoration: none;
}

span.tel {
  font-size: 1.42em;
  color: #c9171e;
  line-height: 1.6;
  font-weight: bold;
}

span.tel:hover{
    color: red;
}


/*---------- メイン画像 ----------*/

#header-img {
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}

/*---------- メイン動画 ----------*/

#header-vid {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  height: auto;
  margin: 0 0 6px 0;

}

.vid_main {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- メインコンテンツ ----------*/

#container {
  padding: 0;
}


/*---------- コンテンツ ----------*/

#contents {
  padding: 8px 6px 10px 6px;
  font-size: 1em;
}

.article {
  margin: 0;
  padding: 0;
}

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 0.92em;
}

#contents h2 {
  margin: 0 0 7px 0;
  padding: 9px 8px 5px 12px;
  font-size: 1.28em;
  color: #fffffc;
  line-height: 1.7;
  background: url(../img/h_bg.jpg) center repeat-x;
}

#contents h2.txt {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: #54351f;
  background: none;
}

#contents h2.txt2 {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: #54351f;
  background: none;
}

#contents h2.page_title {
  margin: 0 0 10px 0;
  padding: 14px 0 10px 13px;
  font-size: 1.28em;
  color: #2b72ae;
  line-height: 1.6;
  border-top: solid 4px #2f86d5;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #f2f8fe;
  background-image: none;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 12px 10px 6px 12px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #54351f;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 5px #882200;
  background: url(../img/h3_bg.gif) center repeat-x;
}

#contents h3.beta {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 8px 13px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #fffffc;
  border-top: solid 1px #c85d15;
  border-right: solid 1px #c85d15;
  border-bottom: solid 1px #c85d15;
  border-left: solid 5px #c85d15;
  background: url(../img/h3_beta.jpg) repeat-x;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 8px 10px 6px 10px;
  line-height: 1.4;
  font-size: 1.28em;
  color: #e85922;
  border-top: solid 1px #888888;
  border-right: none;
  border-bottom: solid 4px #663300;
  border-left: none;
  background-image: url(../img/h3_point.gif) ;
}

#contents h3.gold,
#contents h3.gold02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: none;
  background-image: none;
  background-color: #f1e7d1;
}

#contents h3.gray,
#contents h3.gray02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: solid 1px #d9d1d1;
  background-image: none;
  background-color: #f1ecec;
}


/*----- 見出しデザイン　採用 -----*/

#contents h4.underline {
  width: 130px;    /* 幅を130pxに */
  position:relative;
  font-weight:600;
  padding:10px;
  overflow:hidden;
  border-bottom:3px solid #1D4C9E;
}

#contents p {
  padding-right: 2px;
  padding-left: 2px;
  line-height: 1.6;
}


/*---------- 規約見出し ----------*/

#contents .terms_title {
  display: block;
  font-weight:bold;
  border-bottom: solid 3px #F18902;
  margin: 20px 5px 5px 5px;
  padding: 0 0 5px 0;
}


/*----- Topix外部リンク枠 -----*/

.button-1 {
  text-align: center;
  display: block;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  border: 1px solid #2589d0;
  border-radius: 5px;
  background-color: #fff;
  color: #2589d0;
  font-size: 1em;
  cursor: pointer;
}


/*---------- リンクバナー ----------*/

.box {
  text-align: center;
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- 会社概要テーブル ----------*/

.table_design03 {
  display: block;
  border-collapse: collapse;
  width: 100%;
}
.table_design03 th, .table_design03 td {
  padding: 1em;
}
.table_design03 th {
  color: #4d9bc1;
  text-align: left;
  width: 18%;
  min-width: 4em;
  position: relative;
}
.table_design03 th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
}



/*---------- 沿革テーブル ----------*/
.table_design05 {
  display: block;
  border-collapse: collapse;
  width: 100%;
}
.table_design05 th, .table_design05 td {
  padding: 1em;
}
.table_design05 th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 18%;
  min-width: 4em;
  position: relative;
}
.table_design05 th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}


/*---------- 画像の回り込み ----------*/

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}


/*---------- 表（テーブル） ----------*/

table.t01 {
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
  padding: 4px;
}

td.t01 {
  padding: 4px;
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
}

td.head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(../img/main_block_bg.gif);
}

td.t00 {
  padding: 4px;
}

table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 12px 8px 12px 8px;
  background-color: #fff8e3;
  width: 80px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #fff8e3;
  width: 30%;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #ffffff;
  width: 70%;
}

td.table_line {
  width: auto;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding: 12px 8px 12px 8px;
}


/*--全国共配スルーセンター　テーブル--*/
/*--メディアクエリの記述なし--*/
.table-tc {
	width: 90%;
	margin: 0 auto;
	overflow-x: scroll;
}

table.tc-table {
	width: 100%;
	min-width: 500px;
	margin: 0 auto;
}

/*--↓ 装飾--*/
table.tc-table, 
table.tc-table td, 
table.tc-table th {
	border: 0px solid #595959;
	border-collapse: collapse;
}

table.tc-table td, 
table.tc-table th {
	font-size: .9rem;
	padding: 1em;
	box-sizing: border-box;
}

table.tc-table th {
	color: #333;
	background-color: #333;
}

/*--↓ ボタン--*/
table.tc-table td.more-btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 1em 0;
	text-align: center;
	background-color: #FD4E4F;
	border-radius: 30px;
}




/*---------- 長宮　キャプション付きリストデザイン ----------*/

.targetlist_01 ul li::marker {
  font-size: 20px;
  color: #7abbfd; content:"●";
}
.targetlist_01 ul li {
  padding-left: 10px;
  font-weight: bold; /* 太字 */
}
.targetlist_01 ol li {
  padding-left: 10px;
}
.targetlist_01 ol li::before {
  counter-increment: number;
  content: counter(number);
  background: #7abbfd;color: white;
  width: 25px;
  height: 27px;
  display: inline-block;
  text-align: center;
  position: absolute;/* 要素の配置方法を指定 */
  left:25px;
  font-weight: bold;
}
.targetlist_01 ol {
  counter-reset:number; list-style-type:none!important;
}



/*---------- 紹介動画 ----------*/

#contents .movie_introduction {
   width: 100%;/*背景色を横幅いっぱいに広げる*/
  height: auto;
  margin: 0 0 6px 0;
}

.movie_introduction {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  display: block;
  margin: 0 auto 0 auto;
}

/*---------- 募集要項テーブル ----------*/

.table_design01 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  float: none;
}
.table_design01 tr {
  background-color: #EDF8FF;
}
.table_design01 tr:nth-child(odd) {
  background-color: #D3EDFF;
}
.table_design01 th, .table_design02 td {
  padding: 1em;
}
.table_design01 th {
  font-weight: bold;
  text-align: left;
  width: 40%;
  min-width: 4em;
}
.table_design01 th {
 display: block; /* セルをブロック要素に指定 */
 width: 100%;/* セルを親要素いっぱいの幅に指定 */
}
.table_design01 td {
 display: block; /* セルをブロック要素に指定 */
 width: 100%;/* セルを親要素いっぱいの幅に指定 */
 float: none;
}

.box-pic {
  width: 100%;
  text-align:center;
  margin: 0 auto;
  background-color: #D3EDFF;
}
.box-pic img {
  float:none;
  margin-right: 0;
}
.box-pic p {
  text-align:left;
  padding-left: 3em;
}

.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #D3EDFF;
    border-left: solid 10px #84C5FF;
}
.box8 p {
  width: 90%;
  text-align:left;
  margin: 0 auto;
  background-color: #D3EDFF;
}

/*---------- 採用フロー ----------*/

.flow > li {
  position: relative;
  width: 100%;
  display: block;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(107,144,219);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
}

.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow > li dl dt {
  font-weight: 300;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}



/*---------- 採用ページ下部リンクボタン ----------*/

a.btn_02 {
  justify-content: left;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 98%;
  height: 100px;
  padding: 0 4% 0 12%;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

a.btn_02 p{
    margin:10%;
}

a.btn_02:hover {
  background: #228bc8;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #228bc8;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}


/*---------- トピックス ----------*/

.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}



/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}


/*---------- Googleマップ ----------*/

.map {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6%;
  width: 88% !important;
  height: 100% !important;
}


/*---------- フッター ----------*/

#footer {
  width: auto;
  padding: 20px 10px 20px 10px;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  background-color: #d7e9f6;
}

#footer p {
  padding: 10px;
  color: #555555;
}

#footer a {
  color: #555555 !important;
}

#footer a:hover {
  color: #777777 !important;
}

#footer a:visited {
  color: #555555;
}

#footer small {
  padding: 10px;
  font-size: 0.92em;
  color: #555555;
}

#footer small a {
  color: #555555 !important;
  text-decoration: none;
}

#footer small a:hover {
  color: #777777 !important;
  text-decoration: underline;
}

#footer small a:visited {
  color: #555555;
  text-decoration: none;
}

}