/*--------------------
top.css
--------------------*/


.l-block01 {
  padding: 8.7rem 3.0rem 17.5rem;
}

.l-block01-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.l-block01-table {
  width: 100%;
  display: table;
}

.l-block01-table>div {
  display: table-cell;
  vertical-align: middle;
}

.l-block01-table-left {
  width: 51.5rem;
  text-align: left;
}

.l-block01-table-left h2 {}

.l-block01-table-left h2 img {
  width: 51.5rem;
}

.l-block01-table-left p {
  padding-top: 3.0rem;
  padding-bottom: 4.2rem;
  text-align: center;
  color: #222222;

  font-size: clamp(15px, 2.2rem, 22px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.l-block01-table-left a {}

.l-block01-table-left a img {
  width: 51.5rem;
}

.l-block01-table-right {
  width: 76.5rem;
  text-align: right;
}

.l-block01-table-right picture {}

.l-block01-table-right picture img {
  width: 68.6rem;
}


@media screen and (max-width: 767.5px) {
  .l-block01 {
    padding: 5.0rem 3.0rem 18.0rem;
  }

  .l-block01-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .l-block01-table {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .l-block01-table>div {
    width: 100%;
    display: block;
  }

  .l-block01-table-left {
    padding-top: 3.0rem;
    width: 100%;
    display: block;
    text-align: center;
  }

  .l-block01-table-left h2 {
    text-align: center;
  }

  .l-block01-table-left h2 img {
    width: 60.0rem;
  }

  .l-block01-table-left p {
    padding-top: 4.0rem;
    padding-bottom: 4.5rem;
    text-align: center;
    color: #222222;

    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block01-table-left a {}

  .l-block01-table-left a img {
    width: 60.0rem;
  }

  .l-block01-table-right {
    width: 100%;
    display: block;
    text-align: center;
  }

  .l-block01-table-right picture {}

  .l-block01-table-right picture img {
    width: 50.0rem;
  }
}


.l-block02 {
  padding: 0 3.0rem 11.0rem;
}

.l-block02-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-block02-inner h3 {
  text-align: center;
}

.l-block02-inner h3 span {
  padding-left: 0.8rem;
  display: inline;
  padding-bottom: 0.5rem;
  background: url("../images/block02-icon01_pc.png") left bottom repeat-x transparent;
  background-size: auto;
  min-height: 0.6rem;
  text-align: center;
  color: #004b3f;

  font-size: clamp(28px, 3.8rem, 38px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.l-block02-inner picture {
  display: block;
  padding-top: 6.5rem;
  text-align: center;
}

.l-block02-inner picture img {
  width: 97.6rem;
}

.l-block02-inner p {
  padding-top: 8.0rem;
  text-align: center;
  color: #222222;

  font-size: clamp(15px, 2.2rem, 22px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block02 {
    padding: 0 3.0rem 11.0rem;
  }

  .l-block02-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .l-block02-inner h3 {
    text-align: center;
  }

  .l-block02-inner h3 span {
    padding-left: 0.8rem;
    display: inline;
    padding-bottom: 1.5rem;
    background: url(../images/block02-icon01_pc.png) left bottom repeat-x transparent;
    background-size: 3rem auto;
    min-height: 0.6rem;
    text-align: center;
    color: #004b3f;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 2.4;
    letter-spacing: 0.1em;
  }

  .l-block02-inner picture {
    display: block;
    padding-top: 10.5rem;
    text-align: center;
  }

  .l-block02-inner picture img {
    width: 63.4rem;
  }

  .l-block02-inner p {
    padding-top: 9.0rem;
    text-align: center;
    color: #222222;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}


.l-block03 {
  padding-bottom: 8.0rem;
  background: url("../images/block03-bg01_pc.png") bottom center no-repeat transparent;
  background-size: 110.0rem auto;
  min-height: 8.0rem;
}

.l-block03-inner {
  border-radius: 7.5rem 7.5rem 0 0;
  background: #FFFFFF;
  padding: 10.5rem 3.0rem;
}

.l-block03-inner h2 {
  text-align: center;
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block03-inner h2 span {
  text-align: center;
  color: #fc7e15;

  font-size: clamp(33px, 4.8rem, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block03-inner picture {
  display: block;
  padding-top: 7.0rem;
  text-align: center;
}

.l-block03-inner picture img {
  width: 110.0rem;
}


@media screen and (max-width: 767.5px) {
  .l-block03 {
    padding-bottom: 8.0rem;
    background: url("../images/block03-bg01_sp.png") bottom center no-repeat transparent;
    background-size: 100% auto;
    min-height: 8.0rem;
  }

  .l-block03-inner {
    border-radius: 7.5rem 7.5rem 0 0;
    background: #FFFFFF;
    padding: 9.0rem 12.0rem 7.5rem;
  }

  .l-block03-inner h2 {
    text-align: center;
    color: #222222;

    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block03-inner h2 span {
    text-align: center;
    color: #fc7e15;

    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block03-inner picture {
    display: block;
    padding-top: 6.0rem;
    text-align: center;
  }

  .l-block03-inner picture img {
    width: 100%;
  }
}


.l-block04 {
  padding: 10.0rem 3.0rem 12.0rem;
}

.l-block04-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-block04-inner h2 {
  display: inline-block;
  padding: 0.6rem 11.0rem 0;
  background-image:
    url("../images/block04-icon01_pc.png"),
    url("../images/block04-icon02_pc.png");
  background-position:
    left center,
    right center;
  background-repeat:
    no-repeat,
    no-repeat;
  background-size:
    9.7rem auto,
    9.7rem auto;
  min-height: 18.9rem;
  line-height: 1.2;
}

.l-block04-inner h2 span {
  display: block;
  text-align: center;
}

.l-block04-inner h2 span.span01 {
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block04-inner h2 span.span02 {
  color: #fc7e15;

  font-size: clamp(33px, 4.8rem, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block04-inner h2 span.span03 {
  color: #222222;

  font-size: clamp(15px, 2.3rem, 23px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block04-inner h3 {
  margin-top: 7.3rem;
  text-align: center;
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block04-inner h3 picture {
  display: block;
  text-align: center;
}

.l-block04-inner h3 picture img {
  width: 8.0rem;
}

.l-block04-inner h3 span {
  text-align: center;
  color: #fc7e15;

  font-size: clamp(33px, 4.8rem, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block04-block {
  display: block;
  text-align: center;
  font-size: 0;
}

.l-block04-block-list {
  width: 33.3%;
  padding-top: 7.5rem;
  display: inline-block;
  vertical-align: top;
}

.l-block04-block-list:nth-of-type(3n+1) {
  padding-right: 1.4rem;
}

.l-block04-block-list:nth-of-type(3n+2) {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.l-block04-block-list:nth-of-type(3n) {
  padding-left: 1.4rem;
}

.l-block04-block-list-box {
  border-radius: 3.0rem;
  border: 3px solid #c9c8c7;
  padding: 4.0rem 2.0rem 3.0rem;
  background: #FFFFFF;
}

.l-block04-block-list-box-image01 {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: -6.0rem;
}

.l-block04-block-list-box-image01 img {
  width: 15.0rem;
}

.l-block04-block-list-box-image02 {
  display: block;
  padding-top: 2.4rem;
}

.l-block04-block-list-box-image02 img {
  width: 20.8rem;
}

.l-block04-block-list-box-image02 img.img01 {
  width: 20.8rem;
}

.l-block04-block-list-box-image02 img.img02 {
  width: 12.56rem;
}

.l-block04-block-list-box-image02 img.img03 {
  width: 16.54rem;
}

.l-block04-block-list-box dl {
  padding-top: 2.0rem;
}

.l-block04-block-list-box dl dt {
  text-align: center;
  color: #fc7e15;

  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block04-block-list-box dl dd {
  padding-top: 2.0rem;
  text-align: justify;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.l-block04-block-list-box dl dd span {
  padding-top: 1.5rem;
  text-align: left;
  color: #fc7e15;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block04 {
    padding: 9.0rem 0 12.0rem;
  }

  .l-block04-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .l-block04-inner h2 {
    display: block;
    padding: 1.5rem 6.8rem 0;
    background-image:
      url("../images/block04-icon01_sp.png"),
      url("../images/block04-icon02_sp.png");
    background-position:
      left 1.5rem center,
      right 1.5rem center;
    background-repeat:
      no-repeat,
      no-repeat;
    background-size:
      9.5rem auto,
      9.5rem auto;
    min-height: 18.1rem;
    line-height: 1.2;
  }

  .l-block04-inner h2 span {
    display: inline-block;
    text-align: center;
  }

  .l-block04-inner h2 span.span01 {
    color: #222222;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .l-block04-inner h2 span.span02 {
    display: inline-block;
    padding-top: 0.5rem;
    color: #fc7e15;

    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .l-block04-inner h2 span.span03 {
    color: #222222;

    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .l-block04-inner h3 {
    margin-top: 7.0rem;
    text-align: center;
    color: #222222;

    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block04-inner h3 picture {
    display: block;
    text-align: center;
  }

  .l-block04-inner h3 picture img {
    width: 12.0rem;
  }

  .l-block04-inner h3 span {
    text-align: center;
    color: #fc7e15;

    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block04-block {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 2.6rem 3.0rem 0;
  }

  .l-block04-block-list {
    width: 100%;
    padding-top: 5.6rem;
    display: block;
    vertical-align: top;
  }

  .l-block04-block-list:nth-of-type(3n+1) {
    padding-right: 0;
  }

  .l-block04-block-list:nth-of-type(3n+2) {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block04-block-list:nth-of-type(3n) {
    padding-left: 0;
  }

  .l-block04-block-list-box {
    border-radius: 3.0rem;
    border: 0.6rem solid #c9c8c7;
    padding: 4.0rem 2.5rem 2.5rem;
    background: #FFFFFF;
  }

  .l-block04-block-list-box-image01 {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -6.5rem;
  }

  .l-block04-block-list-box-image01 img {
    width: 24.0rem;
  }

  .l-block04-block-list-box-image02 {
    display: block;
    padding-top: 2.4rem;
  }

  .l-block04-block-list-box-image02 img {
    width: 20.8rem;
  }

  .l-block04-block-list-box-image02 img.img01 {
    width: 20.8rem;
  }

  .l-block04-block-list-box-image02 img.img02 {
    width: 12.56rem;
  }

  .l-block04-block-list-box-image02 img.img03 {
    width: 16.54rem;
  }

  .l-block04-block-list-box dl {
    padding-top: 2.0rem;
  }

  .l-block04-block-list-box dl dt {
    text-align: center;
    color: #fc7e15;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }

  .l-block04-block-list-box dl dd {
    padding-top: 1.5rem;
    text-align: justify;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block04-block-list-box dl dd span {
    padding-top: 1.5rem;
    text-align: left;
    color: #fc7e15;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}


.l-block05 {
  padding: 10.5rem 3.0rem 11.5rem;
  background: #FFFFFF;
}

.l-block05-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-block05-inner h3 {
  text-align: center;
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block05-inner h3 picture {
  display: block;
  text-align: center;
  padding-bottom: 1.0rem;
}

.l-block05-inner h3 picture img {
  width: 8.3rem;
}

.l-block05-block {
  padding-top: 6.0rem;
  text-align: left;
  font-size: 0;
}

.l-block05-block-list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-top: 2.0rem;
}

.l-block05-block-list:nth-of-type(odd) {
  padding-right: 1.0rem;
}

.l-block05-block-list:nth-of-type(even) {
  padding-left: 1.0rem;
}

.l-block05-block-list-box {
  border-radius: 4.0rem;
  border: 3px solid #c9c8c7;
  padding: 4.0rem 4.0rem;
}

.l-block05-block-list-box picture {
  display: block;
}

.l-block05-block-list-box picture img {
  width: 100%;
}

.l-block05-block-list-box dl {
  padding-top: 2.5rem;
}

.l-block05-block-list-box dl dt {
  text-align: center;
  color: #fc7e15;

  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block05-block-list-box dl dd {
  padding-top: 2.5rem;
  text-align: justify;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block05 {
    padding: 10.5rem 3.0rem 12.0rem;
    background: #FFFFFF;
  }

  .l-block05-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .l-block05-inner h3 {
    text-align: center;
    color: #222222;

    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block05-inner h3 picture {
    display: block;
    text-align: center;
    padding-bottom: 1.0rem;
  }

  .l-block05-inner h3 picture img {
    width: 12.8rem;
  }

  .l-block05-block {
    padding-top: 2.5rem;
    text-align: left;
    font-size: 0;
  }

  .l-block05-block-list {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-top: 4.0rem;
  }

  .l-block05-block-list:nth-of-type(odd) {
    padding-right: 0;
  }

  .l-block05-block-list:nth-of-type(even) {
    padding-left: 0;
  }

  .l-block05-block-list-box {
    border-radius: 4.0rem;
    border: 0.6rem solid #c9c8c7;
    padding: 4.0rem 4.0rem;
  }

  .l-block05-block-list-box picture {
    display: block;
  }

  .l-block05-block-list-box picture img {
    width: 100%;
  }

  .l-block05-block-list-box dl {
    padding-top: 2.5rem;
  }

  .l-block05-block-list-box dl dt {
    text-align: center;
    color: #fc7e15;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .l-block05-block-list-box dl dd {
    padding-top: 1.5rem;
    text-align: justify;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}


.l-block06 {
  padding: 11.5rem 3.0rem;
}

.l-block06-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-block06-inner h3 {
  text-align: center;
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block06-inner h3 picture {
  display: block;
  text-align: center;
  padding-bottom: 1.0rem;
}

.l-block06-inner h3 picture img {
  width: 5.6rem;
}

.l-block06-block01 {
  padding-top: 1.8rem;
  padding-bottom: 4.0rem;
  background: url("../images/block06-icon01_pc.svg") bottom center no-repeat transparent;
  background-size: 8.0rem auto;
  min-height: 2.0rem;
}

.l-block06-block01:first-of-type {
  padding-top: 6.8rem;
}

.l-block06-block01:last-of-type {
  padding-bottom: 0;
  background: none;
}

.l-block06-block01-box {
  border-radius: 3.0rem;
  border: 3px solid #c9c8c7;
  padding: 3.0rem 2.5rem;
  background: #FFFFFF;
}

.l-block06-block01-box-table {
  width: 100%;
  display: table;
}

.l-block06-block01-box-table>div {
  display: table-cell;
  vertical-align: middle;
}

.l-block06-block01-box-table-left {
  width: 11.5rem;
  text-align: center;
  border-right: 1px solid #c9c8c7;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block06-block01-box-table-left span {
  display: block;
  text-align: center;
  color: #333333;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block06-block01-box-table-center {
  width: 30.0rem;
  text-align: center;
}

.l-block06-block01-box-table-center picture {
  display: block;
  text-align: center;
}

.l-block06-block01-box-table-center picture img {
  width: 14.7rem;
}

.l-block06-block01-box-table-center picture img.img01 {
  width: 14.7rem;
}

.l-block06-block01-box-table-center picture img.img02 {
  width: 20.4rem;
}

.l-block06-block01-box-table-center picture img.img03 {
  width: 24.3rem;
}

.l-block06-block01-box-table-center picture img.img04 {
  width: 16.3rem;
}

.l-block06-block01-box-table-right {
  width: 63.5rem;
  text-align: left;
}

.l-block06-block01-box-table-right dl {}

.l-block06-block01-box-table-right dl dt {
  text-align: left;
  color: #fc7e15;

  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block06-block01-box-table-right dl dd {
  padding-top: 1.0rem;
  text-align: justify;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block06 {
    padding: 11.0rem 3.0rem 12.0rem;
  }

  .l-block06-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .l-block06-inner h3 {
    text-align: center;
    color: #222222;

    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block06-inner h3 picture {
    display: block;
    text-align: center;
    padding-bottom: 1.0rem;
  }

  .l-block06-inner h3 picture img {
    width: 8.5rem;
  }

  .l-block06-block01 {
    padding-top: 2.0rem;
    padding-bottom: 6.0rem;
    background: url("../images/block06-icon01_sp.svg") bottom center no-repeat transparent;
    background-size: 12.0rem auto;
    min-height: 3.0rem;
  }

  .l-block06-block01:first-of-type {
    padding-top: 5.5rem;
  }

  .l-block06-block01:last-of-type {
    padding-bottom: 0;
    background: none;
  }

  .l-block06-block01-box {
    border-radius: 3.0rem;
    border: 0.6rem solid #c9c8c7;
    padding: 3.5rem 3.5rem;
    background: #FFFFFF;
  }

  .l-block06-block01-box-table {
    width: 100%;
    display: block;
  }

  .l-block06-block01-box-table>div {
    width: 100%;
    display: block;
  }

  .l-block06-block01-box-table-left {
    width: 100%;
    display: block;
    text-align: center;
    border-right: none;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }

  .l-block06-block01-box-table-left span {
    display: block;
    text-align: center;
    color: #333333;

    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
  }

  .l-block06-block01-box-table-center {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 3.5rem;
  }

  .l-block06-block01-box-table-center picture {
    display: block;
    text-align: center;
  }

  .l-block06-block01-box-table-center picture img {
    width: 19.7rem;
  }

  .l-block06-block01-box-table-center picture img.img01 {
    width: 19.7rem;
  }

  .l-block06-block01-box-table-center picture img.img02 {
    width: 25.4rem;
  }

  .l-block06-block01-box-table-center picture img.img03 {
    width: 29.3rem;
  }

  .l-block06-block01-box-table-center picture img.img04 {
    width: 21.3rem;
  }

  .l-block06-block01-box-table-right {
    width: 100%;
    display: block;
    text-align: left;
  }

  .l-block06-block01-box-table-right dl {
    padding-top: 2.0rem;
  }

  .l-block06-block01-box-table-right dl dt {
    text-align: center;
    color: #fc7e15;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }

  .l-block06-block01-box-table-right dl dd {
    padding-top: 1.5rem;
    text-align: justify;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}


.l-block07 {
  padding: 11.5rem 3.0rem 12.0rem;
  background: #FFFFFF;
}

.l-block07-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-block07-inner h3 {
  text-align: center;
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block07-inner h3 picture {
  display: block;
  text-align: center;
  padding-bottom: 1.0rem;
}

.l-block07-inner h3 picture img {
  width: 4.1rem;
}

.l-block07-block01 {
  padding-top: 3.0rem;
}

.l-block07-block01:first-of-type {
  padding-top: 7.0rem;
}

.l-block07-block01-box {
  border-radius: 3.0rem;
  border: 3px solid #c9c8c7;
  padding: 2.5rem 2.5rem;
  background: #FFFFFF;
}

.l-block07-block01-box-q {
  padding-left: 4.5rem;
  background: url("../images/block07-img02-1_pc.png") left top no-repeat transparent;
  background-size: 3.6rem auto;
  min-height: 3.6rem;
  text-align: justify;
  color: #004b3f;

  font-size: clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.l-block07-block01-box-a {
  margin-top: 1.5rem;
  padding-left: 4.5rem;
  background: url("../images/block07-img02-2_pc.png") left top no-repeat transparent;
  background-size: 3.6rem auto;
  min-height: 3.6rem;
  text-align: justify;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block07 {
    padding: 11.5rem 3.0rem 12.0rem;
    background: #FFFFFF;
  }

  .l-block07-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .l-block07-inner h3 {
    text-align: center;
    color: #222222;

    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block07-inner h3 picture {
    display: block;
    text-align: center;
    padding-bottom: 1.0rem;
  }

  .l-block07-inner h3 picture img {
    width: 7.0rem;
  }

  .l-block07-block01 {
    padding-top: 4.0rem;
  }

  .l-block07-block01:first-of-type {
    padding-top: 7.0rem;
  }

  .l-block07-block01-box {
    border-radius: 3.0rem;
    border: 0.6rem solid #c9c8c7;
    padding: 2.8rem 3.5rem;
    background: #FFFFFF;
  }

  .l-block07-block01-box-q {
    padding-left: 4.5rem;
    background: url("../images/block07-img02-1_sp.png") left top 1.0rem no-repeat transparent;
    background-size: 3.6rem auto;
    min-height: 3.6rem;
    text-align: justify;
    color: #004b3f;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block07-block01-box-a {
    margin-top: 1.5rem;
    padding-left: 4.5rem;
    background: url("../images/block07-img02-2_sp.png") left top 0.8rem no-repeat transparent;
    background-size: 3.6rem auto;
    min-height: 3.6rem;
    text-align: justify;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}


.l-block08 {
  padding: 11.5rem 3.0rem 12.0rem;
}

.l-block08-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-block08-inner h3 {
  text-align: center;
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block08-inner h3 picture {
  display: block;
  text-align: center;
  padding-bottom: 1.0rem;
}

.l-block08-inner h3 picture img {
  width: 5.7rem;
}

.l-block08-block01 {
  padding-top: 5.4rem;
}

.l-block08-block01-table {
  width: 100%;
  display: table;
  border-bottom: 2px solid #FFFFFF;
}

.l-block08-block01-table>p {
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.l-block08-block01-table-date {
  width: 13.0rem;
  padding-right: 2.5rem;
  white-space: nowrap;
  text-align: left;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block08-block01-table-cat {
  width: 13.8rem;
  text-align: left;
}

.l-block08-block01-table-cat span {
  display: inline-block;
  background: #004b3f;
  padding: 0.5rem 1.4rem;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFFFFF;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.l-block08-block01-table-title {
  width: auto;
  text-align: justify;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.l-block08-moreBtn {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.l-block08-moreBtn-content {
  background-color: #fc7e15;
  font-weight: 700;
  color: #ffffff;
  border-radius: 4rem;
  padding: 1.5rem 3.4rem 1.5rem 3.4rem;
}

.l-block08-moreBtn-content:visited {
  color: #ffffff;
}


@media screen and (max-width: 767.5px) {
  .l-block08 {
    padding: 11.5rem 3.0rem 11.5rem;
  }

  .l-block08-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .l-block08-inner h3 {
    text-align: center;
    color: #222222;

    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block08-inner h3 picture {
    display: block;
    text-align: center;
    padding-bottom: 1.0rem;
  }

  .l-block08-inner h3 picture img {
    width: 8.7rem;
  }

  .l-block08-block01 {
    padding-top: 5.4rem;
  }

  .l-block08-block01-table {
    width: 100%;
    display: block;
    border-bottom: 2px solid #FFFFFF;
    text-align: left;
    font-size: 0;
  }

  .l-block08-block01-table>p {
    display: inline-block;
    vertical-align: middle;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .l-block08-block01-table-date {
    padding-bottom: 0.8rem !important;
    width: 17.5rem;
    padding-right: 0.5rem;
    white-space: nowrap;
    text-align: left;
    color: #333333;

    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block08-block01-table-cat {
    padding-bottom: 0.8rem !important;
    width: calc(100% - 18.5rem);
    text-align: left;
  }

  .l-block08-block01-table-cat span {
    margin-right: 0.5rem;
    display: inline-block;
    background: #004b3f;
    padding: 0.5rem 1.4rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #FFFFFF;

    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  .l-block08-block01-table-title {
    padding-top: 0 !important;
    display: block !important;
    width: 100%;
    text-align: justify;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}


.l-block09 {
  padding: 11.5rem 3.0rem 12.0rem;
  background: #FFFFFF;
}

.l-block09-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-block09-inner h3 {
  text-align: center;
  color: #222222;

  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block09-inner h3 picture {
  display: block;
  text-align: center;
  padding-bottom: 1.0rem;
}

.l-block09-inner h3 picture img {
  width: 9.8rem;
}

.l-block09-block01 {
  padding-top: 5.2rem;
}

.l-block09-block01 table {
  width: 100%;
}

.l-block09-block01 table tr {
  border-bottom: 1px solid #c9c8c7;
}

.l-block09-block01 table tr th {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  width: 19.5rem;
  text-align: left;
  vertical-align: top;
  color: #004b3f;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.l-block09-block01 table tr td {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  width: auto;
  text-align: left;
  vertical-align: top;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.l-block09-block01 table tr td a.link {
  display: inline-block;
  padding-right: 2.5rem;
  background: url("../images/block09-icon01_pc.png") right top 0.8rem no-repeat transparent;
  background-size: 1.4rem auto;
  min-height: 1.4rem;
  text-align: left;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.l-block09-block01 table tr td a.pin {
  display: inline-block;
  padding-left: 1.6rem;
  background: url("../images/block09-icon02_pc.png") left top 1.0rem no-repeat transparent;
  background-size: 0.9rem auto;
  min-height: 1.3rem;
  text-align: left;
  color: #333333;

  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.l-block09-block01-map {
  padding-top: 1.0rem;
  padding-right: 1.5rem;
}

.l-block09-block01-map iframe {
  width: 100%;
  height: 180px;
}


@media screen and (max-width: 767.5px) {
  .l-block09 {
    padding: 11.5rem 3.0rem 11.0rem;
    background: #FFFFFF;
  }

  .l-block09-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .l-block09-inner h3 {
    text-align: center;
    color: #222222;

    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block09-inner h3 picture {
    display: block;
    text-align: center;
    padding-bottom: 1.0rem;
  }

  .l-block09-inner h3 picture img {
    width: 14.8rem;
  }

  .l-block09-block01 {
    padding-top: 5.5rem;
  }

  .l-block09-block01 table {
    width: 100%;
  }

  .l-block09-block01 table tr {
    border-bottom: 1px solid #c9c8c7;
  }

  .l-block09-block01 table tr th {
    padding-top: 3.2rem;
    padding-bottom: 2.5rem;
    width: 19.5rem;
    text-align: left;
    vertical-align: top;
    color: #004b3f;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .l-block09-block01 table tr td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: auto;
    text-align: left;
    vertical-align: top;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block09-block01 table tr td a.link {
    display: inline;
    padding-right: 3.0rem;
    background: url("../images/block09-icon01_sp.png") right bottom 0.3rem no-repeat transparent;
    background-size: 2.5rem auto;
    min-height: 2.5rem;
    text-align: left;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block09-block01 table tr td a.pin {
    display: inline-block;
    padding-left: 2.6rem;
    background: url("../images/block09-icon02_sp.png") left top 1.2rem no-repeat transparent;
    background-size: 1.8rem auto;
    min-height: 3.6rem;
    text-align: left;
    color: #333333;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .l-block09-block01-map {
    padding-top: 1.0rem;
    padding-right: 0;
  }

  .l-block09-block01-map iframe {
    width: 100%;
    height: 18.0rem;
  }
}

@media screen and (max-width: 767.5px) {}

@media screen and (max-width: 767.5px) {}
