html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
        Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial,
        Verdana, sans-serif;
    /*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

h1 {
    font-size: 0.5em;
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.fl-right {
    float: right;
    margin-right: 20px;
}

.fl-left {
    float: left;
}

#section7 {
    background-image: url(../images/form_bg.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

#ouboform {
    margin: 0 auto;
}

#ouboform p {
    font-size: 14px;
    line-height: 20px;
    margin: 2px;
}

#ouboform {
    margin: 0 auto;
    width: 1000px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
}

#ouboform dl {
    padding: 10px;
    border-bottom: 1px dotted #eee;
    margin: 0 auto;
    width: 450px;
    height: 35px;
    vertical-align: middle;
}

#ouboform dt {
    font-size: 14px;
    display: inline-block;
    text-align: right;
    width: 120px;
    vertical-align: middle;
    padding-top: 3px;
}

#ouboform dd {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.w_kinmu {
    width: 300px;
}

.w_name {
    width: 120px;
}

.w_area {
    width: 120px;
}

.w_birth {
    width: 80px;
}

.w_monthday {
    width: 60px;
}

.w_big {
    width: 250px;
}

.w_youbou {
    width: 250px;
    height: 80px;
}
.nobr {
    display: none;
}
input[type="text"] {
    height: 30px;
    font-size: 14px;
}

input[type="number"] {
    height: 30px;
    font-size: 14px;
}

input[type="tel"] {
    height: 30px;
    font-size: 14px;
}

input[type="email"] {
    height: 30px;
    font-size: 14px;
}

input[type="radio"] {
    height: 20px;
    width: 20px;
    vertical-align: -5px;
}

input[type="checkbox"] {
    height: 20px;
    width: 20px;
    vertical-align: -5px;
}

select {
    height: 37px;
    font-size: 14px;
}

/*for Webkit*/
input::-webkit-input-placeholder {
    color: #cccccc;
}

/*for Firefox*/
input:-moz-placeholder {
    color: #cccccc;
}

/* Webkit */
:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Firefox 18 以前 */
:focus:-moz-placeholder {
    color: transparent;
}
/* Firefox 19 以降 */
:focus::-moz-placeholder {
    color: transparent;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.f-blue {
    color: #014684;
}
.f-weight {
    font-weight: bold;
}
.pb10 {
    padding-bottom: 10px;
}

a {
    color: #696969;
    text-decoration: none;
}
a:hover {
    color: #014684;
    text-decoration: underline;
}

a:hover img.over {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.leftcalam {
    width: 15%;
    font-size: 0.9vw;
    color: #ffffff;
    background: #c90028;
    text-align: center;
    vertical-align: middle;
}

.rightcalam {
    width: 40vw;
    font-size: 0.9vw;
    background: #efefef;
    line-height: 1.1vw;
    padding: 10px;
}

.support_title {
    font-size: 1.8vw;
    text-decoration: underline;
}

.support {
    font-size: 1.3vw;
    line-height: 2vw;
    color: #666666;
    position: absolute;
    top: 25%;
    left: 50%;
    width: 45vw;
}

.youkou {
    margin-top: 60px;
    width: 50vw;
    position: absolute;
    top: 3%;
    left: 45%;
    font-size: 12px;
}

.staffvoice {
    color: #ffffff;
    font-size: 1vw;
    line-height: 1.4vw;
    background: #c90028;
    width: 36vw;
    padding: 15px;
    position: absolute;
    top: 30%;
    left: 18%;
}

.scale img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.medal_text {
    color: #ffffff !important;
}

.page {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page a {
    color: #ffffff;
}

ul.pageSetUL {
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page > ul.pageSetUL li:nth-child(odd) {
    margin-left: 20px;
}

.page > ul.pageSetUL li {
    width: initial;
    min-height: 1rem;
}

.page > ul.pageSetUL li:nth-child(1) a:before {
    position: relative;
    top: 5px;
    left: -3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: " ";
    transform: rotate(-90deg);
    background-color: #000;
    background: url(/contents/pc/images/pagetop.png) no-repeat 0 0;
}

.page > ul.pageSetUL li:nth-child(2) a:after {
    position: relative;
    top: 5px;
    left: 0px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: " ";
    background: url(/contents/pc/images/pagetop.png) no-repeat 0 0;
}

@media screen and (max-width: 1250px) {
    .support_title {
        font-size: 20px;
        text-decoration: underline;
    }

    .support {
        font-size: 16px;
        line-height: 25px;
        color: #666666;
        position: absolute;
        top: 25%;
        left: 600px;
        width: 550px;
    }

    .youkou {
        width: 630px;
        position: absolute;
        top: 20px;
        left: 550px;
    }

    .leftcalam {
        width: 15%;
        font-size: 12px;
        color: #ffffff;
        background: #c90028;
        text-align: center;
        vertical-align: middle;
    }

    .rightcalam {
        width: 450px;
        font-size: 11px;
        background: #efefef;
        line-height: 15px;
        padding: 10px;
    }

    .staffvoice {
        color: #ffffff;
        font-size: 12px;
        line-height: 17px;
        background: #c90028;
        width: 470px;
        padding: 15px;
        position: absolute;
        top: 200px;
        left: 220px;
    }
}

/*202104追記*/

.top_10,
.top_7,
.top_6,
.top_5 {
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px,
        #fff -1px -1px 0px;
}

.txt11 {
    font-size: 11px;
}
.txt12 {
    font-size: 12px;
}
.txt13 {
    font-size: 13px;
}
.txt14 {
    font-size: 14px;
}
.txt15 {
    font-size: 15px;
}
.txt16 {
    font-size: 16px;
}
.txt17 {
    font-size: 17px;
}
.txt18 {
    font-size: 18px;
}
.txt19 {
    font-size: 19px;
}
.txt20 {
    font-size: 20px;
}
.txt21 {
    font-size: 21px;
}
.txt22 {
    font-size: 22px;
}
.txt23 {
    font-size: 23px;
}
.txt24 {
    font-size: 24px;
}
.txt25 {
    font-size: 25px;
}
.txt26 {
    font-size: 26px;
}
.txt27 {
    font-size: 27px;
}
.txt28 {
    font-size: 28px;
}
.txt29 {
    font-size: 29px;
}
.txt30 {
    font-size: 30px;
}
.txt32 {
    font-size: 32px;
}
.txt33 {
    font-size: 33px;
}
.txt34 {
    font-size: 34px;
}
.txt35 {
    font-size: 35px;
}
.txt36 {
    font-size: 36px;
}
.txt38 {
    font-size: 38px;
}
.txt40 {
    font-size: 40px;
}
.txt45 {
    font-size: 45px;
}
.txt50 {
    font-size: 50px;
    line-height: 1.1;
}

.lh1 {
    line-height: 1.1;
}

#section2 ul.justify.clm4 li.lh3 {
    line-height: 1.3;
}

.w800 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.box1000 {
    position: relative;
    display: block;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    /*padding: 0 4%;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fb {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.tC {
    text-align: center;
}

.tL {
    text-align: left;
}

.tR {
    text-align: right;
}

.fp-tableCell,
.fp-section {
    height: auto !important;
}

.fp-section {
    padding-bottom: 120px;
}

.section {
    color: #666;
}

.section img {
    max-width: 100%;
}

.section p {
    line-height: 1.4;
}

.btn_wrap {
    position: absolute;
    bottom: 40px;
    right: 20px;
    margin: auto;
    padding-top: 20px;
}

.txt_blue {
    color: #0163b4;
}

.box1000.ic:before {
    display: block;
    content: "";
    width: 76px;
    height: 64px;
    top: 90px;
    left: 20px;
    margin: auto;
    position: absolute;
    background: url(../images/i_kyusyu.png) 50% 50% no-repeat;
    background-size: 100% auto !important;
    z-index: 9;
}


#section2 .box1000 {
    padding: 80px 0 100px;
    margin-bottom: 100px;
}

#section2 h2 img {
    height: 74px;
    width: auto;
    margin-bottom: 15px;
    padding-right: 15px;
}

#section2 ul.justify.clm4 {
    display: table;
    border-spacing: 10px;

    font-weight: bold;
    margin: 0 auto;
    margin-top: -10px;
}

#section2 ul.justify.clm4 li {
    line-height: 1.6;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    font-size: 24px;
    height: 165px;
    border: 1px solid #666;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px 0;
    color: #666;
    font-family: "heisei-kaku-gothic-std";
}

#section2 ul.justify.clm4 li.bg01 {
    background: #666;
    color: #fff;
}

#section2 ul.justify.clm4 li span {
    display: inline-block;
}

#section2 ul.justify.clm4 li span.txt50 {
    font-size: 60px;
}

#section2 p.txt01 {
    margin: -5px auto 20px;
    padding-left: 14px;
}

#section2 p.txt02 {
    margin: 5px auto 30px;
}

#section2 .img_btm {
    margin: 10px auto 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px 0 228px;
}

#section3 .box1000 {
    padding: 100px 0 100px;
    margin-bottom: 70px;
}

#section3 .box1000.ic:before {
    top: 20px;
    left: 30px;
}

#section3 .box1000.ic:after {
    bottom: 80px;
    left: 28px;
}

#section3 .justify {
    margin: 0 auto 30px;
    width: 800px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section3 .justify .txt_box {
    width: 52%;
}

#section3 .justify .img {
    width: 40%;
}

h2.stit_bo {
    border-top: 5px solid #0c60a6;
    border-bottom: 2px solid #0c60a6;
    margin-bottom: 23px;
    font-size: 32px;
    color: #0c60a6;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 10px;
}

h2.stit_bo span {
    padding-left: 50px;
    display: inline-block;
}

#section3 h2 span {
    background: url(../images/i_shigoto.png) 0 50% no-repeat;
}

#section3 .step {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section3 .step li {
    margin: 20px 10px;
    background: #0c60a6;
    color: #333;
    width: 84px;
    font-size: 22px;
    line-height: 84px;
    color: #fff;
    font-weight: bold;
}

#section3 .txt_btm h4 span {
    background: #fff;
    position: relative;
    display: inline-block;
    line-height: 1.6;
    padding-right: 10px;
}

#section3 .txt_btm h4 {
    position: relative;
    margin: 0 0 10px;
    text-indent: -0.4em;
}

#section3 .txt_btm h4:before {
    display: block;
    content: "";
    width: 80%;
    height: 1px;
    top: 51%;
    left: 0;
    margin: auto;
    position: absolute;
    background: #666;
}

#section3 .txt_btm p {
    line-height: 1.7;
    margin-bottom: 40px;
}

#section4 .box1000 {
    padding: 40px 0 80px;
    margin-bottom: 70px;
}

#section4 .box1000:after {
    display: block;
    content: "";
    width: 143px;
    height: 28px;
    bottom: 70px;
    left: 10px;
    margin: auto;
    position: absolute;
    background: url(../images/txt_out.png) 50% 50% no-repeat;
    z-index: 9;
}

#section4 h2.stit_bo {
    margin-bottom: 10px;
}

#section4 .justify {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section4 .point {
    width: 33%;
}
#section4 .point img {
    margin-bottom: 30px;
}

#section4 .table {
    width: 65%;
}

#section4 h2 span {
    background: url(../images/i_oubo.png) 0 50% no-repeat;
}

#section4 .table p .wakaba {
    float: right;
    display: inline-block;
    background: url(../images/i_wakaba.png) 0 50% no-repeat;
    background-size: 12px auto;
    padding-left: 17px;
    font-size: 14px;
    line-height: 22px;
}

.table table {
    width: 100%;
    margin: 5px 0;
}

.table table th {
    background-color: #0a61a8;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.table table td {
    border: 1px #0a61a8 solid;
    line-height: 1.6;
    font-size: 13px;
    padding: 5px 10px;
    color: #0a61a8;
}

.table table td .w50 {
    width: 47%;
    float: left;
}

.table table td .w50.rbox {
    width: 53%;
    float: right;
}

#section5 .wrap {
    overflow: hidden;
    position: relative;
}

#section5 .merit__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    padding-top: 50px;
    z-index: 2;
}

#section5 .merit__img:before {
    display: block;
    content: "";
    width: 143px;
    height: 28px;
    top: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: url(../images/txt_out.png) left top no-repeat;
}

#section5 .merit__blk {
    /* margin: 5px 0 96px 300px; */
    background: #888;
    color: #fff;
    padding: 30px 15px 30px 18px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#section5 .merit__blk h2 {
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: 28px;
    line-height: 2;
}

#section5 .merit__blk p {
    font-size: 13px;
    margin-bottom: 1.2em;
}

#section5 .merit__blk p.mb20 {
    margin-bottom: 2em;
}

#section5 .box1000 {
    padding: 70px 0 0px;
}

#section6 .box1000.ic:after {
    bottom: 60px;
    left: 0px;
}

#section6 .abs_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

#section6 .box1000 {
    padding: 100px 0 100px;
}

#section6 .msg_box {
    background: #888;
    z-index: 2;
    width: 400px;
    margin-top: 85px;
    color: #fff;
    padding: 30px 20px 32px;
}

#section6 .msg_box h3 span {
    display: inline-block;
    background: url(../images/i_voice.png) 0 50% no-repeat;
    background-size: 38px auto;
    padding-left: 50px;
    line-height: 1.6;
}

#section6 .msg_box h4 {
    margin: 14px 0;
    text-indent: -0.5em;
}

#section6 .msg_box p {
    line-height: 1.9;
}

/* */
