html {
  font-size: 62.5%;
  width: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  right: 0;
  width: 100%;
  color: #000;
  background-color: #fff;
}
html, body {
  min-width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
p a {
  transition: all .25s;
  text-decoration: underline;
  color: #001050;
}
p a:hover {
  text-decoration: none;
  color: #002cda;
}
.lh15 {
  line-height: 1;
}
.mb31 {
  font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.pt20 {
  font-size: 2rem;
}
h1, h2, h3, h4, h5, h6, div, p, ul, li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media (max-width:480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br:not(.br) {
    display: none;
  }
}
.back {
  font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  display: block;
  width: 200px;
  margin: 40px auto;
  text-align: center;
}
.btn-apply {
  font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  line-height: 1;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  margin: 2em auto;
  transition: all .25s;
  text-align: center;
  border: 2px solid #000;
  border-radius: 12px;
  background-color: #fe0;
}
.btn-apply:hover {
  opacity: .5;
}
.btn-apply i {
  font-size: .75em;
  margin-left: .25em;
  vertical-align: top;
}
.btn-apply svg, svg.svg-inline--fa.fa-w-16 {
  width: .75em;
  height: .75em;
  margin-left: .25em;
  margin-right: .25em;
  vertical-align: text-top;
}
.btn-apply > span {
  display: block;
  padding: 20px;
}
.btn-apply > small {
  font-size: 14px;
  display: block;
  padding: 10px;
  background-color: #fff;
}
.header_logo {
  display: flex;
  align-items: center;
  margin: 16px;
}
.header_logo li {
  margin-right: 20px;
}
main.index {
  position: relative;
  margin-bottom: 40px;
}
.bg, .bg_image {
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.bg_image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: fade 15s 0s infinite;
  animation: fade 15s 0s infinite;
}
.bg_image:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.bg_image:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
@media (max-width:480px) {
  .bg, .bg_image, main.index .head .title {
    height: calc(100vw * 1015 / 640);
  }
  main.index .head .title img {
    width: 85%;
  }
  .bg_image:nth-of-type(1) {
    background-image: url(../images/title_bg1_sp.jpg);
  }
  .bg_image:nth-of-type(2) {
    background-image: url(../images/title_bg2_sp.jpg);
  }
  .bg_image:nth-of-type(3) {
    background-image: url(../images/title_bg3_sp.jpg);
  }
}
@media (min-width:481px) {
  .bg, .bg_image, main.index .head .title {
    height: calc(100vw * 1400 / 2560);
  }
  .bg_image:nth-of-type(1) {
    background-image: url(../images/title_bg1.jpg);
  }
  .bg_image:nth-of-type(2) {
    background-image: url(../images/title_bg2.jpg);
  }
  .bg_image:nth-of-type(3) {
    background-image: url(../images/title_bg3.jpg);
  }
}
@media (min-width:481px) and (max-width:980px) {
  main.index .head .title img {
    width: 46%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    z-index: 10;
  }
  4% {
    opacity: 1;
  }
  25% {
    z-index: 9;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
main.index .head {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main.index .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .head .title img {
  height: auto;
  margin: 0 auto;
  z-index: 20;
}
main.index .aisatsu {
  width: 500px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  padding: 20px;
}
main.index .aisatsu strong {
  background-color: #fe0;
}
main.index .aisatsu .large {
  font-size: 2rem;
}
main.index .aisatsu p:not(:last-child) {
  margin-bottom: 1.5em;
}
main.index .message {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0px 20px;
  background-color: white;
}
main.index .lead_message_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../images/lead_message_bg.jpg');
}
main.index .lead_message {
  width: 80%;
  max-width: 470px;
  margin: 0 auto;
}
main.index .message .photo {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
main.index .message .photo li {
  max-width: 520px;
}
main.index .message .title {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.1rem;
  display: inline;
  background-color: #fe0;
}
main.index .message .subtitle {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
main.index .message .title-container {
  margin-top: 60px;
  margin-bottom: 1em;
  display: flex;
}
main.index .message .title-container .icon {
  padding-top: 10px;
  padding-left: 10px;
}
main.index .border_note {
  background: linear-gradient(#f2e4c7 1px, transparent 1px);
  background-size: auto 3rem;
  line-height: 3rem;
  overflow: hidden;
}
main.index .border_note p {
  line-height: 3rem;
  margin-top: 2px;
}
main.index .border_note p:not(:last-child) {
  margin-bottom: 3rem;
}
main.index .message-container {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 60px;
  padding-left: 40px;
}
main.index .recruit {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
main.index .message .occupation {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: stretch;
}
main.index .message .occupation li {
  width: calc(33% - 20px);
  margin: 0 20px;
}
main.index .message .occupation li a {
  display: block;
  overflow: hidden;
  transition: all .25s;
  border: 4px solid #000;
  border-radius: 12px;
}
main.index .message .occupation li a > span {
  font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 50px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
main.index .message .occupation li a > span small {
  font-size: 75%;
  font-weight: normal;
  display: block;
}
main.index .message .occupation li a > small {
  font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  font-weight: bold;
  display: block;
  padding: 8px;
  color: white;
}
main.index .message .occupation li:nth-child(1) a > small {
  background-color: #FF8CB4;
}
main.index .message .occupation li:nth-child(2) a > small {
  background-color: #00BEE6;
}
main.index .message .occupation li a:hover {
  opacity: .5;
}
main.index .career {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto 0 auto;
}
main.index .career p {
  font-size: 16px;
}
main.index .career a {
  color: #0032ff;
  cursor: pointer;
}
.title-img {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 40px;
  text-align: center;
  background-color: #f2f2f2;
}
.title-img img {
  margin: 0 auto;
}
main.under {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-left: 60px;
  background-image: url(../images/dotline_v.png);
  background-repeat: repeat-y;
  background-size: 1px auto;
}
main.under h1 {
  font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.8rem;
  line-height: 1.5;
}
main.under .title-container {
  padding-top: 2em;
}
main.under.c-prdcr .job_bg {
  background-color: #FF8CB4;
  padding: 2px;
}
main.under.c-prdcr .job_border {
  border-bottom: 2px solid #FF8CB4;
}
main.under.ecdrctr .job_bg {
  background-color: #00BEE6;
  padding: 2px;
}
.career .job_bg {
  background-color: rgba(0,0,0,0.3);
  padding: 2px;
}
main.under.ecdrctr .job_border {
  border-bottom: 2px solid #00BEE6;
}
main.under h2 {
  font-size: 2.1rem;
  line-height: 2;
}
main.under h3 {
  display: inline-block;
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  line-height: 1.5;
  padding: 2px 10px;
  color: #fff;
  background-color: #999;
}
main.under h4 {
  font-weight: bold;
}
main.under .message {
  line-height: 1.8;
}
main.under article {
  overflow: hidden;
  width: 100%;
}
main.under section p:not(:last-child) {
  margin-bottom: 1em;
}
main.under section.information p {
  margin-bottom: 0;
}
main.under section.information ul + p, main.under section.information p + p {
  margin-top: 0.5em;
}
main.under section.information li {
  list-style: disc;
  margin-left: 2em;
}
main.under ul.asterisk li {
  list-style: none;
  text-indent: -1em;
}
main.under ul.asterisk li:before {
  display: inline;
  content: "※";
}
main.under section p a {
  text-decoration: none;
  color: #0032ff;
}
main.under section .info {
  margin-top: 2em;
  padding: 15px 20px;
  background-color: #e6e6e6;
}
main.under section .info p {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 0;
}
.note {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #000;
}
.note p {
  padding: 28px;
}
.note.note_small p {
  font-size: 12px;
  line-height: 1.5;
  padding: 14px;
}
main.under .note {
  width: auto;
  margin-top: 40px;
}
.date {
  width: 90%;
  max-width: 700px;
  margin: 40px auto;
  text-align: center;
}
.date p {
  font-size: 1.2rem;
}
.footer {
  height: 180px;
  background-color: #999;
}
.footer ul {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
.footer ul li {
  margin-right: 20px;
}
.footer ul li:last-child {
  margin-right: 0;
  margin-left: auto;
}
.footer ul li.copyright {
  font-size: 1.1rem;
  color: #fff;
}
@media (max-width:980px) {
  .note {
    width: 100%;
  }
  .date {
    width: 100%;
  }
  main.index .message .title-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.index .message-container {
    margin: 0 auto 20px;
    padding-left: 0;
  }
  main.index .message .occupation {
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    max-width: 400px;
    padding-top: 8px;
  }
  main.index .career {
    margin-top: 28px;
    margin-bottom: 60px;
  }
  main.index .message .occupation li {
    width: 100%;
    margin: 0 auto;
  }
  main.index .message .occupation li a > span {
    font-size: 20px;
  }
  main.index .message .occupation li + li {
    margin: 14px auto 0 auto;
  }
  .title-img {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 30px;
    text-align: center;
  }
  .title-img h2 {
    width: 65%;
    margin: 0 auto;
  }
  .title-img h2 img {
    width: 100%;
  }
  main.under {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background: none;
  }
  main.under h1 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  main.under h3 {
    display: inline;
    padding: 2px 5px;
    color: #fff;
    background-color: #999;
  }
  main.under section p {
    line-height: 1.8em;
  }
  main.under section p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  main.under section.information li {
    margin-left: 1.2em;
  }
  .footer {
    height: auto;
    margin-top: 20px;
  }
  .footer ul {
    width: 100%;
    padding: 40px 10px 20px 10px;
  }
  .footer ul li {
    margin-right: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width:680px) {
  .footer ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer ul li {
    margin-bottom: 30px;
  }
  .footer ul li:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width:480px) {
  .header_logo li.home {
    margin-right: 0;
    margin-left: auto;
  }
  main.index .aisatsu {
    padding: 10px 20px;
  }
  main.index .message {
    padding: 40px 0 0 0;
  }
  main.index .lead_message {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.index .message .lead_message .title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.7em;
  }
  main.index .message .title-container .icon {
    padding-top: 0;
  }
  main.index .message .recruit .photo {
    flex-direction: column;
    height: 82vw;
    overflow: hidden;
  }
  main.index .message .recruit .photo li {
    height: 38vw;
    overflow: hidden;
  }
  .footer ul li.mail {
    margin-left: auto;
    margin-right: 1%;
  }
  .footer ul li.mail img {
    width: 120px;
  }
  .footer ul li.lifebook, .footer ul li.home {
    margin-right: 0;
    margin-left: 0;
    width: 48%;
  }
  .footer ul li.lifebook img {
    width: 160px;
    margin-right: auto
  }
  .footer ul li.home img {
    width: 160px;
    margin-left: auto;
  }
  .footer ul li:last-child {
    width: 100%;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}
.modal[aria-hidden="false"] .modal_overlay {
  animation: modal_fadeIn .3s;
}
.modal[aria-hidden="true"] .modal_overlay {
  animation: modal_fadeOut .3s;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.career .modal h2 {
  font-size: 2rem;
}
main.index .career .modal a.btn-apply {
  color: black;
}
button.modal_close {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all .25s;
  height: 100%;
}
a.back:hover, button.modal_close:hover {
  opacity: 0.5;
}
button.modal_close_bottom {
  line-height: 1.2;
  display: block;
  margin: 0 auto;
}
.modal_header .modal_close:before {
  content: "\2715";
}
@keyframes modal_fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes modal_fadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}
.modal .modal_container,
.modal .modal_overlay {
  will-change: transform;
}