@charset "UTF-8";
@font-face {
  font-display: swap;
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  src: url("../font/IBM_Plex_Sans.woff2") format("woff2"), url("../font/IBM_Plex_Sans.woff") format("woff");
}
/* =========================================================================
* base
* ======================================================================= */
* {
  touch-action: manipulation;
}
body {
  height: 100% !important;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.79;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
p {
  font-size: 0.875rem;
  word-break: break-all;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.el_bold {
  font-weight: 700;
}
/*
.el_clr__or {
  color: #ED7700;
}
*/
.el_clr__bk {
  color: #3E3A39;
}
.hp_clr__bk {
  color: #3E3A39 !important;
}
/* -----------------------------------------------------
* 表示/非表示
* --------------------------------------------------- */
.pc_none, .tab_dis {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_dis {
    display: block;
  }
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
/* -----------------------------------------------------
* title
* --------------------------------------------------- */
.el_ttl {
  position: relative;
  padding-top: 1.9em;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #3E3A39;
}
.el_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
  color: #ED7700;
}
@media screen and (max-width: 767px) {
  .el_ttl {
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
  }
  .el_ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* -----------------------------------------------------
* js
* --------------------------------------------------- */
.js_para {
  position: relative;
  transition-property: transform;
  transition-duration: 1.2s;
  transition-timing-function: ease-out;
}
/* scroll animation --------------------------------- */
.js_in {
  display: inline-block;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s ease-out, opacity 1s ease-out;
}
.js_in.an_btm {
  transition: transform 0.6s ease-out, opacity 0.3s ease-out;
}
.js_in.is_active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.js_in_outer {
  overflow: hidden;
}
.js_ttl {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2em);
  transition: opacity 3s ease-out;
}
.js_ttl.is_active {
  visibility: visible;
  animation: title-in 1s forwards;
}
.an_btm:nth-of-type(1) {
  animation-delay: 0;
}
.an_btm:nth-of-type(2) {
  animation-delay: 0.1s;
}
.an_btm:nth-of-type(3) {
  animation-delay: 0.2s;
}
.an_btm:nth-of-type(4) {
  animation-delay: 0.3s;
}
.an_btm:nth-of-type(5) {
  animation-delay: 0.4s;
}
.an_btm:nth-of-type(6) {
  animation-delay: 0.5s;
}
.an_btm:nth-of-type(7) {
  animation-delay: 0.6s;
}
.an_btm:nth-of-type(8) {
  animation-delay: 0.7s;
}
.an_btm:nth-of-type(9) {
  animation-delay: 0.8s;
}
.an_btm:nth-of-type(10) {
  animation-delay: 0.9s;
}
.an_btm:nth-of-type(11) {
  animation-delay: 1s;
}
.an_btm:nth-of-type(12) {
  animation-delay: 1.1s;
}
.an_btm:nth-of-type(13) {
  animation-delay: 1.2s;
}
.an_btm:nth-of-type(14) {
  animation-delay: 1.3s;
}
.an_btm:nth-of-type(15) {
  animation-delay: 1.4s;
}
.an_btm:nth-of-type(16) {
  animation-delay: 1.5s;
}
.an_btm:nth-of-type(17) {
  animation-delay: 1.6s;
}
.an_btm:nth-of-type(18) {
  animation-delay: 1.7s;
}
.an_btm:nth-of-type(19) {
  animation-delay: 1.8s;
}
.an_btm:nth-of-type(20) {
  animation-delay: 1.9s;
}
.an_btm:nth-of-type(21) {
  animation-delay: 2s;
}
.an_btm:nth-of-type(22) {
  animation-delay: 2.1s;
}
.an_btm:nth-of-type(23) {
  animation-delay: 2.2s;
}
.an_btm:nth-of-type(24) {
  animation-delay: 2.3s;
}
.an_btm:nth-of-type(25) {
  animation-delay: 2.4s;
}
.an_btm:nth-of-type(26) {
  animation-delay: 2.5s;
}
.an_btm:nth-of-type(27) {
  animation-delay: 2.6s;
}
.an_btm:nth-of-type(28) {
  animation-delay: 2.7s;
}
.an_btm:nth-of-type(29) {
  animation-delay: 2.8s;
}
.an_btm:nth-of-type(30) {
  animation-delay: 2.9s;
}
.an_btm:nth-of-type(31) {
  animation-delay: 3s;
}
.an_btm:nth-of-type(32) {
  animation-delay: 3.1s;
}
.an_btm:nth-of-type(33) {
  animation-delay: 3.2s;
}
.an_btm:nth-of-type(34) {
  animation-delay: 3.3s;
}
.an_btm:nth-of-type(35) {
  animation-delay: 3.4s;
}
.an_btm:nth-of-type(36) {
  animation-delay: 3.5s;
}
.an_btm:nth-of-type(37) {
  animation-delay: 3.6s;
}
.an_btm:nth-of-type(38) {
  animation-delay: 3.7s;
}
.an_btm:nth-of-type(39) {
  animation-delay: 3.8s;
}
.an_btm:nth-of-type(40) {
  animation-delay: 3.9s;
}
.an_btm:nth-of-type(41) {
  animation-delay: 4s;
}
.an_btm:nth-of-type(42) {
  animation-delay: 4.1s;
}
.an_btm:nth-of-type(43) {
  animation-delay: 4.2s;
}
.an_btm:nth-of-type(44) {
  animation-delay: 4.3s;
}
.an_btm:nth-of-type(45) {
  animation-delay: 4.4s;
}
.an_btm:nth-of-type(46) {
  animation-delay: 4.5s;
}
.an_btm:nth-of-type(47) {
  animation-delay: 4.6s;
}
.an_btm:nth-of-type(48) {
  animation-delay: 4.7s;
}
.an_btm:nth-of-type(49) {
  animation-delay: 4.8s;
}
.an_btm:nth-of-type(50) {
  animation-delay: 4.9s;
}
.an_btm:nth-of-type(51) {
  animation-delay: 5s;
}
.an_btm:nth-of-type(52) {
  animation-delay: 5.1s;
}
.an_btm:nth-of-type(53) {
  animation-delay: 5.2s;
}
.an_btm:nth-of-type(54) {
  animation-delay: 5.3s;
}
.an_btm:nth-of-type(55) {
  animation-delay: 5.4s;
}
.an_btm:nth-of-type(56) {
  animation-delay: 5.5s;
}
.an_btm:nth-of-type(57) {
  animation-delay: 5.6s;
}
.an_btm:nth-of-type(58) {
  animation-delay: 5.7s;
}
.an_btm:nth-of-type(59) {
  animation-delay: 5.8s;
}
.an_btm:nth-of-type(60) {
  animation-delay: 6s;
}
@keyframes title-in {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  50% {
    transform: translateY(-0.5em);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================================================================
* header
* ======================================================================= */
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 45px;
  z-index: 1000;
}
.bl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  overflow: hidden;
}
.js_header.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .15);
}
.js_header.is_fixed .bl_header {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .ly_header {
    padding: 0 20px;
  }
  .bl_header {
    padding-top: 20px;
  }
  .js_header.is_fixed .bl_header {
    padding: 15px 0;
  }
}
/* logo --------------------------------------------- */
.bl_header_logo picture {
  display: flex;
}
/* header nav --------------------------------------- */
.bl_header_nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 560px;
  height: 100vh;
  padding: 100px 30px 50px;
  background: #FFF;
  transition: 0.3s;
}
.bl_header_nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translateY(-50%);
  width: 80%;
  height: 40%;
  background-image: url(../img/logo.svg);
}
.bl_header_nav ul {
  display: flex;
  flex-direction: column;
}
.bl_header_nav ul li a {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.71;
  color: #3E3A39;
  transition: 0.3s;
}
.bl_header_nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: 0 0;
  border-radius: 999px;
  transition: 0.3s;
}
.bl_header_nav ul .bl_header_nav-home a {
  color: #ED7700;
}
.bl_header_nav ul .bl_header_nav-home a::after {
  background: #ED7700;
}
@media (hover: hover) and (pointer: fine) {
  .bl_header_nav ul li a:hover {
    color: #ED7700;
  }
  .bl_header_nav ul li a:hover::after {
    background: #ED7700;
  }
}
.bl_header_nav.show {
  right: 0;
}
/* hamburger menu ----------------------------------- */
.bl_navBtn {
  position: relative;
  width: 33px;
  height: 26px;
}
.bl_navBtn_bar {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background: #6f6f6f;
  border-radius: 999px;
}
.is_fixed .bl_header .bl_navBtn .bl_navBtn_bar {
  background: #FFFFFF;
}
.bl_navBtn_bar__top {
  top: 0;
}
.bl_navBtn_bar__mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bl_navBtn_bar__btm {
  bottom: 0;
}
.bl_navBtn.show .bl_navBtn_bar {
  background: #ED7700 !important;
}
.bl_navBtn.show .bl_navBtn_bar__top, .bl_navBtn.show .bl_navBtn_bar__btm {
  top: 50%;
}
.bl_navBtn.show .bl_navBtn_bar__top {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bl_navBtn.show .bl_navBtn_bar__mid {
  opacity: 0;
}
.bl_navBtn.show .bl_navBtn_bar__btm {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* page top bg -------------------------------------- */
.el_pageTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-image: url(../img/bg_greeting.webp);
  background-size: cover;
}
.el_pageTop_cnt {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .el_pageTop {
    height: 75px;
    background-image: url(../img/bg_greeting_sp.webp);
  }
  .el_pageTop_cnt {
    margin-top: 75px;
  }
}
/* =========================================================================
* footer
* ======================================================================= */
.ly_footer {
  padding-bottom: 46px;
  background: #ED7700;
  color: #FFF;
  text-align: center;
}
.bl_footer_nav {
  display: flex;
  justify-content: center;
  padding: 38px 0 29px;
  margin-bottom: 19px;
  font-size: 0.75rem;
  background: #e9a40c;
}
.bl_footer_nav li {
  position: relative;
  margin-right: 2em;
}
.bl_footer_nav li:last-of-type {
  margin-right: 0;
}
.bl_footer_nav li::after {
  content: '｜';
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
}
.bl_footer_nav li:last-of-type::after {
  content: none;
}
.bl_footer_nav a {
  color: #FFF;
}
.bl_footer_inner {
  line-height: 2.16;
}
.bl_footer_inner p {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .bl_footer_nav {
    flex-direction: column;
    padding: 25px 0 10px;
  }
  .bl_footer_nav li {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .bl_footer_nav li::after {
    content: none;
  }
}
/* =========================================================================
* cookie
* ======================================================================= */
.bl_cookie__consent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  color: #FFF;
  background: rgba(0, 0, 0, .8);
  padding: 1.2em;
  visibility: hidden;
}
.bl_cookie__consent.is_show {
  visibility: visible;
}
.bl_cookie_policy a {
  color: #ED7700;
  font-weight: 700;
  text-decoration: none;
}
.bl_cookie_btn {
  display: flex;
}
.bl_cookie_agree, .bl_cookie_reject {
  color: #FFF;
  background: #ED7700;
  padding: 5px 10px;
  margin-left: 20px;
}
.bl_cookie_agree:hover, .bl_cookie_reject:hover {
  cursor: pointer;
}
.is_hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .bl_cookie__consent {
    flex-direction: column;
  }
  .bl_cookie__txt {
    margin-bottom: 1em;
  }
  .bl_cookie_agree {
    margin-left: 0;
  }
}
/* =========================================================================
* content
* ======================================================================= */
.bl_wrap {
  width: 100%;
  max-width: 860px;
  padding: 0 15px;
  margin: 0 auto;
}
.bl_wrap__lg {
  width: 100%;
  max-width: 880px;
  padding: 0 15px;
  margin: 0 auto;
}
.bl_wrap__sm {
  width: 100%;
  max-width: 730px;
  padding: 0 15px;
  margin: 0 auto;
}
.bl_wrap__recruit {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ly_body {
    background: #ed7700;
  }
}
/* =========================================================================
* top
* ======================================================================= */
.bl_sect {
  position: relative;
  padding: 70px 0;
  color: #FFF;
  overflow: hidden;
  background: #FFF;
}
.bl_sect__c {
  text-align: center;
}
.bl_sect_bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bl_sect_row {
  display: flex;
  justify-content: space-between;
}
.bl_sect_row .bl_sect_cnt {
  width: 47.5%;
  max-width: 403px;
}
.bl_sect_row .bl_sect_img {
  width: 48.3%;
}
.bl_sect_ttl {
  margin-bottom: 10px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
.bl_sect_ttl--en {
  display: block;
  margin-bottom: 0.25em;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
.bl_sect_txt {
  margin: 0 auto;
  transition: all 1.5s 0.5s ease-out;
  position: relative;
}
.sqf {
  left: -47.5%;
  margin: -1.71em 0 0;
  /* margin: 140px 0 0 274px; */
  position: absolute;
}
@media screen and (max-width: 767px) {
  .bl_sect_cnt {
    width: 100%;
    margin: 0 auto;
  }
  .bl_sect_row {
    flex-direction: column;
    text-align: center;
  }
  .bl_sect_row .bl_sect_cnt, .bl_sect_row .bl_sect_img {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .bl_sect_row .bl_sect_cnt {
    margin-bottom: 40px;
  }
  .bl_sect_row .bl_sect_img {
    order: 2;
  }
  .bl_sect_ttl {
    font-size: 1.125rem;
  }
  .bl_sect_ttl--en {
    font-size: 2.0625rem;
  }
  .sqf {
    left: 50%;
    margin: 10px 0 0;
    /* margin: 140px 0 0 274px; */
    position: absolute;
    transform: translateX(-50%);
  }
  .sqf_margin {
    margin-top: 200px;
    display: inline-block;
  }
}
/* -----------------------------------------------------
* mv
* --------------------------------------------------- */
.bl_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bl_mv p {
  margin: 1em 0 0;
}
.bl_mv .mv_logo {
  margin: 5em 0 0;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bl_mv .bl_sect_ttl, .bl_mv p, .bl_mv .mv_logo {
  opacity: 0; /* 初期状態で非表示 */
  animation: fadeUp 1s ease-out forwards;
}
/* 順番に出す場合（任意） */
.bl_mv .bl_sect_ttl {
  animation-delay: 0.3s;
}
.bl_mv p {
  animation-delay: 0.6s;
}
.bl_mv .mv_logo {
  animation-delay: 0.9s;
}
/*
.bl_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #FFF;
}
.bl_mv_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
*/
/* mv cont -------------------------------------------- */
/*
.bl_mv_cont {
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.bl_mv_logo {
  width: 4.8%;
  max-width: 118px;
  min-width: 96px;
  margin: 0 auto 47px;
}
.bl_mv_ttl {
  width: 25%;
  min-width: 418px;
  max-width: 485px;
  margin: 0 auto 70px;
}
.bl_mv_btm {
  width: 176px;
  margin: 0 auto;
}
.bl_mv_logo.js_mv,
.bl_mv_ttl.js_mv,
.bl_mv_btm.js_mv {
  opacity: 0;
  visibility: hidden;
}
.bl_mv_logo.js_mv {
  transition: 1s;
  transition-delay: 8s;
}
.bl_mv_ttl.js_mv {
  transition: 5s ease-out;
  transition-delay: 6.5s;
}
.bl_mv_btm.js_mv {
  transition: 0.5s;
  transition-delay: 10s;
}
.bl_mv_logo.is_active,
.bl_mv_ttl.is_active,
.bl_mv_btm.is_active {
  opacity: 1;
  visibility: visible;

}
.bl_mv_logo.is_active {
  animation: logo-scale 2s ease-in-out 8s both;
}
@keyframes logo-scale {
  0% {
    transform: translateY(-200px) scale(8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.bl_mv_ttl.is_active {
  animation: title-scale 2s ease-in-out 6.5s both;
}
@keyframes title-scale {
  0% {
    transform: scale(1.28);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 1001px) {
  .bl_mv_cont {
    top: 48.4%;
  }
}
@media screen and (max-width: 767px) {
  .bl_mv_cont {
    top: 50.8%;
  }
  .bl_mv_logo {
    width: 12.8%;
    min-width: 66px;
    margin-bottom: 24px;
  }
  .bl_mv_ttl {
    width: 56.6%;
    min-width: 282px;
  }
}
*/
@media screen and (max-width: 767px) {
  .bl_mv {
    height: auto;
    padding: 5em 0 0;
  }
  .bl_mv .mv_logo {
    margin: 2.5em 0;
  }
  .bl_mv .mv_logo img {
    width: 50%;
    height: auto;
  }
}
/* scroll arrow --------------------------------------- */
.bl_scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1.5px solid #FFF;
  border-radius: 50%;
}
.bl_scroll span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-bottom: 2px;
  line-height: 1;
  color: #FFF;
  border: 1.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  vertical-align: middle;
  transform: translateY(-25%) rotate(135deg);
}
/* -----------------------------------------------------
* about
* --------------------------------------------------- */
.bl_about {
  padding: 45px 0 35px;
}
.bl_about .bl_sect_bg {
  background-image: url(../img/bg_about.webp);
}
.bl_about_wrap {
  position: relative;
  width: 620px;
  height: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.bl_about_wrap .js_svg {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.bl_about_wrap .is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .bl_about {
    padding-bottom: 55px;
  }
  .bl_about .bl_sect_bg {
    background-image: url(../img/bg_about_sp.webp);
  }
  .bl_about_wrap {
    height: auto;
  }
}
/* about icon --------------------------------------- */
.bl_about_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_about_icon span {
  display: block;
  position: absolute;
  width: 10.6%;
  height: 10.6%;
}
.bl_about_icon.js_svg span {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.bl_about_icon.is_active span {
  opacity: 1;
  visibility: visible;
}
.bl_about_icon span:nth-of-type(1) {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 1.5s;
}
.bl_about_icon span:nth-of-type(2), .bl_about_icon span:nth-of-type(3) {
  bottom: 23%;
}
.bl_about_icon span:nth-of-type(2) {
  right: 6%;
  transition-delay: 1.8s;
}
.bl_about_icon span:nth-of-type(3) {
  left: 6%;
  transition-delay: 2.1s;
}
@media screen and (max-width: 767px) {
  .bl_about_icon, .bl_about_icon span {
    position: static;
  }
  .bl_about_icon {
    display: flex;
    justify-content: space-around;
  }
  .bl_about_icon span {
    width: 14.6%;
    min-width: 70px;
    height: 14.6%;
    min-height: 70px;
    margin: 0 5px;
  }
  .bl_about_icon span:nth-of-type(1) {
    transform: translateX(0);
  }
}
/* about inner -------------------------------------- */
.bl_about_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74%;
  height: 74%;
}
@media screen and (max-width: 767px) {
  .bl_about_inner {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0);
  }
}
/* about cont --------------------------------------- */
.bl_about .bl_sect_cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 18% 7%;
}
@media screen and (max-width: 767px) {
  .bl_about .bl_sect_cnt {
    position: static;
    padding: 40px 0 0;
    transform: translate(0);
  }
}
/* about round shape -------------------------------- */
.bl_about_shape {
  width: 100%;
  height: 100%;
}
.bl_about_round {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: #40220f;
  border-radius: 50%;
  z-index: 2;
}
.bl_about_shape.is_active .bl_about_round {
  opacity: 1;
  visibility: visible;
}
.bl_about_shape .bl_about_round-1 {
  top: 46%;
  right: -1.5%;
  transition-delay: 0.7s;
}
.bl_about_shape .bl_about_round-2 {
  bottom: 0;
  left: 37%;
  transition-delay: 0.9s;
}
.bl_about_shape .bl_about_round-3 {
  top: 32%;
  left: 1.7%;
  transition-delay: 1.1s;
}
.bl_about_shape svg {
  transform: rotate(-90deg);
}
.bl_about_svg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.05px;
  stroke-dashoffset: 1444.0852788571144px;
  stroke-dasharray: 1444.0852788571144px;
}
.bl_about_svg.is_active {
  animation: svg-stroke 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@keyframes svg-stroke {
  0% {
    stroke-dashoffset: 1444.0852788571144px;
    stroke-dasharray: 1444.0852788571144px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1444.0852788571144px;
  }
}
/* -----------------------------------------------------
* philosophy
* --------------------------------------------------- */
.bl_philosophy .bl_sect_bg {
  background-image: url(../img/bg_philosophy.webp);
}
.bl_philosophy.bl_sect .bl_sect_ttl {
  margin-bottom: 40px;
}
.bl_philosophy.bl_sect .bl_sect_txt {
  width: 76%;
}
.bl_philosophy_imgBlock {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.bl_philosophy_imgList {
  display: flex;
  justify-content: space-between;
}
.bl_philosophy_imgBlock:first-of-type {
  margin-bottom: 80px;
}
.bl_philosophy_imgBlock:last-of-type {
  margin-top: 80px;
}
.bl_philosophy_img {
  width: 12.4%;
  margin: 0 5px;
  overflow: hidden;
}
.bl_philosophy_img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bl_philosophy .bl_sect_bg {
    background-image: url(../img/bg_philosophy_sp.webp);
  }
  .bl_philosophy.bl_sect .bl_sect_ttl {
    margin-bottom: 20px;
  }
  .bl_philosophy_imgBlock, .bl_philosophy.bl_sect .bl_sect_txt {
    width: 100%;
  }
  .bl_philosophy_imgBlock:first-of-type {
    margin-bottom: 60px;
  }
  .bl_philosophy_imgBlock:last-of-type {
    margin-top: 60px;
  }
  .bl_philosophy_img {
    width: 15.4%;
    max-width: 90px;
  }
}
/* img pop up --------------------------------------- */
.bl_pop_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.bl_pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 45vw;
  max-width: 560px;
  height: 45vw;
  max-height: 560px;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.bl_pop img {
  display: inline-block;
  width: 100%;
}
.bl_pop_btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  padding-left: 1px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #3E3A39;
  background: #FFF;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bl_pop {
    width: 68vw;
    height: 68vw;
  }
}
/* -----------------------------------------------------
* value
* --------------------------------------------------- */
.bl_value {
  padding: 100px 0;
}
.bl_value .bl_sect_bg.lazyloaded {
  background-image: url(../img/bg_value.webp);
}
.bl_value.bl_sect .bl_sect_ttl {
  margin-bottom: 60px;
}
.bl_value.bl_sect .bl_sect_txt {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .bl_value .bl_sect_bg.lazyloaded {
    background-image: url(../img/bg_value_sp.webp);
  }
  .bl_value.bl_sect .bl_sect_ttl {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .bl_value.bl_sect .bl_sect_txt {
    width: 100%;
  }
}
/* -----------------------------------------------------
* accomplish
* --------------------------------------------------- */
.bl_accomplish {
  padding: 120px 0 150px;
}
.bl_accomplish .bl_sect_bg.lazyloaded {
  background-image: url(../img/bg_accomplish.webp);
}
.bl_accomplish .bl_sect_row {
  align-items: center;
}
.bl_accomplish .bl_sect_row .bl_sect_cnt {
  width: 48.5%;
  max-width: 405px;
}
.bl_accomplish .bl_sect_row .bl_sect_img {
  width: 46.3%;
}
.bl_accomplish.bl_sect .bl_sect_ttl {
  margin-bottom: 25px;
}
.bl_accomplish.bl_sect .bl_sect_txt {
  line-height: 2.71;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bl_accomplish .bl_sect_ttl--en {
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_accomplish {
    padding: 100px 0 130px;
  }
  .bl_accomplish .bl_sect_bg.lazyloaded {
    background-image: url(../img/bg_accomplish_sp.webp);
  }
  .bl_accomplish .bl_sect_row .bl_sect_cnt {
    width: 90%;
    max-width: 90%;
  }
  .bl_accomplish .bl_sect_row .bl_sect_img {
    width: 90%;
    max-width: 520px;
  }
}
/* -----------------------------------------------------
* safe
* --------------------------------------------------- */
.bl_safe {
  padding: 120px 0 135px;
  color: #3E3A39;
}
.bl_safe .bl_sect_row .bl_sect_img {
  width: 49.1%;
}
@media screen and (max-width: 767px) {
  .bl_safe {
    padding: 100px 0 115px;
  }
  .bl_safe .bl_sect_row .bl_sect_img {
    width: 100%;
    max-width: 100%;
  }
}
/* safe cont ---------------------------------------- */
.bl_safe.bl_sect .bl_sect_ttl {
  color: #ED7700;
}
.bl_safe.bl_sect .bl_sect_ttl span {
  line-height: 1.14;
}
.bl_safe.bl_sect .bl_sect_txt {
  line-height: 1.71;
}
/* safe logo ---------------------------------------- */
.bl_safe_logo {
  width: 61%;
  padding-top: 10px;
  margin-bottom: 60px;
  transform: translate(20px, 60px) scale(2.3) rotate(25deg);
}
.js_logo {
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.js_logo.is_active {
  opacity: 1;
  visibility: visible;
  animation: up-rotate 2s ease-in-out forwards;
}
@keyframes up-rotate {
  0% {
    transform: translate(20px, 60px) scale(2.3) rotate(25deg);
  }
  20% {
    transform: translate(20px, 60px) scale(2.6) rotate(25deg);
  }
  75% {
    transform: translate(0, 30px) scale(0.6) rotate(-25deg);
  }
  100% {
    transform: translate(0) scale(1) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .bl_safe_logo {
    width: 40%;
    min-width: 220px;
    margin: 0 auto 40px;
  }
}
/* safe buns ---------------------------------------- */
.bl_buns_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.bl_buns_list li {
  position: relative;
  width: 120.15px;
  margin: 0 5px 15px;
}
.bl_buns_list li img {
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79%;
  margin: 0 auto;
}
.bl_buns_list li .bl_safe_svg {
  fill: #ed7700;
  fill: transparent;
  fill-rule: evenodd;
  opacity: .7;
  stroke-width: 0px;
}
.js_circle {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.8s;
}
.js_circle.is_active {
  opacity: 1;
  visibility: visible;
}
.js_circle.is_active .bl_safe_svg-1 {
  animation: svg-fill 0s linear 1s both;
}
.js_circle.is_active .bl_safe_svg-2 {
  animation: svg-fill 0s linear 1.016s both;
}
.js_circle.is_active .bl_safe_svg-3 {
  animation: svg-fill 0s linear 1.032s both;
}
.js_circle.is_active .bl_safe_svg-4 {
  animation: svg-fill 0s linear 1.048s both;
}
.js_circle.is_active .bl_safe_svg-5 {
  animation: svg-fill 0s linear 1.064s both;
}
.js_circle.is_active .bl_safe_svg-6 {
  animation: svg-fill 0s linear 1.08s both;
}
.js_circle.is_active .bl_safe_svg-7 {
  animation: svg-fill 0s linear 1.096s both;
}
.js_circle.is_active .bl_safe_svg-8 {
  animation: svg-fill 0s linear 1.112s both;
}
.js_circle.is_active .bl_safe_svg-9 {
  animation: svg-fill 0s linear 1.128s both;
}
.js_circle.is_active .bl_safe_svg-10 {
  animation: svg-fill 0s linear 1.14400000000000002s both;
}
.js_circle.is_active .bl_safe_svg-11 {
  animation: svg-fill 0s linear 1.16s both;
}
.js_circle.is_active .bl_safe_svg-12 {
  animation: svg-fill 0s linear 1.176s both;
}
.js_circle.is_active .bl_safe_svg-13 {
  animation: svg-fill 0s linear 1.192s both;
}
.js_circle.is_active .bl_safe_svg-14 {
  animation: svg-fill 0s linear 1.20800000000000002s both;
}
.js_circle.is_active .bl_safe_svg-15 {
  animation: svg-fill 0s linear 1.224s both;
}
.js_circle.is_active .bl_safe_svg-16 {
  animation: svg-fill 0s linear 1.24s both;
}
.js_circle.is_active .bl_safe_svg-17 {
  animation: svg-fill 0s linear 1.256s both;
}
.js_circle.is_active .bl_safe_svg-18 {
  animation: svg-fill 0s linear 1.272s both;
}
.js_circle.is_active .bl_safe_svg-19 {
  animation: svg-fill 0s linear 1.28800000000000003s both;
}
.js_circle.is_active .bl_safe_svg-20 {
  animation: svg-fill 0s linear 1.304s both;
}
.js_circle.is_active .bl_safe_svg-21 {
  animation: svg-fill 0s linear 1.32s both;
}
.js_circle.is_active .bl_safe_svg-22 {
  animation: svg-fill 0s linear 1.336s both;
}
.js_circle.is_active .bl_safe_svg-23 {
  animation: svg-fill 0s linear 1.352s both;
}
.js_circle.is_active .bl_safe_svg-24 {
  animation: svg-fill 0s linear 1.368s both;
}
.js_circle.is_active .bl_safe_svg-25 {
  animation: svg-fill 0s linear 1.384s both;
}
.js_circle.is_active .bl_safe_svg-26 {
  animation: svg-fill 0s linear 1.4s both;
}
.js_circle.is_active .bl_safe_svg-27 {
  animation: svg-fill 0s linear 1.41600000000000004s both;
}
.js_circle.is_active .bl_safe_svg-28 {
  animation: svg-fill 0s linear 1.432s both;
}
.js_circle.is_active .bl_safe_svg-29 {
  animation: svg-fill 0s linear 1.448s both;
}
.js_circle.is_active .bl_safe_svg-30 {
  animation: svg-fill 0s linear 1.464s both;
}
.js_circle.is_active .bl_safe_svg-31 {
  animation: svg-fill 0s linear 1.48s both;
}
.js_circle.is_active .bl_safe_svg-32 {
  animation: svg-fill 0s linear 1.496s both;
}
.js_circle.is_active .bl_safe_svg-33 {
  animation: svg-fill 0s linear 1.512s both;
}
.js_circle.is_active .bl_safe_svg-34 {
  animation: svg-fill 0s linear 1.528s both;
}
.js_circle.is_active .bl_safe_svg-35 {
  animation: svg-fill 0s linear 1.544s both;
}
.js_circle.is_active .bl_safe_svg-36 {
  animation: svg-fill 0s linear 1.56s both;
}
.js_circle.is_active .bl_safe_svg-37 {
  animation: svg-fill 0s linear 1.5760000000000001s both;
}
.js_circle.is_active .bl_safe_svg-38 {
  animation: svg-fill 0s linear 1.592s both;
}
.js_circle.is_active .bl_safe_svg-39 {
  animation: svg-fill 0s linear 1.608s both;
}
.js_circle.is_active .bl_safe_svg-40 {
  animation: svg-fill 0s linear 1.624s both;
}
.js_circle.is_active .bl_safe_svg-41 {
  animation: svg-fill 0s linear 1.64s both;
}
.js_circle.is_active .bl_safe_svg-42 {
  animation: svg-fill 0s linear 1.656s both;
}
.js_circle.is_active .bl_safe_svg-43 {
  animation: svg-fill 0s linear 1.672s both;
}
.js_circle.is_active .bl_safe_svg-44 {
  animation: svg-fill 0s linear 1.6880000000000001s both;
}
.js_circle.is_active .bl_safe_svg-45 {
  animation: svg-fill 0s linear 1.704s both;
}
.js_circle.is_active .bl_safe_svg-46 {
  animation: svg-fill 0s linear 1.72s both;
}
.js_circle.is_active .bl_safe_svg-47 {
  animation: svg-fill 0s linear 1.736s both;
}
.js_circle.is_active .bl_safe_svg-48 {
  animation: svg-fill 0s linear 1.752s both;
}
.js_circle.is_active .bl_safe_svg-49 {
  animation: svg-fill 0s linear 1.768s both;
}
.js_circle.is_active .bl_safe_svg-50 {
  animation: svg-fill 0s linear 1.784s both;
}
.js_circle.is_active .bl_safe_svg-51 {
  animation: svg-fill 0s linear 1.8s both;
}
.js_circle.is_active .bl_safe_svg-52 {
  animation: svg-fill 0s linear 1.8160000000000001s both;
}
.js_circle.is_active .bl_safe_svg-53 {
  animation: svg-fill 0s linear 1.8320000000000001s both;
}
.js_circle.is_active .bl_safe_svg-54 {
  animation: svg-fill 0s linear 1.848s both;
}
.js_circle.is_active .bl_safe_svg-55 {
  animation: svg-fill 0s linear 1.864s both;
}
.js_circle.is_active .bl_safe_svg-56 {
  animation: svg-fill 0s linear 1.88s both;
}
.js_circle.is_active .bl_safe_svg-57 {
  animation: svg-fill 0s linear 1.896s both;
}
.js_circle.is_active .bl_safe_svg-58 {
  animation: svg-fill 0s linear 1.912s both;
}
.js_circle.is_active .bl_safe_svg-59 {
  animation: svg-fill 0s linear 1.928s both;
}
.js_circle.is_active .bl_safe_svg-60 {
  animation: svg-fill 0s linear 1.9440000000000001s both;
}
.js_circle.is_active .bl_safe_svg-61 {
  animation: svg-fill 0s linear 1.96s both;
}
.js_circle.is_active .bl_safe_svg-62 {
  animation: svg-fill 0s linear 1.976s both;
}
.js_circle.is_active .bl_safe_svg-63 {
  animation: svg-fill 0s linear 1.992s both;
}
.js_circle.is_active .bl_safe_svg-64 {
  animation: svg-fill 0s linear 2.008s both;
}
.js_circle.is_active .bl_safe_svg-65 {
  animation: svg-fill 0s linear 2.024s both;
}
.js_circle.is_active .bl_safe_svg-66 {
  animation: svg-fill 0s linear 2.04s both;
}
.js_circle.is_active .bl_safe_svg-67 {
  animation: svg-fill 0s linear 2.056s both;
}
.js_circle.is_active .bl_safe_svg-68 {
  animation: svg-fill 0s linear 2.072s both;
}
.js_circle.is_active .bl_safe_svg-69 {
  animation: svg-fill 0s linear 2.088s both;
}
.js_circle.is_active .bl_safe_svg-70 {
  animation: svg-fill 0s linear 2.104s both;
}
.js_circle.is_active .bl_safe_svg-71 {
  animation: svg-fill 0s linear 2.12s both;
}
.js_circle.is_active .bl_safe_svg-72 {
  animation: svg-fill 0s linear 2.1360000000000001s both;
}
.js_circle.is_active .bl_safe_svg-73 {
  animation: svg-fill 0s linear 2.1520000000000001s both;
}
.js_circle.is_active .bl_safe_svg-74 {
  animation: svg-fill 0s linear 2.168s both;
}
.js_circle.is_active .bl_safe_svg-75 {
  animation: svg-fill 0s linear 2.184s both;
}
.js_circle.is_active .bl_safe_svg-76 {
  animation: svg-fill 0s linear 2.2s both;
}
.js_circle.is_active .bl_safe_svg-77 {
  animation: svg-fill 0s linear 2.216s both;
}
@keyframes svg-fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(237, 119, 0);
  }
}
@media screen and (max-width: 767px) {
  .bl_buns_list li {
    width: 30%;
    margin-bottom: 10px;
  }
  .bl_buns_list li img {
    top: 50%;
  }
  .bl_buns_list li svg {
    width: 100%;
    height: 100%;
  }
}
/* -----------------------------------------------------
* supply
* --------------------------------------------------- */
.bl_supply {
  padding-bottom: 10px;
}
.bl_supply.bl_sect {
  background: #000;
}
.bl_supply.bl_sect .bl_sect_ttl {
  margin-bottom: 30px;
}
.bl_supply.bl_sect .bl_sect_txt {
  max-width: 610px;
  margin-bottom: 30px;
  line-height: 2.71;
}
.bl_supply_img video {
  width: 100%;
  height: 100%;
}
.bl_supply_img {
  position: relative;
  width: 100vw;
  margin: -26vw calc(50% - 50vw) 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bl_supply_img {
    width: 120vw;
    margin: -37vw calc(50% - 60vw) 0;
  }
}
/* -----------------------------------------------------
* your
* --------------------------------------------------- */
.bl_your {
  padding-bottom: 290px;
}
.bl_your .bl_sect_bg.lazyloaded {
  background-image: url(../img/bg_your.webp);
}
.bl_your.bl_sect .bl_sect_ttl {
  margin-bottom: 35px;
}
.bl_your.bl_sect .bl_sect_txt {
  width: 76%;
  line-height: 2.71;
}
@media screen and (max-width: 767px) {
  .bl_your {
    padding-bottom: 120px;
  }
  .bl_your .bl_sect_bg.lazyloaded {
    background-image: url(../img/bg_your_sp.webp);
  }
  .bl_your.bl_sect .bl_sect_txt {
    width: 100%;
  }
}
/* your buns ---------------------------------------- */
.bl_your_buns-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_your_buns {
  position: absolute;
  width: 7.62%;
  max-width: 80px;
  transform: translateX(-50%);
}
.bl_your_buns-group-1 .bl_your_buns-1 {
  bottom: 57%;
  left: calc(50% - 38%);
}
.bl_your_buns-group-1 .bl_your_buns-2 {
  bottom: 23%;
  left: calc(50% - 15%);
}
.bl_your_buns-group-1 .bl_your_buns-3 {
  bottom: 30%;
  left: calc(50% - 42%);
}
.bl_your_buns-group-1 .bl_your_buns-4 {
  bottom: 47%;
  right: calc(50% - 51%);
}
.bl_your_buns-group-2 .bl_your_buns-1 {
  bottom: 3%;
  left: calc(50% - 25%);
}
.bl_your_buns-group-2 .bl_your_buns-2 {
  bottom: 8%;
  left: calc(50% - 6%);
}
.bl_your_buns-group-2 .bl_your_buns-3 {
  bottom: 15%;
  right: calc(50% - 23%);
}
.bl_your_buns-group-2 .bl_your_buns-4 {
  bottom: 7%;
  right: calc(50% - 34%);
}
.bl_your_buns-group-3 .bl_your_buns-1 {
  bottom: 23%;
  right: calc(50% - 11%);
}
.bl_your_buns-group-3 .bl_your_buns-2 {
  bottom: 10%;
  left: calc(50% - 40%);
}
.bl_your_buns-group-3 .bl_your_buns-3 {
  bottom: 27%;
  right: calc(50% - 43%);
}
.bl_your_buns-group-3 .bl_your_buns-4 {
  bottom: 75%;
  right: calc(50% - 49%);
}
.bl_your.js_buns .bl_your_buns-group {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 2s;
}
.bl_your.js_buns .bl_your_buns-group-1 {
  transition-delay: 1s;
}
.bl_your.js_buns .bl_your_buns-group-2 {
  transition-delay: 1.3s;
}
.bl_your.js_buns .bl_your_buns-group-3 {
  transition-delay: 1.6s;
}
.bl_your.is_active .bl_your_buns-group {
  opacity: 1;
  visibility: visible;
}
.bl_your.is_active .bl_your_buns-group-1 {
  animation: buns-fade 1.5s ease-out 1s both;
}
.bl_your.is_active .bl_your_buns-group-2 {
  animation: buns-fade 1.5s ease-out 1.3s both;
}
.bl_your.is_active .bl_your_buns-group-3 {
  animation: buns-fade 1.5s ease-out 1.6s both;
}
@keyframes buns-fade {
  0% {
    transform: translateY(100px);
  }
  55% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .bl_your_buns {
    width: 15%;
    max-width: 65px;
  }
  .bl_your_buns-group-1 .bl_your_buns-1 {
    bottom: 84%;
    left: calc(50% - 40%);
  }
  .bl_your_buns-group-1 .bl_your_buns-2 {
    bottom: 32%;
    left: auto;
    right: calc(50% - 40%);
  }
  .bl_your_buns-group-1 .bl_your_buns-3 {
    bottom: 51%;
  }
  .bl_your_buns-group-1 .bl_your_buns-4 {
    bottom: 71%;
    right: calc(50% - 54%);
  }
  .bl_your_buns-group-2 .bl_your_buns-1 {
    bottom: 14%;
    left: calc(50% - 33%);
  }
  .bl_your_buns-group-2 .bl_your_buns-2 {
    bottom: 5%;
    left: calc(50% + 12%);
  }
}
/* =========================================================================
* ceo
* ======================================================================= */
/* ご挨拶 -------------------------------------------- */
.bl_greet {
  padding: 140px 0 115px;
  z-index: 2;
}
.bl_greet .bl_sect_bg {
  background-image: url(../img/bg_greeting.webp);
  z-index: -1;
}
.bl_greet .el_ttl {
  width: 60%;
  color: #FFF;
}
.bl_greet .el_ttl::before {
  content: 'GREETING';
}
.bl_greet p {
  line-height: 2.64;
}
.bl_greet .bl_sect_row {
  margin-bottom: 25px;
}
.bl_greet_ceo {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bl_greet_img {
  margin-left: auto;
}
.bl_greet_ceo p {
  margin-top: 15px;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .bl_greet {
    padding: 120px 0 95px;
  }
  .bl_greet .bl_sect_bg {
    background-image: url(../img/bg_greeting_sp.webp);
  }
  .bl_greet .el_ttl {
    font-size: 1.125rem;
    width: 100%;
  }
  .bl_greet p {
    text-align: center;
  }
  .bl_greet .bl_sect_row {
    margin-bottom: 20px;
  }
  .bl_greet_ceo {
    width: 100%;
    align-items: center;
  }
  .bl_greet_img {
    max-width: 250px;
    margin-right: auto;
  }
}
/* 会社情報 ------------------------------------------ */
.bl_company {
  padding: 75px 0 90px;
  color: #3E3A39;
  background-image: url(../img/bg_company.webp);
  background-size: cover;
}
.bl_company .el_ttl::before {
  content: 'COMPANY INFORMATION';
}
.bl_company_table {
  margin-top: 55px;
}
.bl_company_row {
  display: flex;
  font-size: 0.875rem;
}
.bl_company_table dt, .bl_company_table dd {
  padding: 12px 0 11px 20px;
}
.bl_company_row:nth-of-type(odd) dt, .bl_company_row:nth-of-type(odd) dd {
  background: #ffe7d3;
}
.bl_company_table dt {
  width: 140px;
  margin-right: 3px;
}
.bl_company_table dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .bl_company {
    padding: 55px 0 70px;
    background-image: url(../img/bg_company_sp.webp);
  }
  .bl_company_table {
    margin-top: 45px;
  }
  .bl_company_table dt {
    width: 120px;
  }
}
/* 次世代育成支援対策推進行動計画 ------------------------------------------ */
.bl_commit {
  padding: 75px 0 90px;
  color: #3E3A39;
  background-image: url(../img/bg_company_2.webp);
  background-size: cover;
}
.bl_commit p {
  margin: 10px 0 0;
  color: #3E3A39;
  line-height: 2.76;
}
.bl_commit span.orange {
  color: #ED7700;
}
.bl_commit .el_ttl::before {
  content: 'OUR COMMITMENT';
}
.bl_commit table {
  font-size: 0.875rem;
}
.bl_commit th {
  width: 3em;
  font-weight: normal;
}
.bl_commit .pdf {
  margin: -15px 150px 0 0;
  text-align: right;
}
.bl_company_row {
  display: flex;
  font-size: 0.875rem;
}
.bl_company_table dt, .bl_company_table dd {
  padding: 12px 0 11px 20px;
}
@media screen and (max-width: 767px) {
  .bl_company {
    padding: 55px 0 70px;
    background-image: url(../img/bg_company_sp_2.webp);
  }
  .bl_company_table {
    margin-top: 45px;
  }
  .bl_company_table dt {
    width: 120px;
  }
  .bl_commit .pdf {
    margin: -20px 0px 0 0;
    text-align: right;
  }
}
/* ISO ------------------------------------------ */
.bl_iso {
  padding: 75px 0 90px;
  color: #ffffff;
  background-image: url(../img/bg_company_3.webp);
  background-size: cover;
}
.bl_iso p {
  margin: 30px 0 50px;
  color: #ffffff;
  line-height: 2.76;
}
.bl_iso .el_ttl {
  padding-top: 5em;
  color: #FFFFFF;
}
.bl_iso .el_ttl::before {
  content: 'INTERNATIONAL CERTIFICATION';
}
.bl_iso_row {
  display: flex;
  justify-content: space-between;
}
.bl_iso_row .left {
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.bl_iso_row .right {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.bl_iso_row img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bl_iso {
    padding: 55px 0 70px;
    background-image: url(../img/bg_company_3_sp.webp);
  }
  .bl_iso .el_ttl::before {
    white-space: pre-wrap;
  }
  .bl_iso_row img {
    width: 300px;
    height: auto;
  }
}
/* =========================================================================
* privacy
* ======================================================================= */
.bl_privacy_wrap h3 {
  margin-top: 2.8em;
  font-size: 1rem;
  line-height: 2.375;
  color: #ED7700;
}
.bl_privacy_wrap h4 {
  margin-top: 2.85em;
}
.bl_privacy_wrap ul {
  margin-bottom: 2.85em;
}
.bl_privacy_wrap li {
  margin-left: 1.5em;
  list-style: disc;
}
.bl_privacy_wrap ol li {
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .bl_privacy_wrap h3 {
    margin-top: 2em;
    line-height: 2;
  }
}
/* privacy policy ----------------------------------- */
.bl_privacy-policy {
  padding: 75px 0 90px;
  font-size: 0.875rem;
  line-height: 2.21;
  color: #3E3A39;
  background-image: url(../img/bg_privacy.webp);
  /* background-size: cover;*/
}
.bl_privacy-policy .el_ttl::before {
  content: 'PRIVACY POLICY';
}
.bl_privacy-policy_inner {
  margin: 60px 0 40px;
}
.bl_privacy-policy_row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bl_privacy-policy {
    padding: 55px 0 70px;
    line-height: 1.85;
    background-image: url(../img/bg_privacy_sp.webp);
  }
  .bl_privacy-policy_inner {
    margin-top: 40px;
  }
  .bl_privacy-policy_row dt {
    min-width: 90px;
  }
}
/* site policy ----------------------------------- */
.bl_site-policy {
  padding: 100px 0 90px;
  background-image: url(../img/bg_sitepolicy.webp);
  background-size: cover;
}
.bl_site-policy .el_ttl {
  color: #FFF;
}
.bl_site-policy .el_ttl::before {
  content: 'SITEPOLICY';
}
.bl_site-policy_inner {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .bl_site-policy {
    padding: 80px 0 70px;
    background-image: url(../img/bg_sitepolicy_sp.webp);
  }
  .bl_site-policy_inner {
    margin-top: 40px;
  }
}
/* =========================================================================
* recruit
* ======================================================================= */
.bl_recruit_mv {
  color: #FFF;
  padding: 110px 0 80px;
}
.bl_recruit_mv .bl_sect_bg {
  background:url(../img/bg_recruit_kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_recruit_mv .el_ttl {
  color: #FFF;
}
.bl_recruit_mv .el_ttl::before {
  content: 'JOIN OUR TEAM';
  font-size: 46px;
  white-space: nowrap;
  display: block;
  margin: -40px 0 0;
}
@media screen and (max-width: 767px) {
  .bl_recruit_mv .el_ttl::before {
    font-size: 5.989583vw;
    white-space: nowrap;
    display: block;
    margin: -3.90625vw 0 0;
  }
}
.bl_recruit_cta {
  width: 100%;
  max-width: 724px;
  display: flex;
  justify-content: center;
  margin: 65px auto 0;
  padding: 0;
}
.bl_recruit_cta li {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: center;
  align-items: stretch;
}
.bl_recruit_btn {
  width: 100%;
  max-width: 208px;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 33px 18px 15px;
  color: #FFF;
  border:1px solid #FFFFFF;
  font-weight: 700;
  font-size: .9375rem;
  line-height: 1;
}
.bl_recruit_btn::before{
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: .875rem;
  letter-spacing: 0.02em;
  color: #ED7700;
  line-height: 1.2;
}
.bl_recruit_cta li:nth-child(1) .bl_recruit_btn::before {
  content: 'VOICES OF OUR TEAM';
  font-size: 14px;
}
.bl_recruit_cta li:nth-child(2) .bl_recruit_btn::before {
  content: 'DAILY WORK IN OUR TEAM';
  font-size: 14px;
}
.bl_recruit_cta li:nth-child(3) .bl_recruit_btn::before {
  content: 'LIFE WITH OUR TEAM';
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .bl_recruit_btn::before {
    font-size: 1.822917vw!important;
    top: 1.041667vw;
  }
  .bl_recruit_mv {
    padding: 70px 0 50px;
  }
  .bl_recruit_cta {
    gap: 10px;
  }
  .bl_recruit_btn {
    font-size: 2.34375vw;
    padding: 3.90625vw 2.083333vw 2.083333vw;
  }
}
/* HERO中央寄せ */
.bl_recruit_mv {
  text-align: center;
}
.bl_recruit_mv .el_ttl {
  display: inline-block;
} /* 中央基準を作る */
.bl_recruit_mv .el_ttl::before {
  left: 50%;
  transform: translateX(-50%);
}
.bl_wrap__recruit .el_ttl::before {
  left: 50%;
  transform: translateX(-50%);
}
.bl_wrap__recruit p{
  line-height: 2.714;
}
/* HERO見出しの色（暗幕上は白） */
.bl_recruit_mv .el_ttl {
  margin: 0 0 60px;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .bl_recruit_mv .el_ttl {
    margin: 0 0 7.8125vw;
  }
}
/* 順番に出す */
.bl_wrap__recruit .el_ttl , .bl_wrap__recruit p, .bl_wrap__recruit .bl_recruit_cta {
  opacity: 0; /* 初期状態で非表示 */
  animation: fadeUp 1s ease-out forwards;
}
.bl_wrap__recruit .el_ttl {
  animation-delay: 0.3s;
}
.bl_wrap__recruit p {
  animation-delay: 0.6s;
  visibility: visible;
  transform: translateY(0);
}
.bl_wrap__recruit .bl_recruit_cta {
  animation-delay: 0.9s;
}
/* -----------------------------------------------------
* recruit voices
* --------------------------------------------------- */
.bl_recruit_voices {
  color: #3E3A39;
  background: #FFF;
}
.bl_recruit_voices .el_ttl::before {
  content: 'VOICES OF OUR TEAM';
}
.bl_recruit_voice {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  /* margin-top: 36px; */
}
@media screen and (max-width: 767px) {
  .bl_recruit_voice {
    padding: 9.114583vw 0;
  }
}
.bl_recruit_voice .bl_sect_bg {
  background: #fbf6e7;
}
.bl_recruit_voice + .bl_recruit_voice {
  /* margin-top: 50px; */
}
.bl_recruit_voice .bl_sect_row {
  align-items: flex-start;
  gap: 56px;
}
.bl_recruit_voice--rev{
  padding: 70px 0;
}
.bl_recruit_voice--rev .bl_sect_row {
  flex-direction: row-reverse;
  text-align: right;
}
.bl_recruit_voice .bl_sect_img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .bl_recruit_voice .bl_sect_img {
    width: 100%;
  }
}
.bl_recruit_voice .bl_sect_img img {
  /* border-radius: 8px; */
}
.bl_recruit_voice_sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.bl_recruit_voice_sub li {
  width: 100%;
  margin-bottom: 63px;
  list-style: none;
}
.bl_recruit_voice_sub li:last-child {
  margin-bottom: 0;
}
.bl_recruit_voice_sub img {
  width: 100%;
  max-width: 420px;
  height: auto;
  /* border-radius: 6px; */
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .bl_recruit_voice_sub img {
    max-width: 100%;
  }
}
/*.bl_recruit_voice_job{ margin: 8px 0 6px; }*/
.bl_recruit_voice .bl_sect_cnt {
  width: calc(58% - 56px);
  max-width: none;
  /* margin-bottom: 50px; */
  line-height: 2.21!important;
}
@media screen and (max-width: 767px) {
  .bl_recruit_voice .bl_sect_cnt {
    width: 100%;
    max-width: none;
    /* margin-bottom: 50px; */
    line-height: 2.21!important;
    text-align: left;
  }
}
.bl_recruit_voice .bl_sect_cnt h4{
  width: 100%;
  max-width: 427px;
  margin-top: -10px;
  line-height: 1.5;
}
.bl_recruit_voice--rev .bl_sect_cnt h4{
  margin: 0 0 0 auto;
  text-align: left;
}
.bl_recruit_voice .bl_sect_cnt h5{
  width: 100%;
  max-width: 427px;
  margin-top: 30px;
}
.bl_recruit_voice--rev .bl_sect_cnt h5{
  margin: 40px 0 0 auto;
  text-align: left;
}
.bl_recruit_voice_name {
  font-size: 1.125rem;
  margin: 0 0 10px;
}
.bl_recruit_voice_txt {
  color: #3E3A39;
  line-height: 2.21!important;
  width: 100%;
  max-width: 427px;
}
.bl_recruit_voice--rev .bl_recruit_voice_txt{
  margin: 0 0 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bl_recruit_voice .bl_sect_row {
    flex-direction: column;
    gap: 16px;
  }
  .bl_recruit_voice--rev .bl_sect_row {
    flex-direction: column;
  }
  .bl_recruit_voice_name {
    text-align: center;
  }
  /*.bl_recruit_voice_job{ text-align:center; }*/
}
/* -----------------------------------------------------
* recruit daily work
* --------------------------------------------------- */
.bl_recruit_daily {
  margin-top: -70px;
  color: #FFF;
  position: relative;
}
.bl_recruit_daily .bl_sect_bg {
  background:url(../img/bg_recruit_body.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_recruit_daily .el_ttl {
  margin: 0 0 30px;
  color: #FFF;
}
.bl_recruit_daily .el_ttl::before {
  content: 'DAILY WORK IN OUR TEAM';
}
.bl_recruit_daily_grid {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 92px 128px;
  margin: 95px auto 0;
  padding: 0;
}
.bl_recruit_daily_grid > li {
  list-style: none;
}
.bl_recruit_daily_card {
  text-align: left;
  /*background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;*/
  overflow: hidden;
}
.bl_recruit_daily_media {
  margin: 0;
  overflow: hidden;
}
.bl_recruit_daily_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
}
.bl_recruit_daily_ttl {
  margin: 35px 0 0;
  font-size: 21px;
  font-weight: 700;
  color: #ED7700;
}
.bl_recruit_daily_subttl {
  margin: 0 0 35px ;
  font-size: 21px;
  font-weight: 700;
}
.bl_recruit_daily_txt {
  line-height: 2.214!important;
  /*
  margin: 12px 16px 0;
  font-weight: 700;
  color: #ED7700;*/
}
.bl_recruit_daily_list {
  display: grid;
  grid-template-columns: 4.8em 1fr;
  gap: 6px 10px;
  padding: 10px 0 16px;
  margin: 0;
  font-size: .875rem;
}
.bl_recruit_daily_list dt {
  color: #fff;
  opacity: .9;
}
.bl_recruit_daily_list dd {
  margin: 0;
  color: #fff;
  opacity: .9;
}
@media screen and (max-width: 767px) {
  .bl_recruit_daily_grid {
    grid-template-columns: 1fr;
  }
}
/* -----------------------------------------------------
* recruit life (gallery)
* --------------------------------------------------- */
.bl_recruit_life.bl_sect{
  padding: 70px 0 70px;
}
.bl_recruit_life .el_ttl::before {
  content: 'LIFE WITH OUR TEAM';
}
.bl_recruit_life .bl_wrap__recruit{
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  align-items: flex-start;
}
.bl_recruit_life .bl_wrap__recruit > h3,
.bl_recruit_life .bl_wrap__recruit > .bl_recruit_more{
  flex: 0 0 100%;
}
.bl_recruit_life .bl_wrap__recruit > .bl_recruit_life_grid{
  flex: 1 1 calc((100% - 80px)/3);
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  min-width: 0;
}
.bl_recruit_life .bl_recruit_life_grid li{
  list-style: none;
}
.bl_recruit_life .bl_recruit_life_grid li + li{ margin-top: 30px; }
.bl_recruit_life .bl_recruit_life_grid li:nth-child(3){ margin-top: 15px; text-align: center; }
.bl_recruit_life .bl_recruit_life_grid li > div img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.bl_recruit_life .bl_recruit_life_grid li:nth-child(3) p{
  margin: 0;
  font-size: .875rem;
  line-height: 1.6;
  color: #3E3A39;
  text-align: left;
}

@media screen and (max-width: 767px){
  .bl_recruit_life .bl_wrap__recruit{
    gap: 0 14px;
  }
  /*
  .bl_recruit_life .bl_wrap__recruit > .bl_recruit_life_grid{
    flex: 1 1 calc((100% - 14px)/3);
    margin-top: 14px;
  }
  */
}
.bl_recruit_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px auto 0;
  width: 100%;
  max-width: 438px;
  padding: 20px;
  border: 2px solid #E9A40C;
  flex: 0 0 100%;
  font-size: 21px;
  color: #E9A40C;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bl_recruit_more a {
    font-size: 3.90625vw;
  }
  .bl_recruit_life_grid {
    /*grid-template-columns: repeat(2, 1fr);*/
  }
}
/* -----------------------------------------------------
* recruit movie
* --------------------------------------------------- */
.bl_recruit_movie_frame {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin: -60px auto 0;
  aspect-ratio: 16 / 9;
  background: #e6e6e6;
  overflow: hidden;
}
.bl_recruit_movie_frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}