@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.pc {display: block;}
.sp {display: none;}

h1 {
  margin-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
}

.warp {
  overflow: hidden;
}

.wrapper {
  position: relative;
}

.top_bar {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 5;
  background: #173559;
}

.header {
  position: relative;
  width: 980px;
  margin: auto;
  display: flex;
  align-items: center;
  background: #173559;
  z-index: 10;
}

.top_slider {
  position: relative;
  left: 50%;
  width: 980px;
  margin-left: -490px;
}
.slider_text  {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 20;
}
.slider_text p {
  font-size: 25px;
  color: #173559;
}
.slider_text p:not(:last-child) {
  margin-bottom: 5px;
}
.slider_text p span {
  padding: 0 5px;
  background: #fff;
}
.slider {
  position: relative;
  z-index: 10;
}

.cont_title {
  padding: 100px 0 50px;
  text-align: center;
}
.cont_title h2 {
  font-size: 30px;
  font-weight: normal;
  color: #0076CF
}

.osae {
  font-size: 16px;
  line-height: 43px;
  text-align: center;
}

.group1 {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: auto;
}
select {
  width: 230px;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #173559;
  border: 1px solid #173559;
  border-radius: 5px;
}
.submit {
  width: 250px;
  margin: 50px auto 0;
  background: #173559;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.submit p {
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 5px;
  color: #fff;
}

.btn_link {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 50px auto 0;
}
.freeword_title {
  width: 500px;
  font-size: 16px;
  color: #173559;
  margin: 50px auto 10px;
}
.freeword {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.freeword input {
  width: 450px;
  height: 50px;
  padding-left: 50px;
  font-size: 16px;
  color: #173559;
  border: 1px solid #173559;
  border-radius: 5px;
}
input::placeholder {
  color: #C9D5E4;
}
.freeword a span {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 36px;
  font-weight: bold;
  color: #173559;
}

.cont03 {
  position: relative;
}
.merit_area {
  position: relative;
  width: 670px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 30px;
  z-index: 10;
}
.merit_area_back {
  position: absolute;
  top: 196px;
  width: 100vw;
  height: 441px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #EDF3F6;
  z-index: 5;
}
.merit_box {
  width: 180px;
}
.merit_title {
  font-size: 26px;
  margin: 0 0 20px;
  color: #24558F;
  text-align: center;
}
.merit_text {
  font-size: 16px;
  line-height: 29px;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}
.merit_text span {
  font-size: 12px;
}

.job_box {
  width: 600px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid #0076CF;
  border-radius: 20px;
}
.job_box:not(:last-child) {
  margin-bottom: 50px;
}
.job_box_left {
  width: 275px;
}
.job_box_left hr {
  width: 60px;
  margin: 30px 0;
  border: 0;
  border-top: 3px solid #0076CF;
}
.job_headline {
  font-size: 20px;
  color: #0076CF;
}
.job_subtext {
  font-size: 16px;
  color: #0076CF;
}
.job_text {
  font-size: 16px;
  line-height: 27px;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}
.job_box_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job_box_right a {
  display: block;
}
.job_box_right a:first-child {
  margin-bottom: 30px;
}

.cont05 ul {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
.cont05 ul li {
  position: relative;
  left: 50px;
  width: 400px;
  margin-bottom: 50px;
  list-style: none;
}
.cont05 ul li:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -50px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_qa.png);
  background-size: cover;
}
.cont05 ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #173559;
  text-decoration: none;
}

.qa {
  width: 400px;
  border-radius: 20px;
}
.qa_q {
  padding: 30px 30px 30px 60px;
  background: #173559;
  border-radius: 20px 20px 0 0;
  border: 2px 2px 0 0 solid #173559;
}
.qa_q p {
  position: relative;
  font-size: 16px;
  color: #fff;
}
.qa_q p:before {
  content: "Q：";
  position: absolute;
  top: 0;
  left: -25px;
}
.qa_a {
  padding: 30px 30px 80px 60px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: 2px solid #173559;
}
.qa_a p {
  position: relative;
  font-size: 16px;
  color: #173559;
  text-align: left;
}
.qa_a p:before {
  content: "A：";
  position: absolute;
  top: 0;
  left: -25px;
}
.qa_close {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 95px;
  margin: auto;
  padding: 5px 0;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
}

.cont06_box {
  width: 735px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.cont06_box_right {
  width: 300px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cremo_text {
  font-size: 16px;
  line-height: 27px;
}
.cremo_btn {
  position: relative;
  width: 250px;
  margin-top: 50px;
  background: #173559;
  text-align: center;
  border-radius: 5px;
}
.cremo_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cremo_btn p {
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 5px;
  color: #fff;
}

.footer {
  position: relative;
  width: 100%;
  margin: 150px auto 0;
  text-align: center;
}
.footer p {
  position: relative;
  padding: 30px 0;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  z-index: 50;
}
.footer_back {
  position: absolute;
  width: 100vw;
  height: 100px;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #173559;
  z-index: 10;
}

.ret_btn {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 60;
  cursor: pointer;
}
/* menu -------------------*/

.menu_trigger {
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}

.menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #173559;
  z-index: 999;
  transition: all 0.3s;
}
.menu.open {
  right: 0;
}
.menu_close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.menu ul {
  width: 185px;
  margin: 80px auto 0;
}
.menu ul li {
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  list-style: none;
}
.menu ul li:after {
  content: "\e315";
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 30px;
  content: #fff;
  transform: translateY(-50%);
}
.menu ul li:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
