@charset "UTF-8";

.pc {
display: block;
}
@media screen and (max-width: 750px) {
.pc {
display: none !important;
}
}
.sp {
display: none;
}
@media screen and (max-width: 750px) {
.sp {
display: block !important;
}
}
.pc-inline {
display: inline;
}
@media screen and (max-width: 750px) {
.pc-inline {
display: none !important;
}
}
.sp-inline {
display: none;
}
@media screen and (max-width: 750px) {
.sp-inline {
display: inline !important;
}
}
p {
font-weight: 500;
font-size: 16px;
}
@media screen and (max-width: 750px) {
p {
font-size: 14px;
}
}
.section-title {
text-align: center;
position: relative;
margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
.section-title {
margin-bottom: 30px;
}
}
.section-title__en {
display: block;
font-family: "Montserrat", "Noto Sans JP", sans-serif;
font-size: 48px;
font-weight: 600;
color: #182987;
letter-spacing: 0.02em;
line-height: 1.2;
}
@media screen and (max-width: 750px) {
.section-title__en {
font-size: 32px;
}
}
.section-title__ja {
display: block;
margin-top: 8px;
font-family: "Noto Serif JP", serif;
font-size: 18px;
font-weight: 500;
color: #333;
letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
.section-title__ja {
font-size: 15px;
margin-top: 5px;
}
}
.section-title__ja::after {
content: "";
display: block;
width: 60px;
height: 2px;
background-color: #182987;
margin: 20px auto 0;
}
@media screen and (max-width: 750px) {
.section-title__ja::after {
width: 50px;
margin-top: 15px;
}
}
.section-title--left {
text-align: left;
}
.section-title--left .section-title__ja::after {
margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
.section-title--left .section-title__ja::after {
margin-top: 15px;
}
}
@media screen and (max-width: 750px) {
#fv {
margin-top: 70px;
}
}
#fv .section__container {
width: 100%;
}
#fv .fv__contents img {
width: 100%;
height: auto;
display: block;
}
#fv .fv__contents img.pc {
display: block;
}
@media screen and (max-width: 750px) {
#fv .fv__contents img.pc {
display: none;
}
}
#fv .fv__contents img.sp {
display: none;
}
@media screen and (max-width: 750px) {
#fv .fv__contents img.sp {
display: block;
}
}
#strength {
position: relative;
overflow: hidden;
}
#strength .section__container {
position: relative;
width: 100%;
margin: 0 auto;
padding: 80px 20px;
}
@media screen and (max-width: 750px) {
#strength .section__container {
padding: 40px 15px;
}
}
#strength .strength__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
#strength .strength__bg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#strength .strength__bg img.pc {
display: block;
}
@media screen and (max-width: 750px) {
#strength .strength__bg img.pc {
display: none;
}
}
#strength .strength__bg img.sp {
display: none;
}
@media screen and (max-width: 750px) {
#strength .strength__bg img.sp {
display: block;
}
}
#strength .strength__contents {
width: 90%;
margin: 0 auto;
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 40px;
}
@media screen and (max-width: 750px) {
#strength .strength__contents {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
width: 95%;
}
}
#strength .strength__text {
-webkit-box-flex: 0.9;
-ms-flex: 0.9;
flex: 0.9;
}
@media screen and (max-width: 750px) {
#strength .strength__text {
max-width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
#strength .strength__title {
font-family: "Noto Serif JP", serif;
margin-bottom: 20px;
line-height: 1.3;
}
@media screen and (max-width: 750px) {
#strength .strength__title {
text-align: center;
}
}
#strength .strength__title .line1,
#strength .strength__title .line2 {
display: inline;
font-size: clamp(36px, 4.08vw + 5.4px, 56px);
font-weight: bold;
color: #fff;
background-color: #182987;
padding: 5px 10px;
}
@media screen and (max-width: 750px) {
#strength .strength__title .line1,
#strength .strength__title .line2 {
font-size: 36px;
padding: 5px 24px;
}
}
#strength .strength__title .line2 {
display: inline-block;
margin-top: 24px;
}
@media screen and (max-width: 750px) {
#strength .strength__title .line2 {
margin-top: 16px;
}
}
#strength .strength__subtitle {
font-size: 18px;
font-weight: bold;
color: #182987;
margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
#strength .strength__subtitle {
font-size: 16px;
margin-bottom: 20px;
}
}
#strength .strength__desc p {
font-size: 16px;
line-height: 1.8;
color: #333;
margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
#strength .strength__desc p {
font-size: 14px;
}
}
#strength .strength__desc p:last-child {
margin-bottom: 0;
}
#strength .strength__image {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media screen and (max-width: 750px) {
#strength .strength__image {
max-width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
#strength .strength__image img {
width: 100%;
height: auto;
display: block;
}
#result {
position: relative;
overflow: hidden;
}
#result .section__container {
position: relative;
width: 100%;
margin: 0 auto;
padding: 80px 20px;
}
@media screen and (max-width: 750px) {
#result .section__container {
padding: 40px 15px;
}
}
#result .result__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
#result .result__bg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#result .result__bg img.pc {
display: block;
}
@media screen and (max-width: 750px) {
#result .result__bg img.pc {
display: none;
}
}
#result .result__bg img.sp {
display: none;
}
@media screen and (max-width: 750px) {
#result .result__bg img.sp {
display: block;
}
}
#result .result__contents {
width: 90%;
margin: 0 auto;
position: relative;
z-index: 1;
}
@media screen and (max-width: 750px) {
#result .result__contents {
width: 95%;
}
}
#result .result__title {
font-family: "Noto Serif JP", serif;
text-align: center;
margin-bottom: 60px;
line-height: 1.4;
}
@media screen and (max-width: 750px) {
#result .result__title {
margin-bottom: 30px;
}
}
#result .result__title .line1,
#result .result__title .line2 {
display: block;
font-size: clamp(28px, 4.08vw - 2.6px, 48px);
font-weight: bold;
color: #333;
}
@media screen and (max-width: 750px) {
#result .result__title .line1,
#result .result__title .line2 {
font-size: 28px;
}
}
#result .result__title .line2 {
margin-top: 20px;
}
#result .result__title .dot {
position: relative;
display: inline-block;
}
#result .result__title .dot::after {
content: "・";
position: absolute;
bottom: -1em;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 0.8em;
color: #333;
}
#result .result__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
max-width: 1440px;
margin: 0 auto;
}
@media screen and (max-width: 750px) {
#result .result__grid {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
}
#result .result__item {
background-color: rgba(255, 255, 255, 0.9);
border: 2px solid #182987;
padding: 25px 20px;
text-align: center;
}
@media screen and (max-width: 750px) {
#result .result__item {
padding: 10px 4px;
}
}
#result .result__item-title {
font-size: 24px;
font-weight: bold;
color: #182987;
margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
#result .result__item-title {
font-size: 20px;
margin-bottom: 8px;
}
}
#result .result__item-desc {
font-size: 16px;
color: #333;
line-height: 1.6;
}
@media screen and (max-width: 750px) {
#result .result__item-desc {
font-size: 12px;
}
}
#result .result__cta {
background: linear-gradient(100deg, #182987 5.24%, #182987 52.22%);
padding: 50px 20px;
margin-top: 0;
}
@media screen and (max-width: 750px) {
#result .result__cta {
padding: 35px 15px;
}
}
#result .result__cta-inner {
max-width: 1000px;
margin: 0 auto;
text-align: center;
}
#result .result__cta-text {
font-size: clamp(22px, 2.86vw + 0.6px, 36px);
font-weight: bold;
color: #fff;
line-height: 1.5;
}
@media screen and (max-width: 750px) {
#result .result__cta-text {
font-size: 22px;
}
}
#result .result__cta-text .highlight {
font-size: clamp(32px, 4.9vw - 4.7px, 56px);
}
@media screen and (max-width: 750px) {
#result .result__cta-text .highlight {
font-size: 32px;
}
}
#menu {
background-color: #fff;
padding: 80px 0;
}
@media screen and (max-width: 750px) {
#menu {
padding: 50px 0;
}
}
#menu .section__container {
width: 100%;
margin: 0 auto;
}
#menu .menu__contents {
width: 90%;
margin: 0 auto;
}
@media screen and (max-width: 750px) {
#menu .menu__contents {
width: 93%;
}
}
#menu .menu__grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
}
@media screen and (max-width: 750px) {
#menu .menu__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5px 15px;
}
}
#menu .menu__item {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
width: calc((100% - 150px) / 6);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc((100% - 150px) / 6);
flex: 0 0 calc((100% - 150px) / 6);
}
#menu .menu__item:hover {
opacity: 0.7;
}
@media screen and (max-width: 750px) {
#menu .menu__item {
margin-top: 20px;
width: auto;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
}
#menu .menu__icon {
width: 100px;
height: 100px;
border-radius: 50%;
background: linear-gradient(135deg, #fcf195 0%, #915a16 100%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 15px;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#menu .menu__icon {
width: 70px;
height: 70px;
margin-bottom: 10px;
}
}
#menu .menu__icon img {
width: 80%;
height: 80%;
-o-object-fit: contain;
object-fit: contain;
}
#menu .menu__text {
font-size: 16px;
font-weight: bold;
color: #333;
text-align: center;
line-height: 1.5;
}
@media screen and (max-width: 750px) {
#menu .menu__text {
font-size: 14px;
}
}
#menu .menu__items {
margin-top: 80px;
}
@media screen and (max-width: 750px) {
#menu .menu__items {
margin-top: 50px;
}
}
#menu .menu__item-block {
margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
#menu .menu__item-block {
margin-bottom: 40px;
}
}
#menu .menu__item-block:last-child {
margin-bottom: 0;
}
#menu .menu__item-block .cta-section {
width: 100vw;
margin-left: calc(50% - 50vw);
margin-top: 80px;
}
@media screen and (max-width: 750px) {
#menu .menu__item-block .cta-section {
margin-top: 0px;
}
}
#menu .menu__item-title {
background-color: #182987;
color: #fff;
font-family: "Noto Serif JP", serif;
font-size: 36px;
text-align: center;
font-weight: bold;
padding: 20px 30px;
margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
#menu .menu__item-title {
font-size: 24px;
padding: 5px 20px;
margin-bottom: 20px;
}
}
#menu .menu__item-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media screen and (max-width: 750px) {
#menu .menu__item-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 25px;
}
}
#menu .menu__item-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media screen and (max-width: 750px) {
#menu .menu__item-text {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
#menu .menu__item-image {
-webkit-box-flex: 0.5;
-ms-flex: 0.5;
flex: 0.5;
aspect-ratio: 4/3;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#menu .menu__item-image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
}
}
#menu .menu__item-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
#menu .menu__item-heading {
font-family: "Noto Serif JP", serif;
font-size: 24px;
font-weight: bold;
color: #182987;
margin-bottom: 15px;
padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
#menu .menu__item-heading {
font-size: 20px;
margin-bottom: 12px;
}
}
#menu .menu__item-heading::after {
content: "";
display: block;
width: 100%;
height: 2px;
background-color: #182987;
margin-top: 10px;
}
#menu .menu__item-price {
font-size: 18px;
font-weight: bold;
color: #333;
margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
#menu .menu__item-price {
font-size: 14px;
margin-bottom: 15px;
}
}
#menu .menu__item-desc {
font-size: 16px;
line-height: 2;
color: #333;
}
@media screen and (max-width: 750px) {
#menu .menu__item-desc {
font-size: 14px;
}
}
#menu .menu__other-title {
display: block;
background: linear-gradient(135deg, #fcf195 0%, #915a16 100%);
color: #fff;
font-family: "Noto Serif JP", serif;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 12px 40px;
margin-top: 50px;
border-radius: 50px;
}
@media screen and (max-width: 750px) {
#menu .menu__other-title {
font-size: 18px;
padding: 10px 20px;
margin-top: 40px;
width: 100%;
}
}
#menu .menu__other-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
margin-top: 60px;
}
@media screen and (max-width: 750px) {
#menu .menu__other-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 40px;
}
}
#menu .menu__other-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#menu .menu__other-icon {
width: 100px;
height: 100px;
border-radius: 50%;
background: linear-gradient(135deg, #fcf195 0%, #915a16 100%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 15px;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#menu .menu__other-icon {
width: 70px;
height: 70px;
margin-bottom: 10px;
}
}
#menu .menu__other-icon img {
width: 80%;
height: 80%;
-o-object-fit: contain;
object-fit: contain;
}
#menu .menu__other-text {
font-size: 16px;
font-weight: bold;
color: #333;
text-align: center;
line-height: 1.5;
}
@media screen and (max-width: 750px) {
#menu .menu__other-text {
font-size: 14px;
}
}
#menu .menu__plans {
margin-top: 80px;
}
@media screen and (max-width: 750px) {
#menu .menu__plans {
margin-top: 60px;
}
}
#menu .menu__plans-title {
font-family: "Noto Serif JP", serif;
font-size: 28px;
font-weight: 600;
color: #182987;
text-align: center;
line-height: 1.5;
margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
#menu .menu__plans-title {
font-size: 20px;
margin-bottom: 25px;
}
}
#menu .menu__plans-title span {
font-size: 36px;
}
@media screen and (max-width: 750px) {
#menu .menu__plans-title span {
font-size: 24px;
}
}
#menu .menu__plans-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
@media screen and (max-width: 750px) {
#menu .menu__plans-grid {
grid-template-columns: 1fr;
gap: 25px;
}
}
#menu .menu__plan-card {
background-color: #fff;
border: 1px solid #ddd;
overflow: hidden;
}
#menu .menu__plan-name {
background-color: #182987;
color: #fff;
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 15px 20px 25px;
-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
}
@media screen and (max-width: 750px) {
#menu .menu__plan-name {
font-size: 16px;
padding: 12px 15px 22px;
}
}
#menu .menu__plan-body {
padding: 20px;
text-align: center;
}
@media screen and (max-width: 750px) {
#menu .menu__plan-body {
padding: 15px;
}
}
#menu .menu__plan-image {
margin-bottom: 15px;
}
#menu .menu__plan-image img {
width: 60%;
height: auto;
margin: 0 auto;
display: block;
}
#menu .menu__plan-maker {
font-size: 14px;
background: linear-gradient(135deg, #fcf195 0%, #915a16 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
#menu .menu__plan-maker {
font-size: 14px;
}
}
#menu .menu__plan-desc {
font-size: 14px;
line-height: 1.7;
color: #333;
margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
#menu .menu__plan-desc {
font-size: 14px;
margin-bottom: 15px;
}
}
#menu .menu__plan-note {
font-size: 11px;
color: #666;
display: block;
}
@media screen and (max-width: 750px) {
#menu .menu__plan-note {
font-size: 10px;
}
}
#menu .menu__plan-price {
font-size: 16px;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
color: #182987;
display: inline-block;
width: auto;
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(24, 41, 135, 0.2)));
background: linear-gradient(transparent 60%, rgba(24, 41, 135, 0.2) 60%);
}
@media screen and (max-width: 750px) {
#menu .menu__plan-price {
font-size: 14px;
}
}
#menu .menu__plan-price span {
font-size: 32px;
padding: 0 5px;
}
@media screen and (max-width: 750px) {
#menu .menu__plan-price span {
font-size: 28px;
}
}
#menu .menu__plan-price span .yen {
font-size: 20px;
margin-right: 2px;
}
@media screen and (max-width: 750px) {
#menu .menu__plan-price span .yen {
font-size: 18px;
}
}
#menu .menu__options {
margin-top: 80px;
}
@media screen and (max-width: 750px) {
#menu .menu__options {
margin-top: 60px;
}
}
#menu .menu__options-title {
font-family: "Noto Serif JP", serif;
font-size: 24px;
font-weight: bold;
color: #333;
margin-bottom: 20px;
padding-bottom: 15px;
display: inline-block;
position: relative;
}
#menu .menu__options-title::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 70px;
height: 3px;
background-color: #333;
}
@media screen and (max-width: 750px) {
#menu .menu__options-title {
font-size: 20px;
margin-bottom: 15px;
}
}
#menu .menu__options-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 750px) {
#menu .menu__options-table-wrap {
margin: 0 -15px;
padding: 0 15px;
}
}
#menu .menu__options-table {
width: 100%;
min-width: 700px;
border-collapse: collapse;
border: 1px solid #ddd;
}
#menu .menu__options-table th,
#menu .menu__options-table td {
padding: 15px 20px;
text-align: left;
border-bottom: 1px solid #ddd;
font-size: 14px;
}
@media screen and (max-width: 750px) {
#menu .menu__options-table th,
#menu .menu__options-table td {
padding: 12px 15px;
font-size: 14px;
}
}
#menu .menu__options-table th .menu__plan-note,
#menu .menu__options-table td .menu__plan-note {
font-size: 11px;
color: #666;
display: block;
}
@media screen and (max-width: 750px) {
#menu .menu__options-table th .menu__plan-note,
#menu .menu__options-table td .menu__plan-note {
font-size: 10px;
}
}
#menu .menu__options-table th {
background-color: #eee;
font-weight: bold;
color: #333;
white-space: nowrap;
}
#menu .menu__options-table th:nth-child(1) {
width: 25%;
}
@media screen and (max-width: 750px) {
#menu .menu__options-table th:nth-child(1) {
width: 20%;
}
}
#menu .menu__options-table th:nth-child(2) {
width: 20%;
}
@media screen and (max-width: 750px) {
#menu .menu__options-table th:nth-child(2) {
width: 15%;
}
}
#menu .menu__options-table th:nth-child(3) {
width: 45%;
}
@media screen and (max-width: 750px) {
#menu .menu__options-table th:nth-child(3) {
width: 65%;
}
}
#menu .menu__options-table td {
color: #333;
line-height: 1.6;
}
#menu .menu__options-table td:nth-child(1) {
background-color: #f9f9f9;
}
#menu .menu__options-table td:nth-child(2) {
white-space: nowrap;
}
#menu .menu__case {
margin-top: 80px;
background-color: rgba(227, 244, 255, 0.4);
padding: 50px 40px;
}
@media screen and (max-width: 750px) {
#menu .menu__case {
margin-top: 60px;
padding: 30px 20px;
}
}
#menu .menu__case-title {
font-family: "Noto Serif JP", serif;
font-size: 24px;
font-weight: bold;
color: #333;
margin-bottom: 50px;
padding-bottom: 15px;
display: inline-block;
position: relative;
}
#menu .menu__case-title::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 70px;
height: 3px;
background-color: #333;
}
@media screen and (max-width: 750px) {
#menu .menu__case-title {
font-size: 20px;
margin-bottom: 40px;
}
}
#menu .menu__case-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media screen and (max-width: 750px) {
#menu .menu__case-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
}
}
#menu .menu__case-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media screen and (max-width: 750px) {
#menu .menu__case-text {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
}
}
#menu .menu__case-heading {
font-size: 24px;
font-weight: bold;
color: #182987;
margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
#menu .menu__case-heading {
font-size: 20px;
}
}
#menu .menu__case-lead {
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
#menu .menu__case-lead {
font-size: 14px;
margin-bottom: 20px;
}
}
#menu .menu__case-list {
border-top: 1px solid #ccc;
}
#menu .menu__case-list-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
padding: 15px 0;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
#menu .menu__case-list-item {
gap: 15px;
padding: 12px 0;
}
}
#menu .menu__case-list-item dt {
font-size: 14px;
color: #666;
min-width: 60px;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 140px;
}
@media screen and (max-width: 750px) {
#menu .menu__case-list-item dt {
font-size: 14px;
min-width: 50px;
width: auto;
}
}
#menu .menu__case-list-item dd {
font-size: 14px;
color: #333;
}
@media screen and (max-width: 750px) {
#menu .menu__case-list-item dd {
font-size: 14px;
}
}
#menu .menu__case-slider {
-webkit-box-flex: 0.8;
-ms-flex: 0.8;
flex: 0.8;
max-width: 45%;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#menu .menu__case-slider {
max-width: 100%;
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
#menu .menu__case-slider .swiper {
width: 100%;
overflow: hidden;
}
#menu .menu__case-beforeafter {
-webkit-box-flex: 0.8;
-ms-flex: 0.8;
flex: 0.8;
max-width: 45%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 750px) {
#menu .menu__case-beforeafter {
max-width: 100%;
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
#menu .menu__case-beforeafter .menu__case-beforeafter-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#menu .menu__case-beforeafter .menu__case-beforeafter-image {
width: 100%;
aspect-ratio: 4/3;
overflow: hidden;
}
#menu .menu__case-beforeafter .menu__case-beforeafter-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#menu .menu__case-beforeafter .menu__case-beforeafter-label {
display: inline-block;
margin-top: 8px;
padding: 4px 16px;
background-color: #182987;
color: #fff;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
#menu .menu__case-beforeafter .menu__case-beforeafter-label {
font-size: 10px;
padding: 3px 12px;
}
}
#menu .menu__case-beforeafter .menu__case-beforeafter-label--before {
background-color: #888;
}
#menu .case__slider-main {
margin-bottom: 0px;
overflow: hidden;
position: relative;
}
#menu .case__slider-main.swiper {
aspect-ratio: 4/3;
width: 100%;
}
#menu .case__slider-main .swiper-wrapper {
height: 100%;
}
#menu .case__slider-main .swiper-slide {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#menu .case__slider-main img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
#menu .case__slider-thumbs.swiper {
width: 100%;
}
#menu .case__slider-thumbs .swiper-wrapper {
display: grid !important;
grid-template-columns: repeat(5, 1fr) !important;
gap: 0px !important;
-ms-flex-wrap: unset !important;
flex-wrap: unset !important;
-webkit-transform: none !important;
transform: none !important;
width: 100% !important;
height: auto !important;
-webkit-transition-duration: 0ms !important;
transition-duration: 0ms !important;
-webkit-transition-delay: 0ms !important;
transition-delay: 0ms !important;
}
@media screen and (max-width: 750px) {
#menu .case__slider-thumbs .swiper-wrapper {
gap: 0px !important;
}
}
#menu .case__slider-thumbs .swiper-slide {
opacity: 0.6 !important;
cursor: pointer;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
width: 100% !important;
height: 80px !important;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
margin-right: 0 !important;
position: relative !important;
}
@media screen and (max-width: 750px) {
#menu .case__slider-thumbs .swiper-slide {
height: 60px !important;
}
}
#menu .case__slider-thumbs .swiper-slide.swiper-slide-thumb-active {
opacity: 1 !important;
}
#menu .case__slider-thumbs .swiper-slide:hover {
opacity: 1 !important;
}
#menu .case__slider-thumbs img {
width: 100%;
height: 100%;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
#menu .menu__case-result {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 20px;
}
@media screen and (max-width: 750px) {
#menu .menu__case-result {
margin-top: 25px;
gap: 15px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
#menu .menu__case-result-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 25px;
padding: 20px 25px;
border-radius: 50px;
background-color: #fff;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media screen and (max-width: 750px) {
#menu .menu__case-result-item {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
padding: 15px 10px;
border-radius: 20px;
}
}
#menu .menu__case-result-label {
width: 80px;
height: 80px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
font-weight: bold;
color: #fff;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media screen and (max-width: 750px) {
#menu .menu__case-result-label {
width: 50px;
height: 50px;
font-size: 16px;
}
}
#menu .menu__case-result-problem .menu__case-result-label {
background-color: #182987;
}
#menu .menu__case-result-effect .menu__case-result-label {
background: linear-gradient(135deg, #fcf195 0%, #915a16 100%);
color: #fff;
}
#menu .menu__case-result-list {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
list-style: none;
}
#menu .menu__case-result-list li {
font-size: 14px;
color: #333;
line-height: 1.6;
padding-left: 15px;
position: relative;
margin-bottom: 8px;
}
#menu .menu__case-result-list li::before {
content: "・";
position: absolute;
left: 0;
}
#menu .menu__case-result-list li:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 750px) {
#menu .menu__case-result-list li {
font-size: 14px;
}
}
.cta-section {
position: relative;
overflow: hidden;
}
.cta-section__bg {
width: 100%;
}
.cta-section__bg img {
width: 100%;
height: auto;
display: block;
}
.cta-section__bg img.pc {
display: block;
}
@media screen and (max-width: 750px) {
.cta-section__bg img.pc {
display: none;
}
}
.cta-section__bg img.sp {
display: none;
}
@media screen and (max-width: 750px) {
.cta-section__bg img.sp {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
}
.cta-section__inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 750px) {
.cta-section__inner {
position: relative;
height: auto;
padding: 10vw 0;
}
}
.cta-section__content {
position: relative;
text-align: center;
max-width: 81.8vw;
padding: 0 1.8vw;
}
@media screen and (max-width: 750px) {
.cta-section__content {
max-width: 100%;
}
}
.cta-section__title {
font-family: "Noto Serif JP", serif;
font-size: 3.6vw;
margin-top: 1.6vw;
font-weight: bold;
color: #fff;
line-height: 1.4;
margin-bottom: 3vw;
}
@media screen and (max-width: 750px) {
.cta-section__title {
font-size: 8.53vw;
margin-bottom: 3.2vw;
margin-top: 2.67vw;
}
}
.cta-section__lead {
font-size: 1.2vw;
font-weight: 600;
margin-bottom: 0px;
}
@media screen and (max-width: 750px) {
.cta-section__lead {
font-size: 3.73vw;
margin-bottom: 1.33vw;
color: #fff;
}
}
.cta-section__tel {
margin-bottom: 0.5vw;
}
@media screen and (max-width: 750px) {
.cta-section__tel {
margin-bottom: 5.33vw;
}
}
.cta-section__tel-label {
font-size: 2.2vw;
font-weight: bold;
color: #182987;
margin-right: 0.9vw;
}
@media screen and (max-width: 750px) {
.cta-section__tel-label {
font-size: 4.8vw;
color: #fff;
}
}
.cta-section__tel-number {
font-size: 4.7vw;
font-weight: bold;
letter-spacing: 0px;
text-decoration: none;
background: linear-gradient(100deg, #182987 5.24%, #182987 52.22%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
.cta-section__tel-number {
font-size: 10.67vw;
background: none;
-webkit-text-fill-color: #fff;
color: #fff;
}
}
.cta-section__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1.8vw;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 750px) {
.cta-section__buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 4vw;
}
}
.cta-section__btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.8vw 1.6vw;
font-size: 1.6vw;
font-weight: bold;
text-decoration: none;
border-radius: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media screen and (max-width: 750px) {
.cta-section__btn {
padding: 4vw 8vw;
font-size: 5.33vw;
width: 100%;
}
}
.cta-section__btn:hover {
opacity: 0.8;
color: #fff !important;
}
.cta-section__btn--primary {
background: linear-gradient(100deg, #915a16 0%, #fcf195 50%, #915a16 100%);
color: #fff;
border: none;
}
.cta-section__btn--line {
background: linear-gradient(100deg, #182987 5.24%, #182987 52.22%);
color: #fff;
border: 2px solid #fff;
line-height: 1.4;
}
@media screen and (max-width: 750px) {
.cta-section__btn--line {
background: none;
border: none;
position: relative;
z-index: 1;
background-image: linear-gradient(100deg, #182987 5.24%, #182987 52.22%), linear-gradient(#fff, #fff);
background-clip: text, border-box;
-webkit-background-clip: text, border-box;
-webkit-text-fill-color: transparent !important;
color: transparent !important;
}
.cta-section__btn--line::before {
display: none;
}
}
#flow {
padding: 80px 0;
background-color: #f5f5f5;
background-image: url(//yamadakougyou1.jp/wp-content/themes/mrp-child/solar-panel-lp/images/flow/bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
#flow {
padding: 50px 0;
}
}
#flow .section__container {
width: 90%;
max-width: 1100px;
margin: 0 auto;
}
#flow .flow__lead {
text-align: center;
font-size: 18px;
font-weight: bold;
color: #182987;
margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
#flow .flow__lead {
font-size: 14px;
margin-bottom: 30px;
}
}
#flow .flow__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px 10px;
}
@media screen and (max-width: 750px) {
#flow .flow__grid {
grid-template-columns: 1fr;
}
}
#flow .flow__item {
position: relative;
}
#flow .flow__item::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #182987;
-webkit-clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%);
clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%);
z-index: 0;
}
@media screen and (max-width: 750px) {
#flow .flow__item::before {
-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
}
}
#flow .flow__item .flow__item-inner {
position: relative;
padding: 30px 60px 30px 10px;
height: calc(100% - 4px);
text-align: center;
background-color: #fff;
-webkit-clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%);
clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%);
margin: 2px;
z-index: 1;
}
@media screen and (max-width: 750px) {
#flow .flow__item .flow__item-inner {
padding: 25px 15px 70px;
height: calc(100% - 4px);
-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
}
}
#flow .flow__item--last::before {
-webkit-clip-path: none;
clip-path: none;
background-color: #182987;
}
#flow .flow__item--last .flow__item-inner {
background-color: #182987;
-webkit-clip-path: none;
clip-path: none;
padding: 30px 20px;
}
#flow .flow__item--last .flow__step,
#flow .flow__item--last .flow__number,
#flow .flow__item--last .flow__title,
#flow .flow__item--last .flow__desc {
color: #fff;
}
#flow .flow__step {
font-size: 14px;
font-weight: bold;
color: #182987;
letter-spacing: 0.1em;
margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
#flow .flow__step {
font-size: 12px;
}
}
#flow .flow__number {
font-size: 48px;
font-weight: bold;
color: #182987;
line-height: 1;
margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
#flow .flow__number {
font-size: 36px;
}
}
#flow .flow__title {
font-family: "Noto Serif JP", serif;
font-size: 18px;
font-weight: bold;
color: #182987;
margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
#flow .flow__title {
font-size: 16px;
margin-bottom: 12px;
}
}
#flow .flow__image {
margin-bottom: 15px;
}
#flow .flow__image img {
width: 100%;
height: auto;
display: block;
}
#flow .flow__desc {
font-size: 14px;
color: #333;
line-height: 1.7;
text-align: left;
}
@media screen and (max-width: 750px) {
#flow .flow__desc {
font-size: 14px;
}
}
#cut {
position: relative;
overflow: hidden;
background-color: #f5f5f5;
background-image: url(//yamadakougyou1.jp/wp-content/themes/mrp-child/solar-panel-lp/images/flow/bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#cut .section__container {
width: 100%;
margin: 0 auto;
padding: 0;
}
#cut .cut__contents {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
@media screen and (max-width: 750px) {
#cut .cut__contents {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
#cut .cut__image {
-webkit-box-flex: 1.2;
-ms-flex: 1.2;
flex: 1.2;
position: relative;
}
@media screen and (max-width: 750px) {
#cut .cut__image {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
}
#cut .cut__image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
@media screen and (max-width: 750px) {
#cut .cut__image img {
height: auto;
}
}
#cut .cut__text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
background-color: rgba(255, 255, 255, 0.9);
padding: 60px 50px;
margin-left: -80px;
margin-top: 100px;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 750px) {
#cut .cut__text {
margin-left: 0;
margin-top: -30px;
padding: 40px 20px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
}
#cut .cut__title {
font-family: "Noto Serif JP", serif;
margin-bottom: 30px;
line-height: 1.4;
}
@media screen and (max-width: 750px) {
#cut .cut__title {
margin-bottom: 20px;
}
}
#cut .cut__title .line1,
#cut .cut__title .line2 {
display: block;
font-size: clamp(20px, 3.27vw - 4.5px, 36px);
font-weight: bold;
color: #182987;
}
@media screen and (max-width: 750px) {
#cut .cut__title .line1,
#cut .cut__title .line2 {
font-size: 20px;
}
}
#cut .cut__title .line2 {
margin-top: 10px;
}
@media screen and (max-width: 750px) {
#cut .cut__title .line2 {
margin-top: 5px;
}
}
#cut .cut__desc p {
font-size: 16px;
line-height: 2;
color: #333;
margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
#cut .cut__desc p {
font-size: 14px;
line-height: 1.8;
}
}
#cut .cut__desc p:last-child {
margin-bottom: 0;
}
#faq {
padding: 120px 0 80px;
background-color: #f5f5f5;
background-image: url(//yamadakougyou1.jp/wp-content/themes/mrp-child/solar-panel-lp/images/flow/bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
#faq {
padding: 60px 0 50px;
}
}
#faq .section__container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
@media screen and (max-width: 750px) {
#faq .section__container {
width: 93%;
}
}
#faq .faq__header {
background: #182987;
color: #fff;
font-family: "Noto Serif JP", serif;
font-size: 32px;
font-weight: bold;
text-align: center;
padding: 25px 20px;
margin-bottom: 0;
}
@media screen and (max-width: 750px) {
#faq .faq__header {
font-size: 22px;
padding: 20px 15px;
}
}
#faq .contents-faq.faq1 {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 50px 5%;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 {
padding: 30px 3.5%;
}
}
#faq .contents-faq.faq1 .faq-item {
margin-bottom: 15px;
border-bottom: 1px solid #e0e0e0;
}
#faq .contents-faq.faq1 .faq-item:last-child {
margin-bottom: 0;
}
#faq .contents-faq.faq1 .faq-item .faq-item__question {
position: relative;
padding: 20px 50px 20px 60px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
font-weight: 500;
color: #333;
line-height: 1.5;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__question {
padding: 15px 40px 15px 50px;
font-size: 14px;
}
}
#faq .contents-faq.faq1 .faq-item .faq-item__question:hover {
background-color: #fafafa;
}
#faq .contents-faq.faq1 .faq-item .faq-item__question::before {
content: "Q";
position: absolute;
left: 16px;
top: 49%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: bold;
font-size: 16px;
z-index: 2;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__question::before {
left: 14px;
font-size: 14px;
}
}
#faq .contents-faq.faq1 .faq-item .faq-item__question::after {
content: "";
position: absolute;
left: 5px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 35px;
background-color: #182987;
border-radius: 50%;
z-index: 1;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__question::after {
left: 5px;
width: 30px;
height: 30px;
}
}
#faq .contents-faq.faq1 .faq-item .faq-item__question span.arrow {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 12px solid #182987;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__question span.arrow {
right: 15px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 10px solid #182987;
}
}
#faq .contents-faq.faq1 .faq-item .faq-item__question.active span.arrow {
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
}
#faq .contents-faq.faq1 .faq-item .faq-item__answer {
position: relative;
max-height: 0;
overflow: hidden;
padding: 0 60px;
line-height: 1.8;
font-size: 15px;
color: #333;
-webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__answer {
padding: 0 15px 0 50px;
font-size: 14px;
line-height: 1.7;
}
}
#faq .contents-faq.faq1 .faq-item .faq-item__answer p {
margin: 0;
padding: 20px 0;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__answer p {
padding: 15px 0;
}
}
#faq .contents-faq.faq1 .faq-item .faq-item__answer::before {
content: "A";
position: absolute;
left: 7px;
top: 18px;
width: 35px;
height: 35px;
color: #182987;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: bold;
font-size: 16px;
z-index: 2;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__answer::before {
left: 7px;
top: 12px;
width: 30px;
height: 30px;
font-size: 14px;
}
}
#faq .contents-faq.faq1 .faq-item .faq-item__answer::after {
content: "";
position: absolute;
left: 5px;
top: 16px;
width: 35px;
height: 35px;
background-color: #fff;
border: 2px solid #182987;
border-radius: 50%;
z-index: 1;
}
@media screen and (max-width: 750px) {
#faq .contents-faq.faq1 .faq-item .faq-item__answer::after {
left: 5px;
top: 11px;
width: 30px;
height: 30px;
}
}
#works {
padding: 80px 0;
background-color: #fff;
}
@media screen and (max-width: 750px) {
#works {
padding: 50px 0;
}
}
#works .section__container {
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 5%;
}
@media screen and (max-width: 750px) {
#works .section__container {
padding: 0 3.5%;
}
}
#works .section-title__sub {
color: #182987;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
@media screen and (max-width: 750px) {
#works .section-title__sub {
font-size: 14px;
}
}
#works .works__lead {
text-align: center;
font-size: 16px;
color: #333;
margin: 30px 0 50px;
line-height: 1.8;
}
@media screen and (max-width: 750px) {
#works .works__lead {
font-size: 14px;
margin: 20px 0 30px;
}
}
#works .works__slider-wrap {
position: relative;
padding: 0 50px;
}
@media screen and (max-width: 750px) {
#works .works__slider-wrap {
padding: 0;
}
}
#works .works__slider {
overflow: visible;
}
#works .works__slider .swiper-slide {
display: block;
text-decoration: none;
color: inherit;
height: auto;
}
#works .works__card {
background-color: #fff;
height: 100%;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
#works .works__card:hover {
opacity: 0.8;
}
#works .works__images {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
}
#works .works__image-block {
position: relative;
}
#works .works__image-block img {
width: 100%;
height: 200px;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
#works .works__image-label {
position: absolute;
bottom: 0;
left: 0;
padding: 8px 20px;
font-size: 14px;
font-weight: bold;
color: #fff;
z-index: 2;
width: 100%;
text-align: center;
}
@media screen and (max-width: 750px) {
#works .works__image-label {
padding: 6px 15px;
font-size: 11px;
}
}
#works .works__image-label--before {
background-color: #666;
}
#works .works__image-label--after {
background-color: #182987;
}
#works .works__info {
padding: 20px 15px;
}
@media screen and (max-width: 750px) {
#works .works__info {
padding: 15px 10px;
}
}
#works .works__meta {
margin: 0;
padding: 0;
}
#works .works__meta-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #e0e0e0;
font-size: 14px;
}
@media screen and (max-width: 750px) {
#works .works__meta-item {
font-size: 12px;
margin-bottom: 6px;
padding-bottom: 6px;
}
}
#works .works__meta-item dt {
color: #666;
min-width: 70px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media screen and (max-width: 750px) {
#works .works__meta-item dt {
min-width: 60px;
}
}
#works .works__meta-item dd {
color: #333;
margin: 0;
}
#works .works__nav {
position: absolute;
top: 50%;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
width: 50px;
height: 50px;
background-color: #182987;
border: 1px solid #fff;
border-radius: 50%;
cursor: pointer;
z-index: 10;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
@media screen and (max-width: 750px) {
#works .works__nav {
width: 40px;
height: 40px;
}
}
#works .works__nav:hover {
background-color: #182987;
}
#works .works__nav:hover span::after {
border-color: #fff;
}
#works .works__nav span {
display: block;
width: 12px;
height: 12px;
position: relative;
}
#works .works__nav span::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
#works .works__nav-prev {
left: 13%;
}
@media screen and (max-width: 750px) {
#works .works__nav-prev {
left: 0;
}
}
#works .works__nav-prev span::after {
-webkit-transform: translate(-25%, -50%) rotate(-135deg);
transform: translate(-25%, -50%) rotate(-135deg);
}
#works .works__nav-next {
right: 13%;
}
@media screen and (max-width: 750px) {
#works .works__nav-next {
right: 0;
}
}
#works .works__nav-next span::after {
-webkit-transform: translate(-75%, -50%) rotate(45deg);
transform: translate(-75%, -50%) rotate(45deg);
}
#works .works__button-wrap {
text-align: center;
margin-top: 50px;
}
@media screen and (max-width: 750px) {
#works .works__button-wrap {
margin-top: 30px;
}
}
#works .works__button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
background-color: #182987;
color: #fff;
font-size: 18px;
font-weight: 500;
padding: 18px 50px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
#works .works__button {
font-size: 14px;
padding: 15px 40px;
}
}
#works .works__button:hover {
opacity: 0.8;
}
#works .works__button .works__button-arrow {
display: inline-block;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#voice {
margin-bottom: 160px;
margin-bottom: 90px;
}
#voice .section__container {
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 5%;
}
@media screen and (max-width: 750px) {
#voice .section__container {
padding: 0 3.5%;
}
}
#voice .voice__slider-wrap {
position: relative;
margin-top: 50px;
padding: 0 50px;
}
@media screen and (max-width: 750px) {
#voice .voice__slider-wrap {
padding: 0;
}
}
#voice .voice__slider {
overflow: visible;
}
#voice .voice__slider .swiper-slide {
display: block;
text-decoration: none;
color: inherit;
height: auto;
}
#voice .voice__card {
background-color: #fff;
height: 100%;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
#voice .voice__card:hover {
opacity: 0.8;
}
#voice .voice__image img {
width: 100%;
height: 200px;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
#voice .voice__body {
padding: 10px;
}
@media screen and (max-width: 750px) {
#voice .voice__body {
padding: 8px;
}
}
#voice .voice__date {
font-size: 14px;
color: #999;
margin: 0 0 5px;
}
#voice .voice__title {
font-size: 16px;
font-weight: bold;
line-height: 1.5;
margin: 0 0 5px;
color: #333;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#voice .voice__title {
font-size: 15px;
}
}
#voice .voice__category {
display: inline-block;
font-size: 12px;
color: #666;
border: 1px solid #ccc;
padding: 2px 10px;
margin-bottom: 8px;
}
#voice .voice__excerpt {
font-size: 14px;
color: #333;
line-height: 1.6;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#voice .voice__excerpt {
font-size: 14px;
}
}
#voice .voice__nav {
position: absolute;
top: 50%;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
width: 50px;
height: 50px;
background-color: #182987;
border: 1px solid #fff;
border-radius: 50%;
cursor: pointer;
z-index: 10;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
@media screen and (max-width: 750px) {
#voice .voice__nav {
width: 40px;
height: 40px;
}
}
#voice .voice__nav:hover {
background-color: #182987;
}
#voice .voice__nav:hover span::after {
border-color: #fff;
}
#voice .voice__nav span {
display: block;
width: 12px;
height: 12px;
position: relative;
}
#voice .voice__nav span::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
#voice .voice__nav-prev {
left: 13%;
}
@media screen and (max-width: 750px) {
#voice .voice__nav-prev {
left: 0;
}
}
#voice .voice__nav-prev span::after {
-webkit-transform: translate(-25%, -50%) rotate(-135deg);
transform: translate(-25%, -50%) rotate(-135deg);
}
#voice .voice__nav-next {
right: 13%;
}
@media screen and (max-width: 750px) {
#voice .voice__nav-next {
right: 0;
}
}
#voice .voice__nav-next span::after {
-webkit-transform: translate(-75%, -50%) rotate(45deg);
transform: translate(-75%, -50%) rotate(45deg);
}
#voice .voice__button-wrap {
text-align: center;
margin-top: 50px;
}
@media screen and (max-width: 750px) {
#voice .voice__button-wrap {
margin-top: 30px;
}
}
#voice .voice__button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
background-color: #182987;
color: #fff;
font-size: 18px;
font-weight: 500;
padding: 18px 50px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
#voice .voice__button {
font-size: 14px;
padding: 15px 40px;
}
}
#voice .voice__button:hover {
opacity: 0.8;
}
#voice .voice__button .voice__button-arrow {
display: inline-block;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#area {
padding: 80px 0;
background-color: rgba(227, 244, 255, 0.4);
position: relative;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#area {
padding: 50px 0;
}
}
#area .area__info {
position: relative;
margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
#area .area__info {
margin-bottom: 30px;
}
}
#area .area__bg-map {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50%;
max-width: 1000px;
z-index: 0;
pointer-events: none;
}
#area .area__bg-map img {
width: 100%;
height: auto;
display: block;
}
#area .section__container {
position: relative;
z-index: 1;
}
#area .area__text-wrap {
text-align: center;
max-width: 1200px;
margin: 60px auto 70px;
}
@media screen and (max-width: 750px) {
#area .area__text-wrap {
margin-top: 60px;
margin-bottom: 40px;
width: 93%;
margin-right: auto;
margin-left: auto;
}
}
#area .area__heading {
font-family: "Noto Serif JP", serif;
font-size: 24px;
font-weight: bold;
color: #182987;
margin-bottom: 50px;
line-height: 1.6;
}
@media screen and (max-width: 750px) {
#area .area__heading {
font-size: 18px;
margin-bottom: 20px;
}
}
#area .area__desc {
font-size: 16px;
line-height: 2;
margin-bottom: 30px;
color: #333;
}
@media screen and (max-width: 750px) {
#area .area__desc {
font-size: 14px;
text-align: left;
margin-bottom: 20px;
}
}
#area .area__desc:last-child {
margin-bottom: 0;
}
#area .area__cta {
background: linear-gradient(100deg, #182987 5.24%, #182987 52.22%);
padding: 50px 20px;
margin-top: 0;
position: relative;
z-index: 2;
}
@media screen and (max-width: 750px) {
#area .area__cta {
padding: 35px 15px;
}
}
#area .area__cta-inner {
max-width: 1000px;
margin: 0 auto;
text-align: center;
}
#area .area__cta-text {
font-size: clamp(22px, 2.86vw + 0.6px, 36px);
font-weight: bold;
color: #fff;
line-height: 1.5;
}
@media screen and (max-width: 750px) {
#area .area__cta-text {
font-size: 22px;
}
}
#area .area__cta-text .highlight {
font-size: clamp(32px, 4.9vw - 4.7px, 56px);
}
@media screen and (max-width: 750px) {
#area .area__cta-text .highlight {
font-size: 32px;
}
}
#area .area__cta-desc {
font-size: 16px;
color: #fff;
margin-top: 20px;
line-height: 1.8;
font-weight: 500;
}
@media screen and (max-width: 750px) {
#area .area__cta-desc {
font-size: 14px;
margin-top: 15px;
text-align: left;
}
}
#aboutus {
padding: 80px 0;
background-color: #fff;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 750px) {
#aboutus {
padding: 50px 0;
}
}
#aboutus .aboutus__contents {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin-top: 50px;
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__contents {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 30px;
}
}
#aboutus .aboutus__image {
-webkit-box-flex: 1.2;
-ms-flex: 1.2;
flex: 1.2;
position: relative;
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__image {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
}
#aboutus .aboutus__image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__image img {
height: auto;
max-height: 300px;
}
}
#aboutus .aboutus__text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
background-color: rgba(255, 255, 255, 0.95);
padding: 60px 40px;
margin-left: -80px;
margin-top: 50px;
margin-bottom: 50px;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__text {
margin-left: 0;
margin-top: -30px;
margin-bottom: 0;
padding: 40px 20px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
}
#aboutus .aboutus__text .aboutus__title {
font-family: "Noto Serif JP", serif;
margin-bottom: 30px;
line-height: 1.5;
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__text .aboutus__title {
margin-bottom: 20px;
}
}
#aboutus .aboutus__text .aboutus__title .line1 {
display: block;
font-size: 20px;
font-weight: bold;
color: #182987;
margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__text .aboutus__title .line1 {
font-size: 16px;
}
}
#aboutus .aboutus__text .aboutus__title .line2 {
display: block;
font-size: 24px;
font-weight: bold;
color: #182987;
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__text .aboutus__title .line2 {
font-size: 18px;
}
}
#aboutus .aboutus__text .aboutus__desc {
font-size: 15px;
line-height: 2;
color: #333;
text-align: justify;
}
@media screen and (max-width: 750px) {
#aboutus .aboutus__text .aboutus__desc {
font-size: 14px;
text-align: left;
}
}
#header-sp {
display: none;
}
@media screen and (max-width: 750px) {
#header-sp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 70px;
background: #fff;
z-index: 9999;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 20px;
}
}
#header-sp .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 13px;
}
#header-sp .logo img {
height: 40px;
width: auto;
}
#header-sp .hamburger {
width: 30px;
height: 24px;
position: relative;
cursor: pointer;
z-index: 10001;
}
#header-sp .hamburger span {
display: block;
width: 100%;
height: 2px;
background: #333;
position: absolute;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header-sp .hamburger span:nth-child(1) {
top: 0;
}
#header-sp .hamburger span:nth-child(2) {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#header-sp .hamburger span:nth-child(3) {
bottom: 0;
}
#header-sp .hamburger.active span:nth-child(1) {
top: 50%;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
#header-sp .hamburger.active span:nth-child(2) {
opacity: 0;
}
#header-sp .hamburger.active span:nth-child(3) {
bottom: 50%;
-webkit-transform: translateY(50%) rotate(-45deg);
transform: translateY(50%) rotate(-45deg);
}
#header-sp .sp-nav-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(255, 255, 255, 0.95);
z-index: 10000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header-sp .sp-nav-overlay.active {
opacity: 1;
visibility: visible;
}
#header-sp .sp-nav {
text-align: center;
width: 80%;
}
#header-sp .sp-nav ul {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
}
#header-sp .sp-nav ul li {
margin-bottom: 20px;
}
#header-sp .sp-nav ul li a {
font-size: 18px;
font-weight: 700;
color: #333;
text-decoration: none;
display: block;
padding: 10px;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
#header-sp .sp-nav ul li a:hover {
color: #182987;
}
#header-sp .sp-nav .sp-nav-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
}
#header-sp .sp-nav .sp-nav-contact .sp-btn {
display: block;
width: 100%;
padding: 15px;
text-align: center;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
#header-sp .sp-nav .sp-nav-contact .sp-btn:hover {
opacity: 0.8;
}
#header-sp .sp-nav .sp-nav-contact .sp-btn.tel-btn {
background: -webkit-gradient(linear, left top, right top, from(#915a16), color-stop(#fcf195), to(#915a16));
background: linear-gradient(to right, #915a16, #fcf195, #915a16);
color: #333;
border: none;
display: block;
line-height: 1.2;
padding-top: 10px;
padding-bottom: 10px;
}
#header-sp .sp-nav .sp-nav-contact .sp-btn.tel-btn::before {
content: "\f095";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 5px;
}
#header-sp .sp-nav .sp-nav-contact .sp-btn.tel-btn .note {
display: block;
font-size: 11px;
font-weight: normal;
margin-top: 4px;
}
#header-sp .sp-nav .sp-nav-contact .sp-btn.mail-btn {
background: #182987;
color: #fff;
}
#header-sp .sp-nav .sp-nav-contact .sp-btn.mail-btn::before {
content: "\f0e0";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
}