@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url("layout.css");
:root {
  --pc-width: 1200px;
  --tab-width: 1024px;
  --sp-width: 599px;
  --color-orange: #f4623a;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'メイリオ", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Noto Sans JP', sans-serif;
/*	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif";*/
  font-size: 1.4em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
body, html {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
 font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  margin: 0 auto;
  font-size: 3rem;
}
ul li {
  list-style-type: none;
}
p {
  padding: 0 2em;
  text-align: left;
  font-size: 1.6rem;
}
img {
  width: 100%;
  height: auto;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

section {
  position: relative;
  width: 100%;
}
iframe{
height:2670px;
frameborder:0;
width: 100%;
margin:0;
padding:0;
border: none;
}

/* 下層メインイメージ */
.ka_mainimage {
  position: relative;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 200px;
  max-height: 1500px;
  min-height: 200px;
  background-image: url(../img/bg-masthead2.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  z-index: 3;
}

@media (min-width:600px) and (max-width: 1024px) /* タブレット　幅1024pxまで */ {
  body {
    min-width: initial;
  }
  /* メインイメージ */
  .mainimage {
    position: relative;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    min-height: 80vh;
    background-image: url(../img/bg-mastheadtab.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
  }
}
@media (min-width:2000px) and (max-width: 3000px)/* 横長の画面 */ {
  body {
    min-width: initial;
  }
  /* メインイメージ */
  .mainimage {
    position: relative;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    min-height: 100vh;
    background-image: url(../img/bg-mastheadsp_w.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
  }
}
@media screen and (max-width:600px) /* 幅600pxまで */ {
  .mainimage {
    position: relative;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    min-height: 100vh;
    background-image: url(../img/bg-mastheadsp_wsp.png);
    background-position: center;
    background-size: cover;
    text-align: center;
  }
	
	.sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    min-width: initial;
    -webkit-text-size-adjust: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    width: 100%;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: bold;
  }
	
  p {
    font-size: 1.6rem;
    padding: 1em !important;
    text-align: left;
  }
	
p.midashi3{
	font-size: 2rem;
	color: #0D1074 !important;
	text-align: center!important;
	padding: 0;
}
	
    /* メインイメージ */
  .mainimage {
    position: relative;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    min-height: 80vh;
    background-image: url(../img/bg-mastheadsp.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  iframe{
height:2500px;
frameborder:0;
width: 100%;
margin:0;
padding:0;
      border: none;
}
  }
  /*---------------------------------------格納用container--*/
  .container01, .container02 img {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }

img.img-fluid {
    text-align: center;
    margin: 1em auto;
    width: 100%!important;
	
  }

a.on_col:hover{
	opacity: .4!important;
}

  .container01 {
    text-align: center;
    margin: 0 auto;
    padding: 4em 0 12em;
  }
  .container01 h2 {
    text-align: center;
  }
  .container01 p {
    text-align: center;
    color: #FFFFFF;
  }
  .container02 {
    text-align: center;
    margin: 0 auto;
    padding: 4em 0;
  }
  .container02 h2 {
    text-align: center;
  }
  .container02 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
  }
  .container02 h3::before, .container02 h3::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #F4623A;
  }
  .container02 h3::before {
    margin-right: 20px;
  }
  .container02 h3::after {
    margin-left: 20px;
  }
  .container02 p {
    text-align: center;
  }
  /*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
  .inner {
    width: 90%;
    margin: 0 auto;
          padding: 0 0 0 0;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  /* header */
  #top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 20px 0 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head a, #top-head {
    font-weight: bold;
    color: #f4623a;
    text-decoration: none;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
           -3px 3px 3px #fff,  3px -3px 3px #fff,
            3px 0px 3px #fff, -3px -0px 3px #fff,
            0px 3px 3px #fff,  0px -3px 3px #fff;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head .logo img {
    float: left;
    width: auto;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 2em;
  }
  #global-nav ul li {
    float: left;
    position: relative;
    font-size: 1.4rem;
  }
  #global-nav ul li a {
    padding: 0 1.3em;
  }
  #global-nav ul li a:hover {
    color: var(--color-orange);
    transition: all 0.5s ease 0s;
  }
  /* Fixed */
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: rgba(255, 255, 255 ,0.9);
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);*/
    padding-bottom: 1.5em;
    transition: all 0.5s ease 0s;
  }
  #global-nav ul li a {
    padding: 0 20px;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 40px;
    top: 3em;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  @media (min-width:600px) and (max-width: 1024px) /* タブレット　幅1024pxまで */ {
    article {
      padding: 0 30px;
    }
    .inner {
    font-size:1em;
      width: 90%;
      padding: 0;
    }
      #top-head .logo img {
    width:30%;
    float: left;
  }
    #global-nav ul li a {
      padding: 0 20px 0 0;
    }
  }
  /* スマホ */
  @media screen and (max-width:600px) /* 幅600pxまで */ {
    #main-visual {
      height: 300px;
    }

	  
    #top-head, .inner {
      width: 100%;
      padding: 0;
    }
    #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
      background: rgba(255, 255, 255,0.9);
      /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);*/
      padding-bottom: 1.5em;
      transition: all 0.5s ease 0s;
    }
    #mobile-head {
      width: 100%;
      padding: 3em;
      z-index: 999;
      display: block;
      position: relative;
    }
    #top-head .inner {
      position: relative;
    }
    #top-head .logo img {
      position: absolute;
      top: 30px;
      width: 40%;
      float: left;
    }
    #global-nav {
      position: absolute;
      top: -480px;
      background: #fff;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    }
    #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
    }
    #global-nav ul li {
      float: none;
      padding: 1em 0;
    }
    #top-head.fixed {
      margin-top: 0;
      top: 0;
      position: fixed;
    }
    #global-nav ul li a {
    /*  color: hsla(0, 0%, 100%, 1.00);*/
      padding: 0 1.3em;
    }
    #global-nav ul li a:hover {
      color: var(--color-orange);
      transition: all 0.5s ease 0s;
    }
    #nav-toggle {
      display: block;
    }
	  
    /* #nav-toggle */
    .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
    }
    /* #global-nav */
    .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(60px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
    }
  }
  #about, #news, #services, #contact, #yoyaku {
    margin-top: -4em; /* 固定ナビの高さ分のネガティブマージン */
    padding-top: 4em; /* 打ち消し用のパディング */
  }
  footer {
    background: #DBDBDB;
    padding: 1em;
    text-align: center;
  }
  footer .container {
    padding: 1em
  }
 

  /*---------------------------------------格納用container--*/
 .container {
    text-align: center;
    margin: 0 auto;
    padding: 3em 0 13em;
    max-width: 1000px;
  } 

.container01 {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 14em;
    max-width: 1000px;
  }

.container01_form {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 14em;
    max-width: 900px;
  }

  .container01 h2 {
    text-align: center;
  }
  .container p,.container01 p,.container01_form p {
    text-align: center;
    padding: 0 2em;
    color: #FFFFFF;
  }
  .container02 {
    text-align: center;
    margin: 0 auto;
    padding: 4em 0;
    max-width: 1000px;
  }
  .container02 h2 {
    text-align: center;
  }
  .container02 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
  }
  .container02 h3::before, .container02 h3::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #F4623A;
  }
  .container02 h3::before {
    margin-right: 20px;
  }
  .container02 h3::after {
    margin-left: 20px;
  }
  .container02 p {
    text-align: center;
    padding: 2em;
  }

.container02 p.txtebox {
    text-align: left!important;
    padding: 2em 1em;
  }

  /*---------------------------------------お知らせ--*/
  #news ul {
    display: inline-block;
    text-align: left;
    color: white;
  }
  #news ul li {
    padding: 0.5em 0;
  }
  /*---------------------------------------企業リスト--*/
  .comp_list {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--pc-width);
    margin: 4em 0 8em;
  }

.comp_list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--pc-width);
    margin: 0 0 8em;
  }
  .comp_list div.block,.comp_list2 div.block {
    text-align: center;
    width: calc(33.3%);
  }
  /*---------------------------------------企業リスト--*/
  /* スマホ */
  @media screen and (max-width:600px) /* 幅600pxまで */ {
    .comp_list, .comp_list2{
      display: inline-block;
     margin: 1em 0 3em;
    }
    .comp_list div.block, .comp_list2 div.block {
      width: 100%;
      text-align: center;
    }
	  
img.img-fluid {
    margin: 0 auto!important;
  }	  
  }
  /*---------------------------------------主　催--*/
  .organizer {
    text-align: center;
  }
  .organizer img {
    margin: 3em 0;
    width: 40%;
  }
  /*---------------------------------------主　催--*/
  /* スマホ */
  @media screen and (max-width:600px) /* 幅600pxまで */ {
    .organizer {
      text-align: center;
    }
    .organizer img {
      margin: 3em 0 0;
      width: 60%;
    }
    /*---------------------------------------電　話--*/
    .organizer .telLink {
      font-size: 3rem;
      font-weight: bold;
    }
    .organizer .telLink a {
      text-decoration: none;
      color: #000000;
    }
    .organizer .telLink a:hover {
      text-decoration: none;
      color: #fff;
      transition: all 0.5s ease 0s;
      background: #FFA992;
    }
    /*---------------------------------------QRコード-*/
    .qr {
      text-align: center;
    }
    .qr img {
      margin: 3em 0;
      width: 60%;
    }
  }
  /*---------------------------------------電　話--*/
  .organizer .telLink {
    font-size: 2rem;
    font-weight: bold;
  }
  .organizer .telLink a {
    text-decoration: none;
    color: #000000;
  }
  .organizer .telLink a:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
    background: #FFA992;
  }
  /*---------------------------------------QRコード-*/
  .qr {
    text-align: center;
  }
  .qr img {
    margin: 3em 0;
    width: 30%;
  }
  /*---------------------------------------ボタン--*/
  .btn-wrapper {
    margin: 4em auto 8em;
    text-align: center;
  }

.btn-wrapper2 {
    margin: 4em auto 4em;
    text-align: center;
  }
  .btn, a.btn {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #fff;
    background: var(--color-orange);
    padding: 1em 2em;
    text-decoration: none;
    border: 2px solid #FFA992;
  }
  a.btn--radius{
    border-radius: 100vh;
  }
  .btn:hover, a.btn:hover{
    color: #fff;
    transition: all 0.5s ease 0s;
    background: #FFA992;
  }

a.btn2{font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #fff;
    background: #0D1074;
    padding: 1em 2em;
    text-decoration: none;
    border: 2px solid #5355a4;}

.btn2:hover, a.btn2:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
    background: #5355a4;
  }


/*稲垣追加*/

p.midashi2{
	font-size: 2rem;
	color: #0D1074 !important;
	text-align: left;
}

p.midashi3{
	font-size: 2rem;
	color: #0D1074 !important;
	text-align: left;
	padding: 0;
}

h4.midashi{
	font-size: 2.5rem;
	padding: 1rem 3rem;
	color: #fff;
	font-weight: bold !important;
	border-radius: 100vh;
	background-color: #0D1074;
}


h3.midashi {
	font-size: 3rem;
	font-weight: bold !important;
	color: #000 !important;
}

h2.recruit-o:before,h2.access-o:before{
	content: "";
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

}


h2.recruit-o {
	text-align: left !important;
	color: #fff !important;
	position: relative;
    margin: 0 0 1.5em;
    padding: 0.5em 0 0.5em 1.5em;
	font-size: 2.2rem;
	background: #0D1074;
	font-weight: normal!important;
	/*color: #fff !important;
	
	padding: 1rem 2rem;
	border-left: 5px solid #fff;
	background: #0D1074;
	text-align: left!important;*/
}

h2.access-o {
	text-align: left !important;
	color: #fff !important;
	position: relative;
    margin: 0;
    padding: 0.5em 0 0.5em 1.5em;
	font-size: 2.2rem;
	background: #0D1074;
	font-weight: normal!important;
	/*color: #fff !important;
	
	padding: 1rem 2rem;
	border-left: 5px solid #fff;
	background: #0D1074;
	text-align: left!important;*/
}

img.recruit-img {
	width: 40%;
}

.rec-box{
	text-align: left !important;
}

table {
	border-collapse: collapse;
	text-align: left;
}

li.gyoum{
padding-left: 2em;
list-style-type:square;
}

.kaisha {
width: 100%;
margin: 3em auto 1em;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: normal!important;
background-color: #ddd; 
color: #6F6F6F;
word-break: keep-all;
text-align: center;
}

.kaisha td {
background-color: #fff; 
font-size: 1.1em;
}

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

img.recruit-img {
	width: 90%;
}
		
h4.midashi{
font-size: 2.2rem !important;
}	
	
p.midashi2 {
    font-size: 2.2rem !important;
	text-align: center;
  }	

.kaisha th {
text-align: left!important;
}
	
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;
	padding:10px 20px!important;}
}



tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

h5.ru {
	font-size: 95%;
	color: #8F8F8F;
}

h4.gry {
color: #8F8F8F;
}

@media screen and (min-width: 768px){
.column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .column02 {
    margin-bottom: 7.998vw;
  }
}


img.ki_p {
    width: 98%;
  }

@media screen and (min-width: 768px){
.column02 > div {
    width: 48%;
}
}

@media screen and (max-width: 767px) {
  .column02 > div:first-child {
    /* margin-bottom: 7.998vw; */
  }
img.ki_p {
    width: 80%;
  }
	
}


/* Intro */

	#intro {
	/* 	padding-bottom: 8em;*/
		text-align: center;
	}

		#intro p.style1 {
			font-size: 1.5em;
			letter-spacing: 0.075em;
		}

		#intro p.style2 {
			font-weight: 700;
			color: #fff;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
			font-size: 2.75em;
			letter-spacing: 0.075em;
			line-height: 1.35em;
			padding: 1em 0 1em 0;
			margin-bottom: 1em;
		}

			#intro p.style2 a {
				color: inherit;
				text-decoration: none;
			}

		#intro p.style3 {
			font-size: 1.1em;
			width: 48em;
			margin: 0 auto;
		}


/* Wrapper */

	.wrapper {
		position: relative;
		/*padding: 6em 0 9em 0;*/
	}

		.wrapper .title {
			position: absolute;
			top: 0;
			left: 50%;
			text-align: center;
			text-transform: uppercase;
			display: block;
			font-weight: 700;
			letter-spacing: 0.25em;
			font-size: 1em;
			width: 25em;
			height: 3.25em;
			top: -3.25em;
			line-height: 3.25em;
			margin-bottom: -3.25em;
			margin-left: -12.5em;
			padding-top: 1em;
		}

	/*		.wrapper .title:before {
				content: '';
				position: absolute;
				bottom: -38px;
				left: -35px;
				width: 35px;
				height: 38px;
				background: url("../img/shadow.png");
			}

			.wrapper .title:after {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				content: '';
				position: absolute;
				bottom: -38px;
				right: -35px;
				width: 35px;
				height: 38px;
				background: url("../img/shadow.png");
			}
*/
		.wrapper.style1 {
			background: #0D1074;
			color: #eee;
			color: rgba(255, 255, 255, 0.75);
		}

			.wrapper.style1 .title {
				background: #0D1074;
				color: #ddd;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
				color: #fff;
			}

		.wrapper.style2 {
			background: #fff;
		}

			.wrapper.style2 .title {
				background: #fff;
				color: #8C8C8C;
			}

		.wrapper.style3 {
			background: #EB6100;
		}

			.wrapper.style3 .title {
				background: #EB6100;
				color: #ddd;
			}

			.wrapper.style3 .image {
				border: solid 10px #fff;
			}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		height: 55em;
		background: url("../img/bg-mastheadsp_w.jpg") center center;
		background-size: cover;
		padding: 0;
	}

		#header:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url("../img/overlay.png");
		}

		.homepage #header {
			height: 55em;
		}


