@charset "UTF-8";
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

header {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
header .c-title {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  header .c-title {
    display: block;
    margin: 0 auto;
  }
  header .c-title .logo {
    width: 100%;
  }
  header .c-title .logo img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .c-title .logo {
    width: 150px;
    margin: 0 auto;
  }
  header .c-title .logo img {
    display: block;
    width: 100%;
  }
  header .c-title .c-name {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
  }
}
header .navi {
  margin-left: auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  header .navi {
    display: none;
  }
}
header .navi li:hover a {
  color: #91c3fd;
}
header .navi li:hover a span {
  color: #bdbdbd;
}
header .navi li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  transition: 0.45s;
  color: #133D6D;
}
header .navi li a span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  transition: 0.45s;
}
header .mark {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
}
@media screen and (max-width: 1100px) {
  header .mark {
    display: block;
    top: 15px;
  }
}
header .mark img {
  width: 80px;
}

/*topページ　キービジュアル*/
.key-visual {
  position: relative;
  width: 100%;
  height: 90vh;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 150px;
}
@media screen and (max-width: 970px) {
  .key-visual {
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .key-visual {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  .key-visual {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual {
    height: 300px;
  }
}
.key-visual .bg-movie {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.key-visual .bg-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-visual .bg-movie .mv1 {
  display: block;
}
@media screen and (max-width: 768px) {
  .key-visual .bg-movie .mv1 {
    display: none;
  }
}
.key-visual .bg-movie .mv2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .key-visual .bg-movie .mv2 {
    display: block;
  }
}
.key-visual .left-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .key-visual .left-block {
    display: block;
    padding: 20px;
    z-index: 200;
    position: relative;
  }
}
.key-visual .left-block h1 {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 800px) {
  .key-visual .left-block h1 {
    text-align: center;
    margin: 30px 0 30px 35px;
  }
}
@media screen and (max-width: 600px) {
  .key-visual .left-block h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .left-block h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.key-visual .left-block .sub-title {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 800px) {
  .key-visual .left-block .sub-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .key-visual .left-block .sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .left-block .sub-title {
    font-size: 18px;
  }
}
.key-visual .right-block {
  display: inline;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .key-visual .right-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .right-block {
    padding: 20px;
  }
}
.key-visual .right-block .iso {
  display: block;
  width: 150px;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .key-visual .right-block .iso {
    width: 120px;
    position: absolute;
    bottom: 5%;
    left: 30px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .right-block .iso {
    width: 80px;
  }
}
.key-visual .right-block .wrap-box {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10%;
  right: 0%;
}
@media screen and (max-width: 1250px) {
  .key-visual .right-block .wrap-box {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .key-visual .right-block .wrap-box {
    width: 300px;
    z-index: 100;
    bottom: -30%;
  }
}
@media screen and (max-width: 600px) {
  .key-visual .right-block .wrap-box {
    width: 250px;
    bottom: -20%;
  }
}
.key-visual .right-block .wrap-box .truck {
  position: absolute;
  display: block;
  bottom: 0%;
  right: 0%;
}
@media screen and (max-width: 1250px) {
  .key-visual .right-block .wrap-box .truck {
    width: 100%;
  }
}

/*subページ　キービジュアル*/
.key-visual-sub {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.key-visual-sub h1 {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0.1em;
}
.key-visual-sub .sub-title {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.service-key {
  background-image: url(../images/top/service_3.webp);
}

.office-key {
  background-image: url(../images/office/key-visual.webp);
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.office-key.fade-out {
  opacity: 0;
}

.office-key-another {
  background-image: url(../images/office/office-key-another.webp);
}

.wrap-key {
  background-image: url(../images/wraping/key-visual.webp);
}
.wrap-key h1 {
  text-shadow: 0 0 15px #000;
}

.about-key {
  width: 100%;
  height: 800px;
  margin-bottom: 80px;
  background-image: url(../images/top/about_1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 70% 25%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .about-key {
    display: block;
    height: auto;
  }
}
.about-key::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}
.about-key .text-box {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 10%;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .about-key .text-box {
    padding: 7% 20px 0;
  }
}
.about-key .text-box .sub-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 5px;
}
.about-key .text-box h1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-key .text-box .greeting {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .about-key .text-box .greeting {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-key .text-box .greeting {
    font-size: 14px;
  }
}
.about-key .text-box .name {
  text-align: right;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.about-key .text-box .name span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.about-key .ceo-image {
  width: 100%;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 100;
}
.about-key .ceo-image img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .about-key .ceo-image img {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .about-key .ceo-image img {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .about-key .ceo-image img {
    width: 30%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about-key .ceo-image img {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.recruit-key {
  margin: 40px 0;
}
.recruit-key h1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #133D6D;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-key h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-key h1 {
    font-size: 32px;
  }
}
.recruit-key .sub-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #133D6D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-key .sub-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-key .sub-text {
    font-size: 14px;
  }
}

footer {
  width: 100%;
  padding: 30px;
  background-color: #0099e6;
  position: relative;
}

.up-bt {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 700px) {
  .up-bt {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .up-bt {
    bottom: 90%;
  }
}
.up-bt a {
  display: block;
  width: 100%;
}
.up-bt a img {
  display: block;
  width: 100%;
}

.navi-title {
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .navi-title {
    display: none;
  }
}

.under-navi {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .under-navi {
    display: none;
  }
}
.under-navi li:hover a {
  color: #133D6D;
}
.under-navi li:hover a span {
  color: #133D6D;
}
.under-navi li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  transition: 0.45s;
  color: #fff;
}
.under-navi li a span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  transition: 0.45s;
}

.under-box {
  display: grid;
  justify-content: center;
  align-items: center;
}
.under-box .sns-box {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.under-box .sns-box p {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.under-box .sns-box .sns-image {
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: end;
  width: 100%;
}
.under-box .sns-box .sns-image a {
  display: block;
  height: 60px;
  text-align: center;
  transition: 0.45s;
}
.under-box .sns-box .sns-image a:hover {
  filter: drop-shadow(0 0 5px rgba(23, 79, 199, 0.6));
}
.under-box .sns-box .sns-image a img {
  display: block;
  height: 100%;
}
.under-box .footer-logo {
  width: 300px;
}
.under-box .footer-logo img {
  width: 100%;
}

#menubar {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 100px 50px;
  transform: translateX(-100%);
  background: #133D6D;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1100px) {
  #menubar {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
    padding: 100px 50px;
  }
}
#menubar .logo {
  width: 200px;
  margin: 0 auto 40px;
}
#menubar .logo img {
  width: 100%;
}
#menubar .navi-all {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 20px;
  margin-bottom: 30px;
}
#menubar .navi-all li {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  background-color: #133D6D;
  transition: 0.45s;
}
#menubar .navi-all li:hover {
  background-color: #fff;
}
#menubar .navi-all li:hover a .name {
  color: #133D6D;
}
#menubar .navi-all li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}
#menubar .navi-all li a .icon {
  position: relative;
  height: 40px;
  margin-bottom: 10px;
}
#menubar .navi-all li a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}
#menubar .navi-all li a .icon .img-1 {
  opacity: 1;
}
#menubar .navi-all li a .icon .img-2 {
  opacity: 0;
}
#menubar .navi-all li a:hover .img-1 {
  opacity: 0;
}
#menubar .navi-all li a:hover .img-2 {
  opacity: 1;
}
#menubar .navi-all li a .name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  text-align: center;
  transition: 0.45s;
}
#menubar .navi-name {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  padding: 0 5px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#menubar nav > ul > li a {
  margin-bottom: 1rem;
}
#menubar nav li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #menubar nav li {
    font-size: 16px;
  }
}
#menubar nav a {
  position: relative;
}
#menubar nav a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left top;
}
#menubar nav a:hover::before {
  transform: scaleX(1);
}
#menubar nav .no-action::before {
  display: none;
}
#menubar #toiawase {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1rem 2rem;
  border: 2px solid #111;
  color: #111;
}
#menubar #toiawase h3 {
  margin-bottom: 0;
  border-bottom: 3px dotted #ccc;
  display: inline-block;
}
#menubar #toiawase .btn1 i {
  color: #fff;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: fixed;
  z-index: 1010;
  cursor: pointer;
  left: 30px;
  top: 8px;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: 0.2s;
  display: none;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  #menubar_hdr {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #0097E0;
}
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 30px;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 12px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(1px, -6px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

header aside.mainimg-slick div img {
  width: 100%;
}

#container {
  width: 100%;
}

.service-info {
  width: 1280px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1300px) {
  .service-info {
    width: 100%;
  }
}
.service-info .image-list {
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .service-info .image-list {
    width: 90%;
  }
}
.service-info .image-list img {
  width: 100%;
}
.service-info .list-grid {
  width: 90%;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1280px) {
  .service-info .list-grid {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .service-info .list-grid {
    display: block;
  }
}
.service-info .list-grid .list {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .service-info .list-grid .list {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-info .list-grid .list {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.service-info .list-grid .list .text {
  width: 100%;
  margin-bottom: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .service-info .list-grid .list .text {
    font-size: 13px;
  }
}
.service-info .list-grid .list .text figure {
  width: 100%;
  margin-bottom: 15px;
}
.service-info .list-grid .list .text figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-info .list-grid .list .text h3 {
  text-align: center;
  margin-bottom: 15px;
}
.service-info .list-grid .list .text h3 .c {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .service-info .list-grid .list .text h3 .c {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .service-info .list-grid .list .text h3 .c {
    font-size: 20px;
  }
}
.service-info .list-grid .list .link-box p.btn1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  height: auto;
}
.service-info .list-grid .list .link-box p.btn1:last-child {
  margin-bottom: 0;
}
.service-info .list-grid .list .link-box p.btn1 a {
  display: inline-block;
  text-decoration: none;
  background: #467dbb;
  border: 2px solid #467dbb;
  color: #fff !important;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  transition: 0.45s;
}
.service-info .list-grid .list .link-box p.btn1.block a {
  display: block;
}
.service-info .list-grid .list .link-box p.btn1 a:hover {
  background: #fff;
  color: #467dbb !important;
}

.triangle-section {
  width: 100%;
  background: #133D6D;
  height: 200px;
  clip-path: polygon(0 0, 50% 100px, 100% 0, 100% 100%, 0 100%);
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .triangle-section {
    height: 120px;
  }
}

.triangle-section-under {
  position: relative;
  background: #133D6D;
  height: 50px;
  margin-bottom: 280px;
}
@media screen and (max-width: 768px) {
  .triangle-section-under {
    margin-bottom: 200px;
  }
}
.triangle-section-under::before {
  content: "";
  position: absolute;
  bottom: -199px;
  left: 0;
  width: 100%;
  height: 200px;
  background: inherit;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .triangle-section-under::before {
    height: 120px;
    bottom: -119px;
  }
}

.policy {
  width: 100%;
  height: 100%;
  background-color: #133D6D;
  padding: 50px 0;
}
.policy h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .policy h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .policy h2 {
    font-size: 27px;
  }
}
.policy .policy-list {
  width: 1100px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1280px) {
  .policy .policy-list {
    width: 90%;
  }
}
.policy .policy-list li {
  width: 100%;
  margin-bottom: 40px;
}
.policy .policy-list li h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .policy .policy-list li h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .policy .policy-list li h3 {
    font-size: 20px;
  }
}
.policy .policy-list li .text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .policy .policy-list li .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .policy .policy-list li .text {
    font-size: 14px;
  }
}
.policy .recruit-link {
  display: block;
  background-color: #FFC116;
  text-align: center;
  margin: 0 auto;
  width: 300px;
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 10px;
  transition: 0.45s;
  border: 1px solid #FFC116;
}
.policy .recruit-link:hover {
  background-color: #133D6D;
}
.policy .recruit-link:hover a {
  color: #FFC116;
}
.policy .recruit-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #383838;
  transition: 0.45s;
}
.policy .recruit-link a span {
  transform: scale(-1, 1);
  display: inline-block;
}
.policy .recruit-icon {
  width: 60%;
  margin: 0 auto;
  text-align: right;
}
.policy .recruit-icon img {
  width: 180px;
  transform: rotate(10deg);
}

.recruit-intro {
  width: 100%;
}
.recruit-intro .intro-top {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 45%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .recruit-intro .intro-top {
    grid-template-columns: 60% 35%;
  }
}
@media screen and (max-width: 1100px) {
  .recruit-intro .intro-top {
    display: block;
  }
}
.recruit-intro .intro-top .text-area h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #133D6D;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .recruit-intro .intro-top .text-area h2 {
    font-size: 40px;
  }
}
.recruit-intro .intro-top .text-area h2 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #133D6D;
}
@media screen and (max-width: 1100px) {
  .recruit-intro .intro-top .text-area h2 span {
    font-size: 24px;
  }
}
.recruit-intro .intro-top .text-area .intro-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #133D6D;
}
@media screen and (max-width: 768px) {
  .recruit-intro .intro-top .text-area .intro-text {
    font-size: 16px;
  }
}
.recruit-intro .intro-top .image-box {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .recruit-intro .intro-top .image-box {
    display: none;
  }
}
.recruit-intro .intro-top .image-box img {
  width: 80%;
  margin: 0 auto;
}
.recruit-intro .scroll-wrap {
  width: 90%;
  margin: 0 auto;
}
.recruit-intro .scroll-wrap .intro-detail {
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 40px;
}
@media screen and (max-width: 900px) {
  .recruit-intro .scroll-wrap .intro-detail {
    grid-template-columns: 49% 49%;
  }
}
@media screen and (max-width: 520px) {
  .recruit-intro .scroll-wrap .intro-detail {
    display: block;
  }
}
.recruit-intro .scroll-wrap .intro-detail li {
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(56, 56, 56, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 520px) {
  .recruit-intro .scroll-wrap .intro-detail li {
    margin-bottom: 30px;
  }
}
.recruit-intro .scroll-wrap .intro-detail li .image-box {
  width: 100%;
  margin-bottom: 10px;
}
.recruit-intro .scroll-wrap .intro-detail li .image-box img {
  width: 100%;
}
.recruit-intro .scroll-wrap .intro-detail li .detail-name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #133D6D;
  font-weight: 700;
  margin-bottom: 10px;
}
.recruit-intro .scroll-wrap .intro-detail li .intro {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.attempt {
  width: 100%;
  height: 100%;
  background-color: #133D6D;
  padding: 50px 0;
}
.attempt .sub-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .attempt .sub-title {
    font-size: 17px;
  }
}
.attempt h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .attempt h2 {
    font-size: 30px;
  }
}
.attempt .icon-box {
  width: 400px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .attempt .icon-box {
    width: 300px;
  }
}
@media screen and (max-width: 520px) {
  .attempt .icon-box {
    width: 250px;
  }
}
.attempt .icon-box img {
  width: 100%;
}
.attempt .text {
  width: 80%;
  margin: 0 auto 50px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .attempt .text {
    width: 90%;
    font-size: 17px;
  }
}

.voice {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .voice {
    width: 90%;
  }
}
.voice .sub-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #383838;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .voice .sub-title {
    font-size: 16px;
  }
}
.voice h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #383838;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .voice h2 {
    font-size: 27px;
  }
}
.voice .text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .voice .text {
    font-size: 16px;
  }
}
.voice .staff-list {
  width: 100%;
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 768px) {
  .voice .staff-list {
    display: block;
  }
}
.voice .staff-list li {
  width: 100%;
  margin-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
}
.voice .staff-list li .top-box {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 67%;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  margin-bottom: 20px;
}
.voice .staff-list li .top-box img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice .staff-list li .top-box .text-box {
  width: 100%;
}
.voice .staff-list li .top-box .text-box .copy {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #133D6D;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .voice .staff-list li .top-box .text-box .copy {
    font-size: 18px;
  }
}
.voice .staff-list li .top-box .text-box .into {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 400px) {
  .voice .staff-list li .top-box .text-box .into {
    font-size: 14px;
  }
}
.voice .staff-list li .top-box .text-box .class {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 400px) {
  .voice .staff-list li .top-box .text-box .class {
    font-size: 14px;
  }
}
.voice .staff-list li .voice-box {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 400px) {
  .voice .staff-list li .voice-box {
    font-size: 14px;
  }
}

.recruit-end {
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #133D6D, #0099e6);
  padding: 40px 0;
  text-align: center;
}
.recruit-end h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .recruit-end h2 {
    font-size: 30px;
  }
}
.recruit-end img {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-end img {
    width: 300px;
  }
}/*# sourceMappingURL=recruit.css.map */