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

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

*/
/*		TOPページ
-----------------------------------------------------*/
.bg-body {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg_body.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.l-main {
  position: relative;
  padding: clamp(7rem, 6.4102564103vw, 10rem) 0 0;
}

.bg-circle {
  background-image: url(../img/common/bg-circle.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  margin: 0 calc(50% - 50vw) clamp(5rem, 6.4102564103vw, 10rem);
  padding: clamp(15rem, 19.2307692308vw, 30rem) 0px;
}
@media screen and (max-width: 413px) {
  .bg-circle {
    background-image: url(../img/common/bg-circle_sp.png);
    padding: 75px 0px;
  }
}
.bg-circle .c-title {
  margin: 0 auto;
}

.is-line {
  margin: clamp(4rem, 5vw, 6rem) 0 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #A9B3BF;
}

.p-introduction {
  margin-bottom: clmapVw(150, 230, 230, 1560);
}
.p-introduction .c-body_contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 0 clamp(0rem, 8.1433224756vw, 10rem);
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body_contents {
    flex-direction: column;
  }
}
.p-introduction .c-body_contents.is-reverse {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body_contents.is-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body_text {
    margin-bottom: 60px;
  }
}
.p-introduction .c-body_bg {
  margin-bottom: 140px;
}
.p-introduction .c-body_bg_item {
  position: relative;
}
.p-introduction .c-body .bg-image_01 {
  position: absolute;
  top: -310px;
  right: -540px;
  z-index: -1;
  width: clamp(0rem, 97.5570032573vw, 119.8rem);
  height: clamp(0rem, 100.5700325733vw, 123.5rem);
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body .bg-image_01 {
    top: initial;
    bottom: clamp(0rem, 19.53125vw, 15rem);
    right: clamp(-22rem, -28.6458333333vw, 0rem);
    width: clamp(0rem, 108.0729166667vw, 83rem);
    height: clamp(0rem, 111.4583333333vw, 85.6rem);
  }
}
.p-introduction .c-body .bg-image_02 {
  position: absolute;
  top: -130px;
  left: -320px;
  z-index: -1;
  width: clamp(0rem, 73.5342019544vw, 90.3rem);
  height: clamp(0rem, 79.1530944625vw, 97.2rem);
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body .bg-image_02 {
    top: initial;
    bottom: clamp(-20rem, -26.0416666667vw, 0rem);
    left: clamp(-14rem, -18.2291666667vw, 0rem);
    width: clamp(0rem, 108.0729166667vw, 83rem);
    height: clamp(0rem, 111.4583333333vw, 85.6rem);
  }
}
.p-introduction .c-body_img {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body_img {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body_img.is-second {
    margin-left: auto;
  }
}
.p-introduction .c-body_img div {
  box-shadow: 40px 30px 90px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body_img div {
    box-shadow: initial;
  }
}
.p-introduction .c-body_text {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .p-introduction .c-body_text {
    max-width: 100%;
  }
}
.p-introduction .c-body_text .c-btn {
  margin: 40px 0 0 0;
}

.section-wave {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .section-wave {
    margin-bottom: -10px;
  }
}
.section-wave img {
  opacity: 1;
  vertical-align: bottom;
}

.p-overview {
  position: relative;
  padding-bottom: 140px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(to bottom, rgb(0, 18, 46), rgb(41, 71, 116));
}
@media screen and (max-width: 413px) {
  .p-overview {
    background: linear-gradient(to bottom, rgb(0, 18, 46), rgb(41, 71, 116));
  }
}
.p-overview .c-title {
  margin: 0 auto;
}
.p-overview .c-title .is-en {
  color: rgba(255, 255, 255, 0.231372549);
}
.p-overview .c-title_sub {
  color: #ffffff;
  text-align: center;
}
.p-overview_contents {
  position: relative;
  z-index: 1;
  width: 92%;
  padding: clamp(5rem, 5.1282051282vw, 8rem) clamp(1.5rem, 8.3333333333vw, 13rem);
  background-color: #FFF;
}
@media screen and (max-width: 413px) {
  .p-overview_contents {
    padding: 50px 15px;
  }
}
.p-overview_contents_flow_item {
  position: relative;
  margin-bottom: 60px;
}
.p-overview_contents_flow_item:last-of-type {
  margin-bottom: 0;
}
.p-overview_contents_flow_item_text ul li {
  position: relative;
  padding-left: 25px;
  line-height: 2.5;
}
.p-overview_contents_flow_item_text ul li:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  color: #00122E;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-overview_contents_flow_item_text ul li:before {
    top: -2px;
  }
}
.p-overview_contents_flow_item_text dl dt {
  position: relative;
  padding-left: 25px;
  line-height: 1.75;
}
.p-overview_contents_flow_item_text dl dt:before {
  content: "◆";
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  color: #00122E;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-overview_contents_flow_item_text dl dt:before {
    top: 0;
  }
}
.p-overview_contents_flow_item_text dl dt span {
  font-size: clamp(1.6rem, 1.2820512821vw, 2rem);
  font-weight: bold;
}
.p-overview_contents_flow_item_text dl dd:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 413px) {
  .p-overview_contents_flow_item_text.is-flow-img {
    text-align: center;
  }
}
@media screen and (max-width: 413px) {
  .p-overview_contents_flow_item_text.is-flow-img img {
    max-width: 230px;
  }
}
.p-overview_contents_flow_item_text .p-note_list {
  width: 420px;
}
@media screen and (max-width: 413px) {
  .p-overview_contents_flow_item_text .p-note_list {
    width: 100%;
  }
}
.p-overview_contents_flow_item_text .p-note_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.p-overview_contents_flow_item_text .p-note_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  z-index: -1;
}
.p-overview_contents_flow_item_text .p-note_list li span {
  display: inline-block;
  padding: 0 10px;
  background-color: var(--color-white);
  font-size: clamp(1.3rem, 1.0256410256vw, 1.6rem);
}
.p-overview_contents_flow_item_text p {
  font-size: clamp(1rem, 0.7692307692vw, 1.2rem);
}
.p-overview_contents_flow_title {
  margin-bottom: 20px;
  padding: 10px 0 10px 25px;
  border-left: 5px solid #00122E;
}
.p-overview_contents_flow_title h3 {
  font-size: clamp(2rem, 1.7948717949vw, 2.8rem);
}
.p-overview .bg-right {
  position: absolute;
  right: clamp(4rem, 4.1666666667vw, 8rem);
  top: clamp(-21.5rem, -11.1979166667vw, 0rem);
  width: clamp(13.3rem, 23.75vw, 45.6rem);
  height: clamp(13.3rem, 23.75vw, 45.6rem);
  z-index: 0;
}
@media screen and (max-width: 413px) {
  .p-overview .bg-right {
    top: 650px;
    right: -150px;
    width: clamp(10rem, 69.0821256039vw, 28.6rem);
    height: clamp(10rem, 69.0821256039vw, 28.6rem);
  }
}
.p-overview .bg-left {
  position: absolute;
  left: clamp(2.5rem, 3.3854166667vw, 6.5rem);
  bottom: clamp(2rem, 3.125vw, 6rem);
  width: clamp(10rem, 23.75vw, 45.6rem);
  height: clamp(10rem, 23.75vw, 45.6rem);
  z-index: 0;
}
@media screen and (max-width: 413px) {
  .p-overview .bg-left {
    left: -150px;
    width: clamp(10rem, 69.0821256039vw, 28.6rem);
    height: clamp(10rem, 69.0821256039vw, 28.6rem);
  }
}
.p-overview .bg-right_b {
  position: absolute;
  top: clamp(140rem, 72.9166666667vw, 140rem);
  right: 0;
  width: clamp(0rem, 39.5833333333vw, 76rem);
  height: clamp(0rem, 54.7916666667vw, 105.2rem);
}
.p-overview .bg-left_b {
  position: absolute;
  top: clamp(70rem, 20.8333333333vw, 40rem);
  left: 0;
  width: clamp(0rem, 39.5833333333vw, 76rem);
  height: clamp(0rem, 53.0208333333vw, 101.8rem);
}
.p-overview .tac p {
  padding-bottom: 50px;
  color: #FFF;
}
@media screen and (max-width: 413px) {
  .p-overview .tac p {
    padding-bottom: 0;
  }
}

.p-entry {
  padding: clamp(7rem, 8.9743589744vw, 14rem) 0;
}
.p-entry_img {
  max-width: clamp(28rem, 30.3846153846vw, 47.4rem);
  margin: 0 auto;
}
.p-entry_img img {
  width: 100%;
}
.p-entry_form .c-title {
  margin-bottom: clamp(3.5rem, 3.2051282051vw, 5rem);
}
.p-entry_form .c-title .is-en {
  opacity: 0.5;
}
.p-entry_form .c-title p.is-jp {
  font-size: clamp(2rem, 2.1794871795vw, 3.4rem);
  font-weight: bold;
}
.p-entry_period {
  max-width: 706px;
  padding: clamp(1.5rem, 1.6025641026vw, 2.5rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(3rem, 3.8461538462vw, 6rem);
  --x-gradient: linear-gradient(90deg, #CCC 0 1px, transparent 0 calc(100% - 1px), #CCC calc(100% - 1px));
  --y-gradient: linear-gradient(#CCC 0 1px, transparent 0 calc(100% - 1px), #CCC calc(100% - 1px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 42px, 42px 100%, 100% 42px, 42px 100%;
  background-position: top, right, bottom, left;
}
.p-entry_period_title {
  margin-bottom: 30px;
  text-align: center;
}
.p-entry_period_title p {
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--color-red);
  color: var(--color-white);
}
.p-entry_period_text {
  text-align: center;
}
@media screen and (max-width: 413px) {
  .p-entry_period_text {
    margin-bottom: 10px;
  }
}
.p-entry_period_text p {
  font-size: clamp(1.6rem, 1.4102564103vw, 2.2rem);
  font-weight: bold;
}
.p-entry_period_note {
  margin-bottom: 60px;
  text-align: center;
}
.p-entry_form_contents {
  padding: clamp(5rem, 6.4102564103vw, 10rem) clamp(2rem, 5.1282051282vw, 13rem);
  background-color: var(--color-white);
}
.p-entry_form_contents .form_table {
  width: 100%;
}
.p-entry_form_contents .form_table tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.p-entry_form_contents .form_table tr:last-of-type {
  margin-bottom: 0;
}
.p-entry_form_contents .form_table tr th {
  margin-bottom: 10px;
  text-align: left;
}
.p-entry_form_contents .form_table tr th .require {
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 1px 8px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.p-entry_form_contents .form_table tr th .any {
  background-color: #C8C8C8;
  color: var(--color-white);
  padding: 1px 8px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.p-entry_form_contents .form_table tr td input:not([type=file]), .p-entry_form_contents .form_table tr td textarea {
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding: 10px;
}
@media screen and (max-width: 833px) {
  .p-entry_form_contents .form_table tr td input:not([type=file]), .p-entry_form_contents .form_table tr td textarea {
    padding: 5px;
  }
}
.p-entry_form_contents .form_table tr td input:not([type=file]):focus, .p-entry_form_contents .form_table tr td textarea:focus {
  outline: none;
}
.p-entry_form_contents .form_table tr td input[type=file] {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 833px) {
  .p-entry_form_contents .form_table tr td input[type=file] {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td input[type=file]:focus {
  outline: none;
}
.p-entry_form_contents .form_table tr td.w5 {
  width: 532px;
}
@media screen and (max-width: 833px) {
  .p-entry_form_contents .form_table tr td.w5 {
    width: auto;
    max-width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.w5 input {
  width: 160px;
}
@media screen and (max-width: 833px) {
  .p-entry_form_contents .form_table tr td.w5 input {
    width: 80px;
  }
}
@media screen and (max-width: 833px) {
  .p-entry_form_contents .form_table tr td.w20 {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.w20 input {
  width: 532px;
}
@media screen and (max-width: 833px) {
  .p-entry_form_contents .form_table tr td.w20 input {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.wlong {
  width: 100%;
}
.p-entry_form_contents .form_table tr td.wlong input, .p-entry_form_contents .form_table tr td.wlong textarea {
  width: 100%;
}
@media screen and (max-width: 833px) {
  .p-entry_form_contents .form_table tr td.wlong input, .p-entry_form_contents .form_table tr td.wlong textarea {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.zip {
  margin-bottom: 20px;
}
.p-entry_form_contents .form_table tr td.radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-entry .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: clamp(3rem, 2.5641025641vw, 4rem) auto clamp(4rem, 3.8461538462vw, 6rem);
}
.p-entry .form-check input {
  margin-right: 10px;
}
.p-entry .form-check.is-rule {
  padding: 15px 35px;
  background: #F8F8F8;
}
.p-entry .form-check.is-rule p {
  color: var(--color-red);
  font-weight: bold;
}
.p-entry .p-entry_btn {
  position: relative;
  width: 245px;
  margin: 0 auto;
}
.p-entry .p-entry_btn:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_entry_btn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-entry .p-entry_btn a,
.p-entry .p-entry_btn input {
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  background-color: #294774;
  border-radius: 5px;
}

#formWrap h3 {
  margin-bottom: 40px;
  font-size: clamp(2rem, 1.7948717949vw, 2.8rem);
  text-align: center;
}

/*		下層ページ
-----------------------------------------------------*/
/*		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: 600px*/

/* エントリー受付終了メッセージ */
.p-entry_closed {
  text-align: center;
  padding: 60px 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  margin: 40px 0;
}

.p-entry_closed .c-title {
  margin-bottom: 40px;
}

.p-entry_closed .c-title .is-en {
  color: #dc3545;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-entry_closed .c-title .is-jp {
  color: #dc3545;
  font-size: 20px;
  font-weight: bold;
}

.p-entry_closed_message {
  color: #333;
  line-height: 1.8;
}

.p-entry_closed_message p {
  margin-bottom: 15px;
  font-size: 16px;
}

.p-entry_closed_message p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #dc3545;
}
