@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Hiragino Mincho ProN', serif;
}

/* =====================
  respoonsive
===================== */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

a:hover {
  opacity: 0.8;
}

/* =====================
  module
===================== */



/* =====================
  header
===================== */

.header {
  position: fixed;
  width: 100%;
  z-index: 999998;
}

.header_main {
  width: 100%;
  height: 80px;

  background-color: #fff;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px 40px;
}

.l_header_logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header_logo img {
  width: 14%;
  display: block;
}

.header_logo p {
  color: #413838;
  font-family: Hiragino Mincho ProN;
  font-size: 22.398px;
  font-style: normal;
  font-weight: 600;
  line-height: 139.5%;
  letter-spacing: 0.672px;
}

.header_logo p span {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 10.452px;
  font-style: normal;
  font-weight: 300;
  line-height: 139.5%;
  /* 14.581px */
  letter-spacing: 0.314px;
}

.header_contact {
  /* width: 16%; */

  border-radius: 5px;
  background: #D16D56;
  padding: 13px 22px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.header_contact a {
  color: #FFF;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  /* 185% */
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 768px) {
  .header {
    position: static;
  }

  .header_main {
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
  }
}

/* =====================
  kv
===================== */

.kv {
  position: relative;
  overflow: hidden;
}

.kv_img img {
  transform: scale(1.1);
  animation: animationZoom1 10s ease-in-out infinite;
}

@keyframes animationZoom1 {
  100% {
    transform: scale(1.0)
  }
}

.kv_cc {
  position: absolute;
  top: 32%;
  left: 4%;

  width: 800px;

  overflow: hidden;
}

.kv_cc p {
  color: #524436;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.75);
  font-family: Hiragino Mincho ProN;
  font-size: 70px;
  font-size: min(calc(70 / 1440 * 100vw),70px);
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  /* 142.857% */
  letter-spacing: 4.9px;
}

.kv_cta {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 40%;
}

@media only screen and (max-width: 1440px) {
  .kv_cc {
    top: 28%;
    left: 4%;

    width: 750px;
  }
}
@media only screen and (max-width: 1280px) {
  .kv_cc {
    top: 28%;
    left: 4%;

    width: 580px;
  }

  .kv_cc p {
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 4.9px;
  }
}

@media only screen and (max-width: 768px) {
  .kv_cc {
    top: 6%;
    left: 6%;
  }

  .kv_cta {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
  }
}

@media only screen and (max-width: 600px) {
  .kv_cc {
    top: 6%;
    left: 6%;
    width: 280px;
  }

  .kv_cc p {
    color: #524436;
    text-shadow: 0px 2px 20px #FFF;
    font-family: Hiragino Mincho ProN;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    /* 152.778% */
    letter-spacing: 2.52px;
  }
}

/* =====================
  target
===================== */

.target {
  padding-top: 69px;
  padding-bottom: 83px;
  background: linear-gradient(to bottom, #ffffff 70%, #F7F3E3 70%);
  overflow: hidden;
}

.target_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.24px;
}

.target_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1%;

  width: 72%;
  margin: 0 auto;
  margin-top: 42px;
}

.target_item {
  width: 32%;
  /* height: 452px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 14px 10px rgba(209, 109, 86, 0.10);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  padding: 20px; */
}

.target_item_txt_title {
  color: #524436;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.66px;

  margin-top: 12px;
}

.target_item_txt_title span {
  color: #D16D56;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 145.455% */
  letter-spacing: 0.66px;
}

.target_item_txt_txt {
  color: #524436;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.54px;

  margin-top: 12px;
}

@media only screen and (max-width: 768px) {
  .target {
    padding-top: 69px;
    padding-bottom: 83px;
    background: #ffffff;
  }

  .target_title {
    font-size: 22px;
  }

  .target_items {
    width: 80%;
    flex-direction: column;
    gap: 50px;
  }

  .target_item {
    width: 100%;
    /* height: 400px; */
    position: relative;
    z-index: 100;
  }

  /* .target_item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: -10%;
    width: 120%;
    height: 60%;
    background-color: #F7F3E3;
    z-index: 10;
  } */
}

/* =====================
  about
===================== */

.about {
  padding-top: 53px;
  padding-bottom: 44px;
  background-image: url("../../img/about_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about_title {
  color: #FFF;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.24px;
}

.l_about_txt {
  width: 72%;
  margin: 0 auto;
  margin-top: 23px;
  background-color: #fff;
  border-radius: 10px;

  padding: 27px 4%;
}

.about_txt {
  color: #413838;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 160% */
  letter-spacing: 0.6px;
}

.about_txt span {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.6px;

  background: linear-gradient(transparent 70%, rgba(209, 109, 86, 0.5) 0%);
}

@media only screen and (max-width: 768px) {
  .about {
    background-image: url("../../img/sp_about_bg.png");
  }

  .about_title {
    font-size: 22px;
  }

  .l_about_txt {
    width: 92%;
  }

  .about_txt {
    font-size: 16px;
    text-align: left;
  }

  .about_txt span {
    font-size: 16px;
  }
}


/* =====================
  feature
===================== */

.feature {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #fff;
}

.feature_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.feature_items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 64px;
  width: 100%;
  margin: 0 auto;
  margin-top: 66px;
}

.feature_item_txt_subtxt p {
  display: flex;
  align-items: baseline;

}

.feature_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 47px;
}

.feature_item:nth-child(2) {
  justify-content: flex-end;
}

.feature_item_img {
  width: 43%;
}

.feature_item_txt {
  width: 42%;
}

.feature_item_txt_img {
  width: 12%;
}

.feature_item_txt_title {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 48px */

  margin-top: 10px;
}

.feature_item_txt_subtxt {
  margin-top: 16px;
}

.feature_item_txt_subtxt img {
  display: block;
  width: 20px;
  height: 18px;
}

.feature_item_txt_subtxt span {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  /* 40px */
}

@media only screen and (max-width: 768px) {
  .feature_title {
    font-size: 22px;
  }

  .feature_item {
    flex-direction: column;
  }

  .feature_item_img {
    width: 100%;
  }

  .feature_item_txt_img {
    display: none;
  }

  .feature_item_txt {
    width: 92%;
    margin: 0 auto;
  }

  .feature_item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .feature_item_txt_title {
    font-size: 22px;
  }

  .feature_item_txt_subtxt span {
    font-size: 16px;
    line-height: 200%;
    /* 32px */
  }

  .feature_item_txt_subtxt p {
    align-items: baseline;
  }
}


/* =====================
  mechanism
===================== */

.mechanism {
  padding-top: 82px;
  padding-bottom: 52px;
  background-image: url("../../img/mechanism_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mechanism_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.mechanism_items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
  margin-top: 49px;
}

.mechanism_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 69px;
}

.mechanism_item:nth-child(2) {
  justify-content: flex-end;
}

.mechanism_item_img {
  width: 43%;
}

.mechanism_item_txt {
  width: 38%;
}

.mechanism_item_txt_title {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 153.846% */
  letter-spacing: 0.78px;
}

.mechanism_item_txt_title span {
  color: #D16D56;
}

.mechanism_item_txt_txt {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
}

.mechanism_item_txt_txt span {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .mechanism {
    background-image: url("../../img/sp_mechanism_bg.png");
  }

  .mechanism_title {
    font-size: 22px;
  }

  .mechanism_item {
    flex-direction: column;
  }

  .mechanism_item_img {
    width: 100%;
  }

  .mechanism_item_txt {
    width: 92%;
    margin: 0 auto;
  }

  .mechanism_item_txt_title {
    font-size: 22px;
    line-height: 200%;
    /* 44px */
  }

  .mechanism_item_txt_txt {
    font-size: 16px;
    line-height: 200%;
    /* 32px */
  }

  .mechanism_item:nth-child(2) {
    flex-direction: column-reverse;
  }

}


/* =====================
  explanation
===================== */

.explanation {
  padding-top: 73px;
  padding-bottom: 71px;
  background-color: #fff;
}

.explanation_item_title {
  border-radius: 8px;
  background: #D16D56;
  width: 58%;
  margin: 0 auto;

  color: #FFF;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.78px;

  padding: 26px 12px;
}

.explanation_item_txt {
  width: 58%;
  margin: 0 auto;

  color: #413838;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;

  margin-top: 16px;
}

.explanation_item_title_txt span {
  font-weight: 600;
}

.explanation_item_1_img {
  width: 58%;
  margin: 0 auto;
  margin-top: 80px;
}

.explanation_item_2_title {
  margin-top: 80px;
}

.explanation_item_2_title span {
  font-size: 20px;
}

.explanation_item_txt_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;

  margin-top: 110px;
}

.explanation_item_2_img {
  width: 42%;
  margin: 0 auto;
  margin-top: 43px;
}

.explanation_item_3_img {
  width: 72%;
  margin: 0 auto;
  margin-top: 52px;
}

@media only screen and (max-width: 768px) {
  .explanation_item_title {
    width: 92%;
    font-size: 22px;
    line-height: 200%;
    /* 44px */
  }

  .explanation_item_txt {
    width: 92%;
    text-align: left;
    font-size: 16px;
    line-height: 200%;
    /* 32px */
  }

  .explanation_item_1_img {
    width: 92%;
    margin-top: 40px;
  }

  .explanation_item_2_title {
    margin-top: 40px;
  }

  .explanation_item_2_title span {
    font-size: 16px;
  }

  .explanation_item_txt_title {
    font-size: 22px;
    line-height: 200%;
    /* 44px */
    margin-top: 40px;
  }

  .explanation_item_2_img {
    width: 80%;
    margin-top: 40px;
  }

  .explanation_item_3_img {
    width: 80%;
    margin-top: 40px;
  }
}

/* =====================
  case
===================== */

.case {
  padding-top: 56px;
  padding-bottom: 44px;
  background-color: #F7F3E3;
}

.case_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.case_txt {
  color: #413838;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.48px;

  margin-top: 21px;
}

.case_img {
  width: 45%;
  margin: 0 auto;
  margin-top: 49px;
}

@media only screen and (max-width: 768px) {
  .case_title {
    font-size: 22px;
  }

  .case_txt {
    width: 92%;
    margin: 0 auto;
    margin-top: 24px;

    font-size: 16px;
    text-align: left;

    line-height: 200%;
    /* 32px */
  }

  .case_img {
    width: 92%;
    margin-top: 40px;
  }

}

/* =====================
  cta
===================== */

.cta {
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: #524436;
}

.cta_img {
  width: 38%;
  margin: 0 auto;
}

.sp_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;

  background-color: #524436;
}

.sp_cta a {
  display: block;
  width: 64%;
  margin: 12px auto;
}

/* CSSでフェードインアニメーションを設定 */
.sp_cta {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.sp_cta.visible {
  opacity: 1;
  transform: translateY(0);
}


@media only screen and (max-width: 768px) {
  .cta_img {
    width: 92%;
    margin: 0 auto;
  }
}


/* =====================
  flow
===================== */

.flow {
  padding-top: 54px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff 70%, #F7F3E3 70%);
}

.flow_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.flow_txt {
  color: #413838;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;

  margin-top: 53px;
}

.flow_img {
  width: 70%;
  margin: 0 auto;
  margin-top: 27px;
}

@media only screen and (max-width: 768px) {
  .flow {
    background: #fff;
  }

  .flow_title {
    font-size: 22px;
  }

  .flow_txt {
    width: 92%;
    margin: 0 auto;
    margin-top: 24px;

    font-size: 16px;
    text-align: left;

    line-height: 200%;
    /* 32px */
  }

  .flow_img {
    width: 60%;
    margin-top: 40px;
    margin-left: 26%;
  }
}

/* =====================
  location
===================== */

.location {
  padding-top: 71px;
  padding-bottom: 0px;
  background: #fff;
}

.location_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.location_txt {
  color: #413838;
  text-align: center;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;

  margin-top: 27px;
}

.location_img {
  margin-top: 46px;
}

.c-map {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 400px;

  margin-top: 46px;
}

@media only screen and (max-width: 768px) {
  .location_title {
    font-size: 22px;
  }

  .location_txt {
    width: 92%;
    margin: 0 auto;
    margin-top: 24px;

    font-size: 16px;
    text-align: left;

    line-height: 200%;
    /* 32px */
  }

  .location_img {
    width: 100%;
    margin-top: 40px;
  }

}


/* =====================
  course
===================== */

.course {
  padding-top: 94px;
  padding-bottom: 70px;
  overflow: hidden;
}

.course_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.course_txt {
  color: #413838;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.48px;

  margin-top: 36px;
}

.course_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;

  width: 72%;
  margin: 0 auto;
  margin-top: 55px;
}

.course_item {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .course_title {
    font-size: 22px;
  }

  .course_txt {
    width: 80%;
    margin: 0 auto;
    margin-top: 24px;

    font-size: 16px;
    text-align: left;

    line-height: 200%;
    /* 32px */
  }

  .course_items {
    width: 92%;
    gap: 22px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .course_item {
    width: 100%;
    position: relative;
  }


  .course_item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: -10%;
    width: 120%;
    height: 60%;
    background-color: #F7F3E3;
    z-index: -1;
  }

}

/* =====================
  quetion
===================== */

.quetion {
  padding-top: 97px;
  padding-bottom: 146px;
  background: #FFF;
}

.qa_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.qa-list {
  width: 56%;
  margin: 0 auto;
  margin-top: 54px;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 60px 20px 60px;
  background: #F8F8F8;

  color: #413838;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
}

.qa-list dl dt::before,
.qa-list dl dd::before {
  position: absolute;
  left: 18px;

  background-color: #ffffff;
  border-radius: 50%;

  padding: 0.4em 0.5em;
  content: "";
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  content: 'Q';
  color: #413838;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 12px;
  display: block;
  content: 'A';
  font-weight: bold;
  color: #D16D56;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: #F8F8F8;

  color: #413838;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .qa_title {
    font-size: 22px;
  }

  .qa-list {
    width: 92%;
  }

  .qa-list dl {
    margin: 10px 0 0;
  }

  .qa-list dl:after {
    top: 42px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 16px 50px 16px 50px;
    font-size: 14px;
  }

  .qa-list dl dt::before {
    font-size: 14px;
    top: 36px;
    left: 20px;
  }

  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }

  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

/* =====================
  contact
===================== */

.contact {
  padding-top: 107px;
  padding-bottom: 92px;
  background: #D16D56;
}

.contact_title {
  color: #FFF;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.82px;
}

.l_contact-form {
  width: 60%;
  margin: 0 auto;
  margin-top: 53px;

  border-radius: 10px;
  background: #FFF;

  padding: 63px 4%;
}

.l_contact-form table {
  width: 100%;
  margin-bottom: 20px;
}

.l_contact-form th {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;

  width: 26%;
  padding: 20px;

  vertical-align: top;
}

.l_contact-form th .required{
  color: #D16D56;
}

.l_contact-form td {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  /* 262.5% */
  letter-spacing: 0.48px;

  padding: 20px;
}

.l_contact-form input {
  border: 1px solid #413838;
}

input[name="your-name"] {
  width: 100% !important;
}

input[name="your-email"] {
  width: 100% !important;
}

.l_contact-form textarea {
  border: 1px solid #413838;
  width: 100% !important;
}

.acceptance {
  color: #413838;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.48px;
}

.form_button {
  border-radius: 5px;
  background: #D16D56;

  color: #FFF;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.66px;

  padding: 24px;
  width: 387px;

  display: block;
  margin: 0 auto;
  margin-top: 19px;
  border: 0px solid #413838 !important;
}

.name_span {
  font-size: 14px;
}

.mail_span {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .contact_title {
    font-size: 22px;
  }

  .l_contact-form {
    width: 92%;
    padding: 63px 4%;
  }

  .l_contact-form th {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 10px;

    margin-top: 24px;
  }

  .l_contact-form th span {
    font-weight: 300;
  }

  .l_contact-form td {
    display: block;
    line-height: 32px;
    padding: 0;
    padding-top: 8px;
    padding-left: 10px;
  }

  .form_button {
    width: 92%;
  }

  .name_span {
    font-size: 12px;
  }

  .mail_span {
    font-size: 12px;
  }

  .acceptance {
    text-align: left;
  }
}


/* =====================
  company
===================== */

.company {
  padding-top: 96px;
  padding-bottom: 60px;
  background: #fff;
}

.company_title {
  color: #413838;
  text-align: center;
  font-family: Hiragino Mincho ProN;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.56px;
}

.company_contents {
  width: 78%;
  margin: 0 auto;
  margin-top: 35px;

  display: flex;
  justify-content: space-between;
}

.company_img {
  width: 41%;
}

.company_txt {
  width: 54%;

  border-radius: 10px;
  background: #F8F8F8;

  padding: 43px 35px;
}

.company_txt table {
  width: 100%;
  margin-bottom: 20px;
}

.company_txt tr {
  border-bottom: solid 1px rgba(13, 11, 11, 0.2);
}

.company_txt tr:last-child {
  border-bottom: none;
}

.company_txt th {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;

  width: 20%;
  padding: 9px;

  vertical-align: top;
}

.company_txt td {
  color: #413838;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;

  padding: 9px;
}

@media only screen and (max-width: 768px) {
  .company_title {
    font-size: 22px;
  }

  .company_contents {
    width: 92%;
    flex-direction: column;
  }

  .company_img {
    width: 100%;
  }

  .company_txt {
    width: 100%;
    margin-top: 24px;
  }

  .company_txt th {
    display: block;
    width: 100%;
  }

  .company_txt td {
    display: block;
    line-height: 32px;
    padding-top: 0;
  }
}

/* =====================
  footer
===================== */

.footer {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #D16D56;
}

.footer_txt {
  color: #FFF;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: 120px;
  }

  .footer_txt {
    font-size: 14px;
  }
}


/* =====================
  animation
===================== */
.fadein {
  /* 最初は非表示 */
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fadeinUp {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadeinUp {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fadeinDown {
  /* 最初は非表示 */
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadeinDown {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* 左から */

.fadeLeft {
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.is-fadeLeft {
  /* アニメーションを適用 */
  animation: fadeLeftAnime 1.5s ease forwards;
}

/* 右から */

.fadeRight {
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.is-fadeRight {
  /* アニメーションを適用 */
  animation: fadeRightAnime 1.5s ease forwards;
}

.popup {
  /* 初期状態: 非表示で小さく */
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

/* フェードインとふわっと出現のアニメーション */
@keyframes fadeInPopUp {
  0% {
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
  }

  20% {
    transform: scale(1.1);
    opacity: 1;
    visibility: visible;
  }

  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

.is-popup {
  /* アニメーションを適用 */
  animation: fadeInPopUp 1.5s ease forwards;
}


.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.6s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}