@charset "utf-8";
.sub_visual {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_visual.type1 {
  background-image: url(../../img/sub/type1.jpg);
}

.sub_visual.type1_1 {
  background-image: url(../../img/sub/type1_1.jpg);
}

.sub_visual.type1_2 {
  background-image: url(../../img/sub/type1_2.jpg);
}

.sub_visual.type2 {
  background-image: url(../../img/sub/type2.jpg);
}

.sub_visual.type2_2 {
  background-image: url(../../img/sub/type2_2.jpg);
}

.sub_visual.type2_3 {
  background-image: url(../../img/sub/type2_3.jpg);
}

.sub_visual.type3_1 {
  background-image: url(../../img/sub/type3_1.jpg);
}

.sub_visual.type3_2 {
  background-image: url(../../img/sub/type3_2.jpg);
}

.sub_visual.type4 {
  background-image: url(../../img/sub/type4.jpg);
}

.sub_visual.type5 {
  background-image: url(../../img/sub/type5.jpg);
}

.sub_visual.type5_1 {
  background-image: url(../../img/sub/type5_1.jpg);
}

.sub_visual p {
  padding: 4.1rem 0;
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  background-color: rgba(1, 1, 1, 0.2);
}

.sub_visual p span {
  display: block;
  font-size: 1.6rem;
}

#contents {
  position: relative;
  margin-top: 5rem;
  padding: 6rem 20px 4rem 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#contents::before,
#contents::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1rem;
  margin-left: -0.5rem;
  width: 0.2rem;
  height: 1.8rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
}

#contents::before {
  margin-left: -0.5rem;
}

#contents::after {
  margin-left: 0.5rem;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  width: 100%;
}

.flex-con {
  display: flex;
  gap: 3rem
}

.flex-con>li {
  flex-grow: 1;
}

.Lbg {
  display: flex;
  gap: 3rem;
}

.Lbg::before {
  content: '';
  flex: 0 0 auto;
  width: 18.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Lbg .con {
  flex: 1 1 auto;
}

.para01 {
  margin-top: 3.5rem;
}

.tbox{
  padding: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #ececec;
}

.conbox {
  padding: 3rem 1.5rem;
  font-size: 1.8rem;
  border: 1px solid #ccc
}

.bigtit {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
}

.bl01 {
  color: #5f7b34;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.5;
}

.para01.mt_n .bl01 {
  margin-top: 0;
}

.bl02 {  
  margin-left: 2.4rem;
}

.bl02 li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.6rem;
  font-size: 1.8rem;
}

.bl02 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
}

table.data {
  width: 100%;
}

table.data th,
table.data td {
  text-align: center;
  padding: 0.8rem;
  color: #404040;
  font-size: 1.8rem;
}

table.data thead th:first-child {
  border-bottom: 2px solid #fff;
}

table.data tbody th {
  font-weight: 700;
  border: 1px solid #ececec;
  background: #f5f5f5;
}

table.data tbody td {
  border: 1px solid #ececec;
}

table.data.left tbody th {
  text-align: center;
}

table.data.left tbody td {
  text-align: left;
}

table.data ul {
  text-align: left;
}

table.data ul>li {
  margin-top: 0.8rem;
  font-size: 1.8rem;
}

table.data ul>li:first-child {
  margin-top: 0;
}

table.data.sfont.center th,
table.data.sfont.center p,
table.data.sfont.center td {
  text-align: center;
  font-size: 1.3rem;
}

table.data.sfont.center+table.data.sfont.center  {
  margin-top: 1.5rem;
}

table.data.sfont.center+ul {
  margin-top: 1.5rem;
}

table.data.sfont.center+ul li {
  display: flex;
  font-size: 1.3rem;
}

table.data.sfont.center+ul li span {
  width: 10%;
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.conbtn {
  display: inline-flex;
  gap: 1rem;
  padding: 1.5rem 2rem;
  color: #ff5a5f;
  font-size: 1.4rem;
  border: 1px solid #ff5a5f;
  border-radius: 0.9rem;
  transition: .2s;
}

.conbtn:hover {
  color: #f0f0f0;
  background: #ff5a5f;
}

.conbtn i {
  display: block;
  margin-top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
}

.conbtn i.map {
  background: url(../../img/sub/ic-map.svg) no-repeat 0 0 / 100%;
}

.conbtn:hover i.map {
  background-position: 0 -1.5rem;
}

.topline {
  padding-top:3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}


/* mb */
@media screen and (max-width:1024px) { 
  .flex-con {
    flex-direction: column;
  }
}

/* mid-mb */
@media screen and (max-width:800px) {
  .Lbg {
    flex-direction: column;
  }

  .Lbg::before {
    width: 100%;
    height: 20rem;
  }
}

/* min-mb */
@media screen and (max-width:500px) {
}

