@charset "UTF-8";
/* CSS Document */
/* 
  地方採用LP用
*/
/* common */
html {}
img {
  width: 100%;
  height: auto;
}
body {
  margin-top: 80px;
  overflow-x: hidden;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 860px) {
  body {
    margin-top: 59px;
  }
}
/* section style */
section {
  padding-top: 100px;
  padding-bottom: 120px;
}
.section_title {
  margin-bottom: 40px;
  padding-top: 35px;
  text-align: center;
  min-height: 115px;
}
.section_title .jp_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #1F73E2;
  margin-bottom: 60px;
}
.section_title .description_text {
  font-weight: bold;
  color: #313131;
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .section_title {
    margin-bottom: 40px;
  }
  .section_title .jp_text {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
/* key */
#key-area {
  width: 100vw;
  height: 54.5vw;
  margin-bottom: 50px;
  background: rgb(0, 32, 96);
  background: linear-gradient(90deg, rgba(0, 32, 96, 1) 0%, rgba(0, 32, 96, 1) 40%, rgba(0, 32, 96, 0) 40%, rgba(0, 32, 96, 0) 100%);
}
#key-area > .layout {
  height: 100%;
}
#key-area .main_phrase_box {
  background-color: #002060;
  width: 54%;
  height: 100%;
  transform: skewX(-13deg);
}
#key-area .main_phrase_inner_box {
  transform: skewX(13deg);
  text-align: center;
  position: relative;
  top: calc(50% - 250px);
}
#key-area .main_phrase_box .phrase_main_text {
  max-width: 485px;
  padding-right: 20px;
  margin: 0 auto 75px auto;
}
#key-area .main_phrase_box .phrase_list {
  max-width: 440px;
  align-items: stretch;
  padding: 0;
  transform: skewX(-13deg);
  padding-right: 40px;
  margin: 0 auto 24px auto;
}
#key-area .main_phrase_box .phrase_list > li {
  background-color: #0C3D89;
  width: calc(50% - 1px);
  margin: 0.5px;
  padding: 20px;
  text-align: center;
}
#key-area .main_phrase_box .phrase_list li span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  transform: skewX(13deg);
}
#key-area .main_phrase_box .phrase_list li span img {
  display: inline-block;
  width: 12px;
  height: auto;
  vertical-align: baseline;
}
#key-area .phrase_sub_text {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.57;
  text-align: left;
  letter-spacing: 0.21px;
  color: #12c6ff;
  max-width: 460px;
  margin: 0 auto;
}
#key-area .img_box {
  width: 46%;
  position: relative;
  height: inherit;
}
#key-area .img_box img.pc-only {
  position: absolute;
  width: 120%;
  top: -80px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #key-area .main_phrase_inner_box {
    top: calc(50% - 200px);
  }
  #key-area .main_phrase_box .phrase_main_text {
    max-width: 380px;
    padding-right: 20px;
    margin: 0 auto 45px auto;
  }
  #key-area .main_phrase_box .phrase_list {
    max-width: 380px;
    margin: 0 auto 24px auto;
  }
  #key-area .main_phrase_box .phrase_list li span {
    font-size: 14px;
  }
  #key-area .main_phrase_box .phrase_list li span img {
    width: 12px;
  }
  #key-area .phrase_sub_text {
    font-size: 18px;
    max-width: 400px;
  }
}
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 860px) {
  #key-area {
    height: auto;
    background: rgb(0, 32, 96);
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  #key-area .pc-only {
    display: none;
  }
  #key-area .sp-only {
    display: block;
  }
  #key-area .main_phrase_box {
    background-color: #002060;
    width: 100%;
    height: 100%;
    transform: none;
  }
  #key-area .main_phrase_inner_box {
    transform: none;
    text-align: center;
    position: relative;
    top: auto;
  }
  #key-area .main_phrase_box .phrase_main_text {
    max-width: 305px;
    margin: 30px auto 40px auto;
  }
  #key-area .img_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #key-area .main_phrase_box .phrase_list {
    max-width: 90%;
    align-items: stretch;
    padding: 0;
    transform: skewX(-13deg);
    margin: 0 auto 24px auto;
  }
  #key-area .main_phrase_box .phrase_list > li {
    background-color: #0C3D89;
    width: calc(50% - 1px);
    margin: 0.5px;
    padding: 20px;
    text-align: center;
  }
  #key-area .main_phrase_box .phrase_list li span {
    display: block;
    color: #ffffff;
    font-size: 13px;
    transform: skewX(13deg);
  }
  #key-area .phrase_sub_text {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.57;
    text-align: left;
    color: #12c6ff;
    max-width: 280px;
    margin: 0 auto;
  }
}
/* メリット */
#merit {
  padding-bottom: 0;
}
#merit .section_title {
  background-image: url("../img/lp-locality/bg_title_merit.png");
  background-repeat: no-repeat;
  background-size: 280px auto;
  background-position: top center;
  margin-bottom: 193px;
}
#merit .section_title.bg_decorate {
  position: relative;
}
#merit .section_title.bg_decorate::before {
  content: "";
  position: absolute;
  top: calc(50% - 50vw);
  left: calc(50% - 25vw);
  display: block;
  width: 50vw;
  height: 100vw;
  background-color: #ffffff;
  z-index: -1;
  transform: skewX(-13deg);
}
#merit .section_title.bg_decorate::after {
  content: "";
  position: absolute;
  top: calc(50% - 50vw);
  left: calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: 100vw;
  background-color: #EEF2F6;
  z-index: -2;
}
#merit .section_contents {
  background-color: #1f73e2;
}
.layout.img_panel {
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  top: -150px;
}
.layout.img_panel > li {
  background-color: #ffffff;
  width: calc(33% - 1px);
  margin: 0.5px;
}
.layout.img_panel > li:nth-child(4), .layout.img_panel > li:last-child {
  width: calc(49.5% - 1px);
}
.layout.img_panel .img_panel_title {
  font-size: 20px;
  font-weight: bold;
  color: #002060;
  margin-bottom: 15px;
  position: relative;
}
.layout.img_panel .img_panel_title::after {
  content: "";
  position: absolute;
  top: -82px;
  right: 0;
  display: block;
  width: 76px;
  height: 72px;
  background-position: right center;
  background-size: auto 72px;
  background-repeat: no-repeat;
}
.layout.img_panel .img_panel_description {
  color: #313131;
}
.layout.img_panel .img_box {
  background-color: #eef2f6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.layout.img_panel .img_box::before {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 52.5%;
}
.layout.img_panel > li:nth-child(4) .img_box::before, .layout.img_panel > li:last-child .img_box::before {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 46.7%;
}
.layout.img_panel > li:nth-child(1) .img_box {
  background-image: url("../img/lp-locality/img_merit_1.jpg");
}
.layout.img_panel > li:nth-child(2) .img_box {
  background-image: url("../img/lp-locality/img_merit_2.jpg");
}
.layout.img_panel > li:nth-child(3) .img_box {
  background-image: url("../img/lp-locality/img_merit_3.jpg");
}
.layout.img_panel > li:nth-child(4) .img_box {
  background-image: url("../img/lp-locality/img_merit_4.jpg");
}
.layout.img_panel > li:nth-child(5) .img_box {
  background-image: url("../img/lp-locality/img_merit_5.jpg");
}
.layout.img_panel > li:nth-child(1) .img_panel_title::after {
  background-image: url("../img/lp-locality/img_merit_no1.png");
}
.layout.img_panel > li:nth-child(2) .img_panel_title::after {
  background-image: url("../img/lp-locality/img_merit_no2.png");
}
.layout.img_panel > li:nth-child(3) .img_panel_title::after {
  background-image: url("../img/lp-locality/img_merit_no3.png");
}
.layout.img_panel > li:nth-child(4) .img_panel_title::after {
  background-image: url("../img/lp-locality/img_merit_no4.png");
}
.layout.img_panel > li:nth-child(5) .img_panel_title::after {
  background-image: url("../img/lp-locality/img_merit_no5.png");
}
.layout.img_panel .content_box {
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  #merit {
    padding-top: 50px;
  }
  #merit .section_title {
    padding-top: 8px;
    background-size: auto 71px;
    margin-bottom: 153px;
  }
  #merit .section_title.bg_decorate::before {
    top: calc(50% - 40vw);
    left: calc(50% - 35vw);
    width: 70vw;
    height: 80vw;
  }
  #merit .section_title.bg_decorate::after {
    top: calc(50% - 50vw);
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100vw;
  }
  .layout.img_panel {
    top: -120px;
  }
  .layout.img_panel > li, .layout.img_panel > li:nth-child(4), .layout.img_panel > li:last-child {
    width: 100%;
  }
  .layout.img_panel .img_panel_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .layout.img_panel .img_panel_title::after {
    top: -72px;
  }
  .layout.img_panel .content_box {
    padding: 20px;
  }
}
/* 次のステージ */
#next_stage {
  background-color: #002060;
  margin-top: -10px;
  padding-top: 170px;
}
#next_stage .section_title {
  background-image: url("../img/lp-locality/bg_title_next_stage.png");
  background-repeat: no-repeat;
  background-size: 1390px auto;
  background-position: top center;
  padding-bottom: 30px;
  text-align: left;
  color: #ffffff;
}
#next_stage .section_title .jp_text {
  color: #ffffff;
  margin-bottom: 0;
}
#next_stage .section_contents p {
  color: #ffffff;
}
#next_stage .section_contents h3 {
  font-size: 18px;
  color: #12c6ff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}
#next_stage .layout.two_column {
  align-items: stretch;
}
#next_stage .layout.two_column .contents_box {
  width: 35%;
}
#next_stage .layout.two_column .img_box {
  width: 65%;
}
#next_stage .layout.two_column .img_box > div {
  margin-top: -70px;
}
.shape {
  padding: 0 60px 0 120px;
}
.shape .trapezoid {
  transform: skewX(-9deg);
  font-size: 16px;
  overflow: hidden;
}
.shape .shadow {
  box-shadow: 20px 20px #1F73E2;
}
.shape .trapezoid > * {
  display: block;
  transform: skewX(9deg) scale(1.12);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  #next_stage {
    padding-top: 50px;
    margin-top: -40px;
  }
  #next_stage .section_title {
    background-image: url("../img/lp-locality/bg_title_next_stage_sp.png");
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
    background-size: auto 75px;
    background-position: center;
  }
  #next_stage .layout.two_column {
    flex-direction: column-reverse;
  }
  #next_stage .layout.two_column .contents_box, #next_stage .layout.two_column .img_box {
    width: 100%;
  }
  #next_stage .layout.two_column .img_box > div {
    margin-top: 0px;
  }
  #next_stage .layout.two_column .img_box.shape {
    padding: 0 30px 0 20px;
    margin-bottom: 50px;
  }
  #next_stage .section_contents h3 {
    font-size: 16px;
  }
  .shape .shadow {
    box-shadow: 10px 10px #1F73E2;
  }
}
/* ケース */
#case {
  background-color: #e8eef6;
  padding-bottom: 135px;
}
#case .section_title {
  background-image: url("../img/lp-locality/bg_title_case.png");
  background-repeat: no-repeat;
  background-size: 236px auto;
  background-position: top center;
}
.layout.profile {
  margin: 0 auto 80px auto;
  align-items: stretch;
}
.layout.profile > div {
  background-color: #ffffff;
  margin: 0.5px;
  padding: 50px 49.5px 50px 49.5px;
  text-align: center;
}
.layout.profile .profile_title {
  font-size: 24px;
  color: #002060;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.layout.profile .profile_sub_title {
  font-size: 18px;
  color: #12c6ff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.layout.profile .profile_text {
  color: #313131;
  margin-bottom: 23px;
}
.layout.profile .profile_text:last-child {
  margin-bottom: 0;
}
.layout.profile .img_box {
  width: calc(31% - 1px);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.layout.profile .layout.img_box img {
  max-width: 270px;
}
.layout.profile .profile_dl {
  margin-top: 17px;
}
.layout.profile .profile_dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 8px;
}
.layout.profile .profile_dl dd {
  line-height: 2;
  font-size: 14px;
  color: #717171;
}
.layout.profile .contents_box {
  width: calc(69% - 1px);
  text-align: left;
  background-image: url("../img/lp-locality/bg_text_profile.png");
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: right 30px bottom 30px;
}
.section_contents .contents_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #1f73e2;
  margin-bottom: 27px;
}
.section_contents .contents_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #313131;
  margin-bottom: 40px;
}
.layout.how_to_work {
  align-items: stretch;
}
.layout.how_to_work > div {
  width: calc(50% - 1px);
  background-color: #ffffff;
  margin: 0.5px;
  text-align: center;
}
.layout.how_to_work .how_to_work_label {
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.layout.how_to_work .how_to_work_label.normal {
  background-color: #002060;
}
.layout.how_to_work .how_to_work_label.hard {
  background-color: #ff9100;
}
.layout.how_to_work .how_to_work_contents {
  padding: 20px 49.5px 50px 49.5px;
  text-align: left;
}
.layout.how_to_work .how_to_work_contents .img_box {
  margin-bottom: 25px;
}
.layout.how_to_work .how_to_work_contents h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #002060;
  border-bottom: solid 2px #002060;
  padding: 5px 0 10px 0;
  margin-bottom: 10px;
}
.layout.how_to_work .how_to_work_contents ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.layout.how_to_work .how_to_work_contents ul li {
  line-height: 2;
  color: #313131;
}
.layout.how_to_work .how_to_work_contents p {
  color: #313131;
}
@media screen and (max-width: 767px) {
  #case {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  #case .section_title {
    background-size: auto 72px;
    padding-top: 5px;
    margin-bottom: 30px
  }
  #case .section_title .jp_text {
    margin-bottom: 30px;
  }
  .layout.profile {
    margin: 0 auto 55px auto;
  }
  .layout.profile .profile_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .layout.profile .profile_sub_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .layout.profile > div {
    padding: 20px;
  }
  .layout.profile .profile_dl dt {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .layout.profile .profile_dl dd {
    line-height: 2;
    font-size: 12px;
  }
  .layout.profile .img_box {
    width: 100%;
  }
  .layout.profile .contents_box {
    width: 100%;
    background-image: none;
  }
  .layout.profile .layout.img_box img {
    width: 110px;
    max-width: 110px;
  }
  .layout.profile .layout.img_box .profile_dl {
    width: calc(100% - 122px);
    margin-top: 0;
    padding-left: 12px;
  }
  .section_contents .contents_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section_contents .contents_text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .layout.how_to_work > div {
    width: 100%;
  }
  .layout.how_to_work .how_to_work_label {
    font-size: 18px;
    padding: 15px;
  }
  .layout.how_to_work .how_to_work_contents {
    padding: 20px;
  }
  .layout.how_to_work .how_to_work_contents h5 {
    font-size: 14px;
  }
  .layout.how_to_work .how_to_work_contents .img_box {
    margin-bottom: 15px;
  }
}
/* インタビュー */
#interview {
  padding-top: 110px;
  padding-bottom: 0;
  background-color: #ffffff;
}
#interview .section_title {
  background-image: url("../img/lp-locality/bg_title_interview.png");
  background-repeat: no-repeat;
  background-size: 492px auto;
  background-position: top center;
}
#interview .section_contents {
  background-color: #e8eef6;
  padding-bottom: 120px;
}
#interview .section_contents .contents_header {
  background-image: url("../img/lp-locality/bg_section_interview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 150px;
}
#interview .section_contents .contents_header::before {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 30.7%;
}
#interview .section_contents .contents_header .contents_header_title {
  width: 100%;
  padding: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  bottom: -50px;
}
#interview .section_contents .wrapper {
  max-width: 1300px;
  padding: 0 20px;
}
#interview .section_contents .contents_header .trapezoid {
  background-color: #ffffff;
  padding: 50px 50px 50px 80px;
  color: #313131;
  max-width: 650px;
  overflow: visible;
}
#interview .section_contents .contents_header h3 .main_text {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 17px;
  color: #313131;
}
#interview .section_contents .contents_header h3 .sub_text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #313131;
}
.contents_interview .interview_box {
  margin-bottom: 70px;
}
.contents_interview .interview_box:last-child {
  margin-bottom: 0px;
}
.contents_interview .interview_box:nth-child(2n-1) {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
.contents_interview .interview_box:nth-child(2n) {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
}
.contents_interview .interview_box:nth-child(2n-1) .layout {
  flex-direction: row-reverse;
}
.contents_interview .interview_box:nth-child(2n) .layout {
  flex-direction: row;
}
.contents_interview .interview_box .img_box.shape {
  width: 50%;
  position: relative;
  z-index: 5;
}
.contents_interview .interview_box .img_box.shape .trapezoid > * {
  transform: skewX(9deg) scale(1.15);
}
.contents_interview .interview_box:nth-child(2n-1) .img_box.shape {
  padding: 0 60px 0 120px;
}
.contents_interview .interview_box:nth-child(2n) .img_box.shape {
  padding: 0 120px 0 60px;
}
.contents_interview .interview_box .interview_dl {
  width: 50%;
  padding: 70px 0;
}
.contents_interview .interview_box:nth-child(2n-1) .interview_dl {
  filter: drop-shadow(64% 0 0 #ffffff);
}
.contents_interview .interview_box:nth-child(2n) .interview_dl {
  filter: drop-shadow(-64% 0 0 #ffffff);
}
.interview_dl dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #002060;
  margin-bottom: 20px;
}
.interview_dl dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #313131;
  padding-left: 60px;
  position: relative;
  margin-bottom: 45px;
}
.interview_dl dd:last-child {
  margin-bottom: 0;
}
.interview_dl dd.skmt::before {
  content: "坂本";
  background-color: #1f73e2;
}
.interview_dl dd.sgym::before {
  content: "杉山";
  background-color: #60bc6d;
}
.interview_dl dd::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  padding: 6px 10px;
  color: rgba(255, 255, 255, 1.00);
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #interview {
    padding-top: 75px;
  }
  #interview .section_title {
    padding-top: 5px;
    margin-bottom: 25px;
    background-size: auto 72px;
  }
  #interview .section_title .jp_text {
    margin-bottom: 35px;
  }
  #interview .section_contents {
    padding-bottom: 70px;
  }
  #interview .section_contents .contents_header {
    min-height: 184px;
    margin-bottom: 290px;
  }
  #interview .section_contents .contents_header .trapezoid {
    background-color: #ffffff;
    padding: 30px 30px 30px 30px;
    max-width: 90%;
  }
  #interview .section_contents .contents_header h3 {
    padding-right: 5px;
  }
  #interview .section_contents .contents_header h3 .main_text {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #interview .section_contents .contents_header h3 .sub_text {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
  }
  #interview .section_contents .contents_header .contents_header_title {
    bottom: -110px;
  }
  #interview .section_contents .wrapper {
    padding: 0 5%;
  }
  .contents_interview .interview_box:nth-child(2n-1), .contents_interview .interview_box:nth-child(2n) {
    background: rgb(255, 255, 255);
    margin-top: 180px;
  }
  .contents_interview .interview_box:nth-child(2n-1) .img_box.shape, .contents_interview .interview_box:nth-child(2n) .img_box.shape {
    padding: 0 30px 0 20px;
    margin-top: -120px;
  }
  .contents_interview .interview_box .img_box.shape {
    width: 100%;
  }
  .contents_interview .interview_box .interview_dl {
    width: 100%;
    padding: 50px 0;
  }
  .interview_dl dt {
    font-size: 18px;
  }
  .interview_dl dd {
    font-size: 14px;
    padding-left: 0;
  }
  .interview_dl dd::before {
    position: static;
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    margin-right: 10px;
  }
}
/* インタビュー動画 */
#interview_movie {
  background-color: #002060;
  padding-top: 60px;
  padding-bottom: 80px;
}
#interview_movie .section_title > .jp_text {
  color: #ffffff;
  margin-bottom: 20px;
}
#interview_movie .description_text {
  color: #ffffff;
  font-weight: normal;
}
#interview_movie .wrapper {
  max-width: 910px;
  margin: 0 auto;
}
.movie_box {
  border: solid 12px #00102F;
  background-color: #00102F;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #interview_movie {
    padding-bottom: 70px;
  }
  #interview_movie .section_title {
    padding-top: 0;
    margin-bottom: 25px;
  }
  #interview_movie .section_title > .jp_text {
    margin-bottom: 25px;
  }
  .movie_box {
    border: solid 10px #00102F;
  }
}
/* 募集要項 */
#recruitment_guide {
  background-color: #ffffff;
  padding-top: 130px;
}
#recruitment_guide .section_title {
  background-image: url("../img/lp-locality/bg_title_recruitment_guide.png");
  background-repeat: no-repeat;
  background-size: 717px auto;
  background-position: top center;
}
#recruitment_guide .std-dl {
  max-width: 820px;
  margin: 0 auto;
}
#recruitment_guide .std-dl > dt {
  font-weight: bold;
  color: #002060;
}
#recruitment_guide .std-dl > dd {
  color: #313131;
}
#recruitment_guide .inner-std-dl > dt {
  margin-bottom: 5px;
}
#recruitment_guide .inner-std-dl > dd {
  line-height: 2;
  margin-bottom: 30px;
}
#recruitment_guide .inner-std-dl > dd:last-child {
  margin-bottom: 0;
}
ul.nor-ul {
  padding-left: 20px;
  list-style: disc;
}
#recruitment_guide .std-dl > dd ul.nor-ul li {
  color: #313131;
}
@media screen and (max-width: 767px) {
  #recruitment_guide {
    padding-top: 68px;
  }
  #recruitment_guide .section_title {
    padding-top: 12px;
    margin-bottom: 25px;
    background-size: auto 55px;
  }
  #recruitment_guide .section_title .jp_text {
    margin-bottom: 40px;
  }
  #recruitment_guide .std-dl > dt {
    padding: 30px 0 0 0;
  }
  #recruitment_guide .std-dl > dd {
    padding: 20px 0 25px 0;
  }
  #recruitment_guide .std-dl > dd ul.nor-ul li {
    line-height: 2;
  }
}
/* あいわについて */
#about_us {
  background-image: linear-gradient(to bottom, rgba(31, 159, 226, 0.6), rgba(0, 85, 197, 0.6)), url("../img/lp-locality/bg_section_about_us.jpg");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
}
#about_us .section_title {
  background-image: url("../img/lp-locality/bg_title_about_us.png");
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-position: top center;
  margin-bottom: 45px;
}
#about_us .section_title > .jp_text {
  color: #ffffff;
}
.layout.panel {
  max-width: 820px;
  margin: 0 auto;
  align-items: stretch;
}
.layout.panel > li {
  background-color: #ffffff;
  width: calc(50% - 1px);
  margin: 0.5px;
  padding: 40px;
  text-align: center;
}
.layout.panel > li:last-child {
  width: 100%;
  max-height: 197px;
}
.layout.panel .panel_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #313131;
}
.layout.panel .panel_description {
  line-height: 1.5;
  margin-bottom: 23px;
  color: #313131;
}
.layout.panel .img_box {
  max-height: 150px;
  height: 100%;
}
.layout.panel .img_box > img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.layout.panel .layout.horizontal {
  align-items: stretch
}
.layout.panel .layout.horizontal .panel_title {
  width: 150px;
}
.layout.panel .layout.horizontal .layout.vertical {
  width: calc(100% - 150px);
  max-height: 115px;
  text-align: left;
}
.layout.vertical {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.layout.vertical > * {
  width: 50%;
  line-height: 1.5;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #about_us {
    padding-top: 60px;
  }
  #about_us .section_title {
    padding-top: 20px;
    margin-bottom: 30px;
    background-size: auto 71px;
    min-height: 80px;
  }
  .layout.panel > li, .layout.panel > li:last-child {
    width: 100%;
    text-align: left;
    max-height: none;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .layout.panel .panel_title {
    font-size: 18px;
    line-height: 2;
  }
  .layout.panel .panel_description {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
  }
  .layout.panel .contents_box {
    width: calc(100% - 141px);
  }
  .layout.panel .contents_box:last-child {
    width: 100%;
  }
  .layout.panel .img_box {
    max-height: 100px;
    width: 126px;
    margin-left: 15px;
    text-align: center;
  }
  .layout.panel .img_box > img {
    max-height: 91px;
  }
  .layout.panel .layout.horizontal .panel_title {
    width: 100%;
  }
  .layout.panel .layout.horizontal .layout.vertical {
    width: 100%;
    max-height: none;
  }
  .layout.vertical {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .layout.vertical > * {
    width: 100%;
    padding-right: 0px;
    line-height: 2;
  }
}
/* faq */
#faq {
  padding-top: 90px;
}
#faq .section_title {
  background-image: url("../img/lp-locality/bg_title_faq.png");
  background-repeat: no-repeat;
  background-size: 183px auto;
  background-position: top center;
}
#faq .faq-dl {
  max-width: 820px;
  margin: 0 auto;
}
#faq .faq-dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  background-color: #ffffff;
  border: solid 1px #002060;
  padding: 25px 85px 25px 50px;
}
#faq .faq-dl dd {
  height: 0px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: solid 1px #002060;
  border-top: none;
  padding: 0 30px 0 20px;
  z-index: -1;
}
#faq .faq-dl dt::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("../img/lp-locality/img_faq.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 17px auto;
  position: absolute;
  left: 20px;
  top: calc(50% - 9px);
  margin-top: 0;
}
#faq .faq-dl dd::before {
  display: none;
}
#faq .faq-dl dd.open {
  height: auto;
  padding: 20px 30px 20px 20px;
  color: #313131;
}
#faq .faq-dl dt .icon-toggle {
  right: 30px;
  background: #002060;
  width: 3px;
  border-radius: 2px;
}
#faq .faq-dl dt .icon-toggle::after {
  background: #002060;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  #faq {
    padding-top: 60px;
  }
  #faq .section_title {
    padding-top: 20px;
    background-size: auto 71px;
    min-height: 80px;
  }
  #faq .faq-dl dt {
    font-size: 14px;
    padding: 20px 50px 20px 50px;
  }
  #faq .faq-dl dt .icon-toggle {
    right: 20px;
  }
  #faq .faq-dl dd.open {
    padding: 20px;
  }
  #faq .faq-dl dd:last-child {
    margin-bottom: 0;
  }
}
/* お問い合わせ */
#contact {
  padding-top: 0;
  background-color: #ffffff;
}
#contact .section_title {
  background-image: url("../img/lp-locality/bg_title_contact.png");
  background-repeat: no-repeat;
  background-size: 290px auto;
  background-position: center center;
  background-color: #002060;
  padding: 91px 0 84px 0;
  margin-bottom: 80px;
}
#contact .section_title .jp_text {
  color: #ffffff;
  margin-bottom: 0;
}
#contact .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#contact p.mw_wp_form_hide {
  margin-bottom: 80px;
}
#contact .form-h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #313131;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: solid 1px #c2c2c2;
}

.mw_wp_form #contact .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  #contact {
    padding-bottom: 40px;
  }
  #contact .section_title {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: auto 71px;
    margin-bottom: 40px;
  }
  #contact p.mw_wp_form_hide {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #contact .form-h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #contact .form-input-area .item-name {
    font-size: 16px;
  }
  #contact .form-input-area input, #contact .form-input-area textarea, #contact .form-input-area select {
    padding: 10px 20px;
    font-size: 16px;
  }
  #contact .form-input-area input#age {
    width: 80px;
  }
  #contact .form-attention li {
    font-size: 16px;
  }
  #contact .mwform-radio-field-text, #contact .mwform-checkbox-field-text {
    font-size: 16px;
  }
  #contact .form-input-area input[type="radio"] + span::after, #contact .form-input-area input[type="checkbox"] + span::after {
    margin-top: -8px;
  }
  #contact .form-input-area input[type="radio"] + span::before {
    margin-top: -5px;
  }
  #contact .form-input-area input[type="checkbox"] + span:before {
    margin-top: -5px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
    margin-right: 10px;
  }
}
/* header */
.logged-in #lp-header {
  margin-top: 32px;
}
#lp-header {
  width: 100%;
  z-index: 999;
  top: 0;
  background: none;
  border-bottom: none;
  height: auto;
  position: absolute;
  transition: .6s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#lp-header.fixed {
  position: fixed;
  background-color: #fff;
}
#logo {
  width: auto;
  padding: 15px 20px;
}
.confirm #logo, .thanks #logo {
  padding: 20px 0 20px 20px;
}
.header-menu.layout {
  width: calc(100% - 190px);
  max-width: none;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header-menu.layout #toggle {
  display: none;
}
.layout.header_menu_list {
  margin-left: 8px;
  border-left: solid 1px #b1b1b1;
  padding: 0 14px;
}
.layout.header_menu_list li {
  padding: 0 14px;
}
.layout.header_menu_list li a {
  font-size: 14px;
  font-weight: bold;
  color: #002060;
}
.btn.header-btn {
  display: block;
  width: 230px;
  height: 100%;
  font-size: 16px;
  background-color: #FF9100;
  color: #ffffff;
  line-height: 78px;
  transform: skewX(-13deg);
  text-align: center;
  margin-right: -10px;
}
.btn.header-btn .btn_label {
  display: inline-block;
  transform: skewX(13deg);
}
.btn.header-btn img {
  display: inline-block;
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.btn.header-btn span {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.header-menu-list {
  width: auto;
  max-width: none;
}
.btn:hover, a:hover {
  transition: .6s;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .header-menu.layout {
    width: calc(100% - 155px);
  }
}
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 860px) {
  /* header */
  .confirm #logo, .thanks #logo {
    padding: 4% 0 4% 4%;
  }
  .btn.header-btn {
    width: 73px;
    padding: 17px 10px 10px;
    font-weight: bold;
    height: 100%;
    text-align: center;
    transform: none;
    line-height: 1;
    margin-right: 0;
  }
  .btn.header-btn .btn_label {
    transform: none;
    font-size: 10px;
  }
  .btn.header-btn .btn_label .pc-only {
    display: none;
  }
  .btn.header-btn img {
    display: block;
    width: 11px;
    height: auto;
    margin: 0 auto 5px auto;
  }
  #toggle {
    background-color: rgba(255, 255, 255, 0.00);
    width: 73px;
    padding: 17px 10px 10px;
    height: 100%;
    text-align: center;
  }
  #toggle #sp-menu .open {
    font-size: 10px;
    font-weight: bold;
  }
  #toggle #sp-menu .open img {
    display: block;
    width: 11px;
    height: auto;
    margin: 0 auto 5px auto;
  }
  #toggle #sp-menu .close img {
    display: block;
    width: 16px;
    height: auto;
    margin: 0 auto 5px auto;
  }
  #toggle .close {
    display: none;
    opacity: 0;
  }
  #toggle .open {
    display: block;
    opacity: 1;
  }
  .nav-open #toggle {
    position: absolute;
    right: 0;
  }
  .nav-open #toggle .close {
    display: block;
    opacity: 1;
  }
  .nav-open #toggle .open {
    display: none;
    opacity: 0;
  }
  #lp-header {
    background-color: #fff;
    height: auto;
    position: fixed;
  }
  .header-menu {
    width: 40%;
  }
  .header-menu.layout {
    justify-content: flex-end;
    position: relative;
    width: auto;
  }
  .header-menu.layout #toggle {
    display: block;
  }
  .layout.header_menu_list {
    transition: all 0.2s;
    transform: translate(100vw);
    position: absolute;
    top: 0;
    right: -20%; /*少しずらすなら値を設定*/
    z-index: 50;
    display: block;
    box-sizing: border-box;
    padding: 52px 0px;
    background-color: #FFFFFF;
    height: 100vh;
    width: 100vw;
    border-left: none;
  }
  .nav-open .layout.header_menu_list {
    transform: translate(0);
  }
  .layout.header_menu_list li {
    padding: 20px 30px;
    border-top: solid 1px #E8EEF6;
  }
  .layout.header_menu_list li.menu_contact {
    padding: 0;
  }
  .layout.header_menu_list li.menu_contact a {
    display: block;
    padding: 20px 30px;
    background-color: #FF9100;
    color: #ffffff;
  }
  .layout.header_menu_list li.menu_contact a > img {
    display: inline-block;
    width: 14px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
  }
}
/* footer */
#footer {
  background-color: #002060;
}
.footer-copyright {
  padding: 15px 0;
  background-color: #ffffff;
  text-align: center;
}
.footer-copyright p {
  color: #7D7D7D;
}
#footer > .wrapper {
  padding: 0 50px;
  max-width: none;
}
#footer > .wrapper.layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-logo-wrap {
  width: auto;
  border-bottom: none;
  padding: 60px 0;
}
.footer-logo {
  margin: 0;
}
.footer-logo img {
  zoom: 1;
}
.footer-sns {
  width: auto;
}
.footer-sns-list li:last-child {
  margin-right: 0;
}
.footer-sns-list li img {
  zoom: 1;
  width: 20px;
}
.footer-sns-list li:nth-child(2) img {
  height: 20px;
  width: auto;
}
@media screen and (max-width: 767px) {
  /* footer */
  .footer-logo-wrap {
    width: 100%;
    padding: 60px 0 30px 0;
  }
  .footer-sns {
    width: 100%;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer-sns-list {
    margin: auto;
    padding-bottom: 60px;
  }
  .footer-copyright p {
    margin-top: 0;
  }
}