@charset "UTF-8";

html {
    font-size: 62.5%;
    font-family: "Noto Sans JP", sans-serif;
}
body {
    font-size: 1.6rem;
    color: #333333;
    min-width: 375px;
}
body.open {
    overflow: hidden;
}
a:hover {
    opacity: .8;
}
header {
    padding: 0 11.1%;
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    background: #ffffff;
    border-bottom: 3px solid #4CB39E;
    z-index: 5;
}
header .header-menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1 {
    font-size: 1.8rem;
    position: relative;
    z-index: 10;
}
header h1 img {
    max-width: 170px;
}
.header-nav {
    position: relative;
}
header nav ul, footer nav ul {
    display: flex;
    align-items: center;
    gap: 23px;
}
header nav ul li:last-of-type {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #4CB39E;
    border-radius: 5px;
}
header nav ul a, footer nav ul a {
    font-weight: 500;
}
header nav.open ul a {
    font-size: 2.0rem;
}
.openbtn {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

main #mv {
    margin-top: 75px;
    padding: 100px 15px 70px;
    background-image: url(../img/mv-bg.png);
    background-position: bottom;
    background-size: cover;
    background-color: #FFF10066;
}
.mv-box {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
.mv-point {
    display: flex;
    justify-content: center;
    gap: 35px;
    position: relative;
    z-index: 2;
}
.mv-point p {
    padding: 11px 6px 0 0;
    text-align: center;
    width: 150px;
    height: 92px;
    font-family: "Barlow", "M PLUS Rounded 1c", sans-serif;
    color: #ffffff;
    background-image: url(../img/mv-point.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mv-point p span {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 4px;
}
.mv-point p span.mv-num {
    font-size: 3.2rem;
    font-style: italic;
    padding: 2px 4px 0 0;
}
.mv-point p span.mv-bps {
    font-size: 2.0rem;
    font-style: italic;
    padding: 2px 0 0;
}
.mv-catch {
    display: inline-block;
    margin: auto;
    padding: 5px 50px 35px;
    border-radius: 10px;
    background-color: #ffffffcc;
}
.mv-catch img {
    max-width: 750px;
    width: 100%;
}
.mv-catch p.sub_copy {
    margin-top: 12px;
    padding: 10px 0;
    font-weight: 500;
    border-top: 2px solid #DB4355;
    border-bottom: 2px solid #DB4355;
}
.mv-catch p.sub_copy span {
    font-size: 20px;
    color: #DB4355;
}
.mv-catch .mv-kanri {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mv-catch .mv-kanri img {
    width: auto;
    max-height: 50px;
}
.mv-catch p.sub_kanri {
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
}
.mv-catch p.sub_kanri span {
    display: inline-block;
    padding-right: 10px;
}
section {
    padding: 65px 20px 80px;
    position: relative;
}
section .contents {
    position: relative;
    z-index: 2;
}
#feature::before, #price::before, #support::before, #contact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-image: url(../img/bg-dot.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
#feature::after, #price::after, #support::after, #contact::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background-image: url(../img/bg-dot-2.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}
section h2 {
    font-size: 3.2rem;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.2;
}
section h2 span {
    font-size: 2.0rem;
    padding: 0 3px;
}
section h2 img {
    max-width: 210px;
}
section .cv-btn {
    margin-top: 50px;
    text-align: center;
}
section .cv-btn a {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 20px 50px;
    color: #ffffff;
    background-color: #4CB39E;
    border-radius: 5px;
    box-shadow: 0 4px #ffffff;
}
.flex-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 6%;
}
.feature-point, .price-point, .price-campaign, .contact-company {
    width: 100%;
    max-width: 400px;
}
#feature {
    background-color: #D1E180;
}
.feature-title {
    width: 100%;
    padding: 8px 0 15px;
    background-image: url(../img/feature-point.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
.feature-title .point-num {
    font-family: "Barlow", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    font-style: italic;
    color: #FFF97B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-title .point-num span {
    font-size: 1.4rem;
}
.feature-title h3 {
    margin-top: 13px;
}
.feature-detail {
    padding: 25px 40px;
    background-color: #ffffff;
    border: 2px solid #DB4355;
    border-top: none;
    text-align: center;
    line-height: 1.5;
}
.feature-detail p .feature-ntt {
    font-size: 2.2rem;
    font-weight: bold;
    color: #DB4355;
}
.feature-red {
    font-weight: bold;
    color: #DB4355;
}
.dot {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 15px;
    margin: 20px 0;
}
.dot span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FFF97B;
    border-radius: 50%;
}
.catv-fast {
    padding: 15px 0 35px;
    background-image: url(../img/arrow_bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fast-info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Barlow", "M PLUS Rounded 1c", sans-serif;
    gap: 25px;
    margin: 10px 0 5px;
}
.fast-info p {
    position: relative;
    line-height: 1;
    z-index: 2;
}
.fast-info p:first-of-type:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.catv-fast .fast-info p:last-child {
    font-size: 1.4rem;
    font-weight: 500;
}
.catv-fast .fast-info p:last-child::before {
    content: "";
    display: block;
    height: 6px;
    width: 110%;
    background-color: #F7F3A0;
    position: absolute;
    bottom: -2px;
    left: -5%;
    z-index: -1;
}
.catv-fast .fast-info p span {
    font-size: 2.0rem;
}
.feature-detail h4 {
    font-weight: bold;
    ;
}
.feature-detail h4 img {
    width: 180px;
}
.hikari-fast {
    padding: 15px 0 20px;
    background-color:  #ffffd1;
}
.hikari-fast .fast-info p:last-of-type {
    font-size: 2.0rem;
    padding-bottom: 10px;
}
.hikari-fast .fast-info p .gbps {
    color: #DB4355;
    font-weight: bold;
    font-style: italic;
    position: relative;
    z-index: 2;
    margin-right: 5px;
}
.hikari-fast .fast-info p .gbps::before, .hikari-kouji ul li span::before {
    content: "";
    display: block;
    height: 13px;
    width: 110%;
    background-color: #ffffff;
    position: absolute;
    bottom: -2px;
    left: -5%;
    z-index: -1;
}
.hikari-fast .fast-info p .fast-num {
    font-size: 3.7rem;
    padding-right: 3px;
}
.hikari-fast .fast-info p .fast-ex {
    font-size: 1.4rem;
    font-weight: 500;
}
.good-point {
    margin-top: 15px;
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    background-color: #DB4355;
    border-radius: 10px;
    position: relative;
}
.good-point::before {
    content: "";
    position: absolute;
    bottom: 99%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 12px solid #DB4355;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.good-point span {
    font-weight: 500;
}
.feature-detail:last-of-type p span {
    font-weight: bold;
}
.hikari-kouji {
    padding: 20px 20px 5px 30px;
    background-color:  #ffffd1;
}
.hikari-kouji h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.hikari-kouji h4 img {
    margin-right: 5px;
}
.hikari-kouji p {
    text-align: left;
}
.hikari-kouji ul {
    padding-bottom: 20px;
}
.hikari-kouji ul li {
    padding-left: 30px;
    font-weight: 500;
    position: relative;
    text-align: left;
}
.hikari-kouji ul li::before, .price-campaign ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 7px;
    top: 5px;
    background-image: url(../img/check_mark.png);
    background-size: cover;
    z-index: 3;
}
.hikari-kouji ul li span {
    font-weight: bold;
    color: #DB4355;
    position: relative;
    z-index: 2;
}
.hikari-kouji ul li span::before {
    height: 9px;
    bottom: -1px;
    width: 105%;
    left: -2%;
}
.hikari-kouji ul:last-of-type li:first-of-type {
    margin-top: 5px;
    margin-bottom: 8px;
}
.hikari-kouji ul:last-of-type li:first-of-type span {
    margin-left: 5px;
}

#price {
    background-color: #fbf38e;
}
#price .flex-box {
    gap: 80px 6%;
}
.price-point {
    text-align: center;
    background-color: #ffffff;
    border: 3px solid #DB4355;
    border-radius: 10px;
}
.price-point h3 {
    padding: 15px 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #DB4355;
}
.price-point h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}
#price h4 img {
    width: 230px;
}
.price-month {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.price-month p:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.price-month p:first-of-type span {
    font-size: 1.8rem;
    font-weight: bold;
}
.price-month p:last-of-type {
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.price-month p:last-of-type::before {
    content: "";
    display: block;
    height: 15px;
    width: 100%;
    background-color: #F7F3A0;
    position: absolute;
    bottom: 0;
    left: 3%;
    z-index: -1;
}
.price-month p:last-of-type span {
    margin: 0 12px 0 15px;
    color: #DB4355;
    font-size: 6.2rem;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    font-style: italic;
}
.price-cation {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-right: 75px;
}
.price-campaign {
    padding-top: 40px;
    background-color: #ffffff;
    border: 2px solid #DB4355cc;
    border-radius: 10px;
    text-align: center;
    box-shadow: 7px 7px 0 0 #DB4355;
    position: relative;
}
.price-campaign::before {
    content: "";
    height: 75px;
    width: 110px;
    position: absolute;
    top: 0;
    right: 0px;
    background-image: url(../img/uma_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-55%);
}
.campaign-title {
    display: inline-block;
    margin-bottom: 37px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.campaign-title::before {
    content: "";
    display: block;
    height: 9px;
    width: 100%;
    background-color: #F7F3A0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.campaign-title span {
    font-size: 2.4rem;
}
.campaign-title span.campaign-red {
    font-weight: bold;
    color: #DB4355;
}
.campaign-free {
    background-color: #FCF5F6;
    margin: 0 40px;
    padding: 25px 30px 20px;
    position: relative;
}
.campaign-free h4 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #DB4355;
    position: absolute;
    top: 0;
    left: 11px;
    transform: translateY(-50%);
}
.campaign-free::before {
    content: "";
    display: block;
    height: 2px;
    width: 80%;
    background-color: #DB4355;
    position: absolute;
    top: -1px;
    right: 0;    
}
.price-campaign ul li {
    margin-top: 10px;
    padding-left: 30px;
    text-align: left;
    position: relative;
}
.price-campaign ul li::before {
    top: 2px;
}
.campaign-down {
    background-color: #F2FCFA;
    margin: 25px 40px 30px;
    padding: 25px 30px 20px;
    position: relative;
}
.campaign-down h4 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #4CB39E;
    position: absolute;
    top: 0;
    left: 11px;
    transform: translateY(-50%);
}
.campaign-down::before {
    content: "";
    display: block;
    height: 2px;
    width: 80%;
    background-color: #4CB39E;
    position: absolute;
    top: -1px;
    right: 0;    
}
.campaign-down ul li {
    margin-top: 0;
}
.price-campaign p {
    padding: 20px 0;
    font-weight: 500;
    background-color:  #ffffd1;
    border-radius: 0 0 10px 10px;
}

#support {
    background-color: #D1E180;
}
#support .contents {
    text-align: center;
}
.support-trouble {
    margin: 0  auto 65px;
    position: relative;
    max-width: 960px;
    padding: 20px 10px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px 3%;
    background-color: #f3f3f3;
    border-radius: 5px;
}
.support-trouble::before {
    content: "";
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
	width: 100px;
	height: 40px;
	background-color: #f3f3f3;
}
.support-trouble::after {
    content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translate(-50%, 150%);
	width: 0;
	height: 0;
	border-top: 40px solid #f3f3f3;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
}
.support-trouble .trouble-box {
    width: 30%;
    min-width: 250px;
    max-width: 280px;
    height: 180px;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 1.5;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.support-trouble .trouble-box img {
    margin-bottom: -2px;
    max-width: 130px;
}
.support-trouble .trouble-box:nth-of-type(2) img {
    margin-bottom: -20px;
}
.solution {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 35px;
    text-align: left;
    position: relative;
}
.solution::before {
    content: "";
    width: 105px;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    background-image: url(../img/staff.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.solution h3 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #DB4355;
    margin-bottom: 20px;
}
.solution p {
    margin-top: 10px;
    font-weight: 500;
}
.solution p span {
    margin: 0 6px;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.solution p span.support-red {
    color: #DB4355;
}
.solution p span::before {
    content: "";
    display: block;
    height: 8px;
    width: 105%;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -2%;
    z-index: -1;
}
.map {
    max-width: 950px;
    margin: auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px dotted #4CB39E;
    border-radius: 10px;
    background-color: #ffffff;
}
.map .sp-none {
    display: block;
}
.map .pc-none {
    display: none;
}
.map>p {
    width: 17%;
}
.map>p img {
    height: auto;
    width: auto;
    max-height: 300px;
}
.map .company {
    width: 80%;
    text-align: left;
    margin-left: 10px;
}
.map h3 {
    padding: 0 0 5px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #4CB39E;
}
.map ul {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
}
.map ul li {
    display: flex;
    line-height: 1.2;
}
.map ul li img {
    min-width: 40px;
    height: 48px;
}
.map ul li .company-info {
    margin-left: 5px;
}
.map ul li h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 5px 0;
}
.company-tel {
    margin-top: 5px;
}
.company-tel span {
    margin-left: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.company-tel span::before {
    content: "";
    display: block;
    height: 6px;
    width: 105%;
    background-color: #F7F3A0;
    position: absolute;
    bottom: 2px;
    left: -2%;
    z-index: -1;
}
#contact {
    background-color: #E2EA97;
    padding: 80px 30px 100px;
}
section#contact h2 {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#contact h2 img {
    max-height: 70px;
    margin-bottom: 10px;
    padding-left: 15px;
}
#contact .dot span {
    background-color: #ffffff;
}
.contact-info {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 50px 3%;
}
.contact-company {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.contact-area {
    width: 100%;
    max-width: 400px;
}
.contact-info h3 img {
    max-width: 300px;
    margin-bottom: 20px;
}
.contact-info ul {
    padding: 10px 5px;
    font-size: 1.8rem;
    border-top: 2px solid #666666;
    border-bottom: 2px solid #666666;
}
.contact-info ul li {
    margin: 3px 0;
}
.contact-info ul li.contact-add {
    margin-bottom: 15px;
}
.contact-info ul li span {
    display: inline-block;
    font-weight: 500;
    width: 80px;
}
.contact-info ul span.qr {
    margin-left: 80px;
    width: 60px;
    height: 60px;
}
.contact-info ul span.qr img {
    width: 100%;
    margin-top: 10px;
}
.contact-tel, .contact-web {
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.contact-tel {
    border: 2px solid #4CB39E;
    margin-bottom: 20px;
}
.contact-tel h3, .contact-web h3 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
}
.contact-tel h3 {
    padding: 15px 0;
    background-color: #4CB39E;
}
.contact-tel p {
    padding: 25px 0;
    color: #DB4355;
    font-family: "Barlow", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    background-color: #ffffff;
}
.contact-tel p a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-tel p img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.contact-web h3 {
    background-color: #DB4355;
}
.contact-web a {
    padding: 25px 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.contact-web a::before, .contact-web a::after {
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    position: absolute;
    right: 18px;
    top: 50%;
    background-color: #ffffff;
    border-radius: 10px;
}
.contact-web a::before {
    transform: translateY(-5px) rotate(40deg);
}
.contact-web a::after {
    transform: translateY(5px) rotate(-40deg);
}
.contact-area h3 span {
    font-size: 2.4rem;
}
/* topへ戻る */
main {
    position: relative;
}
.go-form {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7;
    display: flex;
    background-color: #00000077;
    align-items: center;
    justify-content: center;
}
.go-form a {
    display: flex;
    position: relative;
    padding: 14px 10px;
    font-size: 1.5rem;
    text-align: center;
    width: 240px;
    height: auto;
    color: #ffffff;
    background-color: #DB4355;
    border-radius: 10px;
    box-shadow: 0px 2px 0 0 #ffffff;
    justify-content: center;
    align-items: baseline;
}
.go-form a::before, .go-form a::after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 50%;
    background-color: #ffffff;
    border-radius: 5px;
}
.go-form a::before {
    transform: translateY(-4px) rotate(40deg);
}
.go-form a::after {
    transform: translateY(4px) rotate(-40deg);
}
.go-form span {
    display: inline-block;
    padding-right: 3px;
    font-size: 2.2rem;
    font-weight: 500;
    position: relative;
}
.go-form span::before {
    content: "";
    position: absolute;
    left: -62px;
    top: -25px;
    width: 50px;
    height: 55px;
    background-image: url(../img/uma-img_waku.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-40deg);
}
.go-top {
    position: fixed;
    bottom: 12px;
    right: 10px;
    z-index: 7;
}
.go-top img {
    width: 40px;
    height: 40px;
}
footer {
    padding: 50px 20px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4CB39E;
}
footer img {
    max-width: 350px;
    width: 100%;
}
footer ul {
    margin-top: 20px;
    color: #ffffff;
    flex-wrap: wrap;
    justify-content: center;
}
footer small {
    margin-top: 60px;
    color: #ffffff;
}
footer small img {
    margin-left: 8px;
    max-height: 15px;
    width: auto;
}
/* メニュー */
.openbtn{
	background:#4CB39E;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}
.openbtn .openbtn-area{
    transition: all .6s;
	width:50px;
	height:50px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #ffffff;
  	width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn.open .openbtn-area{
	transform: rotate(360deg);
}
.openbtn.open span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.open span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.open span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width: 1023px) {
    .openbtn {
        display: block;
    }
    header nav {
        display: none;
    }
    header nav.open {
        display: block;
    }
    .header-nav {
        z-index: 9;
    }
    header nav ul {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        justify-content: center;
        background-color: #4CB39E;
        color: #ffffff;
    }
    header nav ul li:last-of-type {
        background-color: #DB4355;
    }
}
@media screen and (max-width: 767px) {
    section {
        padding: 55px 20px 65px;
    }
    #feature::before, #price::before, #support::before, #contact::before {
        width: 50%;
        opacity: .9;
    }
    #feature::after, #price::after, #support::after, #contact::after {
        width: 40%;
        opacity: .6;
    }
    section h2 {
        font-size: 2.6rem;
    }
    section h2 img {
        max-width: 190px;
    }
    section .cv-btn a {
        padding: 18px 30px;
    }
    header {
        height: 65px;
        padding: 0 4.2%;
    }
    main #mv {
        margin-top: 65px;
    }
    header h1 img {
        max-width: 140px;
    }
    .mv-point {
        gap: 8px;
    }
    .mv-point p {
        font-size: 1.4rem;
        padding: 9px 4px 0 0;
        height: 72px;
    }
    .mv-point p span {
        font-size: 1.6rem;
        padding-bottom: 5px;
    }
    .mv-point p span.mv-num {
        font-size: 2.2rem;
    }
    .mv-point p span.mv-bps {
        font-size: 1.6rem;
    }
    .mv-catch {
        padding: 5px 15px 25px;
    }
    .mv-catch p.sub_copy {
        font-size: 1.5rem;
    }
    .mv-catch p.sub_copy span {
        font-size: 1.6rem;
    }
    .mv-catch .mv-kanri {
        padding-top: 16px;
    }
    .mv-catch .mv-kanri img {
        max-height: 35px;
    }
    .mv-catch p.sub_kanri span {
        display: block;
        padding: 0;
    }
    .feature-detail {
        padding: 25px 10px;
    }
    .solution {
        padding-left: 80px;
    }
    .solution::before {
        width: 75px;
        left: 0;
        transform: translate(-10px, -50%);
    }
    .solution h3 {
        font-size: 2.2rem;
    }
    .solution p {
        line-height: 1.5;
    }
    .solution p span {
        margin: 0;
        font-size: 1.6rem;
    }
    .solution p span::before {
        width: 102%;
    }
    .map {
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px;
    }
    .map .sp-none {
        display: none;
    }
    .map .pc-none {
        display: block;
    }
    .map>p, .map .company {
        width: auto;
        margin-left: 0;
    }
    .map>p img {
        max-height: inherit;
        max-width: 330px;
        padding: 10px 10px 20px;
    }
    .map h3 {
        font-size: 1.6rem;
        text-align: center;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .map ul {
        grid-template-columns: auto;
        gap: 20px;
    }
    .contact-info {
        align-items: center;
        flex-direction: column-reverse;
    }
    .go-top {
        bottom: 17px;
    }
    footer nav ul {
        flex-direction: column;
        gap: 12px;
        margin-top: 40px;
    }
}