@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;}

/*ヘッダー*/
header {
    padding: 0;
    background: #292929;
    color: #fff;
    display: flex;
    padding: 0.5vw 0;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;}
header .logo{
    width: 12vw;
    margin-left: 4vw;
    display: flex;
    align-items: center;}
header .logo img{
    width: 100%;}
.desktop-nav ul {
    display: flex;
    gap: 3vw;
    list-style: none;
    margin: 0;
    margin-left: 10vw;
    padding: 0;}
.desktop-nav a {
    position: relative;
    color: white;
    padding:0;
    text-decoration: none;
    font-size: 1.2vw;}
.desktop-nav a::after{
    content:"";
    display: block;
    position: absolute;
    top: 1.8vw;
    left: 50%;
    width: 110%;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;}
.hamburger,.mobile-menu {
    display: none;}
.on-off{
    margin-left: 10vw;
    z-index: 5;}
.on-off span{
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    color:#fff;
    padding:1.2vw 1vw;}
.on-off span i{
    font-size:2vw;
    width:3vw;}


/*メインビジュアル*/
.main-visual {
    width: 100vw;
    height: 45vw;
    overflow: hidden;
    position: relative;}
.main-visual .video-container {
    position: relative;
    top: -10vw;
    left: 0;
    width: 100%;
    padding-top: 56.25%; /* 16:9 → 9 / 16 = 0.5625 */
    height: 0;
    overflow: hidden;
    z-index: -1;}
.main-visual .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;}
.main-visual .fixed-btn{
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    background-color: #292929;
    color: #fff;
    padding: 2.8vw .7vw;
    border-radius: 1vw 0 0 1vw;
    font-size: 1.5vw;
    font-weight: 100;
    letter-spacing: .5vw;
    text-decoration: none;
    text-align: center;}
.fixed-btn:hover {
    background-color: #555;}

/*トップに戻る*/
.gototop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;}  
.gototop img {
    width: 150px;
    height: auto;}

/*Quality*/
.quality-section {
    margin-top: 3vw;
    position: relative;}
.quality-header{
    padding-left: 2vw;
    font-size: 5vw;
    font-weight: 600;}
.quality-catchcopy {
    border: 1px solid #aaa;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 7vw; left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 1vw;
    font-size: 1.6vw;
    text-align: center;}
.quality-contents{
    margin-top: 3vw;
    padding-top: 3vw;
    padding-bottom: 1vw;
    background: #f2f2f2;}
.quality-contents .desc {
    margin: 1vw auto 1.5vw;
    text-align: center;}
.quality-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5vw;}
.quality-boxes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
    height: 25vw;}
.quality-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #222;
    color: white;
    padding: 1vw 2vw;
    height: 6vw;
    overflow: hidden;}
.quality-label {
    font-size: 2vw;
    font-weight: 500;
    padding-left: 2vw;}
.quality-item:nth-child(1) .quality-icon img {
    height: 6vw;
    padding-right:5vw;}
.quality-item:nth-child(2) .quality-icon img {
    height: 10vw;
    padding-top: 1vw;
    padding-right:5vw;}
.quality-item:nth-child(3) .quality-icon img {
    height: 7vw;
    padding-right: 5vw;
    padding-top: .5vw;}
.quality-video {
    position: relative;
    width: 40%;
    height: 25vw;
    overflow: hidden;}
.quality-video .video-thumb {
    width: 100%;
    display: block;
    filter: grayscale(100%);}
.quality-video .video-overlay-text{
    position:absolute;
    color: white;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5vw;
    font-weight: normal;
    text-align: center;
    margin: 0;
    width: 70%;}
.quality-video a#vimeo-Modal-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;}
.quality-video a#vimeo-Modal-1 img {
    width: 65%;
    margin: auto;
    display: block;}
.quality-contents .more{
    display: block;
    width: 35%;
    margin: 3vw auto;
    padding: 1vw;
    font-size: 1.8vw;
    font-weight: 500;   
    text-align:center;
    text-decoration: none;
    color: #000;
    background-color:#fff;
    border: 1px solid #000;
    border-bottom-width: 7px;}
.quality-contents .more:hover{
    transform: translateY(6px);
    border-bottom-width: 1px;}

/*PROFESSIONAL*/
.professional-section {
    position: relative;
    background: #fff;
    margin-top: 5vw;}
.professional-item{
    display: block;
    position: relative;}
.professional-bg-image{
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
    will-change: transform;
    transform: translateY(40vh);
    transition: transform 2s cubic-bezier(.4,1.2,.3,1);
    overflow: hidden;}
.professional-item:nth-child(1) .professional-bg-image{transform: translateY(40vh);}
.professional-item:nth-child(1) .professional-bg-image.scrolled{transform: translateY(0);}
.professional-item:nth-child(1) .professional-bg-image.scrolled.fadeout{transform: translateY(-40vh);}
.professional-item:nth-child(2) .professional-bg-image{transform: translateY(60vh);}
.professional-item:nth-child(2) .professional-bg-image.scrolled{transform: translateY(0);}
.professional-item:nth-child(2) .professional-bg-image.scrolled.fadeout{transform: translateY(-40vh);}
.professional-item:nth-child(3) .professional-bg-image{transform: translateY(60vh);}
.professional-item:nth-child(3) .professional-bg-image.scrolled{transform: translateY(0);}
.professional-item:nth-child(3) .professional-bg-image.scrolled.fadeout{transform: translateY(-40vh);}
.professional-item:nth-child(4) .professional-bg-image{transform: translateY(60vh);}
.professional-item:nth-child(4) .professional-bg-image.scrolled{transform: translateY(0);}
.professional-item:nth-child(4) .professional-bg-image.scrolled.fadeout{transform: translateY(-40vh);}
.professional-item:nth-child(5) .professional-bg-image{transform: translateY(60vh);}
.professional-item:nth-child(5) .professional-bg-image.scrolled{transform: translateY(0);}
.professional-item:nth-child(5) .professional-bg-image.scrolled.fadeout{transform: translateY(-40vh);}
.professional-bg-image img{
    width: 100%;
    height: 50vw;
    object-fit: cover;}
.professional-bg-image::after{
    content:"";
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;}
.professional-header{
    position: absolute;
    top: 25vw;    left: 5vw;
    font-size: 5.5vw;
    font-weight: 500;
    z-index: 5;}
.professional-video-wrappers {
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 5;}
.professional-video-wrapper{
    position: relative;
    height: 55vw;}
.professional-video-wrapper .step-title {
    font-size: 3vw;
    margin:0;
    font-weight:400;}
.professional-video-wrapper .step-title span {
    font-size: 5vw;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    margin-right: .5vw;}
.professional-video{
    position: relative;
    width: 100%;
    height:auto;}
.professional-video::after{
    content:"";
    display: block;
    position: absolute;
    top: 0;  bottom: 0;
    left: 0; right: 0;
    /*background-color:rgba(0,0,0,.5);*/
    z-index: 2;}
.professional-video img{
    width: 100%;
    height:40vw;}
.professional-video-wrapper .play-button {
    position: absolute;
    top: 50%;    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    width: 7vw;    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;}
.professional-video-wrapper .play-button img{
    width: 100%;
    height: 100%;}
.professional-item:nth-child(1){height: 185vw;}
.professional-item:nth-child(1) .professional-video-wrappers{top:33vw;}
.professional-item:nth-child(2){height: 130vw;}
.professional-item:nth-child(2) .professional-video-wrappers{top: 37vw;}
.professional-item:nth-child(3){height: 130vw;}
.professional-item:nth-child(3) .professional-video-wrappers{top:33vw;}
.professional-item:nth-child(4){height: 128vw;}
.professional-item:nth-child(4) .professional-video-wrappers{top:33vw;}
.professional-item:nth-child(5){height: 85vw;}
.professional-item:nth-child(5) .professional-video-wrappers{top:37vw;}
.professional-video .video-loader {
    position: absolute;
    top: 50%;  left: 50%;
    width: 40px;  height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: transparent;}
@keyframes spin {
  0%   { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}


/*SDGs*/
.sdgs-section {
    position: relative;
    margin-top: 5vw;}
.sdgs-header{
    font-size: 5.5vw;
    font-weight: 500;
    padding-left: 3vw;
    padding-bottom:15vw;}
.sdgs-wrappers{
    position: relative;
    padding-top: 30vw;}
.sdgs-video-wrapper {
    position: absolute;
    top: 7.5vw;   left:50%;
    transform: translateX(-50%);    
    width: 90%;}
.sdgs-video-wrapper img.video-thumb {
    width: 100%;
    height: 35vw;
    object-fit: cover;
    margin: auto;}
.sdgs-video-wrapper .play-button {
    position: absolute;
    top: 50%;    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    width: 7vw;    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;}
.sdgs-video-wrapper .play-button img{
    width: 100%;
    height: 100%;}
.sdgs-text{
    padding: 25vw 10vw 5vw 10vw;
    background-color:#EBEBEB;}
.sdgs-text .sdgs-text_title{
    font-size: 2.5vw;
    margin: 0;
    margin-bottom: 1.5vw;
    text-align: center;}
.sdgs-text .sdgs-text_content{
    width: 70%;
    margin: auto;
    font-size: 1.2vw;
    line-height: 2.4vw;}


/*探す*/
.search-section {
    padding: 2vw 3vw;
    background: #fff;}
.search-block {
    margin-bottom: 3vw;}
.search-block h2 {
    position: relative;
    display: block;
    width: 15vw;
    margin: auto;
    font-size: 2.4vw;
    font-weight: 400;
    text-align: center;
    color: #006658;}
.search-block h2::before,
.search-block h2::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 30vw;
    height: 1px;
    background: #000;}
.search-block h2::before {
    right: 100%;
    margin-right: 20px;}
.search-block h2::after {
    left: 100%;
    margin-left: 20px;}
.search-block .body-tyle-title {
    font-size: 1.3vw;
    color: #000;
    text-align: center;
    margin: 0;}
.body-types {
    display: flex;
    flex-wrap: wrap;
    width: 78vw;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 4vw auto 3vw;}
.body-types li {
    width: calc(75vw / 7);
    text-align: center;
    font-size: 1.4vw;
    color: #000;}
.body-types li .small {
    font-size: 0.95vw;
    margin-top: 0;
    display: block;}
.body-types li img {
    height: 5vw;
    width: 10vw;
    object-fit: contain;}
/*.body-types li:nth-child(5) img {
    height: 7vw;
    margin-top: -2vw;}*/
.body-types li a,.body-types li a:hover,.body-types li a:visited{
    color: #000;
    text-decoration: none;}
.price-buttons {
    display: flex;
    width: 78vw;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3vw auto 10vw;}
.price-buttons a {
    font-size: 1.4vw;
    padding: 1.2vw 1.2vw 1.2vw 3.6vw;
    background: none;
    width: calc(78vw / 6);
    text-align: center;
    text-decoration: none;
    border: 1px solid #006658;
    color: #006658;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.price-buttons a span {
    font-size: 18px;
    display: inline-block;
    width: 1vw;}
.price-buttons a:hover {
    background: #006658;
    color: white;}

/*フッター*/
.footer-hero {
    position: relative;
    background: url('images/footer.JPG') center/cover no-repeat;
    height: 100vh;
    color: white;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0;}
.encounter-nav {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;}
.encounter-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 0;}
.encounter-nav a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    position: relative;}
.encounter-nav a::after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    margin-top: 5px;
    width: 100%;}
.footer-text {
    padding-top: unset;
    position: absolute;
    bottom: 0;
    width: 100%;}
.footer-text .catch {
    font-size: 4vw;
    margin-bottom: 1vw;
    padding-left: 5%;
    font-weight: 500;}
.footer-text h1 {
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 4vw;
    padding-left: 5%;}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;}
.footer-logo img {
    width: 160px;
    margin-bottom: 10px;}
.footer-logo p {
    font-size: 12px;
    color: #ccc;}


/* モーダル */
.modal-container{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    width: 80vw;
    height: 50vw;
    z-index:100;}
.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;}
.modal-container.active{
    opacity: 1;
    visibility: visible;}
.modal-container .modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;}
.modal-container .modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;}
.modal-container .modal-content{
    text-align: left;
    height: 40vw;}


@media screen and (max-width: 768px) {
/*ヘッダー*/
header {
    justify-content: space-between;
    padding: 1vw 0;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 1000;}
header .logo{
    width: 35vw;
    margin-left: 5vw;}
.on-off {
    display: flex;}
.on-off span{padding: 3.4vw 5vw;}
.on-off span i{
    font-size: 5vw;
    width: 7vw;}
.desktop-nav{
    display: none;}
.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 25px;
    margin-right: 3vw;}
.hamburger span {
    height: 1px;
    background: white;
    display: block;
    transition: all 1s;}
.hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(1.3vw, 1.5vw);
    width: 8vw;}
.hamburger.open span:nth-child(2) {
    opacity: 0;}
.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(1vw, -1vw);
    width: 8vw;}
.mobile-menu {
    display: flex;
    position: fixed;
    box-sizing: border-box;
    right: -100%;    top: 0;
    width: 100%;
    height: 100vh;
    background: #292929ee;
    color: white;
    padding: 12vw 5vw 0;
    transition: right 0.3s ease;
    z-index: 999;}
.mobile-menu.open{
    right: 0;}
.mobile-menu ul {
    list-style: none;
    padding: 0;
    width:100%;}
.mobile-menu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 1vw 5vw 3vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #fff;}
.mobile-menu li:first-child a{
    padding-top: 2vw;
    border-top: 1px solid #fff;}
.main-visual {
    height: auto;
    padding-top: 12vw;}
.main-visual .video-container {
    top: 0;}
.main-visual .fixed-btn{
    top: auto;
    bottom: 0;
    left: 0;
    transform: unset;
    writing-mode: lr;
    background-color: #292929;
    color: #fff;
    padding: 3vw;
    letter-spacing: 1vw;
    border-radius: 0;
    font-size: 5vw;}
.gototop {
    bottom: 17vw;
    right: 3vw;}
.gototop img {
    width: 20vw;}
/*Quality*/
.quality-section {
    margin-top: 5vw;}
.quality-header{
    padding-left: 5vw;
    font-size: 7vw;}
.quality-catchcopy {
    top: 10vw; left: 50%;
    transform: translateX(-50%);
    width: 85%;
    padding: 2vw;
    font-size: 4vw;}
.quality-contents{
    margin-top: 10vw;
    padding-top: 5vw;
    padding-bottom: 10vw;}
.quality-contents .desc {
    margin: 3vw auto;
    font-size: 3vw;
    width: 80%;
    line-height: 5vw;}
.quality-content {
    flex-direction: column;
    align-items: center;
    gap: 3vw;}
.quality-boxes {
    width: 80%;
    height: 35vw;}
.quality-item {
    color: white;
    padding: 3vw;
    height: 5vw;}
.quality-label {
    font-size: 3vw;}
.quality-item:nth-child(1) .quality-icon img {
    height: 8vw;}
.quality-item:nth-child(2) .quality-icon img {
    height: 14vw;
    padding-top: 2vw;
    padding-right: 4vw;}
.quality-item:nth-child(3) .quality-icon img {
    height: 10vw;
    padding-top: 1.5vw;}
.quality-video {
    width: 80%;
    height: 50vw;}
.quality-video .video-thumb {
    transform: scale(1.4) translateX(10vw);}
.quality-video .video-overlay-text{
    font-size: 3vw;}
.quality-video a#vimeo-Modal-1 img {
    width: 15vw;}
.quality-contents .more{
    width: 75%;
    margin: 5vw auto 0;
    padding: 2vw;
    font-size: 3.5vw;
    border-bottom-width: 4px;}
.quality-contents .more:hover{
    transform: unset;
    border-bottom-width: 1px;}

/*PROFESSIONAL*/
.professional-section {
    margin-top: 10vw;}
.professional-item{
    display: block;
    position: relative;}
.professional-header{
    top: 15vw;
    font-size: 7vw;}
.professional-video-wrappers {
    width: 90%;}
.professional-video-wrapper{
    position: relative;
    height: 70vw;}
.professional-video-wrapper .step-title {
    font-size: 4.5vw;
    margin-bottom:1vw;}
.professional-video-wrapper .step-title span {
    font-size: 8vw;
    margin-right: 2vw;}
.professional-video img{
    height:50vw;}
.professional-video-wrapper .play-button {
    width: 15vw;
    height: 15vw;}
.professional-item:nth-child(1){height: 220vw;}
.professional-item:nth-child(1) .professional-video-wrappers{top:25vw;}
.professional-item:nth-child(2){height: 150vw;}
.professional-item:nth-child(2) .professional-video-wrappers{top: 25vw;}
.professional-item:nth-child(3){height: 150vw;}
.professional-item:nth-child(3) .professional-video-wrappers{top:30vw;}
.professional-item:nth-child(4){height: 150vw;}
.professional-item:nth-child(4) .professional-video-wrappers{top:30vw;}
.professional-item:nth-child(5){height: 100vw;}
.professional-item:nth-child(5) .professional-video-wrappers{top:30vw;}

/*SDGs*/
.sdgs-header{
    font-size: 5.5vw;}
.sdgs-video-wrapper .play-button {
    width: 15vw;
    height: 15vw;}
.sdgs-text{
    padding: 25vw 5vw 10vw 5vw;}
.sdgs-text .sdgs-text_title{
    font-size: 4.5vw;
    margin-bottom: 2.5vw;}
.sdgs-text .sdgs-text_content{
    width: 95%;
    font-size: 2.5vw;
    line-height: 4.5vw;}


/*探す*/
.search-section {
    padding: 5vw 3vw;}
.search-block {
    margin-bottom: 5vw;}
.search-block h2 {
    width: 25vw;
    font-size: 5vw;}
.search-block h2::before,
.search-block h2::after{
    width: 20vw;}
.search-block .body-tyle-title {
    font-size: 3vw;
    margin-top: 1vw;}
.body-types {
    width: 80%;
    gap: 5vw 0;
    margin: 6vw auto 3vw;}
.body-types li {
    width: calc(75vw / 3);
    font-size: 3vw;}
.body-types li .small {
    font-size: 2.2vw;}
.price-buttons {
    width: 80%;
    margin: 5vw auto 10vw;
    gap: 2vw 0;}
.price-buttons a {
    font-size: 3vw;
    padding: 2vw 2vw 2vw 8vw;
    width: calc(78vw / 3);}
.price-buttons a span {
    font-size: 2vw;
    width: 2vw;}

/*フッター*/
.footer-hero{
    background-position: -110vw -10vw;}
.encounter-nav {
    top: 10vw;}
.encounter-nav ul {
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: auto;
    gap: 5vw;}
.encounter-nav a {
    text-decoration: none;
    font-size: 16px;
    position: relative;}
.encounter-nav a::after {
    display: none;}
.footer-text {
    padding-top: unset;
    position: absolute;
    bottom: 12vw;}
.footer-text .catch {
    font-size: 8vw;
    font-weight: 400;}
.footer-text h1 {
    font-size: 12vw;}
.footer-logo img {
    width: 60%;
    margin-bottom: 0;}
.footer-logo p {
    font-size: 3vw;}
.modal-container{
    width: 100%;
    height: 100vh;}
.modal-container .modal-close{
    top: -15vw;
    right: -5vw;}
}

@media screen and (min-width:1200px){
.modal-container{
    width: 1000px;
    height: 625px;}
}
@media screen and (min-width:1600px){
.footer-text .catch {
    font-size: 80px;
    margin-bottom: 20px;
    padding-left: 80px;}
.footer-text h1 {
    font-size: 100px;
    margin: 0 0 20px;
    padding-left: 80px;}
.footer-logo {
    margin-top: 10px;}
.footer-logo img {
    width: 300px;
    margin-bottom: 0;}
.footer-logo p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;}
}



/*ーーーーーーー
  追加CSS
  ーーーーーーー*/
.allselect-buttons {
    display: flex;
    width: 84%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3vw auto 10vw;}
.allselect-buttons a {
    font-size: 1.4vw;
    padding: 1.2vw 1.2vw 1.2vw 30.6vw;
    background: none;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #006658;
    color: #006658;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.allselect-buttons a span {
    font-size: 18px;
    display: inline-block;
    width: 1vw;}
.allselect-buttons a:hover {
    background: #006658;
    color: white;}