@charset "UTF-8";
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
  font-size: 16px;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  background: #fff;
  color: #323232;
  overflow-x: hidden;
}

.all__blocK {
  display: inline-block;
}

.mailBtn {
  text-align: center;
  font-weight: bold;
}
.mailBtn__lead {
  font-size: min(1.6vw, 1rem);
  display: inline-block;
  position: relative;
  margin-bottom: 1.25rem;
}
.mailBtn__lead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  width: 47%;
}
.mailBtn__lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  width: 50%;
}
.mailBtn__lead--line {
  position: relative;
}
.mailBtn__lead--line::before {
  content: "";
  position: absolute;
  top: 29px;
  left: min(14.8vw, 9.25rem);
  background: #fff;
  width: 15px;
  height: 1px;
  transform: rotate(-50deg);
}
.mailBtn-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  transition: 0.3s ease all;
}
.mailBtn-btn::before {
  content: "";
  position: absolute;
  background: #0A4EA1;
  width: 100%;
  height: 70px;
  mix-blend-mode: multiply;
}
.mailBtn-btn::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 100%;
  height: 70px;
  transition: 0.3s ease all;
}
.mailBtn-btn:hover::after {
  transition: 0.3s ease all;
  filter: drop-shadow(6px 6px 6px rgba(255, 255, 255, 0.7)) drop-shadow(-6px -6px 6px rgba(255, 255, 255, 0.7));
}
.mailBtn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  z-index: 3;
}
.mailBtn-btn__link::before {
  content: "";
  position: absolute;
  right: calc(50% - 11rem);
  top: 35px;
  background: #fff;
  width: 36px;
  height: 1px;
  transition: 0.3s ease all;
}
.mailBtn-btn__link::after {
  content: "";
  position: absolute;
  right: calc(50% - 11.1rem);
  top: 30px;
  background: #fff;
  width: 12px;
  height: 1px;
  transform: rotate(50deg);
  transition: 0.3s ease all;
}
.mailBtn-btn__link:hover::before {
  width: 42px;
  right: calc(50% - 12rem);
  transition: 0.3s ease all;
}
.mailBtn-btn__link:hover::after {
  right: calc(50% - 12.1rem);
  transition: 0.3s ease all;
}

.telBtn {
  text-align: center;
  font-weight: bold;
}
.telBtn__lead {
  font-size: min(1.6vw, 1rem);
  display: inline-block;
  position: relative;
  margin-bottom: 1.25rem;
}
.telBtn__lead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  width: 47%;
}
.telBtn__lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  width: 50%;
}
.telBtn__lead--line {
  position: relative;
}
.telBtn__lead--line::before {
  content: "";
  position: absolute;
  top: 29px;
  left: min(10vw, 6.25rem);
  background: #fff;
  width: 15px;
  height: 1px;
  transform: rotate(-50deg);
}
.telBtn-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 70px;
  transition: 0.3s ease all;
}
.telBtn-btn:hover {
  filter: drop-shadow(6px 6px 6px rgba(255, 255, 255, 0.7)) drop-shadow(-6px -6px 6px rgba(255, 255, 255, 0.7));
}
.telBtn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #0A4EA1;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}
.telBtn-btn__link i {
  font-size: 1.3rem;
  margin-right: 0.3rem;
  transform: translateY(0.25rem);
}
.telBtn-btn__cap {
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .mailBtn__lead {
    font-size: 1rem;
  }
  .mailBtn__lead--line {
    position: relative;
  }
  .mailBtn__lead--line::before {
    top: 25px;
    left: 9.25rem;
  }
  .telBtn__lead {
    font-size: 1rem;
  }
  .telBtn__lead--line {
    position: relative;
  }
  .telBtn__lead--line::before {
    top: 25px;
    left: 6.25rem;
  }
}
#fv {
  background-color: #0A4EA1;
  background-image: url("../image/fv-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 50px;
  padding: 16.25vh 0 13.75vh;
}

.fv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.fv__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #0A4EA1;
  max-width: 550px;
  width: 100%;
  color: #0A4EA1;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 2.875rem;
  margin: 0 auto 4.375rem;
  padding: 3.125rem 1.25rem 2.75rem;
  filter: drop-shadow(6px 6px 6px rgba(255, 255, 255, 0.7)) drop-shadow(-6px -6px 6px rgba(255, 255, 255, 0.7));
}
.fv__lead--strong {
  background: #0A4EA1;
  color: #fff;
  padding: 0 0.25rem 0.25rem;
}

.fv-under {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.fv-under-mail {
  width: 40.5%;
}
.fv-under-box {
  width: 49%;
}
.fv-under-box-parent {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fv-under-box__child {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 120px;
  width: 47.96%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.25rem;
}
.fv-under-box__child--en {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 300%;
  font-style: italic;
}
.fv-under-box__child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #fff transparent transparent transparent;
}
.fv-under-box__child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #fff transparent;
}
.fv-under-box__cap {
  font-size: 0.875rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .fv-under {
    flex-direction: column;
  }
  .fv-under-mail {
    order: 1;
    width: 100%;
  }
  .fv-under-box {
    order: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
}
#mailFixed {
  position: sticky;
  right: 0;
  top: 40px;
  background: #0A4EA1;
  width: 100px;
  height: 80px;
  margin-left: auto;
  z-index: 9999;
}
#mailFixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0A4EA1;
  width: 100px;
  height: 80px;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
  line-height: 100%;
  transition: 0.3s ease all;
  filter: drop-shadow(4px 4px 4px rgba(10, 78, 161, 0.2)) drop-shadow(-4px -4px 4px rgba(10, 78, 161, 0.2));
}
#mailFixed a i {
  font-size: 2.4375rem;
}
#mailFixed a:hover {
  transform: translateX(-20px);
  transition: 0.3s ease all;
}

#about {
  padding: 50px 0 150px;
}

.about {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.about__en {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  margin-bottom: 0.5rem;
  padding-left: 40px;
}
.about__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0A4EA1;
  width: 30px;
  height: 1px;
}
.about__title {
  color: #0A4EA1;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.5rem;
  margin-bottom: 1.875rem;
}
.about__lead {
  text-align: justify;
  margin-bottom: 8.75rem;
}
.about__lead span {
  color: #0A4EA1;
  font-weight: bold;
}
.about__subLead {
  text-align: center;
  margin-bottom: 0.5rem;
}
.about__subTitle {
  color: #0A4EA1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 3.125rem;
}
.about-parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.about-child {
  position: relative;
  width: 235px;
  text-align: center;
  padding: 3.75rem 1.25rem 2.5rem;
  background: #fff;
  filter: drop-shadow(4px 4px 4px rgba(50, 50, 50, 0.2)) drop-shadow(-4px -4px 4px rgba(50, 50, 50, 0.2));
}
.about-child p {
  line-height: 1.875rem;
}
.about-child::before {
  content: "";
  position: absolute;
  top: -20px;
  background: #0A4EA1;
  width: 2px;
  height: 40px;
}
.about-child__title {
  color: #0A4EA1;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 100%;
  margin-bottom: 1.375rem;
}
.about-child-img {
  line-height: 0;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 768px) {
  .about-parent {
    gap: 60px;
  }
  .about-child {
    width: 80%;
    margin: 0 auto;
  }
}
#reason {
  background: #F0F0F0;
  padding: 150px 0;
}

.reason {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.reason__lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 1.5rem;
}
.reason__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.5rem;
  margin-bottom: 6rem;
}
.reason__title--en {
  color: #0A4EA1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 150%;
}
.reason-parent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason-child {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc((100% - 20px) / 2);
  margin-bottom: 6.25rem;
  padding: 4.375rem 2.5rem;
  filter: drop-shadow(4px 4px 4px rgba(50, 50, 50, 0.2)) drop-shadow(-4px -4px 4px rgba(50, 50, 50, 0.2));
}
.reason-child:last-child {
  margin-bottom: 0;
}
.reason-child--01 {
  background-image: url("../image/reason-01.jpg");
}
.reason-child--02 {
  background-image: url("../image/reason-02.jpg");
}
.reason-child--03 {
  background-image: url("../image/reason-03.jpg");
}
.reason-child--04 {
  background-image: url("../image/reason-04.jpg");
}
.reason-child--05 {
  background-image: url("../image/reason-05.jpg");
}
.reason-child__label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0A4EA1;
  width: 150px;
  height: 50px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 0.875rem;
  text-align: center;
  padding-top: 15px;
}
.reason-child__label span {
  font-size: 230%;
  transform: translateY(-0.25rem);
  margin-left: 0.25rem;
}
.reason-child__title {
  color: #0A4EA1;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.125rem;
  margin-bottom: 3.125rem;
}
.reason-child-list {
  margin-bottom: 3.125rem;
}
.reason-child-list__check {
  position: relative;
  background: #fff;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  padding: 10px 10px 10px 55px;
}
.reason-child-list__check::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #0A4EA1;
  width: calc(20px + 1.75rem);
  height: calc(20px + 1.75rem);
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.reason-child-list__check:last-child {
  margin-bottom: 0;
}
.reason-child-list__check--bottom {
  margin-bottom: 3.125rem;
}
.reason-child-btn {
  text-align: center;
  margin-top: auto;
}
.reason-child-btn__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0A4EA1;
  background: #fff;
  width: 250px;
  height: 60px;
  color: #0A4EA1;
  font-weight: bold;
  transition: 0.3s ease all;
}
.reason-child-btn__btn i {
  margin-right: 0.5rem;
}
.reason-child-btn__btn:hover {
  filter: drop-shadow(4px 4px 4px rgba(10, 78, 161, 0.2)) drop-shadow(-4px -4px 4px rgba(10, 78, 161, 0.2));
  transform: translateY(0.25rem);
  transition: 0.3s ease all;
}

@media screen and (max-width: 768px) {
  .reason-child {
    width: 100%;
  }
}
#solution {
  padding: 150px 0;
}

.solution {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.solution__lead {
  font-size: 1.5rem;
  line-height: 100%;
  margin-bottom: 1rem;
}
.solution__title {
  color: #0A4EA1;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.75rem;
  margin-bottom: 4rem;
}
.solution-parent {
  width: 100%;
}
.solution-child {
  position: relative;
  background: #F0F0F0;
  width: 100%;
  margin-bottom: 80px;
  padding: 3rem 2.5rem 2.5rem;
  filter: drop-shadow(4px 4px 4px rgba(50, 50, 50, 0.2)) drop-shadow(-4px -4px 4px rgba(50, 50, 50, 0.2));
}
.solution-child:last-child {
  margin-bottom: 0px;
}
.solution-child__img {
  position: absolute;
  right: 30px;
  top: -20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid #0A4EA1;
  border-radius: 50%;
  width: min(18vw, 180px);
  height: min(18vw, 180px);
  z-index: 2;
}
.solution-child__img--01 {
  background-image: url("../image/solution-01.jpg");
}
.solution-child__img--02 {
  background-image: url("../image/solution-02.jpg");
}
.solution-child__img--03 {
  background-image: url("../image/solution-03.jpg");
}
.solution-child__img--04 {
  background-image: url("../image/solution-04.jpg");
}
.solution-child__img--05 {
  background-image: url("../image/solution-05.jpg");
}
.solution-child-top {
  display: flex;
  align-items: center;
  margin-bottom: 2.125rem;
}
.solution-child-top__no {
  position: relative;
  color: #0A4EA1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.875rem;
  margin-right: 6.875rem;
  transform: translateY(0.5rem);
}
.solution-child-top__no span {
  font-size: 280%;
}
.solution-child-top__no::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -90px;
  background: #0A4EA1;
  width: 60px;
  height: 1px;
}
.solution-child-top__title {
  color: #0A4EA1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.625rem;
}
.solution-child-table {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
}
.solution-child-table-problem {
  position: relative;
  background: #fff;
  width: 430px;
  padding: 3rem 2.5rem 2rem;
  filter: drop-shadow(4px 4px 4px rgba(50, 50, 50, 0.2)) drop-shadow(-4px -4px 4px rgba(50, 50, 50, 0.2));
}
.solution-child-table-problem::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(4px 0px 4px rgba(50, 50, 50, 0.2));
}
.solution-child-table-problem__title {
  position: relative;
  color: #0A4EA1;
  text-align: center;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom: 2.75rem;
}
.solution-child-table-problem__title--large {
  font-size: 200%;
}
.solution-child-table-problem__title::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #0A4EA1;
  width: 100%;
  height: 1px;
}
.solution-child-table-problem-list__check {
  position: relative;
  text-align: justify;
  line-height: 1.625rem;
  margin: 0 0 0.5rem 1rem;
}
.solution-child-table-problem-list__check span {
  color: #0A4EA1;
  font-weight: bold;
}
.solution-child-table-problem-list__check::before {
  content: "●";
  position: absolute;
  left: -1rem;
  color: #0A4EA1;
  font-size: 50%;
}
.solution-child-table-problem-list__check:last-child {
  margin-bottom: 0;
}
.solution-child-table-answer {
  background: #0A4EA1;
  width: 450px;
  color: #fff;
  padding: 3rem 2.5rem 2rem;
  filter: drop-shadow(4px 4px 4px rgba(50, 50, 50, 0.2)) drop-shadow(-4px -4px 4px rgba(50, 50, 50, 0.2));
}
.solution-child-table-answer__title {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom: 2.75rem;
}
.solution-child-table-answer__title--large {
  font-size: 200%;
}
.solution-child-table-answer__title::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  height: 1px;
}
.solution-child-table-answer-list__check {
  position: relative;
  text-align: justify;
  line-height: 1.625rem;
  margin: 0 0 0.5rem 1rem;
}
.solution-child-table-answer-list__check span {
  background: #fff;
  color: #0A4EA1;
  font-weight: bold;
  padding: 0 0.15rem;
}
.solution-child-table-answer-list__check::before {
  content: "●";
  position: absolute;
  left: -1rem;
  font-size: 50%;
}
.solution-child-table-answer-list__check:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .solution-child__img {
    position: static;
    border: 3px solid #0A4EA1;
    border-radius: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
  }
  .solution-child-top {
    flex-direction: column;
    align-items: start;
  }
  .solution-child-top__no {
    margin-bottom: 1rem;
  }
  .solution-child-table {
    flex-direction: column;
  }
  .solution-child-table-problem {
    width: 100%;
  }
  .solution-child-table-problem::before {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(0px 4px 4px rgba(50, 50, 50, 0.2));
  }
  .solution-child-table-answer {
    width: 100%;
  }
}
#creativeService {
  background: #F0F6FA;
  padding: 150px 0;
}

.creativeService {
  max-width: 1000px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.creativeService__lead {
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 1rem;
}
.creativeService__title {
  color: #0A4EA1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 100px;
}
.creativeService-fig {
  width: 100%;
  border: 1px solid #0A4EA1;
  margin-bottom: 125px;
  padding-bottom: 1.5rem;
}
.creativeService-fig--bottom0 {
  margin-bottom: 0;
}
.creativeService-fig__figTitle {
  display: inline-block;
  background: #F0F6FA;
  color: #0A4EA1;
  font-size: 1.5rem;
  font-weight: bold;
  transform: translateY(-1rem);
}
.creativeService-fig__img {
  line-height: 0;
  margin: 0 auto;
}
.creativeService-fig__img--flow {
  width: 90%;
}
.creativeService-fig__img--promotion {
  width: 100%;
}
.creativeService-fig__bar {
  background: #0A4EA1;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 2rem 0 -1.5rem;
  padding: 1.75rem 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .creativeService-fig__img--flow {
    width: 140px;
  }
  .creativeService-fig__img--promotion {
    width: 90%;
  }
}
#achievements {
  padding: 150px 0;
}

.achievements {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.achievements__title {
  color: #0A4EA1;
  text-align: center;
  font-size: 3rem;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 3rem;
}
.achievements-parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.achievements-child {
  background: #fff;
  width: 235px;
  padding: 0 1.8rem 1.8rem;
  filter: drop-shadow(4px 4px 4px rgba(50, 50, 50, 0.2)) drop-shadow(-4px -4px 4px rgba(50, 50, 50, 0.2));
}
.achievements-child__title {
  background: #0A4EA1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 -1.8rem 1.875rem;
  padding: 1rem 0;
}
.achievements-child-list__check {
  position: relative;
  line-height: 100%;
  margin: 0 0 1rem 1rem;
}
.achievements-child-list__check:last-child {
  margin-bottom: 0;
}
.achievements-child-list__check::before {
  content: "●";
  position: absolute;
  left: -1rem;
  color: #0A4EA1;
  font-size: 50%;
}

@media screen and (max-width: 768px) {
  .achievements-child {
    max-width: 80%;
    width: 80%;
  }
}
#con {
  background-color: #0A4EA1;
  background-image: url("../image/con-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  padding: 130px 0 100px;
}

.con {
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
}
.con__lead {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 4.25rem;
}
.con-parent {
  display: flex;
  gap: 20px;
}
.con-child {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .con-parent {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
  .con-child {
    width: 100%;
  }
}
#factory {
  padding: 200px 0 150px;
}

.factory {
  max-width: 1000px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.factory__en {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  margin-bottom: 1rem;
}
.factory__en::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #0A4EA1;
  width: 1px;
  height: 30px;
}
.factory__title {
  color: #0A4EA1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 3rem;
}
.factory-img {
  line-height: 0;
  margin-bottom: 1.875rem;
}
.factory-img__img {
  width: 100%;
  height: auto;
}
.factory-link {
  margin-bottom: 3rem;
}
.factory-link__link {
  position: relative;
  color: #0A4EA1;
  font-weight: bold;
}
.factory-link__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #0A4EA1;
  width: 100%;
  height: 1px;
  transition: 0.3s ease all;
  transform: scaleX(0);
}
.factory-link__link:hover::after {
  width: 100%;
  transform: scaleX(1);
}
.factory-link__link i {
  font-size: 150%;
  margin-right: 0.5rem;
  transform: translateY(0.15rem);
}
.factory__text {
  color: #0A4EA1;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.75rem;
  margin-bottom: 1.875rem;
}
.factory-btn__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0A4EA1;
  max-width: 400px;
  width: 100%;
  height: 70px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  transition: 0.3s ease all;
}
.factory-btn__btn::before {
  content: "\f105";
  position: absolute;
  right: calc(50% - 6rem);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: #fff;
  transition: 0.3s ease all;
}
.factory-btn__btn:hover {
  filter: drop-shadow(4px 4px 4px rgba(10, 78, 161, 0.2)) drop-shadow(-4px -4px 4px rgba(10, 78, 161, 0.2));
  transform: translateX(0.25rem);
  transition: 0.3s ease all;
}
.factory-btn__btn:hover::before {
  right: calc(50% - 6.5rem);
  transition: 0.3s ease all;
}

.designGardenPhoto {
  position: relative;
  height: 190px;
  max-width: calc(100% - (50% - 500px));
  width: calc(100% - 0px);
  margin-right: 0;
  margin-left: auto;
  padding: 0px;
  padding-right: calc(50% - 500px - 190px);
  border-right: solid transparent;
  border-right-width: 0px;
  background-color: #0A4EA1;
  background-image: url("../image/garden-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.designGardenPhoto::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 80px;
  background: #0A4EA1;
  width: 100%;
  height: 30px;
  z-index: -1;
}

#designGarden {
  padding: 100px 0 150px;
}

.designGarden {
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.designGarden-img {
  width: 30%;
}
.designGarden-img p {
  text-align: left;
  line-height: 0;
}
.designGarden-img__img {
  width: 273.3759px;
  height: auto;
}
.designGarden-text {
  width: 70%;
  padding-top: 0.5rem;
}
.designGarden-text__lead {
  color: #0A4EA1;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.designGarden-text__title {
  color: #0A4EA1;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
.designGarden-text__title--small {
  font-size: 70%;
}
.designGarden-text__text {
  line-height: 2rem;
  margin-bottom: 3rem;
}
.designGarden-text-btn__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  height: 70px;
  background: #0A4EA1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5rem;
  margin: 0 auto;
  transition: 0.3s ease all;
}
.designGarden-text-btn__btn::before {
  content: "\f105";
  position: absolute;
  right: calc(50% - 11rem);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: #fff;
  transition: 0.3s ease all;
}
.designGarden-text-btn__btn:hover {
  filter: drop-shadow(4px 4px 4px rgba(10, 78, 161, 0.2)) drop-shadow(-4px -4px 4px rgba(10, 78, 161, 0.2));
  transform: translateX(0.25rem);
  transition: 0.3s ease all;
}
.designGarden-text-btn__btn:hover::before {
  right: calc(50% - 11.5rem);
  transition: 0.3s ease all;
}

@media screen and (max-width: 768px) {
  .designGardenPhoto {
    height: 100px;
    width: 100%;
  }
  .designGardenPhoto::before {
    left: 20px;
  }
  .designGarden {
    flex-direction: column;
  }
  .designGarden-img {
    width: 100%;
  }
  .designGarden-img p {
    text-align: center;
  }
  .designGarden-text {
    width: 100%;
    text-align: center;
  }
}
.mailForm {
  overflow: hidden;
  max-width: 1000px;
  width: 90%;
  border-top: 1px solid #cccccc;
  margin: 0 auto;
  padding: 100px 0 150px;
}
.mailForm__title {
  color: #0A4EA1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 3rem;
}

#returnTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
#returnTop a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #0A4EA1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #0A4EA1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  padding-top: 25px;
  transition: 0.3s ease all;
}
#returnTop a::before {
  content: "\f176";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: #0A4EA1;
  font-size: 1.5rem;
  text-align: center;
}
#returnTop a:hover {
  transform: translateY(-0.25rem);
  transition: 0.3s ease all;
}

footer {
  background: #0A4EA1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 60px 0;
}
footer a {
  transition: 0.3s ease all;
}
footer a:hover {
  border-bottom: 1px solid #fff;
  transition: 0.3s ease all;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}/*# sourceMappingURL=style.css.map */