@charset "UTF-8";
/**************************************************
	COMMON
**************************************************/
/**************************************************
	normalize
**************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, table, tr, th, td, hr, input, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, h2, h3, h4 {
  font-size: 2rem;
  margin: 0;
  line-height: 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

.is-super {
  vertical-align: super;
  font-size: 10px;
  font-size: 1rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**************************************************
	BASE
**************************************************/
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  scroll-padding-top: 100px;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.00em;
  font-weight: 400;
  color: #333333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  background-color: #FFFFFF;
  word-wrap: break-word;
  min-width: 1024px;
  outline: none;
  overflow-x: hidden;
  font-feature-settings: "palt";
  touch-action: manipulation;
}

img.flex-img {
  width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.rollover {
  transition-duration: 0.6s;
  opacity: 1;
}
a.rollover:hover {
  transition-duration: 0.3s;
  opacity: 0.8;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

_::-webkit-full-page-media, _:future, :root .font-for-safari {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.5px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 834px) {
  body {
    min-width: 0;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
* {
  box-sizing: border-box;
}

.font-mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.font-mplus-bold {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
}

html, body {
  width: 100%;
  min-width: 1024px;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  html, body {
    min-width: 0;
  }
}

body {
  padding-top: 100px;
}
@media screen and (max-width: 834px) {
  body {
    padding-top: 48.26667vw;
  }
}

@media screen and (min-width: 835px) {
  .brightness-btn {
    transition-duration: 0.3s;
  }
  .brightness-btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}

p.date {
  text-align: right;
}

p.right {
  text-align: right;
}

.video-player {
  position: relative;
}
.video-player__play-btn {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}
@media screen and (min-width: 835px) {
  .video-player__play-btn:hover {
    opacity: 0.5;
  }
}
.video-player__play-btn.playActive {
  display: none;
}
.video-player__play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.8);
  background-image: url("../images/video_play_arrow.png");
  background-position: center;
  background-size: 50px auto;
  background-repeat: no-repeat;
}

/**************************************************
	IMG
**************************************************/
div.video-container,
div.img-container {
  width: 500px;
  margin: 40px auto 40px;
}
div.video-container .img,
div.img-container .img {
  position: relative;
  margin-bottom: 10px;
}
div.video-container .img.border,
div.img-container .img.border {
  box-sizing: border-box;
  border: 1px solid #000;
}
div.video-container .img .icon-zoom,
div.img-container .img .icon-zoom {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/icon_zoom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
div.video-container > p.midashi,
div.img-container > p.midashi {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FF7F00;
  margin-bottom: 10px;
}
div.video-container > p.midashi:before,
div.img-container > p.midashi:before {
  content: "■";
  padding-right: 4px;
}
div.video-container > p.click,
div.img-container > p.click {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #FF7F00;
  padding: 0;
  text-align: right;
  margin-bottom: 10px;
}
div.video-container > p.cap,
div.video-container > p.cap-no-icon,
div.img-container > p.cap,
div.img-container > p.cap-no-icon {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #519152;
  padding: 0;
}
div.video-container > p.cap > a,
div.video-container > p.cap-no-icon > a,
div.img-container > p.cap > a,
div.img-container > p.cap-no-icon > a {
  color: #FFA54A;
  text-decoration: underline;
}
div.video-container > p.cap span.red,
div.video-container > p.cap-no-icon span.red,
div.img-container > p.cap span.red,
div.img-container > p.cap-no-icon span.red {
  color: red;
}
div.video-container > p.cap span.right,
div.video-container > p.cap-no-icon span.right,
div.img-container > p.cap span.right,
div.img-container > p.cap-no-icon span.right {
  display: block;
  text-align: right;
}
div.video-container > p.cap::before,
div.img-container > p.cap::before {
  color: #FF7F00;
  content: "▲";
  padding-right: 4px;
  vertical-align: top;
}
div.video-container > ul.cap-list,
div.img-container > ul.cap-list {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #519152;
  padding: 0;
  padding-left: 14px;
}
div.video-container > ul.cap-list > li,
div.img-container > ul.cap-list > li {
  position: relative;
  padding-left: 14px;
}
div.video-container > ul.cap-list > li > span,
div.img-container > ul.cap-list > li > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.video-container > p.note,
div.img-container > p.note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #FF4C4C;
  padding: 0;
}
div.video-container > p.note > a,
div.img-container > p.note > a {
  color: #FFA54A;
  text-decoration: underline;
}
div.video-container > p.from,
div.img-container > p.from {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  padding: 0;
  text-align: right;
  padding-bottom: 10px;
}
div.video-container > p.from > a,
div.img-container > p.from > a {
  color: #FFA54A;
  text-decoration: underline;
}
div.video-container > p.small,
div.img-container > p.small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0em;
  color: #519152;
  padding: 0;
  text-align: right;
}
div.video-container.left,
div.img-container.left {
  float: left;
  margin: 0 20px 20px 0;
}
div.video-container.right,
div.img-container.right {
  float: right;
  margin: 0 0 20px 20px;
}
div.video-container.width100per,
div.img-container.width100per {
  width: 100%;
}
div.video-container.width800,
div.img-container.width800 {
  width: 800px;
}
div.video-container.width640,
div.img-container.width640 {
  width: 640px;
}
div.video-container.width600,
div.img-container.width600 {
  width: 600px;
}
div.video-container.width550,
div.img-container.width550 {
  width: 550px;
}
div.video-container.width500,
div.img-container.width500 {
  width: 500px;
}
div.video-container.width480,
div.img-container.width480 {
  width: 480px;
}
div.video-container.width450,
div.img-container.width450 {
  width: 450px;
}
div.video-container.width400,
div.img-container.width400 {
  width: 400px;
}
div.video-container.width375,
div.img-container.width375 {
  width: 375px;
}
div.video-container.width350,
div.img-container.width350 {
  width: 350px;
}
div.video-container.width300,
div.img-container.width300 {
  width: 300px;
}
div.video-container.width325,
div.img-container.width325 {
  width: 325px;
}
div.video-container.width275,
div.img-container.width275 {
  width: 275px;
}
div.video-container.width270,
div.img-container.width270 {
  width: 270px;
}
div.video-container.width250,
div.img-container.width250 {
  width: 250px;
}
div.video-container.width240,
div.img-container.width240 {
  width: 240px;
}
div.video-container.width235,
div.img-container.width235 {
  width: 235px;
}
div.video-container.width225,
div.img-container.width225 {
  width: 225px;
}
div.video-container.width200,
div.img-container.width200 {
  width: 200px;
}
div.video-container.width175,
div.img-container.width175 {
  width: 175px;
}
div.video-container.width150,
div.img-container.width150 {
  width: 150px;
}
div.video-container.width140,
div.img-container.width140 {
  width: 140px;
}

div.video-container div.youtube {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
div.video-container div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.img-wrapper {
  position: relative;
  *zoom: 1;
  width: 500px;
  margin: 0 auto;
}
div.img-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
div.img-wrapper div.img-container:first-child {
  float: left;
}
div.img-wrapper div.img-container:last-child {
  float: right;
}
div.img-wrapper.width820 {
  width: 820px;
}
div.img-wrapper.width740 {
  width: 740px;
}
div.img-wrapper.width640 {
  width: 640px;
}
div.img-wrapper.width550 {
  width: 550px;
}
div.img-wrapper.width520 {
  width: 520px;
}
div.img-wrapper.width475 {
  width: 475px;
}
div.img-wrapper.width450 {
  width: 450px;
}
div.img-wrapper.width425 {
  width: 425px;
}
div.img-wrapper.width400 {
  width: 400px;
}
div.img-wrapper.withcap {
  margin-bottom: 40px;
}
div.img-wrapper.withcap > div.group {
  width: 100%;
  position: relative;
  *zoom: 1;
}
div.img-wrapper.withcap > div.group:after {
  content: "";
  display: table;
  clear: both;
}
div.img-wrapper.withcap > div.group div.img-container {
  margin-bottom: 0px;
}
div.img-wrapper p.cap {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #519152;
  padding: 0;
}
div.img-wrapper p.cap > a {
  color: #FFA54A;
  text-decoration: underline;
}
div.img-wrapper p.cap span.red {
  color: red;
}
div.img-wrapper p.cap:before {
  color: #FF7F00;
  content: "▲";
  padding-right: 4px;
  vertical-align: top;
}

div.img-wrapper-flex {
  width: 520px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.img-wrapper-flex div.img-container {
  margin: 10px 0px;
}
div.img-wrapper-flex div.img-container > div.img {
  margin: 0;
}

@media screen and (max-width: 834px) {
  div.video-container,
  div.img-container {
    width: 100%;
  }
  div.video-container.width800, div.video-container.width640, div.video-container.width600, div.video-container.width550, div.video-container.width500, div.video-container.width480, div.video-container.width450, div.video-container.width400, div.video-container.width375, div.video-container.width350,
  div.img-container.width800,
  div.img-container.width640,
  div.img-container.width600,
  div.img-container.width550,
  div.img-container.width500,
  div.img-container.width480,
  div.img-container.width450,
  div.img-container.width400,
  div.img-container.width375,
  div.img-container.width350 {
    width: 100%;
  }

  div.img-wrapper {
    width: 100%;
  }
  div.img-wrapper div.img-container:first-child {
    float: none;
  }
  div.img-wrapper div.img-container:last-child {
    float: none;
  }
  div.img-wrapper.width820, div.img-wrapper.width740, div.img-wrapper.width640, div.img-wrapper.width550, div.img-wrapper.width520, div.img-wrapper.width475, div.img-wrapper.width450, div.img-wrapper.width425, div.img-wrapper.width400 {
    width: 100%;
  }

  div.img-wrapper-flex {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    display: block;
  }
  div.img-wrapper-flex div.img-container {
    width: 100%;
  }
}
/**************************************************
	HEADER&FOOTER
**************************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
}
header.fix {
  position: fixed;
  top: -30px;
}
@media screen and (max-width: 834px) {
  header.fix {
    top: -24.66667vw;
  }
}
header .zaidan-header {
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 834px) {
  header .zaidan-header {
    height: 8vw;
    padding: 0 5.33333vw;
  }
}
header .zaidan-header-name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #9B9B9B;
  font-weight: 600;
  white-space: nowrap;
  width: 300px;
}
@media screen and (max-width: 834px) {
  header .zaidan-header-name {
    width: auto;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }
}
header .zaidan-header-link {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #9B9B9B;
  font-weight: 600;
  padding-right: 10px;
  background: url(../images/arrow.svg) no-repeat right center;
  background-size: 6px 10px;
  width: 300px;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  header .zaidan-header-link {
    width: auto;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }
}
header .labo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 40px 0 36px;
}
@media screen and (max-width: 834px) {
  header .labo-header {
    display: block;
    height: auto;
    padding: 0;
    padding-top: 2.66667vw;
  }
}
header .labo-header-logo {
  margin: 0;
  width: 324px;
  height: 55px;
  line-height: 0;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_top.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  header .labo-header-logo {
    width: 66.66667vw;
    height: 11.33333vw;
    margin-left: 4.8vw;
    margin-bottom: 2.66667vw;
  }
}
header .labo-header-ui {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  header .labo-header-ui {
    justify-content: space-between;
    width: 100%;
    padding: 2.66667vw 5.33333vw;
    border-top: 1px solid rgba(67, 180, 91, 0.25);
  }
}
header .labo-header-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  font-weight: 600;
  color: #43B45B;
}
@media screen and (max-width: 834px) {
  header .labo-header-label {
    font-size: 3.2vw;
    line-height: 4.26667vw;
  }
}
header .labo-header-search-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 834px) {
  header .labo-header-search-wrapper {
    width: 100%;
    flex-direction: column;
    column-gap: 0;
    align-items: flex-start;
  }
}
header .labo-header-search {
  width: 266px;
}
@media screen and (max-width: 834px) {
  header .labo-header-search {
    width: 64vw;
  }
}
header .labo-header-menu {
  position: relative;
  width: 80px;
  height: 50px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid rgba(204, 204, 204, 0.4);
}
@media screen and (max-width: 834px) {
  header .labo-header-menu {
    width: 16vw;
    height: 13.33333vw;
    padding-left: 5.33333vw;
    margin-left: 0;
  }
}
header .labo-header-menu .btn-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
header .labo-header-menu .btn-menu:after, header .labo-header-menu .btn-menu:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #43B45B;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu:after, header .labo-header-menu .btn-menu:before {
    width: 16vw;
    margin-left: -8vw;
    font-size: 2.93333vw;
    line-height: 2.93333vw;
  }
}
header .labo-header-menu .btn-menu:before {
  content: "メニュー";
}
header .labo-header-menu .btn-menu:after {
  content: "閉じる";
  display: none;
}
header .labo-header-menu .btn-menu > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
header .labo-header-menu .btn-menu > a > span, header .labo-header-menu .btn-menu > a:before, header .labo-header-menu .btn-menu > a:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #43B45B;
  transition-duration: 0.2s;
}
header .labo-header-menu .btn-menu > a > span {
  top: 17px;
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu > a > span {
    top: 4.53333vw;
  }
}
header .labo-header-menu .btn-menu > a:before {
  top: 5px;
  content: "";
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu > a:before {
    top: 1.33333vw;
  }
}
header .labo-header-menu .btn-menu > a:after {
  top: 29px;
  content: "";
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu > a:after {
    top: 7.73333vw;
  }
}
header .labo-header-menu .btn-menu.close:before {
  display: none;
}
header .labo-header-menu .btn-menu.close:after {
  display: block;
}
header .labo-header-menu .btn-menu.close a > span {
  opacity: 0;
}
header .labo-header-menu .btn-menu.close a:before {
  top: 16px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu.close a:before {
    top: 4.26667vw;
  }
}
header .labo-header-menu .btn-menu.close a:after {
  top: 16px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu.close a:after {
    top: 4.26667vw;
  }
}

.labo-header-search .cse .gsc-control-cse,
.labo-header-search .gsc-control-cse {
  padding: 0;
  width: auto;
}
.labo-header-search form.gsc-search-box {
  margin-bottom: 0;
}
.labo-header-search table.gsc-search-box {
  margin-bottom: 0;
}
.labo-header-search input.gsc-input, .labo-header-search .gsc-input-box, .labo-header-search .gsc-input-box-hover, .labo-header-search .gsc-input-box-focus {
  border-color: #00FF00;
}
.labo-header-search .gsc-input-box {
  border: none;
}
.labo-header-search .gsib_a {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  width: 200px;
  height: 36px;
  padding: 0 20px;
  border: 2px solid #43B45B;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsib_a {
    width: 45.33333vw;
    height: 9.6vw;
    padding: 0 4vw;
    -moz-border-radius: 5.33333vw;
    -webkit-border-radius: 5.33333vw;
    border-radius: 5.33333vw;
  }
}
.labo-header-search .cse .gsc-control-cse, .labo-header-search .gsc-control-cse {
  border: none;
}
.labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  color: #43B45B;
  height: 36px !important;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: 3.73333vw;
    line-height: 9.6vw;
    padding-right: 3.2vw;
  }
}
.labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input::placeholder {
  color: #43B45B;
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input::placeholder {
    font-size: 3.73333vw;
    line-height: 9.6vw;
  }
}
.labo-header-search .gsib_b {
  display: none;
}
.labo-header-search .gsc-search-button {
  margin-left: 0;
}
.labo-header-search .gsc-search-button-v2, .labo-header-search .gsc-search-button-v2:hover, .labo-header-search .gsc-search-button-v2:focus {
  width: 54px;
  height: 40px;
  border: none;
  background-color: #43B45B;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-button-v2, .labo-header-search .gsc-search-button-v2:hover, .labo-header-search .gsc-search-button-v2:focus {
    width: 14.4vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
    -webkit-border-radius: 5.33333vw;
    border-radius: 5.33333vw;
  }
}
.labo-header-search .gsc-search-button-v2 svg {
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-button-v2 svg {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.breadcrumbs {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs {
    margin-bottom: 5.33333vw;
  }
}
.breadcrumbs__list {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  padding: 10px 20px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs__list {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding: 2.66667vw 5.33333vw;
  }
}
.breadcrumbs__list > a {
  color: #6ABC6D;
}
.breadcrumbs__list > a:hover {
  color: #FFA54A;
}
.breadcrumbs__list .separator {
  padding: 0 5px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs__list .separator {
    padding: 0 1.33333vw;
  }
}

footer {
  background-color: #43B45B;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  footer {
    padding: 5.33333vw 0;
  }
}
footer .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  footer .footer-nav {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 5.33333vw;
  }
}
footer .footer-nav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (min-width: 835px) {
  footer .footer-nav > li > a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 834px) {
  footer .footer-nav > li > a {
    font-size: 3.2vw;
    line-height: 3.2vw;
    padding: 2.66667vw 1.33333vw;
  }
}
footer > p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 834px) {
  footer > p {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }
}
footer:before, footer:after {
  display: none;
}
footer .pagetop-btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
  z-index: 3;
  transition-duration: 0.3s;
  transition-property: right;
}
footer .pagetop-btn.hide {
  right: -160px;
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn.hide {
    right: -32vw;
  }
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn {
    bottom: 16vw;
    right: 8vw;
    width: 16vw;
    height: 16vw;
  }
}
footer .pagetop-btn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../images/shadow_dot.png);
  background-size: 4px 4px;
  content: "";
}
footer .pagetop-btn > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: black;
  background-image: url(../images/arrow_up.svg);
  background-size: 30px 18px;
  background-repeat: no-repeat;
  background-position: center 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn > a {
    background-size: 8vw 4.8vw;
    background-position: center 2.66667vw;
  }
}
@media screen and (min-width: 835px) {
  footer .pagetop-btn > a {
    transition-duration: 0.3s;
  }
  footer .pagetop-btn > a:hover {
    background-color: #4A4A4A;
  }
}
footer .pagetop-btn > a > span {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #FFF;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn > a > span {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 5.33333vw;
  }
}

/**************************************************
	NAV
**************************************************/
/**************************************************
	NAV
**************************************************/
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 120px;
  padding-bottom: 80px;
  overflow-y: scroll;
  display: none;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 835px) {
  nav {
    transition-duration: 0.3s;
    transition-property: padding-top;
  }
  nav.top {
    padding-top: 90px;
  }
}
nav div.nav-wrapper {
  *zoom: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
nav div.nav-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
nav div.nav-wrapper ul {
  float: right;
  display: block;
  width: 300px;
}
@media screen and (min-width: 835px) {
  nav div.nav-wrapper ul {
    transform-origin: right top;
  }
}
nav div.nav-wrapper ul li {
  width: 300px;
  height: 67px;
}
nav div.nav-wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../images/menu.png");
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
}
@media screen and (min-width: 835px) {
  nav div.nav-wrapper ul li a {
    transition-duration: 0.3s;
  }
  nav div.nav-wrapper ul li a:hover {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
nav div.nav-wrapper ul li#gnavi_category a {
  background-position-y: 0;
}
nav div.nav-wrapper ul li#gnavi_class_s1 a {
  background-position-y: -67px;
}
nav div.nav-wrapper ul li#gnavi_class_s2 a {
  background-position-y: -134px;
}
nav div.nav-wrapper ul li#gnavi_interview a {
  background-position-y: -201px;
}
nav div.nav-wrapper ul li#gnavi_future a {
  background-position-y: -268px;
}
nav div.nav-wrapper ul li#gnavi_technology a {
  background-position-y: -335px;
}
nav div.nav-wrapper ul li#gnavi_twitter a {
  background-position-y: -402px;
}
nav div.nav-wrapper ul li#gnavi_quiz a {
  background-position-y: -469px;
}
nav div.nav-wrapper ul li#gnavi_present a {
  background-position-y: -536px;
}
nav div.nav-wrapper ul li#gnavi_manga a {
  background-position-y: -603px;
}

@media screen and (max-width: 834px) {
  nav {
    padding-top: 0;
    padding-bottom: 10.66667vw;
    overflow-y: scroll;
  }
  nav div.nav-wrapper {
    padding-top: 53.33333vw;
    transition-duration: 0.3s;
    transition-property: padding-top;
  }
  nav div.nav-wrapper ul {
    float: none;
    margin: 0 auto;
  }
  nav.top div.nav-wrapper {
    padding-top: 26.66667vw;
  }
}
/**************************************************
	SHARE&PAGING
**************************************************/
/**************************************************
	SHARE UI
**************************************************/
.share-ui {
  margin: 20px 0;
}
.share-ui p {
  text-align: center;
  font-weight: bold;
  color: #7CB46D;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.share-ui ul {
  *zoom: 1;
  text-align: center;
}
.share-ui ul:after {
  content: "";
  display: table;
  clear: both;
}
.share-ui ul li {
  display: inline-block;
}
.share-ui ul li a {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
  padding: 10px;
  color: #7CB46D;
  transition-duration: 0.6s;
}
.share-ui ul li a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

/**************************************************
	INDEX
**************************************************/
body#special2025 section#content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin-inline: auto;
}
body#special2025 section#content .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  padding-bottom: 80px;
}

/**************************************************
	MODULE
**************************************************/
.c-corners {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-corners > span {
  position: absolute;
  width: 100%;
  height: 5px;
}
.c-corners > span::before, .c-corners > span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fdf150;
}
.c-corners > span::after {
  left: auto;
  right: 0;
}
.c-corners > span:first-child {
  top: 0;
}
.c-corners > span:last-child {
  bottom: 0;
}

/**************************************************
	COMPONENT
**************************************************/
body#special2025 section#content .special2025-fv {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
body#special2025 section#content .special2025-fv__mv {
  width: 100%;
  height: auto;
}
body#special2025 section#content .special2025-fv__title {
  position: relative;
  padding-top: 18px;
}
body#special2025 section#content .special2025-fv__title .sub {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  height: 36px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #ffffff 20px, rgba(0, 0, 0, 0) 50%);
  padding: 3px;
  border-top: 1px solid #000;
}
body#special2025 section#content .special2025-fv__title .sub > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  background-color: #fdf150;
  padding: 0 10px;
  padding-right: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.5em;
  font-weight: 600;
}
body#special2025 section#content .special2025-fv__title .sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 18px;
  background-color: #000;
}
body#special2025 section#content .special2025-fv__title .sub::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #000;
}
body#special2025 section#content .special2025-fv__title .main {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 12px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body#special2025 section#content .special2025-fv__title .main > .text {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.025em;
  font-weight: 800;
  text-align: center;
  text-shadow: 3px 3px 6px #fdf150;
}
@media screen and (max-width: 834px) {
  body#special2025 section#content .special2025-fv__title .main > .text {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.025em;
  }
}
body#special2025 section#content .special2025-fv__title.-small {
  width: fit-content;
  margin-inline: auto;
}
body#special2025 section#content .special2025-fv__title.-small .sub > span {
  height: 22px;
  padding-right: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.5em;
}
body#special2025 section#content .special2025-fv__title.-small .main {
  padding-left: 10px;
  padding-right: 10px;
}
body#special2025 section#content .special2025-fv__title.-small .main > .text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.025em;
  text-shadow: 2px 2px 4px #fdf150;
}
@media screen and (max-width: 834px) {
  body#special2025 section#content .special2025-fv__title.-small .main > .text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.025em;
  }
}
body#special2025 section#content .special2025-fv__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

body#special2025 section#content .special2025-profile {
  width: 100%;
  max-width: 660px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
body#special2025 section#content .special2025-profile .image {
  border: 1px solid #000;
  padding: 10px;
}
body#special2025 section#content .special2025-profile .image > img {
  width: 100%;
  height: auto;
}
body#special2025 section#content .special2025-profile p {
  border: 1px solid #000;
  border-top: none;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
body#special2025 section#content .special2025-profile p.name {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: 600;
}
body#special2025 section#content .special2025-profile p.name > .yomi {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding-left: 5px;
}
body#special2025 section#content .special2025-profile p.name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fdf150;
}
body#special2025 section#content .special2025-profile p.belong {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
  font-weight: 600;
}

body#special2025 section#content .special2025-index {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin-inline: auto;
  padding: 40px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 834px) {
  body#special2025 section#content .special2025-index {
    padding: 30px 0px 20px;
  }
}
body#special2025 section#content .special2025-index__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #000;
  background-color: #fff;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#special2025 section#content .special2025-index__label > span {
  background-color: #fdf150;
  padding: 6px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0em;
  font-weight: 600;
}
body#special2025 section#content .special2025-index__list-item:not(:first-child) {
  margin-top: -1px;
}
body#special2025 section#content .special2025-index__list-item > a {
  display: grid;
  grid-template-columns: 40px 1fr;
}
body#special2025 section#content .special2025-index__list-item > a > span {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 3px;
}
body#special2025 section#content .special2025-index__list-item > a > span > span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0em;
  font-weight: 800;
}
body#special2025 section#content .special2025-index__list-item > a > span.num {
  height: 40px;
}
body#special2025 section#content .special2025-index__list-item > a > span.num > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fdf150;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#special2025 section#content .special2025-index__list-item > a > span.text {
  border-left: none;
}
body#special2025 section#content .special2025-index__list-item > a > span.text > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  text-shadow: 2px 2px 4px #fdf150;
}
body#special2025 section#content .special2025-index__list-item > a > span.text > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fdf150;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}
@media (any-hover: hover) {
  body#special2025 section#content .special2025-index__list-item > a:hover > span.text > span::before {
    width: 100%;
  }
}

body#special2025 section#content .special2025-paging {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  padding-top: 18px;
}
body#special2025 section#content .special2025-paging__next-link {
  position: relative;
  padding: 20px 35px 12px 15px;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 834px) {
  body#special2025 section#content .special2025-paging__next-link {
    padding: 20px 35px 12px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    letter-spacing: 0em;
  }
}
body#special2025 section#content .special2025-paging__next-link > .next {
  position: absolute;
  top: -18px;
  left: -10px;
  border: 1px solid #000;
  padding: 3px;
  background-color: #FFF;
}
body#special2025 section#content .special2025-paging__next-link > .next > span {
  display: block;
  padding: 6px 10px;
  background-color: #fdf150;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  font-weight: 600;
}
body#special2025 section#content .special2025-paging__next-link > .title {
  position: relative;
  display: block;
  font-weight: 800;
  text-shadow: 1px 1px 2px #fdf150;
  padding-bottom: 4px;
  padding-right: 4px;
  border-bottom: 4px solid #fdf150;
}
body#special2025 section#content .special2025-paging__next-link > .title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -25px;
  width: 25px;
  height: 21px;
  background-image: url("/labo/technology/special2025/images/arrow.svg");
  background-size: contain;
}
body#special2025 section#content .special2025-paging__pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
body#special2025 section#content .special2025-paging__pager > li > a {
  display: block;
  width: auto;
  min-width: 40px;
  height: 40px;
  border: 1px solid #000;
  padding: 3px;
}
@media screen and (max-width: 834px) {
  body#special2025 section#content .special2025-paging__pager > li > a {
    min-width: 30px;
    height: 30px;
  }
}
body#special2025 section#content .special2025-paging__pager > li > a > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 0 4px;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  body#special2025 section#content .special2025-paging__pager > li > a:hover > span {
    background-color: #fdf150;
  }
}
body#special2025 section#content .special2025-paging__pager > li.prev {
  transform: rotate(180deg);
}
body#special2025 section#content .special2025-paging__pager > li.prev > a > span, body#special2025 section#content .special2025-paging__pager > li.next > a > span {
  background-image: url("/labo/technology/special2025/images/pager_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body#special2025 section#content .special2025-paging__pager > li.current > a > span {
  background-color: #fdf150;
}
body#special2025 section#content .special2025-paging__pager > li.off > a {
  pointer-events: none;
  opacity: 0.2;
}

body#special2025 section#content .special2025-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
body#special2025 section#content .special2025-contents__header {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
body#special2025 section#content .special2025-contents__title {
  position: relative;
  border: 1px solid #000;
  padding: 20px 20px 20px 45px;
}
body#special2025 section#content .special2025-contents__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fdf150;
}
body#special2025 section#content .special2025-contents__title > .num {
  position: absolute;
  top: -24px;
  left: -10px;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  background-color: #FFF;
  padding: 3px;
}
body#special2025 section#content .special2025-contents__title > .num > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fdf150;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 800;
}
body#special2025 section#content .special2025-contents__title > .text {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-shadow: 3px 3px 6px #fdf150;
}
body#special2025 section#content .special2025-contents__body {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 0 40px;
}
body#special2025 section#content .special2025-contents__body > p > .note {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #aa3636;
}
body#special2025 section#content .special2025-contents__body > .image {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  border: 1px solid #000;
  padding: 7px;
}
body#special2025 section#content .special2025-contents__body > .image > img {
  display: block;
  width: 100%;
  height: auto;
}
body#special2025 section#content .special2025-contents__body > .image > iframe {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 315;
}
body#special2025 section#content .special2025-contents__body > .image > .cap {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #00657C;
  margin-top: 2px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
