@charset "UTF-8";

/*@media screen and (max-width: 782px) { html { transform: translate(0, -46px);}}*/

/* ==================================
Common
================================== */
.mblt-header-mobile-buttons {
  margin-top: 0;
}

.body .article {
  margin-bottom: 0;
}
.entry-content > *,
.entry-content p {
  font-size: 16px;
  line-height: 1.8;
}
.page .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
main article {
  padding: 30px 0;
}
main article.article {
  padding: 0;
}

.entry-content > article {
  margin-bottom: 0 !important;
}
.iwe-border img,
.iwe-border amp-img {
  border: none;
}
#go-to-top {
  display: none !important;
}

/* ==================================
LP Full Width & Centering
================================== */
#lp_career,
#lp_graduate {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#lp_career #container,
#lp_graduate #container,
#lp_career #content,
#lp_graduate #content,
#lp_career #content-in,
#lp_graduate #content-in,
#lp_career #main,
#lp_graduate #main {
  max-width: 100% !important;
  width: 100% !important;
}

.wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.clear {
  clear: both;
}

/*reCAPCHAのロゴ非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

/* --------------------
background
-------------------- */
/* move_gradation */
.move_gradation {
  background: linear-gradient(270deg, #006880, #652d86, #006880, #652d86);
  background-size: 400% 400%;
  margin-bottom: 0;
  -webkit-animation: moveGradation 15s ease infinite;
  -moz-animation: moveGradation 15s ease infinite;
  animation: moveGradation 15s ease infinite;
}
@-webkit-keyframes moveGradation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes moveGradation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moveGradation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bg_gray {
  background: #f2f2f2;
}
.bg_white {
  background: #fff;
}

/* semicircle_white */
.semicircle_white {
  background: #fff;
  border-radius: 0 0 300px 0;
  /*padding-left: calc((100% - 1140px)/2);*/
  /*padding-right: 300px;*/
  /*margin-right: calc((100% - 1140px)/2);*/
}

/* text-color */
.txt_red {
  color: #d07762;
}
.txt_blue {
  color: #679dba;
}
.txt_orange {
  color: #efac44;
}
.txt_pink {
  color: #e2719e;
}
.txt_yellow {
  color: #ffda62;
}
.txt_green {
  color: #00968e;
}

/* marker */
.marker_yellow {
  background: linear-gradient(transparent 50%, #ffffe3 0%);
}

/* --------------------
Swiper
-------------------- */
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-wrapper {
  margin: 0;
  padding: 0;
}
/* --------------------
Scroll bar
-------------------- */
/* Nav Header */
#nav_header .scloll_wrap::-webkit-scrollbar,
#schedule .timeSchedule::-webkit-scrollbar {
  width: 0;
  height: 4px;
}
#nav_header .scloll_wrap::-webkit-scrollbar-track,
#schedule .timeSchedule::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 4px;
}
#nav_header .scloll_wrap::-webkit-scrollbar-thumb,
#schedule .timeSchedule::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 4px;
}

/* --------------------
Headline
-------------------- */
#lp_career .article h2,
#lp_graduate .article h2 {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* --------------------
Headline Left
-------------------- */
#lp_career .article h2.headline_left,
#lp_graduate .article h2.headline_left {
  font-size: 40px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 500;
  text-align: left;
  display: inline-block;
  padding: 0;
  background: linear-gradient(275deg, #006881, #652d86);
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

/* Row_1 */
.article h2.headline_left .row_1 {
  display: flex;
  flex-wrap: nowrap;
}
.article h2.headline_left .english {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
  padding: 0.2em 0.4em 0;
}
.article h2.headline_left .whiteArea {
  background: #fff;
  width: 100%;
}
/* Row_2 */
.article h2.headline_left .row_2 {
  padding: 0.1em 0.2em;
}

/* --------------------
Headline Center
-------------------- */
#lp_career .article h2.headline_center,
#lp_graduate .article h2.headline_center {
  text-align: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-top: 1em;
  margin-bottom: 2em;
}
#lp_career .article h2.headline_center::after,
#lp_graduate .article h2.headline_center::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ==================================
Parallax
================================== */
/*.swiper-slide {
padding-top: 0%;
}*/

.parallax_conteiner {
  margin-bottom: 0;
}
.parallax {
  min-height: 480px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax_1 {
  background-image: url(../bg_parallax_01.webp);
  background-position: center top;
  /*margin-top: 100px;*/
}
.parallax_2 {
  background-image: url(../bg_parallax_02.webp);
  background-position: center bottom;
}
@media screen and (min-width: 1400px) {
  .parallax_2 {
    background-image: none;
    background-color: #fff;
  }
  #careerpath .parallax.parallax_2 {
    min-height: 150px !important;
  }
  #careerpath .parallax_2 .headline_left {
    bottom: -200px !important;
  }
}

.parallax_3 {
  background-image: url(../bg_parallax_03.webp);
  background-position: center bottom;
}

/* no-webp */
.no-webp .parallax_1 {
  background-image: url(../bg_parallax_01.jpg);
}
.no-webp .parallax_2 {
  background-image: url(../bg_parallax_02.jpg);
}
.no-webp .parallax_3 {
  background-image: url(../bg_parallax_03.jpg);
}

/* ==================================
Button
================================== */
/* -------------------------
Flow button
------------------------- */
.flow_btn {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 4em;
  width: 100%;
  max-width: 600px;
  height: calc(1em + 50px);
  background: linear-gradient(to right, #662d85, #006680);
  margin-top: 20px;
  margin-bottom: 150px;
  font-size: 22px;
  line-height: 1em;
}
.flow_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
  border-radius: 4em;
}
.flow_btn a {
  color: #000;
  background: linear-gradient(to right, #662d85, #006680);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}
.flow_btn a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #006680;
  border-right: solid 2px #006680;
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -6px;
  transform: rotate(45deg);
}
/* hover */
.flow_btn:hover a {
  color: #fff;
  opacity: 1;
  background: transparent;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}
.flow_btn:hover::before {
  background: transparent;
}
.flow_btn:hover a::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* ==================================
Header
================================== */
header#lp_header {
  position: relative;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 100%;
}
#career_fv {
  width: 100% !important;
  max-width: 100% !important;
}

/* --------------------
FV
-------------------- */
#career_fv {
  position: relative;
  height: 100vh;
  min-height: 100vh;
}
#career_fv .blackScreen {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
#career_fv .career_slider_fv {
  height: 100%;
}
#career_fv .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
#career_fv .swiper-slide {
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  min-height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: none;
  background-color: transparent;
}
#career_fv .swiper-slide.slide_1 {
  background-image: url(../img_fv_24_01.webp);
}
#career_fv .swiper-slide.slide_2 {
  background-image: url(../img_fv_24_02.webp);
}
#career_fv .swiper-slide.slide_3 {
  background-image: url(../img_fv_03.webp);
}
#career_fv .swiper-slide.slide_4 {
  background-image: url(../img_fv_04.webp);
}

/* no-webp */
.no-webp #career_fv .swiper-slide.slide_1 {
  background-image: url(../img_fv_24_01.jpg);
}
.no-webp #career_fv .swiper-slide.slide_2 {
  background-image: url(../img_fv_24_02.jpg);
}
.no-webp #career_fv .swiper-slide.slide_3 {
  background-image: url(../img_fv_03.jpg);
}
.no-webp #career_fv .swiper-slide.slide_4 {
  background-image: url(../img_fv_04.jpg);
}

header#lp_header .header_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* h1 - logo */
header#lp_header h1 {
  width: 30%;
  max-width: 200px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 20px;
}

#lp_graduate header#lp_header h1 {
  width: 40%;
  max-width: 280px;
}

header#lp_header h1 img {
  display: block;
}

/* Text FV */
header#lp_header #txt_fv {
  width: 80%;
  height: auto;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header#lp_header #txt_fv .txt_sub {
  width: 90%;
  height: auto;
  margin: 10px auto;
  display: block;
}

/* --------------------
Button Intern Header
-------------------- */
header#lp_header #btn_intern_header {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 0;
  max-width: 80px;
}

/* --------------------
Button Enty Header
-------------------- */
header#lp_header #btn_enty_header {
  position: absolute;
  bottom: 80px;
  right: -80px;
  z-index: 2;
  background: #f2f2f2;
  width: 240px;
  height: 80px;
  transform: rotate(90deg);
  display: flex;
}
header#lp_header #btn_enty_header::before,
header#lp_header #btn_enty_header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header#lp_header #btn_enty_header::before {
  z-index: -1;
  background: linear-gradient(90deg, #006880, #652d86);
  opacity: 1;
  transition: opacity 1s ease;
}
header#lp_header #btn_enty_header::after {
  z-index: -2;
  background: linear-gradient(90deg, #652d86, #006880);
}
header#lp_header #btn_enty_header:hover::before {
  opacity: 0;
}
/*header#lp_header #btn_enty_header:hover {
	}*/

header#lp_header #btn_enty_header a {
  display: block;
  padding: 22px 30px;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  position: relative;
  width: 100%;
  height: 100%;
}
header#lp_header #btn_enty_header a:hover {
  opacity: 1;
}
header#lp_header #btn_enty_header a span {
  border-bottom: solid 2px #fff;
  display: inline-block;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: auto;
  margin-left: 20px;
  transition: width 0.5s ease;
}
header#lp_header #btn_enty_header a:hover span {
  width: 80px;
}
header#lp_header #btn_enty_header a span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
  bottom: 0;
}

/* --------------------
Navi Header 
-------------------- */
#nav_header {
  margin-bottom: 0;
  position: relative;
  box-shadow: 0px 10px 8px -10px rgb(0 0 0 / 30%);
}
.article .entry-content #nav_header .guidance p {
  background: #f2f2f2;
  font-size: 16px;
  line-height: 1.3em;
  color: #666666;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0;
}

.article #nav_header ul.wrap {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#nav_header ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  align-items: stretch;
  justify-content: center;
}
#nav_header li {
  margin: 0;
  /*flex: 1;*/
}
#nav_header li a {
  color: #000;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  display: block;
  padding: 20px;
  position: relative;
}
#nav_header li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #000;
  position: absolute;
  right: 0;
  top: 20px;
}

#nav_header li#navi_message a {
  padding: 20px 20px 20px 0;
}
#nav_header li#navi_faq a {
  padding: 20px 0 20px 20px;
}

#nav_header li#navi_faq a::after,
#nav_header li#navi_entry a::after {
  content: none;
}

/* ==================================
Main Lead
================================== */
.grad_mainlead {
  padding-bottom: 100px;
}

.article #mainLead {
  padding-top: 70px;
  padding-bottom: 70px;

  background-color: #fff;
}
/* no-webp */
/*.no-webp .article #mainLead {
	background-image: url(../img_kyusyu.gif);
}*/
#mainLead .txtBox {
  /*padding-left: calc((100% - 1140px)/2);
	*/
  padding-top: 60px;
  /*padding-right: 30%;*/
  padding-bottom: 80px;
  /*background-image: url(../img_kyusyu.gif);*/
  background-image: url(../img_area.gif);
  background-position: right 10% top 0;
  background-repeat: no-repeat;
  background-size: clamp(800px, 50%, 900px);
}
#mainLead .txtBox .wrap {
  padding-right: 10%;
}
#mainLead .lead {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
  color: #006880;
}

#mainLead .btn {
  padding: 0;
  border: 0;
}

#mainLead .btn.video {
  display: block;
  margin: 0px 0 59px;
}

.modaal-video-wrap {
  margin: auto;
}
/* btn-icon */
.wrap {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
/***** Movie Btn *****/
#mainLead .txtBox .moviebtn.wrap {
  position: relative;
  height: 25%;
  box-sizing: border-box;
  padding: 10px;
  overflow: visible;
}
.moviebtn.wrap a {
  display: block;
  margin: 0 0 30px;
  color: #fff;
  font-weight: 100;
  overflow: visible;
}

.moviebtn.wrap a:visited p {
  color: #fff;
}
.moviebtn .btn_inner {
  position: relative;
  width: 100%;
  overflow: visible;
  /*height: 175px;*/
  height: 25%;
}
.moviebtn .btn_inner img {
  width: 100%;
  transition: all 0.3s;
  vertical-align: bottom;
  border: none;
}
/*オンカーソルで背景拡大*/
.moviebtn.wrap a:hover .btn_inner img {
  transform: scale(1.05, 1.05);
  transition: all 0.3s;
}
.moviebtn .btn {
  position: absolute;
  z-index: 1;
  display: block;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: unset;
}

.moviebtn .btn p {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0;
}
/*== 無限に波紋が広がる */
.btnripple2 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*波紋の形状*/
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ccc;
  outline: none;
  /*アニメーションの設定*/
  transition: all 0.3s;
}
/*hoverした際の背景色の設定*/
.moviebtn.wrap a:hover .btn .btnripple2 {
  background: rgb(255 255 255 / 50%);
}
/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -28%;
  top: -27%;
  /*波形の形状*/
  border: 1px solid #fff;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation: 1s circleanime linear infinite;
}
/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
  animation-delay: 0.5s;
}
/*波形のアニメーション（常時再生）*/
@keyframes circleanime {
  0% {
    transform: scale(0.68);
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    transform-origin: center;
    opacity: 0;
  }
}
/*中央矢印*/
.btnripple2 span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 30%;
  left: 40%;
  /*矢印の形状*/
  border: 14px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
}
/*ホバーした時の矢印*/
.moviebtn.wrap a:hover .btn span::after {
  border-left-color: #fff;
}

/* ==================================
Message
================================== */
.article #message {
  padding: 50px 0;
}
#lp_career .article #message h2,
#lp_graduate .article #message h2 {
  width: 60%;
  height: auto;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.article #message h2 img {
  margin-left: -40px;
}
#message .wrap {
  display: flex;
  flex-wrap: wrap;
}

/* PhotoBox */
#message .photoBox {
  width: 35%;
  padding: 0 5%;
  display: flex;
  flex-wrap: no-wrap;
}
#message .photoBox .photo1,
#message .photoBox .photo2 {
  padding-top: 138%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
#message .photoBox .photo1 {
  width: 100%;
  background-image: url(../ph_message_kuniba.webp);
}
#message .photoBox .photo2 {
  display: none;
  background-image: url(../ph_message_tmgoffice.webp);
}

/* no-webp */
.no-webp #message .photoBox .photo1 {
  background-image: url(../ph_message_kuniba.jpg);
}
.no-webp #message .photoBox .photo2 {
  background-image: url(../ph_message_tmgoffice.jpg);
}

/* TextBox */
#message .textBox {
  width: 65%;
  padding: 0 5%;
  color: #fff;
}
.name_president {
  padding-top: 1em;
  text-align: right;
}

/* ==================================
work
================================== */
#work {
  padding: 0;
}
#work .headline_left {
  margin-top: 2em;
  margin-bottom: 0em;
}

#work .work_container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  align-items: flex-start;
}

#work .workImg {
  width: 60%;
  margin-right: 5%;
  order: 1;
  background: #f2f2f2 !important;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

/* globals.css のブログ用 .swiper（上下 50px padding 等）が LP 内の Swiper にも当たるため、仕事内容の見出し画像だけ打ち消す */
#lp_career #work .workImg.swiper,
#lp_graduate #work .workImg.swiper {
  padding-top: 0;
  padding-bottom: 0;
}

#work .workImg.swiper,
#work .workImg .swiper-wrapper {
  background: #f2f2f2 !important;
}
#work .workImg .swiper-slide {
  width: 100% !important;
  max-width: none !important;
  background: #f2f2f2 !important;
  box-shadow: none;
}
#work .workImg .swiper-slide img {
  width: 100% !important;
}
#work .list {
  width: 35%;
  order: 2;
  min-width: 0;
  position: relative;
  z-index: 1;
}

#work .bg_white .workImg {
  margin-right: 0;
  margin-left: 5%;
  order: 2;
  background: #fff !important;
}
#work .bg_white .workImg.swiper,
#work .bg_white .workImg .swiper-wrapper {
  background: #fff !important;
}
#work .bg_white .workImg .swiper-slide {
  width: 100% !important;
  max-width: none !important;
  background: #fff !important;
  box-shadow: none;
}
#work .bg_white .workImg .swiper-slide img {
  width: 100% !important;
}
#work .bg_white .list {
  order: 1;
}

#lp_career #work .list h3,
#lp_graduate #work .list h3 {
  color: #000;
  position: relative;
  padding-top: 20px;
}
#lp_career #work .list h3::before,
#lp_graduate #work .list h3::before {
  content: "";
  display: block;
  width: 3em;
  height: 4px;
  position: absolute;
  background: linear-gradient(270deg, #006880, #652d86, #006880, #652d86);
  background: -webkit-linear-gradient(
    270deg,
    #006880,
    #652d86,
    #006880,
    #652d86
  );
  top: 0;
  left: 0;
}
#work .number {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  padding-right: 10px;
  background: linear-gradient(270deg, #006880, #652d86, #006880, #652d86);
  background: -webkit-linear-gradient(
    270deg,
    #006880,
    #652d86,
    #006880,
    #652d86
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1em;
  font-weight: 600;
}

#work .list h4 {
  color: #000;
  font-size: 16px;
}
#work .list ul {
  padding-left: 1.5em;
}

#work .flow_btn {
  margin-bottom: 0;
}

/* Button DetailWork */
.btn_detailWork a {
  display: inline-block;
  color: #fff;
  line-height: 1em;
  background: #000;
  padding: 10px 30px;
  margin: 20px 0;
}

.work_contents_last {
  padding-bottom: 100px;
}

/*
#work .workImg {
	display: none;
}
#work .career_slider_work {
	max-width: 800px;
    width: 100%;
    margin:  0 auto;
	padding: 4vw 0;
}
#work .swiper-slide img {
	width: 97%;
}
#work .career_slider_work .swiper-wrapper {
    transition-timing-function: linear !important;
}*/

/* ==================================
Welfare
================================== */
/*#welfare {
	padding-bottom: 0;
}
.article #welfare h3 {
	color:#000;
    padding-bottom: 0.5rem;
    border-image: linear-gradient(to left, #006880 0%, #662d85 100%) 1/0 0 3px 0;
    border-style: solid;
	padding-bottom: 0.5rem;
}
#welfare {
	background: #f2f2f2;
}
#welfare .whiteArea {
    background: #f2f2f2;
}
#welfare .welfare_container {
    background: #fff;
}
#welfare .list {
	display:flex;
justify-content: space-around;
	padding-bottom: 24px;
}
#welfare .item ul {
	list-style-type: none;
	padding-left: 0px;
}*/

/* ==================================
Data
================================== */
#data {
  padding: 0px;
}
#data .move_gradation {
  padding-bottom: 52px;
  position: relative;
  z-index: 0;
}
#data .move_gradation::before {
  content: "";
  background: #fff;
  width: 100%;
  position: absolute;
  height: 74%;
  bottom: -1px;
  clip-path: polygon(0 0, 100% 26%, 100% 100%, 0% 100%);
  z-index: -1;
}
#data {
  width: 100%;
}
#data .move_gradation {
  width: 100%;
}
#data .wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
#data .data_title {
  text-align: center;
  width: 100%;
}
#lp_career #data .data_title h2,
#lp_graduate #data .data_title h2 {
  text-align: center !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#lp_career .article #data h2,
#lp_graduate .article #data h2 {
  color: #fff;
  display: inline-block;
  margin: 148px 0;
  position: relative;
  text-align: center;
  font-size: 2.2em;
}
#lp_career .article #data h2::before,
#lp_graduate .article #data h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  display: inline-block;
  width: 208px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #fff;
}
#lp_career .article #data h3,
#lp_graduate .article #data h3 {
  margin-top: 1.5em;
}

#data .data_contents {
  background: #fff;
}
#data .data_container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#data .data_box {
  width: 33.33%;
  border-bottom: 1px solid #808080;
}
#data .data_box_inner {
  border-right: 1px solid #808080;
  text-align: center;
}
#data img {
  max-width: 64%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#data .inner_7 img {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#data .box_4,
#data .box_5 {
  width: 50%;
}
#data .inner_3,
#data .inner_5,
#data .inner_8 {
  border-right: transparent;
}

/* ==================================
Voice
================================== */
#voice,
.article #voice h2.headline_left .whiteArea {
  background-color: #f2f2f2;
}
#voice {
  position: relative;
  padding-bottom: 80px;
  width: 100%;
}
#voice .wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
#voice .container {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  overflow: hidden;
}
/*
#voice .group {
	display:flex;
    margin: 70px 0px 140px 0px;
}
#voice .voice_info {
    width: 40%;
    border-image: linear-gradient(to top, #006880 0%, #662d85 100%) 1/0 0 0px 8px;
    border-style: solid;
    height: 14em;
}
#voice .txt {
width:60%;
}
#voice .name {
font-size:32px;
font-weight:bold;
}
#voice .voice_info_list {
margin-left: 30px;
}

.entry-content #voice p {
    font-size: 18px;
}

.entry-content #voice .voice_info_list p:nth-child(2) {
line-height: 1.4;
}

.entry-content #voice .voice_info_list p:nth-child(3) {
margin-left:-10px;
}

#voice .voice_img {
position:relative;
}

#voice .voice_img img:nth-child(1) {
    width: 100%;
}

#voice .img_txt {
position: absolute;
    top: 0;
    margin-top: 6vw;
    width: 50%;
}

#voice .tsuji {
left: 0;
margin-left: 6vw;
}

#voice .fuziwara {
right: 0;
margin-right: 6vw;
}
*/
.career_slider_voice {
  position: relative;
  overflow: hidden;
}
.voice_container {
  padding-bottom: 20%;
}

/* -------------------------
Slider
------------------------- */
/*.career_slider_voice .photoBox {
	margin-bottom: 160px;
}*/
.career_slider_voice .txtBox {
  background: #fff;
  padding: 40px 20px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 2vw;
}

#lp_career .article .career_slider_voice h3,
#lp_graduate .article .career_slider_voice h3 {
  color: #000;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5em;
  position: relative;
  padding-left: 30px;
}
#lp_career .article .career_slider_voice h3::before,
#lp_graduate .article .career_slider_voice h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #006880, #652d86);
}
.career_slider_voice h3 span {
  font-size: 0.7em;
  line-height: 1.5em;
}
.career_slider_voice .job_title {
  display: block;
}
.career_slider_voice .en {
  padding-left: 1em;
}
.career_slider_voice .year {
  display: block;
  font-size: 0.7em;
  line-height: 1.5em;
}
.career_slider_voice p {
  line-height: 1.5em !important;
}

/* -------------------------
Swiper
------------------------- */
#voice .swiper-horizontal > .swiper-pagination-bullets,
#voice .swiper-pagination-bullets.swiper-pagination-horizontal,
#voice .swiper-pagination-custom,
#voice .swiper-pagination-fraction {
  bottom: 50px;
  left: 0;
  width: 100%;
}

#voice .swiper-button-next,
#voice .swiper-button-prev {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#voice .swiper-pagination-bullet-active {
  background: linear-gradient(275deg, #006881, #652d86);
}
#voice .btn {
  display: block;
  width: 14em;
  margin: 1em 0;
}

/* -------------------------
モーダル中身
------------------------- */

.modaal-container {
  max-width: 800px;
}
.modaal-content-container {
  padding: 40px 80px 80px 80px;
}
.modaal-content-container p {
  padding-bottom: 1em;
}
.modaal-content-container .photoBox {
  padding-bottom: 2em;
}
.modaal-content-container .txtBox {
  padding-bottom: 2em;
}

.tit_voice,
.tit_voice span.en {
  background: linear-gradient(-300deg, #006880, #652d86, #006880, #652d86);
  background: -webkit-linear-gradient(
    -300deg,
    #006880,
    #652d86,
    #006880,
    #652d86
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tit_voice {
  font-size: 1.8em;
  line-height: 1.3em;
  position: relative;
  font-weight: bold;
  margin: 0.8em 0;
}
.tit_voice span.en {
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  font-size: 0.5em;
  line-height: 1em;
  width: 100%;
  height: 1em;
  font-weight: normal;
}

/* ==================================
Schedule
================================== */
#schedule.move_gradation {
  padding-bottom: 52px;
  position: relative;
  z-index: 0;
}
#schedule.move_gradation::before {
  content: "";
  background: #fff;
  width: 100%;
  position: absolute;
  height: 74%;
  top: -1px;
  clip-path: polygon(0 0, 100% 26%, 100% 100%, 0% 100%);
  z-index: -1;
  transform: rotate(180deg);
}

#schedule .txt_lead {
  text-align: center;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}

/* -------------------------
タブ
------------------------- */
/* tab */
#schedule .tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
#schedule .tab-area .tab {
  width: 49.5%;
  margin-right: 1%;
  background: #f2f2f2;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  border-left: 2px solid #999;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 0;
  position: relative;
}
#schedule .tab-area .tab:nth-of-type(2) {
  margin-right: 0%;
}
#schedule .tab-area .tab .photo {
  width: 40%;
  max-width: 160px;
  margin-right: 30px;
}
#schedule .tab-area .tab .photo img {
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#lp_career .article #schedule .tab h3,
#lp_graduate .article #schedule .tab h3 {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #999;
  line-height: 1.5em;
}
#schedule .tab-area .tab .name span.small {
  font-size: 0.7em;
  line-height: 1.5em;
  display: block;
  font-weight: 500;
}
#schedule .tab-area .tab .name span.pc {
  display: inline-block !important;
}

/* active */
#schedule .tab-area .tab.active {
  background: #fff;
  z-index: 1;
}
#schedule .tab-area .tab.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  bottom: -4px;
  left: 0;
  position: absolute;
}
#lp_career .article #schedule .tab.active h3,
#lp_graduate .article #schedule .tab.active h3 {
  color: #000;
}
#schedule .tab-area .tab.active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/* content-area */
#schedule .content-area {
  background: #fff;
  position: relative;
}
#schedule .tab-content {
  display: none;
}
#schedule .tab-content.show {
  display: block;
}

#schedule .tab-content.show {
  border: 2px solid #999;
  padding: 80px 20px 40px;
}

#schedule .guidance {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#schedule .guidance p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
}
#schedule .guidance p i {
  font-size: 2em;
  line-height: 1.3em;
  display: block;
  animation-name: sideScrolling;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes sideScrolling {
  0% {
    opacity: 1;
    transform: translate(1em, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-1em, 0);
  }
}

/* -------------------------
スクロール式スケジュール
------------------------- */
.timeSchedule {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.scheduleWrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  background: linear-gradient(275deg, #006881, #652d86);
  width: 2100px;
}

/* 詳細スケジュールの比率 */
.scheduleWrap section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.timeSchedule .time {
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  line-height: 1em;
  border-right: solid 1px #fff;
}
.timeSchedule .detail {
  padding: 10px 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 340px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.timeSchedule .detail .txtBox {
  padding: 0 20px;
  border-right: solid 1px #ccc;
  height: 45%;
}
.scheduleWrap section:nth-last-of-type(1) .txtBox {
  border-right: none;
}
.article .timeSchedule h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #000;
}
.entry-content .timeSchedule p {
  font-size: 16px;
  line-height: 1.5em;
}

/* スケジュールイメージ */
#shedule_jinzai .scheduleWrap section:nth-of-type(1) .detail {
  background-image: url(../img_schedule_jinzai_01.webp);
}
#shedule_jinzai .scheduleWrap section:nth-of-type(2) .detail {
  background-image: url(../img_schedule_jinzai_02.webp);
}
#shedule_jinzai .scheduleWrap section:nth-of-type(3) .detail {
  background-image: url(../img_schedule_jinzai_03.webp);
}
#shedule_jinzai .scheduleWrap section:nth-of-type(4) .detail {
  background-image: url(../img_schedule_jinzai_04.webp);
}
#shedule_jinzai .scheduleWrap section:nth-of-type(5) .detail {
  background-image: url(../img_schedule_jinzai_05.webp);
}
#shedule_jinzai .scheduleWrap section:nth-of-type(6) .detail {
  background-image: url(../img_schedule_jinzai_06.webp);
}
#shedule_jinzai .scheduleWrap section:nth-of-type(7) .detail {
  background-image: url(../img_schedule_jinzai_07.webp);
}

#shedule_morita .scheduleWrap section:nth-of-type(1) .detail {
  background-image: url(../img_schedule_morita_01.webp);
}
#shedule_morita .scheduleWrap section:nth-of-type(2) .detail {
  background-image: url(../img_schedule_morita_02.webp);
}
#shedule_morita .scheduleWrap section:nth-of-type(3) .detail {
  background-image: url(../img_schedule_morita_03.webp);
}
#shedule_morita .scheduleWrap section:nth-of-type(4) .detail {
  background-image: url(../img_schedule_morita_04.webp);
}
#shedule_morita .scheduleWrap section:nth-of-type(5) .detail {
  background-image: url(../img_schedule_morita_05.webp);
}
#shedule_morita .scheduleWrap section:nth-of-type(6) .detail {
  background-image: url(../img_schedule_morita_06.webp);
}
#shedule_morita .scheduleWrap section:nth-of-type(7) .detail {
  background-image: url(../img_schedule_morita_07.webp);
}

/* no-webp */
.no-webp #shedule_jinzai .scheduleWrap section:nth-of-type(1) .detail {
  background-image: url(../img_schedule_jinzai_01.jpg);
}
.no-webp #shedule_jinzai .scheduleWrap section:nth-of-type(2) .detail {
  background-image: url(../img_schedule_jinzai_02.jpg);
}
.no-webp #shedule_jinzai .scheduleWrap section:nth-of-type(3) .detail {
  background-image: url(../img_schedule_jinzai_03.jpg);
}
.no-webp #shedule_jinzai .scheduleWrap section:nth-of-type(4) .detail {
  background-image: url(../img_schedule_jinzai_04.jpg);
}
.no-webp #shedule_jinzai .scheduleWrap section:nth-of-type(5) .detail {
  background-image: url(../img_schedule_jinzai_05.jpg);
}
.no-webp #shedule_jinzai .scheduleWrap section:nth-of-type(6) .detail {
  background-image: url(../img_schedule_jinzai_06.jpg);
}
.no-webp #shedule_jinzai .scheduleWrap section:nth-of-type(7) .detail {
  background-image: url(../img_schedule_jinzai_07.jpg);
}

.no-webp #shedule_morita .scheduleWrap section:nth-of-type(1) .detail {
  background-image: url(../img_schedule_morita_01.jpg);
}
.no-webp #shedule_morita .scheduleWrap section:nth-of-type(2) .detail {
  background-image: url(../img_schedule_morita_02.jpg);
}
.no-webp #shedule_morita .scheduleWrap section:nth-of-type(3) .detail {
  background-image: url(../img_schedule_morita_03.jpg);
}
.no-webp #shedule_morita .scheduleWrap section:nth-of-type(4) .detail {
  background-image: url(../img_schedule_morita_04.jpg);
}
.no-webp #shedule_morita .scheduleWrap section:nth-of-type(5) .detail {
  background-image: url(../img_schedule_morita_05.jpg);
}
.no-webp #shedule_morita .scheduleWrap section:nth-of-type(6) .detail {
  background-image: url(../img_schedule_morita_06.jpg);
}
.no-webp #shedule_morita .scheduleWrap section:nth-of-type(7) .detail {
  background-image: url(../img_schedule_morita_07.jpg);
}

/* ==================================
Flow
================================== */
/*
#flow .flow_group {
	display:flex;
}
#flow .img_box {
	width:35%;
}
#flow .txt_box {
	position:relative;
	width:65%;
	padding-left: 140px;
}
#flow .txt_box img {
	width:30px;
	margin:2em 50% 0px 50%;
}
#flow .txt_box p:nth-child(1) {
	font-size:21px;
	border-bottom: 1px solid #000;
    display: inline-block;
}
#flow .txt_box p:nth-child(2) {
	font-size:18px;
}
#flow .txt_box p:nth-child(3) {
	font-size:16px;
}*/

/* ==================================
Career Path
================================== */
#careerpath {
  padding: 0;
}
.careerpath_container {
  padding-bottom: 10px;
}
#careerpath .parallax.parallax_2 {
  min-height: 300px;
  background-attachment: scroll;
  background-position: center 10%;
  margin-bottom: 50px;
}
#careerpath .parallax_2 .wrap {
  position: relative;
}
#careerpath .parallax_2 .headline_left {
  position: absolute;
  bottom: -300px;
  left: 0;
}

#careerpath .parallax_3 {
  padding-bottom: 360px;
}

/* -------------------------
Assessment
------------------------- */
#assessment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 50px;
}
#lp_career #assessment h3,
#lp_graduate #assessment h3 {
  color: #000;
}
#assessment .textBox {
  width: 55%;
}
#assessment .imgBox {
  width: 40%;
}
#assessment dl {
  padding: 0;
  margin-top: 10px;
}
#assessment dt {
  font-weight: bold;
  color: #006880;
}
#assessment dd {
  padding: 0;
  margin: 0 0 10px 0;
}

/* ==================================
Condition
================================== */
#condition table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #ccc;
  width: 100%;
  /*table-layout: fixed;
	word-break: break-all;*/
}
#condition table tr:nth-of-type(2n + 1) {
  background-color: #fff;
}
#condition table th,
#condition table td {
  border: none;
  border-bottom: solid 1px #ccc;
}
#condition table th {
  padding: 25px 0 25px 50px;
  text-align: left;
  vertical-align: top;
  background-color: #f2f2f2;
  font-weight: normal;
  width: 20%;
}
#condition table td {
  padding: 25px 50px;
}
.article #condition table td p:nth-last-of-type(1),
.article #condition table td ul:nth-last-of-type(1),
.article #condition table td ol:nth-last-of-type(1) {
  margin-bottom: 0;
}
.article #condition ul {
  padding-left: 0;
  list-style-type: none;
}
#condition .txt_small {
  font-size: 12px;
  line-height: 1.5em;
}
#condition .inexperienced {
  margin: 1em 0;
}
#condition table .office-info {
  padding-bottom: 5px;
  display: block;
}
#condition table .map_button {
  font-weight: normal;
  text-decoration: none;
  text-align: light;
  background: white;
  color: black;
  border: solid thin black;
  padding: 4px 40px;
  border-radius: 40px;
  line-height: 4;
}
.link_button:hover {
  background: silver;
  text-decoration: none;
}

.icon_point {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.icon_point li {
  background: #f2f2f2;
  padding: 0 15px;
  border-radius: 100vh;
  margin: 0 5px 5px 0;
  font-size: 0.8em;
}

/* ==================================
Condition
================================== */
/* #condition .table {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#condition .table dt {
	width: 30%;
    background: #f2f2f2;
    font-weight: 700;
    position: relative;
    font-size: 1.1em;
    line-height: 1.5em;
}
#condition .table dd {
	width: 70%;
	margin-left: 0;
}
#condition .table dt,#condition .table dd {
	padding: 20px;
    border-bottom: solid 1px #ccc;
}
#condition .table dt:nth-of-type(1),#condition .table dd:nth-of-type(1) {
	border-top: solid 1px #ccc;
} */

/* ==================================
Process
================================== */

#process {
  padding: 30px 0;
}
#process * {
  box-sizing: border-box;
}
#lp_career #process .textbox h3,
#lp_graduate #process .textbox h3 {
  color: #006a81;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  word-break: auto-phrase;
}
#process .arrow {
  z-index: 0;
  position: relative;
}
#process .arrow:before {
  content: "";
  position: absolute;
  bottom: -19px; /* 下にピッタリくっつけたいので三角の高さ分下にずらす */
  height: 19px;
  width: 38px;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* 下向き三角形 */
  background-color: #fff;
  margin-left: 61px;
}
#process .arrow2:after {
  content: "";
  position: absolute;
  top: 0; /* 上にピッタリくっつけたいので三角の高さ分上にずらす */
  height: 19px;
  width: 38px;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* 上からかぶせる三角形の左側 */
  background-color: #fff;
  margin-left: 61px;
}
#process .arrow.bg_gray:before {
  background: #f2f2f2;
}
#process .arrow2.bg_white:after {
  background: #f2f2f2;
}
.process_container .flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-start;
  padding: 60px 40px;
  flex-direction: row;
}
.process_container .step,
.flex .icon-img {
  width: 15%;
}
.process_container .textbox {
  width: 70%;
}
#process p {
  margin-bottom: 0;
}
.process_container img {
  width: 100%;
  padding-right: 10px;
}
.step img {
  width: 55%;
}
#process .flow_btn {
  margin-bottom: 0;
}
#process p.mb {
  margin-bottom: 5px;
}
/* ==================================
Office
================================== */

#office .office_title {
  text-align: center;
  padding-bottom: 6vw;
}

#lp_career .article #office h2,
#lp_graduate .article #office h2 {
  color: #000;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 1em;
}

#lp_career .article #office h2::before,
#lp_graduate .article #office h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  display: inline-block;
  width: 208px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to right, #662d85, #006880);
}

/* オフィスギャラリー：Swiper の loop×auto は不安定なため CSS 無限マルquee（トラックを半分 translate） */
#office .office-marquee {
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 16px;
}

#office .office-marquee__track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  /* 1周の距離が長いので、秒数を短くしないと「流れない」感じになる */
  animation: office-marquee-scroll 26s linear infinite;
  will-change: transform;
}

/* 上段：逆向きは専用 keyframes（rtl + reverse の組み合わせだと見た目の速度が遅く感じやすい） */
#office .office-marquee--reverse .office-marquee__track {
  animation: office-marquee-scroll-reverse 22s linear infinite;
}

#office .office-marquee__cell {
  flex: 0 0 auto;
  width: min(440px, 72vw);
  padding: 0 12px;
  box-sizing: border-box;
}

#office .office-marquee__cell img {
  display: block;
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  #office .office-marquee__track {
    animation: none;
  }
}

@keyframes office-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes office-marquee-scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* ==================================
FAQ
================================== */
#faq .wrap {
  max-width: 800px;
}
#faq .faqBox {
  background: #fff;
  margin-bottom: 10px;
}
#faq .faqBox:hover {
  cursor: pointer;
}
#faq .txt_question,
#faq .txt_answer {
  position: relative;
}
#faq .txt_question {
  position: relative;
  padding: 20px 70px;
}
#faq .txt_answer {
  display: none;
  margin-top: 1.5em;
  padding: 0 70px 20px 70px;
  margin-top: 0;
  margin-bottom: 0;
}

#faq .txt_question::before,
#faq .txt_answer::before {
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1.5em;
  left: calc(70px - 1.5em);
}
#faq .txt_question::before {
  content: "Q.";
  top: 20px;
}
#faq .txt_answer::before {
  content: "A.";
  top: 0;
}

#lp_career .article #faq h3,
#lp_graduate .article #faq h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  position: relative;
  font-weight: 500;
}
#faq h3 .btn_faq {
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -0.3em;
  width: 10px;
  height: 10px;
  display: block;
}
#faq h3.open .btn_faq {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* ==================================
Entry Form
================================== */
#entry {
  background: url(../bg_entry.webp) center top repeat-x;
  background-size: 100%;
  padding: 80px 0;
  margin-bottom: 100px;
}
/* no-webp */
.no-webp #entry {
  background: url(../bg_entry.jpg) center top repeat-x;
}

/* 中途・新卒選択 */
#entry #desired_place input[type="radio"] {
  display: none;
}
#entry #desired_place {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
#entry #desired_place p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}
#entry #desired_place label {
  border: solid 2px #5d94b4;
  padding: 16px 20px 16px 28px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  background: #fff;
  color: #5d94b4;
  display: inline-block;
  width: 45%;
  border-radius: 8px;
  margin: 0 2%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#entry #desired_place label::before,
#entry #desired_place label::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#entry #desired_place label::before {
  border: solid 1px #5d94b4;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 15px;
  border-radius: 50%;
  margin-top: -15px;
}
#entry #desired_place label::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #5d94b4;
  top: 50%;
  left: 27px;
  margin-top: -6px;
}

#entry #desired_place input:checked + label {
  background: #5d94b4;
  color: #fff;
}
#entry #desired_place input:checked + label::before {
  border: solid 1px #fff;
}
#entry #desired_place input:checked + label::after {
  border-color: transparent transparent transparent #fff;
}

#entry #desired_place .txt_large {
  font-size: 1.15em;
  line-height: 1.3em;
  display: block;
  font-weight: 600;
}

/* 熊本・福岡フォームの表示・非表示 */
.entryBox {
  display: none;
}
#lp_intern_kumamoto .entryBox,
#lp_intern_fukuoka .entryBox {
  display: block;
}
/* .entryBox01 {  display: block;} */

/* インターンページリンク */
#entry .btn_inentry {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#entry .btn_inentry::after,
#entry .btn_inentry a::after {
  content: "";
  display: block;
  position: absolute;
}
#entry .btn_inentry::after {
  clear: both;
}
#entry .btn_inentry a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 10px 30px 10px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1em;
  border-radius: 24px;
  float: right;
  border: solid 2px #fff;
}
#entry .btn_inentry a::after {
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 14px;
  right: 14px;
}

#entry .form_container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 0px #cccccc;
  border-radius: 20px;
  padding: 40px 60px 50px;
  background: #fff;
}
#lp_career .article #entry h2,
#lp_graduate .article #entry h2 {
  text-align: center;
  color: #5d94b4;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 12px 0;
}
#entry .form_container .form-section-lead {
  font-size: 14px;
  line-height: 1.7em;
  color: #555;
  margin: 0 0 32px 0;
  text-align: center;
}
#entry .form_container .form-section-lead a {
  color: #5d94b4;
  text-decoration: underline;
}
#entry .form_container .form-section-lead a:hover {
  opacity: 0.8;
}

#entry .flexBox {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
#entry .inputBox {
  margin-bottom: 24px;
}
#entry .inputBox label {
  display: block;
}
/* テキスト系のみ: ラジオ・チェックボックスは下の .form_container .inputBox ul でスタイル */
#entry input:not([type="radio"]):not([type="checkbox"]),
#entry textarea {
  border: none;
  background: #eff4f8;
  padding: 12px 14px;
  border-radius: 4px;
  font-weight: 400;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#entry textarea {
  min-height: 100px;
  resize: vertical;
}
/* error message */
#entry .validation-error {
  font-size: 13px;
  line-height: 1.5em;
  color: #dc2d2d;
  margin: 12px 0 0 0;
}

#entry .inputBox input::placeholder,
#entry .inputBox textarea::placeholder {
  color: #a0a0a1;
  font-size: 1rem;
}
#entry .icon_required,
#entry .icon_optional {
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
}
#entry .icon_required {
  background: #dc2d2d;
}
#entry .icon_optional {
  background: #9e9e9e;
}

#entry .inputBox .item,
#entry .inputBox label.item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 8px;
  display: block;
  color: #333;
}
.article #entry p.item {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-bottom: 8px;
}
/* 選択式リスト（ラジオボタン）- フォーム内のみ */
#entry .form_container .inputBox ul {
  padding-left: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  overflow: visible;
}
#entry .form_container .inputBox ul li {
  margin: 0;
  flex: 0 0 auto;
  min-width: max-content;
}
#entry .form_container .inputBox ul li label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
  word-break: normal;
}
#entry .form_container .inputBox ul li label span {
  flex-shrink: 0;
}
#entry .form_container .inputBox ul li label:hover {
  background: #eee;
  border-color: #ccc;
}
#entry .form_container .inputBox ul li input[type="radio"] {
  margin: 0;
  width: auto;
  min-width: 1rem;
  height: 1rem;
  accent-color: #5d94b4;
  flex-shrink: 0;
}
#entry .form_container .inputBox ul li label:has(input[type="radio"]:checked) {
  background: rgba(93, 148, 180, 0.1);
  border-color: #5d94b4;
  color: #5d94b4;
}
#entry .txt_small {
  font-size: 13px;
  line-height: 1.6em;
  color: #666;
  margin: 8px 0 0 0;
}

#form_school {
  width: 50%;
}
#form_year {
  width: 50%;
  padding-left: 5%;
}

/* 新卒のみ - 大学名・卒業年を横並び */
#entry #form_graduate {
  display: flex;
  flex-wrap: wrap;
}
#entry #form_graduate #form_school,
#entry #form_graduate #form_year {
  width: 50%;
  box-sizing: border-box;
}
#entry #form_graduate #form_year {
  padding-left: 5%;
}
#entry #form_graduate #form_year input {
  width: calc(100% - 10em);
}
#entry #form_graduate #form_year span {
  padding-left: 0.5em;
}
#entry #form_graduate .inputBox {
  margin-bottom: 0;
}

#entry .btn_entry {
  background: #5d94b4;
  padding: 18px 24px;
  width: 100%;
  max-width: 400px;
  margin: 36px auto 16px;
  border-radius: 8px;
}
#entry .btn_entry:hover {
  cursor: pointer;
  opacity: 0.7;
}
#entry .btn_entry .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#entry .btn_entry .inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
}

#entry .btn_entry input,
#entry .btn_entry button {
  color: #fff;
  background: transparent;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 0;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  width: 100%;
}
#entry .btn_entry button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* 注釈は削除 */
#entry .btn_attention {
  display: none;
}

/*ボタンの表示位置*/
#btn_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  cursor: pointer;
}
#btn_fix.is-dismissed {
  display: none !important;
}

#btn_fix .fixed-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

#btn_fix img {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
}

/* オーバーレイバナー分の余白：フォームが端末で隠れないように */
#lp_career .article,
#lp_graduate .article {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #lp_career .article,
  #lp_graduate .article {
    padding-bottom: 220px;
  }
  /* スマホでは地図画像（img_area.gif）を非表示 */
  #mainLead .txtBox {
    background-image: none;
  }
}

/* LP Entry Form - SimpleEntryForm appearance="lp" */
#entry .form_container .entry-form-lp {
  margin: 0;
  padding: 0;
}

/* LP Entry success state */
#entry .form_container .lp-entry-success {
  padding: 2em 0;
  text-align: center;
}
#entry .form_container .lp-entry-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(93, 148, 180, 0.15);
  color: #5d94b4;
  font-size: 1.4em;
  margin-bottom: 1em;
}
#entry .form_container .lp-entry-success-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5em;
}
#entry .form_container .lp-entry-success-text {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* ------------------------------------------------------------------------------------

1194px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1194px) {
  /* ==================================
Common
================================== */
  /* --------------------
background
-------------------- */
  /* semicircle_white */
  .semicircle_white {
    border-radius: 0 0 200px 0;
    /*padding-left: 20px;
	padding-right: 200px;*/
    /*margin-right: 5%;*/
  }

  /* ==================================
Header
================================== */
  /* --------------------
Navi Header 
-------------------- */
  #nav_header li a {
    padding: 20px 15px;
  }

  #nav_header li#navi_message a {
    padding: 20px 15px 20px 0;
  }
  #nav_header li#navi_faq a {
    padding: 20px 0 20px 15px;
  }
}

/* ------------------------------------------------------------------------------------

1023px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
  /* ==================================
Common
================================== */
  /* --------------------
background
-------------------- */

  /* ==================================
Header
================================== */
  /* --------------------
FV
-------------------- */
  /* h1 - logo */
  header#lp_header h1 {
    font-size: 5vw;
    line-height: 1em;
  }
  header#lp_header h1 .band-white {
    margin-bottom: 1vw;
    padding: 2vw 3vw;
  }

  /* Text FV */
  header#lp_header #txt_fv {
    max-width: 640px;
  }

  /* --------------------
Navi Header 
-------------------- */
  #nav_header .scloll_wrap {
    overflow: scroll;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #nav_header .white_shadow {
    width: 45px;
    height: 45px;
    background: linear-gradient(
      90deg,
      rgba(256, 256, 256, 0),
      rgba(256, 256, 256, 0.5),
      rgba(256, 256, 256, 1)
    );
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .article #nav_header ul.wrap {
    max-width: none;
  }
  #nav_header ul {
    justify-content: flex-start;
  }
  #nav_header li {
    min-width: 9em;
  }
  #nav_header li#navi_schedule {
    min-width: 11em;
  }

  #nav_header li a,
  #nav_header li#navi_message a,
  #nav_header li#navi_faq a {
    padding: 20px;
  }

  /* ==================================
Main Lead
================================== */
  #mainLead .txtBox .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* ==================================
Message
================================== */
  #message .wrap {
    padding: 0;
  }
  /* PhotoBox */
  #message .photoBox {
    width: 100%;
    padding: 0 0 40px;
  }

  #message .photoBox .photo1,
  #message .photoBox .photo2 {
    padding-top: 57%;
    background-size: cover;
  }
  #message .photoBox .photo1 {
    width: 60%;
    background-position: center 15%;
  }
  #message .photoBox .photo2 {
    display: block;
    width: 38%;
    margin-left: 5%;
    background-position: 60% center;
  }

  /* TextBox */
  #message .textBox {
    width: 100%;
    padding: 0 5%;
  }
  .article #message h2 img {
    margin-left: -20px;
  }

  /* ==================================
Voice
================================== */
  .career_slider_voice .photoBox {
    margin-bottom: 160px;
  }
  .career_slider_voice .txtBox {
    padding: 20px 20px;
    width: 80%;
    position: absolute;
    top: 18vw;
    left: 2vw;
  }

  /*#voice .img_txt {
        margin-top: 7em;
}

#voice .fuziwara {
	margin-right: 5vw;
    width: 60%;
}

#voice .tsuji {
	margin-left: 4vw;
    width: 57%;
}*/

  #voice .swiper-slide {
    padding-bottom: 20px;
  }

  /* ==================================
Schedule
================================== */
  /* -------------------------
タブ
------------------------- */
  /* tab */
  .article #schedule .tab h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  /* ==================================
Career Path
================================== */
  #careerpath .parallax_2 .headline_left {
    margin-left: 20px;
  }

  /* ==================================
Entry Form
================================== */
  #entry {
    padding: 80px 20px;
  }
  #entry .form_container {
    padding: 20px 5% 50px;
  }
}

/* ------------------------------------------------------------------------------------

834px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 834px) {
  /* ==================================
Common
================================== */
  .entry-content > *,
  .entry-content p {
    font-size: 16px;
    line-height: 1.8;
  }
  main article {
    padding: 30px 0;
  }

  /* --------------------
Headline
-------------------- */
  #lp_career .article h2.headline_left,
  #lp_graduate .article h2.headline_left {
    font-size: 30px;
    line-height: 1.3em;
  }
  #lp_career .article h2.headline_center,
  #lp_graduate .article h2.headline_center {
    font-size: 30px;
    line-height: 1.3em;
  }

  /* --------------------
background
-------------------- */
  /* semicircle_white */
  .semicircle_white {
    border-radius: 0 0 150px 0;
    /*padding-right: 100px;*/
  }

  /* ==================================
Parallax
================================== */
  .parallax {
    min-height: 34vh;
    background-attachment: scroll;
  }

  /*.parallax_1 {
    margin-top: 14vw;
}
*/
  .parallax_3 {
    background-size: 110%;
  }

  /* ==================================
Header
================================== */
  /* --------------------
FV
-------------------- */
  #career_fv .swiper-slide {
    min-height: 100vh;
  }

  /* Text FV */
  header#lp_header #txt_fv .txt_sub {
    width: 80%;
    margin: 10px auto;
  }

  /* --------------------
 Button Intern Header
-------------------- */
  header#lp_header #btn_intern_header {
    top: 0;
    max-width: 60px;
  }

  /* --------------------
Button Enty Header
-------------------- */
  header#lp_header #btn_enty_header {
    bottom: 60px;
    right: -60px;
    width: 180px;
    height: 60px;
  }

  header#lp_header #btn_enty_header a {
    padding: 18px 20px;
    font-size: 20px;
    line-height: 1em;
  }
  header#lp_header #btn_enty_header a span {
    width: 50px;
    margin-left: 10px;
  }
  header#lp_header #btn_enty_header a:hover span {
    width: 70px;
  }

  /* ==================================
Main Lead
================================== */
  .article #mainLead {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mainLead .txtBox {
    padding-top: 0;
    /*padding-right: 10%;*/
    background-size: 90%;
    padding-bottom: 30px;
  }
  #mainLead .txtBox .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  #mainLead .lead {
    font-size: 26px;
    line-height: 1.5em;
  }

  #mainLead p {
    font-size: 16px;
    line-height: 1.8em;
  }
  #mainLead .btn.video {
    margin: 0px 0 30px;
  }
  .moviebtn .btn {
    top: 40%;
  }
  /* ==================================
work
================================== */
  #work .work_container {
    display: block;
    padding: 40px 20px;
  }
  #work .workImg {
    width: 100%;
    margin-right: 0;
  }
  #work .bg_white .workImg {
    margin-right: 0;
    margin-left: 0;
  }
  #work .list {
    width: 100%;
  }
  #work .list h3 {
    margin-right: 0px;
  }

  #work .swiper_container {
    max-width: 420px;
  }
  #work .career_slider_work {
    max-width: 340px;
  }
  .work_contents_last {
    padding-bottom: 14vw;
  }

  /* ==================================
Welfare
================================== */
  #welfare .list {
    flex-wrap: wrap;
  }
  #welfare .item {
    width: 50%;
    padding: 0px 20px;
  }
  #welfare .item_column .item {
    width: auto;
  }
  #welfare .item_column {
    width: 50%;
  }

  /* ==================================
Data
================================== */
  #data .box_1,
  #data .box_2,
  #data .box_6,
  #data .box_8 {
    width: 50%;
  }
  #data .box_3 {
    width: 45%;
  }
  #data .box_4 {
    width: 55%;
  }
  #data .box_5,
  #data .box_7 {
    width: 100%;
  }

  #data .box_7 {
    order: 8;
  }

  #data .box_4 img {
    max-width: 82%;
  }
  #data .box_7 img {
    max-width: 62%;
    margin-top: -2vw;
  }

  #data .inner_2,
  #data .inner_4,
  #data .inner_7 {
    border-right: transparent;
  }
  #data .inner_3 {
    border-right: 1px solid #808080;
  }

  #data .box_6,
  #data .box_8 {
    border-bottom: 1px solid #808080;
  }

  /*.article #data h2 {	margin: 10vw 0 14vw 0;}*/
  #lp_career .article #data h2::before,
  #lp_graduate .article #data h2::before {
    bottom: -5vw;
    width: 24vw;
  }

  /* ==================================
Voice
================================== */
  .career_slider_voice .photoBox {
    margin-bottom: 240px;
  }
  .career_slider_voice .txtBox {
    padding: 15px 15px;
    width: calc(100% - 4vw);
    top: 40vw;
    left: 2vw;
  }
  #lp_career .article .career_slider_voice h3,
  #lp_graduate .article .career_slider_voice h3 {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 0.8em;
    padding-left: 20px;
  }
  .career_slider_voice .en {
    display: block;
    padding-left: 0;
  }
  .career_slider_voice .txtBox p {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  /* -------------------------
モーダル中身
------------------------- */
  .modaal-content-container {
    padding: 40px;
  }

  /*#voice .group {
display:block;
margin:40px 0px 60px 0px;
}

#voice .voice_info, #voice .txt {
width: 100%; 
}

#voice .name {
font-size:21px;
font-weight:bold;
}

.entry-content #voice p {
    font-size: 16px;
}

.entry-content #voice .voice_info_list p {
line-height: 1;
}

.entry-content #voice .txt p {
margin-top:30px;
}

#voice .voice_info {
    margin-top:-20px;
}*/

  /* ==================================
Flow
================================== */
  /*#flow .flow_group {
	flex-direction: column;
    align-items: flex-end;
}

#flow .img_box {
	width: 46%;
    order: 2;
    margin-top: -14em;
    margin-right: 24vw;
}

#flow .txt_box {
	width:100%;
	padding-left: 0px;
    order: 1;
}

#flow .txt_box img {
	width: 6%;
    margin: 3em 0;
}*/

  .flow_btn {
    margin-top: 52px;
    margin-bottom: 120px;
  }

  /* ==================================
Schedule
================================== */
  /* -------------------------
スクロール式スケジュール
------------------------- */
  .entry-content img.scheduleImg {
    max-height: 200px;
  }

  /* ==================================
Career Path
================================== */
  .careerpath_container .scroll {
    overflow-x: scroll;
  }
  .img_careerpath {
    width: 130vw;
  }

  #careerpath .parallax_3 {
    padding-bottom: 50%;
  }

  /* -------------------------
Assessment
------------------------- */
  #assessment {
    display: block;
  }
  #assessment .textBox,
  #assessment .imgBox {
    width: 100%;
  }

  /* ==================================
Condition
================================== */
  #condition table th,
  #condition table td {
    font-size: 16px;
    line-height: 1.8;
  }
  #condition table th {
    padding: 20px 0 20px 20px;
    width: 22%;
  }
  #condition table td {
    padding: 20px;
  }

  /* ==================================
Process
================================== */

  #process .arrow2:after,
  #process .arrow:before {
    margin-left: 19px;
  }

  .process_container .flex {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 40px 20px;
  }

  .process_container .step {
    width: 20%;
  }
  .flex .icon-img {
    width: 28%;
  }

  .process_container .textbox {
    width: 80%;
  }

  .process_container img {
    padding-right: 0;
  }

  .step img {
    width: 100%;
    padding-right: 20px;
  }

  /* ==================================
Office
================================== */
  #office .office-marquee {
    max-width: min(100%, 720px);
    margin-bottom: 12px;
  }

  #office .office-marquee__cell {
    width: min(400px, 78vw);
    padding: 0 10px;
  }

  #lp_career .article #office h2::before,
  #lp_graduate .article #office h2::before {
    bottom: -5vw;
    width: 24vw;
  }

  /* ==================================
FAQ
================================== */
  #faq .txt_question {
    padding: 20px 50px;
  }
  #faq .txt_answer {
    padding: 0 50px 20px 50px;
  }

  #faq .txt_question::before,
  #faq .txt_answer::before {
    width: 40px;
    height: 40px;
    left: calc(50px - 1.5em);
  }
  #lp_career .article #faq h3,
  #lp_graduate .article #faq h3 {
    font-size: 16px;
    line-height: 1.3em;
  }
  #faq h3 .btn_faq {
    right: 20px;
  }

  /* ==================================
Entry Form
================================== */
  #entry {
    padding: 30px 20px;
    margin-bottom: 10px;
    background-size: 150%;
  }
  #entry .form_container {
    padding: 32px 24px 40px;
  }
  #entry .form_container .form-section-lead {
    font-size: 13px;
    margin-bottom: 28px;
  }
  #lp_career .article #entry h2,
  #lp_graduate .article #entry h2 {
    font-size: 26px;
    line-height: 1.3em;
  }

  /* 新卒のみ */
  #entry #form_graduate .inputBox {
    margin-bottom: 0;
  }

  #form_school {
    width: 100%;
  }
  #form_year {
    width: 100%;
    padding-left: 0;
  }

  #entry .btn_entry input,
  #entry .btn_entry button {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------------------------

480px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  /* ==================================
Common
================================== */
  /* --------------------
background
-------------------- */
  /* semicircle_white */
  .semicircle_white {
    border-radius: 0 0 100px 0;
    /*padding-right: 20px;*/
  }

  /* --------------------
Headline
-------------------- */
  #lp_career .article h2.headline_left,
  #lp_graduate .article h2.headline_left {
    font-size: 26px;
    line-height: 1.3em;
  }
  #lp_career .article h2.headline_center,
  #lp_graduate .article h2.headline_center {
    font-size: 26px;
    line-height: 1.3em;
  }

  /* --------------------
Parallax
-------------------- */
  /* .pc {display:none;}
.sp {display:block;} */

  .parallax {
    min-height: 26vh;
  }

  /* ==================================
Header
================================== */
  /* h1 - logo */
  header#lp_header h1 {
    top: 5px;
    left: 10px;
  }

  /* --------------------
FV
-------------------- */
  #career_fv .swiper-slide {
    min-height: 100vh;
  }

  /* Text FV */
  header#lp_header #txt_fv .txt_sub {
    width: 90%;
    margin: 5px auto;
  }

  /* --------------------
Button Career Header
-------------------- */
  header#lp_header #btn_career_header {
    width: 10vw;
  }

  /* --------------------
Button Enty Header
-------------------- */
  header#lp_header #btn_enty_header {
    bottom: 60px;
    right: -60px;
    width: 180px;
    height: 60px;
  }

  header#lp_header #btn_enty_header a {
    padding: 20px 20px;
    font-size: 18px;
    line-height: 1em;
  }
  header#lp_header #btn_enty_header a span {
    width: 50px;
    margin-left: 18px;
  }
  header#lp_header #btn_enty_header a:hover span {
    width: 70px;
  }

  /* --------------------
Navi Header 
-------------------- */
  .article .entry-content #nav_header .guidance p {
    font-size: 12px;
    line-height: 1.3em;
  }
  #nav_header li a,
  #nav_header li#navi_message a,
  #nav_header li#navi_faq a {
    padding: 15px;
  }

  /* ==================================
Main Lead
================================== */
  .article #mainLead {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: right 10% bottom 10%;
  }
  #mainLead .txtBox {
    padding-right: 0;
    background-position: right 0 top 5%;
    background-size: 90%;
    padding-bottom: 20px;
  }

  #mainLead .lead {
    font-size: 22px;
    line-height: 1.5em;
  }
  #mainLead p {
    font-size: 15px;
    line-height: 1.8em;
  }
  /***** Movie Icon *****/
  .moviebtn .btn {
    top: 43%;
  }
  .btnripple2 {
    width: 40px;
    height: 40px;
  }
  .btnripple2::after,
  .btnripple2::before {
    left: -21%;
    top: -24%;
    width: 140%;
    height: 140%;
  }
  .btnripple2 span::after {
    top: 30%;
    left: 40%;
    border: 10px solid transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-color: #fff;
  }
  /* ==================================
work
================================== */
  #work .career_slider_work {
    max-width: 260px;
    display: none;
  }
  #work .workImg {
    display: block;
  }

  /* ==================================
Welfare
================================== */
  /*#welfare .list {
	display:block;
	padding-top: 24px;
}
#welfare .item {
	width:100%;
}
#welfare .item_column {
	width:100%;
}*/

  /* ==================================
Data
================================== */
  #lp_career .article #data h2,
  #lp_graduate .article #data h2 {
    font-size: 5vw;
    margin: 16vw 0 14vw 0;
  }
  #lp_career .article #data h3,
  #lp_graduate .article #data h3 {
    font-size: 5vw;
  }
  #data .data_box_inner img {
    width: 28vw;
  }
  #data .inner_4 img {
    width: 44vw;
  }
  #data .inner_5 img {
    width: 74vw;
  }
  #data .inner_7 img {
    width: 74vw;
  }

  /* ==================================
Voice
================================== */
  #voice {
    padding-bottom: 20px;
  }
  /*#voice .voice_info {
height:auto;
}

#voice .img_txt {
margin-top: 4em;
}*/
  .career_slider_voice .photoBox {
    margin-bottom: 240px;
  }
  .career_slider_voice .txtBox {
    padding: 15px 15px;
    width: calc(100% - 4vw);
    top: 30vw;
    left: 2vw;
  }

  /* -------------------------
モーダル中身
------------------------- */
  .modaal-content-container {
    padding: 20px;
  }

  /* ==================================
Flow
================================== */
  /*
#flow .img_box {
    width: 70%;
    order: 2;
    margin-top: -13em;
    margin-right: 10vw;
}

#flow .txt_box img {
    width: 10%;
}*/

  .flow_btn {
    text-align: left;
    margin-top: 36px;
    margin-bottom: 100px;
    height: calc(1em + 40px);
  }

  .flow_btn a {
    font-size: 16px;
    padding: 16px 0px;
  }

  .flow_btn a::after {
    right: 18px;
  }

  /* ==================================
Schedule
================================== */
  #schedule .txt_lead {
    font-size: 16px;
    line-height: 1.3em;
  }

  /* -------------------------
タブ
------------------------- */
  /* tab */
  .article #schedule .tab h3 {
    font-size: 1.1em;
    line-height: 1.3em;
  }
  #schedule .tab-area .tab .name span.pc {
    display: none !important;
  }
  #schedule .tab-area .tab .name span.profession {
    display: block;
  }

  /* -------------------------
スクロール式スケジュール
------------------------- */

  /* ==================================
Career Path
================================== */
  #careerpath .parallax.parallax_2 {
    min-height: 150px;
    background-position: center 10%;
    margin-bottom: 50px;
  }
  #careerpath .parallax_2 .headline_left {
    bottom: -170px;
  }
  .img_careerpath {
    width: 180vw;
  }

  /* ==================================
Condition
================================== */
  #condition table {
    border-top: none;
  }
  #condition table th,
  #condition table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  #condition table th {
    background-color: #eee;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5em;
  }
  #condition table td {
    padding: 20px;
    font-size: 15px;
    line-height: 1.5em;
  }

  /* ==================================
Office
================================== */
  #office .office-marquee {
    max-width: 100%;
  }

  #office .office-marquee__cell {
    width: min(360px, 85vw);
    padding: 0 8px;
  }

  #lp_career .article #office h2,
  #lp_graduate .article #office h2 {
    font-size: 5vw;
  }

  /* ==================================
FAQ
================================== */
  #faq .txt_question {
    padding: 15px 40px;
  }
  #faq .txt_answer {
    padding: 0 40px 15px 40px;
  }

  #faq .txt_question::before,
  #faq .txt_answer::before {
    width: 20px;
    height: 20px;
    left: calc(40px - 1.5em);
  }
  #faq .txt_question::before {
    top: 15px;
  }
  #lp_career .article #faq h3,
  #lp_graduate .article #faq h3 {
    font-size: 15px;
    line-height: 1.3em;
  }
  #faq h3 .btn_faq {
    right: 20px;
  }
  .entry-content #faq p.txt_answer {
    font-size: 15px;
    line-height: 1.8em;
  }

  /* ==================================
Entry Form
================================== */
  #entry .form_container {
    padding: 24px 16px 32px;
  }
  #entry .form_container .form-section-lead {
    font-size: 12px;
    margin-bottom: 24px;
  }
  #lp_career .article #entry h2,
  #lp_graduate .article #entry h2 {
    font-size: 22px;
    line-height: 1.3em;
  }

  #entry #desired_place label {
    font-size: 13px;
    line-height: 1em;
    padding: 10px 0 10px 20px;
  }
  #entry #desired_place label::before {
    width: 15px;
    height: 15px;
    left: 5px;
    margin-top: -7px;
  }
  #entry #desired_place label::after {
    border-width: 4px 0 4px 6px;
    left: 11px;
    margin-top: -3px;
  }

  #entry .inputBox .item,
  .article #entry p.item {
    font-size: 15px;
  }
  #entry .inputBox input::placeholder,
  #entry .inputBox textarea::placeholder {
    font-size: 14px;
  }

  #entry .btn_entry {
    padding: 14px 16px;
    margin: 28px auto 12px;
  }
  #entry .btn_entry input,
  #entry .btn_entry button {
    font-size: 15px;
    line-height: 1.3em;
  }
  #entry .btn_entry .inner::after {
    width: 6px;
    height: 6px;
    right: 0;
  }
}
