@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;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;
}

.c_btn span, .c_btn::after, .ft_btn span, .ft_btn::after, a {
  transition: all 0.4s ease-in-out;
}

@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-right-to-left {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-to-right {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-to-down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-to-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  counter-reset: number 0;
  position: relative;
}
body *:not(br) {
  line-height: 1.8;
}

br {
  line-height: 1.2;
}

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

main {
  display: block;
}

a {
  text-decoration: none;
  color: #1C1C1C;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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;
  }
}

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

.en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 316px;
  background-color: #fff;
  color: #076BE7;
  padding: 20px 30px;
  position: relative;
}
.c_btn span {
  font-size: clamp(14px, 3.6842105263vw, 14px);
  font-weight: 500;
  letter-spacing: 0.3px;
  width: calc(100% - 42px);
  display: block;
}
.c_btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3IiBoZWlnaHQ9IjEzLjI4IiB2aWV3Qm94PSIwIDAgNy4wNyAxMy4yOCI+DQogIDxwYXRoIGlkPSLjg5HjgrlfNSIgZGF0YS1uYW1lPSLjg5HjgrkgNSIgZD0iTS4zNTcsMTIuMzVsNS02LTUtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTEgMC4yOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA3NmJlNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.c_btn::after {
  content: "";
  display: block;
  width: 28px;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23E8E8E8%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
@media (hover: hover) {
  .c_btn:hover {
    opacity: 1;
  }
  .c_btn:hover span {
    transform: translateX(10px);
  }
  .c_btn:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23076BE7%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0);
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1090px) {
  .c_btn {
    padding: 15px 20px;
  }
  .c_btn span {
    transform: translateX(10px);
  }
  .c_btn::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23076BE7%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0);
    transform: translateX(10px);
  }
}

.ft_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #076BE7;
  color: #fff;
  padding: 50px 50px;
  position: relative;
}
.ft_btn span {
  font-size: clamp(14px, 3.6842105263vw, 14px);
  font-weight: 500;
  letter-spacing: 0.3px;
  width: calc(100% - 42px);
  display: block;
}
.ft_btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3IiBoZWlnaHQ9IjEzLjI4IiB2aWV3Qm94PSIwIDAgNy4wNyAxMy4yOCI+DQogIDxwYXRoIGlkPSLjg5HjgrlfNSIgZGF0YS1uYW1lPSLjg5HjgrkgNSIgZD0iTS4zNTcsMTIuMzVsNS02LTUtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTEgMC4yOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.ft_btn::after {
  content: "";
  display: block;
  width: 28px;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23ffffff4f%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
@media (hover: hover) {
  .ft_btn:hover {
    opacity: 1;
  }
  .ft_btn:hover span {
    transform: translateX(10px);
  }
  .ft_btn:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23ffffff4f%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1090px) {
  .ft_btn {
    padding: 20px 20px;
  }
  .ft_btn span {
    transform: translateX(10px);
  }
  .ft_btn::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23ffffff4f%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transform: translateX(10px);
  }
}

.top_section__title {
  position: relative;
}
@media screen and (max-width: 1090px) {
  .top_section__title {
    z-index: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.top_section__title h2 {
  font-size: clamp(100px, 26.3157894737vw, 121px);
  font-weight: 500;
  line-height: 0.5;
  color: #F5F5F5;
  opacity: 0.85;
  letter-spacing: 12.1px;
  position: relative;
  left: -0.6em;
  font-style: italic;
}
@media screen and (max-width: 1090px) {
  .top_section__title h2 {
    position: absolute;
    top: -0.8em;
    left: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
  }
}
.top_section__title span {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 400;
  color: #076BE7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  letter-spacing: 3px;
}

.top_copy__text {
  font-size: clamp(33px, 8.6842105263vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  color: #076BE7;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}
.top_copy__text span {
  color: #1BD01E;
  line-height: 1.2;
}

.page_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 230px;
  width: 520px;
  margin: 0 auto 100px;
  background-color: #fff;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .page_ttl {
    height: auto;
    width: 85%;
    min-height: 151px;
    margin-bottom: 50px;
  }
}
.page_ttl h2 {
  font-size: clamp(30px, 7.8947368421vw, 45px);
  font-weight: 400;
  line-height: 1.2;
  color: #076BE7;
  letter-spacing: 6.75px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.page_ttl h2:first-letter {
  color: #1BD01E;
}
@media screen and (max-width: 900px) {
  .page_ttl h2 {
    letter-spacing: 4.5px;
  }
}
.page_ttl h2 .ja {
  display: block;
  font-size: clamp(16px, 4.2105263158vw, 20px);
  font-weight: 500;
  color: #076BE7;
  letter-spacing: 2px;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .page_ttl h2 .ja {
    margin-top: 10px;
  }
}

.bgw_ttl {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  color: #076BE7;
  padding: 8px;
  font-size: clamp(24px, 6.3157894737vw, 35px);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 70px;
}
.bgw_ttl::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: clamp(24px, 6.3157894737vw, 35px);
  line-height: 1.2;
  font-weight: 600;
  color: #076BE7;
  margin-right: 10px;
  display: block;
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .bgw_ttl {
    margin-bottom: 33px;
  }
  .bgw_ttl::before {
    margin-right: 10px;
  }
}

.contact .contact_sec ._ttl {
  font-size: clamp(18px, 4.7368421053vw, 18px);
  font-weight: 500;
  margin-bottom: 20px;
  color: #076BE7;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec ._ttl {
    text-align: left;
  }
}
.contact .contact_sec .contact-form .form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .form-row {
    margin-bottom: 10px;
  }
}
.contact .contact_sec .contact-form .form-row.address-row {
  align-items: flex-start;
}
.contact .contact_sec .contact-form .form-row.privacy-row {
  align-items: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .form-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact .contact_sec .contact-form .form-label {
  width: 180px;
  font-weight: bold;
  color: #076BE7;
  margin-right: 16px;
  padding-top: 8px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .form-label {
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
  }
}
.contact .contact_sec .contact-form .form-label.required::after {
  content: "＊";
  color: #e60012;
  margin-left: 4px;
  font-size: 1em;
  vertical-align: middle;
}
.contact .contact_sec .contact-form .form-input {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .form-input {
    width: 100%;
  }
}
.contact .contact_sec .contact-form .form-input input,
.contact .contact_sec .contact-form .form-input textarea {
  width: 100%;
  padding: 12px 16px;
  border: none;
  font-size: 1em;
  background: #fff;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.contact .contact_sec .contact-form .form-input input::placeholder,
.contact .contact_sec .contact-form .form-input textarea::placeholder {
  color: #b0b0b0;
  font-size: 0.95em;
}
.contact .contact_sec .contact-form .form-input textarea {
  min-height: 100px;
  resize: vertical;
}
.contact .contact_sec .contact-form .form-input .zip {
  max-width: 320px;
  margin-bottom: 8px;
}
.contact .contact_sec .contact-form .form-input .pref,
.contact .contact_sec .contact-form .form-input .addr {
  margin-bottom: 8px;
}
.contact .contact_sec .contact-form .address-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact .contact_sec .contact-form .address-group div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .address-group div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }
}
.contact .contact_sec .contact-form .address-group div span {
  width: 117px;
  font-size: clamp(15px, 3.9473684211vw, 15px);
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .address-group div span {
    width: 100%;
    margin-right: 0;
  }
}
.contact .contact_sec .contact-form .address-group input {
  width: calc(100% - 127px);
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .address-group input {
    width: 100%;
  }
}
.contact .contact_sec .contact-form .form-checkbox {
  text-indent: -2em;
  padding-left: 2em;
}
.contact .contact_sec .contact-form .form-checkbox input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 900px) {
  .contact .contact_sec .contact-form .form-checkbox input[type=checkbox] {
    margin-left: 5%;
  }
}
.contact .contact_sec .contact-form .form-checkbox .checkbox-label {
  display: none;
}
.contact .contact_sec .contact-form .form-checkbox a {
  color: #076BE7;
  text-decoration: underline;
  margin: 0 4px;
  font-weight: 500;
}
.contact .contact_sec .contact-form .text {
  font-weight: 500;
}
.contact .contact_sec .contact-form .c_btn {
  background-color: #076BE7;
  color: #fff;
  border: none;
  margin: 0 auto 30px;
}
.contact .contact_sec .contact-form .c_btn::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3IiBoZWlnaHQ9IjEzLjI4IiB2aWV3Qm94PSIwIDAgNy4wNyAxMy4yOCI+DQogIDxwYXRoIGlkPSLjg5HjgrlfNSIgZGF0YS1uYW1lPSLjg5HjgrkgNSIgZD0iTS4zNTcsMTIuMzVsNS02LTUtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTEgMC4yOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
}
.contact .contact_sec .contact-form .c_btn::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23ffffff4f%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
@media (hover: hover) {
  .contact .contact_sec .contact-form .c_btn:hover {
    opacity: 1;
  }
  .contact .contact_sec .contact-form .c_btn:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23ffffff4f%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transform: translateX(10px);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 900;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .header {
    background-color: transparent;
    height: 63px;
  }
}
@media screen and (max-width: 900px) {
  .header.-contents {
    height: 63px;
    background-color: #fff;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 8% 0 3%;
}
.header__logo {
  width: 208px;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  display: grid;
  width: 800px;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  height: 100%;
  margin: 0 3%;
}
@media screen and (max-width: 900px) {
  .header__menu {
    display: none;
  }
}
.header__menu a {
  display: block;
  height: 100%;
  text-align: center;
  overflow: hidden;
  color: #076BE7;
  font-size: clamp(12px, 3.1578947368vw, 14px);
  position: relative;
}
.header__menu a span {
  display: block;
}
.header__menu a .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  letter-spacing: 2.1px;
  opacity: 1;
}
.header__menu a .ja {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-weight: 500;
}
.header__menu a:hover {
  opacity: 1;
}
.header__menu a:hover .en {
  transform: translate(-50%, 100%);
  opacity: 0;
}
.header__menu a:hover .ja {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.sticky {
  position: fixed;
  top: 30%;
  left: 3%;
  display: inline-block;
  z-index: 4;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left top;
  font-size: 13px;
  color: #076BE7;
  letter-spacing: 1.95px;
}
@media screen and (max-width: 900px) {
  .sticky {
    display: none;
  }
}

.recruit_bn {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 900;
  background-color: #E6F000;
  color: #076BE7;
  width: 320px;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .recruit_bn {
    width: 100%;
    height: 60px;
  }
}
.recruit_bn_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .recruit_bn_inner {
    flex-direction: row;
  }
  .recruit_bn_inner::after {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0);
    margin-left: 20px;
  }
}
.recruit_bn_inner span[class^=rect_] {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.recruit_bn_inner .rect_1 {
  top: 0;
  left: 0;
  background-color: #076BE7;
  z-index: 901;
}
.recruit_bn_inner .rect_2 {
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 902;
}
.recruit_bn_inner .rect_3 {
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 902;
}
.recruit_bn_inner .rect_4 {
  bottom: 0;
  right: 0;
  background-color: #076BE7;
  z-index: 901;
}
.recruit_bn .en {
  font-size: clamp(18px, 4.7368421053vw, 20px);
  letter-spacing: 2.7px;
  line-height: 1.3;
  position: relative;
  z-index: 903;
}
.recruit_bn .ja {
  font-size: clamp(14px, 3.6842105263vw, 16px);
  letter-spacing: 2.4px;
  line-height: 1.3;
  position: relative;
  z-index: 903;
  font-weight: 500;
}
@media (hover: hover) {
  .recruit_bn:hover {
    opacity: 1;
  }
  .recruit_bn:hover .rect_1 {
    width: 100%;
    height: 100%;
  }
  .recruit_bn:hover .rect_2 {
    background-color: #E6F000;
  }
  .recruit_bn:hover .rect_3 {
    background-color: #E6F000;
  }
  .recruit_bn:hover .rect_4 {
    width: 100%;
    height: 100%;
  }
  .recruit_bn:hover .en {
    color: #fff;
  }
  .recruit_bn:hover .ja {
    color: #fff;
  }
}

.footer {
  background-image: url(../img/common/site_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E0E0E0;
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer::after {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .footer::after {
    display: none;
  }
}

.footer__inner {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .footer__inner {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
}

.footer__detail {
  width: 40%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .footer__detail {
    width: 85%;
    padding: 60px 0;
    margin: 0 auto;
  }
}

.footer__right {
  width: 60%;
  padding: 0 40px;
}
@media (max-width: 900px) {
  .footer__right {
    width: 100%;
    padding: 0;
  }
}

.footer__logo {
  margin-bottom: 30px;
}
.footer__logo img {
  width: 393px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .footer__logo img {
    width: 252px;
  }
}

.footer__company {
  margin-bottom: 100px;
  color: #076BE7;
}
@media screen and (max-width: 1500px) {
  .footer__company {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .footer__company {
    margin-bottom: 50px;
  }
}
.footer__company p {
  margin: 0 0 5px 0;
  line-height: 1.6;
}
.footer__company p:first-child {
  font-weight: 600;
  font-size: clamp(16px, 4.2105263158vw, 16px);
  margin-bottom: 10px;
  letter-spacing: 1.6px;
}
.footer__company p:nth-child(2) {
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .footer__company p:nth-child(2) {
    color: #000000;
    font-size: 11px;
  }
}
.footer__company .footer__tel {
  color: #076BE7;
  font-size: clamp(20px, 5.2631578947vw, 20px);
  margin-right: 16px;
}
.footer__company .footer__fax {
  color: #076BE7;
  font-size: clamp(15px, 3.9473684211vw, 15px);
}
@media screen and (max-width: 900px) {
  .footer__company .footer__fax {
    display: block;
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.footer__nav li {
  display: inline-block;
}
.footer__nav li a {
  display: inline-block;
  color: #076BE7;
  font-size: clamp(14px, 3.6842105263vw, 14px);
  font-weight: 500;
}

.footer__subnav {
  color: #bbb;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .footer__subnav {
    margin-bottom: 0;
  }
}
.footer__subnav a {
  color: #bbb;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 500;
}
.footer__subnav a:hover {
  text-decoration: underline;
}
.footer__subnav span {
  margin: 0 5px;
}

@media screen and (max-width: 900px) {
  .footer__contact {
    display: none;
  }
}
.footer__contact .c_btn {
  background-color: #076BE7;
  color: #fff;
}
.footer__contact .c_btn::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3IiBoZWlnaHQ9IjEzLjI4IiB2aWV3Qm94PSIwIDAgNy4wNyAxMy4yOCI+DQogIDxwYXRoIGlkPSLjg5HjgrlfNSIgZGF0YS1uYW1lPSLjg5HjgrkgNSIgZD0iTS4zNTcsMTIuMzVsNS02LTUtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTEgMC4yOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
}
.footer__contact .c_btn::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23ffffff4f%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
@media (hover: hover) {
  .footer__contact .c_btn:hover {
    opacity: 1;
  }
  .footer__contact .c_btn:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23ffffff4f%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transform: translateX(10px);
  }
}

.page_footer {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .page_footer {
    padding-bottom: 60px;
  }
}
.page_footer__link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 1px;
}
@media screen and (max-width: 601px) {
  .page_footer__link {
    grid-template-columns: 1fr;
  }
  .page_footer__link a:last-child {
    display: none;
  }
}
.page_footer__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 40px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .page_footer__inner {
    display: none;
  }
}
.page_footer__logo {
  display: block;
  width: 302px;
  margin: 0 auto 50px;
}
.page_footer__logo img {
  width: 100%;
  height: auto;
}
.page_footer__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-bottom: 50px;
}
.page_footer__nav li {
  border-right: 1px solid #076BE7;
}
.page_footer__nav li:last-child {
  border-right: none;
}
.page_footer__nav li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #076BE7;
  font-weight: 500;
}
.page_footer__subnav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.page_footer__subnav a {
  color: #A2A2A2;
  text-decoration: none;
  font-weight: 500;
}

.page_footer__detail {
  display: none;
}
@media screen and (max-width: 900px) {
  .page_footer__detail {
    display: block;
    background-image: url(../img/common/site_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E0E0E0;
    position: relative;
    padding-bottom: 90px;
  }
}

.page_footer__copyright {
  text-align: center;
  font-size: 12px;
  display: block;
  padding: 20px 0;
  color: #A2A2A2;
}
@media screen and (max-width: 900px) {
  .page_footer__copyright {
    color: #fff;
    padding: 30px 0;
    background-color: #076BE7;
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
  }
}

.totop {
  display: none;
}
@media screen and (max-width: 900px) {
  .totop {
    display: block;
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 905;
  }
}

.main {
  overflow-x: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1090px) {
  .main {
    min-height: auto;
    padding-bottom: 120px;
  }
}
.main::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .main::before {
    padding-top: 150px;
    top: 63px;
  }
}
.main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/site_bg.png);
  background-size: 100vw 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E0E0E0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.main.utility .page_ttl {
  background-color: transparent;
  margin-bottom: 10px;
}
.main.utility section div[class*=bd_top] {
  max-width: 928px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #fff;
  padding-top: 40px;
}
.main.mcon .page_ttl {
  margin-top: 185px;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .main.mcon .page_ttl {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
.main section div[class*=__inner-s] {
  max-width: 928px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.menu-trigger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1400;
  cursor: pointer;
  background-color: #076BE7;
}
@media screen and (max-width: 900px) {
  .menu-trigger {
    width: 63px;
    height: 63px;
    border-radius: 0 0 0 20px;
  }
}
.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: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 21px;
}
.menu-trigger span:nth-of-type(2) {
  top: 30px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 39px;
}
@media screen and (max-width: 900px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: 23px;
  }
}
.menu-trigger small {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  font-size: clamp(12px, 3.1578947368vw, 14px);
}
@media screen and (max-width: 900px) {
  .menu-trigger small {
    display: none;
  }
}
.menu-trigger.active::before {
  display: block;
  content: " ";
}
.menu-trigger.active span {
  height: 1.5px;
  background-color: #fff;
  box-shadow: none;
}
.menu-trigger.active span:nth-of-type(1) {
  width: 36px;
  transform: translateY(7px) rotate(-35deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  width: 36px;
  transform: translateY(-12px) rotate(35deg);
}
@media screen and (max-width: 900px) {
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(35deg);
  }
}

#overlay {
  display: block;
  visibility: hidden;
  width: 30vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  transition: all 0.6s ease-out;
  transform: translateX(100%);
  padding: 80px 70px 40px 54px;
  box-sizing: border-box;
  background: #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  #overlay {
    width: 100vw;
    padding: 40px;
    background-image: url(../img/common/site_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E0E0E0;
  }
}
#overlay *:not(a) {
  opacity: 0 !important;
  visibility: hidden;
}
#overlay.view {
  visibility: visible;
  z-index: 1001;
  -webkit-overflow-scrolling: touch;
  transform: translateX(0);
  transition: all 0.6s ease-out;
}
#overlay.view *:not(a) {
  opacity: 1 !important;
  visibility: visible;
}
#overlay .overlay_inner {
  width: 100%;
  height: 100%;
}
#overlay .overlay_inner h3 {
  font-size: clamp(24px, 6.3157894737vw, 20px);
  color: #076BE7;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  #overlay .overlay_inner h3 {
    display: block;
    text-align: center;
  }
}
#overlay .overlay_inner h3 .home {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOC4wOTUiIHZpZXdCb3g9IjAgMCAxOSAxOC4wOTUiPg0KICA8cGF0aCBpZD0iaG9tZSIgZD0iTTEuNSwxNS4wMzJWMjcuMUg4LjI4NlYxOS44NTdoNS40MjlWMjcuMUgyMC41VjE1LjAzMkwxMSw5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNSAtOSkiIGZpbGw9IiMwNzZiZTciLz4NCjwvc3ZnPg0K");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  #overlay .overlay_inner h3 .home {
    display: none;
  }
}
#overlay .overlay_inner .overlay_nav {
  margin-bottom: 60px;
}
#overlay .overlay_inner .overlay_nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #076BE7;
  position: relative;
}
@media (hover: hover) {
  #overlay .overlay_inner .overlay_nav a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 900px) {
  #overlay .overlay_inner .overlay_nav a {
    border-bottom: 1px solid #fff;
  }
  #overlay .overlay_inner .overlay_nav a::after {
    content: "";
    display: block;
    width: 5px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3IiBoZWlnaHQ9IjEzLjI4IiB2aWV3Qm94PSIwIDAgNy4wNyAxMy4yOCI+DQogIDxwYXRoIGlkPSLjg5HjgrlfNSIgZGF0YS1uYW1lPSLjg5HjgrkgNSIgZD0iTS4zNTcsMTIuMzVsNS02LTUtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTEgMC4yOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA3NmJlNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
  }
}
#overlay .overlay_inner .overlay_nav a:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  #overlay .overlay_inner .overlay_nav a:last-child {
    border-bottom: 1px solid #fff;
  }
}
#overlay .overlay_inner .overlay_nav a .en, #overlay .overlay_inner .overlay_nav a .ja {
  display: inline-block;
}
#overlay .overlay_inner .overlay_nav a .en {
  font-size: clamp(12px, 3.1578947368vw, 12px);
  color: #076BE7;
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  #overlay .overlay_inner .overlay_nav a .en.privacy {
    padding-left: 53px;
  }
}
#overlay .overlay_inner .overlay_nav a .ja {
  font-size: clamp(18px, 4.7368421053vw, 18px);
  margin-right: 20px;
  font-weight: 500;
  padding-left: 53px;
  position: relative;
}
#overlay .overlay_inner .overlay_nav a .ja::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23076BE7%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
  position: absolute;
  left: 0;
  top: 5px;
}
#overlay .overlay_inner .overlay_nav a.sp_home {
  display: none;
}
@media screen and (max-width: 900px) {
  #overlay .overlay_inner .overlay_nav a.sp_home {
    display: block;
  }
}
#overlay .overlay_inner .overlay_nav a.sp_home .ja::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOC4wOTUiIHZpZXdCb3g9IjAgMCAxOSAxOC4wOTUiPg0KICA8cGF0aCBpZD0iaG9tZSIgZD0iTTEuNSwxNS4wMzJWMjcuMUg4LjI4NlYxOS44NTdoNS40MjlWMjcuMUgyMC41VjE1LjAzMkwxMSw5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNSAtOSkiIGZpbGw9IiMwNzZiZTciLz4NCjwvc3ZnPg0K");
  background-size: contain;
  background-repeat: no-repeat;
}
#overlay .overlay_inner .overlay_nav a .detail {
  display: block;
  width: 100%;
  font-size: clamp(14px, 3.6842105263vw, 14px);
  color: #076BE7;
  padding-left: 53px;
  line-height: 1.2;
  margin-top: 10px;
}
#overlay .overlay_inner .sp_hall-info {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.text {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
}
.text.-ct {
  text-align: center;
}
@media screen and (max-width: 601px) {
  .text.-ct {
    text-align: left;
  }
}
.text.-lft {
  text-align: left;
}
.text.-rgt {
  text-align: right;
}
.text.-spct {
  text-align: center !important;
}
.text span {
  font-size: clamp(14px, 3.6842105263vw, 14px);
}

.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;
}

@media screen and (max-width: 1090px) {
  .sp_mglr {
    margin-left: auto;
    margin-right: auto;
  }
}

.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;
  }
}

.c_wh {
  color: #fff;
}

.c_sub {
  color: #E6F000;
}

.c_main {
  color: #076BE7;
}

.c_accent {
  color: #1BD01E;
}

.c_red {
  color: #D90606;
}

.icon-map,
.icon-p,
.icon-d,
.icon-x {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}

.icon-map {
  background-color: #1BD01E;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ljc5OSIgaGVpZ2h0PSIxNS43NzUiIHZpZXdCb3g9IjAgMCA5Ljc5OSAxNS43NzUiPg0KICA8cGF0aCBpZD0iSWNvbl9pb24taW9zLXBpbiIgZGF0YS1uYW1lPSJJY29uIGlvbi1pb3MtcGluIiBkPSJNMTIuNzc0LDMuMzc1YTQuOTg5LDQuOTg5LDAsMCwwLTQuOSw1LjA3YzAsMy45NDQsNC45LDEwLjcwNSw0LjksMTAuNzA1czQuOS02Ljc2MSw0LjktMTAuNzA1QTQuOTg5LDQuOTg5LDAsMCwwLDEyLjc3NCwzLjM3NVptMCw3LjIzOWExLjcsMS43LDAsMCwxLTEuNi0xLjc3OSwxLjcsMS43LDAsMCwxLDEuNi0xLjc3OSwxLjcsMS43LDAsMCwxLDEuNiwxLjc3OUExLjcsMS43LDAsMCwxLDEyLjc3NCwxMC42MTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy44NzUgLTMuMzc1KSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=");
  background-size: 45%;
}

.icon-p {
  background-color: #E295FF;
}

.icon-d {
  background-color: #076BE7;
}

.icon-x {
  background-color: #000000;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC40NDgiIGhlaWdodD0iMTMuMDU5IiB2aWV3Qm94PSIwIDAgMTQuNDQ4IDEzLjA1OSI+DQogIDxwYXRoIGlkPSJJY29uX3NpbXBsZS14IiBkYXRhLW5hbWU9Ikljb24gc2ltcGxlLXgiIGQ9Ik0xMS4zNzgsMS43M2gyLjIxNUw4Ljc1NCw3LjI2Mmw1LjY5NCw3LjUyN0g5Ljk4OUw2LjUsMTAuMjIzbC00LDQuNTY1SC4yODVMNS40NjIsOC44NzEsMCwxLjczSDQuNTcyTDcuNzI4LDUuOVpNMTAuNiwxMy40NjNoMS4yMjdMMy45LDIuOTg2SDIuNTg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMS43MykiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K");
}

@media screen and (max-width: 900px) {
  .hall-info {
    display: none;
  }
}
.hall-info .hall_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 58px;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .hall-info .hall_head {
    margin-bottom: 30px;
  }
}
.hall-info .hall-title {
  color: #076BE7;
  font-size: 1.2vw;
  letter-spacing: 0.18em;
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 1900px) {
  .hall-info .hall-title {
    font-size: 20px;
  }
}
.hall-info .hall-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  min-width: 510px;
}
.hall-info .hall-icons > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7vw;
  color: #076BE7;
  font-weight: 500;
}
@media (min-width: 1900px) {
  .hall-info .hall-icons > span {
    font-size: 11px;
  }
}
.hall-info .hall-list {
  width: 100%;
}
.hall-info .hall-row {
  display: flex;
  gap: 40px;
  margin-bottom: 28px;
}
.hall-info .hall-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .hall-info .hall-row {
    margin-bottom: 15px;
  }
}
@media (max-width: 900px) {
  .hall-info .hall-row {
    flex-direction: column;
    gap: 0;
  }
}
.hall-info .hall-col {
  flex: 1;
  min-width: 260px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .hall-info .hall-col {
    flex-direction: column;
  }
}
.hall-info .hall-name-wrap {
  width: calc(100% - 129px);
  margin-right: 10px;
}
.hall-info .hall-name {
  color: #076BE7;
  font-size: 1vw;
  font-weight: 500;
}
@media (min-width: 1900px) {
  .hall-info .hall-name {
    font-size: 16px;
  }
}
.hall-info .hall-address {
  font-size: 0.6vw;
  font-weight: 400;
}
@media (min-width: 1900px) {
  .hall-info .hall-address {
    font-size: 10px;
  }
}
.hall-info .hall-tel {
  font-size: 1.03vw;
  color: #076BE7;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
@media (min-width: 1900px) {
  .hall-info .hall-tel {
    font-size: 15px;
  }
}
.hall-info .hall-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hall-info .hall-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: none;
  text-decoration: none;
  font-size: 15px;
}

.sp_hall-info {
  display: none;
  background: #fff;
  padding: 60px 7.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .sp_hall-info {
    display: block;
  }
}
.sp_hall-info .sp_hall-title {
  text-align: center;
  color: #076BE7;
  font-size: 24px;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #076BE7;
}
.sp_hall-info .sp_hall-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  margin-bottom: 24px;
}
.sp_hall-info .sp_hall-icons > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #076BE7;
  font-weight: 500;
}
.sp_hall-info .sp_hall-area {
  margin-bottom: 3px;
}
.sp_hall-info .sp_hall-area__btn {
  background: #F5F5F5;
  padding: 20px;
  font-size: 14px;
  color: #076BE7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
.sp_hall-info .sp_hall-area__btn .arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid #076BE7;
  border-right: 1px solid #076BE7;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
  margin-left: 10px;
}
.sp_hall-info .sp_hall-area__list {
  padding: 0 0 24px 0;
}
.sp_hall-info .sp_hall-shop {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.sp_hall-info .sp_hall-shop__name {
  color: #076BE7;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 500;
}
.sp_hall-info .sp_hall-shop__address {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 2px;
}
.sp_hall-info .sp_hall-shop__tel {
  font-size: 15px;
  color: #076BE7;
  margin-bottom: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.sp_hall-info .sp_hall-shop__tel a {
  color: #076BE7;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
}
.sp_hall-info .sp_hall-shop__links {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 20px;
}
.sp_hall-info .sp_hall-shop__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: none;
  text-decoration: none;
  font-size: 18px;
}

.news img {
  width: auto;
  height: auto;
}
.news .news_sec__inner {
  max-width: 928px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.news .news_sec__datecat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .news .news_sec__datecat {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.news .news_sec__datecat .news_sec__date {
  font-size: clamp(12px, 3.1578947368vw, 12px);
  font-weight: 500;
  color: #076BE7;
  margin-right: 20px;
}
.news .news_sec__title {
  font-size: clamp(24px, 6.3157894737vw, 35px);
  font-weight: 500;
  color: #076BE7;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .news .news_sec__title {
    margin-bottom: 30px;
  }
}

.news__list {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .news__list {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news__list .news__item {
  border-top: 1px solid #fff;
}
.news__list .news__item:last-child {
  border-bottom: 1px solid #fff;
}
.news__list .news__link {
  display: grid;
  grid-template-columns: 80px 168px calc(100% - 178px);
  text-decoration: none;
  padding: 30px 0;
}
@media screen and (max-width: 900px) {
  .news__list .news__link {
    display: block;
    padding: 15px 0;
  }
}
.news__list .news__date {
  font-size: clamp(12px, 3.1578947368vw, 12px);
  font-weight: 500;
  color: #076BE7;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .news__list .news__date {
    display: inline-block;
  }
}
.news__list .news__title {
  font-size: clamp(14px, 3.6842105263vw, 14px);
  font-weight: 500;
  color: #076BE7;
}
@media screen and (max-width: 900px) {
  .news__list .news__title {
    display: block;
    margin-top: 10px;
  }
}

.news__category {
  font-size: clamp(12px, 3.1578947368vw, 12px);
  font-weight: 500;
  color: #076BE7;
  padding: 0 10px;
  text-align: center;
  margin-right: 50px;
}
@media screen and (max-width: 900px) {
  .news__category {
    margin-right: 0;
    display: inline-block;
    padding: 0 20px;
  }
}
.news__category.company_cat {
  background-color: #076BE7;
  color: #fff;
}
.news__category.csr_cat {
  background-color: #fff;
  color: #076BE7;
  border: 1px solid #076BE7;
}
.news__category.recruit_cat {
  background-color: #E6F000;
  color: #076BE7;
  border: 1px solid #076BE7;
}
.news__category.hall_cat {
  background-color: #1BD01E;
  color: #076BE7;
  border: 1px solid #076BE7;
}

.pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .pagination {
    margin-top: 30px;
  }
}

.post_navigation {
  margin-top: 106px;
  padding-top: 60px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .post_navigation {
    margin-top: 60px;
    padding-top: 30px;
  }
}
.post_navigation_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post_navigation_item {
  width: 50px;
  height: 50px;
}

.page-numbers,
.post_navigation_prev,
.post_navigation_next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(14px, 3.6842105263vw, 15px);
  color: #076BE7;
  background-color: #fff;
  border-radius: 50%;
}

.current {
  color: #fff;
  background-color: #076BE7;
}

.prev,
.next,
.post_navigation_prev_title,
.post_navigation_next_title {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15%;
}

.prev,
.post_navigation_prev_title {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3IiBoZWlnaHQ9IjEzLjI4IiB2aWV3Qm94PSIwIDAgNy4wNyAxMy4yOCI+DQogIDxwYXRoIGlkPSLjg5HjgrlfNSIgZGF0YS1uYW1lPSLjg5HjgrkgNSIgZD0iTS4zNTcsMTIuMzVsNS02LTUtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTEgMC4yOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA3NmJlNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
  transform: rotate(180deg);
}

.next,
.post_navigation_next_title {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3IiBoZWlnaHQ9IjEzLjI4IiB2aWV3Qm94PSIwIDAgNy4wNyAxMy4yOCI+DQogIDxwYXRoIGlkPSLjg5HjgrlfNSIgZGF0YS1uYW1lPSLjg5HjgrkgNSIgZD0iTS4zNTcsMTIuMzVsNS02LTUtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTEgMC4yOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA3NmJlNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
}

.nav_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  background-color: #fff;
  color: #076BE7;
  text-decoration: none;
  border-radius: 50px;
  margin: 0 30px;
}
@media screen and (max-width: 900px) {
  .nav_btn {
    margin: 0 20px;
  }
}

.top {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1090px) {
  .top {
    height: auto;
    overflow: hidden;
  }
}
.top section {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1090px) {
  .top section {
    height: auto;
  }
}
.top .text {
  font-weight: 500;
}
.top .swiper-slide {
  background-image: url(../img/common/site_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E0E0E0;
  position: relative;
}
.top .swiper-pagination-bullet {
  margin: 20px 0 !important;
}
@media screen and (max-width: 1090px) {
  .top .fv {
    height: 100vh;
    height: 100lvh;
  }
}
.top .fv .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 100px;
  margin: 0 8% 0 3%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
@media screen and (max-width: 900px) {
  .top .fv .header__inner {
    display: none;
  }
}
.top .fv .header__logo {
  width: 300px;
}
.top .fv .header__logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top .fv .header__logo {
    width: 224px;
  }
}
.top .fv .header__menu {
  display: grid;
  width: 800px;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  height: 100%;
  margin: 0 3%;
}
@media screen and (max-width: 900px) {
  .top .fv .header__menu {
    display: none;
  }
}
.top .fv .header__menu a {
  display: block;
  height: 100%;
  text-align: center;
  overflow: hidden;
  color: #076BE7;
  font-size: clamp(12px, 3.1578947368vw, 14px);
  position: relative;
}
.top .fv .header__menu a span {
  display: block;
}
.top .fv .header__menu a .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  letter-spacing: 2.1px;
  opacity: 1;
}
.top .fv .header__menu a .ja {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.top .fv .header__menu a:hover {
  opacity: 1;
}
.top .fv .header__menu a:hover .en {
  transform: translate(-50%, 100%);
  opacity: 0;
}
.top .fv .header__menu a:hover .ja {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.top .fv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.top .fv__img {
  width: 38%;
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 400;
}
@media screen and (max-width: 900px) {
  .top .fv__img {
    width: 60%;
    bottom: 20%;
    right: 0;
  }
}
@media screen and (max-width: 601px) {
  .top .fv__img {
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.top .fv__scroll {
  width: 126px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 450;
}
@media screen and (max-width: 900px) {
  .top .fv__scroll {
    bottom: 4%;
    width: 80px;
    z-index: 500;
  }
}
@media screen and (max-width: 376px) {
  .top .fv__scroll {
    bottom: 1%;
    width: 80px;
    z-index: 500;
  }
}
.top .fv__copy {
  width: 55%;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 350;
}
@media screen and (max-width: 900px) {
  .top .fv__copy {
    display: none;
  }
}
.top .fv__copyen {
  position: absolute;
  bottom: 13%;
  left: 0;
  z-index: 100;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top .fv__copyen {
    transform: rotate(90deg);
    bottom: auto;
    top: 19em;
    left: auto;
    right: 0;
    width: 100vh;
  }
}
@media screen and (max-width: 900px) {
  .top .fv__copyen {
    display: none;
  }
}
.top .fv__copyen .char {
  display: inline-block;
  font-size: clamp(70px, 18.4210526316vw, 193px);
  color: #F5F5F5;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  .top .fv__copyen .char {
    line-height: 1;
  }
}
.top .fv__copy_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .fv__copy_sp {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 55%;
    z-index: 0;
  }
  .top .fv__copy_sp svg {
    width: 100%;
    height: 100%;
  }
}
.top .fv__bg {
  position: absolute;
  top: -10vh;
  left: -7vw;
  width: 110vw;
  height: 0;
  padding-top: 115vh;
  z-index: 360;
}
@media screen and (max-width: 900px) {
  .top .fv__bg {
    display: none;
  }
}
.top .fv__bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top .fv_bg_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .fv_bg_sp {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 49%;
    z-index: 460;
    background-image: url(../img/top/fv_bg_sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.top .fv__chara {
  position: absolute;
  top: 75%;
  left: 20%;
  width: 110px;
  height: 121px;
  z-index: 500;
}
@media screen and (max-width: 900px) {
  .top .fv__chara {
    width: 80px;
    height: 88px;
    top: auto;
    bottom: 15%;
    left: 15%;
    z-index: 501;
  }
}
.top .fv__sticky {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .fv__sticky {
    position: absolute;
    top: 30%;
    left: 3%;
    display: inline-block;
    z-index: 1000;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: left top;
    font-size: 13px;
    color: #076BE7;
    letter-spacing: 1.95px;
  }
}
.top .fv .recruit_bn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .top .fv .recruit_bn {
    position: fixed;
  }
}
.top .top_mission {
  background-color: #076BE7;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .top .top_mission {
    display: block;
    padding: 100px 0 0;
  }
}
.top .top_mission::before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  background-color: #E0E0E0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1090px) {
  .top .top_mission::before {
    display: none;
  }
}
.top .top_mission .top_section__title h2 {
  color: #2658d9;
}
.top .top_mission .top_section__title span {
  color: #fff;
}
.top .top_mission .top_copy__text {
  color: #fff;
  position: relative;
  z-index: 1;
}
.top .top_mission .top_copy__text span {
  color: #E6F000;
}
.top .top_mission__inner {
  width: 90%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .top .top_mission__inner {
    width: 90%;
    grid-template-columns: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .top .top_mission__inner {
    width: 85%;
  }
}
.top .top_mission__txtbox {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_mission__txtbox {
    margin-bottom: 40px;
  }
}
.top .top_mission__txtbox .text {
  position: relative;
  z-index: 1;
}
.top .top_mission__imgbox {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .top .top_mission__imgbox {
    width: 100vw;
    margin: 0 calc(50% - 50vw) -30px;
  }
}
.top .top_mission__imgbox img {
  width: 100%;
}
@media screen and (max-width: 1090px) {
  .top .top_mission .c_btn {
    z-index: 1;
  }
}
@media screen and (max-width: 601px) {
  .top .top_mission .c_btn {
    max-width: 100%;
  }
}
.top .mission__tsubame {
  position: absolute;
  bottom: 9%;
  left: 37%;
  width: 47px;
  height: 138px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
  z-index: 0;
}
@media screen and (max-width: 1090px) {
  .top .mission__tsubame {
    display: none;
  }
}
.top .mission__arch {
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 40%;
  height: 20%;
  z-index: 0;
}
@media screen and (max-width: 1090px) {
  .top .mission__arch {
    display: none;
  }
}
.top .mission__arch svg {
  width: 100%;
  height: 100%;
}
.top .mission__arch_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .top .mission__arch_sp {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    width: 55%;
  }
}
.top .mission__arch_sp img {
  width: 100%;
}
.top .top_business {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .top .top_business {
    display: block;
    padding: 100px 0;
  }
  .top .top_business::after {
    content: "";
    display: block;
    width: 100%;
    height: 33px;
    background-color: #83E085;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
.top .top_business .top_section__title {
  padding-bottom: 10px;
}
.top .top_business__inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 1090px) {
  .top .top_business__inner {
    width: 80%;
    display: block;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .top .top_business__inner {
    width: 90%;
  }
}
.top .top_business__txtbox {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_business__txtbox {
    width: 98%;
    margin-bottom: 10px;
  }
  .top .top_business__txtbox .text {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1090px) {
  .top .top_business__txtbox .c_btn {
    display: none;
  }
}
.top .top_business__linkbox {
  position: relative;
  z-index: 1;
}
.top .top_business__linkbox .link-list {
  display: flex;
  gap: 3px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1090px) {
  .top .top_business__linkbox .link-list {
    flex-direction: column;
    max-width: 400px;
    margin: 0 0 40px auto;
  }
}
.top .top_business__linkbox .link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  width: calc(21% - 6px);
  height: 623px;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.18, 1), background 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top .top_business__linkbox .link-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 167px;
  background: #A2A2A2;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_business__linkbox .link-item::before {
    height: 30%;
  }
}
.top .top_business__linkbox .link-item .link-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.top .top_business__linkbox .link-item .link_txt {
  width: 100%;
  height: 167px;
  display: block;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 1090px) {
  .top .top_business__linkbox .link-item .link_txt {
    height: 30%;
    padding-top: 0;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
  }
}
.top .top_business__linkbox .link-item .link-num {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 10.5263157895vw, 40px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_business__linkbox .link-item .link-num {
    color: #1BD01E;
    margin-right: 20px;
  }
}
.top .top_business__linkbox .link-item .link-num::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2016.05%2017.2%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_547%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20547%22%20transform%3D%22translate(-1063.2%20-1610.4)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1063.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1071.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1090px) {
  .top .top_business__linkbox .link-item .link-num::after {
    display: none;
  }
}
.top .top_business__linkbox .link-item .link-label {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  white-space: nowrap;
  display: inline-block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_business__linkbox .link-item .link-label {
    display: inline-block;
    pointer-events: auto;
    opacity: 1;
  }
  .top .top_business__linkbox .link-item .link-label::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2016.05%2017.2%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_547%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20547%22%20transform%3D%22translate(-1063.2%20-1610.4)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1063.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%231BD01E%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1071.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%231BD01E%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0);
    margin-left: 25px;
    margin-bottom: 3px;
    vertical-align: middle;
  }
}
.top .top_business__linkbox .link-item.is-open, .top .top_business__linkbox .link-item:hover, .top .top_business__linkbox .link-item:focus {
  opacity: 1;
  width: 58%;
  background: rgba(0, 0, 0, 0.6);
}
.top .top_business__linkbox .link-item.is-open .link_txt, .top .top_business__linkbox .link-item:hover .link_txt, .top .top_business__linkbox .link-item:focus .link_txt {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-left: 40px;
}
.top .top_business__linkbox .link-item.is-open .link-num, .top .top_business__linkbox .link-item:hover .link-num, .top .top_business__linkbox .link-item:focus .link-num {
  color: #1BD01E;
  margin-right: 30px;
}
.top .top_business__linkbox .link-item.is-open .link-num::after, .top .top_business__linkbox .link-item:hover .link-num::after, .top .top_business__linkbox .link-item:focus .link-num::after {
  display: none;
}
.top .top_business__linkbox .link-item.is-open .link-label, .top .top_business__linkbox .link-item:hover .link-label, .top .top_business__linkbox .link-item:focus .link-label {
  display: inline-block;
  pointer-events: auto;
  opacity: 1;
}
.top .top_business__linkbox .link-item.is-open .link-label::after, .top .top_business__linkbox .link-item:hover .link-label::after, .top .top_business__linkbox .link-item:focus .link-label::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2016.05%2017.2%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_547%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20547%22%20transform%3D%22translate(-1063.2%20-1610.4)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1063.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%231BD01E%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1071.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%231BD01E%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
  margin-left: 25px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media screen and (max-width: 1090px) {
  .top .top_business__linkbox .link-item {
    width: 100%;
    height: 260px;
  }
  .top .top_business__linkbox .link-item.is-open, .top .top_business__linkbox .link-item:hover, .top .top_business__linkbox .link-item:focus {
    opacity: 1;
    width: 100%;
    height: 260px;
    background: rgba(0, 0, 0, 0.6);
  }
  .top .top_business__linkbox .link-item.is-open .link_txt, .top .top_business__linkbox .link-item:hover .link_txt, .top .top_business__linkbox .link-item:focus .link_txt {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
  }
  .top .top_business__linkbox .link-item.is-open .link-num, .top .top_business__linkbox .link-item:hover .link-num, .top .top_business__linkbox .link-item:focus .link-num {
    color: #1BD01E;
    margin-right: 20px;
  }
  .top .top_business__linkbox .link-item.is-open .link-num::after, .top .top_business__linkbox .link-item:hover .link-num::after, .top .top_business__linkbox .link-item:focus .link-num::after {
    display: none;
  }
  .top .top_business__linkbox .link-item.is-open .link-label, .top .top_business__linkbox .link-item:hover .link-label, .top .top_business__linkbox .link-item:focus .link-label {
    display: inline-block;
    pointer-events: auto;
    opacity: 1;
  }
  .top .top_business__linkbox .link-item.is-open .link-label::after, .top .top_business__linkbox .link-item:hover .link-label::after, .top .top_business__linkbox .link-item:focus .link-label::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2016.05%2017.2%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_547%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20547%22%20transform%3D%22translate(-1063.2%20-1610.4)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1063.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%231BD01E%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M.357%2C16.35l6-8-6-8%22%20transform%3D%22translate(1071.643%201610.65)%22%20fill%3D%22none%22%20stroke%3D%22%231BD01E%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0);
    margin-left: 25px;
    margin-bottom: 3px;
    vertical-align: middle;
  }
}
.top .top_business__tsubame {
  position: absolute;
  bottom: 0;
  left: 5.5vw;
  width: 47px;
  height: 38px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23076BE7%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  transition: all 0.8s ease-in-out 0.5s;
  pointer-events: none;
}
.top .top_business__tsubame.is-open {
  bottom: 48%;
}
@media screen and (max-width: 1500px) {
  .top .top_business__tsubame.is-open {
    bottom: 16%;
  }
}
@media screen and (max-width: 1090px) {
  .top .top_business__tsubame {
    display: none;
  }
}
.top .top_business__line {
  position: absolute;
  bottom: 0;
  left: 5.5vw;
  width: 47px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-in-out 0.5s;
  pointer-events: none;
}
.top .top_business__line.is-open {
  height: 50%;
}
@media screen and (max-width: 1500px) {
  .top .top_business__line.is-open {
    height: 18%;
  }
}
.top .top_business__line::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #076BE7;
}
@media screen and (max-width: 1090px) {
  .top .top_business__line {
    display: none;
  }
}
.top .top_business > .c_btn {
  display: none;
}
@media screen and (max-width: 1090px) {
  .top .top_business > .c_btn {
    display: flex;
  }
}
@media screen and (max-width: 601px) {
  .top .top_business > .c_btn {
    max-width: 85%;
  }
}
.top .top_csr {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #83E085;
  background-image: none;
}
.top .top_csr::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: url(../img/common/site_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E0E0E0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1090px) {
  .top .top_csr::before {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .top .top_csr {
    display: block;
    padding: 50px 0;
  }
}
.top .top_csr .top_section__title {
  padding-bottom: 10px;
}
.top .top_csr__inner {
  width: 90%;
  margin: 0 0 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 35% calc(65% - 66px);
  align-items: center;
  gap: 66px;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__inner {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.top .top_csr .top_section__title h2 {
  opacity: 0.3;
}
.top .top_csr .top_copy__text {
  color: #fff;
  position: relative;
  z-index: 1;
}
.top .top_csr .top_copy__text span {
  color: #076BE7;
}
.top .top_csr__txtbox {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__txtbox {
    width: 86%;
    margin: 0 auto 40px;
  }
  .top .top_csr__txtbox .c_btn {
    display: none;
  }
}
.top .top_csr__imgbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1.6fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__imgbox {
    animation: marquee-right 10s linear infinite;
    grid-template-columns: repeat(4, 300px);
    grid-template-rows: 1fr;
    width: max-content;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.top .top_csr__imgbox picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-area: 1/1/2/4;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__imgbox picture {
    grid-area: 1/1/2/2;
  }
}
.top .top_csr__imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__imgbox img {
    width: calc(100% - 3.75px);
    height: 100%;
    object-fit: cover;
  }
}
.top .top_csr__imgbox img:nth-of-type(1) {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__imgbox img:nth-of-type(1) {
    grid-area: 1/2/2/3;
  }
}
.top .top_csr__imgbox img:nth-of-type(2) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__imgbox img:nth-of-type(2) {
    grid-area: 1/3/2/4;
  }
}
.top .top_csr__imgbox img:nth-of-type(3) {
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 1090px) {
  .top .top_csr__imgbox img:nth-of-type(3) {
    grid-area: 1/4/2/5;
  }
}
.top .top_csr > .c_btn {
  display: none;
}
@media screen and (max-width: 1090px) {
  .top .top_csr > .c_btn {
    display: flex;
  }
}
@media screen and (max-width: 601px) {
  .top .top_csr > .c_btn {
    max-width: 85%;
  }
}
.top .top_csr .top_csr__line {
  position: absolute;
  bottom: 7.5em;
  right: 0;
  width: 80%;
  z-index: 3;
  transform: translateX(100%);
  opacity: 0;
  transition: all 1.2s ease-in-out 0.5s;
  pointer-events: none;
  z-index: 2;
}
.top .top_csr .top_csr__line.is-open {
  transform: translateX(0);
  opacity: 1;
}
.top .top_recruit {
  background-color: #E6F000;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit {
    display: block;
    padding: 80px 0 155%;
  }
  .top .top_recruit::after {
    content: "";
    display: block;
    width: 100%;
    height: 33px;
    background-color: #83E085;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.top .top_recruit::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background-image: url(../img/top/recruit_bg.svg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit::before {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(../img/top/recruit_main_sp.png);
    bottom: -3px;
    top: auto;
  }
}
.top .top_recruit_tsubame_sp {
  display: none;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit_tsubame_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 2;
  }
}
@media screen and (max-width: 601px) {
  .top .top_recruit_tsubame_sp {
    width: 90%;
  }
}
.top .top_recruit__main {
  width: 38%;
  height: 0;
  padding-top: 37%;
  background-image: url(../img/top/recruit_main.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s ease-in-out 0.5s;
}
.top .top_recruit__main.is-open {
  animation: fade-in 1s ease-in-out 0.5s;
  opacity: 2;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__main {
    display: none;
  }
}
.top .top_recruit__copy {
  width: 23%;
  height: 0;
  padding-top: 12%;
  background-image: url(../img/top/recruit_copy.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 12%;
  right: 45%;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s ease-in-out 0.7s;
}
.top .top_recruit__copy.is-open {
  animation: fade-in 1s ease-in-out 0.7s;
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__copy {
    display: none;
  }
}
.top .top_recruit__chara {
  width: 110px;
  height: 122px;
  background-image: url(../img/top/recruit_chara.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 48%;
  right: 48%;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s ease-in-out 0.7s;
}
.top .top_recruit__chara.is-open {
  animation: fade-in 1s ease-in-out 0.7s, float 3s ease-in-out 0.8s infinite;
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__chara {
    opacity: 1;
    bottom: auto;
    top: 20%;
    right: 10%;
  }
}
.top .top_recruit__01 {
  width: 12%;
  height: 0;
  padding-top: 12%;
  background-image: url(../img/top/recruit_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  right: 35%;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s ease-in-out 0.8s;
}
.top .top_recruit__01.is-open {
  animation: fade-in-up-to-down 1s ease-in-out 0.8s;
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__01 {
    display: none;
  }
}
.top .top_recruit__02 {
  width: 12%;
  height: 0;
  padding-top: 12%;
  background-image: url(../img/top/recruit_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  right: 20%;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s ease-in-out 1s;
}
.top .top_recruit__02.is-open {
  animation: fade-in-up-to-down 1s ease-in-out 1s;
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__02 {
    display: none;
  }
}
.top .top_recruit__03 {
  width: 12%;
  height: 0;
  padding-top: 12%;
  background-image: url(../img/top/recruit_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  right: 5%;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s ease-in-out 1.2s;
}
.top .top_recruit__03.is-open {
  animation: fade-in-up-to-down 1s ease-in-out 1.2s;
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__03 {
    display: none;
  }
}
.top .top_recruit__tsubame {
  width: 114px;
  height: 0;
  padding-top: 114px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-135deg);
  position: absolute;
  bottom: 65%;
  left: 5%;
  z-index: 0;
  transition: all 0.8s ease-in-out 0.8s;
  transform: translate(700%, 700%) rotate(-135deg);
}
.top .top_recruit__tsubame::before {
  content: "";
  display: block;
  width: 1px;
  height: 800%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: top;
}
.top .top_recruit__tsubame.is-open {
  transform: translate(0, 0) rotate(-135deg);
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__tsubame {
    display: none;
  }
}
.top .top_recruit__inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding-top: 5%;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__inner {
    width: 85%;
    padding-top: 0;
  }
}
@media screen and (max-width: 1090px) {
  .top .top_recruit__inner .c_btn {
    display: none;
  }
}
.top .top_recruit__title {
  font-size: clamp(59px, 15.5263157895vw, 121px);
  font-weight: 400;
  line-height: 0.8;
  margin-bottom: 20px;
  letter-spacing: 15px;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  .top .top_recruit__title {
    line-height: 1;
    letter-spacing: 8px;
  }
}
.top .top_recruit__title span {
  font-size: clamp(23px, 6.0526315789vw, 25px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .top .top_recruit__title span {
    line-height: 1;
  }
}
.top .top_recruit .sub_ttl {
  font-size: clamp(20px, 5.2631578947vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top .top_recruit .text br {
    display: none;
  }
}
.top .top_recruit > .c_btn {
  display: none;
}
@media screen and (max-width: 1090px) {
  .top .top_recruit > .c_btn {
    display: flex;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 601px) {
  .top .top_recruit > .c_btn {
    max-width: 85%;
  }
}
.top .top_news {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1090px) {
  .top .top_news {
    display: block;
    padding: 100px 0 30%;
  }
}
.top .top_news__inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .top .top_news__inner {
    width: 85%;
  }
}
.top .top_news .top_section__title .ja {
  padding-left: 12%;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .top .top_news .top_section__title .ja {
    padding-left: 0;
  }
}
@media screen and (max-width: 1090px) {
  .top .top_news .top_section__title {
    margin-bottom: 0;
  }
}
.top .top_news__tsubame {
  position: absolute;
  top: -8px;
  right: -30px;
  width: 117px;
  height: 93px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
  z-index: 1;
  transition: all 0.8s ease-in-out 0.5s;
  transform: translate(-600%, 0);
}
.top .top_news__tsubame.is-open {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1090px) {
  .top .top_news__tsubame {
    display: none;
  }
}
.top .top_news__tsubame_sp {
  display: none;
}
@media screen and (max-width: 1090px) {
  .top .top_news__tsubame_sp {
    display: block;
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 82%;
  }
}
.top .top_news__tsubame_sp img {
  width: 100%;
}
.top .top_news .btn_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top .top_news .btn_box .c_btn {
  margin: 0 auto;
}
@media screen and (max-width: 601px) {
  .top .top_news .btn_box .c_btn {
    max-width: 85%;
  }
}
.top .top_news .news__list {
  width: 75%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  .top .top_news .news__list {
    width: 100%;
  }
}
.top .footer {
  background-image: url(../img/common/site_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E0E0E0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .footer::after {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .top .footer::after {
    display: none;
  }
}
.top .footer .footer__copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 30px 0;
  background-color: #076BE7;
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .top .footer .footer__copyright {
    bottom: 60px;
  }
}

.privacy .privacy_sec__inner {
  max-width: 928px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.privacy .privacy_sec ._ttl {
  font-size: clamp(18px, 4.7368421053vw, 18px);
  font-weight: 600;
  margin-bottom: 15px;
  color: #076BE7;
}
@media screen and (max-width: 900px) {
  .privacy .privacy_sec ._ttl {
    margin-bottom: 10px;
  }
}
.privacy .privacy_sec .text {
  margin-bottom: 20px;
}

.sitemap .sitemap_sec .sitemap_nav {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 0;
}
@media screen and (max-width: 900px) {
  .sitemap .sitemap_sec .sitemap_nav {
    display: block;
  }
}
.sitemap .sitemap_sec .sitemap_nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media (hover: hover) {
  .sitemap .sitemap_sec .sitemap_nav a:hover {
    opacity: 0.5;
  }
}
.sitemap .sitemap_sec .sitemap_nav a:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .sitemap .sitemap_sec .sitemap_nav a:last-child {
    border-bottom: 1px solid #fff;
  }
}
.sitemap .sitemap_sec .sitemap_nav a .en,
.sitemap .sitemap_sec .sitemap_nav a .ja {
  display: inline-block;
}
.sitemap .sitemap_sec .sitemap_nav a .en {
  font-size: clamp(12px, 3.1578947368vw, 12px);
  color: #076BE7;
  margin-top: 5px;
}
.sitemap .sitemap_sec .sitemap_nav a .ja {
  font-size: clamp(18px, 4.7368421053vw, 18px);
  margin-right: 20px;
  font-weight: 500;
  padding-left: 53px;
  position: relative;
}
.sitemap .sitemap_sec .sitemap_nav a .ja::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2293.923%22%20height%3D%22117%22%20viewBox%3D%220%200%2093.923%20117%22%3E%20%3Cpath%20id%3D%22tsubame%22%20d%3D%22M58.5%2C68.053c8.231%2C0%2C20.578%2C25.869%2C20.578%2C25.869-1.911-18.079-7.787-30.809-11.609-40.8s-1.84-24.677%2C14.7-24.751C103.656%2C28.272%2C117%2C47.916%2C117%2C47.916%2C107.3%2C12.2%2C95.245%2C8.084%2C85.251%2C8.084S67.466%2C11.758%2C64.82%2C9.407%2C58.5%2C0%2C58.5%2C0s-3.674%2C7.055-6.32%2C9.407S41.744%2C8.084%2C31.748%2C8.084%2C9.7%2C12.2%2C0%2C47.916c0%2C0%2C13.344-19.644%2C34.835-19.549%2C16.536.074%2C18.517%2C14.756%2C14.7%2C24.751s-9.7%2C22.725-11.609%2C40.8c0%2C0%2C12.347-25.869%2C20.578-25.869%22%20transform%3D%22translate(93.923)%20rotate(90)%22%20fill%3D%22%23076BE7%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
  position: absolute;
  left: 0;
  top: 5px;
}
.sitemap .sitemap_sec .sitemap_nav a.sp_home .ja::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOC4wOTUiIHZpZXdCb3g9IjAgMCAxOSAxOC4wOTUiPg0KICA8cGF0aCBpZD0iaG9tZSIgZD0iTTEuNSwxNS4wMzJWMjcuMUg4LjI4NlYxOS44NTdoNS40MjlWMjcuMUgyMC41VjE1LjAzMkwxMSw5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNSAtOSkiIGZpbGw9IiMwNzZiZTciLz4NCjwvc3ZnPg0K");
  background-size: contain;
  background-repeat: no-repeat;
}
.sitemap .sitemap_sec .sitemap_nav a .detail {
  display: block;
  width: 100%;
  font-size: clamp(14px, 3.6842105263vw, 14px);
  color: #076BE7;
  padding-left: 53px;
  line-height: 1.2;
  margin-top: 10px;
}

.corporate::before {
  background-image: url(../img/corporate/page_ttl_bg.png);
}
.corporate .c_ttl {
  text-align: center;
  font-size: clamp(20px, 5.2631578947vw, 30px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 70px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 900px) {
  .corporate .c_ttl {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
}
.corporate_sec__inner {
  max-width: 928px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.corporate-profile, .corporate-history {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 150px;
}
@media screen and (max-width: 900px) {
  .corporate-profile, .corporate-history {
    margin-bottom: 60px;
  }
}
.corporate-profile .profile-row, .corporate-profile .history-row, .corporate-history .profile-row, .corporate-history .history-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 35px;
}
@media screen and (max-width: 900px) {
  .corporate-profile .profile-row, .corporate-profile .history-row, .corporate-history .profile-row, .corporate-history .history-row {
    padding: 20px;
    flex-direction: column;
  }
}
.corporate-profile dt, .corporate-history dt {
  width: 200px;
  color: #076BE7;
  align-self: start;
  font-size: clamp(16px, 4.2105263158vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .corporate-profile dt, .corporate-history dt {
    width: 100%;
  }
}
.corporate-profile dd, .corporate-history dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 900px) {
  .corporate-profile dd, .corporate-history dd {
    width: 100%;
  }
}
.corporate-profile dd li, .corporate-history dd li {
  margin-bottom: 1em;
}
.corporate-profile dd li:last-child, .corporate-history dd li:last-child {
  margin-bottom: 0;
}
.corporate-profile dd .shop-name, .corporate-history dd .shop-name {
  font-weight: 500;
  color: #076BE7;
}
.corporate-profile .history-year, .corporate-history .history-year {
  width: 80px;
  font-size: clamp(16px, 4.2105263158vw, 16px);
  color: #076BE7;
}
.corporate-profile .history-content, .corporate-history .history-content {
  width: calc(100% - 80px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .corporate-profile .history-content, .corporate-history .history-content {
    width: 100%;
    padding-left: 0.5em;
  }
}
.corporate-profile .history-month, .corporate-history .history-month {
  width: 112px;
  font-size: clamp(16px, 4.2105263158vw, 16px);
  color: #076BE7;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .corporate-profile .history-month, .corporate-history .history-month {
    width: 40px;
    text-align: right;
    margin-right: 10px;
  }
}
.corporate-profile .history-text, .corporate-history .history-text {
  width: calc(100% - 112px);
}
@media screen and (max-width: 900px) {
  .corporate-profile .history-text, .corporate-history .history-text {
    width: calc(100% - 50px);
  }
}
.corporate-history {
  margin-bottom: 0;
}

.policy::before {
  content: "";
  display: block;
  width: 62.4%;
  height: 100%;
  background-image: url(../img/policy/txt_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .policy::before {
    width: 573px;
    height: 254px;
    top: 160px;
    left: -180px;
    transform: translate(0, 0) rotate(90deg);
  }
}
.policy .c_ttl {
  text-align: center;
  font-size: clamp(20px, 5.2631578947vw, 30px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 70px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 900px) {
  .policy .c_ttl {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
}
.policy .lead_sec {
  margin-bottom: 130px;
}
@media screen and (max-width: 900px) {
  .policy .lead_sec {
    margin-bottom: 80px;
  }
}
.policy .lead_sec__inner {
  max-width: 928px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.policy .lead_sec .c_ttl {
  text-align: center;
  font-size: clamp(33px, 8.6842105263vw, 60px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 0;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 900px) {
  .policy .lead_sec .c_ttl {
    margin-bottom: 0;
    letter-spacing: 1.5px;
  }
}
.policy .lead_sec .c_ttl span {
  color: #1BD01E;
}
.policy .lead_sec .text {
  color: #076BE7;
  font-weight: 500;
}
.policy .lead_sec .tsubame_01 {
  width: 100vw;
  height: 257px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.policy .lead_sec .tsubame_01 img {
  width: 80%;
  position: absolute;
  top: -125px;
  left: 0;
  animation: fade-in-left-to-right 0.5s ease-in-out 0.5s both;
}
@media screen and (max-width: 900px) {
  .policy .lead_sec .tsubame_01 {
    height: 139px;
  }
  .policy .lead_sec .tsubame_01 img {
    width: 100%;
    top: -80px;
  }
}
.policy .vision_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .policy .vision_sec {
    margin-bottom: 80px;
  }
}
.policy .vision_sec.value {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .policy .vision_sec.value {
    margin-bottom: 0;
  }
}
.policy .vision_sec .c_ttl {
  text-align: center;
  font-size: clamp(20px, 5.2631578947vw, 35px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 0;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 900px) {
  .policy .vision_sec .c_ttl {
    margin-bottom: 0;
    letter-spacing: 1.5px;
  }
}
.policy .tsubame_02 {
  width: 100vw;
  height: 257px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .policy .tsubame_02 {
    height: 139px;
  }
}
.policy .tsubame_02 img {
  width: 50%;
  position: absolute;
  top: -80px;
  right: 0;
}
@media screen and (max-width: 900px) {
  .policy .tsubame_02 img {
    width: 90%;
    top: -100px;
  }
}
@media screen and (max-width: 601px) {
  .policy .tsubame_02 img {
    width: 90%;
    top: -120px;
  }
}
.policy .message_sec h2 {
  font-size: clamp(30px, 7.8947368421vw, 45px);
  font-weight: 400;
  line-height: 1.2;
  color: #076BE7;
  letter-spacing: 6.75px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .policy .message_sec h2 {
    letter-spacing: 4.5px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.policy .message_sec h2 .ja {
  display: block;
  font-size: clamp(16px, 4.2105263158vw, 20px);
  font-weight: 500;
  color: #076BE7;
  letter-spacing: 2px;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .policy .message_sec h2 .ja {
    margin-top: 10px;
  }
}
.policy .message_sec .c_ttl {
  text-align: left;
  font-size: clamp(20px, 5.2631578947vw, 30px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 50px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 900px) {
  .policy .message_sec .c_ttl {
    margin-bottom: 30px;
    letter-spacing: 1.5px;
  }
}
.policy .message_sec__box {
  display: grid;
  grid-template-columns: calc(75% - 127px) 25%;
  gap: 127px;
}
@media screen and (max-width: 1090px) {
  .policy .message_sec__box {
    grid-template-columns: calc(75% - 40px) 25%;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .policy .message_sec__box {
    display: block;
  }
}
.policy .message_sec__box-img {
  order: 1;
}
@media screen and (max-width: 900px) {
  .policy .message_sec__box-img {
    margin-bottom: 40px;
  }
}
.policy .message_sec__box-img img {
  width: 100%;
}
.policy .message_sec__box-img-text {
  order: 2;
  font-size: clamp(13px, 3.4210526316vw, 13px);
  color: #076BE7;
  letter-spacing: 2px;
  margin-top: 20px;
  text-align: center;
}
.policy .message_sec__box-img-text span {
  display: block;
  font-size: clamp(20px, 5.2631578947vw, 20px);
}

.csr::before {
  background-image: url(../img/csr/page_ttl_bg.png);
}
.csr .lead_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .csr .lead_sec {
    margin-bottom: 40px;
  }
}
.csr .lead_sec .c_ttl {
  text-align: center;
  font-size: clamp(24px, 6.3157894737vw, 45px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 50px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 900px) {
  .csr .lead_sec .c_ttl {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
}
.csr .lead_sec .text {
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .csr .lead_sec .text br {
    display: none;
  }
}
.csr .csr_sec {
  margin-bottom: 60px;
}
.csr .csr_sec:last-child {
  margin-bottom: 0;
}
.csr .csr_sec__inner {
  max-width: 1164px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .csr .csr_sec__inner {
    width: 85%;
  }
}
.csr .csr_sec .bgw_ttl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .csr .csr_sec .bgw_ttl {
    display: inline-flex;
  }
}
.csr .csr_sec .csr_sec_rowbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .csr .csr_sec .csr_sec_rowbox {
    margin-bottom: 40px;
  }
}
.csr .csr_sec .csr_sec_rowbox__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 30px;
}
.csr .csr_sec .csr_sec_rowbox__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .csr .csr_sec .csr_sec_rowbox__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.csr .csr_sec .csr_sec_rowbox__item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr .csr_sec .csr_col_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 50px;
}
@media screen and (max-width: 900px) {
  .csr .csr_sec .csr_col_box {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.csr .csr_sec .csr_col_box__item_img {
  margin-bottom: 20px;
}
.csr .csr_sec .csr_col_box__item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr .csr_sec .label {
  display: inline-block;
  background-color: #076BE7;
  color: #fff;
  padding: 4px 10px;
  font-size: clamp(14px, 3.6842105263vw, 14px);
  line-height: 1;
  margin-bottom: 15px;
}
.csr .csr_sec .c_ttl {
  font-size: clamp(20px, 5.2631578947vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 28px;
  letter-spacing: 2.5px;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .csr .csr_sec .c_ttl {
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
}

.business .tsubame {
  position: fixed;
  top: 0;
  left: 5%;
  width: 47.5px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .business .tsubame {
    display: none;
  }
}
.business .tsubame_wh {
  position: fixed;
  top: 0;
  left: 5%;
  width: 47.5px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .business .tsubame_wh {
    display: none;
  }
}
.business::before {
  background-image: url(../img/business/page_ttl_bg.png);
  padding-top: 600px;
}
@media screen and (max-width: 900px) {
  .business::before {
    padding-top: 300px;
  }
}
.business .page_ttl_bg {
  width: 90%;
  max-width: 1164px;
  margin: 0 auto;
}
.business .page_ttl {
  align-items: flex-start;
  height: 320px;
  padding-left: 60px;
  margin: 430px auto 100px 0 !important;
  background-color: #fff;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .business .page_ttl {
    align-items: center;
    height: auto;
    width: 90%;
    min-height: 273px;
    margin: 150px auto 60px !important;
    padding-left: 0;
  }
}
.business .page_ttl h2 {
  margin-bottom: 20px;
}
.business .page_ttl h2 .ja {
  display: inline-block;
  margin-top: 0;
  margin-left: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .business .page_ttl h2 .ja {
    display: block;
    margin-left: 0;
  }
}
.business .page_ttl .copy {
  font-size: clamp(20px, 5.2631578947vw, 24px);
  line-height: 1.5;
  color: #076BE7;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .business .page_ttl .copy {
    text-align: center;
  }
}
.business .bs_sc {
  width: 84%;
  padding: 60px;
  margin-top: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 1500px) {
  .business .bs_sc {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .business .bs_sc {
    padding: 0;
  }
}
.business .bs_sc .c_ttl {
  font-size: clamp(24px, 6.3157894737vw, 45px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 50px;
  letter-spacing: 2.5px;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .business .bs_sc .c_ttl {
    margin-bottom: 30px;
    letter-spacing: 1.5px;
  }
}
.business .bs_sc .c_ttl.-s {
  font-size: clamp(20px, 5.2631578947vw, 30px);
  font-weight: 600;
  line-height: 1.5;
  color: #076BE7;
  margin-bottom: 40px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc .c_ttl.-s {
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
}
.business .bs_sc__inner {
  width: 80%;
}
.business .bs_sc__inner_box {
  display: flex;
  align-items: flex-start;
}
.business .bs_sc.-wd .bs_sc__inner {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc.-wd .bs_sc__inner {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.business .bs_sc:nth-of-type(odd) {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(odd) {
    margin-right: auto;
  }
}
.business .bs_sc:nth-of-type(odd).-wd {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(odd).-wd {
    padding: 0;
  }
}
.business .bs_sc:nth-of-type(odd) .bs_sc__inner {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(odd) .bs_sc__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.business .bs_sc:nth-of-type(even) {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(even) {
    margin-left: auto;
  }
}
.business .bs_sc:nth-of-type(even).-wd {
  padding: 0 60px 0 0;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(even).-wd {
    padding: 0;
  }
}
.business .bs_sc:nth-of-type(even) .bs_sc__inner {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(even) .bs_sc__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.business .bs_sc:nth-of-type(1) .bs_sc__inner_box {
  flex-direction: row-reverse;
  gap: 87px;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(1) .bs_sc__inner_box {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}
.business .bs_sc:nth-of-type(1) .bs_sc__inner_box_img {
  width: 53.5%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(1) .bs_sc__inner_box_img {
    display: none;
  }
}
.business .bs_sc:nth-of-type(1) .bs_sc__inner_box_txt {
  width: calc(46.5% - 87px);
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(1) .bs_sc__inner_box_txt {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(2) {
  background-color: #076BE7;
  position: relative;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(2) {
    width: 95%;
    padding: 40px 17px 40px 36px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .business .bs_sc:nth-of-type(2) .bs_sc__inner {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(2) .ogata_img {
  position: absolute;
  bottom: 0;
  left: 13%;
  width: 22.8%;
  max-width: 327px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(2) .ogata_img {
    width: 50%;
    left: -8%;
    bottom: auto;
    top: -10%;
    z-index: 0;
  }
}
@media screen and (max-width: 601px) {
  .business .bs_sc:nth-of-type(2) .ogata_img {
    top: -30px;
  }
}
.business .bs_sc:nth-of-type(2) .bs_sc__inner_box {
  flex-direction: row-reverse;
  gap: 38px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(2) .bs_sc__inner_box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.business .bs_sc:nth-of-type(2) .bs_sc__inner_box_img {
  width: 39%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(2) .bs_sc__inner_box_img {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(2) .bs_sc__inner_box_txt {
  width: calc(61% - 38px);
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(2) .bs_sc__inner_box_txt {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(2) .c_ttl {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(2) .c_ttl {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
  }
  .business .bs_sc:nth-of-type(2) .c_ttl br {
    display: none;
  }
}
.business .bs_sc:nth-of-type(2) .text {
  width: 70%;
  color: #fff;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(2) .text {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(3) {
  background-color: #fff;
  margin-bottom: 150px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(3) {
    width: 95%;
    padding: 40px 36px 40px 17px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 58px;
  }
  .business .bs_sc:nth-of-type(3) .bs_sc__inner {
    width: 100%;
  }
  .business .bs_sc:nth-of-type(3) .c_ttl br {
    display: none;
  }
}
.business .bs_sc:nth-of-type(3) .bs_sc__inner_box {
  flex-direction: row-reverse;
  align-items: center;
  gap: 38px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(3) .bs_sc__inner_box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.business .bs_sc:nth-of-type(3) .bs_sc__inner_box_img {
  width: 39%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(3) .bs_sc__inner_box_img {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(3) .bs_sc__inner_box_txt {
  width: calc(61% - 38px);
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(3) .bs_sc__inner_box_txt {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(4) {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(4) {
    margin-bottom: 58px;
  }
}
.business .bs_sc:nth-of-type(4) .bs_sc__inner_box {
  flex-direction: reverse;
  gap: 103px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(4) .bs_sc__inner_box {
    flex-direction: column;
    gap: 0;
  }
}
.business .bs_sc:nth-of-type(4) .bs_sc__inner_box_img {
  width: calc(61% - 103px);
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(4) .bs_sc__inner_box_img {
    display: none;
  }
}
.business .bs_sc:nth-of-type(4) .bs_sc__inner_box_txt {
  width: 39%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(4) .bs_sc__inner_box_txt {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(4) .bs_sc__inner_box_txt ._link {
  display: inline-block;
}
.business .bs_sc:nth-of-type(5) {
  margin-bottom: 0;
}
.business .bs_sc:nth-of-type(5) .bs_sc__inner_box {
  flex-direction: row-reverse;
  gap: 103px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(5) .bs_sc__inner_box {
    flex-direction: column;
    gap: 0;
  }
}
.business .bs_sc:nth-of-type(5) .bs_sc__inner_box_img {
  width: calc(61% - 103px);
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(5) .bs_sc__inner_box_img {
    display: none;
  }
}
.business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt {
  width: 39%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link {
    display: block;
  }
}
.business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link .text {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link .text {
    width: 100%;
  }
}
.business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link ._link {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link ._link {
    display: none;
  }
}
.business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link .t_link {
  font-size: clamp(14px, 3.6842105263vw, 14px);
  line-height: 1;
  color: #076BE7;
  border-color: #076BE7;
  border: 1px solid #076BE7;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .business .bs_sc:nth-of-type(5) .bs_sc__inner_box_txt .txt_link .t_link {
    display: none;
  }
}
.business .bs_sc__image_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.business .bs_sc__image_box img {
  width: 100%;
}
.business .bs_sc__image_box img:nth-of-type(4), .business .bs_sc__image_box img:nth-of-type(5), .business .bs_sc__image_box img:nth-of-type(6), .business .bs_sc__image_box img:nth-of-type(7), .business .bs_sc__image_box img:nth-of-type(8), .business .bs_sc__image_box img:nth-of-type(9) {
  display: none;
}
@media screen and (max-width: 900px) {
  .business .bs_sc__image_box img:nth-of-type(4), .business .bs_sc__image_box img:nth-of-type(5), .business .bs_sc__image_box img:nth-of-type(6), .business .bs_sc__image_box img:nth-of-type(7), .business .bs_sc__image_box img:nth-of-type(8), .business .bs_sc__image_box img:nth-of-type(9) {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .business .bs_sc__image_box {
    animation: marquee-right 30s linear infinite;
    grid-template-columns: repeat(9, 380px);
    grid-template-rows: 1fr;
    width: max-content;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.business .bs_sc .cli_ttl {
  font-size: clamp(18px, 4.7368421053vw, 20px);
  line-height: 1.5;
  color: #076BE7;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .business .bs_sc .cli_ttl {
    margin-bottom: 20px;
  }
}
.business .bs_sc .cli_ttl span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: clamp(12px, 3.1578947368vw, 13px);
  line-height: 1.5;
  color: #A2A2A2;
}
.business .bs_sc .cli_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc .cli_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.business .bs_sc .cli_box .cli_list li {
  margin-bottom: 15px;
}
.business .bs_sc .cli_box .cli_list li:last-child {
  margin-bottom: 0;
}
.business .bs_sc .cli_box .cli_list li .ttl {
  font-size: clamp(16px, 4.2105263158vw, 16px);
  line-height: 1.5;
  color: #076BE7;
  letter-spacing: 0;
  font-weight: 500;
}
.business .bs_sc .cli_box .cli_list li .u_note {
  margin: 10px 0 15px;
}
@media screen and (max-width: 900px) {
  .business .bs_sc .cli_box .cli_list li .u_note {
    margin: 5px 0;
  }
}
.business .bs_sc .cli_box .cli_list li ._link {
  font-size: clamp(14px, 3.6842105263vw, 14px);
  line-height: 1;
  color: #076BE7;
  border-color: #076BE7;
  border: 1px solid #076BE7;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
}
.business .sp_img {
  display: none;
}
@media screen and (max-width: 900px) {
  .business .sp_img {
    display: block;
    margin-bottom: 30px;
  }
  .business .sp_img.-wd {
    min-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .business .sp_img.-lst {
    margin-top: 30px;
    margin-bottom: 13px;
  }
  .business .sp_img.milkdo {
    width: 157px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
.business .milkdo_link {
  display: none;
}
@media screen and (max-width: 900px) {
  .business .milkdo_link {
    display: block;
    font-size: clamp(14px, 3.6842105263vw, 14px);
    line-height: 1;
    color: #076BE7;
    border-color: #076BE7;
    border: 1px solid #076BE7;
    padding: 5px 15px;
    border-radius: 50px;
    text-align: center;
    background-color: #fff;
    width: 290px;
    margin: 0 auto;
    font-weight: 500;
  }
}
.business .tsubame_end {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 50%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .business .tsubame_end {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .business .tsubame_end {
    display: block;
    width: 90%;
    position: relative;
    margin-left: 0;
    bottom: 3%;
  }
}

.movie_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.movie_modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}
.movie_modal__content {
  position: relative;
  width: 100%;
}
.movie_modal__content video {
  width: 100%;
  height: auto;
}
.movie_modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.movie_modal__close:hover {
  opacity: 0.7;
}
.movie_modal.is-open {
  display: block;
}

.js-movie-trigger {
  cursor: pointer;
}
.js-movie-trigger:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=map/style.css.map */
