.anchor {
  display: block;
  height: 0;
}

.section-ttl {
  color: #231815;
  text-align: center;
}
.section-ttl__cat {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.section-ttl__cat img {
  vertical-align: middle;
}
.section-ttl__txt {
  font-weight: normal;
  letter-spacing: 0.15em;
}
.section-ttl__txt span {
  letter-spacing: 0.1em;
}

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid__item {
  width: 28.3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid.double .grid__item {
  width: 46%;
}
.grid.double .grid__pic img {
  -moz-border-radius: 15px;
       border-radius: 15px;
}
.grid.single .grid__pic {
  width: 58%;
}
.grid.single .grid__item {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 35%;
}
.grid.single .grid__desc {
  margin-top: 19px;
}
.grid__pic img {
  width: 100%;
}
.grid__ttl {
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: center;
}
.grid__desc {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  line-height: 1.85;
  letter-spacing: 0.13em;
}
.grid__period {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -moz-border-radius: 20px;
       border-radius: 20px;
  text-align: center;
  letter-spacing: 0.15em;
}

.reform-top__pic {
  width: 39%;
}
.reform-top__content {
  width: 70%;
  margin: 0 auto;
}
.reform-top__catch {
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.3em;
}
.reform-top__desc {
  line-height: 2.4;
  text-align: justify;
  letter-spacing: 0.05em;
}
.reform-top__message {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.45;
}
.reform-top__message span {
  position: relative;
}
.reform-top__message span::before {
  content: "";
  position: absolute;
  left: -13%;
  bottom: 0;
  -webkit-transform: rotate(-20deg);
     -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 1px;
  height: 65%;
  background-color: #231815;
}
.reform-top__message span::after {
  content: "";
  position: absolute;
  right: -13%;
  bottom: 0;
  -webkit-transform: rotate(20deg);
     -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  width: 1px;
  height: 65%;
  background-color: #231815;
}
.reform-top__btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reform-top__btn {
  position: relative;
  width: 32%;
  background-color: #d9c9c3;
  color: #000 !important;
  -moz-border-radius: 30px;
       border-radius: 30px;
  font-weight: 500;
  text-decoration: none !important;
}
.reform-top__btn img {
  width: 14%;
  margin-right: 15px;
  vertical-align: middle;
}
.reform-top__btn::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 8%;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
}

.section.pt01 {
  background-color: #f8f5f4;
}
.section.pt02 {
  background-color: #efe9e5;
}

.flow__ttl {
  text-align: center;
}
.flow__ttl-txt {
  font-weight: normal;
  letter-spacing: 0.25em;
}
.flow__ttl-txt span {
  color: #EE470B;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.flow__desc {
  line-height: 2.3;
  letter-spacing: 0.1em;
}
.flow__container {
  position: relative;
  border: solid 4px #EE470B;
  background-color: #fff;
}
.flow__sec {
  position: relative;
}
.flow__tag {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.65em;
}
.flow__tag span {
  border-bottom: solid 1.5px #EE470B;
}
.flow__item {
  width: 66%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__content {
  position: relative;
  width: 53%;
}
.flow__num {
  color: #EE470B;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
}
.flow__name {
  letter-spacing: 0.1em;
  font-weight: normal;
}
.flow__details {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
.flow__pic {
  width: 39%;
}
.flow__icon {
  position: absolute;
  top: 12%;
  right: 0;
  width: 55px;
  padding: 1px 0 8px;
  background-color: #EE470B;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.flow__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
     -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  border-left: solid 27.5px transparent;
  border-right: solid 27.5px transparent;
  border-bottom: solid 18px #EE470B;
}

.btn-area {
  text-align: center;
}
.btn-area__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.btn-area.bottom {
  text-align: center;
}

.banner-area {
  display: block;
}
.banner-area img {
  width: 100%;
}

@media screen and (min-width: 1025px), print {
  .anchor {
    padding-top: 120.55px;
    margin-top: -120.55px;
  }

  .section-ttl {
    font-size: 1.55rem;
  }
  .section-ttl__cat img {
    margin: 0 10px;
    width: 50px;
  }
  .section-ttl__txt {
    margin-top: 20px;
    font-size: 2.95rem;
  }
  .section-ttl__txt span {
    font-size: 1.7rem;
  }

  .grid {
    margin-top: 53px;
  }
  .grid__ttl {
    padding: 28px 0 18px;
    font-size: 2.2rem;
  }
  .grid__desc {
    font-size: 1.5rem;
  }
  .grid__period {
    margin-top: 28px;
    padding: 10.5px 0;
    font-size: 1.5rem;
  }

  .section {
    padding: 120px 0;
  }

  .reform-top {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .reform-top__content {
    max-width: 500px;
  }
  .reform-top__catch {
    font-size: 3.4rem;
  }
  .reform-top__desc {
    margin-top: 28px;
    font-size: 1.6rem;
  }
  .reform-top__message {
    margin-top: 80px;
    font-size: 1.6rem;
  }
  .reform-top__btn-wrap {
    margin-top: 70px;
  }
  .reform-top__btn {
    font-size: 1.7rem;
    padding: 3px 0px 3px 28px;
  }
  .reform-top__btn img {
    margin-right: 17px;
  }
  .reform-top__btn:nth-child(n+4) {
    margin-top: 31px;
  }

  .flow {
    padding: 150px 0;
  }
  .flow__ttl img {
    height: 75px;
  }
  .flow__ttl-txt {
    margin-top: 48px;
    font-size: 3.5rem;
  }
  .flow__ttl-txt span {
    margin-top: 20px;
    display: block;
    font-size: 1.85rem;
  }
  .flow__desc {
    margin-top: 55px;
    font-size: 1.8rem;
  }
  .flow__container {
    margin-top: 87px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .flow__sec {
    padding: 80px 0 65px;
  }
  .flow__tag {
    font-size: 3rem;
  }
  .flow__tag span {
    padding: 12px 50px 12px -webkit-calc(50px + 0.65em);
    padding: 12px 50px 12px -moz-calc(50px + 0.65em);
    padding: 12px 50px 12px calc(50px + 0.65em);
  }
  .flow__item:not(:first-child) {
    margin-top: 70px;
  }
  .flow__num {
    margin-right: 11px;
    font-size: 3.2rem;
  }
  .flow__name {
    font-size: 2.4rem;
  }
  .flow__details {
    margin-top: 23px;
    font-size: 1.5rem;
  }
  .flow__pic {
    width: 39%;
  }

  .btn-area {
    margin-top: 80px;
  }
  .btn-area__wrapper {
    margin-top: 55px;
  }
  .btn-area .btn:not(:last-child) a {
    margin-right: 40px;
  }

  .banner-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .anchor {
    padding-top: 120.55px;
    margin-top: -120.55px;
  }

  .section-ttl {
    font-size: 1.55rem;
  }
  .section-ttl__cat img {
    margin: 0 13px;
    width: 50px;
  }
  .section-ttl__txt {
    margin-top: 20px;
    font-size: 2.8rem;
  }
  .section-ttl__txt span {
    margin-top: 5px;
    display: block;
    font-size: 1.7rem;
  }

  .grid {
    margin-top: 53px;
  }
  .grid__item {
    width: 29.5%;
  }
  .grid__ttl {
    padding: 23px 0 15px;
    font-size: 2rem;
  }
  .grid__desc {
    font-size: 1.5rem;
  }
  .grid__period {
    margin-top: 23px;
    padding: 9px 0;
    font-size: 1.5rem;
  }
  .grid.single .grid__pic {
    width: 52%;
  }
  .grid.single .grid__item {
    width: 43%;
  }

  .section {
    padding: 100px 0;
  }

  .reform-top {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .reform-top__catch {
    font-size: 2.5rem;
  }
  .reform-top__desc {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .reform-top__message {
    width: 75%;
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  .reform-top__message span {
    width: 100%;
    display: block;
  }
  .reform-top__message span::before {
    left: -5%;
  }
  .reform-top__message span::after {
    right: -5%;
  }
  .reform-top__btn-wrap {
    margin-top: 70px;
  }
  .reform-top__btn {
    width: 48%;
    font-size: 1.6rem;
    padding: 5px 0px 5px 28px;
  }
  .reform-top__btn img {
    width: 14%;
    margin-right: 10px;
  }
  .reform-top__btn:nth-child(n+3) {
    margin-top: 31px;
  }

  .flow {
    padding: 100px 0;
  }
  .flow__ttl img {
    height: 70px;
  }
  .flow__ttl-txt {
    margin-top: 48px;
    font-size: 3.3rem;
  }
  .flow__ttl-txt span {
    margin-top: 20px;
    display: block;
    font-size: 1.75rem;
  }
  .flow__desc {
    margin-top: 55px;
    font-size: 1.8rem;
  }
  .flow__container {
    margin-top: 87px;
  }
  .flow__sec {
    padding: 62px 0 65px;
  }
  .flow__tag {
    font-size: 2.5rem;
  }
  .flow__tag span {
    padding: 10px 40px 10px -webkit-calc(40px + 0.65em);
    padding: 10px 40px 10px -moz-calc(40px + 0.65em);
    padding: 10px 40px 10px calc(40px + 0.65em);
  }
  .flow__item {
    width: 70%;
  }
  .flow__item:not(:first-child) {
    margin-top: 70px;
  }
  .flow__content {
    width: 57%;
  }
  .flow__num {
    margin-right: 7px;
    font-size: 2.5rem;
  }
  .flow__name {
    font-size: 1.9rem;
  }
  .flow__details {
    margin-top: 35px;
    font-size: 1.5rem;
  }
  .flow__pic {
    width: 37%;
  }
  .flow__icon {
    position: absolute;
    top: 18%;
    right: -6%;
    width: 40px;
    padding: 1px 0 8px;
    background-color: #EE470B;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.16em;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .flow__icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -100%);
       -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    border-bottom: solid 12px #EE470B;
  }

  .btn-area {
    margin-top: 60px;
  }
  .btn-area.bottom {
    margin-top: 20px;
  }
  .btn-area__wrapper {
    margin-top: 47px;
  }
  .btn-area .btn:not(:last-child) a {
    margin-right: 30px;
  }

  .banner-area {
    margin-top: 45px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    padding-top: 72.09px;
    margin-top: -72.09px;
  }

  .section-ttl {
    font-size: 1.4rem;
  }
  .section-ttl__cat img {
    margin: 0 10px;
    width: 40px;
  }
  .section-ttl__txt {
    margin-top: 16px;
    font-size: 2.5rem;
  }
  .section-ttl__txt span {
    margin-top: 5px;
    display: block;
    font-size: 1.5rem;
  }

  .grid {
    display: block;
    margin-top: 40px;
  }
  .grid.double .grid__item {
    width: 100%;
  }
  .grid.single {
    margin-top: 0;
  }
  .grid.single .grid__item {
    width: 100%;
  }
  .grid.single .grid__pic {
    width: 100%;
  }
  .grid__ttl {
    padding: 20px 0 18px;
    font-size: 1.9rem;
  }
  .grid__item {
    display: block;
    width: 100%;
  }
  .grid__item:not(:first-child) {
    margin-top: 40px;
  }
  .grid__desc {
    font-size: 1.4rem;
  }
  .grid__period {
    margin-top: 20px;
    padding: 8px 0;
    font-size: 1.4rem;
  }

  .section {
    padding: 60px 0;
  }

  .reform-top {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .reform-top__wrap {
    display: block;
  }
  .reform-top__pic {
    width: 55%;
  }
  .reform-top__content {
    width: 100%;
  }
  .reform-top__catch {
    margin-top: 18px;
    font-size: 2.3rem;
  }
  .reform-top__desc {
    width: 85%;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
  }
  .reform-top__message {
    width: 70%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    text-align: justify;
  }
  .reform-top__message span {
    width: 100%;
    display: block;
  }
  .reform-top__message span::before {
    left: -8%;
  }
  .reform-top__message span::after {
    right: -8%;
  }
  .reform-top__btn-wrap {
    margin-top: 70px;
    width: 95%;
  }
  .reform-top__btn {
    width: 49%;
    font-size: 1.3rem;
    margin-top: 15px;
    padding: 5px 5px 15px;
    text-align: center;
  }
  .reform-top__btn::after {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 8px;
    height: 8px;
  }
  .reform-top__btn img {
    margin-right: 3px;
  }

  .flow {
    padding: 70px 0;
  }
  .flow__ttl img {
    height: 40px;
  }
  .flow__ttl-txt {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .flow__ttl-txt span {
    margin-top: 15px;
    display: block;
    font-size: 1.6rem;
  }
  .flow__desc {
    width: 85%;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    text-align: left;
  }
  .flow__container {
    overflow: hidden;
    margin-top: 55px;
    padding-bottom: 55px;
  }
  .flow__sec {
    margin-top: 55px;
  }
  .flow__tag {
    font-size: 2rem;
  }
  .flow__tag span {
    padding: 8px 30px 8px -webkit-calc(30px + 0.65em);
    padding: 8px 30px 8px -moz-calc(30px + 0.65em);
    padding: 8px 30px 8px calc(30px + 0.65em);
  }
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 85%;
  }
  .flow__item:not(:first-child) {
    margin-top: 55px;
  }
  .flow__content {
    width: 100%;
    margin-top: 18px;
  }
  .flow__num {
    margin-right: 2px;
    font-size: 2.5rem;
  }
  .flow__name {
    font-size: 1.85rem;
  }
  .flow__details {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .flow__pic {
    width: 100%;
  }
  .flow__icon {
    position: absolute;
    top: 4%;
    width: 45px;
    padding: 1px 0 8px;
    background-color: #EE470B;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.16em;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .flow__icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -100%);
       -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    border-left: solid 22.5px transparent;
    border-right: solid 22.5px transparent;
    border-bottom: solid 15px #EE470B;
  }
  .flow .sep_border {
    width: auto;
    max-width: none;
    height: 12px;
  }

  .btn-area {
    margin-top: 40px;
  }
  .btn-area.bottom {
    margin-top: 20px;
  }
  .btn-area__wrapper {
    display: block;
    margin-top: 40px;
  }
  .btn-area .btn:not(:first-child) a {
    margin-top: 20px;
  }

  .banner-area {
    margin-top: 32px;
  }
}