@charset "UTF-8";

@media screen and (min-width: 767px) {
  .pc_hide {
    display: none;
  }
}

/* 最初は下にずらして透明に */
.sect-content {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示トリガーが入ったらアニメーション */
.sect-content.show {
  opacity: 1;
  transform: translateY(0);
}


body {
  background: #FCF6D4;
}

.mv-top {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mv-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #171c61;
  text-align: center;

}

.mv-top-left {
  margin-left: 5%;
  margin-right: -100px;
  width: 50vw;
}

.mv-top-right {
  width: 50%;
}

.mv-top h1 {
  width: 41vw;
  max-width: 620px;
  padding-bottom: 60px;
}

.mv-top h1 img {
  width: 96%;
}

h2 {
  text-align: center;
  color: #252A69;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

h3 {
  text-align: center;
  color: #252A69;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.mv-top-content {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #232768;
  text-align: left;
  background: RGBA(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 15px 25px;
  margin: 20px auto 20px 8%;
  width: 40vw;
  max-width: 600px;
}

.mv-top p {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 36px;
  font-weight: bold;
  text-align: left;
  margin-left: 8%;
}


.mv-top-content p {
  font-size: 14px;
  font-weight: 500;
}




.mv-top-content-item {
  font-size: 12px;
  width: 95%;
  border-radius: 20px;
  line-height: 1.6;
}

.mv-top-content-item p {
  margin: 4px 0;
  text-indent: -5em;
  /* ラベル部分を左に引き出す */
  padding-left: 5em;
  line-height: 24px;
  /* 本文は揃える */
}


.section-wrap-top {
  background: #FCF6D4;
  width: 100%;
  height: 150px;
  background: url('../images/pc/header/bgd_curve.png') no-repeat center top;
  margin-bottom: -5px;
  background-size: cover
}

.section-wrap-bottom {
  background: #FCF6D4;
  width: 100%;
  height: 150px;
  background: url('../images/pc/header/bgd_curve.png') no-repeat center top;
  transform: rotate(180deg);
  background-size: cover;
}

.section-wrap {
  background: #FCF6D4;
  width: 100%;
  /* margin-left: -72px; */
}

.l-inner {
  padding: 0;
  max-width: 100%;
}


.sect-content {
  /* background: url('./images/pc/bg.png') no-repeat center top; */
  background: #FCF6D4;
  background-size: cover;
  padding: 60px 20px;
  /* margin-top: 20px; */
}


.sect-content .container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background: #FCF6D4;

}


.sect-content .title {

  width: 194px;
  position: absolute;
  top: -10%;
  left: 15%;
  transform: translateX(-50%);
  /* margin-bottom: 16px; */
  text-align: center;
}

.sect-content .title-number {
  margin-left: -120px;
  margin-bottom: -9px;
}

#vol2 .title-number img {
  width: 81px
}

.title-text {
  width: 100%;
  margin-left: -58px;
  margin-top: -10px;
}

.title-text img {
  width: 116px;
}


/* .sect-content .title img {
  height: 50px;
} */


.sect-content .title h2 {
  font-size: 22px;
  color: #1a237e;
  margin: 0;
}




.sect-content .content-box {
  background: #f9f9f9;
  width: 1002px;
  height: 861px;
  /* padding: 20px; */
  border-radius: 8px;
  background: url('../images/pc/common/bg.png') no-repeat center top;
  background-size: cover;
}

.sect-content .content-head {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 65px 20px;
}

.sect-content .content-head-left {
  width: 50%;
}



.sect-content .content-head-right {
  width: 50%;
}

.sect-content .btn-download {
  /* 右寄せ */
  text-align: right;
  margin-right: 20px;
}



.sect-content .catchcopy {
  font-size: 32px;
  font-weight: bold;

  margin: 10px 0 20px;
}


.sect-content .btn-download img {
  /* height: 36px; */
  width: 136px !important;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin-left: 62px;
  margin-top: 0px;
}

.sect-content .btn-share img {
  /* height: 36px; */
  width: 256px !important;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin-left: 62px;
  margin-top: 10px;

}


.sect-content .btn-download img:hover,
.sect-content .btn-share img:hover,
.btn-pdf img:hover,
.btn-img img:hover,
.to-top-btn img:hover {
  transform: scale(1.05);
}


.sect-content .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 20px;
}


.sect-content .content-left {
  /* flex: 1.6; */
  width: 448px;
  padding: 0 10px 0 50px;
  margin-top: 10px;

}

.sect-content .content-left .graph {
  width: 280px;
  margin-bottom: 16px;
  margin-left: 50px;
}


.sect-content .content-right {
  flex: 2;
  min-width: 300px;
  padding-right: 80px;
  margin-top: -10px;
}


.sect-content .text-section {
  /* padding: 0 50px; */
}

.sect-content .text-section p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #232768;
  border-bottom: 1px solid #D7D8E8;
  padding-bottom: 10px;
}

.sect-content .content-right>p {
  font-size: 18px;
  margin-bottom: 20px;
}


.sect-content .comment-section {
  /* background: #f9f9f9; */
  padding: 20px;
  /* border-radius: 8px; */
  margin-bottom: 20px;

}


.sect-content .comment-section h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

/* 横2列にする */
.sect-content .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  gap: 10px;
}

.sect-content .comment {
  position: relative;
  width: 100%;
}


.sect-content .comment img {
  position: absolute;
  height: 21px;
}

.sect-content .comment-text {
  background: url('../images/pc/common/fukidashi.png') no-repeat center top;
  background-size: 100% 100%;
  font-size: 14px;
  /* letter-spacing: 0.1em; */
  font-weight: 500;
  color: #232768;
  /* background: #F2F2F2; */
  padding: 14px 14px 24px 14px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 14px;
}

.sect-content .comment span {
  font-size: 14px;
  line-height: 1.4;
}

.summary-box {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #232768;
  text-align: left;
  background: #ffffff;
  border-radius: 40px;
  padding: 40px 80px;
  margin: 80px auto 20px;
  width: 900px;
}

.summary-box .summary-title {
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.btn-pdf {
  cursor: pointer;
  /* margin-left: 10%; */
  width: 354px;
  margin: 0 auto;
}

.btn-pdf img {

  transition: transform 0.2s ease;
}

.btn-img img {

  transition: transform 0.2s ease;

}

.btn-img {
  cursor: pointer;
  /* margin-right: 10%; */
  width: 354px;
  margin: 0 auto;
}


.logo-area {
  position: relative;
  margin: 80px auto 120px;
  width: 100%;
  height: 600px;
}

.logo-area .logo-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.logo-area .logo-text {
  position: absolute;
  top: 328px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-area .logo-text img {
  width: 194px;
}

.logo-area .logo-arrow {
  display: none;
  width: 100%;
  position: absolute;
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-area .logo-arrow img {
  width: 100%;

}


.logo-area .btn-site-top {
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translateX(-50%);
}

.share-area {
  margin-bottom: 50px;
}

.to-top-btn img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.share-area .share-icon {
  display: flex;
  width: 150px;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.ctn_right_01 {
  margin-top: 20px !important;
}

.img_02 {
  margin: -10px -50px 0 50px;

}

.ctn_left_02 {
  margin-top: -10px !important;

}

.img_03 {
  margin: 40px 0 0 0px;

}

.ctn_left_03 {
  margin-top: -10px !important;

}

.ctn_right_03 {
  margin-top: 10px !important;
}


.img_04 {
  margin: 40px 0 0 0px;
}

.ctn_left_04 {
  margin-top: -10px !important;

}

.img_05 {
  margin: 0px -60px 0 60px;
}



.ctn_left_05 {
  margin-top: -10px !important;

}

.img_06 {
  margin: -10px 0 0 0px;
}

.ctn_left_06 {
  margin-top: -10px !important;
}

.img_07 {
  margin: 20px 0 0 0px;
}

.ctn_left_07 {
  margin-top: -20px !important;
}

.ctn_right_07 {
  margin-top: -20px !important;
}


.img_08 {
  margin: 20px 10px 0 -10px;
}

.ctn_left_08 {
  margin-top: 0px !important;
}

.img_09 {
  margin: -10px 0 0 -0;
}

.ctn_left_09 {
  margin-top: 0px !important;
}

.img_10 {
  margin: -10px -50px 0 50px;
}

.ctn_left_10 {
  margin-top: -10px !important;
}


.ctn_right_10 {
  margin-top: -20px !important;
}

.img_12 img {
  height: 266px;
}

.img_13 img {
  height: 266px;
}

.img_14 {
  margin: 0px 0 -30px 60px;
}

.img_14 img {
  height: 286px;
}

.img_15 {
  margin: 0px 0 30px 0px;
}

.img_15 img {
  height: 226px;
}

.img_16 {
  margin: 30px 0 -30px 0px;
}

.img_16 img {
  height: 266px;
}

.img_17 {
  margin: 10px 0 10px 0px;
}

.img_17 img {
  height: 236px;
}

.img_18 {
  margin: 10px 0 0px 30px;
}

.img_18 img {
  height: 266px;
}

.img_19 {
  margin: 10px 0 10px 30px;
}

.img_19 img {
  height: 236px;
}

.img_20 {
  margin: 20px 0 -10px 30px;
}


.img_20 img {
  height: 236px;
}

.ctn_right_20 {
  margin-top: 10px !important;
}

.btn-page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}




/* スマホ対応 */
@media screen and (max-width: 767px) {

  .sp_hide {
    display: none !important;
  }

  .mv-top {
    padding-top: 40px;
    padding-bottom: 40px;

  }

  .mv-top h1 {
    width: 100vw;
  }


  .mv-top h1 img {
    width: 85%;

  }

  h2 {
    text-align: center;
    color: #252A69;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .mv-top p {
    font-size: 15px;
    padding: 0 20px;
    text-align: center;
    margin-left: 0;
    line-height: 2.0833333333;
  }

  .mv-top-content {
    width: 90%;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 40px auto 20px;
  }

  .mv-top-content {
    width: 90%;
    /* border-radius: 20px; */
    padding: 15px 25px;
    margin: 40px auto 20px;
    background: RGBA(255, 255, 255, 0.85);
  }

  .mv-top-content-item {
    font-size: 12px;
    width: 95%;
    border-radius: 20px;
    line-height: 1.6;
  }

  .mv-top-content-item p {
    margin: 4px 0;
    text-indent: -5em;
    /* ラベル部分を左に引き出す */
    padding-left: 5em;
    /* 本文は揃える */
    text-align: left;
  }

  .mv-top-content-item .label {
    font-weight: bold;
    /* 「調査名：」部分を強調 */
  }

  .sect-content .title {
    width: 194px;
    position: absolute;
    top: -5%;
    left: 33%;
  }

  .title-number img {
    width: 72px
  }

  .sect-content {
    padding: 60px 0px;
  }

  .sect-content .container {
    width: 90%;
  }

  .sect-content .content {
    margin-top: 45px;
  }

  .sect-content .content-box {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-image: url(../images/sp/common/bg.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }



  .sect-content .content-head {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    display: grid;
    /* padding: 20px; */
  }

  .sect-content .content-head-left {
    width: 95%;
    margin: 0 auto;
  }

  .sect-content .content-head-right {
    width: 100%;
  }

  .sect-content .content-left {
    /* flex: 1.6; */
    min-width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    display: grid
  }



  .sect-content .content-left .graph {
    /* width: 284px; */
    margin: 0 auto;
  }

  .catchcopy {
    text-align: center;
    font-size: 22px !important;
    margin: 0 !important;
  }

  .sect-content .content-right {
    margin-top: 20px !important;
    padding: 0 20px;

  }

  .sect-content .text-section p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #232768;
    border-bottom: 1px solid #D7D8E8;
    padding-bottom: 10px;
  }

  .sect-content .comment {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
  }

  .sect-content .comment-section h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .sect-content .comment-text {
    width: 90%;
  }

  .sect-content .comment-section {
    padding: 10px;
  }

  .sect-content .comment-list {
    width: 105%;
    gap: 0;
  }

  .sect-content .btn-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }


  .title-text img {
    /* width: 159px; */
  }


  .sect-content .btn-share img {
    width: 256px;
    cursor: pointer;
    transition: transform 0.2s ease;
    margin: 0 auto;
  }

  .sect-content .btn-download {
    width: 322px;
  }

  .section-wrap-bottom {

    height: 70px;

  }


  .summary-box {
    padding: 30px;
    width: 90% !important;
    font-size: 14px;
  }

  .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
  }

  .btn-pdf {
    width: 100%;
    margin: 10px auto;
  }

  .btn-img {
    width: 100%;
    margin: 10px auto;
  }

  .img_02 img {
    margin: 10px 0 0px 70px;
    height: 205px;
  }

  .logo-area .logo-text {
    top: 240px;
  }


  .logo-area .logo-arrow {
    top: 260px;
  }

  .logo-area {
    height: 440px;
  }

  .logo-area .btn-site-top {
    top: 450px;
  }


  .share-area {
    margin-bottom: 80px;
  }

  .ctn_left_01 {
    margin-top: 40px !important;
  }

  .ctn_left_02 {
    margin-top: 20px !important;
  }

  .img_03 img {
    margin: 20px 0 20px 30px;
    height: 155px;
  }

  .ctn_left_03 {
    margin-top: 40px !important;
  }

  .img_04 img {
    margin: 35px 0 20px 15px;
    height: 185px;
  }

  .ctn_left_04 {
    margin-top: 20px !important;
  }

  .img_05 img {
    margin: 20px 0 10px 80px;
    height: 205px;
  }

  .ctn_left_05 {
    margin-top: 20px !important;
  }

  .img_06 img {
    margin: 0px 0 10px 60px;
    height: 195px;
  }

  .ctn_left_06 {
    margin-top: 20px !important;
  }

  .img_07 img {
    margin: 30px 0 30px 30px;
    height: 185px;
  }

  .ctn_left_07 {
    margin-top: 20px !important;
  }

  .img_08 img {
    margin: 20px 0 30px 10px;
    height: 185px;
  }

  .ctn_left_08 {
    margin-top: 20px !important;
  }

  .img_09 img {
    margin: 20px 0 20px 20px;
    height: 205px;
  }

  .ctn_left_09 {
    margin-top: 20px !important;
  }

  .img_10 img {
    margin: 20px 0 0px 77px;
    height: 195px;
  }

  .ctn_left_10 {
    margin-top: 20px !important;
  }

  .img_11 {
    margin: 20px 0 20px 0px !important;
  }

  .img_12 img {
    width: 324px;
    height: auto;
  }


  .img_13 img {
    width: 324px;
    height: auto;
  }

  .img_14 {
    margin: 0px 0 10px 80px !important;
  }

  .img_14 img {
    width: 184px;
    height: auto;
  }

  .img_15 {
    margin: 10px 0 20px 10px !important;
  }

  .img_15 img {
    width: 284px;
    height: auto;
  }

  .img_16 {
    margin: 0px 0 0px 10px !important;
  }

  .img_16 img {
    width: 304px;
    height: auto;
  }

  .img_17 {
    margin: 20px 0 20px 30px !important;
  }

  .img_17 img {
    width: 284px;
    height: auto;
  }

  .img_18 {
    margin: 10px 0 20px 70px !important;
  }

  .img_18 img {
    width: 184px;
    height: auto;
  }

  .img_19 img {
    width: 324px;
    height: auto;
  }

  .img_20 {
    margin: 20px 0 20px 10px !important;
  }

  .img_20 img {
    width: 324px;
    height: auto;
  }
}


@media (max-width: 767px) {
  .sect-content {
    scroll-margin-top: 60px;
  }

  .sect-content {
    zoom: 100% !important;
  }

  .sect-content .text-section p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .sect-content .comment-text {
    font-size: 14px !important;
  }
}

@media (max-width: 1049px) {
  .sect-content {
    zoom: 90%
  }

  .sect-content .content-right {
    padding-right: 40px;
  }

  .sect-content .text-section p {
    font-size: 16px;

    line-height: 1.4;
  }

  .sect-content .comment-text {
    font-size: 14px;
  }

  .summary-box {
    width: 800px;
  }
}


@media (max-width: 949px) {
  .sect-content {
    zoom: 77%
  }

  .sect-content .text-section p {
    font-size: 16px;
    line-height: 1.3;
  }

  .sect-content .comment-text {
    font-size: 15px;
  }
}

@media (max-width: 849px) {
  .sect-content {
    zoom: 67%
  }

  .sect-content .text-section p {
    font-size: 16px;
    line-height: 1.3;
  }

  .sect-content .comment-text {
    font-size: 15px;
  }

  .summary-box {
    width: 700px;
  }
}