@charset "UTF-8";
/* ===================================================================

 file name  :access.css

=================================================================== */
/* =============================

	overwrite

=============================== */
/* =================================== */
.bnr__movie{
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px){
  .bnr__movie{
    margin-bottom: 80px;
  }
}
/*
動画ポップアップ
---------------------------*/
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  display: none;
}
.popup__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 1024px;
}
.video iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.close__btn {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .close__btn {
    font-size: 7rem;
  }
}

.wappen{
  text-align: center;
  margin-bottom: 40px;
}
.wappen img{
  width: 163px;
}
.wappen span{
  display: block;
  font-size: 1rem;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px){
  .wappen{
    margin-bottom: 80px;
  }
  .wappen img{
    width: 326px;
  }
  .wappen span{
    font-size: 1.1rem;
    margin-top: -0.5em;
}
}

.sec-private {
  padding: 40px 0 40px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .sec-private {
    padding: 100px 0 60px;
    margin-bottom: 100px;
  }
}

.sec-common {
  padding: 40px 0 40px;
}
.sec-common__item {
  padding: 20px;
  margin-bottom: 30px;
  background: #fff;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (max-width: 374px) {
  .sec-common__item {
    padding: 15px;
  }
}
.sec-common__item-ttl {
  margin: 0.4em 0 0.8em;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 1px solid #cccccc;
}
.sec-common__item-ttl .tate {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #666666;
  font-size: 0.8rem;
  vertical-align: -0.3em;
}
.sec-common__notes-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-common__notes-txt img {
  margin-left: 1em;
}
.sec-common__item--01 .sec-common__notes-txt img {
  width: 70px;
}
.sec-common__item--02 .sec-common__notes-txt img {
  width: 92px;
}
.sec-common__item--04 .sec-common__notes-txt img {
  width: 50px;
}

.sec-common__lists-item {
  margin-bottom: 15px;
}
.sec-common__lists-ttl {
  margin: 0.4em 0 0.2em;
  color: #1e63a8;
  font-weight: 600;
  font-size: 1.2rem;
}
.sec-common__lists-txt {
  font-size: 1rem;
}
.sec-common__huzai {
  margin-top: 1em;
  padding: 12px;
  border: 1px solid #1e63a8;
}
.sec-common__huzai-ttl {
  color: #1e63a8;
  font-weight: 600;
  margin-bottom: 0.3em;
  font-size: 1.8rem;
}
.sec-common__huzai-txt {
  font-size: 80%;
}

.sec-common__item--07{
  background: #dfeaec;
  margin-bottom: 0;
}
.sec-common__item--07 .sec-common__block {
  margin-block: 15px;
}

@media screen and (min-width: 768px) {
  .sec-common {
    padding: 100px 0 60px;
  }
  .sec-common__item {
    padding: 28px;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .sec-common__list--row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec-common__list--row .sec-common__item {
    width: 48%;
  }
  .sec-common__list--row .sec-common__item--05{
    width: 64%;
  }
  .sec-common__list--row .sec-common__item--06{
    width: 32%;
  }

  .sec-common__row {
    display: flex;
    justify-content: space-between;
  }
  .sec-common__row .sec-common__block {
    width: 65%;
    margin-right: 30px;
  }
  .sec-common__notes {
    flex: 1;
  }
  .sec-common__item-ttl {
    font-size: 1.8rem;
  }
  .sec-common__item-ttl .tate {
    font-size: 1rem;
  }
  .sec-common__notes-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec-common__item--01 .sec-common__notes-txt img {
    width: 80px;
  }
  .sec-common__item--02 .sec-common__notes-txt img {
    width: 120px;
  }
  .sec-common__item--04 .sec-common__notes-txt img {
    width: 70px;
  }

  .sec-common__lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4%;
  }
  .sec-common__lists-item {
    width: 48%;
  }
  .sec-common__lists-img {
    width: 280px;
    margin-right: 15px;
  }
  .sec-common__lists__notes {
    flex: 1;
  }
  .sec-common__lists-ttl {
    font-size: 1.6rem;
  }
  .sec-common__lists-txt {
    font-size: 1.4rem;
  }
  
  .sec-common__item--07{
    padding: 60px 80px;
    margin-bottom: 0;
  }
  .sec-common__item--07 .sec-common__notes{
    flex: revert;
    width: 52%;
  }
  .sec-common__item--07 .sec-common__block {
    margin-block: 0 30px;
    margin-right: 0;
    width: auto;
  }
}
