@charset "UTF-8";
header {
  background-image: url(img/index/header-back.jpg);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  header {
    height: 80vh;
  }
}
header h1 {
  padding-top: 2%;
  padding-left: 2%;
  position: fixed;
  z-index: 999;
}
header h1 img {
  width: 27%;
  filter: drop-shadow(2px 2px 3px #dfdfdf);
}
header nav {
  background-color: #00257B;
  width: 10%;
  position: absolute;
  height: 52vh;
  bottom: 0;
  color: #fff;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  font-weight: bold;
  line-height: 320%;
  border-top-right-radius: 100px;
  padding-right: 2%;
  z-index: 99;
}
header nav li:not(:last-child)::before {
  content: "▶︎";
  margin-right: 1rem;
  color: #9A9A9A;
  padding-left: 20%;
}
header nav li:not(:last-child):hover {
  color: #64C1FF;
}
header nav li:first-child {
  margin-top: 40%;
}
header nav li:last-child {
  font-size: 0.9rem;
  color: #004BB1;
  border: 2px solid #ccc;
  border-radius: 100px;
  display: inline-block;
  background-color: #fff;
  height: 4.5vh;
  text-align: center;
  margin-left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}
header nav li:last-child:hover {
  background-color: #0099FF;
  color: #fff;
}

@media (max-width: 1500px) {
  header nav {
    width: 12%;
  }
}
@media (max-width: 1200px) {
  header nav {
    font-size: 0.9rem;
    width: 17%;
  }
}
@media (max-width: 740px) {
  header nav {
    width: 30%;
  }
}
@media (max-width: 600px) {
  header {
    background-image: url(img/index/header-back-600px.jpg);
  }
}
@media (max-width: 768px) {
  input[type=checkbox] {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .hamburger {
    display: block;
    width: 40px;
    height: 80px;
    position: fixed;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(0, 37, 123, 0.8);
    filter: drop-shadow(1px 1px 3px #dfdfdf);
    transition: all 0.5s;
  }
  .hamburger span::before {
    top: -10px;
  }
  .hamburger span::after {
    bottom: -10px;
  }
  input[type=checkbox]:checked + .hamburger span {
    background-color: transparent;
  }
  input[type=checkbox]:checked + .hamburger span::before {
    top: 0;
    transform: rotate(45deg);
  }
  input[type=checkbox]:checked + .hamburger span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  nav {
    left: -100%;
    transition: all 0.5s;
  }
  nav li:last-child {
    margin-right: 30%;
  }
  input[type=checkbox]:checked ~ nav {
    left: 0;
    width: 100%;
    height: 100vh;
    top: 80px;
    position: fixed;
    background-color: rgba(0, 37, 123, 0.8);
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

footer {
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
}

.footer_contact {
  background-color: #B4CAE1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_contact_wrap {
  background-color: #fff;
  border-radius: 30px;
  width: 70%;
  text-align: center;
  padding: 3% 3%;
  margin: 5% 0;
}
.footer_contact_wrap h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.footer_blue {
  color: #2A6AAA;
  margin-top: 2%;
  font-weight: bold;
}

.footer-comment {
  font-size: 0.9em;
  font-weight: 600;
  margin: 1% 0;
  margin-bottom: 2%;
  line-height: 200%;
}

.footer_motif {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.footer_tell img {
  width: 96%;
}

.footer_mail img {
  width: 96%;
}

.footer_mail:hover img {
  transform: scale(0.98);
}

.footer_menu {
  background-image: url(img/index/footer-back.jpg);
  color: #fff;
  padding-top: 10%;
  background-size: cover;
}

.footer_menu_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  align-items: center;
}
.footer_menu_wrap .address {
  line-height: 210%;
  font-size: 1.2rem;
  text-align: center;
}
.footer_menu_wrap .address p {
  display: inline-block;
  text-align: left;
}
.footer_menu_wrap h1 {
  margin-bottom: 10%;
}

h1 img {
  width: 30%;
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer_nav ul li {
  width: 50%;
  margin: 7% 0;
}
.footer_nav ul li::before {
  content: "▶︎";
  margin-right: 0.5rem;
}

.copy {
  text-align: center;
  padding-bottom: 3%;
}

@media (max-width: 1700px) {
  .footer_contact_wrap {
    width: 85%;
  }
}
@media (max-width: 800px) {
  .footer_menu,
  .address p {
    font-size: 0.8rem;
  }
  .footer_menu_wrap {
    margin: 5%;
  }
}
@media (max-width: 650px) {
  .footer_contact_wrap h2 {
    font-size: 1rem;
    padding: 0 5%;
  }
  .footer_motif {
    flex-wrap: wrap;
  }
  .footer-comment,
  .footer_blue {
    font-size: 13px;
    line-height: 130%;
    margin: 4% 0;
  }
  .footer_tell {
    margin-bottom: 3%;
  }
  .footer_tell img {
    width: 90%;
  }
  .footer_mail img {
    width: 90%;
  }
  .footer_menu {
    background-image: url(img/index/footer-back-600px.jpg);
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .footer_menu_wrap {
    flex-wrap: wrap;
    margin: 0 15%;
  }
  .footer_nav ul {
    text-align: center;
  }
  .address p {
    line-height: 150%;
    margin-bottom: 5%;
  }
}
.t_header {
  background-image: url(img/index/header-back.jpg);
}
@media (max-width: 768px) {
  .t_header {
    background-image: url(img/index/header-back-600px.jpg);
    background-position: center;
  }
}

.t_theme {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  font-size: 3.5rem;
  padding: 6% 0 0 67%;
  line-height: 200%;
}

.recruit_link {
  margin-left: 85%;
  margin-top: 17rem;
}

.recruit_link_p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  background-color: #025CA1;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.5rem;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 8px #025CA1;
  box-sizing: border-box;
}
.recruit_link_p:hover {
  background-color: #00257B;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 8px #00257B;
}

main {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  overflow: hidden;
}

.about_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .about_wrap {
    flex-direction: column-reverse;
  }
}
.about_wrap p {
  font-size: 1.5rem;
  margin-top: 15%;
  line-height: 300%;
  font-weight: bolder;
}
@media (max-width: 1280px) {
  .about_wrap p {
    font-size: 1rem;
    line-height: 250%;
  }
}
@media (max-width: 768px) {
  .about_wrap p {
    font-size: 0.9rem;
    line-height: 200%;
    padding: 0 5%;
  }
}

.about_p {
  width: 10rem;
  height: 50vh;
  margin-right: 3%;
  margin-top: 10%;
}
@media (max-width: 1280px) {
  .about_p {
    width: 10rem;
    height: 40vh;
    margin-top: 10%;
  }
}
@media (max-width: 768px) {
  .about_p {
    display: none;
  }
}

.about_bottom {
  width: 300px;
  height: 300px;
  margin-top: 27%;
}
@media (max-width: 1280px) {
  .about_bottom {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .about_bottom {
    margin-top: 40%;
  }
}
@media (max-width: 480px) {
  .about_bottom {
    margin-top: 20%;
    width: 100px;
    height: 80px;
  }
}

.about_top {
  width: 300px;
  height: 300px;
}
@media (max-width: 768px) {
  .about_top {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .about_top {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .about_top_wrap {
    text-align: right;
  }
}

.top_news_wrap {
  margin: 10% 10%;
  background-color: #ECF3FB;
  border-radius: 50px;
  padding: 5% 0;
}
@media (max-width: 768px) {
  .top_news_wrap {
    margin: 10% 5%;
  }
}
.top_news_wrap h1 {
  color: #686E9A;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 5% 0 5% 20%;
}
@media (max-width: 1280px) {
  .top_news_wrap h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .top_news_wrap h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .top_news_wrap h1 {
    font-size: 1em;
  }
}
.top_news_wrap .news-list dl {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #969595;
  margin: 0 15% 3% 15%;
  height: 7vh;
  font-size: 0.8rem;
}
@media (max-width: 1280px) {
  .top_news_wrap .news-list dl {
    margin: 0 10% 3% 10%;
  }
}
@media (max-width: 768px) {
  .top_news_wrap .news-list dl {
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  .top_news_wrap .news-list dl {
    font-size: 0.7rem;
    height: 9vh;
  }
}
.top_news_wrap .news-list dt {
  margin-right: 10%;
}
@media (max-width: 1280px) {
  .top_news_wrap .news-list dt {
    margin-right: 5%;
  }
}
.top_news_wrap .news-list span {
  color: red;
}
.top_news_wrap .news-list dd {
  line-height: 150%;
}

a.btn_link {
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 250px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  color: #27acd9;
  background-color: #fff;
  border-bottom: 2px solid #27acd9;
  border-radius: 100vh;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
@media (max-width: 768px) {
  a.btn_link {
    font-size: 0.9rem;
    width: 180px;
    padding: 0.7rem;
    margin: 5% auto;
  }
}
@media (max-width: 480px) {
  a.btn_link {
    font-size: 0.7rem;
    width: 150px;
    margin: 10% auto 5% auto;
  }
}

a.btn_link:hover {
  color: #fff;
  background: #27acd9;
  border-bottom: 2px solid #fff;
  transform: translateY(3px);
}

.top_service {
  background-color: #025CA1;
  padding: 10% 0;
  color: #fff;
}
@media (max-width: 768px) {
  .top_service {
    padding-bottom: 18%;
  }
}
.top_service h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5%;
  position: relative;
  padding-left: calc(15% + 20px);
}
.top_service h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 15%;
  height: 1px;
}
.top_service h1::after {
  content: "";
  position: absolute;
  left: calc(15% + 20px + 192px + 20px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 75%;
  height: 1px;
}
@media (max-width: 1280px) {
  .top_service h1::after {
    left: calc(15% + 20px + 128px + 20px);
  }
}
@media (max-width: 768px) {
  .top_service h1::after {
    left: calc(15% + 20px + 96px + 20px);
  }
}
@media (max-width: 1280px) {
  .top_service h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .top_service h1 {
    font-size: 1.5rem;
  }
}

.service_explanation {
  display: flex;
  justify-content: center;
  padding: 0 10% 5% 10%;
}
@media (max-width: 768px) {
  .service_explanation {
    padding: 0 10% 5% 5%;
  }
}
@media (max-width: 480px) {
  .service_explanation {
    padding: 0 7% 5% 7%;
  }
}
@media (max-width: 480px) {
  .service_explanation {
    flex-wrap: wrap;
  }
}
.service_explanation h2 {
  font-size: 2rem;
  margin-top: 80%;
  margin-bottom: 3%;
  padding-left: 5%;
}
@media (max-width: 1280px) {
  .service_explanation h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .service_explanation h2 {
    font-size: 1.3rem;
  }
}
.service_explanation p {
  line-height: 200%;
  padding: 0 5% 5% 5%;
}
@media (max-width: 1280px) {
  .service_explanation p {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .service_explanation p {
    line-height: 170%;
  }
}

.service_explanation01 {
  background-image: url(img/top/top-service1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  margin-right: 4%;
}
@media (max-width: 480px) {
  .service_explanation01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.service_explanation02 {
  background-image: url(img/top/top-service2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
}
@media (max-width: 480px) {
  .service_explanation02 {
    width: 100%;
  }
}

.loopslide {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-top: 5%;
}
.loopslide ul {
  padding: 0;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
.loopslide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopslide ul:last-child {
  animation: slide2 60s linear infinite;
}
.loopslide ul li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
  margin-right: 2%;
  list-style: none;
  text-align: center;
}
.loopslide ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.loopslide:hover ul {
  animation-play-state: paused;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top_company {
  border-radius: 0 20rem 0 0;
  background-color: #EFEFEF;
  padding-bottom: 10%;
  width: 80%;
  margin: 10% 0;
}
@media (max-width: 480px) {
  .top_company {
    width: 100%;
  }
}

.company_wrap {
  display: flex;
  margin-left: 10%;
}
@media (max-width: 480px) {
  .company_wrap {
    flex-wrap: wrap;
    margin-left: 0;
  }
}

.compny_back {
  writing-mode: vertical-rl;
  font-size: 3rem;
  color: #D0CDD2;
  padding: 15% 0 0 10%;
  font-weight: bolder;
}
@media (max-width: 1280px) {
  .compny_back {
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  .compny_back {
    margin-bottom: -100%;
  }
}

.cpmpany_ward {
  margin: 16% 0 0 -3%;
}
@media (max-width: 480px) {
  .cpmpany_ward {
    margin: 30% 5% 0 5%;
  }
}
.cpmpany_ward h2 {
  color: #00257B;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 5% 5%;
}
@media (max-width: 1280px) {
  .cpmpany_ward h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .cpmpany_ward h2 {
    font-size: 1.5rem;
  }
}
.cpmpany_ward h3 {
  font-weight: bolder;
  margin-right: 30%;
  line-height: 180%;
}
@media (max-width: 1280px) {
  .cpmpany_ward h3 {
    margin-right: 5%;
  }
}
.cpmpany_ward h3 span {
  float: right;
}
@media (max-width: 768px) {
  .cpmpany_ward h3 span {
    float: none;
  }
}
.cpmpany_ward p {
  font-size: 0.8rem;
  margin: 8% 0 5% 7%;
  width: 70%;
  line-height: 1.5rem;
}
@media (max-width: 1280px) {
  .cpmpany_ward p {
    width: 85%;
  }
}

.company_img {
  margin-top: 15%;
  margin-right: 10%;
}
@media (max-width: 1280px) {
  .company_img {
    margin-right: 5%;
    margin-top: 30%;
  }
}
@media (max-width: 768px) {
  .company_img {
    margin-top: 50%;
  }
}
@media (max-width: 480px) {
  .company_img {
    margin: 5% 5% 0 5%;
  }
}
.company_img img {
  width: 200%;
}
@media (max-width: 1280px) {
  .company_img img {
    width: 220%;
  }
}
@media (max-width: 480px) {
  .company_img img {
    width: 100%;
  }
}

.recruit_wrap {
  width: 100%;
  margin: 10% 0;
  padding: 10% 0;
  position: relative;
}
.recruit_wrap img {
  width: 100%;
}
.recruit_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-20deg, #40DDE2 0%, #9BB7F6 100%);
  transform: skewY(-7deg);
  z-index: -1;
}

.recruit_theme {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .recruit_theme {
    display: block;
  }
}

.recruit_deco1 {
  color: #99EBF8;
  font-size: 7rem;
  font-weight: bold;
  transform: rotate(-7deg);
  margin-left: 5%;
}
@media (max-width: 768px) {
  .recruit_deco1 {
    font-size: 5rem;
    margin-right: 1%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10%;
  }
}
@media (max-width: 480px) {
  .recruit_deco1 {
    font-size: 3rem;
  }
}

.recruit_deco2 {
  color: #99EBF8;
  font-size: 7rem;
  font-weight: bold;
  transform: rotate(-7deg);
  display: flex;
  justify-content: flex-end;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .recruit_deco2 {
    font-size: 5rem;
    margin-right: 1%;
    justify-content: flex-start;
    margin-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .recruit_deco2 {
    font-size: 3rem;
  }
}

.recruit_word {
  margin: 10% 5% 5% 35%;
  text-align: center;
}
@media (max-width: 1280px) {
  .recruit_word {
    margin: 15% 5% 5% 5%;
  }
}
@media (max-width: 768px) {
  .recruit_word {
    margin: 5% 5% 5% 5%;
  }
}
.recruit_word h2 {
  color: #00257B;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 3%;
}
@media (max-width: 1280px) {
  .recruit_word h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .recruit_word h2 {
    font-size: 1.5rem;
  }
}
.recruit_word p {
  color: #fff;
  line-height: 2rem;
  font-weight: bolder;
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .recruit_word p {
    line-height: 160%;
    font-weight: normal;
    font-size: 0.9rem;
  }
}

@media (max-width: 1400px) {
  .recruit_link {
    margin-left: 78%;
  }
}
@media (max-width: 1200px) {
  .t_theme {
    font-size: 3rem;
  }
  .recruit_link_p {
    width: 150px;
    height: 150px;
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .t_theme {
    padding-left: 60%;
  }
}
@media (max-width: 800px) {
  .t_theme {
    padding-left: 50%;
  }
  .recruit_link {
    margin-left: 70%;
    margin-top: 20rem;
  }
}
@media (max-width: 600px) {
  .t_theme {
    padding-top: 20%;
    padding-left: 40%;
    font-size: 2.5rem;
  }
  .recruit_link {
    margin-left: 60%;
  }
}
@media (max-width: 480px) {
  .t_theme {
    padding: 30% 5% 0 10%;
  }
  .recruit_link_p {
    width: 130px;
    height: 130px;
  }
}
.s_header {
  background-image: url(img/service/service-main.jpg);
  background-position: center;
}
@media (max-width: 768px) {
  .s_header {
    height: 50vh;
  }
}

.s_section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 5% 10% 5%;
}
@media (max-width: 480px) {
  .s_section1 {
    display: block;
    margin: 15% 5% 20% 5%;
  }
}

.service_p {
  width: 15%;
  margin-top: 5%;
}
@media (max-width: 1280px) {
  .service_p {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .service_p {
    display: none;
  }
}

.scaffold,
.trestle {
  text-align: center;
  width: 70%;
  margin: 10% 5%;
}
@media (max-width: 1280px) {
  .scaffold,
  .trestle {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .scaffold,
  .trestle {
    width: 100%;
    margin: 0;
  }
}
.scaffold h6,
.trestle h6 {
  font-size: 2.5rem;
  margin-bottom: 5%;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .scaffold h6,
  .trestle h6 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .scaffold h6,
  .trestle h6 {
    font-size: 1.5rem;
  }
}
.scaffold h6 span,
.trestle h6 span {
  color: #025CA1;
  margin-right: 3%;
  font-size: 3rem;
}
@media (max-width: 1280px) {
  .scaffold h6 span,
  .trestle h6 span {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .scaffold h6 span,
  .trestle h6 span {
    font-size: 2rem;
  }
}
.scaffold img,
.trestle img {
  box-shadow: 50px 50px 0px 0 #025CA1;
  width: 100%;
}
@media (max-width: 1280px) {
  .scaffold img,
  .trestle img {
    box-shadow: 30px 30px 0px 0 #025CA1;
  }
}
@media (max-width: 480px) {
  .scaffold img,
  .trestle img {
    width: 90%;
    box-shadow: 20px 20px 0px 0 #025CA1;
  }
}

@media (max-width: 480px) {
  .scaffold {
    margin-bottom: 10%;
  }
}

.s_section1_p {
  margin-top: 15%;
  font-weight: bolder;
  display: inline-block;
  text-align: left;
  line-height: 200%;
}
@media (max-width: 1280px) {
  .s_section1_p {
    line-height: 170%;
    padding-top: 5%;
  }
}
@media (max-width: 768px) {
  .s_section1_p {
    line-height: 150%;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .s_section1_p {
    line-height: 150%;
    font-size: 0.9rem;
    margin-top: 10%;
  }
}

.s_section2 {
  position: relative;
}
.s_section2 h4 {
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2862745098);
  position: absolute;
  left: 40%;
  top: 20%;
}
@media (max-width: 1280px) {
  .s_section2 h4 {
    left: 25%;
  }
}
@media (max-width: 768px) {
  .s_section2 h4 {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .s_section2 h4 {
    font-size: 3.5rem;
    left: 20%;
  }
}

.strength {
  background-color: #025CA1;
  display: flex;
}
@media (max-width: 480px) {
  .strength {
    flex-wrap: wrap-reverse;
  }
}
.strength img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1280px) {
  .strength img {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .strength img {
    width: 100%;
    height: 20vh;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.strength_wrap {
  margin: 15% 0 5% 0;
  color: #fff;
  font-weight: bold;
  line-height: 2rem;
  width: 50%;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .strength_wrap {
    width: 95%;
  }
}
.strength_wrap h5 {
  font-size: 2rem;
  margin-bottom: 3%;
  margin-left: 10%;
}
@media (max-width: 480px) {
  .strength_wrap h5 {
    font-size: 1.7rem;
  }
}
.strength_wrap p {
  margin: 0 10%;
}

.s_section3 {
  text-align: center;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
}
.s_section3 h3 {
  font-size: 2rem;
  margin: 20% 10% -3% 10%;
  border-bottom: 1px solid #969595;
  font-weight: bold;
  height: 10vh;
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .s_section3 h3 {
    font-size: 1.5rem;
    margin-bottom: 3%;
  }
}
@media (max-width: 480px) {
  .s_section3 h3 {
    font-size: 1.2rem;
    height: 6vh;
    margin-bottom: 5%;
  }
}
.s_section3 h3 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .s_section3 h3 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .s_section3 h3 img {
    font-size: 1rem;
  }
}

.case {
  margin-bottom: 15%;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 480px) {
  .case ul {
    padding: 0 5%;
  }
}
.case li {
  margin: 10% 3% 0 3%;
  display: inline-block;
  text-align: left;
  line-height: 1.5rem;
}
@media (max-width: 1280px) {
  .case li {
    margin: 5% 1% 0 1%;
  }
}
@media (max-width: 480px) {
  .case li {
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  .case li img {
    width: 95%;
  }
}
.case p {
  margin-top: 5%;
}
@media (max-width: 480px) {
  .case p {
    font-size: 0.8rem;
  }
}

.cy_header {
  background-image: url(img/company/company-main.jpg);
}
@media (max-width: 768px) {
  .cy_header {
    height: 50vh;
  }
}

.greeting_wrap {
  display: flex;
  justify-content: flex-start;
  margin: 10% 10% 0 0;
}
.greeting_wrap img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .greeting_wrap img {
    width: 100%;
    height: 70vh;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 768px) {
  .greeting_wrap img {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .greeting_wrap img {
    height: 40vh;
  }
}
@media (max-width: 1280px) {
  .greeting_wrap {
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 1800px) {
  .greeting_wrap {
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .greeting_wrap {
    margin-right: 0;
  }
}
.greeting_word {
  background-color: #DDF1FB;
  border-radius: 0 10rem 0 0;
  padding: 5%;
  width: 60%;
}
@media (max-width: 1280px) {
  .greeting_word {
    width: 100%;
    padding: 5% 10% 5% 10%;
  }
}
.greeting_word h3 {
  font-size: 2rem;
  margin-bottom: 5%;
  font-weight: bold;
  margin-top: 5%;
}
@media (max-width: 1280px) {
  .greeting_word h3 {
    font-size: 1.5rem;
    margin-top: 15%;
  }
}
@media (max-width: 480px) {
  .greeting_word h3 {
    font-size: 1.2rem;
  }
}
.greeting_word p {
  line-height: 3.5rem;
  -webkit-text-decoration: underline dotted #999999;
          text-decoration: underline dotted #999999;
  text-underline-offset: 0.5rem;
  margin-bottom: 10%;
}
@media (max-width: 1280px) {
  .greeting_word p {
    line-height: 2.5rem;
    font-size: 0.9rem;
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  .greeting_word p {
    line-height: 1.8rem;
  }
}
.greeting_word h4 {
  text-align: right;
  padding-bottom: 10%;
}
@media (max-width: 1280px) {
  .greeting_word h4 {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .greeting_word h4 {
    font-size: 0.8rem;
  }
}

.policy_p {
  writing-mode: vertical-rl;
  font-size: 5rem;
  color: #D0CDD2;
  margin: 10% 3% 0 20%;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .policy_p {
    margin-left: 10%;
    font-size: 3rem;
    margin-top: 0;
  }
}

.cy_section2 {
  display: flex;
  justify-items: center;
}
@media (max-width: 1280px) {
  .cy_section2 {
    margin-top: 15%;
    margin-bottom: 15%;
  }
}

.policy h3 {
  margin: 10% 10% 3% 0;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 2px solid #00257B;
  height: 7vh;
}
@media (max-width: 768px) {
  .policy h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .policy h3 {
    font-size: 1.2rem;
    height: 5vh;
  }
}
.policy p {
  margin: 0 20% 0 0;
  line-height: 2.5rem;
  font-size: 1.2rem;
}
@media (max-width: 1280px) {
  .policy p {
    width: 100%;
    margin: 0 10% 0 0;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .policy p {
    line-height: 2rem;
    margin-top: 5%;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .policy p {
    line-height: 1.5rem;
  }
}

.cy_section3 h3 {
  font-size: 2rem;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  font-weight: bold;
  margin: 10% 0 5% 20%;
  height: 1.5em;
  display: flex;
}
@media (max-width: 1280px) {
  .cy_section3 h3 {
    font-size: 1.5rem;
    margin-bottom: 3%;
  }
}
@media (max-width: 480px) {
  .cy_section3 h3 {
    font-size: 1.2rem;
    height: 6vh;
    margin-bottom: 5%;
  }
}
.cy_section3 h3 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .cy_section3 h3 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .cy_section3 h3 img {
    font-size: 1rem;
  }
}

.overview {
  padding: 0 5%;
}
.overview ul {
  margin-bottom: 10%;
}
.overview li {
  display: flex;
  justify-content: center;
}
.overview h5 {
  background-color: #ECECEC;
  padding: 2%;
  margin: 0.2%;
  width: 300px;
  text-align: center;
}
@media (max-width: 768px) {
  .overview h5 {
    width: 165px;
    font-size: 0.8rem;
  }
}
.overview p {
  background-color: #F9F9F9;
  padding: 2%;
  margin: 0.2%;
  width: 1000px;
  padding-left: 5%;
}
@media (max-width: 1280px) {
  .overview p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .overview p {
    font-size: 0.8rem;
  }
}

.map {
  text-align: center;
  margin-bottom: 10%;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .map iframe {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .map iframe {
    height: 30vh;
  }
}

.r_header {
  background-image: url(img/recruit/recruit-main.jpg);
  background-position: center;
}
@media (max-width: 768px) {
  .r_header {
    height: 50vh;
  }
}

.r_section1 {
  background-image: url(img/recruit/catch.jpeg);
  background-color: #0b6aa5;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 10%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1280px) {
  .r_section1 {
    padding: 10% 2%;
  }
}
.r_section1 h2 {
  font-size: 2rem;
  margin-bottom: 5%;
}
@media (max-width: 1280px) {
  .r_section1 h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .r_section1 h2 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .r_section1 h2 {
    font-size: 1rem;
  }
}
.r_section1 p {
  font-size: 1.5rem;
  line-height: 300%;
}
@media (max-width: 1280px) {
  .r_section1 p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .r_section1 p {
    font-size: 0.9rem;
    margin: 0 5% 3% 5%;
  }
}
@media (max-width: 480px) {
  .r_section1 p {
    font-size: 0.8rem;
    margin-bottom: 3%;
    line-height: 180%;
  }
}
@media (max-width: 480px) {
  .r_section1 p br {
    display: none;
  }
}

.r_section2 {
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  height: 3000px;
}
@media (max-width: 1300px) {
  .r_section2 {
    height: 3500px;
  }
}
@media (max-width: 550px) {
  .r_section2 {
    height: 2300px;
  }
}
.r_section2 h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10% 0 5% 20%;
}
@media (max-width: 1280px) {
  .r_section2 h2 {
    font-size: 1.5rem;
    margin-bottom: 3%;
  }
}
@media (max-width: 480px) {
  .r_section2 h2 {
    font-size: 1.2rem;
    height: 6vh;
    margin-bottom: 5%;
    margin-left: 10%;
  }
}
@media (max-width: 1550px) {
  .r_section2 h2 {
    margin-bottom: 0%;
  }
}
.r_section2 h2 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .r_section2 h2 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .r_section2 h2 img {
    font-size: 1rem;
  }
}

.schedule {
  position: relative;
}

.time_item {
  position: relative;
}

.time-line {
  position: absolute;
  top: 50px;
  left: 900px;
}
@media (max-width: 1550px) {
  .time-line {
    left: 650px;
  }
}
@media (max-width: 1300px) {
  .time-line {
    display: none;
  }
}

.time-7 {
  position: absolute;
  top: 150px;
  left: 588px;
}
@media (max-width: 1550px) {
  .time-7 {
    left: 338px;
  }
}
@media (max-width: 850px) {
  .time-7 {
    left: 100px;
  }
}
@media (max-width: 550px) {
  .time-7 {
    width: 250px;
    left: 50px;
    top: 50px;
  }
}

.time-8 {
  position: absolute;
  top: 300px;
  left: 887px;
}
@media (max-width: 1550px) {
  .time-8 {
    left: 637px;
  }
}
@media (max-width: 1300px) {
  .time-8 {
    top: 800px;
    left: 350px;
  }
}
@media (max-width: 850px) {
  .time-8 {
    left: 100px;
  }
}
@media (max-width: 550px) {
  .time-8 {
    width: 250px;
    left: 50px;
    top: 450px;
  }
}

.time-12 {
  position: absolute;
  top: 900px;
  left: 561px;
}
@media (max-width: 1550px) {
  .time-12 {
    left: 311px;
  }
}
@media (max-width: 1300px) {
  .time-12 {
    top: 1400px;
    left: 338px;
  }
}
@media (max-width: 850px) {
  .time-12 {
    left: 100px;
  }
}
@media (max-width: 550px) {
  .time-12 {
    width: 250px;
    left: 50px;
  }
}
@media (max-width: 550px) {
  .time-12 {
    width: 250px;
    left: 50px;
    top: 850px;
  }
}

.time-13 {
  position: absolute;
  top: 1050px;
  left: 887px;
}
@media (max-width: 1550px) {
  .time-13 {
    left: 637px;
  }
}
@media (max-width: 1300px) {
  .time-13 {
    top: 2000px;
    left: 338px;
  }
}
@media (max-width: 850px) {
  .time-13 {
    left: 100px;
  }
}
@media (max-width: 550px) {
  .time-13 {
    width: 250px;
    left: 50px;
  }
}
@media (max-width: 550px) {
  .time-13 {
    width: 250px;
    left: 50px;
    top: 1250px;
  }
}

.time-17 {
  position: absolute;
  top: 1800px;
  left: 561px;
}
@media (max-width: 1550px) {
  .time-17 {
    left: 311px;
  }
}
@media (max-width: 1300px) {
  .time-17 {
    top: 2600px;
    left: 338px;
  }
}
@media (max-width: 850px) {
  .time-17 {
    left: 100px;
  }
}
@media (max-width: 550px) {
  .time-17 {
    width: 250px;
    left: 50px;
  }
}
@media (max-width: 550px) {
  .time-17 {
    width: 250px;
    left: 50px;
    top: 1650px;
  }
}

.time-18 {
  position: absolute;
  top: 1950px;
  left: 887px;
}
@media (max-width: 1550px) {
  .time-18 {
    left: 637px;
  }
}
@media (max-width: 1300px) {
  .time-18 {
    top: 3200px;
    left: 338px;
  }
}
@media (max-width: 850px) {
  .time-18 {
    left: 100px;
  }
}
@media (max-width: 550px) {
  .time-18 {
    width: 250px;
    left: 50px;
  }
}
@media (max-width: 550px) {
  .time-18 {
    width: 250px;
    left: 50px;
    top: 2050px;
  }
}

.sc_1,
.sc_2,
.sc_3,
.sc_4,
.sc_5,
.sc_6 {
  position: absolute;
  padding: 3%;
  background-color: #EEF6FF;
  width: 500px;
}
@media (max-width: 550px) {
  .sc_1,
  .sc_2,
  .sc_3,
  .sc_4,
  .sc_5,
  .sc_6 {
    width: 300px;
  }
}
.sc_1 h3,
.sc_2 h3,
.sc_3 h3,
.sc_4 h3,
.sc_5 h3,
.sc_6 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #025CA1;
  margin-bottom: 3%;
}
@media (max-width: 550px) {
  .sc_1 h3,
  .sc_2 h3,
  .sc_3 h3,
  .sc_4 h3,
  .sc_5 h3,
  .sc_6 h3 {
    font-size: 1rem;
  }
}
.sc_1 p,
.sc_2 p,
.sc_3 p,
.sc_4 p,
.sc_5 p,
.sc_6 p {
  line-height: 200%;
  margin-bottom: 3%;
}
@media (max-width: 550px) {
  .sc_1 p,
  .sc_2 p,
  .sc_3 p,
  .sc_4 p,
  .sc_5 p,
  .sc_6 p {
    font-size: 0.81rem;
  }
}
.sc_1 img,
.sc_2 img,
.sc_3 img,
.sc_4 img,
.sc_5 img,
.sc_6 img {
  width: 350px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .sc_1 img,
  .sc_2 img,
  .sc_3 img,
  .sc_4 img,
  .sc_5 img,
  .sc_6 img {
    width: 250px;
  }
}

.sc_1 {
  top: 250px;
  left: 300px;
}
@media (max-width: 1550px) {
  .sc_1 {
    left: 50px;
  }
}
@media (max-width: 1300px) {
  .sc_1 {
    left: 300px;
  }
}
@media (max-width: 850px) {
  .sc_1 {
    left: 30px;
  }
}
@media (max-width: 550px) {
  .sc_1 {
    top: 120px;
  }
}

.sc_2 {
  top: 400px;
  left: 1010px;
}
@media (max-width: 1550px) {
  .sc_2 {
    left: 760px;
  }
}
@media (max-width: 1300px) {
  .sc_2 {
    top: 900px;
    left: 300px;
  }
}
@media (max-width: 850px) {
  .sc_2 {
    left: 30px;
  }
}
@media (max-width: 550px) {
  .sc_2 {
    top: 520px;
  }
}

.sc_3 {
  top: 1000px;
  left: 300px;
}
@media (max-width: 1550px) {
  .sc_3 {
    left: 50px;
  }
}
@media (max-width: 1300px) {
  .sc_3 {
    top: 1500px;
    left: 300px;
  }
}
@media (max-width: 850px) {
  .sc_3 {
    left: 30px;
  }
}
@media (max-width: 550px) {
  .sc_3 {
    top: 920px;
  }
}

.sc_4 {
  top: 1150px;
  left: 1010px;
}
@media (max-width: 1550px) {
  .sc_4 {
    left: 760px;
  }
}
@media (max-width: 1300px) {
  .sc_4 {
    top: 2100px;
    left: 300px;
  }
}
@media (max-width: 850px) {
  .sc_4 {
    left: 30px;
  }
}
@media (max-width: 550px) {
  .sc_4 {
    top: 1320px;
  }
}

.sc_5 {
  top: 1900px;
  left: 300px;
}
@media (max-width: 1550px) {
  .sc_5 {
    left: 50px;
  }
}
@media (max-width: 1300px) {
  .sc_5 {
    top: 2700px;
    left: 300px;
  }
}
@media (max-width: 850px) {
  .sc_5 {
    left: 30px;
  }
}
@media (max-width: 550px) {
  .sc_5 {
    top: 1720px;
  }
}

.sc_6 {
  top: 2050px;
  left: 1010px;
}
@media (max-width: 1550px) {
  .sc_6 {
    left: 760px;
  }
}
@media (max-width: 1300px) {
  .sc_6 {
    top: 3300px;
    left: 300px;
  }
}
@media (max-width: 850px) {
  .sc_6 {
    left: 30px;
  }
}
@media (max-width: 550px) {
  .sc_6 {
    top: 2120px;
  }
}

.r_section3 {
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  width: 100%;
  margin: 10% 0;
  padding: 10% 0;
  position: relative;
}
.r_section3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-20deg, #40DDE2 0%, #9BB7F6 100%);
  transform: skewY(7deg);
  z-index: -1;
}
.r_section3 h2 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 2% 10%;
  font-weight: 600;
  width: 50%;
  border-bottom: solid 1px;
  padding: 5% 5% 5% 4%;
}
@media (max-width: 1280px) {
  .r_section3 h2 {
    font-size: 2rem;
    padding-bottom: 2%;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .r_section3 h2 {
    font-size: 1.4rem;
  }
}

.interview {
  color: #fff;
  margin-left: 20%;
}
@media (max-width: 768px) {
  .interview {
    margin-bottom: 10%;
  }
}
@media (max-width: 768px) {
  .interview {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .interview {
    margin-left: 5%;
  }
}

.section3_wrap {
  background-color: #fff;
  margin: 5% 15% 10% 15%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .section3_wrap {
    margin: 5% 5% 10% 5%;
  }
}
@media (max-width: 768px) {
  .section3_wrap {
    display: block;
  }
}

.section3_wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.interview_comment {
  width: 60%;
  padding: 2% 2% 10% 2%;
}
@media (max-width: 768px) {
  .interview_comment {
    width: 100%;
    padding: 2% 2% 0 2%;
  }
}
.interview_comment h5 {
  font-size: 7rem;
  font-style: oblique;
  font-weight: bold;
  color: #E2EEFF;
}
@media (max-width: 768px) {
  .interview_comment h5 {
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  .interview_comment h5 {
    font-size: 3rem;
  }
}
.interview_comment h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin: 5% 0 10% 10%;
  font-size: 1.1rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .interview_comment h6 {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.interview_comment h6 span {
  float: right;
  margin-right: 20%;
}
@media (max-width: 1280px) {
  .interview_comment h6 span {
    margin-right: 0;
  }
}
.interview_comment p {
  margin: 5% 5% 5% 10%;
  font-weight: 100;
  line-height: 200%;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .interview_comment p {
    margin-left: 5%;
  }
}

.interview_name {
  width: 40%;
  text-align: right;
  padding: 10% 0;
}
@media (max-width: 768px) {
  .interview_name {
    width: 90%;
    padding-top: 0;
  }
}
.interview_name img {
  width: 100%;
}
@media (max-width: 1280px) {
  .interview_name img {
    margin-top: 10%;
  }
}
@media (max-width: 768px) {
  .interview_name img {
    margin-top: 0;
  }
}
.interview_name p {
  margin: 3% 10% 0 0;
  line-height: 200%;
}
@media (max-width: 1280px) {
  .interview_name p {
    margin: 3% 5% 0 0;
    font-size: 0.8rem;
  }
}
.interview_name span {
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .r_right {
    margin: 0 0 0 auto;
  }
}

.recruit_right {
  display: flex;
  justify-content: flex-end;
}

.r_section4 h3 {
  font-size: 2rem;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  font-weight: bold;
  margin: 10% 0 5% 20%;
  height: 1.5em;
  display: flex;
}
@media (max-width: 1280px) {
  .r_section4 h3 {
    font-size: 1.5rem;
    margin: 15% 0 5% 10%;
  }
}
@media (max-width: 768px) {
  .r_section4 h3 {
    margin-top: 20%;
  }
}
@media (max-width: 480px) {
  .r_section4 h3 {
    font-size: 1.2rem;
    height: 6vh;
  }
}
.r_section4 h3 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .r_section4 h3 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .r_section4 h3 img {
    font-size: 1rem;
  }
}

.recruitment {
  padding: 0 5%;
}
.recruitment ul {
  margin-bottom: 10%;
}
.recruitment li {
  display: flex;
  justify-content: center;
}
.recruitment h5 {
  background-color: #ECECEC;
  padding: 2%;
  margin: 0.2%;
  width: 300px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruitment h5 {
    width: 165px;
    font-size: 0.8rem;
  }
}
.recruitment p {
  background-color: #F9F9F9;
  padding: 2%;
  margin: 0.2%;
  width: 1000px;
  padding-left: 5%;
}
@media (max-width: 1280px) {
  .recruitment p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruitment p {
    font-size: 0.8rem;
  }
}

.n_header {
  background-image: url(img/news/news-main.jpg);
  background-position: center;
}
@media (max-width: 768px) {
  .n_header {
    height: 50vh;
  }
}

.n_wrap h3 {
  font-size: 2rem;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  font-weight: bold;
  margin: 10% 0 5% 20%;
}
@media (max-width: 1280px) {
  .n_wrap h3 {
    font-size: 1.5rem;
    margin: 15% 0 10% 10%;
  }
}
@media (max-width: 480px) {
  .n_wrap h3 {
    font-size: 1.2rem;
    height: 6vh;
    margin-bottom: 5%;
  }
}
.n_wrap h3 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .n_wrap h3 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .n_wrap h3 img {
    font-size: 1rem;
  }
}

.news {
  justify-content: center;
  display: flex;
  margin-bottom: 5%;
  margin: 0 10% 3% 10%;
}
@media (max-width: 768px) {
  .news {
    margin: 0 3% 3% 3%;
  }
}
.news img {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_text {
  padding: 2% 20% 2% 5%;
  background-color: #025CA1;
  border-radius: 0 5rem 0 0;
  color: #fff;
}
@media (max-width: 1280px) {
  .news_text {
    padding: 2% 5% 2% 5%;
  }
}
@media (max-width: 768px) {
  .news_text {
    padding: 5% 5% 5% 5%;
  }
}
.news_text span {
  color: red;
}
.news_text h4 {
  font-weight: bold;
  margin-bottom: 4%;
}
@media (max-width: 1280px) {
  .news_text h4 {
    margin-bottom: 2%;
  }
}
@media (max-width: 768px) {
  .news_text h4 {
    font-size: 0.8rem;
  }
}
.news_text h5 {
  font-weight: bold;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .news_text h5 {
    font-size: 0.8rem;
  }
}
.news_text p {
  line-height: 150%;
}
@media (max-width: 1280px) {
  .news_text p {
    font-size: 0.8rem;
  }
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.topic_pager {
  margin: 5% auto 10% auto;
}

.page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0.8rem 1rem;
  font-weight: bold;
}

.current {
  background-color: #025CA1;
  color: #fff;
  border-radius: 0.5rem;
}

.nd_wrap {
  padding: 0 15% 10% 15%;
}
@media (max-width: 1280px) {
  .nd_wrap {
    padding: 0 5% 10% 5%;
  }
}
.nd_wrap h3 {
  font-size: 2rem;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  font-weight: bold;
  margin: 10% 0 10% 10%;
  height: 1.5em;
  display: flex;
}
@media (max-width: 1280px) {
  .nd_wrap h3 {
    font-size: 1.5rem;
    margin: 15% 0 10% 10%;
  }
}
@media (max-width: 480px) {
  .nd_wrap h3 {
    font-size: 1.2rem;
    height: 6vh;
    margin-bottom: 5%;
  }
}
.nd_wrap h3 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .nd_wrap h3 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .nd_wrap h3 img {
    font-size: 1rem;
  }
}
.nd_wrap p {
  line-height: 200%;
  padding: 5% 10% 5% 10%;
  border-top: 2px solid #00257B;
}
@media (max-width: 480px) {
  .nd_wrap p {
    padding: 5% 5% 5% 5%;
  }
}

.h4h5_wrap {
  display: flex;
  margin-bottom: 3%;
}
@media (max-width: 480px) {
  .h4h5_wrap {
    flex-wrap: wrap;
  }
}
.h4h5_wrap h4 {
  margin: 0 5% 0 10%;
}
@media (max-width: 480px) {
  .h4h5_wrap h4 {
    margin-left: 5%;
  }
}
.h4h5_wrap h5 {
  margin: 0 5% 0 10%;
}
@media (max-width: 480px) {
  .h4h5_wrap h5 {
    margin-left: 5%;
  }
}

.nd_img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 10%;
}
@media (max-width: 480px) {
  .nd_img {
    width: 100%;
  }
}

.btn {
  margin-top: 5%;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  font-weight: bold;
  background-color: #568eff;
  color: #fff;
  padding: 1rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  border-radius: 100vh;
}
.btn:hover {
  background-color: #256dfc;
}

.p_header {
  background-image: url(img/product/product-main.jpg);
  background-position: center;
}
@media (max-width: 768px) {
  .p_header {
    height: 50vh;
  }
}

.p_wrap {
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  padding: 0 20%;
}
@media (max-width: 1280px) {
  .p_wrap {
    padding: 10% 0;
  }
}
.p_wrap h3 {
  font-size: 2rem;
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
  font-weight: bold;
  margin: 10% 0 10% 10%;
  height: 1.5em;
  display: flex;
}
@media (max-width: 1280px) {
  .p_wrap h3 {
    font-size: 1.5rem;
    margin: 0 0 0 10%;
  }
}
@media (max-width: 480px) {
  .p_wrap h3 {
    font-size: 1.2rem;
    height: 6vh;
  }
}
.p_wrap h3 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .p_wrap h3 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .p_wrap h3 img {
    font-size: 1rem;
  }
}

.buy {
  margin-bottom: 15%;
}

.buy_wrap1 {
  display: flex;
  justify-content: space-around;
  margin: 10% 5%;
  padding: 5%;
  background-color: #DDF1FB;
  border-radius: 0 10rem 0 0;
}
@media (max-width: 768px) {
  .buy_wrap1 {
    flex-wrap: wrap;
    margin: 10%;
  }
}
.buy_wrap1 img {
  width: 100%;
  border-radius: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .buy_wrap1 img {
    width: 180%;
  }
}
.buy_wrap1 h4 {
  font-size: 1.3rem;
  font-weight: bold;
}
.buy_wrap1 p {
  display: inline-block;
  text-align: left;
  margin: 5% auto;
  line-height: 300%;
}
@media (max-width: 768px) {
  .buy_wrap1 p {
    line-height: 200%;
    font-size: 0.8rem;
    line-height: 200%;
  }
}

.explanation {
  margin-left: 5%;
}
@media (max-width: 480px) {
  .explanation {
    margin-left: 0;
  }
}

.buy_wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .buy_wrap2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.buy_wrap2 img {
  flex: 0 0 50%;
  width: 300px;
  background-color: #DDF1FB;
  padding: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .buy_wrap2 img {
    width: 180px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .buy_wrap2 img {
    width: 120px;
  }
}
.buy_wrap2 p {
  line-height: 200%;
}
.buy_wrap2 h5 {
  font-weight: bold;
  margin-bottom: 5%;
}

.buy_text {
  flex: 0 0 50%;
  padding-left: 10%;
}
@media (max-width: 768px) {
  .buy_text {
    padding-left: 5%;
  }
}

.cartjs_cart_in input {
  background-color: #025CA1 !important;
}
@media (max-width: 768px) {
  .cartjs_cart_in input {
    width: 100% !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .cartjs_product_table table {
    width: 100% !important;
  }
}

.cartjs_product_num td {
  text-align: center;
}

.cartjs_product_input_txt {
  text-align: center;
  background-color: #DDF1FB;
}

.ct_header {
  background-image: url(img/contact/contact-main.jpg);
  background-position: bottom;
}
@media (max-width: 768px) {
  .ct_header {
    height: 50vh;
  }
}

.ct_main {
  font-family: "Source Han Sans JP", "Source Han Sans Japanese", "源ノ角ゴシック JP", sans-serif;
}
.ct_main h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10% 0 5% 20%;
  height: 1.5em;
  display: flex;
}
@media (max-width: 1280px) {
  .ct_main h3 {
    font-size: 1.5rem;
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  .ct_main h3 {
    margin: 15% 0 10% 10%;
  }
}
@media (max-width: 480px) {
  .ct_main h3 {
    font-size: 1.2rem;
    height: 6vh;
  }
}
.ct_main h3 img {
  height: 1.5em;
}
@media (max-width: 1280px) {
  .ct_main h3 img {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .ct_main h3 img {
    font-size: 1rem;
  }
}

.Form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  padding: 0 5%;
  max-width: 1000px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 10%;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #548DFF;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    margin-right: 5%;
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding: 0.5em 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 0.9rem;
  line-height: 150%;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 0.8rem;
  }
}
.Form-Btn {
  text-align: center;
  border-radius: 15rem;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #548DFF;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.Form-Btn:hover {
  background-color: #256dfc;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.theme {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .theme {
    height: 50vh;
    padding-top: 15%;
  }
}
.theme span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .theme span {
    font-size: 1.5rem;
  }
}
.theme h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .theme h2 {
    font-size: 2rem;
    margin-bottom: 20%;
  }
}/*# sourceMappingURL=style.css.map */