@charset "UTF-8";
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #main-content .header_sp {
    display: none;
  }
  #main-content .header_pc {
    position: relative;
  }
  #main-content .header_pc .header_top {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 100;
    opacity: 0;
  }
  #main-content .header_pc .header_top.fadeIn {
    animation: fadeIn 1s forwards;
  }
  #main-content .header_pc .header_top .logo {
    width: 200px;
    margin-left: 10px;
  }
  #main-content .header_pc .header_top .logo img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1000px) {
  #main-content .header_pc .header_top .logo {
    width: 200px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #main-content .header_pc .header_top .nav {
    position: absolute;
    right: 20px;
  }
  #main-content .header_pc .header_top .nav ul {
    display: flex;
    gap: 20px;
  }
  #main-content .header_pc .header_top .nav ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 4px;
    color: #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1000px) {
  #main-content .header_pc .header_top .nav {
    right: 100px;
  }
  #main-content .header_pc .header_top .nav ul {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #main-content .main_sp {
    display: none;
  }
  #main-content .main_pc {
    padding-top: 110px;
    opacity: 0;
    /*-----------------------------------
    桜の花びらパーツの表示位置
    -----------------------------------*/
    /*-----------------------------------
    舞い散るアニメーション
    回転しつつ上から下へ
    -----------------------------------*/
    /*-----------------------------------
    アニメーションが始まるまでの時間
    -----------------------------------*/
    /*-----------------------------------
    桜の花びらパーツの表示位置
    -----------------------------------*/
    /*-----------------------------------
    舞い散るアニメーション
    回転しつつ上から下へ
    -----------------------------------*/
    /*-----------------------------------
    アニメーションが始まるまでの時間
    -----------------------------------*/
  }
  #main-content .main_pc.fadeIn {
    animation: fadeIn 1s forwards;
    animation-delay: 0.5s;
  }
  #main-content .main_pc .fv {
    width: 100%;
    height: 52.0833333333vw;
    background-image: url(../img/bg_business_red.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  #main-content .main_pc .fv img {
    width: 80px;
    margin: 0 auto;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
  }
  #main-content .main_pc .breadcrumb {
    margin-bottom: 147px;
  }
  #main-content .main_pc .breadcrumb ul {
    display: flex;
    gap: 10px;
  }
  #main-content .main_pc .breadcrumb ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
  }
  #main-content .main_pc .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 8px;
    margin-bottom: 110px;
  }
  #main-content .main_pc .slick01_pc {
    width: 130%;
    height: 660px;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #main-content .main_pc .slick01_pc .slick-list {
    width: 130%;
    height: 600px;
    margin: 0 auto;
  }
  #main-content .main_pc .slick01_pc img {
    width: 250px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50px;
  }
  #main-content .main_pc #sakura_block_01 {
    width: 100%;
    height: 500px;
    position: relative;
    top: -100px;
    z-index: -1;
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box {
    position: relative;
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box img {
    position: absolute;
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box img:nth-child(2n+1) {
    width: 43px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box img:nth-child(2n) {
    width: 35px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc img.parts_01 {
    top: -100px;
    left: 5%;
  }
  #main-content .main_pc img.parts_02 {
    top: -180px;
    left: 12%;
  }
  #main-content .main_pc img.parts_03 {
    top: -180px;
    left: 15%;
  }
  #main-content .main_pc img.parts_04 {
    top: -180px;
    left: 22%;
  }
  #main-content .main_pc img.parts_05 {
    top: -180px;
    left: 25%;
  }
  #main-content .main_pc img.parts_06 {
    top: -180px;
    left: 28%;
  }
  #main-content .main_pc img.parts_07 {
    top: -120px;
    left: 35%;
  }
  #main-content .main_pc img.parts_08 {
    top: -120px;
    left: 40%;
  }
  #main-content .main_pc img.parts_09 {
    top: -180px;
    left: 43%;
  }
  #main-content .main_pc img.parts_10 {
    top: 150px;
    left: 50%;
  }
  #main-content .main_pc img.parts_11 {
    top: 110px;
    left: 55%;
  }
  #main-content .main_pc img.parts_12 {
    top: 300px;
    left: 60%;
  }
  #main-content .main_pc img.parts_13 {
    top: 300px;
    left: 63%;
  }
  #main-content .main_pc img.parts_14 {
    top: 300px;
    left: 70%;
  }
  #main-content .main_pc img.parts_15 {
    top: 300px;
    left: 75%;
  }
  #main-content .main_pc img.parts_16 {
    top: 303px;
    left: 81%;
  }
  #main-content .main_pc img.parts_17 {
    top: 350px;
    left: 85%;
  }
  #main-content .main_pc img.parts_18 {
    top: 380px;
    left: 90%;
  }
  #main-content .main_pc img.parts_19 {
    top: 400px;
    left: 93%;
  }
  @keyframes sakura {
    0% {
      opacity: 0;
    }
    20% {
      transform: translate(3px, 30px) rotate(20deg);
      opacity: 1;
    }
    30% {
      transform: translate(0, 50px) rotate(50deg);
    }
    50% {
      transform: translate(-20px, 100px) rotate(150deg);
    }
    70% {
      transform: translate(-40px, 150px) rotate(-50deg);
      opacity: 0.8;
    }
    90% {
      transform: translate(-60px, 200px) rotate(-180deg);
    }
    100% {
      transform: translate(-70px, 230px);
      opacity: 0;
    }
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc img.parts_01,
  #main-content .main_pc img.parts_04,
  #main-content .main_pc img.parts_07,
  #main-content .main_pc img.parts_10,
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0s;
  }
  #main-content .main_pc img.parts_02,
  #main-content .main_pc img.parts_05 {
    animation-delay: 1.5s;
  }
  #main-content .main_pc img.parts_03,
  #main-content .main_pc img.parts_06,
  #main-content .main_pc img.parts_09,
  #main-content .main_pc img.parts_12 {
    animation-delay: 4s;
  }
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0.5s;
  }
  #main-content .main_pc img.parts_14,
  #main-content .main_pc img.parts_17 {
    animation-delay: 2s;
  }
  #main-content .main_pc img.parts_15,
  #main-content .main_pc img.parts_18 {
    animation-delay: 5s;
  }
  #main-content .main_pc h2 {
    height: 500px;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 8px;
    margin-bottom: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #main-content .main_pc .skill_list {
    width: 760px;
    margin: 0 auto;
    margin-bottom: 85px;
  }
  #main-content .main_pc .skill_list ul {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  #main-content .main_pc .skill_list ul li {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #848484;
    border: 1px solid #848484;
    padding: 5px 5px;
  }
  #main-content .main_pc .offer {
    margin-top: 50px;
    margin-bottom: 110px;
  }
  #main-content .main_pc .offer p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.5;
  }
  #main-content .main_pc .achievement_btn {
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 350px;
  }
  #main-content .main_pc .achievement_btn .c-scrolldown {
    width: 1px;
    height: 130px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #main-content .main_pc .achievement_btn .c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, #000 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -130px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  @keyframes scrolldown {
    0% {
      background-position: 0 -130px;
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 130px;
    }
  }
  #main-content .main_pc .achievement_btn .achievement_btn {
    width: 204px;
    height: 48px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 2px;
    position: relative;
    top: 220px;
    left: 49%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #main-content .main_pc .achievement_btn .achievement_btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #000;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }
  #main-content .main_pc .achievement_btn .achievement_btn:hover {
    background: #000;
    color: #fff;
    transition: background 0.3s, color 0.3s;
  }
  #main-content .main_pc .achievement_btn .achievement_btn:hover::before {
    border-left: 5px solid #fff;
    transition: border-left 0.3s;
  }
  #main-content .main_pc .business_02 {
    width: 100%;
  }
  #main-content .main_pc .business_02 img {
    width: 100%;
  }
  #main-content .main_pc .title_02 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 50px;
  }
  #main-content .main_pc #sakura_block_02 {
    width: 100%;
    height: 700px;
    position: relative;
    top: 100px;
    z-index: -1;
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box {
    position: relative;
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box img {
    position: absolute;
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box img:nth-child(2n+1) {
    width: 43px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box img:nth-child(2n) {
    width: 35px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc img.parts_01 {
    top: -100px;
    left: 5%;
  }
  #main-content .main_pc img.parts_02 {
    top: -180px;
    left: 12%;
  }
  #main-content .main_pc img.parts_03 {
    top: -180px;
    left: 15%;
  }
  #main-content .main_pc img.parts_04 {
    top: -180px;
    left: 22%;
  }
  #main-content .main_pc img.parts_05 {
    top: -180px;
    left: 25%;
  }
  #main-content .main_pc img.parts_06 {
    top: -180px;
    left: 28%;
  }
  #main-content .main_pc img.parts_07 {
    top: -120px;
    left: 35%;
  }
  #main-content .main_pc img.parts_08 {
    top: -120px;
    left: 40%;
  }
  #main-content .main_pc img.parts_09 {
    top: -180px;
    left: 43%;
  }
  #main-content .main_pc img.parts_10 {
    top: 150px;
    left: 50%;
  }
  #main-content .main_pc img.parts_11 {
    top: 110px;
    left: 55%;
  }
  #main-content .main_pc img.parts_12 {
    top: 300px;
    left: 60%;
  }
  #main-content .main_pc img.parts_13 {
    top: 300px;
    left: 63%;
  }
  #main-content .main_pc img.parts_14 {
    top: 300px;
    left: 70%;
  }
  #main-content .main_pc img.parts_15 {
    top: 300px;
    left: 75%;
  }
  #main-content .main_pc img.parts_16 {
    top: 303px;
    left: 81%;
  }
  #main-content .main_pc img.parts_17 {
    top: 350px;
    left: 85%;
  }
  #main-content .main_pc img.parts_18 {
    top: 380px;
    left: 90%;
  }
  #main-content .main_pc img.parts_19 {
    top: 400px;
    left: 93%;
  }
  @keyframes sakura {
    0% {
      opacity: 0;
    }
    20% {
      transform: translate(3px, 30px) rotate(20deg);
      opacity: 1;
    }
    30% {
      transform: translate(0, 50px) rotate(50deg);
    }
    50% {
      transform: translate(-20px, 100px) rotate(150deg);
    }
    70% {
      transform: translate(-40px, 150px) rotate(-50deg);
      opacity: 0.8;
    }
    90% {
      transform: translate(-60px, 200px) rotate(-180deg);
    }
    100% {
      transform: translate(-70px, 230px);
      opacity: 0;
    }
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc img.parts_01,
  #main-content .main_pc img.parts_04,
  #main-content .main_pc img.parts_07,
  #main-content .main_pc img.parts_10,
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0s;
  }
  #main-content .main_pc img.parts_02,
  #main-content .main_pc img.parts_05 {
    animation-delay: 1.5s;
  }
  #main-content .main_pc img.parts_03,
  #main-content .main_pc img.parts_06,
  #main-content .main_pc img.parts_09,
  #main-content .main_pc img.parts_12 {
    animation-delay: 4s;
  }
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0.5s;
  }
  #main-content .main_pc img.parts_14,
  #main-content .main_pc img.parts_17 {
    animation-delay: 2s;
  }
  #main-content .main_pc img.parts_15,
  #main-content .main_pc img.parts_18 {
    animation-delay: 5s;
  }
  #main-content .main_pc .business_picrs {
    width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #main-content .main_pc .itumo {
    height: 600px;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 8px;
    margin-bottom: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #main-content .footer_sp {
    display: none;
  }
  #main-content .footer_pc {
    width: 100%;
    height: 280px;
    background-image: url(../img/bg_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 100px;
    left: 0;
    z-index: 1;
  }
  #main-content .footer_pc .footer_container {
    width: 760px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1000px) {
  #main-content .footer_pc .footer_container {
    top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #main-content .footer_pc .footer_container .logo {
    position: absolute;
    top: 50px;
    left: 0;
  }
  #main-content .footer_pc .footer_container .logo .footer_logo {
    width: 200px;
  }
  #main-content .footer_pc .footer_container .footer_flex {
    width: 760px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  #main-content .footer_pc .footer_container .footer_flex .left {
    width: 500px;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu {
    width: 100%;
    margin-bottom: 10px;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul {
    display: flex;
    padding-left: 0;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(1) a {
    border-right: #fff 1px solid;
    padding-right: 15px;
    font-size: 14px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(2) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(3) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(4) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(5) a {
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex {
    width: 560px;
    display: flex;
    align-items: center;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 0;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(1) a {
    border-right: #fff 1px solid;
    padding-right: 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(2) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(3) a {
    padding-left: 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .right {
    width: 300px;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .right .copyright {
    padding-top: 5px;
    font-size: 9px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .right {
    width: 250px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex {
    display: flex;
    gap: 20px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .left {
    width: 100px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .left a .footer_juugoya {
    width: 100px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .right {
    width: 100px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .right a .footer_picrs {
    width: 100px;
  }
}
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

/* 全体スタイル */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .header_pc {
    display: none;
  }
  .header_sp {
    position: relative;
    width: 100%;
    height: 18.6666666667vw;
    margin: 0 auto;
  }
  .header_sp .header_top_sp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 18.6666666667vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 18.6666666667vw;
    background-color: #fff;
    /* 逆回転アニメーションのキー */
  }
  .header_sp .header_top_sp.fadeIn {
    animation: fadeIn 1s forwards;
  }
  .header_sp .header_top_sp .logo {
    position: absolute;
    width: 40vw;
    left: 4vw;
  }
  .header_sp .header_top_sp .logo img {
    width: 100%;
  }
  .header_sp .header_top_sp .hamburger-menu {
    position: fixed;
    top: 6.6666666667vw;
    right: 2.6666666667vw;
    z-index: 201;
    width: 6.9333333333vw;
    height: 5.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .header_sp .header_top_sp .hamburger-menu .line {
    width: 100%;
    height: 0.5333333333vw;
    background-color: #333;
    transition: all 0.5s ease;
  }
  .header_sp .header_top_sp .hamburger-menu .line.top, .header_sp .header_top_sp .hamburger-menu .line.bottom {
    transform-origin: center;
  }
  .header_sp .header_top_sp .hamburger-menu .line.middle {
    transition: opacity 0.3s ease;
  }
  .header_sp .header_top_sp .hamburger-menu.active .line.top {
    animation: spin-and-rotate-top 0.4s ease forwards;
    background-color: #fff;
  }
  .header_sp .header_top_sp .hamburger-menu.active .line.middle {
    opacity: 0;
  }
  .header_sp .header_top_sp .hamburger-menu.active .line.bottom {
    animation: spin-and-rotate-bottom 0.4s ease forwards;
    background-color: #fff;
  }
  .header_sp .header_top_sp .hamburger-menu.inactive .line.top {
    animation: reverse-spin-and-rotate-top 0.4s ease forwards;
    background-color: #000;
    /* 元の色に戻す */
  }
  .header_sp .header_top_sp .hamburger-menu.inactive .line.middle {
    opacity: 1;
    /* 再表示 */
  }
  .header_sp .header_top_sp .hamburger-menu.inactive .line.bottom {
    animation: reverse-spin-and-rotate-bottom 0.4s ease forwards;
    background-color: #000;
    /* 元の色に戻す */
  }
  @keyframes spin-and-rotate-top {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(405deg) translate(2.6666666667vw, 2.6666666667vw);
    }
  }
  @keyframes spin-and-rotate-bottom {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-405deg) translate(0.8vw, -0.8vw);
    }
  }
  @keyframes reverse-spin-and-rotate-top {
    0% {
      transform: rotate(405deg) translate(2.6666666667vw, -2.6666666667vw);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes reverse-spin-and-rotate-bottom {
    0% {
      transform: rotate(-405deg) translate(-2.6666666667vw, 2.6666666667vw);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .header_sp .header_top_sp .menu-overlay {
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: top 0.5s ease;
    z-index: 200;
  }
  .header_sp .header_top_sp .menu-overlay.active {
    top: 0;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 53.3333333333vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_list {
    width: 80vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_list ul {
    width: 80vw;
    margin: 0 auto;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 8vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_list ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_list ul li img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 0 0 2.1333333333vw 0.2666666667vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_list ul li a {
    color: #fff;
    font-size: 4.2666666667vw;
    font-weight: 400;
    text-decoration: none;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.5333333333vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .picrs {
    position: absolute;
    top: 58.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .picrs img {
    width: 33.8666666667vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .juugoya {
    position: absolute;
    top: 77.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .juugoya img {
    width: 43.2vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 {
    width: 85.3333333333vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 96vw;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 ul li:nth-child(1) {
    list-style: none;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 ul li:nth-child(1) a {
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 3.2vw;
    font-weight: 400;
    padding-right: 5.3333333333vw;
    text-decoration: none;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 ul li:nth-child(2) {
    list-style: none;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 ul li:nth-child(2) a {
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 3.2vw;
    font-weight: 400;
    padding: 0 5.3333333333vw;
    text-decoration: none;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 ul li:nth-child(3) {
    list-style: none;
  }
  .header_sp .header_top_sp .menu-overlay .menu_container .menu_02 ul li:nth-child(3) a {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    padding-left: 5.3333333333vw;
    text-decoration: none;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .main_pc {
    display: none;
  }
  .main_sp {
    opacity: 0;
    /*-----------------------------------
    桜の花びらパーツの表示位置
    -----------------------------------*/
    /*-----------------------------------
    舞い散るアニメーション
    回転しつつ上から下へ
    -----------------------------------*/
    /*-----------------------------------
    アニメーションが始まるまでの時間
    -----------------------------------*/
    /*-----------------------------------
    桜の花びらパーツの表示位置
    -----------------------------------*/
    /*-----------------------------------
    舞い散るアニメーション
    回転しつつ上から下へ
    -----------------------------------*/
    /*-----------------------------------
    アニメーションが始まるまでの時間
    -----------------------------------*/
  }
  .main_sp.fadeIn {
    animation: fadeIn 1s forwards;
    animation-delay: 0.5s;
  }
  .main_sp .fv {
    width: 100%;
    height: 50.1333333333vw;
    background-image: url(../img/bg_business_red_sp.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .main_sp .fv h1 {
    font-size: 3.2vw;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 22.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .main_sp .title {
    font-size: 5.8666666667vw;
    font-weight: 700;
    letter-spacing: 1.0666666667vw;
    color: #000;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  .main_sp .slick01_sp {
    width: 130%;
    height: 160vw;
    display: flex;
    margin: 0 auto;
  }
  .main_sp .slick01_sp .slick-list {
    width: 100%;
    height: 160vw;
    margin: 0 auto;
  }
  .main_sp .slick01_sp img {
    width: 80vw;
    height: 122.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_sp #sakura_block_01 {
    width: 100%;
    height: 106.6666666667vw;
    position: relative;
    z-index: -1;
    top: 0vw;
  }
  .main_sp #sakura_block_01 .sakura_parts_box {
    position: relative;
    height: 106.6666666667vw;
    top: 0vw;
  }
  .main_sp #sakura_block_01 .sakura_parts_box img {
    position: absolute;
  }
  .main_sp #sakura_block_01 .sakura_parts_box img:nth-child(2n+1) {
    width: 5.3333333333vw;
    /*花びらのサイズ*/
  }
  .main_sp #sakura_block_01 .sakura_parts_box img:nth-child(2n) {
    width: 3.4666666667vw;
    /*花びらのサイズ*/
  }
  .main_sp img.parts_01 {
    top: 20%;
    left: 5%;
  }
  .main_sp img.parts_02 {
    top: 20%;
    left: 12%;
  }
  .main_sp img.parts_03 {
    top: 20%;
    left: 15%;
  }
  .main_sp img.parts_04 {
    top: 20%;
    left: 22%;
  }
  .main_sp img.parts_05 {
    top: 20%;
    left: 25%;
  }
  .main_sp img.parts_06 {
    top: 30%;
    left: 28%;
  }
  .main_sp img.parts_07 {
    top: 30%;
    left: 35%;
  }
  .main_sp img.parts_08 {
    top: 30%;
    left: 40%;
  }
  .main_sp img.parts_09 {
    top: 30%;
    left: 43%;
  }
  .main_sp img.parts_10 {
    top: 30%;
    left: 50%;
  }
  .main_sp img.parts_11 {
    top: 50%;
    left: 55%;
  }
  .main_sp img.parts_12 {
    top: 50%;
    left: 60%;
  }
  .main_sp img.parts_13 {
    top: 50%;
    left: 63%;
  }
  .main_sp img.parts_14 {
    top: 50%;
    left: 70%;
  }
  .main_sp img.parts_15 {
    top: 60%;
    left: 75%;
  }
  .main_sp img.parts_16 {
    top: 70%;
    left: 81%;
  }
  .main_sp img.parts_17 {
    top: 80%;
    left: 85%;
  }
  .main_sp img.parts_18 {
    top: 90%;
    left: 90%;
  }
  .main_sp img.parts_19 {
    top: 100%;
    left: 93%;
  }
  @keyframes sakura {
    0% {
      opacity: 0;
    }
    20% {
      transform: translate(3px, 30px) rotate(20deg);
      opacity: 1;
    }
    30% {
      transform: translate(0, 50px) rotate(50deg);
    }
    50% {
      transform: translate(-20px, 100px) rotate(150deg);
    }
    70% {
      transform: translate(-40px, 150px) rotate(-50deg);
      opacity: 0.8;
    }
    90% {
      transform: translate(-60px, 200px) rotate(-180deg);
    }
    100% {
      transform: translate(-70px, 230px);
      opacity: 0;
    }
  }
  .main_sp .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  .main_sp .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  .main_sp img.parts_01,
  .main_sp img.parts_04,
  .main_sp img.parts_07,
  .main_sp img.parts_10,
  .main_sp img.parts_08,
  .main_sp img.parts_11,
  .main_sp img.parts_13,
  .main_sp img.parts_16,
  .main_sp img.parts_19 {
    animation-delay: 0s;
  }
  .main_sp img.parts_02,
  .main_sp img.parts_05 {
    animation-delay: 1.5s;
  }
  .main_sp img.parts_03,
  .main_sp img.parts_06,
  .main_sp img.parts_09,
  .main_sp img.parts_12 {
    animation-delay: 4s;
  }
  .main_sp img.parts_08,
  .main_sp img.parts_11,
  .main_sp img.parts_13,
  .main_sp img.parts_16,
  .main_sp img.parts_19 {
    animation-delay: 0.5s;
  }
  .main_sp img.parts_14,
  .main_sp img.parts_17 {
    animation-delay: 2s;
  }
  .main_sp img.parts_15,
  .main_sp img.parts_18 {
    animation-delay: 5s;
  }
  .main_sp h2 {
    height: 133.3333333333vw;
    position: absolute;
    top: -10.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    font-size: 5.8666666667vw;
    font-weight: 400;
    letter-spacing: 1.3333333333vw;
    color: #000;
    text-align: center;
  }
  .main_sp .skill_list {
    width: 93.3333333333vw;
    margin: 0 auto;
    margin-bottom: 22.6666666667vw;
    position: relative;
    top: 13.3333333333vw;
  }
  .main_sp .skill_list ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 2.6666666667vw;
  }
  .main_sp .skill_list ul li {
    font-size: 4.2666666667vw;
    font-weight: 400;
    letter-spacing: 0.8vw;
    color: #848484;
    border: 1px solid #848484;
    padding: 1.2vw 1.6vw;
    margin-right: 1.3333333333vw;
  }
  .main_sp .offer {
    width: 88vw;
    margin: 13.3333333333vw auto 13.3333333333vw auto;
    position: relative;
    top: 13.3333333333vw;
  }
  .main_sp .offer p {
    text-align: left;
    font-size: 4.2666666667vw;
    font-weight: 400;
    letter-spacing: 0.5333333333vw;
    line-height: 2.5;
  }
  .main_sp .achievement_btn {
    width: 54.4vw;
    height: 12.8vw;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 3.2vw;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.4vw;
    position: relative;
    top: 13.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .main_sp .achievement_btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 1.0666666667vw solid transparent;
    border-bottom: 1.0666666667vw solid transparent;
    border-left: 1.3333333333vw solid #000;
    position: absolute;
    top: 53%;
    right: 6%;
    transform: translateY(-50%);
  }
  .main_sp .achievement_btn:hover {
    background: #000;
    color: #fff;
    transition: background 0.3s, color 0.3s;
  }
  .main_sp .achievement_btn:hover::before {
    border-left: 1.3333333333vw solid #fff;
    transition: border-left 0.3s;
  }
  .main_sp .title_02 {
    font-size: 5.8666666667vw;
    font-weight: 700;
    letter-spacing: 1.0666666667vw;
    color: #000;
    text-align: center;
    margin: 10.6666666667vw auto 8vw auto;
    position: relative;
    top: 26.6666666667vw;
  }
  .main_sp #sakura_block_02 {
    width: 100%;
    height: 106.6666666667vw;
    position: relative;
    z-index: -1;
    top: -26.6666666667vw;
  }
  .main_sp #sakura_block_02 .sakura_parts_box {
    position: relative;
    height: 106.6666666667vw;
    top: -26.6666666667vw;
  }
  .main_sp #sakura_block_02 .sakura_parts_box img {
    position: absolute;
  }
  .main_sp #sakura_block_02 .sakura_parts_box img:nth-child(2n+1) {
    width: 5.3333333333vw;
    /*花びらのサイズ*/
  }
  .main_sp #sakura_block_02 .sakura_parts_box img:nth-child(2n) {
    width: 3.4666666667vw;
    /*花びらのサイズ*/
  }
  .main_sp img.parts_01 {
    top: 20%;
    left: 5%;
  }
  .main_sp img.parts_02 {
    top: 20%;
    left: 12%;
  }
  .main_sp img.parts_03 {
    top: 20%;
    left: 15%;
  }
  .main_sp img.parts_04 {
    top: 20%;
    left: 22%;
  }
  .main_sp img.parts_05 {
    top: 20%;
    left: 25%;
  }
  .main_sp img.parts_06 {
    top: 30%;
    left: 28%;
  }
  .main_sp img.parts_07 {
    top: 30%;
    left: 35%;
  }
  .main_sp img.parts_08 {
    top: 30%;
    left: 40%;
  }
  .main_sp img.parts_09 {
    top: 30%;
    left: 43%;
  }
  .main_sp img.parts_10 {
    top: 30%;
    left: 50%;
  }
  .main_sp img.parts_11 {
    top: 50%;
    left: 55%;
  }
  .main_sp img.parts_12 {
    top: 50%;
    left: 60%;
  }
  .main_sp img.parts_13 {
    top: 50%;
    left: 63%;
  }
  .main_sp img.parts_14 {
    top: 50%;
    left: 70%;
  }
  .main_sp img.parts_15 {
    top: 60%;
    left: 75%;
  }
  .main_sp img.parts_16 {
    top: 70%;
    left: 81%;
  }
  .main_sp img.parts_17 {
    top: 80%;
    left: 85%;
  }
  .main_sp img.parts_18 {
    top: 90%;
    left: 90%;
  }
  .main_sp img.parts_19 {
    top: 100%;
    left: 93%;
  }
  @keyframes sakura {
    0% {
      opacity: 0;
    }
    20% {
      transform: translate(3px, 30px) rotate(20deg);
      opacity: 1;
    }
    30% {
      transform: translate(0, 50px) rotate(50deg);
    }
    50% {
      transform: translate(-20px, 100px) rotate(150deg);
    }
    70% {
      transform: translate(-40px, 150px) rotate(-50deg);
      opacity: 0.8;
    }
    90% {
      transform: translate(-60px, 200px) rotate(-180deg);
    }
    100% {
      transform: translate(-70px, 230px);
      opacity: 0;
    }
  }
  .main_sp .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  .main_sp .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  .main_sp img.parts_01,
  .main_sp img.parts_04,
  .main_sp img.parts_07,
  .main_sp img.parts_10,
  .main_sp img.parts_08,
  .main_sp img.parts_11,
  .main_sp img.parts_13,
  .main_sp img.parts_16,
  .main_sp img.parts_19 {
    animation-delay: 0s;
  }
  .main_sp img.parts_02,
  .main_sp img.parts_05 {
    animation-delay: 1.5s;
  }
  .main_sp img.parts_03,
  .main_sp img.parts_06,
  .main_sp img.parts_09,
  .main_sp img.parts_12 {
    animation-delay: 4s;
  }
  .main_sp img.parts_08,
  .main_sp img.parts_11,
  .main_sp img.parts_13,
  .main_sp img.parts_16,
  .main_sp img.parts_19 {
    animation-delay: 0.5s;
  }
  .main_sp img.parts_14,
  .main_sp img.parts_17 {
    animation-delay: 2s;
  }
  .main_sp img.parts_15,
  .main_sp img.parts_18 {
    animation-delay: 5s;
  }
  .main_sp h2 {
    height: 133.3333333333vw;
    position: absolute;
    top: -10.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    font-size: 5.8666666667vw;
    font-weight: 400;
    letter-spacing: 1.3333333333vw;
    color: #000;
    text-align: center;
  }
  .main_sp img {
    position: relative;
    top: 26.6666666667vw;
    width: 100vw;
  }
  .main_sp .itumo {
    width: 26.6666666667vw;
    height: 133.3333333333vw;
    position: absolute;
    top: 26.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    font-size: 5.8666666667vw;
    font-weight: 400;
    letter-spacing: 1.3333333333vw;
    color: #000;
  }
  .main_sp .offer_02 {
    width: 88vw;
    height: 106.6666666667vw;
    margin: 13.3333333333vw auto 13.3333333333vw auto;
    position: relative;
    top: 26.6666666667vw;
  }
  .main_sp .offer_02 p {
    text-align: left;
    font-size: 4.2666666667vw;
    font-weight: 400;
    letter-spacing: 0.5333333333vw;
    line-height: 2.5;
  }
  .main_sp .lifedesign_btn {
    width: 54.4vw;
    height: 12.8vw;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 3.2vw;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.4vw;
    position: relative;
    top: 34.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .main_sp .lifedesign_btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 1.0666666667vw solid transparent;
    border-bottom: 1.0666666667vw solid transparent;
    border-left: 1.3333333333vw solid #000;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }
  .main_sp .lifedesign_btn:hover {
    background: #000;
    color: #fff;
  }
  .main_sp .lifedesign_btn:hover::before {
    border-left: 1.3333333333vw solid #fff;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .footer_pc {
    display: none;
  }
  .footer_sp {
    background-image: url(../img/bg_footer_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 208vw;
    position: relative;
    top: 53.3333333333vw;
  }
  .footer_sp .footer_logo {
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 20.5333333333vw;
  }
  .footer_sp .footer_logo img {
    width: 20.5333333333vw;
  }
  .footer_sp .footer_menu {
    width: 100%;
    position: absolute;
    top: 69.3333333333vw;
  }
  .footer_sp .footer_menu ul {
    width: 80vw;
    margin: 0 auto;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 8vw;
  }
  .footer_sp .footer_menu ul li {
    list-style: none;
  }
  .footer_sp .footer_menu ul li img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .footer_sp .footer_menu ul li a {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    text-decoration: none;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.5333333333vw;
  }
  .footer_sp .picrs {
    position: absolute;
    top: 114.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_sp .picrs img {
    width: 33.8666666667vw;
  }
  .footer_sp .juugoya {
    position: absolute;
    top: 133.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_sp .juugoya img {
    width: 43.2vw;
  }
  .footer_sp .footer_menu_02 {
    width: 80vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 149.3333333333vw;
  }
  .footer_sp .footer_menu_02 ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .footer_sp .footer_menu_02 ul li:nth-child(1) {
    list-style: none;
  }
  .footer_sp .footer_menu_02 ul li:nth-child(1) a {
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 3.2vw;
    font-weight: 400;
    padding-right: 5.3333333333vw;
    text-decoration: none;
  }
  .footer_sp .footer_menu_02 ul li:nth-child(2) {
    list-style: none;
  }
  .footer_sp .footer_menu_02 ul li:nth-child(2) a {
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 3.2vw;
    font-weight: 400;
    padding: 0 5.3333333333vw;
    text-decoration: none;
  }
  .footer_sp .footer_menu_02 ul li:nth-child(3) {
    list-style: none;
  }
  .footer_sp .footer_menu_02 ul li:nth-child(3) a {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    padding-left: 5.3333333333vw;
    text-decoration: none;
  }
  .footer_sp .footer_company {
    font-size: 3.2vw;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 160vw;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.2666666667vw;
  }
  .footer_sp .footer_address {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 165.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.2666666667vw;
  }
  .footer_sp .copyright {
    font-size: 2.1333333333vw;
    font-weight: 400;
    letter-spacing: 0.2666666667vw;
    color: #000;
    position: absolute;
    bottom: 2.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

/* 全体スタイル */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

@media screen and (min-width: 1280px) {
  #main-content .header_sp {
    display: none;
  }
  #main-content .header_pc {
    position: relative;
  }
  #main-content .header_pc .header_top {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 100;
    opacity: 0;
  }
  #main-content .header_pc .header_top.fadeIn {
    animation: fadeIn 1s forwards;
  }
  #main-content .header_pc .header_top .logo {
    width: 220px;
    margin-left: 91px;
    margin-right: 200px;
  }
  #main-content .header_pc .header_top .logo img {
    width: 100%;
  }
  #main-content .header_pc .header_top .nav {
    position: absolute;
    right: 100px;
  }
  #main-content .header_pc .header_top .nav ul {
    display: flex;
    gap: 67px;
  }
  #main-content .header_pc .header_top .nav ul li a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 4px;
    color: #000;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #main-content .main_sp {
    display: none;
  }
  #main-content .main_pc {
    padding-top: 110px;
    opacity: 0;
    /*-----------------------------------
    桜の花びらパーツの表示位置
    -----------------------------------*/
    /*-----------------------------------
    舞い散るアニメーション
    回転しつつ上から下へ
    -----------------------------------*/
    /*-----------------------------------
    アニメーションが始まるまでの時間
    -----------------------------------*/
    /*-----------------------------------
    桜の花びらパーツの表示位置
    -----------------------------------*/
    /*-----------------------------------
    舞い散るアニメーション
    回転しつつ上から下へ
    -----------------------------------*/
    /*-----------------------------------
    アニメーションが始まるまでの時間
    -----------------------------------*/
  }
  #main-content .main_pc.fadeIn {
    animation: fadeIn 1s forwards;
    animation-delay: 0.5s;
  }
  #main-content .main_pc .fv {
    width: 100%;
    height: 54.6875vw;
    background-image: url(../img/bg_business_red.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  #main-content .main_pc .fv img {
    width: 121px;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  #main-content .main_pc .breadcrumb {
    margin-bottom: 147px;
  }
  #main-content .main_pc .breadcrumb ul {
    display: flex;
    gap: 10px;
  }
  #main-content .main_pc .breadcrumb ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
  }
  #main-content .main_pc .title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 8px;
    margin-bottom: 110px;
  }
  #main-content .main_pc .slick01_pc {
    width: 100%;
    height: 660px;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #main-content .main_pc .slick01_pc .slick-list {
    width: 100%;
    height: 650px;
    margin: 0 auto;
  }
  #main-content .main_pc .slick01_pc img {
    width: 360px;
    height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50px;
  }
  #main-content .main_pc #sakura_block_01 {
    width: 100%;
    height: 700px;
    position: relative;
    top: 100px;
    z-index: -1;
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box {
    position: relative;
    top: 150px;
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box img {
    position: absolute;
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box img:nth-child(2n+1) {
    width: 43px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc #sakura_block_01 .sakura_parts_box img:nth-child(2n) {
    width: 35px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc img.parts_01 {
    top: -100px;
    left: 5%;
  }
  #main-content .main_pc img.parts_02 {
    top: -180px;
    left: 12%;
  }
  #main-content .main_pc img.parts_03 {
    top: -180px;
    left: 15%;
  }
  #main-content .main_pc img.parts_04 {
    top: -180px;
    left: 22%;
  }
  #main-content .main_pc img.parts_05 {
    top: -180px;
    left: 25%;
  }
  #main-content .main_pc img.parts_06 {
    top: -180px;
    left: 28%;
  }
  #main-content .main_pc img.parts_07 {
    top: -120px;
    left: 35%;
  }
  #main-content .main_pc img.parts_08 {
    top: -120px;
    left: 40%;
  }
  #main-content .main_pc img.parts_09 {
    top: -180px;
    left: 43%;
  }
  #main-content .main_pc img.parts_10 {
    top: 150px;
    left: 50%;
  }
  #main-content .main_pc img.parts_11 {
    top: 110px;
    left: 55%;
  }
  #main-content .main_pc img.parts_12 {
    top: 300px;
    left: 60%;
  }
  #main-content .main_pc img.parts_13 {
    top: 300px;
    left: 63%;
  }
  #main-content .main_pc img.parts_14 {
    top: 300px;
    left: 70%;
  }
  #main-content .main_pc img.parts_15 {
    top: 300px;
    left: 75%;
  }
  #main-content .main_pc img.parts_16 {
    top: 303px;
    left: 81%;
  }
  #main-content .main_pc img.parts_17 {
    top: 350px;
    left: 85%;
  }
  #main-content .main_pc img.parts_18 {
    top: 380px;
    left: 90%;
  }
  #main-content .main_pc img.parts_19 {
    top: 400px;
    left: 93%;
  }
  @keyframes sakura {
    0% {
      opacity: 0;
    }
    20% {
      transform: translate(3px, 30px) rotate(20deg);
      opacity: 1;
    }
    30% {
      transform: translate(0, 50px) rotate(50deg);
    }
    50% {
      transform: translate(-20px, 100px) rotate(150deg);
    }
    70% {
      transform: translate(-40px, 150px) rotate(-50deg);
      opacity: 0.8;
    }
    90% {
      transform: translate(-60px, 200px) rotate(-180deg);
    }
    100% {
      transform: translate(-70px, 230px);
      opacity: 0;
    }
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc img.parts_01,
  #main-content .main_pc img.parts_04,
  #main-content .main_pc img.parts_07,
  #main-content .main_pc img.parts_10,
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0s;
  }
  #main-content .main_pc img.parts_02,
  #main-content .main_pc img.parts_05 {
    animation-delay: 1.5s;
  }
  #main-content .main_pc img.parts_03,
  #main-content .main_pc img.parts_06,
  #main-content .main_pc img.parts_09,
  #main-content .main_pc img.parts_12 {
    animation-delay: 4s;
  }
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0.5s;
  }
  #main-content .main_pc img.parts_14,
  #main-content .main_pc img.parts_17 {
    animation-delay: 2s;
  }
  #main-content .main_pc img.parts_15,
  #main-content .main_pc img.parts_18 {
    animation-delay: 5s;
  }
  #main-content .main_pc h2 {
    height: 500px;
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 8px;
    margin-bottom: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #main-content .main_pc .skill_list {
    width: 1017px;
    margin: 0 auto;
    margin-bottom: 85px;
  }
  #main-content .main_pc .skill_list ul {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #main-content .main_pc .skill_list ul li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #848484;
    border: 1px solid #848484;
    padding: 6px 10px;
  }
  #main-content .main_pc .offer {
    margin-top: 50px;
    margin-bottom: 110px;
  }
  #main-content .main_pc .offer p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.5;
  }
  #main-content .main_pc .achievement_btn {
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 350px;
  }
  #main-content .main_pc .achievement_btn .c-scrolldown {
    width: 1px;
    height: 130px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #main-content .main_pc .achievement_btn .c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, #000 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -130px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  @keyframes scrolldown {
    0% {
      background-position: 0 -130px;
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 130px;
    }
  }
  #main-content .main_pc .achievement_btn .achievement_btn {
    width: 204px;
    height: 48px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 2px;
    position: relative;
    top: 220px;
    left: 49%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #main-content .main_pc .achievement_btn .achievement_btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #000;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }
  #main-content .main_pc .achievement_btn .achievement_btn:hover {
    background: #000;
    color: #fff;
    transition: background 0.3s, color 0.3s;
  }
  #main-content .main_pc .achievement_btn .achievement_btn:hover::before {
    border-left: 5px solid #fff;
    transition: border-left 0.3s;
  }
  #main-content .main_pc .business_02 {
    width: 100%;
  }
  #main-content .main_pc .business_02 img {
    width: 100%;
  }
  #main-content .main_pc .title_02 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 110px;
  }
  #main-content .main_pc #sakura_block_02 {
    width: 100%;
    height: 700px;
    position: relative;
    top: 100px;
    z-index: -1;
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box {
    position: relative;
    top: 150px;
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box img {
    position: absolute;
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box img:nth-child(2n+1) {
    width: 43px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc #sakura_block_02 .sakura_parts_box img:nth-child(2n) {
    width: 35px;
    /*花びらのサイズ*/
  }
  #main-content .main_pc img.parts_01 {
    top: -100px;
    left: 5%;
  }
  #main-content .main_pc img.parts_02 {
    top: -180px;
    left: 12%;
  }
  #main-content .main_pc img.parts_03 {
    top: -180px;
    left: 15%;
  }
  #main-content .main_pc img.parts_04 {
    top: -180px;
    left: 22%;
  }
  #main-content .main_pc img.parts_05 {
    top: -180px;
    left: 25%;
  }
  #main-content .main_pc img.parts_06 {
    top: -180px;
    left: 28%;
  }
  #main-content .main_pc img.parts_07 {
    top: -120px;
    left: 35%;
  }
  #main-content .main_pc img.parts_08 {
    top: -120px;
    left: 40%;
  }
  #main-content .main_pc img.parts_09 {
    top: -180px;
    left: 43%;
  }
  #main-content .main_pc img.parts_10 {
    top: 150px;
    left: 50%;
  }
  #main-content .main_pc img.parts_11 {
    top: 110px;
    left: 55%;
  }
  #main-content .main_pc img.parts_12 {
    top: 300px;
    left: 60%;
  }
  #main-content .main_pc img.parts_13 {
    top: 300px;
    left: 63%;
  }
  #main-content .main_pc img.parts_14 {
    top: 300px;
    left: 70%;
  }
  #main-content .main_pc img.parts_15 {
    top: 300px;
    left: 75%;
  }
  #main-content .main_pc img.parts_16 {
    top: 303px;
    left: 81%;
  }
  #main-content .main_pc img.parts_17 {
    top: 350px;
    left: 85%;
  }
  #main-content .main_pc img.parts_18 {
    top: 380px;
    left: 90%;
  }
  #main-content .main_pc img.parts_19 {
    top: 400px;
    left: 93%;
  }
  @keyframes sakura {
    0% {
      opacity: 0;
    }
    20% {
      transform: translate(3px, 30px) rotate(20deg);
      opacity: 1;
    }
    30% {
      transform: translate(0, 50px) rotate(50deg);
    }
    50% {
      transform: translate(-20px, 100px) rotate(150deg);
    }
    70% {
      transform: translate(-40px, 150px) rotate(-50deg);
      opacity: 0.8;
    }
    90% {
      transform: translate(-60px, 200px) rotate(-180deg);
    }
    100% {
      transform: translate(-70px, 230px);
      opacity: 0;
    }
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc .sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
  }
  #main-content .main_pc img.parts_01,
  #main-content .main_pc img.parts_04,
  #main-content .main_pc img.parts_07,
  #main-content .main_pc img.parts_10,
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0s;
  }
  #main-content .main_pc img.parts_02,
  #main-content .main_pc img.parts_05 {
    animation-delay: 1.5s;
  }
  #main-content .main_pc img.parts_03,
  #main-content .main_pc img.parts_06,
  #main-content .main_pc img.parts_09,
  #main-content .main_pc img.parts_12 {
    animation-delay: 4s;
  }
  #main-content .main_pc img.parts_08,
  #main-content .main_pc img.parts_11,
  #main-content .main_pc img.parts_13,
  #main-content .main_pc img.parts_16,
  #main-content .main_pc img.parts_19 {
    animation-delay: 0.5s;
  }
  #main-content .main_pc img.parts_14,
  #main-content .main_pc img.parts_17 {
    animation-delay: 2s;
  }
  #main-content .main_pc img.parts_15,
  #main-content .main_pc img.parts_18 {
    animation-delay: 5s;
  }
  #main-content .main_pc .business_picrs {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #main-content .main_pc .itumo {
    height: 600px;
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 8px;
    margin-bottom: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #main-content .footer_sp {
    display: none;
  }
  #main-content .footer_pc {
    height: 24.21875vw;
    background-image: url(../img/bg_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
  }
  #main-content .footer_pc .footer_container {
    width: 1200px;
    position: absolute;
    top: 2.34375vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1600px) {
  #main-content .footer_pc .footer_container {
    top: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1800px) {
  #main-content .footer_pc .footer_container {
    top: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  #main-content .footer_pc .footer_container .logo {
    position: absolute;
    top: 50px;
    left: 0;
  }
  #main-content .footer_pc .footer_container .logo .footer_logo {
    width: 290px;
  }
  #main-content .footer_pc .footer_container .footer_flex {
    width: 1200px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  #main-content .footer_pc .footer_container .footer_flex .left {
    width: 800px;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu {
    width: 100%;
    margin-bottom: 20px;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul {
    display: flex;
    padding-left: 0;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(1) a {
    border-right: #fff 1px solid;
    padding-right: 30px;
    font-size: 16px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(2) a {
    border-right: #fff 1px solid;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(3) a {
    border-right: #fff 1px solid;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(4) a {
    border-right: #fff 1px solid;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(5) a {
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex {
    width: 565px;
    display: flex;
    align-items: center;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left {
    width: 600px;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 0;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(1) a {
    border-right: #fff 1px solid;
    padding-right: 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(2) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(3) a {
    padding-left: 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .right {
    width: 300px;
  }
  #main-content .footer_pc .footer_container .footer_flex .left .left_flex .right .copyright {
    padding-top: 5px;
    padding-left: 40px;
    font-size: 11px;
    color: #fff;
  }
  #main-content .footer_pc .footer_container .footer_flex .right {
    width: 400px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex {
    display: flex;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .left {
    width: 200px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .left a .footer_juugoya {
    width: 140px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .right {
    width: 200px;
  }
  #main-content .footer_pc .footer_container .footer_flex .right .right_flex .right a .footer_picrs {
    width: 206px;
  }
}/*# sourceMappingURL=business02.css.map */