@charset "utf-8"; /*==============================
 #interview
 ==============================*/
.top_visual {
  height: 440px;
  /* min-width: 1000px; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1100px;
  margin: 0 auto;
  /* padding-top: 30%; */
}

.top_visual#interview01 {
  background: url(../img/interview/interview01_01.jpg) no-repeat center top;
}

.top_visual#interview02 {
  background: url(../img/interview/interview02_01.jpg) no-repeat center top;
}

.top_visual#interview03 {
  background: url(../img/interview/interview03_01.jpg) no-repeat center top;
}

.top_visual#interview04 {
  background: url(../img/interview/interview04_01.jpg) no-repeat center top;
}

.top_visual#message_top {
  background: url(../img/message/img_01.jpg) no-repeat center top;
}

.top_visual .inner {
  width: 1000px;
  margin: 0 auto;
}
.top_visual .inner img{
  width:100%;
  height:auto;
}

#pankuzu {
  color: #000000;
  font-size: 12px;
  padding-top: 16px;
}

#pankuzu ol {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

#pankuzu ol li:nth-child(even) {
  padding: 0 17px;
}

#main .btn01 {
  display: block;
  width: 298px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  margin: 46px auto;
  border: 2px solid #004bb4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

#main .btn01.red {
  background: #c02613;
  color: #FFF;
  border-color: #c02613;
  width: 400px;
  padding: 26px 0 24px;
  font-weight: bold;
}

#main .btn01:after {
  position: absolute;
  content: '';
  background: url(../img/v_01.png) no-repeat 0 0;
  width: 16px;
  height: 13px;
  top: 0;
  bottom: 3px;
  right: 18px;
  margin: auto;
}

#main .btn01.red:after {
  background-image: url(../img/v_03.png);
}

#main .btn01:hover {
  color: #fff;
  background: #004bb4;
}

#main .btn01.red:hover {
  background: #FFF;
  color: #c02613;
}

#main .btn01:hover:after {
  background: url(../img/v_03.png) no-repeat 0 0;
}

#main .btn01.red:hover:after {
  background-image: url(../img/v_05.png);
}

#main h2.ttl {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}

#main h2.ttl .niho {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  margin: 0 auto 25px;
  position: relative;
  letter-spacing: 0.1rem;
  left: -7px;
  top: -6px;
}

#main h2.ttl .cth {
  display: block;
  line-height: 1.4;
}

#main h2.ttl .eiji {
  display: block;
  font-size: 48px;
  font-family: "Poppins";
  color: rgb(0, 75, 180);
  font-weight: bold;
  display: block;
  line-height: 1;
  left: -4px;
  position: relative;
}

#main h2.ttl .niho:before, #main h2.ttl .niho:after {
  position: relative;
  content: '';
  background: #000;
  width: 25px;
  height: 1px;
  bottom: 5px;
  margin: auto;
  display: inline-block;
}

#main h2.ttl .niho:before {
  left: -10px;
}

#main h2.ttl .niho:after {
  right: -9px;
}

#main .interview_list h2.ttl {
  margin-bottom: 10px;
}

#main .interview_list h2.ttl .niho {
  color: #FFF;
}

#main .interview_list h2.ttl .cth {
}

#main .interview_list h2.ttl .eiji {
  color: #FFF;
}

#main .interview_list h2.ttl .niho:before, #main .interview_list h2.ttl .niho:after {
  background: #FFF;
}

#main .interview_list h2.ttl .niho:before {
}

#main .interview_list h2.ttl .niho:after {
}

#main.interview_box {
  padding: 80px 0 54px;
}

#main.interview_box .top {
  width: 1000px;
  margin: 0 auto 56px;
  text-align: center;
}

#main.interview_box .top .name {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

#main.interview_box .top .name span {
  display: block;
  color: #004bb4;
  font-size: 14px;
  vertical-align: middle;
  margin: 10px 0 0;
}

#main.interview_box .top .belong {
  color: #434343;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  bottom: 20px;
  position: relative;
  margin: 0 0 0 40px;
  left: -12px;
}

#main.interview_box .box {
  width: 1000px;
  margin: 0px auto 75px;
}

#main.interview_box .box.box_img {
  margin: 0px auto 55px;
}

#main.interview_box .box.box_txt {
  margin: 0px auto 82px;
}

#main.interview_box .box p {
  line-height: 1.8;
  font-size: 16px;
}

#main.interview_box .box.box_txt h3 {
  margin-bottom: 20px;
}

#main.interview_box .box.box_txt p {
  /* text-align: center; */
  max-width: 720px;
  margin: auto;
}

#main.interview_box .box .sub {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 26px;
  font-weight: bold;
  padding: 2px 0 0;
}

#main.interview_box .box.box_txt .sub {
  text-align: center;
}

#main.interview_box .box.box_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

#main.interview_box .box.box_flex.reverse {
  margin-top: 30px;
}

#main.interview_box .box.box_flex .left {
  width: 470px;
}

#main.interview_box .box.box_flex.reverse .left {
  width: auto;
}

#main.interview_box .box.box_flex.reverse .right {
  width: 500px;
}

#main.interview_box .box.box_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

#main.interview_box .box.box_flex.reverse {
  margin-top: 30px;
}

#main.interview_box .box.box_flex .left {
  width: 470px;
}

#main.interview_box .box.box_flex.tp2 .left {
  width: 450px;
}

#main.interview_box .box.box_flex.tp2 .right {
  order: -1;
}

#main.interview_box .box.box_flex.reverse .left {
  width: auto;
}

#main.interview_box .box.box_flex.reverse .right {
  width: 500px;
}

#main.interview_box .box.box_flex2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 65px;
}

#main.interview_box .box.box_flex2.reverse {
  margin-top: 30px;
}

#main.interview_box .box.box_flex2 .left {
  width: 320px;
  padding: 15px 0 0;
}

#main.interview_box .box.box_flex2 .right {
  width: 668px;
  padding: 15px 0 0;
}

#main.interview_box .box.box_flex2 .right .sub {
  margin-bottom: 17px;
}

#main.interview_box .box.box_flex2 .right p {
  line-height: 1.6;
}

#main.interview_box .box.box_flex2 p.company_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 7px;
}

#main.interview_box .box.box_flex2 p.ceo {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding: 27px 0 0 0;
  margin-bottom: 20px;
}

#main.interview_box .box.box_flex2 p.ceo .blue {
  color: #004bb4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-left: 15px;
}

#main.interview_box .box.box_flex2 p.class {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
}

#main.interview_box .box.box_flex2.reverse .left {
  width: auto;
}

#main.interview_box .box.box_flex2.reverse .right {
  width: 500px;
}

#main.interview_box .prof {
  width: 800px;
  box-sizing: border-box;
  padding: 19px 22px 12px;
  margin: 65px auto 0;
  border: 2px solid #000000;
}

#main.interview_box .prof .data {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  /* align-items: center; */
  margin-bottom: 12px;
}

#main.interview_box .prof .data .left {
  margin-right: 22px;
  margin-top: 10px;
}

#main.interview_box .prof .data .belong {
  color: #434343;
  font-size: 14px;
}

#main.interview_box .prof .data .name {
  font-size: 18px;
  font-weight: bold;
}

#main.interview_box .prof .data .name span {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}

#main.interview_box .prof .data .other {
  color: #434343;
  font-size: 14px;
  padding: 0 0 18px 7px;
}

#main.interview_box .prof .data .other span {
  margin-left: 15px;
}

#main.interview_box .prof .history {
  color: #434343;
  font-size: 14px;
  padding: 0 0 0 10px;
}

#main.interview_box .main_photo2 {
  max-width: 1200px;
  height: 520px;
  margin: 80px auto 35px;
  background: url('../img/message/img_04.jpg') no-repeat center center;
}

#main.interview_box .main_photo3 {
  max-width: 1200px;
  height: 520px;
  margin: 80px auto 35px;
  background: url('../img/message/img_07.jpg') no-repeat center center;
}

#interview .interview_list {
  padding: 54px 0 62px;
  background: #004bb4;
  margin: 70px 0 0;
}

#interview .extra {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  margin: 70px auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #414141;
  padding: 20px 0;
}

#interview .extra dl {
  width: 880px;
  margin-left: 20px;
}

#interview .extra dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}

#interview .extra .img {
  width: 100px;
}

#interview .extra img {
  width: 100px;
  height: auto;
}

#interview .staffList {
  width: 1000px;
  margin: 162px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

#interview .staffList li {
  width: 24.1%;
}

#interview .staffList li a {
  display: block;
  position: relative;
}

#interview .staffList li a:hover {
  opacity: 0.6;
}

#interview .staffList li a img {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
}

#interview .staffList li .white {
  background: #fff;
  padding: 77px 18px 22px;
}

#interview .staffList li .white .name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#interview .staffList li .white .name span {
  font-family: "Poppins";
  font-weight: 600;
  color: #004bb4;
  font-size: 12px;
  vertical-align: middle;
  display: block;
  margin: -3px 0 5px;
}

#interview .staffList li .white .belong {
  color: #434343;
  font-size: 14px;
  text-align: center;
}

#interview .staffList li .white .catch {
  margin-top: 12px;
  padding-top: 0px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

/*==============================
 #recruit
 ==============================*/
#recruit p.t1 {
  text-align: center;
  margin: 0 0 32px;
}

#recruit #pankuzu, #recruit #main {
  width: 1000px;
}

#recruit #pankuzu {
  color: #000;
  margin: 0 auto;
}

#recruit #main {
  margin: 26px auto 70px;
}

#recruit #main .anchor_ttl {
  font-size: 22px;
  text-align: center;
}

#recruit #main .anchor_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#recruit #main .anchor_list:nth-of-type(2) {
  margin-bottom: 40px;
}

#recruit #main .anchor_list a {
  width: 30%;
  padding: 10px 10px;
  border: 2px solid rgb(0, 75, 180);
  transition: all .2s;
  position: relative;
}

#recruit #main .anchor_list::after {
  content: "";
  display: block;
  width: 30%;
}

#recruit #main .anchor_list a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid rgb(0, 75, 180);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all .2s;
}

#recruit #main .anchor_list a:nth-child(n + 4) {
  margin-top: 15px;
}

#recruit #main .anchor_list a:hover {
  color: #fff;
  background: rgb(0, 75, 180);
}

#recruit #main .anchor_list a:hover:after {
  border-left-color: #fff;
}

#recruit #main h3 {
  color: rgb(0, 75, 180);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 19px;
}

#recruit #main table {
  width: 100%;
  margin-bottom: 10px;
}

#recruit #main table th {
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 15px 30px;
  vertical-align: top;
  text-align: left;
  background: #eaf3ff;
}

#recruit #main table td {
  border: 1px solid #dcdcdc;
  padding: 15px 60px;
  vertical-align: middle;
  text-align: left;
}

#recruit #main .btn01 {
  margin: 17px auto 60px;
}

#recruit #main .btn04 {
  display: block;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 16px 0;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #0f9522;
  border: 1px solid #0f9522;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#recruit #main .btn04:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  top: 0;
  bottom: 2px;
  right: 12px;
  margin: auto;
}

#recruit #main .btn04:hover {
  background: none;
  color: #0f9522;
}

#recruit #main .btn04:hover:after {
  border-left: 8px solid #0f9522;
}

/*==============================
 #entry
 ==============================*/
#entry p.t1 {
  text-align: center;
  margin: 0 0 32px;
}

#entry #pankuzu, #entry #main {
  width: 1000px;
}

#entry #pankuzu {
  color: #000;
  margin: 0 auto;
}

#entry #main {
  margin: 26px auto 70px;
  min-height: calc(100vh - 346px);
}

#entry #main h3 {
  color: rgb(0, 75, 180);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 19px;
}

#entry #main table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
}

#entry #main table th {
  width: 220px;
  box-sizing: border-box;
  border: 1px solid #636363;
  padding: 16px 18px;
  vertical-align: top;
  text-align: left;
  position: relative;
  font-size: 14px;
}

#entry #main table td {
  border: 1px solid #636363;
  padding: 13px 19px;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
}

#entry #main table td .rspan {
  display: inline-block;
  width: 360px;
}

#entry #main .entry_box p {
  padding: 2px 0 0px;
  margin: 0px 0 13px;
}

#entry #main p span.pl {
  margin: 0 0 0 11px;
}

#entry #main p span.select {
  margin: 0 0 0 11px;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#entry #main p span.select select {
  width: 269px;
  padding: 6px 10px 5px;
  font-size: 14px;
  border: 1px solid #c3c3c3;
  background: #fff;
}

#entry #main .table {
  margin: 0 0 48px;
}

#entry #main p span {
  color: #004bb4;
}

#entry #main .table table tbody tr th span.required {
  color: #004bb4;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: auto;
  height: 14px;
  line-height: 1;
  font-size: 14px;
}

#entry #main .table table tbody tr td span input {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 6px 10px 5px;
  font-size: 14px;
  border: 1px solid #c3c3c3;
}

#entry #main .table table tbody tr td span input#name, #entry #main .table table tbody tr td span input.furigana {
  box-sizing: border-box;
  width: 100%;
}

#entry #main .table table tbody tr td span.im {
  color: #000;
}

#entry #main .table table tbody tr td span.tel1 {
  margin: 0 7px 0 11px;
}

#entry #main .table table tbody tr td span.comment {
  box-sizing: border-box;
}

#entry #main .table table tbody tr td textarea {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 6px 10px 5px;
  font-size: 14px;
  color: #333;
  border: 1px solid #c3c3c3;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}

#entry #main .confirm {
  display: block;
  width: 298px;
  margin: 46px auto;
  position: relative;
}

#entry #main .confirm input {
  display: block;
  box-sizing: border-box;
  width: 298px;
  padding: 15px 0;
  border: 2px solid #004bb4;
  background-color: #FFF;
  font-size: 16px;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-shadow: none;
}

#entry #main .confirm:after {
  position: absolute;
  content: '';
  background: url(../img/v_01.png) no-repeat 0 0;
  width: 16px;
  height: 13px;
  top: 0;
  bottom: 3px;
  right: 18px;
  margin: auto;
}

#entry #main .confirm input:hover {
  color: #fff;
  background: #004bb4;
}

#entry #main .confirm:hover:after {
  background: url(../img/v_03.png) no-repeat 0 0;
}

.radio {
  display: none;
}

.news_item {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.news_item .img {
  text-align: center;
  margin: 0 0 0px;
}

.news_item h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #004bb4;
}

.news_item p {
  margin: 0 0 20px;
}

.news_item img {
  margin: 0 0 40px;
}
