@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media screen and (max-width: 740px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  .sp-only {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 100%;
  overflow-x: hidden;
}

body {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000000;
}

main {
  line-height: 1.5;
  padding-bottom: 0 !important;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 740px) {
  main {
    -webkit-text-size-adjust: 100%;
  }
}
.footer {
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/*news*/
.newsList__tag {
  width: 146px;
  color: #fff;
}

.populer {
  background-color: #f37264;
}

.publication {
  background-color: #6bb40a;
}

.report {
  background-color: #f49d1a;
}

.review {
  background-color: #23a7e5;
}

.new {
  background-color: #755ed2;
}

.newsList__date {
  margin-right: 24px;
}

@media screen and (max-width: 740px) {
  .newsList__date {
    margin-right: 12px;
  }
}
.section {
  width: 100%;
  overflow-x: hidden;
}

.section--bg-light-yellow {
  background-color: #fdd900;
}

.section--bg-dark-yellow {
  background-color: #fdc200;
}

.section--bg-green {
  background-color: #a0e93e;
}

.section__inner {
  margin: 0 auto;
}

@media screen and (min-width: 741px) {
  .section__inner {
    width: 992px;
  }
}
@media screen and (max-width: 740px) {
  .section__inner {
    width: 87.2%;
  }
}
.section-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 741px) {
  .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 740px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title > span {
  color: #f9471a;
  text-decoration: underline;
}

.section-subtitle {
  margin-top: 8px;
  text-align: center;
  line-height: 1.7;
}

@media screen and (min-width: 741px) {
  .section-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 740px) {
  .section-subtitle {
    font-size: 16px;
  }
}
.rounded-btn {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #00b142, #008d34);
  padding: 12px 2.5rem 12px 1rem;
  margin: 0 auto;
  border: solid 3px #ffffff;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media screen and (min-width: 741px) {
  .rounded-btn {
    width: 360px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 741px) and (min-width: 741px) {
  .rounded-btn:hover {
    background: linear-gradient(to right, #008d34, #00b142);
  }
}
@media screen and (max-width: 740px) {
  .rounded-btn {
    width: 91.52542%;
    border-radius: 28px;
  }
}
.rounded-btn::after {
  content: "";
  display: block;
  background: url("../images/icon_right-arrow.svg") no-repeat 0 0 / contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (min-width: 741px) {
  .rounded-btn::after {
    width: 11px;
    height: 19px;
  }
}
@media screen and (max-width: 740px) {
  .rounded-btn::after {
    width: 8px;
    height: 14px;
  }
}
.rounded-btn__text {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 741px) {
  .rounded-btn__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 740px) {
  .rounded-btn__text {
    font-size: 18px;
  }
}
.page-link {
  display: inline-block;
  color: #000;
}

@media screen and (min-width: 741px) {
  .page-link {
    font-size: 16px;
  }
  .page-link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 740px) {
  .page-link {
    font-size: 14px;
  }
}
#section01 .section__inner {
  width: 100%;
}

#section01 .contents {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 741px) {
  #section01 .contents {
    max-width: 1386px;
    height: 694px;
    background-image: url("../images/section01/bg_mv_pc.svg");
    margin: 0 auto;
  }
}
@media screen and (max-width: 740px) {
  #section01 .contents {
    height: 0;
    padding-top: 163.73333%;
    background-image: url("../images/section01/bg_mv_sp.svg");
  }
}
@media screen and (min-width: 741px) {
  #section01 .contents2 {
    max-width: 1386px;
    height: 321px;
    background-image: url("../images/section01/bg_mv2_pc.svg");
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top;
  }
}
@media screen and (max-width: 740px) {
  #section01 .contents2 {
    height: 0;
    padding-top: 74.5%;
    background-image: url("../images/section01/bg_mv2_sp.svg");
    background-repeat: no-repeat;
  }
}
/* SNSアイコン */
@media screen and (max-width: 740px) {
  .mv {
    position: relative;
  }
}
@media screen and (min-width: 741px) {
  .mv .sns-link__wrap {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    position: relative;
  }
}
.mv .sns-link {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 2;
}

@media screen and (max-width: 740px) {
  .mv .sns-link {
    top: 16px;
  }
}
.mv .sns-link img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

@media screen and (min-width: 741px) {
  .mv .sns-link:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 741px) {
  #section01 .rounded-btn {
    width: 420px;
    padding: 12px 2rem 6px;
    border-radius: 36px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 740px) {
  #section01 .rounded-btn {
    width: 91.74312%;
    padding: 9px 2rem 6px 1rem;
    border-radius: 31px;
    margin-bottom: 6.42202%;
  }
  #section01 .rounded-btn::after {
    right: 16px;
  }
}
#section01 .rounded-btn__small-text,
#section01 .rounded-btn__medium-text {
  display: block;
  text-align: center;
}

#section01 .rounded-btn__small-text {
  font-size: 14px;
}

@media screen and (min-width: 741px) {
  #section01 .rounded-btn__small-text {
    line-height: 1.5;
  }
}
@media screen and (max-width: 740px) {
  #section01 .rounded-btn__small-text {
    line-height: 1;
  }
}
#section01 .rounded-btn__medium-text {
  font-weight: bold;
}

@media screen and (min-width: 741px) {
  #section01 .rounded-btn__medium-text {
    font-size: 24px;
    line-height: 1.16;
  }
}
@media screen and (max-width: 740px) {
  #section01 .rounded-btn__medium-text {
    font-size: 18px;
    line-height: 1.5;
  }
}
#section01 .btn-group {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 741px) {
  #section01 .btn-group {
    width: 992px;
  }
}
@media screen and (max-width: 740px) {
  #section01 .btn-group {
    width: 87.2%;
  }
}
#section01 .page-link {
  font-weight: bold;
  color: #fff;
  background-image: url("../images/icon_circle-arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding-left: 25px;
  text-shadow: 2px 2px 1px #062754, -2px 2px 1px #062754, 2px -2px 1px #062754,
    -2px -2px 1px #062754, 2px 0px 1px #062754, 0px 2px 1px #062754,
    -2px 0px 1px #062754, 0px -2px 1px #062754;
}

@media screen and (min-width: 741px) {
  #section01 .page-link {
    font-size: 16px;
    background-position: top 3px left 0;
    margin-bottom: 47px;
  }
  #section01 .page-link:hover {
    text-decoration: none;
    background-image: url("../images/icon_circle-arrow_green.svg");
    text-shadow: 2px 2px 1px #008e34, -2px 2px 1px #008e34, 2px -2px 1px #008e34,
      -2px -2px 1px #008e34, 2px 0px 1px #008e34, 0px 2px 1px #008e34,
      -2px 0px 1px #008e34, 0px -2px 1px #008e34;
  }
}
@media screen and (max-width: 740px) {
  #section01 .page-link {
    font-size: 14px;
    background-position: center left 0;
    margin-bottom: 10.39755%;
  }
}
.page-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 741px) {
  .page-title {
    width: 100%;
    text-align: center;
    top: 233px;
  }
  .page-title2 {
    width: 100%;
    text-align: center;
    top: 110px;
  }
}
@media screen and (max-width: 740px) {
  .page-title {
    width: 105.33333%;
    top: 0;
    padding-top: 37.33333%;
  }
  .page-title2 {
    width: 105.33333%;
    top: 0;
    padding-top: 4.33333%;
  }
}
@media screen and (min-width: 741px) {
  #section02 {
    margin-top: -23px;
  }
}
@media screen and (max-width: 740px) {
  #section02 {
    margin-top: -10px;
  }
}
@media screen and (min-width: 741px) {
  #section02 .section__inner {
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 740px) {
  #section02 .section__inner {
    padding-bottom: 40px;
  }
}
#section02 .contents {
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 741px) {
  #section02 .contents {
    padding: 40px 32px 45px;
  }
}
@media screen and (max-width: 740px) {
  #section02 .contents {
    padding: 24px 5.42373%;
  }
}
@media screen and (min-width: 741px) {
  #section02 .rounded-btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 740px) {
  #section02 .rounded-btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 741px) {
  #section01_1 {
    margin-top: -23px;
  }
}
@media screen and (max-width: 740px) {
  #section01_1 {
    margin-top: -10px;
  }
}
@media screen and (min-width: 741px) {
  #section01_1 .section__inner {
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 740px) {
  #section01_1 .section__inner {
    padding-bottom: 40px;
  }
}
#section01_1 .contents {
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 741px) {
  #section01_1 .contents {
    padding: 40px 32px 45px;
  }
}
@media screen and (max-width: 740px) {
  #section01_1 .contents {
    padding: 24px 5.42373%;
  }
}
@media screen and (min-width: 741px) {
  #section01_1 .rounded-btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 740px) {
  #section01_1 .rounded-btn {
    margin-top: 20px;
  }
}
.new-projects {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 741px) {
  .new-projects {
    margin-top: 20px;
  }
}
@media screen and (max-width: 740px) {
  .new-projects {
    display: block;
    margin-top: 16px;
    width: 245px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 741px) {
  .new-projects__item {
    width: 245px;
  }
}
@media screen and (min-width: 741px) {
  .new-projects__item + .new-projects__item {
    margin-left: 24px;
  }
}
/* @media screen and (max-width: 740px) {
  .new-projects__item + .new-projects__item {
    display: none;
  }
} */
/* 公式SNS */
.sns__wrap {
  margin-top: 60px;
}

.sns__wrap .sns__inner {
  text-align: center;
  margin: 32px auto 0;
  max-width: 448px !important;
}

@media screen and (max-width: 740px) {
  .sns__wrap .sns__inner {
    margin-top: 16px;
  }
}
@media screen and (min-width: 741px) {
  #section03 .section__inner {
    padding: 62px 0 60px;
  }
}
@media screen and (max-width: 740px) {
  #section03 .section__inner {
    padding: 40px 0 46px;
  }
}
#section03 .contents {
  background: #fff;
  border-radius: 8px;
  position: relative;
}

@media screen and (min-width: 741px) {
  #section03 .contents {
    padding: 40px 32px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 740px) {
  #section03 .contents {
    padding: 38px 0 24px;
    margin-top: 18px;
  }
}
#section03 .contents::before,
#section03 .contents::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 741px) {
  #section03 .contents::before {
    width: 274px;
    height: 199px;
    background-image: url("../images/section03/illust_contents-deco01_pc.png");
    top: -182px;
    left: -4px;
  }
}
@media screen and (max-width: 740px) {
  #section03 .contents::before {
    width: 24.46483%;
    height: 0;
    padding-top: 38.53211%;
    background-image: url("../images/section03/illust_contents-deco01_sp.png");
    top: 31px;
    left: -16px;
  }
}
@media screen and (min-width: 741px) {
  #section03 .contents::after {
    width: 182px;
    height: 206px;
    background-image: url("../images/section03/illust_contents-deco02_pc.png");
    top: -188px;
    right: 83px;
  }
}
@media screen and (max-width: 740px) {
  #section03 .contents::after {
    width: 22.32416%;
    height: 0;
    padding-top: 42.50765%;
    background-image: url("../images/section03/illust_contents-deco02_sp.png");
    top: 28px;
    right: -20px;
  }
}
.purpose__text,
.purpose__img {
  text-align: center;
}

.purpose__text {
  line-height: 1.75;
}

@media screen and (min-width: 741px) {
  .purpose__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 740px) {
  .purpose__text {
    font-size: 16px;
  }
}
.purpose__text:not(:first-of-type) {
  margin-top: 16px;
}

.purpose__text-bold {
  font-weight: bold;
}

@media screen and (min-width: 741px) {
  .purpose__text-bold {
    font-size: 22px;
  }
  .purpose__text:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 740px) {
  .purpose__text-bold {
    font-size: 18px;
  }
}
@media screen and (min-width: 741px) {
  .purpose__img {
    margin: 32px 0;
  }
}
@media screen and (max-width: 740px) {
  .purpose__img {
    margin: 32px auto 0;
  }
  .purpose__img--01 {
    width: 90.21407%;
    padding: 0 4.89297%;
  }
  .purpose__img--02 {
    width: 100%;
  }
}
@media screen and (min-width: 741px) {
  #section04 .section__inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 740px) {
  #section04 .section__inner {
    width: 100%;
    padding: 40px 0;
  }
}
@media screen and (min-width: 741px) {
  #section04 .contents {
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 740px) {
  #section04 .contents {
    margin-top: 24px;
  }
}
@media screen and (min-width: 741px) {
  #section04 .page-link-wrapper {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  #section04 .page-link-wrapper {
    width: 87.2%;
    text-align: right;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 740px) {
  #section04 .page-link {
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: center left 0;
    padding-left: 25px;
  }
}
@media screen and (min-width: 741px) {
  .flow {
    width: 466px;
  }
}
@media screen and (max-width: 740px) {
  .flow {
    width: 100%;
  }
}
@media screen and (min-width: 741px) {
  .flow + .flow {
    margin-left: 60px;
  }
}
@media screen and (max-width: 740px) {
  .flow + .flow {
    margin-top: 70px;
  }
}
.flow-title {
  text-align: center;
  position: relative;
}

.flow-title::before,
.flow-title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.flow-title > span {
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 741px) {
  .flow-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list {
    width: 87.2%;
    margin: 16px auto 0;
  }
}
.flow-list__item {
  background: #fff;
  border-radius: 8px;
  position: relative;
}

@media screen and (min-width: 741px) {
  .flow-list__item {
    padding: 24px 24px 17px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__item {
    padding: 15px 4.89297% 16px;
  }
}
@media screen and (min-width: 741px) {
  .flow-list__item + .flow-list__item {
    margin-top: 66px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__item + .flow-list__item {
    margin-top: 60px;
  }
}
.flow-list__item + .flow-list__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 741px) {
  .flow-list__item + .flow-list__item::before {
    border-width: 26px 15px 0 15px;
    top: -46px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__item + .flow-list__item::before {
    border-width: 22px 12.5px 0 12.5px;
    top: -40px;
  }
}
.flow-list__num {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}

@media screen and (min-width: 741px) {
  .flow-list__num {
    width: 32px;
    height: 32px;
    font-size: 22px;
    line-height: 1.45;
    top: -16px;
    left: -16px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__num {
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 1.55;
    top: -14px;
    left: -14px;
  }
}
.flow-list__title {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 740px) {
  .flow-list__title > .img {
    width: 58px;
    height: 58px;
  }
}
.flow-list__title > .text {
  font-weight: bold;
}

@media screen and (min-width: 741px) {
  .flow-list__title > .text {
    font-size: 24px;
    line-height: 1.33;
    margin-left: 16px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__title > .text {
    font-size: 20px;
    line-height: 1.4;
    margin-left: 8px;
  }
}
@media screen and (min-width: 741px) {
  .flow-list__title > .text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__title > .text span {
    font-size: 14px;
  }
}
.flow-list__text {
  line-height: 1.75;
}

@media screen and (min-width: 741px) {
  .flow-list__text {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.flow-list__text + .flow-list__text {
  margin-top: 16px;
}

.flow-list__text .red {
  font-weight: bold;
  color: #ff0000;
}

@media screen and (min-width: 741px) {
  .flow-list__text .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 740px) {
  .flow-list__text .small {
    font-size: 12px;
  }
}
.flow--supporters .flow-title {
  background: #23a7e5;
}

@media screen and (min-width: 741px) {
  .flow--supporters .flow-title {
    font-size: 40px;
    padding: 23px 0 17px;
  }
}
@media screen and (max-width: 740px) {
  .flow--supporters .flow-title {
    font-size: 32px;
    padding: 26px 0;
  }
}
.flow--supporters .flow-title::before {
  width: 109px;
  height: 178px;
  background-image: url("../images/section04/illust_title-deco01.png");
  top: -68px;
}

@media screen and (min-width: 741px) {
  .flow--supporters .flow-title::before {
    left: 45px;
  }
}
@media screen and (max-width: 740px) {
  .flow--supporters .flow-title::before {
    left: 16px;
  }
}
@media screen and (min-width: 741px) {
  .flow--supporters .flow-title::after {
    width: 167px;
    height: 164px;
    background-image: url("../images/section04/illust_title-deco02_pc.png");
    top: -56px;
    right: -2px;
  }
}
@media screen and (max-width: 740px) {
  .flow--supporters .flow-title::after {
    width: 162px;
    height: 164px;
    background-image: url("../images/section04/illust_title-deco02_sp.png");
    top: -56px;
    right: -14px;
  }
}
@media screen and (max-width: 740px) {
  .flow--supporters .page-link {
    background-image: url("../images/icon_circle-arrow_orange.svg");
  }
}
.flow--supporters .flow-list__num {
  background: #23a7e5;
}

.flow--supporters .flow-list__title {
  color: #23a7e5;
}

.flow--proposers .flow-title {
  background: #f9731a;
}

@media screen and (min-width: 741px) {
  .flow--proposers .flow-title {
    font-size: 32px;
    padding: 19px 0;
  }
}
@media screen and (max-width: 740px) {
  .flow--proposers .flow-title {
    font-size: 28px;
    padding: 22px 0 18px;
  }
}
.flow--proposers .flow-title .small {
  display: block;
  line-height: 1;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.flow--proposers .flow-title::before {
  width: 133px;
  height: 165px;
  background-image: url("../images/section04/illust_title-deco03.png");
}

@media screen and (min-width: 741px) {
  .flow--proposers .flow-title::before {
    top: -40px;
    left: 5px;
  }
}
@media screen and (max-width: 740px) {
  .flow--proposers .flow-title::before {
    top: -38px;
    left: 8px;
  }
}
.flow--proposers .flow-title::after {
  width: 110px;
  height: 157px;
  background-image: url("../images/section04/illust_title-deco04.png");
}

@media screen and (min-width: 741px) {
  .flow--proposers .flow-title::after {
    top: -40px;
    right: 0px;
  }
}
@media screen and (max-width: 740px) {
  .flow--proposers .flow-title::after {
    top: -45px;
    right: 7px;
  }
}
@media screen and (max-width: 740px) {
  .flow--proposers .page-link {
    background-image: url("../images/icon_circle-arrow_blue.svg");
  }
}
.flow--proposers .flow-list__num {
  background: #f9731a;
}

.flow--proposers .flow-list__title {
  color: #f9731a;
}

@media screen and (min-width: 741px) {
  #section05 .section__inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 740px) {
  #section05 .section__inner {
    padding: 24px 0 40px;
  }
}
#section05 .section-title {
  position: relative;
  z-index: 1;
}

#section05 .contents {
  position: relative;
}

#section05 .contents::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 741px) {
  #section05 .contents::before {
    width: 181px;
    height: 241px;
    background-image: url("../images/section05/illust_contents-deco_pc.png");
    top: -50px;
    left: -73px;
  }
}
@media screen and (max-width: 740px) {
  #section05 .contents::before {
    width: 35.77982%;
    height: 0;
    padding-top: 47.70642%;
    background-image: url("../images/section05/illust_contents-deco_sp.png");
    top: -26px;
    left: -14px;
  }
}
#section05 .read {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 741px) {
  #section05 .read {
    text-align: right;
  }
}
@media screen and (max-width: 740px) {
  #section05 .read {
    display: flex;
    flex-wrap: wrap;
  }
}
#section05 .read-text {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 741px) {
  #section05 .read-text {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 740px) {
  #section05 .read-text {
    order: 2;
    width: 100%;
    font-size: 16px;
    margin-top: 24px;
  }
}
#section05 .page-link {
  background-image: url("../images/icon_circle-arrow_black.svg");
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding-left: 25px;
}

@media screen and (min-width: 741px) {
  #section05 .page-link {
    background-position: top 3px left 0;
    margin-top: 32px;
  }
}
@media screen and (max-width: 740px) {
  #section05 .page-link {
    order: 1;
    background-position: center left 0;
    margin-top: 24px;
    margin-left: auto;
  }
}
@media screen and (min-width: 741px) {
  .contents04-wrapper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 740px) {
  .contents04-wrapper {
    padding: 24px 0 40px;
  }
}
.projects {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 741px) {
  .projects {
    margin-top: 32px;
  }
}
@media screen and (max-width: 740px) {
  .projects {
    margin-top: 18px;
  }
}
@media screen and (min-width: 741px) {
  .projects__item {
    width: 314px;
  }
  .projects__item:not(:nth-of-type(3n)) {
    margin-right: 24px;
  }
  .projects__item:nth-of-type(n + 4) {
    margin-top: 75px;
  }
}
@media screen and (max-width: 740px) {
  .projects__item {
    width: 47.40061%;
  }
  .projects__item:nth-of-type(2n) {
    margin-left: 4.89297%;
  }
  .projects__item:nth-of-type(n + 3) {
    margin-top: 9.78593%;
  }
}
.projects__thumb {
  border-radius: 8px;
  position: relative;
}

.projects__thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 8px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.projects__thumb > p {
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 741px) {
  .projects__thumb > p {
    font-size: 24px;
  }
}
@media screen and (max-width: 740px) {
  .projects__thumb > p {
    font-size: 20px;
  }
}
.projects__text {
  line-height: 1.75;
}

@media screen and (min-width: 741px) {
  .projects__text {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 740px) {
  .projects__text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.projects__text-bold {
  font-weight: bold;
}

@media screen and (min-width: 741px) {
  #section06 .section__inner {
    padding: 60px 0 110px;
  }
}
@media screen and (max-width: 740px) {
  #section06 .section__inner {
    padding: 40px 0 132px;
  }
}
@media screen and (min-width: 741px) {
  #section06 .contents {
    margin-top: 2px;
  }
}
@media screen and (max-width: 740px) {
  #section06 .contents {
    margin-top: -3px;
  }
}
@media screen and (min-width: 741px) {
  #section06 .rounded-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 740px) {
  #section06 .rounded-btn {
    width: 100%;
    margin-top: 32px;
  }
}
.consultation__img {
  text-align: center;
}

.consultation__text {
  line-height: 1.75;
}

@media screen and (min-width: 741px) {
  .consultation__text {
    text-align: center;
    font-size: 16px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 740px) {
  .consultation__text {
    font-size: 14px;
    margin-top: 24px;
  }
  .pconly {
    display: none;
  }
}
/* ローカルナビ */
#hisApp {
  overflow: hidden;
}

.his-logo-wrap .section-button-wrap {
  display: none;
}

#localNav__section {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.local-nav-outer {
  width: 100%;
  /* max-width: 1200px; */
  min-width: auto;
  margin: 0 auto;
  position: relative;
}

.breadcrumb {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  padding: 0 0 0;
}

.his-logo-wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: 0.5rem 1rem;
}

.his-logo-inner {
  width: 70px;
  margin-right: 1.3rem;
}

.his-logo img {
  width: 80px;
  height: 30px;
}

.his-site-copy {
  font-size: 11px;
  line-height: 1.2;
}

.local-nav-wrap {
  width: 100%;
  padding: 0 1rem;
  /* background-color: #EEE; */
}

.local-nav {
  display: block;
  /* flex-wrap: wrap; */
  display: none;
}

.local-nav li {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 1rem;
}

.local-nav li a {
  display: block;
  padding: 0.5rem 2rem 0.5rem 0;
  color: #222;
  text-decoration: none;
}

.local-nav li a:hover {
  color: #222;
  -webkit-text-decoration: 1px solid #222;
  text-decoration: 1px solid #222;
}
