@charset "UTF-8";

:root{
    --color-text-body:#333333;
    --color-text-caption:#666666;
    --color-text-link:#20AEE5;
    --color-text-primary:#F6AB00;
    --color-text-warning:#E73278;
    --color-text-white:#FFFFFF;

    --blue: #20AEE5;
    --green: #8FC31F;
    --magenta: #E73278;
    --orange: #F6AB00;

    --primary: #F6AB00;
    --primary-hover: #F9C44D;
    --primary-hover-light: #FEF8EB;
    --secondary: #20AEE5;
    --secondary-hover: #63C6ED;
    --secondary-hover-light: #EDF9FD;
    --secondary-light: #F9FAFB;
    --tertiary: #8FC31F;
    --warning: #E73278;
    --warning-light: #FFF4F8;
    --white: #FFFFFF;

    --border-focus: #265EC5;
    --border-gray: #DDDDDD;
    --border-gray-light: #EEEEEE;

}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--color-text-body);
}

a:active, a:link, a:visited {
    color: var(--color-text-link);
}

a {
    text-decoration: none;
    background-color: transparent;
}

.inquiry_section {
    padding: 40px 80px
}

@media screen and (max-width: 960px) {
    .inquiry_section {
        padding:16px
    }
}

.inquiry_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

@media screen and (max-width: 960px) {
    .inquiry_form {
        gap:24px
    }
}

#jinform_f h2.multicolor_line{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1em;
    color:#424141;
    margin: 0 auto;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#jinform_f h2.multicolor_line::after{
    content: '';
    display: block;
    width:120px;
    height:4px;
    margin:30px auto 0;
    background: url(/images/top/pc_ttl_line.png) no-repeat;
}

@media screen and (max-width: 960px) {
    h2.multicolor_line{
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.1em;
        letter-spacing:-0.05em;
        color:#424141;
        margin: 0 auto;
        position: relative;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
    h2.multicolor_line:after{
        content: '';
        display: block;
        width:60px;
        height:3px;
        margin:20px auto 0;
        background: url(/images/top/pc_ttl_line.png) no-repeat;
        background-size: contain;
    }
}
.inqText {
    text-align: center;
}

.inqDisclaimer-wrapper {
    display: flex;
    flex-direction: column;
    margin: 2px auto 0;
    gap: 3px;
    width: fit-content;
    align-items: flex-start;
}

.inqDisclaimer {
    display: flex;
    gap: 3px;
    -webkit-box-pack: justify;
    color: #6E6E6E;
    justify-content: flex-start;
    line-height: 170%;
    max-width: 1092px;
    font-size: 12px;
}

#InquiryForm button.InquiryButton[type="submit"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 4px;
    max-width: 360px;
    width: 100%;
    height: 52px;
    background: var(--primary);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    font-feature-settings: 'kern' off, 'liga' off;
    color: var(--color-text-body);
    border-style: none;
}

#InquiryForm button.InquiryButton[type="submit"]:hover {
    opacity: .8;
}

.recruit-footer .footer-nav .navFtrInn {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}
.recruit-footer .navFtrInn a:hover {
    text-decoration: underline;
}

.GoHomeButtonRow {
    grid-column: 1 / span 6;
}

@media screen and (max-width: 960px) {
    .GoHomeButtonRow {
        grid-column: 1 / span 3;
    }
}

.GoHomeButtonWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

button.GoHomeButton[type="button"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 4px;
    max-width: 360px;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 12px;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    font-feature-settings: 'kern' off, 'liga' off;
    color: var(--primary);
}

button.GoHomeButton[type="button"]:hover {
    opacity: .8;
    background: var(--primary-hover-light);
}

@media screen and (max-width: 768px) {
    .showSP {
        display: block;
    }
}

img.link_icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    pointer-events: none;
}   
