@charset "UTF8";

/*----------------------------
縦向きの場合��Eスタイル
----------------------------*/

@media screen and (max-width: 480px) {

  .top-image-area{
    width: 100%;
    margin-bottom: 3%;
  }

  .top-image-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .sub-title-text h2{
    text-indent: 1vw;
    font-size: 4vw;
    margin: 0;
  }

  .side-s{
    width: 5%
  }

  .sub-title-area{
    width: 90%;
    display: flex;
  }

  .info-area{
    width: 90%;
  }

  .company-profile-area{
    width: 90%;
  }

  .greeting-area{
    width: 90%;
    padding: 5%;
    background: #58a9d0;
  }

  .greeting-area p{
    color: #fff;
    font-size: 4vw;
    margin: 0;
  }

  .company-profile-name{
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
    background: #3A8FB7;
  }

  .company-profile-name p{
    font-size: 4vw;
    color: #fff;
    line-height: 7vw;
  }

  .company-profile-detail{
    width: 100%;
    text-align: center;
    border: 1px solid #000;
  }

  .company-profile-detail p{
    font-size: 3.5vw;
    line-height: 7vw;
  }

  hr.new-info-line {
    border: 1px dashed #000;
    margin: 2% 0;
}

.info-date{
  width: 30%;
}

.info-date p{
  font-size: 4vw;
  line-height: 4vw;
}

.info-title{
  width: 44%;
}

.info-title p{
  font-size: 4vw;
  line-height: 4vw;
}

.info-detail{
  width: 11%;
}

button.info-detail{
  font-size: 2vw;
  line-height: 4vw;
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  transition: .5s;
  -erbkit-transition: .5s;
  background-color: rgba(200,26,43,0.8);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

button.info-detail::after {
content: "詳細";
transition: .2s;
-erbkit-transition: .2s;
}

button.info-detail.on-click::after{
content: "閉じる";
}

.info-flyer{
  width: 11%;
}

.info-flyer-button{
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  transition: .5s;
  -erbkit-transition: .5s;
  background-color: rgba(0,98,132,1);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
}

.info-flyer-button p{
  font-size: 2vw;
  line-height: 4vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.info-text{
  width: 100%;
  display: none;
  border-top: 1px solid #000;
  margin-top: 3%;
  padding-top: 3%;
}

.info-text p{
  font-size: 4vw;
}

.company-profile-box{
  width: 100%;
  display: flex;
  flex-direction: column;
}

hr.company-profile-hr{
  width: 100%;
  border: 1px dashed #000;
  display: none;
}

.top-side-box2{
  width: 100%;
  display: flex;
  margin-bottom: 10%;
}

/*--------------------
    トップモーダル
--------------------*/

.flyer-close-wrapper {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3200;
    display: none;
}

.flyer-close-wrapper.active {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000;
    display: block;
}

.flyer-close,
.flyer-close span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.flyer-close {
  position: fixed;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
}

.flyer-close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
}
.flyer-close span:nth-of-type(1) {
  top: 0;
}
.flyer-close span:nth-of-type(2) {
  top: 15px;
}
.flyer-close span:nth-of-type(3) {
  bottom: 0;
}

.flyer-close::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: block;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
  color: #fff;
}

  .flyer-close.active::after {
    content: 'CLOSE';
    bottom: -5px;
  }
  .flyer-close.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .flyer-close.active span:nth-of-type(2) {
    opacity: 0;
  }
  .flyer-close.active span:nth-of-type(3) {
    -webkit-transform: translateY(-30px) rotate(45deg);
    transform: translateY(-30px) rotate(45deg);
  }

}


/*-----------------------
 横向きの場合スマホスタイル
-------------------------*/

@media screen and (min-width: 481px) and (max-width: 896px) {

  .top-image-area{
    width: 100%;
  }

  .top-image-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .sub-title-text h2{
    text-indent: 1vw;
    font-size: 3vw;
    margin: 0;
  }

  .side-s{
    width: 5%
  }

  .sub-title-area{
    width: 90%;
    display: flex;
  }

  .info-area{
    width: 90%;
  }

  .company-profile-area{
    width: 90%;
  }

  .greeting-area{
    width: 90%;
    padding: 4%;
    background: #58a9d0;
  }

  .greeting-area p{
    color: #fff;
    font-size: 3vw;
    margin: 0;
  }

  .company-profile-name{
    width: 20%;
  }

  .company-profile-name p{
    font-size: 3vw;
    margin: 0;
  }

  .company-profile-detail{
    width: 80%;
  }

  .company-profile-detail p{
    font-size: 3vw;
    margin: 0;
  }

  hr.new-info-line {
    border: 1px dashed #000;
    margin: 2% 0;
}

.info-date{
  width: 20%;
}

.info-date p{
  font-size: 3vw;
  line-height: 4vw;
}

.info-title{
  width: 50%;
}

.info-title p{
  font-size: 3vw;
  line-height: 4vw;
}

.info-detail{
  width: 12%;
}

button.info-detail{
  font-size: 3vw;
  line-height: 4vw;
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  transition: .5s;
  -erbkit-transition: .5s;
  background-color: rgba(200,26,43,0.8);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

button.info-detail::after {
content: "詳細";
transition: .2s;
-erbkit-transition: .2s;
}

button.info-detail.on-click::after{
content: "閉じる";
}

.info-flyer{
  width: 12%;
}

.info-flyer-button{
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  transition: .5s;
  -erbkit-transition: .5s;
  background-color: rgba(0,98,132,1);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
}

.info-flyer-button p{
  font-size: 3vw;
  line-height: 4vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.info-text{
  width: 100%;
  display: none;
  border-top: 1px solid #000;
  margin-top: 3%;
  padding-top: 3%;
}

.info-text p{
  font-size: 3vw;
}

.company-profile-box{
  width: 100%;
  display: flex;
}

hr.company-profile-hr{
  width: 100%;
  border: 1px dashed #000;
}

.top-side-box2{
  width: 100%;
  display: flex;
  margin-bottom: 5%;
}

/*--------------------
    トップモーダル
--------------------*/

.flyer-close-wrapper {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3200;
    display: none;
}

.flyer-close-wrapper.active {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000;
    display: block;
}

.flyer-close,
.flyer-close span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.flyer-close {
  position: fixed;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
}

.flyer-close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
}
.flyer-close span:nth-of-type(1) {
  top: 0;
}
.flyer-close span:nth-of-type(2) {
  top: 15px;
}
.flyer-close span:nth-of-type(3) {
  bottom: 0;
}

.flyer-close::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: block;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
  color: #fff;
}

  .flyer-close.active::after {
    content: 'CLOSE';
    bottom: -5px;
  }
  .flyer-close.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .flyer-close.active span:nth-of-type(2) {
    opacity: 0;
  }
  .flyer-close.active span:nth-of-type(3) {
    -webkit-transform: translateY(-30px) rotate(45deg);
    transform: translateY(-30px) rotate(45deg);
  }

}


/*---------------------------------
PC用表示
---------------------------------*/

@media all and (min-width: 897px){

  .top-image-area{
    width: 100%;
  }

  .top-image-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .sub-title-text h2{
    text-indent: 1vw;
    font-size: 1.5vw;
    margin: 0;
  }

  .side-s{
    width: 25%
  }

  .sub-title-area{
    width: 50%;
    display: flex;
  }

  .info-area{
    width: 50%;
  }

  .company-profile-area{
    width: 50%;
  }

  .greeting-area{
    width: 50%;
    padding: 1%;
    background: #58a9d0;
  }

  .greeting-area p{
    color: #fff;
  }

  .company-profile-name{
    width: 40%;
  }

  .company-profile-name p{
    font-size: 1vw;
  }

  .company-profile-detail{
    width: 60%;
  }

  .company-profile-detail p{
    font-size: 1vw;
  }

  hr.new-info-line {
    border: 1px dashed #000;
    margin: 2% 0;
}

.info-date{
  width: 15%;
}

.info-date p{
  font-size: 1vw;
  line-height: 1.5vw;
}

.info-title{
  width: 50%;
}

.info-title p{
  font-size: 1vw;
  line-height: 1.5vw;
}

.info-detail{
  width: 15%;
}

button.info-detail{
  font-size: 1vw;
  line-height: 1.5vw;
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  transition: .5s;
  -erbkit-transition: .5s;
  background-color: rgba(200,26,43,0.8);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

button.info-detail::after {
content: "詳細";
transition: .2s;
-erbkit-transition: .2s;
color: #fff;
}

button.info-detail.on-click::after{
content: "閉じる";
color: #fff;
}

.info-flyer{
  width: 15%;
}

.info-flyer-button{
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  transition: .5s;
  -erbkit-transition: .5s;
  background-color: rgba(0,98,132,1);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
}

.info-flyer-button p{
  font-size: 1vw;
  line-height: 1.5vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.info-text{
  width: 100%;
  display: none;
  border-top: 1px solid #000;
  margin-top: 3%;
  padding-top: 3%;
}

.info-text p{
  font-size: 1vw;
  line-height: 1.5vw;
}

/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.info-text input {
    display: none;
}

/* 開いた状態のサブメニュー */
.info-text input:checked + ul {
    display: block;
}

/* 閉じた状態のサブメニュー */
.info-text ul {
    display: none;
    /* 下記は開閉によらず共通の設定 */
    background: #eee;
    list-style: none;
    margin: 0;
    padding: 1rem;
}

/* 親項目の装飾 */
.info-text label {
    display: block;
    margin: 0;
    padding: 0.5rem;
    background: #ddd;
    cursor: pointer;
}

.info-text label:hover {
    background: #ccc;
}

.company-profile-box{
  width: 100%;
  display: flex;
}

hr.company-profile-hr{
  width: 100%;
  border: 1px dashed #000;
}

.top-side-box2{
  width: 100%;
  display: flex;
  margin-bottom: 3%;
}

/*--------------------
    トップモーダル
--------------------*/

.flyer-close-wrapper {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3200;
    display: none;
}

.flyer-close-wrapper.active {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000;
    display: block;
}

.flyer-close,
.flyer-close span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.flyer-close {
  position: fixed;
  top: 50px;
  right: 100px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.flyer-close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
}
.flyer-close span:nth-of-type(1) {
  top: 0;
}
.flyer-close span:nth-of-type(2) {
  top: 15px;
}
.flyer-close span:nth-of-type(3) {
  bottom: 0;
}

.flyer-close::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: block;
  width: 100%;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
  color: #fff;
}

  .flyer-close.active::after {
    content: 'CLOSE';
    bottom: -8px;
  }
  .flyer-close.active span:nth-of-type(1) {
    -webkit-transform: translateY(33px) rotate(-45deg);
    transform: translateY(33px) rotate(-45deg);
  }
  .flyer-close.active span:nth-of-type(2) {
    opacity: 0;
  }
  .flyer-close.active span:nth-of-type(3) {
    -webkit-transform: translateY(-63px) rotate(45deg);
    transform: translateY(-63px) rotate(45deg);
  }


}


  /*---------------------------------
  共通表示
  ---------------------------------*/

  p{
    margin: 0;
  }

  .top-contents-area{
    width: 100%;
    padding: 5% 0;
  }

  .top-side-box{
    width: 100%;
    display: flex;
    margin-bottom: 1%;
  }

  .sub-title-left-bc{
    width: 2%;
    background: #58a9d0;
  }

  .sub-title-right-bc{
    width: 0.7%;
    margin-left: 0.3%;
    background: #58a9d0;
  }

  .sub-title-text{
    width: 80%;
  }

  .info-area-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    padding: 3%;
  }

  .info-box{
    width: 100%;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .info-hr{
    width: 100%;
    border: 1px dashed #000;
  }

  .company-profile-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /*--------------------------
      トップページモーダル
  ---------------------------*/

  .flyer-modalArea {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 20000;
  }

  .flyer-modalArea.active {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  }

  .flyer-modalBg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30,30,30,0.9);
  z-index: 1200;
  }

  .flyer-modalWrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  transform:translate(0%,0%);
  width: 100vw;
  height: 100vh;
  z-index: 1300;
  }

  .flyer-modalContents{
  width: 100vw;
  text-decoration: none;
  }

  .flyer-image-area{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);;
    transform:translate(-50%,-50%);
  }

  .flyer-image-area img{
    width: 100%;
    vertical-align: bottom;
  }

/*---------------------------
↓↓↓↓↓↓　menu-trigger　↓↓↓↓↓↓↓
---------------------------*/


  #openModal {
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: 1500;
    transform:translate(-10%,-50%);
  }

  .closeModal {
    position: absolute;
    top: 0px;
    right: 1rem;
    cursor: pointer;
    font-size: 10vw;
    color: #ffffff;
    z-index: 1400;
  }
