@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-----------------------------
　変数
-----------------------------*/
:root {
    --main-color: #38C3BC;
    --accent-color: #FFC400;
    --support-color: #363938;
    --default-font-color:#333333;
    --fontfamily01:"Noto Sans JP", sans-serif;
    --fontfamily02: "Inter", sans-serif;
    --occupation01-color:#E2A66A;
    --occupation02-color:#7A9FBD;
    --occupation03-color:#7BC8A4;
    --occupation04-color:#A88DCB;
}

.font-family01{
    font-family: var(--fontfamily01);
}
.font-family02{
    font-family: var(--fontfamily02);
}


/*-----------------------------
　ボタン
-----------------------------*/
.bt-default a {
    width: 256px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    font-weight: 400;
    transition:.3s;
}
.bt-default a::before {
    content: "";
    width: 16px;
    height: 2px;
    background: var(--accent-color);
    display: block;
    margin-right: 8px;
}
.bt-default.bt-bk a {
    background: var(--support-color);
}
.bt-default a:hover {
    letter-spacing: .2em;
    opacity: .8;
}
@media (max-width: 768px) {
    .bt-default a {
        height: 54px;
        width: 200px;
    }
}
@media (max-width: 540px) {
    .bt-default a {
        height: 48px;
        width: 168px;
        font-size: 13px;
    }
}


/*-----------------------------
　見出し
-----------------------------*/
.h-style01 {
    font-size: clamp(16px, 1.4vw, 28px);
    display: flex;
    align-items: center;
    margin-bottom: clamp(24px, 3.2vw, 56px);
}
.h-style01::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid var(--accent-color);
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}
.h-style01 span {
    font-size: clamp(10px, 1vw, 18px);
    font-weight: 400;
    letter-spacing: 0em;
    margin-left: 14px;
    font-family: var(--fontfamily02);
}

.h-style01.vertical {
    writing-mode: tb-rl;
}
.h-style01.vertical span {
    margin-left: 0;
    margin-top: 16px;
}
.h-style01.vertical::before {
    margin-right: 0;
    margin-bottom: 16px;
}

_::-webkit-full-page-media, _:future, :root .h-style01.vertical {
    position:relative;
    left:-8px;
}
@media (max-width: 1530px) {
    .h-style01::before {
        width: 12px;
        height: 12px;
        border: 2px solid var(--accent-color);
        margin-right: 12px;
    }
}
@media (max-width: 991px) {
    .h-style01.recruit-page {
        margin-bottom: 16px;
    }
}
@media (max-width: 540px) {
    .h-style01.vertical::before {
        width: 8px;
        height: 8px;
    }
}


.h-style02 {
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: clamp(24px, 4vw, 100px);
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.h-style02 span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.h-style02::before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: var(--accent-color);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
@media (max-width: 991px) {
    .h-style02 {
        padding-top: 12px;
    }
    .h-style02 span{
        margin-top: 4px;
        font-size: 10px;
    }
    .h-style02::before {
        height: 2px;
        width: 16px;
    }
}


.h-style03 {
    color: #fff;
    text-align: center;
    font-size: 34px;
}
.h-style03 span {
    display: block;
    font-size: 15px;
}

.h-style04 {
    margin-bottom: clamp(16px, 2.4vw, 40px);
    line-height: 1.6em;
}
.h-style04 span {
    display: block;
    width: fit-content;
    color: #fff;
    font-size: clamp(20px, 2.4vw, 48px);
}
@media (max-width: 1530px) {
    .h-style04 span {
        padding: 12px 24px;
    }
}
@media (max-width: 1240px) {
    .h-style04 span {
        padding: 8px 16px;
    }
}
@media (max-width: 991px) {
    .h-style04 span {
        padding: 4px 12px;
    }
}
@media (max-width: 540px) {
    .h-style04 span {
        font-size: 18px;
        padding: 2px 12px;
    }
}

.h-style05 {
    padding-left: 3%;
    line-height: 1.3em;
    position: relative;
    margin-bottom: clamp(16px, 2.5vw, 24px);
    font-size: clamp(16px, 1.5vw, 28px);
}
.h-style05::before {
    content: "";
    display: block;
    width: 8px;
    height: 88%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 540px) {
    .h-style05 {
        padding-left: 16px;
    }
    .h-style05::before {
        width: 5px;
    }
}


.h-style06 {
    position: relative;
    font-size: clamp(16px, 1.5vw, 32px);
    padding: 1.5% 3%;
    margin-bottom: 40px;
    line-height: 1.6em;
}
.h-style06::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 540px) {
    .h-style06 {
        padding: 8px 16px;
    }
}

/*-----------------------------
　コンテンツ幅
-----------------------------*/
.w-style-full {
    max-width: calc(100% - 12%);
    margin: 0 auto!important;
}
.w-style-max {
    max-width: calc(1960px + 12%);
    margin: 0 auto;
    padding: 0 6%!important;
}
.w-style-default,body.grid-bg:not(.page-recruit-recruit_info-index-html):not(.page-recruit-entry-index-html.grid-bg) content {
    max-width: calc(1400px + 12%);
    margin: 0 auto!important;
    padding: 0 6%!important;
}
.w-style-min {
    max-width: calc(1098px + 12%);
    margin: 0 auto!important;
    padding: 0 6%!important;
}


/*-----------------------------
　全体
-----------------------------*/
.grid-bg {
    position: relative;
}
.grid-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/theme/my-17482383656834001de8966/img/common/bg-grid.png) center repeat;
    background-size: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*-----------------------------
　全体
-----------------------------*/
.wh-wrap {
    background: #fff;
    margin-top: clamp(16px, 3vw, 40px)!important;
    margin-bottom: clamp(64px, 8vw, 120px)!important;
    padding-top: clamp(40px, 8vw, 100px)!important;
    padding-bottom: clamp(88px, 8vw, 140px)!important;
}
.wh-wrap > div {
    max-width: calc(900px + 12%);
    margin: 0 auto;
    padding: 0 6%;
}



/*-----------------------------
　全体
-----------------------------*/
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--fontfamily01);
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: var(--default-lineheight);
    color: var(--default-font-color);
    letter-spacing: .1em;
    font-feature-settings: "palt";
    overflow-x: hidden;
    max-width: 2560px;
    margin: 0 auto;
    counter-reset: number 0;
    background: #fff;
}
@media (max-width: 991px) {
    body {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}
p {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.container {
    padding: 0;
    width: 100%;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: none;
    }
}
img {
    width: 100%;
    display: block;
}
ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
a {
    display: inline-block;
    width: fit-content;
    color: var(--default-font-color);
}
a:before, a:after {
    transition: .2s;
}
a:active, a:visited, a:focus, a:hover {
    text-decoration: none !important;
    outline: none;
}
hr {
    margin: 0;
}
content {
    padding-top: 0!important;
    /* overflow: hidden; */
}

header h1 {
    font-size: 1em;
    line-height: 1;
}

.full_width > .full_box {
    max-width: 2560px;
    margin: 0 auto!important;
}

/*-----------------------------
　ナビ再設定
-----------------------------*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.caret {
    display: none;
}

header .dropdown-menu {
    top: calc(100% + 8px);
    border-radius: 6px!important;
    padding: 16px 0px;
    overflow: hidden;
}

header .dropdown-menu > li > a {
    color: #000;
    display: block;
    width: 100%;
}

header .navbox {
    position: relative;
    width: fit-content;
}
.navbar-nav {
    float: none;
    margin: 0;
    margin-right: 0;
}
.navbar-nav > li {
    float: none;
}
header .container>.navbar-collapse {
    margin: 0;
    padding: 0;
}
header .navbar-nav > li > a {
    position: relative;
    color: #fff;
    display: block;
    padding: 0;
    font-weight: 400;
}
header .navbar-nav > li > a:hover {
    color: #fff;
    opacity: .7;
}

footer .navbar-nav > li > a {
    padding: 0;
    position: relative;
    display: block;
    transition: .2s;
    /* margin: 16px 0; */
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: var(--base-color);
    pointer-events: none;
}
header .navbar-nav > li > a:hover {
    background:transparent;
}
header .nav > li > a:hover, header .nav > li > a:focus {
    /* background-color: transparent; */
}
footer .nav > li > a:hover, footer .nav > li > a:focus {
    background-color: transparent;
    color: var(--default-font-color);
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    border-top: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.navbar-header {
    display: none;
}


/*-------------------------------------*/
/*　　　 　　　　ループ　　　　　　　　　*/
/*-------------------------------------*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

.loop-box {
    position: relative;
    display: flex;
    gap: 48px;
    margin-top: 34px;
    margin-bottom: 134px;
    width: 100%;
}

.loop-box > div {
    display: flex;
    animation: infinity-scroll-left 56s infinite linear 0.5s both;
    width: auto;
}

.loop-box .garally_normal {
    display: flex;
    align-items: center;
    gap: 48px;
}

.loop-box .garally_normal .item {
    height: 60px;
    width: max-content;
}

.loop-box .garally_normal .item img {
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1530px) {
    .loop-box {
        gap: 32px;
        margin-top: 12px;
        margin-bottom: 110px;
        margin-bottom: clamp(80px, 15vw, 100px);
    }
    .loop-box .garally_normal {
        gap: 32px;
    }
    .loop-box .garally_normal .item {
        height: 48px;
    }
}
@media (max-width: 768px) {
    .loop-box {
        gap: 24px;
    }
    .loop-box .garally_normal {
        gap: 16px;
    }
    .loop-box .garally_normal .item {
        height: 36px;
    }
}

_::-webkit-full-page-media, _:future, :root .loop-box .garally_normal .item {
    width:120px;
    height:40px;
}
_::-webkit-full-page-media, _:future, :root .loop-box .garally_normal .item img {
    object-fit: contain;

}




/*-------------------------------------*/
/*　　　 　　　　フォーム　　　　　　　　　*/
/*-------------------------------------*/
form[method="post"] .form-group {
    margin-right: 0;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(220 220 220 / 50%);
}

form[method="post"] .form-group:last-child {
    border-bottom: none;
}

.form-horizontal .control-label {
    padding-top: 0;
    text-align: left;
}

.form-horizontal .control-label .attention {
    display: none;
}

.form-group.necessity .control-label {
    position: relative;
}

.form-group.necessity .control-label::after {
    content: "必須";
    position: absolute;
    top: 7px;
    right: 4px;
    font-size: 10px;
    background: var(--r-base-color);
    color: #fff;
    width: 36px;
    height: 18px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .col-sm-9 {
    width: 75%;
    position: relative;
}

.form-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form-group::before,.form-group::after {
    display: none!important;
}

.form-control {
    border-radius: 3px;
    box-shadow: none;
    border: none;
    background: #F6F6F6;
}

.form-control::placeholder {
    color: #D1D1D1;
    font-weight:400;
}

.form-group.necessity.mail .form-inline input {
    width: 100%;
    border: none;
}

.form-group.necessity.mail .form-inline {
    margin-top: 8px;
}

.form-group.berth .form-inline {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.form-group.gender .col-sm-9 {
    display: flex;
    align-items: center;
    gap: 8px;
}

input[type=radio],input[type=checkbox] {
    display: none;
}
input[type=radio] + label,
input[type=checkbox] + label{
    padding-left: 20px;
    position: relative;
    font-weight: 400;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #D7D7D7;
    background: #FAFAFA;
    border-radius: 50%;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: #797979;
    border-radius: 50%;
}

input[type=checkbox] + label[for="form_parts_opt_6208_1"]::before{
    background: var(--occupation01-color);
    opacity:.4
}
input[type=checkbox] + label[for="form_parts_opt_6208_2"]::before{
    background: var(--occupation02-color);
    opacity:.4
}
input[type=checkbox] + label[for="form_parts_opt_6208_3"]::before{
    background: var(--occupation03-color);
    opacity:.4
}
input[type=checkbox] + label[for="form_parts_opt_6208_4"]::before{
    background: var(--occupation04-color);
    opacity:.4
}

input[type=checkbox]:checked + label[for="form_parts_opt_6208_1"]::after{
    background: var(--occupation01-color);
}
input[type=checkbox]:checked + label[for="form_parts_opt_6208_2"]::after{
    background: var(--occupation02-color);
}
input[type=checkbox]:checked + label[for="form_parts_opt_6208_3"]::after{
    background: var(--occupation03-color);
}
input[type=checkbox]:checked + label[for="form_parts_opt_6208_4"]::after{
    background: var(--occupation04-color);
}

.form-group.file .form-control {
    padding: 0;
    border: none;
    background: transparent;
    height: fit-content;
}

/*
.form-group.file .col-sm-9::before {
    content: "履歴書を添付してください。\A郵送の場合は、こちらへ送付してください。\A〒444-0305 愛知県西尾市平坂町奥辰18-1\A採用担当宛";
    display: block;
    white-space: pre;
    line-height: 1.6em;
    margin-bottom: 8px;
    font-size: 14px;
}
*/

.form-group.other .col-sm-9::before {
    content: "採用に関するお問い合わせ事項がございましたら、こちらにご記入ください。";
    display: block;
    line-height: 1.6em;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
}

body.page-contact-index-html .form-group.other .col-sm-9::before {
    content: "事業内容やお見積りに関するお問い合わせ事項がございましたら、こちらにご記入ください。";
}

input#form_senb_bt_90708 {
    width: 278px;
    height: 63px;
    background: #F26552;
    color: #fff;
    border-radius: 40px;
    border-color: #F26552;
    font-size: 20px;
    transition:.2s;
    letter-spacing: .06em;
}

input#form_senb_bt_90708:hover {
    opacity: .7;
}


.mail .form-inline .form-control {
    display: block;
    width: 100%;
}

.mail .form-inline {
    font-size: 14px;
    line-height: 1em;
    margin: 16px 0 0;
    color: #333;
    font-weight: 500;
}

.file .col-sm-9 {
    font-size: 14px;
}

.box-footer p {
    margin-bottom: 24px;
    display: block;
    line-height: 1.6em;
    font-size: 14px;
}

.box-footer p a {
    text-decoration: underline;
}


@media (max-width: 768px) {
    form[method="post"] .form-group {
        flex-wrap: wrap;
    }

    .form-horizontal .control-label {
        width: 100%;
        margin-bottom: 4px;
    }

    form .col-sm-9 {
        width: 100%;
    }

    .form-group.file .col-sm-9::before,.form-group.other .col-sm-9::before {
        font-size: 13px;
        line-height: 1.4em;
    }

    input#form_senb_bt_90708 {
        font-size: 16px;
        max-width: 270px;
        width: 100%;
        height: 48px;
    }

    .form-group.name .form-inline,.form-group.kana .form-inline {
        display: flex;
        justify-content: space-between;
    }

    .form-group.name .form-inline input,.form-group.kana .form-inline input {
        width: 49%;
    }

    .box-footer p {
        font-size: 13px;
    }
}

@media (max-width: 440px) {
    .box-footer p {
        text-align: left;
    }
}

.form_send {
    margin-top: 200px;
    margin-bottom: 130px;
}




/*ーーータイトルの背景が伸びるアニメーションーーー*/
.title_animation span {
    color: transparent;
    display: block;
    position: relative;
    z-index: 2;
    width: fit-content !important;
    overflow: hidden;
    white-space: nowrap;
}
.title_animation {
    color: #4ea2d4!important;
    line-height: 1.6em;
    font-size: clamp(22px, 3vw, 32px);
}
.title_animation span {
    padding: 1.5% 3%;
    margin-bottom: 4px;
}
.title_animation span::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translate3d(-100%, 0px, 0px);
    z-index: -1;
    content: "";
    background: #fff;
}
.title_animation.visible span {
    -webkit-animation: show_ani 1.2s forwards;
    animation: show_ani 1.2s forwards;
    color: #4ea2d4 !important;
}
.recruit-bg .title_animation.visible span {
    -webkit-animation: show_ani02 1.2s forwards;
    animation: show_ani02 1.2s forwards;
}
.title_animation.visible span::before {
    -webkit-animation: intro_ani .8s cubic-bezier(1,0,0,1);
    animation: intro_ani .8s cubic-bezier(1,0,0,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes show_ani {
    30% {
        color: transparent;
    }
    100% {
        color: #fff;
    }
}
@keyframes show_ani02 {
    30% {
        color: transparent;
    }
    100% {
        color: #4EA2D4;
    }
}
@keyframes intro_ani {
    0% {
        -webkit-transform: translate3d(-102%, 0, 0);
        transform: translate3d(-102%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
