@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&Afacad+Flux:wght@100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul {
  padding: 0;
}

a {
  transition: all 0.4s ease-in-out;
}

.alf {
  font-family: "Afacad Flux", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.robo {
  font-family: "Roboto", sans-serif;
}

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

@keyframes textanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
body {
  color: #292D38;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: number 0;
  position: relative;
}
body *:not(br) {
  line-height: 1.8;
}
body.nosc {
  overflow: hidden;
}

br {
  line-height: 1.2;
}

/* list-styleがいらない場合はこれも */
ul {
  list-style: none;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: #292D38;
}
img {
  width: 100%;
  vertical-align: middle;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

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

.pc_m {
  display: block !important;
}
@media screen and (max-width: 900px) {
  .pc_m {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .tab {
    display: block !important;
  }
}

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

.c_btn {
  display: block;
  max-width: 224px;
  width: 100%;
  padding: 10px 18px;
  color: #fff;
  background: #00A86E;
  border-radius: 50px;
  font-size: clamp(15px, 3.9473684211vw, 16px);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  .c_btn {
    font-size: 17px;
  }
}
.c_btn.-wh {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.c_btn.-con {
  max-width: 290px;
  background: transparent linear-gradient(126deg, #0491BC 0%, #054B91 100%) 0% 0% no-repeat padding-box;
  font-size: clamp(20px, 5.2631578947vw, 20px);
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .c_btn {
    padding: 5px 15px;
  }
}
.c_btn span {
  display: block;
  position: relative;
  z-index: 1;
}
.c_btn::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(120deg, #F4C913 0%, #F49413 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  z-index: 0;
  transition: all 0.3s ease;
}
.c_btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 80%;
  right: auto;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
.c_btn.-wh::before {
  background: transparent;
}
.c_btn.-wh::after {
  background-color: #fff;
}
@media (hover: hover) {
  .c_btn:hover::before {
    width: 100%;
  }
  .c_btn:hover::after {
    width: 6px;
  }
  .c_btn:hover.-wh::before {
    background: transparent;
  }
}

h2[class*=_section_title] {
  font-size: clamp(24px, 6.3157894737vw, 30px);
  font-weight: 600;
  letter-spacing: 6px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}
h2[class*=_section_title]::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00A86E;
  position: absolute;
  bottom: 0;
  left: 0;
}

p[class*=_section_title-alf] {
  font-size: clamp(14px, 3.6842105263vw, 18px);
  font-weight: 600;
  letter-spacing: 6px;
  position: relative;
  letter-spacing: 1.8px;
  line-height: 1;
  font-family: "Afacad Flux", sans-serif;
}

.page .content_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.page .content_ttlbox {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .page .content_ttlbox {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.page h2[class*=_section_title] {
  display: inline-block;
  text-align: left;
  font-size: clamp(20px, 5.2631578947vw, 30px);
}
@media screen and (max-width: 900px) {
  .page h2[class*=_section_title] {
    display: block;
  }
}
.page h2[class*=_section_title]::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00A86E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page p[class*=_section_title-alf] {
  display: block;
  text-align: left;
}

.sub_ttl {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 1800px) {
  .sub_ttl {
    font-size: 28px;
  }
}
.sub_ttl._rec {
  color: #F49413;
}
.sub_ttl.-lg {
  font-size: clamp(20px, 5.2631578947vw, 28px);
}
.sub_ttl.-lft {
  text-align: left;
}

.rec_ttl_udb {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  color: #F49413;
  padding-bottom: 30px;
}
.rec_ttl_udb::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F49413;
  position: absolute;
  bottom: 0;
  left: 0;
}

input[type=text],
input[type=email],
textarea {
  appearance: none;
  border: 1px solid #292D38;
  border-radius: 5px;
  padding: 8px;
  width: 80%;
}
@media screen and (max-width: 900px) {
  input[type=text],
  input[type=email],
  textarea {
    width: 100%;
  }
}

#zip {
  width: 40%;
}
@media screen and (max-width: 900px) {
  #zip {
    width: 60%;
  }
}

button {
  appearance: none;
  border: none;
}

.header {
  width: 95%;
  margin: 0 auto;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  padding: 14px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 10px;
}
@media screen and (max-width: 1090px) {
  .header {
    width: 95%;
    padding: 12px 15px;
    margin: 0 auto;
  }
}
.header * {
  opacity: 1;
}
.header_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  width: 13.21%;
  position: relative;
  z-index: 501;
}
@media screen and (max-width: 1090px) {
  .header_logo {
    width: 25%;
    max-width: 128px;
  }
}
.header_logo img {
  width: 100%;
}
.header_contact {
  width: 139px;
}
@media screen and (max-width: 1090px) {
  .header_contact {
    max-width: 128px;
    margin-right: 80px;
  }
}
.header_contact .c_btn {
  background: #00A86E;
}
.header_contact .c_btn::after {
  display: none;
}

.footer {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.footer_inner {
  width: 90%;
  max-width: 968px;
  margin: 0 auto;
}
@media screen and (min-width: 1800px) {
  .footer_inner {
    max-width: 1100px;
  }
}
.footer_logo {
  display: block;
  width: 310px;
  margin: 0 auto 40px;
}
.footer_logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .footer_logo {
    width: 236px;
  }
}
.footer_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #292D38;
  padding: 40px 0;
}
.footer_info {
  width: 31.5%;
}
@media screen and (max-width: 900px) {
  .footer_info {
    width: 100%;
  }
}
.footer_tel {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #0490C4;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .footer_tel {
    text-align: center;
  }
}
.footer_tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4yMjEiIGhlaWdodD0iMjMuMjE1IiB2aWV3Qm94PSIwIDAgMjMuMjIxIDIzLjIxNSI+DQogIDxwYXRoIGlkPSLjg5HjgrlfMjk3NTk1IiBkYXRhLW5hbWU9IuODkeOCuSAyOTc1OTUiIGQ9Ik01Mi4wMDgsNDcuMTRhMS4xMjQsMS4xMjQsMCwwLDAtLjU5MS0uODA5bC00Ljc1NS0yLjgtLjAzOS0uMDIyYTEuNDEyLDEuNDEyLDAsMCwwLS42NDMtLjE0OSwxLjQ3NiwxLjQ3NiwwLDAsMC0xLjA0My40MTZsLTEuNCwxLjRhLjgyMi44MjIsMCwwLDEtLjMxNS4xNDNjLS4wMTYsMC0xLjYzMy0uMTE4LTQuNjEtMy4wOTVzLTMuMS00LjU5My0zLjEtNC41OTNhLjc1Ljc1LDAsMCwxLC4xNDEtLjMzOGwxLjItMS4yYTEuNTI3LDEuNTI3LDAsMCwwLC4zLTEuNjY2TDM0LjUsMjkuNDU5YTEuMDkyLDEuMDkyLDAsMCwwLS45NzktLjY0LDEuMTI3LDEuMTI3LDAsMCwwLS44LjM0MmwtMy4yNjMsMy4yNTVhMi41LDIuNSwwLDAsMC0uNjQxLDEuMjkzYy0uMDI5LjIwOS0uNjA3LDUuMjA2LDYuMjQzLDEyLjA1Nyw1LjgxNiw1LjgxNSwxMC4zNSw2LjI2NywxMS42LDYuMjY3YTMuNTUsMy41NSwwLDAsMCwuNDU2LS4wMjQsMi41LDIuNSwwLDAsMCwxLjI5MS0uNjM5bDMuMjYtMy4yNkExLjEyMywxLjEyMywwLDAsMCw1Mi4wMDgsNDcuMTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjguOCAtMjguODE5KSIgZmlsbD0iIzA0OTBjNCIvPg0KPC9zdmc+DQo=");
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}
@media (hover: hover) {
  .footer_tel:hover {
    color: #00A86E;
  }
}
.footer_address {
  font-size: 16px;
  margin-bottom: 3px;
}
.footer_title {
  font-size: 16px;
  font-weight: 500;
}
.footer_nav {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav_list {
  width: auto;
}
.footer_nav_list > li {
  margin-bottom: 40px;
}
.footer_nav_list > li:last-child {
  margin-bottom: 0;
}
.footer_nav_list > li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #292D38;
}
.footer_nav_list > li a:hover {
  color: #0490C4;
}
.footer_nav_sublist {
  width: 100%;
}
.footer_nav_sublist > li a {
  display: block;
  font-size: 16px;
  font-weight: 400 !important;
  color: #292D38;
}
.footer_nav_sublist > li a:hover {
  color: #0490C4;
  opacity: 0.7;
}
.footer_nav_sublist > li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #292D38;
  margin-right: 5px;
  vertical-align: middle;
}
.footer_copyright {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #0490C4;
  padding: 5px 0;
  letter-spacing: 0.52px;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: block;
  z-index: 900;
  background-image: url(../img/common/totop.png);
  background-size: contain;
  width: 55px;
  height: 55px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 601px) {
  .totop {
    bottom: 80px;
  }
}

.front-page .totop {
  bottom: 180px;
}
@media screen and (max-width: 601px) {
  .front-page .totop {
    bottom: 80px;
  }
}

.main {
  overflow-x: hidden;
}

.header_nav {
  width: 57.5%;
}
@media screen and (max-width: 1090px) {
  .header_nav {
    display: none;
  }
}
.header_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_nav li {
  display: inline-block;
  position: relative;
  z-index: 600;
}
.header_nav li a {
  font-size: clamp(15px, 3.9473684211vw, 16px);
  color: #292D38;
}
@media screen and (min-width: 1800px) {
  .header_nav li a {
    font-size: 17px;
  }
}
.header_nav li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #0490C4;
  transition: all 0.3s ease;
  margin-top: 5px;
}
@media (hover: hover) {
  .header_nav li:hover a {
    color: #0490C4;
  }
  .header_nav li:hover::after {
    width: 100%;
  }
}
.header_nav .open_recruit {
  position: relative;
  z-index: 599;
}
.header_nav .open_recruit .recruit_menu {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 324px;
  background-color: #EAEAEA;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  transform: translateY(20px) translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.header_nav .open_recruit .recruit_menu li::after {
  display: none;
}
.header_nav .open_recruit .recruit_menu li a {
  color: #292D38;
  text-align: center;
  display: block;
  padding: 15px 0;
}
.header_nav .open_recruit .recruit_menu li a:hover {
  background-color: #0490C4;
  color: #fff;
}
.header_nav .open_recruit:hover .recruit_menu {
  visibility: visible;
  width: 324px;
  opacity: 1;
  transform: translate(-50%, 69px);
}

.menu-trigger {
  display: none;
}

@media screen and (max-width: 1090px) {
  .menu-trigger {
    display: block;
    position: fixed;
    top: 10px;
    right: 2%;
    width: 81.38px;
    height: 81.38px;
    z-index: 1400;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    z-index: 1400;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 1.5px;
    background-color: #00A86E;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 31px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 40px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 31px;
  }
  .menu-trigger.active::before {
    display: block;
    content: " ";
  }
  .menu-trigger.active span {
    height: 1.5px;
    background-color: #00A86E;
    box-shadow: none;
  }
  .menu-trigger.active span:nth-of-type(1) {
    width: 36px;
    transform: translateY(8px) rotate(-35deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    width: 36px;
    transform: translateY(-10px) rotate(35deg);
  }
}
#overlay {
  display: block;
  visibility: hidden;
  width: 98vw;
  height: calc(100vh - 100px);
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1000;
  transition: all 0.6s ease-out;
  transform: translateX(100%);
  padding: 40px 30px 40px 54px;
  box-sizing: border-box;
  background: transparent linear-gradient(180deg, #0491BC 0%, #054B91 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.95;
  border-radius: 10px 0 0 0;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  #overlay {
    width: 98vw;
    padding: 40px 30px 40px 54px;
  }
}
#overlay * {
  opacity: 0 !important;
  visibility: hidden;
}
#overlay.view {
  visibility: visible;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  transform: translateX(0);
  transition: all 0.6s ease-out;
}
#overlay.view * {
  opacity: 1 !important;
  visibility: visible;
}
#overlay .overlay_inner {
  width: 100%;
  height: 100%;
}
#overlay .overlay_inner ul li {
  margin-bottom: 20px;
}
#overlay .overlay_inner ul li a {
  font-size: clamp(15px, 3.9473684211vw, 16px);
  color: #fff;
}
#overlay .overlay_inner ul li a._indent::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
#overlay .overlay_inner .overlay_logo {
  margin: 50px auto 0;
  width: 207px;
  padding-bottom: 100px;
}
#overlay .overlay_inner .overlay_logo img {
  width: 100%;
}

.sticky_nav {
  display: none;
}
@media screen and (max-width: 601px) {
  .sticky_nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 2.5%;
    width: 95%;
    z-index: 800;
  }
  .sticky_nav .sticky_nav_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .sticky_nav .sticky_nav_list li a {
    display: block;
  }
  .sticky_nav .sticky_nav_list li a img {
    width: 100%;
    filter: drop-shadow(0 0 3.5px #292D38);
  }
}

.page_ttl {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 136px 0 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page_ttl {
    padding: 90px 0 20px;
  }
}
.page_ttl_title {
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.page_ttl_title_alf {
  display: block;
  font-size: clamp(32px, 8.4210526316vw, 70px);
  color: #A2A2A2;
  font-family: "Afacad Flux", sans-serif;
  line-height: 1;
  letter-spacing: 7px;
}
@media screen and (max-width: 900px) {
  .page_ttl_title_alf {
    letter-spacing: 3px;
  }
}
.page_ttl_title_ja {
  display: block;
  font-size: clamp(12px, 3.1578947368vw, 16px);
}
.page_ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/page_titile_logo.png);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 900px) {
  .page_ttl::before {
    background-size: 280%;
  }
}

.content_lead_sec {
  margin-bottom: 150px;
}
@media screen and (max-width: 900px) {
  .content_lead_sec {
    margin-bottom: 60px;
  }
}
.content_lead_sec .content_lead_inner {
  width: 100%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .content_lead_sec .content_lead_inner {
    width: 100%;
    flex-direction: column;
  }
}
.content_lead_sec .content_lead_img {
  width: 57%;
  z-index: 6;
  border-radius: 10px;
  overflow: hidden;
}
.content_lead_sec .content_lead_img img {
  min-height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 1090px) {
  .content_lead_sec .content_lead_img {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .content_lead_sec .content_lead_img {
    width: 100%;
  }
}
.content_lead_sec .content_lead_txtbox {
  width: 38%;
  min-width: 606px;
  margin-bottom: -60px;
  margin-left: -10%;
  background-color: #fff;
  padding: 3% 4% 6% 4%;
  border-radius: 10px;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 1090px) {
  .content_lead_sec .content_lead_txtbox {
    margin-left: -18%;
  }
}
@media screen and (max-width: 900px) {
  .content_lead_sec .content_lead_txtbox {
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 50px 30px;
  }
}
.content_lead_sec .content_lead_txtbox_ttl {
  font-size: clamp(18px, 4.7368421053vw, 28px);
  font-weight: 600;
  margin-bottom: 50px;
  color: #00A86E;
}
@media screen and (max-width: 900px) {
  .content_lead_sec .content_lead_txtbox_ttl {
    margin-bottom: 30px;
  }
}

.text {
  font-size: clamp(15px, 3.9473684211vw, 16px);
}
.text.-ct {
  text-align: center;
}
@media screen and (max-width: 601px) {
  .text.-ct {
    text-align: left;
  }
}
.text.-ctc {
  text-align: center;
}
.text.-lft {
  text-align: left;
}
.text.-rgt {
  text-align: right;
}
.text span {
  font-size: clamp(14px, 3.6842105263vw, 16px);
}

.fw {
  font-weight: 600;
}

.fz18 {
  font-size: clamp(18px, 4.7368421053vw, 18px);
}

.u_note {
  font-size: clamp(12px, 3.1578947368vw, 12px);
}

.mg20 {
  margin-bottom: 20px !important;
}

.mg30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 601px) {
  .mg30 {
    margin-bottom: 20px !important;
  }
}

.mg40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 601px) {
  .mg40 {
    margin-bottom: 30px !important;
  }
}

.mg60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 601px) {
  .mg60 {
    margin-bottom: 30px !important;
  }
}

.mg0 {
  margin-bottom: 0 !important;
}

.col_2 {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 40px;
}
.col_2.-ff {
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 900px) {
  .col_2 {
    display: block;
    margin-bottom: 30px;
  }
}

.col_3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 22%;
  column-gap: 20px;
}
@media screen and (max-width: 601px) {
  .col_3 {
    display: block;
  }
}

.partner {
  width: 100%;
  background: #F7F9FA;
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .partner {
    padding: 30px 0;
  }
}
.partner_inner {
  width: 100%;
  max-width: 734px;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .partner_inner {
    height: 230px;
  }
}
.partner_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner_title {
  width: 100%;
  height: 129px;
  background-color: rgba(4, 145, 196, 0.6);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner_title::before {
  background-color: #fff;
}
.partner .c_btn {
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit_bn {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 600;
  transition: all 0.3s ease;
}
.recruit_bn.active {
  right: -300px;
}
@media screen and (max-width: 900px) {
  .recruit_bn {
    display: none;
  }
}
.recruit_bn a {
  display: block;
  width: 145px;
  height: 140px;
}
.recruit_bn a img {
  width: 100%;
}
.recruit_bn_check {
  appearance: none;
  position: absolute;
  top: -30px;
  right: 5px;
  width: 21px;
  height: 21px;
  background-image: url(../img/common/btn_hide.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.news {
  width: 100%;
  background-image: url(../img/top/news_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .news {
    padding: 60px 0;
  }
}
.news_inner {
  width: 90%;
  max-width: 1012px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(2, 114, 118, 0.1803921569);
  border-radius: 10px;
  padding: 85px 106px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1800px) {
  .news_inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 900px) {
  .news_inner {
    padding: 60px 20px;
  }
}
.news_section_title_box {
  position: absolute;
  top: -25px;
  left: 106px;
}
@media screen and (max-width: 900px) {
  .news_section_title_box {
    left: 20px;
  }
}
.news_list {
  width: 100%;
}
.news_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px;
}
@media (hover: hover) {
  .news_list_item:hover {
    background-color: #ECF7F3;
  }
}
@media screen and (max-width: 900px) {
  .news_list_item {
    display: block;
    padding: 10px;
  }
}
.news_list_item_date {
  font-size: clamp(13px, 3.4210526316vw, 14px);
  width: 139px;
}
@media screen and (max-width: 900px) {
  .news_list_item_date {
    width: 100%;
    margin-bottom: 8px;
  }
}
.news_list_item_ttl {
  font-size: clamp(13px, 3.4210526316vw, 14px);
  width: calc(100% - 139px);
}
@media screen and (min-width: 1800px) {
  .news_list_item_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .news_list_item_ttl {
    width: 100%;
  }
}
.news .c_btn {
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1090px) {
  .news .c_btn {
    max-width: 224px;
  }
}

.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 30px;
  height: 40px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 3.6842105263vw, 15px);
}
.pagination .current {
  color: #0490C4;
}
.pagination .prev,
.pagination .next {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #F0F3F5;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0NiIgaGVpZ2h0PSIxNS44NzgiIHZpZXdCb3g9IjAgMCA4LjY0NiAxNS44NzgiPg0KICA8cGF0aCBpZD0i44OR44K5XzI5NzYzOCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjM4IiBkPSJNLTE2NzkyLjk3OS0xMTU4OS4yMDZsLTcuNTg2LDcuNTg2LDcuNTg2LDcuNTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjgwMS4yNzEgMTE1ODkuNTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjcyNzYiIHN0cm9rZS13aWR0aD0iMSIvPg0KPC9zdmc+DQo=");
}
.pagination .next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0NiIgaGVpZ2h0PSIxNS44NzgiIHZpZXdCb3g9IjAgMCA4LjY0NiAxNS44NzgiPg0KICA8cGF0aCBpZD0i44OR44K5XzI5NzYzOCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjM4IiBkPSJNLTE2NzkyLjk3OS0xMTU4OS4yMDZsLTcuNTg2LDcuNTg2LDcuNTg2LDcuNTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjgwMS4yNzEgMTE1ODkuNTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjcyNzYiIHN0cm9rZS13aWR0aD0iMSIvPg0KPC9zdmc+DQo=");
  transform: rotate(180deg);
}

.post_navigation {
  margin-top: 20px;
  padding-top: 30px;
}
.post_navigation_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.post_navigation_item {
  width: 50%;
}
.post_navigation_prev, .post_navigation_next {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.post_navigation_prev:hover, .post_navigation_next:hover {
  opacity: 0.7;
}
.post_navigation_prev_title, .post_navigation_next_title {
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_navigation_prev {
  padding-left: 30px;
}
.post_navigation_prev_title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #F0F3F5;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0NiIgaGVpZ2h0PSIxNS44NzgiIHZpZXdCb3g9IjAgMCA4LjY0NiAxNS44NzgiPg0KICA8cGF0aCBpZD0i44OR44K5XzI5NzYzOCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjM4IiBkPSJNLTE2NzkyLjk3OS0xMTU4OS4yMDZsLTcuNTg2LDcuNTg2LDcuNTg2LDcuNTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjgwMS4yNzEgMTE1ODkuNTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjcyNzYiIHN0cm9rZS13aWR0aD0iMSIvPg0KPC9zdmc+DQo=");
  margin-right: 10px;
}
.post_navigation_next {
  padding-right: 30px;
  text-align: right;
}
.post_navigation_next_title::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #F0F3F5;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0NiIgaGVpZ2h0PSIxNS44NzgiIHZpZXdCb3g9IjAgMCA4LjY0NiAxNS44NzgiPg0KICA8cGF0aCBpZD0i44OR44K5XzI5NzYzOCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjM4IiBkPSJNLTE2NzkyLjk3OS0xMTU4OS4yMDZsLTcuNTg2LDcuNTg2LDcuNTg2LDcuNTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjgwMS4yNzEgMTE1ODkuNTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjcyNzYiIHN0cm9rZS13aWR0aD0iMSIvPg0KPC9zdmc+DQo=");
  transform: rotate(180deg);
  margin-left: 10px;
}

.top .fv {
  position: relative;
}
.top .fv .swiper-slide {
  width: 100vw;
  height: 100vh;
}
.top .fv .swiper-slide img {
  transition: transform 10s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .fv .swiper-slide-active img {
  transform: scale(1.1);
}
.top .fv .swiper-horizontal > .swiper-pagination-bullets,
.top .fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.top .fv .swiper-pagination-custom,
.top .fv .swiper-pagination-fraction {
  bottom: 8% !important;
  left: 0 !important;
  width: 25% !important;
  z-index: 5;
}
.top .fv .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.top .fv .swiper-pagination-bullet-active {
  background-color: #FFBD43 !important;
}
.top .fv_copy {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 35%;
  left: 10%;
  z-index: 5;
}
.top .fv_copy p {
  display: inline-block;
  color: #fff;
  font-size: clamp(53px, 13.9473684211vw, 84px);
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0;
  opacity: 0;
  letter-spacing: 4.2px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  animation: textanimation 1s forwards;
}
.top .fv_copy p:nth-child(1) {
  animation-delay: 0.2s;
}
.top .fv_copy p:nth-child(2) {
  animation-delay: 0.4s;
}
.top .fv_copy p:nth-child(3) {
  animation-delay: 0.6s;
}
.top .fv_copy p:nth-child(4) {
  animation-delay: 0.8s;
}
.top .fv_copy p:nth-child(5) {
  animation-delay: 1s;
}
.top .fv_copy p:nth-child(6) {
  animation-delay: 1.2s;
}
.top .fv_copy p:nth-child(7) {
  animation-delay: 1.4s;
}
.top .fv_copy p:nth-child(8) {
  animation-delay: 1.6s;
}
.top .fv_copy p:nth-child(9) {
  animation-delay: 1.8s;
}
.top .fv_copy p:nth-child(10) {
  animation-delay: 2s;
}
.top .fv_copy p:nth-child(11) {
  animation-delay: 2.2s;
}
.top .fv_copy p:nth-child(12) {
  animation-delay: 2.4s;
}
.top .fv_copy p:nth-child(13) {
  animation-delay: 2.6s;
}
.top .fv_copy p:nth-child(14) {
  animation-delay: 2.8s;
}
.top .fv_copy p:nth-child(15) {
  animation-delay: 3s;
}
.top .fv_copy p:nth-child(16) {
  animation-delay: 3.2s;
}
.top .fv_copy p:nth-child(17) {
  animation-delay: 3.4s;
}
.top .fv_copy p:nth-child(18) {
  animation-delay: 3.6s;
}
.top .fv_copy .br_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .fv_copy .br_sp {
    display: block;
  }
}
.top .fv_sub {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 5;
}
.top .fv_sub p {
  display: inline-block;
  color: #fff;
  font-size: clamp(24px, 6.3157894737vw, 27px);
  font-weight: 500;
  letter-spacing: 2.7px;
  margin: 0;
  opacity: 0;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  animation: textanimation 1s forwards;
}
@media screen and (min-width: 1800px) {
  .top .fv_sub p {
    font-size: 35px;
  }
}
.top .fv_sub p:nth-child(1) {
  animation-delay: 2.6s;
}
.top .fv_sub p:nth-child(2) {
  animation-delay: 2.7s;
}
.top .fv_sub p:nth-child(3) {
  animation-delay: 2.8s;
}
.top .fv_sub p:nth-child(4) {
  animation-delay: 2.9s;
}
.top .fv_sub p:nth-child(5) {
  animation-delay: 3s;
}
.top .fv_sub p:nth-child(6) {
  animation-delay: 3.1s;
}
.top .fv_sub p:nth-child(7) {
  animation-delay: 3.2s;
}
.top .fv_sub p:nth-child(8) {
  animation-delay: 3.3s;
}
.top .fv_sub p:nth-child(9) {
  animation-delay: 3.4s;
}
.top .fv_sub p:nth-child(10) {
  animation-delay: 3.5s;
}
.top .fv_sub p:nth-child(11) {
  animation-delay: 3.6s;
}
.top .fv_sub p:nth-child(12) {
  animation-delay: 3.7s;
}
.top .fv_sub p:nth-child(13) {
  animation-delay: 3.8s;
}
.top .fv_sub p:nth-child(14) {
  animation-delay: 3.9s;
}
.top .fv_sub p:nth-child(15) {
  animation-delay: 4s;
}
.top .fv_mark {
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 0;
  padding-top: 42%;
  background-image: url(../img/top/fv_bg.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(-100%);
  animation: slideInFromLeft 1s forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .top .fv_mark {
    bottom: -10%;
    padding-top: 80%;
    background-size: cover;
    background-position: 0 0;
  }
}
.top .fv_grade {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 0;
  padding-top: 40%;
  background: transparent linear-gradient(180deg, rgba(4, 144, 196, 0) 0%, #0490C4 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 900px) {
  .top .fv_grade {
    bottom: -10%;
    padding-top: 80%;
    background-size: cover;
    background-position: 0 0;
  }
}
.top .fv_scroll {
  position: absolute;
  bottom: 15%;
  right: 10%;
  z-index: 5;
  width: 19px;
  height: 147px;
  background-image: url(../img/top/scroll.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top .about {
  position: relative;
  width: 100%;
  background: #0490C4;
  z-index: 6;
  padding-bottom: 89px;
}
.top .about_inner {
  width: 90%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top .about_inner {
    width: 100%;
    flex-direction: column;
  }
}
.top .about .swiper-container {
  width: 57%;
  direction: rtl;
  /* 右から左の方向に設定 */
  z-index: 6;
}
@media screen and (max-width: 900px) {
  .top .about .swiper-container {
    width: 92.5%;
    margin-left: 0;
    margin-right: 7.5%;
  }
}
.top .about .swiper-slide {
  border-radius: 10px;
  direction: ltr;
  overflow: hidden;
  /* スライドの中身は左から右に戻す */
}
.top .about_txt {
  width: 38%;
  margin-left: -5%;
  background-color: #fff;
  padding: 3% 4% 6% 4%;
  border-radius: 10px;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 900px) {
  .top .about_txt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    padding: 50px 30px;
  }
}
.top .about_section_title-alf {
  margin-bottom: 2rem;
}
.top .about_copy {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  line-height: 1.8;
}
@media screen and (min-width: 1800px) {
  .top .about_copy {
    font-size: 17px;
  }
}
.top .about .c_btn {
  position: absolute;
  bottom: -6%;
  right: 50%;
  transform: translateX(50%);
}
.top .about::after {
  content: "";
  display: block;
  width: 50%;
  height: 0;
  padding-top: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/top/logo_bg_wh.png);
  background-size: cover;
  background-position: 0 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .top .about::after {
    display: none;
  }
}
.top .banner {
  width: 100%;
}
.top .banner_inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 1090px) {
  .top .banner_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top .banner_item {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 37%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .top .banner_item {
    padding-top: 65%;
  }
}
.top .banner_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.45;
  transition: all 0.3s ease;
  transform-origin: right;
  z-index: 1;
}
.top .banner_item h2.banner_section_title {
  display: inline-block;
  color: #D0D0D0;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  .top .banner_item h2.banner_section_title {
    font-size: 34px;
  }
}
.top .banner_item h2.banner_section_title::before {
  background-color: #fff;
}
.top .banner_item p.banner_section_title-alf {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 1800px) {
  .top .banner_item p.banner_section_title-alf {
    font-size: 22px;
  }
}
@media (hover: hover) {
  .top .banner_item:hover::before {
    transform: translateX(100%);
  }
  .top .banner_item:hover h2.banner_section_title {
    color: #292D38;
    text-shadow: 0px 0px 50px rgb(255, 255, 255), 0px 0px 50px rgb(255, 255, 255);
  }
  .top .banner_item:hover h2.banner_section_title::before {
    background-color: #0490C4;
  }
  .top .banner_item:hover p.banner_section_title-alf {
    color: #292D38;
    text-shadow: 0px 0px 50px rgb(255, 255, 255), 0px 0px 50px rgb(255, 255, 255);
  }
}
.top .banner_item:nth-of-type(1) {
  background-image: url(../img/top/banner_bg_1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .banner_item:nth-of-type(1)::before {
  background-color: #00A86E;
}
@media (hover: hover) {
  .top .banner_item:nth-of-type(1):hover .c_btn.-wh::before {
    width: 100%;
    background: #00A86E;
    opacity: 0.6;
  }
}
.top .banner_item:nth-of-type(2) {
  background-image: url(../img/top/banner_bg_2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .banner_item:nth-of-type(2)::before {
  background-color: #0490C4;
}
@media (hover: hover) {
  .top .banner_item:nth-of-type(2):hover .c_btn.-wh::before {
    width: 100%;
    background: #0490C4;
    opacity: 0.6;
  }
}
.top .banner_item_inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top .banner .c_btn {
  margin: 0 auto;
}
@media screen and (min-width: 1800px) {
  .top .banner .c_btn {
    max-width: 300px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1090px) {
  .top .banner .c_btn {
    max-width: 224px;
  }
}
.top .product {
  width: 100%;
  background: #EAEAEA;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top .product {
    padding: 60px 0;
  }
}
@media screen and (max-width: 900px) {
  .top .product .swiper-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top .product_ttlbox {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 61px;
}
@media screen and (min-width: 1800px) {
  .top .product_ttlbox {
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .top .product_ttlbox {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.top .product_ttlbox_inner {
  max-width: 300px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 900px) {
  .top .product_ttlbox_inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top .product_copy {
  font-size: clamp(15px, 3.9473684211vw, 15px);
}
@media screen and (min-width: 1800px) {
  .top .product_copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .top .product_copy {
    width: 100%;
  }
}
.top .product_link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 88.88%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
}
.top .product_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.3s ease;
}
.top .product_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(4, 144, 196, 0) 0%, #0490C4 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  z-index: 2;
}
.top .product_link_inner {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.top .product_link_inner p {
  color: #fff;
  text-align: center;
}
.top .product_link_ttl {
  font-size: clamp(22px, 5.7894736842vw, 22px);
  font-weight: 600;
  margin-bottom: 20px;
}
.top .product_link_ttl span {
  display: block;
  font-size: clamp(14px, 3.6842105263vw, 14px);
  font-weight: 600;
}
.top .product_link_detail {
  font-size: clamp(15px, 3.9473684211vw, 15px);
}
.top .product_link_detail::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #fff;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top .product_link:hover img {
    transform: scale(1.1);
  }
  .top .product_link:hover::before {
    background: transparent linear-gradient(0deg, #F09400 0%, rgba(240, 148, 0, 0.7294117647) 51%, rgba(240, 148, 0, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .top .product_link:hover_detail::after {
    width: 6px;
  }
}
.top .product_prevnext {
  width: 51px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7px;
}
.top .product_prevnext div {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #F0F3F5;
  background-position: center;
  background-repeat: no-repeat;
}
.top .product_prevnext_next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0NiIgaGVpZ2h0PSIxNS44NzgiIHZpZXdCb3g9IjAgMCA4LjY0NiAxNS44NzgiPg0KICA8cGF0aCBpZD0i44OR44K5XzI5NzYzOCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjM4IiBkPSJNLTE2NzkyLjk3OS0xMTU4OS4yMDZsLTcuNTg2LDcuNTg2LDcuNTg2LDcuNTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjgwMS4yNzEgMTE1ODkuNTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjcyNzYiIHN0cm9rZS13aWR0aD0iMSIvPg0KPC9zdmc+DQo=");
}
.top .product_prevnext_prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0NiIgaGVpZ2h0PSIxNS44NzgiIHZpZXdCb3g9IjAgMCA4LjY0NiAxNS44NzgiPg0KICA8cGF0aCBpZD0i44OR44K5XzI5NzYzOCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjM4IiBkPSJNLTE2NzkyLjk3OS0xMTU4OS4yMDZsLTcuNTg2LDcuNTg2LDcuNTg2LDcuNTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjgwMS4yNzEgMTE1ODkuNTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjcyNzYiIHN0cm9rZS13aWR0aD0iMSIvPg0KPC9zdmc+DQo=");
  transform: rotate(180deg);
}
.top .recruit {
  width: 100%;
  background: transparent linear-gradient(180deg, #0491BC 0%, #054B91 100%) 0% 0% no-repeat padding-box;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top .recruit {
    padding: 30px 0 60px;
  }
}
.top .recruit_inner {
  width: 90%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top .recruit_inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.top .recruit_inner > .c_btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .recruit_inner > .c_btn {
    display: block;
    margin: 0 auto;
    order: 1;
  }
}
.top .recruit_img {
  width: 68%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-left: -50px;
}
@media screen and (max-width: 900px) {
  .top .recruit_img {
    width: 155%;
    margin-left: -20%;
    margin-bottom: 30px;
    order: 2;
  }
}
.top .recruit_img img {
  border-radius: 10px;
}
.top .recruit_txt {
  width: 32%;
  margin-left: 6%;
}
@media screen and (max-width: 900px) {
  .top .recruit_txt {
    width: 70%;
    margin: 0 auto 30px;
    order: 3;
  }
  .top .recruit_txt .c_btn {
    display: none;
  }
}
.top .recruit_section_title {
  color: #fff;
}
.top .recruit_section_title::before {
  background-color: #fff !important;
}
@media screen and (max-width: 900px) {
  .top .recruit_section_title {
    width: 135px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top .recruit_section_title-alf {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .top .recruit_section_title-alf {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
.top .recruit_copy {
  color: #fff;
  margin-bottom: 60px;
  font-size: clamp(16px, 4.2105263158vw, 16px);
}
@media screen and (min-width: 1800px) {
  .top .recruit_copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .top .recruit_copy {
    margin-bottom: 0;
  }
}
.top .recruit::after {
  content: "";
  display: block;
  width: 70%;
  height: 0;
  padding-top: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/top/logo_bg_wh.png);
  background-size: contain;
  background-position: 100% 0;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .top .recruit::after {
    width: 100%;
    background-position: 50% 0;
    padding-top: 80%;
    background-size: cover;
  }
}

.privacy .page_ttl {
  background-image: url(../img/privacy/ttl_bg.png);
}
.privacy_content {
  padding: 60px 0;
}
.privacy_content_inner {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
.privacy_content_ttl {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #0490C4;
}
.privacy_content_txt {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  margin-bottom: 2em;
  line-height: 2;
}
.privacy_content_list {
  margin-bottom: 2em;
}
.privacy_content_list li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy_content_contact {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  margin-bottom: 2em;
  padding: 1em 0;
  border-top: 1px solid #0490C4;
  border-bottom: 1px solid #0490C4;
  display: inline-block;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .privacy_content_contact {
    display: block;
  }
}
.privacy_content_contact_box {
  text-align: right;
  margin-bottom: 130px;
}
@media screen and (max-width: 900px) {
  .privacy_content_contact_box {
    text-align-last: left;
    margin-bottom: 60px;
  }
}

.news_list .page_ttl {
  background-image: url(../img/news/ttl_bg.png);
  margin-bottom: 60px;
}
.news_list .news {
  padding: 90px 0;
  background-image: url(../img/news/news_bg.png);
  background-size: cover;
}

.news_single .page_ttl {
  background-image: url(../img/news/ttl_bg.png);
}
.news_single_content {
  padding: 60px 0 40px;
  background-color: #F7F9FA;
}
.news_single_content_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
  background-color: #fff;
  position: relative;
}
.news_single_content_inner img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.news_single_content_inner_box {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.news_single_content_inner_ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 30px;
}
.news_single_content_inner_ttl_date {
  font-size: clamp(15px, 3.9473684211vw, 16px);
}
.news_single_content_inner_ttl_title {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 600;
}
.news_single_content_inner .c_btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.partner-page {
  background-color: #F7F9FA;
}
.partner-page .page_ttl {
  background-image: url(../img/partner/ttl_bg.png);
}
.partner-page ._section_title-alf {
  font-size: clamp(15px, 3.9473684211vw, 18px);
  letter-spacing: 1.8px;
}
.partner-page_content_inner {
  width: 90%;
  max-width: 925px;
  margin: 0 auto 130px;
}
.partner-page_content_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .partner-page_content_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.partner-page_content_list_item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  padding: 15px 19px 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.partner-page_content_list_item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: clamp(43px, 11.3157894737vw, 43px);
  font-weight: 300;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}
.partner-page_content_list_item:nth-of-type(even) {
  background: transparent linear-gradient(180deg, #00A86E 0%, #008859 100%) 0% 0% no-repeat padding-box;
}
.partner-page_content_list_item:nth-of-type(odd) {
  background: transparent linear-gradient(180deg, #0491BC 0%, #054B91 100%) 0% 0% no-repeat padding-box;
}
.partner-page_content_list_item_txt {
  font-size: clamp(18px, 4.7368421053vw, 18px);
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.partner-page_content_list_item:nth-of-type(2) .partner-page_content_list_item_txt, .partner-page_content_list_item:nth-of-type(3) .partner-page_content_list_item_txt, .partner-page_content_list_item:nth-of-type(4) .partner-page_content_list_item_txt {
  margin-top: 1rem;
}

.proposal-page {
  background-color: #F7F9FA;
}
.proposal-page .content_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.proposal-page .page_ttl {
  background-image: url(../img/proposal/ttl_bg.png);
}
.proposal-page ._section_title-alf {
  font-size: clamp(15px, 3.9473684211vw, 18px);
  letter-spacing: 1.8px;
}
.proposal-page .content_lead_sec {
  margin-bottom: 218px;
}
@media screen and (max-width: 900px) {
  .proposal-page .content_lead_sec {
    margin-bottom: 60px;
  }
}
.proposal-page .content_lead_sec .content_lead_inner {
  align-items: flex-start;
}
.proposal-page .content_lead_sec .content_lead_txtbox {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .proposal-page .content_lead_sec .content_lead_txtbox {
    margin-top: -20px;
  }
}
.proposal-page .content_lead_txtbox {
  margin-bottom: -100px;
}
@media screen and (max-width: 900px) {
  .proposal-page .content_lead_txtbox {
    margin-bottom: 0;
  }
}
.proposal-page_content_inner {
  width: 90%;
  max-width: 925px;
  margin: 0 auto 130px;
}
@media screen and (min-width: 1800px) {
  .proposal-page_content_inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 900px) {
  .proposal-page_content_inner {
    margin-bottom: 60px;
  }
}
.proposal-page_content .proposal_img {
  width: 100%;
}
.proposal-page_content .proposal_img img {
  display: block;
  width: 100%;
  margin-bottom: 130px;
}
@media screen and (max-width: 900px) {
  .proposal-page_content .proposal_img img {
    margin-bottom: 60px;
  }
}
.proposal-page_content .text {
  margin-bottom: 30px;
}

.construction-page {
  background-color: #F7F9FA;
  overflow: visible;
}
.construction-page .content_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.construction-page .page_ttl {
  background-image: url(../img/construction/ttl_bg.png);
}
.construction-page ._section_title-alf {
  font-size: clamp(15px, 3.9473684211vw, 18px);
  letter-spacing: 1.8px;
}
.construction-page_content_inner {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media screen and (min-width: 1800px) {
  .construction-page_content_inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 900px) {
  .construction-page_content_inner {
    padding-bottom: 60px;
  }
}
.construction-page_content .text {
  margin-bottom: 30px;
}
.construction-page_content_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
  opacity: 0;
  transform: translateY(250px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
@media screen and (max-width: 601px) {
  .construction-page_content_list_item {
    margin-bottom: 40px;
  }
}
.construction-page_content_list_item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.construction-page_content_list_item_step {
  width: 161px;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 601px) {
  .construction-page_content_list_item_step {
    width: 71px;
    height: 61px;
    padding-right: 15px;
  }
}
.construction-page_content_list_item_step::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  position: absolute;
  top: 8px;
  left: 8px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  z-index: 0;
}
.construction-page_content_list_item_step::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00A86E;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  z-index: 1;
}
.construction-page_content_list_item_step ._step {
  font-size: clamp(12px, 3.1578947368vw, 25px);
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.construction-page_content_list_item_step ._step_num {
  font-size: clamp(28px, 7.3684210526vw, 64px);
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.construction-page_content_list_item:nth-child(2n) .construction-page_content_list_item_step::after {
  background-color: #0490C4;
}
.construction-page_content_list_item::after {
  content: "";
  width: 81px;
  height: 51px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MS43NCIgaGVpZ2h0PSI1MS42MDgiIHZpZXdCb3g9IjAgMCA4MS43NCA1MS42MDgiPg0KICA8ZyBpZD0i44Kw44Or44O844OXXzI5MTE5NCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMjkxMTk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwNi4wMzIgLTE2NTkuNTM5KSI+DQogICAgPHBhdGggaWQ9IuODkeOCuV8yOTc2NDMiIGRhdGEtbmFtZT0i44OR44K5IDI5NzY0MyIgZD0iTTAsMEgxNC4wNjFMMzEuNSw0MS4zLDE0LjA2MSw4MS43NEgwTDE2LjQyNiw0MS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI4Ny43NzIgMTY3OS42NDUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmNDk0MTMiLz4NCiAgICA8cGF0aCBpZD0i44OR44K5XzI5NzY0NCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjQ0IiBkPSJNMCwwSDE0LjA2MUwzMS41LDQxLjMsMTQuMDYxLDgxLjc0SDBMMTYuNDI2LDQxLjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjg3Ljc3MiAxNjU5LjUzOSkgcm90YXRlKDkwKSIgZmlsbD0iI2Y0YzkxMyIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 40.5px);
}
@media screen and (max-width: 601px) {
  .construction-page_content_list_item::after {
    width: 38px;
    height: 24px;
    bottom: -35px;
    left: calc(50% - 19px);
  }
}
.construction-page_content_list_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.construction-page_content_list_item:nth-last-of-type(1)::after {
  display: none;
}
.construction-page_content_list_item_box {
  width: calc(100% - 161px);
  margin-left: -40px;
  padding: 30px 30px 30px 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 0 #EAEAEA;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 601px) {
  .construction-page_content_list_item_box {
    width: calc(100% - 71px);
    margin-left: -15px;
    padding: 15px 15px 15px 30px;
  }
}
.construction-page_content_list_item_img {
  max-width: 176px;
  width: 35%;
}
@media screen and (max-width: 601px) {
  .construction-page_content_list_item_img {
    width: 30%;
  }
}
.construction-page_content_list_item_txtbox {
  width: calc(100% - 206px);
  padding-left: 20px;
}
@media screen and (max-width: 601px) {
  .construction-page_content_list_item_txtbox {
    width: calc(70% - 15px);
    padding-left: 15px;
  }
}
.construction-page_content_list_item_ttl {
  font-size: clamp(15px, 3.9473684211vw, 24px);
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}
.construction-page_content_list_item_txt {
  font-size: clamp(11px, 2.8947368421vw, 15px);
}
@media screen and (min-width: 1800px) {
  .construction-page_content_list_item_txt {
    font-size: 17px;
  }
}

.contact-page {
  background-color: #F7F9FA;
}
.contact-page .content_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.contact-page .page_ttl {
  background-image: url(../img/contact/ttl_bg.png);
}
.contact-page .contact_lead {
  width: 90%;
  max-width: 520px;
  margin: 0 auto 97px;
}
@media screen and (max-width: 601px) {
  .contact-page .contact_lead {
    margin-bottom: 60px;
  }
}
.contact-page .contact_lead_text {
  margin-bottom: 60px;
  text-align: center;
  font-size: clamp(15px, 3.9473684211vw, 15px);
}
@media screen and (min-width: 1800px) {
  .contact-page .contact_lead_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 601px) {
  .contact-page .contact_lead_text {
    margin-bottom: 30px;
  }
}
.contact-page .contact_lead_num {
  margin-bottom: 20px;
}
@media screen and (max-width: 601px) {
  .contact-page .contact_lead_num {
    margin-bottom: 0;
  }
}
.contact-page .contact_lead_num * {
  color: #00A86E;
  font-weight: 600;
  line-height: 1.2;
}
.contact-page .contact_lead_num_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 601px) {
  .contact-page .contact_lead_num_link {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact-page .contact_lead_num_link * {
  display: inline-block;
}
.contact-page .contact_lead_num_link_icon {
  font-size: clamp(34px, 8.9473684211vw, 34px);
}
.contact-page .contact_lead_num_link_icon::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact_lead_num_link_icon._tel::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS42MDciIGhlaWdodD0iMjUuNTk5IiB2aWV3Qm94PSIwIDAgMjUuNjA3IDI1LjU5OSI+DQogIDxwYXRoIGlkPSLjg5HjgrlfMjk3NTk1IiBkYXRhLW5hbWU9IuODkeOCuSAyOTc1OTUiIGQ9Ik01NC4zOTIsNDkuMDIyYTEuMjM5LDEuMjM5LDAsMCwwLS42NTItLjg5Mkw0OC41LDQ1LjA0bC0uMDQzLS4wMjRhMS41NTcsMS41NTcsMCwwLDAtLjcwOS0uMTY1LDEuNjI4LDEuNjI4LDAsMCwwLTEuMTUuNDU4bC0xLjU0OCwxLjU0OGEuOTA2LjkwNiwwLDAsMS0uMzQ4LjE1N2MtLjAxOCwwLTEuOC0uMTMtNS4wODMtMy40MTNTMzYuMiwzOC41MzksMzYuMiwzOC41MzlhLjgyNi44MjYsMCwwLDEsLjE1Ni0uMzczbDEuMzItMS4zMTlBMS42ODQsMS42ODQsMCwwLDAsMzgsMzUuMDA5bC0yLjkxNS01LjQ4NWExLjIsMS4yLDAsMCwwLTEuMDgtLjcwNSwxLjI0MywxLjI0MywwLDAsMC0uODc4LjM3N2wtMy42LDMuNTlhMi43NTUsMi43NTUsMCwwLDAtLjcwNywxLjQyNmMtLjAzMS4yMzEtLjY3LDUuNzQxLDYuODg0LDEzLjMsNi40MTMsNi40MTIsMTEuNDE0LDYuOTExLDEyLjc5NSw2LjkxMWEzLjkxNSwzLjkxNSwwLDAsMCwuNS0uMDI2LDIuNzU2LDIuNzU2LDAsMCwwLDEuNDIzLS43bDMuNTk1LTMuNTk0QTEuMjM5LDEuMjM5LDAsMCwwLDU0LjM5Miw0OS4wMjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjguOCAtMjguODE5KSIgZmlsbD0iIzAwYTg2ZSIvPg0KPC9zdmc+DQo=");
}
.contact-page .contact_lead_num_link_icon._fax::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUuOTI3IiBoZWlnaHQ9IjIxLjcwMyIgdmlld0JveD0iMCAwIDI1LjkyNyAyMS43MDMiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzIxMTk5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAyMTE5OSIgd2lkdGg9IjI1LjkyNyIgaGVpZ2h0PSIyMS43MDMiIGZpbGw9IiMwMGE4NmUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMjkxMjE3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyOTEyMTciIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8cGF0aCBpZD0i44OR44K5XzI5Nzc2OSIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NzY5IiBkPSJNMjUuNDI3LDExLjlIMjIuMDQ2VjQuNzg5TDE3LjU3LDBIMy44ODFWMTEuOUguNWEuNTE4LjUxOCwwLDAsMC0uNS41MzV2Ni45MzRINi4xMTNsMS4zMjQtMS42NDRIMTguNDlsMS4zMjQsMS42NDRoNi4xMTJWMTIuNDM5YS41MTguNTE4LDAsMCwwLS41LS41MzVNMjIuMjUsMTUuNzUxSDE5LjkyN3YtMi4wOUgyMi4yNVpNMjAuMjI3LDUuNzU5VjExLjlINS43VjEuOTQxSDE2LjY1OFY1Ljc1OWgzLjU2OVoiIGZpbGw9IiMwMGE4NmUiLz4NCiAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzIxMTk4IiBkYXRhLW5hbWU9IumVt+aWueW9oiAyMTE5OCIgd2lkdGg9IjI1LjkyNyIgaGVpZ2h0PSIwLjkyOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyMC43NzQpIiBmaWxsPSIjMDBhODZlIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
}
.contact-page .contact_lead_num_link_txt {
  font-size: clamp(29px, 7.6315789474vw, 29px);
  vertical-align: middle;
}
.contact-page .contact_lead_num_link_txt_sub {
  font-size: clamp(18px, 4.7368421053vw, 20px);
  vertical-align: middle;
}
@media screen and (max-width: 601px) {
  .contact-page .contact_lead_num_link_txt_sub {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.contact-page .contact_lead.-thanks {
  max-width: 675px;
  margin-top: 60px;
}
.contact-page .contact_lead.-thanks .contact_lead_ico {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMTk4MzgiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDE5ODM4IiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNjcyMzMiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDY3MjMzIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IuODkeOCuV8yNzAzMiIgZGF0YS1uYW1lPSLjg5HjgrkgMjcwMzIiIGQ9Ik0zOCwxOUExOSwxOSwwLDEsMSwxOSwwLDE5LDE5LDAsMCwxLDM4LDE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDAxKSIgZmlsbD0iIzA0OTBjNCIvPg0KICAgIDxwYXRoIGlkPSLjg5HjgrlfMjcwMzMiIGRhdGEtbmFtZT0i44OR44K5IDI3MDMzIiBkPSJNNDMuNTM5LDkyLjEzN2EyLjQsMi40LDAsMCwxLTEuNzY3LS43NzJsLTYuMDg0LTYuNThhMi40MDUsMi40MDUsMCwwLDEsMy41MzItMy4yNjZsNC41NjEsNC45MzRMNTQuMiw3OC4wOTJhMi40MDUsMi40MDUsMCwxLDEsMy4wMTEsMy43NTJMNDUuMDQ0LDkxLjYwN2EyLjQsMi40LDAsMCwxLTEuNS41MjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNy41ODEgLTY1LjU2MikiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 20px;
}
.contact-page .contact_lead.-thanks .contact_lead_ttl {
  font-size: clamp(30px, 7.8947368421vw, 30px);
  font-weight: 600;
  color: #0490C4;
  text-align: center;
  margin-bottom: 20px;
}
.contact-page .contact_lead.-thanks .c_btn {
  margin: 0 auto;
  background: #fff;
  color: #0490C4;
  border: 1px solid #0490C4;
}
.contact-page .contact_lead.-thanks .c_btn::before {
  background: #A2A2A2;
}
.contact-page .contact_lead.-thanks .c_btn::after {
  background: #0490C4;
}
.contact-page .contact_lead.-thanks .c_btn:hover::before {
  background: #D0D0D0;
}
.contact-page .contact_lead.-thanks .c_btn:hover::after {
  background: #0490C4;
}
.contact-page .contact_form {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1800px) {
  .contact-page .contact_form {
    max-width: 1100px;
  }
}
.contact-page .contact_form .contact_form_ttl {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 600;
  color: #0490C4;
  text-align: center;
  margin-bottom: 20px;
}
.contact-page .contact_form .contact_form_ttl::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4zMjMiIGhlaWdodD0iMjIuNDM1IiB2aWV3Qm94PSIwIDAgMjkuMzIzIDIyLjQzNSI+DQogIDxwYXRoIGlkPSLjg5HjgrlfMjk3NzcwIiBkYXRhLW5hbWU9IuODkeOCuSAyOTc3NzAiIGQ9Ik0yNy43NzYsMEgxLjU0N0ExLjU0NywxLjU0NywwLDAsMCwwLDEuNTQ3VjIwLjg4OWExLjU0NywxLjU0NywwLDAsMCwxLjU0NywxLjU0N2gyNi4yM2ExLjU0NywxLjU0NywwLDAsMCwxLjU0Ny0xLjU0N1YxLjU0N0ExLjU0NywxLjU0NywwLDAsMCwyNy43NzYsME0yLjY2NiwxOS4wODZsOC4xMS02LjUwOEwxMy42LDE0LjgzNmExLjU0NywxLjU0NywwLDAsMCwxLjkzMywwbDMuMDEtMi40MTVxNC4wNTYsMy4yMzMsOC4xMSw2LjQ2OHYuODgzSDIuNjY2Wm0yMy45ODYtMi43NjQtNS4zNi00LjI3My0xLjE0NC0uOTE1UTIzLjQsOC41MiwyNi42NTcsNS45MDh2Ni40MjFabS4wMDYtMTMuNjU3di42OEwxNS41MzMsMTIuMjcxYTEuNTQ3LDEuNTQ3LDAsMCwxLTEuOTMyLDBMMi42NjYsMy41NTZ2LS44OUgyNi42NTdNOS4xNzIsMTEuMyw1LjE2MywxNC41MjFsLTIuNSwyVjYuMTExTDgsMTAuMzY5WiIgZmlsbD0iIzA0OTBjNCIvPg0KPC9zdmc+DQo=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-page .contact_form .contact_form_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .contact-page .contact_form .contact_form_box {
    margin-bottom: 30px;
  }
}
.contact-page .contact_form .contact_form_box_item {
  background-color: #fff;
  padding: 20px 40px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .contact-page .contact_form .contact_form_box_item {
    padding: 20px 20px;
    display: block;
  }
}
.contact-page .contact_form .contact_form_box_item_ttl {
  width: 25%;
  min-width: 170px;
  font-size: clamp(15px, 3.9473684211vw, 15px);
  margin-right: 10px;
}
@media screen and (min-width: 1800px) {
  .contact-page .contact_form .contact_form_box_item_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .contact-page .contact_form .contact_form_box_item_ttl {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-page .contact_form .contact_form_box_item_ttl ._required {
  display: block;
  width: 52px;
  background-color: #00A86E;
  color: #fff;
  font-size: clamp(15px, 3.9473684211vw, 15px);
  text-align: center;
  padding: 4px 10px;
  line-height: 1;
}
@media screen and (min-width: 1800px) {
  .contact-page .contact_form .contact_form_box_item_ttl ._required {
    font-size: 16px;
  }
}
.contact-page .contact_form .contact_form_box_item_txt {
  width: 75%;
}
@media screen and (max-width: 900px) {
  .contact-page .contact_form .contact_form_box_item_txt {
    width: 100%;
  }
}
.contact-page .privacy_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .contact-page .privacy_box {
    margin-bottom: 30px;
  }
}
.contact-page .privacy_box .text {
  margin-bottom: 20px;
}
.contact-page .privacy_box .check_box {
  text-align: center;
}
.contact-page .privacy_box .check_box label {
  display: inline-block;
}
.contact-page .privacy_box .privacy_link {
  color: #0490C4;
  text-decoration: underline;
}

.about-page {
  position: relative;
  z-index: 0;
}
.about-page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/about/content_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-page .page_ttl {
  background-image: url(../img/about/ttl_bg.png);
}
.about-page .about_message {
  background-color: #F7F9FA;
  padding: 60px 0;
  background-image: url(../img/about/message_bg_logo.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .about-page .about_message {
    background-size: 180%;
    background-position: 0 55%;
  }
}
.about-page .about_message_section_title-alf {
  margin-bottom: 60px;
}
.about-page .about_message_inner {
  width: 85%;
  max-width: 910px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1800px) {
  .about-page .about_message_inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 900px) {
  .about-page .about_message_inner {
    margin-bottom: 0;
  }
}
.about-page .about_message_box {
  display: grid;
  grid-template-columns: 40% calc(60% - 58px);
  gap: 58px;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .about-page .about_message_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.about-page .about_message_box_img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.1019607843);
}
.about-page .about_message_box_img img {
  width: 100%;
}
.about-page .about_message_box_txt {
  text-shadow: 0px 0px 20px rgb(255, 255, 255), 0px 0px 30px rgb(255, 255, 255);
}
.about-page .about_message_box_txt_ttl {
  font-size: clamp(18px, 4.7368421053vw, 28px);
  font-weight: 600;
  letter-spacing: 2.8px;
  color: #00A86E;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .about-page .about_message_box_txt_ttl {
    margin-bottom: 30px;
  }
}
.about-page .about_message_box_txt_txt {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  line-height: 1.8;
}
@media screen and (min-width: 1800px) {
  .about-page .about_message_box_txt_txt {
    font-size: 16px;
  }
}
.about-page .about_message_box_txt_txt span {
  font-weight: 600;
  font-size: clamp(20px, 5.2631578947vw, 25px);
}
.about-page .about_outline {
  padding: 130px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .about-page .about_outline {
    padding: 60px 0;
  }
}
.about-page .about_outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  padding-top: 30%;
  background: transparent linear-gradient(180deg, #F7F9FA 0%, #F7F9FA 50%, rgba(247, 249, 250, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
.about-page .about_outline_inner {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1800px) {
  .about-page .about_outline_inner {
    max-width: 1100px;
  }
}
.about-page .about_outline_section_title-alf {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .about-page .about_outline_section_title-alf {
    margin-bottom: 30px;
  }
}
.about-page .about_outline_list {
  margin-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .about-page .about_outline_list {
    margin-bottom: 60px;
  }
}
.about-page .about_outline_list_item {
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 20px 20px 20px 20px;
}
.about-page .about_outline_list_item:nth-of-type(2n) {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .about-page .about_outline_list_item {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 14px;
  }
}
.about-page .about_outline_list_item_ttl {
  font-size: clamp(16px, 4.2105263158vw, 17px);
}
.about-page .about_outline_list_item_txt {
  font-size: clamp(14px, 3.6842105263vw, 14px);
}
@media screen and (min-width: 1800px) {
  .about-page .about_outline_list_item_txt {
    font-size: 15px;
  }
}
.about-page .about_outline_list_item_txt span {
  display: block;
}
.about-page .about_outline_sub_ttl {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #0490C4;
  margin-bottom: 30px;
}
.about-page .about_declaration {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .about-page .about_declaration {
    padding: 30px 0;
    background-color: #F7F9FA;
  }
}
.about-page .about_declaration_inner {
  width: 85%;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (min-width: 1800px) {
  .about-page .about_declaration_inner {
    max-width: 900px;
  }
}
.about-page .about_declaration_title {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #0490C4;
  margin-bottom: 30px;
  text-align: center;
}
.about-page .about_declaration_txt {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  .about-page .about_declaration_txt {
    font-size: 16px;
  }
}
.about-page .about_declaration_list {
  margin-bottom: 30px;
  padding-inline-start: 20px;
}
.about-page .about_declaration_list_item {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (min-width: 1800px) {
  .about-page .about_declaration_list_item {
    font-size: 16px;
  }
}
.about-page .about_declaration_list_item:last-of-type {
  margin-bottom: 0;
}
.about-page .about_access {
  padding: 130px 0 60px;
  background-color: #F7F9FA;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .about-page .about_access {
    padding: 30px 0;
  }
}
.about-page .about_access_inner {
  width: 85%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 900px) {
  .about-page .about_access_inner {
    width: 85%;
    margin: 0 auto;
  }
}
.about-page .about_access_section_title-alf {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .about-page .about_access_section_title-alf {
    margin-bottom: 30px;
  }
}
.about-page .about_access_maps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 900px) {
  .about-page .about_access_maps {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-page .about_access_maps_map {
  height: 0;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .about-page .about_access_maps_map {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 80%;
    margin-bottom: 30px;
  }
}
.about-page .about_access_maps_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.about-page .about_access_maps_txt {
  padding-left: 80px;
}
@media screen and (max-width: 900px) {
  .about-page .about_access_maps_txt {
    padding-left: 0;
  }
}
.about-page .about_access_maps_list_item {
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 5px 0;
}
@media screen and (max-width: 900px) {
  .about-page .about_access_maps_list_item {
    grid-template-columns: repeat(1, 1fr);
    padding: 5px 0;
  }
}
.about-page .about_access_maps_list_item_ttl {
  font-size: clamp(16px, 4.2105263158vw, 17px);
}
.about-page .about_access_maps_list_item_txt {
  font-size: clamp(14px, 3.6842105263vw, 14px);
}
@media screen and (min-width: 1800px) {
  .about-page .about_access_maps_list_item_txt {
    font-size: 15px;
  }
}
.about-page .about_access_maps_list_item_txt span {
  display: block;
  color: #0490C4;
}

.r_sticky {
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 150;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  min-width: 60px;
}
@media screen and (max-width: 900px) {
  .r_sticky {
    grid-template-columns: repeat(3, 1fr);
    top: auto;
    bottom: 5px;
    right: auto;
    left: 0;
    transform: none;
    width: 100%;
  }
}
.r_sticky_btn {
  display: block;
  box-shadow: 0px 3px 6px rgba(244, 148, 19, 0.4117647059);
  border-radius: 50px;
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .r_sticky_btn {
    padding: 10px 15px;
  }
}
.r_sticky_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F4C913;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .r_sticky_btn::before {
    opacity: 0.8;
  }
}
.r_sticky_btn span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(16px, 4.2105263158vw, 16px);
  letter-spacing: 0.5em;
  font-weight: 600;
  color: #fff;
  opacity: 1;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .r_sticky_btn span {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}
@media (hover: hover) {
  .r_sticky_btn:hover::before {
    background: #fff;
    opacity: 0.4;
  }
  .r_sticky_btn:hover span {
    color: #F49413;
  }
}

.recruit .fv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.recruit .fv .swiper-slide {
  width: 100vw;
  height: 100vh;
}
.recruit .fv .swiper-slide img, .recruit .fv .swiper-slide picture {
  transition: transform 10s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .fv .swiper-slide-active img {
  transform: scale(1.1);
}
.recruit .fv .swiper-horizontal > .swiper-pagination-bullets,
.recruit .fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.recruit .fv .swiper-pagination-custom,
.recruit .fv .swiper-pagination-fraction {
  bottom: 8% !important;
  left: 0 !important;
  width: 25% !important;
  z-index: 5;
}
.recruit .fv .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.recruit .fv .swiper-pagination-bullet-active {
  background-color: #F49413 !important;
}
.recruit .fv_copy {
  width: 40%;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 4%;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .recruit .fv_copy {
    width: 80%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 601px) {
  .recruit .fv_copy {
    width: 120%;
    bottom: 0;
  }
}
.recruit .fv_mark {
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 0;
  padding-top: 37.62%;
  background-image: url(../img/recruit/fv_bg.png);
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(-100%);
  animation: slideInFromLeft 1s forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .recruit .fv_mark {
    bottom: 15%;
    padding-top: 80%;
    background-size: cover;
    background-position: 20% 0;
  }
}
.recruit.bgfixed {
  position: relative;
  z-index: 1;
}
.recruit.bgfixed::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/recruit/contents_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .recruit.bgfixed::before {
    background-image: url(../img/recruit/contents_bg_sp.png);
  }
}
.recruit h2[class*=_section_title]::before {
  background-color: #F49413;
}
.recruit p[class*=_section_title-alf] {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .recruit p[class*=_section_title-alf] {
    margin-bottom: 30px;
  }
}
.recruit .sec_1 {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .recruit .sec_1 {
    padding: 60px 0;
  }
}
.recruit .sec_1::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(247, 249, 250, 0.7450980392) 88%, rgba(247, 249, 250, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .recruit .sec_1::before {
    height: 20%;
  }
}
.recruit .roots {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .recruit .roots {
    margin-bottom: 60px;
  }
}
.recruit .roots h2[class*=_section_title] {
  display: inline-block;
  text-align: left;
  font-size: clamp(20px, 5.2631578947vw, 30px);
}
@media screen and (max-width: 900px) {
  .recruit .roots h2[class*=_section_title] {
    display: block;
  }
}
.recruit .roots p[class*=_section_title-alf] {
  display: block;
  text-align: left;
}
.recruit .roots .content_ttlbox {
  margin: 0 auto;
}
.recruit .roots_inner {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1800px) {
  .recruit .roots_inner {
    max-width: 1000px;
  }
}
.recruit .roots_sub_ttl {
  font-size: clamp(18px, 4.7368421053vw, 28px);
  font-weight: 600;
  color: #F49413;
  text-align: center;
  margin-bottom: 60px;
}
.recruit .roots_sub_ttl span {
  display: block;
  font-size: clamp(14px, 3.6842105263vw, 16px);
  font-weight: 400;
  color: #292D38;
}
@media screen and (max-width: 900px) {
  .recruit .roots_sub_ttl {
    margin-bottom: 30px;
    text-align: left;
  }
}
.recruit .roots_txtimg {
  display: grid;
  grid-template-columns: 60% calc(40% - 44px);
  gap: 44px;
  margin-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .recruit .roots_txtimg {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
  .recruit .roots_txtimg img {
    order: 1;
  }
  .recruit .roots_txtimg .roots_txtimg_txt {
    order: 2;
  }
  .recruit .roots_txtimg .roots_txtimg_txt br {
    display: none;
  }
  .recruit .roots_txtimg .roots_txtimg_txt .sp_left {
    display: block;
    text-align: left;
  }
}
.recruit .roots_txtimg .text .orange {
  color: #F49413;
}
.recruit .message {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recruit .message {
    padding-bottom: 60px;
  }
}
.recruit .message::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit/logo_or_bg.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .recruit .message::after {
    height: 30%;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
  }
}
.recruit .message_inner {
  width: 85%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1800px) {
  .recruit .message_inner {
    max-width: 1100px;
  }
}
.recruit .message_box {
  display: grid;
  grid-template-columns: 40% calc(60% - 58px);
  gap: 58px;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .recruit .message_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.recruit .message_box_img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.1019607843);
}
.recruit .message_box_copy_title {
  font-size: clamp(18px, 4.7368421053vw, 28px);
  font-weight: 600;
  color: #F49413;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .recruit .message_box_copy_title {
    margin-bottom: 30px;
  }
}
.recruit .message_box_copy_text {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  line-height: 2;
}
.recruit .message_box_copy_text span {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 600;
}
.recruit .point {
  position: relative;
  z-index: 1;
  padding: 0 0 100px;
}
@media screen and (max-width: 900px) {
  .recruit .point {
    padding: 0 0 60px;
  }
}
.recruit .point_inner {
  width: 85%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .recruit .point_inner {
    max-width: 1100px;
  }
}
.recruit .point .sub_ttl {
  position: relative;
  z-index: 1;
}
.recruit .point .sub_ttl span {
  position: relative;
  z-index: 1;
}
.recruit .point_alf {
  display: inline-block;
  height: 1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: clamp(66px, 17.3684210526vw, 79px);
  position: absolute;
  top: -0.3em;
  left: 0;
  z-index: 0;
  white-space: nowrap;
  letter-spacing: 6.6px;
}
.recruit .point .point_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr) 1.5fr repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 900px) {
  .recruit .point .point_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr) 1.5fr repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.recruit .point_data {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1294117647);
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .recruit .point_data {
    padding: 15px;
  }
}
.recruit .point_data svg {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.recruit .point_data_1 {
  grid-area: 1/1/2/7;
  text-align: center;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_1 {
    grid-area: 1/1/2/3;
  }
}
.recruit .point_data_1_inner {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 38px;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_1_inner {
    gap: 20px 10px;
  }
}
.recruit .point_data_1_icon {
  width: 146px;
  height: 97px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQ2IiBoZWlnaHQ9Ijk2LjYzMyIgdmlld0JveD0iMCAwIDE0NiA5Ni42MzMiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzIxMTAwIiBkYXRhLW5hbWU9IumVt+aWueW9oiAyMTEwMCIgd2lkdGg9IjE0NiIgaGVpZ2h0PSI5Ni42MzMiIGZpbGw9IiNmZmJkNDMiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMjkxMDc5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyOTEwNzkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8cGF0aCBpZD0i44OR44K5XzI5NzYxMiIgZGF0YS1uYW1lPSLjg5HjgrkgMjk3NjEyIiBkPSJNMTIyLjYxNyw5MC4wMThWMjAuNjY4aDkuMTkzVjBIMTQuMjExVjIwLjY2OGg5LjE5NHY2OS4zNUgxOC40MzZsLS44LS4wMDhhNC44MjIsNC44MjIsMCwwLDAsLjA5LS44MzdWNjMuNDQyYTQuOTgsNC45OCwwLDAsMC00Ljk3My00Ljk1SDExLjUyYTQuOTgsNC45OCwwLDAsMC00Ljk3NCw0Ljk1Vjg5LjE3M2E0Ljc0Niw0Ljc0NiwwLDAsMCwuMDg3LjhjMCwuMDE2LDAsLjAyOSwwLC4wNDZIMHY2LjYxNUgxNDZWOTAuMDE4Wm0tMTAuMzM1LS40MzNoLTIwLjFWNTcuOTIxaDIwLjFWODkuNTg1Wm0tOC4xMjEtNDMuODl2LjA0NEg5MS40NTV2LTE0LjhoMTIuNzA2Wm0tMjQuOCwyOC45OTNINjYuNjU4VjU5Ljg1OUg3OS4zNjRWNzQuNjg4Wm0wLTI4Ljk0OUg2Ni42NTh2LTE0LjhINzkuMzY0djE0LjhabS0yNC44LDI4Ljk0OUg0MS44NlY1OS44NTlINTQuNTY3Vjc0LjY4OFptMC0yOC45NDlINDEuODZ2LTE0LjhINTQuNTY3djE0LjhaIiBmaWxsPSIjZmZiZDQzIi8+DQogICAgPHBhdGggaWQ9IuODkeOCuV8yOTc2MTMiIGRhdGEtbmFtZT0i44OR44K5IDI5NzYxMyIgZD0iTTM2Ny42NTYsMjQ5LjNhMi41NjYsMi41NjYsMCwxLDEtMi41NjYsMi41NjYsMi41NjYsMi41NjYsMCwwLDEsMi41NjYtMi41NjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjAuOTgyIC0xNzguMjE0KSIgZmlsbD0iI2ZmYmQ0MyIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_1_icon {
    width: 83px;
    height: 60px;
  }
}
.recruit .point_data_1_content {
  width: calc(100% - 184px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_1_content {
    display: inline-flex;
    width: auto;
  }
}
.recruit .point_data_1_content span {
  font-weight: 600;
  color: #FFBD43;
  line-height: 1;
}
.recruit .point_data_1_content span:nth-of-type(1) {
  font-size: clamp(20px, 5.2631578947vw, 38px);
}
.recruit .point_data_1_content span:nth-of-type(2) {
  font-size: clamp(88px, 23.1578947368vw, 165px);
  font-family: "Roboto", sans-serif;
  line-height: 0.7;
  font-weight: 900;
  font-style: italic;
}
.recruit .point_data_1_content span:nth-of-type(3) {
  font-size: clamp(22px, 5.7894736842vw, 44px);
  align-self: flex-end;
}
.recruit .point_data_1_txt {
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 4.2105263158vw, 17px);
  font-weight: 600;
}
.recruit .point_data_2 {
  grid-area: 2/1/3/4;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_2 {
    grid-area: 2/1/3/3;
  }
}
.recruit .point_data_3 {
  grid-area: 2/4/3/7;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_3 {
    grid-area: 3/1/4/3;
  }
}
.recruit .point_data_4 {
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_4 {
    grid-area: 4/1/5/2;
  }
}
.recruit .point_data_5 {
  grid-area: 3/3/4/5;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_5 {
    grid-area: 4/2/5/3;
  }
}
.recruit .point_data_6 {
  grid-area: 3/5/4/7;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_6 {
    grid-area: 5/1/6/3;
  }
}
.recruit .point_data_7 {
  grid-area: 4/1/5/4;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_7 {
    grid-area: 6/1/7/3;
  }
}
.recruit .point_data_8 {
  grid-area: 4/4/5/7;
}
@media screen and (max-width: 900px) {
  .recruit .point_data_8 {
    grid-area: 7/1/8/3;
  }
}
.recruit .benefits {
  position: relative;
  z-index: 1;
  padding: 0 0 60px;
}
@media screen and (max-width: 900px) {
  .recruit .benefits {
    padding: 0 0 30px;
  }
}
.recruit .benefits_inner {
  width: 85%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .recruit .benefits_inner {
    max-width: 1100px;
  }
}
.recruit .benefits_section_title-txt {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .recruit .benefits_section_title-txt {
    margin-bottom: 30px;
  }
}
.recruit .benefits_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .recruit .benefits_list {
    margin-bottom: 30px;
  }
}
.recruit .benefits_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(236, 109, 2, 0.1607843137);
  padding: 30px 45px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recruit .benefits_item {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px 30px;
  }
}
.recruit .benefits_item dt {
  font-size: clamp(16px, 4.2105263158vw, 20px);
  font-weight: 600;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .recruit .benefits_item dt {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.recruit .benefits_item dt::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: clamp(43px, 11.3157894737vw, 43px);
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #F49413;
  letter-spacing: 4.3px;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .recruit .benefits_item dt::before {
    margin-right: 0;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.recruit .benefits_item dd {
  width: 70%;
  line-height: 1.8;
}
.recruit .benefits_item dd span {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .recruit .benefits_item dd {
    width: 100%;
  }
}
.recruit .benefits_detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .recruit .benefits_detail {
    display: block;
  }
}
.recruit .benefits_detail_img {
  margin-bottom: 20px;
}
.recruit .benefits_detail_txts {
  margin-bottom: 50px;
}
.recruit .recruitment_inner {
  width: 85%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1800px) {
  .recruit .recruitment_inner {
    max-width: 1100px;
  }
}
.recruit .recruitment_list {
  padding: 60px 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .recruit .recruitment_list {
    padding: 30px 14px;
  }
}
.recruit .recruitment_list_item {
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 20px 30px;
  background-color: #F7F9FA;
}
@media screen and (max-width: 900px) {
  .recruit .recruitment_list_item {
    display: block;
  }
}
.recruit .recruitment_list_item:nth-of-type(2n) {
  background-color: #fff;
}
.recruit .recruitment_list_item_title {
  font-size: clamp(16px, 4.2105263158vw, 17px);
}
@media screen and (max-width: 900px) {
  .recruit .recruitment_list_item_title {
    margin-bottom: 15px;
  }
}
.recruit .recruitment_list_item_copy {
  font-size: clamp(15px, 3.9473684211vw, 15px);
}
.recruit .joblead_inner {
  width: 85%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1800px) {
  .recruit .joblead_inner {
    max-width: 1100px;
  }
}
.recruit .staff {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .recruit .staff {
    padding: 0 0 60px;
  }
}
.recruit .staff_inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit .staff .staff_item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.1607843137);
  position: relative;
  height: 180px;
}
.recruit .staff .staff_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(123deg, #F4C913 0%, #E59600 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .recruit .staff .staff_item:hover {
    transform: scale(1.08);
  }
  .recruit .staff .staff_item:hover::after {
    opacity: 0;
    transform: translateX(100%);
  }
}
.recruit .staff .staff_item .num {
  display: block;
  font-size: clamp(43px, 11.3157894737vw, 43px);
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  color: #fff;
  letter-spacing: 4.3px;
  z-index: 2;
}
.recruit .staff .staff_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .staff .staff_item_job {
  font-size: clamp(18px, 4.7368421053vw, 20px);
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 2em;
  left: 1em;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .recruit .staff .staff_item_job {
    line-height: 1;
    bottom: 1.3em;
  }
}
.recruit .staff .staff_item_job span {
  display: inline-block;
  margin-left: 20px;
  font-size: clamp(14px, 3.6842105263vw, 14px);
}
@media screen and (max-width: 900px) {
  .recruit .staff .staff_item_job span {
    margin-left: 0;
    display: block;
  }
}
.recruit .staff .staff_item_job::after {
  content: "";
  display: none;
  width: 1px;
  height: 8px;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 2px;
}
.recruit .jobs {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .recruit .jobs {
    padding: 0 0 60px;
  }
}
.recruit .jobs_inner {
  width: 85%;
  max-width: 1012px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.recruit .jobs .tabs_menu {
  max-width: 730px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_menu {
    gap: 10px;
  }
}
.recruit .jobs .tabs_menu_item {
  list-style: none;
}
.recruit .jobs .tabs_menu_item a {
  display: block;
  padding: 10px 0 10px;
  text-decoration: none;
  background: #EAEAEA;
  color: #707070;
  transition: 0.3s;
  text-align: center;
  border-radius: 5px;
  position: relative;
  font-size: clamp(14px, 3.6842105263vw, 20px);
  font-weight: 600;
}
.recruit .jobs .tabs_menu_item a:hover {
  opacity: 0.7;
}
.recruit .jobs .tabs_menu_item.active a {
  background-color: #F4C913;
  color: #fff;
}
.recruit .jobs .tabs_content_item {
  display: none;
  padding: 60px 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item {
    padding: 40px 20px;
  }
}
.recruit .jobs .tabs_content_item.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.recruit .jobs .tabs_content_item_img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_img {
    margin-bottom: 30px;
  }
}
.recruit .jobs .tabs_content_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .jobs .tabs_content_item_img figcaption {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit .jobs .tabs_content_item_img figcaption .en {
  font-size: clamp(23px, 6.0526315789vw, 69px);
  font-weight: 600;
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  letter-spacing: 6.9px;
  opacity: 0.8;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_img figcaption .en {
    letter-spacing: 2px;
  }
}
.recruit .jobs .tabs_content_item_img figcaption .jp {
  font-size: clamp(16px, 4.2105263158vw, 27px);
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  background-color: rgba(244, 203, 19, 0.8);
  letter-spacing: 2.7px;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_img figcaption .jp {
    letter-spacing: 1.7px;
    padding: 5px 15px;
  }
}
.recruit .jobs .tabs_content_item_deatl {
  display: grid;
  grid-template-columns: 55% calc(45% - 58px);
  gap: 58px;
  align-items: start;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_deatl {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_deatl_txtbox {
    order: 2;
  }
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_deatl_img {
    order: 1;
  }
}
.recruit .jobs .tabs_content_item_deatl_img img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.recruit .jobs .tabs_content_item_deatl_img img:last-of-type {
  margin-bottom: 0;
}
.recruit .jobs .tabs_content_item_works {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  background-color: #F7F9FA;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_works {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recruit .jobs .tabs_content_item_works_img {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_works_img {
    border-radius: 10px 10px 0 0;
  }
}
.recruit .jobs .tabs_content_item_works_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .jobs .tabs_content_item_works_txt {
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .recruit .jobs .tabs_content_item_works_txt {
    padding: 20px;
  }
}
.recruit .jobs .tabs_content_item_works_ttl {
  font-size: clamp(16px, 4.2105263158vw, 18px);
  font-weight: 600;
  color: #0490C4;
  margin-bottom: 20px;
  border: 2px solid #0490C4;
  padding: 5px 0;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
}
.recruit .jobs .tabs_content_item_image {
  max-width: 648px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.recruit .jobs .tabs_content_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.single_header {
  position: relative;
  z-index: 3;
}
.single_header_inner {
  width: 87%;
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .single_header_inner {
    display: block;
  }
}
.single_header_txtbox {
  padding-top: 130px;
}
@media screen and (max-width: 900px) {
  .single_header_txtbox {
    padding-top: 120px;
  }
}
.single_header_txtbox_title {
  position: relative;
  font-size: clamp(20px, 5.2631578947vw, 30px);
  font-weight: 600;
  margin-bottom: 80px;
}
@media screen and (max-width: 1090px) {
  .single_header_txtbox_title {
    margin-bottom: 80px;
  }
}
.single_header_txtbox_title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #F49413;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 1090px) {
  .single_header_txtbox_title::before {
    position: absolute;
    bottom: 35%;
    left: 0;
  }
}
.single_header_txtbox_title .alf {
  display: inline-block;
  margin-left: 15px;
  font-size: clamp(15px, 3.9473684211vw, 18px);
  font-family: "Afacad Flux", sans-serif;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1090px) {
  .single_header_txtbox_title .alf {
    display: block;
    margin-left: 0;
  }
}
.single_header_txtbox_inner {
  padding: 60px 0 60px 60px;
  background-color: #F7F9FA;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .single_header_txtbox_inner {
    padding: 60px 20px 20px;
  }
}
.single_header_imgbox {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1090px) {
  .single_header_imgbox {
    width: 100vw;
    margin: 0 0 0 calc(100% - 100vw);
    border-radius: 0;
  }
}
.single_header_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_num {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(56px, 14.7368421053vw, 94px);
  color: #F4C913;
  font-weight: 300;
  position: absolute;
  top: -90px;
  left: 0;
  vertical-align: middle;
}
@media screen and (max-width: 601px) {
  .single_num {
    top: -50px;
  }
}
.single_num .alf {
  font-family: "Afacad Flux", sans-serif;
  font-size: clamp(22px, 5.7894736842vw, 22px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.single_department {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F4C913;
}
@media screen and (max-width: 1090px) {
  .single_department {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.single_department .en {
  display: block;
  font-size: clamp(14px, 3.6842105263vw, 14px);
  font-weight: 400;
  color: #F4C913;
  font-family: "Afacad Flux", sans-serif;
}
.single_job {
  font-size: clamp(18px, 4.7368421053vw, 20px);
  margin-bottom: 10px;
  font-weight: 500;
}
.single_name {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 1090px) {
  .single_name {
    margin-bottom: 0;
    display: inline-block;
  }
}
.single_year {
  font-size: clamp(13px, 3.4210526316vw, 13px);
  font-weight: 500;
}
@media screen and (max-width: 1090px) {
  .single_year {
    margin-bottom: 0;
    margin-left: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 1090px) {
  .single_info {
    border-left: 1px solid #F4C913;
    padding-left: 10px;
  }
}
.single_interview {
  position: relative;
  z-index: 1;
  padding: 100Px 0 100px;
}
@media screen and (max-width: 900px) {
  .single_interview {
    padding: 60px 0;
  }
}
.single_interview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit/logo_ye_bg.png);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .single_interview::after {
    height: 10%;
    background-size: auto 100%;
  }
}
.single_interview_inner {
  width: 87%;
  max-width: 1026px;
  margin: 0 auto;
}
.single_interview_lead {
  font-size: clamp(18px, 4.7368421053vw, 28px);
  font-weight: 600;
  margin-bottom: 60px;
  color: #F49413;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .single_interview_lead {
    margin-bottom: 30px;
  }
}
.single_interview_txtbox {
  display: grid;
  grid-template-columns: 35% calc(65% - 58px);
  gap: 58px;
  align-items: start;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .single_interview_txtbox {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
    gap: 0;
  }
}
.single_interview_txtbox_img {
  overflow: hidden;
  border-radius: 10px;
}
.single_interview_txtbox_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .single_interview_txtbox_img img {
    margin-bottom: 20px;
  }
}
.single_intlist {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .single_intlist {
    padding-bottom: 60px;
  }
}
.single_intlist::before {
  content: "";
  display: block;
  width: 100%;
  height: 58px;
  background-color: #F7F9FA;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .single_intlist::before {
    display: none;
  }
}
.single_intlist_inner {
  width: 100%;
  max-width: 778px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .single_intlist_inner {
    overflow-x: scroll;
  }
}
.single_intlist .scroll_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .single_intlist .scroll_box {
    width: 778px;
  }
}
.single_intlist .staff_item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.1607843137);
  position: relative;
  height: 150px;
}
.single_intlist .staff_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(123deg, #F4C913 0%, #E59600 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .single_intlist .staff_item:hover {
    transform: scale(1.08);
  }
  .single_intlist .staff_item:hover::after {
    opacity: 0;
  }
}
.single_intlist .staff_item .num {
  display: block;
  font-size: clamp(43px, 11.3157894737vw, 43px);
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  color: #fff;
  letter-spacing: 4.3px;
  z-index: 2;
}
.single_intlist .staff_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_intlist .staff_item_job {
  font-size: clamp(18px, 4.7368421053vw, 20px);
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 2;
}
.single_intlist .staff_item_job span {
  display: block;
  font-size: clamp(14px, 3.6842105263vw, 14px);
}
/*# sourceMappingURL=map/style.css.map */
