@charset "UTF-8";
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Medium.otf");
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.otf");
}
/* 動き設定 */
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(10%, 0, 0);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(10%, 0, 0);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out forwards;
  animation: kenburns ease-out forwards;
}

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
/*　上に上がる動き　*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*　タブ切り替え用　*/
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes smallAnime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes smallAnime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@-webkit-keyframes leftUpAnime {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: -40px;
    left: -80px;
  }
}
@keyframes leftUpAnime {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: -40px;
    left: -80px;
  }
}
@-webkit-keyframes leftUpAnime_pre {
  0% {
    top: -40px;
    left: -40px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes leftUpAnime_pre {
  0% {
    top: -40px;
    left: -40px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-webkit-keyframes rightUpAnime {
  0% {
    top: 0;
    right: 0;
  }
  100% {
    top: -40px;
    right: -40px;
  }
}
@keyframes rightUpAnime {
  0% {
    top: 0;
    right: 0;
  }
  100% {
    top: -40px;
    right: -40px;
  }
}
@-webkit-keyframes rightUpAnime_pre {
  0% {
    top: -40px;
    right: -40px;
  }
  100% {
    top: 0;
    right: 0;
  }
}
@keyframes rightUpAnime_pre {
  0% {
    top: -40px;
    right: -40px;
  }
  100% {
    top: 0;
    right: 0;
  }
}
@-webkit-keyframes rightUpAnime_lang_pre {
  0% {
    margin: 26px -50px 0 0;
  }
  100% {
    margin: 70px 0 0 0;
  }
}
@keyframes rightUpAnime_lang_pre {
  0% {
    margin: 26px -50px 0 0;
  }
  100% {
    margin: 70px 0 0 0;
  }
}
@-webkit-keyframes rightUpAnime_lang {
  0% {
    margin: 70px 0 0 0;
  }
  100% {
    margin: 26px -50px 0 0;
  }
}
@keyframes rightUpAnime_lang {
  0% {
    margin: 70px 0 0 0;
  }
  100% {
    margin: 26px -50px 0 0;
  }
}
/*時間差(秒)※動的に出力する箇所はnth-of-type使用*/
.d1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.d2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.d3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.d4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.d6 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.d8 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.d10 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.d12 {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.item {
  opacity: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: 1s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}

.item.sil.is-show {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.item.sir.is-show {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.item.fiu.is-show {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.item.fius.is-show {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.item.fid.is-show {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.item.fi.is-show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

.page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  bottom: 0;
}

body {
  background: #FAFAFA;
}

@media (min-width: 768px) {
  .section .inner {
    margin: 311px auto 100px;
  }
}

.aboutus .inner h1 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .aboutus .inner h1 {
    margin: 100px 0;
    font-size: 5.7rem;
  }
}
@media (min-width: 768px) {
  .aboutus .inner .wrap {
    max-width: 1207px;
    margin: 0 auto;
    padding-left: 30px;
  }
}
.aboutus .inner .wrap h2 {
  background: linear-gradient(180deg, #d1d1d1 2px, transparent 2px);
  background-position: center 14px;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap h2 {
    background-position-y: 21px;
  }
}
.aboutus .inner .wrap h2:not(:first-of-type) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap h2 {
    margin-bottom: 50px;
  }
}
.aboutus .inner .wrap h2 span {
  font-size: 2rem;
  background: #FAFAFA;
  padding: 0 5px 0 20px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap h2 span {
    padding-left: 0;
    font-size: 3.5rem;
  }
}
.aboutus .inner .wrap h2::before {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 10px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap h2::before {
    left: -30px;
    width: 14px;
    height: 14px;
    top: 14px;
  }
}
.aboutus .inner .wrap .ttl {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap .ttl {
    font-size: 1.8rem;
  }
}
.aboutus .inner .wrap table {
  width: 100%;
  margin: 5px 0 10px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap table {
    margin: 10px 0 20px;
  }
}
.aboutus .inner .wrap table tr {
  border: 1px solid #d1d1d1;
}
.aboutus .inner .wrap table tr td {
  border-right: 1px solid #d1d1d1;
  padding: 2px 5px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap table tr td {
    font-size: 2rem;
    padding: 5px 10px;
  }
}
.aboutus .inner .wrap table tr td:first-of-type {
  width: 7em;
}
.aboutus .inner .wrap .pdf a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap .pdf a {
    font-size: 2rem;
  }
}
.aboutus .inner .wrap .pdf a:before {
  content: "";
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
}
.aboutus .inner .wrap .pdf a::after {
  content: "↓";
  display: inline-block;
  text-decoration: underline;
  padding-left: 5px;
}
.aboutus .inner .wrap .square {
  font-size: 1.6rem;
  margin: 5px 0;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap .square {
    font-size: 2rem;
  }
}
.aboutus .inner .wrap .square::before {
  content: "■";
}
.aboutus .inner .wrap .read {
  font-size: 2rem;
}
.aboutus .inner .wrap .read + .square {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .aboutus .inner .wrap .read {
    font-size: 2.5rem;
  }
}
.aboutus .inner .wrap .date {
  font-size: 1.8rem;
}
.aboutus .inner .wrap .theme dt {
  margin: 20px 0 10px;
}
.aboutus .inner .wrap .zaimu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.aboutus .inner .wrap .zaimu li {
  padding: 10px 0;
}

.history h1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.history .col__wrap {
  display: block;
}
.history .col__wrap .col__box img {
  width: 100%;
  border-radius: 5px;
}
.history .col__wrap .col__box:nth-of-type(even) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .history .col__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .history .col__wrap {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .history .col__wrap .col__box {
    margin-bottom: 100px;
  }
  .history .col__wrap .col__box:nth-of-type(odd) {
    width: 65%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(odd) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(odd) .date__dsc {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(odd) .date__dsc {
    display: block;
  }
}
@media (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(odd) .date__dsc .date {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(odd) .date__dsc .date + div {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(odd) .date__dsc .date + div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(even) {
    width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(even) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .history .col__wrap .col__box:nth-of-type(even) img {
    width: 100%;
  }
}
.history .col__wrap .date {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .history .col__wrap .date {
    font-size: 2.5rem;
  }
}
.history .col__wrap .read {
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .history .col__wrap .read {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.history .col__wrap .dsc {
  line-height: 2;
  margin-bottom: 10px;
}

.sitepolicy .policy {
  padding-bottom: 100px;
}
.sitepolicy .list_number {
  list-style-type: decimal;
  margin-left: 1.6rem;
}
.sitepolicy .list_number li {
  margin-bottom: 0.8rem;
}
.sitepolicy .list_disc {
  padding: 20px 0;
  list-style-type: disc;
  margin-left: 2.2rem;
}

.privacy .read {
  padding-bottom: 100px;
}
.privacy .list_disc {
  padding: 20px 0;
  list-style-type: disc;
  margin-left: 2.2rem;
}
.privacy .mb-20 {
  margin-bottom: 20px;
}