@media print, screen and (min-width: 768px) {
.header {
background-color: unset;
}
.header__wrapper {
align-items: center;
}
.header__list {
display: none;
}
.header__btn {
background-color: #fff;
border-radius: 50%;
padding-top: 0.5rem;
height: 7rem;
width: 7rem;
cursor: pointer;
}
.header__btn.active .bar:first-of-type, .header__btn.active .bar:last-of-type {
background-color: #000;
}
.header__btn.active .close {
color: #000;
margin-top: 1rem;
}
.header__btn .menu, .header__btn .close {
font-size: 1.4rem;
margin-top: 0.5rem;
}
}
@media print, screen and (min-width: 768px) {
.main {
margin-top: 0;
}
}
.mv {
position: relative;
padding-bottom: 5rem;
}
.mv::after {
content: "";
position: absolute;
right: 0;
bottom: -27rem;
left: 0;
width: 100%;
height: 50rem;
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/home/mv_bg.png);
background-size: cover;
z-index: -1;
}
@media only screen and (max-width: 767px) {
.mv::after {
bottom: -15rem;
}
}
.mv__wrapper {
margin: auto;
width: 90%;
max-width: 1350px;
padding-top: 12rem;
}
@media only screen and (max-width: 767px) {
.mv__wrapper {
padding-top: 0;
}
}
.mv__link {
display: inline-flex;
flex-direction: column;
gap: 2rem;
}
@media only screen and (max-width: 767px) {
.mv__link {
display: none;
}
}
.mv__slide {
position: absolute;
top: 0;
right: 0;
height: 63rem;
width: 60vw;
border-top-left-radius: 3rem;
overflow: hidden;
z-index: -1;
}
@media only screen and (max-width: 767px) {
.mv__slide {
position: static;
margin-left: -5vw;
width: 100vw;
}
}
.mv__slide .swiper-slide img {
height: 70rem;
object-fit: cover;
object-position: 50% 50%;
height: 100%;
width: 100%;
}
@media only screen and (max-width: 767px) {
.mv__slide .swiper-slide img {
height: 60rem;
}
}
.mv .swiper-button .swiper-button-prev, .mv .swiper-button .swiper-button-next {
top: 54.5rem;
right: 50vw;
height: 5rem;
width: 5rem;
z-index: 10;
}
@media only screen and (max-width: 767px) {
.mv .swiper-button .swiper-button-prev, .mv .swiper-button .swiper-button-next {
height: 6rem;
width: 6rem;
right: 40vw;
}
}
.mv .swiper-button .swiper-button-prev::after, .mv .swiper-button .swiper-button-next::after {
content: "";
background-repeat: no-repeat;
background-size: contain;
margin: auto;
height: inherit;
width: inherit;
}
.mv .swiper-button .swiper-button-prev {
left: auto;
right: 55vw;
}
@media only screen and (max-width: 767px) {
.mv .swiper-button .swiper-button-prev {
right: auto;
left: 40vw;
}
}
.mv .swiper-button .swiper-button-prev::after {
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/common/icon_slide_left.svg);
}
.mv .swiper-button .swiper-button-next::after {
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/common/icon_slide_right.svg);
}
.mv__info {
position: relative;
display: flex;
align-items: flex-end;
gap: 2rem;
margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
.mv__info {
margin-top: 0;
flex-wrap: wrap;
}
}
.mv__info .title {
width: 50rem;
}
@media only screen and (max-width: 767px) {
.mv__info .title {
width: 60rem;
}
}
.mv__info .no1 {
width: 16rem;
}
@media only screen and (max-width: 767px) {
.mv__info .no1 {
width: 24rem;
}
}
.mv__info .figure {
margin-right: -20rem;
width: 62rem;
}
.mv__info .scroll {
position: absolute;
right: 10rem;
bottom: -2rem;
width: 6rem;
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
.mv__info .scroll {
right: 0;
}
}
@media only screen and (max-width: 767px) {
.mv__info .scroll {
display: none;
}
}
.company {
padding: 10rem 0 20rem;
background-color: #E4F2E3;
}
@media only screen and (max-width: 767px) {
.company {
padding-top: 5rem;
}
}
.company__content {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.company__content {
display: block;
}
}
.company__content .img {
width: 46%;
}
@media only screen and (max-width: 767px) {
.company__content .img {
width: 100%;
}
}
.company__content .info {
width: 50%;
}
@media only screen and (max-width: 767px) {
.company__content .info {
margin-top: 4rem;
width: 100%;
}
}
.company__content .info .link-type01-content {
margin-top: 3rem;
}
.service {
position: relative;
margin-top: -8rem;
}
.service::before {
content: "";
position: absolute;
right: 0;
top: 8rem;
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/home/service_figure.png);
width: 76rem;
height: 74rem;
background-size: cover;
z-index: -1;
}
@media only screen and (max-width: 767px) {
.service::before {
right: -10rem;
}
}
.service .wrapper {
background-color: #fff;
padding: 6rem;
}
.service__list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 2rem 0;
}
.service__item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/home/service_item01.png);
border-radius: 1rem;
background-size: cover;
background-position: center;
height: 20rem;
width: 49%;
}
@media only screen and (max-width: 767px) {
.service__item {
height: 30rem;
width: 100%;
}
}
.service__item:nth-child(2) {
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/home/service_item02.png);
}
.service__item:nth-child(3) {
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/home/service_item03.png);
}
.service__item:nth-child(4) {
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/home/service_item04.png);
}
.service__item:nth-child(5) {
background-image: url(//enisia-bassai.com/wp-content/themes/enisia/assets/img/home/service_item05.png);
}
.service__item .text {
font-size: 2rem;
color: #fff;
font-weight: bold;
}
@media only screen and (max-width: 767px) {
.service__item .text {
font-size: 3rem;
}
}
.service__item .link {
color: #2C905D;
border: 1px solid #2C905D;
position: relative;
font-size: 1.4rem;
text-align: center;
background-color: #fff;
border-radius: 5rem;
margin: 2rem auto 0;
line-height: 4rem;
width: 20rem;
padding-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
.service__item .link {
font-size: 2.6rem;
margin-top: 4rem;
line-height: 7rem;
width: 36rem;
padding-right: 4rem;
}
}
.service__item .link::after {
content: "";
position: absolute;
top: 0;
right: 2.5rem;
bottom: 0;
margin: auto;
transform: skew(45deg);
border-bottom: solid 2px #2C905D;
border-right: solid 2px #2C905D;
height: 0.6rem;
width: 2rem;
}
@media only screen and (max-width: 767px) {
.service__item .link::after {
right: 5rem;
height: 1.2rem;
width: 3.5rem;
}
}
.reason {
margin-top: 20rem;
counter-reset: number 0;
}
@media only screen and (max-width: 767px) {
.reason {
margin-top: 10rem;
}
}
.reason__item {
position: relative;
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.reason__item {
display: block;
}
}
.reason__item:not(:first-child) {
margin-top: 8rem;
}
.reason__item:nth-child(even) .reason__info {
order: -1;
}
.reason__item:nth-child(even) .reason__img::before {
background-color: #6ABCE8;
}
.reason__item:nth-child(even) .reason__title .nmb {
color: #007D3C;
}
.reason__img {
position: relative;
padding-left: 14rem;
width: 48%;
}
@media only screen and (max-width: 767px) {
.reason__img {
margin: auto;
width: 70%;
}
}
.reason__img::before {
counter-increment: number 1;
content: counter(number) " ";
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
background-color: #54A079;
font-size: 12rem;
font-family: "Montserrat", "Noto Sans JP", sans-serif;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 22rem;
height: 22rem;
width: 22rem;
z-index: -1;
}
.reason__info {
margin-top: 5rem;
width: 48%;
}
@media only screen and (max-width: 767px) {
.reason__info {
margin-top: 1rem;
width: 100%;
}
}
.reason__title {
margin-bottom: 3rem;
}
.reason__title .nmb {
font-size: 1.8rem;
font-family: "Montserrat", "Noto Sans JP", sans-serif;
font-weight: bold;
color: #35A6E2;
}
@media only screen and (max-width: 767px) {
.reason__title .nmb {
font-size: 3rem;
}
}
.reason__title .nmb span {
font-size: 2.2rem;
margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
.reason__title .nmb span {
font-size: 3.6rem;
margin-left: 1rem;
}
}
.reason__title .title {
color: #505050;
font-size: 2.5rem;
font-weight: bold;
font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
.reason__title .title {
font-size: 3.6rem;
}
}
.blog {
margin-top: 10rem;
}
.blog__upper {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
.blog__upper {
margin-bottom: 3rem;
}
}
.blog__upper .title-type02 {
margin-bottom: 0;
}
.blog__inner {
margin-top: 10rem;
}
.blog__list {
display: flex;
gap: 0 2%;
}
@media only screen and (max-width: 767px) {
.blog__list {
display: block;
}
}
.blog__item {
width: 32%;
}
@media only screen and (max-width: 767px) {
.blog__item {
margin-top: 5rem;
width: 100%;
}
}
.blog__item a {
display: block;
height: 100%;
padding: 2rem;
background-color: #fff;
border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
.blog__item a {
padding: 3rem;
}
}
.blog__item .img {
border-radius: 1rem;
overflow: hidden;
height: 20rem;
width: 100%;
}
@media only screen and (max-width: 767px) {
.blog__item .img {
height: 30rem;
}
}
.blog__item .img img {
object-fit: cover;
object-position: 50% 50%;
height: 100%;
width: 100%;
}
.blog__item .title {
font-weight: bold;
font-size: 2rem;
line-height: 1.4;
margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
.blog__item .title {
font-size: 3rem;
}
}
.blog__item .text {
font-size: 1.4rem;
line-height: 1.4;
margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
.blog__item .text {
font-size: 2.6rem;
}
}
.blog__item .link {
display: inline-block;
position: relative;
font-size: 1.4rem;
padding-right: 3rem;
margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
.blog__item .link {
padding-right: 4rem;
font-size: 2.6rem;
}
}
.blog__item .link::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
transform: skew(45deg);
border-bottom: solid 2px #2C905D;
border-right: solid 2px #2C905D;
height: 0.6rem;
width: 2rem;
}
@media only screen and (max-width: 767px) {
.blog__item .link::after {
height: 1.2rem;
width: 3.5rem;
}
}