@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: #424242;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
.sec_inner {
  max-width: 1200px;
  margin: 0 auto;
}
p {
  line-height: 1.6em;
  font-weight: 500;
}
h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #424242;
  font-size: 90px;
  padding-right: 86px;
}
h3 {
  font-weight: bold;
  line-height: 1.3em;
  font-size: 28px;
  margin-bottom: 20px;
}
main {
  background-image: url(../img/bkg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
}
section {
  padding: 60px 0;
}
.sec_tit img {
  width: 86px;
}
.sec_tit span {
  font-size: 20px;
  font-weight: bold;
  color: #19a9d9;
  line-height: 1.3em;
}
.sec_tit {
  width: fit-content;
  margin: 0 auto 50px auto;
}
.sec_tit div {
  display: flex;
  justify-content: space-between;
}
.bkg_gly {
  background-color: #f0f0f0;
}
/*header*/
header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px 50px;
}
header img {
  width: 250px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
header nav ul {
  display: flex;
  gap: 30px;
}
header nav li a {
  color: #424242;
  font-weight: bold;
  transition: .3s;
}
header nav li a:hover {
  color: #19a9d9;
}
.nav_contact {
  color: #fff;
  font-weight: bold;
  background-color: #19a9d9;
  padding: 40px;
  border-radius: 0 0 0 30px;
  transition: .3s;
}
.nav_contact:hover {
  border-radius: 0;
}
/*footer*/
footer {
  background-color: #424242;
  color: #fff;
  padding: 150px 0 20px 0;
}
footer > img {
  width: 250px;
  display: block;
  margin: 0 auto 50px auto;
}
footer p {
  padding: 5px 0;
  width: 330px;
  margin: 0 auto;
  font-size: 15px;
}
footer p span {
  text-align: center;
  border: solid 1px #19a9d9;
  padding: 5px;
  display: inline-block;
  width: 80px;
  margin-right: 15px;
}
small {
  display: block;
  margin: 150px auto 0 auto;
  width: fit-content;
  font-size: 13px;
  text-align: center;
  line-height: 1.3em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
/*mv*/
section.sec_mv {
  padding: 0;
}
.mv_cont {
  width: 95%;
  margin: 0 auto 0 0;
}
.mv_cont video {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
/*Greeting*/
.greeting_flex {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
}
.greeting_flex > img {
  max-width: 45%;
  height: 585px;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}
.greeting_flex .sec_inner {
  margin: 0 auto 0 0;
  max-width: 100%;
  width: 1200px;
}
.greeting_flex .sec_inner dl {
  width: 600px;
  max-width: 65%;
}
.greeting_flex .sec_inner dd p:last-of-type {
  text-align: right;
  padding-top: 30px;
}
.about_us_cont {
  margin-top: 60px;
}
.youtube_cont {
  width: 1000px;
  height: 563px;
  margin: 0 auto;
}
.youtube_cont iframe {
  width: 100%;
  height: 100%;
}
/*Business*/
.sec_business .sec_head .sec_tit {
  margin: 0 auto 30px 0;
}
.sec_business .sec_head {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.sec_business .sec_head dt {
  max-width: 45%;
}
.sec_business .sec_head dd img {
  width: 550px;
}
.business_inner dd h4 {
  color: #19a9d9;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 28px;
  margin-bottom: 20px;
}
.business_inner > dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.business_inner > dl dt {
  max-width: 48%;
}
.business_inner > dl dd {
  max-width: 46%;
}
.business_flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}
.business_flex dd {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 0 0 30px 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
}
.business_flex dd p {
  text-align: center;
}
.slider {
  margin-top: 50px;
}
.slider .slick-slide {
  width: 660px;
  height: 440px;
  position: relative;
  margin: 0 10px;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
}
.slide_cap {
  background-color: #fff;
  height: 70px;
  width: 90%;
  margin: 20px auto 0 0;
  border-radius: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider div p {
  text-align: center;
  padding-left: 10%;
}
/*3-Strengths*/
.st_inner {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.st_inner dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 30px 30px 0 0;
}
.st_inner dt span {
  font-size: 40px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #424242;
}
.st_inner dt img {
  width: 85px;
  padding-top: 25px;
  padding-left: 10px;
}
.st_inner dt h4 {
  font-weight: bold;
  font-size: 30px;
}
.st_inner dl {
  width: 555px;
}
.st_inner dd p {
  padding: 20px 10px;
}
/*Production process*/
.sec_process .sec_head .sec_tit {
  margin: 0 auto 30px 0;
}
.sec_process .sec_head {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  align-items: center;
  justify-content: center;
}
.sec_process .sec_head dt {
  max-width: 45%;
}
.sec_process .sec_head dd img {
  width: 510px;
}
.sec_process h2 {
  line-height: 0.7em;
}
.sec_process .sec_tit span:first-of-type {
  padding-top: 22px;
}
.process_inner {
  margin-top: 50px;
}
.process_flex dd,
.process_wrap dd {
  background-color: #fff;
  width: 500px;
  padding: 70px;
  border-radius: 30px 0 0 30px;
  height: 300px;
}
.process_flex dd div img,
.process_wrap dd div img {
  width: 85px;
}
.process_flex dd span,
.process_wrap dd span {
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  color: #19a9d9;
  font-family: "Jost", sans-serif;
}
.process_flex dd h4,
.process_wrap dd h4 {
  font-weight: bold;
  font-size: 30px;
}
.process_flex dd div,
.process_wrap dd div {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.process_flex dd p,
.process_wrap dd p {
  padding: 0 15px;
  max-width: 90%;
}
.process_flex {
  height: 480px;
  position: relative;
  margin: 50px 0;
}
.process_flex dt {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.process_flex dd {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 988;
}
.process_wrap dt {
  display: flex;
  justify-content: space-between;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.process_wrap dd {
  width: 1000px;
  display: block;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  height: 150px;
  padding: 90px 70px 30px 70px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 988;
}
.process_wrap {
  position: relative;
  height: 690px;
}
.process_wrap dt,
.process_wrap dd {
  position: absolute;
}
.process_flex:last-of-type {
  margin-bottom: 0;
}
/*Recruit*/
.recruit_flex {
  flex-direction: row-reverse;
}
.recruit_flex > img {
  height: 585px;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}
.recruit_flex .recruit_head {
  margin: 0 0 0 auto;
}
.recruit_flex .recruit_head dl {
  margin: 0 0 0 auto;
}
.recruit_flex .recruit_head dd p:last-of-type {
  text-align: left;
  padding-top: 0;
}
.rec_tit {
  text-align: center;
  margin: 50px auto;
}
.rec_tit h3 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.rec_tit span {
  color: #19a9d9;
  font-weight: bold;
}
.staff_flex dl {
  width: 580px;
  max-width: 49%;
}
.staff_flex dd {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 30px 30px;
  width: 520px;
  margin: 20px auto 0 auto;
  max-width: 90%;
}
.staff_flex dd p img {
  width: 85px;
}
.staff_flex dd p:last-of-type {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.staff_flex {
  display: flex;
  justify-content: space-between;
}
.job_table {
  width: 760px;
  margin: 0 auto;
}
.job_table th {
  background-color: #f0f0f0;
  border: solid 1px #424242;
  padding: 15px;
  width: 190px;
  text-align: left;
}
.job_table td {
  padding: 15px;
  border: solid 1px #424242;
  background-color: #fff;
  line-height: 1.5em;
}
.link_btn {
  display: flex;
  align-items: center;
  border: solid 1px #19a9d9;
  padding: 20px;
  border-radius: 0 50px 50px 0;
  width: fit-content;
  color: #19a9d9;
  font-weight: bold;
  transition: .3s;
}
.link_btn::after {
  background-image: url(../img/point_arrows.svg);
  background-position: right;
  background-size: contain;
  padding: 10px;
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 40px;
  transition: .3s;
}
.link_btn:hover::after {
  background-image: url(../img/point_arrows_w.svg);
}
.link_btn:hover {
  background-color: #19a9d9;
  color: #fff;
  border-radius: 0;
}
.job_table_cont {
  width: 760px;
  margin: 0 auto;
}
.job_table_cont .link_btn {
  margin: 20px 0 0 auto;
}
.visit_cont {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.visit_cont dt,
.visit_cont dd {
  max-width: 48%;
}
.visit_cont .link_btn {
  margin: 50px 0 0 auto;
}
/*Company*/
.company_inner table {
  width: 780px;
  margin: 0 auto;
}
.company_inner table tr {
  border-top: solid 1px #19a9d9;
}
.company_inner table tr:last-of-type {
  border-bottom: solid 1px #19a9d9;
}
.company_inner table th,
.company_inner table td {
  padding: 15px;
}
.company_inner table th {
  text-align: left;
  width: 195px;
  padding-left: 30px;
}
.company_inner table td {
  line-height: 1.5em;
  padding-right: 30px;
}
.office_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.office_list dl {
  width: 370px;
}
.office_list dd {
  background-color: #fff;
  padding: 20px;
  margin: 15px auto 0 auto;
  border-radius: 0 0 30px 30px;
  height: 125px;
}
.office_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.office_name h4 {
  font-weight: bold;
  font-size: 25px;
}
.office_name img {
  width: 85px;
}
.office_list dd p img {
  width: 25px;
  height: 25px;
}
.office_list dd p a img.map_link {
  width: 16px;
}
.office_list dd p {
  padding: 5px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.office_list dd p.links {
  gap: 0;
}
.office_list dd p a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #424242;
  transition: .3s;
}
.office_list dd p a span span {
  display: inline-block;
  color: #19a9d9;
  border: solid 1px #19a9d9;
  padding: 0 5px;
  margin-left: 5px;
  font-size: 13px;
  transition: .3s;
  border-radius: 0 5px 5px 0;
}
.office_list dd p a:hover {
  color: #19a9d9;
}
.office_list dd p a:hover span span {
  background-color: #19a9d9;
  color: #fff;
}
/*Contact*/
.sec_contact .sec_head .sec_tit {
  margin: 0 auto 30px 0;
}
.sec_contact .sec_head {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.sec_contact .sec_head dt {
  max-width: 48%;
}
.sec_contact .sec_head dd img {
  width: 550px;
}
#mail_form {
  width: 720px;
  margin: 50px auto 0 auto;
}
#mail_form > p {
  text-align: center;
  color: #19a9d9;
  font-weight: bold;
  margin-bottom: 10px;
}
#mail_form dl {
  display: flex;
  border-top: solid 1px #19a9d9;
}
#mail_form dl:last-of-type {
  border-bottom: solid 1px #19a9d9;
}
#mail_form dt {
  border-right: solid 1px #19a9d9;
  padding: 15px;
  width: 160px;
  font-weight: bold;
  display: flex;
  line-height: 1.5em;
  gap: 5px;
}
#mail_form dd {
  padding: 15px;
  width: 520px;
}
#mail_form dt span {
  display: block;
  color: #19a9d9;
  font-weight: bold;
}
#mail_form dd ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
#mail_form dd li {
  margin: 5px 30px 5px 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 5px;
  border: solid 1px #a9a9a9;
  border-radius: 0;
  width: 95%;
}
.pp_cont {
  margin-top: 30px;
}
.pp_cont h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.pp_inner {
  height: 150px;
  overflow-y: scroll;
  padding: 20px;
  border: solid 1px #a9a9a9;
  background-color: #fff;
}
.pp_inner p {
  font-size: 13px;
}
.pp_inner p a {
  color: #19a9d9;
}
.pp_inner::-webkit-scrollbar {
  width: 10px;
}
.pp_inner::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.pp_inner::-webkit-scrollbar-thumb {
  background-color: #19a9d9;
}
.pp_check {
  display: block;
  margin: 30px auto;
  width: fit-content;
  font-weight: bold;
  cursor: pointer;
}
#form_submit.no_check {
  border: solid 1px #a9a9a9;
  cursor: default;
  pointer-events: none;
  color: #a9a9a9;
}
#form_submit.no_check::after {
  background-image: none;
}
#form_submit.no_check #form_submit_button {
  pointer-events: none;
}
#form_submit.no_check #form_submit {
  background-color: #fff;
  display: flex;
}
#form_submit {
  display: flex;
  align-items: center;
  border: solid 1px #19a9d9;
  border-radius: 0 50px 50px 0;
  width: fit-content;
  color: #19a9d9;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  transition: .3s;
}
#form_submit.no_check img {
  content: url(../img/point_arrows_w.svg);
}
#form_submit:hover img {
  content: url(../img/point_arrows_w.svg);
}
#form_submit img {
  width: 20px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#form_submit:hover {
  border-radius: 0;
}
#form_submit:hover #form_submit_button {
  color: #fff;
}
#form_submit:hover #form_submit_button {
  background-color: #19a9d9;
}
#form_submit_button {
  background-color: inherit;
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  display: block;
  padding: 20px 200px 20px 20px;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  transition: .3s;
}
#form_submit_button:hover {
  background-color: #19a9d9;
  border-radius: 0;
}
.sec_contact_thanks .link_btn {
  margin-top: 20px;
}
#mail_form dt span.required,
#mail_form dt span.optional {
  display: none;
}
.error_blank {
  font-weight: bold;
  font-size: 14px;
  color: red;
  padding-top: 5px;
}
/*other*/
.top_scroll {
  position: fixed;
  right: 0;
  bottom: 100px;
  background: #19a9d9;
  border-radius: 20px 0 0 20px;
  display: block;
  font-family: "Jost", sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 20px 20px 20px 30px;
  text-align: center;
  transition: .3s;
  z-index: 9999999;
}
.top_scroll img {
  width: 20px;
  display: block;
  margin: 0 auto 10px auto;
}
.top_scroll:hover {
  border-radius: 0;
}

/*responsive*/
@media screen and (max-width:1273px) {
  .greeting_flex .sec_inner {
    width: 46.819vw;
  }
}
@media screen and (max-width:1220px) {
  .sec_inner {
    max-width: 90%;
  }
  h2 {
    font-size: 80px;
    padding-right: 75px;
  }
  h3 {
    font-size: 25px;
  }
  .business_inner dd h4 {
    font-size: 23px;
  }
  .sec_tit span {
    font-size: 18px;
  }
  .sec_tit img {
    width: 75px;
  }
  .youtube_cont {
    width: 81.967vw;
    height: 46.148vw;
    margin: 0 auto;
  }
  .process_flex dd,
  .process_wrap dd {
    max-width: 40%;
    height: 24.59vw;
    padding: 5.738vw;
  }
  .process_wrap dd {
    max-width: 80%;
    height: fit-content;
  }
  .process_flex dt {
    max-width: 52%;
  }
  .process_flex {
    height: 39.344vw;
  }
  .process_wrap dt img {
    max-width: 48%;
  }
  .process_wrap {
    height: 50.82vw;
  }
}
/*1220*/
@media screen and (max-width:1100px) {
  .greeting_flex .sec_inner {
    width: 100%;
  }
  .top_scroll {
    bottom: 20px;
    padding: 10px 10px 10px 20px;
  }
  .greeting_flex {
    display: block;
  }
  .greeting_flex > img {
    max-width: 80%;
    height: auto;
    margin-bottom: 30px;
  }
  .greeting_flex .sec_inner dl {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 20px;
  }
  .business_inner dd h4 {
    font-size: 20px;
  }
  .sec_business .sec_head dd img {
    width: 50vw;
  }
  .business_flex dd {
    height: 80px;
    padding: 10px 15px;
  }
  .slider .slick-slide {
    width: 550px;
    height: 365px;
  }
  .st_inner dt span {
    font-size: 30px;
  }
  .st_inner dt h4 {
    font-size: 23px;
  }
  .process_flex dd span,
  .process_wrap dd span {
    font-size: 25px;
  }
  .process_flex dd h4,
  .process_wrap dd h4 {
    font-size: 23px;
  }
  .recruit_flex > img {
    display: block;
    margin: 0 0 30px auto;
  }
  .office_name h4 {
    font-size: 20px;
  }
}
/*1100*/
/*nav*/
@media screen and (max-width:980px) {
  header img {
    width: 200px;
    padding-top: 20px;
  }
  .pc_nav {
    display: none;
  }
  header .SP {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -200px;
    bottom: 0;
    width: 200px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 9999999999;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
    margin: 20px auto auto auto;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #a9a9a9;
  }
  nav .inner ul li:nth-of-type(4),
  nav .inner ul li:last-of-type {
    border: none;
  }
  nav .inner ul li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 9999999999;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #19a9d9;
    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: 999999999;
    cursor: pointer;
  }
  nav .inner ul {
    display: block;
  }
  .nav_contact {
    background-color: #19a9d9;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
  }
  .nav_contact:hover {
    color: #fff;
  }
  .slide_cap {
    padding: 0 15px;
    height: 100px;
  }
  .process_wrap {
    height: 52.82vw;
  }
}
/*980*/
/*sp*/
@media screen and (max-width:890px) {
  .sec_contact_thanks .link_btn {
    margin: 20px auto;
  }
  .sec_business .sec_head {
    display: block;
  }
  .sec_process .sec_head {
    display: block;
  }
  .sec_contact .sec_head {
    display: block;
  }
  .sec_business .sec_head dt {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sec_business .sec_head dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .sec_business .sec_head .sec_tit {
    margin: 0 auto 30px auto;
  }
  .sec_process .sec_head dt {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sec_process .sec_head dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .sec_process .sec_head .sec_tit {
    margin: 0 auto 30px auto;
  }
  .sec_contact .sec_head dt {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sec_contact .sec_head dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .sec_contact .sec_head .sec_tit {
    margin: 0 auto 30px auto;
  }
  .sec_head dt p {
    width: fit-content;
    margin: 0 auto;
  }
  .business_inner > dl {
    display: block;
  }
  .business_inner > dl dt {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .business_inner > dl dd {
    max-width: 100%;
  }
  .business_flex {
    display: block;
  }
  .business_flex dt {
    width: 100%;
    text-align: center;
  }
  .business_flex dd {
    height: fit-content;
    padding: 15px;
  }
  .business_flex dl {
    margin-bottom: 30px;
  }
  .slide_cap {
    margin: 20px auto 0 auto;
    border-radius: 0 0 30px 30px;
    height: fit-content;
    padding: 15px;
  }
  .slider div p {
    padding: 0;
  }
  .staff_flex {
    display: block;
  }
  .staff_flex dl {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .visit_cont {
    display: block;
  }
  .visit_cont dt,
  .visit_cont dd {
    max-width: 100%;
  }
  .visit_cont dt {
    margin-bottom: 30px;
    text-align: center;
  }
  .company_inner table {
    width: 100%;
  }
  .company_inner table th {
    width: 23%;
  }
  #mail_form {
    width: 100%;
  }
  .job_table_cont {
    width: 100%;
  }
  .job_table {
    width: 100%;
  }
  .job_table th {
    width: 23%;
  }
  .process_wrap {
    height: 54.82vw;
  }
  .process_flex dd {
    height: 26.59vw;
  }
}
/*890*/
@media screen and (max-width:750px) {
  .process_wrap {
    height: 56.82vw;
  }
  .process_wrap {
    height: 57.82vw;
  }
}
@media screen and (max-width:710px) {
  .process_flex {
    position: static;
    height: auto;
  }
  .process_flex dt,
  .process_flex dd {
    position: static;
  }
  .process_wrap {
    position: static;
    height: auto;
  }
  .process_wrap dt,
  .process_wrap dd {
    position: static;
  }
  .process_flex dt {
    max-width: 100%;
    height: 240px;
  }
  .process_flex dt img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
  }
  .process_flex dd {
    border-radius: 0 0 30px 30px;
    height: fit-content;
    max-width: 87%;
    margin: 10px auto 0 auto;
  }
  .process_wrap dd {
    max-width: 87%;
    margin-top: 10px;
  }
  .process_flex dd span,
  .process_wrap dd span {
    font-size: 20px;
  }
  .process_flex dd h4,
  .process_wrap dd h4 {
    font-size: 18px;
  }
  .process_flex dd div img,
  .process_wrap dd div img {
    width: 65px;
  }
  .process_wrap dt {
    display: block;
  }
  .process_wrap dt img {
    display: block;
    max-width: 100%;
    height: 210px;
    width: 100%;
    object-fit: cover;
    margin: 5px 0;
  }
  .process_wrap dt img:first-of-type {
    border-radius: 30px 30px 0 0;
  }
  .process_flex dd div,
  .process_wrap dd div {
    margin-bottom: 20px;
  }
  .process_flex dd p,
  .process_wrap dd p {
    max-width: 100%;
  }
}
/*710*/

@media screen and (max-width:700px) {
  #mail_form dl {
    display: block;
  }
  #mail_form dt {
    border: none;
    padding-bottom: 0;
  }
  #mail_form dd {
    max-width: 93%;
  }
  .office_list dd {
    height: fit-content;
  }
  .company_inner table th {
    padding-left: 5px;
    font-size: 14px;
  }
  .company_inner table td {
    padding-right: 5px;
    font-size: 14px;
  }
  .job_table th {
    font-size: 14px;
    padding: 15px;
  }
  .job_table td {
    padding: 15px;
    font-size: 14px;
  }
  .mv_cont .PC {
    display: none;
  }
  .mv_cont .SP {
    display: block;
  }
  .mv_cont {
    width: 100%;
    height: 550px;
  }
  .mv_cont video {
    object-fit: cover;
    border-radius: 0;
    height: 100%;
  }
  header img {
    width: 150px;
  }
  h2 {
    font-size: 50px;
    padding-right: 0;
  }
  .sec_tit span {
    font-size: 16px;
    padding-top: 10px;
  }
  h3 {
    font-size: 18px;
  }
  .business_inner dd h4 {
    font-size: 18px;
  }
  .st_inner dt span {
    font-size: 25px;
  }
  .st_inner dt h4 {
    font-size: 18px;
  }
  .st_inner {
    margin-top: 50px;
  }
  .business_inner > dl {
    margin-top: 50px;
  }
  .office_name h4 {
    font-size: 18px;
  }
  .office_list dd p {
    gap: 10px;
  }
  .office_list dd p a {
    gap: 10px;
  }
  .office_list dd p img {
    width: 25px;
    height: 25px;
  }
  footer > img {
    width: 170px;
  }
  footer p {
    font-size: 14px;
  }
  small {
    font-size: 11px;
  }
  .top_scroll {
    font-size: 14px;
  }
  .toggle_btn {
    top: 25px;
    right: 25px;
  }
  .sec_tit img {
    width: 70px;
  }
  #form_submit_button {
    padding: 15px 200px 15px 20px;
  }
}
/*700*/
@media screen and (max-width:500px) {
  .slider .slick-slide {
    width: 350px;
    height: 232px;
  }
  .process_flex dd p,
  .process_wrap dd p {
    padding: 0;
  }
  .process_flex dt {
    max-width: 100%;
    height: 220px;
  }
  .company_inner table th {
    width: 30%;
  }
  .company_inner table th,
  .company_inner table td {
    padding: 10px;
  }
  .job_table th {
    padding: 10px;
    width: 30%;
  }
  .job_table td {
    padding: 10px;
  }
  .link_btn {
    padding: 15px;
  }
  p {
    font-weight: 400;
  }
  .office_list dd p br {
    display: none;
  }
  .office_list dd p a br {
    display: none;
  }
  header {
    padding-left: 30px;
  }
  .business_flex dd p {
    text-align: left;
  }
  .business_flex dd p br {
    display: none;
  }
  .slider div p {
    text-align: left;
  }
  .st_inner dd p br {
    display: none;
  }
  footer p {
    width: 290px;
  }
  footer p span {
    width: 60px;
  }
  .slide_cap {
    width: 85%;
  }
  .visit_cont .link_btn {
    margin: 20px auto 0 auto;
  }
  .office_list dt {
    height: 180px;
  }
  .office_list dt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
  }
  .office_name img {
    width: 65px;
  }
  .staff_flex dd p img {
    width: 65px;
  }
  .st_inner dt img {
    width: 65px;
  }
  .top_scroll {
    display: none;
  }
  .SP.floating_btn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SP.floating_btn a {
    color: #fff;
    background-color: #1479bf;
    display: block;
    max-width: 50%;
    width: 49.5%;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
  }
  .SP.SP.floating_btn a:last-of-type {
    background-color: #6baf6b;
  }
  .SP.floating_btn a img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    padding-right: 10px;
  }
  footer {
    padding-bottom: 65px;
  }
}