.service_contents {
  border-bottom: 1px solid #FF8E1D;
  padding-bottom: 60px;
  margin-bottom: 45px;
}
.service_contents figure img {
  width: 100%;
}
.service_contents .contents_inner div {
  width: calc(100% - 385px);
}
@media only screen and (max-width: 768px) {
  .service_contents .contents_inner div {
    width: 100%;
  }
}
.service_contents .contents_inner div.flex {
  flex-direction: column;
  align-items: center;
  width: 385px;
}
.service_contents .contents_inner div.flex p {
  color: #FF8E1D;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.service_contents .contents_inner div.flex a {
  color: #939393;
  border: 1px solid;
  font-size: 24px;
  line-height: 44px;
  padding: 0 40px;
}
.service_contents .contents_inner div.flex a:hover {
  border-color: #FF8E1D;
  background: #FF8E1D;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .service_contents .contents_inner {
    flex-direction: column-reverse;
  }
}

#seo_wrap .seo_contents {
  margin-bottom: 40px;
}
#seo_wrap .seo_contents figure {
  max-width: 580px;
}
#seo_wrap .seo_contents figure img {
  width: 100%;
}
#seo_wrap .seo_contents .contents_inner {
  margin-left: 40px;
  width: 100%;
}
#seo_wrap .seo_contents .contents_inner h3 {
  font-size: 22px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #seo_wrap .seo_contents .contents_inner {
    margin-left: 0;
  }
}
#seo_wrap .seo_contents:nth-child(odd) {
  flex-direction: row-reverse;
}
#seo_wrap .seo_contents:nth-child(odd) .contents_inner {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  #seo_wrap .seo_contents:nth-child(odd) {
    flex-direction: column;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #seo_wrap .seo_contents {
    flex-direction: column;
  }
}

#seo_kitsune {
  background-color: #FFF3E6;
  padding: 80px 0;
}
#seo_kitsune h3 {
  justify-content: center;
}
#seo_kitsune #seo_kitsune_inner_wrap .seo_contents {
  width: 30%;
}
#seo_kitsune #seo_kitsune_inner_wrap .seo_contents figure {
  width: 100%;
}
#seo_kitsune #seo_kitsune_inner_wrap .seo_contents figure img {
  width: 100%;
}
#seo_kitsune #seo_kitsune_inner_wrap .seo_contents .contents_inner {
  margin-left: 0;
  margin-right: 0;
}
#seo_kitsune #seo_kitsune_inner_wrap .seo_contents .contents_inner h4 {
  font-size: 22px;
  color: #FF8E1D;
  text-align: center;
  margin: 10px auto;
}
#seo_kitsune #seo_kitsune_inner_wrap .seo_contents .contents_inner p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #seo_kitsune #seo_kitsune_inner_wrap .seo_contents {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #seo_kitsune #seo_kitsune_inner_wrap {
    display: block;
  }
}
#seo_kitsune #contact_btn {
  height: 87px;
  width: 100%;
  max-width: 452px;
  border: 2px solid #FF8E1D;
  background: #FF8E1D;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 80px auto 0;
}
#seo_kitsune #contact_btn span {
  margin-left: 10px;
}
#seo_kitsune #contact_btn:hover {
  background: #fff;
  color: #FF8E1D;
}
#seo_kitsune #contact_btn:hover svg path {
  fill: #FF8E1D;
}