@charset "UTF-8";

.other{
  background: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 0;
  margin-bottom: 90px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .other{
    padding: 15px 0 0;
    margin-bottom: 15px;
    overflow: hidden;
  }
}

.ohter_block{
  margin:0 auto;
  max-width:1280px;
  box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
  padding:50px;
  background: #fff;
  margin-bottom:70px;
}

@media (max-width: 900px) {
  .ohter_block{
    padding:20px;
    margin-bottom:15px;
  }
}

.ohter_block_ttl{
  font-size:24px;
  font-weight:600;
  text-align:center;
  margin-bottom:50px;
}

@media (max-width: 900px) {
  .ohter_block_ttl{
    font-size:16px;
    margin-bottom:20px;
  }
}

.ohter_block_content{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.ohter_txtarea{
  width:48%;
}

.ohter_txtarea_ttl{
  font-size:20px;
  font-weight:600;
  margin-bottom:25px;
  line-height:1.5;
}

@media (max-width: 900px) {
  .ohter_txtarea_ttl{
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
    line-height:1.5;
  }
}

.ohter_photo{
  width:48%;
  border:3px solid rgba(207 207 207 / 48%);;
  padding:30px;
}

.ohter_photo figcaption{
  text-align:center;
  font-weight:600;
  margin-top:20px;
}

.other_link{
    display: inline-block;
    margin: 30px 0 15px;
    position: relative;
    color: #fff;
    background: #000;
    padding: 10px 40px;
    font-size: 14px;
    cursor: pointer;
}

.other_link:hover{
  opacity:0.8;
  transition: all 0.7s;

}

.other_link:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
.feature{
  margin:90px 0;
}

@media (max-width: 900px) {
  .feature{
    margin:15px 0;
  }
}

.feature_list{
  display:flex;
  flex-direction:column;

}

.feature_item{
  display:flex;
  flex-direction:row;
  background: #fff;
  box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
  padding:30px;
  margin-bottom:50px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 900px) {
  .feature_item{
    display:flex;
    flex-direction:column;
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    padding:20px;
    margin-bottom:15px;
  }
}

.feature_item:nth-child(2n){
  flex-direction: row-reverse;
}

@media (max-width: 900px) {
  .feature_item:nth-child(2n){
    flex-direction: column;
  }
}

.feature_item_main{
  width:50%;
}

@media (max-width: 900px) {
  .feature_item_main{
    width:100%;
    margin-right:0;
  }
}

.feature_item_img{
  width: calc(100% - 50% - 60px);
}

@media (max-width: 900px) {
  .feature_item_img{
    width: 100%;
    text-align:center;
  }  
}

.feature_item_ttl{
  font-size:22px;
  font-weight:700;
   margin-bottom: 25px;
}

.feature_item_subttl{
  font-size:16px;
  font-weight:600;
  margin-bottom:5px;
}

@media (max-width: 900px) {
  .feature_item_subttl{
    font-size:14px;
  }
}

.feature_item_tag{
  display:inline-block;
  padding: 8px 18px 6px;
  border-radius: 20px;
  margin-bottom: 13px;
  background:#0696d7;
  font-weight:500;
  color:#fff;
}

@media (max-width: 900px) {
  .feature_item_ttl{
    font-size:16px;
    font-weight:700;
     margin-bottom: 10px;
  }
}

.feature_item_btn{
  display: inline-block;
  margin: 30px 0 15px;
  position: relative;
  color: #fff;
  background: #000;
  padding: 10px 50px;
  font-size:14px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .feature_item_btn{
    display: block;
    margin: 25px 0 15px;
    position: relative;
    color: #fff;
    background: #000;
    padding: 10px 50px;
    font-size:14px;
    cursor: pointer;
    text-align:center;
  }  
}

.feature_item_btn:hover{
  opacity:0.7;
  transition:all 0.3s;
}


.feature_item_btn:before{
  content:"";
  display:block;
  position:absolute;
  width:8px;
  height:8px;
  border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.feature_item_wrap{
  background: #f2f8fa;
  padding: 15px;
  margin-bottom:10px;

}

.feature_main_list{
  font-size:14px;
}

.feature_main_item{
    position: relative;
    padding: 0 0 5px 20px;
}

.feature_main_item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #0696d7;
  top: 12px;
  left: 0;
}
