@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100dvh;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1A1A1A;
}
body img {
  width: 100%;
  height: auto;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

section {
  margin: 120px 0;
}
@media screen and (max-width: 599px) {
  section {
    margin: 80px 0;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1300px) {
  .inner {
    padding: 0 6.15vw;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .inner {
    padding: 0 5.1282051282vw;
  }
}

.flex_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.p-btn {
  display: inline-flex;
  height: 50px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: #00A968;
  font-feature-settings: "palt" on;
  /* ボタンテキスト */
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.c-heading {
  font-feature-settings: "palt" on;
  /* セクション見出し */
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .c-heading {
    font-size: 2.4rem;
  }
}

.heading-wrap .en-heading {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.heading-wrap .en-heading::before {
  content: "[";
  display: inline-block;
  font-size: 1.3rem;
  color: #00C87B;
  margin-right: 5px;
}
.heading-wrap .en-heading::after {
  content: "]";
  display: inline-block;
  font-size: 1.3rem;
  color: #00C87B;
  margin-left: 5px;
}
.heading-wrap .c-text {
  margin-top: 20px;
}

.c-text {
  /* 本文 */
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .c-text {
    font-size: 1.5rem;
  }
}

.sub-text {
  /* サブテキスト */
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #888888;
}

.green-text {
  color: #00A968;
}

.link-text {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #00C87B;
  text-decoration: underline;
}
.link-text img {
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  vertical-align: text-top;
}
.link-text:hover {
  color: #FFFFFF;
}

/*************************************************
CTAセクション
*************************************************/
.cta-wrap {
  margin: 80px auto 0;
  padding: 40px 60px;
  max-width: 1200px;
  border-radius: 6px;
  background: #E8FAF3 url("../images/cta_deco.png") no-repeat left 15px bottom/240px auto;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 2px 14px 0px rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 1300px) {
  .cta-wrap {
    background: #E8FAF3;
    margin: 60px 8.3333333333vw 0;
  }
}
@media screen and (max-width: 599px) {
  .cta-wrap {
    margin: 60px 5.1282051282vw 0;
    padding: 30px 15px;
  }
}
.cta-wrap .cta_inner {
  max-width: 880px;
  margin-left: auto;
}
.cta-wrap .flex_wrap {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .cta-wrap .flex_wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.cta-wrap .flex_wrap .left_wrap {
  width: 56.33%;
}
@media screen and (max-width: 1024px) {
  .cta-wrap .flex_wrap .left_wrap {
    width: 100%;
  }
}
.cta-wrap .flex_wrap .right_wrap {
  width: calc(100% - (56.33% + 20px));
}
@media screen and (max-width: 1024px) {
  .cta-wrap .flex_wrap .right_wrap {
    width: 100%;
  }
}
.cta-wrap .left_wrap .c-heading {
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .cta-wrap .left_wrap .c-heading {
    font-size: 2.4rem;
  }
}
.cta-wrap .left_wrap .c-heading span {
  font-size: 2rem;
  font-weight: 500;
}
.cta-wrap .left_wrap .c-text {
  margin-top: 20px;
}
.cta-wrap .right_wrap {
  text-align: center;
}
.cta-wrap .right_wrap .sub-text {
  color: #1A1A1A;
}

.btn-wrap {
  margin-top: 20px;
}
.btn-wrap .p-btn {
  margin-bottom: 15px;
  width: 280px;
  height: 60px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .btn-wrap .p-btn {
    width: 240px;
  }
}
.btn-wrap .p-btn::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/arrow-w.svg") no-repeat center/contain;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-wrap .p-btn:hover {
  background-color: #009058;
}
.btn-wrap .p-btn:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.btn-wrap .white-btn {
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #00A968;
  color: #00A968;
}
.btn-wrap .white-btn::after {
  background: url("../images/arrow-g.svg") no-repeat center/contain;
}
.btn-wrap .white-btn:hover {
  background-color: #E8FAF3;
}
.btn-wrap .sub-text {
  margin-top: 5px;
  color: #888888;
}

/*************************************************
サンクスページ
*************************************************/
.thanks-wrap #header .logo {
  max-width: 180px;
  margin: 80px auto 0;
}
.thanks-wrap .message {
  max-width: 800px;
  margin: 80px auto;
}
.thanks-wrap .message h1 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.thanks-wrap .message .top_button {
  text-align: center;
  margin-top: 30px;
}

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

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .u-pc-inlineblock {
    display: none;
  }
}

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

.u-pc-inlineblock-md {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .u-pc-inlineblock-md {
    display: none;
  }
}

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

.u-md-inlineblock {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-md-inlineblock {
    display: inline-block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp {
    display: block;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
.header {
  width: 100%;
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 50px;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 8px 5.1282051282vw;
  }
}
.header .logo {
  width: 186px;
}
@media screen and (max-width: 599px) {
  .header .logo {
    width: 140px;
  }
}
.header .global-nav {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.77);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 15px 20px;
}
@media screen and (max-width: 1024px) {
  .header .global-nav {
    display: none;
  }
}
.header .global-nav ul {
  display: flex;
  gap: 2.0833333333vw;
}
.header .global-nav a {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  transition: color 0.2s ease-in;
}
.header .global-nav a:hover {
  color: #00A968;
}
.header .header-btn {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 599px) {
  .header .header-btn .p-btn {
    display: none;
  }
}
.header .ham-btn {
  position: relative;
  z-index: 9999;
  display: inline-flex;
  height: 50px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .header .ham-btn {
    height: 38px;
    padding: 0 10px;
    border-radius: 3px;
  }
}
.header .ham-btn .icon-menu {
  display: block;
  width: 21px;
  height: 2px;
  background-color: #00C87B;
  transition: all 0.3s ease;
}
.header .ham-btn .icon-menu:nth-of-type(2) {
  width: 14px;
  margin-top: 6px;
}
.header .ham-btn .menu-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" on;
  color: #FFFFFF;
  text-transform: uppercase;
}
.header .ham-btn .menu-text::after {
  content: "menu";
}
@media screen and (max-width: 599px) {
  .header .ham-btn .menu-text {
    font-size: 1.2rem;
  }
}
.header .ham-btn.active {
  background-color: #888888;
}
.header .ham-btn.active .icon-menu:nth-of-type(1) {
  transform: translateY(5px) rotate(-30deg);
  background-color: #FFFFFF;
}
.header .ham-btn.active .icon-menu:nth-of-type(2) {
  width: 21px;
  background-color: #FFFFFF;
  transform: translateY(-3px) rotate(30deg);
}
.header .ham-btn.active .menu-text::after {
  content: "close";
}
.header .header_drawer_menu {
  position: fixed;
  background-color: rgba(26, 26, 26, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  z-index: 8888;
}
.header .header_drawer_menu .drawer_menu_pc {
  background-color: #fff;
  max-width: 480px;
  width: 100%;
  height: 100%;
  padding: 124px 60px 60px 60px;
  margin: 0 0 0 auto;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .header .header_drawer_menu .drawer_menu_pc {
    max-width: 100%;
    padding: 124px 6.15vw 60px 6.15vw;
  }
}
.header .header_drawer_menu .drawer_menu_pc .drawer_menu_list .item {
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .header .header_drawer_menu .drawer_menu_pc .drawer_menu_list .item {
    margin: 0 0 20px;
  }
}
.header .header_drawer_menu .drawer_menu_pc .drawer_menu_list .item a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
@media screen and (max-width: 599px) {
  .header .header_drawer_menu .drawer_menu_pc .drawer_menu_list .item a {
    font-size: 1.5rem;
  }
}
.header .header_drawer_menu .drawer_menu_pc .drawer_menu_list .item a:hover {
  color: #00A968;
}
.header .header_drawer_menu.active {
  visibility: visible;
  opacity: 1;
  animation: fade-in 0.3s ease-in-out;
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

.footer .footer-inner {
  padding: 30px 5.56vw 60px;
  display: flex;
  justify-content: space-between;
  background-color: #1A1A1A;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer .footer-inner {
    padding: 30px 5.1282051282vw 40px;
    flex-direction: column;
    gap: 40px;
  }
}
.footer .footer-inner .company-wrap .logo img {
  max-width: 184px;
}
@media screen and (max-width: 599px) {
  .footer .footer-inner .company-wrap .logo img {
    max-width: 140px;
  }
}
.footer .footer-inner .company-wrap .company-name {
  margin: 30px 0 15px;
}
.footer .footer-inner .company-wrap address {
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer .footer-inner .company-wrap address span {
  display: block;
}
.footer .footer-inner .company-wrap address .tel {
  margin-top: 8px;
}
.footer .footer-inner .link-wrap a {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.footer .footer-inner .link-wrap a img {
  width: 16px;
  height: 16px;
}
.footer .footer-inner .link-wrap a.sub-text {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .footer-inner small {
  display: block;
  position: absolute;
  bottom: 60px;
  right: 5.56vw;
}
@media screen and (max-width: 599px) {
  .footer .footer-inner small {
    bottom: 40px;
    right: 5.1282051282vw;
  }
}

/*************************************************
FVセクション
*************************************************/
.sec-fv {
  margin: 0;
  padding-top: 184px;
}
@media screen and (max-width: 1024px) {
  .sec-fv {
    padding-top: 134px;
  }
}
.sec-fv .fv-inner {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.sec-fv .fv-inner .fv-copybox {
  width: 38.96vw;
  padding-left: 8.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-inner .fv-copybox {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .sec-fv .fv-inner .fv-copybox {
    padding: 0 5.1282051282vw;
  }
}
.sec-fv .fv-inner .fv-hero {
  width: 55.63vw;
  padding-right: 3.47vw;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-inner .fv-hero {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .sec-fv .fv-inner .fv-hero {
    padding: 0 5.1282051282vw;
  }
}
.sec-fv .fv-copybox .fv-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1550px) {
  .sec-fv .fv-copybox .fv-title {
    font-size: max(2.581vw, 3.2rem);
  }
}
@media screen and (max-width: 599px) {
  .sec-fv .fv-copybox .fv-title {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}
.sec-fv .fv-copybox .fv-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-copybox .fv-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sec-fv .fv-copybox .fv-text {
    font-size: 1.8rem;
  }
}
.sec-fv .fv-copybox .p-btn {
  height: auto;
  padding: 18px 80px;
  margin-top: 60px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-copybox .p-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .sec-fv .fv-copybox .p-btn {
    padding: 16px 50px;
  }
}
.sec-fv .fv-copybox .p-btn::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/arrow-w.svg") no-repeat center/contain;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv-copybox .p-btn::after {
    right: 12px;
  }
}
.sec-fv .fv-copybox .p-btn:hover {
  background-color: #009058;
}
.sec-fv .fv-copybox .p-btn:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.sec-fv .fv-hero {
  /* メインスライダー */
  /* ページネーション（01 02 03） */
  /* Our Work セクション */
  /* サムネイルスライダー */
}
.sec-fv .fv-hero .main-container {
  display: flex;
  gap: 15px;
  align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-hero .main-container {
    flex-direction: column;
    margin-top: 30px;
  }
}
.sec-fv .fv-hero .slider-section {
  flex: 3;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1550px) {
  .sec-fv .fv-hero .slider-section {
    height: 100%;
  }
}
.sec-fv .fv-hero .sidebar {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  padding-bottom: 50px;
  height: 100%;
  min-height: 0;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-hero .sidebar {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 0;
  }
}
.sec-fv .fv-hero .main-slider {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 4px -4px 28px 0px rgba(26, 26, 26, 0.06);
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1550px) {
  .sec-fv .fv-hero .main-slider .splide__track {
    height: 100%;
  }
}
.sec-fv .fv-hero .main-slider .main-slide {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .sec-fv .fv-hero .main-slider .main-slide {
    aspect-ratio: unset;
    height: 100%;
  }
}
.sec-fv .fv-hero .main-slider .main-slide .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv .fv-hero .main-slider .main-slide .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #FFFFFF;
  padding: 40px 25px 25px;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-hero .main-slider .main-slide .slide-content {
    padding: 30px 20px 20px;
  }
}
.sec-fv .fv-hero .main-slider .main-slide .slide-content .slide-category {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.sec-fv .fv-hero .main-slider .main-slide .slide-content .slide-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv-hero .main-slider .main-slide .slide-content .slide-title {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.sec-fv .fv-hero .main-slider .main-slide .slide-content .sub-text {
  text-align: right;
  position: relative;
  color: #FFFFFF;
  padding-right: 26px;
  transition: all 0.3s ease;
}
.sec-fv .fv-hero .main-slider .main-slide .slide-content .sub-text::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow-w.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sec-fv .fv-hero .main-slider .main-slide .slide-button:hover .slide-content .sub-text {
  transform: translateX(5px);
}
.sec-fv .fv-hero .custom-pagination {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: flex;
  gap: 15px;
  height: 34px;
}
.sec-fv .fv-hero .custom-pagination .pagination-item {
  cursor: pointer;
  position: relative;
}
.sec-fv .fv-hero .custom-pagination .pagination-item .circle {
  display: block;
  width: 34px;
  height: 34px;
  transform: rotate(-90deg);
}
.sec-fv .fv-hero .custom-pagination .pagination-item .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}
.sec-fv .fv-hero .custom-pagination .pagination-item .circle .circle-01 {
  stroke: #E5E5E5;
  stroke-width: 2px;
}
.sec-fv .fv-hero .custom-pagination .pagination-item .circle .circle-02 {
  stroke: #00C87B;
  stroke-width: 2px;
  stroke-dasharray: 100.53px;
  stroke-dashoffset: 100.53px;
  fill: none;
}
@keyframes progressCircle {
  to {
    stroke-dashoffset: 0;
  }
}
.sec-fv .fv-hero .custom-pagination .pagination-item .current {
  font-size: 1.2rem;
  color: #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-fv .fv-hero .work-section {
  flex: 1 1 auto;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-hero .work-section {
    width: 100%;
  }
}
.sec-fv .fv-hero .work-section a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #E5E5E5;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-width: 0;
}
.sec-fv .fv-hero .work-section a .work-title {
  color: #00A968;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}
.sec-fv .fv-hero .work-section a .work-description {
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec-fv .fv-hero .work-section a .work-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 80%;
  right: 15px;
  background: url("../images/arrow-g.svg") no-repeat center/contain;
  color: #888888;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sec-fv .fv-hero .work-section a:hover .work-arrow {
  transform: translateX(5px);
}
.sec-fv .fv-hero .thumbnail-container {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-hero .thumbnail-container {
    display: flex;
    gap: 1.3888888889vw;
  }
}
.sec-fv .fv-hero .thumbnail-container .thumbnail-slide {
  aspect-ratio: 4/3;
  min-width: 0;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  animation: thumbnailFadeIn 0.6s ease forwards;
  cursor: pointer;
}
.sec-fv .fv-hero .thumbnail-container .thumbnail-slide:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sec-fv .fv-hero .thumbnail-container .thumbnail-slide {
    margin-bottom: 0;
    width: 100%;
  }
}
.sec-fv .fv-hero .thumbnail-container .thumbnail-slide .thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.sec-fv .fv-hero .thumbnail-container .thumbnail-slide:nth-child(1) {
  animation-delay: 0.1s;
}
.sec-fv .fv-hero .thumbnail-container .thumbnail-slide:nth-child(2) {
  animation-delay: 0.2s;
}
.sec-fv .fv-hero .thumbnail-container .thumbnail-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@keyframes thumbnailFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes thumbnailFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.sec-fv .fv-hero .thumbnail-container .thumbnail-fade-out {
  animation: thumbnailFadeOut 0.3s ease forwards;
}
@media screen and (max-width: 1024px) {
  .sec-fv .pr-wrap {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .sec-fv .pr-wrap {
    padding: 0 5.1282051282vw;
  }
}
.sec-fv .pr-wrap .btn-subtext {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .sec-fv .pr-wrap .btn-subtext {
    font-size: 1.3rem;
  }
}
.sec-fv .pr-wrap .badge-wrap {
  display: flex;
  gap: 15px;
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .sec-fv .pr-wrap .badge-wrap {
    gap: 10px;
    margin-top: 15px;
  }
}
.sec-fv .pr-wrap .badge-wrap .badge {
  display: inline-block;
  padding: 14px 20px;
  background-color: #FFFFFF;
  border-radius: 6px;
  filter: drop-shadow(0px 2px 14px rgba(26, 26, 26, 0.08));
}
@media screen and (max-width: 599px) {
  .sec-fv .pr-wrap .badge-wrap .badge {
    padding: 10px 16px;
    border-radius: 3px;
  }
}
.sec-fv .pr-wrap .badge-wrap .badge img {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 599px) {
  .sec-fv .pr-wrap .badge-wrap .badge img {
    height: 26px;
  }
}

/*************************************************
お悩みセクション
*************************************************/
.sec-problem {
  margin-top: 168px;
}
@media screen and (max-width: 1024px) {
  .sec-problem {
    margin-top: 120px;
  }
}
@media screen and (max-width: 599px) {
  .sec-problem {
    margin-top: 80px;
  }
}
.sec-problem .l-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .sec-problem .l-title {
    font-size: 3.2rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 60px;
  }
}
.sec-problem .flex_wrap {
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .sec-problem .flex_wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.sec-problem .flex_wrap .image_wrap {
  width: 45.83%;
}
@media screen and (max-width: 1024px) {
  .sec-problem .flex_wrap .image_wrap {
    width: 100%;
  }
}
.sec-problem .flex_wrap .text_wrap {
  width: 49.08%;
}
@media screen and (max-width: 1024px) {
  .sec-problem .flex_wrap .text_wrap {
    width: 100%;
  }
}
.sec-problem .c-text {
  margin-top: 20px;
}
.sec-problem .problem_list {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .sec-problem .problem_list {
    margin-top: 20px;
  }
}
.sec-problem .problem_list .c-heading {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-problem .problem_list .c-heading {
    text-align: left;
  }
}
.sec-problem .problem_list ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .sec-problem .problem_list ul {
    flex-wrap: wrap;
    gap: 21px;
  }
}
@media screen and (max-width: 599px) {
  .sec-problem .problem_list ul {
    gap: 10px;
  }
}
.sec-problem .problem_list ul li {
  width: calc((100% - 21px) / 4);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  border: 2px solid #E5E5E5;
  background: #FFFFFF;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1300px) {
  .sec-problem .problem_list ul li {
    width: calc((100% - 21px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .sec-problem .problem_list ul li {
    width: 100%;
    height: 120px;
    font-size: 1.5rem;
  }
}
.sec-problem .problem_list ul li .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.sec-problem .problem_list ul li .l-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-problem .problem_list ul li .l-text {
    font-size: 2rem;
  }
}

/*************************************************
設計戦略セクション
*************************************************/
.sec-framework {
  padding: 100px 0;
  background-color: #1A1A1A;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .sec-framework {
    padding: 60px 0;
  }
}
.sec-framework .green-text {
  color: #00C87B;
}
.sec-framework .c-text {
  font-weight: 500;
}
.sec-framework .heading-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #888888;
}
.sec-framework .heading-wrap .c-heading {
  line-height: 1.4;
}
.sec-framework .heading-wrap .c-heading .sub {
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .sec-framework .heading-wrap .c-heading .sub {
    font-size: 1.8rem;
  }
}
.sec-framework .purpose_wrap {
  text-align: center;
}
.sec-framework .purpose_wrap .c-heading {
  margin-top: 60px;
  text-align: center;
}
.sec-framework .purpose_wrap .c-heading .sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .sec-framework .purpose_wrap .c-heading .sub {
    font-size: 2rem;
  }
}
.sec-framework .purpose_wrap .c-heading .u-line {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-framework .purpose_wrap .title {
  margin-top: 60px;
  display: inline-flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #888888;
}
.sec-framework .purpose_wrap .purpose_list {
  margin-top: 42px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 40px;
  color: #fff;
}
.sec-framework .purpose_wrap .purpose_list li {
  width: 380px;
}
@media screen and (max-width: 599px) {
  .sec-framework .purpose_wrap .purpose_list li {
    width: 100%;
  }
}
.sec-framework .purpose_wrap .purpose_list li .heading_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sec-framework .purpose_wrap .purpose_list li .heading_wrap .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .sec-framework .purpose_wrap .purpose_list li .heading_wrap .icon {
    width: 32px;
    height: 32px;
  }
}
.sec-framework .purpose_wrap .purpose_list li .heading_wrap h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 599px) {
  .sec-framework .purpose_wrap .purpose_list li .heading_wrap h4 {
    font-size: 2rem;
  }
}
.sec-framework .purpose_wrap .purpose_list li p {
  margin-top: 20px;
  padding-left: 52px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #E5E5E5;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .sec-framework .purpose_wrap .purpose_list li p {
    font-size: 1.5rem;
  }
}
.sec-framework .framework_wrap {
  border-radius: 6px;
  background: #313131;
  padding: 60px 50px 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-framework .framework_wrap {
    border-radius: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 5.1282051282vw 30px;
  }
}
.sec-framework .framework_wrap::after {
  content: "";
  display: block;
  width: 200px;
  height: 80px;
  background-color: #313131;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .sec-framework .framework_wrap::after {
    width: 100px;
    height: 40px;
    bottom: -20px;
  }
}
.sec-framework .framework_wrap h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-framework .framework_wrap h3 {
    font-size: 2rem;
  }
}
.sec-framework .framework_wrap h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #00C87B;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-framework .framework_wrap .c-text {
  margin-top: 15px;
}
.sec-framework .framework_wrap .framework_list {
  border-top: 1px solid #888888;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .sec-framework .framework_wrap .framework_list {
    margin-top: 30px;
  }
}
.sec-framework .framework_wrap .framework_list li {
  padding: 20px 0;
  border-bottom: 1px solid #888888;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px;
}
@media screen and (max-width: 599px) {
  .sec-framework .framework_wrap .framework_list li {
    padding: 30px 0;
  }
}
.sec-framework .framework_wrap .framework_list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .sec-framework .framework_wrap .framework_list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.sec-framework .framework_wrap .framework_list .title_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .sec-framework .framework_wrap .framework_list .title_wrap {
    order: 2;
  }
}
.sec-framework .framework_wrap .framework_list .title_wrap .num {
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #1A1A1A;
  border-radius: 9999px;
}
.sec-framework .framework_wrap .framework_list .title_wrap .framework_heading {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-framework .framework_wrap .framework_list .title_wrap .framework_heading {
    font-size: 2rem;
  }
}
.sec-framework .framework_wrap .framework_list .title_wrap .framework_heading .sub {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 599px) {
  .sec-framework .framework_wrap .framework_list .title_wrap .framework_heading .sub {
    font-size: 1.3rem;
  }
}
.sec-framework .framework_wrap .framework_list .c-text {
  max-width: 340px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .sec-framework .framework_wrap .framework_list .c-text {
    order: 3;
    max-width: 600px;
    width: 100%;
  }
}
.sec-framework .framework_wrap .framework_list .image {
  max-width: 340px;
}
@media screen and (max-width: 1024px) {
  .sec-framework .framework_wrap .framework_list .image {
    order: 1;
    max-width: 600px;
    width: 100%;
  }
}
.sec-framework .result_wrap {
  margin-top: 108px;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap {
    margin-top: 50px;
  }
}
.sec-framework .result_wrap .c-heading {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap .c-heading {
    font-size: 2rem;
  }
}
.sec-framework .result_wrap ul {
  margin: 28px auto 0;
  padding: 15px 30px;
  max-width: 500px;
  background-color: #E5E5E5;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap ul {
    margin: 20px auto 0;
    padding: 10px 15px;
    border-radius: 3px;
  }
}
.sec-framework .result_wrap ul li {
  font-weight: 500;
  line-height: 1.8;
  color: #1A1A1A;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap ul li {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.sec-framework .result_wrap ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #00A968;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap ul li::before {
    top: 0.8em;
  }
}
.sec-framework .result_wrap .s-cta_wrap {
  margin-top: 47px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap .s-cta_wrap {
    margin-top: 30px;
  }
}
.sec-framework .result_wrap .s-cta_wrap .s-cta_text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #E5E5E5;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap .s-cta_wrap .s-cta_text {
    font-size: 1.3rem;
  }
}
.sec-framework .result_wrap .s-cta_wrap .p-btn {
  margin-top: 30px;
  background-color: transparent;
  color: #00C87B;
  border: 1px solid #00C87B;
  height: auto;
  padding: 18px 80px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap .s-cta_wrap .p-btn {
    margin-top: 20px;
    padding: 16px 50px;
  }
}
.sec-framework .result_wrap .s-cta_wrap .p-btn::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/arrow-g.svg") no-repeat center/contain;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .sec-framework .result_wrap .s-cta_wrap .p-btn::after {
    right: 12px;
  }
}
.sec-framework .result_wrap .s-cta_wrap .p-btn:hover {
  background-color: #E8FAF3;
}
.sec-framework .result_wrap .s-cta_wrap .p-btn:hover::after {
  transform: translateY(-50%) translateX(5px);
}

/*************************************************
制作実績セクション
*************************************************/
.sec-works {
  overflow: hidden;
}
.sec-works .feature-wrap {
  margin-top: 80px;
  display: flex;
  align-items: center;
  border-right: 1px solid #00A968;
}
@media screen and (max-width: 1024px) {
  .sec-works .feature-wrap {
    margin-top: 40px;
    flex-direction: column;
    justify-content: center;
    border-right: none;
    border-top: 1px solid #00A968;
  }
}
.sec-works .feature-wrap .item {
  flex-grow: 1;
  height: 220px;
  align-content: center;
  padding: 0 1.74vw;
  border-left: 1px solid #00A968;
}
@media screen and (max-width: 1024px) {
  .sec-works .feature-wrap .item {
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 1px solid #00A968;
    padding: 25px 0;
    text-align: center;
  }
  .sec-works .feature-wrap .item img {
    max-width: 420px;
  }
}
.sec-works .feature-wrap .item .title {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.sec-works .feature-wrap .item .number {
  margin: 0 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
}
.sec-works .feature-wrap .item .number span {
  flex-shrink: 0;
}
.sec-works .feature-wrap .item .number span:nth-child(2) {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.sec-works .feature-wrap .item .industry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.sec-works .feature-wrap .item .industry_list li {
  background-color: #E5E5E5;
  padding: 3px 15px;
  font-size: 1.3rem;
}
.sec-works .feature-wrap .item .sub-text {
  font-size: 1.4rem;
  color: #888888;
  text-align: right;
  margin-top: 10px;
}
.sec-works .feature-wrap .item .creative_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.sec-works .feature-wrap .item .creative_list li {
  font-size: 1.3rem;
  color: #888888;
}
.sec-works .feature-wrap .item .creative_list li::before {
  content: "#";
  margin-right: 5px;
}
.sec-works .works-wrap {
  margin-top: 74px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap {
    margin-top: 48px;
  }
}
.sec-works .works-wrap .works-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item {
    margin-bottom: 30px;
  }
}
.sec-works .works-wrap .works-item .image-wrap {
  display: flex;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .image-wrap {
    flex-direction: column;
  }
}
.sec-works .works-wrap .works-item .image-wrap img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .image-wrap img {
    width: 100%;
  }
}
.sec-works .works-wrap .works-item .contents-wrap {
  background-color: #f5f5f5;
  padding: 40px 60px;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-wrap {
    padding: 30px 15px;
    border-radius: 0 0 3px 3px;
  }
}
.sec-works .works-wrap .works-item .works_heading-wrap .client {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #888888;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .works_heading-wrap .client {
    font-size: 1.5rem;
  }
}
.sec-works .works-wrap .works-item .works_heading-wrap .title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .works_heading-wrap .title {
    font-size: 2rem;
    font-weight: 600;
  }
}
.sec-works .works-wrap .works-item .works_heading-wrap .title .green-text {
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .works_heading-wrap .title .green-text {
    font-size: 2.4rem;
  }
}
.sec-works .works-wrap .works-item .contents-item {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item {
    margin-top: 20px;
  }
}
.sec-works .works-wrap .works-item .contents-item h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #888888;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item h4 {
    font-size: 2rem;
  }
}
.sec-works .works-wrap .works-item .contents-item h4::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #00A968;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item h4::before {
    top: 0.8em;
  }
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap {
  margin-top: 15px;
  padding: 0 15px;
  align-items: flex-start;
  justify-content: start;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .sec-works .works-wrap .works-item .contents-item .flex_wrap {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap .c-text {
  max-width: 510px;
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap dl dt, .sec-works .works-wrap .works-item .contents-item .flex_wrap dl dd {
  display: inline-block;
  margin-bottom: 10px;
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap dl dt {
  width: 18%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #888888;
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap dl dd {
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.8;
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap dl dd a {
  color: #00A968;
  text-decoration: underline;
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap dl dd a:hover {
  color: #00C87B;
}
.sec-works .works-wrap .works-item .contents-item .flex_wrap dl dd img {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
.sec-works .works-wrap .works-item .contents-item .problem_list {
  margin-top: 25px;
}
.sec-works .works-wrap .works-item .contents-item .problem_list li {
  background-color: #FFFFFF;
  padding: 14px 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .problem_list li {
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 3px;
    gap: 15px;
  }
}
.sec-works .works-wrap .works-item .contents-item .problem_list li .before-wrap {
  width: 420px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .problem_list li .before-wrap {
    width: 100%;
  }
}
.sec-works .works-wrap .works-item .contents-item .problem_list li .before-wrap .before {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .problem_list li .before-wrap .before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .problem_list li .arrow svg {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
  }
}
.sec-works .works-wrap .works-item .contents-item .problem_list li .after-wrap {
  max-width: 440px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .problem_list li .after-wrap .sub-text {
    font-size: 1.3rem;
  }
}
.sec-works .works-wrap .works-item .contents-item .problem_list li .after-wrap .sub-text img {
  width: 24px;
  height: 24px;
}
.sec-works .works-wrap .works-item .contents-item .result_wrap {
  margin-top: 25px;
  padding: 30px 50px;
  border-radius: 6px;
  background-color: #00A968;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .result_wrap {
    padding: 20px 15px;
    border-radius: 3px;
  }
}
.sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  color: #FFFFFF;
}
.sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .title {
  max-width: 250px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .title {
    font-size: 1.5rem;
  }
}
.sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .result {
  flex-shrink: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .result {
    font-size: 3.2rem;
  }
}
.sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .result span:first-child {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .result span:first-child {
    font-size: 1.8rem;
  }
}
.sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .result span .num {
  font-size: 8.1rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .result span .num {
    font-size: 4.8rem;
  }
}
.sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .sub-text {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .result_wrap .content_wrap .sub-text {
    font-size: 1.4rem;
  }
}
.sec-works .works-wrap .works-item .contents-item .result_wrap img {
  width: auto;
  height: 167px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .result_wrap img {
    width: 100%;
    height: auto;
  }
}
.sec-works .works-wrap .works-item .contents-item .voice-wrap {
  margin-top: 25px;
  padding: 50px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .voice-wrap {
    padding: 20px 15px;
    border-radius: 3px;
  }
}
.sec-works .works-wrap .works-item .contents-item .voice-wrap .client_image-wrap {
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .voice-wrap .client_image-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.sec-works .works-wrap .works-item .contents-item .voice-wrap .client_image-wrap img {
  aspect-ratio: 1/1;
  max-width: 200px;
  min-width: 0;
  height: auto;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .voice-wrap .client_image-wrap img {
    margin: 0 auto;
  }
}
.sec-works .works-wrap .works-item .contents-item .voice-wrap .text-wrap .voice-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .voice-wrap .text-wrap .voice-title {
    font-size: 2rem;
    font-weight: 600;
  }
}
.sec-works .works-wrap .works-item .contents-item .voice-wrap .text-wrap .voice-title::before {
  content: "“";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.4rem;
  letter-spacing: -0.05em;
  color: #00C87B;
  position: absolute;
  left: -28px;
  top: -30px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sec-works .works-wrap .works-item .contents-item .voice-wrap .text-wrap .voice-title::before {
    font-size: 2.8rem;
    left: -14px;
    top: -15px;
  }
}
.sec-works .works-wrap .works-item .contents-item .voice-wrap .text-wrap .sub-text {
  margin-top: 10px;
  font-weight: 500;
}
.sec-works .works-wrap .works-item .contents-item .voice-wrap .text-wrap .c-text {
  max-width: 100%;
  margin-top: 20px;
}
.sec-works .other_works-wrap {
  margin-top: 80px;
}
.sec-works .other_works-wrap .splide {
  margin: 32px 0 0;
}
.sec-works .other_works-wrap .splide .splide__track {
  overflow: visible;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a {
  display: block;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .thumbnail-wrap {
  position: relative;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .thumbnail-wrap::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/new-tab.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .thumbnail-wrap img {
  border: 1px solid #EFEFEF;
  box-shadow: 0px 2px 14px 0px rgba(26, 26, 26, 0.08);
  transition: all 0.3s ease-in-out;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a:hover .thumbnail-wrap::after {
  opacity: 1;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a:hover .thumbnail-wrap img {
  filter: brightness(0.6);
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .content-wrap .sub-text {
  margin-top: 10px;
  font-weight: 500;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .content-wrap .tag_list {
  margin-top: 5px;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .content-wrap .tag_list .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-right: 8px;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .content-wrap .tag_list .category {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.sec-works .other_works-wrap .splide .splide__track .splide__list .splide__slide a .content-wrap .tag_list .industry {
  background-color: #E5E5E5;
}

/*************************************************
私たちが選ばれる理由セクション
*************************************************/
.sec-advantage {
  margin-bottom: 0;
  background-color: #1A1A1A;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 599px) {
  .sec-advantage {
    flex-direction: column;
    gap: 0;
  }
}
.sec-advantage .image-container { /* For Safari */
  position: sticky;
  top: 0;
  width: 40%;
  height: 100vh;
}
@media screen and (max-width: 599px) {
  .sec-advantage .image-container {
    position: initial;
    width: 100%;
    height: 275px;
  }
}
.sec-advantage .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-advantage .text-container {
  padding: 80px 8.33vw 80px 0;
  width: calc(100% - (40% + 60px));
}
@media screen and (max-width: 599px) {
  .sec-advantage .text-container {
    padding: 30px 5.1282051282vw 60px;
    width: 100%;
  }
}
.sec-advantage .text-container .ja-heading {
  display: block;
  margin-bottom: 5px;
}
.sec-advantage .green-text {
  color: #00C87B;
}
.sec-advantage .c-text {
  font-weight: 500;
}
.sec-advantage .advantage_list {
  margin-top: 80px;
}
.sec-advantage .advantage_list .item {
  margin-top: 60px;
}
.sec-advantage .advantage_list .item .title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sec-advantage .advantage_list .item .title-wrap .icon-wrap {
  width: 51px;
  height: 51px;
}
@media screen and (max-width: 599px) {
  .sec-advantage .advantage_list .item .title-wrap .icon-wrap {
    width: 42px;
    height: 42px;
  }
}
.sec-advantage .advantage_list .item .title-wrap .title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-advantage .advantage_list .item .title-wrap .title {
    font-size: 2rem;
  }
}
.sec-advantage .advantage_list .item .c-text {
  margin-top: 20px;
}
.sec-advantage .support-wrap {
  margin-top: 60px;
  padding: 20px;
  background-color: #E8FAF3;
  border-radius: 6px;
  color: #1A1A1A;
}
.sec-advantage .support-wrap .sub-text {
  padding-left: 15px;
  font-weight: 500;
  color: #888888;
  text-transform: uppercase;
  position: relative;
}
.sec-advantage .support-wrap .sub-text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00C87B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-advantage .support-wrap .c-heading {
  margin: 10px 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-advantage .support-wrap .c-heading {
    font-size: 2rem;
  }
}
.sec-advantage .support-wrap .c-text {
  font-weight: 400;
}

/*************************************************
制作費用
*************************************************/
.sec-pricing {
  margin-top: 0;
  padding: 120px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 599px) {
  .sec-pricing {
    padding: 80px 0;
  }
}
.sec-pricing .heading-wrap {
  gap: 120px;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .sec-pricing .heading-wrap {
    flex-direction: column;
    gap: 0;
  }
}
.sec-pricing .price-wrap {
  margin-top: 60px;
}
.sec-pricing .price-wrap .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.sec-pricing .price-wrap .cards-grid .card {
  background-color: #ffffff;
  border: 1px solid #00A968;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.sec-pricing .price-wrap .cards-grid .card .card-content {
  position: relative;
  z-index: 2;
}
.sec-pricing .price-wrap .cards-grid .card .badge {
  display: inline-block;
  background-color: #1A1A1A;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.sec-pricing .price-wrap .cards-grid .card .title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.sec-pricing .price-wrap .cards-grid .card .price {
  margin-bottom: 5px;
}
.sec-pricing .price-wrap .cards-grid .card .price span {
  display: inline-block;
}
.sec-pricing .price-wrap .cards-grid .card .price .green-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.sec-pricing .price-wrap .cards-grid .card .price .price-unit {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-left: 5px;
}
.sec-pricing .price-wrap .cards-grid .card .specs {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.sec-pricing .price-wrap .cards-grid .card .specs .spec-item {
  margin: 3px 0;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #888888;
}
.sec-pricing .price-wrap .cards-grid .card .features {
  margin-top: 15px;
}
.sec-pricing .price-wrap .cards-grid .card .features .feature-item {
  display: flex;
  gap: 5px;
  margin: 5px 0;
}
.sec-pricing .price-wrap .cards-grid .card .features .feature-item .feature-icon {
  width: 20px;
  height: 20px;
  background: url("../images/check-mark.svg") no-repeat center/contain;
  flex-shrink: 0;
  margin-top: 3px;
}
.sec-pricing .price-wrap .cards-grid .card .features .feature-item p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec-pricing .price-wrap .cards-grid .card .section-title {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sec-pricing .price-wrap .cards-grid .card .section-title .section-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #00A968;
  flex-shrink: 0;
}
.sec-pricing .price-wrap .cards-grid .card .page-structure {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.sec-pricing .details-wrap {
  margin-top: 60px;
}
.sec-pricing .details-wrap .heading-wrap {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-pricing .details-wrap .heading-wrap {
    text-align: left;
  }
}
.sec-pricing .details-wrap .sub-text {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sec-pricing .details-wrap .sub-text {
    font-size: 1.6rem;
  }
}
.sec-pricing .details-wrap .flex_wrap {
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .sec-pricing .details-wrap .flex_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.sec-pricing .details-wrap .flex_wrap .details-item {
  padding: 20px;
  width: calc((100% - 40px) / 2);
  height: 324px;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 14px 0px rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 1024px) {
  .sec-pricing .details-wrap .flex_wrap .details-item {
    width: 100%;
    height: auto;
  }
}
.sec-pricing .details-wrap .flex_wrap .details-item .title {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sec-pricing .details-wrap .flex_wrap .details-item .title .main {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.sec-pricing .details-wrap .flex_wrap .details-item .title .sub-text {
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}
.sec-pricing .details-wrap .flex_wrap .details-item .title .sub-text::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #00A968;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-pricing .details-wrap .flex_wrap .details-item .c-text {
  margin-top: 15px;
}
.sec-pricing .details-wrap .flex_wrap .details-item ul {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.sec-pricing .details-wrap .flex_wrap .details-item ul li {
  padding: 5px 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sec-pricing .details-wrap .flex_wrap .details-item ul li {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
}
.sec-pricing .details-wrap .flex_wrap .details-item ul li.strength {
  position: relative;
}
.sec-pricing .details-wrap .flex_wrap .details-item ul li.strength::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/star.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .sec-pricing .details-wrap .flex_wrap .details-item ul li.strength::before {
    width: 16px;
    height: 16px;
  }
}
.sec-pricing .details-wrap .flex_wrap .details-item .strength-text {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
}
.sec-pricing .details-wrap .flex_wrap .details-item .strength-text img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.sec-pricing .details-wrap .flex_wrap .details-item:first-child {
  background-color: #E8FAF3;
}
.sec-pricing .details-wrap .flex_wrap .details-item:last-child {
  background-color: #1A1A1A;
}
.sec-pricing .details-wrap .flex_wrap .details-item:last-child .title, .sec-pricing .details-wrap .flex_wrap .details-item:last-child .c-text {
  color: #FFFFFF;
}
.sec-pricing .details-wrap .flex_wrap .details-item:last-child .sub-text {
  color: #E5E5E5;
}
.sec-pricing .details-wrap .flex_wrap .details-item:last-child ul li.strength::before {
  background: url("../images/gold-star.png") no-repeat center/contain;
}

/*************************************************
制作の流れ
*************************************************/
.sec-flow .flow-wrap {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap {
    flex-direction: column;
    margin-top: 40px;
  }
}
.sec-flow .flow-wrap .flow_list {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list {
    width: 100%;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item {
  margin-top: 50px;
  background-color: #FFFFFF;
  border: 1px solid #00C87B;
  border-radius: 6px;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item {
    margin-top: 30px;
    border-radius: 3px;
    padding: 20px 10px;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item:first-child {
  margin: 0;
}
.sec-flow .flow-wrap .flow_list .flow_item::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/flow-arrow.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item::after {
    width: 30px;
    height: 30px;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item .flow_heading-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item .flow_heading-wrap {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item .flow_heading-wrap .num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1A1A1A;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item .flow_heading-wrap .num {
    font-size: 1.6rem;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item .flow_heading-wrap h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item .flow_heading-wrap h3 {
    font-size: 2rem;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item .flow_heading-wrap .free {
  padding: 5px 8px;
  background-color: #E8FAF3;
  border-radius: 3px;
  color: #1A1A1A;
}
.sec-flow .flow-wrap .flow_list .flow_item .title {
  margin: 15px 0 0 68px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00A968;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item .title {
    margin: 15px 0 0 48px;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item ul {
  margin: 5px 0 0 68px;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item ul {
    margin: 5px 0 0 48px;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  position: relative;
  padding-left: 15px;
}
.sec-flow .flow-wrap .flow_list .flow_item ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #00C87B;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item ul li::before {
    top: 0.8em;
  }
}
.sec-flow .flow-wrap .flow_list .flow_item .c-text {
  margin: 5px 0 0 68px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .flow_item .c-text {
    margin: 5px 0 0 48px;
  }
}
.sec-flow .flow-wrap .flow_list .contract {
  margin-top: 50px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .contract {
    margin-top: 30px;
  }
}
.sec-flow .flow-wrap .flow_list .contract::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/flow_arrow_r.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list .contract::after {
    width: 30px;
    height: 30px;
    background: url("../images/flow-arrow.svg") no-repeat center/contain;
  }
}
.sec-flow .flow-wrap .flow_list:nth-of-type(2) .flow_item:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list:nth-of-type(2) .flow_item:first-child {
    margin: 0;
  }
}
.sec-flow .flow-wrap .flow_list:nth-of-type(2) .flow_item:first-child::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/flow_arrow_r.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%) rotate(180deg);
}
@media screen and (max-width: 599px) {
  .sec-flow .flow-wrap .flow_list:nth-of-type(2) .flow_item:first-child::before {
    display: none;
  }
}
.sec-flow .flow-wrap .flow_list:nth-of-type(2) .flow_item:last-child::after {
  display: none;
}
.sec-flow .after_support-wrap {
  margin-top: 40px;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 2px 14px 0px rgba(26, 26, 26, 0.08);
  background-color: #1A1A1A;
}
@media screen and (max-width: 599px) {
  .sec-flow .after_support-wrap {
    padding: 20px 15px;
    border-radius: 3px;
  }
}
.sec-flow .after_support-wrap .flex_wrap {
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .sec-flow .after_support-wrap .flex_wrap {
    flex-direction: column;
  }
}
.sec-flow .after_support-wrap .flex_wrap .text-wrap {
  width: 46.23%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .sec-flow .after_support-wrap .flex_wrap .text-wrap {
    width: 100%;
  }
}
.sec-flow .after_support-wrap .flex_wrap .text-wrap h3 span {
  display: block;
}
.sec-flow .after_support-wrap .flex_wrap .text-wrap h3 span:first-child {
  color: #E5E5E5;
}
.sec-flow .after_support-wrap .flex_wrap .text-wrap h3 span:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-flow .after_support-wrap .flex_wrap .text-wrap h3 span:nth-child(2) {
    font-size: 2rem;
  }
}
.sec-flow .after_support-wrap .flex_wrap .text-wrap .c-text {
  margin-top: 20px;
  font-weight: 500;
}
.sec-flow .after_support-wrap .flex_wrap .text-wrap .c-text .green-text {
  color: #00C87B;
}
.sec-flow .after_support-wrap .flex_wrap .support_menu-wrap {
  width: 52.02%;
  padding: 20px;
  background-color: #E5E5E5;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .sec-flow .after_support-wrap .flex_wrap .support_menu-wrap {
    width: 100%;
  }
}
.sec-flow .after_support-wrap .flex_wrap .support_menu-wrap .sub-text {
  padding-left: 15px;
  font-weight: 500;
  color: #888888;
  text-transform: uppercase;
  position: relative;
}
.sec-flow .after_support-wrap .flex_wrap .support_menu-wrap .sub-text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00C87B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-flow .after_support-wrap .flex_wrap .support_menu-wrap ul {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.sec-flow .after_support-wrap .flex_wrap .support_menu-wrap ul li {
  padding: 5px 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sec-flow .after_support-wrap .flex_wrap .support_menu-wrap ul li {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
}

/*************************************************
FAQ
*************************************************/
.sec-faq .flex_wrap {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .sec-faq .flex_wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.sec-faq .flex_wrap .heading-wrap {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .sec-faq .flex_wrap .heading-wrap {
    width: 100%;
  }
}
.sec-faq .flex_wrap .faq_list {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .sec-faq .flex_wrap .faq_list {
    width: 100%;
  }
}
.sec-faq .faq_list .faq_item {
  position: relative;
}
.sec-faq .faq_list .faq_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #00C87B 0%, #00C87B 15.38%, #E5E5E5 15.39%, #E5E5E5 100%);
  position: absolute;
  left: 0;
  top: 100%;
}
.sec-faq .faq_list .faq_item summary {
  display: block;
  cursor: pointer;
}
.sec-faq .faq_list .faq_item summary::-webkit-details-marker {
  display: none;
}
.sec-faq .faq_list .faq_item summary .summary_inner {
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list .faq_item summary .summary_inner {
    padding: 15px 10px;
    gap: 10px;
  }
}
.sec-faq .faq_list .faq_item summary .summary_inner .faq_q {
  font-size: 2.4rem;
  font-weight: 700;
  color: #00A968;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list .faq_item summary .summary_inner .faq_q {
    font-size: 1.8rem;
  }
}
.sec-faq .faq_list .faq_item summary .summary_inner .q_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list .faq_item summary .summary_inner .q_text {
    font-size: 1.5rem;
  }
}
.sec-faq .faq_list .faq_item summary .summary_inner .icon {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/plus.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list .faq_item summary .summary_inner .icon {
    width: 24px;
    height: 24px;
    right: 0;
  }
}
.sec-faq .faq_list .faq_item .content {
  overflow: hidden;
}
.sec-faq .faq_list .faq_item .content .content_inner {
  padding: 15px 40px 25px;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list .faq_item .content .content_inner {
    padding: 10px 10px 25px;
  }
}
.sec-faq .faq_list .faq_item .content .content_inner .a_text p {
  margin: 5px 0;
}
.sec-faq .faq_list .faq_item.is-opened summary .summary_inner .icon {
  transform: translate(0, -50%) rotate(135deg);
}

/*************************************************
メッセージ
*************************************************/
.sec-belief {
  margin-bottom: 0;
  background-color: #1A1A1A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec-belief {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.sec-belief .image-container {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .sec-belief .image-container {
    width: 100%;
    height: 300px;
  }
}
.sec-belief .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-belief .text-container {
  padding: 80px 8.33vw 80px 0;
  width: calc(100% - (40% + 60px));
}
@media screen and (max-width: 1024px) {
  .sec-belief .text-container {
    width: 100%;
    padding: 60px 5.1282051282vw 0;
  }
}
.sec-belief .text-container .heading-wrap .c-heading {
  margin-bottom: 40px;
}
.sec-belief .text-container .heading-wrap .c-heading .sub {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 12px 0;
}
@media screen and (max-width: 1024px) {
  .sec-belief .text-container .heading-wrap .c-heading .sub {
    font-size: 2rem;
  }
}
.sec-belief .green-text {
  color: #00C87B;
}
.sec-belief .c-text {
  font-weight: 500;
  margin-bottom: 15px;
}

/*************************************************
お問い合わせフォーム
*************************************************/
.sec-contact .heading-wrap {
  align-items: center;
  justify-content: flex-start;
  gap: 65px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-contact .heading-wrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.sec-contact .contents-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.sec-contact .contents-wrap .side-container {
  width: 41.5%;
}
.sec-contact .contents-wrap .form-container {
  width: 55.42%;
}
@media screen and (max-width: 599px) {
  .sec-contact .contents-wrap .form-container {
    width: 100%;
  }
}
.sec-contact .side-container .side-item {
  margin-bottom: 40px;
}
.sec-contact .side-container .side-item .title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.sec-contact .side-container .staff-wrap {
  text-align: center;
}
.sec-contact .side-container .staff-wrap .c-text {
  font-weight: 500;
  margin-bottom: 15px;
}
.sec-contact .side-container .tel-wrap {
  text-align: center;
}
.sec-contact .side-container .tel-wrap a {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #00A968;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #00A968;
  text-decoration-thickness: 5%; /* 1.6px */
  text-underline-offset: 8%; /* 2.56px */
  text-underline-position: from-font;
}
.sec-contact .side-container .success-wrap {
  background-color: #f5f5f5;
  padding: 25px 20px;
  border-radius: 6px;
}
.sec-contact .side-container .success-wrap .title {
  text-align: center;
}
.sec-contact .side-container .success-wrap ul li {
  font-size: 1.4rem;
  padding-left: 28px;
  margin-bottom: 5px;
  position: relative;
}
.sec-contact .side-container .success-wrap ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/hukidashi.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec-contact .side-container .faq-wrap {
  background-color: #f5f5f5;
  padding: 25px 20px;
  border-radius: 6px;
}
.sec-contact .side-container .faq-wrap .title {
  text-align: center;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item {
  margin-bottom: 5px;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item summary {
  display: block;
  cursor: pointer;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item summary::-webkit-details-marker {
  display: none;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item summary .summary_inner {
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item summary .summary_inner .faq_q {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00A968;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item summary .summary_inner .q_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item summary .summary_inner .icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/plus.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-in-out;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item .content {
  overflow: hidden;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item .content .content_inner {
  padding: 10px 10px 15px;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item .content .content_inner .a_text {
  font-size: 1.4rem;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item .content .content_inner .a_text p {
  margin: 5px 0;
}
.sec-contact .side-container .faq-wrap .faq_list .faq_item.is-opened summary .summary_inner .icon {
  transform: translate(0, -50%) rotate(135deg);
}
.sec-contact .side-container .faq-wrap .link-text {
  color: #00A968;
  vertical-align: text-top;
}
.sec-contact .form-container .form .form-group {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .sec-contact .form-container .form .form-group {
    margin-bottom: 15px;
  }
}
.sec-contact .form-container .form .form-group:last-child {
  margin-bottom: 0;
}
.sec-contact .form-container .form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}
.sec-contact .form-container .form .sub {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 5px;
}
.sec-contact .form-container .form .required {
  display: inline-block;
  background: #EE4035;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 5px;
  border-radius: 2px;
  letter-spacing: 0.025em;
  margin-left: 10px;
}
.sec-contact .form-container .form .optional {
  display: inline-block;
  background: #00A968;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 5px;
  border-radius: 2px;
  letter-spacing: 0.025em;
  margin-left: 10px;
}
.sec-contact .form-container .form input[type=text],
.sec-contact .form-container .form input[type=email],
.sec-contact .form-container .form input[type=tel],
.sec-contact .form-container .form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  margin-left: 20px;
  border: 1px solid #888888;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  background: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .sec-contact .form-container .form input[type=text],
  .sec-contact .form-container .form input[type=email],
  .sec-contact .form-container .form input[type=tel],
  .sec-contact .form-container .form textarea {
    margin-left: 0;
  }
}
.sec-contact .form-container .form input[type=text]:focus,
.sec-contact .form-container .form input[type=email]:focus,
.sec-contact .form-container .form input[type=tel]:focus,
.sec-contact .form-container .form textarea:focus {
  outline: none;
  border-color: #00A968;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.sec-contact .form-container .form input[type=text]:hover,
.sec-contact .form-container .form input[type=email]:hover,
.sec-contact .form-container .form input[type=tel]:hover,
.sec-contact .form-container .form textarea:hover {
  border-color: #007649;
}
.sec-contact .form-container .form textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.sec-contact .form-container .form .checkbox-group {
  padding: 10px;
  margin-top: 5px;
}
.sec-contact .form-container .form .checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
}
.sec-contact .form-container .form .checkbox-item:last-child {
  margin-bottom: 0;
}
.sec-contact .form-container .form .checkbox-item input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0.125rem 0.75rem 0 0;
  cursor: pointer;
  accent-color: #00A968;
  flex-shrink: 0;
}
.sec-contact .form-container .form .checkbox-item label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}
.sec-contact .form-container .form .c-text {
  margin-left: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.sec-contact .form-container .form .c-text a {
  color: #00A968;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.sec-contact .form-container .form .c-text a:hover {
  color: #007649;
}
.sec-contact .form-container .form .c-text a img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
}
.sec-contact .form-container .form .agreement-wrap {
  margin: 0 auto;
  justify-content: center;
}
.sec-contact .form-container .form .agreement-wrap label {
  display: inline-block;
  flex: none;
}
.sec-contact .form-container .form .submit-button {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-contact .form-container .form .submit-button {
    width: 90%;
  }
}
.sec-contact .form-container .form .btn_sub-text {
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

/*************************************************
privacy-policy
*************************************************/
.privacy-policy h1 {
  text-align: center;
  margin: 130px 0 40px;
  font-size: 28px;
  font-weight: 700;
}
.privacy-policy .terms .box {
  margin-bottom: 40px;
}
.privacy-policy .terms p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.8;
}
.privacy-policy .terms h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #00C87B;
  margin-bottom: 20px;
  line-height: 1.5;
}
.privacy-policy .terms ol li {
  list-style: decimal;
  margin-left: 1em;
  margin-bottom: 10px;
  line-height: 1.5;
}
.privacy-policy .terms ol li ol {
  margin-top: 10px;
}
.privacy-policy .terms ol li ol li {
  margin-left: 1em;
}/*# sourceMappingURL=style.css.map */