@import url("reset.css");
body{
font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:link {
text-decoration: none;
transition: all 0.3s ease-out;
}
a:hover {
text-decoration: underline;
}

@media screen and (min-width: 1600px) {
html {
font-size: 11.4285714286px;
}
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
html {
font-size: 0.7142857143vw;
}
}
@media screen and (max-width: 767px) {
html {
font-size: 2.5vw;
}
html,
body {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
padding: 0;
margin: 0;
}
img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
}
figure {
margin: 0;
}
}
@media screen and (max-width: 767px), print {
.pc {
display: none !important;
}
}
@media screen and (min-width: 768px), print {
[href*="tel:"] {
pointer-events: none;
}
.sp {
display: none !important;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
padding: 0;
margin-bottom: 0 !important;
font-family: "Noto Sans JP", sans-serif;
}

figure {
margin: 0 !important;
}

.c-title {
font-size: 3.6rem;
font-weight: bold;
color: #00A6BA;
text-align: center;
}
@media screen and (max-width: 767px) {
.c-title {
font-size: 2.8rem;
line-height: 3.5rem;
}
}
.c-title.sub {
font-size: 2rem;
}

.c-title-sub {
font-size: 1.5rem;
text-align: center;
line-height: 2.5rem;
margin-top: 2rem;
}

.c-title-line {
font-size: 2.4rem;
color: #fff;
text-align: center;
font-weight: 600;
padding: 1.2rem 0;
background-color: #00A6BA;
}
@media screen and (max-width: 767px) {
.c-title-line {
font-size: 2rem;
}
}
.c-title-line.turn {
text-align: start;
padding-left: 2rem;
}
@media screen and (max-width: 767px) {
.c-title-line.turn {
padding-right: 2rem;
font-size: 2rem;
font-weight: bold;
line-height: 2.3rem;
}
}

.turn {
margin-top: 4rem;
}

.turn24 {
margin-top: 2.4rem;
}

.header-wrap {
height: 8rem;
padding: 1.4rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
@media screen and (max-width: 767px) {
.header-wrap {
width: 100%;
background-color: #fff;
position: fixed;
z-index: 300;
top: 0;
}
}
.header-wrap figure {
width: 20rem;
}
@media screen and (max-width: 767px) {
.header-wrap figure {
width: 13.3rem;
}
}
.header-wrap img {
width: 100%;
}

.hd-right {
display: flex;
align-items: center;
gap: 2.4rem;
}
@media screen and (max-width: 767px) {
.hd-right {
flex-direction: column;
gap: 3rem;
}
}
.hd-right__list {
list-style: none;
display: flex;
gap: 2.4rem;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.hd-right__list {
flex-direction: column;
gap: 3rem;
text-align: center;
}
}
.hd-right__list li {
font-size: 1.5rem;
font-weight: 500;
transition: 0.3s all;
}
.hd-right__list li a:hover {
color: #00A6BA;
}

.hd-right__btn {
display: flex;
gap: 0.8rem;
}
@media screen and (max-width: 767px) {
.hd-right__btn {
flex-direction: column;
align-items: center;
gap: 2.2rem;
}
}
.hd-right__btn__wrap {
min-width: 18rem;
padding: 1.5rem 1.9rem;
border-radius: 9999px;
background: linear-gradient(to bottom right, #00A6BA, #1E7FB2);
color: #fff;
font-size: 1.5rem;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
transition: 0.3s all;
}
@media screen and (max-width: 767px) {
.hd-right__btn__wrap {
width: 27rem;
}
}
.hd-right__btn__wrap:hover {
opacity: 0.8;
}
.hd-right__btn__wrap svg {
width: 1rem;
}
.hd-right__btn__wrap:nth-of-type(2) {
background: linear-gradient(to bottom right, #2598D6, #1371C3);
}

.hn-menu {
width: 2.6rem;
height: 2.6rem;
gap: 0.9rem;
}
.hn-menu.is-active {
display: block !important;
}
.hn-menu.is-active span {
transition: 0.3s all;
}
.hn-menu.is-active span:nth-child(1) {
display: none;
}
.hn-menu.is-active span:nth-child(2) {
transform: translateY(0.9rem) rotate(45deg);
}
.hn-menu.is-active span:nth-child(3) {
transform: translateY(-0.2rem) rotate(-45deg);
}
.hn-menu > div {
display: flex;
flex-direction: column;
gap: 0.9rem;
}
.hn-menu > div span {
display: block;
width: 2.6rem;
height: 2px;
background-color: #00A6BA;
}

.hn-menu-in {
background-color: #fff;
padding: 4.5rem 0;
display: none !important;
opacity: 0;
transition: 0.3s all;
z-index: 200;
}
.hn-menu-in.is-active {
display: block !important;
opacity: 1;
width: 100%;
position: fixed;
top: 8rem;
}

.mv__wrap {
height: 46.7rem;
background-image: url(../images/mvbg.png);
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.mv__wrap {
margin-top: 8rem;
height: 60rem;
background-image: url(../images/mvbg-sp.png);
}
}
.mv__wrap__tltle {
height: 46.7rem;
max-width: 140rem;
margin: 0 auto;
background-image: url(../images/mv-png-irst.png);
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
@media screen and (max-width: 767px) {
.mv__wrap__tltle {
margin-top: 8rem;
height: 60rem;
background-image: url(../images/mv-png-irst-sp.png);
}
}
.mv__wrap__tltle h3 {
position: absolute;
top: 52%;
left: 5%;
transform: translateY(-50%);
font-size: 3.8rem;
font-weight: bold;
color: #fff;
line-height: 6.4rem;
}
@media screen and (max-width: 767px) {
.mv__wrap__tltle h3 {
font-size: 3rem;
line-height: 4.5rem;
top: 23%;
left: 8%;
}
}
.mv__wrap .figure {
max-width: 140rem;
position: absolute;
bottom: 0;
left: 50%;
}
.mv__wrap .figure img {
width: 100%;
}

.mv__sub {
background-color: #F2F2F2;
padding: 4rem 0;
}
@media screen and (max-width: 767px) {
.mv__sub {
padding: 0;
}
}
.mv__sub__wrap {
width: 116rem;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 767px) {
.mv__sub__wrap {
width: 40rem;
padding: 4rem 2rem;
box-sizing: border-box;
}
}
.mv__sub__wrap p {
font-size: 1.8rem;
font-weight: 500;
line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
.mv__sub__wrap p {
font-size: 1.6rem;
}
}
.mv__sub__wrap p span {
font-size: 2rem;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.mv__sub__wrap p span {
font-size: 1.8rem;
}
}
.mv__sub__wrap p:nth-child(2) {
margin-top: 2rem;
}

.function__wrap {
width: 116rem;
margin: 0 auto;
padding: 4.4rem 0 8.6rem;
}
@media screen and (max-width: 767px) {
.function__wrap {
width: 40rem;
padding: 4rem 2rem;
padding-top: 14rem;
margin-top: -8rem;
box-sizing: border-box;
}
}
.function__wrap__top {
display: flex;
gap: 6rem;
margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
.function__wrap__top {
flex-direction: column;
gap: 2rem;
}
}
.function__wrap__top figure {
width: 52rem;
flex-shrink: 0;
}
@media screen and (max-width: 767px) {
.function__wrap__top figure {
width: 100%;
}
}
.function__wrap__top figure img {
width: 100%;
}
.function__wrap__top figure p {
font-size: 1.5rem;
text-align: center;
margin-top: 1rem;
}
.function__wrap__top div h3 {
font-size: 2.4rem;
color: #00A6BA;
margin-top: 5rem;
}
@media screen and (max-width: 767px) {
.function__wrap__top div h3 {
margin-top: 2rem;
line-height: 3.7rem;
}
}
.function__wrap__top div p {
font-size: 1.5rem;
margin-top: 2.4rem;
line-height: 2.6rem;
}
@media screen and (max-width: 767px) {
.function__wrap__top div p {
font-size: 1.6rem;
}
}
.function__wrap__top div p:nth-child(2) {
margin-top: 2rem;
}
@media screen and (max-width: 767px) {
.function__wrap__center__item:nth-child(1) {
margin-top: 3rem;
}
}
.function__wrap__center__item:nth-child(n+2) {
margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
.function__wrap__center__item:nth-child(n+2) {
margin-top: 3rem;
}
}
.function__wrap__center__item h4 {
font-size: 2rem;
font-weight: bold;
padding: 0.4rem 0;
padding-left: 1.6rem;
border-left: 5px solid #00A6BA;
margin-bottom: 0;
display: flex;
}
@media screen and (max-width: 767px) {
.function__wrap__center__item h4 {
line-height: 2.8rem;
}
}
.function__wrap__center__item p {
font-size: 1.5rem;
font-weight: 500;
margin-top: 1.6rem;
line-height: 2.4rem;
}
.function__wrap__bottom {
margin-top: 4rem;
}
@media screen and (max-width: 767px) {
.function__wrap__bottom {
line-height: 3rem;
}
}
.function__wrap__bottom__item {
font-size: 1.5rem;
background-color: #F2F2F2;
padding: 2rem 3rem;
}
.function__wrap__bottom__item p {
line-height: 2rem;
}
.function__wrap__bottom__item:nth-child(n+2) {
margin-top: 1.6rem;
}
.function .btn-flex {
display: flex;
justify-content: center;
gap: 9rem;
margin-top: 6rem;
}
@media screen and (max-width: 767px) {
.function .btn-flex {
flex-direction: column;
gap: 1.5rem;
}
}
.function .btn-flex .collection__wrap__btn {
margin: 0;
}
.function .btn-flex .collection__wrap__btn.nonepdf {
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.function .btn-flex .collection__wrap__btn.nonepdf {
padding: 1rem 0 1rem 0;
}
}

#detail {
padding-top: 5rem;
margin-top: -5rem;
}

.detail {
background-color: #F2F2F2;
padding: 6rem 0 7.5rem;
box-sizing: border-box;
}
.detail .c-title {
text-align: left;
}
@media screen and (max-width: 767px) {
.detail .c-title {
text-align: center;
}
}
.detail__wrap {
width: 116rem;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.detail__wrap {
width: 40rem;
}
}
.detail__wrap__swwp {
position: relative;
}
.detail__wrap__swwp p {
font-size: 1.3rem;
font-weight: 500;
}
.detail__wrap__swwp p:nth-child(2) {
margin-top: 2rem;
}
.detail__wrap__swwp p:nth-child(3) {
margin-top: 1rem;
}
@media screen and (max-width: 767px) {
.detail__wrap__swwp .detail-small-p {
display: block;
line-height: 1.9rem;
padding: 0 2rem;
}
}
.detail__wrap__swwp div.btn {
width: 3.7rem;
height: 3.7rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 9999px;
}
.detail__wrap__swwp div.btn svg {
width: 42%;
}
.detail__wrap__swwp--prev {
background: linear-gradient(to bottom left, #00A6BA, #1E7FB2);
position: absolute;
left: -4.3rem;
top: 40%;
transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
.detail__wrap__swwp--prev {
z-index: 100;
left: 3.3rem;
top: 42%;
}
}
.detail__wrap__swwp--next {
background: linear-gradient(to bottom right, #00A6BA, #1E7FB2);
position: absolute;
right: -8.3rem;
top: 40%;
transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
.detail__wrap__swwp--next {
z-index: 100;
right: -0.6rem;
top: 42%;
}
}
.detail__wrap__swwp__in {
margin-top: 4rem;
}
.detail__wrap__swwp__in__item {
padding: 3rem 2rem;
background-color: #fff;
height: auto;
display: flex;
flex-direction: column;
gap: 1.5rem;
align-items: center;
box-sizing: border-box;
}
.detail__wrap__swwp__in__item div {
width: 6rem;
height: 6rem;
background-color: #27B9CB;
border-radius: 9999px;
display: flex;
justify-content: center;
align-items: center;
}
.detail__wrap__swwp__in__item div svg {
width: 70%;
}
.detail__wrap__swwp__in__item p {
font-size: 1.4rem;
font-weight: 500;
line-height: 2rem;
}

#collection {
padding-top: 5rem;
margin-top: -5rem;
}

.collection {
padding: 6rem 0;
}
.collection__wrap {
width: 116rem;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.collection__wrap {
width: 40rem;
padding: 0 2rem;
box-sizing: border-box;
}
}
.collection__wrap__btn {
background: linear-gradient(to bottom right, #00A6BA, #1E7FB2);
width: 35rem;
border-radius: 9999px;
margin: 0 auto;
margin-top: 4rem;
}
.collection__wrap__btn a {
display: flex;
justify-content: center;
align-items: center;
padding: 1rem 4rem 1rem 2rem;
transition: 0.3s all;
}
.collection__wrap__btn a:hover {
opacity: 0.8;
}
.collection__wrap__btn p {
font-size: 1.6rem;
font-weight: bold;
color: #fff;
margin-left: 1.6rem;
margin-right: 2.6rem;
white-space: nowrap;
}

.satellite__wrap {
width: 116rem;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.satellite__wrap {
width: 40rem;
padding: 2rem;
box-sizing: border-box;
}
}
.satellite__wrap__item {
padding: 3rem;
border: 1px solid #00A6BA;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item {
padding: 2.4rem;
border: 2px solid #00A6BA;
border-radius: 1rem;
}
}
.satellite__wrap__item__flex {
display: flex;
gap: 3.4rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__flex {
flex-direction: column-reverse;
align-items: center;
gap: 2rem;
}
}
.satellite__wrap__item__flex__le {
width: 100%;
}
.satellite__wrap__item__flex__le h4 {
font-size: 2.4rem;
font-weight: 600;
color: #00A6BA;
}
.satellite__wrap__item__flex__le p {
font-size: 1.5rem;
font-weight: 500;
line-height: 2.4rem;
margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__flex__le p {
margin-top: 0;
}
}
.satellite__wrap__item__flex__le p:nth-child(n+2) {
margin-top: 2rem;
}
.satellite__wrap__item__flex__ri {
width: 11rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__flex__ri {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2rem;
}
}
.satellite__wrap__item__flex__ri h4 {
font-size: 2.4rem;
font-weight: 600;
color: #00A6BA;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__flex__ri h4 {
line-height: 3.5rem;
}
}
.satellite__wrap__item__flex__ri img {
width: 100%;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__flex__ri img {
width: 32%;
}
}
.satellite__wrap__item__bottom {
padding: 3.5rem;
background-color: #F2F2F2;
display: flex;
justify-content: space-between;
margin-top: 3rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__bottom {
flex-direction: column-reverse;
padding: 2rem;
}
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__bottom h3 {
font-size: 1.8rem;
font-weight: bold;
display: block;
}
}
.satellite__wrap__item__bottom.no-flex {
margin-top: 3rem;
}
.satellite__wrap__item__bottom__le h3 {
font-size: 2rem;
font-weight: bold;
}
.satellite__wrap__item__bottom__le ul {
margin-top: 1.6rem;
}
.satellite__wrap__item__bottom__le li {
list-style: none;
margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__bottom__le li {
line-height: 2.3rem;
margin-top: 2rem;
}
}
.satellite__wrap__item__bottom__le li:nth-child(1) {
font-size: 1.6rem;
font-weight: bold;
color: #00A6BA;
}
.satellite__wrap__item__bottom__le li:nth-child(n+2) {
font-size: 1.5rem;
font-weight: 500;
color: #000;
display: flex;
margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__bottom__le li:nth-child(n+2) {
flex-direction: column;
}
}
.satellite__wrap__item__bottom__le li:nth-child(n+2) p:nth-child(1) {
width: 13.6rem;
flex-shrink: 0;
}
.satellite__wrap__item__bottom__le li:nth-child(n+2) p:nth-child(2) {
width: 100%;
}
.satellite__wrap__item__bottom__ri {
display: flex;
flex-direction: column;
gap: 3rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item__bottom__ri {
flex-direction: row;
gap: 1rem;
margin-top: 1.6rem;
}
}
.satellite__wrap__item__bottom__ri figure {
width: 28rem;
}
.satellite__wrap__item__bottom__ri figure img {
width: 100%;
}
.satellite__wrap__item:nth-child(n+2) {
margin-top: 4rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(n+2) {
margin-top: 1rem;
}
}
.satellite__wrap__item:nth-child(n+2) h3 {
font-size: 2.4rem;
color: #00A6BA;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(n+2) h3 {
font-size: 2.3rem;
line-height: 3rem;
}
}
.satellite__wrap__item:nth-child(n+2) h4 {
font-size: 2rem;
margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(n+2) h4 {
line-height: 3.1rem;
}
}
.satellite__wrap__item:nth-child(n+2) p {
font-size: 1.5rem;
line-height: 2.5rem;
margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(n+2) p {
margin-top: 1.5rem;
}
}
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom {
align-items: center;
}
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom h3 {
font-size: 1.5rem;
font-weight: 500;
color: #00A6BA;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom h3 {
margin-top: 1.6rem;
line-height: 2.2rem;
}
}
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom p {
font-size: 1.5rem;
font-weight: 500;
line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom p {
margin-top: 0.6rem;
}
}
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom figure {
width: 27rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom figure {
width: 100%;
}
}
.satellite__wrap__item:nth-child(n+2) .satellite__wrap__item__bottom img {
width: 100%;
}
.satellite__wrap__item:nth-child(3) img {
width: 100%;
}
.satellite__wrap__item:nth-child(3) h5 {
font-size: 1.5rem;
font-weight: 500;
color: #00A6BA;
}
.satellite__wrap__item:nth-child(3) p {
font-size: 1.5rem;
font-weight: 500;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(3) p {
margin-top: 0.6rem;
}
}
.satellite__wrap__item:nth-child(3) p:nth-child(2) {
margin-top: 2.4rem;
}
.satellite__wrap__item:nth-child(4) img {
width: 100%;
}
.satellite__wrap__item:nth-child(4) h3:nth-child(4) {
margin-top: 3rem;
}
.satellite__wrap__item:nth-child(4) p {
font-size: 1.5rem;
font-weight: 500;
margin-top: 2.4rem;
}
.satellite__wrap__item:nth-child(4) p:nth-child(3) {
margin-top: 2rem;
}
.satellite__wrap__item:nth-child(4) p:nth-child(4) {
margin-top: 2.4rem;
}
.satellite__wrap__item:nth-child(4) div {
display: flex;
width: 100%;
padding: 4rem 3rem;
background-color: #F2F2F2;
gap: 3rem;
margin-top: 2em;
position: relative;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(4) div {
flex-direction: column;
padding: 0;
background-color: transparent;
gap: 1rem;
margin-top: 2.4em;
}
}
.satellite__wrap__item:nth-child(4) div::before {
position: absolute;
content: "";
font-size: 16rem;
font-weight: 500;
color: #fff;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
white-space: nowrap;
}
.satellite__wrap__item:nth-child(4) div figure {
flex: 1;
width: 31.6rem;
}
@media screen and (max-width: 767px) {
.satellite__wrap__item:nth-child(4) div figure {
width: 100%;
}
}
.satellite__wrap__item:nth-child(4) div figure img {
width: 100%;
}

.explanation {
padding: 6rem 0;
}
@media screen and (max-width: 767px) {
.explanation {
padding: 1rem 2rem 5rem 2rem;
}
}
.explanation .c-title-line {
margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
.explanation .c-title-line {
line-height: 3rem;
padding: 1.2rem 2rem;
}
}
.explanation .c-title {
margin-top: 1.3rem;
}
.explanation__wrap {
width: 116rem;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.explanation__wrap {
width: 100%;
}
}
.explanation__wrap__item:nth-of-type(n+2) {
margin-top: 8rem;
}
.explanation__wrap__item:nth-child(2) p {
font-size: 1.5rem;
font-weight: 500;
margin-top: 2.4rem;
line-height: 2.2rem;
}
.explanation__wrap__item:nth-child(2) p:nth-last-child(n+2) {
margin-top: 2rem;
}
.explanation__wrap__item__gray {
background-color: #F2F2F2;
padding: 3rem;
}
@media screen and (max-width: 767px) {
.explanation__wrap__item__gray {
padding: 2rem;
}
}
.explanation__wrap__item__gray.turn {
padding: 5rem;
display: flex;
justify-content: space-between;
}
.explanation__wrap__item__gray.turn figure {
height: 33.6rem;
}
.explanation__wrap__item__gray.turn figure img {
height: 100%;
}
.explanation__wrap__item__gray__flex {
display: flex;
align-items: center;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.explanation__wrap__item__gray__flex {
flex-direction: column;
}
}
.explanation__wrap__item__gray__flex__le {
display: flex;
flex-direction: column;
gap: 2rem;
}
.explanation__wrap__item__gray__flex__le p {
font-size: 1.5rem;
font-weight: 500;
}
@media screen and (max-width: 767px) {
.explanation__wrap__item__gray__flex__le p {
line-height: 2.4rem;
}
}
.explanation__wrap__item__gray__flex__le p span {
display: inline;
}
.explanation__wrap__item__gray__flex__ri {
max-width: 50rem;
display: flex;
flex-direction: column;
align-items: center;
}
@media screen and (max-width: 767px) {
.explanation__wrap__item__gray__flex__ri {
margin-top: 2rem;
}
}
.explanation__wrap__item__gray__flex__ri img {
width: 100%;
}
@media screen and (max-width: 767px) {
.explanation__wrap__item__gray__flex__ri .img-he {
width: 19.1rem;
margin-top: 3rem;
}
}
.explanation__wrap__item__gray__flex__ri div {
display: flex;
gap: 1.4rem;
margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
.explanation__wrap__item__gray__flex__ri div {
display: contents;
}
}
.explanation__wrap__item__gray__flex__ri div p {
color: #fff;
font-size: 1.3rem;
font-weight: 500;
background-color: #999999;
padding: 0.4rem 2.4rem;
border-radius: 9999px;
width: -moz-fit-content;
width: fit-content;
}
@media screen and (max-width: 767px) {
.explanation__wrap__item__gray__flex__ri div p {
margin-top: 0.5rem;
padding: 0.5rem 4rem;
}
}

.footer__wrap {
height: 27.3rem;
background-image: url(../images/ft-mv.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 6rem 0;
}
@media screen and (max-width: 767px) {
.footer__wrap {
height: 33rem;
padding: 5rem 3rem;
line-height: 3.5rem;
background-position: center;
}
}
.footer__wrap__text {
color: #fff;
font-size: 1.8rem;
font-weight: 500;
text-align: center;
line-height: 3rem;
}
@media screen and (max-width: 767px) {
.footer__wrap__text {
line-height: 3.5rem;
}
}
.footer__wrap__btn {
color: #247FB0;
background-color: #fff;
font-size: 2rem;
font-weight: bold;
padding: 1.6rem 8.6rem 2rem;
border-radius: 999px;
border: 2px solid #247FB0;
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
margin-top: 4rem;
transition: 0.3s all;
}
@media screen and (max-width: 767px) {
.footer__wrap__btn {
margin-top: 3rem;
}
}
.footer__wrap__btn:hover {
opacity: 0.9;
}

.footer__wrap-b {
width: 116rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 4.6rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
.footer__wrap-b {
width: 40rem;
flex-direction: column;
}
}
.footer__wrap-b div:nth-child(1) {
display: flex;
flex-direction: column;
gap: 2.4rem;
}
@media screen and (max-width: 767px) {
.footer__wrap-b div:nth-child(1) {
align-items: center;
}
}
.footer__wrap-b div:nth-child(1) figure {
width: 19.3rem;
}
.footer__wrap-b div:nth-child(1) figure img {
width: 100%;
}
.footer__wrap-b div:nth-child(1) figure p {
font-size: 1.3rem;
font-weight: 500;
}
.footer__wrap-b div:nth-child(2) {
display: flex;
flex-direction: column;
gap: 2rem;
}
@media screen and (max-width: 767px) {
.footer__wrap-b div:nth-child(2) {
gap: 0;
}
}
@media screen and (max-width: 767px) {
.footer__wrap-b div:nth-child(2) ul {
flex-direction: column;
gap: 1rem;
margin-top: 3rem;
align-items: center;
}
}
.footer__wrap-b div:nth-child(2) ul:nth-child(1) {
display: flex;
gap: 2.4rem;
list-style: none;
}
.footer__wrap-b div:nth-child(2) ul:nth-child(1) li {
font-size: 1.5rem;
font-weight: 600;
}
.footer__wrap-b div:nth-child(2) ul:nth-child(1) li a {
transition: 0.3s all;
}
.footer__wrap-b div:nth-child(2) ul:nth-child(1) li a:hover {
color: #00A6BA;
}
.footer__wrap-b div:nth-child(2) ul:nth-child(2) {
display: flex;
gap: 2.4rem;
list-style: none;
justify-content: end;
}
@media screen and (max-width: 767px) {
.footer__wrap-b div:nth-child(2) ul:nth-child(2) {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
}
.footer__wrap-b div:nth-child(2) ul:nth-child(2) li {
padding-right: 2rem;
border-right: 1px solid #666666;
}
@media screen and (max-width: 767px) {
.footer__wrap-b div:nth-child(2) ul:nth-child(2) li {
flex: 2/1;
}
}
.footer__wrap-b div:nth-child(2) ul:nth-child(2) li a {
font-size: 1.3rem;
font-weight: 600;
color: #666666;
display: flex;
align-items: center;
justify-content: center;
gap: 0.8rem;
transition: 0.3s all;
}
.footer__wrap-b div:nth-child(2) ul:nth-child(2) li a:hover {
color: #00A6BA;
}
@media screen and (max-width: 767px) {
.footer__wrap-b div:nth-child(2) ul:nth-child(2) li:nth-child(2) {
border: none;
padding-right: 0;
}
}
.footer__wrap-b div:nth-child(2) ul:nth-child(2) li:nth-last-child(1) {
border-right: none;
padding-right: 0;
}
@media screen and (max-width: 767px) {
.footer__wrap-b div:nth-child(2) ul:nth-child(2) li:nth-last-child(1) {
padding-left: 2rem;
}
}
.footer__wrap-b div .last-p {
font-size: 1.3rem;
text-align: center;
margin: 0 auto;
margin-top: 2.2rem;
}/*# sourceMappingURL=dx-net.css.map */