@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #253256;
  font-size: 18px;
  position: relative;
  line-height: 1.4;
  overflow-x: hidden;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media (min-width: 991px) and (max-width:1280px) {
  .inner {
    width: 900px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .inner {
    width: 550px;
  }
}
@media screen and (max-width: 650px) {
  .inner {
    width: 330px;
  }
}

.back-inner {
  position: relative;
  overflow-x: hidden;
}

.section__title {
  font-weight: 700;
  padding-bottom: 15px;
}
.section__title span {
  letter-spacing: 0.1rem;
}
.section__title h2 {
  font-size: 30px;
}
@media screen and (max-width: 650px) {
  .section__title h2 {
    font-size: 26px;
  }
}

.fixed {
  width: 95%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  background-color: #D2003C;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 7px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.fixed:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.fixed__text {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-right: 50px;
}
@media (min-width: 651px) and (max-width:990px) {
  .fixed__text {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .fixed__text {
    font-size: 16px;
    margin-right: 20px;
  }
}
.fixed__text span {
  color: #D2003C;
  background-color: #ffffff;
  margin-right: 5px;
  padding: 1px 7px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 650px) {
  .fixed__text span {
    padding: 1px 3px;
    letter-spacing: 0.05rem;
  }
}

.fixed__arrow {
  width: 200px;
  height: 86px;
  margin-left: 50px;
  display: flex;
}
@media (min-width: 651px) and (max-width:990px) {
  .fixed__arrow {
    width: 100px;
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .fixed__arrow {
    width: 100px;
    height: auto;
    margin-left: 0;
  }
}
.fixed__arrow img {
  display: block;
  margin: 0 -10px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .fixed__arrow img {
    margin: 0;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .fixed__arrow img.arrow__center {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .fixed__arrow img.arrow__center {
    display: none;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .fixed__arrow img.arrow__right {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .fixed__arrow img.arrow__right {
    display: none;
  }
}

.back__logo {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 900px;
}
@media (min-width: 651px) and (max-width:990px) {
  .back__logo {
    width: 80%;
  }
}
@media screen and (max-width: 650px) {
  .back__logo {
    width: 100%;
  }
}

.back__logo--1 {
  bottom: 350px;
  left: -150px;
}
@media (min-width: 651px) and (max-width:990px) {
  .back__logo--1 {
    left: -100px;
    bottom: 1350px;
  }
}
@media screen and (max-width: 650px) {
  .back__logo--1 {
    left: -100px;
    bottom: 1350px;
  }
}

.back__logo--2 {
  bottom: 1300px;
  right: -150px;
}
@media screen and (max-width: 650px) {
  .back__logo--2 {
    bottom: 800px;
    right: -100px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .back__logo--2 {
    bottom: 800px;
    right: -100px;
  }
}

.back__logo--3 {
  bottom: 2300px;
  left: -150px;
}
@media screen and (max-width: 650px) {
  .back__logo--3 {
    bottom: 2400px;
    left: -100px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .back__logo--3 {
    bottom: 2600px;
    left: -100px;
  }
}

.back__logo--4 {
  display: none;
}
@media screen and (max-width: 650px) {
  .back__logo--4 {
    bottom: 1900px;
    right: -100px;
    display: block;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .back__logo--4 {
    bottom: 1900px;
    right: -100px;
    display: block;
  }
}

.back__logo--5 {
  display: none;
}
@media screen and (max-width: 650px) {
  .back__logo--5 {
    bottom: 3150px;
    right: -100px;
    display: block;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .back__logo--5 {
    bottom: 3150px;
    right: -100px;
    display: block;
  }
}

.back__logo--6 {
  display: none;
}
@media screen and (max-width: 650px) {
  .back__logo--6 {
    bottom: 3630px;
    left: -100px;
    display: block;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .back__logo--6 {
    bottom: 3630px;
    left: -100px;
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 650px) {
  .sp-only {
    display: block;
  }
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px;
  z-index: 120;
}
@media screen and (max-width: 650px) {
  .header {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

.header__inner {
  padding: 0 100px;
}
@media screen and (max-width: 650px) {
  .header__inner {
    padding: 0;
  }
}

.header__logo {
  width: 45%;
  max-width: 1200px;
}
@media screen and (max-width: 650px) {
  .header__logo {
    width: 50%;
    margin: 0 auto;
  }
}

.hero {
  background: url(../img/top-back.jpg) no-repeat center center/cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (min-width: 651px) and (max-width:990px) {
  .hero {
    padding-top: 160px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 650px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}

.hero__inner {
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 991px) and (max-width:1280px) {
  .hero__inner {
    width: 900px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .hero__inner {
    width: 550px;
  }
}
@media screen and (max-width: 650px) {
  .hero__inner {
    width: 330px;
  }
}

.hero__title {
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero__title span {
  font-size: 21px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 650px) {
  .hero__title span {
    font-size: 16px;
  }
}
.hero__title h1 {
  font-size: 41px;
}
@media (min-width: 991px) and (max-width:1280px) {
  .hero__title h1 {
    font-size: 38px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .hero__title h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .hero__title h1 {
    font-size: 28px;
  }
}

.main {
  margin-top: -200px;
}
@media (min-width: 651px) and (max-width:990px) {
  .main {
    margin-top: -150px;
  }
}
@media screen and (max-width: 650px) {
  .main {
    margin-top: -150px;
  }
}

.boxes {
  padding: 20px;
  background-color: #ffffff;
}
@media (min-width: 651px) and (max-width:990px) {
  .boxes {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .boxes {
    display: none;
  }
}

.sp-boxes {
  display: none;
}
@media (min-width: 651px) and (max-width:990px) {
  .sp-boxes {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .sp-boxes {
    display: block;
  }
}

.boxes__top {
  display: flex;
  gap: 10px;
  text-align: center;
}
@media (min-width: 651px) and (max-width:990px) {
  .boxes__top {
    padding: 10px;
    background-color: #D2003C;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 650px) {
  .boxes__top {
    padding: 10px;
    background-color: #D2003C;
    align-items: center;
    justify-content: space-between;
  }
}

.light__icon {
  width: 60px;
}

.top__box {
  flex: 1;
  border: 2px solid #E6E6E6;
  padding-top: 30px;
}

.sp-top__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
}

.sp-top__box--2 {
  background-color: #ffffff;
  padding: 0 5px;
  margin-bottom: 5px;
}
.sp-top__box--2 .top__box-title {
  color: #D2003C;
}
.sp-top__box--2 .top__box-text {
  color: #D2003C;
}
.sp-top__box--2 .top__box-text span {
  color: #D2003C;
  font-size: 24px;
}

.top__box-title {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 991px) and (max-width:1280px) {
  .top__box-title {
    font-size: 25px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .top__box-title {
    font-size: 16px;
    color: #ffffff;
  }
}
@media screen and (max-width: 650px) {
  .top__box-title {
    font-size: 16px;
    color: #ffffff;
  }
}

.top__box-text {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 651px) and (max-width:990px) {
  .top__box-text {
    color: #ffffff;
    font-size: 18px;
    width: 120px;
    text-align: right;
  }
}
@media screen and (max-width: 650px) {
  .top__box-text {
    color: #ffffff;
    font-size: 18px;
    width: 120px;
    text-align: right;
  }
}
.top__box-text span {
  font-size: 110px;
  color: #D2003C;
}
@media (min-width: 991px) and (max-width:1280px) {
  .top__box-text span {
    font-size: 80px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .top__box-text span {
    font-size: 30px;
    color: #ffffff;
  }
}
@media screen and (max-width: 650px) {
  .top__box-text span {
    font-size: 30px;
    color: #ffffff;
  }
}

.boxes__bottom {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 651px) and (max-width:990px) {
  .boxes__bottom {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .boxes__bottom {
    display: none;
  }
}

.sp-boxes__bottom {
  display: none;
  padding: 10px 20px;
  border: 2px solid #E6E6E6;
  background-color: #ffffff;
  margin-top: 5px;
}
@media (min-width: 651px) and (max-width:990px) {
  .sp-boxes__bottom {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .sp-boxes__bottom {
    display: block;
  }
}

.bottom__box {
  flex: 1;
  padding: 20px;
  border: 2px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-bottom__box {
  border: none;
  display: flex;
  justify-content: space-between;
}

.bottom__box-title {
  font-size: 27px;
  font-weight: 700;
}
@media (min-width: 991px) and (max-width:1280px) {
  .bottom__box-title {
    font-size: 22px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .bottom__box-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .bottom__box-title {
    font-size: 16px;
  }
}

.bottom__box-text {
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 651px) and (max-width:990px) {
  .bottom__box-text {
    font-size: 20px;
    color: #D2003C;
  }
}
@media screen and (max-width: 650px) {
  .bottom__box-text {
    font-size: 20px;
    color: #D2003C;
  }
}
.bottom__box-text span {
  font-size: 80px;
  color: #D2003C;
}
@media (min-width: 991px) and (max-width:1280px) {
  .bottom__box-text span {
    font-size: 60px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .bottom__box-text span {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .bottom__box-text span {
    font-size: 20px;
  }
}

.simulation__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
@media (min-width: 651px) and (max-width:990px) {
  .simulation__wrap {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .simulation__wrap {
    display: none;
  }
}

.sp-co2__title {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 991px) and (max-width:1280px) {
  .sp-co2__title {
    font-size: 16px;
  }
}

.sp-simulation__wrap {
  display: none;
}
@media (min-width: 651px) and (max-width:990px) {
  .sp-simulation__wrap {
    display: block;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 650px) {
  .sp-simulation__wrap {
    display: block;
    padding: 20px 10px;
  }
}

.simulation__green {
  width: 18%;
}
@media (min-width: 651px) and (max-width:990px) {
  .simulation__green {
    width: 27%;
  }
}
@media screen and (max-width: 650px) {
  .simulation__green {
    width: 27%;
  }
}

.simulation__co2 {
  letter-spacing: 0.1rem;
}
@media (min-width: 651px) and (max-width:990px) {
  .simulation__co2 {
    display: flex;
    align-items: end;
    margin-top: -20px;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .simulation__co2 {
    display: flex;
    align-items: end;
    margin-top: -20px;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.simulation__co2 p {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
}
.simulation__co2 span {
  color: #4D4D4D;
  font-weight: 500;
}
.simulation__5t {
  color: #50C8A0;
  font-size: 52px;
  border: 8px solid #E6E6E6;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
}
@media (min-width: 651px) and (max-width:990px) {
  .simulation__5t {
    margin-left: 30px;
  }
}
@media screen and (max-width: 650px) {
  .simulation__5t {
    font-size: 40px;
    width: 90px;
    height: 90px;
  }
  .simulation__5t span {
    color: #50C8A0;
  }
}

.sp-simulation__date {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-top: 2px solid #E6E6E6;
}

.simulation__date-label {
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.simulation__date-text {
  text-align: right;
  letter-spacing: 0.1rem;
  width: 170px;
  color: #4D4D4D;
  font-weight: 500;
}
@media screen and (max-width: 650px) {
  .simulation__date-text {
    width: auto;
  }
}

.simulation__img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .simulation__img {
    width: 100%;
  }
}
.simulation__img span {
  display: block;
  text-align: center;
  color: #4D4D4D;
}
@media screen and (max-width: 650px) {
  .simulation__img span {
    font-size: 12px;
  }
}

.ctn {
  width: 70%;
  padding: 10px;
  margin: 60px auto;
  border-radius: 50px;
  background-color: #D2003C;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-out;
}
.ctn:hover.ctn__arrow {
  transform: translateX(10px);
}
@media (min-width: 651px) and (max-width:990px) {
  .ctn {
    margin: 20px auto;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .ctn {
    margin: 20px auto;
    width: 100%;
  }
}
.ctn p {
  font-size: 40px;
  color: #ffffff;
  padding-left: 10px;
  font-weight: 700;
  transition: transform 0.3s ease-out;
}
@media (min-width: 651px) and (max-width:990px) {
  .ctn p {
    font-size: 26px;
  }
}
@media screen and (max-width: 650px) {
  .ctn p {
    font-size: 22px;
  }
}

.ctn__logo {
  width: 34%;
  transition: transform 0.3s ease-out;
}

.ctn__arrow {
  width: 2rem;
  margin-left: 40px;
  transition: transform 0.3s ease-out;
}
@media (min-width: 651px) and (max-width:990px) {
  .ctn__arrow {
    width: 1.5rem;
    margin-left: 60px;
  }
}
@media screen and (max-width: 650px) {
  .ctn__arrow {
    width: 1rem;
    margin-left: 10px;
  }
}

.ctn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.ctn:hover p {
  transform: translateX(3px);
}

.example__wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 651px) and (max-width:990px) {
  .example__wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .example__wrap {
    flex-wrap: wrap;
  }
}

.example__item {
  width: calc((100% - 45px) / 4); /* width を明示的に指定 */
  flex-grow: 0; /* 伸縮を無効化 */
}
@media (min-width: 651px) and (max-width:990px) {
  .example__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .example__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 30px;
  }
}

.example__item-title {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0 10px 0;
}
@media (min-width: 991px) and (max-width:1280px) {
  .example__item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .example__item-title {
    font-size: 14px;
    letter-spacing: 0.01rem;
  }
}

.example__item-text {
  font-size: 16px;
  padding-left: 20px;
  color: #4D4D4D;
}
@media screen and (max-width: 650px) {
  .example__item-text {
    font-size: 12px;
  }
}
.example__item-text li {
  list-style-type: disc;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .example__item-text li {
    margin-left: -5px;
  }
}

@media (min-width: 651px) and (max-width:990px) {
  .support {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .support {
    margin-top: 60px;
  }
}

.support__text--02 {
  padding-bottom: 50px;
}
@media (min-width: 651px) and (max-width:990px) {
  .support__text--02 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .support__text--02 {
    padding-bottom: 0;
  }
}

.support__item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 15px;
  padding-top: 20px;
  align-items: stretch;
}
@media (min-width: 651px) and (max-width:990px) {
  .support__item-wrap {
    flex-direction: column;
    padding-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .support__item-wrap {
    flex-direction: column;
    padding-top: 10px;
  }
}

.support__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 30px) / 3);
}
@media (min-width: 651px) and (max-width:990px) {
  .support__item {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .support__item {
    width: 100%;
  }
}

.support__img {
  margin-top: 5px;
}

.support__img-s {
  width: 80%;
  margin: 0 auto;
}

.support__img-harf {
  display: flex;
  justify-content: space-between;
}
.support__img-harf img {
  width: calc(50% - 5px);
}

.support__text {
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 650px) {
  .support__text {
    font-size: 13px;
  }
}

.support__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  display: flex;
}
.support__title p {
  padding-right: 5px;
}

.method {
  padding-top: 100px;
  padding-bottom: 140px;
  margin-bottom: 360px;
}
@media (min-width: 651px) and (max-width:990px) {
  .method {
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 650px) {
  .method {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 200px;
  }
}

/* ローディング表示のスタイル */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-spinner {
  text-align: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.method__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 30px;
  gap: 30px;
}
@media (min-width: 991px) and (max-width:1280px) {
  .method__wrap {
    gap: 15px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .method__wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 650px) {
  .method__wrap {
    gap: 15px;
  }
}

.method__item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 30px;
  gap: 30px;
}
@media (min-width: 991px) and (max-width:1280px) {
  .method__item-wrap {
    gap: 15px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .method__item-wrap {
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .method__item-wrap {
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    gap: 10px;
  }
}

.method__item-arrow {
  margin-top: 70px;
  width: 30px;
}
@media (min-width: 651px) and (max-width:990px) {
  .method__item-arrow {
    margin-top: 0;
    width: 40px;
  }
}
@media screen and (max-width: 650px) {
  .method__item-arrow {
    margin-top: 0;
    width: 40px;
  }
}

@media (min-width: 651px) and (max-width:990px) {
  .method__item-arrow--none {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .method__item-arrow--none {
    display: none;
  }
}

.method__item-img {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background-color: #F5F5F5;
  padding: 50px;
}
@media (min-width: 991px) and (max-width:1280px) {
  .method__item-img {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .method__item-img {
    border-radius: 0;
    background-color: transparent;
    padding: 20px;
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  .method__item-img {
    border-radius: 0;
    background-color: transparent;
    padding: 20px;
    width: 120px;
    height: auto;
  }
}

.method__item {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(50px); /* 下から浮き上がる */
}
.method__item:first-child {
  margin-left: 40px;
}
@media (min-width: 651px) and (max-width:990px) {
  .method__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .method__item:first-child {
    margin-left: 0;
  }
}
.method__item p {
  font-size: 20px;
  font-weight: 700;
  display: none;
}
@media (min-width: 651px) and (max-width:990px) {
  .method__item p {
    display: block;
    font-size: 24px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 650px) {
  .method__item p {
    display: block;
  }
}
@media (min-width: 651px) and (max-width:990px) {
  .method__item {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .method__item {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.method__item-title {
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
}
@media (min-width: 651px) and (max-width:990px) {
  .method__item-title {
    font-size: 18px;
    padding-top: 0;
    text-align: left;
  }
}
@media screen and (max-width: 650px) {
  .method__item-title {
    font-size: 18px;
    padding-top: 0;
    text-align: left;
  }
}

.footer {
  background: url(../img/footer01.jpg) no-repeat center center/cover;
  padding: 20px 0 10px 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer__logo {
  width: 40%;
  margin: 0 auto 20px auto;
}
@media (min-width: 651px) and (max-width:990px) {
  .footer__logo {
    width: 280px;
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 650px) {
  .footer__logo {
    width: 280px;
    margin: 0 auto 10px auto;
  }
}

.footer__footer {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}
@media (min-width: 651px) and (max-width:990px) {
  .footer__footer {
    font-size: 10px;
  }
}
@media screen and (max-width: 650px) {
  .footer__footer {
    font-size: 10px;
  }
}/*# sourceMappingURL=main.css.map */

/* 印刷時にフッターを非表示にする */
@media print {
  .footer {
    display: none;
  }
}
