
/* =============================
   Front Page Styles (front-page.css)
   ============================= */


/* セクション共通 */
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 47px auto;
}

/* セクション1 */
.section-1-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #034b80;
  margin: 30px 0;
}

.section-1-image {
  width: 100%;
  max-width: 847.56px;
  height: auto;
  margin-left: -18px;
}

.section-1-text {
  width: 90%;
  max-width: 1001.9px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin: 60px auto;
  line-height: 1.8;
  text-align: left;
}

.section-1-btn {
  margin-top: 20px;
  width: 300px;
  height: 60px;
  background: #034b80;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
   box-shadow: none;
}

.section-1-btn:hover {
  filter: brightness(1.5);
}

/*.section-1-btn-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}*/

.section-1-btn-arrow {
  position: absolute;
  right: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

/* セクション2 */
.section-2 {
  width: 100%;
  height:1059px;
  background: url('../img/pattern_bg.webp');
  clip-path: polygon(100% 0, 100% 97%, 52% 97%, 50% 100%, 48% 97%, 0 97%, 0 0);
}

.section-2-title_wrap{
  width: 100%;
  position: relative;
}

.section-2-title {
  width: 100%;
  height: 80px;
  background-color: #034b80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #ffec00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 40px 0 30px 0;
}

.section-2-btn {
  width: 400px;
  height: 60px;
  background: #034b80;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin:50px 0;
  box-shadow: none;
}

.section-2-btn:hover {
  filter: brightness(1.5);
}

/*.section-2-btn-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}*/

.section-2-btn-arrow {
  position: absolute;
  right: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.section-2-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  text-align: center;
  padding: 0 20px;
}

/* セクション3 */
.section-3-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #034b80;
  margin: 40px 0;
}

.section-3-image {
  width: 90%;
  max-width: 781px;
  height: auto;
  margin-bottom: 30px;
}

.section-3-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 1.8;
  padding: 0 20px;
}

/* マーカー */
span.marker {
  background: linear-gradient(transparent 60%, #ffec00 60%);
}

span.sp_marker {
  background: none;
}

.mv {
  width: 100%;
  height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
  background: url('../img/pc_top_mv_back_nihonpackage.webp') center center / cover no-repeat;
  padding-top: var(--header-height); 
}

.mv-catchcontainer {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
  box-sizing: border-box;
  margin-top:-80px;
}

.mv-catch {
  width: 100%;
  max-width: 726px;
  height: auto;
  display: flex;
	justify-content: center;
	align-items: center;
}

 .sp_mv-catchcontainer,
 .sp_section-2_image,
 .sp_nayami,
 .sp_section-1_tt{
  display: none;
 }

@media(width <= 750px){
  .mv {
    height: 85.33vw;
    background: url('../img/sp_fv_bg.webp') center center / cover no-repeat;
  }
  .mv-catch{
    max-width: 800px;
  }
  .mv-catchcontainer{
    padding: 0;
    margin-top: 0;
  }
  .section{
    margin: 3.1rem 0 2.5rem;
  }
  .sp_section-1_tt{
    display: block;
    width: 100%;
    background: #034b80;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 900;
    padding: 0.8em 0;
  }
  .sp_section-1_tt::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 22px;
    height: 22px;
    background-color: #034b80;
    bottom: -11px;
  }
  .section-1-title{
    font-size: 2.25rem;
    line-height: 1.6;
  }
  .section-1-text{
    font-size: var(--f28);
    font-weight: 400;
    text-align: justify;
    font-feature-settings: "palt";
    margin: 2.87rem auto 3.7rem;
  }
  .section-1-image_wrap{
    width: 100%;
  }
  .section-1-image{
    width: 100%;
  }
  .section-1-btn{
    margin-top: 0;
    margin-bottom: 3.9rem;
  }
  .section-1-btn,
  .section-2-btn{
    font-size: var(--f28);
    width: 58.6%;
    height: auto;
    padding: 0.9em 0;
    box-shadow: 2px 2px 3px 0px #00000049;
  }
  .section-2-btn{
    min-width: 292px;
  }
  .section-1-btn-arrow,
  .section-2-btn-arrow{
    font-size: var(--f24);
  }
  .section-2{
    height: auto;
    clip-path: none;
    position: relative;
  }
  .section-2::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 55% 0, 100% 0, 100% 100%, 0 100%, 0 0, 45% 0);
  }
  .section-2-title{
    font-size: 2.12rem;
    line-height: 1.2;
    justify-content: left;
    text-align: left;
    padding: 0.9em 2em;
    position: relative;
    box-sizing: border-box;
    height: auto;
  }
  .section-2-image{
    display: none;
  }
  .sp_section-2_image{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 36.93vw;
  }
  .sp_nayami{
    display: block;
    width: 90%;
    margin: 1.7rem auto 0;
  }
   .sp_nayami ul,
   .sp_nayami ul li img{
    width: 100%;
   }
  .sp_nayami ul li{
    width: 100%;
    margin-top: -0.9rem;
  }
  .sp_nayami ul li:first-child{
    margin-top: 0;
  }
  .section-2-text{
    font-size: var(--f28);
    padding: 0;
    margin-bottom: calc(3.3rem + 31px);
  }
  .section-3-title{
    font-size: var(--f36);
    margin-top: 0;
  }
  .section-3-text{
    font-size: var(--f28);
    text-align: justify;
  }
  span.marker {
    background: none;
  }
  span.sp_marker {
    background: linear-gradient(transparent 60%, #ffec00 60%);
  }
}
