@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  color: #333;
  line-height: 1.6;
  width: 100%;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
#main_col, .inner {
  padding: 0 20px;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  transform: translateY(5px);
}
.fadeIn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ======= header ====== */
#header {
  position: relative;
  width: 100%;
}
.mobile_fix_top.header_fix #header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transform: translateY(0%);
  -webkit-animation: slideDown 0.5s ease;
}
@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
#header_top {
  background-color: #efefef;
}
#header_top .inner {
  height: 60px;
}
.header_fix {
  padding-top: 60px;
}
#header_logo {
  display: block;
}
.mobile_fix_top.header_fix #header_logo {
  display: none;
}
#header_logo_fix {
  display: none;
}
.mobile_fix_top.header_fix #header_logo_fix {
  display: block;
}
#header_logo, #header_logo_fix {
  max-height: 60px;
  float: left;
  position: relative;
  z-index: 21;
}
#header_logo .logo, #header_logo_fix .logo {
  line-height: 60px;
  display: inline-block;
  margin: 0;
  font-weight: 300;
}
#header_top a, #header_top a:before {
  color: #ffffff !important;
}
#header_logo img, #header_logo_fix img {
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.mobile_fix_top.header_fix #header_top, 
.mobile_fix_top.header_fix #header.active #header_top {
  background-color: rgba(81, 81, 81, 0.8);
}

#breadcrumb {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 13px 0;
  height: auto;
  font-size: 10px;
  line-height: 1.7;
}
#breadcrumb ul {
  white-space: initial;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumb li {
  font-size: 10px;
  display: inline;
  margin: 0;
  padding: 0;
  color: #000;
  vertical-align: middle;
  position: relative;
}
#breadcrumb li a {
  color: #000;
  padding-right: 16px;
  position: relative;
}
#breadcrumb li.home a::before {
  content: url(../img/home.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
}
#breadcrumb li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg) translateY(-50%);
}
#breadcrumb li.home a span {
    display: none;
}
#breadcrumb li:last-child:after {
  content: none;
}
#breadcrumb li.last {
    color: #333;
}

/* ======= footer ====== */
.cta {
  padding: 30px 0 60px;
  background: #24b5f9 url(../img/bg_dot.png) top left repeat-y;
  width: 100%;
  background-size: 100% auto;
  height: auto;
  text-align: center;
}
.cta img {
  text-align: center;
  max-width: 100%;
}
.foot-img {
  max-width: 100%;
}
.foot-img img {
  width: 100%;
  display: block;
}
#footer_contents {
  margin-top: -3px;
  background: #159e40;
  color: #fff !important;
  padding: 40px 0 0 0;
  text-align: center;
}
#footer_widget {
  display: block;
  margin: 0 0 -10px 0;
  padding: 0;
  border-bottom: none;
  text-align: left;
}
.footer_widget {
  display: inline-block;
  font-size: 12px;
  line-height: 2.2;
  text-align: left;
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0;
  vertical-align: top;
  position: relative;
}
.footer_headline {
  margin: 0 0 14px 0;
  font-size: 20px;
  line-height: 1.4;
  color: #EEBE00;
  font-weight: bold;
  font-family: "Arial", "メイリオ";
}
.footer_widget li {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.6;
  font-size: 1.2em;
}
#footer_info {
  padding: 10px 0 0 0;
  position: relative;
}
#footer_logo .logo {
  font-size: 26px;
  line-height: 1.2;
}
#footer_logo .logo img {
  height: 26px;
}
#copyright {
  margin: 32px -20px 0 -20px;
  padding: 17px 20px;
  width: initial;
  width: auto;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  background: #000;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#return_top {
  /* display: none; */
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 990;
  opacity: 0;
  transition: all 0.4s ease;
}
#return_top a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 0;
  text-decoration: none;
  background: #b69e84;
  opacity: 0.8;
}
#return_top a span {
  display: none;
}
#return_top a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#copyright span {
  display: none;
}

.lp-logo {
  border-bottom: 1px solid #ddd;
}
.lp-logo img {
  height: 72px;
  margin: 0 auto;
  display: block;
  padding: 7px 0;
}

.mv {
  margin-bottom: 60px;
  position: relative;
  height: 540px;
  overflow: hidden;
}
.mv-bg {
  background: url(../img/mv_sp.jpg) no-repeat center center / cover;
  height: 100%;
}
.mv .inner {
  height: 100%;
}
.mv-title {
  padding-top: 18px;
  font-size: clamp(20px, 6.6vw, 30px);
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF9A3B;
  text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.13);
  white-space: nowrap;
}
.mv-lead {
  color: #565656;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
  font-size: clamp(14px, 4.3vw, 20px);
  font-weight: 500;
}
.mv-parts01 {
  background: url(../img/mv_parts01_sp.png) no-repeat center center / contain;
  width: 228px;
  height: 116px;
  margin-top: 10px;
}
.mv-parts02 {
  background: url(../img/mv_parts02_sp.png) no-repeat center center / contain;
  width: 157px;
  height: 157px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.problem-section {
  margin-bottom: 40px;
}
.problem-section h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #FF7388;
}
.problem-section > p {
  padding: 0 20px;
}
.problem-bg {
  background: url(../img/problem-bg_sp.png) no-repeat center center / contain;
  padding: 50px 50px 60px;
  margin-bottom: 20px;
}
.problem-bg p {
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}
.problem-bg p + p {
  margin-top: 7px;
}

.service-section {
  line-height: 1.875;
  margin-bottom: 54px;
  overflow-x: clip;
}
.service-item {
  display: contents;
}
.service-section .flex {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  position: relative;
}
.service-section .flex01::before {
  content: "";
  width: 140px;
  height: 140px;
  background: url(../img/service-parts01.png) no-repeat center center / contain;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: -1;
}
.service-section .flex01::after {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/service-parts02.png) no-repeat center center / contain;
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: -1;
}
.service-section .flex01 .service-item p:first-of-type {
  order: 1;
}
.service-section .flex01 .service-item p:nth-of-type(2) {
  order: 2;
}
.service-section .flex01 .service-img {
  order: 3;
  margin: 0 -20px;
  width: 100vw;
}
.service-section .service-img img {
  aspect-ratio: 390 / 190;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section .flex01 .service-item p:nth-of-type(3) {
  order: 4;
}
.service-section h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FF7388;
  margin: 30px 0;
  position: relative;
}
.service-section h3::after {
  content: "";
  width: 300px;
  height: 200px;
  background: url(../img/service-parts03.png) no-repeat center center / contain;
  position: absolute;
  top: -50px;
  right: -70px;
  z-index: -1;
}
.service-section .flex02::after {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/service-parts01.png) no-repeat center center / contain;
  position: absolute;
  top: 340px;
  right: -30px;
  z-index: -1;
}
.service-section .flex02 .service-item p:first-of-type {
  order: 1;
}
.service-section .flex02 .service-img {
  order: 2;
  margin: 0 -20px;
  width: 100vw;
}
.service-section .flex02 .service-img img {
  aspect-ratio: 390 / 190;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section .flex02 .service-item p:nth-of-type(2) {
  order: 3;
}
.service-section .flex02 .service-item h4 {
  order: 4;
  color: #FF7388;
  font-weight: bold;
  font-size: 20px;
}
.service-section .flex02 .service-item p:nth-of-type(3) {
  order: 5;
}

.flow-section {
  background: #FFFAF7;
  padding: 90px 0 80px;
}
.section-ttl {
  margin-bottom: 30px;
}
.section-ttl h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.lead-text {
  line-height: 1.8;
}
.flow-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  padding: 26px 20px;
}
.flow-item:not(:last-child) {
  margin-bottom: 30px;
  position: relative;
}
.flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 30px;
  background: #E0E0E0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFC654;
  color: #fff;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-weight: bold;
}
.flow-step .number {
  font-size: 25px;
  line-height: 1;
}
.flow-ttl {
  color: #FF892F;
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
}

.company-section {
  padding: 60px 0 96px;
}
.company-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.company-item dt {
  font-weight: bold;
  margin-bottom: 2px;
}










@media screen and (min-width: 769px) {
.foot-img img {
  display: none;
}
#footer_widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #444;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  text-align: left;
}
.footer_widget {
  width: 300px;
}
#footer_info {
  padding: 18px 0 0 0;
}

.lp-logo img {
  height: 102px;
}
.mv {
  margin-bottom: 100px;
  height: 620px;
}
.mv-bg {
  background: url(../img/mv_pc.jpg) no-repeat center center / cover;
}
.mv .inner {
  height: 100%;
  width: 100%;
}
.mv-text {
  position: absolute;
  top: 70px;
  left: 20px;
}
.mv-title {
  font-size: clamp(36px, 4.5vw ,50px);
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.mv-lead {
  font-size: clamp(14px, 2.5vw, 28px);
  margin-top: 10px;
}
.mv-parts01 {
  background: url(../img/mv_parts01.png) no-repeat center center / contain;
  width: 420px;
  height: 222px;
  position: absolute;
  bottom: 80px;
  left: 20px;
  margin: 0;
}
.mv-parts02 {
  background: url(../img/mv_parts02.png) no-repeat center center / contain;
  width: 240px;
  height: 240px;
  right: 0;
  bottom: 27px;
  left: auto;
}

.problem-section {
  margin-bottom: 78px;
}
.problem-section h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.problem-bg {
  background: url(../img/problem-bg.png) no-repeat center center / 890px auto;
  padding: 70px 0 90px;
}
.problem-bg p {
  font-size: 23px;
}
.problem-bg p + p {
  margin-top: 10px;
}
.problem-section > p {
  text-align: center;
  font-size: 20px;
}
.service-section {
  font-size: 18px;
  line-height: 2.22;
  margin-bottom: 100px;
}
.service-section .flex {
  flex-direction: row;
}
.service-item {
  display: block;
  padding: 10px 0;
}
.service-item {
  width: 50%;
}
.service-section .flex01 .service-item > * + * {
  margin-top: 36px;
}
.service-section .flex02 .service-item > * + * {
  margin-top: 28px;
}
.service-section .flex01 .service-img {
  order: 0;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: 45vw;
  margin: 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
}
.service-section :is(.flex01, .flex02) .service-img img {
  aspect-ratio: auto;
}
.service-section .flex01::before {
  width: 250px;
  height: 250px;
  top: -100px;
  left: -100px;
}
.service-section .flex01::after {
  right: auto;
  left: 27%;
  top: 150px;
  width: 350px;
  height: 290px;
}
.service-section h3 {
  text-align: center;
  font-size: 30px;
  margin: 70px 0;
}
.service-section h3::after {
  width: 360px;
  height: 330px;
  top: -80px;
  right: -70px;
}
.service-section .flex02 {
  flex-direction: row-reverse;
}
.service-section .flex02 .service-img {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  height: 100%;
  width: 45vw;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.service-section .flex02::after {
  top: 330px;
  right: 34%;
  width: 340px;
  height: 340px;
}
.service-section .flex02 .service-item h4 {
  font-size: 24px;
}

.section-ttl {
  margin-bottom: 56px;
}
.section-ttl h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
.lead-text {
  font-size: 18px;
  text-align: center;
}
.flow-list {
  max-width: 1040px;
  margin: 0 auto;
}
.flow-item {
  padding: 38px;
}
.flow-item .flow-flex {
  display: flex;
  gap: 0 50px;
  align-items: center;
}
.flow-step {
  margin: 0;
  width: 106px;
  height: 106px;
}
.flow-group {
  flex: 1;
}
.flow-ttl {
  text-align: left;
  font-size: 20px;
}
.flow-txt {
  font-size: 18px;
}

.company-section {
  padding: 100px 0;
}
.company-content {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
}
.company-item {
  display: flex;
  gap: 0 70px;
  padding: 0 60px 30px;
  margin-bottom: 30px;
}
.company-item dt {
  width: 80px;
}








}

@media screen and (min-width: 1025px) {
.header_fix {
  padding-top: 0;
}
.mobile_fix_top.header_fix #header {
  position: static;
}
#header_top .inner {
  min-height: 68px;
}
#header_logo_fix {
  display: none;
}
#header_logo {
  max-height: 68px;
}
#header_logo .logo {
  line-height: 68px;
}
#breadcrumb {
  padding: 0;
  height: 65px;
  line-height: 65px;
}
#breadcrumb li {
  font-size: 14px;
}
#copyright {
  width: 30%;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: transparent;
  margin: 0;
  padding: 0;
}
#footer_info {
  padding: 43px 30% 44px;
    position: relative;
}
#footer_widget {
  margin-bottom: 0;
}
#return_top {
  bottom: 20px;
  right: 20px;
}
#return_top a {
  border-radius: 50%;
}

.service-item {
  width: 45%;
}
.service-section .flex .service-img {
  width: 50vw;
}


}

@media only screen and (max-width: 1329px) {
#main_col, .inner {
  width: 90.22556%;
}
}

@media only screen and (max-width: 1024px) {
#main_col, .inner {
  width: auto;
  padding: 0 20px;
}
}