@charset 'utf-8';

.baseW {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 750px){
  .baseW {
    max-width: none;
    padding: 0 3%;
  }
}
@media all and (max-width: 490px){
  .baseW {
    padding: 0 5%;
  }
}

.dOneLine {
  display: inline-block;
}

@media all and (max-width: 750px){
  .dPcInline {
    display: none;
  }
}

.dSpInline {
  display: none;
}
@media all and (max-width: 750px){
  .dSpInline {
    display: inline;
  }
}


.boxContainer {
  overflow: hidden;
}


/*##### Service #####*/
.boxServiceTop {
  box-sizing: border-box;
  padding-bottom: 4.5em;
}
@media all and (max-width: 490px){
  .boxServiceTop {
    padding-bottom: 12vw;
  }
}

.boxServiceTop * {
  box-sizing: border-box;
}

.boxServiceTop .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 617px){
  .boxServiceTop .boxLink {
    padding: 0 3%;
  }
}

.boxServiceTop .boxLink > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 276px;
  height: 53px;
  margin-right: 9px;
  border: 2px #cdcdcd solid;
  border-radius: 60px;
  letter-spacing: 0.1em;
  transition: opacity 0.2s linear;
}
@media all and (max-width: 490px){
  .boxServiceTop .boxLink > a {
    width: 49%;
    height: 13vw;
    margin-right: 2%;
    border-radius: 13vw;
    font-size: 3.5vw;
  }
}

.boxServiceTop .boxLink > a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.boxServiceTop .boxLink > a:last-child {
  margin-right: 0;
}

.boxServiceTop .boxLink > a .icnServiceFukidashi01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 490px){
  .boxServiceTop .boxLink > a .icnServiceFukidashi01 {
    bottom: -5vw;
    height: 5vw
  }
}

.boxService01Wrap {
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
@media all and (max-width: 1119px){
  .boxService01Wrap {
    padding: 10vw 0 0 0;
  }
}

.boxService01Wrap * {
  box-sizing: border-box;
}

.boxService01Wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.boxService01Wrap ul > li {
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
@media all and (max-width: 490px){
  .boxService01Wrap ul > li {
    font-size: 3.2vw;
  }
}

.boxService01Wrap .boxBaseCom > p {
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
@media all and (max-width: 490px){
  .boxService01Wrap .boxBaseCom > p {
    font-size: 3.2vw;
  }
}

.boxService01Wrap img {
  max-width: 100%;
}

.boxService01Wrap .boxBaseCom > p .txt01,
.boxService01Wrap ul > li .txt01 {
  color: #c82b4b;
}

.boxService01 .ttl01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 89px;
  margin-bottom: 1.7em;
  padding-bottom: 15px;
  background-image: url('./assets/images/common/ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  text-align: center;
  letter-spacing: 0.18em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #497100;
}
@media all and (max-width: 597px){
  .boxService01 .ttl01 {
    height: 15vw;
    margin-bottom: 11vw;
    padding-bottom: 3vw;
    background-size: 100% 100%;
    font-size: 6.4vw;
  }
}

.boxService01 .icnService01Deco01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.1em;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 597px){
  .boxService01 .icnService01Deco01 {
    bottom: -7.5vw;
    width: 6vw;
  }
}

.boxService01 .p01 {
  margin-bottom: 2.5em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media all and (max-width: 490px){
  .boxService01 .p01 {
    margin-bottom: 7vw;
    font-size: 3.2vw;
  }
}

.boxService0101 {
  position: relative;
  margin-bottom: 3.9em;
}
@media all and (max-width: 490px){
  .boxService0101 {
    margin-bottom: 12vw;
  }
}

@media all and (max-width: 490px){
  .boxService0101:last-child {
    margin-bottom: 0;
  }
}

.boxService0101.type01 { 
  padding-left: 70px;
}
@media all and (max-width: 1047px){
  .boxService0101.type01 { 
    padding-left: 0;
  }
}

.boxService0101.type02 { 
  padding-left: 145px;
}
@media all and (max-width: 1047px){
  .boxService0101.type02 { 
    padding-left: 0;
  }
}

.boxService0101 .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.9em;
  padding: 0.3em 0 1.25em 3em;
  background-repeat: no-repeat, no-repeat;
  background-position: 1.6em top, left bottom;
  background-size: auto auto, auto auto;
  color: #659d00;
}
@media all and (max-width: 490px){
  .boxService0101 .ttl02 {
    margin-bottom: 5vw;
    padding: 1.8vw 0 7vw 12vw;
    background-position: 3.5vw top, left bottom;
    background-size: 5.7vw auto, auto auto;
  }
}

.boxService0101.type01 .ttl02 {
  background-image: url('./assets/images/service/service01-ttl-icn-deco01.png'), url('./assets/images/service/service01-ttl-border01.png');
}

.boxService0101.type02 .ttl02 {
  background-image: url('./assets/images/service/service01-ttl-icn-deco02.png'), url('./assets/images/service/service01-ttl-border01.png');
}

.boxService0101 .ttl02 .txtStep {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: 0.6em;
}
@media all and (max-width: 490px){
  .boxService0101 .ttl02 .txtStep {
    margin-right: 4vw;
  }
}

.boxService0101 .ttl02 .txtStep .txtStr {
  letter-spacing: 0.04em;
  font-size: 1.7rem;
}
@media all and (max-width: 490px){
  .boxService0101 .ttl02 .txtStep .txtStr {
    font-size: 3.4vw;
  }
}

.boxService0101 .ttl02 .txtStep .txtNum {
  font-size: 2.4rem;
}
@media all and (max-width: 490px){
  .boxService0101 .ttl02 .txtStep .txtNum {
    font-size: 4.7vw;
  }
}

.boxService0101 .ttl02 .txt01 {
  letter-spacing: 0.05em;
  font-size: 2.45rem;
}
@media all and (max-width: 490px){
  .boxService0101 .ttl02 .txt01 {
    font-size: 5vw;
  }
}

.boxService0101 .boxCont01 {
  width: 92.5%;
  margin: 0 auto;
}

.boxService0101 .boxCont01 .ulCaution > li {
  margin-bottom: 0.2em;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.boxService0101.typeStep01 .boxCont01 .boxBaseCom {
  margin-bottom: 0.2em;
}

.boxService0101.typeStep01 .boxLink {
  width: 82%;
  margin-top: 1.8em;
}
@media all and (max-width: 1027px){
  .boxService0101.typeStep01 .boxLink {
    width: 100%;
  }
}
@media all and (max-width: 490px){
  .boxService0101.typeStep01 .boxLink {
    margin-top: 5.5vw;
  }
}

.boxService0101.typeStep01 .boxLink > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 75px;
  background-color: #83ba21;
  line-height: 1.0;
  font-family: "M PLUS Rounded 1c", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  transition: opacity 0.2s linear;
}
@media all and (max-width: 490px){
  .boxService0101.typeStep01 .boxLink > a {
    height: 15vw;
  }
}

.boxService0101.typeStep01 .boxLink > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.boxService0101.typeStep01 .boxLink > a .txtTelno {
  margin-right: 0.3em;
  padding: 0 0 0 1.1em;
  background-image: url('./assets/images/service/service01-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: left 0.11em;
  background-size: auto auto;
  letter-spacing: 0.03em;
  font-size: 3.2rem;
}
@media all and (max-width: 490px){
  .boxService0101.typeStep01 .boxLink > a .txtTelno {
    background-size: 5.2vw auto;
    font-size: 6.3vw;
  }
}

.boxService0101.typeStep01 .boxLink > a .txtReceptionTime {
  position: relative;
  bottom: -0.05em;
  padding: 0.32em 0.2em;
  border-top: 1px rgba(255,255,255,0.8) solid;
  border-bottom: 1px rgba(255,255,255,0.8) solid;
  font-size: 1.33rem;
}
@media all and (max-width: 490px){
  .boxService0101.typeStep01 .boxLink > a .txtReceptionTime {
    font-size: 2.7vw;
  }
}

.boxService0101.typeStep02 .boxCont01 {
  padding-bottom: 0.8em;
  padding-right: 90px;
}
@media all and (max-width: 1027px){
  .boxService0101.typeStep02 .boxCont01 {
    padding-bottom: 0;
    padding-right: 0;
  }
}

.boxService0101.typeStep02 .boxBaseCom {
  margin-bottom: 1.2em;
}

.boxService0101.typeStep02 .boxCont0101F {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 750px){
  .boxService0101.typeStep02 .boxCont0101F {
    display: block;
  }
}

.boxService0101.typeStep02 .boxCont0101FOne {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48.7%;
  min-width: 334px;
  padding: 0.7em 2.0em;
  background-color: #fef7c1;
}
@media all and (max-width: 797px){
  .boxService0101.typeStep02 .boxCont0101FOne {
    min-width: 300px;
    padding: 0.7em 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxService0101.typeStep02 .boxCont0101FOne {
    width: 100%;
    min-width: auto;
    min-height: 12vw;
    margin-bottom: 1.0em;
  }
}

@media all and (max-width: 490px){
  .boxService0101.typeStep02 .boxCont0101FOne:last-child {
    margin-bottom: 0;
  }
}

.boxService0101.typeStep02 .boxCont0101FOne .ttl03 {
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  color: #659d00;
}
@media all and (max-width: 490px){
  .boxService0101.typeStep02 .boxCont0101FOne .ttl03 {
    font-size: 3.6vw;
  }
}

.boxService0101.typeStep02 .boxCont0101FOne .p02 {
  margin-top: 0.35em;
  line-height: 1.65;
  color: #737272;
}
@media all and (max-width: 490px){
  .boxService0101.typeStep02 .boxCont0101FOne .p02 {
    font-size: 3.6vw;
  }
}

.boxService0101.typeStep04 .boxCont01,
.boxService0101.typeStep05 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media all and (max-width: 490px){
  .boxService0101.typeStep04 .boxCont01 {
    display: block;
  }
}

@media all and (max-width: 750px){
  .boxService0101.typeStep05 .boxCont01 {
    display: block;
  }
}

.boxService0101.typeStep04 .boxCont01 .boxImg {
  width: 135px;
}
@media all and (max-width: 490px){
  .boxService0101.typeStep04 .boxCont01 .boxImg {
    width: 100%;
    margin-bottom: 1.2em;
    text-align: center;
  }
}

.boxService0101.typeStep04 .boxCont01 .boxTxt {
  width: calc(100% - 135px);
  padding-left: 3.7%;
}
@media all and (max-width: 490px){
  .boxService0101.typeStep04 .boxCont01 .boxTxt {
    width: 100%;
    padding-left: 0;
  }
}

.boxService0101.typeStep05 .boxCont01 {
  padding-right: 140px;
}
@media all and (max-width: 1027px){
  .boxService0101.typeStep05 .boxCont01 {
    padding-right: 0;
  }
}

.boxService0101.typeStep05 .boxCont01 .boxImg {
  width: 335px;
}
@media all and (max-width: 750px){
  .boxService0101.typeStep05 .boxCont01 .boxImg {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
}

.boxService0101.typeStep05 .boxCont01 .boxTxt {
  width: calc(100% - 335px);
  padding-left: 7.0%;
}
@media all and (max-width: 750px){
  .boxService0101.typeStep05 .boxCont01 .boxTxt {
    width: 100%;
    padding-left: 0;
  }
}

.boxService0101.typeStep05 .boxCont01 .boxTxt .ul01 > li {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 0.97em;
  line-height: 1.65;
}

.boxService0101.typeStep05 .boxCont01 .boxTxt .ul01 > li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.3em;
  height: 0.3em;
  border-radius: 0.3em;
  background-color: #659d00;
}

@media all and (max-width: 852px){
  .boxService0101.typeStep05 .boxCont01 .boxTxt .ul01 > li br {
    display: none;
  }
}
@media all and (max-width: 750px){
  .boxService0101.typeStep05 .boxCont01 .boxTxt .ul01 > li br:not(.dPcInline) {
    display: inline;
  }
}

.boxService0101.typeStep06 .boxCont01 {
  padding-right: 100px;
}
@media all and (max-width: 1027px){
  .boxService0101.typeStep06 .boxCont01 {
    padding-right: 0;
  }
}


.boxService0101 .bg01Service01,
.boxService0101 .bg02Service01 {
  position: absolute;
}

.boxService0101 .bg01Service01 {
  top: 214px;
  right: -148px;
}
@media all and (max-width: 1297px){
  .boxService0101 .bg01Service01 {
    right: -70px;
  }
}
@media all and (max-width: 1027px){
  .boxService0101 .bg01Service01 {
    display: none;
  }
}

.boxService0101 .bg02Service01 {
  top: 140px;
  left: -215px;
}
@media all and (max-width: 1297px){
  .boxService0101 .bg02Service01 {
    left: -125px;
  }
}
@media all and (max-width: 1047px){
  .boxService0101 .bg02Service01 {
    display: none;
  }
}