/*
ピンク：#ec6e9b
オレンジ：#f6ac03
青；#2ba5de
緑；#96cf67

/*=======================================================

Common

========================================================*/

.title {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.title span {
  color: #405b2a;
  font-size: 2.8rem;
  font-weight: 700;
}

.title .dot {
  position: relative;
}

.title .dot::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #405b2a;
  border-radius: 50%;
}

.title.blue span {
  color: #2ba5de;
}

.title.blue .dot::after {
  background: #2ba5de;
}

.title02 {
  max-width: 500px;
  margin: 0 auto 30px;
  background-color: #f6ac03;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 15px;
  border-radius: 999px;
}

.title03 {
  color: #405b2a;
  font-size: 2.5rem;
  border-left: 3px solid #405b2a;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pink-bg {
  background-color: #ec6e9b !important;
}

.orange-bg {
  background-color: #f6ac03 !important ;
}

.green-bg {
  background-color: #96cf67 !important;
}

.blue-bg {
  background-color: #2ba5de !important;
}

.red-bg {
  background-color: #faecf0 !important;
}

.orange-bg02 {
  background-color: #f6ac03 !important ;
}

.blue-bg02 {
  background-color: #e7f6ff !important;
}

.list01 li {
  position: relative;
  padding-left: 20px;
}

.list01 li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}

.ul-txt p {
  text-align: center;
}

.ul-txt p span {
  font-size: 2rem;
  line-height: 2em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #dbf4c6)
  );
  background: linear-gradient(transparent 60%, #dbf4c6 60%);
}

/*=======================================================

Home

========================================================*/

.home-section01 {
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.home-section01::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/rocket.png) no-repeat;
  background-size: cover;
  width: 99px;
  height: 96px;
  bottom: 0;
  left: calc(50% - 480px);
  z-index: -1;
}

.home-section02 {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.home-section02::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/earth.png) no-repeat;
  background-size: cover;
  width: 108px;
  height: 81px;
  bottom: 60%;
  right: calc(50% - 530px);
  z-index: -1;
}

.home-section03 {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.home-section03::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/cloud.png) no-repeat;
  background-size: cover;
  width: 127px;
  height: 117px;
  bottom: -80px;
  left: calc(50% - 520px);
  z-index: -1;
}

.home-section04 {
  padding-top: 20px;
  padding-bottom: 0;
}

.home-section05 {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.home-section05::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/rocket.png) no-repeat;
  background-size: cover;
  width: 99px;
  height: 96px;
  bottom: 30px;
  right: calc(50% - 550px);
  z-index: -1;
}

.home-section06 {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.home-section06::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/earth.png) no-repeat;
  background-size: cover;
  width: 108px;
  height: 81px;
  bottom: -40px;
  left: calc(50% - 530px);
  z-index: -1;
}

.statue-box {
  margin-top: 40px;
}

.statue-box02 {
  width: 28%;
  position: relative;
}

.statue-box03 {
  margin-top: -28px;
}

.statue-box02::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: -70px;
  top: 60px;
  background-image: url(/wp-content/uploads/2024/05/statue-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.statue-box .statue-box02:last-of-type::after {
  display: none;
}

.statue-img img {
  max-width: 70px;
  margin: 0 auto 20px;
}

.statue-img02 img {
  max-width: 100%;
  margin: 0 auto 20px;
}

.statue-content {
  padding: 30px;
  background-color: #ebf8e2;
  border-radius: 20px;
}

.statue-head {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.home-business-link {
  margin-top: 60px;
}

.business-link.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business-link li {
  width: 28%;
  margin: 0 2.5%;
}

.business-link li a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.business-link li a:hover {
  opacity: 0.7;
}

.home-menu-list li {
  width: 47%;
  position: relative;
  margin-bottom: 60px;
}

.home-menu-img {
  position: relative;
}

.home-menu-img img {
  border-radius: 20px;
  aspect-ratio: 16 / 6;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-menu-ttl {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #ec6e9b;
  bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*=======================================================

事業紹介

========================================================*/

.origin-section {
  padding-bottom: 60px;
  position: relative;
}

.origin-section::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/rocket.png) no-repeat;
  background-size: cover;
  width: 99px;
  height: 96px;
  top: 0;
  left: calc(50% - 640px);
  z-index: -1;
}

.single-business-post .sub-header-txt {
  padding: 25px;
  max-width: 300px;
  border-radius: 20px;
}

.origin-block.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.origin-content {
  width: 60%;
}

.origin-img {
  width: 35%;
}

.origin-img img {
  border-radius: 20px;
}

.concept-section {
  padding-top: 0;
  padding-bottom: 10vw;
  background-image: url(/wp-content/uploads/2024/05/background-green-top.png);
  background-position: center bottom -10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}

.concept-section::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/airplane-green.png) no-repeat;
  background-size: cover;
  width: 114px;
  height: 99px;
  top: 70px;
  right: calc(50% - 700px);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  z-index: -1;
}

.concept-block.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.concept-content {
  width: 60%;
}

.concept-img {
  width: 35%;
}

.concept-img img {
  border-radius: 20px;
}

.grow-section {
  padding-top: 50px;
  background-image: url(/wp-content/uploads/2024/05/lightning02.png),
    url(/wp-content/uploads/2024/05/arrow-yellow.png);
  background-position: top 25% left 7%, bottom 25% right 7%;
  background-size: 100px auto, 100px auto;
  background-repeat: no-repeat;
}

.grow-list li {
  margin-bottom: 60px;
}

.grow-list li:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grow-list li:last-of-type {
  margin-bottom: 0;
}

.grow-section {
  background-color: #a9e777;
  padding-bottom: 40px;
}

.grow-img {
  width: 40%;
}

.grow-img img {
  border-radius: 20px;
}

.grow-content {
  width: 55%;
}

.flow-section {
  padding-top: 12vw;
  background-image: url(/wp-content/uploads/2024/05/background-green-bottom.png);
  background-position: center top -10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 0;
  position: relative;
}

.flow-section::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/arrow-pink.png) no-repeat;
  background-size: cover;
  width: 70px;
  height: 57px;
  top: 25%;
  right: calc(50% - 620px);
  transform: rotate(-60deg);
  z-index: -1;
}

.flow-section::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/earth.png) no-repeat;
  background-size: cover;
  width: 108px;
  height: 81px;
  bottom: 30%;
  left: calc(50% - 680px);
  z-index: -1;
}

.flow-box {
  margin-bottom: 20px;
}

.flow-section .flow-box:last-of-type {
  margin-bottom: 0;
}

.flow-list::before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

.flow-list li.flex {
  width: 30%;
  align-items: center;
  margin-bottom: 40px;
}

.flow-icon {
  width: 30%;
}

.flow-content {
  width: 65%;
}

.flow-time {
  font-size: 2.4rem;
  margin-bottom: 5px;
}

.time-section {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.time-section::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/cloud.png) no-repeat;
  background-size: cover;
  width: 127px;
  height: 117px;
  top: 30px;
  right: calc(50% - 620px);
  z-index: -1;
}

.time-list li {
  width: 47%;
}

.time-box {
  padding: 40px;
  background-color: #fffde1;
  border-left: 10px #d9d382 solid;
  margin-bottom: 40px;
}

.not-txt {
  text-align: center;
}

.file-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.file-section::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/rocket.png) no-repeat;
  background-size: cover;
  width: 99px;
  height: 96px;
  top: 0;
  left: calc(50% - 640px);
  z-index: -1;
}

.file-list02 a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #ea6d99;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 10px;
}

.file-list02 li {
  width: 48%;
  margin-bottom: 20px;
}

.file-list02 a:hover {
  opacity: 0.7;
}

/*=======================================================

Recruit

========================================================*/

.recruit-section01 {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.recruit-section01::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/airplane-green.png) no-repeat;
  background-size: cover;
  width: 114px;
  height: 99px;
  top: 70px;
  left: calc(50% - 700px);
  -webkit-transform: scaleX(-1) rotate(-6deg);
  transform: scaleX(-1) rotate(-6deg);
  z-index: -1;
}

.recruit-section01::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/lightning.png) no-repeat;
  background-size: cover;
  width: 83px;
  height: 111px;
  bottom: 0px;
  right: calc(50% - 700px);
  z-index: -1;
}

.recruit-section02 {
  padding-top: 0;
  position: relative;
}

.recruit-section02::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/cloud.png) no-repeat;
  background-size: cover;
  width: 127px;
  height: 117px;
  bottom: 60px;
  left: calc(50% - 680px);
  z-index: -1;
}

.appeal-txt p {
  text-align: center;
  line-height: 1.75em;
  font-size: 1.8rem;
}

.points {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.points .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  width: 211px;
  height: 211px;
  padding: 0px 15px;
  margin: 0 30px;
}

.points .point p {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.points .point-1 {
  background: url(/wp-content/uploads/2024/05/point-1.png) no-repeat;
  background-size: cover;
}
.points .point-2 {
  background: url(/wp-content/uploads/2024/05/point-2.png) no-repeat;
  background-size: cover;
}
.points .point-3 {
  background: url(/wp-content/uploads/2024/05/point-3.png) no-repeat;
  background-size: cover;
}
