@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

input, textarea, select, button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  outline: none; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

html {
  scroll-behavior: smooth; }

body {
  -ms-overflow-style: none; }

body::-webkit-scrollbar {
  display: none; }

body {
  font-family: futura-pt, a-otf-midashi-go-mb31-pr6n, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic'; }

body {
  position: relative; }

.heading, .vision__text__heading {
  color: #342C29;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center; }

.description, .vision__text__description {
  color: #60534F;
  font-size: 16px;
  text-align: center; }
  @media (max-width: 1000px) {
    .description, .vision__text__description {
      font-size: 12px; } }

.bar, .vision__text__bar--pc {
  height: 30px;
  margin: 15px auto 15px;
  position: relative;
  width: 100%; }
  .bar__line, .bar__line--1, .vision__text__bar__line--1, .vision__text__bar__line--2 {
    background-color: #ffd900;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .3;
    position: absolute;
    width: 40%; }
    .bar__line--1, .vision__text__bar__line--1 {
      left: 0; }
    .bar__line--2, .vision__text__bar__line--2 {
      right: 0; }
  .bar__text, .vision__text__bar__text {
    color:#ffd900;
    display: inline-block;
    font-style: italic;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    position: absolute; }
  .bar--sp {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 0;
    width: 5%;
    z-index: -1; }
    @media (max-width: 1000px) {
      .bar--sp {
        display: block; } }

.container, .vision {
  max-width: 1800px;
  margin: 0 auto;
  width: 90%; }

@media (max-width: 1000px) {
  .only-laptop {
    display: none; } }

.header, .header--pc, .header--sp {
  display: flex;
  height: 100px;
  justify-content: space-between;
  left: 0;
  position: fixed;
  padding: 15px;
  top: 0;
  width: calc(100% - 30px);
  z-index: 10; }
  @media (max-width: 1000px) {
    .header--pc {
      display: none; } }
  .header--sp {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    height: 60px;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%; }
    @media (max-width: 1000px) {
      .header--sp {
        display: flex; } }
  .header__img__pc{
/*    background-image:url(https://yamakawa-yuriko.jp/wp-content/uploads/2021/10/site-main_sm02.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:contain;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
/*    height:200px;*/
    
    }
  .header__img__sp{
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:contain;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    display: none; }
    @media (max-width: 1000px) {
    .header__img__pc{
      display: none; }
    .header__img__sp {
        display: block; } }


@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    
.vision {
  display: flex;
  justify-content: space-between;
  padding: 40px 0; }
  @media (max-width: 1000px) {
    .vision {
      flex-direction: column-reverse;
      padding: 30px 0;
      width: 100%; } }
  .vision__movie {
    text-align: center;
    width: 55%; }
    @media (max-width: 1000px) {
      .vision__movie {
        width: 100%; } }
    .vision__movie__content, .vision__text__movie {
      height: 0;
      padding-top: calc(100% * 0.5625);
      position: relative;
      width: 100%; }
      @media (max-width: 1000px) {
        .vision__movie__content, .vision__text__movie {
          display: none; } }
      .vision__movie__content__src, .vision__text__movie__src {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .vision__movie__button {
      background-color: #342C29;
      border-radius: 5px;
      box-shadow: 0 3px 6px rgba(25, 25, 25, 0.25);
      color: #FFF;
      display: inline-block;
      font-size: 20px;
      text-align: center;
      margin: 30px auto 0;
      padding: 15px 50px; }
  .vision__text {
    position: relative;
    width: 40%; }
    @media (max-width: 1000px) {
      .vision__text {
        margin: 0 auto;
        width: 100%; } }
    .vision__text__movie {
      display: none;
      margin: 20px 0 30px; }
      @media (max-width: 1000px) {
        .vision__text__movie {
          display: block; } }
    @media (max-width: 1000px) {
      .vision__text__bar--pc {
        display: none; } }
    .vision__text__bar--sp {
      bottom: 0;
      display: none;
      position: absolute;
      right: 0;
      width: 5%; }
      @media (max-width: 1000px) {
        .vision__text__bar--sp {
          display: block; } }
    .vision__text__content {
      color: #60534F;
      font-family: futura-pt, a-otf-gothic-bbb-pr6n;
      line-height: 1.7;
      margin: 0 auto;
      font-size: 10.5px; }
      @media (max-width: 1000px) {
        .vision__text__content {
          font-size: 10px;
          width: 85%; } }
    .vision__text__signature {
      display: block;
      margin-left: auto;
      margin-top: 40px;
      width: 40%; }
      @media (max-width: 1000px) {
        .vision__text__signature {
          margin-right: 7.5%;
          width: 40%; } }

.footer {
  padding: 20px 0 80px;
  text-align: center; }
  @media (max-width: 1000px) {
    .footer {
      background-color: #342C29;
      margin: 0 auto;
      padding: 20px 0;
      width: 100%; } }
  .footer__banner {
    background-color: #FFF;
    height: 75%;
    display: none;
    margin: 0 auto;
    width: 300px; }
    @media (max-width: 1000px) {
      .footer__banner {
        display: block; } }
    .footer__banner__image {
      height: 100%;
      width: 70%; }
  .footer__title {
    color: #FFF;
    font-size: 14px;
    display: none;
    margin: 10px 0; }
    @media (max-width: 1000px) {
      .footer__title {
        display: block; } }
  .footer__copy {
    color: #342C29;
    font-size: 14px; }
    @media (max-width: 1000px) {
      .footer__copy {
        color: #FFF;
        font-size: 12px; } }

