@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
header#header {
  background: #535050;
  position: relative;
}

#title .container {
  background: url("../images/common/logo_r.png") no-repeat center right;
  padding: 60px 0;
  background-size: 180px auto;
}
#title .title__en {
  color: #535050;
  font-size: 50rem;
  line-height: 1em;
}
#title .title__jp {
  font-size: 30rem;
}

#article {
  margin-bottom: 100px;
}
#article .article__title {
  margin-bottom: 50px;
}
#article .article__title .title__img {
  width: 100%;
}
#article .article__title .title__text {
  background: #f3f3f3;
  padding: 30px 60px;
  font-size: 30rem;
}
#article .article__date {
  font-size: 30rem;
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
  margin-bottom: 30px;
  text-align: right;
  font-size: 17rem;
}
#article .article__content .wp-block-image {
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .section__title {
    border-top-width: 3px;
  }
  .section__title .title__title {
    top: -3px;
    max-width: 70%;
  }
  .section__title .title__en {
    right: 4%;
    top: 10px;
    font-size: 23rem;
  }

  #title .container {
    padding: 10px 20px;
    margin: 20px 0;
    background: url(../images/common/logo_r.png) no-repeat center right 20px;
    background-size: contain;
  }
  #title .title__en {
    font-size: 30rem;
  }
  #title .title__jp {
    font-size: 20rem;
  }

  #article {
    margin-bottom: 40px;
  }
  #article .article__title {
    margin-bottom: 20px;
  }
  #article .article__title .title__text {
    padding: 10px 15px;
    font-size: 18rem;
  }
  #article .article__date {
    font-size: 14rem;
    margin-bottom: 20px;
  }
  #article .article__content .wp-block-image {
    margin: 20px 0;
  }

  #mainvisual {
    height: auto;
    min-height: 320px;
  }
  #mainvisual .main__title {
    position: relative;
    padding: 50vw 0 0;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
  }
  #mainvisual .main__title img {
    width: 90%;
    height: auto;
  }
  #mainvisual .main__pic {
    position: relative;
    left: 0;
    top: 0;
    width: 91%;
    margin: 0 auto;
    padding-bottom: 30vw;
  }
  #mainvisual .main__pic img {
    width: 100%;
  }

  #project {
    padding-bottom: 80px;
  }
  #project .project__title {
    width: 111%;
    margin: 0 -5.5%;
    padding: 26% 0 18%;
  }
  #project .project__title img {
    height: auto;
  }
  #project .project__subtitle {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28rem;
  }
  #project .project__text {
    margin-bottom: 2.8em;
    font-size: 16rem;
    line-height: 2.6;
  }
  #project .project__text em {
    font-size: 24rem;
  }

  #car {
    padding-bottom: 60px;
  }
  #car .car__pic01 {
    margin: 26% 0 40px;
  }
  #car .car__pic01 .pic__title {
    left: 0;
    bottom: 0;
    max-width: 30%;
  }
  #car .car__pic01 .pic__title img {
    height: auto;
  }
  #car .car__pic02 {
    width: 100%;
    margin: 40px 0 40px;
  }
  #car .car__pic02 > div {
    width: 80%;
    margin: 0 auto;
  }
  #car .car__pic02 > div + div {
    margin-top: 30px;
  }
  #car .car__column {
    padding: 20px 20px;
    background-color: #4C4948;
    color: #fff;
  }
  #car .car__movie {
    margin-top: 40px;
    height: 300px;
  }

  #progress {
    padding-bottom: 30px;
  }
  #progress .section__title {
    margin-bottom: 20%;
  }
  #progress .progress__block {
    margin-bottom: 30px;
  }
  #progress .progress__block a:hover {
    opacity: 1;
  }
  #progress .progress__block .block__eyecatch {
    width: 100%;
    max-width: 100%;
  }
  #progress .progress__block .block__eyecatch img {
    width: 100%;
    height: auto;
  }
  #progress .progress__block .block__body {
    width: 100%;
    max-width: 100%;
  }
  #progress .progress__block .block__body .body__date {
    padding: 10px 20px;
    font-size: 20rem;
    text-align: right;
  }
  #progress .progress__block .block__body .body__title {
    padding: 10px 10px;
    font-size: 24rem;
  }
  #progress .progress__block .block__body .body__text {
    padding: 15px 20px;
  }

  #diary {
    padding-bottom: 20px;
  }
  #diary .section__title {
    margin-bottom: 20%;
  }
  #diary .diary__list {
    justify-content: space-between;
  }
  #diary .diary__block {
    width: 48%;
    margin: 0 0 30px 0;
    padding: 15px 10px 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  }
  #diary .diary__block:before {
    top: -20px;
    width: 29px;
    height: 33px;
  }
  #diary .diary__block a:hover {
    opacity: 1;
  }
  #diary .diary__block .block__date {
    padding: 10px 0 5px;
    font-size: 14rem;
  }
  #diary .diary__block .block__title {
    padding: 10px 0 0;
    font-size: 17rem;
  }
}
@media screen and (max-width: 320px) {
  .section__title .title__en {
    font-size: 21rem;
  }
}
