@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fuga {
  font-family: "Fugaz One", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a,
span,
p,
li,
dt,
dd,
th,
td {
  line-height: 1.5em;
  font-weight: 500;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
.inner {
  max-width: 1400px;
  margin: 0 auto;
}
.wrapp {
  max-width: 1200px;
  margin: 0 auto;
}
h2 {
  font-size: 80px;
  font-family: "Fugaz One", sans-serif;
  text-align: center;
}
h2 span {
  line-height: 1em;
}
.sec_tit .jp {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.blu {
  color: #004f97;
}
.red {
  color: #e60012;
}
.sec_tit {
  margin: 0 auto 50px auto;
}
.tit_read {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
section {
  padding: 100px 0;
}
.slick-slide img.SP {
  display: none;
}
/*header*/
header {
  display: flex;
  padding: 40px 50px 40px 100px;
  align-items: center;
  justify-content: space-between;
}
.logo_btn {
  display: flex;
  align-items: center;
  font-size: 35px;
  color: #000;
  gap: 15px;
  font-weight: bold;
  transition: .3s;
}
.logo_btn:hover {
  opacity: .8;
}
header nav ul a {
  color: #000;
  font-size: 18px;
  transition: .3s;
  font-weight: bold;
}
header nav ul a:hover {
  color: #004f97;
}
header nav.PC {
  display: flex;
  align-items: center;
}
header nav.PC ul {
  display: flex;
  gap: 30px;
  margin-right: 30px;
}
.nav_color {
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: bold;
  transition: .3s;
}
.nav_color:hover {
  opacity: .8;
}
.nav_blu {
  background-color: #004f97;
}
.nav_red {
  background-color: #e60012;
}
/*mv*/
section.sec_mv {
  padding: 0;
}
#slider li {
  position: relative;
}
h1 {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  display: block;
  width: fit-content;
  height: fit-content;
  font-size: 60px;
}
h1 span {
  font-weight: bold;
}
h1 span.main_txt {
  display: block;
  background-color: #fff;
  margin: 15px auto;
  width: fit-content;
  padding: 0 15px;
}
.frame {
  border: solid 3px #004f97;
  background-color: #fff;
  box-shadow: 5px 5px 0 #004f97;
}
/*greeting*/
.greeting_cont {
  background-color: #d9e5f0;
  padding: 70px;
}
.greeting_cont img {
  display: block;
  margin: 0 auto 50px auto;
}
.movie_cont .frame {
  max-width: 750px;
  margin: 70px auto 0 auto;
}
.movie_cont .frame p {
  padding: 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.movie_cont .frame p span {
  display: block;
  background-color: #004f97;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
}
.movie_box {
  width: 960px;
  height: 541px;
  margin: 50px auto 0 auto;
}
.movie_box iframe {
  width: 100%;
  height: 100%;
}
/*business*/
.bkg_business {
  background-color: #f8f8f8;
  background-image: url(../img/business_bkg.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
}
.business_cont dt.fuga {
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(../img/business_num.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 90px;
  line-height: 200px;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: -160px;
  margin: 0 auto;
}
.num_cont {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 200px;
}
.num_inner {
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
}
.num_txt {
  margin-bottom: 50px;
}
.num_txt h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.num_txt p {
  text-align: center;
  margin-top: 30px;
}
.b_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.b_flex li {
  width: calc(90%/2);
}
.b_flex .d_slide_cont {
  width: 810px;
}
.b_flex .d_slide_cont li {
  padding: 0 20px;
}
.num_inner li dl {
  position: relative;
}
.num_inner .frame {
  width: 90%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  max-width: 440px;
}
.num_inner .frame p:first-of-type {
  font-size: 30px;
  text-align: center;
}
.num_inner .frame div {
  padding: 20px;
}
/*benefits*/
.benefits_cont {
  background-image: url(../img/bnf_bkg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits_cont ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 100px 50px;
}
.benefits_cont li {
  width: calc(95%/4);
  background-color: #fff;
  border: solid 3px #004f97;
}
.benefits_cont li span {
  font-size: 2.2vw;
  word-break: break-all;
  line-height: 1em;
  display: block;
  color: #004f97;
  opacity: .2;
}
.benefits_cont li img {
  display: block;
  margin: 0 auto 20px auto;
}
.benefits_cont p:first-of-type {
  text-align: center;
  font-size: 20px;
  align-items: center;
  display: flex;
  height: 75px;
  justify-content: center;
  font-weight: bold;
}
.benefits_cont p:last-of-type {
  padding: 0 20px 20px 20px;
}
.benefit_read {
  text-align: center;
  margin: 70px auto;
}
.benefit_read p {
  font-size: 18px;
}
.benefit_read p:first-of-type {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.data_cont {
  background-image: url(../img/bnf_bkg_2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.data_inner {
  padding: 70px 0;
}
.data_inner dl {
  padding: 30px;
  background-color: #fff;
  display: flex;
  gap: 30px;
  width: 510px;
  justify-content: center;
  align-items: center;
}
.data_inner dl:first-of-type {
  margin: 0 auto;
}
.data_inner dd p:first-of-type {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.data_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
/*interview*/
.interview_cont dl {
  display: flex;
  gap: 30px;
  align-items: center;
}
.interview_cont dl:last-of-type {
  flex-direction: row-reverse;
  margin-top: 40px;
}
.interview_cont dt,
.interview_cont dd {
  width: 50%;
}
.interview_cont .frame {
  margin-bottom: 30px;
}
.interview_cont .frame p {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.interview_cont dd span {
  display: block;
  text-align: right;
}
/*recruit*/
.bkg_recruit {
  background-image: url(../img/recruit_bkg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit_read {
  text-align: center;
  font-size: 18px;
  margin: 40px auto;
}
.rectuit_table {
  max-width: 790px;
  margin: 60px auto;
}
.rectuit_table li {
  background-color: #fff;
  margin: 5px 0;
}
.rectuit_table li dl {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  height: fit-content;
}
.rectuit_table li dl dt {
  width: 15%;
  text-align: center;
  padding-right: 30px;
  font-weight: bold;
}
.rectuit_table li dd {
  border-left: 3px solid #004f97;
  padding: 20px 0 20px 30px;
}
.cv {
  text-align: center;
}
.cv p {
  font-size: 25px;
  font-weight: bold;
}
.cv a {
  display: block;
  background-color: #004f97;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 20px 50px;
  width: fit-content;
  margin: 30px auto 0 auto;
  transition: .3s;
}
.cv a:hover {
  opacity: .8;
}
/*profile*/
.profile_table {
  max-width: 670px;
  margin: 0 auto 70px auto;
}
.profile_table table {
  margin: 0 auto;
}
.profile_table th,
.profile_table td {
  padding: 15px;
  border: solid 2px #004f97;
  vertical-align: middle;
}
/*sdgs*/
.sdgs_bkg {
  background-image: url(../img/sdgs_bkg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sdgs_cont ul {
  padding: 100px 0;
  width: 1000px;
  margin: 0 auto;
}
.sdgs_cont li {
  border: solid 2px #004f97;
  background-color: #fff;
  margin-bottom: 20px;
}
.sdgs_cont li:last-of-type {
  margin-bottom: 0;
}
.sdgs_cont dl {
  padding: 30px;
  display: flex;
  align-items: center;
}
.sdgs_cont dt {
  width: 30%;
}
.sdgs_cont dd {
  max-width: 77%;
}
.sdgs_cont dd p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_sdgs {
  margin: 100px auto 0 auto;
  width: fit-content;
}
.about_sdgs img {
  display: block;
  margin-bottom: 70px;
}
.about_sdgs p {
  padding: 0 30px;
}
.about_sdgs p:first-of-type {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*access*/
.bkg_access {
  background-image: url(../img/access_bkg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.map_cont {
  width: 100%;
  height: 400px;
}
.map_cont iframe {
  width: 100%;
  height: 100%;
}
/*contact*/
form .caution {
  color: #e60012;
  text-align: center;
  margin-bottom: 30px;
}
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: none;
}
form dl {
  display: flex;
  gap: 20px;
  width: 520px;
  margin: 0 auto 30px auto;
}
form dt {
  width: 30%;
  text-align: right;
}
form dt span {
  color: #e60012;
}
form dt span {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
form dd {
  width: 70%;
}
form input[type='text'],
form input[type='tel'],
form input[type='email'],
form textarea {
  border: solid 2px #004f97;
  background-color: #fff;
  padding: 5px;
  width: 350px;
}
form ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 364px;
}
.pp_cont {
  height: 150px;
  overflow-y: scroll;
  width: 480px;
  margin: 0 auto;
  border: solid 2px #004f97;
  padding: 20px;
}
.pp_outer > p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.pp_cont p,
.pp_cont span {
  font-size: 14px;
}
.pp_cont::-webkit-scrollbar {
  width: 10px;
}
.pp_cont::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.pp_cont::-webkit-scrollbar-thumb {
  background-color: #004f97;
}
.pp_check_cont input[type=checkbox] {
  display: none;
}
.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-weight: bold;
}
.pp_check_cont {
  display: block;
  width: fit-content;
  margin: 30px auto;
}
.pp_check::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check::after {
  border-right: 3px solid #004f97;
  border-bottom: 3px solid #004f97;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .pp_check::after {
  opacity: 1;
}
#form_submit {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#form_submit_button {
  display: block;
  border: none;
  background-color: #004f97;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  padding: 20px;
  width: 200px;
  font-weight: bold;
  cursor: pointer;
  transition: .3s;
}
#form_submit_button:hover {
  opacity: .8;
}
#form_submit_button.no_check {
  background-color: gray;
  pointer-events: none;
}
span.error_blank {
  color: #e60012;
  font-size: 14px;
}
section.sec_thanks {
  text-align: center;
  padding-top: 130px;
}
.sec_thanks a {
  display: block;
  background-color: #004f97;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  width: 200px;
  font-weight: bold;
  transition: .3s;
  margin: 30px auto 0 auto;
}
.sec_thanks a:hover {
  opacity: .8;
}
/*footer*/
.bkg_foot {
  background-image: url(../img/footer_bkg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}
.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.foot_read {
  margin: 30px 0;
}
footer p,
footer a,
small {
  color: #fff;
}
footer p {
  margin-bottom: 10px;
}
footer p span {
  display: inline-block;
  width: 50px;
  background-color: #fff;
  text-align: center;
  color: #004f97;
  margin-right: 20px;
}
.foot_btn {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.foot_btn a {
  display: block;
  width: fit-content;
  border: solid 2px #fff;
  padding: 0 10px;
  transition: .3s;
}
.foot_btn a:hover {
  background-color: #fff;
  color: #004f97;
}
small {
  font-size: 12px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 20px 50px 20px 100px;
}
.sec_mv {
  margin-top: 130px;
}
a.anker {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
.floating {
  display: none;
}
/*sp*/
@media screen and (max-width:1540px) {
  header {
    padding: 20px;
  }
  .logo_btn {
    font-size: 30px;
  }
  .logo_btn img {
    width: 80px;
  }
  .inner {
    max-width: 95%;
  }
  .wrapp {
    max-width: 90%;
  }
}
@media screen and (max-width:1360px) {
  .logo_btn {
    font-size: 25px;
  }
  .logo_btn img {
    width: 60px;
  }
  header nav ul a,
  .nav_color {
    font-size: 16px;
  }
  .nav_color {
    padding: 15px 30px;
  }
  .num_cont {
    max-width: 95%;
  }
  .num_inner {
    max-width: 90%;
  }
  .sdgs_cont ul {
    max-width: 90%;
  }
  h1 {
    font-size: 50px;
  }
  .sec_mv {
    margin-top: 75px;
  }
  header {
    padding: 10px 20px;
  }

}
@media screen and (max-width:1200px) {
  header nav.PC ul {
    gap: 15px;
  }
  .logo_btn {
    font-size: 20px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 70px;
  }
  .sec_tit .jp {
    font-size: 25px;
  }
  section {
    padding: 70px 0;
  }
  .greeting_cont img {
    width: 400px;
  }
  .movie_cont .frame p {
    font-size: 30px;
  }
  .business_cont dt.fuga {
    width: 150px;
    height: 150px;
    font-size: 60px;
    line-height: 150px;
    top: -120px;
  }
  .num_txt h3 {
    font-size: 30px;
  }
  .num_inner .frame p:first-of-type {
    font-size: 23px;
  }
  .b_flex .d_slide_cont li {
    padding: 0 10px;
  }
  .num_inner .frame {
    margin-bottom: -30px;
  }
  .d_slide_cont .frame {
    margin-bottom: 0;
  }
}
@media screen and (max-width:1100px) {
  .b_flex li {
    padding-bottom: 50px;
  }
  .sec_mv {
    margin-top: 70px;
  }
  h1 {
    right: 0;
    left: 0;
    bottom: 25%;
    top: auto;
    margin: 0 auto;
  }
  .movie_box {
    width: 87.273vw;
    height: 49.182vw;
  }
  .SP#navArea {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li:last-of-type {
    border-bottom: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .nav_color {
    display: block;
    margin: 10px 0;
  }
  .nav_color {
    padding: 10px 20px;
  }
  h2 {
    font-size: 60px;
  }
  .sec_tit .jp {
    font-size: 18px;
  }
  .greeting_cont img {
    width: 350px;
  }
  .benefits_cont ul {
    flex-wrap: wrap;
  }
  .benefits_cont li {
    width: calc(95%/2);
  }
  .benefits_cont li span {
    font-size: 45px;
  }
  .sdgs_cont dt {
    width: 20%;
    margin-right: 20px;
  }
  .footer_inner {
    max-width: 90%;
  }
  .floating {
    display: flex;
    position: sticky;
    bottom: 0;
    z-index: 9999;
  }
  .floating a {
    background-color: #000;
    color: #fff;
    display: block;
    width: 50%;
    text-align: center;
    padding: 15px 0;
  }
  .floating a:last-of-type {
    background-color: #004f97;
  }
  .floating a img {
    width: 20px;
    padding-right: 5px;
  }
}
@media screen and (max-width:990px) {
  .benefits_cont li {
    width: 350px;
  }
  .benefits_cont ul {
    padding: 50px 20px;
    gap: 20px;
  }
}
@media screen and (max-width:950px) {
  h1 {
    font-size: 35px;
  }
  .b_flex .d_slide_cont {
    width: 90%;
  }
  .interview_cont dl {
    display: block;
  }
  .interview_cont dt,
  .interview_cont dd {
    width: 90%;
    margin: 0 auto;
  }
  .interview_cont dt {
    margin-bottom: 20px;
    text-align: center;
  }
  .interview_cont.wrapp {
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
  }
  .cv p {
    font-size: 20px;
  }
  .cv a {
    font-size: 20px;
  }
  .interview_cont .PC {
    display: none;
  }
  .interview_cont .SP {
    display: block;
  }
}
@media screen and (max-width:800px) {
  h1 {
    bottom: 0;
    top: 25%;
  }
  .slick-slide img.SP {
    display: block;
  }
  .slick-slide img.PC {
    display: none;
  }
  .num_txt .SP {
    display: block;
  }
  .num_txt p {
    text-align: left;
  }
  .num_inner .frame p:first-of-type {
    font-size: 20px;
    font-weight: bold;
  }
  .num_txt h3 {
    line-height: 1.3em;
    font-size: 25px;
  }
  .sec_mv .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sec_mv .PC {
    display: none;
  }
  .sec_mv .SP {
    display: block;
  }
  h1 {
    font-size: 35px;
  }
  .b_flex {
    display: block;
  }
  .b_flex li {
    width: 100%;
  }
  .b_flex li dt {
    text-align: center;
  }
  .num_inner .frame {
    margin-bottom: 0;
  }
  .num_inner {
    padding: 70px 0;
  }
  .benefits_cont {
    background-image: none;
    background-color: #004f97;
  }
  .bkg_business {
    background-position: left;
  }
  .rectuit_table li dl {
    display: block;
    padding: 30px;
  }
  .rectuit_table li dd {
    border-left: none;
    border-top: solid 3px #004f97;
    padding: 15px;
    padding: 15px;
    padding-bottom: 0;
  }
  .rectuit_table li dt {
    padding-bottom: 15px;
  }
  .sdgs_cont ul {
    padding: 70px 0;
  }
}
@media screen and (max-width:700px) {
  .data_inner dl {
    width: 400px;
  }
  .data_inner dd p:first-of-type {
    font-size: 20px;
  }
  .rectuit_table li dl dt {
    width: 100%;
  }
  .b_flex .d_slide_cont {
    width: 100%;
  }
  .num_inner .frame {
    width: 98%;
  }
  .bkg_foot {
    background-image: none;
    background-color: #004f97;
  }
  .greeting_cont {
    padding: 30px;
  }
  .greeting_cont img {
    margin-bottom: 20px;
  }
  .num_cont .b_flex .frame br.PC {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .wrapp {
    max-width: 95%;
  }
  .profile_table {
    width: 90%;
  }
  .profile_table th,
  .profile_table td {
    padding: 15px 9px;
    font-size: 14px;
  }
  .profile_table th {
    width: 24%;
  }
  .profile_table th .SP {
    display: block;
  }
  section {
    padding: 50px 0;
  }
  .data_inner ul {
    display: block;
  }
  .data_inner ul li {
    margin-bottom: 20px;
  }
  .tit_read {
    text-align: left;
  }
  .tit_read {
    font-size: 16px;
    padding: 0 20px;
  }
  .recruit_read {
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
  }
  .benefit_read p:last-of-type {
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
  }
  .data_inner {
    padding: 50px 0;
  }
  .rectuit_table li dd {
    padding: 15px 0;
  }
  .benefits_cont li img {
    width: 100px;
    max-height: 70px;
    object-fit: contain;
  }
  .benefits_cont li span {
    font-size: 30px;
  }
  .movie_cont .frame p {
    font-size: 20px;
    padding: 30px 20px;
  }
  .interview_cont .frame p {
    font-size: 20px;
  }
  .movie_cont .frame {
    max-width: 90%;
  }
  h1 {
    font-size: 28px;
  }
  .sec_mv h1.PC {
    display: none;
  }
  .sec_mv h1.SP {
    display: block;
  }
  .data_inner dl {
    width: 70%;
  }
  .data_inner dl {
    display: block;
  }

  .data_inner dl dt {
    text-align: center;
    padding-bottom: 10px;
  }
  .data_inner dd p:first-of-type {
    text-align: center;
  }
  .sdgs_cont dl {
    display: block;
  }
  .sdgs_cont dt {
    width: 100%;
    max-width: 60%;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .sdgs_cont dd {
    max-width: 100%;
  }
  .about_sdgs {
    margin-top: 50px;
  }
  .about_sdgs img {
    display: block;
    max-width: 90%;
    margin: 0 auto 50px auto;
  }
  form dl {
    display: block;
    width: 90%;
  }
  form dt,
  form dd {
    width: 100%;
  }
  form dt {
    text-align: left;
  }
  form input[type='text'],
  form input[type='tel'],
  form input[type='email'],
  form textarea {
    width: 98%;
  }
  .pp_cont {
    width: 82%;
  }
  h2 {
    font-size: 50px;
  }
  .business_cont dt.fuga {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    top: -70px;
  }
  .num_cont {
    margin-top: 100px;
  }
  .d_slide_cont .slick-slide img {
    height: 300px;
    object-fit: cover;
  }
  .num_inner li dl {
    position: static;
  }
  .num_inner li dd {
    position: relative;
    z-index: 5;
  }
  .num_inner .frame {
    position: reltdative;
    margin-top: -70px;
    z-index: 999;
  }
  .num_inner {
    padding: 50px 0;
  }
  .about_sdgs p:first-of-type {
    font-size: 25px;
  }
  .data_inner dl dt img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .cv .SP {
    display: block;
  }
  .profile_table td .PC {
    display: none;
  }
}
@media screen and (max-width:500px) {
  h1 {
    bottom: 0;
    top: 20%;
  }
  h1 span.main_txt {
    margin: 10px auto;
  }
  .map_cont {
    width: 90%;
    margin: 0 auto;
  }
  .benefit_read p:first-of-type .SP {
    display: block;
  }
  .benefit_read p:first-of-type {
    font-size: 25px;
  }
  form ul {
    width: 100%;
  }
  h2 {
    font-size: 40px;
  }
  .num_txt h3 {
    font-size: 20px;
  }
  .num_txt {
    margin-bottom: 30px;
  }
  .num_inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width:400px) {
  form input[type='text'],
  form input[type='tel'],
  form input[type='email'],
  form textarea {
    width: 95%;
  }
  .pp_cont {
    width: 77%;
  }
  .foot_read span {
    display: block;
  }
}