@charset "UTF-8";

/******************************************************************************
		Minimal Setting
 ******************************************************************************/

/* reset ------------------------------------------------*/

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,th,td,figure,figcaption,iframe {
	margin:0;
	padding:0;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
    display:none;
}
body {
	line-height:1;
}
h1,h2,h3,h4,h5,h6,strong,i {
	font-size:100%;
	font-weight:normal;
  font-style: normal;
}
li {
	list-style:none;
}
fieldset,img {
	border:0;
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
sup {
  position: relative;
  top: -2px;
	vertical-align:text-bottom;
}
sub {
  position: relative;
  top: 2px;
	vertical-align:text-top;
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
header,footer,nav,article,section,aside,hgroup {
	display:block;
}
a,
a:hover,
a:active,
a:visited {
	text-decoration:none;
	outline:none;
}
iframe {
	border:none;
}
hr {
	display:none;
}
input[type="button"],input[type="submit"] {
	border-radius:0;
		-webkit-appearance:none;
}
button {
  border:none;
  background:none;
  padding:0;
  outline:none;
}
::selection {
  background: #0a2028;
  color: #fff;
}
label {
  letter-spacing: 0;
}

/* setting ------------------------------------------------*/

* {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}

input[type=checkbox] {
	margin: 15px 5px;
}

input[type=submit] {
	width: 300px;
  background-color: #7d7d7d;
  color: #fff;
  font-weight: bold;
  padding: 8px 60px;
  border-radius: 5px;
  border: none;
}
input:disabled,
input[type=submit]:hover {
  opacity: .5;
}

body {
	color: var(--color-primary);
	font-family:"Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:16px;
  font-weight: 500;
	line-height:1.7;
  overflow-x:hidden;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust:100%;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings : "palt";
  background-color: #004d9f;
}

p {
  letter-spacing: 2px;
  line-height: 2;
}
a {
  color: var(--color-primary);
}
a:hover {
  opacity: .5;
}


/******************************************************************************
		General Setting
 ******************************************************************************/

/* var ------------------------------------------------*/

:root {
  --font-default: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --color-primary: #fff;
  --color-hover: #808291;
  --color-accent: #e3106f;
  --color-gradient-start: #fe506c;
  --color-gradient-stop: #fc6a2a;
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* id, class ------------------------------------------------*/

.sp { display: none !important; }

.clearfix { clear:both; min-height:1%; }
.clearfix:after { content:""; display:block; visibility:hidden; clear:both; height:0.1px; font-size:0.1em; line-height:0; }

.floatL { float:left; }
.floatR { float:right; }
.clear { clear:both; }

.textL { text-align:left; }
.textC { text-align:center; }
.textB { font-weight:bold; }

.mt-5 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.mt-15 { margin-top:15px; }
.mt-20 { margin-top:20px; }
.mt-30 { margin-top:30px; }
.mt-35 { margin-top:35px; }
.mt-40 { margin-top:40px; }
.mt-50 { margin-top:50px; }
.mt-60 { margin-top:60px; }
.mt-70 { margin-top:70px; }
.mt-80 { margin-top:80px; }

.title-type1 {
  font-size: 21px;
  font-weight: bold;
}
.table-type1 {
  margin-right: auto;
  margin-left: auto;
}
.table-type1 td {
  text-align: right;
  padding: 3px 20px;
  vertical-align: top;
  white-space: nowrap;
}
.table-type1 td img {
  position: relative;
  top: -1px;
}
.table-type1 td + td {
  text-align: left;
  white-space: normal;
}
.table-type2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 716px;
  font-size: 13px;
  border-top: 1px solid #6f9bca;
  border-left: 1px solid #6f9bca;
}
.table-type2 th {
  width: 122px;
  padding: 12px 5px;
  display: table-cell;
  background-color: #d9e4f1;
  color: #000;
  border-right: 1px solid #6f9bca;
  border-bottom: 1px solid #6f9bca;
}
.table-type2 td {
  text-align: left;
  padding: 12px 20px;
  vertical-align: top;
  background-color: #fff;
  color: #000;
  border-right: 1px solid #6f9bca;
  border-bottom: 1px solid #6f9bca;
}
.table-type3 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 716px;
  font-size: 13px;
  border-top: 1px solid #6f9bca;
  border-left: 1px solid #6f9bca;
}
.table-type3 th {
  width: 102px;
  padding: 12px 5px;
  display: table-cell;
  background-color: #d9e4f1;
  color: #000;
  border-right: 1px solid #6f9bca;
  border-bottom: 1px solid #6f9bca;
}
.table-type3 td {
  text-align: left;
  padding: 12px 20px;
  vertical-align: top;
  background-color: #fff;
  color: #000;
  border-right: 1px solid #6f9bca;
  border-bottom: 1px solid #6f9bca;
}

.btn-type1 {
  background-color: #fff;
  color: #034e9f;
  font-weight: bold;
  padding: 8px 60px;
  border-radius: 5px;
}
.btn-type2 {
  text-decoration: underline;
}
.inline-frame {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 200px;
  overflow: auto;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
}

/******************************************************************************
		Header
 ******************************************************************************/

#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: rgba(255,255,255,.66);
  padding: 15px 50px 10px;
}
#header h1 {
  float: left;
}
#header ul {
  float: right;
  padding-top: 10px;
}
#header li {
  display: inline-block;
}
#header li::after {
  position: relative;
  top: 4px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000;
}
#header li:first-child::before {
  position: relative;
  top: 4px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000;
}
#header li a {
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 5px 0;
  width: 140px;
}


/******************************************************************************
		Footer
 ******************************************************************************/

/* main-footer ------------------------------------------------*/

#footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#034e9f+0,f09985+100 */
  background: rgb(3,78,159); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(3,78,159,1) 0%, rgba(240,153,133,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(3,78,159,1) 0%,rgba(240,153,133,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(3,78,159,1) 0%,rgba(240,153,133,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034e9f', endColorstr='#f09985',GradientType=0 ); /* IE6-9 */
}
#footer a {
  color: #fff;
}
#footer p {
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .5px;
}
#footer p small {
  font-size: 12px;
}
#footer .fnav {
  display: inline-block;
  padding: 5px 0 0 30px;
}
#footer .fnav li {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
}
#footer .fnav li::after {
  position: relative;
  top: 4px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
}
#footer .fnav li:first-child::before {
  position: relative;
  top: 4px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
}
#footer .fnav li a {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  width: 100px;
}



/******************************************************************************
		Container
 ******************************************************************************/

.pages {
  padding-top: 190px;
  margin-right: 15px;
  margin-left: 15px;
  min-height: calc(100vh - 333px);
}
#content img {
  max-width: 100%;
  height: auto;
}
.textC img {
  margin-right: auto;
  margin-left: auto;
}
section {
  position: relative;
}
.container {
  padding: 120px 0;
}
.container.shadow {
  padding: 240px 0;
}

#hero {
  position: relative;
  display: table;
  background-image: url("assets/imgs/bkg-hero1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 66.666%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 66.666%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 66.666%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.hero.top-bottom::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,000000+50,000000+80,000000+100&1+0,0.35+20,0+50,0.35+80,0.5+100,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.35) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 80%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.35) 80%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.35) 80%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.shadow {
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,000000+50,000000+80,000000+100&1+0,0.35+20,0+50,0.35+80,0.5+100,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.35) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 80%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.35) 80%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.35) 80%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.shadow-top {
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.shadow-bottom {
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#hero-lead {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#hero-lead p {
  width: 100%;
  background-color: rgba(0,0,0,.5);
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
#hero .scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 43px;
  background-image: url("assets/imgs/scroll.png");
  background-size: 32px 43px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#jigyo .hero {
  position: relative;
  display: table;
  background-image: url("assets/imgs/bkg-hero2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
}
#company .hero {
  position: relative;
  display: table;
  background-image: url("assets/imgs/bkg-hero3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
}

/* contact */

#formWrap {
  max-width:700px;
  margin:0 auto;
}
table.formTable {
  color: #000;
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td, table.formTable th {
  padding:0 0 10px;
  height: 2em;
}
table.formTable td span, table.formTable th span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
table.formTable th span {
  padding: 18px 10px 10px;
}

table.formTable.check th span {
  padding: 10px;
}
table.formTable.check td span {
  font-weight: bold;
}
table.formTable.check tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr > * {
  display: none !important;
}

table.formTable th {
  width:30%;
  font-weight:normal;
  text-align:center;
}
form input[type="text"], form textarea {
  padding:7px;
  width: 100%;
}
.require {
  display: inline-block;
  color:#fff;
  background-color: #f00;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 4px 1px;
  position: relative;
  top: -1px;
}
.block-privacy {
  background-color: #fff;
  padding: 10px 10px 20px;
}
.block-privacy #consent-chk + label {
  color: #000;
}

/* recruit */

.captionbox {
  margin-right: auto;
  margin-left: auto;
  max-width: 716px;
  background-color: #fff;
  padding: 15px 20px;
  text-align: center;
}
.captionbox-inner {
  border: 1px solid #6f9bca;
  padding: 10px;
}
.captionbox h3 {
  display: inline-block;
  color: #e60012;
  font-size: 26px;
  border-bottom: 1px solid #6f9bca;
  padding: 0 10px;
}
.captionbox p {
  color: #004ea2;
  font-size: 15px;
}



@media screen and (max-width:640px) {
  
  .pc { display: none !important; }
  .sp { display: block !important; }
  
  .mt-30 { margin-top: 15px; }
  .mt-40 { margin-top: 15px; }
  .mt-80 { margin-top: 60px; }
  
  .title-type1 {
    font-size: 18px;
  }
  .table-type1 td {
    padding: 3px 10px;
  }
  .table-type3 th,
  .table-type3 td {
    font-size: 12px;
  }
  
  body {
    font-size:14px;
  }
  .pages {
    padding-top: 120px;
    min-height: calc(100vh - 119px);
  }
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    padding: 60px 0;
  }
  .container.shadow {
    padding: 120px 0;
  }
  #footer .container {
    padding: 30px 0;
  }
  
  #header {
    padding: 15px 10px 10px 15px;
  }
  #header .logo-default img {
    width: 150px;
    height: auto;
  }
  #header ul {
    padding: 0;
  }
  #header li a {
    font-size: 12px;
    width: auto;
    padding: 5px 10px;
  }
  #header li::before,
  #header li::after {
    height: 16px !important;
  }
  #footer .fnav {
    display: none;
  }
  #footer img {
    width: 150px;
    height: auto;
  }
  #hero {
    background-image: url(assets/imgs/bkg-hero1_sp.jpg);
  }
  #jigyo .hero {
    background-image: url("assets/imgs/bkg-hero2_sp.jpg");
    min-height: auto;
    padding-top: 89.6%;
  }
  #company .hero {
    background-image: url("assets/imgs/bkg-hero3_sp.jpg");
     min-height: auto;
    padding-top: 89.6%;
  }
  table.formTable td, table.formTable th {
    padding:0;
    height: auto;
    text-align: left;
  }
  #formWrap {
    margin:0 15px;
  }
  table.formTable th, table.formTable td {
    width:auto;
    display:block;
  }
  table.formTable th {
    margin-top:15px;
    border-bottom:0;
  }
  table.formTable th span {
    padding: 18px 10px 0;
  }
  form input[type="text"], form textarea {
    width:125%;
    margin-left: -12.5%;
    display:block;
    font-size: 16px;
    transform: scale(0.8);
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display:block;
    width:100%;
    height:40px;
  }
}