@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- header
- mv
- service_sec
- link_sec
- recruit_sec
-------------------------*/
main {
  overflow-x: clip;
}

/*=======================================
　header
=======================================*/
:where(header) {
  border-bottom: 1px solid rgba(22, 32, 44, 0.12);
}

/*=======================================
　mv
=======================================*/
.mv {
  padding-top: 67px;
  padding-bottom: 305px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 10px;
    padding-bottom: 155px;
  }
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 1000px;
  background: bottom/cover url(../img/top/mv_bg.jpg) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .mv::before {
    height: 900px;
  }
}
@media screen and (max-width: 768px) {
  .mv::before {
    height: 120vw;
  }
}
@media screen and (max-width: 480px) {
  .mv::before {
    height: 150vw;
  }
}
.mv .ttl {
  width: 51.125vw;
  max-width: 818px;
  margin-bottom: 40px;
  margin-left: calc((100vw - 1400px) / 2);
}
@media screen and (max-width: 1599px) {
  .mv .ttl {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .ttl {
    width: 100%;
    margin-left: 5vw;
    margin-bottom: 15px;
  }
}
.mv .ttl .ttl_images {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .mv .ttl .ttl_images {
    width: 54.48vw;
    margin-bottom: 10px;
  }
}
.mv .ttl .ttl_images .ttl_black {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mv .ttl .ttl_images .ttl_black img {
  width: 100%;
  height: auto;
}
.mv .ttl .ttl_images .ttl_color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
body.is-loaded .mv .ttl .ttl_images .ttl_color {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .mv .ttl .ttl_images .ttl_color.ttl_first {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.8s ease;
    transition: -webkit-clip-path 0.8s ease;
    transition: clip-path 0.8s ease;
    transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body.is-loaded .mv .ttl .ttl_images .ttl_color.ttl_first {
    -webkit-clip-path: inset(0 50% 0 0);
            clip-path: inset(0 50% 0 0);
  }
  .mv .ttl .ttl_images .ttl_color.ttl_second {
    -webkit-clip-path: inset(0 100% 0 50%);
            clip-path: inset(0 100% 0 50%);
    -webkit-transition: -webkit-clip-path 0.8s ease;
    transition: -webkit-clip-path 0.8s ease;
    transition: clip-path 0.8s ease;
    transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  body.is-loaded .mv .ttl .ttl_images .ttl_color.ttl_second {
    -webkit-clip-path: inset(0 0 0 50%);
            clip-path: inset(0 0 0 50%);
  }
}
@media screen and (max-width: 768px) {
  .mv .ttl .ttl_images .ttl_color.ttl_first {
    -webkit-clip-path: inset(0 100% 50% 0);
            clip-path: inset(0 100% 50% 0);
    -webkit-transition: -webkit-clip-path 0.8s ease;
    transition: -webkit-clip-path 0.8s ease;
    transition: clip-path 0.8s ease;
    transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body.is-loaded .mv .ttl .ttl_images .ttl_color.ttl_first {
    -webkit-clip-path: inset(0 0 50% 0);
            clip-path: inset(0 0 50% 0);
  }
  .mv .ttl .ttl_images .ttl_color.ttl_second {
    -webkit-clip-path: inset(50% 100% 0 0);
            clip-path: inset(50% 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.8s ease;
    transition: -webkit-clip-path 0.8s ease;
    transition: clip-path 0.8s ease;
    transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  body.is-loaded .mv .ttl .ttl_images .ttl_color.ttl_second {
    -webkit-clip-path: inset(50% 0 0 0);
            clip-path: inset(50% 0 0 0);
  }
}
.mv .ttl .ttl_images .ttl_color img {
  width: 100%;
  height: 100%;
}
.mv .ttl .en {
  color: var(--main_blue);
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv .ttl .en {
    font-size: 15px;
  }
}
.mv .scroll_sign {
  position: absolute;
  top: 4.75vw;
  right: 7vw;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (min-width: 1601px) {
  .mv .scroll_sign {
    top: 75px;
    right: calc((100vw - 1380px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .mv .scroll_sign {
    top: 6vw;
    right: 1vw;
  }
}
body.is-loaded .mv .scroll_sign {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  body.is-loaded .mv .scroll_sign .scroll_txt::before {
    -webkit-animation: scroll-dot-pc 1.5s linear 2.5s infinite;
            animation: scroll-dot-pc 1.5s linear 2.5s infinite;
  }
}
@media screen and (max-width: 768px) {
  body.is-loaded .mv .scroll_sign .scroll_txt::before {
    -webkit-animation: scroll-dot-sp 3s linear 2.5s infinite;
            animation: scroll-dot-sp 3s linear 2.5s infinite;
  }
}
.mv .scroll_sign .scroll_txt {
  color: var(--main_blue);
  font-size: clamp(11px, 1vw, 16px);
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  rotate: -90deg;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media screen and (max-width: 768px) {
  .mv .scroll_sign .scroll_txt {
    font-size: 9px;
  }
}
.mv .scroll_sign .scroll_txt::before {
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: -1.1875em;
  top: 52%;
  border-radius: 100%;
  background: var(--main_blue);
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .mv .scroll_sign .scroll_txt::before {
    width: 5px;
    height: 5px;
    left: -15px;
    top: 3px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.mv .scroll_sign .scroll_txt::after {
  width: 56px;
  height: 1px;
  display: block;
  position: absolute;
  top: 52%;
  left: calc(-56px - 1.1875em);
  background: var(--main_blue);
  content: "";
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .mv .scroll_sign .scroll_txt::after {
    width: 32px;
    top: 5px;
    left: -45px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.mv .mv_content .mv_img {
  border-radius: 15px;
  overflow: hidden;
}
.mv .mv_content .mv_bottom .bottom_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -4.6071428571%;
  margin-bottom: 75px;
}
@media screen and (max-width: 1472px) {
  .mv .mv_content .mv_bottom .bottom_top {
    margin-top: -105px;
  }
}
@media screen and (max-width: 900px) {
  .mv .mv_content .mv_bottom .bottom_top {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top {
    display: block;
    margin-top: -33px;
    margin-bottom: 28px;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_name {
  color: var(--main_white);
  font-family: "Jost", sans-serif;
  font-size: clamp(29px, 3.359375vw, 43px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 2.5vw;
}
@media screen and (max-width: 1440px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 900px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_name {
    padding-left: 1.2%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_name {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_name span {
  color: var(--main_blue);
  display: block;
}
.mv .mv_content .mv_bottom .bottom_top .bottom_name .br900 {
  display: none;
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1472px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area {
    width: calc(100% - 650px);
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1280px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1.2%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 23px;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn {
  width: 316px;
  height: 100px;
  border-radius: 5px;
  border: 2px solid var(--main_white);
  overflow: hidden;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 900px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn {
    width: 35.1111111111vw;
    height: auto;
    aspect-ratio: 316/84;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn {
    width: calc((100% - 23px) / 2);
    height: 102px;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 20px 13px 20px 20px;
  z-index: 1;
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 900px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a {
    padding: 1.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a {
    padding-top: 22px;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .btn_txt {
  color: var(--main_white);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 900px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .btn_txt {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .btn_txt {
    font-size: 15px;
    text-align: center;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .btn_txt span:not(.nowrap) {
  display: block;
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .btn_txt span:not(.nowrap) {
    font-size: 1.5555555556vw;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .btn_txt span:not(.nowrap).nowrap {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .btn_txt span:not(.nowrap) {
    font-size: 11px;
    line-height: 1.4545454545;
    margin-top: 8px;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .cmn_btn {
  width: 39px;
  height: 30px;
  background-color: var(--main_white);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .cmn_btn {
    width: 27.42px;
    height: 21.09px;
    position: absolute;
    right: 5.3px;
    bottom: 6px;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .cmn_btn::after {
  width: 14px;
  height: 6px;
  background: center/contain url(../img/common/arrow-blue.svg) no-repeat;
  -webkit-transition: background-image 0s ease 0s;
  transition: background-image 0s ease 0s;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn a .btn_content .cmn_btn::after {
    width: 8.79px;
    height: 4.22px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business:hover {
    border-color: #4AADFD;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business:hover {
    border-color: #4AADFD;
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a::before {
  background: -webkit-gradient(linear, left top, right top, from(#4AADFD), to(#6FBBF8));
  background: linear-gradient(to right, #4AADFD 0%, #6FBBF8 100%);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover::before {
    opacity: 0;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover .btn_content .btn_txt {
    color: #4AADFD;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover .btn_content .cmn_btn {
    background-color: #4AADFD;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover .btn_content .cmn_btn::after {
    background-image: url(../img/common/arrow-white.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover::before {
    opacity: 0;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover .btn_content .btn_txt {
    color: #4AADFD;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover .btn_content .cmn_btn {
    background-color: #4AADFD;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_business a:hover .btn_content .cmn_btn::after {
    background-image: url(../img/common/arrow-white.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit:hover {
    border-color: var(--main_blue);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit:hover {
    border-color: var(--main_blue);
  }
}
.mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a::before {
  background: -webkit-gradient(linear, left top, right top, from(#2A65A9), to(#69A9F0));
  background: linear-gradient(to right, #2A65A9 0%, #69A9F0 100%);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover::before {
    opacity: 0;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover .btn_content .btn_txt {
    color: var(--main_blue);
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover .btn_content .cmn_btn {
    background-color: var(--main_blue);
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover .btn_content .cmn_btn::after {
    background-image: url(../img/common/arrow-white.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover::before {
    opacity: 0;
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover .btn_content .btn_txt {
    color: var(--main_blue);
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover .btn_content .cmn_btn {
    background-color: var(--main_blue);
  }
  .mv .mv_content .mv_bottom .bottom_top .bottom_link-area .link_btn.btn_recruit a:hover .btn_content .cmn_btn::after {
    background-image: url(../img/common/arrow-white.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
.mv .mv_content .mv_bottom .mv_intro {
  color: var(--main_black);
  width: 90%;
  max-width: 1042px;
  display: grid;
  grid-template-columns: 1fr 52.6871401152%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.105vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .mv_intro {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.mv .mv_content .mv_bottom .mv_intro .intro_img {
  border-radius: 11px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .mv_intro .intro_img {
    width: 262.6px;
    margin-inline: auto;
    border-radius: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mv .mv_content .mv_bottom .mv_intro .intro_txt-area {
  padding-top: 0.5vw;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .mv_intro .intro_txt-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_name {
  padding-bottom: 12.5px;
  margin-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 14px;
    margin-bottom: 21px;
  }
}
.mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_name::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--main_blue);
  position: absolute;
  left: 0;
  bottom: 0;
}
.mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_name span {
  font-size: clamp(13px, 1.0625vw, 17px);
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_name span {
    font-size: 10px;
  }
}
.mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_txt {
  width: 95%;
}
@media screen and (max-width: 768px) {
  .mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_txt {
    width: 82%;
    margin-inline: auto;
  }
}
.mv .mv_content .mv_bottom .mv_intro .intro_txt-area .intro_txt img {
  width: 100%;
  height: auto;
}

/*=======================================
　service_sec
=======================================*/
.service_sec {
  width: 100%;
  background: var(--main_white);
  margin-top: -10px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service_sec {
    margin-top: 0;
  }
}
.service_sec .service_content {
  background: var(--main_white);
  border-radius: 20px 20px 0 0;
  border: 1px solid var(--main_blue);
  padding-top: 70px;
  padding-bottom: 100px;
  margin-bottom: -88px;
  translate: 0 -200px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content {
    border-radius: 10px;
    padding-top: 35px;
    padding-bottom: 31px;
    margin-bottom: -130px;
    translate: 0 -130px;
  }
}
.service_sec .service_content .service_ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_ttl {
    margin-bottom: 20px;
  }
}
.service_sec .service_content .service_ttl h2 {
  color: var(--main_blue);
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_ttl h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.service_sec .service_content .service_ttl .en {
  color: #8F8F8F;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_ttl .en {
    font-size: 12px;
  }
}
.service_sec .service_content .service_transfer {
  width: 84.191702432%;
  display: grid;
  grid-template-columns: 1fr 50.4215851602%;
  gap: 6.2942664418%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-inline: auto;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer {
    width: 90%;
    display: block;
    margin-bottom: 20px;
  }
}
.service_sec .service_content .service_transfer .transfer_img {
  border-radius: 5px;
  overflow: hidden;
}
.service_sec .service_content .service_transfer .transfer_txt-area {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area {
    padding-top: 12px;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .service_sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .service_sttl {
    gap: 8px;
    margin-bottom: 10px;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .service_sttl h3 {
  color: var(--main_blue);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .service_sttl h3 {
    font-size: 22px;
    font-weight: 500;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .service_sttl .en {
  color: #8F8F8F;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .service_sttl .en {
    font-size: 10px;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .tranfer_txt {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .tranfer_txt {
    font-size: 13px;
    line-height: 2;
    width: 95%;
    margin-bottom: 15px;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .transfer_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .transfer_link {
    gap: 23px;
    margin-right: 3.5%;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .transfer_link span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .transfer_link span {
    font-size: 15px;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .transfer_link .cmn_btn {
  width: 39px;
  height: 30px;
  border: 1px solid var(--main_blue);
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .transfer_link .cmn_btn {
    width: 27.42px;
    height: 21.1px;
  }
}
.service_sec .service_content .service_transfer .transfer_txt-area .transfer_link .cmn_btn::after {
  width: 16px;
  height: 7px;
  background: center/contain url(../img/common/arrow-blue.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_transfer .transfer_txt-area .transfer_link .cmn_btn::after {
    width: 11px;
    height: 5px;
  }
}
.service_sec .service_content .service_option {
  width: 84.8354792561%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.313508921%;
  margin-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .service_sec .service_content .service_option {
    width: 88%;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option {
    gap: 11px;
    margin-bottom: 30px;
  }
}
.service_sec .service_content .service_option .option_content {
  display: grid;
  grid-template-columns: 23.6842105263% 1fr 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid var(--main_blue);
  padding: 18px;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content {
    grid-template-columns: 34.05% 1fr;
    padding: 20px 13px 24px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content:last-of-type {
    padding-bottom: 10px;
  }
}
.service_sec .service_content .service_option .option_content .option_img {
  border-radius: 5px;
  overflow: hidden;
}
.service_sec .service_content .service_option .option_content .option_txt_area {
  margin-left: 6.5789473684cqi;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content .option_txt_area {
    margin-left: 5cqi;
  }
}
.service_sec .service_content .service_option .option_content .option_txt_area .service_sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content .option_txt_area .service_sttl {
    margin-bottom: 8px;
  }
}
.service_sec .service_content .service_option .option_content .option_txt_area .service_sttl h3 {
  color: var(--main_blue);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content .option_txt_area .service_sttl h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
}
.service_sec .service_content .service_option .option_content .option_txt_area .service_sttl .en {
  color: #8F8F8F;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content .option_txt_area .service_sttl .en {
    font-size: 10px;
  }
}
.service_sec .service_content .service_option .option_content .option_txt_area .option_txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content .option_txt_area .option_txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-right: 5px;
  }
}
.service_sec .service_content .service_option .option_content .cmn_btn {
  width: 39px;
  height: 30px;
  border: 1px solid var(--main_blue);
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content .cmn_btn {
    width: 24.53px;
    height: 18.87px;
    position: absolute;
    right: 12px;
    bottom: 9px;
  }
}
.service_sec .service_content .service_option .option_content .cmn_btn::after {
  width: 16px;
  height: 7px;
  background: center/contain url(../img/common/arrow-blue.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .service_option .option_content .cmn_btn::after {
    width: 11px;
    height: 5px;
  }
}
.service_sec .service_content .features {
  width: 84.191702432%;
  display: grid;
  grid-template-columns: 1fr 69.5412064571%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.9966015293%;
  margin-inline: auto;
  margin-bottom: 67px;
}
@media screen and (max-width: 1024px) {
  .service_sec .service_content .features {
    grid-template-columns: 1fr 45%;
  }
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features {
    width: 100%;
    display: block;
    margin-bottom: 79px;
  }
}
.service_sec .service_content .features .features_txt-area {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
}
.service_sec .service_content .features .features_txt-area hgroup {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area hgroup {
    text-align: center;
    margin-bottom: 25px;
  }
}
.service_sec .service_content .features .features_txt-area hgroup h2 {
  color: var(--main_blue);
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area hgroup h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.service_sec .service_content .features .features_txt-area hgroup .en {
  color: #8F8F8F;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area hgroup .en {
    font-size: 12px;
  }
}
.service_sec .service_content .features .features_txt-area .features_txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area .features_txt {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 25px;
  }
}
.service_sec .service_content .features .features_txt-area .features_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area .features_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 24px;
    position: absolute;
    left: 50%;
    bottom: -315px;
    translate: -30% 0;
  }
}
.service_sec .service_content .features .features_txt-area .features_link span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area .features_link span {
    font-size: 15px;
  }
}
.service_sec .service_content .features .features_txt-area .features_link .cmn_btn {
  width: 39px;
  aspect-ratio: 39/30;
  border: 1px solid var(--main_blue);
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area .features_link .cmn_btn {
    width: 27.42px;
    height: 21.09px;
  }
}
.service_sec .service_content .features .features_txt-area .features_link .cmn_btn::after {
  width: 16px;
  aspect-ratio: 16/7;
  background: center/contain url(../img/common/arrow-blue.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_txt-area .features_link .cmn_btn::after {
    width: 11px;
    height: 5px;
  }
}
.service_sec .service_content .features .features_link-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.78125vw 3.4819792303%;
}
@media screen and (max-width: 1024px) {
  .service_sec .service_content .features .features_link-area {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_link-area {
    width: 295px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .service_sec .service_content .features .features_link-area .link_item:nth-of-type(1) a:hover .cmn_btn, .service_sec .service_content .features .features_link-area .link_item:nth-of-type(4) a:hover .cmn_btn {
    background-color: #2A65A9;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .service_sec .service_content .features .features_link-area .link_item:nth-of-type(1) a:hover .cmn_btn, .service_sec .service_content .features .features_link-area .link_item:nth-of-type(4) a:hover .cmn_btn {
    background-color: #2A65A9;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .service_sec .service_content .features .features_link-area .link_item:nth-of-type(2) a:hover .cmn_btn, .service_sec .service_content .features .features_link-area .link_item:nth-of-type(3) a:hover .cmn_btn {
    background-color: #4AADFD;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .service_sec .service_content .features .features_link-area .link_item:nth-of-type(2) a:hover .cmn_btn, .service_sec .service_content .features .features_link-area .link_item:nth-of-type(3) a:hover .cmn_btn {
    background-color: #4AADFD;
  }
}
.service_sec .service_content .features .features_link-area .link_item a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service_sec .service_content .features .features_link-area .link_item a .features_normal {
  display: block;
  width: 100%;
  height: 100%;
}
.service_sec .service_content .features .features_link-area .link_item a .features_normal img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_sec .service_content .features .features_link-area .link_item a .features_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 2;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .service_sec .service_content .features .features_link-area .link_item a:hover .features_hover {
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .service_sec .service_content .features .features_link-area .link_item a:hover .features_hover {
    opacity: 1;
  }
}
.service_sec .service_content .features .features_link-area .link_item a .cmn_btn {
  width: 2.829375vw;
  max-width: 45.27px;
  aspect-ratio: 45.27/32;
  position: absolute;
  right: 0.75vw;
  bottom: 0.4vw;
  z-index: 10;
  border: 1px solid var(--main_white);
  background: rgba(7, 7, 7, 0.3);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_link-area .link_item a .cmn_btn {
    width: 25.42px;
    height: 16.6px;
    right: 4.8px;
    bottom: 4.1px;
    display: none;
  }
}
.service_sec .service_content .features .features_link-area .link_item a .cmn_btn::after {
  width: 1.25vw;
  max-width: 20px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .features .features_link-area .link_item a .cmn_btn::after {
    width: 9.64px;
    height: 3.71px;
  }
}
.service_sec .service_content .safety {
  width: 84.191702432%;
  display: grid;
  grid-template-columns: min(497.87px, 31.125vw) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.9530315969%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety {
    width: 100%;
    display: block;
    position: relative;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .service_sec .service_content .safety:hover .safety_btn_wrap .cmn_btn span::after {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .service_sec .service_content .safety:hover .safety_btn_wrap .cmn_btn span::after {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
  }
}
.service_sec .service_content .safety .safety_img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_img {
    width: 88%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_txt-area {
    padding-inline: 5.5%;
    margin-inline: auto;
  }
}
.service_sec .service_content .safety .safety_txt-area hgroup h2 {
  font-size: clamp(26px, 3.59375vw, 46px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #2A65A9;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_txt-area hgroup h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.service_sec .service_content .safety .safety_txt-area hgroup .en {
  font-size: clamp(11px, 1vw, 16px);
  letter-spacing: 0.08em;
  line-height: 1;
  color: #8F8F8F;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_txt-area hgroup .en {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
.service_sec .service_content .safety .safety_txt-area .safety_txt {
  color: #333;
  font-size: clamp(13px, 1.125vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_txt-area .safety_txt {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
}
.service_sec .service_content .safety .safety_btn_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding-right: 0.7vw;
  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_btn_wrap {
    position: absolute;
    top: calc(24.682667vw + 25px);
    right: 7%;
    padding: 0;
  }
}
.service_sec .service_content .safety .safety_btn_wrap p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_btn_wrap p {
    display: none;
  }
}
.service_sec .service_content .safety .safety_btn_wrap .cmn_btn {
  width: 53.8px;
  height: auto;
  aspect-ratio: 53.8/38;
  overflow: hidden;
  border: 1px solid var(--main_blue);
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_btn_wrap .cmn_btn {
    width: 27.42px;
    height: 21.09px;
  }
}
.service_sec .service_content .safety .safety_btn_wrap .cmn_btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.service_sec .service_content .safety .safety_btn_wrap .cmn_btn span::after {
  content: "";
  width: 26px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: center/contain url(../img/common/arrow-blue.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .service_sec .service_content .safety .safety_btn_wrap .cmn_btn span::after {
    width: 12px;
    height: 6px;
  }
}

/*=======================================
　link_sec
=======================================*/
.link_sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "flo com" "flo gro";
  gap: 6px 4px;
  margin-bottom: 112px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .link_sec {
    padding-top: 40px;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 7px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .link_sec .link_item {
    border-radius: 3px;
    overflow: hidden;
  }
}
.link_sec .link_item.item_company {
  grid-area: com;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_company {
    grid-area: auto;
  }
}
.link_sec .link_item.item_company a span {
  left: 2.375vw;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_company a span {
    left: 5vw;
  }
}
.link_sec .link_item.item_company a .cmn_btn_wrapper {
  right: 4vw;
  bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_company a .cmn_btn_wrapper {
    right: 5vw;
    bottom: 10px;
  }
}
.link_sec .link_item.item_flow {
  grid-area: flo;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_flow {
    grid-area: auto;
  }
}
.link_sec .link_item.item_flow a {
  height: 100%;
  overflow: hidden;
}
.link_sec .link_item.item_flow a picture {
  height: 100%;
}
.link_sec .link_item.item_flow a span {
  left: 3.375vw;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_flow a span {
    left: 5vw;
  }
}
.link_sec .link_item.item_flow a .cmn_btn_wrapper {
  right: 4.75vw;
  bottom: 2.25vw;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_flow a .cmn_btn_wrapper {
    right: 5vw;
    bottom: 10px;
  }
}
.link_sec .link_item.item_group {
  grid-area: gro;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_group {
    grid-area: auto;
  }
}
.link_sec .link_item.item_group a span {
  left: 2.375vw;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_group a span {
    left: 5vw;
  }
}
.link_sec .link_item.item_group a .cmn_btn_wrapper {
  right: 4vw;
  bottom: 2.25vw;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item.item_group a .cmn_btn_wrapper {
    right: 5vw;
    bottom: 10px;
  }
}
.link_sec .link_item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.link_sec .link_item a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #A2A2A2;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.link_sec .link_item a span {
  color: var(--main_white);
  font-size: clamp(29px, 3.28125vw, 42px);
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 2.1875vw;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item a span {
    font-size: 20px;
    bottom: 10px;
  }
}
.link_sec .link_item a .cmn_btn_wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 4.75vw;
}
.link_sec .link_item a .cmn_btn_wrapper .cmn_btn {
  width: 54px;
  aspect-ratio: 54/38;
  display: block;
  position: relative;
  border: 1px solid var(--main_white);
  background: rgba(51, 51, 51, 0.53);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item a .cmn_btn_wrapper .cmn_btn {
    width: 30.66px;
    aspect-ratio: 30.66/20.6;
  }
}
.link_sec .link_item a .cmn_btn_wrapper .cmn_btn::after {
  width: 26px;
  aspect-ratio: 26/9;
}
@media screen and (max-width: 768px) {
  .link_sec .link_item a .cmn_btn_wrapper .cmn_btn::after {
    width: 7.93px;
    aspect-ratio: 7.93/3.81;
  }
}

/*=======================================
　recruit_sec
=======================================*/
.recruit_sec {
  background: center/cover url(../img/top/recruitment_bg.jpg) no-repeat;
}
.recruit_sec.is-animated .recruit_copy .recruit_img img.recruit_img_changed,
.recruit_sec.is-animated .recruit_link_wrapper .recruit_img img.recruit_img_changed {
  -webkit-clip-path: inset(-1px);
          clip-path: inset(-1px);
}
.recruit_sec {
  padding-top: 125px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit_sec {
    padding-top: 50px;
  }
}
.recruit_sec h2 {
  color: var(--main_white);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 13.2px;
}
@media screen and (max-width: 768px) {
  .recruit_sec h2 {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.recruit_sec .h_en {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .h_en {
    font-size: 12px;
    margin-bottom: 95px;
  }
}
.recruit_sec .recruit_img {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
}
.recruit_sec .recruit_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec .recruit_img img.recruit_img_changed {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_img img.recruit_img_changed {
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}
.recruit_sec .recruit_copy {
  width: 560px;
  margin-inline: auto;
  margin-bottom: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_copy {
    width: 345px;
    margin-bottom: 32px;
  }
}
.recruit_sec .recruit_copy .recruit_img {
  width: 21.0625vw;
  max-width: 337px;
  aspect-ratio: 337/239;
}
.recruit_sec .recruit_copy .recruit_img.img01 {
  width: min(21.0625vw, 50vw - 280px - 3.25vw - 10px);
  min-width: 169px;
  top: min(0px, (1600px - 100vw) * -0.15);
  left: calc(-1 * min(21.0625vw, 50vw - 280px - 3.25vw - 10px) - 3.25vw);
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_copy .recruit_img.img01 {
    width: 101.72px;
    min-width: auto;
    top: 0;
    left: 0;
    translate: 0 -100%;
  }
}
.recruit_sec .recruit_copy .recruit_img.img02 {
  width: min(21.0625vw, 50vw - 280px - 4.625vw - 10px);
  min-width: 169px;
  top: min(-117px, -117px + (1600px - 100vw) * -0.15);
  right: calc(-1 * min(21.0625vw, 50vw - 280px - 4.625vw - 10px) - 4.625vw);
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_copy .recruit_img.img02 {
    width: 115.89px;
    min-width: auto;
    top: -23px;
    right: 0;
    translate: 0 -100%;
  }
}
.recruit_sec .recruit_txt {
  color: var(--main_white);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.1666666667;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 165px;
  }
}
.recruit_sec .recruit_link_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 112px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper {
    margin-bottom: 25px;
  }
}
.recruit_sec .recruit_link_wrapper .recruit_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625vw;
  translate: 2.78125vw 0;
  pointer-events: all;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .recruit_sec .recruit_link_wrapper .recruit_link:hover {
    cursor: pointer;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .recruit_sec .recruit_link_wrapper .recruit_link:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper .recruit_link {
    gap: 9.7px;
    translate: 7.5px 0;
  }
}
.recruit_sec .recruit_link_wrapper .recruit_link span {
  color: var(--main_white);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.08em;
  translate: 0 -1px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper .recruit_link span {
    font-size: 16px;
  }
}
.recruit_sec .recruit_link_wrapper .recruit_link .cmn_btn {
  width: 4vw;
  max-width: 64px;
  aspect-ratio: 64/43;
  background: #F89A3D;
  border: none;
  -webkit-transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper .recruit_link .cmn_btn {
    width: 33.3px;
    aspect-ratio: 33.3/25.62;
  }
}
.recruit_sec .recruit_link_wrapper .recruit_link .cmn_btn::after {
  width: 1.035vw;
  max-width: 18px;
  aspect-ratio: 18/8;
  background: center/contain url(../img/common/arrow-white.svg) no-repeat;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper .recruit_link .cmn_btn::after {
    width: 12px;
  }
}
.recruit_sec .recruit_link_wrapper .recruit_link .cmn_btn::before {
  content: "";
  width: 18px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: center/contain url(../img/common/arrow-orange.svg) no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper .recruit_link .cmn_btn::before {
    width: 12px;
    height: 6px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .recruit_sec .recruit_link_wrapper .recruit_link:hover {
    cursor: pointer;
  }
  .recruit_sec .recruit_link_wrapper .recruit_link:hover .cmn_btn {
    background: var(--main_white);
  }
  .recruit_sec .recruit_link_wrapper .recruit_link:hover .cmn_btn::before {
    opacity: 1;
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
  }
  .recruit_sec .recruit_link_wrapper .recruit_link:hover .cmn_btn::after {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .recruit_sec .recruit_link_wrapper .recruit_link:hover {
    cursor: pointer;
  }
  .recruit_sec .recruit_link_wrapper .recruit_link:hover .cmn_btn {
    background: var(--main_white);
  }
  .recruit_sec .recruit_link_wrapper .recruit_link:hover .cmn_btn::before {
    opacity: 1;
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
  }
  .recruit_sec .recruit_link_wrapper .recruit_link:hover .cmn_btn::after {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
}
.recruit_sec .recruit_link_wrapper .recruit_img.img03 {
  width: min(13.75vw, 50vw - 200px - 2.8125vw - 10px);
  min-width: 110px;
  max-width: 220px;
  aspect-ratio: 220/156;
  left: calc(-1 * min(13.75vw, 50vw - 200px - 2.8125vw - 10px) - 2.8125vw);
  bottom: -17px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper .recruit_img.img03 {
    width: 109.84px;
    min-width: auto;
    left: -48px;
    top: -65px;
    translate: 0 -100%;
  }
}
.recruit_sec .recruit_link_wrapper .recruit_img.img04 {
  width: min(17vw, 50vw - 200px - 9.5375vw - 10px);
  min-width: 136px;
  max-width: 272px;
  aspect-ratio: 272/193;
  right: calc(-1 * min(17vw, 50vw - 200px - 9.5375vw - 10px) - 9.5375vw);
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_link_wrapper .recruit_img.img04 {
    width: 134.57px;
    min-width: auto;
    right: -55.5px;
    top: -30px;
    bottom: unset;
    translate: 0 -100%;
  }
}
.recruit_sec .recruit_loop_wrapper {
  width: 100%;
  overflow: hidden;
}
.recruit_sec .recruit_loop_wrapper .recruit_loop {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: clamp(52px, 6.4375vw, 103px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
  -webkit-animation: recruitLoop 60s linear infinite;
          animation: recruitLoop 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_loop_wrapper .recruit_loop {
    height: 52px;
    -webkit-animation: recruitLoop 75s linear infinite;
            animation: recruitLoop 75s linear infinite;
  }
}
@-webkit-keyframes recruitLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes recruitLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.recruit_sec .recruit_loop_wrapper .recruit_loop img {
  width: auto;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .recruit_loop_wrapper .recruit_loop img {
    padding-right: 20px;
  }
}

/*=======================================
　keyframes
=======================================*/
@-webkit-keyframes scroll-dot-pc {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-50%) translateX(-56px);
            transform: translateY(-50%) translateX(-56px);
    opacity: 1;
  }
  61% {
    -webkit-transform: translateY(-50%) translateX(-56px);
            transform: translateY(-50%) translateX(-56px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 0;
  }
}
@keyframes scroll-dot-pc {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-50%) translateX(-56px);
            transform: translateY(-50%) translateX(-56px);
    opacity: 1;
  }
  61% {
    -webkit-transform: translateY(-50%) translateX(-56px);
            transform: translateY(-50%) translateX(-56px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes scroll-dot-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1;
  }
  61% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@keyframes scroll-dot-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1;
  }
  61% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}/*# sourceMappingURL=top.css.map */