/* サービス概要ページ MVセクション */
.service-mv {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/pc_service_mv_nihonpackage.webp') center center / cover no-repeat;
}

.service-mv-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
 	border-top: none;
	border-bottom: none;
}


/* トピックパス */
.topic-path {
  width: 100%;
  height: 40px;
  background-color: #f3f3f3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #3e3a39;
  box-sizing: border-box;
}

.topic-path .topic-link {
  color: #3e3a39;
  text-decoration: none;
}

.topic-pathinner{
  max-width: 1000px;
	margin:0 auto ;
	padding-top:10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}




/* セクション１ */

/* セクション1：理念 */
.philosophy-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 130px 0;
}

/* タイトル部分 */
.philosophy-title .ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 34px;
  color: #034b80;
  text-align: center;
}

.philosophy-title .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #034b80;
  text-align: center;
  margin-top: 8px;
}

/* 説明ボックス群 */
.philosophy-description {
	display: flex;
	justify-content: center;
	align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}

/* 各説明ボックス */
.philosophy-box {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* 上段 */
.philosophy-box-top {
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #034b80;
  border-top: 1px solid #034b80;
  border-bottom: 1px solid #034b80;
  line-height: 1.6;
}

/* 下段 */
.philosophy-box-bottom {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  text-align: left;
}





/* セクション2：サービス紹介 */
.service-section-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 130px 0;
  text-align: center;
}

.service-section-2-title{
    text-align: center;
  }

.service-section-2-title .ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 34px;
  color: #034b80;
}

.service-section-2-title .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #034b80;
  margin-top: 8px;
}

.service-section-2-catch {
  margin-top: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #034b80;
  line-height: 1.6;
}

.service-section-2-description {
  width: 90%;
  max-width: 1001.9028px;
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  text-align: justify;
}





/* セクション３ */
.service-section-3 {
  width: 100%;
  height: 3000px;
  background-size: cover;
  background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  background: url(../img/pattern_bg.webp);
}
.box {
  width: 1000px;
  background-color: #fff;
  margin-bottom: 60px;
}
.box-1 {
  height: 800px;
  padding: 40px 0;
}
.box-2 {
  height: 1697.2498px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.image {
  text-align: center;
  margin: 20px 0;
}
.image img {
  width: 100%;
  height: auto;
}
.demerit-area, .merit-area {
  width: 90%;
  max-width: 800.0002px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
}
.demerit, .merit {
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.demerit {
  background-color: #3e3a39;
}
.merit {
  background-color: #034b80;
}
.demerit-description, .merit-description {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  display: flex;
	flex-direction: column;
  gap:8px;
}

.merit-description {
  color: #034b80;
}
.box-description {
  width: 90%;
  max-width: 800.0002px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin: 0 auto;
}
.box-2-title {
  width: 100%;
  height: 100px;
  background-color: #034b80;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #ffec00;
  margin-top:-40px;
}
.box-2-catch {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 40px 0;
  line-height: 1.8;
}

/* ボタン */
.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;
  margin-top:80px;
  max-width:300px;
  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;
}

/* マーカー */
.meritmarker {
  background: linear-gradient(transparent 60%, #ffec00 60%);
}



/* セクション４ */
.service-section-4 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}

.flow-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #034b80;
  margin-bottom: 40px;
}

.step-box {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border: 2.2px solid #034b80;
  border-radius: 10px;
  margin-bottom: 30px;
}

.step-content {
  padding: 0 40px;
}

.step-header {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}

.step-label {
  width: 200px;
  height: 70px;
  background: #009be4;
  border: 2.2px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-right: 30px;
  margin-top:-30px;
}

.step-label span {
  font-size: 30px;
  margin-left: 5px;
}

.step-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #034b80;
  flex: 1;
}

.step-description {
  margin: 40px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height:30px;
}

.step-arrow {
  width: 0;
  height: 0;
  border-left: 20.5px solid transparent;
  border-right: 20.5px solid transparent;
  border-top: 20px solid #009be4;
  margin-bottom: 30px;
}




/* セクション５ */
.service-section-5 {
  width: 100%;
  height: 814.1748px;
  background-size: cover;
  background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  padding-top: 60px;
  margin-top:30px;
  background: url(../img/pattern_bg.webp);
}

.section5-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #034b80;
  margin-bottom: 40px;
}

.cost-area {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 90%;
}

.cost-box {
  width: 100%;
  max-width: 800px;
  height: 197.5298px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cost-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

.cost-price {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #034b80;
}

.cost-price span {
  font-size: 16px;
  vertical-align: super;
}

.caption {
  width: 90%;
  max-width: 800px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-top: 20px;
  line-height: 1.7;
}

.span_sp{
  display: none;
}

@media (width <= 750px) {
  .service-mv {
    background: url('../img/sp_service_bg.webp') center center / cover no-repeat;
  }
  .service-mv-title{
    font-size: var(--f36);
  } 
  .topic-path{
    font-size: 14px;
    padding-left: 1.62rem;
  }
  .philosophy-section{
    margin: 3.8rem auto;
  }
  .philosophy-title .ja,
  .service-section-2-title .ja {
    font-size: var(--f36);
  }
  .philosophy-title .en,
  .service-section-2-title .en {
    font-size: var(--f24);
  }
  .philosophy-description{
    flex-direction: column;
    width: 90%;
    margin: 2.8rem auto 0;
  }
  .philosophy-box{
    width: 100%;
  }
  .philosophy-box-top{
    height: auto;
    font-size: var(--f30);
    padding: 1.13em 0;
  }
  .philosophy-box-bottom{
    font-size: var(--f28);
  }
  .service-section-2{
    margin: 5rem 0 2.8rem;
  }
  .service-section-2-catch{
    font-size: var(--f32);
  }
  .service-section-2-description{
    font-size: var(--f28);
  }
  .service-section-3{
    height: auto;
    padding: 1.25rem 0;
  }
  .box{
    margin-bottom: 1.25rem;
  }
  .box-1{
    width: 95%;
    height: auto;
    padding: 4.25rem 0 2.5rem;
  }
  .title{
    font-size: var(--f36);
    margin-bottom: 2.3rem;
  }
  .subtitle{
    font-size: var(--f28);
    line-height: 1.7;
  }
  .image{
    width: 95%;
    margin: 0 auto;
  }
  .image img{
    width: 100%;
    height: auto;
  }
  .demerit-area, .merit-area{
    flex-direction: column;
    margin-bottom: 3.25rem;
  }
  .demerit, .merit {
    width: 100%;
    height: 60px;
    font-size: var(--f26);
  }
  .demerit-description, .merit-description{
    font-size: var(--f28);
    width: 100%;
  }
  .box-description{
    font-size: var(--f28);
  }
  .box-2{
    width: 95%;
    height: auto;
  }
  .box-2-title{
    font-size: var(--f36);
    clip-path: polygon(0 0, 100% 1%, 100% 80%, 50% 100%, 0 80%);
    height: auto;
    padding: 2.5rem 0 3.18rem;
  }
  .box-2-catch{
    font-size: var(--f28);
    margin:2.12rem auto 2.18rem;
  }
  .merit-area{
    margin-top: 3.5rem;
  }
  .merit-description{
    font-size: var(--f32);
    font-feature-settings: "palt";
    gap: 0.5em;
  }
  .span_sp{
    display: inline-block;
    content: "";
    width: 1.2em;
    height: 1em;
  }
  .section-1-btn{
    font-size: var(--f28);
    width: 58.6%;
    height: auto;
    padding: 0.9em 0;
    min-width: 270px;
    box-shadow: 2px 2px 3px 0px #00000049;
    margin-top: 2.6rem;
  }
  .section-1-btn-arrow{
    font-size: var(--f24);
  }
  .service-section-4{
    height: auto;
    margin: 3.75rem auto 2.5rem;
  }
  .flow-title{
    margin-bottom: 3.75rem;
  }
  .step-box{
    margin-bottom: 18px;
  }
  .step-content{
    padding: 0 1.5rem;
  }
  .step-header{
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .step-label{
    width: 26.67vw;
    margin-top: -2.87rem;
    height: auto;
    margin-right: 0;
    align-items: flex-end;
    padding: 0.78rem 0;
    font-size: var(--f22);
  }
  .step-label span{
    font-size: var(--f30);
  }
  .step-title{
    font-size: var(--f32);
    text-align: center;
    line-height: 1.3;
  }
  .step-description{
    font-size: var(--f28);
    line-height: 1.78;
    text-align: justify;
  }
  .step-arrow{
    margin-bottom: 2rem;
  }
  .service-section-5{
    height: auto;
    padding-top:3.8rem;
  }
  .section5-title{
    font-size: var(--f36);
  }
  .cost-heading {
    font-size: var(--f30);
  }
  .cost-box{
    height: auto;
    width: 90%;
    font-feature-settings: "palt";
  }
  .cost-price{
    font-size: var(--f36);
    text-align: center;
  }
  .cost-price span {
    font-size: 1rem;
  }
  .caption{
    font-size: var(--f24);
    font-feature-settings: "palt";
    margin-bottom: 2.56rem;
  }
}
