/*******************************

recruit CSS

**********************************/

/* common
---------------------------- */
h3 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

h3 span {
  display: block;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
}

h3 span::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
}

@media all and (max-width: 1300px) {
  h3 span {
    font-size: 1.4vw;
  }
}

@media all and (max-width: 769px) {}

@media all and (max-width: 481px) {}

.link-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-btn li {
  width: 50%;
}

.link-btn li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 5% 0;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
  transition: 0.3s ease;
  opacity: 1;
}

.link-btn li a span {
  color: #fff;
  font-weight: bold;
}

.link-btn li a span::after {
  content: "";
  display: block;
  width: 50%;
  margin: 5px auto;
  height: 1px;
  background-color: #fff;
}

@media all and (max-width: 481px) {
  .link-btn li a {
    padding: 10% 0;
  }

  .link-btn li a span::after {
    display: none;
  }
}

.link-btn li a:hover span::after {
  animation: rec-link 1s ease forwards;
}

@keyframes rec-link {
  0% {
    width: 3%;
  }

  100% {
    width: 50%;
  }
}

.link-btn li.saiyou a {
  background-color: #d41c24;
}

.link-btn li.entry a {
  background-color: #80c5c9;
}

/* title area
---------------------------- */

.title_area {
  margin: 0 auto;
}

.title_area .top_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.title_area .top_content .pc-slider {
  width: 50%;
  align-self: stretch;
}

.title_area .top_content .sp-slider {
  display: none;
}

.title_area .top_content .run_img {
  align-self: stretch;
  width: 50%;
  position: relative;
}

.title_area .top_content .run_img p {
  position: absolute;
  top: 68.6%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
}

.title_area .top_content .run_img p span {
  font-size: 2rem;
  display: block;
  text-align: center;
}

.title_area .top_content .header_read {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 160px;
  width: 10%;
  height: 60%;
  max-height: 400px;
  background: #fff;
  padding: 55px 33px 40px;
  z-index: 2;
}

.title_area .slider-thumb {
  width: 100%;
  border-bottom: 3px solid #d71c24;
}

.title_area .link-btn {
  display: none;
}

@media all and (max-width: 1300px) {
  .title_area .top_content .run_img p {
    font-size: 2.2vw;
    line-height: 1.3em;
  }

  .title_area .top_content .run_img p span {
    font-size: 1.5vw;
    margin: 0;
  }

  .title_area .top_content .header_read {
    padding: 3.5% 2%;
  }
}

@media all and (max-width: 769px) {
  .title_area .top_content .run_img p {
    font-size: 1.6rem;
    line-height: 1.2em;
    bottom: 69.6%;
  }

  .title_area .top_content .run_img p span {
    font-size: 1.4rem;
  }

  .title_area .top_content .header_read {
    padding: 20px 15px;
  }
}

@media all and (max-width: 481px) {
  .title_area {
    margin: 0 auto;
    border: none;
  }

  .title_area .top_content {
    width: 100%;
    display: block;
  }

  .title_area .top_content .pc-slider {
    display: none;
  }

  .title_area .top_content .sp-slider {
    display: block;
  }

  .title_area .top_content .run_img {
    width: 100%;
    height: auto;
  }

  .title_area .top_content .run_img h2 {
    margin-top: -40%;
    position: relative;
    z-index: 1;
  }

  .title_area .top_content .run_img p {
    font-size: 2.4rem;
    top: inherit;
    bottom: 11%;
  }

  .title_area .top_content .run_img p span {
    font-size: 2.1rem;
  }

  .title_area .top_content .header_read {
    display: block;
    max-width: 80%;
    width: 80%;
    height: 6em;
    padding: 30px 40px;
    z-index: 1;
  }

  .title_area .slider-thumb {
    width: 100%;
    border-bottom: 3px solid #d71c24;
  }

  .slider-ttl {
    width: 100%;
    padding: 8px 15px;
    text-align: center;
    background: #d71c24;
  }

  .title_area .link-btn {
    display: flex;
  }

  .title_area .link-btn li a {
    line-height: 1.4em;
  }
}

/* rec news
----------------------------------------------- */
.rec-news {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.rec-news a:hover {
  opacity: 0.5;
}

.rec-news .inner {
  position: relative;
}

.rec-news .inner h3 {
  width: 10%;
  max-width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  margin: auto;
  display: flex;
  align-items: center;
}

.rec-news .inner .news-list {
  width: 60%;
  margin: 0 auto;
  min-height: 120px;
}

.rec-news .inner .news-list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  text-align: left;
}

.rec-news .inner .news-list li:last-of-type a {
  border-bottom: none;
  padding-bottom: 0;
}

.rec-news .inner .news-list li:first-of-type a {
  border-bottom: 1px solid #ccc;
}

.rec-news .inner .news-list li a time {
  margin-right: 50px;
  display: inline-block;
  color: #b3b3b3;
}

.rec-news .inner .link-archive {
  display: inline-flex;
  position: absolute;
  right: 2%;
  bottom: 0;
}

.rec-news .inner .link-archive::before {
  content: "〉〉〉";
  letter-spacing: -0.5em;
  color: #004aaa;
  margin-right: 10px;
}

.rec-news .inner .pos_a {
  position: absolute;
  width: 15%;
  max-width: 176px;
  top: -90px;
  right: 0;
  transition: 0.5s ease-in-out;
  z-index: 2;
}

.rec-news .inner .pos_a:hover {
  transform: rotate(5deg) scale(1.1);
  opacity: 1;
}

@media all and (max-width: 1300px) {}

@media all and (max-width: 769px) {
  .rec-news .inner h3 {
    width: 15%;
    max-width: 15%;
    left: 0;
  }

  .rec-news .inner .news-list {
    width: 70%;
    margin-left: 20%;
    margin-right: auto;
  }

  .rec-news .inner .link-archive {
    display: flex;
    position: static;
    width: 100%;
    justify-content: flex-end;
  }
}

@media all and (max-width: 481px) {
  .rec-news {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .rec-news .inner {
    position: relative;
    text-align: center;
  }

  .rec-news .inner h3 {
    width: 100%;
    max-width: 100%;
    position: static;
    margin: 0 auto 20px;
    color: #323232;
  }

  .rec-news .inner h3 span {
    font-size: 2rem;
    color: #004aaa;
  }

  .rec-news .inner h3 em {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    width: 100%;
  }

  .rec-news .inner h3 em span::after {
    content: "|";
    margin: 0 10px;
    display: inline-block;
    font-weight: 400;
    color: #323232;
  }

  .rec-news .inner .news-list {
    width: 100%;
    margin: 0 auto 40px;
    min-height: auto;
  }

  .rec-news .inner .news-list li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
  }

  .rec-news .inner .news-list li:last-of-type a {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
  }

  .rec-news .inner .news-list li:first-of-type a {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }

  .rec-news .inner .news-list li a time {
    display: block;
    text-align-last: left;
    font-size: 1.4rem;
  }

  .rec-news .inner .link-archive {
    background: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    display: inline-flex;
    width: auto;
  }

  .rec-news .inner .link-archive::before {
    content: "〉〉〉";
    letter-spacing: -0.5em;
    color: #004aaa;
    margin-right: 10px;
  }
}

/* interview area
---------------------------- */
/* .interview{
	margin: 0 auto 110px;
} */
.interview {
  margin: 0 auto;
}

/* @media all and (max-width: 769px){
.interview{
	margin: 0 auto 50px;
}
} */

.int-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.int-wrapper>div {
  width: calc(100% / 5);
  position: relative;
  padding-top: 21.9%;
  height: 0;
}

.int-wrapper h3 {
  text-align: center;
  font-size: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.int-wrapper h3 span {
  text-align: center;
}

.int-wrapper h3 span::after {
  width: 20%;
  margin: 10px auto;
}

.int-wrapper ul.pc-staff {
  align-self: stretch;
  flex-basis: calc(100% / 5 * 4);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.int-wrapper ul.pc-staff li {
  width: 25%;
  height: 100%;
  display: flex;
  transition: 0.3s;
}

.int-wrapper ul.pc-staff li:hover {
  width: 54%;
}

.int-wrapper ul.pc-staff li a {
  display: flex;
  height: 100%;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.int-wrapper ul.pc-staff li a:hover {
  opacity: 1;
}

.int-wrapper ul.pc-staff li .img-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.int-wrapper ul.pc-staff li:hover .img-wrapper {
  width: 50%;
}

.int-wrapper ul.pc-staff li .img-wrapper img {
  height: 101%;
  width: auto;
  max-width: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

.int-wrapper ul.pc-staff li .text {
  width: 50%;
  display: none;
  opacity: 0;
  z-index: 0;
}

.int-wrapper ul.pc-staff li:hover .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.int-wrapper ul.pc-staff li .text div {
  display: inline-block;
}

.int-wrapper ul.pc-staff li .text p {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.int-wrapper ul.pc-staff li .text p.copy {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.int-wrapper ul.pc-staff li .text p.name {
  font-size: 1.6rem;
}

.int-wrapper ul.pc-staff li .text p.name span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}

.int-wrapper ul.pc-staff li .text p.note {
  font-size: 1.1rem;
  font-weight: 400;
}

.int-wrapper .staff-slider {
  display: none;
}

br.bp {
  display: none;
}

.interview img.obj {
  position: absolute;
  margin: auto;
  height: auto;
  width: 6.5%;
  z-index: 1;
  right: 10%;
  bottom: -130px;
}

@media all and (max-width: 1300px) {
  .int-wrapper h3 {
    font-size: 1.5vw;
  }

  .int-wrapper ul.pc-staff li .text p.copy {
    font-size: 1.3vw;
  }

  .int-wrapper ul.pc-staff li .text p.name {
    font-size: 1.3rem;
  }

  .int-wrapper ul.pc-staff li .text p.name span {
    font-size: 1.1rem;
  }

  br.bp {
    display: inline-block;
  }
}

@media all and (max-width: 769px) {
  .int-wrapper ul li div {
    background: none;
  }

  .int-wrapper ul.pc-staff li:hover {
    width: 20%;
  }

  .int-wrapper ul.pc-staff li:hover a {
    width: 100%;
  }

  .int-wrapper ul.pc-staff li:hover .img-wrapper {
    width: 100%;
  }

  .int-wrapper ul.pc-staff li:hover .text {
    display: none;
  }
}

@media all and (max-width: 481px) {
  .interview {
    margin: 0 auto;
  }

  .int-wrapper {
    display: block;
  }

  .int-wrapper>div {
    width: 100%;
    padding: 25px 0 10px;
    text-align: center;
    height: auto;
  }

  .int-wrapper h3 {
    width: 100%;
    font-size: 1.8rem;
    position: static;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    flex-direction: inherit;
    white-space: nowrap;
  }

  .int-wrapper h3 span {
    font-size: 1.8rem;
    white-space: nowrap;
  }

  .int-wrapper h3 span::after {
    content: "|";
    margin: 0 5px;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    font-weight: 400;
  }

  /* slider */

  .int-wrapper .pc-staff {
    display: none;
  }

  .int-wrapper .staff-slider {
    display: block;
    position: relative;
    margin-bottom: 35px;
  }

  .int-wrapper .staff-slider .slick-list {
    width: 90%;
    margin: 0 auto;
  }

  .int-wrapper .staff-slider .slick-next,
  .int-wrapper .staff-slider .slick-prev {
    position: absolute;
    top: 10%;
    bottom: 0;
    margin: auto;
    width: 10%;
    height: 85px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .int-wrapper .staff-slider .slick-next::before,
  .int-wrapper .staff-slider .slick-prev::before {
    display: none;
  }

  .int-wrapper .staff-slider .slick-next {
    right: 5px;
    background-image: url(../img/recruit/next.svg);
  }

  .int-wrapper .staff-slider .slick-prev {
    left: 5px;
    background-image: url(../img/recruit/prev.svg);
  }

  .int-wrapper .staff-slider .slick-dots {
    background: #004aaa;
    bottom: -35px;
    padding: 0 0 8px;
  }

  .int-wrapper .staff-slider .slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
  }

  .int-wrapper .staff-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
  }
}

/* video area
---------------------------- */
.video_area {
  width: 100%;
  /* background: #000; */
  background: #f2f2f2;
  padding: 80px 0;
  position: relative;
}

/* .video_area *{
	color: #fff;
} */

.video_area .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.video_area .inner .video-wrapper {
  width: 50%;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.video_area .inner .video-wrapper:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

.video_area .inner .video-wrapper video {
  display: none;
}

.video_area .inner .txt {
  width: 40%;
}

.video_area .inner .txt h3 {
  background: none;
  text-align: center;
  font-size: 2rem;
  color: #004aaa;
  margin-bottom: 1em;
}

.video_area .inner .txt h3::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #004aaa;
  text-align: center;
  margin: 0 auto;
  width: 5%;
}

.video_area .inner .txt h3.active::after {
  animation: line-bar02 1s ease-in-out both;
}

.video_area .inner .txt h3 span::after {
  width: 10%;
  margin: 10px auto;
  background: #004aaa;
  animation: line;
}

.video_area .inner .txt h3 em {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 4.5rem;
  color: #323232;
}

@media all and (-ms-high-contrast: none) {
  .video_area .inner .txt h3 em {
    font-size: 4.3rem;
    font-weight: bold;
  }
}

@supports (-ms-ime-align: auto) {
  .video_area .inner .txt h3 em {
    font-weight: bold;
  }
}

.video_area .inner .txt h3 em em.red {
  color: #d71c24;
  display: inline;
}

.video_area .inner .txt h3 em span.red::after {
  display: none;
}

.video_area .obj {
  position: absolute;
  margin: auto;
  height: auto;
  width: 6.5%;
  z-index: 1;
  right: 10%;
  bottom: -10%;
}

@media all and (max-width: 1300px) {
  .video_area .inner .txt h3 em {
    font-size: 3.5vw;
  }
}

@media all and (max-width: 1025px) {
  .video_area .inner .txt {
    width: 45%;
  }

  .video_area .inner .txt h3 em {
    font-size: 3.1vw;
  }
}

@media all and (max-width: 769px) {
  .video_area .inner {
    flex-direction: column;
  }

  .video_area .inner .video-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .video_area .inner .video-wrapper:hover {
    box-shadow: none;
  }

  .video_area .inner .video-wrapper img {
    display: none;
  }

  .video_area .inner .video-wrapper video {
    width: 100%;
    display: block;
  }

  .video_area .inner .txt {
    width: 100%;
  }

  .video_area .inner .txt h3 {
    margin-bottom: 20px;
  }

  .video_area .inner .txt h3 span {
    font-size: 1.5rem;
  }

  .video_area .inner .txt h3 em {
    font-size: 3rem;
  }

  .video_area .obj {
    bottom: -2%;
  }
}

@media all and (max-width: 481px) {
  .video_area {
    padding: 30px 0;
  }
}

/* video modal
---------------------------- */
.modal-video {
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  transition: 0.3s ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 15;
}

.modal-video.show {
  display: flex;
}

.modal-video .inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  max-height: 80vh;
  margin: 0 auto;
  text-align: center;
}

.modal-video .inner video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .modal-video .inner {
    margin: 0;
  }
}

.modal-video .inner .close-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  right: 15px;
}

.modal-video .inner .close-btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-video .inner .close-btn span::before,
.modal-video .inner .close-btn span::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.modal-video .inner .close-btn span::before {
  transform: rotate(-45deg);
  left: 20px;
}

.modal-video .inner .close-btn span::after {
  transform: rotate(45deg);
  right: 20px;
}

@media all and (max-width: 769px) {
  .modal-video {
    display: none;
  }
}

/* obj
---------------------------- */
.obj01 {
  position: relative;
  margin: 0 auto;
}

.obj01 figure {
  position: absolute;
  width: 6.5%;
  z-index: 1;
  right: 10%;
}

@media all and (-ms-high-contrast: none) {
  .obj01 img {
    bottom: -1px;
  }
}

@media all and (max-width: 769px) {
  .obj01 {
    margin-bottom: 0;
  }
}

/* .obj01{
	position: relative;
	margin: 0 auto;
	margin-bottom: -40px;
}

.obj01 img{
	position: absolute;
	margin: auto;
	height: auto;
	width: 6.5%;
	z-index: 1;
	right: 10%;
	bottom: -1px;
}

@media all and (max-width: 769px){
.obj01{
	margin-bottom: 0;
}
} */

/* prl
---------------------------- */

#recruit .parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 300px;
}

#recruit .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 50%;
  min-width: 100%;
  width: auto;
}

.prl02 {
  background-color: #f2f2f2;
}

@media all and (-ms-high-contrast: none) {
  #recruit .prl01 {
    background: url(../img/recruit/prl01.jpg) no-repeat 50% 100% / cover;
  }

  #recruit .prl02 {
    background: url(../img/home/message_bg_01.jpg) no-repeat 50% 50% / cover;
  }
}

@media all and (max-width: 1300px) {}

@media all and (max-width: 769px) {}

@media all and (max-width: 481px) {
  #recruit .parallax {
    height: 250px !important;
  }
}

/* about area
---------------------------- */

.about_area {
  margin: 80px auto 40px;
}

.about_area .inner {
  max-width: 1024px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: -180px;
}

.about_area .inner .about-ttl {
  width: 50%;
}

.about_area .inner .about-ttl h3 {
  width: 60%;
  max-width: 305px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 40px 70px;
  font-size: 2rem;
  position: relative;
}

.about_area .inner .about-ttl h3 span {
  display: block;
  width: 100%;
}

.about_area .inner .about-ttl h3::after {
  content: "";
  display: block;
  width: 43%;
  height: 40%;
  background: url(../img/recruit/obj02.png) no-repeat center / auto 100%;
  position: absolute;
  top: 40%;
  left: -21%;
  z-index: 2;
}

.about_area .inner .about-ttl h3 span::after {
  width: 100%;
  margin: 10px auto;
}

.about_area .inner .about-ttl p {
  width: 100%;
  padding-top: 40px;
  color: #004aaa;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
}

.about_area .inner .text-content {
  width: 50%;
  padding-left: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-top: 140px;
}

@media all and (max-width: 1300px) {
  .about_area {
    margin-top: -8.2%;
  }

  .about_area .inner {
    width: 85%;
    margin-top: -7%;
  }

  .about_area .inner .about-ttl h3 {
    padding: 13.8% 8%;
    font-size: 1.4vw;
  }

  .about_area .inner .about-ttl p {
    padding-top: 40px;
    font-size: 2.3vw;
  }

  .about_area .inner .text-content {
    padding-left: 15px;
    padding-top: 15%;
  }
}

@media all and (max-width: 769px) {
  .about_area {
    margin-top: -8%;
  }

  .about_area .inner {
    width: 85%;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .about_area .inner .about-ttl {
    margin: 0 auto 30px 0;
    width: 100%;
  }

  .about_area .inner .about-ttl h3 {
    padding: 35px 25px;
    font-size: 1.8rem;
    max-width: 196px;
  }

  .about_area .inner .about-ttl h3 span {
    font-size: 1.5rem;
  }

  .about_area .inner .about-ttl p {
    padding-top: 40px;
    font-size: 2.1rem;
  }

  .about_area .inner .text-content {
    width: 100%;
    padding: 0;
  }
}

@media all and (max-width: 481px) {
  .about_area {
    margin-top: -107px;
    margin-bottom: 40px;
  }

  .about_area .inner {
    display: block;
    width: 90%;
  }

  .about_area .inner .about-ttl {
    width: 100%;
  }

  .about_area .inner .about-ttl h3 {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    padding: 60px 45px;
    font-size: 2rem;
    line-height: 1.4em;
  }

  .about_area .inner .about-ttl h3 span {
    font-size: 1.8rem;
  }

  .about_area .inner .about-ttl h3::after {
    width: 29%;
    height: 26%;
    left: -15%;
  }

  .about_area .inner .about-ttl p {
    width: 95%;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 2.2rem;
    text-align: center;
  }

  .about_area .inner .text-content {
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

/* item ara
---------------------------- */
.item-area {
  margin: 0 auto 140px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.item-area h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.item-area h3 span::after {
  background-color: #004aaa;
  width: 50px;
  margin: 10px auto;
}

.item-area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.item-area dl {
  background-color: #fff;
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  align-self: stretch;
  display: flex;
}

.item-area dl dt {
  width: 50%;
  padding: 30px 30px 25px;
}

.item-area dl dt h6 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.item-area dl dt h6::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #004aaa;
  margin-top: 10px;
}

.item-area dl dd {
  width: 50%;
  position: relative;
  align-self: stretch;
  overflow: hidden;
}

.item-area dl dd img {
  position: absolute;
  top: -20%;
  right: -25%;
  bottom: -20%;
  left: -25%;
  margin: auto;
  height: 100%;
  max-width: 200%;
  width: auto;
}

/* gilcom */
.item-area dl.gilcom dt {
  padding: 10px 30px 20px;
}

.item-area dl dt h6 span {
  font-size: 1.3rem;
  line-height: 1;
}

.item-area dl dt h6 em {
  font-size: 1.1rem;
  font-weight: 400;
  color: #323232;
  margin-left: 10%;
  line-height: 0.5em;
}

.item-area dl .zir-img .w50 img {
  left: -50%;
  right: -50%;
}

.item-area dl.gilcom dt h6::after {
  margin-top: 7px;
}

@media all and (max-width: 1300px) {}

@media all and (max-width: 1024px) {
  .item-area {
    margin: 0 auto 70px;
  }

  .item-area dl {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .item-area dl dt {
    width: 100%;
  }

  .item-area dl dd {
    width: 100%;
    height: 300px;
  }

  .item-area dl dd img {
    width: 110%;
    height: auto;
    max-height: 300%;
  }

  .item-area dl .zir-img .w50 img {
    height: 100%;
    width: auto;
    max-width: 10000%;
  }
}

@media all and (max-width: 769px) {
  .item-area dl dd {
    height: 200px;
  }

  .item-area h3 {
    font-size: 1.8rem;
  }

  .item-area h3 span {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 481px) {
  .item-area {
    margin: 0 auto 50px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .item-area h3 span {
    font-size: 1.8rem;
  }

  .item-area .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .item-area dl {
    width: 100%;
  }

  .item-area dl dt {
    padding: 20px;
  }

  .item-area dl dt h6 {
    font-weight: 2rem;
    text-align: center;
  }

  .item-area dl dd {
    height: 200px;
  }

  .item-area dl dd img {
    width: 110%;
    height: auto;
    max-height: 200%;
  }

  /* gilcom */
  .item-area dl.gilcom dt {
    padding: 20px;
  }

  .item-area dl.gilcom dt h6 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .item-area dl dt h6 span {
    font-size: 1.1rem;
    margin-right: 8px;
    line-height: 1.5em;
  }

  .item-area dl dt h6 em {
    font-size: 0.9rem;
    margin-left: 10px;
    line-height: 1.5em;
  }
}

/* presdent message
---------------------------- */
.president-message {
  margin: 0 auto 80px;
}

.president-message .inner {
  position: relative;
  padding-bottom: 150px;
}

.president-message .inner::before {
  content: "";
  display: block;
  height: 75%;
  position: absolute;
  z-index: -1;
  width: 60%;
  max-width: 700px;
  top: 10%;
  right: 0;
  background: url("../img/recruit/pre_img.jpg") no-repeat 0% 50% / cover;
}

.president-message .inner::after {
  content: "";
  display: block;
  background: #f2f2f2;
  width: 84%;
  max-width: 1000px;
  height: 50%;
  position: absolute;
  z-index: -2;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.mess-text {
  position: relative;
  width: 53%;
  max-width: 630px;
  padding: 50px 0 30px 50px;
}

.mess-text h3 {
  font-size: 3rem;
  text-align: left;
  width: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}

.mess-text h3 .en {
  margin-bottom: 15px;
}

.mess-text h3::after {
  content: "";
  display: block;
  width: 26%;
  height: 27%;
  background: url(../img/recruit/obj03.png) no-repeat center / 100% auto;
  position: absolute;
  top: -18%;
  right: -5%;
  z-index: 2;
}

.mess-text h3 span::after {
  display: none;
}

.mess-text .name {
  font-size: 2.8rem;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 5%;
}

.mess-text .name .position {
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
}

.mess-text .name rt {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
}

@media all and (max-width: 1300px) {
  .mess-text {
    padding: 7% 0 5% 4%;
  }

  .mess-text h3 {
    font-size: 2.3vw;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
  }

  .president-message .inner figure {
    max-width: 700px;
  }

  .mess-content {
    width: 90%;
    margin: 0 auto;
  }

  .president-message button {
    width: 29%;
    right: 5%;
  }
}

@media all and (max-width: 769px) {
  .president-message .inner {
    padding-bottom: 80px;
    width: 90%;
  }

  .mess-text {
    padding: 50px 20px 30px 30px;
  }

  .mess-text h3 {
    font-size: 2.3vw;
    width: 100%;
    max-width: 100%;
  }

  .president-message .inner figure {
    top: 25%;
  }

  .mess-content {
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 481px) {
  .president-message {
    margin: 0 auto;
  }

  .president-message .inner {
    position: relative;
    padding-bottom: 40px;
  }

  .president-message .inner::before {
    display: none;
  }

  .president-message .inner::after {
    width: 120%;
    height: 35%;
    left: -10%;
  }

  .mess-text {
    position: relative;
    width: 90%;
    margin: 0 auto 40px;
    max-width: 90%;
    padding: 50px 0 40px;
  }

  .mess-text h3 {
    font-size: 1.8rem;
    text-align: center;
    width: 90%;
    margin: 0 auto 40px;
    max-width: 90%;
    line-height: 1.8em;
    white-space: nowrap;
  }

  .mess-text h3 .en {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .mess-text h3::after {
    width: 40%;
    height: 25;
    top: -15%;
    right: -5%;
  }

  .mess-text .name {
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
    margin-right: 0;
    font-size: 3rem;
    color: #fff;
  }

  .mess-text .name .position {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 1.5rem;
  }
}

/* mess-content
---------------------*/

.mess-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: block;
}

.president-message .btn-wrapper {
  position: absolute;
  right: 60px;
  bottom: -20px;
  display: inline;
}

.president-message button {
  display: inline-block;
  width: 350px;
  margin-right: 0;
  margin-left: auto;
  border: 1px solid #004aaa;
  padding: 8px 30px;
  color: #004aaa;
  transition: 0.3s ease-in-out;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.president-message button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #004aaa;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.president-message button:hover {
  color: #fff;
}

.president-message button:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.mess-content-inner {
  width: 84%;
  margin: 0 auto;
  max-width: 1000px;
  display: none;
  padding: 60px 40px 40px;
}

.mess-content-inner .keywords {
  align-items: center;
  padding-top: 40px;
}

.mess-content-inner .keyword-ttl {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.mess-content-inner .keyword-ttl span {
  display: inline-block;
}

.mess-content-inner dl {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  margin: 0 auto 20px;
}

.mess-content-inner dl dt {
  font-size: 2.5rem;
  font-weight: bold;
  width: 30%;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mess-content-inner dl dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  font-weight: bold;
  padding-right: 5%;
}

@media all and (max-width: 1300px) {
  .mess-content {
    width: 90%;
  }

  .mess-content-inner {
    padding: 60px 4% 40px;
  }

  .president-message .btn-wrapper {
    right: 2%;
  }

  .mess-content-inner .keyword-ttl {
    font-size: 1.85vw;
  }
}

@media all and (max-width: 769px) {
  .mess-content-inner {
    padding: 60px 4% 20px;
  }

  .president-message .btn-wrapper {
    right: -20px;
  }

  .mess-content-inner .keywords {
    align-items: center;
    padding-top: 40px;
  }

  .mess-content-inner .keyword-ttl {
    font-size: 2.6vw;
    text-align: center;
    margin-bottom: 10px;
  }

  .mess-content-inner dl {
    padding: 10px 0;
    background: #fff;
    margin: 0 auto 20px;
  }

  .mess-content-inner dl dt {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    width: 30%;
  }

  .mess-content-inner dl dd {
    padding: 0 2%;
  }

  .mess-content-inner .keyword-ttl span {
    display: inline;
  }
}

@media all and (max-width: 481px) {
  .mess-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    display: block;
    text-align: center;
  }

  .president-message .btn-wrapper {
    position: static;
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }

  .president-message button {
    width: 100%;
    display: block;
    padding: 8px 0;
    position: static;
  }

  .president-message button::before {
    display: none;
  }

  .president-message button:hover {
    color: #004aaa;
    opacity: 1;
  }

  .mess-content-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: none;
    padding: 0 5% 30px;
  }

  .mess-content-inner .keywords {
    align-items: center;
    padding-top: 40px;
  }

  .mess-content-inner .keyword-ttl {
    font-size: 2rem;
  }

  .mess-content-inner dl {
    flex-direction: column;
  }

  .mess-content-inner dl dt {
    font-size: 2.5rem;
    width: 100%;
  }

  .mess-content-inner dl dd {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/*information
---------------------------- */
.information {
  padding: 150px 0 90px;
}

.information .inner {
  background: #fff;
  padding-bottom: 40px;
}

.information .inner .info-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 1100px;
  position: relative;
}

.information .info-ttl {
  padding: 40px 30px;
  width: 20%;
  margin-top: -65px;
}

.information .info-ttl h3 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

.information .info-ttl h3 span {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.information .info-ttl h3 span::after {
  margin: 10px auto;
}

.information .tabs {
  display: flex;
  justify-content: space-between;
  width: 64%;
  margin: 60px 0 0;
}

.information .tabs li {
  width: calc(94% / 3);
  padding: 10px 0;
  text-align: center;
  background-color: #f2f2f2;
  color: #b3b3b3;
  transition: 0.3s ease-in-out;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  cursor: pointer;
  position: relative;
}

.information .tabs li::before,
.information .tabs li::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  right: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.1s ease-in;
}

.information .tabs li::before {
  background: url(../img/product/arrow_b_spb.svg) no-repeat 50% 50% / 100% auto;
  opacity: 0.5;
}

.information .tabs li::after {
  background: url(../img/product/arrow_w_spb.svg) no-repeat 50% 50% / 100% auto;
  opacity: 0;
}

.information .tabs li:hover:before {
  background: url(../img/product/arrow_w_sp02b.svg) no-repeat 50% 50% / 100% auto;
  opacity: 1;
}

.information .tabs li.active::before {
  opacity: 0;
}

.information .tabs li.active::after {
  opacity: 1;
}

.information .tabs li:hover {
  background-color: #004aaa;
  color: #fff;
  opacity: 0.7;
}

.information .tabs li.active {
  background-color: #004aaa;
  color: #fff;
  font-weight: bold;
  cursor: inherit;
}

.information .tabs li.active:hover {
  opacity: 1;
}

.information .tab_content {
  width: 83%;
  max-width: 1000px;
  margin: 40px auto 0;
  border: 1px solid #004aaa;
  padding: 40px;
}

.information .tab_content::-webkit-scrollbar {
  width: 8px;
}

.information .tab_content::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.information .tab_content::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 25px;
}

.information .tab-content-inner {
  display: none;
}

.information .tab-content-inner.active {
  display: block;
  animation: opa 0.5s ease-in;
}

.information .link-btn {
  max-width: 1200px;
  margin: 0 auto;
}

.information .link-btn li a {
  font-size: 2rem;
}

@media all and (max-width: 1300px) {
  .information .inner .info-intro {
    width: 95%;
    max-width: 1070px;
  }

  .information .info-ttl {
    min-width: 220px;
  }

  .information .tab_content {
    width: 90%;
  }

  .information .link-btn {
    width: 90%;
  }
}

@media all and (max-width: 769px) {
  .information {
    padding: 60px 0;
  }

  .information .inner {
    width: 90%;
  }

  .information .tab_content {
    padding: 20px;
  }

  .information .link-btn {
    width: 90%;
  }
}

@media all and (max-width: 481px) {
  .information {
    margin: 0px auto;
    padding: 0;
    background: none;
  }

  .information .inner {
    width: 100%;
    background: none;
  }

  .information .inner .info-intro {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .information .info-ttl {
    margin: 0 auto;
    margin-top: -50px;
  }

  .information .tabs {
    display: block;
    width: 100%;
    margin-top: 40px;
  }

  .information .tabs li {
    margin: 0 auto 10px;
    width: 100%;
  }

  .information .tab_content {
    padding: 10px;
  }

  .information .link-btn {
    width: 100%;
    flex-wrap: wrap;
  }

  .information .link-btn li a {
    font-size: 1.6rem;
  }

  .information .link-btn .to_main {
    width: 100%;
  }

  .information .link-btn .to_main a {
    padding: 15px 0 10px;
    line-height: 1.1em;
  }

  .information .link-btn li.to_main span {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .information .link-btn li span::after {
    display: none;
  }
}

/* table */

.information .tab-content-inner table {
  width: 100%;
  margin: 0 auto;
}

.information .tab-content-inner tr {
  border: 2px solid #fff;
}

.information .tab-content-inner th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.information .tab-content-inner td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.information .tab-content-inner th {
  width: 20%;
  background-color: rgba(0, 74, 170, 0.5);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  vertical-align: top;
}

.information .tab-content-inner td {
  width: 80%;
  padding: 10px 15px;
  background-color: #f2f2f2;
}

.information .tab-content-inner td.in-span {
  padding: 0;
}

.information .tab-content-inner td.in-span ul {
  height: 100%;
}

.information .tab-content-inner td.in-span ul li {
  padding: 10px 20px;
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
}

.information .tab-content-inner td a {
  display: inline-block;
}

.information .tab-content-inner td dl {
  display: flex;
}

.information .tab-content-inner td dt {
  margin-right: 15px;
  font-weight: bold;
  width: 15%;
}

.information .tab-content-inner td dd {
  width: 85%;
}

.information .tab-content-inner td.in-span ul li:last-of-type {
  border-bottom: none;
}

.information .tab-content-inner .no-rec {
  font-size: 1.8rem;
  color: #b3b3b3;
}

.information .tab-content-inner table table {
  margin-bottom: 10px;
}

.information .tab-content-inner table table td {
  width: auto;
  margin: 0 auto;
}

.information .tab-content-inner table table td.duties {
  width: 50%;
}

.information .tab-content-inner p.note {
  font-size: 1.3rem;
  border: none;
}

@media all and (max-width: 481px) {
  .information .tab-content-inner th {
    width: 100%;
    display: block;
    padding: 5px;
  }

  .information .tab-content-inner td {
    width: 100%;
    display: block;
    padding: 5px 10px;
  }

  .information .tab-content-inner table table td.duties {
    width: 100%;
  }

  .information .tab-content-inner table table {
    width: auto;
  }

  .information .tab-content-inner table table tr {
    margin-bottom: 10px;
    display: block;
    border: none;
  }

  .information .tab-content-inner table table th,
  .information .tab-content-inner table table td {
    width: 100%;
    border-left: 2px solid #fff;
  }

  .information .tab-content-inner table table td {
    display: flex;
    padding: 0;
    align-items: center;
  }

  .information .tab-content-inner table table td p {
    align-self: stretch;
    color: #fff;
    background-color: rgba(0, 74, 170, 0.5);
    padding: 0 10px;
    width: 32%;
  }

  .information .tab-content-inner table table td p.mr10 {
    margin-right: 10px;
  }

  .information .tab-content-inner td.in-span ul {
    width: 68%;
  }

  .information .tab-content-inner td dl {
    flex-direction: column;
  }

  .information .tab-content-inner td dt {
    width: 100%;
  }

  .information .tab-content-inner td dd {
    width: 100%;
  }
}

/* gray-table */

.information .tab-content-inner .gray-table {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.information .tab-content-inner .gray-table tr {
  border: 2px solid #fff;
}

.information .tab-content-inner .gray-table th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.information .tab-content-inner .gray-table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.information .tab-content-inner .gray-table th {
  width: auto;
  background-color: #b3b3b3;
}

.information .tab-content-inner .gray-table td {
  width: auto;
  padding: 10px 15px;
  background-color: #f2f2f2;
  text-align: right;
}

.information .tab-content-inner .gray-table .gray-table-ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.information .tab-content-inner .gray-table-ttl2 {
  padding-top: 20px;
  font-size: 1.8rem;
  text-align: right;
}

@media all and (max-width: 481px) {
  .information .tab-content-inner .gray-table {
    width: 100%;
  }

  .information .tab-content-inner .gray-table.sp {
    display: table;
  }

  .information .tab-content-inner .gray-table th,
  .information .tab-content-inner .gray-table td {
    display: table-cell;
  }

  .information .tab-content-inner .gray-table-ttl {
    /* spのみ */
    padding-top: 10px;
    margin-bottom: -20px;
    font-size: 1.8rem;
  }
}

/* footer link
---------------------------- */

.footer-link {
  padding: 60px 0;
}

.footer-link .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link .inner li {
  display: inline-block;
}

.footer-link .inner li a {
  font-size: 1.3rem;
}

.footer-link .inner li a:hover {
  opacity: 0.7;
}

.footer-link .inner li::after {
  content: "|";
  margin: 0 15px;
}

.footer-link .inner li:last-of-type:after {
  display: none;
}

@media all and (max-width: 769px) {
  .footer-link {
    padding: 40px 0;
  }
}

@media all and (max-width: 481px) {
  .footer-link {
    padding: 30px 0 20px;
  }

  .footer-link .inner {
    flex-wrap: wrap;
  }

  .footer-link .inner li {
    width: 100%;
    text-align: center;
    display: block;
  }

  .footer-link .inner li a {
    font-size: 1.3rem;
  }

  .footer-link .inner li::after {
    display: none;
    /* content: '';
		display: block;
		text-align: center;
		margin: 10px auto;
		height: 1px;
		width: 20px;
		background-color: #323232; */
  }
}
