@charset "UTF-8";
/*
Theme Name: 株式会社サンセットセキュリティ―
Theme URI: https://
Description: 株式会社サンセットセキュリティ―
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
}
html body {
  overflow-x: hidden;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
a,
p,
li {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  a,
  p,
  li {
    font-size: 1.4rem;
  }
}

.pop {
  font-family: "Poppins", sans-serif;
}

.rale {
  font-family: "Raleway", sans-serif;
}

.home .pankuzu {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.cont {
  width: 88.3%;
  max-width: 1200px;
  margin: 0 auto;
}

.cont2 {
  width: 88.3%;
  max-width: 1540px;
  margin: 0 auto;
}

li {
  list-style-type: "";
}

.orange {
  color: #ee7500;
}

.blue {
  color: #036eb8;
}

.header_logo picture {
  display: contents;
}

@media screen and (min-width: 1740px) {
  .header {
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    z-index: 100;
  }
  .ham_block {
    display: none;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    padding: 32px 40px;
  }
  .header_logo {
    width: 470px;
  }
  .gnav_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .gnav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .gnav ul .ham_block {
    display: none;
  }
  .gnav ul a {
    display: block;
  }
  .gnav ul li {
    position: relative;
    height: 100%;
    margin-right: 40px;
  }
  .gnav ul li a {
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 0;
  }
  .gnav ul .has-arrow > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .gnav ul .has-arrow > a::after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(assets/img/arrow_down_s.svg) no-repeat center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(1%) saturate(2905%) hue-rotate(37deg) brightness(93%) contrast(71%);
            filter: brightness(0) saturate(100%) invert(9%) sepia(1%) saturate(2905%) hue-rotate(37deg) brightness(93%) contrast(71%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .gnav ul .has-arrow > a:hover::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .gnav ul .header_tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 2rem;
    font-weight: 400;
  }
  .gnav ul .header_tel a::before {
    content: "";
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url(assets/img/tel_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .gnav ul .header_btn {
    margin-right: 10px;
  }
  .gnav ul .header_btn a {
    background: #036eb8;
    color: #fff;
    border-radius: 100px;
    display: grid;
    place-items: center;
    width: 168px;
    height: 56px;
  }
  .gnav ul .header_contact {
    margin-right: 0;
    margin-left: 10px;
  }
  .gnav ul .header_contact a {
    background: #ee7500;
  }
  .gnav ul li .sub_menu {
    display: none;
    position: absolute;
    top: calc(100% + 64px);
    left: 50%;
    -webkit-transform: translateX(-36%);
            transform: translateX(-36%);
    height: auto;
    background: #fff;
    padding: 14px 0 14px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 15px 0 rgba(51, 51, 51, 0.1);
            box-shadow: 0 0px 15px 0 rgba(51, 51, 51, 0.1);
    z-index: 200;
  }
  .gnav ul li.has-sub {
    position: relative;
  }
  .gnav ul li.has-sub:hover::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    height: 64px;
    z-index: 199;
  }
  .gnav ul li:hover > .sub_menu--business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav ul li .sub_menu--business:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav ul .sub_menu--business > li a {
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 6px 0;
  }
  .gnav ul .menu-item-cgs {
    position: relative;
  }
  .gnav ul .menu-item-cgs > .sub_menu--product {
    display: none;
    position: absolute;
    top: calc(100% + 24px);
    -webkit-transform: unset;
            transform: unset;
    left: 0;
    background: #e6f1f8;
    padding: 20px 0 20px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(51, 51, 51, 0.1);
            box-shadow: 0 0px 10px 0 rgba(51, 51, 51, 0.1);
    min-width: 260px;
    z-index: 210;
  }
  .gnav ul .menu-item-cgs::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 209;
  }
  .gnav ul .menu-item-cgs:hover > .sub_menu--product {
    display: block;
  }
  .gnav ul .menu-item-cgs .sub_menu--product:hover {
    display: block;
  }
  .gnav ul .menu-item-cgs .sub_menu--product > li > a {
    display: block;
    padding: 8px 0;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .gnav ul .menu-item-cgs .sub_menu--product > li > a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1739.9px) {
  .header {
    height: 56px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 99;
    position: fixed;
    background: #fff;
  }
  .header h1,
  .header .header_logo {
    width: 280px;
  }
  .header .ham_none {
    display: none;
  }
  .header .header__inner {
    padding: 0 22px;
    height: 100%;
  }
  .header .header-wrap {
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#024e83), to(#036eb8));
    background-image: linear-gradient(90deg, #024e83, #036eb8);
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    overflow: auto;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 54px), 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 54px), 0% 100%);
  }
  .header .ham_logo {
    padding: 17.5px 0;
    margin-bottom: 16px;
  }
  .header .ham_logo a {
    width: 280px;
    display: block;
  }
  .header .gnav ul {
    display: block;
    border-top: solid 1px #fff;
  }
  .header .gnav ul a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 1.6rem;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-weight: 700;
  }
  .header .gnav .has-sub {
    border-bottom: solid 1px #fff;
  }
  .header .gnav .has-sub a {
    border-bottom: none;
  }
  .header .gnav .sub_menu {
    display: block;
    margin-left: 20px;
    padding-bottom: 10px;
    border: none;
  }
  .header .gnav .sub_menu * {
    border: none;
  }
  .header .gnav .sub_menu a {
    font-weight: 400;
    border: none;
  }
  .header .gnav .sub_menu a::before {
    content: "ー";
  }
  .header .ham_block .page_bottom-contact3 {
    background: none;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .header .ham_block .page_bottom-contact3 .cont {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .ham_block .page_bottom-contact3 .cont a {
    padding: 18.5px 22px;
    max-width: 500px;
  }
  .header .ham_block .page_bottom-contact3 .cont span {
    font-size: 1.2rem;
  }
  .header .ham_block .page_bottom-contact3 .cont .pop {
    font-size: 2rem;
  }
  .header .ham_block .page_bottom-contact3 .cont .arrow {
    width: 25px;
    right: 25px;
  }
  .header .ham_block .page_bottom-contact3 .cont .arrow::after {
    width: 13px;
    margin-bottom: 2px;
  }
  .header .ham_block .page_bottom-contact3 .cont .application_btn {
    background: #fff;
  }
  .header .ham_block .page_bottom-contact3 .cont .application_btn span {
    color: #036eb8;
  }
  .header .ham_block .page_bottom-contact3 .cont .application_btn .arrow {
    background: #036eb8;
  }
  .header .ham_block .page_bottom-contact3 .cont .application_btn .arrow::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4492%) hue-rotate(127deg) brightness(121%) contrast(107%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4492%) hue-rotate(127deg) brightness(121%) contrast(107%);
  }
  .header .ham_block ul {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    border-bottom: solid 1px #fff;
  }
  .header .ham_block ul a {
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
  }
  .header .ham_block small {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-bottom: 77px;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1739.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: fixed;
    top: 16px;
    right: 22px;
    border: none;
    background: none;
    z-index: 99;
  }
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: #333333;
  }
  .hamburger__line {
    top: 6px;
    left: 3px;
  }
  .hamburger__line::before {
    content: "";
    top: 5px;
    left: 0;
  }
  .hamburger__line::after {
    content: "";
    top: 10.5px;
    left: 0;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    top: 6px;
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
    width: 20px;
    background: #fff;
  }
  .hamburger.active span::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 20px;
    background: #fff;
  }
  .header-wrap.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
main {
  margin-top: 120px;
}
@media screen and (max-width: 1739.9px) {
  main {
    margin-top: 56px;
  }
}

.main_visual {
  height: calc(100svh - 120px);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .main_visual {
    height: auto;
    aspect-ratio: 375/290;
  }
}
.main_visual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual .image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  -o-object-position: center;
     object-position: center;
}
.main_visual h2 {
  position: absolute;
  bottom: 100px;
  left: 100px;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .main_visual h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767.9px) {
  .main_visual h2 {
    font-size: 3.2rem;
    bottom: 22px;
    left: 22px;
    line-height: 1.5;
  }
}

#scroll-top {
  display: none;
}

#scroll-top a {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 55px;
  height: 55px;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  #scroll-top a {
    width: 40px;
    height: 40px;
  }
}
#scroll-top a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  #scroll-top a {
    right: 20px;
  }
}

.heading .pop {
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #036eb8;
}
@media screen and (max-width: 767.9px) {
  .heading .pop {
    font-size: 3.2rem;
  }
}
.heading .orange {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.heading .orange::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ee7500;
}

.top_section {
  padding: 160px 0;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top_section {
    padding: 60px 0 60px;
  }
}

.more_btn {
  background: #ee7500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  gap: 20px;
  padding: 20px;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .more_btn {
    max-width: 400px;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
.more_btn span {
  color: #fff;
  font-weight: 700;
  padding: 0 50px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .more_btn span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 1.6rem;
  }
}
.more_btn::after {
  content: "";
  background-image: url(assets/img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.more_btn:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.top_about_us {
  background: #fff;
}
.top_about_us .cont {
  gap: 64px;
}
@media screen and (max-width: 767.9px) {
  .top_about_us .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.top_about_us .detail {
  max-width: 664px;
}
@media screen and (max-width: 1024px) {
  .top_about_us .detail {
    width: 60%;
  }
}
@media screen and (max-width: 767.9px) {
  .top_about_us .detail {
    width: 100%;
  }
}
.top_about_us h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_about_us h2 {
    margin-bottom: 40px;
  }
}
.top_about_us h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_about_us h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
.top_about_us .description {
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_about_us .description {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.top_about_us .logo {
  max-width: 416px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .top_about_us .logo {
    width: 194px;
  }
}
.top_about_us .logo img {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .top_about_us .logo img {
    margin: 0 auto;
  }
}

.top_news {
  background: #fdf6ee;
}
.top_news .cont {
  gap: 40px 133px;
}
@media screen and (max-width: 1024px) {
  .top_news .cont {
    position: relative;
    padding-bottom: 86px;
    row-gap: 30px;
  }
}
.top_news .left {
  width: 279px;
}
@media screen and (max-width: 1024px) {
  .top_news .left {
    width: 100%;
  }
}
.top_news .more_btn {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top_news .more_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_news h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_news h2 {
    margin-bottom: 30px;
  }
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .tab-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.tab-list-item {
  line-height: 1.625;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .tab-list-item {
    font-size: 1.6rem;
  }
}

.tab-list-item.active {
  font-weight: 700;
}

.tab-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

.news_list {
  width: 100%;
}
.news_list li {
  border-bottom: solid 1px #d6d6d6;
  width: 100%;
}
.news_list a {
  padding: 20px 0 40px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .news_list a {
    padding: 10px 0;
  }
}
.news_list li:first-child a {
  padding-top: 0;
}
.news_list time {
  font-size: 1.4rem;
  color: #707f89;
  margin-right: 20px;
  min-width: 70px;
  margin-top: 6px;
}
@media screen and (max-width: 767.9px) {
  .news_list time {
    font-size: 1.2rem;
    margin-top: 5px;
    min-width: unset;
  }
}
.news_list .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-right: 60px;
}
.news_list .post_category p {
  border: solid 1px #ee7500;
  color: #ee7500;
  font-size: 1.4rem;
  padding: 4px 20px;
  border-radius: 100px;
}
@media screen and (max-width: 767.9px) {
  .news_list .post_category p {
    font-size: 1.2rem;
    padding: 4px 20px 5px;
  }
}
.news_list .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  margin-top: 4px;
}
@media screen and (max-width: 767.9px) {
  .news_list .news_title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
  }
}

.top_service {
  position: relative;
  background: #fff;
}
.top_service h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_service h2 {
    margin-bottom: 20px;
  }
}
.top_service .description {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .top_service .description {
    margin-bottom: 50px;
  }
}

.business-list {
  gap: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .business-list {
    gap: 70px;
  }
}
.business-list li {
  width: calc((100% - 120px) / 3);
  height: auto;
  aspect-ratio: 360/442;
}
@media screen and (max-width: 1024px) {
  .business-list li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .business-list li {
    width: 100%;
    aspect-ratio: 360/435;
  }
}
.business-list a {
  display: block;
  height: 100%;
  position: relative;
}
.business-list .img_wrap {
  position: relative;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.business-list img {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 100%;
  height: calc(100% * 1.1047509327);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transform: translateY(-50%) skewY(8deg);
          transform: translateY(-50%) skewY(8deg);
}
.business-list .arrow {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 52px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  right: 20px;
  bottom: 40px;
  border: solid 1px #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 2px;
}
@media screen and (max-width: 767.9px) {
  .business-list .arrow {
    width: 48px;
    right: 18px;
    bottom: 36px;
  }
}
.business-list .arrow::after {
  content: "";
  width: 19px;
  height: auto;
  aspect-ratio: 19/8;
  background-image: url(assets/img/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.business-list h3 {
  position: absolute;
  top: calc((min(1200px, 88.3vw) - 120px) * 0.0183);
  left: 0;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
}
@media screen and (max-width: 1024px) {
  .business-list h3 {
    top: calc((min(1200px, 88.3vw) - 60px) * 0.028);
    min-width: 55px;
  }
}
@media screen and (max-width: 767.9px) {
  .business-list h3 {
    top: calc(min(1200px, 88.3vw) * 0.0583333333);
    min-width: 49px;
  }
}
.business-list h3 span {
  z-index: 2;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  position: relative;
  color: #ee7500;
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 20px 10px;
  display: block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.1;
  z-index: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .business-list h3 span {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding: 16px 13px 35px 10px;
  }
}
.business-list h3 span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  z-index: -1;
  border-radius: 0 0 20px 0;
}
.business-list h3::before {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(assets/img/curbe-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -19px;
  -webkit-transform: rotate(90deg) skewY(-8deg);
          transform: rotate(90deg) skewY(-8deg);
  z-index: 10;
}
.business-list h3::after {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(assets/img/curbe-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -19px;
  left: -1px;
  -webkit-transform: rotate(90deg) skewY(-8deg);
          transform: rotate(90deg) skewY(-8deg);
}
.business-list a:hover .arrow {
  border-color: #036eb8;
  background: none;
}

.top_company {
  padding-top: 160px;
  background: #fdf6ee;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .top_company {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top_company h2 {
  color: #036eb8;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_company h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.top_company .top_company_wrap {
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .top_company .top_company_wrap {
    gap: 20px;
  }
}
.top_company .top_company_wrap:last-child {
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .top_company .top_company_wrap:last-child {
    margin-top: 30px;
  }
}
.top_company .top_company_wrap .detail {
  width: 490px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .top_company .top_company_wrap .detail {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_company .top_company_wrap .detail .flex-top {
  gap: 18px;
  margin-bottom: 27px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .top_company .top_company_wrap .detail .flex-top {
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-bottom: 0;
  }
}
.top_company .top_company_wrap .detail .flex-top h3 {
  min-width: 192px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .top_company .top_company_wrap .detail .flex-top h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.top_company .top_company_wrap .detail .flex-top address {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.6;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .top_company .top_company_wrap .detail .flex-top address {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.top_company .top_company_wrap .detail img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 490/310;
}
@media screen and (max-width: 1024px) {
  .top_company .top_company_wrap .detail img {
    width: 190px;
    aspect-ratio: 190/120;
  }
}
.top_company .top_company_wrap .map {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .top_company .top_company_wrap .map {
    aspect-ratio: 331/224;
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .top_company .top_company_wrap .map {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.top_company .top_company_wrap .map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}

.top_recruit {
  background-image: linear-gradient(135deg, #036eb8, #024e83);
  --slope: 0.1405408347;
  --wedge: calc(100vw * var(--slope));
  padding-top: clamp(60px, var(--wedge) * 0.555555, 150px);
  padding-bottom: clamp(40px, var(--wedge) * 0.259259, 70px);
  position: relative;
  width: 100%;
}
@media (max-width: 1350px) {
  .top_recruit {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top_recruit {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.top_recruit::before {
  content: "";
  width: 100%;
  height: var(--wedge);
  background: #fdf6ee;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: -1px;
  left: 0;
}
.top_recruit::after {
  content: "";
  width: 100%;
  height: var(--wedge);
  background: #fdf6ee;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 0 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.top_recruit .cont {
  position: relative;
  gap: 40px 120px;
  z-index: 2;
  max-width: 1520px;
}
@media screen and (max-width: 1024px) {
  .top_recruit .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_recruit .detail {
  width: 400px;
  margin-left: 10.5%;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top_recruit .detail {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .top_recruit .detail {
    margin-top: 0;
  }
}
.top_recruit h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit h2 {
    margin-bottom: 20px;
  }
}
.top_recruit h2 span,
.top_recruit h2 .pop {
  color: #fff;
}
.top_recruit h2 .pop {
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .top_recruit h2 .pop {
    line-height: 1.2;
  }
}
.top_recruit h2 .orange::before {
  background: #fff;
}
.top_recruit .description {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .description {
    margin-bottom: 20px;
  }
}
.top_recruit .more_btn {
  background: #fff;
}
.top_recruit .more_btn span {
  color: #036eb8;
  padding: 0 30px;
}
.top_recruit .more_btn::after {
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(57%) saturate(3212%) hue-rotate(188deg) brightness(96%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(24%) sepia(57%) saturate(3212%) hue-rotate(188deg) brightness(96%) contrast(98%);
}
.top_recruit .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  aspect-ratio: 1/1;
  min-width: 0;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top_recruit .img_wrap {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-right: 0;
    max-width: 331px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_recruit .img_wrap {
    aspect-ratio: 100/97;
    margin-bottom: -120px;
  }
}
.top_recruit .img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  background-image: linear-gradient(45deg, #024e83, #036eb8);
  border-radius: 20px;
  top: 40px;
  right: -40px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .img_wrap::before {
    top: 12px;
    right: 0;
    width: calc(100% - 12px);
  }
}
.top_recruit .img {
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .img {
    width: calc(100% - 12px);
  }
}
.top_recruit .img img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% * 1.1405408347);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-50%) skewY(8deg);
          transform: translateY(-50%) skewY(8deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.top_group {
  margin-top: -30px;
  padding-top: 130px;
  padding-bottom: 160px;
  background: #fdf6ee;
}
@media screen and (max-width: 767.9px) {
  .top_group {
    padding-bottom: 60px;
    padding-top: 220px;
  }
}
.top_group h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_group h2 {
    margin-bottom: 20px;
  }
}
.top_group .group_heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .top_group .group_heading {
    margin-bottom: 40px;
  }
}
.top_group .group_heading img {
  display: block;
  height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .top_group .group_heading img {
    height: 28px;
  }
}
.top_group ul {
  gap: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .top_group ul {
    gap: 10px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.top_group ul li {
  width: calc((100% - 90px) / 3);
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .top_group ul li {
    width: 160px;
    min-width: 160px;
  }
}
.top_group ul li img {
  width: 180px;
  max-width: 100%;
  margin: 0 auto 22px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .top_group ul li img {
    width: 132px;
    margin-bottom: 10px;
  }
}
.top_group ul li p {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .top_group ul li p {
    min-height: 44px;
    display: grid;
    place-content: center;
  }
}

.page_bottom-contact,
.page_bottom-contact2,
.page_bottom-contact3 {
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact,
  .page_bottom-contact2,
  .page_bottom-contact3 {
    padding: 40px 0;
  }
}
.page_bottom-contact a,
.page_bottom-contact2 a,
.page_bottom-contact3 a {
  border-radius: 10px;
  background: #ee7500;
  padding: 78px 80px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact a,
  .page_bottom-contact2 a,
  .page_bottom-contact3 a {
    padding: 18.5px 22px;
  }
}
.page_bottom-contact a span,
.page_bottom-contact2 a span,
.page_bottom-contact3 a span {
  color: #fff;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact a span,
  .page_bottom-contact2 a span,
  .page_bottom-contact3 a span {
    font-size: 1.2rem;
  }
}
.page_bottom-contact a .pop,
.page_bottom-contact2 a .pop,
.page_bottom-contact3 a .pop {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact a .pop,
  .page_bottom-contact2 a .pop,
  .page_bottom-contact3 a .pop {
    font-size: 2rem;
  }
}
.page_bottom-contact a .arrow,
.page_bottom-contact2 a .arrow,
.page_bottom-contact3 a .arrow {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact a .arrow,
  .page_bottom-contact2 a .arrow,
  .page_bottom-contact3 a .arrow {
    width: 25px;
    right: 25px;
  }
}
.page_bottom-contact a .arrow::after,
.page_bottom-contact2 a .arrow::after,
.page_bottom-contact3 a .arrow::after {
  content: "";
  width: 19px;
  height: auto;
  aspect-ratio: 19/8;
  background-image: url(assets/img/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(36%) saturate(5595%) hue-rotate(4deg) brightness(96%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(56%) sepia(36%) saturate(5595%) hue-rotate(4deg) brightness(96%) contrast(101%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact a .arrow::after,
  .page_bottom-contact2 a .arrow::after,
  .page_bottom-contact3 a .arrow::after {
    width: 13px;
    margin-bottom: 2px;
  }
}
.page_bottom-contact a:hover .arrow::after,
.page_bottom-contact2 a:hover .arrow::after,
.page_bottom-contact3 a:hover .arrow::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact a:hover .arrow::after,
  .page_bottom-contact2 a:hover .arrow::after,
  .page_bottom-contact3 a:hover .arrow::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.page_bottom-contact3 .cont {
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact3 .cont {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_bottom-contact3 .cont a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 520px;
}
@media screen and (max-width: 767.9px) {
  .page_bottom-contact3 .cont a {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 500px;
    min-width: unset;
  }
}
.page_bottom-contact3 .cont .application_btn {
  background: #036eb8;
}
.page_bottom-contact3 .cont .application_btn .arrow::after {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(54%) saturate(3370%) hue-rotate(188deg) brightness(102%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(54%) saturate(3370%) hue-rotate(188deg) brightness(102%) contrast(98%);
}

.footer {
  background-image: linear-gradient(45deg, #024e83, #036eb8);
  padding: 40px 0;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
.footer * {
  color: #fff;
}
.footer .footer_top {
  gap: 20px 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top {
    padding-bottom: 20px;
  }
}
.footer .footer_top .f_logo {
  width: 535px;
  max-width: 100%;
  margin-bottom: 33px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top .f_logo {
    width: 315px;
  }
}
.footer .footer_top .f_logo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer_top .footer_address {
  gap: 43px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top .footer_address {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .footer_top .footer_address p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top .footer_address p {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.footer .footer_top .footer_address address {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top .footer_address address {
    font-size: 1.2rem;
  }
}
.footer .footer_top .fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer .footer_top .fnav a {
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top .fnav a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top .fnav .sp-block a {
    font-size: 1.4rem;
  }
}
.footer .footer_bottom {
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom {
    margin-top: 20px;
  }
}
.footer .footer_bottom small {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom small {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.footer .footer_bottom .sp-none {
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .sp-none {
    display: none;
  }
}
.footer .footer_bottom .sp-none a {
  font-size: 1.4rem;
  font-weight: 700;
}

.page_top {
  background-image: linear-gradient(45deg, #024e83, #036eb8);
  padding-top: 110px;
  padding-bottom: 255px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page_top {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 430px) {
  .page_top {
    padding-bottom: 60px;
  }
}
.page_top::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1920/272;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #fff;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
@media screen and (max-width: 767.9px) {
  .page_top::after {
    aspect-ratio: 375/54;
  }
}
.page_top .cont {
  max-width: 1520px;
}
.page_top h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page_top h2 {
    font-size: 1.6rem;
  }
}
.page_top h2 span {
  color: #fff;
  font-size: 9.6rem;
  font-weight: 400;
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .page_top h2 span {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
}
.page_top .pankuzu {
  margin-top: 112px;
  padding: 10px 0;
}
@media screen and (max-width: 767.9px) {
  .page_top .pankuzu {
    margin-top: 45px;
    padding: 0;
  }
}
.page_top .pankuzu .cont {
  max-width: 1520px;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_top .pankuzu a,
.page_top .pankuzu span {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .page_top .pankuzu a,
  .page_top .pankuzu span {
    font-size: 1.2rem;
  }
}
.page_top .pankuzu .arrow {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(assets/img/pankuzu_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page_top2 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .page_top2 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.page_top2 h2 {
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .page_top2 h2 {
    font-size: 3.2rem;
    min-height: 96px;
    display: grid;
    place-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_top2 .pankuzu {
  margin-top: 152px;
}
@media screen and (max-width: 767.9px) {
  .page_top2 .pankuzu {
    margin-top: 14px;
  }
}

.page_top3 {
  padding-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .page_top3 {
    padding-bottom: 52px;
  }
}

.service_page .service-anchor {
  padding: 80px 0 0;
}
@media screen and (max-width: 767.9px) {
  .service_page .service-anchor {
    padding-top: 30px;
  }
}
.service_page .service-anchor .cont {
  gap: 40px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
}
@media screen and (max-width: 767.9px) {
  .service_page .service-anchor .cont {
    gap: 10px;
  }
}
.service_page .service-anchor a {
  width: calc((100% - 60px) / 3);
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  .service_page .service-anchor a {
    width: calc((100% - 10px) / 2);
    padding: 13.5px 10px;
  }
}
.service_page .service-anchor a p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .service_page .service-anchor a p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.service_page .service-anchor a .arrow {
  display: block;
  width: 22px;
  height: auto;
  aspect-ratio: 22/12;
  background-image: url(assets/img/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .service_page .service-anchor a .arrow {
    width: 12px;
  }
}
.service_page .service_content {
  padding-top: 20px;
  padding-bottom: 227px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .service_page .service_content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.service_page .service_content::before {
  content: "";
  width: 100%;
  height: 272px;
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 0 100%);
  background: #f7f7f7;
}
@media screen and (max-width: 767.9px) {
  .service_page .service_content::before {
    height: 54px;
  }
}
.service_page .business-list {
  gap: 100px 160px;
}
@media screen and (max-width: 1024px) {
  .service_page .business-list {
    gap: 52px;
  }
}
.service_page .business-list li {
  width: calc((100% - 160px) / 2);
  aspect-ratio: unset;
}
@media screen and (max-width: 1024px) {
  .service_page .business-list li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .service_page .business-list li {
    width: 100%;
  }
}
.service_page .business-list li a {
  margin-bottom: 45px;
  aspect-ratio: 360/438;
  height: auto;
}
@media screen and (max-width: 430px) {
  .service_page .business-list li a {
    margin-bottom: 30px;
  }
}
.service_page .business-list li p {
  padding: 0 7px 0 66px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .service_page .business-list li p {
    font-size: 1.6rem;
    padding-left: 51px;
  }
}
.service_page .business-list li h3 {
  -webkit-transform: skewY(-8deg) translateY(10px);
          transform: skewY(-8deg) translateY(10px);
}
@media screen and (max-width: 1350px) {
  .service_page .business-list li h3 {
    -webkit-transform: skewY(-8deg) translateY(8px);
            transform: skewY(-8deg) translateY(8px);
  }
}
@media screen and (max-width: 1024px) {
  .service_page .business-list li h3 {
    -webkit-transform: skewY(-8deg);
            transform: skewY(-8deg);
    min-width: 65px;
  }
}
@media screen and (max-width: 767.9px) {
  .service_page .business-list li h3 {
    -webkit-transform: skewY(-8deg) translateY(-1px);
            transform: skewY(-8deg) translateY(-1px);
    min-width: 46px;
  }
}
.service_page .business-list li h3 span {
  padding: 24px 20px 34px 10px;
}
@media screen and (max-width: 767.9px) {
  .service_page .business-list li h3 span {
    padding: 13px 10px 24px 10px;
  }
}
.service_page .business-list li .arrow {
  bottom: 54px;
}
@media screen and (max-width: 767.9px) {
  .service_page .business-list li .arrow {
    bottom: 36px;
  }
}
.service_page .product_contact {
  padding-bottom: 160px;
  background: #f7f7f7;
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}
.service_page .product_contact .cont {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact .cont {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.service_page .product_contact h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.service_page .product_contact h2 span {
  color: #036eb8;
}
.service_page .product_contact .product-list {
  gap: 60px 40px;
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact .product-list {
    gap: 30px;
  }
}
.service_page .product_contact .product-list li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact .product-list li {
    width: 100%;
  }
}
.service_page .product_contact .product-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 580/392;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact .product-list img {
    aspect-ratio: 331/221;
  }
}
.service_page .product_contact .product-list h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact .product-list h3 {
    font-size: 1.8rem;
  }
}
.service_page .product_contact .product-list p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact .product-list p {
    font-size: 1.4rem;
  }
}
.service_page .product_contact .product-list .more_btn {
  border: solid 1px #ee7500;
  background: none;
}
.service_page .product_contact .product-list .more_btn::after {
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(37%) saturate(3283%) hue-rotate(6deg) brightness(98%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(37%) saturate(3283%) hue-rotate(6deg) brightness(98%) contrast(101%);
}
@media screen and (max-width: 767.9px) {
  .service_page .product_contact .product-list .more_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}
.service_page .product_contact .product-list .more_btn span {
  color: #ee7500;
  padding: 0 18px;
}

.bg_gray {
  background: #f7f7f7;
}
.bg_gray .page_top::after {
  background: #f7f7f7;
}

.page-id-14 .bg_gray {
  background: #fff;
}
.page-id-14 .bg_gray .page_top::after {
  background: #fff;
}

article.service_content {
  padding-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  article.service_content {
    padding-bottom: 10px;
  }
}
article.service_content h3 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  article.service_content h3 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
article.service_content section {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  article.service_content section {
    margin-bottom: 50px;
  }
}
article.service_content .service_content_section1 {
  padding-top: 50px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section1 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section1 h3 {
    margin-bottom: 30px;
  }
}
article.service_content .service_content_section1 ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px 40px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section1 ul {
    gap: 30px;
  }
}
article.service_content .service_content_section1 ul li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section1 ul li {
    width: 100%;
  }
}
article.service_content .service_content_section1 ul img {
  width: 100%;
  height: auto;
  aspect-ratio: 580/454;
  display: block;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section1 ul img {
    border-radius: 10px;
    aspect-ratio: 331/221;
    margin-bottom: 20px;
  }
}
article.service_content .service_content_section1 ul h4 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section1 ul h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
article.service_content .service_content_section1 ul p {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section1 ul p {
    font-size: 1.4rem;
  }
}
article.service_content .service_content_section2 .btn_wrap,
article.service_content .service_content_section3 .btn_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section2 .btn_wrap,
  article.service_content .service_content_section3 .btn_wrap {
    margin-top: 20px;
    gap: 10px;
  }
}
article.service_content .service_content_section2 .btn_wrap a,
article.service_content .service_content_section3 .btn_wrap a {
  width: 369px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 20px 67.5px;
  border-radius: 100px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section2 .btn_wrap a,
  article.service_content .service_content_section3 .btn_wrap a {
    padding: 13px 0 17px;
  }
}
article.service_content .service_content_section2 .btn_wrap a::before,
article.service_content .service_content_section3 .btn_wrap a::before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
article.service_content .service_content_section2 .btn_wrap .mail,
article.service_content .service_content_section3 .btn_wrap .mail {
  background: #ee7500;
}
article.service_content .service_content_section2 .btn_wrap .mail::before,
article.service_content .service_content_section3 .btn_wrap .mail::before {
  background-image: url(assets/img/mail_icon.svg);
}
article.service_content .service_content_section2 .btn_wrap .tel,
article.service_content .service_content_section3 .btn_wrap .tel {
  background: #036eb8;
}
article.service_content .service_content_section2 .btn_wrap .tel::before,
article.service_content .service_content_section3 .btn_wrap .tel::before {
  margin-top: 5px;
  background-image: url(assets/img/tel_icon.svg);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(331deg) brightness(111%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(331deg) brightness(111%) contrast(106%);
}
article.service_content .service_content_section2 span,
article.service_content .service_content_section3 span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

article.service_content .service_content_section4 {
  padding-top: 50px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 {
    padding-top: 20px;
  }
}
article.service_content .service_content_section4 h3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 h3 {
    margin-bottom: 30px;
  }
}
article.service_content .service_content_section4 .top_section_header {
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 .top_section_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
article.service_content .service_content_section4 .top_section_header h4,
article.service_content .service_content_section4 .top_section_header p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
article.service_content .service_content_section4 .top_section_header h4 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 .top_section_header h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
article.service_content .service_content_section4 .top_section_main_img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1200/705;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 .top_section_main_img img {
    aspect-ratio: 331/221;
  }
}
article.service_content .service_content_section4 .top_section_sub_imgs {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 .top_section_sub_imgs {
    margin-bottom: 10px;
  }
}
article.service_content .service_content_section4 .top_section_sub_imgs .top_section_sub_img {
  width: 33.3%;
  height: auto;
  aspect-ratio: 400/252;
}
article.service_content .service_content_section4 .top_section_sub_imgs .top_section_sub_img img {
  width: 100%;
  height: 100%;
  display: block;
}
article.service_content .service_content_section4 .service_content_section1 h4 {
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 .service_content_section1 h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
article.service_content .service_content_section4 .service_content_section1 ul {
  row-gap: 74px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 .service_content_section1 ul {
    gap: 30px;
  }
}
article.service_content .service_content_section4 .service_content_section1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
article.service_content .service_content_section4 .service_content_section1 ul img {
  aspect-ratio: 580/386;
}
@media screen and (max-width: 767.9px) {
  article.service_content .service_content_section4 .service_content_section1 ul img {
    aspect-ratio: 331/221;
  }
}

.service_content_section5 .bottom-section-blocks {
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service_content_section5 .bottom-section-block {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767.9px) {
  .service_content_section5 .bottom-section-block {
    width: 100%;
  }
}
.service_content_section5 p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .service_content_section5 p {
    font-size: 1.4rem;
  }
}
.service_content_section5 .bottom-section-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .service_content_section5 .bottom-section-imgs {
    margin-bottom: 10px;
  }
}
.service_content_section5 .bottom-section-imgs img {
  width: 50%;
  height: auto;
  aspect-ratio: 290/194;
}
@media screen and (max-width: 767.9px) {
  .service_content_section5 .bottom-section-imgs img {
    aspect-ratio: 1655/1150;
  }
}

.page_news {
  padding-top: 30px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page_news {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}
.page_news .page_news-wrap {
  gap: 136px;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .page_news .left {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page_news .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .page_news .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .page_news .news_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.page_news .news_category a {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_category a {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.page_news .news_category .current {
  color: #036eb8;
  font-weight: 700;
}
.page_news .news_list a {
  padding: 40px 0;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list a {
    padding: 10px 0;
  }
}

.pagenation {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767.9px) {
  .pagenation {
    margin-top: 30px;
  }
}
.pagenation a,
.pagenation span {
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenation a:hover {
  background: #036eb8;
  border-color: #036eb8;
  color: #fff;
}
.pagenation .current {
  background: #036eb8;
  border-color: #036eb8;
  color: #fff;
}

.post-single .page_top {
  padding-top: 150px;
}
@media screen and (max-width: 767.9px) {
  .post-single .page_top {
    padding-top: 30px;
  }
}
.post-single .page_top h2 {
  line-height: 1.5;
}
.post-single .pankuzu {
  margin-top: 155px;
}
@media screen and (max-width: 767.9px) {
  .post-single .pankuzu {
    margin-top: 14px;
  }
}

.article_news {
  padding-top: 30px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .article_news {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.article_news .article_news_top {
  gap: 20px;
  margin-bottom: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .article_news .article_news_top {
    margin-bottom: 30px;
  }
}
.article_news .article_news_top time {
  font-size: 1.4rem;
  font-weight: 400;
}
.article_news .article_news_top .news_category {
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article_news .article_news_top .news_category p {
  padding: 1px 8px;
  border: solid 1px #ee7500;
  color: #ee7500;
  font-size: 1.4rem;
  padding: 4px 20px;
  border-radius: 100px;
}
.article_news .content img {
  display: block;
  margin: 60px 0;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .article_news .content img {
    margin: 20px 0;
    border-radius: 10px;
  }
}
.article_news .content p,
.article_news .content li,
.article_news .content span,
.article_news .content a {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .article_news .content p,
  .article_news .content li,
  .article_news .content span,
  .article_news .content a {
    font-size: 1.4rem;
  }
}
.article_news .content a {
  text-decoration: underline;
}
.article_news .content h2,
.article_news .content h3,
.article_news .content h4,
.article_news .content h5,
.article_news .content h6 {
  color: #036eb8;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .article_news .content h2,
  .article_news .content h3,
  .article_news .content h4,
  .article_news .content h5,
  .article_news .content h6 {
    margin-bottom: 10px;
  }
}
.article_news .content h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .article_news .content h2 {
    font-size: 1.6rem;
  }
}
.article_news .content h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .article_news .content h3 {
    font-size: 1.5rem;
  }
}
.article_news .content p {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .article_news .content p {
    margin-bottom: 20px;
  }
}
.article_news .btn_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .article_news .btn_wrap {
    margin-top: 30px;
  }
}
.article_news .btn_wrap a {
  margin: 0 auto;
}

.common_page .page_wrapper {
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .common_page .page_wrapper {
    padding-bottom: 60px;
    padding-top: 25px;
  }
}
.common_page .page_wrapper h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .common_page .page_wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.common_page .page_wrapper h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .common_page .page_wrapper h3 {
    font: 1.6rem;
  }
}

.page-id-3 .page_wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .page_wrapper {
    padding-top: 25px;
  }
}
.page-id-3 .page_wrapper * {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .page_wrapper * {
    font-size: 1.4rem;
  }
}
.page-id-3 .page_wrapper h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  color: #036eb8;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .page_wrapper h2 {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.page-id-3 .page_wrapper h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .page_wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.page-id-3 .page_wrapper a {
  text-decoration: underline;
}
.page-id-3 .page_wrapper ul,
.page-id-3 .page_wrapper ol {
  margin-left: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .page_wrapper ul,
  .page-id-3 .page_wrapper ol {
    margin-left: 22px;
  }
}
.page-id-3 .page_wrapper ul li,
.page-id-3 .page_wrapper ol li {
  margin-bottom: 0;
  list-style-position: outside;
}
.page-id-3 .page_wrapper ul li {
  list-style: disc;
}
.page-id-3 .page_wrapper ol li {
  list-style: decimal;
}

.application_wrapper {
  position: relative;
  margin-top: -20px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1350px) {
  .application_wrapper {
    margin-top: 0;
    padding-bottom: 60px;
    padding-top: 25px;
  }
}
.application_wrapper .application_anchor {
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .application_wrapper .application_anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
  }
}
.application_wrapper .application_anchor a {
  color: #036eb8;
  border: solid 1px #036eb8;
  font-weight: 700;
  padding: 10px 40px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .application_wrapper .application_anchor a {
    width: 100%;
    font-size: 1.2rem;
    padding: 4px 20px 5px;
  }
}
.application_wrapper .application_anchor a span {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .application_wrapper .application_anchor a span {
    display: inline;
  }
}
.application_wrapper .application_anchor a:hover {
  background: #b1d2e9;
  opacity: 1;
}
.application_wrapper .application_anchor a.active {
  background: #036eb8;
  color: #fff;
}
.application_wrapper .application_list h3,
.application_wrapper .application_list h3 span {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #036eb8;
}
@media screen and (max-width: 767.9px) {
  .application_wrapper .application_list h3,
  .application_wrapper .application_list h3 span {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.application_wrapper .application_list table {
  border: solid 1px #e8e8e8;
  border-bottom: none;
}
.application_wrapper .application_list table,
.application_wrapper .application_list tbody {
  width: 100%;
  display: block;
}
.application_wrapper .application_list table tr,
.application_wrapper .application_list tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: solid 1px #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .application_wrapper .application_list table tr,
  .application_wrapper .application_list tbody tr {
    font-size: 1.4rem;
  }
}
.application_wrapper .application_list table th,
.application_wrapper .application_list tbody th {
  width: 170px;
  background: #036eb8;
  color: #fff;
  padding: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .application_wrapper .application_list table th,
  .application_wrapper .application_list tbody th {
    padding: 10px 15px;
    width: 110px;
  }
}
.application_wrapper .application_list table td,
.application_wrapper .application_list tbody td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .application_wrapper .application_list table td,
  .application_wrapper .application_list tbody td {
    padding: 10px 15px;
  }
}
.application_wrapper .application_list > li {
  display: none;
}
.application_wrapper .application_list > li.is-active {
  display: block;
}

.page-id-14 .page_bottom-contact,
.page-id-10 .page_bottom-contact,
.post-type-archive-application .page_bottom-contact {
  display: none;
}

.page-id-14 .page_wrapper .cont,
.page-id-16 .page_wrapper .cont {
  max-width: 1000px;
  position: relative;
  margin-top: -20px;
}
@media screen and (max-width: 1350px) {
  .page-id-14 .page_wrapper .cont,
  .page-id-16 .page_wrapper .cont {
    margin-top: 0;
  }
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 12px 20px;
  border: solid 1px #e2e2e2;
  border-radius: 5px;
  width: 100%;
}
.form textarea {
  height: 142px;
}
.form table,
.form tbody {
  display: block;
}
.form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .form tr {
    gap: 5px;
  }
}
.form tr th {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .form tr th {
    width: 100%;
    margin-top: 0;
  }
}
.form tr th span {
  color: #fff;
  background: #ef4444;
  margin-left: 5px;
  border-radius: 3px;
  padding: 0 3px 2px;
  line-height: 1;
}
.form tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .form tr td {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.form tr td.flex {
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .form tr td.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.form tr td.flex > div {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767.9px) {
  .form tr td.flex > div {
    width: 100%;
  }
}
.form tr td.flex > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form tr td.flex > div .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.form tr td.flex label {
  width: 40px;
}
.form tr .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form tr .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 767.9px) {
  .form tr .wpcf7-checkbox .first {
    margin-top: 15px;
  }
}
.form tr .wpcf7-radio .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.form tr:has(textarea) th {
  margin-top: 0;
}
.form .zip p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
}
.form .zip input {
  max-width: 100%;
}
.form .short input {
  max-width: 340px;
}
.form input[type=checkbox] {
  width: 14px;
  height: 14px;
  padding: 0;
  border: solid 1px #e2e2e2;
  border-radius: 3px;
  margin: 0 10px 3px 0;
}
.form input[type=radio] {
  width: 20px;
  height: 20px;
  padding: 0;
  border: solid 1px #e2e2e2;
  margin: 0 10px 0 0;
}
.form tr td.sex .wpcf7-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .form tr td.sex .wpcf7-checkbox .first {
    margin: 0;
  }
}
.form .privacy_policy_check {
  margin-top: 54px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check {
    margin-left: 10px;
    margin-top: -16px;
    margin-bottom: 0;
  }
}
.form .privacy_policy_check > p {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check > p {
    text-align: left;
  }
}
.form .privacy_policy_check .wpcf7-list-item {
  margin-left: 0;
}
.form .privacy_policy_check .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check .wpcf7-list-item label a,
  .form .privacy_policy_check .wpcf7-list-item label p {
    font-size: 1.6rem;
  }
}
.form .privacy_policy_check .wpcf7-list-item input {
  margin-top: 5px;
}
.form .privacy_policy_check .wpcf7-list-item a {
  text-decoration: underline;
  display: block;
}
.form .submit {
  text-align: center;
}
.form .submit input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: #036eb8;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  width: 322px;
  max-width: 322px;
  border-radius: 5px;
  font-size: 1.6rem;
}
.form .submit .wpcf7-spinner {
  position: absolute;
}
.form .submit2 {
  margin-top: 16px;
}

.entry-comment {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .entry-comment {
    font-size: 1.4rem;
    text-align: left !important;
  }
}

.form.entry {
  padding-top: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 767.9px) {
  .form.entry {
    padding-top: 0;
    margin-top: 30px;
  }
}
.form.entry tr:has(input[type=checkbox]) {
  margin-bottom: 40px;
}
.form.entry tr:has(input[type=checkbox]) th {
  margin-top: 0;
}
.form.entry .sex {
  padding: 10px 0;
}
@media screen and (max-width: 767.9px) {
  .form.entry .sex {
    padding: 15px 0;
  }
}

.heading2 .pop {
  color: #036eb8;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .heading2 .pop {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.heading2 span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ee7500;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .heading2 span:nth-child(2) {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.heading2 span:nth-child(2):before {
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ee7500;
}

@media screen and (max-width: 767.9px) {
  .page-id-284 .privacy_policy_check,
  .page-id-287 .privacy_policy_check {
    margin-bottom: 24px;
  }
}

.page-id-2 .page_top {
  padding-bottom: 255px;
}
@media screen and (max-width: 1350px) {
  .page-id-2 .page_top {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-2 .page_top {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-id-2 .page_top {
    padding-bottom: 100px;
  }
}

.company1 {
  padding-top: 96px;
  margin-bottom: -215px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .company1 {
    padding-top: 30px;
  }
}
.company1 * {
  color: #fff;
}
.company1 .cont {
  max-width: 1200px;
  gap: 90px;
}
@media screen and (max-width: 1350px) {
  .company1 .cont {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .company1 .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company1 .detail {
  max-width: 100%;
  width: 600px;
  max-width: 50%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .company1 .detail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.company1 .heading2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .company1 .heading2 {
    margin-bottom: 20px;
  }
}
.company1 .heading2 span {
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .company1 .heading2 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .company1 .heading2 .pop {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .company1 .heading2 span:nth-child(2):before {
    background: #fff;
  }
}
.company1 h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
  margin-right: -50px;
}
@media screen and (max-width: 1350px) {
  .company1 h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .company1 h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.company1 .description {
  font-size: 1.8rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .company1 .description {
    font-size: 1.4rem;
    margin-bottom: 20px;
    max-width: 450px;
  }
}
.company1 .sign {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.company1 .sign p {
  font-size: 1.4rem;
  line-height: 1;
}
.company1 .sign img {
  height: 26.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company1 .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  aspect-ratio: 540/790;
  min-width: 0;
  position: relative;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .company1 .img_wrap {
    width: 100%;
    max-width: 500px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .company1 .img_wrap {
    aspect-ratio: 540/600;
  }
}
.company1 .img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  background-image: linear-gradient(45deg, #024e83, #036eb8);
  border-radius: 20px;
  top: 30px;
  right: -30px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .company1 .img_wrap::before {
    right: 0;
    top: 12px;
    width: calc(100% - 12px);
  }
}
.company1 .img {
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .company1 .img {
    width: calc(100% - 12px);
  }
}
.company1 .img img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% * 1.1405408347);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-50%) skewY(8deg);
          transform: translateY(-50%) skewY(8deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.company2 .cont,
.company3 .cont {
  gap: 88px;
}
@media screen and (max-width: 767.9px) {
  .company2 .cont,
  .company3 .cont {
    gap: 20px;
  }
}
.company2 .cont h2,
.company3 .cont h2 {
  min-width: 212px;
}
@media screen and (max-width: 1024px) {
  .company2 .cont h2,
  .company3 .cont h2 {
    width: 100%;
  }
}
.company2 table,
.company2 tbody,
.company3 table,
.company3 tbody {
  display: block;
}
.company2 table,
.company3 table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .company2 table,
  .company3 table {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    border-top: solid 1px #e8e8e8;
  }
}
.company2 table tr,
.company3 table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: solid 1px #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .company2 table tr,
  .company3 table tr {
    font-size: 1.4rem;
  }
}
.company2 table th,
.company3 table th {
  width: 270px;
  padding: 30px 20px;
  font-weight: 400;
}
.company2 table td,
.company3 table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
}

.company2 {
  padding-top: 130px;
  padding-bottom: 170px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .company2 {
    padding-top: 204px;
    padding-bottom: 77px;
  }
}
.company2::before {
  content: "";
  width: 100%;
  height: 300px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .company2::before {
    height: 54px;
  }
}
.company2 .cont {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .company2 table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding: 10px 10px 10px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .company2 table th {
    padding: 0;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.9px) {
  .company2 table td {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding: 0;
  }
}

.company3 {
  position: relative;
  background: #fff;
  padding-bottom: 310px;
}
@media screen and (max-width: 767.9px) {
  .company3 {
    padding-bottom: 77px;
  }
}
.company3::before {
  content: "";
  width: 100%;
  height: 270px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f7f7f7;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .company3::before {
    height: 54px;
  }
}
.company3 .cont {
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .company3 .cont {
    padding-top: 10px;
  }
}
.company3 h2 {
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .company3 table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 10px;
  }
  .company3 table th {
    min-width: 75px;
    width: auto;
    padding: 0;
  }
  .company3 table td {
    padding: 0;
  }
}

.company4 {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 310px;
}
@media screen and (max-width: 767.9px) {
  .company4 {
    padding-bottom: 77px;
  }
}
.company4::before {
  content: "";
  width: 100%;
  height: 270px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .company4::before {
    height: 54px;
  }
}
.company4 .cont {
  padding-top: 48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .company4 .cont {
    padding-top: 25px;
  }
}
.company4 h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .company4 h2 {
    margin-bottom: 20px;
  }
}
.company4 .description {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .company4 .description {
    font-size: 1.4rem;
  }
}

.company5 {
  position: relative;
  background: #fff;
  padding-bottom: 300px;
}
@media screen and (max-width: 767.9px) {
  .company5 {
    padding-bottom: 60px;
  }
}
.company5 .img {
  text-align: center;
}
.company5 .img img {
  width: 100%;
  max-width: 800px;
}
.company5::before {
  content: "";
  width: 100%;
  height: 270px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f7f7f7;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .company5::before {
    content: none;
  }
}
.company5 .cont {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .company5 .cont {
    padding-top: 25px;
  }
}
.company5 h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .company5 h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
.company5 table,
.company5 tbody,
.company5 thead {
  display: block;
}
.company5 table {
  border-radius: 10px;
  overflow: hidden;
  border: solid 3px #036eb8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .company5 table {
    font-size: 1.4rem;
    border-radius: 5px;
    border-width: 1px;
  }
}
.company5 thead tr {
  width: 100%;
  display: block;
}
.company5 thead th {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  background: #036eb8;
  padding: 7px 20px 10px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .company5 thead th {
    font-size: 1.6rem;
  }
}
.company5 tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: solid 1px #036eb8;
}
@media screen and (max-width: 767.9px) {
  .company5 tbody tr {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-width: 1px;
  }
}
.company5 tbody th,
.company5 tbody td {
  padding: 20px 10px;
}
@media screen and (max-width: 767.9px) {
  .company5 tbody th,
  .company5 tbody td {
    padding: 0;
  }
}
.company5 tbody th {
  min-width: 210px;
  border-right: solid 1px #036eb8;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .company5 tbody th {
    width: 100%;
    font-weight: 700;
    border: none;
  }
}
.company5 tbody td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .company5 tbody td {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

.company6 {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .company6 {
    padding-bottom: 60px;
  }
}
.company6 .cont {
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .company6 .cont {
    padding-top: 60px;
  }
}
.company6 h2 {
  font-size: 6.4rem;
  color: #036eb8;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .company6 h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.company6 h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .company6 h3 {
    font-size: 1.6rem;
    width: 100%;
  }
}
.company6 .flex-top {
  display: contents;
}
@media screen and (max-width: 767.9px) {
  .company6 .flex-top {
    width: 100%;
    max-width: 126px;
    display: block;
    margin-right: 15px;
  }
}
.company6 address {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .company6 address {
    font-size: 1.2rem;
    min-width: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .company6 .company6_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.company6 .company6_wrap2 {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .company6 .company6_wrap2 {
    margin-top: 30px;
  }
}
.company6 .flex {
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .company6 .flex {
    display: contents;
  }
}
.company6 .flex img,
.company6 .flex .map {
  width: calc((100% - 40px) / 2);
  height: auto;
  aspect-ratio: 580/392;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .company6 .flex img {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 190/120;
  }
}
@media screen and (max-width: 767.9px) {
  .company6 .flex .map {
    width: 100%;
    aspect-ratio: 331/224;
    margin-top: 20px;
  }
}

.recruit1 {
  padding-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .recruit1 {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
.recruit1 .cont {
  max-width: 1200px;
}
.recruit1 * {
  color: #fff;
}
.recruit1 h2 {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .recruit1 h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.recruit1 h3 {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .recruit1 h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.recruit1 p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .recruit1 p {
    font-size: 1.4rem;
  }
}

.recruit2 h2,
.recruit3 h2 {
  text-align: center;
  color: #036eb8;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .recruit2 h2,
  .recruit3 h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
    text-align: left;
  }
}

.recruit2 {
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 {
    padding-top: 26px;
  }
}
.recruit2 .img1 {
  padding-bottom: 36px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .img1 {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
}
.recruit2 .img1 img {
  aspect-ratio: 1520/630;
  height: auto;
  display: block;
  margin-inline: -160px;
  width: calc(100% + 320px);
  max-width: unset;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .img1 img {
    width: 100%;
    margin-inline: 0;
    aspect-ratio: 331/221;
  }
}
.recruit2 .img1 .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #036eb8;
  padding: 20px;
  min-width: 276px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .img1 .detail {
    min-width: unset;
    padding: 10px;
    left: 20px;
  }
}
.recruit2 .img1 .detail p {
  color: #fff;
}
.recruit2 .img1 .detail .name {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .img1 .detail .name {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_wrap {
    padding-bottom: 20px;
  }
}
.recruit2 .voice_description {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.recruit2 .voice_description .detail {
  padding-right: 60px;
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_description .detail {
    width: 100%;
    padding-right: 0;
  }
}
.recruit2 .voice_description .detail h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_description .detail h3 {
    font-size: 1.8rem;
  }
}
.recruit2 .voice_description .detail p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_description .detail p {
    font-size: 1.4rem;
  }
}
.recruit2 .voice_description img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: auto;
  aspect-ratio: 600/448;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_description img {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    aspect-ratio: 331/247;
  }
}
.recruit2 .voice_description.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_description.re {
    margin-top: 20px;
  }
}
.recruit2 .voice_description.re .detail {
  padding-right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_description.re .detail {
    padding-left: 0;
  }
}
.recruit2 .voice_wrap2 {
  padding-top: 160px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_wrap2 {
    padding-top: 80px;
  }
}
.recruit2 .voice_wrap2::before {
  content: "";
  width: 100%;
  height: 280px;
  background: #f7f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit2 .voice_wrap2::before {
    height: 54px;
  }
}

.recruit3 {
  padding-top: 280px;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.recruit3::before {
  content: "";
  width: 100%;
  height: 280px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit3::before {
    height: 54px;
  }
}
.recruit3 .cont {
  padding-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .cont {
    padding-top: 0;
  }
}
.recruit3 h3 {
  color: #036eb8;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.recruit3 h4 {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .recruit3 h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.recruit3 .description {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .description {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.recruit3 .description span {
  display: block;
  margin-top: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .description span {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.recruit3 .benefit_item {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .benefit_item {
    margin-bottom: 50px;
  }
}
.recruit3 .benefit_item:last-child {
  margin-bottom: 0;
}
.recruit3 ul:not(.flex-top) {
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 ul:not(.flex-top) {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.recruit3 ul:not(.flex-top) li {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 ul:not(.flex-top) li {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.recruit3 ul:not(.flex-top) li::before {
  content: "";
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: #036eb8;
  border-radius: 50%;
  margin-top: 6px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 ul:not(.flex-top) li::before {
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin-top: 4px;
  }
}
.recruit3 ul.flex-top {
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 ul.flex-top {
    padding: 20px;
    margin-bottom: 20px;
    gap: 5px;
  }
}
.recruit3 ul.flex-top li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit3 ul.flex-top li {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.recruit3 ul.flex-top li ul {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.recruit3 .img_wrap {
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .img_wrap {
    gap: 20px;
  }
}
.recruit3 .img_wrap.mt {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .img_wrap.mt {
    margin-top: 0;
  }
}
.recruit3 .img_wrap div {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767.9px) {
  .recruit3 .img_wrap div {
    width: 100%;
    gap: 20px;
  }
}
.recruit3 .img_wrap div img {
  width: 100%;
  height: auto;
  aspect-ratio: 580/392;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .img_wrap div img {
    margin-bottom: 10px;
  }
}
.recruit3 .img_wrap div p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .img_wrap div p {
    font-size: 1.8rem;
  }
}
.recruit3 .img_wrap .full {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .img_wrap .full {
    margin-bottom: 20px;
  }
}
.recruit3 .img_wrap .full img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/588;
}
@media screen and (max-width: 767.9px) {
  .recruit3 .img_wrap .full img {
    aspect-ratio: 331/224;
  }
}

.page_404 h2 {
  text-align: center;
}
.page_404 p {
  text-align: center;
}
.page_404 .more_btn {
  margin-top: 40px;
  margin-inline: auto;
}

.page_preparing {
  padding: 100px 0 200px;
}
.page_preparing p {
  font-size: 2rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */