@charset "utf-8";



/*トップ画面------------------------------- */
#companytop {
  position: relative;
}

.full-img {
  width: 100%;
  height: 15rem;
  no-repeat: fixed;
  object-fit: cover;
  object-position: 30% 60%;
}

/* スマホ　749px以下 */
@media (max-width: 750px) {
  .full-img {
    width: 100%;
    height: 21.5rem;
    no-repeat: fixed;
    object-fit: cover;
    object-position: 50 100%;
  }
}


.bgc {
  text-align: center;
  padding: 2rem;
  margin: auto;
  font-weight: 550;

  justify-content: center;
  position: absolute;
  z-index: 50;
  top: 2rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}



/* pc　749px以上 */
@media (min-width: 749px) {

  .Dback {
    width: 336px;
    height: 107px;
    margin: auto;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 18%;
    left: 0%;
    right: 100%;
    transform: translate(-18%, -100%);
  }
}


/* スマホ　749px以下 */
@media (max-width: 750px) {
  .Dback {
    width: 336px;
    height: 107px;
    margin: auto;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 15%;
    left: 0%;
    transform: translate(-15%, -100%);
  }
}




/*コンテンツ1------------------------------ */
#sec01 {
  padding: 7rem 0 1.5rem 0;
  margin: 0 1.5rem;
}

#sec02 {
  padding: auto;
  margin: 0 1.5rem 0 1.5rem;
  justify-content: center;
}

.CboadL {
  border-top: solid 3px #26BAEB;
  position: relative;
  top: 3px;
  left: -480px;
}

@media (max-width: 500px) {
  .CboadL {
    position: relative;
    top: 3px;
    left: -300px;
  }
}

.Cboad {
  border-top: solid 3px #26BAEB;
}

#sec03 {
  padding: auto;
  margin: 0 1.5rem 7rem 0;
}


.rightp {
  display: block;
  padding: 1rem 0 0 0;
  margin: auto;
  text-align: right;
}







/*コンテンツ2------------------------------ */
#sec04 {
  margin: auto;
  padding: 7rem 1.5rem 1rem 1.5rem;
  justify-content: center;
  background: #D8F3FB;
}

table {
  margin: auto;
  width: 95%;
  margin: 2rem auto;
}

.tbl-r02 th {
  background: #fff;
  border: solid 5px #D8F3FB;
  color: #333;
  width: 15%;
  padding: 5px;
  margin: auto;
}

.tbl-r02 td {
  border: solid 5px #D8F3FB;
  padding: 10px;
  width: 85%;
}

/* スマホ　749px以下 */
@media (max-width: 750px) {
  .tbl-r02 th {
    width: 20%;
  }

  .tbl-r02 td {
    width: 80%;
  }
}



/*コンテンツ3------------------------------ */
#sec05 {
  margin: auto;
  padding: 3rem 1.5rem 7rem 1.5rem;
  justify-content: center;
  background: #D8F3FB;
}

.iframe-wrap {
  margin: 1.5rem 0 0 0;
  max-width: 1000px;
  height: 500px;
}

.access-box {
  text-align: center;
}




/*コンテンツ4------------------------------ */
#sec07 {
  margin: auto;
  padding: 7rem 1.5rem 7rem 1.5rem;
  justify-content: center;
}

table {
  margin: auto;
  width: 95%;
  margin: 2rem auto;
}

.tbl-r03 th {
  background: #D8F3FB;
  border: solid 5px #fff;
  color: #333;
  width: 15%;
  padding: 5px;
  margin: 1rem 3rem 0 0;
}

.tbl-r03 td {
  border: solid 5px #fff;
  padding: 10px;
  width: 85%;
}

/* スマホ　749px以下 */
@media (max-width: 750px) {
  .tbl-r03 th {
    width: 20%;
  }

  .tbl-r03 td {
    width: 80%;
  }
}

/*コンテンツ5------------------------------ */
#sec08 {
  margin: auto;
  padding: 7rem 1.5rem 7rem 1.5rem;
  justify-content: center;
  background: #76D4F2;
}

.box8 {
	text-align: center;
  margin: 1rem auto;
}

.box8 a {
  margin: 1rem 0 0 0;
}

.mar {
  color: #fff;
  padding: 0 0.5rem;
}

.sec_btn{
	color: #000;
	    text-align: center;
    font-size: 1rem;
margin: 3rem auto 0;
}