*:not(hr):not(legend),
*::before, *::after {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  color: #330000;
  background-color: #ff3c00 !important;
}

img {
  max-width: 100%;
}

.l-section {
  position: relative;
}

.l-section .anchor {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .l-section .anchor.-with-padding {
    top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .l-section .anchor.-with-padding {
    top: -30px;
  }
}

.l-section-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 11px;
}

@media screen and (max-width: 374px) {
  .l-section-wrapper {
    padding: 0 20px;
  }
}

/*******************************
 .btn-side
*******************************/
.btn-side {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 22px;
  margin-bottom: 79px;
}

@media screen and (min-width: 768px) {
  .btn-side {
    max-width: 790px;
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .btn-side {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    margin-bottom: 140px;
  }
}

.btn-side > .btn {
  max-width: 285px;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .btn-side > .btn {
    width: 47.8481%;
    max-width: none;
    margin: 0;
  }
}

.btn-side .btn-base {
  min-height: 55px;
  background-color: #fa6400;
}

@media screen and (min-width: 768px) {
  .btn-side .btn-base {
    font-size: 2.33333vw;
    min-height: 78px;
  }
}

@media screen and (min-width: 1201px) {
  .btn-side .btn-base {
    font-size: 28px;
  }
}

.btn-side .btn-base.-green {
  background-color: #6eaf41;
}

/*******************************
 .flow-item
*******************************/
.flow-item {
  border-radius: 15px;
  position: relative;
  margin-bottom: 29px;
}

@media screen and (min-width: 768px) {
  .flow-item {
    border-radius: 30px;
    margin-bottom: 48px;
  }
}

.flow-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #fb9953 transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -19px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .flow-item::after {
    border-width: 11px 8.5px 0 8.5px;
    bottom: -30px;
  }
}

.flow-item.-private {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .flow-item.-private {
    padding: 0 20px;
  }
}

.flow-item.-private > .text {
  padding-bottom: 0;
}

.flow-item.-work {
  background-color: #fff;
  padding: 8px 10px 10px;
}

@media screen and (min-width: 768px) {
  .flow-item.-work {
    padding: 20px;
  }
}

.flow-item:last-of-type {
  margin-bottom: 0;
}

.flow-item:last-of-type::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .flow-item > .wrap {
    display: flex;
    justify-content: space-between;
  }
}

.flow-item .text {
  padding: 5px 4px 8px;
}

@media screen and (min-width: 768px) {
  .flow-item .text {
    padding: 0;
  }
}

.flow-item .text > dt {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #ff6600;
}

@media screen and (min-width: 768px) {
  .flow-item .text > dt {
    font-size: 22px;
  }
}

.flow-item .text > dd {
  line-height: 1.78571;
  margin-top: 9px;
}

@media screen and (min-width: 768px) {
  .flow-item .text > dd {
    line-height: 1.71429;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .flow-item.-work .text {
    width: 54.66667%;
  }
}

@media screen and (min-width: 768px) {
  .flow-item .image {
    width: 42.66667%;
  }
}

.flow-item .image img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .flow-item .image img {
    border-radius: 15px;
  }
}

/*******************************
 .flow-list
*******************************/
.flow-list {
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .flow-list {
    margin-top: 46px;
  }
}

.flow-list + .search-btn {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .flow-list + .search-btn {
    margin-top: 46px;
  }
}

/*******************************
 .kv-wrap
*******************************/
.kv-wrap > .image {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .kv-wrap > .image {
    max-width: 1040px;
    padding: 0 20px;
  }
}

.kv-wrap > .lead {
  font-size: 15px;
  line-height: 2;
  margin: 22px auto 0;
  width: 86.66667%;
}

@media screen and (min-width: 768px) {
  .kv-wrap > .lead {
    margin-top: 21px;
    max-width: 790px;
    width: 83.33333%;
  }
}

/*******************************
 .p-flow
*******************************/
@media screen and (min-width: 768px) {
  .p-flow {
    padding-bottom: 40px;
  }
}

/*******************************
 .search-btn
*******************************/
.search-btn {
  max-width: 330px;
  width: 88vw;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .search-btn {
    max-width: 500px;
    margin-top: 60px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .search-btn .btn-base {
    min-height: 62px;
  }
}

@media screen and (max-width: 374px) {
  .search-btn .btn-base {
    font-size: 4.8vw;
  }
}

/*******************************
 .sec-body
*******************************/
.sec-body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4%;
  padding-right: 4%;
}

@media screen and (min-width: 768px) {
  .sec-body {
    max-width: 790px;
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*******************************
 .sec-head
*******************************/
.sec-head {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sec-head {
    padding-bottom: 0;
  }
}

.sec-head.-orange {
  background-color: #f6ddb2;
}

.sec-head.-green {
  background-color: #e4debe;
}

.sec-head > .title {
  font-size: 18px;
  line-height: 1.27778;
  height: 60px;
  position: absolute;
  top: -31px;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding-bottom: 1px;
  z-index: 1;
}

@media screen and (max-width: 374px) {
  .sec-head > .title {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .sec-head > .title {
    font-size: 24px;
    line-height: 1.33333;
    width: 455px;
    height: 84px;
    top: -44px;
    padding-bottom: 2px;
  }
}

.sec-head > .title.-orange {
  background-color: #ff6600;
}

@media screen and (max-width: 767px) {
  .sec-head > .title.-orange {
    width: 86.66667%;
  }
}

.sec-head > .title.-green {
  background-color: #7aa959;
}

@media screen and (max-width: 767px) {
  .sec-head > .title.-green {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .sec-headWrap {
    max-width: 1000px;
    margin: auto;
    position: relative;
  }
}

.sec-headWrap > .image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec-headWrap > .image img {
    width: 56%;
  }
}

.sec-headWrap > .box {
  background-color: rgba(255, 255, 255, 0.85);
  width: 92%;
  margin: -67px auto 0;
  padding: 18px 0 19px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec-headWrap > .box {
    width: 50%;
    height: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 20px 0 0;
    padding: 24px 30px 30px;
  }
}

@media screen and (min-width: 1201px) {
  .sec-headWrap > .box {
    height: 300px;
  }
}

.sec-headWrap > .box > .catch {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: bold;
  color: #803131;
}

@media screen and (max-width: 374px) {
  .sec-headWrap > .box > .catch {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .sec-headWrap > .box > .catch {
    font-size: 2.5vw;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1201px) {
  .sec-headWrap > .box > .catch {
    font-size: 30px;
  }
}

.sec-headWrap > .box > .text {
  font-size: 15px;
  line-height: 1.33333;
  color: #660000;
  margin-top: 9px;
}

@media screen and (max-width: 374px) {
  .sec-headWrap > .box > .text {
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .sec-headWrap > .box > .text {
    font-size: 1.5vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 1201px) {
  .sec-headWrap > .box > .text {
    font-size: 18px;
  }
}

/*******************************
 .sec-wrap
*******************************/
.sec-wrap {
  border-top: 2px solid transparent;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sec-wrap {
    border-top-width: 4px;
  }
}

.sec-wrap.-orange {
  border-color: #ef913a;
  background-color: #ffefd3;
  padding-bottom: 73px;
}

@media screen and (min-width: 768px) {
  .sec-wrap.-orange {
    padding-bottom: 114px;
  }
}

.sec-wrap.-green {
  border-color: #7aa959;
  background-color: #efeee9;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sec-wrap.-green {
    padding-bottom: 60px;
  }
}

/*******************************
 .title-head
*******************************/
.title-head {
  background-color: #ffefe5;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .title-head {
    padding: 27px 0 19px;
  }
}

.title-headInner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.33333%;
  padding-right: 5.33333%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .title-headInner {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

@media screen and (min-width: 1201px) {
  .title-headInner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.title-headInner > .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .title-headInner > .image {
    width: 16.08333vw;
    height: 9.58333vw;
    padding-left: 7.9%;
    margin-right: 7px;
  }
}

@media screen and (min-width: 1201px) {
  .title-headInner > .image {
    width: 193px;
    height: 115px;
  }
}

.title-headInner > .title {
  font-size: 17px;
  line-height: 1.41176;
  font-weight: normal;
}

@media screen and (max-width: 349px) {
  .title-headInner > .title {
    font-size: 4.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .title-headInner > .title {
    font-size: 2.83333vw;
    line-height: 1.20588;
    padding-right: 7.9%;
    padding-bottom: 1.66667vw;
  }
}

@media screen and (min-width: 1024px) {
  .title-headInner > .title {
    font-size: 34px;
    padding-bottom: 20px;
  }
}

.title-headInner > .title > span {
  color: #ff6633;
  font-weight: bold;
  display: inline-block;
}

/*******************************
 .voice-flow
*******************************/
.voice-flow {
  border: 3px solid #a76224;
  background-color: #a76224;
  border-radius: 13px;
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .voice-flow {
    border-width: 5px;
    border-radius: 25px;
    margin-top: 50px;
  }
}

.voice-flow > .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  padding: 10px 0 14px;
}

@media screen and (max-width: 374px) {
  .voice-flow > .title {
    font-size: 5.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .voice-flow > .title {
    font-size: 24px;
    line-height: 1.25;
    padding: 7px 0 12px;
    letter-spacing: 0;
  }
}

/* 20240329 画像２つバージョン */
@media screen and (min-width: 768px) {
  .flow-item.-work .set_img2 .text {
    width: 38%;
  }
  .flow-item .set_img2 .image {
    display: flex;
    width: 61%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flow-item .set_img2 .image img {
    width: 48.8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .flow-item > .wrap.set_img2 {
    display: block;
  }
  .flow-item.-work .set_img2 .text {
    width: 100%;
    margin-bottom: 15px;
  }
  .flow-item .set_img2 .image {
    width: 87%;
    margin: 0 auto;
  }
  .flow-item .set_img2 .image img {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .flow-item .set_img2 .image img:first-child {
    margin-bottom: 10px;
  }
}