@charset "utf-8";
/*=============================================
service 運営代行LP
=============================================*/
main {
 padding-bottom: 0 !important;
}
.page-service .header-inner,
.page-page-service .header-inner {
 background: #fff !important;
}
.page-service .header-inner #header-logo .d,
.page-page-service .header-inner #header-logo .d {
 fill: #008080 !important;
}
.page-service section.bottom-contact,
.page-page-service section.bottom-contact {
 padding-top: 0;
}
.page-service .service-inner,
.page-page-service .service-inner {
 background-color: #fff !important;
}
/* top-vis.en load *********************/
/*.service-inner .catch, .service-inner .lead, .service-inner .mv, .contact-link1 {
	opacity: 0;
	transition-property: opacity, transform, transition-delay, animation;
	transition-duration: 1s;
	transition-timing-function: ease;
}*/
.service-inner .catch.active, .service-inner .lead.active, .service-inner .mv.active, .service-inner .contact-link1.active {
 opacity: 1;
 transform: translate(0);
}
.service-inner .catch {
 transform: translateY(-15%);
}
.service-inner .lead {
 transform: translateY(15%);
}
.service-inner .mv {
 /*transform: translateX(20%);*/
 background: none !important;
}
.service-inner .contact-link1 {
 transform: translateY(15%);
}
.service-inner .catch.active {
 transition-delay: 0.3s;
}
.service-inner .lead.active {
 transition-delay: 1s;
}
.service-inner .mv.active {
 -webkit-animation: poyon 1s linear both;
 animation: poyon 1s linear both;
}
.service-inner .contact-link1.active {
 transition-delay: 1.5s;
}
/* top-visual ========================================*/
.top-vis {
 position: relative;
 width: 100%;
 overflow: hidden;
}
.top-vis .top-txt {
 position: relative;
 padding: 0 6%;
}
.top-vis .top-txt::before {
 content: "";
 position: absolute;
 top: 0;
 right: 2%;
 bottom: 0;
 left: 0;
 background-position: right bottom;
 background-repeat: no-repeat;
 background-size: 55%;
 background-image: url(../img/service/top_bgtxt.svg);
}
.top-vis .catch {
 margin: 16% 0 0;
 line-height: 1.3;
 font-weight: bold;
 font-size: 8vw;
}
.top-vis .catch span:nth-of-type(1) {
 color: #fb7967;
}
.top-vis .catch span:nth-of-type(2) {
 color: #008080;
}
.top-vis .lead {
 margin-bottom: 1em;
 /*font-weight: bold;*/
 font-size: 1.2rem;
}
.top-vis .top-img {
 position: relative;
 max-width: 840px;
 margin: 0 auto;
}
.top-vis .top-img img {
 padding: 10% 4%;
 position: relative;
 z-index: 1;
}
.top-vis .top-img::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: 0 15%;
 z-index: 0;
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: 100%;
 background-image: url(../img/service/top_bg.svg);
 animation: roll 30s linear infinite;
}
@keyframes roll {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
.top-vis .wico-down {
 position: relative;
 z-index: 1;
 text-align: center;
}
.top-vis .wico-down .wico {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 24px;
 height: 24px;
 margin: 0 auto;
 color: #fb7967;
 border: dashed 1px #fb7967;
 border-radius: 50%;
 font-size: 1.2rem;
}
/*@media ------------------------------*/
@media screen and (min-width:768px) and (max-width:1024px) {
 .top-vis .top-txt {
  padding-left: 10%;
 }
 .top-vis .top-txt::before {
  top: 0;
  right: 5%;
  bottom: -15%;
  left: 0;
  background-position: right bottom;
  background-size: 40%;
 }
 .top-vis .catch {
  margin: 10% 0 0;
  font-size: 6vw;
 }
 .top-vis .lead {
  font-size: 1.5rem;
 }
 .top-vis .top-img img {
  padding: 6% 8%;
 }
 .top-vis .top-img::before {
  margin: 0 20%;
 }
}
/*@media ------------------------------*/
@media screen and (min-width:1025px) {
 .top-vis .inner {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
 }
 .top-vis .top-txt {
  margin-left: 6%;
  margin-top: 50px;
  padding: 0;
 }
 .top-vis .top-txt::before {
  top: 12%;
  right: 0;
  bottom: 0;
  left: -55px;
  background-position: top left;
  background-size: 100%;
 }
 .top-vis .catch {
  margin: 0;
  line-height: 1.4;
  font-size: 7rem;
 }
 .top-vis .lead {
  margin-bottom: 3em;
  font-size: 1.8rem;
 }
 .top-vis .top-img {
  flex: 1;
  max-width: 700px;
  margin: 0 -60px 0 0;
  /* IE */
  margin: 0;
  padding: 80px 0;
 }
 .top-vis .top-img img {
  padding: 0;
 }
 .top-vis .top-img::before {
  margin: 0 80px;
 }
 .top-vis .wico-down {
  margin-top: -20px;
 }
 .top-vis .wico-down .wico {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2.5rem;
 }
}
/*@media ------------------------------*/
@media screen and (min-width:835px) and (max-width:1380px) {
 .top-vis .catch {
  font-size: 5vw;
 }
 .top-vis .lead {
  font-size: 1.3vw;
 }
}
/* mainArea ========================================*/
.service-inner .bgpat {
 position: relative;
 height: 53px;
 background: #fff;
}
.service-inner .bgpat-gw {
 background: #f5f5f5;
}
.service-inner .bgpat svg {
 position: absolute;
 bottom: 0;
 width: 100%;
 /* svg+1px */
 height: 54px;
 fill: #f5f5f5;
}
.service-inner .bgpat-gw svg {
 fill: #fff;
}
.service-inner section {
 margin-top: -53px;
 padding-top: 53px;
 box-sizing: border-box;
 background-color: #fff;
}
.service-inner section .inner {
 padding: 0 7% 40px;
}
.service-inner section h2 {
 padding: 20px 0 40px;
 text-align: center;
 line-height: 1;
}
.service-inner h2 {
 margin: 0;
}
.service-inner h2::before {
 content: none !important;
}
.service-inner section h2 .en {
 display: block;
 color: rgba(204, 204, 204, 0.3);
 font-size: 4rem;
}
.service-inner section h2 .ttl {
 position: relative;
 z-index: 1;
 margin-top: -1em;
 font-weight: bold;
 font-size: 2rem;
 line-height: 1.5;
}
.service-inner section h2 .ttl span {
 border-bottom: solid 3px #fb7967;
}
.service-inner .bg-g {
 background: #f5f5f5;
}
.point {
 margin: 40px auto;
 text-align: center;
}
.point p {
 display: inline-block;
 position: relative;
}
.point p::before, .point p::after {
 position: absolute;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 font-size: 100%;
 color: #333;
}
.point p::before {
 content: "\f10d";
 top: -1.2em;
 left: -0.5em;
}
.point p::after {
 content: "\f10e";
 bottom: -1.2em;
 right: -0.5em;
}
.point strong {
 line-height: 1.8;
 text-align: center;
 font-weight: bold;
 font-size: 2.2rem;
}
.ex-txt em {
 font-weight: bold;
 color: #008080;
}
.ex-txt strong {
 display: block;
 margin-bottom: 1em;
 font-weight: bold;
 font-size: 1.8rem;
}
.ex-txt strong .wico {
 padding-right: 0.4em;
 font-size: 130%;
 color: #008080;
}
.ex-img {
 max-width: 500px;
 margin: 40px auto;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .service-inner .bgpat {
  height: 90px;
 }
 .service-inner .bgpat svg {
  height: 90px;
  /* svg+1px */
  height: 91px;
 }
 .service-inner section {
  margin-top: -63px;
  padding-top: 63px;
  box-sizing: border-box;
 }
 .service-inner section .inner {
  padding: 0 60px 80px;
 }
 .service-inner section h2 {
  padding: 40px 0 60px;
 }
 .service-inner section h2 .en {
  font-size: 8rem;
 }
 .service-inner section h2 .ttl {
  margin-top: -0.9em;
  line-height: 1.3;
  font-size: 3.4rem;
 }
 .service-inner section h2 .ttl span {
  border-bottom: solid 4px #fb7967;
 }
 .service-inner section .contents {
  max-width: 1200px;
  margin: 0 auto;
 }
 .point {
  margin: 80px auto;
 }
 .point p::before, .point p::after {
  font-size: 130%;
 }
 .point p::before {
  top: -1em;
  left: -1.5em;
 }
 .point p::after {
  bottom: -1em;
  right: -1.5em;
 }
 .point strong {
  font-size: 3.8rem;
  line-height: 1.7;
 }
 .ex-txt {
  max-width: 880px;
  margin: 0 auto;
 }
 .ex-txt strong {
  font-size: 3rem;
 }
 .ex-img {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
 }
}
/* contact btn ========================================*/
.contact-link {
 max-width: 100%;
 margin: 0 auto 30px;
 position: relative;
 z-index: 1;
}
.contact-link a {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 width: 80%;
 max-width: 400px;
 margin: 0 auto;
}
.contact-link p {
 width: 100%;
 padding-right: 1em;
 color: #fff;
 text-align: center;
 font-weight: bold;
 font-size: 1.4rem;
 line-height: 42px;
 background: #222;
 transition: 0.2s;
}
.contact-link a:hover p {
 background: #008080;
}
.contact-link p .wico {
 display: inline-block;
 margin-right: 0.5em;
 font-size: 130%;
 vertical-align: middle;
}
.contact-link img {
 width: 45%;
 max-width: 160px;
 margin-right: -8%;
 margin-left: -20%;
}
.contact-link a:hover img {
 opacity: 1;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .contact-link {
  max-width: 1200px;
  margin: 0 auto 20px;
 }
 .contact-link a {
  width: 60%;
  max-width: 600px;
 }
 .contact-link p {
  padding-right: 0;
  font-size: 2rem;
  line-height: 70px;
 }
 .contact-link p .wico {
  margin-right: 1em;
  font-size: 120%;
  vertical-align: middle;
 }
 .contact-link img {
  width: 35%;
  max-width: none;
  margin-right: -10%;
  margin-left: -20%;
 }
 .contact-link a:hover img {
  opacity: 1;
 }
}
/* resolution ========================================*/
.balloon ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 margin-bottom: 20px;
}
.balloon li {
 position: relative;
 width: 46%;
 margin-bottom: 25px;
 padding: 1em 4% 1.5em;
 background: #fff;
 border-radius: 25px;
}
.balloon li::before {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -15px;
 border: 15px solid transparent;
 border-top: 15px solid #fff;
}
.balloon li .comment {
 color: #888;
 line-height: 1.6;
 font-size: 1.4rem;
}
.balloon li .comment span {
 border-bottom: dashed 1px #fb7967;
}
.balloon li .wico {
 display: block;
 text-align: center;
 margin-bottom: 0.3em;
 font-size: 160%;
}
.txtimgBox {
 margin: 60px 0;
 overflow: hidden;
}
.txtimgBox li {
 margin-bottom: 60px;
}
.txtimgBox li:last-of-type {
 margin-bottom: 0;
}
.txtimgBox .item-txt {
 text-align: center;
}
.txtimgBox li .num {
 position: relative;
 display: inline-block;
 margin-bottom: 0.2em;
 line-height: 1;
 font-size: 5rem;
}
.txtimgBox li .num::before, .txtimgBox li .num::after {
 position: absolute;
 content: "";
 top: 50%;
 bottom: 50%;
 width: 30px;
 height: 2px;
 background: #333;
}
.txtimgBox li .num::before {
 left: -40px;
}
.txtimgBox li .num::after {
 right: -40px;
}
.txtimgBox li h3 {
 margin-bottom: 0.5em;
 font-weight: bold;
 font-size: 2rem;
 line-height: 1.6;
}
.txtimgBox li .txt {
 margin-bottom: 2em;
 text-align: left;
}
.txtimgBox li .img {
 width: 94%;
 max-width: 360px;
 margin: 0 auto;
 background: #f5f5f5;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .balloon ul {
  justify-content: center;
  margin-bottom: 50px;
 }
 .balloon li {
  width: 220px;
  margin: 0 10px 30px;
  padding: 1.5em 1em 2em;
 }
 .balloon li::before {
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
 }
 .balloon li .comment {
  font-size: 1.8rem;
 }
 .balloon li .wico {
  margin-bottom: 0.3em;
  font-size: 160%;
 }
 .txtimgBox {
  margin: 120px 0 140px;
  padding: 0;
 }
 .txtimgBox li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
 }
 .txtimgBox li:nth-of-type(2n) {
  flex-direction: row-reverse;
 }
 .txtimgBox li::before {
  position: absolute;
  content: url(../img/service/resolution_bg.svg);
  top: 90%;
  left: 35%;
  width: 30%;
  height: auto;
 }
 .txtimgBox li:nth-of-type(2n)::before {
  transform: scaleX(-1);
 }
 .txtimgBox li:last-of-type::before {
  content: none;
 }
 .txtimgBox .item-txt {
  flex: 1;
 }
 .txtimgBox li .num {
  margin-bottom: 0.3em;
  font-size: 9rem;
 }
 .txtimgBox li .num::before, .txtimgBox li .num::after {
  width: 50px;
  height: 2px;
 }
 .txtimgBox li .num::before {
  left: -60px;
 }
 .txtimgBox li .num::after {
  right: -60px;
 }
 .txtimgBox li h3 {
  margin-bottom: 0.8em;
  font-size: 3.2rem;
 }
 .txtimgBox li .txt {
  margin-bottom: 0;
  text-align: center;
 }
 .txtimgBox li .img {
  width: 48%;
  max-width: none;
  margin: 20px 0 0 0;
  padding: 30px 0;
 }
}
/*@media ------------------------------*/
@media screen and (min-width:835px) and (max-width:1360px) {
 .txtimgBox li .num {
  font-size: 8.5vw;
 }
 .txtimgBox li h3 {
  font-size: 2.2vw;
 }
 .txtimgBox li .txt {
  font-size: 1.3vw;
 }
}
/* popularity ========================================*/
.popularity .ba {
 margin-bottom: 50px;
}
.popularity .item {
 max-width: 500px;
 margin: 0 auto 30px;
 padding: 30px 0;
}
.popularity .before {
 background: #ddd;
}
.popularity .after {
 background: #fb7967;
 color: #fff;
}
.popularity .item .en {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 8em;
 margin: 0 auto 20px;
 padding: 0.3em 0;
 line-height: 1;
 text-align: center;
 font-size: 1.8rem;
 color: #fff;
 border-radius: 50px;
}
.popularity .before .en {
 background: #888;
}
.popularity .after .en {
 background: #222;
}
.popularity .item .ttl {
 margin-bottom: 30px;
 line-height: 1.6;
 text-align: center;
 font-weight: bold;
 font-size: 1.8rem;
}
.popularity .after .ttl {
 color: #fff;
}
.popularity .item img {
 display: block;
 width: 96%;
 max-width: 340px;
 margin: 0 auto 20px;
}
.popularity .item .txt {
 padding: 0 6%;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .popularity .ba {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
 }
 .popularity .item {
  width: 48%;
  max-width: none;
  margin: 0 20px;
  padding: 40px 0;
 }
 .popularity .before {
  border-width: 10px;
 }
 .popularity .after {
  border-width: 10px;
 }
 .popularity .item .en {
  width: 8em;
  margin: 0 auto 30px;
  padding: 0.3em 0;
  font-size: 2.4rem;
  border-radius: 100px;
 }
 .popularity .item .ttl {
  margin-bottom: 40px;
  font-size: 2.6rem;
 }
 .popularity .item img {
  width: 88%;
  max-width: none;
  margin: 0 auto 40px;
 }
 .popularity .item .txt {
  padding: 0 30px;
  font-size: 1.6rem;
 }
}
/* feature ========================================*/
.hexagon li {
 display: flex;
 justify-content: space-around;
 align-items: center;
 margin-bottom: 40px;
}
.hexagon li:nth-of-type(2n) {
 flex-direction: row-reverse;
}
.hexagon li:last-of-type {
 margin-bottom: 0;
}
.hexagon li .item-fig {
 position: relative;
 width: 50%;
 overflow: hidden;
 max-width: 200px;
}
.hexagon li .item-fig p {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 100%;
 text-align: center;
 line-height: 1.3;
 color: #fb7967;
 font-weight: bold;
 font-size: 1.4rem;
}
.hexagon li .item-fig p em {
 color: #333;
}
.hexagon li .item-fig p .en {
 font-size: 5.2rem;
}
.hexagon li:nth-child(2) .item-fig p .en {
 letter-spacing: -0.05em;
}
.hexagon li .item-txt {
 flex: 1;
 padding: 0 4%;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .hexagon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 .hexagon li {
  display: block;
  width: 300px;
  margin: 0 20px 20px;
 }
 .hexagon li .item-fig {
  width: 300px;
  overflow: hidden;
  max-width: none;
 }
 .hexagon li .item-fig p {
  /* IE */
  /*width: 260px;*/
  line-height: 1.2;
  font-size: 2.4rem;
 }
 .hexagon li .item-fig p .en {
  font-size: 9rem;
 }
 .hexagon li .item-txt {
  flex: initial;
  padding: 1.5em 0 0;
 }
 .hexagon li .item-txt .en {
  margin-bottom: 0.5em;
  text-align: center;
 }
}
/* service ========================================*/
.service .item > li {
 margin-bottom: 30px;
 padding-bottom: 20px;
 border-bottom: solid 1px #ccc;
}
.service .item > li:last-of-type {
 margin-bottom: 0;
 padding-bottom: 0;
 border-bottom: none;
}
.service .item > li .item-img {
 position: relative;
 width: 80%;
 max-width: 400px;
 overflow: hidden;
 margin: 0 auto;
}
.service .item > li .item-img p {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 100%;
 text-align: center;
 color: #fff;
 font-weight: bold;
 font-size: 2rem;
 line-height: 1.6;
}
.service .item > li .item-img p .wico {
 display: block;
 width: 56px;
 height: 56px;
 border: solid 1px #fff;
 border-radius: 50%;
 margin: 5px auto 0;
 padding-top: 13px;
 font-size: 2.6rem;
}
.service .item-txt {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 max-width: 400px;
 margin: 15px auto 0;
 font-size: 1.2rem;
}
.service .item-txt li {
 margin-right: 1em;
}
.service .item-txt li::before {
 content: "■";
 top: 0;
 left: 0;
 padding-right: 0.3em;
 font-size: 80%;
}
.service .item-txt li.tr {
 margin-right: 0;
 margin-left: auto;
 text-align: right;
}
.service .item-txt li.wmax {
 width: 100%;
 margin-right: 0;
}
.service .item-txt li.tr::before, .service .item-txt li.wmax::before {
 content: none;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .service .item > li {
  width: 47%;
  overflow: hidden;
  margin: 0 0 60px;
  padding-bottom: 0;
  border-bottom: none;
 }
 .service .item > li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
 }
 .service .item > li .item-img {
  width: 100%;
  max-width: none;
 }
 .service .item > li .item-img p {
  font-size: 2.8rem;
 }
 .service .item > li .item-img p .wico {
  width: 76px;
  height: 76px;
  margin: 5px auto 0;
  padding-top: 16px;
  font-size: 4rem;
 }
 .service .item-txt {
  max-width: none;
  margin: 20px auto 0;
  font-size: 1.6rem;
 }
 .service .item-txt li {
  margin-right: 1em;
 }
}
/* flow ========================================*/
.flow {
 display: flex;
}
.flow ol {
 margin-left: 6%;
}
.flow li {
 position: relative;
 width: 130px;
 height: 130px;
 overflow: hidden;
 margin-bottom: 5px;
 padding-bottom: 20px;
 box-sizing: content-box;
 line-height: 1;
}
.flow li::after {
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translate(-50%, 0);
 content: "\f078";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 font-size: 1.6rem;
 color: #333;
}
.flow li:last-of-type::after {
 content: none;
}
.flow .item-fig {
 position: relative;
 width: 130px;
 height: 130px;
 background: #fff;
 border-radius: 50%;
}
.flow .item-fig p {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 text-align: center;
 color: #fb7967;
 font-weight: bold;
 font-size: 1.8rem;
}
.flow .item-fig p .en {
 display: block;
 margin-bottom: 0.2em;
 color: #008080;
 font-size: 1.4rem;
}
.flow .item-fig p .wico {
 display: block;
 margin-top: 0.3em;
 color: #cdcfca;
 font-size: 3.2rem;
}
.flow .ol-txt {
 flex: 1;
 margin-left: 6%;
}
.flow .ol-txt p {
 margin-top: 100px;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .flow {
  display: block;
 }
 .flow ol {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0;
 }
 .flow li {
  width: 180px;
  height: 180px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 10px;
  padding-right: 25px;
 }
 .flow li:last-of-type {
  margin-right: 0;
  padding-right: 0;
 }
 .flow li::after {
  bottom: 0;
  left: auto;
  right: 0;
  transform: none;
  content: "\f054";
  line-height: 180px;
  font-size: 2rem;
 }
 .flow .item-fig {
  width: 180px;
  height: 180px;
 }
 .flow .item-fig p {
  /* IE */
  /*width: 180px;*/
  font-size: 2.6rem;
 }
 .flow .item-fig p .en {
  margin-bottom: 0.3em;
  font-size: 2rem;
 }
 .flow .item-fig p .wico {
  margin-top: 0.5em;
  font-size: 4.2rem;
 }
 .flow .ol-txt {
  display: flex;
  justify-content: space-between;
  flex: none;
  max-width: 1000px;
  margin: 0 auto;
 }
 .flow .ol-txt1 {
  width: 30%;
 }
 .flow .ol-txt2 {
  width: 70%;
 }
 .flow .ol-txt p {
  display: flex;
  justify-content: center;
  margin: 20px 0 60px;
  padding-left: 50px;
  box-sizing: content-box;
  font-size: 1.5rem;
 }
 .flow .ol-txt p span {
  margin-left: 20px;
 }
}
/* support ========================================*/
#support .point {
 margin-top: 0;
}
#support .ex-img {
 margin-bottom: 0;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 #support .point {
  margin-top: 30px;
 }
 #support .ex-img {
  width: 75%;
  margin-bottom: 0;
 }
}
/* price ========================================*/
.price {
 margin-bottom: 40px;
}
.price:last-of-type {
 margin-bottom: 0;
}
.price h3 {
 margin-bottom: 20px;
 font-weight: bold;
}
.price .det {
 color: #fb7967;
 line-height: 1.6;
 font-size: 3rem;
 font-weight: bold;
}
.price table {
 margin-bottom: 20px;
 background: #fff;
}
.price table tr {
 border-top: solid 1px #999;
}
.price thead th {
 background: #999;
 color: #fff;
}
.price tbody th {
 background: #fb7967;
 color: #fff;
}
.price th, .price td {
 padding: 0.5em 3%;
 line-height: 1.6;
 text-align: left;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .price {
  max-width: 880px;
  margin: 0 auto 60px;
 }
 .price h3 {
  margin-bottom: 40px;
 }
 .price .det {
  font-size: 5rem;
 }
 .price table {
  width: 880px;
  margin-bottom: 40px;
 }
 .price th, .price td {
  padding: 2em;
 }
 .price thead th {
  padding-top: 1em;
  padding-bottom: 1em;
 }
}
/* option ========================================*/
.option ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: 40px;
}
.option li {
 width: 48.5%;
 overflow: hidden;
 margin-bottom: 3%;
 padding: 20px 1%;
 color: #008080;
 border: solid 2px #008080;
 border-radius: 7px;
 font-weight: bold;
 text-align: center;
 line-height: 1.3;
}
.option li .wico {
 display: block;
 margin-top: 0.3em;
 font-size: 3rem;
}
.option .lead {
 margin-top: 1em;
 color: #008080;
 text-align: center;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .option ul {
  justify-content: space-between;
  max-width: 880px;
  margin: 80px auto 0;
 }
 .option li {
  width: 32%;
  margin: 0 0 20px;
  padding: 1.5em 1em;
  font-size: 2rem;
 }
 .option li .wico {
  margin-top: 0.3em;
  font-size: 4rem;
 }
}
/* qa ========================================*/
.service-inner section#qa .inner {
 padding: 0 7% 60px;
}
.qa dt, .qa dd {
 position: relative;
 line-height: 1.6;
}
.qa dt {
 margin-bottom: 1em;
 font-weight: bold;
}
.qa dd {
 margin-bottom: 2em;
}
.qa dd:last-of-type {
 margin-bottom: 0;
}
.qa dt::before, .qa dd::before {
 position: absolute;
 top: 0;
 left: 0;
 width: 32px;
 height: 32px;
 /*line-height: 32px;*/
 line-height: 1;
 padding-top: 8px;
 padding-left: 0;
 color: #fff;
 text-align: center;
 border-radius: 50%;
}
.qa dt::before {
 content: "Q";
 background: #008080;
 font-weight: bold;
}
.qa dd::before {
 content: "A";
 background: #fb7967;
 font-weight: bold;
}
.qa dt p, .qa dd p {
 margin-left: 40px;
}
.qa p a {
 text-decoration: underline;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .service-inner section#qa .inner {
  padding: 0 60px 140px;
 }
 .qa {
  max-width: 880px;
  margin: 0 auto;
 }
 .qa dt {
  margin-bottom: 1.2em;
 }
 .qa dd {
  margin-bottom: 3.5em;
 }
 .qa dt::before, .qa dd::before {
  font-size: 2rem;
 }
 .qa dt::before, .qa dd::before {
  width: 36px;
  height: 36px;
  /*line-height: 36px;*/
  line-height: 1;
  padding-top: 7px;
  padding-left: 2px;
 }
 .qa dt p, .qa dd p {
  margin-left: 50px;
 }
}
/* works ========================================*/
.works ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.works li {
 position: relative;
 width: 48%;
 margin-bottom: 12px;
 overflow: hidden;
}
.works li img {
 transition: 0.3s;
}
.works li img:hover {
 transform: scale(1.1);
 transition: 0.3s;
}
.works li p {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 6em;
 padding: 0.5em 0.5em 0;
 background: rgba(51, 51, 51, 0.75);
 word-break: break-all;
}
.works li p span {
 display: block;
 color: #fff;
 line-height: 1.4;
 font-size: 1.4rem;
}
.works li p em {
 margin-right: 0.5em;
 padding: 0 0.5em;
 line-height: 1;
 color: #333;
 background: #fff;
 font-weight: bold;
 font-size: 1rem;
}
.works .btn {
 margin-top: 20px;
}
/*@media ------------------------------*/
@media screen and (min-width:835px) {
 .works ul {
  flex-wrap: nowrap;
  justify-content: space-between;
 }
 .works li {
  width: 272px;
  margin-bottom: 35px;
 }
 .works li p {
  height: 6em;
  padding: 0.8em 1em 0;
 }
 .works li p span {
  font-size: 1.6rem;
 }
 .works li p em {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 1.4rem;
 }
 .works .btn {
  margin-top: 35px;
 }
}