@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

#wrapper,
.outer-block {
  width: 100%;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.c-blue {
  color: #0D5BAA;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  padding: 17px 24px 25px;
}
.c-header .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.c-header .logo {
  display: block;
}
.c-header .logo:first-child {
  width: 290px;
  margin-right: 10px;
}
.c-header .logo:nth-child(2) {
  width: 70px;
}
.c-header .logo img {
  width: 100%;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-ttl01 {
  background: url(../image/common/bg_ttl.png) no-repeat center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
  padding: 15px 40px 17px;
  font-size: 36px;
  line-height: 1.4444444444;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.c-ttl02 .img {
  display: block;
  text-align: center;
}

.c-ttl03 {
  position: relative;
  z-index: 10;
  color: #0D5BAA;
  margin: auto;
  font-weight: 500;
}
.c-ttl03::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  height: 3px;
  background: url(../image/common/bg_dotate_pc.svg) center;
  width: 100%;
  z-index: 1;
}
.c-ttl03 .ttl-txt {
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 20;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.c-ttl03 .ttl-txt .txt {
  position: relative;
  z-index: 30;
}

.c-link01 {
  color: #0D5BAA;
  border: 1px solid #0D5BAA;
  padding: 14px 25px;
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 9px -5px rgba(13, 91, 170, 0.5);
          box-shadow: 0px 0px 9px -5px rgba(13, 91, 170, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-link01 .large {
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}
.c-link01 .small {
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-top: 21px;
}

.c-link02 {
  display: block;
  width: 100%;
  font-size: 20px;
  border-radius: 30px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0D5BAA;
  -webkit-box-shadow: 0 1px 6px rgba(13, 91, 170, 0.5);
          box-shadow: 0 1px 6px rgba(13, 91, 170, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.anm-fade-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.anm-fade-up.is-animated {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.swiper-slide .slide-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: scale(1.1) translateX(-20px);
          transform: scale(1.1) translateX(-20px);
}
.swiper-slide[class*=-active] .slide-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: mv-left 4s 0.5s ease-in-out both;
          animation: mv-left 4s 0.5s ease-in-out both;
}

@-webkit-keyframes mv-left {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-20px);
            transform: scale(1.1) translateX(-20px);
    /* 20px左に移動する例 */
    @media only screen and (max-width: 767px) {
      -webkit-transform: scale(1.1) translateX(-10px);
              transform: scale(1.1) translateX(-10px);
      /* 20px左に移動する例 */
    }
  }
}

@keyframes mv-left {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-20px);
            transform: scale(1.1) translateX(-20px);
    /* 20px左に移動する例 */
    @media only screen and (max-width: 767px) {
      -webkit-transform: scale(1.1) translateX(-10px);
              transform: scale(1.1) translateX(-10px);
      /* 20px左に移動する例 */
    }
  }
}
@-webkit-keyframes mv-left-sp {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
}
@keyframes mv-left-sp {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .anchor-box {
  background-color: #0D5BAA;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.home .anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
.home .anchor-item {
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home .anchor-item + .anchor-item {
  border-left: 1px solid #fff;
}
.home .c-accordion {
  display: none;
}
.home .anchor-link {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4583333333;
  padding: 20px 5px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .anchor-link .txt {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .news-section {
  margin-top: 85px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 50;
}
.home .news-list {
  margin: 50px 15px 37px;
}
.home .news-item {
  border-bottom: 1px solid #707070;
  display: none;
}
.home .news-link {
  display: block;
  padding: 15px 0 17px;
}
.home .news-link .date {
  width: 181px;
  font-size: 22px;
  line-height: 1.4545454545;
  margin-right: 23px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .news-link .item-ttl {
  font-size: 22px;
  line-height: 1.4545454545;
}
.home .project-section {
  position: relative;
  padding-top: 40px;
  margin-top: 50px;
}
.home .project-section .inner-block {
  z-index: 50;
}
.home .project-section:before, .home .project-section::after {
  content: "";
  display: block;
  width: 316px;
  height: 1720px;
  position: absolute;
  z-index: 10;
}
.home .project-section::before {
  top: -380px;
  left: 0;
  background: url(../image/home/bg_project_01_pc.svg) no-repeat left;
}
.home .project-section::after {
  top: -400px;
  right: 0;
  background: url(../image/home/bg_project_02_pc.svg) no-repeat right;
}
.home .project-section .sec-item {
  position: relative;
  z-index: 50;
}
.home .project-section .sec-item + .sec-item {
  margin-top: 127px;
}
.home .project-section .sec-item .img-content-box {
  margin-top: 40px;
}
.home .project-section .sec-item .txt {
  font-size: 24px;
  line-height: 1.8333333333;
}
.home .project-section .sec-item .lead {
  margin-top: 37px;
}
.home .project-section .archive {
  margin-top: 130px;
}
.home .project-section .archive-box {
  max-width: 813px;
}
.home .project-section .left-txt {
  color: #0D5BAA;
  font-size: 44px;
}
.home .project-section .right-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .project-section .right-txt {
  font-size: 30px;
  color: #0D5BAA;
  margin-top: 5px;
}
.home .project-section .date {
  color: #0D5BAA;
  font-size: 20px;
  line-height: 1;
  text-align: right;
}
.home .project-section .price-txt {
  padding: 0 10px 20px;
  position: relative;
  color: #0D5BAA;
}
.home .project-section .price-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  background: url(../image/common/bg_dotate_pc.svg) center;
  width: 100%;
}
.home .project-section .price {
  font-size: 90px;
  line-height: 1;
  padding-right: 70px;
  display: block;
  width: 100%;
  text-align: center;
}
.home .project-section .label {
  position: absolute;
  right: 10px;
  bottom: 20px;
  line-height: 1;
  font-size: 60px;
}
.home .project-section .txt-box {
  margin-top: 58px;
  margin-bottom: 292px;
}
.home .project-section .txt-box .lead {
  color: #0D5BAA;
  text-align: center;
  line-height: 2.1538461538;
  font-size: 26px;
}
.home .project-section .txt-box .mb-under {
  margin-bottom: 56px;
}
.home .child-project-section {
  padding-top: 112px;
  padding-bottom: 140px;
  position: relative;
  margin-top: 140px;
}
.home .child-project-section::before, .home .child-project-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 14.0845070423vw;
  background: url(../image/common/bg_rotate_pc.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
}
.home .child-project-section::before {
  top: 0;
}
.home .child-project-section::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .child-project-section .lead-txt {
  margin-top: 20px;
}
.home .child-project-section .cause-box {
  background-color: #F4F8FC;
  border-radius: 10px;
  padding: 60px 24px 16px;
  margin: 50px 0 55px;
}
.home .child-project-section .cause-box .lead-txt {
  margin-top: 15px;
}
.home .child-project-section .cause-box .txt {
  font-size: 20px;
  line-height: 1.8;
  margin: 15px auto 50px;
  max-width: 805px;
}
.home .child-project-section .cause-box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.home .child-project-section .cause-box li {
  width: 160px;
  height: 160px;
  position: relative;
  background-color: #B9CFE2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 555px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
.home .child-project-section .cause-box li:first-child {
  right: -10px;
}
.home .child-project-section .cause-box li:last-child {
  left: -10px;
}
.home .child-project-section .cause-box .img {
  display: block;
  text-align: center;
}
.home .child-project-section .cause-ttl {
  font-size: 30px;
  line-height: 1.4666666667;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.home .child-project-section .lead-txt02 {
  margin-top: 50px;
  margin-bottom: 84px;
  font-size: 24px;
  line-height: 1.8333333333;
}
.home .child-project-section .img-content-box {
  max-width: none;
}
.home .project-box {
  padding-top: 50px;
}
.home .project-box .lead-ttl {
  margin-bottom: 60px;
  display: block;
  text-align: center;
}
.home .project-box > .img-box {
  margin-top: 25px;
  text-align: center;
}
.home .project-box + .project-box {
  padding-top: 0;
  margin-top: 125px;
}
.home .target-section {
  margin-top: 180px;
  padding-top: 50px;
}
.home .target-list {
  margin-top: 65px;
}
.home .target-item .img-box {
  width: 100%;
  position: relative;
  padding-top: 71.4285714286%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #EBEBEB;
}
.home .target-item .img-box img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.home .target-item .img-box .coming-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  color: #A0A0A0;
}
.home .target-item .item-ttl {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 13px;
}
.home .target-item .item-ttl .small {
  font-size: 18px;
}
.home .target-item .time {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.home .target-item .lead {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.4444444444;
}
.home .business-section {
  margin-top: 20px;
  padding-top: 50px;
}
.home .business-section .sec-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 52px;
}
.home .business-box {
  margin-top: 58px;
}
.home .business-box + .business-box {
  margin-top: 126px;
}
.home .business-box .img-box {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.home .business-box .img-box img {
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  height: auto;
}
.home .business-box .txt-box {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.home .business-box .lead-txt {
  margin-bottom: 30px;
  line-height: 1.4166666667;
  font-size: 24px;
}
.home .business-box .li-txt {
  font-size: 26px;
  position: relative;
  padding-left: 30px;
  line-height: 2.1538461538;
}
.home .business-box .li-txt::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-color: #0D5BAA;
  position: absolute;
  left: 0;
  top: 17px;
  border-radius: 555px;
}
.home .group-section {
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 35px;
}
.home .group-section .lead {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 7px;
  margin-bottom: 50px;
  text-align: center;
}
.home .group-section .group-ttl {
  font-size: 24px;
  text-align: center;
  line-height: 1.4583333333;
  padding: 0 20px;
}
.home .group-section .date {
  margin-top: 5px;
  font-weight: 500;
  text-align: center;
}
.home .group-section .group-list {
  width: calc(100% - 150px);
  margin: 93px auto 0;
}
.home .group-section .group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .group-section .group-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .group-section .group-item img {
  display: block;
  margin: auto;
}
.home .group-section .group-item .asterisk {
  position: relative;
}
.home .group-section .group-item .asterisk::after {
  content: "※";
  position: absolute;
  right: -30px;
  top: -5px;
  font-size: 20px;
  font-weight: bold;
}
.home .group-section .int {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
  width: calc(100% - 150px);
  display: block;
  margin: 30px auto 0;
}
.home .group-section .int::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.home .group-section .required {
  margin-top: 50px;
}
.home .group-section .required .ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
.home .group-section .required .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.625;
}
.home .group-section .required .date {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 20px;
}
.home .c-txt {
  font-size: 24px;
  line-height: 1.8333333333;
  margin-inline: auto;
}
.home .foot-sec {
  background-color: #0D5BAA;
  padding: 30px 10px;
}
.home .foot-sec p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.mv-section .swiper-slide {
  width: 100%;
  position: relative;
}
.mv-section .swiper-slide .txt {
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 40px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6), 0px 0px 10px rgba(255, 255, 255, 0.6), 0px 0px 15px rgba(255, 255, 255, 0.4), 0px 0px 20px rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.mv-section .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
.mv-section .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-section .swiper-slide .wave {
  position: absolute;
  bottom: 0;
  left: -1%;
  margin: auto;
  width: 102%;
  z-index: 10;
}
.mv-section .swiper-slide .wave img {
  width: 100%;
}
.mv-section .swiper-slide .logo-wrap {
  width: 900px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mv-section .swiper-slide .logo-wrap .logo {
  position: absolute;
  top: 0px;
  left: 0;
  right: 6px;
  z-index: 30;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mv-section .swiper-slide .logo-wrap .logo-wave {
  position: relative;
  z-index: 50;
}
.mv-section .swiper-slide .logo-wrap .logo-wave img {
  width: inherit;
}

.project-figure {
  position: relative;
  padding: 70px 24px 16px;
  background-color: #CEE8FF;
  border-radius: 20px;
  border: 1px solid #0D5BAA;
}
.project-figure .ttl-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes circle01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}

@keyframes circle01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}
@-webkit-keyframes circle02 {
  0% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes circle02 {
  0% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.img-box {
  text-align: center;
}

.c-none {
  display: none;
}

.block {
  display: block;
}

.c-deco {
  position: relative;
}
.c-deco::before {
  background: url(../image/home/bg_project_03.svg);
  left: 0;
}
.c-deco::after {
  background: url(../image/home/bg_project_04.svg);
  right: 0;
}

.quote-txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 15px;
}

.mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 500;
}

.disable {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper,
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 32px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 66px;
    padding: 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .c-header .inner-block {
    width: 270px;
    margin-left: 0;
    padding: 0;
  }
  .c-header .logo {
    width: 57.4102964119vw;
  }
  .c-ttl01 {
    font-size: 19px;
    padding: 9px 27px 11px;
  }
  .c-ttl03::before {
    background: url(../image/common/bg_dotate_sp.svg) center;
  }
  .c-link01 {
    line-height: 1;
    padding: 8px 14px;
    font-size: 14px;
  }
  .c-link01 .large {
    font-size: 16px;
  }
  .c-link01 .small {
    margin-top: 10px;
    font-size: 14px;
  }
  .c-link02 {
    font-size: 14px;
    height: 32px;
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 0 1px 4px rgba(13, 91, 170, 0.5);
            box-shadow: 0 1px 4px rgba(13, 91, 170, 0.5);
  }
  .swiper-slide .slide-img {
    -webkit-transform: scale(1.1) translateX(-10px);
            transform: scale(1.1) translateX(-10px);
  }
  .swiper-slide[class*=-active] .slide-img {
    -webkit-animation: mv-left-sp 4s 0.5s ease-in-out both;
            animation: mv-left-sp 4s 0.5s ease-in-out both;
  }
  .home .anchor-list {
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home .anchor-item:first-child, .home .anchor-item:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .home .anchor-item:nth-child(3), .home .anchor-item:nth-child(4), .home .anchor-item:nth-child(5) {
    width: 33%;
    border-bottom: none;
  }
  .home .anchor-item:nth-child(3) {
    border-left: none;
  }
  .home .anchor-link {
    padding: 9px 5px;
    min-height: 60px;
  }
  .home .anchor-link {
    font-size: 14px;
  }
  .home .news-section {
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .news-list {
    margin: 16px 0 22px;
  }
  .home .news-item:not(:nth-child(n+3)) {
    display: block;
  }
  .home .news-link {
    padding: 16px 0 11px;
  }
  .home .news-link .date {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .home .news-link .item-ttl {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 5px;
  }
  .home .project-section {
    padding-top: 30px;
    margin-top: 35px;
  }
  .home .project-section:before, .home .project-section::after {
    width: 50vw;
    height: 243.5897435897vw;
  }
  .home .project-section::before {
    background: url(../image/home/bg_project_01_sp.svg) no-repeat left;
    top: -7.6923076923vw;
  }
  .home .project-section::after {
    background: url(../image/home/bg_project_02_sp.svg) no-repeat right;
    top: -7.6923076923vw;
  }
  .home .project-section .sec-item + .sec-item {
    margin-top: 80px;
  }
  .home .project-section .sec-item .img-content-box {
    margin-top: 24px;
  }
  .home .project-section .sec-item .txt {
    font-size: 18px;
    line-height: 1.7777777778;
    display: inline-block;
  }
  .home .project-section .sec-item .lead {
    margin-top: 25px;
  }
  .home .project-section .archive {
    margin-top: 45px;
  }
  .home .project-section .left-txt {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .home .project-section .right-txt {
    font-size: 16px;
    text-align: right;
  }
  .home .project-section .date {
    font-size: 14px;
  }
  .home .project-section .price-txt {
    padding-bottom: 10px;
  }
  .home .project-section .price-txt::before {
    background: url(../image/common/bg_dotate_sp.svg) center;
  }
  .home .project-section .price-txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .home .project-section .price {
    font-size: 46px;
    line-height: 1.4347826087;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 40px;
  }
  .home .project-section .label {
    font-size: 26px;
    bottom: 15px;
  }
  .home .project-section .txt-box {
    margin-top: 42px;
    margin-bottom: 111px;
  }
  .home .project-section .txt-box .lead {
    font-size: 18px;
    line-height: 2.2222222222;
  }
  .home .project-section .txt-box .mb-under {
    margin-bottom: 40px;
  }
  .home .child-project-section {
    margin-top: 134px;
    padding-top: 40px;
    padding-bottom: 85px;
  }
  .home .child-project-section::before, .home .child-project-section::after {
    background: url(../image/common/bg_rotate_sp.svg) no-repeat center;
    z-index: 10;
  }
  .home .child-project-section .lead-txt {
    margin-top: 12px;
  }
  .home .child-project-section .cause-box {
    margin-bottom: 40px;
    padding: 26px 16px 16px;
    margin: 23px auto 43px;
  }
  .home .child-project-section .cause-box .txt {
    font-size: 16px;
    margin: 6px auto 24px;
    line-height: 1.875;
  }
  .home .child-project-section .cause-box .list {
    margin-top: 16px;
  }
  .home .child-project-section .cause-box li {
    width: 23.0769230769vw;
    height: 23.0769230769vw;
    font-size: 14px;
  }
  .home .child-project-section .cause-ttl {
    margin-top: 10px;
    font-size: 16px;
  }
  .home .child-project-section .lead-txt02 {
    font-size: 18px;
    line-height: 1.7777777778;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .home .project-box {
    padding-top: 70px;
  }
  .home .project-box .lead-ttl {
    margin-bottom: 35px;
  }
  .home .project-box > .img-box img {
    width: 37.4373333333vw;
  }
  .home .project-box + .project-box {
    margin-top: 92px;
  }
  .home .target-section {
    margin-top: 60px;
    padding-top: 30px;
  }
  .home .target-list {
    margin-top: 40px;
  }
  .home .target-item {
    width: calc(100% - 32px);
    margin: auto;
  }
  .home .target-item + .target-item {
    margin-top: 33px;
  }
  .home .target-item .item-ttl {
    margin-top: 8px;
  }
  .home .target-item .item-ttl .normal {
    font-size: 18px;
  }
  .home .target-item .item-ttl .small {
    font-size: 16px;
  }
  .home .target-item .lead {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 10px;
  }
  .home .business-section {
    margin-top: 60px;
    padding-top: 30px;
  }
  .home .business-section .sec-ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .home .business-box {
    margin-top: 40px;
  }
  .home .business-box + .business-box {
    margin-top: 80px;
  }
  .home .business-box .img-box {
    padding-top: 62.8834355828%;
  }
  .home .business-box .txt-box {
    padding-bottom: 0;
    margin-top: 15px;
  }
  .home .business-box .lead-txt {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .home .business-box .lead-txt.c-txt {
    letter-spacing: 0;
  }
  .home .business-box .li-txt {
    font-size: 16px;
    line-height: 1.875;
    padding-left: 15px;
    letter-spacing: -0.05em;
  }
  .home .business-box .li-txt::before {
    width: 12px;
    height: 12px;
    top: 10px;
  }
  .home .group-section {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .home .group-section .lead {
    font-size: 14px;
    line-height: 2.4285714286;
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .home .group-section .group-ttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .home .group-section .group-list {
    width: calc(100% - 32px);
    margin: 60px auto 0;
  }
  .home .group-section .group-item + .group-item {
    margin-top: 55px;
  }
  .home .group-section .int {
    width: calc(100% - 32px);
    margin: 20px auto 0;
  }
  .home .group-section .required {
    margin-top: 40px;
  }
  .home .group-section .required .ttl {
    font-size: 18px;
  }
  .home .group-section .required .txt {
    font-size: 12px;
    line-height: 1.5833333333;
    margin-top: 15px;
  }
  .home .group-section .required .date {
    font-size: 12px;
    line-height: 1.5833333333;
    margin-top: 15px;
  }
  .home .c-txt {
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.7777777778;
  }
  .home .foot-sec {
    padding: 15px 10px 25px;
  }
  .home .foot-sec p {
    font-size: 10px;
    line-height: 1.6;
  }
  .mv-section .swiper-slide {
    height: auto;
  }
  .mv-section .swiper-slide .txt {
    font-size: 24px;
    left: 5%;
  }
  .mv-section .swiper-slide .logo-wrap {
    width: 76.9230769231vw;
  }
  .mv-section .swiper-slide .logo-wrap .logo-wave {
    display: block;
    margin: auto;
  }
  .project-figure {
    padding: 35px 15px 12px;
  }
  .project-figure .ttl-img {
    top: -18px;
  }
  .sp-block {
    display: block;
  }
  .quote-txt {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    width: 1080px;
    padding: 0 30px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-link01:hover {
    color: #fff;
    background-color: #0D5BAA;
  }
  .c-link02 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .c-link02:hover {
    background-color: #0D5BAA;
    color: #fff;
  }
  .home .anchor-box {
    min-width: 1080px;
  }
  .home .anchor-link:hover .txt {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .home .news-item:not(:nth-child(n+4)) {
    display: block;
  }
  .home .news-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home .project-section .sec-item .txt {
    text-align: center;
  }
  .home .project-section .archive-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 45px auto 0;
  }
  .home .project-section .left-txt {
    margin-right: 50px;
    padding-top: 35px;
  }
  .home .child-project-section::before, .home .child-project-section::after {
    min-width: 1020px;
  }
  .home .project-box > .img-box img {
    max-width: 300px;
  }
  .home .target-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home .target-item {
    width: 50%;
    margin-bottom: 60px;
  }
  .home .business-box .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .business-box .img-box {
    width: 37.9947229551%;
    padding-top: 35.1802990325%;
  }
  .home .business-box .txt-box {
    width: 57.4318381706%;
    height: auto;
  }
  .home .business-box .lead-txt {
    height: 136px;
  }
  .home .group-section .group-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 50px;
  }
  .home .group-section .group-item {
    width: calc(50% - 25px);
  }
  .home .c-txt {
    max-width: 971px;
  }
  .home .foot-sec {
    min-width: 1080px;
  }
  .mv-section .swiper-slide {
    height: 50.3660322108vw;
  }
  .mv-section .swiper-slide .logo-wrap .logo-wave {
    width: 900px;
  }
  .pc-br {
    display: block;
  }
  .pc-block {
    display: block;
  }
  .c-deco::before, .c-deco::after {
    content: "";
    width: 164px;
    height: 663px;
    position: absolute;
    top: -200px;
  }
  section {
    min-width: 1080px;
  }
}

@media only screen and (max-width: 1366px) {
  .home .child-project-section::before, .home .child-project-section::after {
    height: 160px;
  }
}

@media only screen and (max-width: 1366px) and (max-width: 767px) {
  .home .child-project-section::before, .home .child-project-section::after {
    height: 45px;
  }
}