/* common Start */
.about_inner {
  max-width: 1200px;
  margin: 0 auto;
}

*{
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

.text-right {
  text-align: right;
}

.main {
  background-color: #EFEFEF;
}

/* common End */
/* main_visual Start*/
.main_visual {
  /* background-image: url(../../about/img/main_visual.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 315px;
  width: 100%;
  position: relative;
  z-index: 0;
}

/* .main_visual::after {
  content: '';
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
} */

.main_visual-box {
  color: white;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
  z-index: 2;
}

.main_visual-box h2 {
  font-size: 25px;
  text-align: center;
  z-index: 3;
  color: #fff;
}

.main_visual-box h2:before {
  content: '';
  position: absolute;
  top: 70%;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 30px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  transform: translateX(-50%);
  /*位置調整*/
  background-color: white;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}

.main_visual-box p {
  font-size: 13px;
  margin-top: 30px;
  z-index: 3;
  color: #fff;
}

.d-none {
  display: none;
}

@media (max-width: 736px) {
  .d-md-block {
    display: block;
  }
}

.sec_in {
  width: 100%;
  margin: 0 auto;
  max-width: 645px;
}

.mission,.policy,.toryo {
  width: 80%;
  margin: 40px auto;
  padding-bottom: 40px;
  /* border-bottom: solid rgba(112, 112, 112, 0.8) 2px; */
}

.mission h3,.policy h3,.toryo h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.toryo h3 {
  margin-bottom: 40px;
}

.mission h4,.policy h4,.toryo h4 {
  text-align: center;
  font-size: 14px;
}

.mission p,.policy p,.toryo p {
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
  line-height: 1.7;
}

.mission p.policy_title,.policy p.policy_title,.toryo p.policy_title {
  margin-top: 30px;
}

.mission {
  text-align: center;
  padding-top: 130px;
  margin-top: 0;
}

.mission img{
  /* margin-top: 40px; 811*/
  margin-bottom: 30px;
  width: 30%;
  max-width: 230px;
}

.mission h3 {
  padding-bottom: 60px;
}

.mission p.mission_subtitle {
  font-size: 17px;
  text-align: center;
}

@media (max-width: 1024px) {
  

  .mission p, .policy p, .toryo p {
    font-size: 12px;
  }

  .mission p.mission_subtitle {
    font-size: 14px;
  }

  .mission {
    text-align: center;
    padding-top: 85px;
    margin-top: 0;
  }

}

@media (max-width: 768px) {

.mission, .policy, .toryo {
  width: 90%;
  margin: 25px auto;
  padding: 25px 0px;
  box-sizing: border-box;
}

.mission {
  padding-top: 85px;
  margin-top: 0;
}

.mission h3 {
  padding-bottom: 35px;
}

.mission p,.policy p,.toryo p {
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-size: 13px;
}

.mission img {
  /* margin-top: 20px; */
  margin-bottom: 10px;
  width: 40%;
  max-width: 150px;
}

}

/* information Start*/
.information {
  margin-top: 50px;
}

.information_inner {
  margin: 0 5%;
}

.information h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}

.information table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
}

.information tbody {
  padding: 0 100px;
}

.information tr {
  border-bottom: solid 1px rgba(112, 112, 112, 0.8);
}

.information tr:first-child {
  border-top: solid 1px rgba(112, 112, 112, 0.8);
}

.information td {
  color: #333333;
  font-size: 12px;
  padding: 20px 0 20px 80px;
  line-height: 1.5rem;
}

@media (max-width: 736px) {
  .information td {
    color: #333333;
    font-size: 12px;
    padding: 20px 10px;
    line-height: 1.5rem;
  }

  .information td:nth-child(2n+1) {
    white-space: nowrap;
  }
}

/* information End*/
/* access Start*/
.access {
  margin: 0 5%;
  max-width: 762px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.access_inner {
  max-width: 762px;
  margin: 0 auto;
  padding-bottom: 1px;
}

.access h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
/* 
.access .iframe-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.access .iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
} */

.access .iframe-container .btn a {
  width: 120px;
}

@media (max-width: 564px) {}

.access .flex_box {
  max-width: 702px;
  margin: 20px auto;
  padding: 10px 30px;
  box-sizing: border-box;
  border-top: solid 1px rgba(112, 112, 112, 0.8);
  border-bottom: solid 1px rgba(112, 112, 112, 0.8);
  display: flex;
  width: 100%;
}

@media (max-width: 736px) {
  .access .flex_box {
    width: 80%;
    margin: 20px auto;
    flex-wrap: wrap;
  }
}

.access .flex_box .box-1,
.access .flex_box .box-2 {
  width: 50%;
}

.access .flex_box .box-1 p,
.access .flex_box .box-2 p {
  font-size: 12px;
  margin: 10px 0;
}

.access .flex_box .box-2 .text-2 {
  padding-left: 3.5rem;
}

/* access End*/
@media (max-width: 991px) {
  .access .flex_box .box-1, .access .flex_box .box-2 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .mission h3,.policy h3,.toryo h3,.information h2,.access h2 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .mission h3,.policy h3,.toryo h3,.information h2,.access h2 {
    font-size: 14px;
  }
}



@media (max-width: 564px) {
  /* .mission {
    padding-top: 97px;
  } */

  .information h2 {
    font-size: 14px;
  }
}

/* {
    background-color:;
    color:;

    font-size:;
    font-weight:;
    letter-spacing: ;
    line-height: ;

    position: relative;
    top:;
    transform: translateY();
} */
