@charset "UTF-8";
/* CSS Document */
/* section_top PC */
.section_top {
  background-image: url("../images/top_bg.png");
  background-size: cover;
  height: 100vh;
  position: relative;
  background-position: 40% 50%;
}

.section_top h2 {
  font-size: 4.2vw;
  position: absolute;
  top: 40%;
  padding-left: 48px;
  line-height: 150%;
  letter-spacing: 0.7rem;
  font-weight: 600;
}
.section_top_caption {
  width: 45%;
  position: absolute;
  top: 70%;
  padding-left: 48px;
}

/* section_top 768~1024 */
@media screen and (max-width: 1024px) {
  .section_top {
    background-position: 55% 50%;
  }
  .section_top h2 {
    font-size: 3.6rem;
    top: 50%;
    max-width: 400px;
    padding-left: 24px;
  }
  .section_top_caption {
    width: 65%;
    top: 66%;
    max-width: 480px;
    padding-left: 24px;
  }
}
/* section_top 577~768 */
@media screen and (max-width: 768px) {
  .section_top {
    background-image: url("../images/top_bg_middle.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section_top h2 {
    top: 48%;
  }
}
/* section_top 481~576 */
@media screen and (max-width: 576px) {
  .section_top {
    background-image: url("../images/top_bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 5%;
  }
  .section_top h2 {
    font-size: 5.8vw;
    letter-spacing: 0.4rem;
  }
  .section_top_caption {
    width: 75%;
    top: 66%;
    max-width: 431px;
    padding-left: 24px;
  }
}
/* section_top SP */
@media screen and (max-width: 480px) {
  .section_top h2 {
    font-size: 7.4vw;
    top: 38%;
  }
  .section_top_caption {
    width: 84%;
    top: 52.5%;
    max-width: 314px;
    background-color: #fff;
    padding: 4px 24px 4px 24px;
  }
}
/* introduction PC */

.section_intro {
  background-image: url("../images/intro_bg.png");
  background-size: cover;
  height: 100%;
  padding: 96px 0px;
  overflow: hidden;
}
.section_intro h3 {
  font-size: 2.4rem;
  line-height: 48px;
  letter-spacing: 0.4rem;
  width: 100%;
  max-width: 626px;
  margin: 0 auto 136px;
  text-align: center;
}
.section_intro_wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto 96px;
  gap: 24px;
}
.section_intro_imgbox {
  display: flex;
  gap: 5%;
  align-items: flex-end;
}
.intro_imgbox01_img {
  border-top-right-radius: 24px;
}
.intro_imgbox02 {
  flex-direction: row-reverse;
}
.intro_imgbox02_img {
  border-top-left-radius: 24px;
}
.intro_imgbox_isobox {
  width: 10.5vw;
  min-width: 52px;
}
.intro_imgbox02_iso {
  transform: scale(-1, 1);
}
.section_intro_decbox {
  width: min(70%, 943px);
  margin-left: auto;
  transform: translateX(8px);
  overflow: hidden;
}

/* .section_intro 768~1024 */
@media screen and (max-width: 1024px) {
  .section_intro_wrapper {
    flex-direction: column;
    gap: 72px;
  }
  .section_intro_imgbox {
    flex-direction: row-reverse;
    position: relative;
  }
  .intro_imgbox01 {
    max-width: 820px;
    margin: 0 40px 0 0;
  }
  .intro_imgbox02 {
    flex-direction: row;
    max-width: 820px;
    margin-left: auto;
    padding-left: 40px;
  }
  .intro_imgbox_isobox {
    transform: scaleX(-1);
    position: absolute;
  }
  .intro_imgbox01 .intro_imgbox_isobox {
    left: 24px;
  }
  .intro_imgbox02 .intro_imgbox_isobox {
    right: 24px;
  }
  .intro_imgbox_isobox {
    width: 7.5vw;
    min-width: 38px;
  }
  .section_intro_decbox {
    margin: 0 auto;
    overflow: inherit;
    transform: translateX(0);
  }
}
/* section_intro 577~768 */
@media screen and (max-width: 768px) {
  .section_intro {
    padding: 80px 0px;
  }

  .section_intro h3 {
    font-size: 2rem;
    line-height: 44px;
    letter-spacing: 0.3rem;
    max-width: 528px;
    margin: 0 auto 80px;
  }
  .intro_imgbox01 {
    max-width: 630px;
    margin: 0 40px 0 0;
  }
  .intro_imgbox02 {
    max-width: 630px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section_intro_wrapper {
    margin: 0 auto 40px;
    gap: 40px;
  }
  .section_intro h3 {
    font-size: 1.6rem;
    line-height: 32px;
    max-width: 295px;
    margin: 0 auto 56px;
    letter-spacing: 0.25rem;
  }
  picture {
    margin: 0 24px;
    max-width: 327px;
  }
  .intro_imgbox01 {
    margin: inherit;
  }
  .intro_imgbox01 .intro_imgbox_isobox {
    top: 41%;
    right: 36px;
    left: inherit;
    transform: inherit;
  }
  .intro_imgbox02 {
    padding-left: 0;
    margin: inherit;
  }
  .intro_imgbox02 .intro_imgbox_isobox {
    top: 41%;
    left: 36px;
    right: inherit;
    transform: inherit;
  }
}

/* founder PC */
.section_founder {
  padding: 80px 48px;
  background-color: #fef9e5;
}
.section_founder h2 {
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  letter-spacing: 0.6rem;
  line-height: 8rem;
  text-align: center;
  margin: 0 auto;
}
.section_founder h3 {
  display: none;
}
.section_founder_dottedline {
  border-bottom: 1.5px dotted #1c206a;
  height: 1px;
  width: 15vw;
  max-width: 216px;
  margin: 0 auto 72px;
}
.section_founder_wrapper {
  display: flex;
  max-width: 1268px;
  margin: 0 auto;
  gap: 4%;
}
.section_founder_innerwrapper {
  width: 50%;
}
.section_founder_imgwrapper {
  display: flex;
  justify-content: space-between;
}
.section_founder_imgbox {
  width: calc((344 / 720) * 100%);
}
.founder_imgbox02 {
  margin-top: 16px;
}
.section_founder_descriptionwrapper {
  width: 50%;
  max-width: 419px;
  margin: 0 auto;
  align-self: center;
}
.section_founder_descriptiontitle {
  text-align: center;
  width: 384px;
  margin: 0 auto;
}
.section_founder_descriptiontitle h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  background-color: #fcfcfc;
  letter-spacing: 0.2rem;
  padding: 16px;
  margin-bottom: 24px;
  margin-top: 8px;
  display: block;
}
.section_founder_description p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.15rem;
  text-align: justify;
  margin: 0 auto 20px;
  max-width: 421px;
}
.section_founder_decbox {
  width: min(88%, 624px);
  margin-top: -24px;
}
.section_founder_button {
  text-align: right;
}
.site_button a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.site_button_description {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.site_button_icon {
  display: inline-block;
  width: 50px;
}

/* founder 768~1140 */
@media screen and (max-width: 1140px) {
  .section_founder {
    padding: 40px 48px;
  }
  .section_founder h2 {
    font-size: clamp(2.4rem, 2.6vw, 2.8rem);
    letter-spacing: 0.4rem;
  }
  .section_founder_dottedline {
    margin: 0 auto 40px;
    border-bottom: 2.5px dotted #1c206a;
  }
  .section_founder h3 {
    display: block;
    background-color: #fcfcfc;
    letter-spacing: 0.2rem;
    padding: 16px;
    text-align: center;
    width: 384px;
    margin: 0 auto 48px;
    font-size: clamp(2rem, 2vw, 2.4rem);
  }
  .section_founder_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .section_founder_imgwrapper {
    flex-direction: column;
    align-items: center;
  }
  .section_founder_imgbox {
    width: calc((542 / 768) * 100%);
  }

  .founder_imgbox02 {
    display: none;
  }
  .section_founder_decbox {
    width: min(100%, 356px);
    margin: -24px auto 40px;
  }
  .section_founder_descriptiontitle h3 {
    display: none;
  }
  .section_founder_button {
    text-align: center;
  }
}

/* founder 577~768 */
@media screen and (max-width: 768px) {
  .section_founder h2 {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    line-height: 6rem;
  }
  .section_founder_dottedline {
    border-bottom: 2.5px dotted #1c206a;
  }
  .section_founder_descriptionwrapper {
    width: auto;
    max-width: none;
  }
  .section_founder_imgbox {
    max-width: 258px;
    min-width: 204px;
  }
}
/* founder 375~576 */
@media screen and (max-width: 576px) {
  .section_founder {
    padding: 40px 0px;
  }
  .section_founder_dottedline {
    width: 30vw;
    max-width: 112px;
  }
  .section_founder h3 {
    font-size: 1.8rem;
    width: auto;
  }
  .section_founder_imgbox {
    max-width: 169px;
  }
  .section_founder_descriptionwrapper {
    width: 100%;
    max-width: 375px;
  }
  .section_founder_innerwrapper {
    width: 100%;
  }
  .section_founder_description p {
    margin: inherit;
    padding: 0 24px 48px;
  }
  .section_founder_decbox {
    width: 100%;
    max-width: 232px;
    margin: -15px auto 40px;
  }
}

/* service PC */
/* service PC 01*/
.section_service {
  padding: 80px 48px 216px;
  background: linear-gradient(to bottom, #fef9e5, #f1fef7);
}
.section_service h2 {
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  letter-spacing: 0.6rem;
  line-height: 8rem;
  text-align: center;
  margin: 0 auto;
}
.section_service_dottedline {
  border-bottom: 1.5px dotted #1c206a;
  height: 1px;
  width: 15vw;
  max-width: 216px;
  margin: 0 auto 72px;
}
.section_service h3 {
  font-size: 2.4rem;
  line-height: 48px;
  letter-spacing: 0.4rem;
  width: 100%;
  max-width: 626px;
  margin: 0 auto 120px;
  text-align: center;
}
.section_service_wrapper {
  max-width: 1114px;
  margin: 0 auto 88px;
  width: 100%;
}
.section_service_numberlogoimgwrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 32px;
  z-index: 1;
}
.section_service_numberimgbox01 {
  width: 7.32vw;
  max-width: 115px;
  margin-left: 44px;
}
.section_service_logoimgbox01 {
  width: 32vw;
  max-width: 503px;
}
.section_service_descriptionwrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  background-color: #fcfcfc;
  width: 100%;
  max-height: 513px;
  border: 1px solid;
  border-image-source: linear-gradient(
    to bottom,
    #fed4cd,
    #f9e7d0,
    #eae8d8,
    #d0ebe5
  );
  border-image-slice: 1;
  border-left: none;
}
.section_service_descriptionwrapper01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: auto;
  background: linear-gradient(to bottom, #fed4cd, #f9e7d0, #eae8d8, #d0ebe5);
}
.section_service_descriptioninnerwrapper {
  margin: 0 auto;
  padding: 4% 4% 2%;
  position: relative;
}
.section_service_descriptionwrapper01 .section_service_descriptioninnerwrapper {
  transform: translateX(7px);
}

.section_service_descriptioninnerwrapper::before {
  content: "";
  background-image: url("../images/tree_kanaeru.png");
  background-size: contain;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 26.5vw;
  height: 26.7vw;
  max-width: 362px;
  max-height: 368px;
  background-repeat: no-repeat;
}
.section_service_descriptioninnerwrapper > li > h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 4%;
  max-width: none;
}

.section_service_descriptioninnerwrapper li p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.15rem;
  line-height: 3.2rem;
  margin-bottom: 10%;
}
.section_service_button01 {
  position: relative;
  z-index: 1;
}

.section_service_descriptionimgbox01 {
  width: calc((320 / 1194) * 100%);
  align-self: center;
  flex-shrink: 0;
}
.section_service_descriptionimgbox02 {
  width: calc((294 / 1194) * 100%);
  flex-shrink: 0;
}
/* 123共通箇所 */
.section_service_descriptioncontents {
  display: contents;
}

/* service 768~1140 01*/
@media screen and (max-width: 1140px) {
  .section_service {
    padding: 40px 48px;
  }
  .section_service_allwrapper {
    margin-bottom: 104px;
  }
  .section_service h2 {
    font-size: clamp(2.4rem, 2.6vw, 2.8rem);
    letter-spacing: 0.4rem;
  }
  .section_service h3 {
    font-size: clamp(2rem, 2vw, 2.4rem);
    letter-spacing: 0.2rem;
    margin: 0 auto 72px;
  }
  .section_service_dottedline {
    border-bottom: 2.5px dotted #1c206a;
  }

  .section_service_descriptionwrapper {
    flex-direction: column-reverse;
    align-items: center;
    max-height: none;
    max-width: 654px;
    margin: 0 auto;
  }
  .section_service_wrapper {
    max-width: 654px;
    margin: 0 auto 72px;
  }
  .section_service_numberlogoimgwrapper {
    align-items: baseline;
    top: 20px;
  }
  .section_service_numberimgbox01 {
    margin-left: 0px;
    min-width: 64px;
  }
  .section_service_logoimgbox01 {
    max-width: 352px;
    min-width: 279px;
  }
  .section_service_descriptioncontents {
    display: flex;
    justify-content: center;
  }
  .section_service_descriptionimgbox01 {
    width: auto;
    flex-shrink: inherit;
    padding: 32px;
  }
  .section_service_descriptionimgbox02 {
    width: auto;
    flex-shrink: inherit;
  }
  .section_service_descriptioninnerwrapper {
    padding: 5% 5% 6% 5%;
  }
  .section_service_descriptioninnerwrapper::before {
    width: 39.5vw;
    height: 39.7vw;
    max-width: 244px;
    max-height: 246px;
  }

  .section_service_descriptioninnerwrapper li p {
    font-size: 1.6rem;
  }
  .section_service_button01 {
    text-align: center;
  }
}
/* service 577~768 01*/
@media screen and (max-width: 768px) {
  .section_service h2 {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    line-height: 6rem;
  }
  .section_service h3 {
    font-size: 2rem;
  }
  .section_service_dottedline {
    width: 38vw;
    max-width: 230px;
  }
  .section_service_numberlogoimgwrapper {
    top: 0px;
  }
  .section_service_numberimgbox01 {
    width: 10.32vw;
    max-width: 60px;
    position: relative;
    top: 0px;
  }
  .section_service_logoimgbox01 {
    width: 34vw;
    max-width: 196px;
  }
}
@media screen and (max-width: 576px) {
  .section_service {
    padding: 40px 24px;
  }
  .section_service_dottedline {
    width: 52vw;
    max-width: 192px;
    margin: 0 auto 40px;
  }
  .section_service h3 {
    font-size: 1.6rem;
    line-height: 32px;
  }
  .section_service_wrapper {
    max-width: 480px;
  }

  .section_service_numberlogoimgwrapper {
    align-items: baseline;
  }
  .section_service_numberimgbox01 {
    width: 16vw;
    max-width: 70px;
    position: relative;
    top: 1px;
  }
  .section_service_logoimgbox01 {
    min-width: 187px;
    position: relative;
  }
  .section_service_descriptionimgbox01 {
    padding: 0px 0px 0px 20px;
  }
  .section_service_descriptioncontents-reverse
    .section_service_descriptionimgbox01 {
    padding: 0px 20px 0px 0px;
  }
  .section_service_descriptioninnerwrapper {
    padding: 5% 7% 4%;
  }
}
/* service PC 02*/

.section_service_numberimgbox02 {
  width: 8.5vw;
  max-width: 133px;
  margin-left: 44px;
}
.section_service_descriptionwrapper02 {
  flex-direction: row-reverse;
}
.section_service_descriptionwrapper02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: auto;
  background: linear-gradient(to bottom, #fed4cd, #f9e7d0, #eae8d8, #d0ebe5);
}

.section_service_descriptionwrapper02 .section_service_descriptioninnerwrapper {
  transform: translateX(-7px);
}
.section_service_button02 {
  position: relative;
  z-index: 1;
  text-align: right;
}
/* service 577~1140 02*/
@media screen and (max-width: 1140px) {
  .section_service_numberimgbox02 {
    margin-left: 0px;
  }
  .section_service_descriptionwrapper02 {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .section_service_descriptioncontents-reverse {
    flex-direction: row-reverse;
  }
  .section_service_numberimgbox02 {
    width: 10.32vw;
    max-width: 77px;
    position: relative;
  }
  .section_service_button02 {
    text-align: center;
  }
}
/* service 375~576*/
@media screen and (max-width: 576px) {
  .section_service_numberimgbox02 {
    width: 18vw;
    max-width: 77px;
    position: relative;
    top: 1px;
  }
}

/* service PC 03*/
/* service PC 03はservice PC 01とレイアウト同じ。数字の箇所だけservice PC 02と同じ */
.section_service_wrapper:last-child {
  margin: 0 auto;
}
/* service 769~1139 03*/
/* service 769~1139 03はservice PC 01とレイアウト同じ。数字の箇所だけservice PC 02と同じ */

/* contact PC */

.section_contact_top {
  background-color: #f5fcf8;
}
.section_contact_wrapper_top {
  background-image: url("../images/contact_area.png");
  background-size: cover;
  background-position: center;
  min-height: 427px;
  padding: 0 48px;
}
.section_contact_top h2 {
  width: clamp(480px, 50%, 622px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: -40px;
}
.section_contact_innerwrapper_top {
  background-color: #fcfcfc;
  border: 5px solid #eec6c5;
  border-radius: 24px;
  max-width: 716px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 54px 60px;
  gap: 48px;
}
.section_contact_innerwrapper_top p:first-child {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  width: 598px;
}
.section_contact_innerwrapper_top p:last-child {
  font-size: 1.6rem;
  background-color: #1c206a;
  color: #fcfcfc;
  border-radius: 8px;
}

.section_contact_innerwrapper_top p:last-child a {
  gap: 8px;
  padding: 8px 22px;
  letter-spacing: 0.25rem;
  font-size: 2rem;
}

/* contact 769~1024 */

@media screen and (max-width: 1024px) {
  .section_contact_top h2 {
    width: clamp(347px, 50%, 622px);
    top: -29px;
  }
  .section_contact_wrapper_top {
    min-height: 294px;
    padding: 0 48px 40px;
  }
  .section_contact_innerwrapper_top p:first-child {
    font-size: 2rem;
    width: 506px;
  }
}

/* contact 577~768 */

@media screen and (max-width: 768px) {
  .section_contact_innerwrapper_top {
    max-width: 420px;
  }
  .section_contact_innerwrapper_top p:first-child {
    font-size: 2rem;
    max-width: 304px;
    text-align: center;
    line-height: 32px;
  }
}

/* contact 375~576  */
@media screen and (max-width: 576px) {
  .section_contact_wrapper_top {
    padding: 24px;
  }
  .section_contact_top h2 {
    width: 231px;
    top: -43px;
  }
  .section_contact_wrapper_top {
    min-height: 256px;
  }
  .section_contact_innerwrapper_top {
    max-width: 351px;
    padding: 24px 40px;
    gap: 24px;
  }
  .section_contact_innerwrapper_top p:first-child {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    max-width: 236px;
  }
  .section_contact_innerwrapper_top p:last-child a {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
}

/* footer top */
footer {
  padding: 40px 48px 16px 48px;
  background: linear-gradient(to bottom, #f5fcf8, #fcfcfc);
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
}
.footer_wrapper_logobox {
  width: 45px;
}
.footer_wrapper_nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
small {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  margin-top: 48px;
}
/* footer top sp */
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 36px 16px 24px;
  }
  .footer_wrapper_nav {
    flex-direction: column;
    justify-content: flex-end;
    font-size: 1.4rem;
  }
}

/* アニメーション */
.trigger {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpanime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
}

@keyframes fadeUpanime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.trigger01 {
  opacity: 0;
}
.fadeRight {
  animation-name: fadeRightanime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
}

@keyframes fadeRightanime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1140px) {
  .trigger,
  .trigger01 {
    opacity: 1;
  }
  .fadeUp,
  .fadeRight {
    animation: none;
  }
}
