* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.main {
  /* max-width: 1440px; */
  margin: 0 auto;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}

.sp-break {
  display: none;
}

/* Header */
.header {
  height: 737px;
  background-image: url("../images/header/Rectangle216.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}

.header__menu {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  padding: 30px;
  background-color: rgba(69, 65, 63, 0.9);
}

.header__menu-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.header__menu .header__menu-item {
  line-height: 20px;
  font-weight: bold;
}

.header__menu-item.header__menu-line {
  border: 0.5px solid #ffffff;
  height: 16px;
}

.header .header__sologan {
  position: absolute;
  left: 76px;
  bottom: 50px;
  max-width: 816px;
}

.header .header__paint {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.header .header__paint img {
  width: 388px;
  position: relative;
  z-index: 2;
}

.header .header__paint-text {
  font-size: 20px;
  line-height: 26px;
  border: 0.5px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 290px;
  background: radial-gradient(circle, #45413f 0%, #2c2623 100%);
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 50px;
}

.header__shadow {
  position: absolute;
}

.header__shadow.header__shadow-left {
  bottom: 0;
}

.header__shadow.header__shadow-right {
  right: 0;
}

.sp-header {
  display: none;
  background-image: url("../images/header/kv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 390 / 677;
  position: relative;
}

.btn-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000000;
}

.btn-wrap img:hover {
  cursor: pointer;
}

.sp-header .menu-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(-20px);
  background-color: rgba(69, 65, 63, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11111111;
  padding: 60px 80px 24px 24px;
}

.sp-header .menu-wrapper.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.menu-wrapper .header__menu-list {
  flex-direction: column;
  justify-content: left;
  align-items: unset;
  gap: 0;
}

.menu-wrapper .header__menu-list li a {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

.menu-wrapper .btn-group a {
  margin-top: 40px;
}

.menu-wrapper .color-button {
  font-size: 18px;
  width: 326px;
  height: 58px;
}

.menu-wrapper .black-button {
  border: 2px solid #ef7d02;
  letter-spacing: 2px;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  width: 300px;
  height: 58px;
}

.menu-wrapper .copyright {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  .header .header__sologan {
    left: 24px;
    bottom: 30px;
    max-width: 600px;
  }
  .header .header__paint {
    right: 24px;
  }
  .header .header__paint img {
    max-width: 400px;
  }
}

@media screen and (max-width: 800px) {
  .sp-header {
    display: block;
  }
  .pc-header {
    display: none;
  }

  .sp-break {
    display: block;
  }
}

/* End Header */

/* Section1 */
.section1 {
  width: 100%;
  height: 884px;
  background: radial-gradient(circle, #45413f 0%, #2c2623 100%);
  color: #ffffff;
}

.section1 .section1__content {
  max-width: 1260px;
  margin: 0 auto;
  height: 700px;
  position: relative;
}

.section1 .section1__content .section1__content-left {
  position: absolute;
  width: 450px;
}

.section1 .section1__content .section1__content-right {
  position: absolute;
  width: 400px;
  bottom: 0;
  right: 0;
}

.section1 .section1__content .section1__content-center {
  position: absolute;
  top: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.section1 .section1__content .section1__content-center .top {
  display: flex;
  align-items: center;
}

.section1 .section1__content .section1__content-center .top .heading {
  font-size: 2rem;
  font-family: "Hiragino Mincho Pro";
}

.section1 .section1__content .section1__content-center .top h1 span {
  font-size: 1.2rem;
  font-family: "Hiragino Mincho Pro";
}

.section1 .section1__content .section1__content-center .line {
  height: 40px;
  width: 1px;
  border: 0.5px solid #ffffff;
}

.section1 .section1__content .section1__content-center .desc {
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .section1 .section1__content .section1__content-center {
    top: 100px;
  }

  .section1 .section1__content .section1__content-left {
    width: 300px;
  }
}
/* End Section1 */

/* Section2 */
.section2 {
  background: url("../images/section2/AdobeStock_3131175492.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #333333;
  width: 100%;
  min-height: 1380px;
}

.section2 .section2__content {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: -194px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px;
}

.section2 .section2__content .section2__content-item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 80px;
}

.section2 .section2__content .section2__content-item:nth-child(even) {
  flex-direction: row-reverse;
}

.section2 .section2__content .section2__content-item img {
  width: 50%;
}

.section2 .section2__content .section2__content-item .information .title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
  font-weight: 700;
}

.section2 .section2__content .section2__content-item .information .desc {
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  .section2 .section2__content {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 700px) {
  .section2 {
   min-height: 1790px;
  }

  .section2 .section2__content {
    padding: 40px 20px;
  }

  .section2 .section2__content .section2__content-item {
    margin-bottom: 40px;
  }
  .section2 .section2__content .section2__content-item,
  .section2 .section2__content .section2__content-item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .section2 .section2__content .section2__content-item .information .title {
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 0.5rem 0em;
  }

  .section2 .section2__content .section2__content-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}

/* End Section2 */

/* Section3 */
.section3 {
  position: relative;
  background-image: url("../images/section3/video-bgr.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 910px;
}

.video_container {
  width: calc(100% - 32px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video {
  width: 100%;
  max-width: 766px;
  height: 100%;
  max-height: 430px;
}

@media screen and (max-width: 700px) {
  .section3 {
    height: 402px;
  }
}

/* End Section3 */

/* Section4 */
.section4 {
  min-height: 1240px;
  background-color: #ffffff;
  position: relative;
  color: #333333;
}

.section4 .section4-left,
.section4 .section4-right {
  position: absolute;
}

.section4 .section4-left {
  top: 200px;
}

.section4 .section4-right {
  bottom: 20px;
  right: 0;
}

.section4 .section4__top {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}

.section4 .section4__content {
  width: 100%;
  max-width: 1136px;
  background-color: #ffffff;
  padding: 10px;
  height: 500px;
  position: absolute;
  z-index: 9999;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}

.section4 .section4__content .item .title {
  height: 45px;
  background: linear-gradient(to right, #2c2623 0%, #6b6663 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: "Hiragino Mincho Pro";
}

.section4 .section4__content .item img {
  width: 100%;
}

.section4 .section4__content .item .desc {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
	letter-spacing: -0.015rem;
    text-align: justify;
}

@media screen and (max-width: 1000px) {
  .section4 {
    min-height: 1580px;
  }
  .section4 .section4__content {
    width: calc(100% - 32px);
  }
  .section4 .section4__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 700px) {
  .section4 {
    min-height: 1930px;
    overflow: hidden;
  }

  .section4 .section4__top {
    top: 60px;
  }

  .section4__content .item {
    background: #fff;
  }

  .section4 .section4-left {
    top: 130px;
  }

  .section4 .section4-right {
    bottom: 20px;
    right: -30px;
    max-width: 300px;
  }

  .section4 .section4__top img {
    max-width: 340px;
  }

  .section4 .section4__content {
    top: 230px;
    gap: 50px 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .section4 .section4__content .item .title {
    font-size: 18px;
  }
  .section4 .section4__content .item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .section5 .section5__content h1.title {
    font-size: 32px !important;
    padding-top: 20px;
	  margin-bottom: 30px;
  }
  .section5 .section5__bottom .section5__bottom-element .section5_bottom-heading {
    font-weight: 700;
    background: #f5f5f5;
    padding: 0.5rem;
  }
}
.section7 .content .bottom p:before {
  transform: rotate(45deg);
  content: "";
  height: 2px;
  background: #fff;
  width: 36px;
  display: inline-block;
  position: relative;
  top: -6px;
}
.section7 .content .bottom p:after {
  transform: rotate(-45deg);
  content: "";
  height: 2px;
  background: #fff;
  width: 36px;
  display: inline-block;
  position: relative;
  top: -6px;
}
/* End Section4 */

/* Section5 */
.section5 {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  color: #333333;
  z-index: 1;
  padding: 0 0 60px 0;
}

.section5 img.section5-left {
  position: absolute;
  bottom: -4em;
  left: 0;
  z-index: -1;
  max-width: 700px;
}

.section5 .section5__content {
  width: 100%;
  max-width: 1170px;
  background-color: white;
  padding: 0 20px 20px 20px;
  z-index: 2;
  margin: 0 auto;
}

.section5 .section5__content .title {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  font-family: "Hiragino Mincho Pro";
  letter-spacing: 1.6px;
}

.section5 .section5__content .list {
  color: #333333;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

@media screen and (max-width: 1170px) {
  .section5 .section5__content {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 800px) {
  .section5 .section5__content .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .section5 img.section5-left {
    bottom: -40px;
    max-width: 300px;
  }

  .section5 .section5_bottom-list .item { 
    margin-top: 4px;
  }
}

.section5 .section5__content .list .item .title {
  background: linear-gradient(to right, #2c2623 0%, #6b6663 100%);
  color: #ffffff;
  font-size: 24px;
  line-height: calc(32 / 24);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.section5 .section5__content .list .item .desc {
  font-size: 14px;
  color: #333333;
  margin: 20px 0 40px 0;
  line-height: 22px;
}

.section5 .section5__content .list .item .image {
  text-align: center;
}
.section5 .section5__content .list .item .image img {
  width: 80%;
}

.section5 .section5__line {
  width: 100%;
  max-width: 1040px;
  border: 1px solid transparent;
  border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #333333 51.66%, rgba(102, 102, 102, 0) 100%);
  border-image-slice: 1;
  margin-top: 70px;
}

.section5 .section5__bottom {
  display: flex;
  margin-top: 70px;
  gap: 20px;
}

.section5 .section5__bottom .line {
  width: 1px;
  background-color: #333333;
}

.section5 .section5__bottom .section5__bottom-element {
  flex: 1;
}

.section5 .section5__bottom .section5__bottom-element .section5_bottom-heading {
  font-weight: 700;
}

.section5 .section5__bottom .section5__bottom-element .section5_bottom-desc {
  font-size: 14px;
  margin: 30px 0;
  line-height: 24px;
}

.section5 .section5_bottom-list .item {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #2c2623 0%, #6b6663 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  height: 28px;
  padding: 6px 10px;
}

@media screen and (max-width: 800px) {
  .section5 .section5__content .list .item .title {
    font-size: 20px;
  }
  .section5 .section5__bottom {
    flex-direction: column;
  }

  .section5 .section5__content .list .item .image img {
    width: 100%;
  }
}
/* End Section5 */

/* Section6 */
.section6 {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9999;
  width: 100%;
  padding: 80px 0;
}

.section6 .heading {
  text-align: center;
  margin-bottom: 80px;
  font-family: "Hiragino Mincho Pro";
  letter-spacing: 6px;
  font-size: 42px;
}
@media screen and (max-width:700px) {
	.section6 .heading {
		        font-size: 32px !important;
	}
	.section6 {
  padding: 40px 0;
}

.section6 .heading {
  margin-bottom: 40px;
}
	.section6 .content {
    gap: 20px !important;
	}
}

.section6 .content {
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.section6 .content .item {
  padding: 40px 70px;
  box-shadow: 0px 0px 30px 0px #45413f33;
  display: flex;
  flex-direction: column;
}

.section6 .content .item .title {
  text-align: center;
  color: #333333;
  font-family: "Hiragino Mincho Pro";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 6px;
      border-bottom: 0.3px solid #333333;
  padding-bottom: 10px;
}

.section6 .content .item .desc {
  font-size: 14px;
  letter-spacing: 10%;
  color: #333333;
  margin: 30px 0;
  flex-grow: 1;
}

.section6 .content .item div {
  width: 100%;
}

.section6 .content .item div img {
  width: 100%;
}

@media screen and (max-width: 1174px) {
  .section6 .content {
    width: calc(100% - 32px);
  }
  .section6 .content .item .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .section6 .content {
    grid-template-columns: repeat(1, 1fr);
  }

  .section6 .content .item {
    padding: 30px 30px;
  }
}

.section7 {
  width: 100%;
  height: 883px;
  background-image: url("../images/section7/preview1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section7 .content {
  width: calc(100% - 32px);
  max-width: 992px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  padding: 16px;
}

.section7 .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-family: "Hiragino Mincho Pro";
}

.section7 .content .top .right {
  max-width: 380px;
}

.section7 .content .top .right img {
  width: 100%;
}

.section7 .content .top p {
  line-height: 42px;
  max-width: 400px;
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
  padding: 0 20px;
}

.section7 .content .top h6 {
  font-size: 46px;
}

.section7 .content .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.section7 .content .bottom p {
  color: #ffffff;
  margin-bottom: 10px;
}

.section7 .content .bottom p .right {
  position: relative;
  top: -7px;
  right: -10px;
}

.section7 .content .bottom p .left {
  position: relative;
  top: -7px;
  left: -10px;
}

.common__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 500px;
  height: 70px;
  background: linear-gradient(to right, #ef7d02, #ff1818);
  border-radius: 80px;
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
  box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
  letter-spacing: 6px;
}

.section7 .section7-button {
  margin-top: 100px;
  width: 431px;
  border: 2px solid #ef7d02;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 950px) {
  .section7 .content {
    padding: 16px 0 16px 0;
  }

  .section7 .content .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section7 .content .top p {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .section7 .content .top h6 {
    font-size: 32px;
    text-align: center;
  }
  .section7 .content .top .right {
    max-width: 336px;
  }

  .common__button {
    font-size: 22px;
    width: 350px;
  }
  .section7 .section7-button {
    margin-top: 40px;
    font-size: 18px;
    width: 320px;
    height: 58px;
  }
}

/* End Section7 */

/* Footer */
.footer {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
}

.footer__menu {
  flex: 1;
  background-color: #f5f5f5;
}

.footer__menu ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 30px;
}

.footer__menu ul li a {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}

.footer__menu ul li.line {
  border: 0.5px solid #333333;
  height: 16px;
}

.footer .footer__bottom {
  height: 36px;
  background-color: #45413f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .footer__menu ul {
    padding: 16px;
    flex-wrap: wrap;
    row-gap: 0;
  }
}
/* End Footer */

.fixed__banner {
  height: 110px;
  background: radial-gradient(circle, #433f3d, #4f4b49, #5d5957, #3b3633, #2f2926);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100000;
}

@media screen and (max-width: 800px) {
  .fixed__banner .fixed__banner-button {
    width: 350px;
    height: 60px;
    font-size: 20px;
  }
	.section1 .section1__content .section1__content-center {
    gap: 30px; 
	}
}
	.fixed__banner.hide {
  transform: translateY(100%);
}
