body {
    margin: 0 auto;
    padding: 0;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    color: #181B39;
    line-height: 1.6;
    letter-spacing: .15em;
    background: #fff;
  }

  /*    header    */

  .container {
    display: none;
  }

  .header_pages {
    background-image:url(/assets/img/header_top.JPG);
    background-repeat:  no-repeat;
    height: 320px;
    /* width: 100%; */
    background-size: cover;
    position: relative;
    background-position: center;
    }

.header_pages::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00152E;
    opacity: 0.4;
    display:block
    }

  .header_pages_wrapper {
    overflow: hidden;
    padding: 0 104px;
    margin: 0 auto;
    z-index: 100;
    /* width: 100%; */
    position: relative;
  }


  .header_pages_titles {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 160px;
}

.header_pages_titles h1 {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.header_pages_titles p {
    color: #fff;
    margin: 0;
}

.header_pages_link {
    margin-top: 40px;
}

.header_pages_link ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_pages_link a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.header_pages_link a:hover {
    text-decoration: underline;
}

.header_pages_link span {
    color: #fff;
    margin: 0 8px;
}


.nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 21, 46, .8);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 初期：非表示 */
  visibility: hidden;
  opacity: 0;
  /* ふわっと表示 */
  transition: 0.5s ease-in-out;
  z-index: 100;
}
.nav ul{
  list-style:none;
}
.nav li:not(:last-child){
  margin-bottom: 8px;
}
.nav a{
  color: #ffffff;
}

/* ナビゲーションボタン（開く） */
#navbtn{
position: fixed;
top: 80px;
right: 104px;
padding: 0;
outline: none;
border: none;
background: none;
width: 30px;
height: 20px;
cursor: pointer;
z-index: 100;
}

#navbtn::before,
#navbtn::after{
content : '';
display: block;
height: 1px;
background-color: #00152E;
transform: translateY(10px);
transition: 0.3s ease-in-out;
}

#navbtn::before{
transform: translateY(-10px);
box-shadow: 0 10px #00152E;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
z-index: 100;
}
.open #navbtn::before{
transform: rotate(-45deg);
box-shadow: none;
background-color: white;
}
.open #navbtn::after{
transform: rotate(45deg);
box-shadow: none;
background-color: white;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
visibility: visible;
opacity: 1;
}

.nav{
  margin-left: auto;
}
.nav ul{
  display: flex;
  list-style:none;
  flex-direction: column;
  width: 48%;
}

.nav ul li a {
  text-decoration: none;
  color: #fff;
  text-decoration :none;
  font-size: 40px;
  font-weight: 700;
}

.nav ul li a:hover{
  opacity: .5;
  padding-left: 8px;
}



/*   採用情報  */

.recruit_information_boxs_rpd768,
.recruit_informationbtn_rpd768 {
  display: none;
}


.recruit_main {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.recruit_information {
    margin: 0 auto;
    position: relative;
    padding: 0 0 80px 0;
    background: rgba(33, 93, 99, .03);
}

.recruit_information_wrapper {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 128px 0 0 0;
}

.recruit_information_title {
    margin: 0;
    text-align: center;
    font-size: 32px;
}

.recruit_information_gradation {
    width: 15%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}

.recruit_information_boxs {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px 0 64px 0;
}

.recruit_information_contents {
  width: 35%;
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 16px;
  padding: 16px;
  background: #fff;
}

.recruit_information_boxs01,
.recruit_information_boxs02 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.ric_img {
  width: 32%;
  padding-top: 24px;
}

.ric_img img {
  width: 100%;
}

.recruit_information_contents_title {
  font-weight: bold;
  margin: 0;
  padding: 24px 0 8px 0;
}

.recruit_information_contents_texts {
  margin: 0;
  padding: 8px 0 16px 0;
}


.recruit_informationbtn {
    text-align: center;
    padding-bottom: 104px;
}

.recruit_informationbtn_border {
    color: #fff;
    font-size: 16px;
    background: #001B57;
    padding: 18px 128px;
    outline: 1px solid;
        outline-color: currentcolor;
    outline-color: #001B57;
    outline-offset: 0px;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}

.recruit_informationbtn_border:hover {
    animation: light .8s infinite;
}

@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

.recruit_informationbtn_border span{
  font-weight: normal;
  position: relative;
  /* padding-left: 30px; */
}

.recruit_informationbtn_border span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -72px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}



  /*   Q&A  */

  .recruit_question {
    position: relative;
    z-index: 0;
    background: #fff;
}

.recruit_question::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
    background: #fff;
    transform: skewY(2deg);
    transform-origin: top right;
  }

.recruit_question_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 104px;
}

.recruit_question_title {
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.recruit_question_gradation {
    width: 21%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}

.recruit_faqbox {
  width: 72%;
  margin: 0 auto;
  padding: 80px 0 160px 0;
}


.accordion-single-title {
  padding: 24px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
}

.accordion-single-title::after{
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px rgba(83, 141, 212, 0.5);
  border-right: solid 2px rgba(83, 141, 212, 0.5);
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s ease-in-out;
  border-bottom: 1px solid #efefef;
}

.faq_answer {
  padding: 0 0 16px 0;
  margin-left: 32px;
}

.accordion-single-item.is-open .accordion-single-content  {
  max-height: 150px;
}

.accordion-single-item.is-open .accordion-single-title::after  {
  transform: translateY(-50%) rotate(315deg);
}

.accordion-single-title:hover {
  opacity: .8;
}

.faq_answer_rpd375 {
  display: none;
}

/*   各ページ共通    */


.page_contact {
    background: rgba(83, 141, 212, 0.1);
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.page_contact_wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.page_contact_boxs {
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.page_contact_contents {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 88px 0;
    padding: 24px;
}

.page_contact_title {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.page_contact_text {
    margin: 8px 0;
    text-align: center;
}

.comment {
    margin: 8px 0 0 0;
}

.phone_number {
    margin: 8px 0 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #181B39;
    text-decoration: none;
}

.phone_number:hover {
    color: #D47268;
    text-decoration: underline;
}

.correspondence_time {
    font-size: 13px;
    margin: 0;
    margin: 8px 0 0 0;
}

.page_contactbtn {
    margin-top: 24px;
}

.page_contactbtn {
    margin-top: 24px;
}

.page_contactbtn_border {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(-45deg,#009efd,#96fbc4,#009efd);
    padding: 14px 104px;
    background-size: 300% 100%;
    transition: all .3s ease-out;
    text-decoration: none;
  }
  .page_contactbtn_border:hover {
    background-position: 100% 0;
  }

  .page_contactbtn_border span {
    font-weight: normal;
    position: relative;
    /* padding-left: 30px; */
  }

  .page_contactbtn_border span::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -72px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
  }

  .recruit_informationbtn_border span{
    font-weight: normal;
    position: relative;
    /* padding-left: 30px; */
  }

  .recruit_informationbtn_border span::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -72px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
  }

   /*    footer     */

.footer {
  position: relative;
  background: #040324;
}

.footer_wrapper {
  padding: 24px 104px;
  margin: 0 auto;
}

.footer_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_menubox{
  width: 100%;
}

.footer_menubox nav {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.footer_menubox ul{
  display: flex;
  justify-content: right;
}

.footer_menubox li {
  margin-left: 24px;
  list-style: none;
}

.footer_menubox a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: white;
  display: inline-block;
  position: relative;
}

.footer_menubox a:hover {
  opacity: .7;
}

.footer_copywriter {
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-top: 40px;
}

@media screen and (min-width:1024px) and (max-width:1279px) {


    /*  各ページ共通  */

   .header_pages_wrapper {
      max-width: none;
      padding: 24px 40px;
    }

    .header_pages_titles {
      margin-top: 144px;
    }

    #navbtn {
      top: 56px;
      right: 40px;
    }

    .nav li:not(:last-child) {
      margin-bottom: 24px;
    }


    .page_contact_wrapper {
      max-width: none;
      padding: 0 40px;
    }

    .footer {
      padding: 0 40px;
    }

    .footer_wrapper {
      padding: 24px 32px;
    }

  /*  採用情報   */

  .recruit_information_wrapper {
    max-width: none;
    padding: 104px 40px;
  }

  .recruit_information_boxs {
    padding: 64px 0;
  }

  .recruit_information_contents {
    margin: 8px;
  }

  .recruit_informationbtn {
    padding-bottom: 0;
  }


  /*  FAQ   */

  .recruit_question_wrapper {
    max-width: none;
    padding: 80px 40px;
  }

  .recruit_question_gradation {
    width: 22%;
  }

  .recruit_faqbox {
    padding: 80px 0;
  }

  .accordion-single-title {
    padding: 32px 24px;
  }

  .faq_answer_rpd375 {
    display: none;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {

  /*  共通  */

  .header_pages {
    height: 280px;
  }

  .header_pages_wrapper {
    padding: 0 40px;
  }

  .header_pages_titles {
    margin-top: 144px;
  }

  .header_pages_link {
    margin-top: 32px;
  }

  #navbtn {
    right: 40px;
    top: 56px;
  }

  .nav ul li a {
    font-size: 32px;
  }

  .footer_wrapper {
    padding: 56px;
  }

  .footer_menubox {
    display: none;
  }

  .footer_copywriter {
    text-align: center;
    margin: 0 ;
  }

  .page_contact_wrapper {
    max-width: none;
    padding: 0 40px;
  }

  .page_contact_boxs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 0 16px 0;
  }

  .page_contact_contents {
    width: 56%;
    margin: 0 0 40px 0;
    padding: 24px;
  }

  .page_contactbtn {
    padding-bottom: 24px;
  }

  /* RECRUIT */

  .recruit_information {
    padding:  80px 40px 64px 40px;
  }

  .recruit_information_wrapper {
    max-width: none;
    padding: 0;
  }

  .recruit_information_title {
    font-size: 24px;
  }

  .recruit_information_boxs,
  .recruit_informationbtn {
    display: none;
  }

  .recruit_information_boxs_rpd768 {
    display: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 64px 0;
  }

  .recruit_information_boxs01_rpd768,
  .recruit_information_boxs02_rpd768,
  .recruit_information_boxs03_rpd768 {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    justify-content: space-evenly;
  }

  .recruit_information_contents_rpd768 {
    width: 35%;
    background: #fff;
    padding: 24px;
    margin: 16px;
  }

  .ric_img_rpd768 {
    width: 32%;
    padding: 16px 0;
    margin: 0 auto;
  }

  .recruit_information_contents_rpd768 img {
    width: 100%;
  }

  .recruit_informationbtn_rpd768 {
    text-align: center;
    padding-bottom: 104px;
    display: inherit;
  }

  .recruit_information_contents_title_rpd768 {
    font-weight: bold;
  }

  .recruit_informationbtn_border_rpd768 {
    color: #fff;
    font-size: 16px;
    background: #001B57;
    padding: 18px 128px;
    outline: 1px solid;
        outline-color: currentcolor;
    outline-color: #001B57;
    outline-offset: 0px;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
  }

  .recruit_informationbtn_border_rpd768:hover {
    animation: light .8s infinite;
  }

  @keyframes light {
    100% {
      outline-color: transparent;
      outline-offset: 12px;
    }
  }

  .recruit_informationbtn_border_rpd768 span{
    font-weight: normal;
    position: relative;
    /* padding-left: 30px; */
  }

  .recruit_informationbtn_border_rpd768 span::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -72px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
  }

  .recruit_question_title {
    font-size: 24px;
  }

  .recruit_question_wrapper {
    max-width: none;
    padding: 80px 40px;
  }

  .recruit_faqbox {
    width: 88%;
    margin: 0 auto;
    padding: 64px 0 80px 0;
  }

  .faq_answer_rpd375 {
    display: none;
  }

}


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

    /*  共通  */

  .header_pages {
    height: 200px;
  }

  .header_pages_wrapper {
    padding: 0 24px;
  }

  #navbtn {
    top: 40px;
    right: 24px;
  }

  .header_pages_titles {
    margin-top: 120px;
  }

  .header_pages_link {
    display: none;
  }

  .nav {
    height: 100vh;
  }

  .nav ul {
    width: auto;
    padding: 0;
  }

  .nav ul li a {
    font-size: 28px;
  }

  .nav li:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer_menubox {
    display: none;
  }

  .footer_wrapper {
    padding: 40px;
  }

  .footer_copywriter {
    font-size: 8px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .page_contact_wrapper {
    margin: 0 auto;
    padding: 0 24px;
  }

  .page_contact_boxs {
    align-content: center;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 40px 0;
  }

  .page_contact_contents {
    width: 88%;
    margin: 0 0 40px 0;
    padding: 24px;
  }

  .page_contact_title {
    font-size: 20px;
  }

  .page_contactbtn {
    margin: 24px 0;
  }

  .phone_number {
    font-size: 30px;
  }


  /*   採用情報   */

  .recruit_information {
    padding: 0 0 40px 0;
  }

  .recruit_information_wrapper {
    max-width: none;
    padding: 80px 0 0 0;
  }

  .recruit_information_title {
    font-size: 20px;
  }

  .recruit_information_gradation {
    width: 24%;
    height: 4px;
  }

  .recruit_information_boxs {
    flex-direction: column;
    padding: 32px 0 48px 0;
    align-items: center;
  }

  .recruit_information_boxs01, .recruit_information_boxs02 {
    flex-direction: column;
  }

  .recruit_information_contents {
    width: 80%;
  }

  .recruit_informationbtn {
    padding-bottom: 80px;
  }



  /*  よくある質問   */

  .recruit_question_wrapper {
    max-width: none;
    padding-top: 80px;
  }

  .recruit_question_title {
    font-size: 20px;
  }

  .recruit_question_gradation {
    width: 35%;
    height: 4px;
  }

  .recruit_faqbox {
    width: 88%;
    padding: 40px 24px 104px 24px;
  }

  .accordion-single-title {
    padding: 24px 56px 24px 8px;
    font-size: 16px;
    letter-spacing: .1em;
  }

  .accordion-single-title::after {
    right: 16px;
  }

  .faq_answer {
    display: none;
  }

  .faq_answer_rpd375 {
    display: inherit;
    padding: 0 0 16px 0;
    margin: 0px 40px 0 16px;
  }
}
