@charset "UTF-8";
/*--------------------------------------------------------------------
	
--------------------------------------------------------------------*/
#main_hd {
  background: #FFFFFF;
}
#main_hd h1 {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
}
#main_hd nav {
  border-bottom: solid 1px #f2f2f2;
}
#main_hd nav > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 1;
}
#main_hd nav > ul > li:first-child {
  margin-right: 50px;
  padding: 11px 0;
}
#main_hd nav > ul > li:nth-child(n+2) a {
  color: #000000;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 700;
  background: url(../../images/icon_menu.png) no-repeat left;
  display: block;
  padding: 15px 25px;
  padding-left: 20px;
}
#main_hd nav > ul > li:last-child a {
  padding-right: 0;
}
#main_hd nav > ul > li ul {
  position: absolute;
  display: flex;
  background: #f2f2f2;
  padding: 0 30px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
#main_hd nav > ul > li ul li:last-child a {
  padding-right: 0;
}
#main_hd nav > ul > li:hover ul {
  opacity: 1;
  height: auto;
  transition: all 0.4s;
}
#main_hd .hamburger {
  position: fixed;
  right: 0;
  top: 0;
  background: #000000;
  width: 30px;
  height: 22px;
  padding: 24px 20px;
  display: none;
  z-index: 100;
}
#main_hd .hamburger span,
#main_hd .hamburger span::before,
#main_hd .hamburger span::after {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #FFFFFF;
  content: '';
  transition: all 0.4s;
}
#main_hd .hamburger span::before {
  top: 10px;
}
#main_hd .hamburger span::after {
  top: 17px;
}
#main_hd.navOpen .hamburger span {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
#main_hd.navOpen .hamburger span::before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 0;
}
#main_hd.navOpen .hamburger span::after {
  display: none;
}

#container {
  overflow: hidden;
}
#container section {
  padding: 50px 0;
}
#container section .titleSet {
  text-align: center;
  margin-bottom: 50px;
}
#container section .titleSet h2 {
  font-size: 2.5em;
  letter-spacing: 3px;
  line-height: 120%;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 3px #72BDFF;
}
#container section .titleSet .read {
  margin-top: 20px;
  padding: 10px;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 180%;
  /*a{
  	margin: 0 5px;
  	padding: 0 1%;
  	color: #FFF;
  	background: #005AAA;
  	display: inline-block;
  	font-size: 90%;
  }*/
}
#container #interview {
  background: #F2F2F2;
}
#container #interview ul {
  display: flex;
}
#container #interview ul li {
  width: 100%;
}
#container #interview ul li img {
  width: 100%;
  height: auto;
}
#container #interview ul li:first-child {
  margin-right: -70px;
}
#container #interview ul li:last-child {
  margin-left: -70px;
}
#container.top header {
  background: url(../../images/hdimg.png) no-repeat left;
  position: relative;
  padding: 100px 0 180px 0;
}
#container.top header dl {
  width: 540px;
  float: right;
  background: #FFFFFF;
  padding: 30px 40px;
  margin-top: 50px;
  position: relative;
}
#container.top header dl dt {
  font-size: 2.5em;
  letter-spacing: 2px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}
#container.top header dl dd .text p {
  color: #666666;
  letter-spacing: 2px;
  line-height: 180%;
}
#container.top header dl dd > p {
  color: #FFFFFF;
  font-weight: 700;
  background: url(../../images/arw_l.png) no-repeat left;
  padding-left: 20px;
  position: absolute;
  bottom: -30px;
  left: 114px;
}
#container.top header::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -40%;
  background: #72BDFF;
  width: 100%;
  height: 70%;
  z-index: -1;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}
#container.top #job table:nth-of-type(1) {
  margin-bottom: 30px;
}
#container.top #job table th, #container.top #job table td {
  border: 0;
  border-bottom: solid 1px #e6e6e6;
  padding: 15px;
}
#container.top #job table th {
  background: #F5F5F5;
}
#container.top #system dl {
  position: relative;
}
#container.top #system dl dt {
  color: #005AAA;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 2px;
  background: #FFFFFF;
  padding: 50px 50px 20px;
}
#container.top #system dl dd {
  line-height: 180%;
  letter-spacing: 2px;
  background: #FFFFFF;
  padding: 0 50px 50px;
}
#container.top #system dl::after {
  content: "";
  background: url(../../images/bg_squ.png) no-repeat;
  width: 390px;
  height: 390px;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#container.interview header {
  padding: 50px 0;
  border-bottom: solid 1px #707070;
}
#container.interview header h2 {
  margin-bottom: 50px;
}
#container.interview header ul {
  display: flex;
  justify-content: center;
}
#container.interview header ul li {
  margin: 10px;
}
#container.interview section {
  border-bottom: solid 1px #e6e6e6;
}
#container.interview section h3 {
  margin-bottom: 50px;
}
#container.interview section .wrap {
  margin-bottom: 80px;
}
#container.interview section .wrap .titleSet h4 {
  font-size: 2.0em;
  letter-spacing: 3px;
  line-height: 120%;
  font-weight: 700;
  display: inline-block;
  padding: 0 30px 15px;
  border-bottom: solid 3px #CCCCCC;
}
#container.interview section .wrap p {
  font-size: 1.2em;
  letter-spacing: 2px;
  line-height: 180%;
}
#container.interview section .wrap .flex {
  display: flex;
}
#container.interview section .wrap .flex .img {
  order: 2;
  margin-left: 20px;
}
#container.interview section .btmImg {
  margin-bottom: 50px;
}
#container.interview section#interview {
  margin-bottom: 50px;
}
#container #more {
  text-align: center;
}
#container #more a {
	display: inline-block;
    color: #FFF;
    transition: all 0.4s;
    background: #005AAA;
    padding: 20px;
    font-size: 1.5em;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
    width: 70%;
    max-width: 250px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}
#container #more a:hover {
  opacity: 0.6;
}
#container #entry {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#container #entry.open {
  height: auto;
  opacity: 1;
}
#container #entry .read {
  text-align: center;
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 180%;
  margin-bottom: 50px;
}
#container #entry .caution {
  color: #F00;
  font-weight: 700;
  margin-bottom: 10px;
}
#container #entry form {
  width: 700px;
  margin: 0 auto;
}
#container #entry form input[type="text"] {
  border: 0;
  background: #e6e6e6;
  border-radius: 6px;
  padding: 10px;
  width: 90%;
}
#container #entry form textarea {
  border: 0;
  background: #e6e6e6;
  border-radius: 6px;
  padding: 10px;
  width: 90%;
}
#container #entry table {
  margin-bottom: 50px;
}
#container #entry table th, #container #entry table td {
  border: 0;
  background: 0;
  padding: 10px;
}
#container #entry table th {
  font-size: 110%;
}
#container #entry table th div {
  display: flex;
  font-weight: 700;
  align-content: center;
}
#container #entry table th div label {
  margin-left: 10px;
}
#container #entry table td .text {
  margin-top: 10px;
}
#container #entry .privacy {
  background: #FAFAFA;
  padding: 20px 30px;
  margin-bottom: 30px;
}
#container #entry .privacy .title {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 130%;
  margin-bottom: 20px;
  text-align: center;
}
#container #entry .privacy dl {
  overflow: auto;
  padding-right: 20px;
  height: 300px;
}
#container #entry .privacy dl dt {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#container #entry .privacy dl dd {
  margin-bottom: 15px;
}
#container #entry .privacy dl dd:last-child {
  margin-bottom: 0;
}
#container #entry .check {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 20px;
}
#container #entry .submit {
  text-align: center;
}
#container #entry .submit img {
  display: inline-block;
  margin-right: 10px;
}
#container #entry.complate {
  padding: 11.5% 0;
}
#container #entry .comp {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 180%;
}
#container #entry .comp a {
  color: #FFFFFF;
  font-size: 1em;
  display: inline-block;
  padding: 10px 50px;
  background: #72BDFF;
}

#main_ft {
  background: #F2F2F2;
  text-align: center;
  padding: 50px 20px;
}
#main_ft ul li {
  display: inline-block;
}
#main_ft ul li:nth-child(n+2)::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
#main_ft ul li a {
  color: #005AAA;
}

@media screen and (max-width: 736px) {
  #main_hd nav {
    border-bottom: solid 1px #f2f2f2;
    position: fixed;
    top: 0;
    background: #f2f2f2;
    width: 90%;
    height: 89%;
    z-index: 100;
    padding: 10% 5%;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
  }
  #main_hd nav > ul {
    display: block;
    position: relative;
  }
  #main_hd nav > ul > li:first-child {
    margin-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  #main_hd nav > ul > li ul {
    position: relative;
    display: block;
  }
  #main_hd.navOpen nav {
    opacity: 1;
    z-index: 99;
    transition: all 0.4s;
  }
  #main_hd .hamburger {
    display: block;
  }

  #container section {
    padding: 30px 0;
  }
  #container #interview ul {
    flex-wrap: wrap;
    margin: 0 5%;
  }
  #container #interview ul li:first-child {
    margin-right: 0;
    margin-bottom: -30px;
  }
  #container #interview ul li:last-child {
    margin-left: 0;
  }
  #container.top header {
    background: url(../../images/hdimg.png) no-repeat top left;
    background-size: 200px;
    position: relative;
    padding: 220px 0 30px 0;
  }
  #container.top header dl {
    width: auto;
    float: none;
    margin-top: 0;
    padding: 5%;
  }
  #container.top header dl dt {
    font-size: 1.7em;
  }
  #container.top header dl dd > p {
    background: url(../../images/arw_l.png) no-repeat left 24px;
    padding-left: 0;
    padding-right: 0px;
    right: 0;
    left: inherit;
    top: -66px;
    width: 150px;
    text-align: center;
  }
  #container.top header::before {
    top: 210px;
    right: -48%;
    width: 200%;
    height: 50%;
    z-index: 0;
    transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
  }
  #container.interview header {
    padding: 30px 0;
  }
  #container.interview header h2 {
    margin-bottom: 30px;
  }
  #container.interview header ul {
    flex-wrap: wrap;
  }
  #container.interview header ul li {
    margin: 0 0 10px;
  }
  #container.interview header ul li img {
    width: 100%;
    height: auto;
  }
  #container.interview section .inner {
    width: auto;
  }
  #container.interview section h3 {
    margin-bottom: 30px;
  }
  #container.interview section h3 img {
    width: 100%;
    height: auto;
  }
  #container.interview section .wrap {
    margin-bottom: 40px;
  }
  #container.interview section .wrap .titleSet {
    margin-bottom: 30px;
  }
  #container.interview section .wrap .titleSet h4 {
    padding: 0 10px 15px;
  }
  #container.interview section .wrap .flex {
    flex-wrap: wrap;
  }
  #container.interview section .wrap .flex .img {
    order: inherit;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #container.interview section .wrap .flex .img img {
    width: 100%;
    height: auto;
  }
  #container.interview section .btmImg {
    margin-bottom: 30px;
  }
  #container.interview section .btmImg img {
    width: 100%;
    height: auto;
  }
  #container.interview section .btn {
    margin: 0 20px;
  }
  #container.interview section .btn img {
    width: 100%;
    height: auto;
  }
  #container #entry form {
    width: auto;
    margin: 0;
  }
  #container #entry form input[type="text"] {
    border: 0;
    background: #e6e6e6;
    border-radius: 6px;
    padding: 10px;
    width: 90%;
  }
  #container #entry form textarea {
    border: 0;
    background: #e6e6e6;
    border-radius: 6px;
    padding: 10px;
    width: 90%;
  }
  #container #entry table {
    margin-bottom: 50px;
  }
  #container #entry table tr {
    display: block;
    margin-bottom: 10px;
  }
  #container #entry table th, #container #entry table td {
    display: block;
    width: 96%;
    padding: 2%;
  }
  #container #entry table th div {
    display: flex;
    font-weight: 700;
    align-content: center;
  }
  #container #entry table th div label {
    margin-left: 10px;
  }
  #container #entry table td .text {
    margin-top: 10px;
  }
  #container #entry .privacy {
    background: #FAFAFA;
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  #container #entry .privacy .title {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 130%;
    margin-bottom: 20px;
    text-align: center;
  }
  #container #entry .privacy dl {
    overflow: auto;
    padding-right: 20px;
    height: 300px;
  }
  #container #entry .privacy dl dt {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  #container #entry .privacy dl dd {
    margin-bottom: 15px;
  }
  #container #entry .privacy dl dd:last-child {
    margin-bottom: 0;
  }
  #container #entry .check {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  #container #entry .submit {
    text-align: center;
  }
  #container #entry .submit img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------------
	ページトップ
--------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1000;
}

@media screen and (max-width: 736px) {
  #page-top {
    bottom: 100px;
  }
}
/*--------------------------------------------------------------------
	パンナビ
--------------------------------------------------------------------*/
.breadLink {
  padding: 10px 0;
}
.breadLink ul {
  margin: 0 auto;
  width: 950px;
}
.breadLink ul li {
  display: inline-block;
  vertical-align: middle;
}
.breadLink ul li::before {
  content: ">";
  font-size: 80%;
  display: inline-block;
  margin: 0 7px;
}
.breadLink ul li:first-child::before {
  display: none;
}
.breadLink ul li a {
  color: #069138;
  font-weight: 700;
  transition: all 0.4s;
}
.breadLink ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 736px) {
  .breadLink ul {
    color: #2C2C2C !important;
    padding: 0;
    width: auto;
  }
  .breadLink ul li {
    display: block;
    margin-right: 0;
    background: #f2f2f2;
    padding: 10px;
    border-top: solid 1px #e6e6e6;
  }
  .breadLink ul li::before {
    display: none;
  }
}
