@charset "utf-8";

/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: none;
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #9b103f;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, select, input, textarea {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
ol {
  padding-left: 40px;
  padding-bottom: 15px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
iframe {
  width: 100%;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition: 0.3s;
  /*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {}
/*コンテナ（外側のブロック）
---------------------------------------------------------------------------*/
#container {
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
  background-color: #fff;
/* width: calc(100% - 120px); */
  width: 92%;
}
#stage {
  width: 1200px;
  margin: 0 auto;
}
#contents {
  width: 960px;
  margin: 0px auto;
}
#upBtn {
  position: fixed;
  bottom: 40px;
  right: 80px;
  z-index: 999;
}
#upBtn img {
  width: 60px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}
/*---------------------------------------------------------------------------*/
/*headerブロック*/
header {
  width: 1200px;
  margin: 0px auto 40px auto;
  padding: 40px 0px 0px 0px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 51px 30px;
}
.head-logo {
  grid-row-start: 1;
  grid-row-end: 3;
}
.head-syamei {
  font-size: 26px;
  text-align: right;
  align-self: start; /* 社名を上寄せにする1手 */
  line-height: 1.8; /* 社名を上寄せにする2手目 */
}
.head-menu {
  font-size: 20px;
  text-align: right;
}
.head-menu {
  display: flex;
  justify-content: flex-end;
}
.head-menu p a {
  color: #000;
  margin-left: 10px;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 0.5px;
}
.head-menu p a:hover {
  color: #d8a1a8;
}
/*ロゴ画像設定*/
#logo img {
  width: 139px;
  /*height: 81px;*/
}
/*画像ブロック*/
#mainimg {
  width: 960px;
  height: 1280px;
  background: url("../images/main_00.jpg") no-repeat top center / cover;
  display: table;
}
.img-sp {
  display: none;
}
.mainimg-inner {
  display: table-cell;
  vertical-align: bottom;
}
#mainimg .mainimg-inner h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  margin: 0px auto 60px;
}
#mainimg .mainimg-inner p {
  color: #fff;
  text-align: left;
  font-size: 24px;
  margin: 0px auto 60px;
  padding: 0px 60px;
}
.type-title {
  width: 960px;
  height: auto;
  display: flex;
  margin: 0px;
  padding: 0px;
}
.type-title p {
  margin: 0px;
  padding: 0px;
}
.type-title .type-text h2 {
  width: 494px;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-image: none;
  font-size: 54px;
  font-weight: 700;
}
.type-title .type-img p {
  margin: 0px;
  padding: 0px;
  align-items: center;
  display: flex;
}
.type-title .type-img p img {
  width: 466px;
  height: auto;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  justify-content: flex-end;
  align-items: center;
}
.type-a {
  width: 960px;
  height: auto;
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.type-a p {
  margin: 0px;
  padding: 0px;
}
.type-a .type-text {
  width: 730px;
  height: auto;
  margin: 80px 0px 0px 0px;
}
.type-a .type-text h3 {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px 80px 10px 80px;
  background-image: none;
  align-items: center;
  color: #9b103f;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  border-bottom: 5px solid #9b103f;
}
.type-a .type-img p {
  margin: 0px;
  padding: 0px;
  align-items: center;
  display: flex;
}
.type-a .type-img img {
  width: 230px;
  height: auto;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  justify-content: flex-end;
  align-items: center;
}
.type-b {
  width: 960px;
  height: auto;
  display: flex;
  align-items: flex-end;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.type-b p {
  margin: 0px;
  padding: 10px 15px 0px 0px;
}
.type-b .type-text {
  margin: 0px 0px 0px 0px;
  width: 730px;
  height: auto;
}
.type-b .type-text h3 {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: none;
  align-items: center;
  color: #9b103f;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  border-bottom: 5px solid #9b103f;
}
/*
.type-b .type-img-02 p {
  width: 230px;
  height: 420px;
  margin: 0px;
  padding: 0px;
  background: linear-gradient(#ccc 0%, #fff 45%, #fff 55%, #ccc 100%);
  vertical-align: bottom;
  align-items: center;
  align-items: flex-end;
}
.type-b .type-img-02 img {
  width: 230px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 70px 0px 0px 0px;
  vertical-align: bottom;
  justify-content: flex-end;
  align-items: center;
}
.type-b .type-img-02 p {
  width: 230px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 70px 0px 0px 0px;
  vertical-align: bottom;
  justify-content: flex-end;
  align-items: center;
}
*/
.type-b .type-img-02 {
  width: 230px;
  height: 330px;
  margin: 0px;
  padding: 0px;
  background: linear-gradient(#595757 0%, #898989 35%, #c9caca 75%, #c9caca 80%, #898989 100%);
  vertical-align: bottom;
}
.president {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  background-image: url(../images/img-04.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.president .president-01 {
  padding: 15px 0px 0px 0px;
  color: #fff;
}
.president .president-hr {
  border-top: 1px solid #fff;
  margin: 0 0 -3px 0;
}
.president .president-02 {
  padding: -8px 0px 0px 0px;
  color: #fff;
  font-size: 1.4em
}
/*記事（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
.article {
  width: 960px;
  margin: 60px 0px 0px 0px;
  padding: 0px;
  display: flex;
}
.article h2 {
  width: 226.5px;
  height: 226.5px;
  margin: 0px 0px 0px 0px;
  padding: 75px 0px 0px 50px;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  background-image: url("../images/base_01.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
#oneday {
    font-size: 34px;
}
.article h3 {
  width: 100%;
  display: block;
  font-size: 24px;
  margin: 20px 0px 0px 0px;
}
.article h3.obi-l {
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  background-color: #9b103f;
  font-size: 30px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 60px;
}
.article p {
  width: 100%;
  display: block;
  margin: 20px 0px 0px 0px;
}
.article .article-inner {
  display: flex;
  flex-wrap: wrap;
  width: 733.5px;
  margin: 100px 0px 0px 18px;
  padding: 0px;
}
.article .item-01 {
  width: 226.5px;
  margin: 0px 18px 10px 0px;
}
.article .item-01:nth-child(3n) {
  margin-right: 0px;
}
.article .item-01 img {
  background-color: #fff;
  width: 224px;
  height: 224px;
  object-fit: contain;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 12px;
}
.article p.guideImage {
  display: block;
  width: 100%;
  height: auto;
}
.article p.guideImage img {
  width: 100%;
  height: auto;
}
.article p.guideImage-sp {
  display: none;
}
/*
.article p.guideArea {
  width: 100%;
  height: auto;
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  background-color: #9b103f;
  color: #fff;
  text-align: center;
  font-size: 29px;
  background-image: url("../images/arrow_r.png");
  background-repeat: no-repeat;
  background-position-x: right 10px;
  background-position-y: center;
}
.article p.guideArea a {
  color: #fff;
  text-decoration: none;
}
*/
/* ボタン全体をリンク */
a.btn-Watch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
/*  position: relative; */
  background: #9b103f;
  border: 1px solid #9b103f;
/*  box-sizing: border-box; reset.cssで指定済み */
  margin: -10px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  color: #fff;
  font-size: 1.7rem;
  /* letter-spacing: 0.05em; */
  line-height: 1.5;
  text-decoration: none;
  transition-duration: 0.3s;
  background-image: url("../images/arrow_r.png");
  background-repeat: no-repeat;
  background-position-x: right 15px;
  background-position-y: center;
}
a.btn-Watch:hover {
  /* background-color: #af4065; */
  opacity: 0.8; /* 透明度を変える */
  /* background-position-x: right 10px; 15pxから10pxにすることで、右に5px寄る */
}
.article iframe.accessMap {
  width: 100%;
  height: 480px;
  border: none;
}
.article ol.listStyle-01 {
  margin: 0px 0px 0px 70px;
  padding: 0px 0px 0px 0px;
}
.article ol.listStyle-01 li::marker {
  font-family: "Times New Roman", Times, "serif";
  font-weight: bold;
  font-style: italic;
  font-size: 48px;
  color: #B5B5B6;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.article ol.listStyle-01 li::before {}
.article ol.listStyle-01 li {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 30px;
}
.article .listStyle-02 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.article .listStyle-02 p {
  line-height: 30px;
}
.article .listStyle-02 img {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 30px;
}
.article .listStyle-02 .listTxt {
  font-family: "Times New Roman", Times, "serif";
  font-weight: bold;
  font-style: italic;
  font-size: 48px;
  color: #B5B5B6;
}
.article table.tStyle-01 {
  width: 100%;
  border-collapse: collapse; /* 枠線を1本にまとめる */
  margin: 0px 0px 20px 0px;
}
.article table.tStyle-01 th, td {
  padding: 12px;
  border: none;
  text-align: left;
  vertical-align: middle;
}
.article table.tStyle-01 td.col-01 {
  width: 10em;
}
.article table.tStyle-01 tr:nth-child(odd) {
  background-color: #f2dddf;
}
/*フッター
---------------------------------------------------------------------------*/
footer {
  clear: both;
  text-align: center;
  /*文字をセンタリング*/
  margin: 0px;
  padding: 10px 0px 10px;
  /*上、左右、下へのボックス内の余白*/
  color: #fff;
  background-color: #231815;
}
.f-inner {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  margin: 40px auto 30px;
}
.f-inner p {
  display: flex;
  flex-direction: row;
  line-height: 1.5; /*リンク下線距離をheaderと揃えたい*/
}
.f-inner p a {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 0.5px;
}
.f-inner-menu {
  position: relative;
  width: 50%;
  text-align: right;
}
.f-inner-menu p {
  position: absolute;
  right: 0px;
}
.f-inner-menu p a {
  font-size: 20px;
  color: #fff;
  margin: 0px 0px 0px 10px;
}
.f-inner-menu p a:hover {
  color: #d8a1a8;
}
.f-inner-syamei {
  font-size: 26px;
  text-align: left;
  width: 50%;
}
.copy {
  margin: 10px auto;
  text-align: center;
  font-size: 12px;
}
/*その他
---------------------------------------------------------------------------*/
.mb10 {
  margin-bottom: 10px;
}
.color-01 {
  color: #9b103f;
}
.color-02 {
  color: #f2dddf;
}
.wl {
  width: 96%;
}
.ws {
  width: 50%;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
/*画面幅途中までの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1319px) {
	header {
    width: 960px;
}
    #stage {
    width: 960px;
    margin: 0 auto;
}
   .f-inner {
   display: flex;
   flex-direction: row-reverse;
   width: 960px;
   margin: 40px auto 30px;
}
}
/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1059px) {
  /*全体の設定
---------------------------------------------------------------------------*/
  body {
    font-size: 12px;
    /*文字サイズ*/
    line-height: 1.5;
    /*行間*/
  }
  #container {
    border: none;
    width: 96%;
    padding: 0px 0px 60px 0px;
  }
  #stage {
    width: 100%;
  }
  #contents {
    width: 100%;
    margin: 0;
  }
  #upBtn {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 999;
  }
  header {
    width: 90%;
    margin: 0px auto 10px auto;
    padding: 10px 0px 0px 0px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 60px 20px;
  }
  .head-logo {}
  .head-syamei {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    line-height: 1.5; /* pcの社名を上寄せにする2手目を調整 */
  }
  .head-menu {
    font-size: 18px;
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 20px 0px 10px 0px;
    text-align: center;
  }
  .head-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mainimg {
    background-image: none;
    width: 100%;
    height: auto;
    display: block;
  }
  .img-sp {
    display: block;
  }
  .img-sp img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .mainimg-inner {
    display: block;
  }
  #mainimg .mainimg-inner h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    width: 90%;
    margin: 30px auto 0px;
  }
  #mainimg .mainimg-inner p {
    color: #000;
    text-align: left;
    font-size: 16px;
    width: 90%;
    margin: 20px auto 40px;
    padding: 0px;
  }
  .type-title {
    width: 90%;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }
  .type-title p {}
  .type-title .type-text {
    width: 100%;
    height: auto;
  }
  .type-title .type-text h2 {
    width: 100%;
    height: auto;
    margin: 30px 0px 20px 0px;
    padding: 0px;
    background-image: none;
    font-size: 40px;
    text-align: center;
  }
  .type-title .type-img {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  .type-title .type-img p {
    margin: 0px;
    padding: 0px;
    align-items: center;
    display: flex;
  }
  .type-title .type-img p img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    align-items: center;
  }
  .type-a {
    width: 90%;
    height: auto;
    margin: -14px auto 0px auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .type-a p {}
  .type-a .type-text {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  .type-a .type-text h3 {
    width: 100%;
    height: auto;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    background-image: none;
    color: #9b103f;
    font-size: 26px;
    line-height: 38px;
    border-bottom: none;
  }
  .type-a .type-img {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
  }
  .type-a .type-img p {}
  .type-a .type-img img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    justify-content: flex-end;
    align-items: center;
  }
  .type-b {
    width: 90%;
    height: auto;
    margin: 30px auto 0px auto;
    display: flex;
    flex-direction: column;
  }
  .type-b p {}
  .type-b .type-text {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  .type-b .type-text h3 {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-image: none;
    color: #9b103f;
    font-size: 26px;
    line-height: 70px;
    border-bottom: 5px solid #9b103f;
  }
  .type-b .type-text p {
    width: 100%;
    height: auto;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 16px;
  }
  .type-b .type-img-02 {
    width: 100%;
    height: 220px;
    margin: 0px 0px 0px 0px;
    background: linear-gradient(#727171 0%, #c9caca 55%, #c9caca 75%, #898989 100%);
  }
/*
  .type-b .type-img-02 p {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .type-b .type-img-02 img {
    width: 50%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
  }
*/
  .president {
    position: relative;
}
  .president .president-wrap {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 10px;
}
  a.btn-Watch {
    font-size: 1.5rem;
    font-weight: 500;
 }
  .article {
    width: 90%;
    margin: 40px auto 0px auto;
    padding: 0px;
    display: block;
  }
  .article h2 {
    width: 100%;
    height: 68px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 30px;
    font-size: 28px;
    color: #fff;
    background-color: #9b103f;
    background-image: url("../images/base_00.png");
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  #oneday {
    font-size: 28px;
  }
  .article h3 {
    width: 100%;
    display: block;
    font-size: 24px;
    margin: 20px 0px 0px 0px;
  }
  .article p {
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
  }
  .article .article-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px
  }
  .article .item-01 {
    width: 48%;
    height: auto;
    margin: 0px 0px 20px 0px;
    /*flex-grow: 1;*/
  }
  .article .item-01:nth-child(2n+1) {
    margin-right: 4%;
  }
  .article .item-01 p {
    width: 100%;
    height: auto;
  }
  .article .item-01 img {
    background-color: #fff;
    width: 100%;
    height: 100%;
    /*aspect-ratio: 1;*/
    object-fit: contain;
    margin: 0px auto;
    padding: 10%;
    border: none;
    border: 1px solid #000;
    border-radius: 12px;
    /*flex-grow: 1;*/
  }
    .article .listStyle-02 {
  width: 100%;
}
    .article .listStyle-02 p {
  line-height: 20px;
}
.article .listStyle-02 img {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
}
.article .listStyle-02 .listTxt {
  font-family: "Times New Roman", Times, "serif";
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
  color: #B5B5B6;
}

  .article p.guideImage {
    display: none;
  }
  .article p.guideImage-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .article p.guideImage-sp img {
    width: 100%;
    height: auto;
  }
  .f-inner {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0px auto 0px;
  }
  .f-inner p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .f-inner-menu {
    position: static;
    width: 100%;
    margin: 40px auto 60px;
  }
  .f-inner-menu p {
    position: static;
  }
  .f-inner-syamei {
    width: 100%;
    margin: 0px auto 40px;
    text-align: center;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /*その他
---------------------------------------------------------------------------*/
  .ws, .wl {
    width: 94%;
  }
}