@charset "UTF-8";
.btn_white {
  display: block;
  border: 1px solid #f58030;
  background: #fff;
  color: #f58030;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

.btn_orange {
  display: block;
  border: 1px solid #f58030;
  background: #f58030;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .btn_white {
    display: inline-block;
    padding: 1em 65px;
  }
  .btn_orange {
    display: inline-block;
    padding: 1em 65px;
  }
}

/* arrow_s */
.arrow_s {
  position: relative;
  padding: 0 0 0 32px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_s:before,
.arrow_s:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_s:before {
  left: 0px;
  width: 14px;
  height: 1px;
  background: #f58030;
}

.arrow_s:after {
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_m */
.arrow_m {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_m:before,
.arrow_m:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_m:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #f58030;
}

.arrow_m:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_w */
.arrow_w {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_w:before,
.arrow_w:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_w:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}

.arrow_w:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------
$ トップ
----------------------------------------------------------*/
#content .inner {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  #content .inner {
    width: 1200px;
  }
}

#content .ttl_font {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

@media all and (max-width: 320px) {
  #content .ttl_font {
    font-size: 22px;
  }
}

@media all and (min-width: 768px) {
  #content .ttl_font {
    font-weight: bold;
    text-align: center;
    font-size: 38px;
    line-height: 1.44;
    letter-spacing: 0.04em;
  }
}

#content .intro {
  padding-bottom: 12.6%;
  text-align: center;
}

#content .intro h2 {
  margin-bottom: 9%;
  color: #f58030;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 1;
}

#content .intro h2 span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f58030;
}

#content .intro h3 {
  margin-bottom: 4.4%;
  font-size: 22px;
  line-height: 1.31;
}

#content .intro p {
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content .intro p {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .intro {
    padding-bottom: 66px;
    text-align: center;
  }
  #content .intro h2 {
    margin-bottom: 50px;
    color: #f58030;
    letter-spacing: 0.08em;
    font-size: 22px;
    line-height: 1;
  }
  #content .intro h2 span {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #f58030;
  }
  #content .intro h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.56;
  }
}

#content .easystep {
  background: url(../img/bg_welcome_01_sp.jpg) center no-repeat;
  background-size: cover;
  padding-top: 16%;
  padding-bottom: 13.3%;
}

#content .easystep h3.backline {
  text-align: center;
  margin-bottom: 6.15%;
}

#content .easystep h3.backline span {
  font-size: 20px;
  line-height: 1.5;
}

#content .easystep p {
  color: #fff;
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 78%;
}

@media all and (min-width: 768px) {
  #content .easystep p {
    font-size: 16px;
    line-height: 2;
  }
}

#content .easystep ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content .easystep ol li {
  width: 45%;
  padding-top: 45%;
  background: #fff;
  position: relative;
  border-radius: 50%;
  font-weight: bold;
}

#content .easystep ol li:nth-child(odd) {
  float: left;
}

#content .easystep ol li:nth-child(odd):after {
  content: '';
  display: block;
  border-left: 9px solid #f58030;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: calc(50% - 7px);
  right: -18.5%;
}

#content .easystep ol li:nth-child(even) {
  float: right;
}

#content .easystep ol li:nth-child(1), #content .easystep ol li:nth-child(2) {
  margin-bottom: 4.95%;
}

#content .easystep ol li img {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 23.5%;
}

#content .easystep ol li span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1.36;
}

@media all and (min-width: 768px) {
  #content .easystep {
    background: url(../img/bg_welcome_01_pc.jpg) center no-repeat;
    max-width: 1200px;
    margin: 0 auto;
    padding: 110px 0 0;
    min-height: 1186px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content .easystep h3.backline {
    margin-bottom: 38px;
  }
  #content .easystep h3.backline span {
    font-size: 36px;
    line-height: 1.5;
  }
  #content .easystep p {
    width: 510px;
    margin: 0 auto 435px;
	text-align:center;
  }
  #content .easystep ol {
    width: 992px;
    margin: 0 auto;
  }
  #content .easystep ol li {
    width: 218px;
    padding-top: 218px;
  }
  #content .easystep ol li + li {
    margin-left: 40px;
  }
  #content .easystep ol li:nth-child(odd) {
    float: left;
  }
  #content .easystep ol li:nth-child(odd):after {
    right: -32px;
  }
  #content .easystep ol li:nth-child(even) {
    float: left;
  }
  #content .easystep ol li:nth-child(1), #content .easystep ol li:nth-child(2) {
    margin-bottom: 0;
  }
  #content .easystep ol li:nth-child(2):after {
    content: '';
    display: block;
    border-left: 9px solid #f58030;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: calc(50% - 7px);
    right: -32px;
  }
  #content .easystep ol li img {
    position: absolute;
    left: 3%;
    top: 3%;
    width: 23.5%;
  }
  #content .easystep ol li span {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1.5;
  }
}

#content .service {
  padding-top: 10%;
  padding-bottom: 10.9%;
}

#content .service h3 {
  margin-bottom: 4.7%;
}

#content .service h3 + p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 8%;
}

@media all and (min-width: 768px) {
  #content .service h3 + p {
    font-size: 16px;
    line-height: 2;
  }
}

#content .service .effect h4 {
  text-align: center;
  font-size: 22px;
}

#content .service .effect ul {
  margin-bottom: 14%;
}

#content .service .effect ul li {
  clear: both;
  padding-top: 9.5%;
  font-size: 15px;
  line-height: 1.6;
}

#content .service .effect ul li img {
  float: left;
  width: 28.5%;
}

#content .service .effect ul li .text_box {
  padding-left: 33.8%;
}

#content .service .effect ul li .text_box h5 {
  font-size: 17px;
}

@media all and (min-width: 768px) {
  #content .service {
    padding-top: 135px;
    padding-bottom: 100px;
  }
  #content .service h3 {
    margin-bottom: 25px;
  }
  #content .service h3 + p {
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 65px;
    text-align: center;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .service h3 + p {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .service .effect h4 {
    font-size: 32px;
  }
  #content .service .effect ul {
    margin-bottom: 110px;
  }
  #content .service .effect ul li {
    clear: none;
    float: left;
    width: 47.5%;
    padding-top: 48px;
    font-size: 16px;
    line-height: 2;
  }
  #content .service .effect ul li:nth-of-type(even) {
    float: right;
  }
  #content .service .effect ul li img {
    width: 118px;
  }
  #content .service .effect ul li .text_box {
    padding-left: 140px;
  }
  #content .service .effect ul li .text_box h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

#content .advantage h4 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 7.6%;
}

#content .advantage ul li + li {
  margin-top: 10.7%;
}

#content .advantage ul dl dt {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2;
}

#content .advantage ul dl dd {
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content .advantage ul dl dd {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .advantage h4 {
    font-size: 32px;
    margin-bottom: 54px;
  }
  #content .advantage ul li {
    float: left;
    width: 365px;
  }
  #content .advantage ul li + li {
    margin-top: 0;
    margin-left: 52px;
  }
  #content .advantage ul dl dt {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
  }
  #content .advantage ul dl dd {
    font-size: 15px;
    line-height: 1.73;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .advantage ul dl dd {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .advantage ul dl dd img {
    width: 100%;
    height: auto;
  }
}
