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

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p,
a,
span,
h1,
h2,
h3,
h4,
dt,
dd,
th,
td {
  line-height: 1.5em;
}
.SP {
  display: none;
}
section {
  padding: 70px 0;
}
.sec_tit h2 span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  display: block;
}
.sec_tit {
  width: fit-content;
  margin: 0 auto 80px auto;
}
.sec_tit h2 {
  font-size: 60px;
  line-height: 1.3em;
}
.sec_tit h2 + span {
  display: block;
  width: 60px;
  border-bottom: solid 2px #e13430;
  margin-top: 10px;
}
.bkg_moya {
  background-image: url(../img/bkg.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}
.bkg_gly {
  background-color: #e6e6e6;
}
.wrapp {
  width: 1200px;
  margin: 0 auto;
}
/*header*/
header {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 999;
  padding: 20px 0;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 95%;
}
.nav.PC ul {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: end;
}
header ul a {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: bold;
  transition: .3s;
}
header ul a:hover {
  color: #1b5d99;
}
header ul li:last-of-type a {
  border: solid 2px #000;
  padding: 0 20px;
  border-radius: 5px;
}
header ul li:last-of-type a:hover {
  border: solid 2px #1b5d99;
}
.float_btn {
  position: fixed;
  right: 0;
  bottom: 40%;
}
.float_btn a {
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #000;
  padding: 15px;
  transition: .3s;
  display: block;
}
.float_btn a img {
  display: inline-block;
  margin: 0 3px auto
}
.float_btn a:hover {
  background-color: #1b5d99;
}
.nav.PC {
  width: 70%;
}
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;
}
nav .inner ul li:last-of-type {
  margin-top: 15px;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 15px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
.toggle_btn_pc {
  display: block;
  position: fixed;
  top: 30px;
  right: -30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn_sp {
  right: 30px;
  position: fixed;
  top: 25px;
  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_sp,
#mask_pc {
  display: none;
  transition: all .5s;
}
.open #mask_sp,
.open #mask_pc {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
nav .inner ul {
  display: block;
}
/*mv*/
.sec_mv {
  position: relative;
  padding: 0;
  margin-top: -86px;
}
.sec_mv .slick-slide img {
  min-height: 700px;
  width: 100%;
  object-fit: cover;
}
h1 {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  height: fit-content;
  text-align: center;
  color: #fff;
  font-size: 80px;
  bottom: 10%;
  right: 0;
  left: 0;
  line-height: 1.3em;
  font-weight: bold;
}
/*greeting*/
.greeting_flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
.greeting_flex img,
.greeting_flex dl {
  max-width: 50%;
}
.greeting_inner h3 {
  font-size: 25px;
  margin-bottom: 40px;
}
.greeting_inner dd p {
  font-size: 18px;
}
.greeting_inner .greeting_under {
  font-size: 18px;
  margin-top: 30px;
}
.greeting_inner .greeting_under + span {
  display: block;
  text-align: right;
  font-size: 18px;
  margin-top: 20px;
}
.greeting_video_inner h3 {
  margin-top: 70px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
}
.video_cont {
  width: 1000px;
  height: 563px;
  margin: 0 auto;
}
.video_cont iframe {
  width: 100%;
  height: 100%;
}
/*business*/
.sec_business {
  padding-bottom: 0;
}
.business_inner h3 {
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
.business_inner h3 + p {
  text-align: center;
  margin-bottom: 70px;
}
.cont_flex,
.cont_list {
  margin: 70px 0;
}
.cont_flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cont_flex img,
.cont_flex dl {
  max-width: 50%;
}
.cont_flex h4 {
  font-size: 25px;
}
.cont_flex h4 img {
  padding-right: 20px;
}
.cont_flex dt {
  margin-bottom: 30px;
}
.cont_flex ul {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.cont_flex ul li {
  background-color: #fff;
  padding: 30px;
  width: calc(100%/3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_flex ul li p {
  text-align: center;
  font-size: 18px;
}
.cont_list h4 {
  font-size: 25px;
  margin-bottom: 30px;
}
.cont_list ul {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.cont_list li {
  background-color: #fff;
  width: calc(100%/3);
  text-align: center;
  padding: 20px;
}
.cont_list li dd p {
  padding: 30px 0 10px 0;
}
.soudan_inner p {
  font-size: 20px;
}
.slider_nav li {
  width: 140px;
  height: 140px;
}
.slider_nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb_slider_cont {
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 600px;
}
.slider_for {
  width: 600px;
}
.slider_nav {
  width: 486px;
}
.thumb {
  width: 140px !important;
  margin: 5px;
}
.slider_for img {
  width: 100%;
}
.business_inner .side_info h3 {
  margin: 20px 0 30px 0;
}
.business_inner .side_info h3 + p {
  margin-bottom: 30px;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.tab_item_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.tab_item {
  width: 300px;
  display: block;
  height: 50px;
  border: solid 2px #000;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.tab_item.open {
  background-color: #000;
  color: #fff;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  overflow: hidden;
}
.tab_content.open {
  display: block;
}
.sec_work .cont_list li dd p {
  text-align: left;
}
.cont_list_tit {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.cont_list_tit h4 {
  margin-bottom: 10px;
}
.cont_list_seco li {
  width: 100%;
}
.cont_list_seco li dt {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.cont_list_seco li dt img {
  width: calc(97%/3);
}
.sec_work .cont_list_seco li dd p {
  text-align: center;
}
.bss_cont {
  background-color: #fff;
  padding: 50px 100px;
  margin-top: 50px;
}
.bss_cont > p span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.bss_cont table {
  margin-top: 40px;
}
.bss_cont table th {
  background-color: #1b5d99;
  padding: 15px;
  border-radius: 5px;
}
.bss_cont table th p {
  color: #fff;
}
.bss_cont table th p:first-of-type {
  font-size: 20px;
  font-weight: bold;
}
.bss_cont table tr:nth-of-type(2) td p {
  margin: 10px 5px;
  border: solid 3px #1b5d99;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  color: #1b5d99;
}
.bss_cont table tr td {
  width: calc(100%/3);
}
.bss_cont table tr:nth-of-type(3) td p {
  text-align: center;
  color: #1b5d99;
  margin-top: 10px;
}
.bss_cont table tr:nth-of-type(3) td:nth-of-type(2) p {
  color: #000;
}
.bss_cont table tr:last-of-type p {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
  margin-top: 10px;
}
/*recruit*/
.recruit_slide .slick-slide {
  width: 465px;
  height: 286px;
  position: relative;
  overflow: hidden;
}
.recruit_slide li {
  margin: 0 20px;
}
.recruit_slide .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit_slide {
  margin-bottom: 70px;
}
.recruit_slide + .wrapp > p {
  text-align: center;
  margin-bottom: 70px;
}
.sec_recruit .table {
  width: 1000px;
  margin: 0 auto;
  max-width: 95%;
}
.sec_recruit .table dl {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.sec_recruit .table dt {
  width: 100px;
  padding: 10px;
  border: solid 2px #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_recruit .table dd {
  padding: 20px 0;
  padding-right: 0;
  max-width: 76%;
}
.sec_recruit .table dd p {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 10px;
}
.sec_recruit .table dd p:last-of-type {
  margin-bottom: 0;
}
/*interview*/
.interview_inner > p {
  text-align: center;
}
.interview_inner h3 {
  margin-top: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  font-size: 30px;
}
.intv_flex {
  margin: 50px 0;
  display: flex;
  gap: 40px;
  align-items: center;
}
.intv_flex:first-of-type {
  flex-direction: row-reverse;
}
.intv_flex img,
.intv_flex p {
  width: 50%;
}
/*attempt*/
.att_flex {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 30px 0;
}
.sec_attempt .att_flex:first-of-type,
.sec_attempt .att_flex:nth-of-type(3) {
  flex-direction: row-reverse;
}
.att_flex img {
  max-width: 49%;
}
.att_flex dl {
  max-width: 30%;
}
.att_flex dt {
  font-size: 20px;
  margin-bottom: 30px;
}
.max_flex {
  display: flex;
  width: 1000px;
  background-color: #e6e6e6;
  padding: 40px;
  align-items: center;
  gap: 40px;
  margin-top: 70px;
  max-width: 90%;
}
.max_flex img,
.max_flex div {
  max-width: 50%;
}
.max_flex p:last-of-type {
  font-size: 20px;
  text-align: center;
  margin: 40px 0 20px 0;
}
.max_flex a {
  display: block;
  background-color: #1b5d99;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  transition: .3s;
}
.max_flex a:hover {
  opacity: .8;
}
/*company*/
.sec_company .table_outer {
  background-color: rgba(255, 255, 255, 0.5);
  width: 1000px;
  margin: 0 auto;
  padding: 50px;
  max-width: 85%;
}
.sec_company table {
  width: 700px;
  margin: 0 auto;
  max-width: 95%;
}
.sec_company table tr {
  border-bottom: solid 2px #000;
}
.sec_company table th,
.sec_company table td {
  padding: 15px;
}
.sec_company table th {
  vertical-align: middle;
}
/*history*/
.sec_history tr:nth-of-type(even) th,
.sec_history tr:nth-of-type(even) td {
  background-color: #e6e6e6;
}
.sec_history table {
  width: 700px;
  margin: 0 auto;
}
.sec_history th,
.sec_history td {
  padding: 15px;
}
/*access*/
.map_outer {
  width: 1400px;
  height: 600px;
  margin: 0 auto;
  max-width: 95%;
}
.sec_access a {
  border: solid 2px #000;
  padding: 15px;
  display: block;
  width: 250px;
  margin: 0 auto 40px auto;
  border-radius: 5px;
  text-align: center;
  color: #000;
  transition: .3s;
}
.sec_access a:hover {
  background-color: #000;
  color: #fff;
}
.map_outer iframe {
  width: 100%;
  height: 100%;
}
/*contact*/
.sec_contact .sec_tit + p {
  color: #e13430;
  text-align: center;
  margin-bottom: 30px;
}
form {
  width: 550px;
  margin: 0 auto;
}
form dl {
  display: flex;
}
form dt {
  width: 150px;
  text-align: right;
}
form dt span {
  color: #e13430;
}
form dt,
form dd {
  padding: 15px;
}
form dd {
  width: 340px;
}
form dd ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
form dd input[type="text"],
form dd input[type="email"],
form dd input[type="tel"],
form dd textarea {
  width: 94%;
  padding: 10px;
  border: solid 1px #000;
}
.policy_cont {
  margin-top: 20px;
}
.policy_cont div {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #000;
  border-radius: 5px;
}
.policy_cont > p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.policy_cont div::-webkit-scrollbar {
  background: #fff;
  width: 10px;
}
.policy_cont div::-webkit-scrollbar-thumb {
  background-color: #1b5d99;
}
.policy_cont div::-webkit-scrollbar-thumb:hover {
  background-color: red;
}
.policy_cont div p {
  font-size: 13px;
  padding: 10px;
}
.pp_check_cont input[type=checkbox] {
  display: none;
}
.pp_check_cont {
  text-align: center;
  margin: 40px 0;
}
.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: 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: 5px solid #1b5d99;
  border-bottom: 5px solid #1b5d99;
  content: '';
  display: block;
  height: 8px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
input[type=checkbox]:checked + .pp_check::after {
  opacity: 1;
}
.form_submit_button {
  display: block;
  width: 150px;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-family: inherit;
  font-size: inherit;
  margin: 0 auto;
  color: #fff;
  background-color: #ccc;
}
.form_submit_button.checked {
  background-color: #1b5d99;
  cursor: pointer;
  border: solid 1px #1b5d99;
  transition: .3s;
}
.form_submit_button.checked:hover {
  opacity: .8;
}
form dt span.required,
form dt span.optional {
  display: none;
}
span.error_blank {
  color: #e13430;
}
/*thanks*/
.thanks_inner p {
  text-align: center;
}
.thanks_inner a {
  display: block;
  background-color: #1b5d99;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin: 40px auto;
  color: #fff;
  width: 150px;
  transition: .3s;
}
.thanks_inner a:hover {
  opacity: .8;
}
/*footer*/
footer {
  background-image: url(../img/bkg_foot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.foot_flex {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
}
.foot_flex p,
.foot_flex a,
small {
  color: #fff;
}
.foot_flex > a {
  max-width: 40%;
  display: block;
}
.foot_flex p {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}
.foot_flex p span {
  display: block;
  border: solid 1px #fff;
  border-radius: 5px;
  width: 60px;
  text-align: center;
}
small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
}
/*responsive*/
@media screen and (max-width:1400px) {
  .nav.PC {
    width: 65%;
  }
}
@media screen and (max-width:1250px) {
  .wrapp {
    max-width: 95%;
  }
  .nav.PC {
    width: 60%;
  }
}
@media screen and (max-width:1200px) {
  .slider_for {
    width: 500px;
  }
  .thumb {
    width: 106px !important;
  }
  .slider_nav {
    width: 366px;
  }
  .thumb_slider_cont {
    height: 500px;
  }
  .slider_for .slick-list.draggable {
    height: 500px !important;
  }
  .slider_for .slick-slide.slick-current.slick-active {
    width: 500px !important;
    height: 500px !important;
  }
}
@media screen and (max-width:1110px) {
  .nav.PC {
    width: 55%;
  }
  .greeting_inner h3 {
    font-size: 20px;
  }
  .greeting_inner dd p,
  .greeting_inner .greeting_under,
  .greeting_inner .greeting_under + span {
    font-size: 16px;
  }
  .greeting_video_inner h3 {
    font-size: 20px;
  }
  .video_cont {
    width: 90.09vw;
    height: 50.721vw;
  }
  h1 {
    font-size: 70px;
  }
  .sec_tit h2 {
    font-size: 50px;
  }
  .sec_tit h2 span {
    font-size: 16px;
  }
  .sec_tit h2 + span {
    width: 50px;
  }
  .business_inner h3 {
    font-size: 25px;
  }
  .business_inner h3 + p {
    font-size: 18px;
  }
  .cont_list h4 {
    font-size: 20px;
  }
  .cont_list h4 {
    font-size: 18px;
  }
  .bss_cont > p span {
    font-size: 18px;
  }
  .bss_cont > p span {
    font-size: 18px;
  }
  .cont_flex h4 {
    font-size: 20px;
  }
  .cont_flex ul li p {
    font-size: 16px;
  }
  .cont_flex ul li {
    padding: 30px 10px;
  }
  .interview_inner h3 {
    font-size: 20px;
  }
  .att_flex dl {
    max-width: 40%;
  }
}
@media screen and (max-width:970px) {
  .header_inner > a {
    width: 250px;
  }
  .business_inner .side_info h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
  }
  .business_inner .side_info h3 + p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .slider_for {
    width: 400px;
  }
  .thumb {
    width: 98px !important;
  }
  .slider_nav {
    width: 330px;
  }
  .thumb_slider_cont {
    height: 400px;
    gap: 20px;
  }
  .slider_for .slick-list.draggable {
    height: 400px !important;
  }
  .slider_for .slick-slide.slick-current.slick-active {
    width: 400px !important;
    height: 400px !important;
  }
}
@media screen and (max-width:900px) {
  .att_flex dt {
    font-size: 18px;
  }
  .greeting_flex {
    display: block;
  }
  .greeting_flex img,
  .greeting_flex dl {
    max-width: 100%;
  }
  .greeting_flex img {
    display: block;
    height: 350px;
    width: 100%;
    max-width: 500px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 30px auto;
  }
  .cont_flex {
    display: block;
  }
  .cont_flex img,
  .cont_flex dl {
    max-width: 100%;
  }
  .cont_flex > img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 350px;
    object-fit: cover;
    margin: 0 auto 30px auto;
  }
  .wrapp {
    max-width: 90%;
  }
  .att_flex {
    display: block;
  }
  .att_flex img,
  .att_flex dl {
    width: 90%;
    max-width: 100%;
  }
  .att_flex dl {
    margin: 0 auto;
  }
  .att_flex img {
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width:850px) {
  header .PC {
    display: none;
  }
  header .SP {
    display: block;
  }
  .toggle_btn_sp {
    right: 30px;
  }
  .interview_inner h3 {
    font-size: 16px;
  }
  .intv_flex {
    display: block;
  }
  .intv_flex img,
  .intv_flex p {
    width: 100%;
  }
  .intv_flex img {
    display: block;
    margin-bottom: 30px;
  }
  .map_outer {
    height: 350px;
  }
  .sec_history table {
    max-width: 95%;
  }
  .sec_tit h2 {
    font-size: 40px;
  }
  .float_btn.PC {
    display: none !important;
  }
  .float_btn.SP {
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .float_btn a {
    writing-mode: horizontal-tb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
  .float_btn a img {
    margin: 0;
  }
  form dl {
    display: block;
  }
  form dt {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  form dd {
    width: 100%;
    padding-top: 0;
  }
  form {
    max-width: 90%;
  }
  .foot_flex {
    display: block;
  }
  .foot_flex > a {
    max-width: 250px;
    margin: 0 auto 30px auto;
  }
  .foot_flex {
    width: fit-content;
    margin: 0 auto;
  }
  .bss_cont table tr:last-of-type p {
    padding: 15px 10px;
  }
  .thumb_slider_cont {
    display: block;
  }
  .thumb_slider_cont {
    height: auto;
  }
  .business_inner .side_info h3 {
    margin: 15px 0 10px 0;
  }
  .slider_nav {
    width: 100%;
  }
  .thumb {
    width: calc(100%/6) !important;
    height: 12.941vw !important;
  }
  .slider_for .slick-slide.slick-current.slick-active {
    width: 80vw !important;
    height: 400px !important;
  }
  .slider_for {
    width: 80vw;
  }
  .slider_for img {
    height: 400px;
    object-fit: cover;
  }
  .slider_nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 30vw;
  }
}
@media screen and (max-width:800px) {
  .sec_company table {
    width: 100%;
  }
}
@media screen and (max-width:750px) {
  .sec_history table {
    width: 100%;
  }
}
@media screen and (max-width:730px) {
  .sec_recruit .table dl {
    display: block;
  }
  .sec_recruit .table dt,
  .sec_recruit .table dd {
    width: 96%;
    max-width: 100%;
  }
  .max_flex {
    display: block;
    padding: 40px 20px;
    margin: 40px auto 0 auto;
  }
  .max_flex img,
  .max_flex div {
    max-width: 100%;
  }
  .max_flex img {
    display: block;
    margin: 0 auto 30px auto;
  }
  .sec_company .table_outer {
    padding: 50px 10px;
  }
  .sec_company table th,
  .sec_company table td {
    font-size: 13px;
  }
  .sec_company table th .SP {
    display: block;
  }
  .sec_company .table_outer {
    max-width: 96%;
  }
  .sec_company table th {
    width: 15%;
    padding: 15px 0;
  }
  .sec_history th .SP {
    display: block;
  }
  .sec_history th {
    width: 17%;
    padding: 15px 5px;
  }
  .sec_history th,
  .sec_history td {
    font-size: 13px;
  }
}
@media screen and (max-width:550px) {
  header > a {
    max-width: 60%;
  }
  .toggle_btn {
    top: 24px;
  }
  h1 {
    font-size: 50px;
  }
  .sec_mv .slick-slide img {
    min-height: 500px;
  }
  .bkg_moya {
    padding: 40px 0;
  }
  .sec_tit {
    margin-bottom: 40px;
  }
  .greeting_video_inner .SP {
    display: block;
  }
  .sec_tit h2 {
    font-size: 30px;
  }
  .sec_tit h2 span {
    font-size: 13px;
  }
  .business_inner h3 {
    font-size: 18px;
  }
  .sec_tit h2 + span {
    width: 30px;
  }
  .business_inner h3 img {
    width: 20px;
  }
  .business_inner h3 + p {
    font-size: 16px;
  }
  .greeting_inner h3 {
    font-size: 18px;
  }
  .cont_flex h4 {
    font-size: 16px;
  }
  .cont_flex ul {
    display: block;
  }
  .cont_flex ul li {
    margin: 10px auto;
    width: 90%;
    padding: 15px;
  }
  .cont_flex ul li .PC {
    display: none;
  }
  .cont_flex,
  .cont_list {
    margin: 40px 0;
  }
  .business_inner h3 + p {
    margin-bottom: 40px;
  }
  .cont_list ul {
    flex-wrap: wrap;
  }
  .cont_list ul {
    justify-content: center;
  }
  .cont_list li {
    width: 100%;
  }
  .business_inner h3 {
    font-size: 16px;
  }
  .bkg_scroll {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .tab_item_flex {
    gap: 10px;
  }
  .tab_content {
    padding: 40px 0 0 0;
  }
  .cont_list_tit {
    display: block;
  }
  .cont_list_tit img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .cont_list_seco li dt {
    display: block;
  }
  .cont_list_seco li dt img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .bss_cont {
    padding: 30px 15px;
  }
  .bss_cont table th p:first-of-type {
    font-size: 16px;
  }
  .bss_cont table th p {
    font-size: 13px;
  }
  .bss_cont table tr:nth-of-type(2) td p {
    font-size: 13px;
  }
  .bss_cont table tr:nth-of-type(3) td p {
    font-size: 13px;
  }
  .bss_cont table tr:last-of-type p {
    font-size: 13px;
  }
  form dt,
  form dd {
    padding: 5px 0;
  }
  form dd input[type="text"],
  form dd input[type="email"],
  form dd input[type="tel"],
  form dd textarea {
    width: 94%;
  }
  .foot_flex p {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .foot_flex p span {
    margin-bottom: 10px;
  }
  .slider_for {
    width: 90vw;
  }
  .slider_for .slick-slide.slick-current.slick-active {
    width: 90vw !important;
    height: 72.727vw !important;
  }
  .slider_for img {
    height: 72.727vw;
    object-fit: cover;
  }
  .slider_for .slick-list.draggable {
    height: 72.727vw !important;
  }
}

/*animation*/
.fuwa {
  display: none;
}
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}