@charset "UTF-8";
/*
Theme Name: 中国芝浦電子株式会社.
Theme URI: https://
Description: 中国芝浦電子株式会社オリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: 500;
  color: #212121;
  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;
  -webkit-font-smoothing: antialiased;
}
html body {
  overflow-x: hidden;
}

@-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%);
    /*縦軸の終わりの位置*/
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.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: 767.9px) {
  .pc-none {
    display: block;
  }
}

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

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

.wrapper {
  width: 100%;
}

.cont {
  width: 87.6%;
  max-width: 1000px;
  margin: 0 auto;
}

li {
  list-style: none;
}

body.fixed {
  overflow: hidden;
  position: relative;
}

.header {
  background: #fe2717;
}
.header .header_contact {
  margin-left: 16px;
  width: 160px;
}

@media screen and (min-width: 1300px) {
  .ham-block {
    display: none;
  }
  .header {
    position: sticky;
    width: 100%;
    height: 88px;
    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;
  }
  .header h1 {
    margin-left: 40px;
  }
  .header h1 img {
    width: 100px;
    margin-right: 13px;
  }
  .header h1 p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .header .header-wrap {
    margin-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gnav {
    height: 100%;
  }
  .gnav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gnav ul .ham_block {
    display: none;
  }
  .gnav ul li {
    margin-left: 24px;
    position: relative;
  }
  .gnav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .gnav ul li a,
  .gnav ul li p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
  .gnav ul li p {
    cursor: pointer;
  }
  .gnav ul li:hover {
    opacity: 1;
  }
  .gnav ul li:hover::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #212121;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50%;
  }
  .gnav ul li:hover a {
    color: #ffb6b1;
  }
  .gnav ul .header_recruit {
    margin-left: 37px;
  }
  .p_menu {
    position: relative;
    cursor: pointer;
  }
  .c_menu::before {
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .gnav ul li .c_menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 32px 0;
    background-color: #fff;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: block;
    border-radius: 16px;
    width: 160px;
  }
  .gnav ul li .c_menu a {
    white-space: nowrap;
    font-size: 1.3rem;
    text-align: center;
    color: #212121;
    display: block;
  }
  .gnav ul li .c_menu li {
    margin-bottom: 16px;
    height: 26px;
    margin-left: 0;
  }
  .gnav ul li .c_menu li:last-child {
    margin-bottom: 0;
  }
  .gnav ul li .c_menu li:hover {
    opacity: 1;
  }
  .gnav ul li .c_menu li:hover::after {
    content: none;
  }
  .gnav ul li .c_menu li:hover a {
    color: #fe2717;
    opacity: 1;
  }
  .p_menu:hover p {
    opacity: 0.6;
  }
  .p_menu:hover .c_menu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1299.9px) {
  .ham-none {
    display: none;
  }
  .ham-block {
    display: block;
  }
  .header {
    height: 80px;
    top: 0;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header h1 {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 80px;
    background: #fe2717;
    z-index: 88;
    padding: 20px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .header h1 a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header h1 p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 13px;
  }
  .header .header-wrap {
    border-radius: 0;
    background: #fe2717;
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding-right: 0;
    padding-top: 128px;
    padding-bottom: 30px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    z-index: 77;
  }
  .header .gnav {
    position: relative;
    height: 100%;
    overflow: auto;
    padding-top: 24px;
  }
  .header .gnav::after {
    content: "";
    background-image: url(assets/img/header_back_img2.png);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    height: 628px;
    width: 128px;
    background-repeat: no-repeat;
  }
  .header .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .gnav ul li {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .header .gnav ul li .header_dots::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #212121;
    margin-right: 16px;
    border-radius: 50%;
  }
  .header .gnav ul li a,
  .header .gnav ul li p {
    font-size: 1.8rem;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    line-height: 1.45;
    font-weight: 700;
  }
  .header .gnav ul li .c_menu {
    margin-bottom: 12px;
  }
  .header .gnav ul li .c_menu li a {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .header .gnav ul li .c_menu li a::before {
    content: "";
    display: inline-block;
    background: #fd867e;
    width: 8px;
    height: 2px;
    margin-right: 12px;
    margin-left: 24px;
    border-radius: 0;
    vertical-align: middle;
  }
  .header .gnav ul .p_menu p {
    margin-bottom: 17px;
  }
  .header .gnav ul .header_recruit {
    width: 240px;
    margin-top: 20px;
  }
  .header .gnav ul .header_recruit > a {
    padding: 19px 24px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
  }
  .header .gnav ul .header_recruit > a::after {
    width: 24px;
    height: 24px;
  }
  .header .gnav ul .header_contact {
    width: 240px;
    height: 64px;
    margin-left: 44px;
    margin-top: 24px;
  }
  .header .gnav ul .header_contact a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1299.9px) and (max-width: 767.9px) {
  .header .gnav ul .header_contact a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1299.9px) {
  .header .gnav ul .header_contact a::before {
    width: 36px;
    height: 36px;
    top: 14px;
    right: 13px;
  }
  .header .gnav ul .header_contact a::after {
    top: 30px;
    right: 28px;
    width: 5px;
    height: 5px;
  }
  .header .gnav ul .header_contact:hover > a {
    color: #212121 !important;
  }
  .header .gnav ul .header_contact:hover > a::after {
    width: 7px;
    height: 7px;
    top: 29px;
  }
  .header .gnav ul .header_pp {
    text-align: center;
    margin-top: 24px;
  }
  .header .gnav ul .header_pp a {
    font-size: 1.4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 64px;
    margin-left: 96px;
  }
  .header .gnav ul .header_pp a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background-image: url(assets/img/link_icon_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1300px) {
  .hamburger {
    display: none;
  }
}
.hamburger {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: fixed;
  top: 16px;
  right: 15px;
  z-index: 99;
  border-radius: 50%;
  background: #212121;
  border: none;
}

.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 16px;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

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

.hamburger span:nth-child(2) {
  top: 27px;
}

.hamburger.active {
  -webkit-transform: 0.3s all;
          transform: 0.3s all;
  background: #d12013;
}

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

.hamburger.active span:nth-child(2) {
  top: 29px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.header-wrap.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.header_contact,
.header_recruit {
  height: 48px;
  margin-left: 40px;
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_contact:hover::after,
.header_recruit:hover::after {
  content: none !important;
}
.header_contact > a,
.header_recruit > a {
  width: 100%;
  border-radius: 72px;
  position: relative;
  background-color: #212121;
  font-size: 1.6rem;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}
.header_contact > a::before, .header_contact > a::after,
.header_recruit > a::before,
.header_recruit > a::after {
  content: "";
  position: absolute;
}
.header_contact > a::before,
.header_recruit > a::before {
  background: #777777;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_contact > a::after,
.header_recruit > a::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #212121;
  top: 22px;
  right: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
}
.header_contact:hover > a,
.header_recruit:hover > a {
  background-color: #fff;
  opacity: 1;
  color: #212121 !important;
}
.header_contact:hover > a::before,
.header_recruit:hover > a::before {
  background: #212121;
  top: 5px;
  right: 5px;
  width: 38px;
  height: 38px;
}
.header_contact:hover > a::after,
.header_recruit:hover > a::after {
  background-image: url(assets/img/arrow.svg);
  width: 7px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 21px;
  top: 21px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header_recruit > a {
  background: none;
  color: #fff;
  background: #FFAA00;
}
.header_recruit > a::before {
  background: #fff;
  top: 9px;
}
.header_recruit > a::after {
  background: #FFAA00;
  top: 21px;
}
.header_recruit:hover > a {
  background: #fff;
  color: #D12013 !important;
}
.header_recruit:hover > a::before {
  background: #D12013;
  top: 4px;
}
.header_recruit:hover > a::after {
  top: 20px;
  background-color: transparent;
}
.header_recruit .c_menu li {
  margin-bottom: 12px !important;
}
.header_recruit .c_menu li:last-child {
  margin-bottom: 0 !important;
}
.header_recruit .c_menu {
  top: 58px !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

p,
a {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

.page_wrap {
  background: #fe2717;
}

.top_mainvisual {
  width: 100%;
  height: calc(100svh - 88px);
  position: fixed;
  top: 88px;
  left: 0;
  background: #fe2717;
}
.top_mainvisual.is-scroll-fadeout {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1299.9px) {
  .top_mainvisual {
    top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mainvisual {
    height: 867px;
  }
}
.top_mainvisual .swiper {
  width: 100%;
  height: 100%;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1299.9px) {
  .top_mainvisual .swiper {
    padding-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mainvisual .swiper {
    width: 87.5%;
    padding-top: 0;
    border-radius: 80px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_mainvisual.recruit {
    height: 100svh;
  }
}
.top_mainvisual.recruit .swiper {
  width: 87%;
}
.top_mainvisual.recruit .swiper .swiper-slide {
  border-radius: 80px 0 0 0;
}
.top_mainvisual.recruit .swiper .swiper-slide::after {
  border-radius: 80px 0 0 0;
}
.top_mainvisual.recruit .swiper .swiper-slide img {
  border-radius: 80px 0 0 0;
}
.top_mainvisual.recruit .swiper .swiper-wrapper {
  border-radius: 80px 0 0 0;
}
.top_mainvisual .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.top_mainvisual .swiper-slide::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #212121;
  opacity: 0.1;
}
@media screen and (max-width: 767.9px) {
  .top_mainvisual .swiper-slide::after {
    opacity: 0.25;
  }
}
.top_mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
.top_mainvisual .top_mainvisual-message {
  max-width: 905px;
  width: 90.5%;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 175px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top_mainvisual .top_mainvisual-message {
    bottom: auto;
    top: 390px;
    left: 104px;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mainvisual .top_mainvisual-message {
    left: 24px;
  }
}
.top_mainvisual .top_mainvisual-message .wrap {
  overflow: hidden;
  overflow-y: scroll;
}
.top_mainvisual .top_mainvisual-message .wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top_mainvisual .top_mainvisual-message .wrap {
    height: 436px;
  }
}
.top_mainvisual .top_mainvisual-message .wrap h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .top_mainvisual .top_mainvisual-message .wrap h2 {
    font-size: 2.2rem;
    letter-spacing: 0.025em;
  }
}
.top_mainvisual .top_mainvisual-message .wrap p {
  margin-top: 160px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.7;
  font-weight: 700;
  margin-left: 56px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .top_mainvisual .top_mainvisual-message .wrap p {
    margin-left: 9px;
    font-size: 1.5rem;
    line-height: 2.2;
    margin-bottom: 64px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mainvisual .top_mainvisual-message .wrap p {
    margin-top: 107px;
  }
}
.top_mainvisual .top_mainvisual-message .wrap .pop {
  margin-top: 0;
  font-size: 13rem;
  font-weight: 800;
  line-height: 1.5;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top_mainvisual .top_mainvisual-message .wrap .pop {
    font-size: 7.2rem;
    line-height: 1.1;
  }
}
.top_mainvisual .top_mainvisual-message .wrap .more_btn1 {
  margin-left: 56px;
}
@media screen and (max-width: 767.9px) {
  .top_mainvisual .top_mainvisual-message .wrap .more_btn1 {
    margin-left: 9px;
  }
}
.top_mainvisual .top_mainvisual-message .wrap .more_btn1 p {
  margin: 0;
  color: #212121;
  font-size: 1.4rem;
  line-height: 1;
}
.top_mainvisual .top_mainvisual-message .wrap .more_btn1 a:hover p {
  color: #fff;
}

.is-scroll-fadeout {
  display: none;
}

.section {
  margin-top: -160px;
  position: relative;
  z-index: 2;
  border-radius: 160px 160px 0 0;
  padding-top: 160px;
  padding-bottom: 320px;
}
@media screen and (max-width: 767.9px) {
  .section {
    margin-top: -80px;
    border-radius: 64px 64px 0 0;
    padding-bottom: 180px;
    padding-top: 100px;
  }
}

.section2 {
  padding-bottom: 320px;
}
@media screen and (max-width: 767.9px) {
  .section2 {
    padding-bottom: 200px;
  }
}

.page-id-30 .section,
.page-id-30 .section2 {
  overflow-x: hidden;
}

/* fadeUp */
.fade.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade2.fadeUp {
  -webkit-animation-name: fadeUpAnime2;
          animation-name: fadeUpAnime2;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime2 {
  30% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime2 {
  30% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fade {
  opacity: 0;
}

.arrow {
  will-change: transform;
}

.more_btn1 a {
  width: 240px;
  min-height: 72px;
  gap: 10px;
  padding: 0 16px 0 48px;
  background: #f8f8f8;
  border-radius: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn1 a p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212121;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.more_btn1 a .arrow {
  background: #212121;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.more_btn1 a .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn1 a:hover {
  opacity: 1;
  background: #212121;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn1 a:hover p {
  color: #fff;
}
.more_btn1 a:hover .arrow {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}
.more_btn1 a:hover .arrow::after {
  background-image: url(assets/img/arrow_bk.svg);
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.more_btn1_red a {
  width: 240px;
  min-height: 72px;
  gap: 10px;
  padding: 0 16px 0 48px;
  background: #fff;
  border-radius: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .more_btn1_red a {
    min-width: 152px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 48px;
    padding: 11px 10px 11px 24px;
  }
}
.more_btn1_red a p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212121;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .more_btn1_red a p {
    font-size: 1.1rem;
  }
}
.more_btn1_red a .arrow {
  background: #D12013;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.9px) {
  .more_btn1_red a .arrow {
    width: 28px;
    height: 28px;
  }
}
.more_btn1_red a .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 767.9px) {
  .more_btn1_red a .arrow::after {
    width: 4px;
    height: 4px;
  }
}
.more_btn1_red a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn1_red a:hover .arrow {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #212121;
}
.more_btn1_red a:hover .arrow::after {
  background: none;
  border-radius: 0;
  background-image: url(assets/img/arrow.svg);
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .more_btn1_red a:hover .arrow::after {
    width: 5px;
    height: 5px;
  }
}

.more_btn1 a {
  width: 240px;
  min-height: 72px;
  gap: 10px;
  padding: 0 16px 0 48px;
  background: #f8f8f8;
  border-radius: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn1 a p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212121;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.more_btn1 a .arrow {
  background: #212121;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.more_btn1 a .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn1 a:hover {
  opacity: 1;
  background: #212121;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn1 a:hover p {
  color: #fff;
}
.more_btn1 a:hover .arrow {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}
.more_btn1 a:hover .arrow::after {
  background-image: url(assets/img/arrow_bk.svg);
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.more_btn2 a {
  min-width: 152px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 11px 10px 11px 24px;
  background: #fe2717;
  border-radius: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn2 a p {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.more_btn2 a .arrow {
  background: #D12013;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.more_btn2 a .arrow::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn2 a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn2 a:hover .arrow {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}
.more_btn2 a:hover .arrow::after {
  background-image: url(assets/img/arrow-red.svg);
  width: 5px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.more_btn_bk a {
  min-width: 152px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 11px 10px 11px 24px;
  background: #212121;
  border-radius: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn_bk a p {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn_bk a .arrow {
  background: #Fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-content: center;
  -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_bk a .arrow::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #212121;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn_bk a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.more_btn_bk a:hover p {
  color: #212121;
}
.more_btn_bk a:hover .arrow {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #212121;
}
.more_btn_bk a:hover .arrow::after {
  background-image: url(assets/img/arrow.svg);
  width: 7px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}

.more_btn-big {
  position: relative;
}
.more_btn-big .arrow {
  background: #fe2717;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
@media screen and (max-width: 767.9px) {
  .more_btn-big .arrow {
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 21px;
  }
}
.more_btn-big .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.more_btn-big:hover .arrow {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
  background: #212121;
}
.more_btn-big:hover .arrow::after {
  background: none;
  background-image: url(assets/img/arrow.svg);
  width: 12px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 767.9px) {
  .more_btn-big:hover .arrow::after {
    width: 8px;
    height: 7px;
  }
}

.more_btn-mid {
  position: relative;
}
.more_btn-mid .arrow {
  background: #fe2717;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  bottom: 29px;
  right: 32px;
}
.more_btn-mid .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.more_btn-mid:hover .arrow {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #fff;
}
.more_btn-mid:hover .arrow::after {
  background: none;
  background-image: url(assets/img/arrow-red.svg);
  width: 8px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.more_btn-mid-b {
  position: relative;
}
.more_btn-mid-b .arrow {
  background: #fe2717;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  bottom: 29px;
  right: 4px;
}
@media screen and (max-width: 767.9px) {
  .more_btn-mid-b .arrow {
    width: 32px;
    height: 32px;
    right: 10px;
  }
}
.more_btn-mid-b .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .more_btn-mid-b .arrow::after {
    width: 5px;
    height: 5px;
  }
}

.more_btn-mid-b:hover .arrow {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #212121;
}
.more_btn-mid-b:hover .arrow::after {
  background: none;
  background-image: url(assets/img/arrow.svg);
  width: 8px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .more_btn-mid-b:hover .arrow::after {
    width: 7px;
    height: 7px;
    bottom: auto;
    top: 30%;
  }
}

.img_hover .img_wrap {
  overflow: hidden;
}
.img_hover .img_wrap picture {
  display: contents;
}
.img_hover .img_wrap img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}

.img_hover:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.slide_btn-big {
  width: 100%;
  position: relative;
}
.slide_btn-big::after {
  content: "";
  width: 100vw;
  height: 420px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffe6e4;
  position: absolute;
  top: 100px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big::after {
    top: 60px;
  }
}
.slide_btn-big a {
  border-radius: 32px 100px 100px 32px;
  border: solid 1px #fe2717;
  padding: 56px 48px 56px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big a {
    padding: 18px 24px;
  }
}
.slide_btn-big a .flex {
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big a .flex {
    gap: 16px;
  }
}
.slide_btn-big a .flex::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fe2717;
  border-radius: 50%;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big a .flex::before {
    width: 8px;
    height: 8px;
  }
}
.slide_btn-big a .flex p,
.slide_btn-big a .flex h2 {
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.slide_btn-big a .top_heading {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big a .top_heading p {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}
.slide_btn-big a p::after {
  content: none;
}
.slide_btn-big a .arrow {
  top: 40px;
  right: 48px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big a .arrow {
    width: 44px;
    height: 44px;
    right: 24px;
    top: 38px;
  }
}
.slide_btn-big a .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big a .arrow::after {
    width: 4px;
    height: 4px;
  }
}
.slide_btn-big a::before {
  content: "";
  border-radius: 32px 100px 100px 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -200%;
  top: 0;
  background: #fe2717;
  -webkit-transition: left 0.8s;
  transition: left 0.8s;
}
.slide_btn-big .more_btn-big:hover {
  opacity: 1;
}
.slide_btn-big .more_btn-big:hover p,
.slide_btn-big .more_btn-big:hover h2 {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.slide_btn-big .more_btn-big:hover .flex::before {
  background: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.slide_btn-big .more_btn-big:hover::before {
  left: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.slide_btn-big .more_btn-big:hover .arrow {
  -webkit-transform: scale(1.26);
          transform: scale(1.26);
  background: #212121;
}
.slide_btn-big .more_btn-big:hover .arrow::after {
  background: none;
  background-image: url(assets/img/arrow.svg);
  width: 16px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-big .more_btn-big:hover .arrow::after {
    width: 8px;
    height: 7px;
  }
}

.slide_btn-mid {
  width: 100%;
  position: relative;
}
.slide_btn-mid a {
  border-radius: 32px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  height: 136px;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-mid a {
    padding-left: 24px;
    height: 120px;
  }
}
.slide_btn-mid a p {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-mid a p {
    font-size: 1.6rem;
  }
}
.slide_btn-mid a .arrow {
  top: 48px;
  right: 32px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-mid a .arrow {
    right: 24px;
    top: 40px;
  }
}
.slide_btn-mid a::before {
  content: "";
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -200%;
  top: 0;
  background: #fe2717;
  -webkit-transition: left 0.8s;
  transition: left 0.8s;
}
.slide_btn-mid .more_btn-big:hover {
  opacity: 1;
}
.slide_btn-mid .more_btn-big:hover p {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.slide_btn-mid .more_btn-big:hover::before {
  left: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.slide_btn-mid .more_btn-big:hover .arrow {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #fff;
}
.slide_btn-mid .more_btn-big:hover .arrow::after {
  background: none;
  background-image: url(assets/img/arrow-red.svg);
  width: 8px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767.9px) {
  .slide_btn-mid .more_btn-big:hover .arrow::after {
    width: 7px;
    height: 6px;
  }
}

.top_heading {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_heading {
    margin-bottom: 32px;
  }
}
.top_heading p {
  color: #fe2717;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .top_heading p {
    font-size: 3.2rem;
  }
}
.top_heading p::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2717;
  margin: 0 auto 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_heading h2,
.top_heading h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .top_heading h2,
  .top_heading h3 {
    font-size: 1.4rem;
  }
}

.description {
  font-size: 1.5rem;
  line-height: 2;
}

.section_description {
  max-width: 800px;
  margin: 0 auto;
}

.top_services {
  --top-services-scale-w: clamp(1078px, 100vw, 99999px);
  --top-services-scale: calc(var(--top-services-scale-w) / 1366px);
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  padding-bottom: 134px;
}
@media screen and (max-width: 767.9px) {
  .top_services {
    padding-top: 107px;
    padding-bottom: 30px;
  }
}
.top_services .top_services-message {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .top_services .top_services-message {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_services .top_services-img_wrap {
    width: 100%;
  }
}
.top_services .top_services-img {
  background-image: url(assets/img/top_services-bg.jpg);
  width: 100%;
  height: auto;
  aspect-ratio: 1413/960;
  background-size: cover;
  position: relative;
  min-width: 1078px;
}
.top_services .top_services-img--admin {
  background-image: none;
  background-size: initial;
  aspect-ratio: auto;
  min-width: 1078px;
}
.top_services .top_services-img--admin .top_services-img-bg {
  width: 100%;
  height: auto;
  display: block;
}
.top_services .top_services-img--admin ul {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_services .top_services-img--admin ul li.admin-point {
  left: var(--x, 0%);
  top: var(--y, 0%);
  display: block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top_services .top_services-img--admin ul li.admin-point .top_services-point {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  text-align: center;
}
.top_services .top_services-img--admin ul li.admin-point .top_services-point img {
  display: block;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.top_services .top_services-img--admin ul li.admin-point .top_services-point p {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px * var(--top-services-scale));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top_services .top_services-img--admin ul li.is-no-link {
  cursor: default;
}
.top_services .top_services-img--admin ul li.is-no-link:hover img {
  -webkit-transform: none;
          transform: none;
}
.top_services ul li {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.top_services ul li .top_services-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}
.top_services ul li .top_services-link:focus-visible {
  outline: 2px solid #fe2717;
  outline-offset: 4px;
}
.top_services ul li img {
  height: calc(96px * var(--top-services-scale));
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: calc(8px * var(--top-services-scale));
}
.top_services ul li p {
  background: #ffe6e4;
  font-size: calc(1.2rem * var(--top-services-scale));
  font-weight: 700;
  line-height: 1.2;
  padding: calc(6px * var(--top-services-scale)) calc(16px * var(--top-services-scale)) calc(7px * var(--top-services-scale));
  border-radius: calc(80px * var(--top-services-scale));
  text-align: center;
  max-width: calc(150px * var(--top-services-scale));
}
.top_services ul li a {
  display: block;
  text-align: center;
}
.top_services ul li a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_services ul li a.top_services-point:hover {
  opacity: 1;
}
.top_services ul li a.top_services-point:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_services .service1 {
  top: 5%;
  left: 10%;
}
@media screen and (max-width: 767.9px) {
  .top_services .service1 {
    top: 3%;
    left: 8%;
  }
}
.top_services .service2 {
  top: 4.6%;
  left: 69.4%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service2 {
    top: 2.6%;
    left: 72%;
  }
}
.top_services .service3 {
  top: 11.8%;
  left: 23.5%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service3 {
    top: 12.2%;
    left: 21.5%;
  }
}
.top_services .service4 {
  top: 16.4%;
  left: 36.3%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service4 {
    top: 17.4%;
    left: 35.6%;
  }
}
.top_services .service5 {
  top: 19%;
  right: 6%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service5 {
    top: 16.8%;
    right: 5.5%;
  }
}
.top_services .service6 {
  top: 25%;
  right: 23.1%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service6 {
    top: 28.2%;
    right: 21.1%;
  }
}
.top_services .service7 {
  top: 26.1%;
  left: 5.5%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service7 {
    top: 23.3%;
    left: 2.5%;
  }
}
.top_services .service8 {
  top: 32.3%;
  left: 50.8%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service8 {
    top: 29.3%;
    left: 51.8%;
  }
}
.top_services .service9 {
  top: 35.1%;
  left: 33.3%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service9 {
    top: 37.5%;
    left: 27.3%;
  }
}
.top_services .service10 {
  top: 40.5%;
  right: 16.8%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service10 {
    top: 43%;
    right: 12.8%;
  }
}
.top_services .service11 {
  top: 45.5%;
  left: 12%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service11 {
    top: 43.5%;
    left: 8.8%;
  }
}
.top_services .service12 {
  top: 47.8%;
  left: 43%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service12 {
    top: 43.7%;
    left: 42.3%;
  }
}
.top_services .service13 {
  top: 52.4%;
  left: 55%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service13 {
    top: 48.4%;
    left: 57%;
  }
}
.top_services .service14 {
  top: 54.3%;
  left: 23.4%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service14 {
    top: 58.3%;
    left: 19.7%;
  }
}
.top_services .service15 {
  top: 63.8%;
  right: 25.2%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767.9px) {
  .top_services .service15 {
    top: 60.5%;
    right: 22.8%;
  }
}

.top_solutions {
  background: #fff;
}

.top_solutions-wrap {
  background: #FFE6E4;
  overflow: hidden;
  padding-bottom: 0;
}
.top_solutions-wrap .top_heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_solutions-wrap .top_heading {
    margin-bottom: 30px;
  }
}

.top_career_fields {
  background: #fff8f8;
}
@media screen and (max-width: 767.9px) {
  .top_career_fields {
    top: -50px;
    padding-bottom: 120px;
  }
}
.top_career_fields .section_description {
  margin-bottom: 77px;
}
@media screen and (max-width: 767.9px) {
  .top_career_fields .section_description {
    margin-bottom: 40px;
  }
}
.top_career_fields .top_career_fields-item {
  gap: 40px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .top_career_fields .top_career_fields-item {
    gap: 24px;
    margin-bottom: 100px;
  }
}
.top_career_fields .top_career_fields-item a {
  width: 480px;
  height: auto;
  aspect-ratio: 480/449;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_career_fields .top_career_fields-item a {
    width: 100%;
    max-width: 328px;
  }
}
.top_career_fields .top_career_fields-item a:hover {
  opacity: 1;
}
.top_career_fields .top_career_fields-item a:hover .img_wrap::after {
  opacity: 0.1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top_career_fields .top_career_fields-item h3 {
  color: #fff;
  background: #ff7d00;
  width: 200px;
  height: 184px;
  border-radius: 32px;
  border: solid 8px #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  display: grid;
  place-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .top_career_fields .top_career_fields-item h3 {
    width: 137px;
    height: 126px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.top_career_fields .top_career_fields-item a:nth-child(2) h3 {
  background: #00af7d;
}
.top_career_fields .top_career_fields-item .img_wrap {
  margin-top: -144px;
  margin-left: 40px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 32px;
  position: relative;
  z-index: -1;
}
.top_career_fields .top_career_fields-item .img_wrap img {
  width: 100%;
  height: 100%;
}
.top_career_fields .top_career_fields-item .img_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #212121;
  opacity: 0;
}
@media screen and (max-width: 767.9px) {
  .top_career_fields .top_career_fields-item .img_wrap {
    margin-top: -94px;
  }
}

.top_aboutus {
  background: #fe2717;
  padding-top: 216px;
  padding-bottom: 300px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus {
    margin-top: -160px;
    padding-top: 214px;
    padding-bottom: 180px;
  }
}
.top_aboutus .cont {
  max-width: 1254px;
  width: 92%;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .cont {
    width: 87.6%;
  }
}
.top_aboutus .top_mainvisual-message_pop {
  position: fixed;
  z-index: -1;
  padding-left: 30px;
  color: #fff;
  font-size: 13rem;
  font-weight: 800;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90.5%;
  text-align: center;
  background-color: transparent;
  letter-spacing: 0;
  opacity: 1;
  pointer-events: auto;
}
.top_aboutus .top_mainvisual-message_pop .pop-overlap-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FE867D;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  padding: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
}
@media screen and (max-width: 1299.9px) {
  .top_aboutus .top_mainvisual-message_pop {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_aboutus .top_mainvisual-message_pop br {
    display: block;
  }
  .top_aboutus .top_mainvisual-message_pop {
    font-size: 7.2rem;
    bottom: auto;
    top: 510px;
    -webkit-transform: unset;
            transform: unset;
    left: 96px;
    padding: 0;
    line-height: 1.1;
    text-align: left;
  }
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_pop {
    left: 16px;
  }
}
.top_aboutus .top_mainvisual-message_pop2 {
  padding-left: 30px;
  color: #FE867D;
  font-size: 13rem;
  font-weight: 800;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: auto;
  left: 50%;
  letter-spacing: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top_aboutus .top_mainvisual-message_pop2 br {
    display: block;
  }
  .top_aboutus .top_mainvisual-message_pop2 {
    font-size: 7.2rem;
    line-height: 1.1;
    text-align: left;
    padding-left: 96px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_pop2 {
    padding-left: 16px;
  }
}
body.is-160-visible .top_aboutus .top_mainvisual-message_pop {
  opacity: 0;
}
body.is-160-visible .top_aboutus .top_mainvisual-message_pop2 {
  opacity: 1;
}
.top_aboutus .top_mainvisual-message_description {
  gap: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_description {
    gap: 50px;
  }
}
.top_aboutus .top_mainvisual-message_description p {
  width: 57.3%;
  padding-left: 18.8%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.7;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_description p {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.top_aboutus .top_mainvisual-message_description .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 86px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_description .img_wrap {
    margin-top: 0;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.top_aboutus .top_mainvisual-message_description .img_wrap::before {
  content: "";
  display: block;
  width: 42.5%;
  height: auto;
  aspect-ratio: 230/240;
  border-radius: 120px 20px 20px 20px;
  background: #fff;
  opacity: 0.55;
  position: absolute;
  left: 0;
  top: 33%;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_description .img_wrap::before {
    width: 43%;
  }
}
.top_aboutus .top_mainvisual-message_description .img_wrap img {
  display: block;
}
.top_aboutus .top_mainvisual-message_description img:nth-child(1) {
  width: 75.78%;
  height: auto;
  aspect-ratio: 41/32;
  border-radius: 120px 20px 20px 20px;
  margin-bottom: 123px;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_description img:nth-child(1) {
    margin-bottom: 75px;
    margin-right: -4px;
    width: 76.5%;
  }
}
.top_aboutus .top_mainvisual-message_description img:nth-child(2) {
  width: 71.35%;
  height: auto;
  aspect-ratio: 386/272;
  border-radius: 20px 20px 120px 20px;
  margin-left: 34px;
}
@media screen and (max-width: 767.9px) {
  .top_aboutus .top_mainvisual-message_description img:nth-child(2) {
    margin-left: 21px;
    width: 72%;
  }
}
.top_aboutus .loop_about_btn {
  overflow: hidden;
  cursor: pointer;
}
.top_aboutus .loop_about_btn a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.top_aboutus .loop_about_btn .loop_about_btn-scroll-wrap {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}
.top_aboutus .loop_about_btn .loop_about_btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: none;
          animation: none;
}
.top_aboutus .loop_about_btn .loop_about_btn-inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top_aboutus .loop_about_btn .loop_about_btn-inner p {
  color: #fff;
}
.top_aboutus .loop_about_btn .loop_about_btn-inner p img {
  height: 156px;
}
.top_aboutus .loop_about_btn .loop_about_btn-inner .arrow {
  width: 96px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #212121;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_aboutus .loop_about_btn .loop_about_btn-inner .arrow::after {
  content: "";
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
.top_aboutus .loop_about_btn a:hover {
  opacity: 1;
}
.top_aboutus .loop_about_btn a:hover .arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #FFB6B1;
}
.top_aboutus .loop_about_btn a:hover .arrow::after {
  background: none;
  background-image: url(assets/img/arrow.svg);
  width: 20px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.more_btn_top_about {
  margin-top: 60px;
}
.more_btn_top_about a {
  width: 213px;
  min-height: 64px;
  gap: 10px;
  padding: 0 16px 0 32px;
  background: #fff;
  border-radius: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.more_btn_top_about a p {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212121;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.more_btn_top_about a .arrow {
  background: #212121;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  -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_top_about a .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn_top_about a:hover {
  opacity: 1;
  background: #212121;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn_top_about a:hover p {
  color: #fff;
}
.more_btn_top_about a:hover .arrow {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}
.more_btn_top_about a:hover .arrow::after {
  background-image: url(assets/img/arrow_bk.svg);
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.top_interview {
  background: #fff;
}
.top_interview .section_description {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .top_interview .section_description {
    margin-bottom: 40px;
  }
}

.interview-wrap {
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .interview-wrap {
    row-gap: 40px;
  }
}
.interview-wrap li {
  width: 296px;
}
.interview-wrap li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview-wrap li .img_hover:hover img {
  -webkit-transform: scale(1.1) translatey(14px);
          transform: scale(1.1) translatey(14px);
}
.interview-wrap li .img_wrap {
  height: 320px;
  border-radius: 0 0 32px 32px;
}
.interview-wrap li .pic {
  position: relative;
}
.interview-wrap li .pic::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 24px;
  z-index: -1;
  border-radius: 156px 156px 32px 32px;
  background: #fff7f1;
}
.interview-wrap li .detail {
  position: relative;
  z-index: 2;
}
.interview-wrap li .detail .position {
  color: #fff;
  background: #fe2717;
  padding: 12px 16px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4166666667;
  margin-bottom: 16px;
  margin-top: -20px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.interview-wrap li .detail .position::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.interview-wrap li .detail p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interview-wrap li .detail .comment {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.interview-wrap li .detail .name {
  color: #777777;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.575;
}
.interview-wrap li .detail .name span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 4px;
}
.interview-wrap li a:hover {
  opacity: 1;
}
.interview-wrap li a:hover .name,
.interview-wrap li a:hover .position::after,
.interview-wrap li a:hover .comment {
  opacity: 0.6;
}
.interview-wrap li:nth-child(2) .pic::before {
  background: #ecf4ec;
}
.interview-wrap li:nth-child(3) .pic::before {
  background: #eef9fd;
}

.top_company {
  background: #f8f8f8;
}
.top_company .top_heading {
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .top_company .top_heading {
    margin-bottom: 32px;
  }
}
.top_company .top_company-wrap {
  gap: 24px 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_company .top_company-wrap li {
  width: 296px;
}
.top_company .top_company-wrap li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_company .top_company-wrap li .pic {
  position: relative;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  height: 160px;
}
.top_company .top_company-wrap li .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #212121;
  opacity: 0;
  z-index: 2;
}
.top_company .top_company-wrap li .detail {
  position: relative;
  background: #eaeaea;
  border-radius: 0 0 32px 32px;
  height: 92px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.top_company .top_company-wrap li .detail p {
  font-weight: 700;
}
.top_company .top_company-wrap li .detail .arrow {
  bottom: 28px;
}
.top_company .top_company-wrap li a:hover {
  opacity: 1;
}
.top_company .top_company-wrap li a:hover .pic::before {
  opacity: 0.1;
}
.top_company .top_company-wrap li a:hover .detail {
  background: #fe2717;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.top_company .top_company-wrap li a:hover .detail p {
  color: #fff;
}

.top_job_description {
  background: #FFE6E4;
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .top_job_description {
    padding-bottom: 100px;
  }
}
.top_job_description .top_job_description-wrap {
  row-gap: 24px;
}
.top_job_description .top_job_description-wrap li {
  width: 48%;
}
@media screen and (max-width: 767.9px) {
  .top_job_description .top_job_description-wrap li {
    width: 100%;
    max-width: 480px;
  }
}

.top_news {
  background: #fff;
  padding-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .top_news {
    padding-bottom: 72px;
  }
}
.top_news .cont {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .top_news .cont {
    display: block;
  }
}
.top_news .top_news_contents {
  width: calc(100% - 168px);
  max-width: 746px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news_contents {
    width: 100%;
  }
}
.top_news .top_news_contents .header_entry {
  position: absolute;
  right: 0;
  top: 0;
  width: 152px;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news_contents .header_entry {
    position: relative;
    margin: 24px auto 0;
  }
}
.top_news .top_news_contents .header_entry a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_news .top_news_contents .header_entry a::before {
  background: #fff;
}
.top_news .top_news_contents .header_entry a:hover::before {
  background: #212121;
}
.top_news .top_news_contents .header_entry a:hover {
  color: #212121;
  background: #f8f8f8;
}

.tabs,
.news_category {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*タブのスタイル*/
.top_news .tabs {
  margin-top: 8px;
}

.top_news .tab_item,
.news_category a {
  height: 33px;
  background: #eaeaea;
  color: #777;
  text-align: center;
  line-height: 3.2rem;
  font-size: 1.2rem;
  padding: 0 16px;
  border-radius: 40px;
  font-weight: 700;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.tab_item:hover,
.news_category a:hover {
  cursor: pointer;
  background: #fe2717;
  color: #fff;
  opacity: 1;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item,
.news_category a.current {
  background-color: #fe2717;
  color: #fff;
}

/*ラジオは非表示（タブ操作はlabelのtabindex="0"で行う）*/
input[name=tab_item] {
  display: none;
}

/*キーボード操作時：labelにフォーカスしたときのリング*/
.tabs .tab_item:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: 32px;
  border-top: solid 1px #dddddd;
}
@media screen and (max-width: 767.9px) {
  .tab_content {
    margin-top: 24px;
  }
}

.top_solutions .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .tabs {
    gap: 0 3px;
    margin-bottom: 100px;
  }
}
.top_solutions .tabs {
  /* ラジオは非表示（タブ操作はlabelのtabindex="0"で行う） */
}
.top_solutions .tabs input[type=radio] {
  display: none;
}
.top_solutions .tabs input[type=radio]:checked + .tab_item + .tab_content {
  display: block;
}
.top_solutions .tabs .tab_item {
  width: calc((100% - 39px) / 4);
  display: grid;
  place-content: center;
  color: #fe2717;
  background: #fff;
  border: solid 2px #fe2717;
  border-radius: 20px 20px 0 0;
  height: 86px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .tabs .tab_item {
    width: calc((100% - 9px) / 4);
    height: 44px;
    font-size: 1.8rem;
  }
}
.top_solutions .tabs .tab_item:hover {
  background: #fe2717;
  color: #fff;
  opacity: 1;
}
.top_solutions .tabs input[type=radio]:checked + .tab_item {
  background: #fe2717;
  color: #fff;
}
.top_solutions .tabs .tab_item:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.top_solutions .tab_content {
  border: solid 3px #fe2717;
  padding: 60px 54px;
  border-radius: 0 0 60px 60px;
  background: #FFF8F8;
  margin-top: -2px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .tab_content {
    border-radius: 0 0 40px 40px;
    padding: 30px 16px 40px;
  }
}
.top_solutions .tab_content .top_service_list_item {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .tab_content .top_service_list_item {
    gap: 25px 16px;
  }
}
.top_solutions .tab_content li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767.9px) {
  .top_solutions .tab_content li {
    width: calc((100% - 16px) / 2);
  }
}
.top_solutions .tab_content li .icon {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 193/185;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .tab_content li .icon {
    aspect-ratio: 140/130;
    margin-bottom: 12px;
  }
}
.top_solutions .tab_content li img {
  width: 100%;
  height: 100%;
}
.top_solutions .tab_content li h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.75;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .tab_content li h4 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.top_solutions .top_solutions-item {
  background: #fff;
  max-width: 831px;
  margin: 0 auto 160px;
  border-radius: 60px;
  padding: 50px 20px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .top_solutions-item {
    padding: 50px 24px;
    border-radius: 40px;
    margin-bottom: 100px;
  }
}
.top_solutions .top_solutions-item h3 {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 28px;
}
.top_solutions .top_solutions-item h3::after {
  content: "";
  width: 24px;
  height: 3px;
  background: #fe2717;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_solutions .top_solutions-item .description {
  text-align: center;
  max-width: 660px;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 auto 34px;
}
@media screen and (max-width: 767.9px) {
  .top_solutions .top_solutions-item .description {
    font-size: 1.6rem;
    line-height: 2.25;
    margin-bottom: 18px;
  }
}
.top_solutions .top_solutions-item .more_btn1_red a {
  margin: 0 auto;
  background: #fe2717;
}
.top_solutions .top_solutions-item .more_btn1_red a p {
  color: #fff;
}
.top_solutions .top_solutions-item .more_btn1_red a:hover .arrow {
  background: #fff;
}
.top_solutions .top_solutions-item .more_btn1_red a:hover .arrow::after {
  background-image: url(assets/img/arrow-red.svg);
}

.top_service_slider {
  padding-top: 150px;
  overflow: hidden;
  padding-bottom: 290px;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.top_service_slider h3 {
  color: #fe2717;
  background: #FFE6E4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 102px;
  position: relative;
  padding: 28px 49px;
  border-radius: 100px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider h3 {
    text-align: center;
    padding: 23px 20px 20px;
    font-size: 2rem;
    width: 87.6%;
    margin-bottom: 92px;
    line-height: 1.8;
  }
}
.top_service_slider h3::after {
  content: "";
  width: 16px;
  height: 64px;
  background-image: url(assets/img/aboutus-mark1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .top_service_slider h3::after {
    width: 12px;
    height: 48px;
    bottom: -42px;
  }
}
.top_service_slider .swiper4 {
  margin: 0 auto;
  max-width: 1268px;
  width: 95%;
  overflow: hidden;
  position: relative;
  padding: 0 24px;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider .swiper4 {
    padding: 0;
    width: 100%;
  }
}
.top_service_slider .swiper4 .swiper-wrapper {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_service_slider .swiper4 .swiper-slide {
  width: 275px;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider .swiper4 .swiper-slide {
    width: auto;
  }
}
.top_service_slider .swiper4 .swiper-slide a {
  display: block;
}
.top_service_slider .swiper4 .swiper-slide a:hover {
  opacity: 0.8;
}
.top_service_slider .swiper4 .swiper-slide .img_wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 275/263;
  overflow: hidden;
  border-radius: 20px;
  border: solid 2px #fe2717;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider .swiper4 .swiper-slide .img_wrap {
    aspect-ratio: 230/220;
    margin-bottom: 10px;
  }
}
.top_service_slider .swiper4 .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
}
.top_service_slider .swiper4 .swiper-slide h4 {
  color: #fe2717;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider .swiper4 .swiper-slide h4 {
    font-size: 1.6rem;
  }
}
.top_service_slider .swiper4 .swiper-button-next,
.top_service_slider .swiper4 .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #fe2717;
  border-radius: 50%;
  top: 131px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider .swiper4 .swiper-button-next,
  .top_service_slider .swiper4 .swiper-button-prev {
    top: 106px;
  }
}
.top_service_slider .swiper4 .swiper-button-next:hover,
.top_service_slider .swiper4 .swiper-button-prev:hover {
  background: #777777;
}
.top_service_slider .swiper4 .swiper-button-next::after,
.top_service_slider .swiper4 .swiper-button-prev::after {
  content: "";
  width: 9px;
  height: 8px;
  background-image: url(assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_service_slider .swiper4 .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider .swiper4 .swiper-button-next {
    right: 9px;
  }
}
.top_service_slider .swiper4 .swiper-button-next:hover::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.top_service_slider .swiper4 .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top_service_slider .swiper4 .swiper-button-prev {
    left: 9px;
  }
}
.top_service_slider .swiper4 .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top_service_slider .swiper4 .swiper-button-prev:hover::after {
  -webkit-transform: rotate(180deg) translateX(7px);
          transform: rotate(180deg) translateX(7px);
}

.top_banner {
  position: relative;
  margin-bottom: 10px;
}
.top_banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.top_banner a.sp-none {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: #212121;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  border-radius: 40px 0 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 43px 28px 54px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .top_banner a.sp-none {
    display: none;
  }
}
.top_banner a.sp-none::after {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url(assets/img/link_icon_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top_banner a.sp-none:hover {
  opacity: 1;
  background: #fe2717;
}
.top_banner .more_btn_top_about {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_banner .more_btn_top_about a {
  padding-left: 25px;
}

.list {
  border-bottom: solid 1px #dddddd;
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .list {
    padding: 24px 0;
  }
}
.list a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .list a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.list .img_wrap {
  width: 112px;
  height: 96px;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .list .img_wrap {
    width: 88px;
    height: 66px;
  }
}
.list .img_wrap img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list .right {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767.9px) {
  .list .right {
    width: calc(100% - 160px);
  }
}
.list .time_wrap {
  margin-bottom: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .list .time_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
    margin-bottom: 8px;
  }
}
.list time {
  font-size: 1.2rem;
  font-weight: 600;
  color: #777;
  line-height: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .list time {
    line-height: 1.1;
  }
}
.list .category {
  height: 24px;
}
@media screen and (max-width: 767.9px) {
  .list .category {
    position: relative;
    width: 100%;
  }
}
.list .category p {
  font-size: 1.1rem;
  padding: 0 12px;
  height: 24px;
  text-align: center;
  line-height: 2.2rem;
  color: #fe2717;
  border-radius: 40px;
  border: solid 1px #fe2717;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}
.list .news_title {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .list .news_title {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.list a:hover {
  opacity: 1;
}
.list a:hover .news_title {
  color: #fe2717;
}
.list a:hover .img_wrap img {
  -webkit-transform: unset;
          transform: unset;
  opacity: 0.6;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#item2:checked ~ #item2_content,
#item3:checked ~ #item3_content,
#item4:checked ~ #item4_content {
  display: block;
}

.pankuzu {
  padding: 32px 0;
  background: #fff;
  color: #ddd;
}
.pankuzu .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pankuzu a,
.pankuzu span {
  font-size: 1.2rem;
  color: #fe2717;
  line-height: 1.8666666667;
}
.pankuzu a span {
  color: #777;
}
.pankuzu .bar {
  background-color: #ddd;
  display: inline-block;
  margin: 0 12px;
  width: 8px;
  height: 1px;
  vertical-align: middle;
}

.header_entry {
  height: 48px;
  margin-left: 40px;
  width: 152px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_entry:hover::after {
  content: none !important;
}
.header_entry:hover a {
  color: #212121 !important;
}
.header_entry a {
  width: 100%;
  border-radius: 72px;
  position: relative;
  background-color: #212121;
  font-size: 1.6rem;
  padding-left: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_entry a::before, .header_entry a::after {
  content: "";
  position: absolute;
}
.header_entry a::before {
  background: #777777;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_entry a::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #212121;
  top: 22px;
  right: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
}
.header_entry a:hover {
  background-color: #fff;
  opacity: 1;
  color: #212121;
}
.header_entry a:hover::before {
  background: #212121;
  top: 5px;
  right: 5px;
  width: 38px;
  height: 38px;
}
.header_entry a:hover::after {
  background-image: url(assets/img/arrow.svg);
  width: 7px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 21px;
  top: 21px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body.home .pankuzu {
  display: none;
}

.footer {
  background: #fe2717;
  padding: 120px 0;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding: 64px 0 40px;
  }
}
.footer li,
.footer p,
.footer small,
.footer a {
  color: #fff;
}
.footer .f_logo {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .footer .f_logo {
    margin-bottom: 0;
  }
}
.footer .f_logo img {
  width: 154px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .footer .f_logo img {
    width: auto;
    height: 37px;
    margin-bottom: 6px;
  }
}
.footer .f_logo p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .footer .f_logo p {
    font-size: 1.4rem;
  }
}
.footer .footer_wrap {
  gap: 32px 168px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .left .flex a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
.footer .left .flex a img {
  width: 12px;
  margin-left: 8px;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav.sp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .fnav.sp-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav.sp-none {
    display: none;
  }
}
.footer .fnav {
  gap: 56px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav {
    -webkit-column-gap: 82px;
       -moz-column-gap: 82px;
            column-gap: 82px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.footer .fnav a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .fnav li {
  margin-bottom: 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav li {
    margin-bottom: 13px;
  }
}
.footer .fnav li a {
  font-size: 1.4rem;
}
.footer .fnav li ul li {
  margin-bottom: 12px;
}
.footer .fnav li ul li a {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav li ul li a {
    font-size: 1.2rem;
  }
}
.footer .fnav li ul li a::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #fd867e;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.footer .fnav li a:hover {
  color: #ffb6b1;
  opacity: 1;
}
.footer .fnav li.p_menu {
  margin-bottom: 12px;
  line-height: 1.6923076923;
  cursor: auto;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav li.p_menu {
    margin-bottom: 16px;
  }
}
.footer .fnav li.p_menu ul {
  margin-top: 12px;
}
.footer .fnav li.p_menu ul li {
  line-height: 1.4166666667;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav li.p_menu ul li {
    font-size: 1.2rem;
  }
}
.footer .fnav li.p_menu ul li a {
  font-size: 1.2rem;
  line-height: 1;
}
.footer .fnav li.p_menu ul.flex-top {
  width: 250px;
  gap: 0 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav li.p_menu ul.flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}
.footer .fnav li.p_menu ul.flex-top li {
  min-width: 97px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav li.p_menu ul.flex-top li {
    min-width: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .fnav_right {
    position: relative;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .fnav_right .f_pp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .footer .fnav .fnav_right .f_pp a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .footer .fnav .fnav_right .f_pp a img {
    width: 12px;
    margin-left: 8px;
    display: inline-block;
  }
}
.footer .f_nav_recruit {
  margin-left: 20px;
}
.footer small {
  display: block;
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767.9px) {
  .footer small {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    text-wrap: nowrap;
    margin-left: -20px;
    margin-top: 16px;
  }
}

.page_top {
  height: 500px;
  background: #fe2717;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .page_top {
    height: 328px;
  }
}
.page_top .cont {
  height: 100%;
  position: relative;
}

.page_heading {
  position: absolute;
  left: 0;
  bottom: 224px;
}
@media screen and (max-width: 767.9px) {
  .page_heading {
    bottom: 135px;
  }
}
.page_heading p {
  font-size: 5rem;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .page_heading p {
    font-size: 3.2rem;
    line-height: 1.40625;
  }
}
.page_heading h2 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page_heading h2 {
    font-size: 1.4rem;
  }
}
.page_heading .small {
  font-size: 2.4rem;
  margin-bottom: 5px;
  line-height: 1.375;
}
@media screen and (max-width: 767.9px) {
  .page_heading .small {
    font-size: 1.8rem;
  }
}
.page_heading .page_heading-service {
  font-size: 3.5rem;
  line-height: 1.4571428571;
}
@media screen and (max-width: 767.9px) {
  .page_heading .page_heading-service {
    font-size: 2.8rem;
  }
}

.page_top:has(.page_heading-service) .page_heading {
  bottom: 250px;
}
@media screen and (max-width: 767.9px) {
  .page_top:has(.page_heading-service) .page_heading {
    bottom: 155px;
  }
}

.page_news {
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .page_news {
    padding-bottom: 200px;
  }
}

.page_news-wrap {
  width: 100%;
  margin-top: 32px;
  border-top: solid 1px #dddddd;
}
.page_news-wrap .list a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_news-wrap .list a .arrow {
  right: 4px;
}

.page_menu.corporate {
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page_menu.corporate {
    padding-bottom: 100px;
  }
}

.page_menu {
  background: #ffe6e4;
}
@media screen and (max-width: 767.9px) {
  .page_menu {
    margin-top: -80px;
  }
}

.page_menu-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
@media screen and (max-width: 767.9px) {
  .page_menu-wrap {
    row-gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_menu-wrap li {
  width: 312px;
}
@media screen and (max-width: 767.9px) {
  .page_menu-wrap li {
    width: 288px;
  }
}
.page_menu-wrap li a {
  height: 96px;
  border-radius: 16px;
}
@media screen and (max-width: 767.9px) {
  .page_menu-wrap li a {
    height: 80px;
  }
}
.page_menu-wrap li a::before {
  border-radius: 16px;
}
.page_menu-wrap li p {
  font-size: 1.6rem;
}
.page_menu-wrap li .arrow {
  top: 28px;
}
@media screen and (max-width: 767.9px) {
  .page_menu-wrap li .arrow {
    width: 32px;
    height: 32px;
    top: 24px;
  }
}

.pagenation {
  margin-top: 80px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-numbers a.page-numbers {
  height: 40px;
}
@media screen and (max-width: 767.9px) {
  .page-numbers a.page-numbers {
    height: 32px;
  }
}
.page-numbers li a,
.page-numbers li span {
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  position: relative;
  width: 40px;
  height: 40px;
  background: #eaeaea;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .page-numbers li a,
  .page-numbers li span {
    font-size: 1.2rem;
    width: 32px;
    height: 32px;
  }
}
.page-numbers li a {
  background: none;
}
.page-numbers li a:hover {
  background: #eaeaea;
}
.page-numbers .dots {
  background: none;
}
.page-numbers .next,
.page-numbers .prev {
  padding-bottom: 0;
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 50%;
  border: solid 1px #c8c8c8;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .page-numbers .next,
  .page-numbers .prev {
    width: 40px;
    height: 40px;
  }
}
.page-numbers .page-numbers.next,
.page-numbers .page-numbers.prev {
  padding-bottom: 0;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  border: solid 1px #dddddd;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #fe2717;
}
@media screen and (max-width: 767.9px) {
  .page-numbers .page-numbers.next,
  .page-numbers .page-numbers.prev {
    width: 32px;
    height: 32px;
  }
}
.page-numbers .page-numbers.next::before,
.page-numbers .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 7px;
  background-image: url(assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 41%;
  left: 16px;
}
@media screen and (max-width: 767.9px) {
  .page-numbers .page-numbers.next::before,
  .page-numbers .page-numbers.prev::before {
    width: 6px;
    height: 5px;
    left: 13px;
  }
}
.page-numbers .page-numbers.next::after,
.page-numbers .page-numbers.prev::after {
  display: none;
}
.page-numbers .page-numbers.next:hover,
.page-numbers .page-numbers.prev:hover {
  background: #212121;
  opacity: 1;
}
.page-numbers .page-numbers.next:hover::before,
.page-numbers .page-numbers.prev:hover::before {
  left: 8px;
}
.page-numbers .page-numbers.next:hover::before {
  left: 24px;
}
@media screen and (max-width: 767.9px) {
  .page-numbers .page-numbers.next:hover::before {
    left: 18px;
  }
}

.prev.page-numbers {
  margin-right: 16px;
}
@media screen and (max-width: 767.9px) {
  .prev.page-numbers {
    margin-right: 0;
  }
}
.prev.page-numbers::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.next.page-numbers {
  margin-left: 16px;
}
@media screen and (max-width: 767.9px) {
  .next.page-numbers {
    margin-left: 0;
  }
}
.next.page-numbers:hover::before {
  left: 26px;
}
@media screen and (max-width: 767.9px) {
  .next.page-numbers:hover::before {
    left: 23px;
  }
}

.page_top-news {
  height: 320px;
  background: #fe2717;
}
@media screen and (max-width: 767.9px) {
  .page_top-news {
    height: 180px;
  }
}

article.news {
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  article.news {
    padding-bottom: 200px;
  }
}
article.news .news_title_top {
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
article.news .news_title_top time {
  font-size: 1.2rem;
  color: #777;
}
article.news .news_title_top .category p {
  font-size: 1.1rem;
  padding: 0 12px;
  height: 24px;
  text-align: center;
  line-height: 2.4rem;
  color: #fe2717;
  border-radius: 40px;
  border: solid 1px #fe2717;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
}
article.news h2 {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-bottom: 24px;
  border-bottom: 1px solid #fe2717;
}
@media screen and (max-width: 767.9px) {
  article.news h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
article.news .content {
  padding: 80px 0 0;
  font-size: 1.6rem;
  line-height: 2.3;
}
@media screen and (max-width: 767.9px) {
  article.news .content {
    padding-top: 64px;
  }
}
article.news .content img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  article.news .content img {
    margin-bottom: 40px;
  }
}
article.news .content a {
  text-decoration: underline;
}
article.news .content p {
  margin-bottom: 64px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  article.news .content p {
    margin-bottom: 40px;
  }
}
article.news .content p:has(img.aligncenter) {
  text-align: center;
}
article.news .content .page_link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-top: 120px;
}
@media screen and (max-width: 767.9px) {
  article.news .content .page_link {
    margin-top: 80px;
    gap: 26px;
  }
}
article.news .content .page_link p {
  margin-bottom: 0;
}
article.news .content .page_link a {
  font-size: 1.4rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  article.news .content .page_link a {
    font-size: 1.2rem;
    gap: 8px;
  }
}
article.news .content .page_link a::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fe2717;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767.9px) {
  article.news .content .page_link a::before {
    width: 32px;
    height: 32px;
  }
}
article.news .content .page_link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 7px;
  background-image: url(assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 41%;
  left: 16px;
}
@media screen and (max-width: 767.9px) {
  article.news .content .page_link a::after {
    width: 6px;
    height: 5px;
    left: 13px;
  }
}
article.news .content .page_link a:hover {
  opacity: 1;
  color: #fe2717;
}
article.news .content .page_link a:hover::before {
  background: #212121;
}
article.news .content .page_link a:hover::after {
  left: 8px;
}
article.news .content .page_link .page_link-prev a::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
article.news .content .page_link .all_list::before,
article.news .content .page_link .all_list::after {
  content: none;
}
article.news .content .page_link .page_link-next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
article.news .content .page_link .page_link-next a::after {
  right: 16px;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 767.9px) {
  article.news .content .page_link .page_link-next a::after {
    right: 13px;
  }
}
article.news .content .page_link .page_link-next a:hover::after {
  right: 12px;
}
@media screen and (max-width: 767.9px) {
  article.news .content .page_link .page_link-next a:hover::after {
    right: 8px;
  }
}

.message_top {
  margin-top: -160px;
}
@media screen and (max-width: 767.9px) {
  .message_top {
    margin-top: -80px;
  }
}
.message_top img {
  border-radius: 160px 160px 0 0;
}
@media screen and (max-width: 767.9px) {
  .message_top img {
    border-radius: 64px 64px 0 0;
  }
}

.message_top-comment-wrap {
  background: #fff8f8;
  padding: 80px 0;
}
@media screen and (max-width: 767.9px) {
  .message_top-comment-wrap {
    padding-top: 64px;
    padding-bottom: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.message_top-comment-wrap .message_top-comment {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .message_top-comment-wrap .message_top-comment {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .message_top-comment-wrap .sign {
    width: 100%;
    margin-top: 48px;
  }
}
.message_top-comment-wrap .sign p {
  text-align: right;
  margin-bottom: 8px;
  font-size: 1.3rem;
}
.message_top-comment-wrap .sign p:nth-child(2) {
  font-size: 2.4rem;
}
.message_top-comment-wrap .sign img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  float: right;
}
@media screen and (max-width: 767.9px) {
  .message_top-comment-wrap .sign img {
    width: 211px;
  }
}

.message-content {
  background: #fff;
  padding-top: 100px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .message-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.message-content .heading {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .message-content .heading {
    width: 100%;
  }
}
.message-content h3 {
  text-align: center;
  color: #fe2717;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 56px 0;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .message-content h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media screen and (max-width: 767.9px) {
  .message-content h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 430px) {
  .message-content h3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.message-content h3 span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.message-content h3::before, .message-content h3::after,
.message-content h3 span::before,
.message-content h3 span::after {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 30px 0 0 0;
  border-top: 3px solid #fe2717;
  border-left: 3px solid #fe2717;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .message-content h3::before, .message-content h3::after,
  .message-content h3 span::before,
  .message-content h3 span::after {
    width: 56px;
    height: 56px;
  }
}
.message-content h3::before {
  top: 0;
  left: 0;
}
.message-content h3::after {
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.message-content h3 span::before {
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.message-content h3 span::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.message-content .description {
  width: 480px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .message-content .description {
    width: 100%;
  }
}
.message-content picture {
  width: 66.3%;
}
@media screen and (max-width: 1024px) {
  .message-content picture {
    width: 108%;
  }
}
.message-content picture img {
  height: auto;
}

.message1 {
  padding-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .message1 {
    padding-top: 80px;
  }
}

.message2 .heading {
  margin-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .message2 .heading {
    margin-top: 64px;
  }
}
.message2 picture {
  margin-left: calc(50% - 50vw);
}
.message2 picture img {
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 767.9px) {
  .message2 picture img {
    border-radius: 0 40px 40px 0;
  }
}

@media screen and (max-width: 767.9px) {
  .message3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.message3 .heading {
  margin-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .message3 .heading {
    margin-top: 64px;
  }
}
.message3 picture {
  margin-right: calc(50% - 50vw);
}
.message3 picture img {
  border-radius: 80px 0 0 80px;
}
@media screen and (max-width: 767.9px) {
  .message3 picture img {
    border-radius: 40px 0 0 40px;
  }
}

.page-company {
  background: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .page-company .top_heading p {
    line-height: 1.2;
  }
}

.philosophy {
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .philosophy {
    padding-bottom: 120px;
  }
}
.philosophy .top_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .philosophy .top_heading {
    margin-bottom: 32px;
  }
}

.philosophy-content {
  width: 100%;
  max-width: 640px;
  margin: 40px auto 0;
  background: #f8f8f8;
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
}
@media screen and (max-width: 767.9px) {
  .philosophy-content {
    border-radius: 64px;
    padding: 64px 20px;
    margin-top: 24px;
  }
}
.philosophy-content .heading2 {
  margin-bottom: 24px;
}
.philosophy-content .detail {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .philosophy-content .detail {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.heading2 {
  text-align: center;
}
.heading2 p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3928571429;
  color: #fe2717;
}
.heading2 h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.table1 {
  display: block;
  border-top: 1px solid #dddddd;
}
.table1 tbody {
  display: block;
}
.table1 tr {
  border-bottom: 1px solid #dddddd;
  padding: 24px 0;
  display: block;
}
.table1 th,
.table1 td {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767.9px) {
  .table1 th,
  .table1 td {
    display: block;
  }
}
.table1 th {
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  .table1 th {
    width: 100%;
  }
}
.table1 td {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767.9px) {
  .table1 td {
    width: 100%;
  }
}
.table1 td span {
  font-weight: 700;
}

.logo_wrapper {
  margin-top: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .logo_wrapper {
    margin-top: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.logo_content {
  width: 224px;
}
.logo_content div {
  padding: 15px 0 14px;
  border: solid 1px #dddddd;
  border-radius: 24px;
  margin-bottom: 8px;
}
.logo_content div img {
  width: 170px;
  margin: 0 auto;
  display: block;
}
.logo_content p {
  text-align: center;
  font-size: 1.2rem;
}

.overview {
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .overview {
    padding-bottom: 120px;
  }
}
.overview .table1 th {
  color: #777;
}

.history {
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .history {
    padding-bottom: 120px;
  }
}
.history .more_btn1 {
  margin-top: 56px;
}
@media screen and (max-width: 767.9px) {
  .history .more_btn1 {
    margin-top: 48px;
  }
}
.history .more_btn1 a {
  background: #f8f8f8;
  margin: 0 auto;
}
.history .more_btn1 a:hover {
  background: #212121;
}

.office {
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .office {
    padding-bottom: 120px;
  }
}

.office-list {
  gap: 80px 56px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .office-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 56px;
    margin-bottom: 0;
  }
}
.office-list li {
  width: 296px;
}
.office-list img {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.office-list .office-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 12px;
}
.office-list .office-address {
  font-size: 1.4rem;
  line-height: 2;
}

.related_services {
  background: #f8f8f8;
  border-radius: 160px 160px 0 0;
  padding-top: 160px;
  padding-bottom: 300px;
}
@media screen and (max-width: 767.9px) {
  .related_services {
    border-radius: 64px 64px 0 0;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767.9px) {
  .related_services .top_heading {
    margin-bottom: 50px;
  }
}
.related_services .cont {
  max-width: 588px;
}
.related_services .related_services_list {
  margin-bottom: 50px;
}
.related_services .related_services_list .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  border-radius: 80px;
  padding: 60px 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .related_services .related_services_list .wrap {
    padding: 25px 20px 42px;
    margin-bottom: 32px;
    border-radius: 40px;
  }
}
.related_services .related_services_list .wrap h4 {
  padding-bottom: 12px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.related_services .related_services_list .wrap h4::before {
  content: "";
  width: 80px;
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #fe2717;
  border: solid 1px #212121;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.related_services .related_services_list .wrap img {
  margin: 0 auto;
  display: block;
}
.related_services .related_links_list h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
  padding-left: 28px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767.9px) {
  .related_services .related_links_list h4 {
    margin-bottom: 32px;
  }
}
.related_services .related_links_list h4::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #007ddc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.related_services .related_links_list ul li {
  border-top: 1px solid #777777;
  padding: 24px 0;
}
.related_services .related_links_list ul li p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .related_services .related_links_list ul li p {
    font-size: 1.7rem;
  }
}
.related_services .related_links_list ul li a {
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767.9px) {
  .related_services .related_links_list ul li a {
    font-size: 1.6rem;
  }
}

.page-sdgs {
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .page-sdgs {
    padding-bottom: 200px;
  }
}

.sdgs-top {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .sdgs-top {
    margin-bottom: 100px;
  }
}
.sdgs-top h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .sdgs-top h3 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.sdgs-top .add {
  margin-top: 40px;
  text-align: right;
}

.sdgs-middle {
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .sdgs-middle {
    margin-bottom: 120px;
  }
}
.sdgs-middle h3 {
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #707070;
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .sdgs-middle h3 {
    font-size: 2.3rem;
    margin-bottom: 48px;
  }
}
.sdgs-middle ul {
  gap: 80px 8%;
}
.sdgs-middle li {
  width: 46%;
}
@media screen and (max-width: 767.9px) {
  .sdgs-middle li {
    width: 100%;
  }
}
.sdgs-middle li h4 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 24px;
}
.sdgs-middle li h5 {
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}
.sdgs-middle li h5 span {
  color: #fe2717;
}
.sdgs-middle li .img_wrap {
  margin-top: 32px;
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
  row-gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .sdgs-middle li .img_wrap {
    gap: 8px;
  }
}
.sdgs-middle li .img_wrap img {
  width: 22.4%;
}
@media screen and (max-width: 767.9px) {
  .sdgs-middle li .img_wrap img {
    width: 103px;
  }
}

.sdgs-bottom .logo_wrap {
  max-width: 674px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767.9px) {
  .sdgs-bottom .logo_wrap {
    margin-bottom: 40px;
  }
}
.sdgs-bottom .sdgs-logo {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 22px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sdgs-bottom .sdgs-logo {
    width: 57.3%;
    margin-bottom: 12px;
  }
}
.sdgs-bottom ol {
  row-gap: 12px;
}
@media screen and (max-width: 767.9px) {
  .sdgs-bottom ol {
    row-gap: 6px;
  }
}
.sdgs-bottom li {
  width: 15.1%;
}
.sdgs-bottom h3 {
  text-align: center;
  color: #fe2717;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.65;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .sdgs-bottom h3 {
    text-align: left;
  }
}

.interview {
  padding-top: 80px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .interview {
    padding-bottom: 120px;
  }
}
.interview .interview-top {
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .interview .interview-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top {
    padding-bottom: 64px;
  }
}
.interview .interview-top .lead {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2.5833333333;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .interview .interview-top .lead {
    max-width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top .lead {
    font-size: 2rem;
    line-height: 2.3;
  }
}
.interview .interview-top .lead span {
  display: inline-block;
  position: relative;
}
.interview .interview-top .lead span::after {
  content: "";
  background: #fe2717;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interview .interview-top .right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .interview .interview-top .right {
    width: 100%;
    max-width: 351px;
    margin-left: auto;
  }
}
.interview .interview-top .right .detail {
  background: #fff;
  padding: 24px;
  padding-right: 19px;
  border-radius: 32px;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 61px;
}
@media screen and (max-width: 1024px) {
  .interview .interview-top .right .detail {
    margin-top: 91px;
  }
}
.interview .interview-top .right .position {
  background: #fe2717;
  color: #fff;
  border-radius: 40px;
  line-height: 4rem;
  padding: 0 16px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.interview .interview-top .right .name {
  font-size: 2rem;
}
.interview .interview-top .right .name span {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 4px;
}
.interview .interview-top .right img {
  width: 83.8%;
  position: absolute;
  top: -244px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .interview .interview-top .right img {
    width: 293px;
    top: -120px;
    right: -24px;
  }
}

.interview-content .qa {
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .interview-content .qa {
    padding-top: 0;
    margin-bottom: 64px;
  }
}
.interview-content .qa .cont {
  max-width: auto;
}
.interview-content .flex-top {
  width: 86.6%;
}
@media screen and (max-width: 767.9px) {
  .interview-content .flex-top {
    width: 100%;
  }
}
.interview-content .flex-top img {
  width: 59.2%;
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 1024px) {
  .interview-content .flex-top img {
    width: 95.3%;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767.9px) {
  .interview-content .flex-top img {
    border-radius: 0 40px 40px 0;
    width: 93.7%;
  }
}
.interview-content .flex-top .interview-qa {
  margin-top: 78px;
  position: relative;
  background: #fff;
  border-radius: 80px;
  width: 37%;
  padding: 64px 5.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .interview-content .flex-top .interview-qa {
    width: 87.6%;
    margin: 0 auto;
    padding: 64px 40px;
    border-radius: 40px;
  }
}
.interview-content .flex-top .interview-qa::before {
  content: "";
  width: 84px;
  height: 64px;
  background-image: url(assets/img/waves.svg);
  background-size: contain;
  top: -32px;
  left: 56px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .interview-content .flex-top .interview-qa::before {
    width: 73px;
    height: 56px;
    top: -16px;
    left: 40px;
  }
}
.interview-content .flex-top .interview-q {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fe2717;
  letter-spacing: normal;
  line-height: 1.8181818182;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .interview-content .flex-top .interview-q {
    font-size: 1.8rem;
  }
}
.interview-content .qa2 img {
  border-radius: 80px 0 0 80px;
}
@media screen and (max-width: 1024px) {
  .interview-content .qa2 img {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .interview-content .qa2 img {
    border-radius: 40px 0 0 40px;
  }
}
.interview-content .qa2 .flex-top {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .interview-content .qa2 .flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.interview-content .trigger {
  margin-top: 100px;
  padding: 64px 100px;
  background: #fe2717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
}
@media screen and (max-width: 1024px) {
  .interview-content .trigger {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767.9px) {
  .interview-content .trigger {
    margin-top: 64px;
    border-radius: 40px;
    padding: 64px 40px;
  }
}
.interview-content .trigger h3 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .interview-content .trigger h3 {
    font-size: 1.6rem;
  }
}
.interview-content .trigger h3 span {
  display: block;
  margin-bottom: 16px;
  font-size: 5.6rem;
  line-height: 6.8rem;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .interview-content .trigger h3 span {
    font-size: 4rem;
    margin-bottom: 8px;
    line-height: 4.9rem;
  }
}
.interview-content .trigger p {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .interview-content .trigger p {
    font-size: 1.5rem;
  }
}
.interview-content .message {
  margin-top: 213px;
  padding: 64px;
  background: #fff;
  border: solid 3px #fe2717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .interview-content .message {
    margin-top: 177px;
    padding: 64px 37px;
    border-radius: 40px;
  }
}
.interview-content .message h3 {
  color: #fe2717;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .interview-content .message h3 {
    font-size: 1.6rem;
  }
}
.interview-content .message h3 span {
  display: block;
  margin-bottom: 16px;
  font-size: 5.6rem;
  line-height: 6.8rem;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .interview-content .message h3 span {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 8px;
  }
}
.interview-content .message img {
  position: absolute;
  top: -113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 187px;
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mon {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .mon {
    font-weight: 700;
  }
}

.interview-others {
  padding-top: 160px;
  padding-bottom: 320px;
}
@media screen and (max-width: 767.9px) {
  .interview-others {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.interview-others .top_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .interview-others .top_heading {
    margin-bottom: 32px;
  }
}

.interview1 {
  background: #fff7f1;
}

.interview2 {
  background: #ecf4ec;
}

.interview3 {
  background: #eef9fd;
}
.interview3 .interview-top .lead {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.9px) {
  .interview3 .interview-top .lead {
    font-size: 2rem;
  }
}

.page-aboutus-top {
  background: #fff;
  padding-bottom: 280px;
}
@media screen and (max-width: 767.9px) {
  .page-aboutus-top {
    padding-bottom: 160px;
  }
}
.page-aboutus-top p {
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page-aboutus-top p {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: left;
    margin: 0 24px;
  }
}

.about-history {
  z-index: 2;
  position: relative;
  padding-top: 0;
  padding-bottom: 400px;
  margin-top: -160px;
}
@media screen and (max-width: 767.9px) {
  .about-history {
    padding-bottom: 200px;
    margin-top: -80px;
  }
}
.about-history .history-top {
  padding-top: 160px;
  border-radius: 160px 160px 0 0;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top {
    border-radius: 64px 64px 0 0;
    padding-top: 109px;
  }
}
.about-history .history-top .cont {
  position: relative;
  padding-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top .cont {
    padding-bottom: 89px;
  }
}
.about-history .history-top img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 246px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top img {
    height: 112px;
    bottom: 58px;
  }
}
.about-history .history-top h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top h3 {
    font-size: 3.2rem;
  }
}
.about-history .history-top .year {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.about-history .history-top .year::before, .about-history .history-top .year::after {
  content: "";
  width: 13px;
  height: 32px;
  background-image: url(assets/img/about-kakko.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top .year::before, .about-history .history-top .year::after {
    width: 7px;
    height: 18px;
  }
}
.about-history .history-top .year::before {
  margin-right: 16px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top .year::before {
    margin-right: 8px;
    margin-top: 2px;
  }
}
.about-history .history-top .year::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 4px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top .year::after {
    margin-right: 0;
    height: 17px;
  }
}
.about-history .history-top .year p {
  color: #fff;
  line-height: 3.2rem;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top .year p {
    font-size: 1.3rem;
  }
}
.about-history .history-top .year p:first-child::after {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 12px;
  background-image: url(assets/img/about-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-top .year p:first-child::after {
    width: 8px;
    height: 10px;
    margin-right: 6px;
  }
}
.about-history .history-detail {
  position: relative;
  z-index: 2;
  padding-top: 176px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail {
    padding-top: 115px;
  }
}
.about-history .history-detail h4 {
  background: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  border-radius: 230px;
  text-align: center;
  width: 100%;
  max-width: 640px;
  height: 160px;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail h4 {
    font-size: 1.6rem;
    height: auto;
    padding: 32px 33px;
    width: 87.6%;
    top: -57px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.about-history .history-detail h4::after {
  content: "";
  background-image: url(assets/img/aboutus-mark1.svg);
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail h4::after {
    width: 12px;
    height: 48px;
    bottom: -42px;
  }
}
.about-history .history-detail .history-detail-text {
  padding-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail .history-detail-text {
    padding-bottom: 32px;
  }
}
.about-history .history-detail .history-detail-text .description {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.about-history .history-detail .history-detail-img {
  width: 100%;
  padding: 64px 24px;
  border-radius: 80px;
  background: #fff;
  margin-bottom: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail .history-detail-img {
    border-radius: 40px;
    padding: 32px 14px;
    margin-bottom: 32px;
  }
}
.about-history .history-detail .history-detail-img img {
  width: 61.3%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail .history-detail-img img {
    width: 100%;
  }
}
.about-history .history-detail p.flex {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail p.flex {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 80px;
  }
}
.about-history .history-detail p.flex::before, .about-history .history-detail p.flex::after {
  content: "";
  width: 32px;
  height: 62px;
  background-image: url(assets/img/aboutus-mark2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-detail p.flex::before, .about-history .history-detail p.flex::after {
    content: none;
  }
}
.about-history .history-detail p.flex::before {
  margin-right: 40px;
}
.about-history .history-detail p.flex::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 40px;
}
.about-history h5 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .about-history h5 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
.about-history h5::after {
  content: "";
  width: 24px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-history .history-table table {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table table {
    margin-bottom: 40px;
  }
}
.about-history .history-table table::after {
  content: "";
  width: 1px;
  height: calc(100% - 45px);
  left: 39px;
  top: 45px;
  border-left: dotted 3px #fe2717;
  display: block;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table table::after {
    left: 31px;
  }
}
.about-history .history-table table tr {
  background: #fff;
  padding: 24px 0;
  padding-right: 30px;
  margin-bottom: 16px;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
  }
}
.about-history .history-table table tr:last-child {
  margin-bottom: 0;
}
.about-history .history-table table th {
  display: inline-block;
  position: relative;
  padding-left: 64px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 157px;
  margin-right: 24px;
  line-height: 3rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table table th {
    padding-left: 32px;
  }
}
.about-history .history-table table th::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 32px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table table th::before {
    left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table table td {
    padding-left: 32px;
  }
}
.about-history .history-table .img_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px 3.2%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table .img_wrap {
    gap: 32px 4.8%;
  }
}
.about-history .history-table .img_wrap li {
  width: 31.2%;
  height: auto;
  aspect-ratio: 312/240;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table .img_wrap li {
    width: 47.6%;
  }
}
.about-history .history-table .img_wrap li img {
  border-radius: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table .img_wrap li img {
    border-radius: 20px;
    margin-bottom: 8px;
  }
}
.about-history .history-table .img_wrap li p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .about-history .history-table .img_wrap li p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.about-history .business {
  background: #fff;
  padding-top: 275px;
  margin-top: -160px;
}
@media screen and (max-width: 767.9px) {
  .about-history .business {
    margin-top: -86px;
    padding-top: 185px;
  }
}
.about-history .business ul {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .about-history .business ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px 14px;
  }
}
.about-history .business ul li {
  width: 150px;
}
@media screen and (max-width: 767.9px) {
  .about-history .business ul li {
    width: 100px;
  }
}
.about-history .business ul li img {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 16px;
  border: solid 1px #fe2717;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .about-history .business ul li img {
    padding: 10px;
    margin-bottom: 8px;
  }
}
.about-history .business ul li p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .about-history .business ul li p {
    font-size: 1.2rem;
  }
}

.history-1 .history-top {
  background: #fe2717;
}
.history-1 .history-detail {
  background: #ffeeed;
}
.history-1 .history-detail-text .comment p {
  color: #fe2717;
  background-image: url(assets/img/aboutus-balloon1.svg);
}
.history-1 p.flex {
  color: #fe2717;
}
.history-1 h5::after {
  background: #fe2717;
}
.history-1 .history-table th::before {
  color: #fe2717;
}
.history-1 .business {
  margin-top: -193px;
  padding-top: 303px;
}
@media screen and (max-width: 767.9px) {
  .history-1 .business {
    margin-top: -123px;
    padding-top: 202px;
  }
}

.history-2 .history-top {
  background: #fd5517;
}
.history-2 .history-detail {
  background: #fff2ed;
}
@media screen and (max-width: 767.9px) {
  .history-2 .history-detail {
    padding-top: 140px;
  }
}
.history-2 .history-detail-text .comment p {
  color: #fd5517;
  background-image: url(assets/img/aboutus-balloon2.svg);
}
.history-2 .history-table table::after {
  border-color: #fd5517;
}
.history-2 p.flex {
  color: #fd5517;
}
.history-2 h5::after {
  background: #fd5517;
}
.history-2 .history-table th::before {
  color: #fd5517;
}
.history-2 .business ul li img {
  border-color: #fd5517;
}

.history-3 .history-top {
  background: #fd8217;
}
.history-3 .history-detail {
  background: #fff5ed;
}
@media screen and (max-width: 767.9px) {
  .history-3 .history-detail {
    padding-top: 140px;
  }
}
.history-3 .history-detail-text .comment p {
  color: #fd8217;
  background-image: url(assets/img/aboutus-balloon3.svg);
}
.history-3 .history-table table::after {
  border-color: #fd8217;
}
.history-3 p.flex {
  color: #fd8217;
}
.history-3 h5::after {
  background: #fd8217;
}
.history-3 .history-table th::before {
  color: #fd8217;
}
.history-3 .business ul li img {
  border-color: #fd8217;
}
.history-3 .business {
  margin-top: -193px;
  padding-top: 303px;
}
@media screen and (max-width: 767.9px) {
  .history-3 .business {
    margin-top: -107px;
    padding-top: 185px;
  }
}

.history-4 .history-top {
  background: #ffaa00;
}
.history-4 .history-top .year::after {
  margin-left: 16px;
}
@media screen and (max-width: 767.9px) {
  .history-4 .history-top .year::after {
    margin-left: 8px;
  }
}
.history-4 .history-detail {
  background: #fff8eb;
}
@media screen and (max-width: 767.9px) {
  .history-4 .history-detail {
    padding-top: 217px;
  }
}
.history-4 .history-detail-text .comment p {
  color: #ffaa00;
  background-image: url(assets/img/aboutus-balloon4.svg);
}
.history-4 .history-table table::after {
  border-color: #ffaa00;
}
.history-4 p.flex {
  color: #ffaa00;
}
.history-4 h5::after {
  background: #ffaa00;
}
.history-4 .history-table th::before {
  color: #ffaa00;
}
@media screen and (max-width: 767.9px) {
  .history-4 .business ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.history-4 .business ul li img {
  border-color: #ffaa00;
}
.history-4 .history-detail .history-detail-img img {
  width: 82.8%;
}
@media screen and (max-width: 767.9px) {
  .history-4 .history-detail .history-detail-img img {
    width: 100%;
  }
}

.history_message {
  background: #f8f8f8;
}
.history_message .history-detail {
  padding-top: 160px;
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail {
    padding-top: 100px;
  }
}
.history_message p {
  text-align: center;
}
.history_message .history_message1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .history_message .history_message1 {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: left;
    margin: 0 24px 70px;
  }
}
.history_message .history-detail .history-detail-img {
  position: relative;
  padding: 85px 24px 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail .history-detail-img {
    padding: 64px 24px 40px;
    margin-bottom: 64px;
  }
}
.history_message .history-detail .history-detail-img p {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail .history-detail-img p {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
.history_message .history-detail .history-detail-img p span {
  color: #fe2717;
  display: block;
}
.history_message .history-detail .history-detail-img::before {
  content: "";
  background-image: url(assets/img/aboutus-mark1.svg);
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail .history-detail-img::before {
    width: 12px;
    height: 48px;
    top: -29px;
  }
}
.history_message .history-detail p.flex {
  font-size: 4rem;
  color: #fe2717;
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail p.flex {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail p.flex::before, .history_message .history-detail p.flex::after {
    content: "";
    width: 21px;
    height: 41px;
  }
}
.history_message .history-detail p.flex::before {
  margin-right: 64px;
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail p.flex::before {
    margin-right: 42px;
  }
}
.history_message .history-detail p.flex::after {
  margin-left: 64px;
}
@media screen and (max-width: 767.9px) {
  .history_message .history-detail p.flex::after {
    margin-left: 48px;
  }
}
.history_message .history_message2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .history_message .history_message2 {
    font-size: 1.8rem;
  }
}

.page-career-top {
  background: #fff;
  padding-bottom: 320px;
}
@media screen and (max-width: 767.9px) {
  .page-career-top {
    padding-bottom: 180px;
  }
}
.page-career-top .btn_flex {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-career-top .sales a {
  background: #ff7d00;
}
.page-career-top .sales a p {
  color: #fff;
}
.page-career-top .sales a .arrow {
  background: #e65f00;
}
.page-career-top .technical a {
  background: #00af7d;
}
.page-career-top .technical a p {
  color: #fff;
}
.page-career-top .technical a .arrow {
  background: #008c64;
}
.page-career-top a:hover {
  background: #212121;
}
.page-career-top a:hover .arrow {
  background: #fff;
}
.page-career-top a:hover .arrow::after {
  width: 8px;
  height: 7px;
}

.career-detail {
  padding-top: 240px;
  margin-top: -240px;
}
.career-detail .top {
  padding-bottom: 132px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .top {
    padding-bottom: 80px;
  }
}
.career-detail .top h3 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .career-detail .top h3 {
    font-size: 2.4rem;
  }
}
.career-detail .middle {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.career-detail .middle .flex-top {
  margin-top: -64px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .flex-top {
    margin-top: -40px;
    position: relative;
    padding-bottom: 343px;
  }
}
.career-detail .middle .left {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .left {
    width: 100%;
  }
}
.career-detail .middle .left img {
  border-radius: 32px;
  display: block;
}
.career-detail .middle .left img:nth-child(1) {
  width: 100%;
  height: auto;
  aspect-ratio: 48/40;
}
.career-detail .middle .left img:nth-child(2) {
  width: 58.3%;
  height: auto;
  aspect-ratio: 28/21;
  margin-top: 40px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .left img:nth-child(2) {
    width: 191px;
    position: absolute;
    left: 0;
    bottom: 160px;
    margin: 0;
  }
}
.career-detail .middle .left img:nth-child(3) {
  width: 58.3%;
  height: auto;
  aspect-ratio: 28/21;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .left img:nth-child(3) {
    width: 191px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
.career-detail .middle .right {
  width: 44%;
  margin-top: 142px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .right {
    width: 100%;
    margin-top: 40px;
  }
}
.career-detail .middle .right h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .right h4 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.career-detail .middle .right .detail {
  margin-top: 48px;
  background: #f8f8f8;
  border-radius: 32px;
  width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .right .detail {
    margin-top: 40px;
  }
}
.career-detail .middle .right .detail .list1 {
  margin-bottom: 24px;
}
.career-detail .middle .right .detail .list1 li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .right .detail .list1 li {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.career-detail .middle .right .detail .list1 li::before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .career-detail .middle .right .detail .list1 li::before {
    margin-top: 8px;
  }
}
.career-detail .middle .right .detail .customer_type p {
  font-size: 1.4rem;
  padding-bottom: 8px;
  border-bottom: 2px dotted #777;
  margin-bottom: 16px;
}
.career-detail .middle .right .detail .customer_type .list2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.career-detail .middle .right .detail .customer_type .list2 li {
  color: #fff;
  padding: 5px 16px 7px;
  border-radius: 32px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.career-detail .schedule {
  overflow-x: hidden;
  padding-top: 80px;
}
.career-detail .schedule h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .schedule h4 {
    margin-bottom: 70px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .career-detail .schedule h4 {
    margin-bottom: 24px;
  }
}
.career-detail .schedule h4::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
}
.career-detail .schedule .swiper-schedule {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .schedule .swiper-schedule {
    margin-bottom: 64px;
    margin-top: 70px;
  }
}
.career-detail .schedule .swiper-wrapper {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
.career-detail .schedule .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  height: auto;
}
.career-detail .schedule .swiper-wrapper .time {
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 16px;
}
.career-detail .schedule .swiper-wrapper h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
.career-detail .schedule .swiper-wrapper .description {
  font-size: 1.4rem;
}
.career-detail .schedule .swiper-button-prev,
.career-detail .schedule .swiper-button-next {
  top: -50px;
  width: 48px;
  height: 48px;
  background: #212121;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .career-detail .schedule .swiper-button-prev,
  .career-detail .schedule .swiper-button-next {
    width: 40px;
    height: 40px;
    top: -32px;
  }
}
.career-detail .schedule .swiper-button-prev:hover,
.career-detail .schedule .swiper-button-next:hover {
  background: #777777;
}
.career-detail .schedule .swiper-button-next.swiper-button-disabled,
.career-detail .schedule .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.career-detail .schedule .swiper-button-prev::after,
.career-detail .schedule .swiper-button-next::after {
  content: "";
  background-image: url(assets/img/arrow.svg);
  background-size: contain;
  width: 9px;
  height: 8px;
}
.career-detail .schedule .swiper-button-prev {
  right: 120px;
  left: auto;
}
@media screen and (max-width: 767.9px) {
  .career-detail .schedule .swiper-button-prev {
    right: 56px;
  }
}
.career-detail .schedule .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}
.career-detail .schedule .swiper-button-prev:hover::after {
  margin-right: 8px;
}
.career-detail .schedule .swiper-button-next {
  right: 48px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .schedule .swiper-button-next {
    right: 0;
  }
}
.career-detail .schedule .swiper-button-next::after {
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.career-detail .schedule .swiper-button-next:hover::after {
  margin-left: 8px;
}
.career-detail .related {
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .career-detail .related {
    padding-bottom: 64px;
  }
}
.career-detail .related .link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  .career-detail .related .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.career-detail .related .link a {
  height: 104px;
  background: #fff;
  border-radius: 16px;
  width: 312px;
  overflow: hidden;
  padding-left: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.career-detail .related .link .img_wrap {
  width: 104px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.career-detail .related .link .img_wrap img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-position: top center;
     object-position: top center;
}
.career-detail .related .link a:hover {
  opacity: 1;
}
.career-detail .related .link a:hover p {
  color: #fff;
}
.career-detail .related .link a:hover .img_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.career-detail .related .link a:hover .img_wrap img {
  width: 110%;
  height: 110%;
}
.career-detail .related .link .detail .position {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 19/13;
}
.career-detail .related .link .detail .name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.career-detail .related .link .detail .name span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 4px;
}

.link-btn {
  padding: 80px 0 320px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .link-btn {
    padding: 64px 0 200px;
  }
}
.link-btn .slide_btn-mid a {
  width: 480px;
  max-width: 100%;
  background: #f8f8f8;
  margin: 0 auto;
}

.career-detail.sales .top {
  background: #ff7d00;
}
.career-detail.sales .detail .list1 li::before {
  background: #ff7d00;
}
.career-detail.sales .detail .list2 li {
  background: #ff7d00;
}
.career-detail.sales .schedule {
  background: #fff7f1;
}
.career-detail.sales .schedule h4::before {
  background: #ff7d00;
}
.career-detail.sales .schedule h5 {
  color: #ff7d00;
}
.career-detail.sales .related .link a {
  border: solid 2px #ff7d00;
}
.career-detail.sales .related .link a:hover {
  background: #ff7d00;
}

.career-detail.technical .top {
  background: #00af7d;
}
.career-detail.technical .detail .list1 li::before {
  background: #00af7d;
}
.career-detail.technical .detail .list2 li {
  background: #00af7d;
}
.career-detail.technical .schedule {
  background: #ecf4ec;
}
.career-detail.technical .schedule h4::before {
  background: #00af7d;
}
.career-detail.technical .schedule h5 {
  color: #00af7d;
}
.career-detail.technical .schedule .time::before {
  background-image: url(assets/img/clock-green.svg);
}
.career-detail.technical .related .link a {
  border: solid 2px #00af7d;
}
.career-detail.technical .related .link a:hover {
  background: #00af7d;
}

.page-Job {
  background: #fff;
}
.page-Job .page-Job-top {
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-Job .page-Job-top h3 {
  font-size: 2.8rem;
  letter-spacing: normal;
  font-weight: 900;
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top h3 {
    font-size: 2.4rem;
  }
}
.page-Job .page-Job-top h3::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fe2717;
  border-radius: 50%;
  margin-right: 16px;
  display: inline-block;
}
.page-Job .page-Job-top .stop_message {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 160px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top .stop_message {
    margin-top: 100px;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.page-Job .page-Job-top .btn_flex {
  gap: 16px 24px;
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top .btn_flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-Job .page-Job-top .more_btn1 a {
  width: 203px;
  min-height: 64px;
  padding-left: 32px;
  padding-right: 14px;
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top .more_btn1 a {
    width: 152px;
    min-height: 48px;
    padding-left: 24px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top .more_btn1 a p {
    font-size: 1.1rem;
  }
}
.page-Job .page-Job-top .more_btn1 a .arrow {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top .more_btn1 a .arrow {
    width: 28px;
    height: 28px;
  }
}
.page-Job .page-Job-top .more_btn1 a .arrow::after {
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767.9px) {
  .page-Job .page-Job-top .more_btn1 a .arrow::after {
    width: 4px;
    height: 4px;
  }
}
.page-Job .page-Job-top .more_btn1 a:hover .arrow {
  -webkit-transform: scale(1.36);
          transform: scale(1.36);
}
.page-Job .page-Job-top .more_btn1 a:hover .arrow::after {
  width: 7px;
  height: 6px;
}
.page-Job .job-dscription-detail {
  padding-top: 160px;
}
@media screen and (max-width: 767.9px) {
  .page-Job .job-dscription-detail {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-Job #flow {
    margin-bottom: 20px;
  }
}
.page-Job #flow .cont {
  overflow-x: hidden;
}
.page-Job #flow ol {
  margin-top: 64px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 70px 56px;
}
@media screen and (max-width: 767.9px) {
  .page-Job #flow ol {
    margin-top: 0;
    row-gap: 46px;
  }
}
.page-Job #flow ol li {
  width: 296px;
  position: relative;
  border-radius: 40px;
  background: #f8f8f8;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .page-Job #flow ol li {
    width: 100%;
    padding: 40px;
  }
}
.page-Job #flow ol li::before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  background-image: url(assets/img/icon_17.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}
.page-Job #flow ol li::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 27px;
  background-image: url(assets/img/arrow-right-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 48%;
  right: -12%;
}
@media screen and (max-width: 767.9px) {
  .page-Job #flow ol li::after {
    width: 14px;
    height: 24px;
    right: auto;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    top: auto;
    bottom: -42px;
  }
}
.page-Job #flow ol li .step {
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 1.4285714286;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .page-Job #flow ol li .step {
    margin-bottom: 16px;
  }
}
.page-Job #flow ol li .step span {
  color: #fe2717;
  font-weight: 700;
}
.page-Job #flow ol li .step::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #fe2717;
}
.page-Job #flow ol li h4 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.76;
  margin-bottom: 16px;
  color: #fe2717;
}
.page-Job #flow ol li:nth-child(1)::before {
  background-image: url(assets/img/pc-icon.svg);
}
.page-Job #flow ol li:nth-child(5)::before {
  background-image: url(assets/img/icon_18.svg);
}
.page-Job #flow ol li:last-child::after {
  content: none;
}
.page-Job #description {
  padding-bottom: 400px;
}
@media screen and (max-width: 767.9px) {
  .page-Job #description {
    padding-bottom: 200px;
  }
}
.page-Job #description th {
  color: #777;
}
.page-Job #faq {
  background: #fff8f8;
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page-Job #faq {
    padding-bottom: 94px;
  }
}
.page-Job #faq ul li {
  border-radius: 16px;
  background: #fff;
  padding: 0 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .page-Job #faq ul li {
    padding: 0 24px;
  }
}
.page-Job #faq ul li .title {
  padding: 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-Job #faq ul li .title {
    padding: 24px 0;
    padding-right: 56px;
  }
}
.page-Job #faq ul li .title p {
  font-weight: 700;
  line-height: 1.6;
}
.page-Job #faq ul li .box {
  border-top: solid 1px #fe2717;
  padding: 32px 0;
}
@media screen and (max-width: 767.9px) {
  .page-Job #faq ul li .box {
    padding: 24px 0;
  }
}
.page-Job #faq ul li .box p {
  font-size: 1.5rem;
  line-height: 2;
}
.page-Job #faq ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-Job #faq ul li p span {
  color: #fe2717;
  display: inline-block;
  margin-right: 24px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .page-Job #faq ul li p span {
    margin-right: 16px;
  }
}
.page-Job .link-btn {
  padding: 160px 0 0;
}
@media screen and (max-width: 767.9px) {
  .page-Job .link-btn {
    padding-top: 100px;
  }
}

/*アコーディオンの開閉マーク*/
.title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 26px;
  right: -4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #212121;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .title::before {
    width: 24px;
    height: 24px;
    right: 0;
    top: 32px;
  }
}

.title::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 8px;
  height: 7px;
  background-image: url(assets/img/arrow.svg);
  top: 43px;
  right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .title::after {
    width: 5px;
    height: 4px;
    right: 10px;
    top: 42px;
  }
}

/*　closeというクラスがついたら形状変化　*/
.title.close::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .contact_page {
    padding-top: 66px;
  }
}

.contact_wrap {
  background: #fff;
}
.contact_wrap .cont {
  position: relative;
}
.contact_wrap .contact_comment {
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .contact_wrap .contact_comment {
    margin-bottom: 20px;
  }
}

.privacypolicy_cont {
  position: absolute;
  bottom: 241px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont {
    bottom: 213px;
  }
}
.privacypolicy_cont .privacypolicy_cont-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
  line-height: 2;
}
.privacypolicy_cont div {
  height: 304px;
  padding: 32px;
  padding-right: 20px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 12px solid #f8f8f8;
  background: #f8f8f8;
}
.privacypolicy_cont div::-webkit-scrollbar {
  width: 4px;
}
.privacypolicy_cont div::-webkit-scrollbar-thumb {
  background-color: #707070;
}
.privacypolicy_cont div::-webkit-scrollbar-track {
  margin: 32px;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div {
    height: 288px;
    padding: 24px;
    border-right: 10px solid #f8f8f8;
    padding-right: 14px;
  }
}
.privacypolicy_cont div p,
.privacypolicy_cont div h3 {
  font-size: 1.5rem;
  line-height: 2;
}
.privacypolicy_cont div h3 {
  margin-top: 16px;
}

.page-id-370 .form table,
.page-id-12 .form table {
  padding-bottom: 437px;
}
@media screen and (max-width: 767.9px) {
  .page-id-370 .form table,
  .page-id-12 .form table {
    padding-bottom: 500px;
  }
}

.form {
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 767.9px) {
  .form {
    margin-bottom: 20px;
    margin-top: 94px;
  }
}
.form .flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
@media screen and (max-width: 767.9px) {
  .form .job-notice {
    font-size: 1.5rem;
  }
}
.form.is-no-recruit .flex_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form.is-no-recruit .job-notice {
  color: #fe2717;
}
.form table {
  width: 100%;
  display: block;
}
.form table tbody {
  display: block;
}
.form table tr {
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .form table tr {
    margin-bottom: 40px;
  }
}
.form table tr th,
.form table tr .zip_title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.4;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .form table tr th,
  .form table tr .zip_title {
    margin-bottom: 8px;
  }
}
.form table tr th p,
.form table tr .zip_title p {
  width: 100%;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.form table tr th br,
.form table tr .zip_title br {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .form table tr .siryou_title br {
    display: block;
  }
}
.form table tr .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form table tr td {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
}
.form table tr td br {
  display: none;
}
.form table tr td input[type=text],
.form table tr td input[type=email],
.form table tr td input[type=tel],
.form table tr td textarea {
  font-weight: 500;
  width: 100%;
  border: none;
  background: #f8f8f8;
  font-size: 1.6rem;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  margin-left: 0;
  margin-right: 12px;
}
@media screen and (max-width: 767.9px) {
  .form table tr td input[type=text],
  .form table tr td input[type=email],
  .form table tr td input[type=tel],
  .form table tr td textarea {
    padding: 20px 24px;
    margin-right: 0;
  }
}
.form table tr td textarea {
  min-height: 320px;
  display: block;
}
.form table tr td .item3 {
  min-height: auto;
}
.form table tr td .item {
  min-height: unset;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .form table tr td .item {
    min-height: 100px;
  }
}
.form table tr td .date {
  min-height: 112px;
}
.form table tr td div input {
  margin-bottom: 16px;
}
.form table tr .wpcf7-radio .wpcf7-list-item-label {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .form table tr .mail input::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .form table tr .mail input::-moz-placeholder {
    font-size: 1.2rem;
  }
  .form table tr .mail input:-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .form table tr .mail input::-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .form table tr .mail input::placeholder {
    font-size: 1.2rem;
  }
}
.form table tr .zip_wrap {
  margin-top: 0;
}
.form table tr .zip_wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form table tr .zip_wrap .zip_title {
  color: #212121;
}
.form table tr .zip_wrap .flex p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form table tr .zip_wrap input[type=text] {
  width: 120px;
  height: 56px;
  padding: 16px 24px;
  color: #212121;
  margin-bottom: 0;
  background: #fff;
  border: solid 1px #dddddd;
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  .form table tr .zip_wrap input[type=text] {
    max-width: 120px;
    width: 80px;
    height: 40px;
    margin-right: 0;
    padding: 16px;
  }
}
.form table tr .zip_wrap button {
  background: #f8f8f8;
  border: solid 1px #dddddd;
  font-size: 1.6rem;
  text-align: center;
  height: 56px;
  width: 120px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  cursor: pointer;
  color: #212121;
}
@media screen and (max-width: 767.9px) {
  .form table tr .zip_wrap button {
    width: 27%;
    max-width: 120px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.form table tr .zip_wrap .hyphen {
  display: inline-block;
  margin: 0 16px;
}
@media screen and (max-width: 767.9px) {
  .form table tr .zip_wrap .hyphen {
    margin: 0 8px;
  }
}
.form table tr .zip_wrap .zip-button {
  color: #212121;
}
@media screen and (max-width: 767.9px) {
  .form table tr .zip_wrap .zip-button {
    width: 120px;
  }
}
.form table tr .zip_wrap #zip2 {
  margin-right: 16px;
}
.form table tr select {
  padding: 18px 67px 17px 24px;
  border: solid 1px #dddddd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .form table tr select {
    padding: 8px 32px 8px 16px;
  }
}
.form table tr select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を無効 */
}
.form table tr select::-ms-expand {
  display: none;
  /* デフォルトの矢印を無効(IE用) */
}
.form table tr select {
  background-image: url(assets/img/arrow.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  font-weight: 500;
  background-size: 13px 7px;
  margin-right: 10px;
  vertical-align: bottom;
  letter-spacing: 0.025em;
  color: #212121;
}
@media screen and (max-width: 767.9px) {
  .form table tr select {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .form table tr select.pref {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .form table tr td.birthday {
    letter-spacing: -2px;
  }
}
.form table tr td.birthday select {
  background-position: right 10px center;
  margin-right: 16px;
  padding-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .form table tr td.birthday select {
    margin-right: 8px;
  }
}
.form table tr select[name=birthday-month],
.form table tr select[name=birthday-day] {
  width: 104px;
  margin-left: 6px;
}
@media screen and (max-width: 767.9px) {
  .form table tr select[name=birthday-month],
  .form table tr select[name=birthday-day] {
    margin-left: -8px;
    width: 71px;
  }
}
.form table tr select[name=birthday-year] {
  width: 144px;
}
@media screen and (max-width: 767.9px) {
  .form table tr select[name=birthday-year] {
    width: 93px;
  }
}
.form table tr .address_wrap {
  margin-bottom: 24px;
}
.form table tr .address_wrap input[type=text] {
  margin-bottom: 0;
}
.form table tr .address_wrap .pref {
  width: 240px;
  height: 56px;
}
.form table tr .number_wrap {
  margin-bottom: 0;
}
.form table tr.mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .form table tr.mb {
    margin-bottom: 40px;
  }
}
.form table tr.mb2 {
  margin-bottom: 48px;
}
.form table tr.mb3 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .form table tr.mb3 {
    margin-bottom: 80px;
  }
}
.form table tr td input[type=tel] {
  width: 400px;
  max-width: 100%;
  height: 56px;
  padding: 16px 24px;
  border: solid 1px #dddddd;
  background: #fff;
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  .form table tr td input[type=tel] {
    padding: 8px 16px;
    height: auto;
  }
}
.form table .flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form table .flex-top th {
  margin-top: 10px;
}
.form table .wpcf7-list-item {
  display: block;
}
.form table .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .privacy_policy_check {
  line-height: 1.6;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check {
    margin-bottom: 64px;
  }
}
.form .privacy_policy_check .wpcf7-not-valid-tip {
  position: absolute;
}
.form .privacy_policy_check p {
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.form .privacy_policy_check a {
  font-size: 1.5rem;
  border-bottom: solid 1px #212121;
}
.form .privacy_policy_check .check {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.form .privacy_policy_check .pp_link {
  margin-bottom: 16px;
}
.form .privacy_policy_check .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.form .privacy_policy_check .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check .wpcf7-checkbox label {
    margin-bottom: 0;
  }
}
.form .privacy_policy_check .wpcf7-checkbox label input {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-right: 16px;
  margin-bottom: 0;
  margin-top: 1px;
}
.form .privacy_policy_check .wpcf7-checkbox label .wpcf7-list-item-label {
  line-height: 21px;
}
.form .privacy_policy_check input {
  width: 21px;
  height: 21px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.form .submit {
  position: relative;
  width: 240px;
  height: 72px;
  margin: 0 auto;
  border-radius: 72px;
  overflow: hidden;
}
.form .submit input {
  text-align: left;
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 7.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 32px;
  letter-spacing: 0.025em;
  border-radius: 2px;
  background: #f8f8f8;
  color: #212121;
  border: none;
}
.form .submit input:hover {
  background: #212121;
  color: #fff;
}
.form .submit::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 40px;
  height: 40px;
  top: 16px;
  right: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #212121;
  border-radius: 50%;
}
.form .submit::after {
  z-index: 2;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 33px;
  right: 33px;
}
.form .submit:hover input {
  background: #212121;
  color: #fff;
}
.form .submit:hover::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}
.form .submit:hover::after {
  width: 11px;
  height: 10px;
  background: none;
  background-image: url(assets/img/arrow_bk.svg);
  top: 31px;
  right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.form .submit2 {
  margin-top: 16px;
}
.form .stop {
  position: relative;
}
.form .stop::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
}
.form h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 32px;
}
.form .description {
  margin-bottom: 16px;
  margin-top: 16px;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .form .description {
    margin-bottom: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .form .description2 {
    margin-bottom: 16px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767.9px) {
  .form .description3 {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.form .check {
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #fe2717;
}
.form input::-webkit-input-placeholder {
  color: #777777;
  font-size: 1.5rem;
}
.form input::-moz-placeholder {
  color: #777777;
  font-size: 1.5rem;
}
.form input:-ms-input-placeholder {
  color: #777777;
  font-size: 1.5rem;
}
.form input::-ms-input-placeholder {
  color: #777777;
  font-size: 1.5rem;
}
.form input::placeholder {
  color: #777777;
  font-size: 1.5rem;
}

.form table .flex_item .wpcf7-list-item {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
}

.form table .flex_item .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 27px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form table .flex_item .wpcf7-form-control p {
  display: contents;
}
.form table .flex_item .wpcf7-form-control p span {
  font-size: 1.5rem;
}

.form input[type=radio] {
  display: inline-block !important;
  margin-bottom: 0 !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  margin-right: 10px !important;
  margin-left: 0 !important;
}

.submit:has(.is-disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}

.thanks_wrap {
  background: #fff;
}
.thanks_wrap h3 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap h3 {
    font-size: 2.6rem;
  }
}
.thanks_wrap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.thanks_wrap .more_btn1 a {
  margin: 80px auto 0;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.contact_box {
  max-width: 640px;
  margin: 0 auto 150px;
  background: #f8f8f8;
  padding: 50px 64px;
  border-radius: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .contact_box {
    padding: 40px 24px;
    border-radius: 40px;
    margin-bottom: 80px;
  }
}
.contact_box .description {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .contact_box .description {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-bottom: 24px;
  }
}
.contact_box .contact_box_tel {
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_box .contact_box_tel a {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.44;
}
.contact_box .contact_box_tel span {
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0;
}
.contact_box .contact_box_time {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}

.page-numbers {
  background: #fff;
}
.page-numbers .note.fade {
  font-size: 1.3rem;
}

.number-wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .number-wrap {
    margin-bottom: 80px;
  }
}
.number-wrap .detail {
  width: 52%;
  position: relative;
  border-radius: 80px;
  background: #f8f8f8;
  padding: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .detail {
    width: 100%;
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.number-wrap .detail img {
  position: absolute;
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .detail img {
    width: 72px;
    height: 72px;
  }
}
.number-wrap .detail p.no {
  margin-bottom: 24px;
  font-size: 1.4rem;
}
.number-wrap .detail p.no::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2717;
  display: inline-block;
  margin-right: 8px;
}
.number-wrap .detail p.no span {
  font-weight: 700;
  color: #fe2717;
}
.number-wrap .detail .number-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4545454545;
  margin-bottom: 16px;
}
.number-wrap .detail .count {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .detail .count {
    margin-bottom: 24px;
  }
}
.number-wrap .detail .count .pop {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  color: #fe2717;
  letter-spacing: normal;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .detail .count .pop {
    font-size: 12rem;
  }
}
.number-wrap .detail .count .tanni {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fe2717;
  line-height: 2;
  margin-left: 8px;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .detail .count .tanni {
    font-size: 4.1rem;
  }
}
.number-wrap .detail .note {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  color: #fe2717;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .detail .note {
    font-size: 2rem;
    margin-top: -24px;
  }
}
.number-wrap .detail .header_entry {
  margin-left: 0;
}
.number-wrap .detail .header_entry a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.number-wrap .detail .header_entry a::before {
  background: #fff;
}
.number-wrap .detail .header_entry a:hover::before {
  background: #212121;
}
.number-wrap .detail .header_entry a:hover {
  color: #212121;
  background: #f8f8f8;
}
.number-wrap .pic {
  width: 40%;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .pic {
    width: 100%;
  }
}
.number-wrap .pic p {
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 39px;
  border: solid 2px #fe2717;
  border-radius: 80px;
  position: relative;
  margin-bottom: 24px;
  color: #fe2717;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .pic p {
    margin-top: 32px;
  }
}
.number-wrap .pic p::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(assets/img/balloon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: 48px;
}
.number-wrap .pic .img_wrap {
  padding-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .pic .img_wrap {
    width: 93%;
    margin: 0 auto;
    padding-bottom: 24px;
  }
}
.number-wrap .pic .img_wrap img {
  width: 92%;
  border-radius: 32px;
  border: solid 3px #fe2717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.number-wrap .pic .img_wrap::after {
  content: "";
  width: 92%;
  height: auto;
  background: #ffe6e4;
  aspect-ratio: 368/280;
  border-radius: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.number-wrap .pic2 {
  width: 44%;
}
@media screen and (max-width: 767.9px) {
  .number-wrap .pic2 {
    width: 100%;
    margin-top: 32px;
  }
}

@media screen and (max-width: 767.9px) {
  .data2,
  .data4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.data1 .detail .header_entry {
  margin-top: 32px;
}

.data4 .pic .img_wrap::after {
  right: auto;
  left: 0;
}

.data4 .pic .img_wrap img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

@media screen and (max-width: 767.9px) {
  .data4 .detail .count .tanni {
    margin-left: 3px;
  }
}

.data5 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 64px 56px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .data5 {
    row-gap: 80px;
  }
}
.data5 .detail {
  width: 296px;
  padding: 40px;
  border-radius: 40px;
  max-width: 340px;
}
@media screen and (max-width: 767.9px) {
  .data5 .detail {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.data5 .detail .count {
  margin-bottom: 4px;
}
.data5 .detail .count .pop {
  font-size: 8rem;
}
@media screen and (max-width: 767.9px) {
  .data5 .detail .count .pop {
    font-size: 12rem;
  }
}
.data5 .detail .count .tanni {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .data5 .detail .count .tanni {
    font-size: 4.1rem;
  }
}
.data5 .detail .note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .data5 .detail .note {
    margin-top: 0;
  }
}
.data5 .detail img {
  width: 80px;
  height: 80px;
}
.data5 .detail:nth-child(3) .description,
.data5 .detail:nth-child(5) .description {
  margin-top: 24px;
}
.data5 .img_wrap {
  position: relative;
  aspect-ratio: 296/241;
  height: auto;
  width: 29.6%;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .data5 .img_wrap {
    width: 93%;
    margin: 0 auto;
  }
}
.data5 .img_wrap img {
  width: 92%;
  border-radius: 32px;
  border: solid 3px #fe2717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.data5 .img_wrap::after {
  content: "";
  width: 92%;
  height: auto;
  background: #ffe6e4;
  aspect-ratio: 368/280;
  border-radius: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.data8 .detail {
  width: 64%;
}
@media screen and (max-width: 1024px) {
  .data8 .detail {
    width: 100%;
  }
}
.data8 .detail .number-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .number-title {
    margin-bottom: 8px;
  }
}
.data8 .detail .count {
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .count {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .count-up {
    font-size: 10rem;
  }
}
.data8 .detail .tanni:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .tanni:first-child {
    width: 100%;
    margin-bottom: -24px;
  }
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .tanni:last-child {
    margin-right: -20px;
  }
}
.data8 .detail .note {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .note {
    margin-bottom: 16px;
  }
}
.data8 .detail .skill {
  margin-top: 32px;
}
.data8 .detail .skill p {
  width: 100%;
}
.data8 .detail .skill ul {
  width: 46.8%;
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .skill ul {
    width: 100%;
  }
}
.data8 .detail .skill ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 8px;
}
.data8 .detail .skill ul li::before {
  color: #fe2717;
  margin-right: 8px;
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: #fe2717;
}
.data8 .detail .skill ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .data8 .detail .skill ul li:last-child {
    margin-bottom: 8px;
  }
}
.data8 .pic {
  width: 30.4%;
}
@media screen and (max-width: 1024px) {
  .data8 .pic {
    width: 100%;
  }
}
.data8 .pic .support {
  background: #fff8f8;
  border-radius: 40px;
  padding: 48px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
.data8 .pic .support p {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #212121;
  padding: 0;
  border: none;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
.data8 .pic .support p::before {
  content: "";
  background-image: url(assets/img/check_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
}
.data8 .pic .support p::after {
  content: none;
}
.data8 .pic .img_wrap {
  padding-bottom: 24px;
}

.data9 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .data9 {
    margin-bottom: 40px;
  }
}
.data9 .detail {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.data9 .detail p {
  text-align: center;
}
.data9 .detail .no {
  text-align: left;
}
.data9 .detail img {
  max-width: 480px;
  width: 60%;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: block;
  min-width: 235px;
}
.data9 .detail .tanni {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fe2717;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .data9 .detail .tanni {
    margin-bottom: 16px;
  }
}

#scroll-top {
  position: fixed;
  z-index: 2;
  bottom: 12px;
  right: 24px;
  width: 60px;
  height: 60px;
  display: none;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

@media screen and (max-width: 767.9px) {
  #scroll-top {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    right: 8px;
    bottom: 0;
  }
}
#scroll-top:hover {
  bottom: 16px;
}

@media screen and (max-width: 767.9px) {
  #scroll-top:hover {
    bottom: 6px;
  }
}
#scroll-top a {
  width: 100%;
  height: 100%;
  display: block;
}

#scroll-top a span {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  right: 11px;
}

#scroll-top a span::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 9px;
  right: 9px;
}

.single-service-wrap {
  background: #fff;
}
.single-service-wrap .single-service-anchor {
  margin-bottom: -10px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .single-service-anchor {
    margin-bottom: 16px;
  }
}
.single-service-wrap .single-service-anchor ul {
  margin: 0 auto 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 24px;
  max-width: 800px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .single-service-anchor ul {
    margin-bottom: 100px;
    gap: 16px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.single-service-wrap .single-service-anchor .more_btn1 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 203px;
  height: auto;
  min-height: 64px;
  padding: 0 14px 0 32px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .single-service-anchor .more_btn1 a {
    min-width: 152px;
    min-height: 48px;
    padding: 0 10px 0 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .single-service-anchor .more_btn1 a p {
    font-size: 1.1rem;
  }
}
.single-service-wrap .single-service-anchor .more_btn1 a .arrow {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .single-service-anchor .more_btn1 a .arrow {
    width: 28px;
    height: 28px;
  }
}
.single-service-wrap .single-service-anchor .more_btn1 a .arrow::after {
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .single-service-anchor .more_btn1 a .arrow::after {
    width: 4px;
    height: 4px;
  }
}
.single-service-wrap .single-service-anchor .more_btn1 a:hover .arrow::after {
  width: 7px;
  height: 6px;
}
.single-service-wrap .service-post-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #fe2717;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 66px 156px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .service-post-title {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 50px 56px;
  }
}
@media screen and (max-width: 430px) {
  .single-service-wrap .service-post-title {
    width: 100%;
    padding: 50px 20px;
  }
}
.single-service-wrap .service-post-title span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.single-service-wrap .service-post-title::before, .single-service-wrap .service-post-title::after,
.single-service-wrap .service-post-title span::before,
.single-service-wrap .service-post-title span::after {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 30px 0 0 0;
  border-top: 3px solid #fe2717;
  border-left: 3px solid #fe2717;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .service-post-title::before, .single-service-wrap .service-post-title::after,
  .single-service-wrap .service-post-title span::before,
  .single-service-wrap .service-post-title span::after {
    width: 56px;
    height: 56px;
  }
}
.single-service-wrap .service-post-title::before {
  top: 0;
  left: 0;
}
.single-service-wrap .service-post-title::after {
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.single-service-wrap .service-post-title span::before {
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.single-service-wrap .service-post-title span::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.single-service-wrap .service-post-content {
  padding-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .service-post-content {
    padding-top: 45px;
  }
}
.single-service-wrap .service-post-content .cont {
  max-width: 800px;
}
.single-service-wrap .service-post-content .flex-top {
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .service-post-content .flex-top {
    gap: 20px;
  }
}
.single-service-wrap .service-post-content .flex-top img {
  width: 52.4%;
  border-radius: 20px;
  border: solid 2px #fe2717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .service-post-content .flex-top img {
    width: 100%;
  }
}
.single-service-wrap .service-post-content .flex-top p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: -5px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .service-post-content .flex-top p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.16;
  }
}
.single-service-wrap .service_heading {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 24px;
  letter-spacing: 0;
  border-bottom: solid 1px #fe2717;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .service_heading {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}
.single-service-wrap #service4 .service-installations-table {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  border: solid 1px #dddddd;
  border-bottom: none;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service4 .service-installations-table {
    font-size: 1.4rem;
  }
}
.single-service-wrap #service4 .service-installations-table thead,
.single-service-wrap #service4 .service-installations-table tbody {
  display: block;
}
.single-service-wrap #service4 .service-installations-table thead {
  color: #fe2717;
}
.single-service-wrap #service4 .service-installations-table th {
  font-weight: 500;
}
.single-service-wrap #service4 .service-installations-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dddddd;
}
.single-service-wrap #service4 .service-installations-table td,
.single-service-wrap #service4 .service-installations-table th {
  padding: 19px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service4 .service-installations-table td,
  .single-service-wrap #service4 .service-installations-table th {
    padding: 15px 20px 15px 30px;
  }
}
.single-service-wrap #service4 .service-installations-table th:nth-child(1),
.single-service-wrap #service4 .service-installations-table td:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-right: solid 1px #dddddd;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service4 .service-installations-table th:nth-child(1),
  .single-service-wrap #service4 .service-installations-table td:nth-child(1) {
    width: 63.5%;
  }
}
.single-service-wrap #service4 .service-installations-table th:nth-child(2),
.single-service-wrap #service4 .service-installations-table td:nth-child(2) {
  width: 31.4%;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service4 .service-installations-table th:nth-child(2),
  .single-service-wrap #service4 .service-installations-table td:nth-child(2) {
    width: 36.5%;
  }
}
.single-service-wrap #service4 .service-installations-more {
  margin: 30px auto 0;
  padding-left: 16px;
}
.single-service-wrap #service4 .service-installations-more a {
  margin: 0 auto;
}
.single-service-wrap #service5 {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
  border-radius: 80px;
  background: #f8f8f8;
  margin-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service5 {
    width: 87.6%;
  }
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service5 {
    border-radius: 40px;
    margin-top: 84px;
  }
}
.single-service-wrap #service5 .cont {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service5 .cont {
    width: 100%;
    padding: 50px 22px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.single-service-wrap #service5 h2 {
  color: #fe2717;
  border: none;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service5 h2 {
    margin-bottom: 50px;
    font-size: 2rem;
  }
}
.single-service-wrap #service5 h2::before {
  content: "";
  width: 80px;
  height: 3px;
  background: #fe2717;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service5 h2::before {
    width: 60px;
  }
}
.single-service-wrap #service5 .flex-top {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap #service5 .flex-top {
    gap: 24px;
  }
}
.single-service-wrap #service5 .flex-top .slide_btn-mid {
  width: 480px;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .single-service-wrap .slide_btn-mid a {
    height: 159px;
    padding: 32px 24px 75px;
  }
  .single-service-wrap .slide_btn-mid a p {
    color: #fe2717;
  }
  .single-service-wrap .slide_btn-mid a .arrow {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 19px;
    top: auto;
  }
  .single-service-wrap .slide_btn-mid a:hover .arrow {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}

.service-archive-anchor {
  background: #fff;
  padding-bottom: 310px;
}
@media screen and (max-width: 767.9px) {
  .service-archive-anchor {
    padding-bottom: 160px;
  }
}
.service-archive-anchor ul {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 24px;
}
@media screen and (max-width: 767.9px) {
  .service-archive-anchor ul {
    gap: 16px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.service-archive-anchor .more_btn1 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 203px;
  height: auto;
  min-height: 64px;
  padding: 0 14px 0 32px;
}
@media screen and (max-width: 767.9px) {
  .service-archive-anchor .more_btn1 a {
    min-width: 152px;
    min-height: 48px;
    padding: 0 10px 0 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .service-archive-anchor .more_btn1 a p {
    font-size: 1.1rem;
  }
}
.service-archive-anchor .more_btn1 a .arrow {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 767.9px) {
  .service-archive-anchor .more_btn1 a .arrow {
    width: 28px;
    height: 28px;
  }
}
.service-archive-anchor .more_btn1 a .arrow::after {
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767.9px) {
  .service-archive-anchor .more_btn1 a .arrow::after {
    width: 4px;
    height: 4px;
  }
}
.service-archive-anchor .more_btn1 a:hover .arrow::after {
  width: 7px;
  height: 6px;
}
.service-archive-anchor li:last-child a .arrow::after {
  -webkit-transform: none;
          transform: none;
}

.is-construction .single-service-anchor ul {
  max-width: 1000px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .is-construction .single-service-anchor ul {
    margin-bottom: 60px;
  }
}
.is-construction .construction_read {
  max-width: 800px;
  margin: 0 auto;
}

.service-archive-list .service-archive-term {
  position: relative;
  z-index: 2;
}
.service-archive-list .service-archive-term::before {
  content: "";
  width: 100%;
  height: 338px;
  border-radius: 160px 160px 0 0;
  background: #fe2717;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .service-archive-list .service-archive-term::before {
    height: 280px;
    border-radius: 64px 64px 0 0;
  }
}
.service-archive-list .service-archive-term::after {
  content: "";
  width: 100%;
  height: calc(100% - 338px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF8F8;
  z-index: -1;
}
.service-archive-list .service-archive-term h2 {
  margin-bottom: 68px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4375;
  text-align: center;
  position: relative;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767.9px) {
  .service-archive-list .service-archive-term h2 {
    margin-bottom: 60px;
  }
}
.service-archive-list .service-archive-posts {
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .service-archive-list .service-archive-posts {
    gap: 50px;
  }
}
.service-archive-list .service-archive-posts .service-archive-posts-list {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767.9px) {
  .service-archive-list .service-archive-posts .service-archive-posts-list {
    width: 100%;
  }
}
.service-archive-list .service-archive-posts .img_wrap {
  width: 100%;
  border-radius: 32px;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .service-archive-list .service-archive-posts .img_wrap {
    margin-bottom: 24px;
  }
}
.service-archive-list .service-archive-posts .img_wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 460/367;
}
.service-archive-list .service-archive-posts .service_title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 22px;
}
@media screen and (max-width: 767.9px) {
  .service-archive-list .service-archive-posts .service_title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.service-archive-list .service-archive-posts .description {
  margin-bottom: 34px;
}
@media screen and (max-width: 767.9px) {
  .service-archive-list .service-archive-posts .description {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-bottom: 18px;
  }
}

.page-privacy-policy_heading {
  bottom: 248px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy_heading {
    bottom: auto;
    top: 98px;
  }
}
.page-privacy-policy_heading .pp_p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy_heading .pp_p {
    margin-bottom: 6px;
  }
}
.page-privacy-policy_heading h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy_heading h2 {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}

.page-privacy-policy {
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy {
    padding-top: 72px;
    padding-bottom: 194px;
  }
}
.page-privacy-policy .cont {
  max-width: 998px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 198px;
}
@media screen and (max-width: 1024px) {
  .page-privacy-policy .cont {
    padding-right: 0;
  }
}
.page-privacy-policy .cont p,
.page-privacy-policy .cont a,
.page-privacy-policy .cont span,
.page-privacy-policy .cont li,
.page-privacy-policy .cont td,
.page-privacy-policy .cont th {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont p,
  .page-privacy-policy .cont a,
  .page-privacy-policy .cont span,
  .page-privacy-policy .cont li,
  .page-privacy-policy .cont td,
  .page-privacy-policy .cont th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont td {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont th {
    font-size: 1.5rem;
  }
}
.page-privacy-policy .cont ol li {
  list-style: decimal;
  list-style-position: inside;
}
.page-privacy-policy .cont p,
.page-privacy-policy .cont li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont p,
  .page-privacy-policy .cont li {
    margin-bottom: 28px;
  }
}
.page-privacy-policy .cont a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-privacy-policy .cont .pp_top {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont .pp_top {
    margin-bottom: 50px;
  }
}
.page-privacy-policy .cont .information-security-policy_top {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont .information-security-policy_top {
    margin-bottom: 42px;
  }
}
.page-privacy-policy .cont h2 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: solid 1px #212121;
  margin-bottom: 40px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont h2 {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 32px;
    line-height: 1.7777777778;
  }
}
.page-privacy-policy .cont h2:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont h2:nth-child(n+2) {
    margin-top: 50px;
  }
}
.page-privacy-policy .cont h3 {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4444444444;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .cont h3 {
    font-size: 1.6rem;
    margin-top: 32px;
  }
}
.page-privacy-policy .cont p:last-child {
  margin-bottom: 0;
}
.page-privacy-policy .is-layout-flex {
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .is-layout-flex {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-privacy-policy .is-layout-flex div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .is-layout-flex div {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.page-privacy-policy .is-layout-flex figure {
  width: 38.8%;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .is-layout-flex figure {
    width: 100%;
  }
}
.page-privacy-policy .pp_wrapper {
  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;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .pp_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.page-privacy-policy .privacy-policy-links {
  position: sticky;
  width: 198px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 100px;
  z-index: 1;
  left: 0;
  border-radius: 0 20px 0 0;
  background: #f8f8f8;
  padding: 30px 21px 30px 25px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .privacy-policy-links {
    position: static;
    border-radius: 20px;
    width: 100%;
    padding: 30px 24px;
  }
}
.page-privacy-policy .privacy-policy-links h3 {
  margin-left: 33px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .privacy-policy-links h3 {
    margin-left: 0;
    text-align: center;
  }
}
.page-privacy-policy .privacy-policy-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .privacy-policy-links ul {
    gap: 10px 23px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767.9px) {
  .page-privacy-policy .privacy-policy-links li {
    max-width: calc((100% - 23px) / 2);
  }
}
.page-privacy-policy .privacy-policy-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.more_btn_pp a {
  width: 152px;
  max-width: 100%;
  min-height: 48px;
  gap: 10px;
  padding: 8px 10px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn_pp a p {
  font-size: 1.1rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.4545454545;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.more_btn_pp a .arrow {
  background: #212121;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: grid;
  place-content: center;
  -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_pp a .arrow::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn_pp a:hover {
  opacity: 1;
  background: #212121;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn_pp a:hover p {
  color: #fff;
}
.more_btn_pp a:hover .arrow {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}
.more_btn_pp a:hover .arrow::after {
  background-image: url(assets/img/arrow_bk.svg);
  width: 7px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-3 .pp_wrapper table {
  border: none;
  border: solid 1px #dddddd;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .pp_wrapper table {
    margin-top: 10px;
  }
}
.page-id-3 .pp_wrapper table * {
  border: none;
}
.page-id-3 .pp_wrapper table thead {
  background: #f8f8f8;
  border: solid 1px #dddddd;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .pp_wrapper table thead th {
    padding: 19px 12px;
  }
}
.page-id-3 .pp_wrapper table th {
  text-align: center;
}
.page-id-3 .pp_wrapper table th,
.page-id-3 .pp_wrapper table td {
  padding: 19px 20px;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .pp_wrapper table th,
  .page-id-3 .pp_wrapper table td {
    padding: 14px 12px;
  }
}
.page-id-3 .pp_wrapper table th:nth-child(1),
.page-id-3 .pp_wrapper table td:nth-child(1) {
  width: 43.9%;
  border-right: solid 1px #dddddd;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .pp_wrapper table th:nth-child(1),
  .page-id-3 .pp_wrapper table td:nth-child(1) {
    width: 50%;
  }
}
.page-id-3 .pp_wrapper table th:nth-child(2),
.page-id-3 .pp_wrapper table td:nth-child(2) {
  width: 56.1%;
}
@media screen and (max-width: 767.9px) {
  .page-id-3 .pp_wrapper table th:nth-child(2),
  .page-id-3 .pp_wrapper table td:nth-child(2) {
    width: 50%;
  }
}
.page-id-3 .pp_wrapper table tbody tr {
  border-bottom: solid 1px #dddddd;
}
.page-id-3 .pp_wrapper table tbody tr:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767.9px) {
  .page-id-380 .page-privacy-policy_heading h2 {
    max-width: 230px;
  }
}

@media screen and (max-width: 767.9px) {
  .page-id-382 .page-privacy-policy_heading h2 {
    max-width: 260px;
  }
}

@media screen and (max-width: 767.9px) {
  .top_mainvisual.recruit {
    min-height: 500px;
  }
}

.recruit-top_mainvisual-message {
  position: absolute;
  bottom: 120px;
  left: 100px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .recruit-top_mainvisual-message {
    left: 24px;
  }
}
.recruit-top_mainvisual-message .h2_flex {
  gap: 34px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767.9px) {
  .recruit-top_mainvisual-message .h2_flex {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruit-top_mainvisual-message .h2_flex h2 span {
  display: block;
  font-weight: 900;
}
.recruit-top_mainvisual-message .h2_flex h2 span:nth-child(1) {
  font-size: 3.4rem;
  line-height: 1.4411764706;
}
@media screen and (max-width: 767.9px) {
  .recruit-top_mainvisual-message .h2_flex h2 span:nth-child(1) {
    font-size: 2.3rem;
    line-height: 1.4782608696;
  }
}
.recruit-top_mainvisual-message .h2_flex h2 span:nth-child(2) {
  margin-top: -5.6px;
  font-size: 6.9rem;
  line-height: 1.4492753623;
}
@media screen and (max-width: 767.9px) {
  .recruit-top_mainvisual-message .h2_flex h2 span:nth-child(2) {
    margin-top: 0;
    font-size: 4.8rem;
    line-height: 1.4583333333;
  }
}
.recruit-top_mainvisual-message .h2_flex img {
  width: 271px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .recruit-top_mainvisual-message .h2_flex img {
    width: 156px;
  }
}
.recruit-top_mainvisual-message p.pop {
  font-size: 6.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3076923077;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .recruit-top_mainvisual-message p.pop {
    font-size: 3.9rem;
    line-height: 1.1538461538;
    margin-bottom: 12px;
  }
}
.recruit-top_mainvisual-message p.description {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit-top_mainvisual-message p.description {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.hiddenbox {
  height: calc(100svh + 160px);
}
@media screen and (max-width: 1024px) {
  .hiddenbox {
    height: 867px;
  }
}

.recruit-aboutus {
  background: #fe2717;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus {
    padding-bottom: 230px;
  }
}
.recruit-aboutus .lead {
  max-width: 800px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .lead {
    margin-bottom: 72px;
  }
}
.recruit-aboutus .lead h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .lead h2 {
    font-size: 2rem;
    margin-bottom: 22px;
    line-height: 1.8;
  }
}
.recruit-aboutus .top_heading {
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .top_heading {
    margin-bottom: 40px;
  }
}
.recruit-aboutus .top_heading .pop {
  color: #fff;
}
.recruit-aboutus .top_heading .pop::after {
  background: #fff;
}
.recruit-aboutus .flex-top {
  gap: 60px;
  margin-bottom: 147px;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
    margin-bottom: 100px;
  }
}
.recruit-aboutus .flex-top img {
  width: 54%;
  border-radius: 32px;
  border: solid 1px #707070;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .flex-top img {
    width: 100%;
  }
}
.recruit-aboutus .flex-top .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .flex-top .detail {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.recruit-aboutus .flex-top .detail h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0;
  line-height: 1.9090909091;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .flex-top .detail h3 {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.recruit-aboutus .flex-top .detail .description {
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .flex-top .detail .description {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .flex-top .detail .more_btn1_red a {
    width: 240px;
    min-height: 72px;
    padding: 0 16px 0 48px;
  }
  .recruit-aboutus .flex-top .detail .more_btn1_red a p {
    font-size: 1.4rem;
  }
  .recruit-aboutus .flex-top .detail .more_btn1_red a .arrow {
    width: 40px;
    height: 40px;
  }
  .recruit-aboutus .flex-top .detail .more_btn1_red a .arrow::after {
    width: 6px;
    height: 6px;
  }
  .recruit-aboutus .flex-top .detail .more_btn1_red a:hover .arrow::after {
    width: 8px;
    height: 8px;
  }
}
.recruit-aboutus .flex-top.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit-aboutus .flex-top.re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* 文字を固定するための長いコンテナ */
.scroll-container {
  position: relative;
  height: 300vh;
  /* スクロールさせる長さ */
}

/* 画面中央に固定されるテキスト */
.sticky-text {
  position: sticky;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  pointer-events: none;
  /* 下の要素をクリック可能にする */
}

.sticky-text h1 {
  font-size: 8vw;
  font-weight: bold;
  color: var(--text-color);
  /* 背景に応じて色を反転させる魔法の1行 */
  mix-blend-mode: difference;
}

/* 背景セクションのスタイル */
.bg-section {
  height: 100vh;
  width: 100%;
}

.dark {
  background-color: #000;
}

.light {
  background-color: #fff;
}

.image {
  background-image: url(assets/img/main_visual01.jpg);
  background-size: cover;
  background-position: center;
}

.next-section {
  height: 100vh;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.page-id-36 .top_job_description {
  background: #FFF8F8;
}/*# sourceMappingURL=style.css.map */