@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap"); */

/*全ページ共通要素*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

body {
    -webkit-animation: page-fade 1.5s ease 0s 1 normal;
    animation: page-fade 1.5s ease 0s 1 normal;
    font-family: "游ゴシック体", "Yu Gochic", "游ゴシック Medium", "Yu Gochic Medium", 游ゴシック, Yu Gochic, "sans-serif";
    color: #333;
    margin: 0;
}

.body-in {
    position: relative;
}

@keyframes page-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes page-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

section {
    /* padding: 2vw 7vw 9vw 7vw; */
}

.link,
.point,
.about,
#choice {
    background-color: #DDF77C;
}

#voice {
    background-color: #A4D6EF;
    width: 100%;
}

#anchor1,
#anchor2,
#anchor3 {
    padding-top: 100px;
    margin-top: -100px;
}


.content-wrapper {}

h1 {
    padding: auto;
    margin: auto;
}

h3 {
    width: 100%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    display: flex;
    justify-content: center;
}

h3 p {
    color: #ED7980;
    font-size: min(3.88vw, 42px);
    letter-spacing: 0em;
    line-height: 2em;
}

h3 img {
    width: 9%;
    max-width: 70px;
    margin-right: 10px;
}

h4 p {
    margin: 0 auto;
}

p {
    line-height: 1.65em;
    letter-spacing: 0.1em;
}


/*全ページ共通要素　end*/

/*   共通ヘッダー   */
header {
    background-color: #FFF;
    height: 60px;
    max-height: 60px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}

.header-box {
    /* height: 60px; */
    width: 100%;
    margin: 0 auto;
    max-height: 60px;
}

.header-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    max-height: 60px;
    width: 100vw;
}

.logo {
    position: relative;
    display: flex;
    /* justify-content: flex-start; */
    align-items: flex-start;
    flex-direction: row;
    height: 60px;
    width: 100%;
}

.logo-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 16vw;
}

.logo-item2 {
    width: calc(70vw - 60px);
    max-height: 60px;
    display: inline;
    margin: auto 12vw 0 0;
}

.logo-item3 {
    position: absolute;
    top: 0;
    left: calc(82vw - 60px);
    width: 20vw;
}

/*　　　PC menu　　　*/
#g_navi {
    width: 60px;
    height: 60px;
    display: none;
}

/*　　　PC menu end　　　*/
/*　　　SP menu　　　*/
#hamMenu {
    width: 60px;
    height: 60px;
    position: fixed;
    display: flex;
    z-index: 9999;
    /* position: absolute; */
    top: 0;
    right: 0;
    flex-direction: column;
}

#hamCheck,
#hamClose {
    display: none;
}

#hamOpen {
    display: block;
    width: 58px;
    cursor: pointer;
}

#hamOpen:hover {
    opacity: 0.5;
}

#hamOpen {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    position: relative;
}

#hamOpen span,
#hamOpen span:before,
#hamOpen span:after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    border-radius: 3px;
    background-color: #03BDA9;
    position: absolute;
}

#hamOpen span {
    top: 20px;
}

#hamOpen span:before {
    bottom: 8px;
}

#hamOpen span:after {
    top: 8px;
}

#hamCheck:checked~#hamOpen span {
    background-color: #03BDA9;
}

#hamCheck:checked~#hamOpen span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#hamCheck:checked~#hamOpen span::after {
    top: 0;
    transform: rotate(-45deg);
}

#hamCheck {
    display: none;
}

#hamClose,
.hamNavi {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}

#hamClose {
    z-index: 2;
    width: 100%;
    background: gray;
    opacity: 0.8;
    transition: 0.5s;
}

.hamNavi {
    position: fixed;
    z-index: 3;
    width: calc(200px + 500 *(100vw - 330px)/767);
    padding: 20px 0 0 0;
    background: white;
    transition: 0.5s;
    transform: translateX(100%);
}

#hamCheck:checked~#hamClose {
    display: block;
}

#hamCheck:checked~.hamNavi {
    transform: translateX(0);
}

.hamTxt {
    color: #03BDA9;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 34px;
    /* margin: -28px 0 0 0; */
}


.hamNavi ul {
    overflow: hidden;
    list-style: none;
}

.hamNavi li {
    padding: 8px 0;
    margin: 0 0;
}

.hamNavi li:hover {
    opacity: 0.5;
}

.hamNavi li a {
    font-size: 20px;
    text-decoration: none;
    font-size: calc(12px + 8 *(100vw - 300px)/767);
    color: #03BDA9;
}

/*　　　SP menu end　　　*/
/*   共通ヘッダー end   */

/*svg画像サイズ変更用*/

.img15 {
    height: 15vw;
}

.img12 {
    height: 12vw;
}

.img20 {
    width: 20vw;
}

.img50 {
    width: 50vw;
}

main {}




/*   indexページ   */
/*FV*/
.FV {
    width: 100%;
}

.FV-container {
    position: relative;
    background-color: #ddf77c;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

.index .FV .car-container {
    position: absolute;
    width: 14vw;
    right: 0;
    bottom: 13%;
    transform: rotate(-11deg);
}

.index .FV .car-container.move {
    animation: move-car-right 7s ease;
}

@keyframes move-car-right {
    0% {
        bottom: 13%;
        right: 0;
    }

    30% {
        bottom: 13%;
        right: 0;
    }


    100% {
        bottom: 0.5%;
        right: 100%;
    }
}

/*FV end*/

/*about*/
#anchor2 {
    width: 100%;
    margin: -10px 0 0 0;
    padding: -10px 0 0 0;
    position: relative;
}

.index section {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 0 0;
}

.FV {
    width: 100%;
    height: auto;
}

.index .FV-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* margin: 60px 0 0 0; */
}

.index .FV-ttl {
    color: #FF6099;
    font-size: min(6.1vw, 63px);
    font-weight: bold;
    letter-spacing: 1.4%;
    position: absolute;
    top: -46%;
    left: -4%;
}

.index .FV-ttl-inner {
    font-size: min(4.16vw, 45px);
}

.index .FV-txt1 {
    width: 100%;
    color: #FF6099;
    font-size: min(4.16vw, 45px);
    font-weight: bold;
    letter-spacing: 1.2vw;
    position: absolute;
    top: 13%;
    left: 8%;
}

.about-wrapper,
.service {
    display: flex;
    flex-direction: column;
    padding: 0 0 0vw 0;
}

.about-wrapper .content1-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 0 15vw 0;
}

.about-wrapper .content1 .home {
    width: 12vw;
    margin: 10px 0 0 0;
    font-size: 35px;
}

.about-wrapper .content1 h2 {
    width: 80%;
    margin: 2vw auto 0 auto;
}

.about-wrapper .content1-text {
    color: #0756A7;
    text-align: center;
    margin: 0vw 0 0 0;
    font-size: min(4.8vw, 53px);
    letter-spacing: -0.08em;
}

.fadein-line {
    width: 75%;
}

.about-wrapper .content1-item2 {
    width: 72vw;
    height: auto;
    padding: 0px auto;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 0 5vw;
    display: flex;
    flex-direction: row;
}

.about-wrapper .content1-text2 {
    margin: 5vw auto;
    padding: auto;
    line-height: 2.2;
    color: #0756A7;
    text-align: center;
    font-size: min(3.3vw, 36px);
    font-weight: bold;
    z-index: 1;
}

.about-wrapper .content1 .top-left {
    position: absolute;
    width: 14vw;
    top: 5vw;
    left: -8vw;
    z-index: 0;
}

.about-wrapper .content1 .bottom-right {
    position: absolute;
    top: 31vw;
    right: -6vw;
    z-index: 0;
    width: 10vw;
}

.about-wrapper .content2 {
    width: 90%;
    margin: 7vw auto;
}

.about-wrapper .content2 h3 {
    display: flex;
    margin: 0 auto;
}

.about-wrapper .content4 {
    margin: 12vw auto;
    width: 90%;
}

.about-wrapper .content2-item,
.service .content1-item2,
#choice .ttl-item {
    position: relative;
}

.service .content1-item .txt,
#choice .ttl-item .txt,
.about-wrapper .content2-item .txt {
    font-size: min(3.24vw, 35px);
    line-height: 1.6em;
    margin: 4vw 0 0 0;
}

.about-wrapper .content2-img,
.service .content1-img,
#choice .ttl-img {
    display: block;
    width: 33%;
    margin: auto 0 auto auto;
    top: 0vw;
    position: relative;
}

.about-wrapper .content2-img .bottom-right {
    margin: auto auto auto 0;
}

.about-wrapper .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-wrapper .item {
    flex: 0 0 calc(50% - 3%);
    margin: 1.5%;
    background-color: #FFF;
    border-radius: 15px;
    height: 0;
    padding: 0 0 calc(50% - 3%);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-wrapper .item>div:nth-child(1) {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
}

.about-wrapper .item>div:nth-child(2) {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-wrapper .item>div:nth-child(2)>p {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.3;
    letter-spacing: 1.2;
    margin: 8% 8% 8% 10%;
    color: #0054A7;
    font-weight: bold;
    font-size: min(2.75vw, 30px);
}

.about-wrapper .flex-container img1 {
    height: 15vw;
}

.about-wrapper .img1,
.about-wrapper .img3 {
    height: 15vw;
}

.about-wrapper .img2 {
    height: 13vw;
}

.about-wrapper .img4 {
    height: 11vw;
}

.about-wrapper .img5 {
    height: 16vw;
}

.effect-fade {
    opacity: 0.1;
    transform: translate(0);
    transition: all 500ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.effect-fade.effect-scroll:nth-of-type(1) {
    -moz-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
}

.effect-fade.effect-scroll:nth-of-type(2) {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}

.effect-fade.effect-scroll:nth-of-type(3) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

.effect-fade.effect-scroll:nth-of-type(4) {
    -moz-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
}

.effect-fade.effect-scroll:nth-of-type(5) {
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
}

.about .car-container {
    position: absolute;
    bottom: 2.5%;
    width: 15%;
    transform: rotate(1deg);
}

.about .car-container.move {
    animation: move-car-left 7s ease;
}

@keyframes move-car-left {
    0% {
        bottom: 2.5%;
        left: 0;
    }

    30% {
        bottom: 2.5%;
        left: 0;
    }

    100% {
        bottom: -0.5%;
        left: 100%;
    }
}

.about .sectionline {
    display: block;
    width: 100%;
    height: auto;
    background-color: #DDF77C;
    ;
}

/*about end*/

/*service*/

.service {
    background-color: #A4D6EF;
}



.service h3 {
    padding: 0 auto;
}

.service .content-box {
    padding-bottom: 0;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.service .content1 {
    width: 90%;
    align-items: center;
    margin: 0 auto;
}


.service .content1-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.service .content1-item img {
    height: auto;
}

.service .content1-item .bottom-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.service .content2 {
    display: flex;
    width: 90%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.service .content2-wrapper {
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 2vw 0;
}

.service .content2-item {
    color: #03BDA9;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: min(3.3vw, 36px);
    font-weight: bold;
    line-height: 1.2em;
    padding: 10vw 12VW 0 12vw;
    z-index: 9;
}

.service .content2-item2 {
    background-color: #03BDA9;
    color: #FFF;
    border-radius: 10px;
    align-items: center;
    font-size: min(2.8vw, 31px);
    text-align: center;
    height: auto;
    padding: 1vw 3vw;
    font-weight: bold;
    margin: 1vw 12VW;
}

.service .content2-item3 {
    display: flex;
    flex-direction: column;
    padding: 7vw 6vw;
    font-size: min(3vw, 31px);
}

.service .content2-item3 span {
    font-weight: bold;
}

.service .content2-item4 {
    width: 13vw;
    top: 0vw;
    position: absolute;
    right: 0;
}

.service .content2-item5 {
    width: 20vw;
    height: auto;
    position: absolute;
    top: 1vw;
    r: 2vw;
    width: 12vw;
    position: absolute;
}


.service .t-left {
    width: 14vw;
    top: 0;
    left: 0;
    position: absolute;
}

.service .car-container {
    width: 15vw;
    position: absolute;
    bottom: 0;
    right: 0;
}

.service .car-container.move {
    animation: move-car-right-service 7s ease;
}

.service .b-right {
    width: 9vw;
    right: 8vw;
    top: 35vw;
}


@keyframes move-car-right-service {
    0% {
        bottom: 0vw;
        right: 0;
    }

    30% {
        bottom: 0vw;
        right: 0;
    }

    100% {
        bottom: 0vw;
        right: 100vw;
    }
}

.service .item img {
    margin-bottom: 10px;
}

.service .sectionline {
    display: block;
    width: 100vw;
    height: auto;
    background-color: #A4D6EF;
    padding: 5vw 0 0 0;
    margin: 0 auto;
}

/*service end*/

/*company*/


.company-info {
    display: flex;
    padding: 8vw 0 0 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.table {
    background-color: #FFF;
    border-radius: 12px;
    width: 84%;
    margin: 5vw 0 2vw 0;
    padding: 5vw 3vw;
}

.table-inner {}

.table-inner .row {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
    border-bottom: 1px solid #03BDA9;
}

.table-inner .cell-l {
    font-size: min(2.2vw, 24px);
    flex-basis: 25%;
    padding: 10px;
    color: #03BDA9;
    font-weight: bold;
}

.table-inner .cell-r {
    flex-basis: 75%;
    padding: 10px;
    font-size: calc(min(2.2vw, 24px));
}

.googlemaps {
    display: inline-block;
    height: 1.1rem;
    width: 3.2rem;
    margin: 0 0.2rem;
    background-color: #fff;
    color: #03BDA9;
    border: 1.5px solid #03BDA9;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    font-size: min(2.6vw, 28px);
    font-weight: bold;
    line-height: 1.1rem;
}

.googlemaps:hover {
    background-color: #03BDA9;
    color: #fff;
    cursor: pointer;
}

.accordionbox {
    width: 90%;
    margin: 0 0 2vw 0;
}

.accordion label {
    color: #FFF;
    display: block;
    padding: 0;
    text-align: center;
    background-color: #03BDA9;
    border-radius: 0.5em;
}

.accordionbox input {
    display: none;
}

.accordionbox input+label div {
    opacity: 0;
    padding: 30p;
    height: 0px;
    font-weight: 100;
    overflow: hidden;
}

.accordionbox input:checked+label div {
    opacity: 1;
    height: auto;
    font-weight: 700;
}

.accordionbox>div {
    transition: all 0.3s ease-out 0s;
}

.toggle {
    display: none;
}

.Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(100% - 1em);
    left: 50%;
    transform: rotate(135deg);
}

.Label,
.privacy-policy .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.toggle:checked+.Label+.content {
    height: auto;
    padding: 20px;
    transition: all .3s;
}

.toggle:checked+.Label::before {
    transform: rotate(-45deg) !important;
}

.accordionbox h4 {
    font-size: min(2.87vw, 31px);
    padding: 15px;
}

.privacy-policy {
    background-color: #FDD23E;
}

.privacy-policy .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.policy-item {
    background-color: #03BDA9;
    border-radius: 0 0 10px 10px;
}

.content-inner {
    position: relative;
}

.acco-animated {
    position: absolute;
    right: 0;
    width: 12vw;
}

.policy-item .content .txt p,
.bordered p:last-child {
    text-align: left;
    font-weight: normal;
}

.privacy-policy .content>p:first-child {
    font-size: min(3.8vw, 41px);
    font-weight: bold;
}

.policy-item div:first-child {
    text-align: center;
    color: #FDD23E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(2.5vw, 27px);
    font-weight: normal;
}

.policy-item>div:nth-child(3)>img {
    width: 70px;
    position: relative;
    left: 80%;
    animation-name: slide;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.policy-item .txt {
    margin: 20px auto;
}

.policy-item .underline {
    text-align: left;
    color: #FED23E;
    text-decoration: underline;
    text-align: left;
    margin: 1vw 0;
    font-size: min(2.5vw, 28px);
}

.policy-item .whitetxt {
    text-align: left;
    color: #FFF;
    margin: 0;
    font-size: min(2.6vw, 28px);
}

.bordered {
    border: 1px solid #FED23E;
    border-radius: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bordered .contact {
    padding: 20px;
    flex-direction: column;
}

.bordered .bold {
    color: #FED23E;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
}

.bordered p:last-child {
    color: #FFF;
    font-size: min(2.2vw, 24px);
    text-align: left;
}

@keyframes slide {
    100% {
        left: 0%;
        opacity: 100;
    }
}

/*company end*/
/*   indexページ end   */

/*  以下、qaページ  */
.qa section {
    width: 100%;
    height: auto;
}

.qa section .ttl h3 {
    color: #ED7980;
    font-size: min(4.7vw, 49px);
}

.qa section .ttl .ttl-txt {
    font-size: min(2.87vw, 31px);
    text-align: left;
    line-height: 1.8em;
    letter-spacing: .1em;
    margin: 3vw 0 0 0;
}


/*FV*/

.qa .FV-wrapper {
    background-color: #DDF77C;
    padding: 60px 0 0 0;
}

.qa .FV-ttl {
    color: #FF6099;
    font-size: min(5.2vw, 56px);
    letter-spacing: 1.1vw;
    position: absolute;
    top: 21vw;
    left: 39vw;
    font-weight: bold;
}

.qa .FV-txt1 {
    color: #0756A7;
    font-size: min(4.16vw, 45px);
    font-weight: bold;
    letter-spacing: 0.4vw;
    position: absolute;
    top: 45vw;
    left: 9vw;
}

.qa .FV-txt2 {
    font-size: inherit;
    font-size: min(2.87vw, 31px);
    letter-spacing: 0.16vw;
    padding: 0 6vw 0 0;
    position: absolute;
    top: 70vw;
    left: 9vw;
}

/*FV end*/
/*link*/
.link {
    top: -200px;
    bottom: -100px;
    width: 100%;
    background-color: #DDF77C;
}

.link-box {
    width: 84%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
}

.link-box .btn {
    margin: 0 auto 2vw auto;
    width: 48%;
    height: 12vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
}

.link-box a {
    color: #05A592;
    background-color: #FFF;
    border-radius: 6px;
    font-size: min(3.24vw, 35px);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 8vw;
    text-decoration: none;
    margin: auto;
    padding: 1vw;
    width: 95%;
}

.link-box .btn .under-arrow {
    display: block;
    width: 2vw;
    margin: auto;
}

/*link end*/
/*point*/

.point .point-wrapper {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 2vw 0 0vw 0;
}

.point .ttl {
    padding: 4vw 0 4vw 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.point-item {
    margin: 1.5%;
    background-color: #FFF;
    border-radius: 15px;
    height: 0;
    margin: 8vw 3vw 0 3vw;
    padding: 0 0 calc(100% - 7%) 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.point-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 88%;
}

.point-img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-21%, -45%);
    width: 80%;
    height: 80%;
}

.point-img3 {
    bottom: 4%;
    right: -5%;
    position: absolute;
    width: 65%;
    height: 65%;
}

.point-img4 {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(-30%, -5%);
    width: 70%;
    height: 70%;
}

.point-ttl {
    position: absolute;
    color: #03BDA9;
    font-weight: bold;
    font-size: min(5.2vw, 56px);
    top: 0;
    left: 0;
    margin: 5vw 0 0 5vw;
    letter-spacing: 0.2vw;
}

.point-item p {
    font-size: min(2.77vw, 30px);
}

.point-txt {
    position: absolute;
    bottom: 6%;
    right: 4%;
    width: 47%;
}


.point-txt2,
.point-txt3 {
    position: absolute;
    top: 28%;
    left: 7%;
    width: 44%;
}

.point-txt4 {
    position: absolute;
    top: 7%;
    right: 6%;
    width: 42%;
}

/*point end*/
/*choice*/
#choice {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DDF77C;
}

.choice-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 11vw 0 9vw 0;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.choice-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qa .ttl .ttl-txt {
    text-align: left;
}

.choice-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw 0 0 0;
}

.choice-q {
    color: #0756A7;
    font-size: min(2.87vw, 31px);
    font-weight: bold;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    margin: 1vw -3vw;
    padding: 1vw;
}

.choice-q p {
    line-height: 5vw;
}

.choice-arrow {
    position: relative;
    top: -10px;
    left: -31vw;
    width: 8vw;
    min-width: 3vw;
    margin: 0 auto;
    padding: 0 auto;
}

.choice-a {
    font-size: min(3.88vw, 42px);
    margin-block-start: -6vw;
    margin-block-end: 0;
    text-decoration: underline #FFF 5px;
    text-align: center;
}

.choice-a p {
    font-weight: bold;
    color: #EE797F;
    line-height: 1.8em;
    font-size: min(3vw, 33px);
}


/*choice end*/

/*voice*/
.voice-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 11vw 0 9vw 0;
}

.qa section .voice-wrapper .ttl .ttl-txt {
    font-size: min(2.87vw, 31px);
    text-align: center;
    line-height: 1.8em;
    letter-spacing: .1em;
    margin: 3vw 0 0 0;
}

.voice-wrapper .ttl-txt {
    font-size: min(3.33vw, 36px);
    padding: 2vw 3vw 0;
    text-align: center;
}

.voice-content {
    border-radius: 15px;
    background-color: #FFF;
    margin: 8vw 0 0 0;
}

.voice-content-l {
    border-radius: 15px;
    background-color: #FFF;
    margin: 8vw 0 0 0;
}

.voice-item {
    padding: 4vw 4vw 0 4vw;
    letter-spacing: 0.2vw;
}

.voice-ttl {
    color: #0054A7;
    font-size: min(3.8vw, 41px);
    font-weight: 800;
    border-bottom: solid 1px #EE797F;
    padding: 0 0 5vwx 0;
}

.qa section .ttl .ttl-txt {
    font-size: min(2.4vw, 27px);
    text-align: left;
    line-height: 1.8em;
    letter-spacing: .08em;
    margin: 3vw 0 0 0;
}

.voice-txt {
    font-size: min(2.77vw, 30px);
    padding: 15px 0;
}

.speechbubble {
    font-size: min(3.4vw, 37px);
    width: 3vw;
    position: absolute;
    top: 4vw;
    right: -4%;
    padding: 15px 0;
}

.speechbubble-l {
    font-size: min(3.4vw, 37px);
    width: 3vw;
    position: absolute;
    top: 3vw;
    left: -4%;
    padding: 15px 0;
    transform: scale(-1, 1);
}

.voice-person {
    font-size: min(3.4vw, 37px);
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding: 0px 15px 15px 0;
    justify-content: flex-end;
    align-items: flex-end;
}

.voice-person-l {
    font-size: min(3.4vw, 37px);
    display: flex;
    flex-direction: row;
    padding: 0 15px 15px 0;
    justify-content: flex-end;
    align-items: flex-end;
}

.voice-person img {
    height: 20vw;
}

.voice-person-l img {
    height: 20vw;
}

/*voice end*/

/*スクロールバー*/
.gototop.sp {
    z-index: 9;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    /* opacity: .9; */
    background: transparent;
    right: 30px;
    position: fixed;
    bottom: 80px;
}

.gototop img {
    width: 45px;
}

.gototop :hover {
    opacity: .6;
}

/*スクロールバー end*/
/*qa*/

.qa-wrapper {
    background-color: #FDD23E;
    padding: 8vw 0;
}

.qa .FV-content {
    position: relative;
    width: 100%;
    height: auto;
}

.qa-content {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.qa section .qa-wrapper .ttl-txt {
    text-align: center;
}

.qa-wrapper .flex-container {
    margin: 8vw 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
}

.qa-wrapper .item {
    flex: 0 0 calc(43vw - 5vw);
    background-color: #FFF;
    border-radius: 15px;
    height: 0;
    padding-bottom: calc(43vw - 5vw);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qa-wrapper .flex-container .item .q-box {
    display: block;
}

.qa-wrapper .item .a-box {
    display: none;
}

.qa-wrapper .flex-container .item:hover .q-box {
    display: none;
}

.qa-wrapper .item:hover .a-box {
    display: block;
}

.qa-wrapper .q-box>div:nth-child(1) {
    width: 20%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw 0 0 1vw;
}

.qa-wrapper .q-box>div:nth-child(2),
.qa-wrapper .a-box {
    width: 82%;
    margin: auto;
    height: auto;
    position: absolute;
    top: 10%;
    left: 0;
    padding: 8vw 2vw 3vw 4vw;
    margin-block-start: 0;
    margin-block-end: 0;
    color: #0054A7;
    font-size: min(3.6vw, 29px);
    font-weight: bold;
}

.qa-wrapper .q-box>div:nth-child(2) p {
    line-height: 1.3em;
    letter-spacing: 0.06em;
}

.qa-wrapper .a-box p {
    line-height: 1.3em;
    letter-spacing: 0.06em;
}

.qa-wrapper .a-box {
    font-size: min(2.8vw, 22px);
}

.qa-wrapper .q-box>div:nth-child(3) {
    width: 35%;
    height: auto;
    position: absolute;
    bottom: 5%;
    right: 11%;
}

.company {
    background-color: #FED23E;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.company {
    width: 100%;
    padding: 0 0 7vw 0;
}

/*qa end*/

/*guide*/
.guide-wrapper {
    padding: 11vw 0 0 0;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.qa section .guide-wrapper .ttl-txt {
    text-align: center;
}

.guide-link {
    margin: 7vw 2vw 0 2vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2vw;
}

.guide-link .btn {
    background-color: #03BDA9;
    color: #FFF;
    text-decoration: none;
    padding: 3px 5px;
    width: calc(50% - 6%);
    align-items: flex-start;
    border-radius: 9999px;
}

.guide-link .btn .under-arrow {
    width: 2vw;
}

.guide-link a {
    display: block;
    width: 50vw-15px;
    height: 160%;
    font-size: min(2.6vw, 28px);
    font-weight: bold;
    text-align: center;
    padding: 20px auto;
    line-height: 160%;
    color: #fff;
    text-decoration: none;
}

.guide-content {
    margin: 5vw 0 0 0;
}

.guide-txt-wrapper {
    border: solid 1px #03BDA9;
    border-radius: 10px;
    padding: 2vw 2.5vw 0 3vw;
    margin: 0 0 5vw 0;
}

.guide-item {
    padding: 4vw 0 0 0;
}

.guide-item h4 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: min(3.8vw, 41px);
    color: #03BDA9;
    border-radius: 10px;
    padding: 0 0 1.3vw 0;
    letter-spacing: 0.1em;
}

.guide-item2-txt {
    background-color: #03BDA9;
    color: #FFF;
    font-size: min(3.2vw, 36px);
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 8vw 0;
    padding: 7vw 5vw;
    width: 89%;
    border-radius: 6px;
}

#guide .recruit-stop {
    margin: 0 0 2vw 0;
    font-size: min(2.4vw, 26px);
}

#guide .cell-l {
    flex-basis: content;
    padding: 3vw 0 0 0;
    color: #03BDA9;
    font-weight: bold;
    letter-spacing: .12em;
    font-size: min(2.5vw, 38px);
}

#guide .cell-r {
    padding: 7px 0 10px 0;
    letter-spacing: 0.08em;
    font-size: min(2.4vw, 26px);
}

/*guide end*/

/*footer*/
.qa footer {
    padding: 0 0 60px 0;
}

.index .footer {
    display: inline-block;
    width: 100%;
    height: calc(auto + 60px);
    background-color: #B28550;
    height: calc((260px + 366 *(100vw - 366px)/780));
}

.qa .footer {
    display: inline-block;
    width: 100%;
    height: calc(auto + 60px);
    background-color: #b28550;
    height: calc((260px + 366 *(100vw - 366px)/780) + 60px);
}

.footer-wrapper {
    background-color: #FFFCC2;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: calc((200px + 306 *(100vw - 306px)/780) + 120px);
}

.footer-item {
    max-inline-size: none;
    max-block-size: none;
    position: absolute;
    right: 0;
    bottom: 60px;
    object-fit: cover;
}

.footer-item2 {
    width: 100%;
    color: #03BDA9;
    z-index: 9;
}

.footer-item2 .ttl {
    font-size: min(3.8vw, 41px);
    font-weight: bold;
    line-height: 1.5rem;
    margin: 6% 0 0 5%;
}

.footer-item2 .txt {
    font-size: min(2.4vw, 26px);
    font-weight: bold;
    margin: 3% 0 0 5%;
}

.footer-item3 .inner {
    position: absolute;
    top: 50%;
    left: 0;
}

.footer-item3 ul {
    padding-inline-start: 40px;
}

.footer-item3 a {
    color: #FF6099;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.footer-item4 {
    width: 25vw;
    transform: scale(-1, 1);
    position: absolute;
    left: 30%;
    bottom: 60px;
}

.gotoline-pc {
    z-index: 9;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    opacity: .9;
    background: transparent;
}

.gotoline-pc.inactive {
    display: none;
}

.gotoline-sp.active {}

.gotoline-sp.inactive {
    display: none;
}

.gotoline-sp {
    margin: auto;
    height: 60px;
    max-height: 60px;
    background-color: #03BDA9;
    text-align: center;
    bottom: 0;
    line-height: 60px;
    z-index: 999;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
}

.gotoline-sp.box.sp.active {
    width: 100%;
    height: 60px;
    max-height: 60px;
}

.gotoline-sp.active img {
    position: absolute;
    width: min(3.5%, 16px);
    left: calc(100% - calc(177px + 430 *(100vw - 300px)/767));
    bottom: calc(60px - calc(25px - 10 *(100vw - 300px)/767));
}



.gotoline-sp.active a {
    color: #FFF;
    letter-spacing: 0.2em;
    font-weight: 900;
    font-size: 32px;
    text-decoration: underline 6px #FED23E;
    text-underline-offset: 6px;
    font-size: calc(14px + 25 *(100vw - 300px)/767);
}

.gotoline-sp.active a .line-txt-inner {
    font-size: min(5.2vw, 14px);
}

.gotoline-sp .linebox {
    width: 100%;
    height: 60px;
    position: relative;
    bottom: 0;
}

img {
    margin: 0vw;
    overflow-clip-margin: content-box;
    overflow: clip;
}

body {
    color: #333;
    overflow: hidden;
}

::marker {
    content: initial;
}




/* PC用スタイル */
@media screen and (min-width: 768px) {

    /*　　　PC menu　　　*/
    main {}

    .content-wrap {
        width: 100%;
    }

    h3 p {
        color: #ED7980;
        font-size: min(1.66vw, 18px);
    }

    section {}


    header {
        height: 60px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }

    .header-inner {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100vw;
        height: 60px;
    }

    .logo {
        width: 100vw;
        display: flex;
        flex-direction: row;
        position: relative;
        height: 60px;
    }

    .logo-item {
        position: absolute;
        width: 28vw;
        top: 0;
        left: 24vw;
        max-width: 80px;
        max-height: 60px;
        object-fit: cover;
    }

    .logo-item2 {
        position: absolute;
        width: 23vw;
        top: 0;
        left: 0;
        /* object-fit: cover; */
    }

    .logo-item3 {
        position: absolute;
        left: 80vw;
        width: 28vw;
        top: 0;
        right: 0;
        height: 60px;
    }

    #g_navi {
        display: block;
    }

    .nav-listwrap {
        position: absolute;
        top: 0;
        left: 39vw;
        display: flex;
        flex-direction: row;
        width: 45%;
        max-height: 60px;
    }

    #g_navi ul {
        display: flex;
        margin: 0 auto;
        width: 100%;
        padding-inline-start: 0;
    }

    .nav-listwrap ul li {
        position: relative;
        padding: 0 3%;
        line-height: 60px;
        margin: auto;
        background: url(images/header-linkback.svg) 1px 14px /22px no-repeat;
    }

    .nav-listwrap ul li a {
        display: block;
        position: relative;
        font-size: min(1.38vw, 15px);
        text-decoration: none;
        color: #03BDA9;
        font-weight: bold;
    }

    .nav-listwrap ul li a::before,
    .nav-listwrap ul li a::after {
        border-bottom: solid 4px #fff035;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0;
    }

    .nav-listwrap ul li a::before {
        right: 50%;
    }

    .nav-listwrap ul li a::after {
        left: 50%;
    }

    .nav-listwrap ul li a:hover::before,
    .nav-listwrap ul li a:hover::after {
        width: 50%;
    }

    /*　　　PC menu　end　　　*/

    /*　　　SP menu　　　*/
    #hamMenu {
        display: none;
    }

    /*　　　SP menu　end　　　*/
    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }

    h3 p {
        font-size: min(1.8vw, 20px);
    }

    h3 img {
        width: 5vw;
        max-width: 42px;
        margin-right: 10px;
    }

    .header-box {
        height: 60px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #FFF;
        z-index: 9999;
    }

    .logo-item2 {
        margin: auto;
        padding: auto;
        height: 60px;
    }

    .index section {
        padding: 0;
    }

    .index .FV-content {
        margin: 0;
    }

    .index .FV-ttl {
        font-size: min(2.6vw, 28px);
        font-weight: bold;
        top: -4vw;
        left: -2vw;
        letter-spacing: 0.5em;
    }

    .index .FV-ttl-inner {
        font-size: min(2vw, 22px);
    }

    .index .FV-txt1 {
        font-size: min(2vw, 21px);
        font-weight: bold;
        top: 11vw;
        left: 10vw;
    }

    .index .FV .car-container {
        position: absolute;
        width: 10vw;
        bottom: 5.5vw;
        right: 0;
        transform: rotate(-1deg);
        z-index: 3;
    }

    .index .FV .car-container.move {
        animation: move-car-right-service 7s ease;
    }

    @keyframes move-car-right-service {
        0% {
            bottom: 5.5vw;
            right: 0;
        }

        30% {
            bottom: 5.5vw;
            right: 0;
        }

        100% {
            bottom: 0;
            right: 100%;
        }
    }

    .about-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
        max-width: 1080px;
        margin: 0 auto;
    }

    .about-wrapper .flex-container {
        width: 100%;
        margin: 3% 0 0 0;
        gap: 1.5%;
    }

    .about-wrapper .img1,
    .about-wrapper .img3 {
        height: 70%;
    }

    .about-wrapper .img2 {
        height: 60%;
    }

    .about-wrapper .img4 {
        height: 50%;
    }

    .about-wrapper .img5 {
        height: 65%;
    }

    .about-wrapper .content4 {
        width: 78%;
        margin: 5% auto 4% auto;
    }

    .about-wrapper .content1-wrapper {
        width: 77%;
        padding: 0 auto;
        margin: 0 auto;
    }

    .about-wrapper .content1-text {
        width: 100%;
        font-size: min(3vw, 32px);
        line-height: 1em;
        letter-spacing: 0.1vw;
    }

    .about-wrapper .content1-text2 {
        width: 100%;
        font-size: min(1.94vw, 21px);
        font-weight: bold;
        line-height: 2em;
        margin: 2vw auto 6vw;
    }

    .about-wrapper .content1-item2 {
        width: 100%;
        padding: 0px auto;
        height: auto;
    }

    .about-wrapper .content1 .top-left {
        z-index: 0;
        position: absolute;
        width: 11%;
        bottom: 0;
        left: 2vw;
    }

    .about-wrapper .content1-item2 .bottom-right {
        position: absolute;
        width: 6%;
        top: 46%;
        right: 9vw;
    }

    .about-wrapper .content1 .home {
        width: 9%;
        margin: 0 auto;
        font-size: 35px;
    }

    .about-wrapper .content2 {
        width: 78%;
        margin: 3vw auto auto auto;
    }

    .about-wrapper .content2 h3 {
        justify-content: flex-start;
        margin: 0 0 0 24%;
    }


    .about-wrapper .content2-item,
    .service .content1-item,
    #choice .ttl-item {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        position: relative;
    }


    #choice .ttl-item {
        top: 0vw;
        margin: 0 0 -2vw 0vw;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .about-wrapper .content2-img,
    .service .content1-img,
    #choice .ttl-img {
        margin: -2vw 1vw;
        width: 20%;
    }

    .about-wrapper .content2-item .txt,
    .service .content1-item .txt,
    #choice .ttl-item .txt {
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        font-size: min(1.38vw, 15px);
        line-height: 1.6em;
        margin: 2vw 1vw 0 1vw;
    }

    .service .content1-item .txt {
        margin: 2vw 1vw 0 0;
    }

    #choice .ttl-txt {
        margin: auto 6vw auto 2vw;
        text-align: left;
    }

    .service .content2 {
        padding: 0;
        width: 87%;
        margin: 0 auto;
    }

    .about-wrapper .content2-item {
        display: flex;
        flex-direction: row-reverse;
    }

    .about-wrapper .item {
        flex: 0 0 calc(33% - 4%);
        background-color: #FFF;
        border-radius: 15px;
        height: 0;
        padding-bottom: calc(32% - 4%);
    }

    .about-wrapper .item>div:nth-child(2)>p {
        font-size: min(1.3vw, 14.5px);
    }

    .fadein-line {
        width: 70%;
    }

    .about .car-container {
        left: 0;
        bottom: 14vw;
        width: 8vw;
        transform: rotate(2deg)
    }

    .about .car-container.move {

        animation: move-car-left 7s ease;

    }

    #anchor2 .move-car-left {
        width: 10vw;
        position: absolute;
        bottom: 6%;
    }

    #anchor2 .move-car-left.move {
        position: absolute;
        bottom: 6%;
        left: 0;
    }

    @keyframes move-car-left {
        0% {
            bottom: 6%;
            left: 0;
        }

        30% {
            bottom: 6%;
            left: 0;
        }

        100% {
            bottom: -3%;
            left: 100%;
        }
    }

    #anchor3 {
        display: block;
        margin-top: -100px;
        padding-top: 100px;
    }

    .service .content-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .service h3 {
        display: inline-flex;
        justify-content: flex-start;
    }


    .service .content1 {
        width: 71%;
        max-width: 1080px;
        margin: 0 auto 3vw auto;
    }

    .service .content1-item {
        display: flex;
        flex-direction: row;
    }

    .service .content2-wrapper .item-box {
        width: 40%;
    }

    .service .content2-wrapper {
        width: 82%;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        position: relative;
        padding: 3vw 2.5vw 2vw;
    }

    .service .itembox {
        width: 44%;
        display: flex;
        flex-direction: column;
    }

    .service .content2-item {
        width: 100%;
        color: #0CA592;
        text-align: center;
        font-size: min(1.66vw, 18px);
        font-weight: bold;
        letter-spacing: 0.08vw;
        line-height: 1.2em;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0 auto;
    }

    .service .content2-item {
        width: 100%;
        color: #0CA592;
        text-align: center;
        font-size: min(1.66vw, 18px);
        font-weight: bold;
        letter-spacing: 0.08vw;
        line-height: 1.2em;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0 auto;
    }

    .service .content2-item .yellowline {
        position: relative;
        width: 100%;
        top: -3px;
    }

    .service .content2-item-txt {
        font-size: min(1.66vw, 18px);
        position: relative;
        top: -1.3%;
    }

    .service .content2-item-txt2 {
        font-size: min(1.38vw, 15px);
        letter-spacing: 0.06vw;
        position: relative;
        top: -1.3%;
    }

    .service .content2-item2 {
        width: 100%;
        font-size: min(1.5vw, 16px);
        padding: 0.5%;
        margin: 5% auto;
    }

    .service .content2-item3 {
        line-height: 2.2vw;
        font-size: min(1.1vw, 12px);
        text-align: left;
        width: 60%;
        padding: 0 0 0 3vw;
    }

    .service .content2-item4 {
        position: absolute;
        height: auto;
        width: 7.5vw;
        top: -1.2vw;
    }

    .service .content2-item5 {}

    .service .img-wrapper {
        position: absolute;
        height: 5vw;
        top: 0vw;
    }

    .service .b-right {
        width: 8%;
        top: calc(72.5% + 0 *(100% - 768px)/800);
        right: calc(-7% + 0 *(100% - 768px)/800);
    }

    .service .car-container {
        width: 10vw;
    }

    .service .car-container.move {
        animation: move-car-right-service2 7s ease;
    }

    @keyframes move-car-right-service2 {
        0% {
            bottom: 0%;
            right: 0;
        }

        30% {
            bottom: 0%;
            right: 0;
        }


        100% {
            bottom: 0%;
            right: 100%;
        }
    }

    .company-info {
        margin: 0 auto;
        padding: 4vw 0 0 0;
        max-width: 1080px;
    }

    .table-inner {
        margin: 0;
        padding: 0;
    }

    .table-inner .cell-l {
        font-size: min(1.57vw, 17px);
        flex-basis: 23%;
        padding: 1vw 0 1vw 3vw;
        color: #03BDA9;
        font-weight: bold;
    }

    .table-inner .cell-r {
        flex-basis: 75%;
        padding: 1vw 3vw 1vw 0;
        font-size: min(1.38vw, 15px);
    }

    .googlemaps {
        display: inline-block;
        height: 1.1rem;
        width: 3.2rem;
        margin: 0 0.2rem;
        background-color: #fff;
        color: #03BDA9;
        border: 1.5px solid #03BDA9;
        border-radius: 2px;
        text-align: center;
        text-decoration: none;
        font-size: min(1.38vw, 15px);
        font-weight: bold;
        line-height: 1.1rem;
    }

    .accordionbox {
        width: 80%;
        padding: 0 0 5vw 0;
    }

    .accordion label {
        color: #FFF;
        display: block;
        padding: 0;
        text-align: center;
        background-color: #03BDA9;
        border-radius: 0.5em;
    }

    .accordionbox h4 {
        font-size: min(1.57vw, 17px);
        margin: 0 0 1vw 0;
        padding: 0.5vw 0 1vw 0;
    }

    /*qaページ*/

    .qa h3 p {
        color: #ED7980;
        font-size: min(2vw, 21px);
    }

    .qa h3 img {
        width: 50px;
        margin-right: 10px;
    }

    .qa .FV-wrapper {
        background-color: #DDF77C;
        padding: 0;
    }

    .qa .FV-content {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .qa section .ttl .ttl-txt,
    .qa section .voice-wrapper .ttl .ttl-txt {
        font-size: min(1.38vw, 15px);
        line-height: 1.9em;
        text-align: center;
        margin: 2vw 0 2vw 0;
        padding: 0;
    }

    .link {
        width: 100%;
        padding: 0;
    }

    .qa .link-box {
        width: 78%;
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .qa .link-box .btn {
        height: 8vw;
        margin: 0 1% 0 0;
    }

    .qa .link-box a {
        font-size: min(1.57vw, 17px);
        line-height: 3vw;
        position: static;
    }

    .link-box .btn .under-arrow {
        width: 1vw;
    }

    /*FV*/
    .qa .FV-ttl {
        font-size: min(2.8vw, 28px);
        letter-spacing: 0.9vw;
        position: absolute;
        top: 10vw;
        left: 20vw;
    }

    .qa .FV-txt2 {
        font-size: min(1.38vw, 15px);
        letter-spacing: 0vw;
        padding: 0 15vw 0 0;
        top: 11vw;
        left: 20vw;
    }

    .qa .FV-txt1 {
        font-size: min(2.1vw, 22px);
        top: 8vw;
        left: 42vw;
    }

    .qa .FV-txt2 {
        font-size: min(1.38vw, 15px);
        letter-spacing: 0vw;
        padding: 0 16vw 0 0;
        top: 19vw;
        left: 42vw;
    }

    /*FV end*/

    .point {
        padding: auto;
    }

    .point .ttl {
        padding: 0;
    }

    .point-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .point-item {
        flex: 0 0 calc(50% - 3%);
        margin: 1.5%;
        background-color: #FFF;
        border-radius: 15px;
        height: 0;
        padding: 0 0 calc(50% - 3%) 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .point-item p {
        font-size: min(1.38vw, 15px);
    }

    .point-img2 {
        position: absolute;
        top: 57%;
        left: 57%;
        transform: translate(-35%, -50%);
        width: 75%;
        height: 75%;
    }

    .point-img3 {
        position: absolute;
        top: 57%;
        left: 57%;
        transform: translate(-30%, -50%);
        width: 70%;
        height: 70%;
    }

    .point-img4 {
        position: absolute;
        bottom: 0%;
        right: 0%;
        transform: translate(-30%, -5%);
        width: 70%;
        height: 70%;
    }

    .point-ttl {
        font-size: min(2.9vw, 31px);
    }

    .point-inner {
        padding: 3vw 0 0 0;
    }

    .point-ttl {
        font-size: min(2.6vw, 28px);
        margin: 1vw 0 0 2vw;
    }

    .point-txt2,
    .point-txt3 {
        position: absolute;
        top: 29%;
        left: 6%;
        width: 44%;
    }

    .point-txt4 {
        position: absolute;
        top: 4%;
        left: 52%;
        width: 44%;
    }

    .voice section {
        padding: 2vw 7vw 9vw 7vw;
    }

    .voice-item {
        background-color: #FFF;
        margin: 0;
    }

    .voice-wrapper {
        max-width: 1080px;
        padding: 5vw 0;
        margin: 0 auto;
    }

    .voice-content-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .voice-content {
        margin: 2vw 0;
        border-radius: 0px;
        background-color: transparent;
        display: flex;
        flex-direction: row;
        position: relative;
    }

    .voice-content-l {
        margin: 2vw 0;
        border-radius: 0px;
        background-color: transparent;
        display: flex;
        flex-direction: row-reverse;
        position: relative;
    }

    .fade-left {
        animation-name: fade-left;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

    @keyframes fade-left {
        from {
            opacity: 0;
            transform: translateX(150px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .voice-item {
        width: 74%;
        border-radius: 15px;
        background-color: #FFF;
        padding: 2vw 2.5vw;
        letter-spacing: 0.2vw;
    }

    .voice-ttl {
        font-size: min(1.65vw, 20px);
        padding: 0 0 1vw 0;
    }

    .voice-txt {
        font-size: min(1.38vw, 15px);
        padding: 15px 0 0 0;
    }

    .voice-person,
    .voice-person-l {
        width: 18%;
        max-width: 144px;
        font-size: min(1.38vw, 15px);
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        position: absolute;
        right: 0;
        bottom: 0;
        align-items: center;
    }

    .voice-person-l {
        display: flex;
        left: 0;
        bottom: 0;
        align-items: center;
        padding: 0 calc(min(3%, 25px)) 0 0;
    }

    .voice-person {
        padding: 0 0 0 calc(min(3%, 25px));
    }

    .voice-person img,
    .voice-person-l img {
        width: 90%;
        margin: auto;
        height: auto;
    }

    /*voide end*/
    /*choice*/
    .choice-wrapper {
        width: 80%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 5% 0 0 0;
        background-color: #DDF77C;
    }

    .choice .ttl-txt {
        padding: 0;
    }

    .choice .ttl-img {
        padding: 0;
    }

    .choice-content {
        padding: 5vw 0 5vw 0;
    }

    .choice-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: relative;
        padding: 2vw 0 0 0;
    }

    .choice-q {
        width: 58%;
        color: #0756A7;
        font-size: min(1.57vw, 17px);
        font-weight: bold;
        text-align: center;
        padding: 2vw 0;
        margin: 0 2vw 0 0;
    }

    .choice-q p {
        line-height: 1.8em;
    }

    .choice-arrow {
        position: absolute;
        top: 60%;
        left: 54%;
        width: 6%;
        min-width: 25px;
        margin: 0 auto;
        padding: 0 auto;
        transform: rotate(-45deg);
    }

    .choice-a {
        width: 45%;
        height: auto;
        font-size: min(1.75vw, 19px);
        margin-block: auto;
        text-align: center;
    }

    .choice-a p {
        font-size: min(1.66vw, 18px);
        font-weight: bold;
        text-align: center;
        margin: 0 2vw 0 0;
        line-height: 1.7em;
    }

    #qa {
        background-color: #FDD23E;
}
    
    .qa-wrapper {
        max-width: 1080px;
        width: 100%;
        padding: 4vw 0;
        margin: 0 auto;
    }

    .qa-wrapper .flex-container {
        margin: 0;
        gap: 1vw;
        padding: 1vw 0 0 0;
    }

    .qa-wrapper .item {
        flex: 0 0 calc(25% - 5%);
        padding: 0 0 calc(25% - 5%) 0;
        font-size: min(1.2vw, 13px);
        position: relative;
    }

    .qa-wrapper .q-box>div:nth-child(2) {
        padding: 0;
        width: 94%;
        font-size: min(1.75vw, 18px);
    }

    .qa-wrapper .a-box {
        padding: 1.2vw;
        font-size: min(1.3vw, 14px);
    }

    /*guide*/
    guide-wrapper {
        padding: 5% 0 0 0;
    }

    .guide-link {
        margin: 2vw 2vw 0 2vw;
        flex-wrap: nowrap;
    }

    .guide-link .btn {}

    .guide-link a {
        font-size: min(1.38vw, 15px);
        line-height: 200%;
        height: 200%;
    }


    .guide-item {
        padding: 00;
    }

    .guide-item h4 {
        margin-block-start: 0;
        margin-block-end: 0;
        font-size: min(1.75vw, 19px);
        padding: 0;
        margin: 1vw 0 0.5vw 0;
    }

    .guide-item h5 {
        font-size: min(2vw, 22px);
    }

    .guide-item h5 div {
        font-size: min(1.75vw, 19px);
    }

    .guide-item2-txt {
        font-size: min(2vw, 21px);
        padding: 3vw 5vw;
        margin: 5vw 0;
    }

    .guide-txt-wrapper {
        position: relative;
        margin: 0 0 7vw 0;
    }

    .guide-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 2vw;
    }

    #guide .cell-l {
        font-size: min(1.57vw, 17px);
        flex-basis: 18%;
        padding: 0;
    }

    #guide .cell-r {
        flex-basis: 82%;
        font-size: min(1.57vw, 17px);
        padding: 0;
    }

    #guide .recruit-stop {
        font-size: min(1.57vw, 17px);
        padding: 0;
        margin: 0 0 2vw 0;
    }

    .guide-item2-txt {
        font-size: min(1.9vw, 21px);
        margin: 4vw 0 7vw 0;
        padding: 2vw 0vw;
        width: 100%;
        border-radius: 6px;
    }

    .guide-wrapper {
        padding: 11vw 0 0 0;
        width: 74%;
        max-width: 1080px;
        margin: 0 auto;
    }

    .qa-wrapper .flex-container {
        margin: 2vw auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2vw;
        position: relative;
    }

    .qa-content {
        width: 90%;
        margin: 0 auto;
    }

    .qa-wrapper .a-box p {
        padding: 16% 8% 0% 8%;
        line-height: 1.3em;
        letter-spacing: 0.06em;
    }

    .qa-wrapper .q-box>div:nth-child(1) {
        width: 20%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1vw 0 0 1vw;
    }

    .qa-wrapper .q-box>div:nth-child(2) p {
        padding: 22% 0% 0% 12%;
        line-height: 1.3em;
        letter-spacing: 0.06em;
    }

    .company {
        width: 100%;
        padding: 0;
    }

    .table {
        width: 74%;
        padding: 3vw;
        margin: 3vw 0 1vw 0;
    }

    .accordionbox h4 {}

    .privacy-policy {
        background-color: #FDD23E;
    }

    .privacy-policy .content {
        height: 0;
        margin-bottom: 10px;
        padding: 0 20px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .privacy-policy .content p:first-child {
        font-size: min(1.66vw, 18px);
    }

    .policy-item {
        background-color: #03BDA9;
    }

    .content-inner {
        padding: 4vw 4vw 0;
        position: relative;
    }

    .acco-animated {
        width: 8vw;
        top: 0.9vw;
        right: 7%;
    }

    .policy-item .content .txt p {}

    .policy-item div:first-child {
        text-align: center;
        color: #FDD23E;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: min(3.5vw, 38px);
        font-weight: normal;
    }

    .policy-item>div:nth-child(3)>img {
        width: 70px;
        position: relative;
        left: 80%;
        animation-name: slide;
        animation-delay: 2s;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }

    .policy-item .txt {
        margin: 20px auto;
    }

    .policy-item .underline,
    .bordered .contact .bold {
        text-align: left;
        color: #FED23E;
        margin: 0 0 0.5vw 0;
        text-align: left;
        font-size: min(1.38vw, 15px);
    }

    .bordered .contact .bold {
        position: relative;
        left: -11%;
        top: 3%;
    }

    .policy-item .whitetxt,
    .bordered .contact p:last-child {
        text-align: left;
        font-weight: normal;
        text-align: left;
        color: #FFF;
        margin: 0;
        font-size: min(1.3vw, 14px);
    }

    .bordered {
        border: 1px solid #FED23E;
        border-radius: 10px;
        position: relative;
        left: -23.4%;
        align-items: center;
        margin: 0 0 3vw 0;
    }

    .bordered .contact {}

    .bordered .bold {
        color: #FED23E;
        font-weight: bold;
        font-size: 19px;
        text-align: left;
    }

    .bordered p:last-child {}

    @keyframes slide {
        100% {
            left: 0%;
            opacity: 100;
        }
    }

    .gototop.pc {
        z-index: 9;
        border: none;
        padding: 0;
        cursor: pointer;
        margin: 0;
        opacity: .9;
        background: transparent;
        right: 30px;
        position: fixed;
        bottom: 10px;
    }

    /*guide end*/

    /*qaページ end*/
    footer {
        padding: 0;
        height: 28vw;
        background-color: #B28550;
    }

    .footer-wrapper {
        height: 26vw;
        position: relative;
    }

    .footer-item {
        position: absolute;
        height: 33vw;
        bottom: 0;
    }

    .footer-item2 {
        display: flex;
        position: relative;
        top: 16%;
        left: 10%;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer-item2 .ttl {
        font-size: min(2vw, 22px);
        font-weight: bold;
        line-height: 1.5rem;
        margin: 0vw 0 0 0vw;
    }

    .footer-item2 .txt {
        font-size: min(1.3vw, 14px);
        font-weight: bold;
        margin: 1.2vw 0 0 0;
    }

    .footer-item3 {}

    .footer-item3 .footer-link {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 30%;
        max-width: 450px;
        gap: 1vw 3vw;
        margin: 1.2% 0 0 0;
    }

    .footer-item3 .footer-link .btn {
        margin: 0 min(1.38vw, 15px) 0 0;
        position: relative;
    }

    .footer-item3 .footer-link .btn:nth-child(2) {
        margin: 0 0 0 min(1.6vw, 18px);
    }

    .footer-item3 .footer-link a {
        display: block;
        letter-spacing: 0.2vw;
        font-size: min(1.38vw, 15px);
    }

    .footer-item4 {
        left: 51%;
        width: 20vw;
        bottom: 0;
    }


    .qa .gotoline-pc {
        display: block;
    }

    .qa .gotoline-pc.inactive {
        display: none;
    }


    .qa .gotoline-pc.active {
        position: fixed;
        z-index: 9;
        border: none;
        padding: 0;
        margin: 0;
        right: 18px;
        bottom: 110px;
    }



    .qa .gotoline-pc.active img {
        width: 75px;
    }

    .qa .gotoline-pc.active :hover {
        opacity: .6;
    }

    .qa .gototop.sp {
        position: fixed;
        z-index: 9;
        border: none;
        padding: 0;
        cursor: pointer;
        margin: 0;
        opacity: .9;
        background: transparent;
        right: 32px;
        bottom: 80px;
    }

    .qa .gototop.pc {
        position: fixed;
        z-index: 9;
        border: none;
        padding: 0;
        cursor: pointer;
        margin: 0;
        right: 32px;
        bottom: 10px;
    }
}