/*-----------------------------
	CSSリセット
------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

html,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  color: inherit;
  word-break: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

div,
span {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}


@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (max-width: 599px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  word-break: break-word;
}

body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #444;
  line-height: 1.85;
  letter-spacing: 0.8px;
}

a {
  color: #f80;
  text-decoration: none;
  transition: 0.5s;
}

.full-page #main {
  position: relative;
  z-index: 0;
  background-color: #fffcf2;
}

@media screen and (min-width: 768px) {

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-representative-story {
  padding-block: 2.0625rem 9.5625rem;
}

@media screen and (min-width: 600px) {
  .l-representative-story {
    padding-block: 3.4375rem 8.125rem;
  }
}

.l-representative-timeline {
  padding-block: 4rem;
}

@media screen and (min-width: 600px) {
  .l-representative-timeline {
    padding-block: 4.9375rem;
  }
}

.l-representative-video {
  padding-block: 0 12.3125rem;
}

@media screen and (min-width: 600px) {
  .l-representative-video {
    padding-block: 2.375rem 14.375rem;
  }
}

.c-title05 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ff8800;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .c-title05 {
    font-size: 2rem;
  }
}

.c-title05::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#f4b518), to(#f4da18));
  background: linear-gradient(to right, #f4b518, #f4da18);
  margin-top: 0.5rem;
  margin-inline: auto;
}

body {
  background-color: #fffcf2;
}

.p-representative-mv {
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-representative-mv {
    min-width: 68.75rem;
    overflow: hidden;
  }
}

.p-representative-mv::before {
  content: "";
  background: url(../../images/page/about__message/representative-mv-bg_sp.png) no-repeat center/cover;
  aspect-ratio: 750/1423;
  width: 100%;
  position: absolute;
  top: -7.5rem;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  .p-representative-mv::before {
    background: url(../../images/page/about__message/representative-mv-bg_pc.png) no-repeat center/cover;
    aspect-ratio: 2441/1829;
    width: 78.125rem;
    top: -4.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-representative-mv__wrapper {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__wrapper {
    margin-right: 2.125rem;
  }
}

.p-representative-mv__image-wrapper {
  width: 20.9375rem;
  margin-top: 4.9375rem;
  margin-inline: auto;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__image-wrapper {
    width: 47.5rem;
    margin-top: 9.8125rem;
  }
}

.p-representative-mv__image {
  width: 100%;
  margin-inline: auto;
}

.p-representative-mv__image img {
  aspect-ratio: 335/223;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}

.p-representative-mv__image-item {
  position: absolute;
}

.p-representative-mv__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-representative-mv__image-item.item01 {
  width: 3.75rem;
  bottom: -1.9375rem;
  left: -0.8125rem;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__image-item.item01 {
    width: 5rem;
    bottom: -1.0625rem;
    left: -1.8125rem;
  }
}

.p-representative-mv__image-item.item01 img {
  aspect-ratio: 1/1;
}

.p-representative-mv__image-item.item02 {
  width: 2.75rem;
  top: -1.625rem;
  right: 1.5rem;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__image-item.item02 {
    width: 4.375rem;
    top: -2.6875rem;
    right: -1rem;
  }
}

.p-representative-mv__image.item02 img {
  aspect-ratio: 44/43;
}

.p-representative-mv__image-item.item03 {
  width: 3.3125rem;
  top: 0.75rem;
  right: -1.25rem;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__image-item.item03 {
    width: 6.125rem;
    top: 1.25rem;
    right: -7.125rem;
  }
}

.p-representative-mv__image.item03 img {
  aspect-ratio: 43.46/38.39;
}

.p-representative-mv__content {
  text-align: center;
  margin-top: 1.125rem;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__content {
    margin: 1.9375rem 0 0 0.4375rem;
  }
}

.p-representative-mv__content-lore {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background-color: #ff8800;
  border-radius: 0.25rem;
  padding: 0.0625rem 1.0625rem;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__content-lore {
    font-size: 1.125rem;
    padding: 0.0625rem 1.25rem 0.0625rem 1.0625rem;
  }
}

.p-representative-mv__content-name {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 0.375rem;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__content-name {
    font-size: 2.25rem;
    margin-top: 0.625rem;
  }
}

.p-representative-mv__content-real-name {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: -0.125rem;
}

@media screen and (min-width: 600px) {
  .p-representative-mv__content-real-name {
    font-size: 1rem;
    margin-top: 0.0625rem;
  }
}

.p-representative-story {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .p-representative-story {
    min-width: 68.75rem;
  }
}

.p-representative-story__content {
  margin-top: 2.5rem;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-representative-story__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.1875rem;
  }
}

@media screen and (min-width: 600px) {
  .p-representative-story__content:nth-of-type(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-representative-story__content::before {
  content: "";
  background: url(../../images/page/about__message/representative-story-bg_sp01.png) no-repeat center/cover;
  aspect-ratio: 750/1163;
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: -11.25rem;
  left: 0;
  z-index: -1;
  margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 600px) {
  .p-representative-story__content::before {
    content: none;
  }
}

.p-representative-story__content:nth-of-type(2)::before {
  background: url(../../images/page/about__message/representative-story-bg_sp02.png) no-repeat center/cover;
  bottom: -13.75rem;
}

.p-representative-story__image {
  width: 20.9375rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-representative-story__image {
    width: 38.1818181818%;
    margin-inline: 0;
    position: relative;
  }
}

@media screen and (min-width: 600px) {
  .p-representative-story__image::before {
    content: "";
    background: url(../../images/page/about__message/representative-story-bg_pc01.png) no-repeat center/cover;
    aspect-ratio: 1511/1581;
    width: 47.1875rem;
    height: auto;
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -11.5625rem;
    z-index: -1;
  }
}

@media screen and (min-width: 600px) {
  .p-representative-story__content:nth-of-type(2) .p-representative-story__image {
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 600px) {
  .p-representative-story__content:nth-of-type(2) .p-representative-story__image::before {
    background: url(../../images/page/about__message/representative-story-bg_pc02.png) no-repeat center/cover;
  }
}

.p-representative-story__image img {
  aspect-ratio: 335/251;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}

.p-representative-story__list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 600px) {
  .p-representative-story__list {
    width: 58.1818181818%;
    margin-top: 0;
  }
}

.p-representative-story__item+.p-representative-story__item {
  margin-top: 2.0625rem;
}

@media screen and (min-width: 600px) {
  .p-representative-story__item+.p-representative-story__item {
    margin-top: 1.9375rem;
  }
}

.p-representative-story-item__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ff8800;
}

.p-representative-story-item__text {
  margin-top: 1rem;
}

@media screen and (min-width: 600px) {
  .p-representative-story__content:nth-of-type(2) .p-representative-story-item__text {
    margin-top: 1.25rem;
  }
}

.p-representative-story-item__text-desc {
  font-size: 1rem;
  line-height: 1.622;
  letter-spacing: 0.02em;
}

.p-representative-story-item__text-desc+.p-representative-story-item__text-desc {
  margin-top: 1.6875rem;
}

.p-representative-story-item__text--bold {
  font-weight: 700;
  display: block;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline {
    min-width: 68.75rem;
  }
}

@media screen and (min-width: 600px) {
  .p-representative-timeline__content {
    max-width: 41.25rem;
    margin-left: 14.375rem;
  }
}

.p-representative-timeline__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ff8800;
  position: relative;
}

.p-representative-timeline__title::before,
.p-representative-timeline__title::after {
  content: "";
  height: 0.125rem;
  border-radius: 62.4375rem;
  position: absolute;
  bottom: -1rem;
}

.p-representative-timeline__title::before {
  width: 5rem;
  background-color: #ff8800;
  left: 0;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline__title::before {
    width: 10rem;
  }
}

.p-representative-timeline__title::after {
  width: 90%;
  background-color: #d9d9d9;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline__title::after {
    right: 1.125rem;
  }
}

.p-representative-timeline__list {
  margin-top: 1.9375rem;
}

.p-representative-timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-representative-timeline__item+.p-representative-timeline__item {
  margin-top: 1.5rem;
}

.p-representative-timeline__item::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #ffd979;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline__item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.p-representative-timeline__item::after {
  content: "";
  width: 0.0625rem;
  background-color: #ffd979;
  position: absolute;
  top: 0.625rem;
  left: 0.28125rem;
  bottom: -2.5rem;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline__item:first-child::after {
    top: 50%;
  }
}

.p-representative-timeline__item:last-child::after {
  display: none;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline__item:last-child::after {
    display: block;
    bottom: 50%;
  }
}

.p-representative-timeline-item__year {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-left: 1.1875rem;
  width: 6.125rem;
}

.p-representative-timeline-item__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  width: 14.8125rem;
}

@media screen and (min-width: 600px) {
  .p-representative-timeline-item__text {
    width: 35.125rem;
  }
}

@media screen and (min-width: 600px) {
  .p-representative-timeline-item__text-space {
    margin-left: 0.5rem;
  }
}

.p-representative-timeline-item__text-note {
  font-size: 0.75rem;
  display: block;
}

@media screen and (min-width: 600px) {
  .p-representative-video {
    min-width: 68.75rem;
  }
}

.p-representative-video__list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 600px) {
  .p-representative-video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.625rem;
  }
}

.p-representative-video-item+.p-representative-video-item {
  margin-top: 2.8125rem;
}

@media screen and (min-width: 600px) {
  .p-representative-video-item+.p-representative-video-item {
    margin-top: 0;
  }
}

.p-representative-video-item__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
}

.p-representative-video-item__image {
  width: 100%;
  margin-top: 1.0625rem;
}

@media screen and (min-width: 600px) {
  .p-representative-video-item__image {
    width: 21rem;
    margin-top: 0.8125rem;
  }
}

.p-representative-video-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-representative-video-item__image img {
  aspect-ratio: 335/188;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */