/* CSS Document */
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .header_top {
    padding-left: 0.5em;
  }
  #header .header_top h1 a {
    letter-spacing: 0;
  }
  #header .header_top h1 a img {
    width: 3.5em;
  }
  #header .header_top h1 a p {
    font-size: 0.5rem;
  }
  #header .header_top .btn_group li {
    letter-spacing: 0;
    margin-right: 0.5rem;
  }
  #header .header_top .btn_group li a {
    font-size: 0.6rem;
  }
  #header .header_top .btn_group li a.download_btn {
    padding: 5px;
  }
  #header .header_top .btn_group li a.contact_btn {
    width: auto;
    padding: 0 5px;
  }
  #header .header_top .btn_group li a.contact_btn br.sp {
    display: block !important;
  }
  #header .header_top .btn_group li a.contact_btn span.tel {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .btn_wrapper a {
    position: relative;
  }
  .btn_wrapper a::after {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    right: 4vw;
    top: 50%;
  }
  html {
    font-size: 3vw;
  }
  section {
    padding: 0;
  }
  #wrapper {
    margin: 0;
    padding: 0;
  }
  .pc {
    display: none !important;
  }
  .fixedcontainer {
    width: 100%;
  }
  .body {
    font-size: 3.8vw;
  }
  .flex_part .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex_part .flex_img_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_content > .btn_wrapper {
    position: sticky;
    top: 50vh;
    right: 0;
    margin-left: auto;
    display: block;
    z-index: 1000;
    width: 11vw;
    height: 44vw;
  }
  .main_content > .btn_wrapper a {
    width: 11vw;
  }
  .main_content > .btn_wrapper a img {
    width: 100%;
    width: 11vw;
    height: 22vw;
  }
  .main_content > .btn_wrapper a::after {
    content: none;
  }
  header {
    position: relative;
  }
  header .btn_wrapper {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50vh;
    z-index: 100;
    transform: translateY(-50%);
    z-index: 1002;
  }
  header .btn_wrapper a {
    width: 11.6vw;
  }
  #header {
    position: fixed;
    z-index: 1001;
    background: none;
    top: 0;
    height: 20vw;
    right: 0;
    width: 100%;
    border-left: none;
    background: white;
  }
  #header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s;
  }
  #header:not(.top_bg) h1, #header:not(.top_bg) h2 {
    width: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    margin-left: 0;
    padding-left: 5.7vw;
    padding-top: 0;
    position: absolute;
    left: 0;
    z-index: 1000;
  }
  #header:not(.top_bg) h1 a, #header:not(.top_bg) h2 a {
    display: block;
    line-height: 1;
  }
  #header:not(.top_bg) h1 a img, #header:not(.top_bg) h2 a img {
    width: 53.3333333333vw;
    transition: none;
  }
  #header.top_bg::before {
    top: -14.4vw;
    transition: all 0.2s;
  }
  #header.top_bg h1 {
    width: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    margin-left: 0;
    padding-left: 5.7vw;
    padding-top: 2vw;
    position: absolute;
    left: 0;
    z-index: 1000;
  }
  #header.top_bg h1 a {
    display: block;
    line-height: 1;
  }
  #header.top_bg h1 a img {
    width: 32vw;
  }
  #header .header_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  #header h1 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 6vw;
    position: relative;
    z-index: 100;
  }
  #header h1 a {
    display: block;
    line-height: 1;
  }
  #header h1 a img {
    width: 18.8vw;
  }
  #header .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: calc(7.2vw - 18px);
    left: auto;
    right: 6vw;
    transform: none;
    margin-top: 0;
    width: 20px;
    height: 36px;
    z-index: 1002;
  }
  #header .menu-trigger p {
    position: absolute;
    bottom: 0;
    top: 0;
    font-size: 2.5vw;
    text-align: center;
    width: 100%;
    color: #333;
    right: 100%;
    width: 24vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  #header .menu-trigger p.close {
    display: none;
  }
  #header .menu-trigger.active p.close {
    display: flex;
  }
  #header .menu-trigger.active p.open {
    display: none;
  }
  #header .menu-trigger:hover {
    opacity: 1;
  }
  #header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 0;
    background: #333;
    right: 0;
    margin: auto;
  }
  #header .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  #header .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  #header .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2.5px) rotate(-45deg);
  }
  #header .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-2.5px) rotate(45deg);
  }
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  #header .shop {
    position: absolute;
    width: 8.2vw;
    left: auto;
    right: 15vw;
    bottom: auto;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .g_nav {
    position: fixed;
    width: 100%;
    right: 0;
    height: 100vh;
    padding-top: 14.4vw;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .g_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    letter-spacing: 0.1em;
    padding-bottom: 5vw;
    padding-top: 12vw;
    height: 100%;
    justify-content: flex-start;
  }
  .g_nav ul li {
    float: none;
    width: 100%;
    font-size: 16px;
    padding: 2.5vw 0;
    margin: 0;
    text-align: center;
  }
  .g_nav ul li.commercial a, .g_nav ul li.privacy a {
    font-size: 14px;
  }
  .g_nav ul li a {
    display: inline-block;
    padding: 2.5vw 0;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }
  .g_nav ul li a .logo {
    max-width: 79px;
  }
  .g_nav ul li a .insta {
    width: 18px;
  }
  .g_nav ul li a .tel {
    font-size: 6vw;
  }
  .g_nav ul li a:hover {
    opacity: 0.9;
  }
  .g_nav ul li a:hover::after {
    content: none;
  }
  #loading img {
    width: 30.77vw;
    transform: translateY(-8vh);
  }
  .loading_wrap {
    position: fixed;
    top: 45vh;
    left: 50vw;
    text-align: center;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -60%);
  }
  .sp_drag {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .sp_drag_part {
    text-align: center;
    padding: 2vw 5px 1.5vw;
  }
  ul.sp_drag_btns {
    list-style: none;
    width: 100%;
  }
  ul.sp_drag_btns li {
    float: left;
    width: 50%;
  }
  ul.sp_drag_btns li a {
    display: block;
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  ul.sp_drag_btns li a img {
    width: 100%;
    vertical-align: middle;
  }
  .top {
    margin-top: 80px;
    height: 133vw;
  }
  .top .container {
    width: 100%;
  }
  .loopSliderWrap1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul li {
    width: 100vw;
    height: 133vw;
  }
  .loopSlider1 ul li div {
    width: 100vw;
    height: 133vw;
  }
  main {
    padding-top: 0;
  }
  #pc_menu2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    background: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #pc_menu2 .top_menu_link {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 16px;
    color: #814900;
    padding: 0 30px;
    border-right: 1px solid #ccc;
  }
  #pc_menu2 .top_menu_link span {
    font-size: 22px;
    font-weight: bold;
    color: #444;
  }
  #pc_menu2 .top_menu_link:hover {
    opacity: 0.3;
  }
  #pc_menu2 .top_menu_link:last-child {
    border-right: 0px solid #ccc;
  }
  body {
    letter-spacing: 0.08em;
    padding-left: 0;
  }
  .lightbox {
    position: fixed;
    z-index: 1001;
    width: 100%;
    display: none;
    height: 100vh;
    top: 0;
    right: 0;
  }
  .lightbox .bg {
    background: rgba(240, 240, 240, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .lightbox .boxcontent {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lightbox .boxcontent .close_btn {
    position: absolute;
    right: 8vw;
    top: -15vw;
  }
  .lightbox .boxcontent .flex_img {
    width: 80vw;
    margin: auto;
  }
  .lightbox .boxcontent .flex_img img {
    width: 100%;
    mix-blend-mode: darken;
  }
  @keyframes discoverAnimatin {
    0% {
      background-position: bottom 0 center;
    }
    20% {
      background-position: bottom 40.8vw center;
    }
    60% {
      background-position: bottom 40.8vw center;
    }
    80% {
      background-position: bottom 81.6vw center;
    }
    100% {
      background-position: bottom 81.6vw center;
    }
  }
  .btn_group {
    text-align: left;
  }
  .btn_group a.right_btn {
    position: relative;
    height: 10.6666666667vw;
    width: 41.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_group a.right_btn span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3.2vw;
    font-weight: bold;
    overflow: hidden;
  }
  .btn_group a.right_btn span strong {
    position: absolute;
    z-index: 5;
    font-weight: bold;
  }
  .btn_group a.right_btn span::after {
    content: "";
    width: 200%;
    left: -100%;
    height: 100%;
    position: absolute;
    transition: left ease 0.4s;
  }
  .btn_group a.right_btn span:hover {
    opacity: 1;
  }
  .btn_group a.right_btn span:hover::after {
    left: 0;
    transition: left ease 0.4s;
  }
  .btn_group a.right_btn::after {
    position: absolute;
    width: 17px;
    height: 8px;
    content: "";
    background: url(./../images/arrow_right.svg) no-repeat;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .btn_group a.right_btn.blue_btn span::after {
    background: linear-gradient(to left, #0271c1, #0271c1 50%, white 50%, white);
  }
  .btn_group a.right_btn.blue_btn span strong {
    color: white;
  }
  .btn_group a.right_btn.blue_btn span:hover strong {
    color: #333333;
  }
  .btn_group a.right_btn.blue_btn::after {
    background: url(./../images/arrow_right.svg) no-repeat;
  }
  .btn_group a.right_btn.blue_btn:hover::after {
    background: url(./../images/arrow_right_bk.svg) no-repeat;
  }
  .btn_group a.right_btn.white_btn span::after {
    background: linear-gradient(to left, white, white 50%, #0271c1 50%, #0271c1);
  }
  .btn_group a.right_btn.white_btn span strong {
    color: #333333;
  }
  .btn_group a.right_btn.white_btn span:hover strong {
    color: white;
  }
  .btn_group a.right_btn.white_btn::after {
    background: url(./../images/arrow_right_bk.svg) no-repeat;
  }
  .btn_group a.right_btn.white_btn:hover::after {
    background: url(./../images/arrow_right.svg) no-repeat;
  }
  .btn_group a:hover {
    opacity: 1;
  }
  #sec1 {
    margin: auto;
    padding: 0;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
    min-height: auto;
  }
  #sec1 .bg img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: auto;
    -o-object-position: center;
       object-position: center;
  }
  #sec1 .part1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    display: flex;
    align-items: center;
  }
  #sec1 .part1 .part_txt {
    text-align: left;
    padding-right: 4vw;
    padding-left: 6.6666666667vw;
    position: relative;
    z-index: 10;
  }
  #sec1 .part1 .part_txt h3 {
    text-align: left;
    color: white;
    font-size: 3.2vw;
    font-weight: bold;
  }
  #sec1 .part1 .part_txt h2 {
    text-align: left;
    color: white;
    font-size: 5.6vw;
    font-weight: bold;
    margin-bottom: 4vw;
    margin-top: 1.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  #sec1 .part1 .part_txt p {
    text-align: left;
    color: white;
    font-size: 3.2vw;
  }
  #sec1 .part1 .part_txt .btn_group {
    margin-top: 11.8666666667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.6666666667vw;
  }
  #sec1 .part1 .part_txt .btn_group a {
    width: 56vw;
    height: 10.6666666667vw;
    background: #0271c1;
    border: 1px solid white;
  }
  #sec1 .part1 .flex_img {
    flex: 1;
    margin-left: 20px;
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 3.2vw;
  }
  #sec1 .part1 .flex_img img {
    width: 62.2666666667vw;
  }
  #sec1 .scroll {
    width: 100%;
    text-align: center;
    position: absolute;
    height: auto;
    bottom: 0;
  }
  #sec1 .scroll img {
    width: 45px;
  }
  #sec1 .scroll::after {
    margin: auto;
    display: block;
    margin-top: 20px;
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, white, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background-size: 100% 100px;
    height: 50px;
    animation: discoverAnimatin 2s cubic-bezier(0.79, 0, 0.15, 1) infinite;
  }
  #sec2 .part1 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  #sec2 .part1 .block {
    flex: 1;
    text-align: center;
    padding: 4vw;
  }
  #sec2 .part1 .block .block_img {
    width: 100%;
    padding: 1.5em 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sec2 .part1 .block .block_img img {
    mix-blend-mode: darken;
  }
  #sec2 .part1 .block h3 {
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 2vw;
    margin-top: 3.3333333333vw;
  }
  #sec2 .part1 .block p {
    font-size: 3.2vw;
    line-height: 2;
  }
  #sec3 {
    position: relative;
    z-index: 3;
  }
  #sec3 .bg {
    line-height: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #sec3 .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 h2 {
    padding-bottom: 0;
    color: white;
    text-align: center;
    font-size: 5.0666666667vw;
    font-weight: bold;
    padding-top: 13.3333333333vw;
  }
  #sec3 .sub_title {
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-top: 5px;
    font-weight: bold;
  }
  #sec3 .part1 {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 35px;
    padding: 4.6666666667vw 4vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  #sec3 .part1 .block {
    background: white;
    text-align: center;
    padding: 4vw 2.6666666667vw;
    height: 100%;
  }
  #sec3 .part1 .block > img {
    height: 26.6666666667vw;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #sec3 .part1 .block h3 {
    padding-top: 3.6vw;
    font-size: 3.2vw;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 2.2;
  }
  #sec3 .part1 .block h3 span {
    border-bottom: 1px solid black;
    padding-bottom: 3px;
  }
  #sec3 .part1 .block p {
    font-size: 12px;
    text-align: left;
  }
  #sec4 {
    background: url(./../images/top_sec3_bg.jpg) no-repeat;
    position: relative;
    z-index: 3;
  }
  #sec4 h2 {
    padding-bottom: 0;
    text-align: center;
    font-size: 5.0666666667vw;
    font-weight: bold;
    padding-top: 13.3333333333vw;
  }
  #sec4 .sub_title {
    font-size: 12px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-top: 5px;
    font-weight: bold;
  }
  #sec4 > p {
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 5.3333333333vw 2.6666666667vw 0;
  }
  #sec4 .part1 {
    padding-bottom: 13.3333333333vw;
  }
  #sec4 .part1 .part_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 4vw;
    padding-top: 4vw;
  }
  #sec4 .part1 .part_body .block {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 2.6666666667vw 2.6666666667vw;
  }
  #sec4 .part1 .part_body .block h3 {
    white-space: pre-line;
    word-break: break-word;
    color: #333;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.7;
  }
  #sec4 .part1 .part_body .block:nth-child(8n+2), #sec4 .part1 .part_body .block:nth-child(8n+4), #sec4 .part1 .part_body .block:nth-child(8n+5), #sec4 .part1 .part_body .block:nth-child(8n+7) {
    background: white;
  }
  #sec4 .part1 .part_body .block:nth-child(4n+2), #sec4 .part1 .part_body .block:nth-child(4n+3) {
    background: #f2f2f2;
  }
  #sec4 .part2 {
    padding-bottom: 9.3333333333vw;
    text-align: center;
  }
  #sec4 .part2 a {
    margin: auto;
    margin-top: 0;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #333;
    position: relative;
    background: white;
    border: 1px solid #333;
  }
  #sec4 .part2 a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 15px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }
  #sec5 {
    background: #f3f8fd;
    position: relative;
    z-index: 3;
  }
  #sec5 h2 {
    padding-bottom: 0;
    text-align: center;
    font-size: 5.0666666667vw;
    font-weight: bold;
    padding-top: 13.3333333333vw;
  }
  #sec5 .sub_title {
    font-size: 12px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-top: 5px;
    font-weight: bold;
  }
  #sec5 > p {
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 5.3333333333vw 2.6666666667vw;
  }
  #sec5 .part1 {
    padding: 8vw 5.3333333333vw;
  }
  #sec5 .part1 .block {
    background: white;
    margin-bottom: 4vw;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  }
  #sec5 .part1 .block .flex_img {
    padding: 1em 0;
  }
  #sec5 .part1 .block .flex_body {
    width: 100%;
    max-width: 100%;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #sec5 .part1 .block .flex_body p {
    font-size: 3.7333333333vw;
  }
  #sec5 .part1 .block .flex_body h3 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 1.3333333333vw;
  }
  #sec5 .part1 .btn_group a.right_btn {
    width: 75vw;
  }
  #sec6 .part1 h2 {
    padding-bottom: 0;
    font-size: 5.0666666667vw;
    font-weight: bold;
    padding-top: 13.3333333333vw;
    text-align: center;
  }
  #sec6 .part1 .sub_title {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-top: 5px;
    font-weight: bold;
  }
  #sec6 .part1 .slicker_parts {
    margin-top: 0;
    padding: 5.3333333333vw 4vw 13.3333333333vw;
  }
  #sec6 .part1 .slicker_parts .slicker_part {
    background: #F3F8FD;
    width: 90vw;
    margin: 0 16px;
  }
  #sec6 .part1 .slicker_parts .slicker_part .block_img img {
    width: 100%;
    height: 66.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec6 .part1 .slicker_parts .slicker_part .block_body {
    padding: 4vw;
  }
  #sec6 .part1 .slicker_parts .slicker_part .block_body h3 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
  }
  #sec6 .part1 .slicker_parts .slicker_part .block_body p {
    font-size: 3.7333333333vw;
    color: #333;
  }
  #solution_sec_fv {
    height: 60vw;
    background: url(./../images/solution_fv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
  }
  #solution_sec_fv .part1 {
    height: 100%;
    position: relative;
  }
  #solution_sec_fv .part1 .block {
    padding: 5.3333333333vw 5.3333333333vw;
    position: absolute;
    left: 0;
    bottom: 4vw;
  }
  #solution_sec_fv .part1 .block h1 {
    color: white;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.7;
  }
  #solution_sec_fv .part1 .block h2 {
    font-size: 3.2vw;
    font-weight: bold;
    color: white;
    padding-top: 0vw;
  }
  #solution_sec1 .part1 {
    padding: 8vw 5.3333333333vw;
  }
  #solution_sec1 .part1 h2 {
    text-align: center;
    font-size: 5.0666666667vw;
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 5.3333333333vw;
  }
  #solution_sec1 .part1 p {
    text-align: left;
    font-size: 3.4666666667vw;
    white-space: normal;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #solution_sec1 .part1 a {
    width: 61.3333333333vw;
    height: 13.3333333333vw;
    background: #0271c1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666667vw;
    color: white;
    margin: 30px auto;
    position: relative;
  }
  #solution_sec1 .part1 a::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 8px;
    background: url(./../images/arrow_right.svg) no-repeat;
    background-size: contain;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  #solution_sec2 {
    background: url(./../images/solution_sec2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  #solution_sec2 .part1 {
    padding: 20vw 5.3333333333vw 13.3333333333vw;
  }
  #solution_sec2 .part1 h2 {
    font-size: 5.0666666667vw;
    font-weight: bold;
    line-height: 1.3;
  }
  #solution_sec2 .part1 .part_body {
    padding-top: 9.3333333333vw;
    padding-bottom: 10.6666666667vw;
    display: grid;
    gap: 5.3333333333vw;
  }
  #solution_sec2 .part1 .part_body.grid_type {
    grid-template-columns: repeat(1, 1fr);
  }
  #solution_sec2 .part1 .part_body .block {
    position: relative;
    width: 100%;
  }
  #solution_sec2 .part1 .part_body .block .content {
    z-index: 2;
    height: 26.6666666667vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8vw;
  }
  #solution_sec2 .part1 .part_body .block p {
    white-space: pre-line;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  #solution_sec2 .part1 .part_body .block .number {
    position: absolute;
    bottom: 2.6666666667vw;
    right: 4vw;
    width: 13.3333333333vw;
  }
  #solution_sec3 {
    padding: 20vw 0;
    background-size: 75% auto, 100% auto;
  }
  #solution_sec3 .part1 h2 {
    text-align: center;
    font-size: 5.0666666667vw;
    font-weight: bold;
    padding-bottom: 5.3333333333vw;
    letter-spacing: 0.1em;
  }
  #solution_sec3 .part1 .part_body .block {
    margin: auto;
    max-width: 100%;
    background: url(./../images/solution_sec3_block_bg_sp.jpg) no-repeat;
    padding: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  #solution_sec3 .part1 .part_body .block .flex_img {
    width: 100%;
  }
  #solution_sec3 .part1 .part_body .block .flex_img img {
    width: 100%;
  }
  #solution_sec3 .part1 .part_body .block .flex_body {
    padding-right: 5.3333333333vw;
  }
  #solution_sec3 .part1 .part_body .block .flex_body h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5.3333333333vw;
  }
  #solution_sec3 .part1 .part_body .block .flex_body h3 img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #solution_sec3 .part1 .part_body .block .flex_body h3 span {
    padding-left: 5.3333333333vw;
    display: block;
    white-space: normal;
    color: white;
    font-weight: bold;
    font-size: 4.2666666667vw;
    word-break: keep-all;
    line-height: 1.8;
  }
  #solution_sec3 .part1 .part_body .block .flex_body p {
    color: white;
    font-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 4vw;
    line-height: 1.8;
  }
  #solution_sec4 .part1 {
    padding: 0 4vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #solution_sec4 .part1 h2 {
    font-size: 3.6vw;
    color: #333;
    text-align: center;
    padding-bottom: 8vw;
    font-weight: bold;
  }
  #solution_sec4 .part1 .part_body {
    text-align: center;
  }
  #solution_sec5 {
    background: url(./../images/solution_sec4_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  #solution_sec5 .part1 {
    padding-top: 10.6666666667vw;
  }
  #solution_sec5 .part1 h2 {
    color: white;
    text-align: center;
    font-size: 5.0666666667vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #solution_sec5 .part1 .sub_title {
    color: white;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 5.3333333333vw;
  }
  #solution_sec5 .part1 .part_body {
    padding: 4vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
    padding-bottom: 16vw;
  }
  #solution_sec5 .part1 .part_body .block {
    padding: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 20vw;
  }
  #solution_sec5 .part1 .part_body .block h3 {
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.8;
    font-weight: bold;
  }
  #solution_sec5 .part1 .part_body .block p {
    white-space: normal;
    text-align: center;
    font-size: 12px;
  }
  #custom_work_sec1 .part1 {
    border-bottom: 1px solid #0271c1;
    padding: 13.3333333333vw 0 6.6666666667vw;
    margin: 0 5.3333333333vw;
    width: auto;
  }
  #custom_work_sec1 .part1 .title {
    width: 37.3333333333vw;
    height: 7.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    margin: auto;
  }
  #custom_work_sec1 .part1 p {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  #custom_work_sec1 .part1 h2 {
    font-size: 4.5333333333vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 3.3333333333vw;
  }
  #custom_work_sec2 .part1 {
    margin: 5.3333333333vw 5.3333333333vw;
    width: auto;
  }
  #custom_work_sec2 .part1 h3 {
    font-size: 4.2666666667vw;
    font-weight: bold;
    border-left: 1px solid #132a5f;
    padding-left: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    margin-top: 8vw;
  }
  #custom_work_sec2 .part1 p {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
  #custom_work_sec2 .part1 ul {
    margin-left: 5.3333333333vw;
  }
  #custom_work_sec2 .part1 ul li {
    list-style: disc;
    font-size: 3.7333333333vw;
  }
  #custom_work_sec2 .part1 h4 {
    margin-bottom: 2.6666666667vw;
    margin-top: 4vw;
    font-weight: bold;
  }
  #custom_work_sec2 .part1 figure {
    text-align: center;
    padding-top: 2.6666666667vw;
  }
  #custom_work_sec2 .part1 .custom_image {
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  #custom_work_sec3 .part1 {
    margin-bottom: 13.3333333333vw;
  }
  #custom_work_sec3 .part1 .part_body {
    max-width: 100%;
    width: 90%;
    margin: auto;
    text-align: center;
    border: 1px solid #0271c1;
    padding-bottom: 8vw;
    margin-top: 8vw;
  }
  #custom_work_sec3 .part1 .part_body h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13.3333333333vw;
    background: #0271c1;
    font-size: 5.0666666667vw;
    text-align: center;
    color: white;
    font-weight: bold;
  }
  #custom_work_sec3 .part1 .part_body .title {
    font-size: 5.0666666667vw;
    text-align: center;
    margin-top: 5.3333333333vw;
    font-weight: bold;
    padding: 0 5.3333333333vw;
  }
  #custom_work_sec3 .part1 .part_body .desc {
    font-weight: bold;
    text-align: center;
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
  #custom_work_sec3 .part1 .part_body img {
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  #custom_work_sec3 .part1 .part_body .btn_group a {
    margin: auto;
    border: 1px solid #0271c1;
    margin-top: 5.3333333333vw;
    width: 66.6666666667vw;
    height: 16vw;
  }
  footer {
    position: relative;
    z-index: 3;
    background: #0271c1;
    background-position: top center;
    background-size: cover;
  }
  footer .part1 {
    padding: 13.3333333333vw 5.3333333333vw 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  footer .part1 h2 img {
    width: 53.3333333333vw;
  }
  footer .part1 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5.3333333333vw;
  }
  footer .part1 ul li a {
    color: white;
    font-size: 13px;
  }
  footer .part2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  footer .part2 .sns_parts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
  }
  footer .part2 .sns_parts a {
    margin-right: 24px;
  }
  footer .part2 .btn_group {
    margin-right: 0;
    margin-top: 5.3333333333vw;
  }
  footer .part2 .btn_group li {
    margin-bottom: 0.6666666667vw;
    text-align: left;
    width: 100%;
  }
  footer .part2 .btn_group li a {
    font-size: 14px;
    color: white;
  }
  footer .part2 .btn_group2 li {
    margin-bottom: 0.6666666667vw;
    text-align: left;
  }
  footer .part2 .btn_group2 li a {
    font-size: 14px;
    color: white;
  }
  footer .part3 {
    padding-bottom: 8vw;
  }
  footer .part3 p {
    font-size: 10px;
    color: white;
    padding: 0 5.3333333333vw;
    text-align: center;
  }
  #news_sec1 {
    background: url(./../images/news_fv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 80.6vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #news_sec1 .part1 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #news_sec1 .part1 h2 {
    font-size: vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #news_sec1 .part1 p {
    font-size: 13px;
    color: white;
    text-align: center;
    letter-spacing: 4px;
  }
  #news_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 80px;
  }
  #news_sec2 .part1 {
    max-width: 983px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 8vw;
  }
  #news_sec2 .part1 .block {
    width: 90%;
    margin: auto;
    border-bottom: 1px dotted #333;
  }
  #news_sec2 .part1 .block a {
    text-align: left;
    padding-top: 0;
    line-height: 1;
    padding-top: 2vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #333;
    padding-bottom: 3.3333333333vw;
    padding-top: 3.3333333333vw;
  }
  #news_sec2 .part1 .block a .date {
    width: 24vw;
    font-size: 3.7333333333vw;
    line-height: 1;
    display: block;
    text-align: left;
  }
  #news_sec2 .part1 .block a .title {
    font-size: 3.7333333333vw;
    display: inline-block;
    line-height: 1.2;
    padding-left: 0;
    width: 100%;
    padding-top: 1.3333333333vw;
  }
  #news_sec2 .part1 .block a .category {
    font-size: 3.4666666667vw;
    width: 21.3333333333vw;
    height: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
  }
  #news_sec2 .part1 .block:last-child {
    border-bottom: none;
  }
  #news_sec2 .part2 {
    padding-bottom: 9.3333333333vw;
  }
  #news_sec2 .part2 a {
    color: #333;
    text-decoration: none;
  }
  #news_detail_sec1 {
    padding: 0 5.3333333333vw;
  }
  #news_detail_sec1 h2 {
    font-size: 4.8vw;
    text-align: center;
    position: relative;
    padding-top: 6vw;
    margin: auto;
    margin-bottom: 6vw;
    max-width: 775px;
    width: 100%;
    line-height: 1.4;
    font-weight: bold;
  }
  #news_detail_sec1 h2 .date {
    font-size: 12px;
  }
  #news_detail_sec1 .part1 {
    margin-top: 13.3333333333vw;
  }
  #news_detail_sec1 .part1 .subtitle span {
    display: flex;
    width: 33.3333333333vw;
    height: 6.6666666667vw;
    border: 1px solid #333;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    font-weight: bold;
  }
  #news_detail_sec1 .part1 .sns_part {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    margin-top: 5.3333333333vw;
    line-height: 1;
  }
  #news_detail_sec1 .part1 .block1 {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 24px;
  }
  #news_detail_sec1 .part1 .block1 > img {
    width: 100%;
    margin-bottom: 40px;
  }
  #news_detail_sec1 .part1 .block1 p {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 2.2;
  }
  #news_detail_sec1 .part1 .block1 img {
    width: 100%;
    height: auto;
  }
  #news_detail_sec1 .part1 .block1 a {
    text-decoration: underline;
  }
  #news_detail_sec1 .part1 .other_part .date {
    display: block;
    text-align: center;
    font-size: 3.7333333333vw;
  }
  #news_detail_sec1 .part1 .other_part .category {
    display: flex;
    margin: auto;
    width: 20vw;
    height: 6vw;
    border: 1px solid #333;
    align-items: center;
    justify-content: center;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  #news_detail_sec1 .part1 .bottom_btn {
    text-align: center;
    padding-top: 10.6666666667vw;
  }
  #news_detail_sec1 .part1 .bottom_btn a {
    width: 60vw;
    height: 10.6666666667vw;
    background: #0271c1;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  #contact_sec1 .part1 {
    padding: 0 5.3333333333vw;
  }
  #contact_sec1 .part1 h2 {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-top: 13.3333333333vw;
    padding-bottom: 6vw;
  }
  #contact_sec1 .part1 p {
    text-align: center;
    font-size: 3.7333333333vw;
  }
  #contact_sec1 .part1 p.work_time {
    font-size: 4.2666666667vw;
    font-weight: bold;
    margin-top: 5.3333333333vw;
  }
  #contact_sec1 .part1 .btn_group a {
    background: #0271c1;
    width: 100%;
    border: 1px solid #0271c1;
    margin: auto;
    height: 16vw;
  }
  #contact_sec1 .part1 .btn_group a img {
    width: 60vw;
  }
  #contact_sec1 .part1 .btn_group a .bk {
    display: none;
  }
  #contact_sec1 .part1 .btn_group a .wh {
    display: block;
  }
  #contact_sec1 .part1 .btn_group a:hover .bk {
    display: block;
  }
  #contact_sec1 .part1 .btn_group a:hover .wh {
    display: none;
  }
  #contact_sec1 .part2 {
    padding: 0 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #contact_sec1 .part2 h2 {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #contact_sec1 .part2 p {
    text-align: center;
    font-size: 16px;
    margin-top: 5.3333333333vw;
  }
  #contact_sec1 .part2 .btn_group a {
    background: #0271c1;
    border: 1px solid #0271c1;
    width: 100%;
    margin: auto;
    height: 16vw;
  }
  #contact_sec1 .part2 .btn_group a span {
    font-size: 16px;
  }
  #contact_sec1 .part2 .btn_group a img {
    width: 60vw;
  }
  #contact_sec1 .part2 .btn_group a .bk {
    display: none;
  }
  #contact_sec1 .part2 .btn_group a .wh {
    display: block;
  }
  #contact_sec1 .part2 .btn_group a:hover .bk {
    display: block;
  }
  #contact_sec1 .part2 .btn_group a:hover .wh {
    display: none;
  }
  #download_sec1 .part1 p {
    text-align: center;
    font-size: 3.7333333333vw;
  }
  #download_sec1 .part1 p.work_time {
    font-size: 4.2666666667vw;
    font-weight: bold;
    margin-top: 5.3333333333vw;
  }
  #download_sec1 .part2 {
    display: grid;
    padding: 0 5.3333333333vw;
    margin-top: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  #download_sec1 .part2 .block {
    width: 100%;
  }
  #download_sec1 .part2 .block img {
    width: 100%;
    aspect-ratio: 1/0.6;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #download_sec1 .part2 .block p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  #download_sec1 .part2 .block a {
    margin-top: 2.6666666667vw;
    background: #0271c1;
    color: white;
    font-size: 4.2666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9.3333333333vw;
    width: 100%;
  }
  #contact_sec2 {
    padding-top: 10vw;
    position: relative;
    z-index: 2;
  }
  #contact_sec2 .part1 {
    padding-bottom: 13.3333333333vw;
    width: 88vw;
    margin: auto;
  }
  #contact_sec2 .part1 h2 {
    font-size: 4.8vw;
    text-align: center;
    font-weight: bold;
    padding-bottom: 6.6666666667vw;
  }
  #contact_sec2 .part1 .wpcf7-spinner {
    display: none !important;
  }
  #contact_sec2 .part1 .form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.3333333333vw;
    font-size: 16px;
    flex-direction: column;
    justify-content: flex-start;
  }
  #contact_sec2 .part1 .form-group > label {
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 1.3333333333vw;
    color: #333;
  }
  #contact_sec2 .part1 .form-group .link_group {
    flex: 1;
    margin-left: 0;
  }
  #contact_sec2 .part1 .form-group .wpcf7-form-control-wrap {
    flex: 1;
    width: 100%;
    margin-left: 0;
  }
  #contact_sec2 .part1 .form-group .essential {
    color: #cc0000;
    font-size: 13px;
    padding-left: 10px;
  }
  #contact_sec2 .part1 .form-group input[type=radio] {
    height: 18px;
    margin-right: 10px;
  }
  #contact_sec2 .part1 .form-group input[type=radio] {
    width: auto;
    height: 18px;
    margin-right: 10px;
  }
  #contact_sec2 .part1 .form-group a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
  }
  #contact_sec2 .part1 .form-group .wpcf7-list-item {
    display: block;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
  }
  #contact_sec2 .part1 .form-group .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #contact_sec2 .part1 .form-group .wpcf7-list-item label span {
    font-size: 16px;
  }
  #contact_sec2 .part1 .form-group input[type=text], #contact_sec2 .part1 .form-group input[type=email], #contact_sec2 .part1 .form-group textarea, #contact_sec2 .part1 .form-group input[type=tel], #contact_sec2 .part1 .form-group select, #contact_sec2 .part1 .form-group textarea {
    color: black;
    height: 8vw;
    width: 100%;
    box-sizing: border-box;
    background-color: #edeeee;
    border: none;
    padding-left: 2.6666666667vw;
    color: #363636;
    font-size: 15px;
  }
  #contact_sec2 .part1 .form-group textarea {
    height: 16vw;
  }
  #contact_sec2 .part1 .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw;
  }
  #contact_sec2 .part1 .submit_btn {
    text-align: center;
  }
  #contact_sec2 .part1 .submit_btn input {
    background: #0271c1;
    width: 40vw;
    display: inline-flex;
    justify-content: center;
    font-size: 13px;
    align-items: center;
    height: 10.6666666667vw;
    color: white;
    border: 1px solid #0271c1;
  }
  #contact_sec2 .part1 .submit_btn input.prev_btn {
    background: #333;
    color: white;
    border-color: #333;
    font-size: 14px;
    height: 10.6666666667vw;
  }
  #contact_sec2 .part1 .submit_btn input.submit_btn {
    background: #0271c1;
    color: white;
    border-color: #0271c1;
    font-size: 14px;
    height: 10.6666666667vw;
  }
  figure {
    margin: 0;
  }
  figure img {
    margin-bottom: 2.6666666667vw;
  }
  .shopify-buy__btn-wrapper {
    text-align: center;
  }
  #works_sec2 .part1 .block .flex_body h3 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 500px) {
  .visible-500 {
    display: block;
  }
  .hidden-500 {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */