* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s;
}

body {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    /* background: #ffffff; */
}

.section03{
  background-color: #fef6e9;;
}

.width100 img{
  width: 100% !important;
}

.season-text{
    max-width: 30rem;
}

.merit_items .merit_item .content img{
  width: 100% !important;
}
/* body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100% - 1200px) / 2);
    background-repeat: repeat-y;
    background-position: top right;
    background-size: contain;
    z-index: -1;
} */

/* body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc((100% - 1200px) / 2);
    background-image: url(../img/side_right.png);
    background-repeat: repeat-y;
    background-position: top left;
    background-size: contain;
    z-index: -1;
} */

img {
    width: 100%;
    height: auto;
    display: block;
}

.img {
    max-width: 100%;

}

button {
    cursor: pointer;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: 2rem;
}


.header .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px 50px;
  position: relative;
  width: 100%;
}
.header .site_logo {
  margin: 0 auto;
}

.header .menu ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.menu ul li{
    list-style: none;
}

.menu ul li a{
    text-decoration: none;
    color: rgba(72,49,43);
    font-weight: 700;
    font-size: 1.2rem;
}

.header .menu-bar{
    /* width: ; */
    height: 1.5rem;
    width: 10rem;
    height: auto;
}

.header .menu-bar img{

}

/* .header .menu-bar {
    padding: .5rem 1.5rem;
    background: #e86f00;
    border-radius: .5rem;
} */

/* .header .menu-bar a{
    color: #fff;
} */

.hero-section {
    width: 100%;
}

.hero-img {
    width: 100%;
}

.hero-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-sec1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.hero-sec1 .badge {
    border: 3px solid #f59e0ba8;
    border-radius: 9999px;
    padding: .2rem 2.5rem;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hero-sec1 .badge span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a5f;
}

.hero-sec1 .seperator {
    font-size: 3rem;
    font-weight: 500;
    color: #333;
}

.hero-sec2 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-sec2 span {
    font-weight: 900;
    color: #1e3a5f;
}

.hero-sec2 span:nth-child(even) {
    font-size: 2rem;
}

.hero-sec2 span:nth-child(odd) {
    font-size: 2.5rem;
}

.hero-sec3 {
    gap: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.hero-sec3 .text {
    border-top: 2px solid #1e3a5f;
    border-bottom: 2px solid #1e3a5f;
}

.hero-sec3 .text1 {
    padding-block: 1.2rem;
}

.hero-sec3 .text2 {
    padding-block: 0.6rem;
}

.hero-sec3 span {
    font-weight: 700;
    color: #1e3a5f;
}

.hero-sec3 .text1 span {
    font-size: 4rem;
}

.hero-sec3 .text2 span {
    font-size: 5rem;
}

.hero-sec3 .img {
    width: 22rem;
    height: auto;
}

.hero-sec4 p {
    font-size: 6rem;
    font-weight: 900;
    color: #1e3a5f;
    letter-spacing: -0.4rem;
    text-align: center;
}

.hero-sec4 span {
    font-size: 4rem;
    font-weight: 700;
    color: #1e3a5f;
}

.span-unit {
    font-size: 2rem;
    padding: .4rem 1rem .4rem .6rem;
    border-radius: 50%;
    background-color: #1e3a5f;
    color: #fff;
    text-align: center;
}

.hero-sec5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.hero-sec5 .img {
    width: 48%;
    height: auto;
}

.hero-sec6 p {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #1e3a5f;
}

.article-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.article {
    width: 100%;
    height: auto;
    margin-block: 1rem;
}

.application {
    margin-top: 4rem;
}

.application .text-group p {
    font-size: 1.5rem;
    line-height: 1rem;
    color: #1e3a5f;
    font-weight: 700;
    text-align: center;
}

.application .text-group h2 {
    font-size: 4rem;
    color: #1e3a5f;
    font-weight: 700;
    text-align: center;
}

.application .btn-group {
    width: 100%;
	display: flex;
	padding:3rem 0;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.btn-group .btn {
    width: 30%;
    height: auto;
}

.application .FIT-img {
    width: 100%;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.application .title-btn {
    width: 100%;
    background-color: #1e3a5f;
	margin-block: 1rem;
	margin: 2em 0;
}
@media only screen and (max-width: 768px) {
	.application .title-btn {
		margin: 1em 0;
	}
}	
.application-text p {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: #1e3a5f;
}

.title-btn p {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: .2rem;
}

.title-btn small {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.title-btn span {
    color: #d4be84;
    font-size: 3rem;
}

.title-btn p span.circle-text {
    color: #1e3a5f;
    background-color: #d4be84;
    padding: 0 1rem;
    border-radius: 50%;
    text-align: start;
    font-size: 2.5rem;
}

.text-content p {
    text-align: center;
    font-size: 4rem;
    color: #e76747;
    font-weight: 700;
    line-height: 2.5rem;
}

.text-content p:first-child {
    margin-top: 2rem;
    line-height: 5.5rem;
}

.text-content p span {
    font-size: 3rem;
    text-align: end;
    /* letter-spacing: -1rem; */
    color: #1e3a5f;
    font-weight: 700;
}

.application .cost-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 1rem;
}

.cost-img img {
    width: 50%;
}

.application .benefit {
    width: 100%;
    height: auto;
	margin-block: 1rem;
	padding:2em 0;
}
@media only screen and (max-width: 768px) {
.application .benefit {
		width: 90%;
		padding:1em 0;
	}
}
.benefit p {
    text-align: center;
    font-size: 1.2rem;
    color: #888;
    margin-top: 1rem;
}

.application .energy {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	margin-top: 2rem 0;
}
@media only screen and (max-width: 768px) {
	.application .energy {
		width: 90%;
	}
}

.energy .img {
    width: 30%;
}

.energy-text p {
    text-align: center;
    color: #888;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.energy-text p:last-child {
    line-height: 1.2rem;
}

/* ==================================================== */

.secret-section {
    margin-top: 10rem;
}

.secret-section .title-btn {
	width: 100%;
}

.text-content {
    text-align: center;
    font-size: 3rem;
    color: #e76747;
    font-weight: 700;
}

.secret-section .cost-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 1rem;
}

.secret-section .cost-img img {
    width: 80%;
}

.secret-section .plan-img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.plan-img img {
    width: 70%;
}

.secret-section .house-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-block: 1rem;
}

.house-img .img:first-child {
    width: 60%;
}

.house-img .img:last-child {
    width: 30%;
}

.secret-section .structure-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.structure-img .img {
    width: 50%;
}

.price-text p {
    width: 100%;
    text-align: center;
    font-size: 6rem;
    color: #555;
    font-weight: 700;
    line-height: 3rem;
}

.price-text p span {
    font-size: 2rem;
    color: #fff;
    background-color: #555;
    border-radius: 9999px;
    padding: .5rem 2rem;
    font-weight: 700;
    line-height: 5rem;
}

.price-text small {
    font-size: 3rem;
    color: #555;
    font-weight: 700;
}

.price-text .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 2rem;
}

.price-text .img img {
    width: 80%;
    /* min-width: 5rem; */
}

.freedom {
    margin-top: 2rem;
    border-top: 3px solid #1e3a5f;
    border-bottom: 3px solid #1e3a5f;
    padding-block: 1rem;
}

.freedom p {
    text-align: center;
    font-size: 2.5rem;
    color: #1e3a5f;
    font-weight: 700;
}

.freedom p:last-child {
    line-height: 4rem;
}

.freedom p small {
    font-size: 2rem;
    color: #414b8a;
    font-weight: 700;
    letter-spacing: -0.4rem;
}

.freedom p span {
    font-size: 3rem;
    color: #ff3737;
    font-weight: 700;
}

.advance {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-block: 2rem;
}

.advance .img {
    width: 20%;
    min-height: 8rem;
}

.advance .text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.advance .text-group p {
    text-align: start;
    color: #555;
    font-size: 2rem;
    font-weight: 700;
}

.advance .text-group span {
    font-size: 3rem;
    color: #ff0000;
    font-weight: 700;
}

.secret-section .viewmore-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewmore-img img {
    width: 100%;
    height: 10rem;
	min-width: 20rem;
	margin:2em 0;
}

@media only screen and (max-width: 768px) {
	.viewmore-img img {
			margin:1em 0;
	}
}
.secret-section .img-2{
	width: 100%;
	align-items: center;
	padding:2em 0;
}

@media only screen and (max-width: 768px) {
.secret-section .img-2{ 
	padding:1em 0;
	}
}
.environment {
    margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
	.environment {
    margin-top: 2rem;
	}
}	

.environment .title-btn {
    width: 100%;
		padding:2em 0;
	}
	
@media only screen and (max-width: 768px) {
	.environment .title-btn {
	padding:1em 0;
	}
}	

.environment-img {
    width: 100%;
		margin-block: 2rem;
		padding:1em 0;
}
@media only screen and (max-width: 768px) {
	.environment-img  {
		padding: 0;
	}
}	
.season-img {
    width: 100%;
    /* margin-bottom: 2rem; */
}

.season-img p {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
    text-align: center;
    margin-top: 1rem;
}

.season-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-block: 3rem;
}

.season-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.season-header span {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winter-header span {
    background-color: #e76747;
}

.summer-header span {
    background-color: #0195dd;
}

.season-title p {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
}

.winter-title p {
    color: #e76747;
}

.summer-title p {
    color: #0195dd;
}

.season-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8rem;
}

.season-text {
    width: 48%;
    height: 100%;
    border-radius: .5rem;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.winter-text {
    border: 2px solid #ef945a;
    background-color: #fdfff9;
    color: #e7674a;
}

.summer-text {
    border: 2px solid #0195dd;
    background-color: #e5f4fb;
    color: #0195dd;
}

.sign-text1 {
    height: 8rem;
}

.solar-section {
    padding-block: 2rem;
    background-color: #f4e4a8;
}

.solar-container {
    padding-block: 2rem;
    border: 4px solid #fff;
}

.solar-container .inline-container {
    padding-inline: 3rem;
}

.solar-section .solar-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.solar-logo .img {
    width: 18%;
    min-width: 5rem;
}

.solar-logo .text {
    width: 90%;
}

.solar-logo .text p {
    text-align: center;
}

.solar-logo .text p {
    font-size: 2rem;
    color: #333;
    font-weight: 800;
}

.solar-logo .text p span {
    font-size: 2rem;
    color: #e76747;
    font-weight: 800;
}

.solar-logo .text p small {
    font-size: 1.2rem;
    color: #1e3a5f;
    font-weight: 800;
}

.solar-img {
    width: 100%;
    height: auto;
}

.solar-title h2 {
    font-size: 4rem;
    text-align: center;
    color: #1e3a5f;
}

.solar-text h3 {
    font-size: 2.5rem;
    text-align: center;
    color: #333;
}

.solar-text h3 span {
    font-size: 3rem;
    color: #ff0000;
}

.solar-content p {
    font-size: 1rem;
    color: #555;
    text-align: justify;
}

.reason-section {
    background-color: #f6f2e6;
	padding-block: 2rem;
	margin-top:5rem;
}

.reason-section .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}

.reason-title,
.reason-reason1 {
    width: 100%;
}

.img-group .img {
    width: 50%;
}

.img-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.visit-section {
    margin-block: 3rem;
}

.visit-section .btn-group {
    width: 100%;
	display: flex;
	padding:5rem 0;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
@media only screen and (max-width: 768px) {
	.visit-section .btn-group {
		padding:3rem 0;
	}
}	
.visit-section .img-benefit {
    width: 100%;
    margin-block: 7em;
}
@media only screen and (max-width: 768px) {
.visit-section .img-benefit {
    padding: 3rem 0;
	}
}
.visit-section .img-advert {
    width: 100%;
    margin-block: 3rem;
}

.visit-section .text p {
    color: #888;
    font-size: .8rem;
    font-weight: 500;
}

.visit-section .img-final {
    margin-top: 5rem;
    margin-bottom: 3rem;
}

/* fix */

.secret-section .text-content p:first-child {
    line-height: 8.5rem;
}

.hero-section .header-serction {
    width: 100%;
}

.footer {
    width: 100%;
    margin-top: 3rem;
}

.header .site_logo img {
    height: clamp(2.5rem, 1.1rem + 1.823vw, 4.6rem);
    width: auto;
}


.section02 .anchor_links .anchor_ttl_wrap {
  background: #FFF257;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links .anchor_ttl_wrap {
    padding: 20px;
  }
}
.section02 .anchor_links .anchor_ttl {
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links .anchor_ttl {
    max-width: 272px;
  }
}
.section02 .anchor_links .anchor_ttl img {
  width: 100%;
}
.section02 .anchor_links .anchor_buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 38px;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links .anchor_buttons {
    margin-top: 10px;
    gap: 17px;
  }
}
.section02 .anchor_links .anchor_buttons .anchor_btn {
  padding: 22.5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 348px;
  width: 100%;
  background: #fff;
  border: 2px solid #0E536D;
  box-shadow: 0 4px 0 0 #534741;
  border-radius: 20px;
  text-decoration: none;
  color: #0E536D;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 28px;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links .anchor_buttons .anchor_btn {
    line-height: 1.2;
    padding: 13px 5px 9px;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
  }
}
.section02 .anchor_links .anchor_buttons .anchor_btn:hover {
  background: #0E536D;
  color: #fff;
}
.section02 .anchor_links .anchor_buttons .anchor_btn:hover .arrow_down {
  background: #fff;
}
.section02 .anchor_links .anchor_buttons .anchor_btn .btn_text {
  text-align: center;
}
.section02 .anchor_links .anchor_buttons .anchor_btn .arrow_down {
  width: 24px;
  height: 14px;
  -webkit-mask-image: url("img/arrow_down.svg");
          mask-image: url("img/arrow_down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #0E536D;
  transition: border-color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links .anchor_buttons .anchor_btn .arrow_down {
    width: 12px;
    height: 7px;
  }
}
.section02 .anchor_links #home_visit.anchor_section {
  background-color: #FFFBE9;
  padding: 60px 45px;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section {
    padding: 10px 0px 30px;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_images {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_images .anchor_txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #3E3A39;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_images .anchor_txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_images .image_box {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_images .image_box {
    width: 100%;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_images .image_box img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_images .image_box2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_cta {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_cta {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #FFF257;
  color: #0E536D;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 30px;
  border: 4px solid #0E536D;
  border-radius: 10px;
  transition: all 0.3s ease;
  max-width: 900px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn {
    text-align: center;
    font-size: 14px;
    padding: 10px 16px;
    border: 2px solid #0E536D;
    border-radius: 5px;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn:hover {
  background: #0E536D;
  color: #fff;
}
.section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn:hover .home_icon {
  background: #fff;
}
.section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn:hover .arrow_right {
  background: #fff;
}
.section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn .home_icon {
  width: 38px;
  height: 38px;
  -webkit-mask-image: url("img/home_icon.svg");
          mask-image: url("img/home_icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  margin-right: 10px;
  background: #EA6A50;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn .home_icon {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn .arrow_right {
  margin-left: 53px;
  width: 10px;
  height: 16px;
  -webkit-mask-image: url("img/arrow_right.svg");
          mask-image: url("img/arrow_right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  flex-shrink: 0;
  background: #0E536D;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_cta .event_btn .arrow_right {
    width: 7px;
    height: 11px;
    margin-left: 16px;
  }
}
.section02 .anchor_links #home_visit.anchor_section .anchor_text {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3E3A39;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .section02 .anchor_links #home_visit.anchor_section .anchor_text {
    font-size: 14px;
  }
}
.section02 .anchor_links #home_visit.anchor_section#reservation_bonus .anchor_images, .section02 .anchor_links #home_visit.anchor_section#contract_campaign .anchor_images {
  margin-bottom: 0;
}
.section02 .hero {
  background-image: url("../img/section02_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .section02 .hero {
    background-image: url("../img/section02_bg_sp.jpg");
  }
}
.section02 .hero .inner {
  position: relative;
  height: 1099px;
}
@media only screen and (max-width: 768px) {
  .section02 .hero .inner {
    height: auto;
    padding-top: 143.8461538462%;
  }
}
.section02 .hero .image, .section02 .hero .txt {
  position: absolute;
}
.section02 .hero .image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 282px;
  z-index: 1;
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .section02 .hero .image {
    display: none;
  }
}
.section02 .hero .txt {
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  width: 100%;
  left: 0;
  top: 470px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .section02 .hero .txt {
    font-size: 3vw;
    top: 39.82%;
  }
}
.section02 .bottom {
  padding: 50px 0 80px;
  margin: auto;
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .section02 .bottom {
    padding: 30px 0;
    width: 80%;
  }
}
.section02 .bottom2 {
  padding: 20px 0 30px;
  margin: auto;
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .section02 .bottom2 {
    padding: 0 0 20px;
    width: 72%;
  }
}
