/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "A1 Gothic M JIS2004", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 2;
  color: rgb(69, 69, 69);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  br:not(.sp) {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

img {
  max-width: 100%;
}

@media (min-width: 641px) {
  .device-sp {
    display: none;
  }
}

@media (max-width: 640px) {
  .device-pc {
    display: none;
  }
}

h3 {
  font-size: 1.2rem;
  text-align: center;
}
h3 span {
  font-family: "A1 Gothic B JIS2004", sans-serif;
  color: rgb(255, 231, 113);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: rgb(69, 69, 69);
  font-size: 2.6rem;
  line-height: 1.66;
  letter-spacing: 1.3px;
}
@media (min-width: 1024px) {
  h3 span {
    font-size: 3rem;
  }
}
h3 i {
  font-style: normal;
}
@media (max-width: 640px) {
  h3 i {
    display: none !important;
  }
}
h3 + p {
  font-size: 1.4rem;
  text-align: center;
}

hr {
  border-color: rgb(135, 135, 135);
}

#concept {
  padding-top: 100px;
  line-height: 2;
  line-break: strict;
}
#concept::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/index/bg-yodogawa.svg) repeat;
  z-index: -1;
}
#concept .about {
  max-width: 1000px;
  width: 94.871vw;
  margin: 0 auto 50px;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 15px 20px;
}
@media (min-width: 641px) {
  #concept .about {
    margin-bottom: 100px;
    padding: 80px 0 40px;
  }
}
#concept h3 {
  margin-bottom: 27px;
}
@media (min-width: 641px) {
  #concept h3 {
    margin-bottom: 54px;
  }
}
#concept figure {
  max-width: 700px;
  margin: 0 auto 40px;
}
@media (min-width: 641px) {
  #concept figure {
    margin-bottom: 50px;
  }
}
#concept figure + figure {
  margin-top: -30px;
}
#concept figcaption {
  font-size: 1.2rem;
  margin-top: 4px;
}
#concept .text {
  max-width: 480px;
  margin: 0 auto 40px;
}
@media (min-width: 641px) {
  #concept .text {
    margin-bottom: 50px;
  }
}
#concept .video {
  padding: 27px 0 40px;
  background: url(../img/index/bg-topics.svg) repeat;
}
@media (min-width: 641px) {
  #concept .video {
    padding: 54px 0 80px;
  }
}
#concept .video h3 {
  font-family: "A1 Gothic B JIS2004", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  #concept .video h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #concept .video h3 span {
    font-size: 2.2rem;
    list-style: 1.44;
    -webkit-text-stroke-width: 1px;
    letter-spacing: 1px;
  }
}
#concept .video iframe {
  max-width: 1000px;
  width: 94.871vw;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  display: block;
}
#concept .comment {
  padding: 50px 0;
}
@media (min-width: 641px) {
  #concept .comment {
    padding: 100px 0;
  }
}
#concept .comment ul h4 {
  color: rgb(238, 128, 109);
  font-family: "A1 Gothic B JIS2004", sans-serif;
  font-size: 2rem;
  line-height: 1.44;
}
#concept .comment ul .name {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 10px;
  background-color: rgba(255, 231, 113, 0.5);
  border-radius: 30px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  line-height: 1.44;
}
@media (min-width: 641px) {
  #concept .comment ul .name {
    padding: 5px 20px;
    margin: 30px 0 20px;
  }
}
#concept .comment ul .name img {
  width: 46px;
}
@media (min-width: 641px) {
  #concept .comment ul .name img {
    width: 53px;
  }
}
#concept .comment ul .name span {
  font-size: 1.2rem;
  display: block;
}
#concept .comment ul li {
  max-width: 800px;
  width: 94.871vw;
  margin: 0 auto 40px;
  border-radius: 30px;
  background-color: #fff;
  padding: 45px 25px;
}
@media (min-width: 641px) {
  #concept .comment ul li {
    padding: 60px 170px;
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=concept.css.map */