.slidein {
    opacity: 0;
    animation-name: slidein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(-20px);
    }
}

.loop_wrap {
    display: flex;
    overflow: hidden;
    width: 100vw
}

.loop_wrap img {
    width: auto;
    min-width: 100%;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}
#company-bg {
    background-image: url(/images/company-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 48vw;
}

.company-title {
    position: absolute;
    left: 20vw;
    bottom: 2.5vw;
}

.company-title img {
    width: 35vw;
}

#company-message {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 150px;
}

.cm-title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #136cbe;
    padding-bottom: 15px;
    font-size: 36px;
    font-weight: 500;
    color: #313131;
}

.cm-text {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 27px;
    color: #484848;
    font-weight: 500;
    line-height: 61px;
    letter-spacing: 0.08em;
}

#greeting-bg {
    width: 100%;
    position: relative;
    left: 0;
    padding-bottom: 150px;
}

.greeting-box {
    width: 65%;
    margin: 0 auto;
}

.greeting-message{
    position: absolute;
    width: 37%;
    background-color: #ffffff;
    padding: 5px;
    top: 9vw;
}

.gm-box {
    border: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.gm-title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #484848;
}

.gm-text {
    font-size: min(0.9vw,18px);
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.3vw;
    letter-spacing: 0.08em;
    color: #484848;
}

.greeting-img {
    width: 50%;
    margin-left: auto;
    text-align: right;
}

.greeting-img img{
    width: 100%;
}

.greeting-text {
    margin-top: 20px;
    text-align: right;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #484848;
}

.text-margin {
    margin-top: 30px;
}

#policy-bg {
    background-image: url(/images/policy-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
}

.policy-box {
    width: fit-content;
    margin: 0 auto;
}

.policy-title {
    width: 35%;
    font-size: 36px;
    background: -webkit-linear-gradient(to right, rgb(255, 255, 255), transparent);
    background: linear-gradient(to right, rgb(255, 255, 255), transparent);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: 500;
    color: #313131;
    letter-spacing: 0.08em;
}

.policy-text {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    color: #313131;
    letter-spacing: 0.08em;
}

#info-bg {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 100px;
}

.info-box {
    width: 65%;
    margin: 0 auto;
}

.info-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #313131;
    letter-spacing: 0.08em;
}

.info-ruby {
    text-align: center;
    font-size: 16px;
    color: #136cbe;
    margin-top: 30px;
    margin-bottom: 60px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.info-flex {
    display: flex;
    border-top: 2px double #ebebeb;
}

.info-text1 {
    width: 25%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #313131;
}

.info-text2 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #313131;
}

.info-img{
    margin-top: 50px;
}

.info-img img{
    width: 100%;
}

#access-bg {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 100px;
}

.access-box {
    width: 65%;
    margin: 0 auto;
}

.access-map{
    margin-top: 30px;
}

.access-text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 36px;
}

#loop-bg {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.loop-img {
    width: 100%;
}
#contact-link-bg {
    background-image: url(/images/contact-link-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 82vw;
}

.contact-link-bt {
    font-size: 27px;
    font-weight: 500;
    width: 50%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: #136cbe;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 9%;
}

.contact-link-bt a{
    color: #ffffff;
}

.contact-link-bt:hover{
    cursor: pointer;
    transform: scale(1.04, 1.04);
}

#contact-tel-bg {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f7f7f7;
    width: 100%;
}

.contact-tel-box{
    width: 40%;
    margin: 0 auto;
    display: flex;
}

.ct-text-box {
    width: 45%;
    text-align: center;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct-text1{
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
}

.ct-text2 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.ct-border {
    width: 50%;
    margin: 0 auto;
    border-bottom: 2px solid #136cbe;
    padding-top: 10px;
}

.ct-text3 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 28px;
}

.ct-link-box {
    width: 60%;
    text-align: center;
    margin-left: 3px;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct-tel-img{
    text-align: center;
}

.ct-tel-img img{
    width: 60%;
}

.ct-link-bt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    width: 270px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: #136cbe;
    margin: 0 auto;
    margin-top: 30px;
}

.ct-link-bt a {
    color: #ffffff;
}

.ct-link-bt:hover{
    cursor: pointer;
    transform: scale(1.05, 1.05);
}
#contact-bg {
    background-image: url(/images/contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 48vw;
}

.contact-title {
    position: absolute;
    left: 15vw;
    bottom: 2vw;
}

.contact-title img {
    width: 43vw;
}

#contact-box {
    width: 65%;
    margin: 0 auto;
    padding-top: 100px;
}

.contact-text1 {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #136cbe;
    padding-bottom: 15px;
    font-size: 36px;
    font-weight: 500;
    color: #313131;
}

.contact-text2 {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 21px;
    font-weight: 500;
    color: #484848;
    line-height: 50px;
    letter-spacing: 0.08em;
}

#contact-form {
    width: 58.5%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-form-box {
    width: 100%;
}

.cf-text {
    font-size: 21px;
    font-weight: 400;
    color: #484848;
    letter-spacing: 0.08em;
}

.contact-form-box span {
    color: #dc3545;
}

.contact-form-flex {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.contact-form-label{
    width: 30%;
}

.contact-form1 select {
    width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form2 input {
    width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form3 textarea {
    width: 500px;
    height: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form4 {
    display: flex;
}

.contact-form4 input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.contact-form4 span{
    color: #000000;
}

.contact-bt {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 100px;
}

.contact-bt input[type="submit"] {
    width: 200px;
    padding: 10px;
    background-color: #0081f0;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.8vw;
    font-weight: bold;
    border: none;
}

.alert-danger {
    color: #dc3545;
}

.confirm-form {
    font-weight: bold;
    font-size: 1vw;
}
#footer {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    left: 0;
}

.footer {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.footer a{
    color: #000000;
    font-weight: 500;
}

.ft-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.ft-logo {
    font-size: 15px;
}

.ft-logo-text img {
    width: 200px;
}

.ft-address {
    margin-top: 45px;
}

.ft-nav {
    display: flex;
}

.ft-nav-link {
    writing-mode: vertical-rl;
    position: relative;
    top: 0;
    margin-left: 55px;
}

.ft-nav-link a{
    font-size: 13px;
}

#copyright {
    padding-top: 50px;
    padding-bottom: 25px;
    color: #484848;
    font-size: 11px;
    text-align: center;
}

#page-top {
    position: absolute;
    right: 2vw;
    top: -1vw;
}
.l-hamburger {
    appearance: none;
    -webkit-transform: translateZ(0);
    display: block;
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    background: none;
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(1,0,0,1);
    background-color: rgba(0,0,0,0.3);
    border-radius: 2px;
}

.hamburger-bar-top,
.hamburger-bar-center {
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    margin-left: -23px;
    margin-top: -7px;
}

.hamburger-bar-top {
    position: absolute;
    width: 50px;
    height: 3px;
    transform: translateY(-7px);
    border-radius: 3px;
    background: #fff;
    background-color: #fff;
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, background-color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.hamburger-bar-center {
    position: absolute;
    width: 50px;
    height: 3px;
    transform: translateY(0);
    border-radius: 3px;
    background: #fff;
    background-color: #fff;
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, background-color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.hamburger-bar-top.active {
    transform: rotate(45deg);
}

.hamburger-bar-center.active {
    transform: rotate(135deg);
}

.l-hamburger .l-hamburger__str.active{
    display: none;
}

.l-hamburger .l-hamburger__str {
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 20px;
    margin-left: -23px;
    overflow: hidden;
}

.l-hamburger .l-hamburger__str:before {
    display: block;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 13px;
    white-space: nowrap;
    content: "Menu";
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.l-hamburger .l-hamburger__str:after {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 50px;
    height: 20px;
    transform: translateY(100%);
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 18px;
    white-space: nowrap;
    content: "Menu";
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.nav {
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.nav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nav-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.nav-container a{
    font-size: 20px;
    color: #f6f5f2;
}

.nav-container p{
    margin-top: 30px;
}
#top-bg{
    width: 100%;
    position: relative;
    left: 0;
}

.main-img img {
    width: 100%;
    vertical-align: top;
}

.main-title {
    position: absolute;
    left: 18%;
    top: -12%;
}

.main-title img {
    width: 223px;
}

#top-news-bg{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
}

.top-news-box {
    width: 45%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.top-news-title {
    width: 15%;
}

.top-news-title p{
    font-size: 17px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 2px solid #136cbe;
}

.top-news-flex {
    display: flex;
    align-items: center;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
}

.top-news-date {
    width: 80px;
    font-size: 12px;
    font-weight: 500;
}

.top-news-tag {
    width: 80px;
    font-size: 10px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px #136cbe;
    text-align: center;
    color: #136cbe;
}

.top-news-content {
    padding-left: 20px;
    width: 500px;
    font-size: 13px;
    font-weight: 500;
}

.top-news-link {
    width: 45%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    padding-top: 15px;
}

.top-news-arrow {
    font-size: 30px;
    font-weight: 700;
    color: #136cbe;
}

.top-news-bt {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
}

.top-news-bt a{
    color: #000000;
}

.top-news-bt:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
}

#strong-banner {
    width: 100%;
}

#strong-banner img {
    width: 100%;
    vertical-align: top;
}

#business-bg {
    background-image: url(/images/business-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 33vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.business-title {
    position: absolute;
    right: 17vw;
    top: 4.2vw;
}

.business-title img{
    width: 30vw;
}

.business-sec {
    width: 43%;
    margin-left: auto;
}

.business-text1 {
    padding-top: 8vw;
    font-size: 31px;
    font-weight: 500;
}

.business-text2 {
    margin-top: 30px;
    font-size: min(0.8vw,12px);
    font-weight: 500;
    line-height: 28px;
}

.business-link {
    margin-top: 30px;
    width: 200px;
    background-color: #136cbe;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.business-link a{
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

.business-link:hover{
    cursor: pointer;
    transform: scale(1.04, 1.04);
}

#recruit-bg {
    background-image: url(/images/recruit-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 47vw;
}

.recruit-title {
    position: absolute;
    left: 9vw;
    bottom: 4vw;
}

.recruit-title img {
    width: 30vw;
}

.recruit-sec{
    width: 28%;
    margin-right: auto;
    text-align: center;
}

.recruit-text1 {
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13vw;
    font-size: 27px;
    font-weight: 500;
}

.recruit-text2 {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.recruit-link {
    width: 160px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #136cbe;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.recruit-link a{
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.recruit-link:hover{
    cursor: pointer;
    transform: scale(1.04, 1.04);
}

#works-bg {
    background-image: url(/images/works-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.works-sec {
    width: 80%;
    margin: 0 auto;
}

.works-text1 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.works-text2 {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.works-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.work-card{
    width: 23%;
}

.work-card-img img{
    width: 100%;
}

.work-card-text1 {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    letter-spacing: 0.08em;
}

.work-card-text2 {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.works-link {
    width: 210px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #136cbe;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.works-link a{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.works-link:hover{
    cursor: pointer;
    transform: scale(1.04, 1.04);
}
#header {
    width: 100%;
    height: 15vw;
    min-height: 200px;
}

.header {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.header a{
    color: #000000;
    font-weight: 500;
}

.hd-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.hd-logo img {
    padding-top: 50px;
}

.hd-logo img{
    width: 200px;
}

.hd-nav {
    display: flex;
}

.hd-nav-link {
    writing-mode: vertical-rl;
    position: relative;
    top: 0;
    margin-left: 55px;
}

.hd-nav-link a{
    font-size: 13px;
}

.hd-nav-link p{
    padding-top: 80px;
}

.hd-nav-link.active a{
    color: #81b1dc;
}

.hd-nav-link.active a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 50px;
    background-color: #81b1dc;
}

.hd-contact-bt {
    width: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    right: 0;
    background-color: #40b9e4;
    z-index: 1;
    margin-top: -50px;
}

.hd-contact-bt a{
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.tategaki {
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
}
#news-bg {
    background-image: url(/images/news-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 48vw;
}

.news-title {
    position: absolute;
    left: 15vw;
    bottom: 3vw;
}

.news-title img {
    width: 55vw;
}

#news-box {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-content{
    width: 70%;
}

.news-item {
    display: flex;
    align-items: center;
    border-bottom: dashed 1px #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.news-date {
    width: 120px;
    font-size: 16px;
    font-weight: 400;
    color: #484848;
}

.news-tag {
    width: 90px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px #136cbe;
    text-align: center;
    color: #136cbe;
}

.news-text {
    padding-left: 20px;
    width: 500px;
    font-size: 16px;
    font-weight: 400;
}

.news-text a{
    color: #484848;
}

.news-archive {
    padding-left: 20px;
    width: 20%;
}

.news-archive-title {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.news-archive-link {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
}

.news-archive-link a{
    color: #000000;
}

.news-main-title {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.news-main-text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 30px;
}
#pp-bg {
    width: 100%;
}

#pp-bg img{
    width: 100%;
    vertical-align:top;
}
#recruitment-bg {
    background-image: url(/images/recruitment-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 48vw;
}

.recruitment-title {
    position: absolute;
    right: 20vw;
    bottom: 1vw;
}

.recruitment-title img {
    width: 43vw;
}

#person-bg {
    background-image: url(/images/service-sec.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.person-img{
    padding-top: 100px;
    width: 65%;
}

.person-img img{
    width: 100%;
}

.person-text {
    position: absolute;
    right: 10vw;
    top: 25vw;
}

.person-text img {
    width: 35vw;
}

#recruit-message {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.rm-title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #136cbe;
    padding-bottom: 15px;
    font-size: 36px;
    font-weight: 500;
    color: #313131;
}

.rm-text {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 27px;
    font-weight: 500;
    color: #484848;
    line-height: 61px;
    letter-spacing: 0.08em;
}

#scenery-bg {
    width: 100%;
    background-color: rgba(231, 240, 248, 0.7);
    padding-top: 50px;
    padding-bottom: 100px;
}

.scenery-title {
    text-align: center;
    font-size: 48px;
    letter-spacing: 0.12em;
    color: #313131;
    font-weight: 500;
}

.scenery-ruby {
    text-align: center;
    font-size: 24px;
    color: #136cbe;
    margin-top: 15px;
    font-weight: 500;
}

.scenery-img {
    width: 65%;
    margin: 0 auto;
    padding-top: 50px;
}

.scenery-img img{
    width: 100%;
}

#requirements-bg {
    width: 65%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
}

.requirements-title {
    text-align: center;
    font-size: 48px;
    letter-spacing: 0.12em;
    color: #313131;
    font-weight: 500;
}

.requirements-ruby {
    text-align: center;
    font-size: 24px;
    color: #136cbe;
    margin-top: 15px;
    font-weight: 500;
}

.requirements-flex{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    padding-top: 60px;
}

.requirements-l {
    width: 20%;
    border-right: 1px solid #000000;
    font-weight: 500;
}

.requirements-text {
    font-size: 18px;
    height: 60px;
    color: #313131;
    padding: 20px;
    padding-right: 0;
}

.requirements-r {
    padding-left: 80px;
    font-weight: 400;
}

#requirements-link {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fbfbfb;
}

.rl-title {
    text-align: center;
    font-size: 48px;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #313131;
}

.rl-ruby {
    text-align: center;
    font-size: 24px;
    color: #136cbe;
    margin-top: 15px;
    font-weight: 500;
}

.rl-box {
    width: 65%;
    margin: 0 auto;
    border: 2px solid #136cbe;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
}

.rl-text {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #313131;
}

.rl-bt {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #136cbe;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: center;
}

.rl-bt a{
    color: #ffffff;
}

.rl-bt:hover {
    cursor: pointer;
    transform: scale(1.04, 1.04);
}
#service-bg {
    background-image: url(/images/service_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 48vw;
}

.service-title {
    position: absolute;
    left: 20vw;
    bottom: 2.5vw;
}

.service-title img {
    width: 45vw;
}

#service-message {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.sm-title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #136cbe;
    padding-bottom: 15px;
    font-size: 36px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #313131;
}

.sm-text {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 27px;
    font-weight: 500;
    color: #484848;
    line-height: 61px;
    letter-spacing: 0.08em;
}

#service-sec-bg {
    background-image: url(/images/service-sec.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.service-content {
    width: 100%;
    display: flex;
    padding-top: 50px;
    padding-bottom: 100px;
}

.sc-img{
    width: 50%;
}

.sc-img img{
    width: 100%;
}

.sc-message{
    width: 50%;
    padding-top: 3.5vw;
}

.sc-title {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.sc-ruby {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    color: #136cbe;
    font-weight: 500;
}

.sc-text {
    font-size: 21px;
    font-weight: 500;
    line-height: 42px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    #company-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cm-title {
        font-size: 3.5vw;
    }

    .cm-text {
        margin-top: 10px;
        font-size: 1.9vw;
        line-height: 15px;
    }

    #greeting-bg {
        padding-bottom: 30px;
    }

    .greeting-box {
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .greeting-message{
        width: 45%;
        top: 8vw;
    }

    .gm-box {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .gm-title {
        font-size: 3vw;
    }

    .gm-text {
        font-size: 1.2vw;
        margin-top: 5px;
        line-height:1.5vw;
    }

    .greeting-text {
        margin-top: 10px;
        font-size: 3vw;
    }

    .text-margin {
        margin-top: 10px;
    }

    #policy-bg {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .policy-title {
        font-size: 3vw;
    }

    .policy-text {
        margin-top: 10px;
        font-size: 1.5vw;
        line-height: 8pt;
    }

    #info-bg {
        padding-top: 30px;
    }

    .info-box {
        width: 80%;
    }

    .info-title {
        font-size: 4vw;
    }

    .info-ruby {
        font-size: 2.5vw;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .info-text1 {
        width: 25%;
        font-size: 2vw;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
    }

    .info-text2 {
        width: 75%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        font-size: 2vw;
    }

    .info-img{
        margin-top: 30px;
    }

    #access-bg {
        padding-top: 30px;
    }

    .access-box {
        width: 80%;
    }

    .access-map{
        margin-top: 10px;
    }

    .access-text {
        margin-top: 10px;
        font-size: 2vw;
        line-height: 14px;
    }

    #loop-bg {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #company-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cm-title {
        width: 40%;
        font-size: 3vw;
    }

    .cm-text {
        width: 80%;
        padding-top: 10px;
        font-size: 1.8vw;
    }

    .cm-text p{
        margin-top: 7px;
    }

    #greeting-bg {
        padding-bottom: 30px;
    }

    .greeting-box {
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .greeting-message{
        width: 45%;
        top: 8vw;
    }

    .gm-box {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 5px;
    }

    .gm-title {
        font-size: 3vw;
    }

    .gm-text {
        font-size: 1.25vw;
        margin-top: 5px;
        line-height: 8pt;
    }

    .greeting-text {
        margin-top: 10px;
        font-size: 3vw;
    }

    .text-margin {
        margin-top: 10px;
    }

    .policy-box {
        width: 80%;
        padding-top: 3vw;
    }

    .policy-title {
        font-size: 3vw;
    }

    .policy-text {
        margin-top: 10px;
        font-size: 1.5vw;
        line-height: 8pt;
    }

    #info-bg {
        padding-top: 30px;
    }

    .info-box {
        width: 80%;
    }

    .info-title {
        font-size: 4vw;
    }

    .info-ruby {
        font-size: 2.5vw;
        margin-top: 10px;
    }

    .info-flex {
        margin-top: 10px;
    }

    .info-text1 {
        width: 25%;
        padding: 0px;
        padding-top: 10px;
        padding-right: 0;
        font-size: 2vw;
    }

    .info-text2 {
        width: 75%;
        padding: 0px;
        padding-top: 10px;
        padding-right: 0;
        font-size: 2vw;
    }

    .info-img{
        margin-top: 30px;
    }

    #access-bg {
        padding-top: 30px;
    }

    .access-box {
        width: 80%;
    }

    .access-map{
        margin-top: 10px;
    }

    .access-text {
        margin-top: 10px;
        font-size: 2vw;
    }

    #loop-bg {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .contact-link-bt {
        font-size: 3vw;
        width: 70%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        bottom: 5%;
    }

    #contact-tel-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-tel-box {
        width: 80%;
    }

    .ct-text-box {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ct-text1{
        font-size: 3vw;
    }

    .ct-text2 {
        margin-top: 2px;
        font-size: 2vw;
    }

    .ct-border {
        padding-top: 5px;
    }

    .ct-text3 {
        margin-top: 10px;
        font-size: 1.7vw;
        line-height: 11px;
    }

    .ct-link-box {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ct-tel-img img{
        width: 65%;
    }

    .ct-link-bt {
        font-size: 1.5vw;
        width: 60%;
        padding: 5px;
        margin: 0 auto;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #contact-tel-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-tel-box {
        width: 80%;
    }

    .ct-text-box {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ct-text1 {
        font-size: 3vw;
    }

    .ct-text2 {
        margin-top: 2px;
        font-size: 2vw;
    }

    .ct-border {
        padding-top: 5px;
    }

    .ct-text3 {
        margin-top: 10px;
        font-size: 1.7vw;
    }

    .ct-link-box {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ct-tel-img img {
        width: 65%;
    }

    .ct-link-bt {
        font-size: 1.5vw;
        width: 60%;
        padding: 5px;
        margin: 0 auto;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .contact-title {
        position: absolute;
        left: 15vw;
        bottom: 2vw;
    }

    .contact-title img {
        width: 43vw;
    }

    #contact-box {
        width: 90%;
        padding-top: 20px;
    }

    .contact-text1 {
        font-size: 4vw;
    }

    .contact-text2 {
        font-size: 1.5vw;
        line-height: 10px;
        margin-top: 10px;
    }

    #contact-form {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cf-text {
        font-size: 2vw;
    }

    .contact-form-flex {
        margin-top: 10px;
    }

    .contact-form-label{
        width: 30%;
        font-size: 2.5vw;
    }

    .contact-form2 input {
        width: 220px;
        padding: 5px;
    }

    .contact-form3 textarea {
        width: 220px;
        height: 200px;
        padding: 5px;
    }

    .contact-form4{
        font-size: 2.5vw;
    }

    .contact-form4 input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .contact-form4 span{
        color: #000000;
    }

    .contact-bt {
        width: 50%;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .contact-bt input[type="submit"] {
        width: 150px;
        padding: 5px;
        font-size: 1.5vw;
    }

    .confirm-form {
        font-weight: bold;
        font-size: 2.5vw;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .contact-title {
        position: absolute;
        left: 15vw;
        bottom: 2vw;
    }

    .contact-title img {
        width: 43vw;
    }

    #contact-box {
        width: 85%;
        padding-top: 20px;
    }

    .contact-text1 {
        font-size: 4vw;
    }

    .contact-text2 {
        font-size: 1.7vw;
        line-height: 1.8em;
        padding-top: 10px;
    }

    #contact-form {
        width: 85%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cf-text {
        font-size: 2vw;
    }

    .contact-form-flex {
        margin-top: 10px;
    }

    .contact-form-label{
        width: 30%;
        font-size: 2.5vw;
    }

    .contact-form2 input {
        width: 220px;
        padding: 5px;
    }

    .contact-form3 textarea {
        width: 220px;
        height: 200px;
        padding: 5px;
    }

    .contact-form4{
        font-size: 2.5vw;
    }

    .contact-form4 input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .contact-form4 span{
        color: #000000;
    }

    .contact-bt {
        width: 50%;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .contact-bt input[type="submit"] {
        width: 150px;
        padding: 5px;
        font-size: 1.5vw;
    }

    .confirm-form {
        font-weight: bold;
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 767px) {
    .ft-box {
        width: 95%;
        padding-top: 20px;
    }

    .ft-logo {
        font-size: 2vw;
    }

    .ft-logo-text img {
        width: 100px;
    }

    .ft-address {
        margin-top: 10px;
    }

    .ft-nav-link {
        position: static;
        padding-top: 10px;
        padding-right: 5vw;
        margin-left: 5px;
    }

    .ft-nav-link a{
        margin: 0px;
        font-size: 2vw;
        padding-right: 20px;
    }

    #copyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #page-top {
        position: absolute;
        right: 2vw;
        top: -3vw;
    }

    #page-top img{
        width: 38px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .ft-box {
        width: 95%;
        padding-top: 20px;
    }

    .ft-logo {
        font-size: 2vw;
    }

    .ft-logo-text img {
        width: 100px;
    }

    .ft-address {
        margin-top: 10px;
    }

    .ft-nav-link {
        position: static;
        padding-top: 10px;
        padding-right: 5vw;
    }

    .ft-nav-link a{
        margin: 0px;
        font-size: 2vw;
        padding-right: 20px;
    }

    #copyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #page-top {
        position: absolute;
        right: 2vw;
        top: -3vw;
    }

    #page-top img{
        width: 38px;
    }
}
#js-hamburger {
    display: none;
}

@media screen and (max-width: 767px) {
    #header{
        display: none;
    }

    #js-hamburger{
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #header {
        display: none;
    }

    #js-hamburger {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .main-title {
        left: 16%;
        top: 5%;
    }

    .main-title img{
        width: 20vw;
    }

    #top-news-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-news-box {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .top-news-title {
        width: 100%;
    }

    .top-news-title p {
        font-size: 3.5vw;
    }

    .top-news-flex {
        width: 80%;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        margin-top: 10px;
    }

    .top-news-date {
        width: 20%;
        font-size: 2vw;
    }

    .top-news-tag {
        width: 20%;
        font-size: 2vw;
        padding: 5px;
    }

    .top-news-content {
        padding-left: 10px;
        width: 58%;
        font-size: 2vw;
    }

    .top-news-link {
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .top-news-arrow {
        font-size: 3.5vw;
    }

    .top-news-bt {
        font-size: 3vw;
    }

    #strong-banner {
        margin-top: 0px;
    }

    .business-title {
        right: 18vw;
    }

    .business-text1 {
        padding-top: 5vw;
        font-size: 2.5vw;
    }

    .business-text2 {
        margin-top: 15px;
        font-size: 0.8vw;
        line-height: 8px;
    }

    .business-link {
        margin-top: 15px;
        width: 80px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .business-link a {
        font-size: 1.5vw;
    }

    .recruit-sec {
        width: 25%;
    }

    .recruit-title {
        left: 14vw;
        bottom: 3vw;
    }

    .recruit-text1 {
        padding-top: 5vw;
        font-size: 3vw;
    }

    .recruit-text2 {
        margin-top: 10px;
        font-size: 2vw;
        line-height: 10px;
    }

    .recruit-link {
        width: 80px;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .recruit-link a {
        font-size: 1.5vw;
    }

    #works-bg {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .works-sec {
        width: 95%;
    }

    .works-text1 {
        font-size: 4vw;
        padding-top: 10px;
    }

    .works-text2 {
        font-size: 2.5vw;
    }

    .works-flex {
        margin-top: 10px;
    }

    .work-card-text1 {
        margin-top: 5px;
        font-size: 1.7vw;
    }

    .work-card-text2 {
        margin-top: 5px;
        font-size: 1.5vw;
    }

    .works-link {
        width: 150px;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .works-link a {
        font-size: 1.5vw;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .main-title {
        left: 16%;
        top: 5%;
    }

    #top-news-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-news-box {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .top-news-title {
        width: 100%;
    }

    .top-news-title p {
        font-size: 3.5vw;
    }

    .top-news-flex {
        width: 80%;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        margin-top: 10px;
    }

    .top-news-date {
        width: 20%;
        font-size: 2vw;
    }

    .top-news-tag {
        width: 20%;
        font-size: 2vw;
        padding: 5px;
    }

    .top-news-content {
        padding-left: 10px;
        width: 58%;
        font-size: 2vw;
    }

    .top-news-link {
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .top-news-arrow {
        font-size: 3.5vw;
    }

    .top-news-bt {
        font-size: 3vw;
    }

    #strong-banner {
        margin-top: 0px;
    }

    .business-title {
        right: 14vw;
    }

    .business-text1 {
        padding-top: 5vw;
        font-size: 2.9vw;
    }

    .business-text2 {
        margin-top: 15px;
        font-size: 0.95vw;
        line-height: 8pt;
    }

    .business-link {
        margin-top: 15px;
        width: 80px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .business-link a {
        font-size: 1.5vw;
    }

    .recruit-sec {
        width: 25%;
    }

    .recruit-title {
        left: 14vw;
        bottom: 3vw;
    }

    .recruit-text1 {
        padding-top: 5vw;
        font-size: 3vw;
    }

    .recruit-text2 {
        margin-top: 10px;
        font-size: 2vw;
    }

    .recruit-link {
        width: 80px;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .recruit-link a {
        font-size: 1.5vw;
    }

    #works-bg {
        height: 50vw;
    }

    .works-sec {
        width: 95%;
    }

    .works-text1 {
        font-size: 4vw;
        padding-top: 10px;
    }

    .works-text2 {
        font-size: 2.5vw;
    }

    .works-flex {
        margin-top: 10px;
    }

    .work-card-text1 {
        margin-top: 5px;
        font-size: 1.7vw;
    }

    .work-card-text2 {
        margin-top: 5px;
        font-size: 1.5vw;
    }

    .works-link {
        width: 150px;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .works-link a {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 767px) {
    #news-box {
        width: 80%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-content{
        width: 70%;
    }

    .news-item {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .news-date {
        width: 15%;
        font-size: 1.3vw;
    }

    .news-tag {
        width: 15%;
        font-size: 1.3vw;
        padding: 1px;
    }

    .news-text {
        padding-left: 10px;
        width: 70%;
        font-size: 1.7vw;
    }

    .news-archive {
        padding-left: 10px;
    }

    .news-archive-title{
        padding-left: 5px;
        font-size: 2vw;
    }

    .news-archive-link {
        padding-left: 5px;
        font-size: 1.8vw;
        padding-top: 10px;
    }

    .news-main-title {
        font-size: 2.5vw;
    }

    .news-main-text {
        font-size: 1.7vw;
        line-height: 8pt;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #news-box {
        width: 80%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-content{
        width: 70%;
    }

    .news-item {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .news-date {
        width: 15%;
        font-size: 1.3vw;
    }

    .news-tag {
        width: 15%;
        font-size: 1.3vw;
        padding: 1px;
    }

    .news-text {
        padding-left: 10px;
        width: 70%;
        font-size: 1.7vw;
    }

    .news-archive {
        padding-left: 10px;
    }

    .news-archive-title{
        padding-left: 5px;
        font-size: 2vw;
    }

    .news-archive-link {
        padding-left: 5px;
        font-size: 1.8vw;
        padding-top: 10px;
    }

    .news-main-title {
        font-size: 2.5vw;
    }

    .news-main-text {
        font-size: 1.7vw;
        line-height: 8pt;
    }
}
@media screen and (max-width: 767px) {
    .person-img{
        padding-top: 30px;
    }

    #recruit-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rm-title {
        font-size: 3.5vw;
    }

    .rm-text {
        margin-top: 10px;
        font-size: 1.9vw;
        line-height: 15px;
    }

    #scenery-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .scenery-title {
        font-size: 4vw;
    }

    .scenery-ruby {
        font-size: 3vw;
        margin-top: 10px;
    }

    .scenery-img {
        width: 80%;
        padding-top: 30px;
    }

    #requirements-bg {
        width: 80%;
        padding-top: 30px;
    }

    .requirements-title {
        text-align: center;
        font-size: 4vw;
    }

    .requirements-ruby {
        font-size: 3vw;
        margin-top: 10px;
    }

    .requirements-flex{
        width: 80%;
        padding-top: 10px;
    }

    .requirements-l {
        width: 20%;
        border-right: 1px solid #000000;
        font-weight: 700;
    }

    .requirements-text{
        font-size: 2vw;
        height: 60px;
        padding: 10px;
        padding-right: 0px;
    }

    .requirements-r {
        padding-left: 10px;
        font-weight: 500;
    }

    #requirements-link {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .rl-title {
        font-size: 4vw;
    }

    .rl-ruby {
        font-size: 3vw;
        margin-top: 10px;
    }

    .rl-box {
        width: 80%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .rl-text {
        font-size: 3vw;
    }

    .rl-bt {
        width: 60%;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 3vw;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .person-img{
        padding-top: 30px;
    }

    #recruit-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rm-title {
        width: 50%;
        font-size: 4vw;
    }

    .rm-text {
        width: 80%;
        padding-top: 10px;
        font-size: 2vw;
    }

    .rm-text p{
        margin-top: 8px;
    }

    #scenery-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .scenery-title {
        font-size: 4vw;
    }

    .scenery-ruby {
        font-size: 3vw;
        margin-top: 10px;
    }

    .scenery-img {
        width: 80%;
        padding-top: 10px;
    }

    #requirements-bg {
        width: 80%;
        padding-top: 30px;
    }

    .requirements-title {
        text-align: center;
        font-size: 4vw;
    }

    .requirements-ruby {
        font-size: 3vw;
        margin-top: 10px;
    }

    .requirements-flex{
        width: 80%;
        padding-top: 10px;
    }

    .requirements-l {
        width: 20%;
        border-right: 1px solid #000000;
        font-weight: 700;
    }

    .requirements-text{
        font-size: 2vw;
        height: 60px;
        padding: 10px;
        padding-right: 0px;
    }

    .requirements-r {
        padding-left: 10px;
        font-weight: 500;
    }
}
@media screen and (max-width: 767px) {
    #service-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sm-title {
        font-size: 3.5vw;
    }

    .sm-text {
        margin-top: 10px;
        font-size: 1.9vw;
        line-height: 15px;
    }

    .service-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sc-message{
        padding-top: 2vw;
    }

    .sc-title {
        font-size: 3vw;
    }

    .sc-ruby {
        margin-top: 5px;
        font-size: 2vw;
    }

    .sc-text {
        margin-top: 5px;
        font-size: 1.5vw;
        line-height: 8pt;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #service-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sm-title {
        text-align: center;
        width: 50%;
        font-size: 4vw;
    }

    .sm-text {
        width: 80%;
        padding-top: 10px;
        font-size: 1.9vw;
        line-height: 13pt;
    }

    .sm-text p{
        margin-top: 0px;
    }

    .service-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sc-message{
        padding-top: 2vw;
    }

    .sc-title {
        font-size: 3vw;
    }

    .sc-ruby {
        margin-top: 5px;
        font-size: 2vw;
    }

    .sc-text {
        margin-top: 5px;
        font-size: 1.5vw;
        line-height: 8pt;
    }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}
