@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #0C4765;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.9vw;
  }
}
body.open {
  overflow: hidden;
}

.main-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.container {
  padding-block: 80px;
  width: 80%;
  width: 1000px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    padding-block: 40px;
    width: 90%;
    min-width: auto;
  }
}

.container-2 {
  padding-block: 80px;
  width: 80%;
  width: 1000px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container-2 {
    padding-block: 30px;
    width: 90%;
    min-width: auto;
  }
}

.common-title {
  text-align: center;
  color: #0C4765;
  font-size: 64px;
  letter-spacing: 0.1em;
  filter: drop-shadow(0.12em 0.1em #5DC3C1);
  font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .common-title {
    font-size: 10vw;
  }
}
.common-title.en {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .common-title.en {
    margin: 30px;
  }
}

h3.common-title {
  font-size: 44px;
  filter: drop-shadow(0.12em 0.1em #5DC3C1);
}
@media screen and (max-width: 768px) {
  h3.common-title {
    font-size: 8vw;
  }
}

.common-subtitle {
  margin: 30px 0px 65px;
  text-align: center;
  color: #0C4765;
  font-size: 22px;
  letter-spacing: 0.2em;
  filter: none;
  font-family: "Noto Sans JP";
  font-weight: 800;
  font-style: normal;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .common-subtitle {
    font-size: 4vw;
    letter-spacing: 0.01em;
    margin: 18px 0px 30px;
  }
}
.common-subtitle.en {
  letter-spacing: 0.1em;
}

.common-title2 {
  position: relative;
  margin: 100px 0 60px;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .common-title2 {
    font-size: 5.6vw;
  }
}
.common-title2::after {
  width: 450px;
  height: 30px;
  content: "";
  background-image: url(../img/underline.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .common-title2::after {
    width: 90%;
  }
}

.break-img {
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .break-img {
    max-width: none;
  }
}

.img-right {
  display: flex;
  justify-content: flex-end;
}

.bg-content {
  position: relative;
}
.bg-content--overview .bg-img-surf-r {
  top: 5%;
}
.bg-content--overview .bg-img-airship-l {
  top: 30%;
}
.bg-content--overview .bg-img-tree-r {
  top: 45%;
}
.bg-content--overview .bg-img-surf-l {
  top: 70%;
}
.bg-content--result .bg-img-airship-r {
  top: 2%;
}
.bg-content--result .bg-img-tree-l {
  top: 25%;
}
.bg-content--result .bg-img-surf-l {
  top: 55%;
}
.bg-content--report .bg-img-airship-l {
  top: 5%;
}
.bg-content--report .bg-img-tree-r {
  top: 20%;
}
.bg-content--report .bg-img-surf-l {
  top: 50%;
}
.bg-content--food .bg-img-airship-r {
  top: 2%;
}
.bg-content--food .bg-img-tree-l {
  top: 25%;
}
.bg-content--food .bg-img-surf-l {
  top: 55%;
}

.bg-img-r {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .bg-img-r {
    display: none;
  }
}

.bg-img-l {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bg-img-l {
    display: none;
  }
}

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

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

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    z-index: 30;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 4%;
  margin: 0 auto;
}
header .logo {
  height: 60px;
}
@media screen and (max-width: 768px) {
  header .logo {
    height: auto;
    width: 15vw;
  }
}
header ul {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 600;
  filter: drop-shadow(0.5px 0.87px #000);
}
@media screen and (max-width: 768px) {
  header ul {
    display: none;
  }
}
header ul li {
  margin-left: 40px;
}
header ul li a {
  color: #fff;
}
header ul .switch {
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul .switch p {
  color: #fff;
}
header .sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header .sp-menu {
    display: flex;
  }
}
header .sp-menu .toggle-button {
  transition: 0.3s;
  display: none;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  header .sp-menu .toggle-button {
    display: block;
  }
}
header .sp-menu .toggle-button__hamburger {
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  header .sp-menu .toggle-button__hamburger {
    width: 26px;
    height: 26px;
  }
}
header .sp-menu .toggle-button__hamburger span {
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
}
header .sp-menu .toggle-button__hamburger span:first-child {
  top: 20%;
}
header .sp-menu .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
header .sp-menu .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
header .sp-menu .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
header .sp-menu .toggle-button.open span:nth-child(2) {
  display: none;
}
header .sp-menu .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  display: none;
  z-index: 20;
  position: fixed;
  top: 0;
  right: -800px;
  height: 100vh;
  background-color: #26CDE6;
  padding: 100px 2em;
  transition: 0.3s;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .header-menu {
    display: block;
  }
}
.header-menu.open {
  right: 0;
}
.header-menu li {
  margin-bottom: 20px;
}
.header-menu li a {
  font-size: 4.5vw;
  letter-spacing: 0.08em;
  color: #2F2F2F;
  line-height: 2em;
}
.header-menu .switch {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 4.5vw;
  letter-spacing: 0.08em;
}
.header-menu .switch div {
  color: #fff;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 19;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

.main-container {
  background: url(../img/bg-tile.png);
  background-repeat: repeat;
  padding-bottom: 170px;
  background-size: 250px 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-container {
    padding-bottom: 90px;
  }
}
.main-container .bg_pictures {
  padding-top: 56.25vw;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-container .bg_pictures {
    display: none;
  }
}
.main-container .bg_pictures img {
  margin: 400px 0;
  display: block;
}
.main-container .bg_pictures img.top {
  margin-top: 100px;
}
.main-container .bg_pictures img.adj2 {
  margin-top: 1000px;
}
.main-container .bg_pictures img.right {
  margin-left: auto;
}
.main-container .bg_pictures img.no3 {
  margin-top: -200px;
}
.main-container .bg_pictures img.no4 {
  margin-top: -80px;
}
.main-container .bg_pictures img.no6 {
  margin-top: -100px;
}
.main-container .break_section {
  height: auto;
  width: 100vw;
}
.main-container .break_section .break-img {
  width: 75%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-container .break_section .break-img {
    width: 100%;
  }
}
.main-container .break_section .break-img.overview-under-img {
  margin-top: -10%;
}
@media screen and (max-width: 768px) {
  .main-container .break_section .break-img.overview-under-img {
    margin-top: -12%;
  }
}
.main-container .break_section .break-img.overview-under-img-2 {
  margin-top: -6%;
}
@media screen and (max-width: 768px) {
  .main-container .break_section .break-img.overview-under-img-2 {
    margin-top: -12%;
  }
}
.main-container .break_section .break-img.result-under-img {
  margin-top: -8%;
}
.main-container .break_section .break-img.report-under-img {
  margin-top: -8%;
}
@media screen and (max-width: 768px) {
  .main-container .break_section .break-img.report-under-img {
    margin-top: -6%;
  }
}

.main-visual {
  position: relative;
}
.main-visual .kv-bg {
  width: 100%;
  aspect-ratio: 16/9;
  background-image: url(../img/u-surf_pc.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-visual .kv-bg {
    aspect-ratio: 4/3;
    background-image: url(../img/u-surf_sp.png);
  }
}
.main-visual .kv_filter {
  width: 100%;
  aspect-ratio: 16/9;
  background-image: url(../img/movie_filter.png);
  background-position: left top;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main-visual .kv_filter {
    aspect-ratio: 4/3;
  }
}
.main-visual .kv_splash {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/wave2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-visual h1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .main-visual h1 {
    aspect-ratio: 4/3;
    overflow: hidden;
  }
}
.main-visual h1.surf_logo {
  opacity: 0;
}
.main-visual h1 picture {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .main-visual h1 picture {
    display: block;
    margin: 0 auto;
    width: 90%;
    aspect-ratio: 4/3;
  }
}
.main-visual h1 picture img {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .main-visual h1 picture img {
    aspect-ratio: 4/3;
  }
}
.main-visual .shutaku_logo {
  aspect-ratio: 16/9;
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}
.main-visual .shutaku_logo img {
  width: 100%;
}
.main-visual .powerdby {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-visual .powerdby {
    display: block;
    position: absolute;
    bottom: 5vw;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    width: 25vw;
  }
}

/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 7%;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.overview__img {
  margin-inline: auto;
}
.overview__title {
  margin: 100px auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview__title {
    margin: 40px auto 60px;
  }
}
.overview__title .img1 {
  margin-inline: auto;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .overview__title .img1 {
    width: 55%;
  }
}
.overview__title .img2 {
  margin-inline: auto;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .overview__title .img2 {
    width: 40%;
  }
}
.overview__info {
  font-weight: bold;
  font-size: 20px;
  margin-block: 35px 60px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .overview__info {
    line-height: 2em;
    font-size: 4.2vw;
  }
}
.overview__text1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .overview__text1 {
    font-size: 4.2vw;
    line-height: 2em;
    margin-bottom: 30px;
  }
}
.overview__text2 {
  text-align: center;
  font-size: 16px;
  line-height: 2.25em;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .overview__text2 {
    font-size: 3.4vw;
    line-height: 1.9em;
    letter-spacing: 0.12em;
    text-align: start;
    margin-bottom: 0px;
  }
  .overview__text2 .pc-only {
    display: none;
  }
}
.overview .message-img1 {
  margin-inline: auto;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .overview .message-img1 {
    width: 100%;
  }
}
.overview__name {
  text-align: center;
  margin-block: 70px 50px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .overview__name {
    margin-block: 40px 30px;
  }
}
.overview__message-main {
  text-align: center;
  letter-spacing: 0.125em;
  font-size: 16px;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .overview__message-main {
    font-size: 3.4vw;
    line-height: 1.9em;
    letter-spacing: 0.12em;
    text-align: start;
  }
  .overview__message-main .pc-only {
    display: none;
  }
}
.overview__message-aside {
  margin: 60px auto;
  text-align: center;
  letter-spacing: 0.125em;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .overview__message-aside {
    margin: 40px auto;
    font-size: 2.8vw;
    line-height: 1.7em;
    letter-spacing: 0.12em;
    text-align: start;
  }
  .overview__message-aside .pc-only {
    display: none;
  }
}
.overview__video {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .overview__video {
    width: 100%;
  }
}
.overview__video iframe {
  width: 100%;
  aspect-ratio: 1.78/1;
}

.result {
  text-align: center;
}
.result__content {
  width: 1000px;
  margin: 20px auto 150px;
}
@media screen and (max-width: 768px) {
  .result__content {
    width: 100%;
    margin: 20px auto 100px;
  }
}
.result__tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .result__tabs {
    grid-template-columns: repeat(3, 1fr);
    font-size: 3vw;
    margin-bottom: 20px;
  }
}
.result__tabs .active {
  background: #0C4765;
  color: #fff;
}
.result__tab {
  font-size: 16px;
  line-height: 1.35em;
  letter-spacing: 0.125em;
  border: 2px solid #0C4765;
  border-radius: 5px;
  text-align: center;
  padding-block: 10px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .result__tab {
    line-height: 1.4em;
    font-size: 3vw;
    padding-block: 8px;
  }
}
.result__columns {
  position: relative;
  background: #fff;
  display: flex;
  display: none;
}
.result__columns .result-img {
  flex: 0 0 65%;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .result__columns .result-img {
    width: 100%;
  }
}
.result__columns .result__text {
  text-align: left;
  flex: 0 0 35%;
  padding: 40px 0 0 5%;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.4em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .result__columns .result__text {
    padding: 20px 3%;
    line-height: 1.6em;
  }
  .result__columns .result__text .pc {
    display: none;
  }
}
.result__columns .result__text p {
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .result__columns .result__text p {
    font-size: 2.4vw;
  }
}
.result__columns .result-logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .result__columns .result-logo {
    display: none;
  }
}
.result__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 768px) {
  .result__grid {
    grid-template-columns: repeat(2, 1fr);
    height: 72px;
  }
  .result__grid span {
    letter-spacing: 1px;
    font-size: 2.8vw;
    white-space: nowrap;
  }
}
.result .tab-content .active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .result .tab-content .active {
    flex-direction: column;
  }
}
.result__highlight {
  width: 1000px;
  margin: 150px auto 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .result__highlight {
    margin: 50px auto;
    width: 100%;
    display: block;
    grid-template-columns: repeat(1, 1fr);
  }
}
.result__highlight a {
  display: block;
  width: 46%;
  margin: 0px 2% 60px;
}
@media screen and (max-width: 768px) {
  .result__highlight a {
    margin: 0px 0 12vw;
    width: 100%;
  }
}
.result__break_wave {
  width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .result__break_wave {
    margin: 50px auto;
    width: 100%;
  }
}
.result__break_wave img {
  display: block;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .result__break_wave img {
    width: 50%;
  }
}
.result__volunteer {
  text-align: center;
  letter-spacing: 0.125em;
  font-size: 16px;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .result__volunteer {
    margin: 50px auto;
    width: 100%;
    font-size: 3.4vw;
    line-height: 1.9em;
    letter-spacing: 0.12em;
    text-align: start;
  }
  .result__volunteer .pc-only {
    display: none;
  }
}
.result__volunteer .flexbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .result__volunteer .flexbox {
    display: block;
  }
}
.result__volunteer .flexbox.reverse {
  flex-direction: row-reverse;
}
.result__volunteer .flexbox .volunteer_img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .result__volunteer .flexbox .volunteer_img {
    width: 100%;
  }
}
.result__volunteer .flexbox .volunteer-text {
  width: 66%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .result__volunteer .flexbox .volunteer-text {
    width: 100%;
  }
}
.result__volunteer .flexbox .volunteer-text h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .result__volunteer .flexbox .volunteer-text h4 {
    padding-top: 1em;
  }
}
.result__volunteer .flexbox .volunteer-text p {
  font-size: 0.98em;
  line-height: 1.85;
}
.result__volunteer_one {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .result__volunteer_one {
    margin-bottom: 60px;
  }
}
.result__volunteer_one-en {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .result__volunteer_one-en {
    margin-bottom: 60px;
  }
}
.result__volunteer_img1 {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .result__volunteer_img1 {
    margin: 30px auto;
    width: 100%;
  }
}
.result__volunteer_img1 img {
  display: block;
  width: 46%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .result__volunteer_img1 img {
    width: 100%;
  }
}
.result__volunteer_leader {
  width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .result__volunteer_leader {
    margin: 50px auto;
    width: 100%;
  }
}
.result__volunteer_leader img {
  margin: 0 auto 30px;
  display: block;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .result__volunteer_leader img {
    width: 40%;
  }
}
.result__video.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .result__video.pc-only {
    display: none;
  }
}
.result__video p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  color: #0C4765;
}
@media screen and (max-width: 768px) {
  .result__video p {
    margin-top: 16px;
    font-size: 16px;
  }
}
.result__video_iframe {
  width: 100%;
  margin-bottom: 40px;
}
.result__video_iframe.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .result__video_iframe.sp-only {
    display: block;
  }
}
.result__video_iframe iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.result__video_iframe p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .result__video_iframe p {
    margin-top: 16px;
    font-size: 16px;
  }
}
.result__wave {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .result__wave {
    margin: 120px auto 60px;
  }
}
.result__wave img {
  width: 100%;
}
.result__insta {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .result__insta {
    margin: 50px auto;
  }
}
.result__insta-text {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.25em;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 768px) {
  .result__insta-text {
    margin: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.8vw;
  }
}
.result__btn {
  margin: 100px auto;
  display: inline-block;
  background: #26CDE6;
  color: white;
  font-size: 23px;
  font-weight: bold;
  padding: 25px 35px;
  text-align: center;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .result__btn {
    margin: 50px 0px 0 0px;
    font-size: 3.5vw;
    padding: 20px 20px;
  }
}

.report__text {
  text-align: center;
  letter-spacing: 0.125em;
  font-size: 16px;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .report__text {
    text-align: start;
    font-size: 3.4vw;
    line-height: 1.9em;
    letter-spacing: 0.12em;
  }
  .report__text .pc-only {
    display: none;
  }
}
.report__content {
  display: grid;
  width: 1000px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-block: 80px 50px;
}
@media screen and (max-width: 768px) {
  .report__content {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.report__columns {
  position: relative;
}
.report__columns img {
  width: 100%;
  height: 100%;
}
.report__columns p {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(12, 71, 101, 0.5);
  color: #fff;
  padding: 0.5em 1em;
  font-size: 13px;
  letter-spacing: 0.125em;
  line-height: 1.4em;
  min-height: 4em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .report__columns p {
    font-size: 2.4vw;
  }
}
.report__supplement {
  text-align: center;
  letter-spacing: 0.125em;
  font-size: 13px;
}

.magazine {
  max-width: 900px;
  background: #FAFAF7;
  border-radius: 30px;
  border-color: #0C4765;
  border-style: solid;
  border-width: 2px;
  margin: 100px auto;
  text-align: center;
  padding: 40px 3% 40px 3%;
}
@media screen and (max-width: 768px) {
  .magazine {
    max-width: 90%;
    padding: 30px 5%;
    margin: 5% auto 5% auto;
  }
}
.magazine__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  background: #FAFAF7;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  gap: 1.6%;
}
@media screen and (max-width: 768px) {
  .magazine__content {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    display: grid;
  }
  .magazine__content img {
    width: 100%;
  }
}
.magazine__content__columns {
  display: block;
}
.magazine__content__columns img {
  display: block;
  width: 100%;
  height: auto;
}
.magazine__text1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .magazine__text1 {
    text-align: center;
    font-size: 15px;
    margin: 0 auto 30px auto;
    line-height: 1.9em;
  }
}
.magazine__text1.en1 {
  font-size: 18px;
}
.magazine__text2 {
  font-size: 14px;
  margin-top: 30px;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .magazine__text2 {
    font-size: 12px;
    margin: 25px 0px 0px 0px;
    width: 100%;
  }
}
.magazine__text2.en2 {
  font-size: 12px;
}

.food__content {
  width: 1000px;
  background: #FAFAF7;
  padding: 100px 5%;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .food__content {
    width: 100%;
    padding: 50px 5%;
  }
}
.food__content h3 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .food__content h3 {
    font-size: 4vw;
    margin-bottom: 40px;
  }
}
.food__content .food-img-main, .food__content .food-logo {
  margin-inline: auto;
  margin-bottom: 70px;
}
.food__columns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .food__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.food__columns a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.food__columns a img {
  margin-inline: auto;
}
.food__btn {
  display: inline-block;
  background: #A3DB4B;
  color: #000;
  font-size: 17px;
  padding: 20px 30px;
  text-align: center;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .food__btn {
    font-size: 3.5vw;
    padding: 20px 20px;
  }
}

.food-logo2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .food-logo2 img {
    width: 70%;
    margin-inline: auto;
  }
}

.lst_brands {
  width: 746px;
  margin: 0 auto;
  margin-block: 70px;
  padding: 0;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lst_brands {
    width: 80%;
    margin-top: 10%;
    flex-wrap: wrap;
  }
}
.lst_brands li {
  margin-bottom: 20px;
  background-color: #fff;
}
.lst_brands li .modal-brand {
  background-color: #fff;
  color: #2F2F2F;
}
.lst_brands li .modal-brand .b_logo {
  text-align: center;
  padding: 20px 0;
}
.lst_brands li .modal-brand .b_logo img {
  width: 80%;
  margin-inline: auto;
}
.lst_brands li .modal-brand:hover {
  box-shadow: 0px 0px 10px 1px rgba(163, 219, 75, 0.5);
  transition: 0.3s;
}
.lst_brands li h3 {
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: normal;
  padding: 0 0 40px;
  margin: 0;
  line-height: 1.4;
}
.lst_brands li .arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 25px;
}
.lst_brands li .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #f39800;
  border-right: solid 3px #f39800;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.takusan-grp-bnr {
  background-color: #FFF;
  width: 1000px;
  padding: 50px 55px 25px;
  margin: 130px auto 100px;
  border: 1px solid #e0e0e0;
  border-top: 2px solid #0599d9;
}
@media (max-width: 769px) {
  .takusan-grp-bnr {
    width: 88%;
    margin: 20vw auto 15vw;
    padding: 10vw 4vw;
  }
}
.takusan-grp-bnr ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul {
    flex-wrap: wrap;
  }
}
.takusan-grp-bnr ul li {
  width: 576px;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li {
    width: 100%;
    padding-top: 8vw;
  }
}
.takusan-grp-bnr ul li.left {
  width: 150px;
  padding: 0 0 0 20px;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li.left {
    width: 50%;
    padding: 0 0 0 0px;
    text-align: center;
  }
}
.takusan-grp-bnr ul li.left img {
  width: 70%;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li.left img {
    width: 54%;
  }
}
.takusan-grp-bnr ul li.right {
  width: 150px;
  padding: 10px 0 0 0;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li.right {
    display: none;
  }
}
.takusan-grp-bnr ul li.right.sp {
  display: none;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li.right.sp {
    display: block;
    width: 50%;
    padding: 6vw 8vw 0 2vw;
  }
}
.takusan-grp-bnr ul li.right img {
  width: 100%;
}
.takusan-grp-bnr ul li h2 {
  color: #92893a;
  letter-spacing: 2px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li h2 {
    font-size: 3.6vw;
    letter-spacing: 1px;
  }
}
.takusan-grp-bnr ul li .csr {
  color: black;
  line-height: 1em;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 0.75em;
  width: 80%;
  background-color: #edeff2;
  border-radius: 1.5em;
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li .csr {
    font-size: 3.6vw;
    letter-spacing: 1px;
    width: 95%;
    padding: 0.9em;
  }
}
.takusan-grp-bnr ul li .csr span::before {
  width: 1.8em;
  height: 1.8em;
  background-color: white;
  display: block;
  content: "";
  position: absolute;
  right: 0.5em;
  border-radius: 100%;
  top: 50%;
  margin-top: -0.9em;
}
.takusan-grp-bnr ul li .csr span::after {
  width: 0.5em;
  height: 0.5em;
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #92893a;
  border-right: 1px solid #92893a;
  right: 1.25em;
  top: 50%;
  margin-top: -0.25em;
  transform: rotate(45deg);
}
.takusan-grp-bnr ul li p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li p {
    padding: 0 1.5em;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 170%;
  }
}
.takusan-grp-bnr ul li > ul {
  margin-top: 30px;
  display: block;
  text-align: center;
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li > ul {
    margin: 8vw 0 0vw 0;
  }
}
.takusan-grp-bnr ul li > ul > li {
  width: auto;
  display: inline-block;
  font-size: 11px;
}
.takusan-grp-bnr ul li > ul > li::after {
  content: "|";
}
.takusan-grp-bnr ul li > ul > li:last-child::after {
  content: "";
}
@media (max-width: 769px) {
  .takusan-grp-bnr ul li > ul > li {
    padding: 0;
    margin-bottom: 1vw;
  }
}
.takusan-grp-bnr ul li > ul > li a {
  font-size: 0.75rem;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  padding: 0.5em 0.3em 0 0.2em;
  color: black;
}
.banner_section {
  margin-bottom: 150px;
  width: 80%;
  width: 1000px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
  text-align: center;
}
.banner_section img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner_section {
    margin-bottom: 70px;
    width: 90%;
    min-width: auto;
  }
}

footer {
  position: relative;
}
footer img {
  width: 100%;
}
footer .footer-links {
  height: 18%;
  width: 60%;
  position: absolute;
  bottom: 0;
  display: flex;
}
footer .footer-links a {
  height: 100%;
}
footer .footer-links .footer-link1 {
  width: 18%;
}
footer .footer-links .footer-link2 {
  width: 7.9%;
}
footer .footer-links .footer-link3 {
  width: 7.1%;
}
footer .footer-links .footer-link4 {
  width: 7.4%;
}
footer .footer-links .footer-link5 {
  width: 13.3%;
}
footer .footer-links .footer-link6 {
  width: 8.5%;
}
footer .footer-links .footer-link7 {
  width: 12.3%;
}
footer .footer-links .footer-link8 {
  width: 16.3%;
}
footer .footer-links .footer-link9 {
  width: 10%;
}/*# sourceMappingURL=style.css.map */