@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  position: relative;
}
#contents .inner {
  margin: 0px auto;
  max-width: 728px;
  padding: 100px 20px;
}

/* ホーム
--------------------------------------------------------------------------------- */
.bg {
  background-image: url(../images/bg.jpg);
  background-position: center top;
  background-size: 300% auto;
  background-repeat: repeat;
  overflow: hidden;
}

.short-wrap {
  margin: 0px auto;
}

#main-img {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#main-img p {
  margin: 0px;
  opacity: 0;
}
#main-img .logo {
  width: 140px;
  width: 100px;
  margin: 0px;
  transform: translateY(-40px);
}
#main-img .arrow {
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 120px;
  width: 40px;
  transform: translateX(-50%);
}

.img-wide-main {
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
}
.img-wide-main .copy {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  margin: 0px;
  color: #1D1D1D;
  letter-spacing: 0.2em;
}
.img-wide-main .txt {
  position: absolute;
  top: 60px;
  right: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
}
.img-wide-main .txt .num {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
}
.img-wide-main .fix-img {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  overflow: hidden;
}
.img-wide-main .fix-img::before {
  content: '';
  display: block;
  padding-top: 100vh;
}
.img-wide-main .fix-img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-wide-main .fix-img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.img-wide {
  width: 100%;
  height: 100vh;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2) inset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img-wide .copy {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-size: calc((16/320)*100vw);
  line-height: calc((40/320)*100vw);
  margin: 0px;
  color: #fff;
  letter-spacing: 0.2em;
}
.img-wide .fix-img {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  position: relative;
  overflow: hidden;
  position: fixed;
  opacity: 0;
}
.img-wide .fix-img::before {
  content: '';
  display: block;
  padding-top: 100vh;
}
.img-wide .fix-img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-wide .fix-img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.img-wide.view .fix-img {
  opacity: 1;
}
.img-wide.low {
  height: 50vh;
}

.feature-list {
  margin: 0px 20px 60px 20px;
  padding: 0px;
  list-style-type: none;
}
.feature-list li {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 0px 1.5em;
  font-size: 14px;
  line-height: 26px;
  position: relative;
}
.feature-list li::before {
  content: "●";
  color: #e60044;
  position: absolute;
  left: 0px;
}

.feature-img {
  text-align: center;
}
.feature-img img {
  width: 100%;
  max-width: 580px;
}

.history-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  margin: 0px 20px;
}
.history-tab th, .history-tab td {
  vertical-align: top;
  font-weight: 500;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.history-tab th .small, .history-tab td .small {
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
}
.history-tab th {
  position: relative;
}
.history-tab th::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #e60044;
  position: absolute;
  top: 50%;
  left: -15px;
}
.history-tab td {
  padding-bottom: 20px;
}

.scroll-img {
  overflow-x: auto;
  margin: 0px -20px;
}

.scroll-txt {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}

.descent-img {
  text-align: center;
  width: 688px;
  padding: 0px 20px;
  margin: 0px;
}

.scroll-table {
  overflow-x: auto;
  margin-right: -20px;
}

.grade-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 688px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 0px 0px 1px;
  border-radius: 0px;
  margin: 0px 20px 5px 0px;
}
.grade-tab th, .grade-tab td {
  vertical-align: top;
  font-weight: 500;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  padding: 15px 20px;
  text-align: center;
  width: 25%;
  font-size: 14px;
  line-height: 21px;
  mix-blend-mode: multiply;
  background-color: #f8c6c0;
}
.grade-tab th p, .grade-tab td p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  text-align: center;
}
.grade-tab th h4, .grade-tab td h4 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  text-align: center;
  color: #e60044;
  font-weight: 500;
}
.grade-tab th ul, .grade-tab td ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.grade-tab th ul li, .grade-tab td ul li {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  padding-left: 1em;
}
.grade-tab th ul li::before, .grade-tab td ul li::before {
  content: "◎";
  color: #e60044;
  position: absolute;
  left: 0px;
}
.grade-tab th {
  font-size: 20px;
  background-color: #e60044;
  color: #fff;
}
.grade-tab th.thcolor01 {
  background-color: #ef8583;
}
.grade-tab th.thcolor02 {
  background-color: #ea5460;
}
.grade-tab .size td {
  background-color: #fdeeeb;
}

.year-wrap {
  overflow: hidden;
  position: relative;
}
.year-wrap::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #e60044;
  position: absolute;
  left: calc(50% - 60px);
  top: 150px;
  bottom: 80px;
}

.year-box {
  overflow: hidden;
  width: 280px;
  margin: 0px auto 30px;
}
.year-box .img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 260px;
  margin: 0px auto 30px;
}
.year-box .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.year-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.year-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.year-box h4 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  width: 140px;
  margin: 0px auto 30px;
}
.year-box h4::before {
  content: "●";
  display: block;
  color: #e60044;
  position: absolute;
}
.year-box .info {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-left: calc(50% - 28px);
}

.logo-col {
  overflow: hidden;
  margin: 0px 20px 60px;
}
.logo-col .img {
  width: 130px;
  margin: 0px auto;
}

.logo-col2 {
  overflow: hidden;
}

.dl-btn {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.dl-btn a {
  display: block;
  width: 100%;
  height: 80px;
  max-width: 460px;
  margin: 0px auto;
  text-decoration: none;
  border-style: solid;
  border-color: #e60044;
  border-width: 1px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #e60044;
}
.dl-btn a:hover {
  background-color: #e60044;
  color: #fff;
}
.dl-btn a.nolink {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.news-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.news-wrap.jc-left {
  justify-content: left;
}

.news-box {
  overflow: hidden;
  width: calc(50% - 20px);
  margin-bottom: 40px;
  margin: 0px 10px 40px;
}
.news-box .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-box .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.news-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.news-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.news-box .txt .date {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 6px;
}
.news-box .txt .title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

.btn-01 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.btn-01 a {
  display: block;
  width: 100%;
  height: 40px;
  max-width: 220px;
  margin: 0px auto;
  text-decoration: none;
  border-style: solid;
  border-color: #e60044;
  border-width: 1px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #e60044;
}
.btn-01 a:hover {
  background-color: #e60044;
  color: #fff;
}
.btn-01 a.nolink {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

/* 下層ページ共通
--------------------------------------------------------------------------------- */
@-webkit-keyframes logoanime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoanime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#main-img p {
  -webkit-animation: logoanime 2s 0s forwards;
  animation: logoanime 2s 0s forwards;
}

@-webkit-keyframes anime {
  50% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes anime {
  50% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade {
  opacity: 0;
}
.fade.show {
  -webkit-animation: anime 1.2s 0s ease forwards;
  animation: anime 1.2s 0s ease forwards;
}

/* お知らせ
--------------------------------------------------------------------------------- */
.news-detail {
  max-width: 904px;
  margin: 0px auto 60px;
}

.news-date {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 6px;
}

.news-title {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #e60044;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.img-box {
  overflow: hidden;
}
.img-box .col .img {
  margin-bottom: 28px;
}
.img-box .col .img p {
  margin: 0px;
}
.img-box .col .txt p {
  margin-top: -20px;
  margin-bottom: 28px;
}
.img-box .col .txt p.caption {
  font-size: 12px;
  line-height: 18px;
}
li .img-box {
  margin-top: 20px;
  margin-bottom: 0px;
}
.img-box.narrow {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
/* アンカー */
.anchor {
  padding-top: 120px;
  margin-top: -120px;
  display: block;
  width: 100%;
  position: relative;
  pointer-events: none;
}

/* 見出し */
.m01 {
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

.m02 {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #e60044;
}

.m03 {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.m04 {
  text-align: left;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #e60044;
}

.m05 {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1.5em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul.list01 {
  padding-left: 0px;
  list-style-type: none;
}
ul.list01 li {
  padding-left: 1em;
  position: relative;
}
ul.list01 li::before {
  content: "●";
  position: absolute;
  left: 2px;
  font-size: 60%;
  color: #e60044;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol.kakko {
  margin-left: 0px;
  list-style-type: none;
}
ol.kakko li {
  padding-left: 3em;
  position: relative;
  counter-increment: cnt;
}
ol.kakko li::before {
  content: "（" counter(cnt) "）";
  position: absolute;
  left: 0px;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th, .basic td {
  padding: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  vertical-align: middle;
}
.basic th {
  white-space: nowrap;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  width: 720px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color01 {
  color: #e60044;
}

/* 大きさ */
/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
}
hr.mb {
  margin-bottom: 100px;
}
hr.line01 {
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin: 10px 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    padding: 150px 40px;
    max-width: 984px;
  }

  .bg {
    background-size: 100% auto;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #main-img .logo {
    width: 140px;
    transform: translateY(-40px);
  }
  #main-img .arrow {
    width: 60px;
  }

  .img-wide .copy {
    font-size: 26px;
    line-height: 60px;
  }

  .feature-list {
    margin: -20px auto 80px;
    padding: 20px 140px 20px 0px;
    width: 688px;
    background-image: url(../images/home_p006.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .feature-list li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
  }

  .history-tab {
    width: 688px;
    margin: 0px auto;
  }
  .history-tab th, .history-tab td {
    display: table-cell;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 26px;
  }
  .history-tab th .small, .history-tab td .small {
    font-size: 12px;
    line-height: 18px;
  }
  .history-tab th {
    padding-right: 20px;
    white-space: nowrap;
  }
  .history-tab th::before {
    display: none;
  }
  .history-tab td {
    padding-bottom: 20px;
  }

  .scroll-img {
    overflow: hidden;
    margin: 0px;
  }

  .scroll-txt {
    display: none;
  }

  .descent-img {
    text-align: center;
    width: auto;
    padding: 0px;
  }
  .descent-img img {
    width: 100%;
    max-width: 930px;
  }

  .scroll-table {
    overflow: hidden;
    margin-right: 0px;
  }

  .grade-tab {
    width: 100%;
    margin: 0px;
  }

  .year-wrap {
    margin: 0px -76px 50px;
    overflow: visible;
  }
  .year-wrap::before {
    width: 2px;
    left: 50%;
    top: 120px;
    bottom: 120px;
    transform: translateX(-50%);
  }

  .year-box {
    width: 840px;
    margin: 0px auto -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    position: relative;
  }
  .year-box::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e60044;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .year-box .col {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  .year-box .img {
    margin: 0px;
  }
  .year-box h4 {
    font-size: 26px;
    line-height: 40px;
    width: 160px;
    margin: 0px;
  }
  .year-box h4::before {
    display: none;
  }
  .year-box .info {
    font-size: 16px;
    line-height: 28px;
    margin: 0px 76px 0px 40px;
  }
  .year-box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .year-box:nth-of-type(even) .col {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .year-box:nth-of-type(even) .info {
    text-align: right;
    margin: 0px 40px 0px 76px;
  }

  .logo-col {
    margin: 0px 0px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .logo-col .col {
    width: 50%;
  }
  .logo-col .txt p {
    font-size: 18px;
    line-height: 36px;
  }
  .logo-col .txt p.small {
    font-size: 13px;
    line-height: 20px;
  }

  .logo-col2 {
    margin: 40px 0px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .logo-col2 .col {
    width: calc(50% - 20px);
  }

  .news-wrap {
    justify-content: center;
    margin-bottom: 40px;
  }

  .news-box {
    width: calc(25% - 30px);
    margin: 0px 15px 40px;
  }
  .news-box .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .news-box .img::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .news-box .img p {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px;
    overflow: hidden;
  }
  .news-box .img p img {
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    /* 他のブラウザ用(＝通常の指定) */
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
  .news-box .txt .date {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .news-box .txt .title {
    font-size: 14px;
    line-height: 22px;
  }

  /* お知らせ
  --------------------------------------------------------------------------------- */
  .news-date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .news-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-top: 40px;
  }
  .img-box.col2 .col {
    width: calc(50% - 20px);
  }
  .img-box .col .img {
    margin-bottom: 48px;
  }
  .img-box .col .txt p {
    margin-top: -40px;
    margin-bottom: 48px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 150px;
  }

  .m02 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 60px;
  }

  .m03 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .m04 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 60px;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  hr.mb {
    margin-bottom: 150px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    padding: 240px 60px;
    max-width: 1144px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .img-wide-main {
    height: calc(100vh - 80px);
  }
  .img-wide-main .copy {
    font-size: 24px;
    line-height: 80px;
    white-space: nowrap;
    font-weight: 400;
  }
  .img-wide-main .txt {
    top: 50%;
    right: 25%;
    transform: translateY(-50%) translateX(50%);
  }
  .img-wide-main .fix-img {
    height: calc(100vh - 80px);
    width: 50%;
  }

  .img-wide .copy {
    font-size: 30px;
    line-height: 90px;
  }

  .feature-list {
    width: 840px;
  }
  .feature-list li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .history-tab {
    width: 904px;
  }
  .history-tab th, .history-tab td {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 26px;
  }
  .history-tab th .small, .history-tab td .small {
    font-size: 14px;
    line-height: 24px;
  }
  .history-tab th {
    padding-right: 40px;
  }

  .grade-tab th, .grade-tab td {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .grade-tab th p, .grade-tab td p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .grade-tab th h4, .grade-tab td h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .grade-tab th ul li, .grade-tab td ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .grade-tab th {
    font-size: 22px;
    padding: 10px 20px;
  }

  .year-wrap {
    margin: 0px 0px 50px 0px;
  }

  .year-box {
    width: 904px;
    margin: 0px auto -50px;
  }
  .year-box h4 {
    font-size: 30px;
    width: 192px;
  }
  .year-box .info {
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0px 0px 50px;
  }
  .year-box:nth-of-type(even) .info {
    margin: 0px 50px 0px 0px;
  }

  .logo-col {
    margin-bottom: 100px;
  }
  .logo-col .txt p {
    font-size: 20px;
    line-height: 40px;
  }
  .logo-col .txt p.small {
    font-size: 14px;
    line-height: 20px;
  }

  .dl-btn {
    font-size: 26px;
    line-height: 50px;
  }
  .dl-btn a {
    height: 100px;
    max-width: 540px;
    margin: 0px auto;
  }

  .news-box {
    margin-bottom: 80px;
  }
  .news-box .img {
    margin-bottom: 20px;
  }
  .news-box .txt .date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .news-box .txt .title {
    font-size: 16px;
    line-height: 26px;
  }

  .btn-01 a {
    height: 60px;
    max-width: 220px;
  }

  /* お知らせ
  --------------------------------------------------------------------------------- */
  .news-date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .news-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 60px;
  }

  .img-box {
    margin-top: 60px;
  }
  .img-box .col .img {
    margin-bottom: 68px;
  }
  .img-box .col .txt p {
    margin-top: -60px;
    margin-bottom: 68px;
  }

  .logo-col2 {
    margin-top: 60px;
  }
  .logo-col2 .col {
    width: calc(50% - 40px);
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 150px;
  }

  .m02 {
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 100px;
  }

  .m04 {
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 60px;
  }

  .m05 {
    font-size: 16px;
    line-height: 32px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  /* マージン */
  hr.mb {
    margin-bottom: 240px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
