@charset "UTF-8";
html {
  margin-top: 0 !important;
  padding-top: 100px;
  background: linear-gradient(to bottom, #ffef00 0%, #ffef00 50%, #262626 50.01%, #262626 100%);
}
@media (max-width: 768px) {
  html {
    padding-top: 0;
  }
}

body {
  background: #fff;
}

body.inview {
  background: #ffef00;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
span,
p,
a {
  color: #000;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}

h2,
h3,
h4 {
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.service {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  color: #3c3c3c;
}
.service .main {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background: #ffef00;
}
.service .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.service section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .service section {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.service section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .service section .sec-heading {
    font-size: 28px;
  }
}
.service section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .service section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.service .sec01 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffef00;
}
@media (max-width: 768px) {
  .service .sec01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service .sec01 .fixed__wrapper {
  position: relative;
  z-index: -1;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .service .sec01 .fixed__wrapper {
    padding: 40px 16px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
}
.service .sec01 .heading--wrapper {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .service .sec01 .heading--wrapper {
    margin-bottom: 20px;
  }
}
.service .sec01 .sec01__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .service .sec01 .sec01__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.service .sec01 .sec01__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .service .sec01 .sec01__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.service .sec01 .sec01__description {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .service .sec01 .sec01__description {
    text-align: center;
    font-size: 17px;
  }
}
.service .sec01 .flex {
  position: relative;
  left: 50%;
  width: 145%;
  transform: translateX(-50%);
}
@media (max-width: 1300px) {
  .service .sec01 .flex {
    width: 100%;
  }
}
@media (max-width: 1300px) and (max-width: 768px) {
  .service .sec01 .flex {
    justify-content: center;
  }
}
.service .sec01 .flex .box--category {
  width: calc(16.66% - 10px);
  cursor: pointer;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .service .sec01 .flex .box--category {
    margin: 0px 4px;
    width: calc(50% - 10px);
  }
}
.service .sec01 .flex .box--category:hover, .service .sec01 .flex .box--category.active {
  -webkit-animation: fuwafuwa ease-in-out 2.5s infinite alternate-reverse;
  animation: fuwafuwa ease-in-out 2.5s infinite alternate-reverse;
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.service .sec02 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .service .sec02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service .sec02 .content--wrapper {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.service .sec02 .heading--img {
  margin-bottom: 40px;
}
.service .sec02 .sec02--heading {
  color: #000;
}
.service .sec02 .content04--wrapper .heading--img {
  width: 80%;
}
.service .sec02 .desc {
  margin-top: 0;
  line-height: 1.8;
}
.service .sec03 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .service .sec03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service .sec03 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
  padding-right: 90px;
  padding-bottom: 60px;
  padding-left: 90px;
  max-width: 1200px;
  border: solid #000 3px;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .service .sec03 .fixed__wrapper {
    padding-top: 90px;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
  }
}
.service .sec03 .sec03--title {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  width: 40%;
  transform: translate(3px, -3px);
}
@media (max-width: 768px) {
  .service .sec03 .sec03--title {
    transform: translate(2px, -2px);
  }
}
.service .sec03 .sec03--title::before {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: -1;
  display: block;
  width: 88%;
  height: 75%;
  background: #ffef00;
  content: "";
}
@media (max-width: 768px) {
  .service .sec03 .sec03--title::before {
    width: 90%;
  }
}
.service .sec03 .sec03__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .service .sec03 .sec03__heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    line-height: 1;
  }
}
.service .sec03 .sec03__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .service .sec03 .sec03__heading span {
    display: block;
    margin-left: 10px;
    font-size: 16px;
  }
}
.service .sec03 h3 {
  color: #231815;
}
@media (max-width: 768px) {
  .service .sec03 h3 {
    line-height: 1.6;
  }
}
.service .sec03 .desc {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .service .sec03 .desc {
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
  }
}
.service .sec03 .content--wrapper.flex {
  display: none;
  flex-wrap: wrap;
  align-items: baseline;
}
.service .sec03 .content--wrapper.flex.active {
  display: flex;
}
.service .sec03 .object {
  display: block;
  margin-bottom: 24px;
  width: calc(33.3333% - 20px);
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .service .sec03 .object {
    width: calc(50% - 10px);
  }
}
.service .sec03 .object .link-btn {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service .sec03 .object .link-btn {
    margin-top: 0;
  }
}
.service .sec04 {
  position: relative;
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
  background: #ffef00;
}
@media (max-width: 768px) {
  .service .sec04 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.service .sec04 .fixed__wrapper {
  position: relative;
  z-index: -1;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .service .sec04 .fixed__wrapper {
    padding: 40px 16px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .service .sec04 .heading--wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.service .sec04 .sec04__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .service .sec04 .sec04__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.service .sec04 .sec04__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .service .sec04 .sec04__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.service .sec04 .sec04__description {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .service .sec04 .sec04__description {
    text-align: center;
    font-size: 17px;
  }
}
.service .sec04 .heading--img {
  position: absolute;
  top: -90px;
  right: 10%;
  max-width: 400px;
}
@media (max-width: 979px) {
  .service .sec04 .heading--img {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .service .sec04 .heading--img {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 180px;
  }
}
.service .sec04 .category {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .service .sec04 .category {
    max-width: none;
    width: calc(100% + 32px);
    transform: translateX(-16px);
  }
}
.service .sec04 .category ul {
  display: flex;
}
.service .sec04 .category ul li {
  width: 20%;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.service .sec04 .category ul li a {
  display: block;
  color: #fff;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
.service .sec04 .category ul li:first-child {
  background: #ffdc00;
}
.service .sec04 .category ul li:first-child a {
  color: #231815;
}
.service .sec04 .category ul li:nth-child(2) {
  background: #ca5151;
}
.service .sec04 .category ul li:nth-child(3) {
  background: #e28e2f;
}
.service .sec04 .category ul li:nth-child(4) {
  background: #3b4397;
}
.service .sec04 .category ul li:last-child {
  background: #42ad7f;
}
.service .sec04 .swiper06 {
  position: relative;
}
.service .sec04 .swiper06 .swiper-container--wrapper {
  position: absolute;
  top: 40px;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  transform: translateY(12px);
}
.service .sec04 .swiper06 .swiper-container--wrapper.active {
  opacity: 1;
  transform: translateY(0px);
}
.service .sec04 .swiper06 .swiper-container--wrapper01 {
  position: relative;
  top: 0;
}
.service .sec04 .link-btn--more {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 16px;
  max-width: 220px;
  border: solid #231815 3px;
  border-radius: 32px;
  background: #231815;
  color: #fff;
  text-align: center;
  font-family: "新ゴ DB", "Shin Go DemiBold";
  transition: 0.3s;
}
.service .sec04 .link-btn--more:hover {
  background: #ffdc00;
  color: #231815;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .service .sec04 .link-btn--more {
    font-family: "新ゴ B", "Shin Go Bold";
  }
}
.service .sec04 .flex {
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .service .sec04 .flex {
    display: block;
  }
}
.service .sec04 .flex .box {
  position: relative;
  display: block;
  width: 33.3333%;
  border-radius: 4px;
}

.content--wrapper {
  display: none;
  opacity: 0;
  transition: 1.35s;
  transform: translateY(20px);
}

.content--wrapper.active {
  display: block;
  opacity: 1;
  transition: 1.35s;
  transform: translateY(0px);
}

section.sec-contact {
  position: relative;
  overflow: visible;
  padding-top: 40px;
}
@media (max-width: 768px) {
  section.sec-contact {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
section.sec-contact .heading--wrapper {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.sec-contact .heading--wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
section.sec-contact .heading--wrapper .icon--post {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 80px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  section.sec-contact .heading--wrapper .icon--post {
    position: static;
    margin-bottom: 20px;
    transform: translate(7%, 0%);
  }
}
section.sec-contact h3 {
  margin: 0 auto;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #000 1.5px;
  color: #000;
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section.sec-contact h3 {
    font-size: 26px;
  }
}
section.sec-contact .desc {
  margin: 30px auto;
  text-align: center;
}
@media (max-width: 768px) {
  section.sec-contact .desc {
    margin: 20px auto;
    font-size: 17px;
    line-height: 1.6;
  }
}
section.sec-contact .boxs--wrapper {
  align-items: stretch;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper {
    flex-direction: column;
  }
}
section.sec-contact .boxs--wrapper a.box {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: calc(50% - 32px);
  border: solid #231815 3.5px;
  border-radius: 24px;
  background: #fff;
  opacity: 1;
  transition: 0.15s;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
    height: 92px;
  }
}
section.sec-contact .boxs--wrapper a.box:hover, section.sec-contact .boxs--wrapper a.box:active {
  transform: scale(1.06);
}
section.sec-contact .boxs--wrapper a.box img {
  position: absolute;
  left: 0;
  margin-right: 30px;
  margin-left: 36px;
  width: 60px;
}
@media (max-width: 979px) {
  section.sec-contact .boxs--wrapper a.box img {
    margin-left: 16px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box img {
    margin-left: 24px;
    width: 50px;
  }
}
section.sec-contact .boxs--wrapper a.box .text--wrapper {
  margin: 0 auto;
  padding-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
section.sec-contact .boxs--wrapper a.box .font-size--big {
  font-size: 36px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box .font-size--big {
    font-size: 26px;
  }
}
section.sec-contact .boxs--wrapper a.box p {
  margin: 0;
  line-height: 1;
}
section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
  font-size: 28px;
}
@media (max-width: 979px) {
  section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
    margin-left: 30px;
    font-size: 22px;
  }
}