@charset "UTF-8";
/* splide */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  color: #222427;
  transition: all 0.3s ease;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#wrap {
  overflow-x: clip;
  width: 100%;
}

body.is-fixed #wrap {
  position: fixed;
  left: 0;
  width: 100%;
}

[id] {
  scroll-margin-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-block-start: 5.3rem;
  }
}

.inner-wrap {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .inner-wrap {
    padding: 0 2rem;
  }
}

.fade-up {
  opacity: 0;
  transform: translate3d(0, 75px, 0);
  transition: all 0.5s ease;
  will-change: transform;
}
.fade-up.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* header */
#header {
  background: #fff;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
#header .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  padding: 0 1rem;
}
#header .logo {
  width: 10.2rem;
  position: relative;
  z-index: 2;
}
#header .logo a {
  display: block;
  line-height: 0;
}
#header .logo a .img-wrap {
  display: block;
  width: 100%;
}
#header .logo a .img-wrap img {
  width: 100%;
}
#header .sp-menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  width: 3rem;
  height: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #header .sp-menu {
    display: none;
  }
}
#header .sp-menu::after, #header .sp-menu::before,
#header .sp-menu > span::after,
#header .sp-menu > span::before,
#header .sp-menu > span {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  bottom: 0;
  transition: all 0.3s ease;
}
#header .sp-menu > span::before {
  transform: translateY(-9px);
}
#header .sp-menu > span::after {
  transform: translateY(9px);
}
#header .sp-menu.cur::before {
  transform: rotate(36deg);
}
#header .sp-menu.cur::after {
  transform: rotate(-36deg);
}
#header .sp-menu.cur > span {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #header .header-menu {
    flex: 1;
  }
  #header .header-menu-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .nav {
    display: flex;
    align-items: center;
    gap: 1.6666666667vw;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #header .nav a {
    display: block;
    font-weight: bold;
    text-align: center;
    padding-right: 2.4rem;
    position: relative;
  }
  #header .nav a::after {
    background: url(../images/icn_arrow_down_01.svg) no-repeat center center/contain;
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
  }
  #header .nav a.cur {
    color: #D28903;
  }
  #header .nav a.cur::after {
    background-image: url(../images/icn_arrow_down_01_cur.svg);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  #header .nav a:hover {
    color: #D28903;
  }
  #header .nav a:hover::after {
    background-image: url(../images/icn_arrow_down_01_cur.svg);
  }
}
@media screen and (min-width: 768px) {
  #header .head-btn {
    background: #D28903;
    border-radius: calc(infinity * 1px);
    box-shadow: 0 1rem 2rem rgba(210, 137, 3, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: 1.25vw;
    padding-right: 2.2rem;
    position: relative;
    width: 17.6rem;
    height: 4.9rem;
  }
  #header .head-btn::after {
    background: url(../images/icn_arrow_btn.svg) no-repeat center center/contain;
    content: "";
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    right: 1.6rem;
    top: calc(50% - 0.8rem);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  #header .head-btn:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 6rem;
  }
  #header .inner-wrap {
    padding: 0 2rem;
  }
  #header .header-menu {
    background: #EFEEE7;
    padding-top: 5.4rem;
    width: 100%;
    height: 100svh;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
  }
  #header .header-menu.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  #header .header-menu-inner {
    overflow-y: auto;
    height: calc(100svh - 5.4rem);
    padding: 5.2rem 2rem 4rem;
  }
  #header .header-menu-inner .nav {
    font-size: 1.5rem;
  }
  #header .header-menu-inner .nav > li {
    border-bottom: 1px solid #707070;
  }
  #header .header-menu-inner .nav a {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 1rem 3.2rem 0.9rem 1rem;
    position: relative;
  }
  #header .header-menu-inner .nav a::after {
    background: url(../images/icn_arrow_down_02.svg) no-repeat center center/contain;
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    right: 0;
    top: calc(50% - 0.7rem);
  }
  #header .header-menu-inner .nav a.cur {
    color: #D28903;
    font-weight: 500;
  }
  #header .header-menu-inner .nav a.cur::after {
    background-image: url(../images/icn_arrow_down_02_cur.svg);
  }
  #header .header-menu-inner .head-btn {
    background: #D28903;
    border-radius: calc(infinity * 1px);
    box-shadow: 0 0.5rem 1rem rgba(210, 137, 3, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 3rem;
    padding-right: 5rem;
    position: relative;
    width: 100%;
    height: 5rem;
  }
  #header .header-menu-inner .head-btn::after {
    background: url(../images/icn_arrow_btn.svg) no-repeat center center/contain;
    content: "";
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    right: 2.5rem;
    top: calc(50% - 0.8rem);
  }
}

/* kv */
.kv-wrap {
  position: relative;
}
.kv-wrap .splide__pagination {
  gap: 1.3rem;
  margin-top: 2.6rem;
}
.kv-wrap .splide__pagination > li {
  line-height: 0;
}
.kv-wrap .splide__pagination .splide__pagination__page {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #B4B4B4;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s ease;
}
.kv-wrap .splide__pagination .splide__pagination__page.is-active {
  background: #D28903;
}
@media screen and (max-width: 767px) {
  .kv-wrap .splide__pagination {
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .kv-wrap .splide__pagination .splide__pagination__page {
    width: 0.9rem;
    height: 0.9rem;
  }
}

/* common */
.section {
  position: relative;
}
.section .sec-ttl-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8rem;
  position: relative;
}
.section .sec-ttl-wrap .sec-ttl {
  color: #000;
  overflow: hidden;
  position: relative;
}
.section .sec-ttl-wrap .sec-ttl .en-ttl {
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
.section .sec-ttl-wrap .sec-ttl .jp-txt {
  font-size: 3.2rem;
  font-weight: bold;
}
.section .sec-ttl-wrap .sec-ttl .jp-txt span {
  position: relative;
}
.section .sec-ttl-wrap .sec-ttl .jp-txt span::after {
  background: #707070;
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: calc(100% + 2.4rem);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .section .sec-ttl-wrap {
    margin-bottom: 4rem;
  }
  .section .sec-ttl-wrap .sec-ttl {
    padding-right: 4rem;
  }
  .section .sec-ttl-wrap .sec-ttl .en-ttl {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .section .sec-ttl-wrap .sec-ttl .jp-txt {
    font-size: 1.6rem;
  }
  .section .sec-ttl-wrap .sec-ttl .jp-txt span::after {
    left: calc(100% + 1.4rem);
  }
}
.section .lead-txt {
  color: #D28903;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section .lead-txt {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
}

.line-list {
  display: grid;
  gap: 1.5rem;
}
.line-list > li {
  text-indent: -2.2rem;
  padding-left: 2.2rem;
}
.line-list > li::before {
  background: #D28903;
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 0.3rem;
  margin-right: 0.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .line-list {
    gap: 0.8rem;
  }
  .line-list > li {
    text-indent: -1.1rem;
    padding-left: 1.1rem;
  }
  .line-list > li::before {
    width: 0.7rem;
    height: 0.2rem;
    margin-right: 0.4rem;
  }
}

/* Changing Job Market */
.changing-job-market {
  margin: 4rem 0 -12.6rem;
  position: relative;
}
.changing-job-market::after, .changing-job-market::before {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 8.8rem);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 8.8rem;
  z-index: 1;
}
.changing-job-market::after {
  background: #EFEEE7;
  border-radius: 30rem 0 0 30rem;
  z-index: 2;
}
.changing-job-market .inner-wrap {
  padding: 2.8rem 1rem 24rem;
}
@media screen and (max-width: 767px) {
  .changing-job-market {
    margin: 2.5rem 0 -5.8rem;
  }
  .changing-job-market::after, .changing-job-market::before {
    height: calc(100% - 6.6rem);
    top: 6.6rem;
  }
  .changing-job-market::after {
    border-radius: 6rem 0 0 6rem;
  }
  .changing-job-market .inner-wrap {
    padding: 0 2rem 10.4rem;
  }
}
.changing-job-market .sec-img {
  width: 33.5rem;
  position: absolute;
  right: -1.6rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .changing-job-market .sec-img {
    display: flex;
    width: 16.8rem;
    margin-left: auto;
    margin-bottom: 1.6rem;
    position: static;
  }
}
.changing-job-market .job-market-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6rem;
}
.changing-job-market .job-market-list > li {
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  width: 28rem;
}
.changing-job-market .job-market-list > li .em-txt {
  color: #D28903;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .changing-job-market .job-market-list {
    gap: 1.3rem;
  }
  .changing-job-market .job-market-list > li {
    font-size: 1.2rem;
    width: 14rem;
  }
  .changing-job-market .job-market-list > li .em-txt {
    font-size: 1.4rem;
  }
}
.changing-job-market .job-market-contents {
  display: flex;
  gap: 3rem;
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .changing-job-market .job-market-contents {
    flex-direction: column;
    gap: 4.5rem;
    margin-top: 5rem;
  }
}
.changing-job-market .job-market-contents .img-wrap {
  display: flex;
  justify-content: flex-end;
  width: 43.1rem;
  height: 48.4rem;
  position: relative;
}
.changing-job-market .job-market-contents .img-wrap img {
  width: 79.1rem;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .changing-job-market .job-market-contents .img-wrap {
    justify-content: flex-start;
    width: calc(100% + 2rem);
    height: 24.2rem;
  }
  .changing-job-market .job-market-contents .img-wrap img {
    width: 100%;
  }
}
.changing-job-market .job-market-contents .txt-wrap {
  color: #000;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.66;
  flex: 1;
  text-align: center;
}
.changing-job-market .job-market-contents .txt-wrap .txt-01 .bg-wrap {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0 0.4rem;
}
.changing-job-market .job-market-contents .txt-wrap .txt-02 {
  font-weight: bold;
}
.changing-job-market .job-market-contents .txt-wrap .txt-02 .color-txt {
  color: #D28903;
}
.changing-job-market .job-market-contents .txt-wrap .txt-02 .bg-wrap {
  background: #D28903;
  color: #fff;
  display: inline-block;
  padding: 0 0.4rem;
}
.changing-job-market .job-market-contents .txt-wrap .arrow {
  background: linear-gradient(to bottom, #d38f08 0%, #ede9c7 100%);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 6rem auto 3.8rem;
  width: 18.8rem;
  height: 6.6rem;
}
@media screen and (max-width: 767px) {
  .changing-job-market .job-market-contents .txt-wrap {
    font-size: 1.8rem;
  }
  .changing-job-market .job-market-contents .txt-wrap .arrow {
    font-size: 1rem;
    margin: 3rem auto 1.9rem;
    width: 9.4rem;
    height: 3.3rem;
  }
}
.changing-job-market .job-market-trouble {
  background: #fff;
  display: flex;
  justify-content: center;
  margin-top: 12.8rem;
  padding: 9.2rem 1rem 4.7rem;
  position: relative;
  text-align: center;
}
.changing-job-market .job-market-trouble .ttl {
  background: #000;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  padding: 0 1.4rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.changing-job-market .job-market-trouble .item .txt {
  color: #222427;
  font-size: 2.4rem;
  margin-top: 2rem;
}
.changing-job-market .job-market-trouble .item:nth-of-type(2) {
  margin: 0 7rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .changing-job-market .job-market-trouble {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.3rem;
    margin-top: 6.4rem;
    padding: 4.6rem 1rem 2.9rem 3.5rem;
    text-align: left;
  }
  .changing-job-market .job-market-trouble .ttl {
    font-size: 1.8rem;
    padding: 0 0.6rem;
    white-space: nowrap;
  }
  .changing-job-market .job-market-trouble .item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .changing-job-market .job-market-trouble .item .icn {
    display: block;
    line-height: 0;
    width: 6.8rem;
    text-align: center;
  }
  .changing-job-market .job-market-trouble .item:nth-of-type(2) {
    margin: 0;
  }
  .changing-job-market .job-market-trouble .item:nth-of-type(2) img {
    width: 6.3rem;
  }
  .changing-job-market .job-market-trouble .item:nth-of-type(3) img {
    width: 6.2rem;
  }
  .changing-job-market .job-market-trouble .item .txt {
    font-size: 1.3rem;
    margin: 0;
  }
}
.changing-job-market .catch-txt {
  color: #D28903;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 9.6rem;
  text-align: center;
}
.changing-job-market .catch-txt .underline {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media screen and (max-width: 767px) {
  .changing-job-market .catch-txt {
    font-size: 2rem;
    line-height: 1.75;
    margin-top: 3.8rem;
  }
}

/* Service Highlights */
.service-highlights {
  margin-bottom: -14rem;
}
.service-highlights::after, .service-highlights::before {
  background: #EFEEE7;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 12.6rem);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 12.6rem;
  z-index: 1;
}
.service-highlights::after {
  background: #fff;
  border-radius: 0 30rem 30rem 0;
  z-index: 2;
}
.service-highlights .inner-wrap {
  padding: 4.2rem 1rem 18.8rem;
}
@media screen and (max-width: 767px) {
  .service-highlights {
    margin-bottom: -6.8rem;
  }
  .service-highlights::after, .service-highlights::before {
    height: calc(100% - 5.8rem);
    top: 5.8rem;
  }
  .service-highlights::after {
    border-radius: 0 6rem 6rem 0;
  }
  .service-highlights .inner-wrap {
    padding: 0 2rem 13.7rem;
  }
}
.service-highlights .sec-img {
  position: absolute;
  left: 10rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .sec-img {
    position: static;
    margin: 0 0 1rem 2.4rem;
    width: 19.3rem;
  }
}
.service-highlights .sec-ttl-wrap {
  justify-content: flex-end;
}
.service-highlights .point-box {
  background: #EAEAEA;
  padding: 8.4rem 8.7rem 7rem;
  position: relative;
}
.service-highlights .point-box.point-01 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-01 {
    margin-top: 8rem;
    padding: 4.2rem 2.8rem 3.7rem;
  }
}
.service-highlights .point-box.point-01 .point-item-wrap {
  margin-top: 5.6rem;
}
.service-highlights .point-box.point-01 .point-item-wrap::before {
  content: "×";
  display: block;
  font-size: 10rem;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -51%);
}
@media screen and (max-width: 1200px) {
  .service-highlights .point-box.point-01 .point-item-wrap {
    align-items: center;
    flex-direction: column;
    gap: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-01 .point-item-wrap {
    margin-top: 2.2rem;
    gap: 1.6rem;
  }
  .service-highlights .point-box.point-01 .point-item-wrap::before {
    font-size: 5rem;
    order: 2;
    padding-bottom: 0.1em;
    position: static;
    transform: unset;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item:nth-of-type(1) {
    order: 1;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item:nth-of-type(2) {
    order: 3;
  }
}
.service-highlights .point-box.point-01 .point-item-wrap .item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15rem;
  text-align: center;
}
.service-highlights .point-box.point-01 .point-item-wrap .item-head .jp-txt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-01 .point-item-wrap .item-head {
    height: auto;
    padding: 3.1rem 0 0.8rem;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item-head .jp-txt {
    font-size: 1.8rem;
  }
}
.service-highlights .point-box.point-01 .point-item-wrap .item-label {
  background: #000;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-01 .point-item-wrap .item-label {
    font-size: 1.8rem;
    padding: 0.5rem 1rem 0.7rem;
  }
}
.service-highlights .point-box.point-01 .point-item-wrap .item-body {
  background: #EEECE1;
  padding: 3.8rem 1rem 2.6rem;
  text-align: center;
}
.service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
.service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number .num {
  color: #D28903;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 10.4rem;
  line-height: 1;
}
.service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number .num .comma {
  font-size: 7rem;
}
.service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number .unit {
  color: #D28903;
  font-size: 4.3rem;
}
.service-highlights .point-box.point-01 .point-item-wrap .item-body .result-txt {
  font-weight: bold;
  margin-top: 1.6rem;
}
.service-highlights .point-box.point-01 .point-item-wrap .item-body .result-txt .bg-wrap {
  background: #D28903;
  color: #fff;
  display: inline-block;
  margin: 0 0.2rem;
  padding: 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-01 .point-item-wrap .item-body {
    padding: 1rem 0 1.6rem;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number {
    font-size: 1.5rem;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number .num {
    font-size: 5.2rem;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number .num .comma {
    font-size: 3.5rem;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item-body .result-number .unit {
    font-size: 2.1rem;
  }
  .service-highlights .point-box.point-01 .point-item-wrap .item-body .result-txt {
    margin-top: 1rem;
  }
}
.service-highlights .point-box.point-02 {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-02 {
    margin-top: 9rem;
    padding: 7.3rem 0 3.2rem;
  }
}
.service-highlights .point-box.point-02 .point-item-wrap {
  margin-top: 6.9rem;
}
@media screen and (max-width: 1200px) {
  .service-highlights .point-box.point-02 .point-item-wrap {
    align-items: center;
    flex-direction: column;
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-02 .point-item-wrap {
    margin-top: 3.5rem;
    gap: 2.4rem;
  }
}
.service-highlights .point-box.point-02 .point-item-wrap .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13.4rem;
  text-align: center;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-head .jp-txt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-head .en-txt {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-02 .point-item-wrap .item-head {
    height: auto;
    padding: 1.6rem 0 0.8rem;
  }
  .service-highlights .point-box.point-02 .point-item-wrap .item-head .jp-txt {
    font-size: 1.8rem;
  }
  .service-highlights .point-box.point-02 .point-item-wrap .item-head .en-txt {
    font-size: 1.1rem;
  }
}
.service-highlights .point-box.point-02 .point-item-wrap .item-body {
  background: #EEECE1;
  padding: 1.5rem 3rem 2.7rem;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list {
  margin-bottom: 2.5rem;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li + li {
  margin-top: 1.5rem;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li .num {
  background: #333;
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1;
  width: 3.8rem;
  height: 3.8rem;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li .txt {
  flex: 1;
  font-weight: bold;
}
.service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li .txt .color-txt {
  color: #D28903;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box.point-02 .point-item-wrap .item-body {
    font-size: 1.1rem;
    padding: 1rem 1rem 0.8rem 1.5rem;
  }
  .service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list {
    margin-bottom: 1rem;
  }
  .service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li {
    gap: 0.4rem;
  }
  .service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li + li {
    margin-top: 0.8rem;
  }
  .service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li .num {
    border-radius: 0.3rem;
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
  .service-highlights .point-box.point-02 .point-item-wrap .item-body .point-list > li .txt {
    font-size: 1.3rem;
  }
}
.service-highlights .point-box .point-ttl {
  font-family: "Barlow", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 3.8rem;
  bottom: calc(100% - 2.8rem);
}
.service-highlights .point-box .point-ttl .num {
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-weight: normal;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box .point-ttl {
    font-size: 2.5rem;
    left: 1.8rem;
    bottom: calc(100% - 1.4rem);
  }
  .service-highlights .point-box .point-ttl .num {
    font-size: 5rem;
    margin-left: 0.4rem;
  }
}
.service-highlights .point-box .point-01-lead {
  margin-bottom: 1.8rem;
  text-align: center;
}
.service-highlights .point-box .point-01-lead span {
  background: #D28903;
  color: #fff;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box .point-01-lead {
    margin-bottom: 0.9rem;
  }
  .service-highlights .point-box .point-01-lead span {
    font-size: 1.8rem;
    line-height: 1.38;
    padding: 0.7rem 1.3rem 0.9rem;
  }
}
.service-highlights .point-box .point-txt {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.service-highlights .point-box .point-txt .underline {
  color: #D28903;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box .point-txt {
    font-size: 1.6rem;
  }
}
.service-highlights .point-box .point-item-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service-highlights .point-box .point-item-wrap .item {
  background: #fff;
  border: 0.5rem solid #000;
  width: 43.7rem;
  position: relative;
}
.service-highlights .point-box .point-item-wrap .item .dog-ear {
  background: #EAEAEA;
  display: block;
  width: 5.3rem;
  height: 5.6rem;
  pointer-events: none;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
}
.service-highlights .point-box .point-item-wrap .item .dog-ear::before {
  background: #000;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.service-highlights .point-box .point-item-wrap .item .dog-ear::after {
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.8rem);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box .point-item-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .service-highlights .point-box .point-item-wrap .item {
    border-width: 0.3rem;
    width: 25.5rem;
  }
  .service-highlights .point-box .point-item-wrap .item .dog-ear {
    width: 2.7rem;
    height: 2.8rem;
    left: -0.3rem;
    top: -0.3rem;
  }
  .service-highlights .point-box .point-item-wrap .item .dog-ear::after {
    width: calc(100% - 1.1rem);
    height: calc(100% - 1.1rem);
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
.service-highlights .point-box .point-02-lead {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 4.5rem;
}
.service-highlights .point-box .point-02-lead::before {
  content: "×";
  display: block;
  font-size: 10rem;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -25%);
}
@media screen and (max-width: 1200px) {
  .service-highlights .point-box .point-02-lead {
    flex-direction: column;
    align-items: center;
    gap: 11rem;
  }
  .service-highlights .point-box .point-02-lead::before {
    transform: translate(-50%, -51%);
  }
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box .point-02-lead {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1.6rem;
    margin-bottom: 3.5rem;
    width: 100%;
  }
  .service-highlights .point-box .point-02-lead::before {
    font-size: 5rem;
    order: 2;
    padding-bottom: 0.1rem;
    position: static;
    transform: unset;
  }
}
.service-highlights .point-box .point-02-lead .point-lead-item {
  font-size: 2.8rem;
  font-weight: bold;
  width: 46rem;
  text-align: center;
}
.service-highlights .point-box .point-02-lead .point-lead-item .color-txt {
  color: #D28903;
}
.service-highlights .point-box .point-02-lead .point-lead-item .point-lead-txt {
  background: #D28903;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 1.2rem;
  line-height: 1.4;
  padding: 0.4rem 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .service-highlights .point-box .point-02-lead .point-lead-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.5rem;
    width: 100%;
  }
  .service-highlights .point-box .point-02-lead .point-lead-item:nth-of-type(1) {
    order: 1;
  }
  .service-highlights .point-box .point-02-lead .point-lead-item:nth-of-type(2) {
    order: 3;
  }
  .service-highlights .point-box .point-02-lead .point-lead-item .point-lead-txt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    min-width: 23rem;
    padding: 0.3rem 0.8rem 0.4rem;
  }
}

/* Creative Support */
.creative-support {
  margin-bottom: -13.1rem;
  position: relative;
}
.creative-support::after, .creative-support::before {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 14rem);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 14rem;
  z-index: 1;
}
.creative-support::after {
  background: #EFEEE7;
  border-radius: 30rem 0 0 30rem;
  z-index: 2;
}
.creative-support .inner-wrap {
  padding: 7rem 1rem 28.6rem;
}
@media screen and (max-width: 767px) {
  .creative-support {
    margin-bottom: -2.7rem;
  }
  .creative-support::after, .creative-support::before {
    height: calc(100% - 6.8rem);
    top: 6.8rem;
  }
  .creative-support::after {
    border-radius: 6rem 0 0 6rem;
  }
  .creative-support .inner-wrap {
    padding: 0 2rem 7.5rem;
  }
}
.creative-support .sec-img {
  position: absolute;
  right: 2.7rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .creative-support .sec-img {
    position: static;
    margin: 0 0 1rem auto;
    width: 16.8rem;
  }
}
.creative-support .support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.9rem;
}
@media screen and (max-width: 767px) {
  .creative-support .support-list {
    gap: 2rem;
  }
}
.creative-support .support-list .item {
  background: #fff;
  border: 0.5rem solid #000;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: 37.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .creative-support .support-list .item {
    border-width: 0.3rem;
    width: 100%;
  }
}
.creative-support .support-list .item .dog-ear {
  background: #EAEAEA;
  display: block;
  width: 5.3rem;
  height: 5.6rem;
  pointer-events: none;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
}
.creative-support .support-list .item .dog-ear::before {
  background: #000;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.creative-support .support-list .item .dog-ear::after {
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.8rem);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .creative-support .support-list .item .dog-ear {
    width: 2.7rem;
    height: 2.8rem;
    left: -0.3rem;
    top: -0.3rem;
  }
  .creative-support .support-list .item .dog-ear::after {
    width: calc(100% - 1.1rem);
    height: calc(100% - 1.1rem);
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
.creative-support .support-list .item .item-head {
  padding: 3.2rem 1rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.creative-support .support-list .item .item-head .ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .creative-support .support-list .item .item-head {
    padding: 1.6rem 1rem 1.2rem;
    font-size: 1.2rem;
  }
  .creative-support .support-list .item .item-head .ttl {
    font-size: 1.8rem;
  }
}
.creative-support .support-list .item .item-body {
  background: #EAEAEA;
  padding: 2rem 1rem 3rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .creative-support .support-list .item .item-body {
    padding: 1.4rem 1.1rem;
  }
  .creative-support .support-list .item .item-body .line-list {
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .creative-support .support-list .item:last-child .item-body .line-list {
    grid-template-columns: auto 1fr;
    gap: 0.8rem 1rem;
  }
}
.creative-support .btn-wrap {
  display: flex;
  justify-content: center;
  margin: 10rem 0;
}
.creative-support .btn-wrap .btn {
  background: #D28903;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 1rem 2rem rgba(210, 137, 3, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  padding-right: 3.5rem;
  position: relative;
  text-align: center;
  width: 57.3rem;
  height: 9.8rem;
}
.creative-support .btn-wrap .btn::after {
  background: url(../images/icn_arrow_btn.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  right: 8rem;
  top: calc(50% - 1.5rem);
}
@media (any-hover: hover) {
  .creative-support .btn-wrap .btn:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .creative-support .btn-wrap {
    margin: 5rem 0;
  }
  .creative-support .btn-wrap .btn {
    font-size: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    height: 4.9rem;
  }
  .creative-support .btn-wrap .btn::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 6.4rem;
    top: calc(50% - 0.8rem);
  }
}
.creative-support .flow-img {
  display: block;
  margin-top: -1rem;
}
.creative-support .other-list {
  margin-top: 5rem;
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .creative-support .other-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .creative-support .other-list {
    margin-top: 2.3rem;
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }
}
.creative-support .other-list .item {
  background: #fff;
}
.creative-support .other-list .item .item-head {
  background: #5D5A5A;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 1.3rem;
  text-align: center;
}
.creative-support .other-list .item .item-body {
  padding: 2rem 1rem 2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .creative-support .other-list .item {
    display: flex;
  }
  .creative-support .other-list .item .item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    padding: 0.6rem 1rem 0.8rem;
    width: 14.2rem;
  }
  .creative-support .other-list .item .item-body {
    flex: 1;
    padding: 0.7rem 1rem 1rem 1rem;
  }
}

/* Success Story */
.success-story {
  margin-bottom: -3.5rem;
  position: relative;
}
.success-story::after, .success-story::before {
  background: #EFEEE7;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 13.1rem);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 13.1rem;
  z-index: 1;
}
.success-story::after {
  background: #fff;
  border-radius: 0 30rem 30rem 0;
  z-index: 2;
}
.success-story .inner-wrap {
  padding: 7.6rem 1rem 19.4rem;
}
@media screen and (max-width: 767px) {
  .success-story {
    margin-bottom: -2.4rem;
  }
  .success-story::after, .success-story::before {
    height: calc(100% - 2.7rem);
    top: 2.7rem;
  }
  .success-story::after {
    border-radius: 0 6rem 6rem 0;
  }
  .success-story .inner-wrap {
    padding: 0 2rem 13.4rem;
  }
}
.success-story .sec-img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .success-story .sec-img {
    margin-bottom: 1rem;
    position: static;
    width: 22.2rem;
  }
}
.success-story .sec-ttl-wrap {
  display: flex;
  justify-content: flex-end;
}
.success-story .story-flow > li {
  background: #EAEAEA;
  display: flex;
  align-items: center;
  gap: 4.9rem;
  padding: 5rem 4.5rem 5rem 4.4rem;
  position: relative;
}
.success-story .story-flow > li.task .ttl {
  background: #5D5A5A;
}
.success-story .story-flow > li.analyze {
  margin-top: 5rem;
}
.success-story .story-flow > li.analyze .ttl {
  background: #88672B;
}
.success-story .story-flow > li.result {
  margin-top: 6.5rem;
}
.success-story .story-flow > li.result .ttl {
  background: #D28903;
}
@media screen and (max-width: 767px) {
  .success-story .story-flow > li {
    flex-direction: column;
    gap: 2rem;
    padding: 1.8rem 1.8rem 1rem;
  }
  .success-story .story-flow > li.analyze {
    margin-top: 2.5rem;
    padding-bottom: 4.9rem;
  }
  .success-story .story-flow > li.result {
    margin-top: 5.4rem;
    padding-bottom: 4.8rem;
  }
}
.success-story .story-flow > li .ttl {
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.14;
  width: 13.6rem;
  height: 13.6rem;
}
@media screen and (max-width: 767px) {
  .success-story .story-flow > li .ttl {
    font-size: 1.4rem;
    width: 6.8rem;
    height: 6.8rem;
  }
}
.success-story .story-flow > li .txt-wrap {
  flex: 1;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.success-story .story-flow > li .txt-wrap .color-txt {
  color: #D28903;
}
.success-story .story-flow > li .txt-wrap .result-txt {
  color: #D28903;
  font-size: 7rem;
  font-weight: bold;
  margin-top: 2.4rem;
  padding-left: 19.5rem;
}
.success-story .story-flow > li .txt-wrap .result-txt > span {
  display: inline-block;
  position: relative;
}
.success-story .story-flow > li .txt-wrap .result-txt > span::before {
  background: url(../images/img_success_story_03.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 16.1rem;
  height: 15.7rem;
  pointer-events: none;
  position: absolute;
  right: calc(100% - 1.2rem);
  top: -1.6rem;
}
.success-story .story-flow > li .txt-wrap .result-txt > span::after {
  background: url(../images/img_success_story_04.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 22.5rem;
  height: 15.7rem;
  pointer-events: none;
  position: absolute;
  left: calc(100% - 12rem);
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .success-story .story-flow > li .txt-wrap .result-txt {
    font-size: 3.5rem;
    margin-top: 1.4rem;
    padding-left: 1.5rem;
    text-align: center;
  }
  .success-story .story-flow > li .txt-wrap .result-txt > span::before {
    width: 8rem;
    height: 7.9rem;
    right: calc(100% - 0.6rem);
    top: -0.8rem;
  }
  .success-story .story-flow > li .txt-wrap .result-txt > span::after {
    width: 11.3rem;
    height: 7.9rem;
    left: calc(100% - 6rem);
    top: -0.5rem;
  }
}
.success-story .story-flow > li .img {
  width: 197rem;
  position: absolute;
  right: 4.5rem;
  bottom: -3.5rem;
}
@media screen and (max-width: 767px) {
  .success-story .story-flow > li .img {
    width: 9.8rem;
    right: 0;
    bottom: -3.9rem;
  }
}

/* Quotation Guide */
.quotation-guide {
  margin-bottom: -4.9rem;
  position: relative;
}
.quotation-guide::after, .quotation-guide::before {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 3.5rem);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 3.5rem;
  z-index: 1;
}
.quotation-guide::after {
  background: #EFEEE7;
  border-radius: 30rem 0 0 30rem;
  z-index: 2;
}
.quotation-guide .inner-wrap {
  padding: 0 1rem 12.1rem;
}
@media screen and (max-width: 767px) {
  .quotation-guide {
    margin-bottom: -3rem;
  }
  .quotation-guide::after, .quotation-guide::before {
    height: calc(100% - 2.4rem);
    top: 2.4rem;
  }
  .quotation-guide::after {
    border-radius: 6rem 0 0 6rem;
  }
  .quotation-guide .inner-wrap {
    padding: 0 2rem 11.8rem;
  }
}
.quotation-guide .quotation-guide-box {
  background: #fff;
  padding: 2rem;
}
.quotation-guide .quotation-guide-box .ttl {
  background: #D28903;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
  padding: 1.6rem;
  text-align: center;
}
.quotation-guide .quotation-guide-box .body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.8rem;
}
.quotation-guide .quotation-guide-box .body .price {
  font-size: 5rem;
  font-weight: bold;
}
.quotation-guide .quotation-guide-box .body .price .num {
  font-family: "Oswald", sans-serif;
  font-size: 14rem;
  font-weight: normal;
  line-height: 1;
}
.quotation-guide .quotation-guide-box .body .package-info {
  display: grid;
  gap: 1.2rem;
}
.quotation-guide .quotation-guide-box .body .package-info dl {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.quotation-guide .quotation-guide-box .body .package-info dl dt {
  background: #EAEAEA;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.2rem 1.2rem 0.6rem;
  width: 18rem;
}
.quotation-guide .quotation-guide-box .body .package-info dl dd {
  flex: 1;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quotation-guide .quotation-guide-box {
    padding: 1.1rem 1rem 3rem;
  }
  .quotation-guide .quotation-guide-box .ttl {
    border-radius: 0.3rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: 0.8rem;
  }
  .quotation-guide .quotation-guide-box .body {
    flex-direction: column;
    gap: 5rem;
    text-align: center;
  }
  .quotation-guide .quotation-guide-box .body .price {
    font-size: 2.5rem;
  }
  .quotation-guide .quotation-guide-box .body .price .num {
    font-size: 7rem;
  }
  .quotation-guide .quotation-guide-box .body .package-info {
    gap: 0.6rem;
  }
  .quotation-guide .quotation-guide-box .body .package-info dl {
    gap: 1.6rem;
  }
  .quotation-guide .quotation-guide-box .body .package-info dl dt {
    font-size: 1.3rem;
    padding: 0.1rem 0.6rem 0.3rem;
    width: 11.5rem;
  }
  .quotation-guide .quotation-guide-box .body .package-info dl dd {
    font-size: 1.3rem;
    text-align: left;
  }
}
.quotation-guide .note {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quotation-guide .note {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}

/* Process */
.process {
  position: relative;
}
.process::after, .process::before {
  background: #EFEEE7;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4.9rem);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 4.9rem;
  z-index: 1;
}
.process::after {
  background: #fff;
  border-radius: 0 30rem 0 0;
  z-index: 2;
}
.process .inner-wrap {
  padding: 0.5rem 1rem 10.8rem;
}
@media screen and (max-width: 767px) {
  .process::after, .process::before {
    height: calc(100% - 3rem);
    top: 3rem;
  }
  .process::after {
    border-radius: 0 6rem 0 0;
  }
  .process .inner-wrap {
    padding: 1rem 2rem 4.8rem;
  }
}
.process .sec-ttl-wrap {
  display: flex;
  justify-content: flex-end;
}
.process .process-flow {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .process .process-flow {
    flex-direction: column;
    gap: 5.5rem;
  }
}
.process .process-flow .item {
  position: relative;
  width: 26rem;
}
.process .process-flow .item:first-child::before {
  background: #5D5A5A;
  content: "";
  display: block;
  width: 120rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  top: 7.2rem;
  z-index: 1;
}
.process .process-flow .item:first-child::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  position: absolute;
  right: 50%;
  top: 7.2rem;
  z-index: 2;
}
.process .process-flow .item:last-child::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  top: 7.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .process .process-flow .item {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    width: 100%;
  }
  .process .process-flow .item:first-child::before {
    width: 0.3rem;
    height: 100svh;
    left: 3.6rem;
    top: 0;
  }
  .process .process-flow .item:first-child::after {
    width: 0.3rem;
    height: 100%;
    left: 3.6rem;
    right: unset;
    top: unset;
    bottom: 50%;
  }
  .process .process-flow .item:last-child::after {
    width: 0.3rem;
    height: 100%;
    left: 3.6rem;
    top: 50%;
  }
}
.process .process-flow .img {
  position: relative;
  width: 15rem;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .process .process-flow .img {
    width: 7.5rem;
  }
}
.process .process-flow .txt-wrap {
  margin-top: 6rem;
  text-align: center;
}
.process .process-flow .txt-wrap .flow-ttl {
  font-size: 2.8rem;
  font-weight: bold;
}
.process .process-flow .txt-wrap .flow-txt {
  font-weight: bold;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .process .process-flow .txt-wrap {
    flex: 1;
    margin: 0;
    text-align: left;
  }
  .process .process-flow .txt-wrap .flow-ttl {
    font-size: 1.6rem;
  }
  .process .process-flow .txt-wrap .flow-txt {
    margin-top: 0.4rem;
  }
}

/* Contact */
.contact-section {
  background: url(../images/bg_contact.jpg) no-repeat center center/cover;
  padding: 14.8rem 0 23.8rem;
  text-align: center;
}
.contact-section .catch-txt {
  background: #222427;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.2rem 1.2rem;
}
.contact-section .lead-txt {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 3rem;
}
.contact-section .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
.contact-section .btn-wrap .btn {
  background: #D28903;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 1rem 2rem rgba(210, 137, 3, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  padding-right: 3.7rem;
  position: relative;
  text-align: center;
  width: 52rem;
  height: 11rem;
}
.contact-section .btn-wrap .btn::after {
  background: url(../images/icn_arrow_btn.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 5.2rem;
  top: calc(50% - 1.6rem);
}
@media (any-hover: hover) {
  .contact-section .btn-wrap .btn:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .contact-section {
    background-image: url(../images/bg_contact_sp.jpg);
    padding: 3.5rem 0 3.7rem;
  }
  .contact-section .catch-txt {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1rem 1rem 1.2rem;
  }
  .contact-section .lead-txt {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .contact-section .btn-wrap {
    margin-top: 6.7rem;
  }
  .contact-section .btn-wrap .btn {
    font-size: 1.8rem;
    padding-right: 2.5rem;
    width: 100%;
    height: 5.5rem;
  }
  .contact-section .btn-wrap .btn::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 2.4rem;
    top: calc(50% - 0.8rem);
  }
}

/* footer */
#footer {
  background: #222427;
  padding: 2.7rem 0 2.9rem;
}
#footer .foot-link {
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
}
#footer .foot-link a {
  background: #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-weight: 500;
  height: 5.6rem;
  padding: 0 2rem;
}
#footer .foot-link a::before {
  background: url(../images/icn_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1.2rem;
}
@media (any-hover: hover) {
  #footer .foot-link a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 1.4rem 0 1.6rem;
  }
  #footer .foot-link {
    justify-content: center;
    gap: 1.2rem;
  }
  #footer .foot-link a {
    font-size: 1rem;
    height: 2.8rem;
    padding: 0 1rem;
  }
  #footer .foot-link a::before {
    width: 0.3rem;
    height: 0.6rem;
  }
}

/*==========================================================================================================
hover
==========================================================================================================*/
@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.7;
  }
}
/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px) {
  /* common module */
  .sp-only {
    display: none !important;
  }
  .tel-num {
    pointer-events: none;
  }
  /* /common module */
}
/*==========================================================================================================
SP Only
==========================================================================================================*/
@media screen and (max-width: 767px) {
  /* common module */
  .pc-only {
    display: none !important;
  }
  /* /common module */
}/*# sourceMappingURL=style.css.map */


/*==========================================================================================================
About Us added 2025-08-22 @茂木
==========================================================================================================*/

#about-wrapper {
    background-color: #EFEEE7;
    padding: 60px 20px;
    font-family: 'Noto Sans JP';
}

.about-inner {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.about-title {
    text-align: center;
    font-size: 80px;
    margin-bottom: 30px;
    font-weight: 600;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about-logo {
    flex: 1 1 250px;
    text-align: center;
}

.about-logo img {
    max-width: 100%;
    height: auto;
}

.about-text {
    flex: 2 1 500px;
}

.about-text p {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-button {
	display: inline-block;
	padding: 10px 40px;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s;
	gap: 1.2rem;
}

.about-button:hover {
    background-color: #ddd;
}

.button-container {
    text-align: right;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .about-content {
    flex-direction: column;
    text-align: center;
    }

    .about-text {
    flex: 1 1 100%;
    }

    .button-container {
    text-align: center;
    margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .about-inner {
    padding: 30px 20px;
    }

    .about-title {
    font-size: 24px;
    }

    .about-text p {
    font-size: 15px;
    }

    .about-button {
    font-size: 14px;
    padding: 8px 16px;
    }
}


#about-wrapper .foot-link a::before {
    background: url(assets/images/icn_arrow.svg) no-repeat center center / contain;
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 1.2rem;
}
