@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/*		TOPページ
-----------------------------------------------------*/
.l-header .l-container {
  max-width: 100% !important;
}
.l-header .l-container .l-header_logo {
  width: 175px;
}

.p-main_visual {
  position: relative;
}
.p-main_visual_img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-main_visual_img img {
    margin-top: -40px;
  }
}
.p-main_visual_catch {
  position: absolute;
  top: clamp(0rem, 9.8958333333vw, 19rem);
  left: clamp(0rem, 16.6666666667vw, 32rem);
  width: clamp(0rem, 32.5vw, 62.4rem);
}
@media screen and (max-width: 576px) {
  .p-main_visual_catch {
    top: 90px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
}
.p-main_visual_catch img {
  width: 100%;
}
.p-main_visual_btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 3;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-main_visual_btn {
    width: 100%;
    bottom: 0px;
    right: 0px;
  }
  .p-main_visual_btn img {
    width: 100%;
  }
}
.p-intro {
  position: relative;
  z-index: 0;
  margin-top: clamp(-45rem, -23.4375vw, 0rem);
  margin-bottom: clamp(0rem, 3.90625vw, 7.5rem);
}
@media screen and (max-width: 576px) {
  .p-intro {
    padding-top: 100px;
  }
}
.p-intro_title {
  margin-bottom: clamp(0rem, 1.5625vw, 3rem);
}
.p-intro_title h2 {
  font-size: clamp(0rem, 3.75vw, 7.2rem);
  color: #8E8383;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .p-intro_title h2 {
    font-size: clamp(0rem, 6.25vw, 3.6rem);
  }
}
.p-intro_tag {
  display: flex;
  justify-content: center;
  gap: clamp(0rem, 1.0416666667vw, 2rem);
  margin-bottom: clamp(0rem, 4.9479166667vw, 9.5rem);
}
.p-intro_tag p {
  width: clamp(0rem, 11.71875vw, 22.5rem);
  padding: clamp(0rem, 0.6770833333vw, 1.3rem) 0;
  background: #AB862F;
  transform: skewX(-20deg);
}
@media screen and (max-width: 576px) {
  .p-intro_tag p {
    width: clamp(0rem, 39.0625vw, 22.5rem);
    padding: clamp(0rem, 2.2569444444vw, 1.3rem) 0;
  }
}
.p-intro_tag p span {
  display: block;
  color: #f7f6f2;
  font-size: clamp(0rem, 1.25vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  transform: skewX(20deg);
}
@media screen and (max-width: 576px) {
  .p-intro_tag p span {
    font-size: clamp(0rem, 3.125vw, 1.8rem);
  }
}
.p-intro_message {
  margin-bottom: clamp(0rem, 4.1666666667vw, 8rem);
}
.p-intro_message p {
  font-size: clamp(0rem, 3.75vw, 7.2rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .p-intro_message p {
    font-size: clamp(0rem, 10.0694444444vw, 5.8rem);
    line-height: 1.5;
  }
}
.p-intro_box {
  display: flex;
  justify-content: space-between;
  width: 78vw;
  margin: 0 calc(50% - 50vw) 0 auto;
}
@media screen and (max-width: 768px) {
  .p-intro_box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-intro_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro_box_text {
    padding: 0 clamp(0rem, 2.6041666667vw, 2rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text {
    text-align: center;
  }
}
.p-intro_box_text span {
  font-weight: bold;
}
.p-intro_box_text .is-21 {
  color: #AB862F;
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .is-21 {
    font-size: clamp(0rem, 3.4722222222vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-intro_box_text .is-24 {
    font-size: clamp(0rem, 2.4390243902vw, 2rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .is-24 {
    font-size: clamp(0rem, 3.4722222222vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-intro_box_text .is-26 {
    font-size: clamp(0rem, 2.4390243902vw, 2rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .is-26 {
    font-size: clamp(0rem, 3.4722222222vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-intro_box_text .is-29 {
    font-size: clamp(0rem, 2.4390243902vw, 2rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .is-29 {
    font-size: clamp(0rem, 3.4722222222vw, 2rem);
  }
}
.p-intro_box_text .is-33 {
  color: #AB862F;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-intro_box_text .is-33 {
    font-size: clamp(0rem, 3.4146341463vw, 2.8rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .is-33 {
    font-size: clamp(0rem, 4.8611111111vw, 2.8rem);
  }
}
.p-intro_box_text .is-33.is-black {
  color: #333;
}
.p-intro_box_text .is-46 {
  color: #AB862F;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-intro_box_text .is-46 {
    font-size: clamp(0rem, 3.6585365854vw, 3rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .is-46 {
    font-size: clamp(0rem, 6.25vw, 3.6rem);
  }
}
.p-intro_box_text .background_arrow {
  padding: clamp(0rem, 3.125vw, 6rem) 0 clamp(0rem, 4.7916666667vw, 9.2rem);
  background-image: url(../img/page/top/top_intro_arrow.png);
  background-size: clamp(0rem, 15.625vw, 30rem);
  background-position: center top clamp(0rem, 2.0833333333vw, 4rem);
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-intro_box_text .background_arrow {
    padding: clamp(0rem, 7.8125vw, 6rem) 0 clamp(0rem, 11.9791666667vw, 9.2rem);
    background-size: clamp(0rem, 32.5520833333vw, 25rem);
    background-position: center top clamp(0rem, 5.859375vw, 4.5rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .background_arrow {
    padding: clamp(0rem, 13.8888888889vw, 8rem) 0 clamp(0rem, 20.8333333333vw, 12rem) 0;
    background-size: clamp(0rem, 69.4444444444vw, 40rem);
    background-position: center top clamp(0rem, 3.4722222222vw, 2rem);
  }
}
.p-intro_box_text .background_arrow p {
  line-height: clamp(0rem, 2.9166666667vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .p-intro_box_text .background_arrow p {
    line-height: clamp(0rem, 4.5572916667vw, 3.5rem);
  }
}
@media screen and (max-width: 576px) {
  .p-intro_box_text .background_arrow p {
    line-height: clamp(0rem, 6.0763888889vw, 3.5rem);
  }
}
.p-intro_box_text .is-line {
  background: linear-gradient(transparent 60%, #E8FF39 60%, #E8FF39 85%, transparent 85%);
  display: inline-block;
}
.p-intro_box_img {
  max-width: clamp(0rem, 46.875vw, 90rem);
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-intro_box_img {
    max-width: 80%;
  }
}
.p-intro_box_img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-intro_box_img img {
    border-radius: 10px;
  }
}

.p-worry {
  position: relative;
  padding-top: clamp(0rem, 15vw, 18rem);
  background: #FAFAFA;
}
.p-worry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(0rem, 10vw, 12rem);
  background: #ffffff;
  clip-path: ellipse(50% 100% at 50% 0%);
  z-index: 1;
}
.p-worry_title {
  margin-bottom: clamp(0rem, 20.4166666667vw, 24.5rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-worry_title {
    margin-bottom: clamp(0rem, 26.0416666667vw, 20rem);
  }
}
@media screen and (max-width: 576px) {
  .p-worry_title {
    margin-bottom: clamp(0rem, 125vw, 72rem);
  }
}
.p-worry_title h2 {
  font-size: clamp(0rem, 3vw, 3.6rem);
  color: #1D519B;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-worry_title h2 {
    ruby-position: under;
    -webkit-ruby-position: after;
    font-size: clamp(0rem, 5.9895833333vw, 4.6rem);
  }
}
.p-worry_title h2 rb {
  font-size: clamp(0rem, 4.1666666667vw, 5rem);
}
@media screen and (max-width: 768px) {
  .p-worry_title h2 rb {
    font-size: clamp(0rem, 7.5520833333vw, 5.8rem);
  }
}
.p-worry_title h2 rt {
  font-size: clamp(0rem, 3.8333333333vw, 4.6rem);
  font-weight: normal;
}
.p-worry_balloon {
  position: absolute;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: clamp(0rem, 76.6666666667vw, 92rem);
  height: 100%;
}
@media screen and (max-width: 576px) {
  .p-worry_balloon {
    width: 100%;
  }
}
.p-worry_balloon_item {
  position: absolute;
  width: clamp(0rem, 25.4166666667vw, 30.5rem);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 576px) {
  .p-worry_balloon_item {
    width: 61%;
  }
  .p-worry_balloon_item img {
    width: 100%;
  }
}
.p-worry_balloon_item.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.p-worry_balloon_item:nth-child(1) {
  top: clamp(-12rem, -10vw, 0rem);
  left: clamp(0rem, 8.3333333333vw, 10rem);
}
@media screen and (max-width: 576px) {
  .p-worry_balloon_item:nth-child(1) {
    top: clamp(-68rem, -118.0555555556vw, 0rem);
    left: -10px;
  }
}
.p-worry_balloon_item:nth-child(2) {
  top: clamp(-19rem, -15.8333333333vw, 0rem);
  right: clamp(0rem, 8.3333333333vw, 10rem);
}
@media screen and (max-width: 576px) {
  .p-worry_balloon_item:nth-child(2) {
    top: clamp(-56rem, -97.2222222222vw, 0rem);
    left: initial;
    right: -10px;
  }
}
.p-worry_balloon_item:nth-child(3) {
  top: clamp(0rem, 10vw, 12rem);
  left: clamp(-5rem, -4.1666666667vw, 0rem);
}
@media screen and (max-width: 576px) {
  .p-worry_balloon_item:nth-child(3) {
    top: clamp(-41rem, -71.1805555556vw, 0rem);
    left: -15px;
  }
}
.p-worry_balloon_item:nth-child(4) {
  top: clamp(0rem, 1.6666666667vw, 2rem);
  right: clamp(0rem, 1.6666666667vw, 2rem);
}
@media screen and (max-width: 576px) {
  .p-worry_balloon_item:nth-child(4) {
    top: clamp(-28.5rem, -49.4791666667vw, 0rem);
    left: initial;
    right: -10px;
  }
}
.p-worry_balloon_item:nth-child(5) {
  top: clamp(0rem, 20.8333333333vw, 25rem);
  right: 0;
}
@media screen and (max-width: 576px) {
  .p-worry_balloon_item:nth-child(5) {
    top: clamp(-13.5rem, -23.4375vw, 0rem);
    right: initial;
    left: -10px;
  }
}
.p-worry_people {
  width: clamp(0rem, 25.8333333333vw, 31rem);
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .p-worry_people {
    width: clamp(0rem, 53.8194444444vw, 31rem);
  }
  .p-worry_people img {
    width: 100%;
  }
}
.p-worry_text {
  margin-bottom: clamp(0rem, 2.5vw, 3rem);
  text-align: center;
}
.p-worry_text p {
  font-weight: bold;
}
.p-worry_flow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: normal;
  gap: clamp(0rem, 1.6666666667vw, 2rem);
  margin: 0 auto clamp(0rem, 1.6666666667vw, 2rem);
}
@media screen and (max-width: 768px) {
  .p-worry_flow {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p-worry_flow_first {
  padding: clamp(0rem, 1.6666666667vw, 2rem) clamp(0rem, 5.1666666667vw, 6.2rem) clamp(0rem, 1.6666666667vw, 2rem) clamp(0rem, 2.6666666667vw, 3.2rem);
  background: #E2E2E2;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-worry_flow_first {
    width: 70%;
    padding: clamp(0rem, 1.3020833333vw, 1rem) clamp(0rem, 8.0729166667vw, 6.2rem) clamp(0rem, 2.6041666667vw, 2rem);
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  }
}
.p-worry_flow_first p {
  color: #AAA;
  font-size: clamp(0rem, 3vw, 3.6rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-worry_flow_first p {
    font-size: clamp(2.2rem, 4.6875vw, 3.6rem);
    text-align: center;
  }
}
.p-worry_flow_second {
  display: flex;
  align-items: center;
  padding: clamp(0rem, 0.8333333333vw, 1rem) clamp(0rem, 2.9166666667vw, 3.5rem) clamp(0rem, 0.8333333333vw, 1rem) clamp(0rem, 2.9166666667vw, 3.5rem);
  background: #F0B325;
}
@media screen and (max-width: 768px) {
  .p-worry_flow_second {
    display: block;
    width: 100%;
    padding: clamp(0rem, 1.3020833333vw, 1rem) clamp(0rem, 4.5572916667vw, 3.5rem);
    background: rgba(240, 179, 37, 0.13);
  }
}
.p-worry_flow_second p {
  color: #C5FF03;
  font-size: clamp(0rem, 3.75vw, 4.5rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-worry_flow_second p {
    color: #F0B325;
    font-size: clamp(2.4rem, 4.6875vw, 3.6rem);
    text-align: center;
  }
}
.p-worry_flow_last {
  text-align: center;
}
.p-worry_flow_last span {
  color: #F0B325;
  font-size: clamp(0rem, 5.1666666667vw, 6.2rem);
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E8FF39 60%, #E8FF39 85%, transparent 85%);
  display: inline-block;
  padding: 0 clamp(0rem, 0.8333333333vw, 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-worry_flow_last span {
    background: none;
    font-size: clamp(2.6rem, 5.2083333333vw, 5.6rem);
    padding: 0 clamp(1rem, 1.3020833333vw, 1rem);
  }
}

.p-devecon {
  position: relative;
  padding-top: clamp(0rem, 15vw, 18rem);
  background: #F7FFEF;
}
@media screen and (max-width: 768px) {
  .p-devecon {
    padding-top: clamp(9rem, 23.4375vw, 18rem);
  }
}
.p-devecon::after {
  content: "";
  position: absolute;
  bottom: clamp(-15rem, -12.5vw, 0rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(0rem, 12.5vw, 15rem);
  background: #F7FFEF;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-devecon::after {
    height: clamp(0rem, 13.0208333333vw, 10rem);
  }
}
.p-devecon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(0rem, 10vw, 12rem);
  background: #FAFAFA;
  clip-path: ellipse(50% 100% at 50% 0%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-devecon::before {
    height: clamp(0rem, 13.0208333333vw, 10rem);
  }
}
.p-devecon_title {
  margin-bottom: clamp(0rem, 2.9166666667vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .p-devecon_title {
    margin-bottom: clamp(2.5rem, 4.5572916667vw, 3.5rem);
  }
}
.p-devecon_title h2 {
  position: relative;
  padding-top: clamp(0rem, 6.25vw, 7.5rem);
  color: #F0B325;
  font-size: clamp(0rem, 4.1666666667vw, 5rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-devecon_title h2 {
    padding-top: clamp(5.5rem, 14.3229166667vw, 11rem);
    font-size: clamp(2.5rem, 5.9895833333vw, 4.6rem);
  }
}
.p-devecon_title h2:before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(224, 160, 8, 0.14);
  font-size: clamp(0rem, 7.6666666667vw, 9.2rem);
  white-space: pre-line; /* 改行文字を認識 */
  text-align: center;
  /* タブレット・スマートフォンサイズでの調整 */
}
@media screen and (max-width: 768px) {
  .p-devecon_title h2:before {
    font-size: clamp(4rem, 8.3333333333vw, 6.4rem);
    line-height: 0.9;
  }
}
.p-devecon_title_sub {
  margin-bottom: clamp(0rem, 4.1666666667vw, 5rem);
}
@media screen and (max-width: 768px) {
  .p-devecon_title_sub {
    margin-bottom: clamp(2.5rem, 6.5104166667vw, 5rem);
  }
}
.p-devecon_title_sub h3 {
  color: #F0B325;
  font-size: clamp(0rem, 1.5vw, 1.8rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-devecon_title_sub h3 {
    font-size: clamp(1.6rem, 3.3854166667vw, 2.6rem);
    line-height: 1.75;
  }
}
.p-devecon_title_sub h3 span {
  font-size: clamp(0rem, 3vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .p-devecon_title_sub h3 span {
    font-size: clamp(2.4rem, 5.9895833333vw, 4.6rem);
  }
}
.p-devecon_description {
  margin: 0 auto clamp(0rem, 3.75vw, 4.5rem);
  padding-bottom: clamp(0rem, 3.75vw, 4.5rem);
  background-image: url(../img/common/line_dotted.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: repeat-x;
  font-weight: 500;
}
.p-devecon_description p {
  font-size: clamp(0rem, 1.3333333333vw, 1.6rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-devecon_description p {
    font-size: clamp(1.4rem, 3.515625vw, 2.7rem);
  }
}
.p-devecon_description p span {
  font-size: clamp(0rem, 2vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  .p-devecon_description p span {
    font-size: clamp(2.4rem, 4.9479166667vw, 3.8rem);
  }
}
.p-devecon_box {
  background-image: url(../img/common/line_dotted_arrow.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: repeat-x;
}
.p-devecon_list {
  width: clamp(0rem, 71.6666666667vw, 86rem);
  margin: 0 auto clamp(0rem, 3.75vw, 4.5rem);
  padding: 0 0 clamp(0rem, 10.8333333333vw, 13rem) clamp(0rem, 6.25vw, 7.5rem);
  counter-reset: devecon-counter;
}
@media screen and (max-width: 768px) {
  .p-devecon_list {
    width: 90%;
    padding: 0 0 clamp(0rem, 7.8125vw, 6rem);
  }
}
.p-devecon_list_item {
  position: relative;
  padding-left: clamp(0rem, 10vw, 12rem);
  font-size: clamp(0rem, 2vw, 2.4rem);
  font-weight: 500;
  counter-increment: devecon-counter;
}
@media screen and (max-width: 768px) {
  .p-devecon_list_item {
    padding-left: clamp(0rem, 13.0208333333vw, 10rem);
    font-size: clamp(1.2rem, 3.125vw, 2.4rem);
  }
}
.p-devecon_list_item:not(:last-child) {
  margin-bottom: clamp(0rem, 6.25vw, 7.5rem);
}
.p-devecon_list_item:nth-child(3) {
  margin-bottom: clamp(0rem, 4.5833333333vw, 5.5rem);
}
@media screen and (max-width: 768px) {
  .p-devecon_list_item:nth-child(3) {
    margin-bottom: clamp(0rem, 7.1614583333vw, 5.5rem);
  }
}
.p-devecon_list_item:before {
  content: counter(devecon-counter, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(0rem, 6.8333333333vw, 8.2rem);
  height: clamp(0rem, 6.8333333333vw, 8.2rem);
  background-color: #F0B325;
  border-radius: 100px;
  color: #FFF;
  font-size: clamp(0rem, 2.5vw, 3rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-devecon_list_item:before {
    width: clamp(0rem, 10.9375vw, 8.4rem);
    height: clamp(0rem, 10.9375vw, 8.4rem);
    font-size: clamp(1.2rem, 3.125vw, 2.4rem);
  }
}
.p-devecon_flow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: normal;
  gap: clamp(0rem, 1.6666666667vw, 2rem);
  margin: 0 auto clamp(0rem, 1.6666666667vw, 2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-devecon_flow {
    flex-direction: column;
    align-items: center;
  }
}
.p-devecon_flow_first {
  padding: clamp(0rem, 1.6666666667vw, 2rem) clamp(0rem, 5.1666666667vw, 6.2rem) clamp(0rem, 1.6666666667vw, 2rem) clamp(0rem, 2.6666666667vw, 3.2rem);
  background: #E2E2E2;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-devecon_flow_first {
    width: 70%;
    padding: clamp(0rem, 1.3020833333vw, 1rem) clamp(0rem, 8.0729166667vw, 6.2rem) clamp(0rem, 2.6041666667vw, 2rem);
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  }
}
.p-devecon_flow_first p {
  color: #AAA;
  font-size: clamp(0rem, 3vw, 3.6rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-devecon_flow_first p {
    font-size: clamp(2.2rem, 4.1666666667vw, 3.6rem);
    text-align: center;
  }
}
.p-devecon_flow_second {
  display: flex;
  align-items: center;
  padding: clamp(0rem, 0.8333333333vw, 1rem) clamp(0rem, 2.9166666667vw, 3.5rem) clamp(0rem, 0.8333333333vw, 1rem) clamp(0rem, 2.9166666667vw, 3.5rem);
  background: #F0B325;
}
@media screen and (max-width: 768px) {
  .p-devecon_flow_second {
    display: block;
    width: 100%;
    padding: clamp(0rem, 1.3020833333vw, 1rem) clamp(0rem, 4.5572916667vw, 3.5rem);
    background: rgba(240, 179, 37, 0.13);
  }
}
.p-devecon_flow_second p {
  color: #C5FF03;
  font-size: clamp(0rem, 3.75vw, 4.5rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-devecon_flow_second p {
    color: #F0B325;
    font-size: clamp(2.4rem, 4.6875vw, 3.6rem);
    text-align: center;
  }
}
.p-devecon_flow_last {
  text-align: center;
}
.p-devecon_flow_last span {
  color: #F0B325;
  font-size: clamp(0rem, 5.1666666667vw, 6.2rem);
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E8FF39 60%, #E8FF39 85%, transparent 85%);
  display: inline-block;
  padding: 0 clamp(0rem, 0.8333333333vw, 1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-devecon_flow_last span {
    background: none;
    font-size: clamp(2.6rem, 5.2083333333vw, 6.2rem);
    padding: 0 clamp(1rem, 1.3020833333vw, 1rem);
  }
}

.p-merit {
  padding-top: clamp(0rem, 15vw, 18rem);
  padding-bottom: clamp(0rem, 7.5vw, 9rem);
  background-image: url(../img/page/top/top_merit_background.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-merit {
    padding-top: clamp(9rem, 23.4375vw, 18rem);
    padding-bottom: clamp(4.5rem, 11.71875vw, 9rem);
    background-size: cover;
  }
}
.p-merit_title {
  margin-bottom: clamp(0rem, 2.9166666667vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .p-merit_title {
    margin-bottom: clamp(2.5rem, 4.5572916667vw, 3.5rem);
  }
}
.p-merit_title h2 {
  position: relative;
  padding-top: clamp(0rem, 6.25vw, 7.5rem);
  color: #2C6BC5;
  font-size: clamp(0rem, 4.1666666667vw, 5rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-merit_title h2 {
    padding-top: clamp(3.7rem, 9.765625vw, 7.5rem);
    font-size: clamp(2.5rem, 6.5104166667vw, 5rem);
  }
}
.p-merit_title h2:before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  transform: translateX(-50%);
  color: #EDF1F9;
  font-size: clamp(0rem, 7.6666666667vw, 9.2rem);
}
@media screen and (max-width: 768px) {
  .p-merit_title h2:before {
    font-size: clamp(4.6rem, 11.9791666667vw, 9.2rem);
  }
}
.p-merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0rem, 3.75vw, 4.5rem) 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-merit_list {
    flex-direction: column;
    gap: clamp(2.5rem, 5.859375vw, 4.5rem) 0;
  }
}
.p-merit_list_item {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  height: clamp(0rem, 9.1666666667vw, 11rem);
  padding-left: clamp(0rem, 11.6666666667vw, 14rem);
  font-size: clamp(1.2rem, 1.3333333333vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-merit_list_item {
    width: 100%;
    height: clamp(0rem, 14.3229166667vw, 11rem);
    padding-left: clamp(0rem, 20.8333333333vw, 16rem);
    font-size: clamp(1.4rem, 3.125vw, 2.4rem);
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .p-merit_list_item {
    font-size: 13px;
  }
}
.p-merit_list_item .is-blue {
  color: #2C6BC5;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  .p-merit_list_item .is-blue {
    font-size: clamp(1.8rem, 3.515625vw, 2.7rem);
  }
}
@media screen and (max-width: 576px) {
  .p-merit_list_item .is-blue {
    font-size: 15px;
  }
}
.p-merit_list_item_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0rem, 9.1666666667vw, 11rem);
  height: clamp(0rem, 9.1666666667vw, 11rem);
  background-color: #E0E9F5;
  border-radius: 100px;
  font-size: clamp(0rem, 1.5vw, 1.8rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-merit_list_item_badge {
    top: 50%;
    transform: translateY(-50%);
    width: clamp(6rem, 16.9270833333vw, 13rem);
    height: clamp(6rem, 16.9270833333vw, 13rem);
    font-size: clamp(1.4rem, 2.8645833333vw, 2.2rem);
  }
}

.p-step {
  padding-top: clamp(0rem, 7.5vw, 9rem);
  padding-bottom: clamp(0rem, 7.5vw, 9rem);
  background: #1F9C66;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-step {
    padding-top: clamp(4.5rem, 11.71875vw, 9rem);
    padding-bottom: clamp(4.5rem, 11.71875vw, 9rem);
  }
}
.p-step_title {
  margin-bottom: clamp(0rem, 4.1666666667vw, 5rem);
}
@media screen and (max-width: 768px) {
  .p-step_title {
    margin-bottom: clamp(2.5rem, 6.5104166667vw, 5rem);
  }
}
.p-step_title h2 {
  position: relative;
  z-index: 1;
  padding-top: clamp(0rem, 6.25vw, 7.5rem);
  color: #FFF;
  font-size: clamp(0rem, 4.1666666667vw, 5rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-step_title h2 {
    padding-top: clamp(3.7rem, 9.765625vw, 7.5rem);
    font-size: clamp(2.5rem, 6.5104166667vw, 5rem);
  }
}
.p-step_title h2:before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(232, 232, 232, 0.21);
  font-size: clamp(0rem, 7.6666666667vw, 9.2rem);
}
@media screen and (max-width: 768px) {
  .p-step_title h2:before {
    font-size: clamp(4.6rem, 11.9791666667vw, 9.2rem);
  }
}
.p-step_flow {
  display: flex;
  justify-content: center;
  align-items: normal;
  gap: clamp(0rem, 1.6666666667vw, 2rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow {
    flex-direction: column;
    gap: clamp(8rem, 10.4166666667vw, 8rem) 0;
  }
}
.p-step_flow_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: clamp(0rem, 28.3333333333vw, 34rem);
  gap: clamp(0rem, 2.9166666667vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow_item {
    gap: clamp(0rem, 4.5572916667vw, 3.5rem) 0;
    width: 100%;
  }
}
.p-step_flow_item:not(:last-ois-type)::before {
  display: block;
  content: "";
  position: absolute;
  top: clamp(0rem, 4.1666666667vw, 5rem);
  left: clamp(0rem, 21.6666666667vw, 26rem);
  width: clamp(0rem, 16.6666666667vw, 20rem);
  height: 30px;
  background-image: url(../img/common/icon_arrow_white_repeat.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-step_flow_item:not(:last-ois-type)::before {
    top: clamp(0rem, 23.4375vw, 18rem);
    left: clamp(0rem, 17.578125vw, 13.5rem);
    width: clamp(0rem, 2.6041666667vw, 2rem);
    height: 100%;
    background-image: url(../img/common/icon_arrow_white_repeat_sp.svg);
    background-position: top;
    background-size: contain;
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item:not(:last-ois-type)::before {
    top: clamp(0rem, 26.9097222222vw, 15.5rem);
    left: clamp(0rem, 7.8125vw, 4.5rem);
    width: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.p-step_flow_item_number {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-step_flow_item_number {
    flex-direction: row;
    gap: clamp(3rem, 7.8125vw, 6rem);
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item_number {
    justify-content: flex-start;
  }
}
.p-step_flow_item_number .is-45 {
  line-height: 1;
}
.p-step_flow_item_number > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(0rem, 9.1666666667vw, 11rem);
  height: clamp(0rem, 9.1666666667vw, 11rem);
  border: 1px solid #FFF;
  border-radius: 100px;
  font-size: clamp(0rem, 1.3333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow_item_number > span {
    width: clamp(0rem, 14.3229166667vw, 11rem);
    height: clamp(0rem, 14.3229166667vw, 11rem);
    font-size: clamp(0.8rem, 2.0833333333vw, 1.6rem);
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item_number > span {
    width: clamp(0rem, 19.0972222222vw, 11rem);
    height: clamp(0rem, 19.0972222222vw, 11rem);
    font-size: clamp(0.8rem, 2.7777777778vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-step_flow_item_number_text {
    width: clamp(15rem, 45.5729166667vw, 35rem);
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item_number_text {
    width: 70%;
  }
}
.p-step_flow_item_number_text h3:first-child {
  font-size: clamp(0rem, 3.3333333333vw, 4rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow_item_number_text h3:first-child {
    font-size: clamp(2rem, 5.2083333333vw, 4rem);
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item_number_text h3:first-child {
    font-size: 24px;
    font-size: clamp(2.4rem, 5.2083333333vw, 3rem);
  }
}
.p-step_flow_item_number_text h3:last-child {
  font-size: clamp(0rem, 1.3333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow_item_number_text h3:last-child {
    font-size: clamp(1.4rem, 2.8645833333vw, 2.2rem);
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item_number_text h3:last-child {
    font-size: 14px;
    font-size: clamp(1.4rem, 3.4722222222vw, 2rem);
  }
}
.p-step_flow_item:nth-ois-type(1) .p-step_flow_item_number_img {
  width: clamp(0rem, 7vw, 8.4rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow_item:nth-ois-type(1) .p-step_flow_item_number_img {
    width: clamp(0rem, 10.9375vw, 8.4rem);
  }
  .p-step_flow_item:nth-ois-type(1) .p-step_flow_item_number_img img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item:nth-ois-type(1) .p-step_flow_item_number_img {
    width: clamp(6rem, 13.8888888889vw, 8rem);
  }
}
.p-step_flow_item:nth-ois-type(2) .p-step_flow_item_number_img {
  width: clamp(0rem, 12.3333333333vw, 14.8rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow_item:nth-ois-type(2) .p-step_flow_item_number_img {
    width: clamp(0rem, 19.2708333333vw, 14.8rem);
  }
  .p-step_flow_item:nth-ois-type(2) .p-step_flow_item_number_img img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item:nth-ois-type(2) .p-step_flow_item_number_img {
    width: clamp(10.4rem, 21.5277777778vw, 12.4rem);
  }
}
.p-step_flow_item:nth-ois-type(3) .p-step_flow_item_number_img {
  width: clamp(0rem, 7.5833333333vw, 9.1rem);
}
@media screen and (max-width: 768px) {
  .p-step_flow_item:nth-ois-type(3) .p-step_flow_item_number_img {
    width: clamp(0rem, 11.8489583333vw, 9.1rem);
  }
  .p-step_flow_item:nth-ois-type(3) .p-step_flow_item_number_img img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-step_flow_item:nth-ois-type(3) .p-step_flow_item_number_img {
    width: clamp(6rem, 14.0625vw, 8.1rem);
  }
}

.p-faq {
  padding-top: clamp(0rem, 6.25vw, 7.5rem);
  padding-bottom: clamp(0rem, 15vw, 18rem);
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: clamp(3.5rem, 9.765625vw, 7.5rem);
    padding-bottom: clamp(9rem, 23.4375vw, 18rem);
  }
}
.p-faq_title {
  margin-bottom: clamp(0rem, 5.8333333333vw, 7rem);
}
@media screen and (max-width: 768px) {
  .p-faq_title {
    margin-bottom: clamp(3.5rem, 9.1145833333vw, 7rem);
  }
}
.p-faq_title h2 {
  position: relative;
  z-index: 1;
  padding-top: clamp(0rem, 6.25vw, 7.5rem);
  color: #1C9C66;
  font-size: clamp(0rem, 4.1666666667vw, 5rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq_title h2 {
    padding-top: clamp(3.5rem, 9.765625vw, 7.5rem);
    font-size: clamp(2.5rem, 6.5104166667vw, 5rem);
  }
}
.p-faq_title h2:before {
  content: attr(data-en);
  position: absolute;
  top: clamp(-2rem, -1.6666666667vw, 0rem);
  left: 50%;
  z-index: -1;
  width: 100%;
  transform: translateX(-50%);
  color: #E8E8E8;
  font-size: clamp(0rem, 7.6666666667vw, 9.2rem);
}
@media screen and (max-width: 768px) {
  .p-faq_title h2:before {
    font-size: clamp(4.6rem, 11.9791666667vw, 9.2rem);
  }
}
.p-faq_list {
  display: flex;
  flex-direction: column;
  gap: clamp(0rem, 6.25vw, 7.5rem) 0;
  max-width: 807px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-faq_list {
    width: 100%;
  }
}
.p-faq_list_item {
  position: relative;
  padding-left: clamp(0rem, 5.8333333333vw, 7rem);
}
@media screen and (max-width: 768px) {
  .p-faq_list_item {
    padding-left: clamp(4rem, 10.4166666667vw, 8rem);
  }
}
@media screen and (max-width: 576px) {
  .p-faq_list_item {
    padding-left: clamp(6rem, 12.1527777778vw, 7rem);
  }
}
.p-faq_list_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0rem, 4.8333333333vw, 5.8rem);
  height: 100%;
  background-image: url(../img/page/top/icon_top_faq.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-faq_list_item:before {
    width: clamp(2.9rem, 7.5520833333vw, 5.8rem);
    background-image: url(../img/page/top/icon_top_faq_sp.svg);
  }
}
@media screen and (max-width: 576px) {
  .p-faq_list_item:before {
    width: clamp(4.8rem, 10.0694444444vw, 5.8rem);
  }
}
.p-faq_list_item_question {
  margin-bottom: clamp(0rem, 1.6666666667vw, 2rem);
}
@media screen and (max-width: 768px) {
  .p-faq_list_item_question {
    margin-bottom: clamp(1rem, 2.6041666667vw, 2rem);
  }
}
.p-faq_list_item_question p {
  color: #1C9C66;
  font-size: clamp(0rem, 2vw, 2.4rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-faq_list_item_question p {
    font-size: clamp(1.5rem, 3.125vw, 2.4rem);
  }
}
.p-faq_list_item_answer {
  padding: clamp(0rem, 2.5vw, 3rem);
  background-color: rgba(28, 156, 102, 0.12);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-faq_list_item_answer {
    padding: clamp(1.5rem, 3.90625vw, 3rem);
  }
}
.p-faq_list_item_answer p {
  font-size: clamp(0rem, 1.3333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .p-faq_list_item_answer p {
    font-size: clamp(1.4rem, 3.125vw, 2.4rem);
  }
}
.p-faq_btn {
  width: clamp(0rem, 40vw, 48rem);
  margin: clamp(0rem, 7.0833333333vw, 8.5rem) auto 0;
  background: linear-gradient(to right, #75D5AC, #1F9C66);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq_btn {
    width: 80%;
    margin: clamp(4.5rem, 11.0677083333vw, 8.5rem) auto 0;
  }
}
.p-faq_btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(0rem, 1.6666666667vw, 2rem);
  color: #FFF;
  outline: 1px #FFF solid;
  outline-offset: clamp(-1rem, -0.8333333333vw, 0rem);
}
@media screen and (max-width: 768px) {
  .p-faq_btn a {
    padding: clamp(1rem, 2.6041666667vw, 2rem);
    outline-offset: clamp(-1rem, -1.3020833333vw, 0rem);
  }
}
.p-faq_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0rem, 1.6666666667vw, 2rem);
  transform: translateY(-50%);
  width: clamp(0rem, 2.6666666667vw, 3.2rem);
  height: clamp(0rem, 2.6666666667vw, 3.2rem);
  background-image: url(../img/common/icon_btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-faq_btn a:after {
    right: clamp(0rem, 2.6041666667vw, 2rem);
    width: clamp(1.6rem, 4.1666666667vw, 3.2rem);
    height: clamp(1.6rem, 4.1666666667vw, 3.2rem);
  }
}
.p-faq_btn_big {
  font-size: clamp(0rem, 2.3333333333vw, 2.8rem);
}
@media screen and (max-width: 768px) {
  .p-faq_btn_big {
    font-size: clamp(1.8rem, 3.6458333333vw, 2.8rem);
  }
}
.p-faq_btn_small {
  font-size: clamp(0rem, 1.5vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .p-faq_btn_small {
    font-size: clamp(1.2rem, 2.34375vw, 1.8rem);
  }
}

/*		下層ページ
-----------------------------------------------------*/
/*		404ページ
-----------------------------------------------------*/
.p-404 {
  background: #f7f6f2;
  padding: 90px 0 60px;
}
.p-404 .p-404-mv {
  width: 100%;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-404 .p-404-mv .c-title_l {
  text-align: center;
  font-weight: bold;
}
.p-404 .p-404-mv .c-title_l span {
  font-size: 32px;
  color: #99b521;
}
.p-404 .p-404-mv .c-title_l h1 {
  margin: 30px 0;
  font-size: 32px;
  color: #000000;
}
.p-404 .p-404-mv p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.p-404 .p-404-mv .c-btn_wrap {
  margin: 96px auto 0;
}

/*.p-404*/
@media screen and (max-width: 768px) {
  .p-404 .p-404-mv .c-title_l {
    font-size: 20px;
  }
  .p-404 .p-404-mv .c-title_l span {
    font-size: 20px;
  }
  .p-404 .p-404-mv .c-title_l h1 {
    font-size: 18px;
  }
  .p-404 .p-404-mv p {
    font-size: 14px;
  }
  .p-404 .p-404-mv p .is_sp {
    display: block;
  }
  .p-404 .p-404-mv .c-link_btn {
    width: 100%;
  }
  .p-404 .p-404-mv .c-link_btn a {
    font-size: 1.6rem;
  }
  /*.p-404*/
}
/*max-width: 768px*/
