html {
  color: #000000;
  height: 100%;
  font-family: Noto Sans JP;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

.container {
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.container-p0 {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  max-width: 700px;
  width: 100%;
  height: 90px;
  border: 1px solid #001228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 75px auto;
}
@media screen and (max-width: 768px) {
  .section-title {
    max-width: 100%;
    width: calc(100% - 40px);
    height: 80px;
    margin: 0 20px 65px 20px;
  }
}
.section-title h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 26px;
  }
}

.section-title-img {
  text-align: center;
}
@media screen and (max-width: 930px) {
  .section-title-img img {
    max-width: 100%;
    width: 100%;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

header {
  background-color: #ffe001;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 20px;
    height: 90px;
  }
}
header h1 {
  line-height: 1;
}
header h1 .header-logo {
  height: 30px;
}
header .menu-header_survey202511_menu-container #menu-header_survey202511_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1140px) {
  header .menu-header_survey202511_menu-container #menu-header_survey202511_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    height: 100%;
    background: #ffe001;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    opacity: 0;
    z-index: 200;
    padding: 100px 0 0;
  }
}
header .menu-header_survey202511_menu-container #menu-header_survey202511_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  header .menu-header_survey202511_menu-container #menu-header_survey202511_menu li a {
    font-size: 24px;
  }
}
header .menu-header_survey202511_menu-container #menu-header_survey202511_menu .menu-item-2318 a {
  position: relative;
  margin-right: 20px;
}
header .menu-header_survey202511_menu-container #menu-header_survey202511_menu .menu-item-2318 a::after {
  content: "";
  background: url(../img/survey_2511/new-tab.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1140px) {
  header .menu-header_survey202511_menu-container #menu-header_survey202511_menu .menu-item-2318 a::after {
    width: 16px;
    height: 15px;
    right: -25px;
  }
}
header .menu-header_survey202511_menu-container #menu-header_survey202511_menu .menu-item-2319 {
  display: none;
}
@media screen and (max-width: 1140px) {
  header .menu-header_survey202511_menu-container #menu-header_survey202511_menu .menu-item-2319 {
    display: block;
    height: 60px;
    width: 200px;
    background-color: #249ea6;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 999px;
  }
}
header .menu-header_survey202511_menu-container #menu-header_survey202511_menu .menu-item-2319 a {
  color: #FFFFFF;
  font-weight: 400;
}
header .header-contact-btn {
  height: 50px;
  width: 180px;
  background-color: #FFFFFF;
  border-radius: 999px;
}
@media screen and (max-width: 1140px) {
  header .header-contact-btn {
    display: none;
  }
}
header .header-contact-btn .contact-btn {
  height: 50px;
  width: 180px;
  background-color: #249ea6;
  color: #FFFFFF;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
}
header .hamburger {
  height: 36px;
  width: 45px;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 1140px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger span {
  position: absolute;
  left: 0;
  content: "";
  height: 5px;
  width: 45px;
  background-color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  top: 44%;
}
header .hamburger span:nth-child(3) {
  bottom: 0;
}

@media screen and (max-width: 1140px) {
  .open .menu-header_survey202511_menu-container #menu-header_survey202511_menu {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.open .hamburger span:nth-child(1) {
  -webkit-transform: translateY(15px) rotate(-135deg);
          transform: translateY(15px) rotate(-135deg);
}
.open .hamburger span:nth-child(2) {
  opacity: 0;
}
.open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(135deg);
          transform: translateY(-15px) rotate(135deg);
}

.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.kv {
  margin-top: 100px;
  margin-bottom: 80px;
  background: url(../img/survey_2511/kv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .kv {
    height: auto;
    margin-top: 90px;
  }
}
.kv .container {
  padding: 0 0;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv .container {
    padding: 0 20px;
    height: auto;
    position: static;
    text-align: center;
  }
}
.kv .container .kv-text {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .kv .container .kv-text {
    margin-bottom: 40px;
  }
}
.kv .container .kv-text .kv-text-img {
  max-width: 873px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .container .kv-text .kv-text-img {
    display: none;
  }
}
.kv .container .kv-text .kv-text-img-sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .container .kv-text .kv-text-img-sp {
    display: block;
  }
}
.kv .container .request-btn {
  position: absolute;
  top: 180px;
  left: 8%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kv .container .request-btn {
    position: static;
    margin-bottom: 30px;
  }
}
.kv .container .request-btn a img {
  max-width: 327px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .kv .container .request-btn a img {
    max-width: 250px;
  }
}
.kv .container .kv-img {
  position: absolute;
  right: 0;
  bottom: 30px;
  max-width: 1012px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .container .kv-img {
    position: static;
    margin-bottom: 60px;
  }
}

.adoption {
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .adoption {
    margin-bottom: 150px;
  }
}
.adoption .adoption-container {
  max-width: 1527px;
  margin: 0 auto;
}
.adoption .adoption-container .adoption-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .adoption .adoption-container .adoption-items {
    padding: 0 20px;
  }
}
.adoption .adoption-container .adoption-items .adoption-item {
  width: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adoption .adoption-container .adoption-items .adoption-item {
    max-width: 465px;
    width: 100%;
  }
}
.adoption .adoption-container .adoption-items .adoption-item img {
  height: 45px;
  margin-bottom: 30px;
}
.adoption .adoption-container .adoption-items .adoption-item .adoption-3 {
  height: 60px;
}
.adoption .adoption-container .adoption-items .adoption-item .adoption-text {
  width: 100%;
}
.adoption .adoption-container .adoption-items .adoption-item .adoption-text p {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .adoption .adoption-container .adoption-items .adoption-item .adoption-text p {
    font-size: 14px;
  }
}
.adoption .adoption-container .adoption-items .adoption-item .adoption-text .yellow-line {
  font-size: 25px;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 500px) {
  .adoption .adoption-container .adoption-items .adoption-item .adoption-text .yellow-line {
    font-size: 18px;
  }
}
.adoption .adoption-container .adoption-items .adoption-item .adoption-text .yellow-line::after {
  content: "";
  height: 21px;
  width: 100%;
  background-color: #ffe001;
  position: absolute;
  left: 0px;
  bottom: -5px;
  z-index: -1;
}

.award {
  background: url(../img/survey_2511/wave-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .award {
    display: none;
  }
}
.award .scroll-infinity .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.award .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.award .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .award-school-item {
  margin-right: 45px;
}
.award .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .award-school-item img {
  height: 200px;
  width: 200px;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.case {
  background-color: #edeceb;
  padding: 160px 0 200px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .case {
    background-color: #FFFFFF;
    padding: 0;
  }
}
.case .container .section-title-img {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .case .container .section-title-img {
    margin-bottom: 60px;
  }
}
.case .container .case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .case .container .case-list {
    margin-bottom: 35px;
  }
}
.case .container .case-list .case-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  height: 200px;
  border: 3px solid #564e47;
  border-radius: 10px;
  -webkit-box-shadow: 9px 9px 0px 0px rgb(86, 78, 71);
          box-shadow: 9px 9px 0px 0px rgb(86, 78, 71);
}
@media screen and (max-width: 768px) {
  .case .container .case-list .case-item {
    width: 100%;
    max-width: 400px;
    height: 120px;
  }
}
.case .container .case-list .case-item p {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case .container .case-list .case-item p {
    font-size: 22px;
  }
}
.case .container .arrow {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.case .container-p0 {
  background: url(../img/survey_2511/circle-yellow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 290px;
  padding: 95px 0;
}
@media screen and (max-width: 768px) {
  .case .container-p0 {
    background-size: 200px;
    padding: 35px 20px 35px 25px;
    margin-bottom: 40px;
  }
}
.case .container-p0 .case-text-area {
  text-align: center;
}
.case .container-p0 .case-text-area .case-text {
  font-size: 39px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case .container-p0 .case-text-area .case-text {
    font-size: 26px;
  }
}

.step {
  background-color: #ffe001;
  padding-top: 115px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .step {
    padding-top: 65px;
  }
}
.step .container .section-title-img {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .step .container .section-title-img {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .step .container .section-title-img .section-title-img-pc {
    display: none;
  }
}
.step .container .section-title-img .section-title-img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .step .container .section-title-img .section-title-img-sp {
    display: block;
  }
}
.step .container .step-list .step-item .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step-item .step-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step .container .step-list .step-item .step-title .step-no {
  height: 95px;
  margin-right: 10px;
}
.step .container .step-list .step-item .step-title .step-title-text {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step-item .step-title .step-title-text {
    font-size: 28px;
  }
}
.step .container .step-list .step-item .step-content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin: 0 0 45px 95px;
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step-item .step-content p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step-item .step-content p:last-of-type {
    margin: 0 0 30px 0;
  }
}
.step .container .step-list .step-item .step-content img.step-content-img {
  display: block;
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step-item .step-content img.step-content-img1 {
    display: none;
  }
}
.step .container .step-list .step-item .step-content img.step-content-img1-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step-item .step-content img.step-content-img1-sp {
    display: block;
  }
}
.step .container .step-list .step-item .step-content img.step-content-img2 {
  max-width: 880px;
}
.step .container .step-list .step-item .step-content img.step-content-img3 {
  max-width: 655px;
}
.step .container .step-list .step1 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step1 {
    margin-bottom: 30px;
  }
}
.step .container .step-list .step2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .step .container .step-list .step2 {
    margin-bottom: 20px;
  }
}

.bg-gradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe001), color-stop(70%, #ffffff));
  background: linear-gradient(to bottom, #ffe001 0%, #ffffff 70%);
}

.addition {
  padding-top: 90px;
  margin-bottom: 0;
}
.addition .section-title-img {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .addition .section-title-img {
    max-width: 378px;
    margin: 0 auto;
  }
}
.addition .public-school .addition-text-area {
  text-align: center;
  background: url(../img/survey_2511/circle-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 240px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .addition .public-school .addition-text-area {
    background-size: 180px;
  }
}
@media screen and (max-width: 500px) {
  .addition .public-school .addition-text-area {
    padding: 50px 0 50px 0;
  }
}
.addition .public-school .addition-text-area .addition-text-title {
  font-size: 36px;
  font-weight: 900;
  text-shadow: 3px 3px 0px rgb(255, 255, 255);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .addition .public-school .addition-text-area .addition-text-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.addition .public-school .addition-text-area .addition-text {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .addition .public-school .addition-text-area .addition-text {
    font-size: 20px;
  }
}
.addition .private-school .addition-text-area {
  text-align: center;
  background: url(../img/survey_2511/circle-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 320px;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .addition .private-school .addition-text-area {
    background-image: none;
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .addition .private-school .addition-text-area {
    padding: 50px 0;
  }
}
.addition .private-school .addition-text-area .addition-text-title {
  font-size: 36px;
  font-weight: 900;
  text-shadow: 3px 3px 0px rgb(255, 255, 255);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .addition .private-school .addition-text-area .addition-text-title {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.addition .private-school .addition-text-area .addition-text {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .addition .private-school .addition-text-area .addition-text {
    padding: 30px 0;
    font-size: 20px;
    background: url(../img/survey_2511/circle-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 180px;
  }
}
@media screen and (max-width: 500px) {
  .addition .private-school .addition-text-area .addition-text {
    padding: 30px 0 0 0;
  }
}
.addition .addition-img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.adopting {
  padding-top: 160px;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adopting {
    padding-top: 100px;
  }
}
.adopting .container .section-title-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .adopting .container .section-title-img {
    margin-bottom: 60px;
  }
}
.adopting .container .adoptiong-text-area .adoptiong-text p {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .adopting .container .adoptiong-text-area .adoptiong-text p {
    font-size: 18px;
  }
}
.adopting .container .adoptiong-text-area .adoptiong-text p span {
  font-size: 36px;
  color: #f7931e;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .adopting .container .adoptiong-text-area .adoptiong-text p span {
    font-size: 26px;
  }
}
.adopting .container .adoptiong-text-area .adoptiong-text p::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f7931e;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.adopting .container .adoptiong-text-area .adoptiong-text .adoptiong-rate {
  height: 55px;
  display: block;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .adopting .container .adoptiong-text-area .adoptiong-text .adoptiong-rate {
    height: 45px;
  }
}
.adopting .container .adoptiong-text-area .adoptiong-tex-small {
  font-weight: 18px;
  font-weight: 500;
}

.positioning {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .positioning {
    margin-bottom: 70px;
  }
}
.positioning .container .section-title-img {
  margin-bottom: 40px;
}
.positioning .container .positioning-text-area {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .positioning .container .positioning-text-area {
    margin-bottom: 60px;
  }
}
.positioning .container .positioning-text-area .positioning-text-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.positioning .container .positioning-text-area .positioning-text {
  text-align: left;
  max-width: 839px;
  margin: 0 auto 35px auto;
  letter-spacing: 0.05em;
  line-height: 33px;
}
@media screen and (max-width: 768px) {
  .positioning .container .positioning-text-area .positioning-text {
    margin: 0 auto 20px auto;
    text-align: justify;
  }
}
.positioning .container .positioning-text-area .positioning-text p {
  font-size: 20px;
  font-weight: bold;
}
.positioning .container .positioning-text-area .positioning-note {
  font-size: 18px;
  font-weight: 500;
}
.positioning .container .positioning-img {
  max-width: 600px;
  margin: 0 auto;
}
.positioning .container .positioning-img img {
  width: 100%;
  height: 400px;
  display: block;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .positioning .container .positioning-img img {
    margin-bottom: 35px;
    height: auto;
  }
}
.positioning .container .positioning-img .positioning-img-note {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.positioning .container .positioning-img .positioning-img-note span {
  color: #d8746c;
  font-weight: 900;
  position: relative;
}
.positioning .container .positioning-img .positioning-img-note span::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #d8746c;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.movie {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 80px;
  }
}
.movie .container .section-title-img {
  margin-bottom: 30px;
}
.movie .container .youtube {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.movie .container .youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.voice {
  background-color: #edeceb;
  padding: 100px 0 150px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 65px 0 70px 0;
  }
}
.voice .container .section-title-img {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .voice .container .section-title-img {
    margin-bottom: 60px;
  }
}
.voice .container .voice-items {
  text-align: center;
}
.voice .container .voice-items .voice-item {
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 768px) {
  .voice .container .voice-items .voice-item {
    margin: 0 auto 25px auto;
  }
}
.voice .container .voice-items .voice-item:last-child {
  margin: 0 auto;
}
.voice .container .voice-items .voice-item .voice-img {
  max-width: 934px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .voice .container .voice-items .voice-item .voice-img {
    display: none;
  }
}
.voice .container .voice-items .voice-item .voice-img-sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .voice .container .voice-items .voice-item .voice-img-sp {
    display: block;
  }
}

.comment {
  background-color: #edeceb;
  padding-bottom: 150px;
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .comment {
    padding-bottom: 60px;
    margin-bottom: 70px;
  }
}
.comment .container .section-title-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .comment .container .section-title-img {
    margin-bottom: 40px;
  }
}
.comment .container .comment-text {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .comment .container .comment-text {
    font-size: 20px;
    line-height: 35px;
  }
}
.comment .container .comment-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .comment .container .comment-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.comment .container .comment-name p {
  font-size: 24px;
  margin-right: 20px;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .comment .container .comment-name p {
    font-size: 20px;
    line-height: 35px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.comment .container .comment-name img {
  width: 128px;
  height: 153px;
}

.price {
  padding-bottom: 150px;
  background: url(../img/survey_2511/wave-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .price {
    padding-bottom: 70px;
    background: none;
  }
}
.price .container {
  text-align: center;
}
.price .container .section-title-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .price .container .section-title-img {
    margin-bottom: 40px;
  }
}
.price .container .price-text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .price .container .price-text {
    margin-bottom: 70px;
  }
}
.price .container .price-btn a {
  max-width: 600px;
  min-width: 400px;
  width: 100%;
  height: 100px;
  background-color: #249ea6;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 100px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .price .container .price-btn a {
    max-width: 400px;
    min-width: 300px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .price .container .price-btn a {
    font-size: 20px;
  }
}
.price .container .price-btn a span {
  margin-left: 10px;
}

.new {
  padding: 110px 0 160px 0;
  background: url(../img/survey_2511/circle-yellow.png), #edeceb;
  background-position: center 35%, center;
  background-repeat: no-repeat;
  background-size: 320px;
}
@media screen and (max-width: 768px) {
  .new {
    padding: 60px 0 80px 0;
  }
}
.new .container {
  text-align: center;
}
.new .container .section-title-img {
  margin-bottom: 0;
}
.new .container .new-text {
  padding: 95px 0 15px 0;
}
@media screen and (max-width: 768px) {
  .new .container .new-text {
    padding: 110px 0 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .new .container .new-text {
    padding: 50px 0 15px 0;
  }
}
.new .container .new-text p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .new .container .new-text p {
    font-size: 20px;
  }
}
.new .container .new-img {
  margin: 0 auto 80px auto;
  max-width: 345px;
  width: 100%;
}
.new .container .new-img img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.5));
}
.new .container .cardgame-btn a {
  max-width: 600px;
  min-width: 400px;
  width: 100%;
  height: 100px;
  background-color: #d95098;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 100px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new .container .cardgame-btn a {
    max-width: 400px;
    min-width: 300px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .new .container .cardgame-btn a {
    font-size: 20px;
  }
}
.new .container .cardgame-btn a span {
  margin-left: 10px;
}

footer {
  background-color: #ffe001;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 165px;
}
@media screen and (max-width: 1140px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  footer .container {
    height: 330px;
  }
}
footer .container .footer-left {
  padding-right: 30px;
  width: 235px;
}
@media screen and (max-width: 1140px) {
  footer .container .footer-left {
    width: 305px;
  }
}
@media screen and (max-width: 1140px) {
  footer .container .footer-left {
    padding-right: 0;
  }
}
footer .container .footer-left .footer-logo {
  width: 203px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1140px) {
  footer .container .footer-left .footer-logo {
    width: 300px;
  }
}
footer .container .footer-left .footer-left-text {
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 205px;
}
@media screen and (max-width: 1140px) {
  footer .container .footer-left .footer-left-text {
    font-size: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 305px;
  }
}
footer .container .footer-left .footer-left-text dt:first-of-type {
  margin-right: 5px;
  -ms-flex-preferred-size: content;
      flex-basis: content;
}
footer .container .footer-left .footer-left-text .company-web {
  width: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
@media screen and (max-width: 1140px) {
  footer .container .footer-left .footer-left-text .company-web {
    width: 82px;
    -ms-flex-preferred-size: 82px;
        flex-basis: 82px;
  }
}
footer .container .footer-left .footer-left-text dd:last-child {
  font-size: 20px;
  letter-spacing: 0.03rem;
}
footer .container .footer-right {
  padding-left: 30px;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 1140px) {
  footer .container .footer-right {
    padding-left: 0;
    border-left: none;
  }
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 1140px) {
  footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu {
    grid-template-columns: repeat(3, 165px);
    grid-column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu {
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: repeat(4, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    margin-left: 0;
  }
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2326 a {
  position: relative;
  margin-right: 20px;
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2326 a::after {
  content: "";
  background: url(../img/survey_2511/new-tab.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2323 {
  grid-column: span 2/span 2;
}
@media screen and (max-width: 500px) {
  footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2323 {
    grid-column: auto;
  }
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2322 {
  grid-row-start: 3;
}
@media screen and (max-width: 500px) {
  footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2322 {
    grid-row-start: auto;
  }
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2321 {
  grid-column: span 2/span 2;
  grid-row-start: 3;
}
@media screen and (max-width: 500px) {
  footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item-2321 {
    grid-row-start: auto;
  }
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item {
  font-weight: 500;
}
footer .container .footer-right .menu-footer_survey202511_menu-container #menu-footer_survey202511_menu .menu-item a {
  font-size: 18px;
  font-weight: 500;
}/*# sourceMappingURL=survey_2511.css.map */