/* グローバル
***************************************************************/
@media all and (min-width: 681px) {
  .w_icatch {
    background-image: url(../img/service/service1_210113.jpg);
  }
  .w_icatch .titBox1 .caption1::before {
    width: 517px;
  }
  .w_icatch .titBox1 .caption1::after {
    width: 537px;
    height: 36px;
    top: 23px;
  }
}
@media all and (max-width: 680px) {
  .w_icatch {
    background-image: url(../img/service/service1_sp_210113.jpg);
    height:auto;
  }
  .w_icatch.type2 .titBox1{
    padding-bottom: 25px;
  }
  .w_icatch .titBox1 .caption1::before {
    width: 160px;
  }
  .w_icatch .titBox1 .caption1::after {
    width: 211px;
    height: 24px;
    top: 14px;
  }
  .w_icatch .titBox1 .caption1 .bg {
    position: absolute;
    top: 0;
    left: -35px;
    z-index: -1;
  }
  .w_icatch .titBox1 .caption1 .bg:before {
    content: "";
    width: 162px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 25px;
  }
  .w_icatch .titBox1 .caption1 .bg:after {
    content: "";
    width: 240px;
    height: 23px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 49px;
  }
}
@media all and (max-width: 370px) {
  .w_icatch .titBox1 .caption1 {
    font-size: 10px;
  }
  .w_icatch .titBox1 .caption1::before {
    width: 160px;
  }
  .w_icatch .titBox1 .caption1::after {
    width: 211px;
    height: 27px;
    top: 10px;
  }
  .w_icatch .titBox1 .caption1 .bg:before {
    width: 162px;
  }
  .w_icatch .titBox1 .caption1 .bg:after {
    width: 211px;
    top: 43px;  }
}

/* serviceWrap1
***************************************************************/
.serviceWrap1 {
  padding: 110px 0 150px;
}
/* service_item */
.service_item {
  width: 760px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
}
.serviceWrap1 .service_item:not(.type1) {
  margin-top: 90px;
}
.service_item .item_icon {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.service_item .item_icon img {
  display: block;
  width: 124px;
  height: auto;
}
.service_item .item_textBox {
  width: 520px;
}
.service_item .item_textBox .item_title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.12em;
}
.service_item .item_textBox .item_text {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}
/* service_item_details */
.service_item_details {
  position: relative;
  background-color: #fafaf4;
  border: 1px solid #6e7175;
  width: 950px;
  margin: 70px auto 0;
  padding: 50px 40px;
}
.service_item_details::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 25px 28px;
  border-color: transparent transparent #84959e transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
}
.service_item_details::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 25px 28px;
  border-color: transparent transparent #fafaf4 transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
}
.service_item_details .detail_list {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.service_item_details .detail_list > li {
  width: 418.5px;
}
.service_item_details .detail_list .detail_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000;
  letter-spacing: 0.15em;
}
.service_item_details .detail_list .detail_text {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.12em;
  line-height: 1.75;
  margin-top: 10px;
}
@media all and (min-width: 681px) {
  .service_item.type2 .item_icon img {
    width: 158px;
    margin-left: 20px;
  }
  .service_item.type3 .item_icon img {
    width: 162px;
  }
  .service_item.type4 .item_icon img {
    width: 147px;
  }
  .service_item_details .detail_list > li:nth-of-type(odd) {
    padding-right: 25px;
  }
  .service_item_details .detail_list > li:nth-of-type(even) {
    padding-left: 25px;
  }
  .service_item_details .detail_list > li:nth-of-type(1n + 3) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #84959e;
  }
  .service_item_details .detail_list > li .textBox {
    position: relative;
    padding-bottom: 10px;
  }
  .service_item_details .detail_list > li:nth-of-type(even) .textBox::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #84959e;
    position: absolute;
    top: 0;
    left: -39.5px;
  }
  .service_item_details .detail_list .detail_text.ls05 {
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 680px) {
  .serviceWrap1 {
    padding: 50px 0 75px;
  }
  /* service_item */
  .service_item {
    width: 100%;
    margin: 45px auto 0;
    padding: 0 6%;
    display: block;
  }
  .serviceWrap1 .service_item:not(.type1) {
    margin-top: 45px;
  }
  .service_item .item_icon {
    width: 100px;
    display: block;
    padding-top: 0;
    margin: 0 auto;
  }
  .service_item .item_icon img {
    width: 100%;
  }
  .service_item .item_textBox {
    width: 100%;
  }
  .service_item .item_textBox .item_title {
    font-size: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 20px;
  }
  .service_item .item_textBox .item_text {
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  /* service_item_details */
  .service_item_details {
    width: 90%;
    margin: 35px auto 0;
    padding: 30px 25px;
  }
  .service_item_details::before {
    border-width: 0 22px 20px 22px;
    top: -20px;
  }
  .service_item_details::after {
    border-width: 0 22px 20px 22px;
    top: -19px;
  }
  .service_item_details .detail_list {
    display: block;
  }
  .service_item_details .detail_list > li {
    width: 100%;
  }
  .service_item_details .detail_list > li:nth-of-type(1n + 2) {
    margin-top: 30px;
  }
  .service_item_details .detail_list .detail_title {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .service_item_details .detail_list .detail_text {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 6px;
  }
}
@media all and (max-width: 370px) {
}

/* serviceWrap2
***************************************************************/
.serviceWrap2 {
  padding: 100px 0 100px;
  border-top: 2px solid #6e7175;
}
/* flowBlock */
.flowBlock {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.flowBlock.type1 {
  padding-top: 50px;
}
.flowBlock.type3,
.flowBlock.type5 {
  margin-top: 210px;
}
.flowBlock.type2,
.flowBlock.type4 {
  background-color: #f3f3ee;
  padding: 60px 0;
  margin-top: 230px;
}
.flowBlock:not(.type1)::before {
  content: "";
  width: 390px;
  height: 1px;
  background-color: #84959e;
  position: absolute;
  left: 320px;
  right: 0;
  top: -113px;
  margin: auto;
  transform: rotate(150deg);
}
.flowBlock.type2::before,
.flowBlock.type4::before {
  width: 390px;
  left: 0;
  right: 368px;
  top: -98px;
  transform: rotate(-150deg);
}
.flowBlock .flowBlockInner {
  width: 890px;
  margin: 0 auto;
}
.flowBlock .flowTitle {
  width: 100%;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../img/service/num1_s.svg);
  background-position: 20px bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 0 0 95px;
}
.flowBlock .flowTitle.num2 {
  background-image: url(../img/service/num2_s.svg);
  background-position: left bottom;
}
.flowBlock .flowTitle.num3 {
  background-image: url(../img/service/num3_s.svg);
  background-position: left bottom;
}
.flowBlock .flowTitle.num4 {
  background-image: url(../img/service/num4_s.svg);
  background-position: left bottom;
}
.flowBlock .flowTitle.num5 {
  background-image: url(../img/service/num5_s.svg);
  background-position: left bottom;
}
.flowBlock .flowTitle .h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.41;
}
.flowBlock .flowTitle .tag {
  width: 172px;
  height: 58px;
  background-color: #64959e;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flowBlock .flow_text1 {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 30px;
}
.flowBlock .flow_text1 .sml1 {
  display: block;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 15px;
  text-indent: -10px;
  padding-left: 10px;
}
.flowBlock .flow_text1 .bold {
  color: #84959e;
  font-weight: 700;
  border-bottom: 1px solid #3c3c3c;
}

.flowBlock .flow_text2 {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 1.9;
  margin-top: 30px;
}
.flowBlock .flow_text2 .sml1 {
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 15px;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 4px;
}

.flowBlock .fl_client {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.flowBlock .fl_client > li {
  width: 212px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3ee;
  color: #000;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.flowBlock .fl_client > li:nth-of-type(1n + 5) {
  margin-top: 12px;
}

.flowBlock .fl_question {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 30px;
  border: 1px solid #6e7175;
  padding: 20px 60px;
}
.flowBlock .fl_question > li {
  font-size: 22px;
  font-weight: 500;
}

.flowBlock .flowList1 {
  padding-top: 30px;
}
.flowBlock .flowList1 > li {
  position: relative;
  display: flex;
  align-items: center;
}
.flowBlock .flowList1 > li:nth-of-type(1n + 2) {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 2px dashed #6e7175;
}
.flowBlock .flowList1 .fl_box1 {
  width: 155px;
}
.flowBlock .flowList1 .fl_box2 {
  width: calc(100% - 155px);
  border-left: 1px solid #6e7175;
  padding-left: 35px;
}
.flowBlock .flowList1 .fl_tit1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #84959e;
  letter-spacing: 0.15em;
}
.flowBlock .flowList1 .fl_tag {
  width: 172px;
  height: 58px;
  background-color: #eef3f3;
  color: #64959e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.flowBlock .flowList1 .fl_p1 {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.flowBlock .flowList1 .fl_p2 {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 30px;
}
.flowBlock .flowList1 .fl_plan {
  width: 100%;
  background-color: #f3f3ee;
  color: #000;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0;
  margin-top: 20px;
}
@media all and (min-width: 681px) {
  .flowBlock .fl_question > li:nth-of-type(1n + 2) {
    margin-left: 48px;
  }
  .flowBlock .fl_question > li:nth-of-type(1n + 4) {
    margin-top: 8px;
  }
  .flowBlock .fl_question > li:nth-of-type(4) {
    margin-left: 0;
  }
}
@media all and (max-width: 680px) {
  .serviceWrap2 {
    padding: 50px 0 90px;
  }
  /* flowBlock */
  .flowBlock {
    width: 100%;
  }
  .flowBlock.type1 {
    padding-top: 45px;
  }
  .flowBlock.type3,
  .flowBlock.type5 {
    margin-top: 110px;
  }
  .flowBlock.type2,
  .flowBlock.type4 {
    padding: 30px 0 30px;
    margin-top: 120px;
  }
  .flowBlock:not(.type1)::before {
    width: 180px;
    left: 39vw;
    right: 0;
    top: -66px;
  }
  .flowBlock.type2::before,
  .flowBlock.type4::before {
    width: 180px;
    left: 0;
    right: 39vw;
    top: -45px;
  }
  .flowBlock .flowBlockInner {
    width: 100%;
    padding: 0 5%;
  }
  .flowBlock .flowTitle {
    background-size: auto 55px;
    background-position: top left !important;
    height: auto;
    min-height: 55px;
    padding: 0px 0 0 55px;
  }
  .flowBlock .flowTitle.num1 {
    background-position: 10px bottom;
  }
  .flowBlock .flowTitle.num4 {
  }
  .flowBlock .flowTitle .h3 {
    font-size: 19px;
    letter-spacing: 0.08em;
  }
  .flowBlock .flowTitle .tag {
    width: 104px;
    height: 34px;
    font-size: 12px;
  }

  .flowBlock .flow_text1 {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
  .flowBlock .flow_text1 .sml1 {
    font-size: 12px;
    margin-top: 10px;
    text-indent: -9px;
    padding-left: 9px;
  }

  .flowBlock .flow_text2 {
    font-size: 15px;
    letter-spacing: 0.01em;
    margin-top: 25px;
  }
  .flowBlock .flow_text2 .sml1 {
    font-size: 13px;
    margin-top: 10px;
    padding-bottom: 3px;
  }

  .flowBlock .fl_client {
    margin-top: 25px;
  }
  .flowBlock .fl_client > li {
    width: calc((100% - 10px) / 2);
    height: 44px;
    font-size: 14px;
  }
  .flowBlock .fl_client > li:nth-of-type(1n + 3) {
    margin-top: 10px;
  }

  .flowBlock .fl_question {
    display: block;
    margin-top: 25px;
    padding: 18px 45px;
  }
  .flowBlock .fl_question > li {
    font-size: 15px;
  }
  .flowBlock .fl_question > li:nth-of-type(1n + 2) {
    margin-top: 10px;
  }

  .flowBlock .flowList1 {
    padding-top: 30px;
  }
  .flowBlock .flowList1 > li {
    display: block;
  }
  .flowBlock .flowList1 > li:nth-of-type(1n + 2) {
    margin-top: 50px;
    padding-top: 50px;
  }
  .flowBlock .flowList1 .fl_box1 {
    width: 100%;
  }
  .flowBlock .flowList1 .fl_box2 {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .flowBlock .flowList1 .fl_tit1 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .flowBlock .flowList1 .fl_tag {
    width: 104px;
    height: 34px;
    font-size: 12px;
  }
  .flowBlock .flowList1 .fl_p1 {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  .flowBlock .flowList1 .fl_p2 {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 25px;
  }
  .flowBlock .flowList1 .fl_plan {
    width: 200px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 2;
    padding: 20px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
@media all and (max-width: 370px) {
  .flowBlock .flowTitle .h3 {
    font-size: 15px;
  }
  .flowBlock .flowTitle .tag {
    width: 90px;
    height: 29px;
  }
}

/* serviceWrap3
***************************************************************/
.serviceWrap3 {
  background-color: #f3f3ee;
  padding: 100px 0 120px 0;
}
/* .supportBox1 {
  width: 1100px;
  margin: 0 auto;
  padding: 35px 0 40px;
  position: relative;
}
.supportBox1 .spoInner {
  width: 910px;
  margin: 0 auto;
} */
.supportBox1 .h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #aa9d54;
}
.supportBox1 .p1 {
  font-size: 18px;
  font-weight: 500;
  /* text-align: justify; */
  letter-spacing: -0.015em;
  line-height: 1.89;
  margin-top: 30px;
}
.supportBox1 .p1 .br {
  display: block;
  margin-top: 15px;
}
.supportBox1 .p1 .sml1 {
  display: block;
  font-size: 14px;
  letter-spacing: -0.015em;
  margin-top: 20px;
  text-indent: -15px;
  padding-left: 15px;
}
.supportBox1 .kado {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #84959e;
}
.supportBox1 .kado.k1 {
  border-right: none;
  border-bottom: none;
}
.supportBox1 .kado.k2 {
  border-left: none;
  border-bottom: none;
  left: auto;
  right: 0;
}
.supportBox1 .kado.k3 {
  border-right: none;
  border-top: none;
  top: auto;
  bottom: 0;
}
.supportBox1 .kado.k4 {
  border-left: none;
  border-top: none;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.formLink {
  margin-top: 50px;
}
@media all and (min-width: 681px) {
  .contents_column {
    padding-left: 32px;
    padding-right: 32px;
    width: 944px;
  }
  .contents_profile,
  .contents_profile img {
    width: 418px;
  }
  .contents_profile img {
    height: 232px;
  }
  .contents_profile .name_01 {
    font-size: 16px;
  }
  .contents_profile .name_02 {
    font-size: 22px;
  }
  .service_image,
  .service_image img {
    width: 184px;
  }
  .service_image {
    height: 178px;
    position: absolute;
    right: 0;
    bottom: 7px;
  }
}
@media all and (max-width: 680px) {
  .serviceWrap3 {
    padding: 90px 5% 90px 5%;
  }
  .supportBox1 {
    width: 100%;
    /* padding: 30px 20px 35px; */
    position: relative;
  }
  .supportBox1 .spoInner {
    width: 100%;
  }
  .supportBox1 .h3 {
    font-size: 20px;
  }
  .supportBox1 .p1 {
    font-size: 15px;
    margin-top: 15px;
  }
  .supportBox1 .p1 .br {
    display: block;
    margin-top: 15px;
  }
  .supportBox1 .p1 .sml1 {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 15px;
    text-indent: -14px;
    padding-left: 14px;
  }
  .supportBox1 .kado {
    width: 23px;
    height: 23px;
  }
  .service_image {
    width: 200px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
