@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */


/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}

*,
::before,
::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}


/* # =================================================================
   # General elements
   # ================================================================= */


/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}


/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b,
strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}


/* Address styling not present in IE 8/9 */

mark {
    background-color: #ff0;
    color: #000;
}


/* https://gist.github.com/unruthless/413930 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* # =================================================================
   # Forms
   # ================================================================= */

input {
    border-radius: 0;
}


/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}


/* Replace pointer cursor in disabled elements */

[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
    /* Firefox 36+ */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}


/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}


/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],

/* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}


/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}


/* Style select like a standard input */

select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}


/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}


/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}


/* # =================================================================
   # Accessibility
   # ================================================================= */


/* Hide content from screens but not screenreaders */

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}


/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
    cursor: progress;
}


/* Specify the pointer cursor of trigger elements */

[aria-controls] {
    cursor: pointer;
}


/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
    cursor: default;
}


/* # =================================================================
   # Selection
   # ================================================================= */


/* Specify text selection background color and omit drop shadow */

::-moz-selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}


/*==================================
common
==================================*/

html {
    font-size: 62.5%;
}

body {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Sawarabi Gothic", sans-serif;
    color: #595757;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.8;
    background: #fff;
}


/* a
----------------------------------*/

a {
    color: inherit;
    text-decoration: inherit;
    color: #e5002d;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #e5002d;
}



/* heading
----------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 500;
    line-height: 1.6;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 4.0rem;
    font-size: 40px;
    line-height: 1;
}

h2 {
    font-size: 3.6rem;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 400;
}

h3 {
    font-size: 3.2rem;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
}

h4 {
    font-size: 2.4rem;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}


/* float
----------------------------------*/

.fL {
    float: left;
}

.fR {
    float: right;
}


/* clearfix
----------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* fade
----------------------------------*/

.fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/* max-width:1020px

/* ----------------------------------
INNER
---------------------------------- */

.inner {
    width: 1000px;
    margin: 0 auto;
}

.inner2 {
    width: 800px;
    margin: 0 auto;
}

.inner3 {
    width: 1040px;
    margin: 0 auto;
}


/* ----------------------------------
HEADER
---------------------------------- */

video {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    z-index: -100;
    background-position: center center;
    background-size: cover;
}

#bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('file:///C|/Users/n-hig/Dropbox (株式会社エージェントマスター)/制作部/退職者バックアップ/秋元裕二 さんのファイル/共有/agentmaster.jp/更新履歴/img/movie.jpg') no-repeat;
}

.top_catch {
    position: relative;
    /*必ず必要*/
    z-index: -1;
    /*必ず必要*/
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: auto;
    text-align: center;
    font-family: "Sawarabi Mincho";
    font-size: 4.8rem;
    color: #fff;
}

.topmovieWrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.header02 {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
    border-bottom: 2px solid #e5002d;
}

header img.logo {
    position: absolute;
    top: 31px;
    left: 32px;
    margin-top: 0%;
}

.hamburger {
    display: none;
}

nav#gNav,
nav#gNav02 {
    position: absolute;
    top: 20px;
    right: 0;
}

nav#gNav ul,
nav#gNav02 ul {
    height: 100px;
    margin: 0 auto;
    padding: 0;
}

nav#gNav ul li {
    width: 121px;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
    border-right: #fff 1px solid;
}

nav#gNav02 ul li {
    width: 121px;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
    border-right: #595757 1px solid;
}

nav#gNav ul li:last-child,
nav#gNav02 ul li:last-child {
    padding: 0;
    border: none;
}

nav#gNav ul li span,
nav#gNav02 ul li span {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.03rem;
}

nav#gNav ul li em,
nav#gNav02 ul li em {
    display: block;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 100;
    margin-top: 2px;
}

nav#gNav ul li a {
    display: block;
    text-decoration: none;
    opacity: 1.0;
    color: #fff;
}

nav#gNav02 ul li a {
    display: block;
    text-decoration: none;
    opacity: 1.0;
    color: #595757;
}

nav#gNav ul li a:hover,
nav#gNav ul li.active a,
nav#gNav02 ul li a:hover,
nav#gNav02 ul li.active a {
    color: #e5002d;
}


/* ----------------------------------
BREADCRUM
---------------------------------- */

#breadcrumb-wrap {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    padding: 10px 0 10px 0;
    background: #eeeeee;
}

.breadcrumb {
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 1.4rem;
}

.breadcrumb li a {
    padding-top: 3px;
    padding-right: 0px;
    text-decoration: underline;
    position: relative;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li+li:before {
    content: ">";
    margin-right: 15px;
    font-size: 100%;
}


/* ----------------------------------
INDEX
---------------------------------- */

.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

	/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc { display: block !important; margin: 0 auto;}
	.sp { display: none !important; width: 100%; margin: 0 auto;}
	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
	@media only screen and (max-width: 750px) {
	.pc { display: none !important; margin: 0 auto;}
	.sp { display: block !important; width: 100%; margin: 0 auto;}
	}

.servis-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1000px;
    background-image: url(../img/top_servis_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-servisBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    overflow: hidden;
    background-color: rgba(0, 102, 204, 0.6);
}

.servis-area h1 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 500;
}

.servis-area h1 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.servis-area p {
    margin-bottom: 40px;
    color: #fff;
    font-size: 2.0rem;
}

.servis-area .more {
    float: right;
}

.servis-area img {
    position: absolute;
    bottom: -62px;
    left: -60px;
}

.company-area {
    position: relative;
}

.top-companyBox {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 40px 0;
    width: 100%;
    height: 50%;
    background-color: rgba(250, 250, 250, 0.9);
}

.top-companyBox .company-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 24px;
}

.company-area h1 {
    margin-bottom: 24px;
    color: #e5002d;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}

.company-area h1 span.br {
    display: block;
}

.company-area p {
    margin: 0 0 16px 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.company-area .more {
    float: right;
}

.recruit-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1000px;
    background-image: url(../img/top_recruit_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.recruit-wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-recruitBox {
    padding: 40px;
    overflow: hidden;
    background-color: rgba(0, 153, 153, 0.6);
}

.recruit-area h1 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 500;
}

.recruit-area h1 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.recruit-area p {
    margin-bottom: 40px;
    color: #fff;
    font-size: 2.0rem;
}

.recruit-area .more {
    float: right;
}

.recruit-area .img-area {
    position: absolute;
    top: -98px;
    right: -60px;
}

.access-area {
    position: relative;
    width: 100%;
    padding: 80px 0 0 0;
}

.access-area h1 {
    margin-bottom: 40px;
    font-size: 3.4rem;
    font-weight: 500;
}

.access-area h1 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.access-area h2 {
    margin-bottom: 8px;
    color: #e5002d;
    font-size: 2.2rem;
    font-weight: 600;
}

.access-area h2 span {
    margin-left: 16px;
    font-size: 1.8rem;
    font-weight: normal;
}

.access-area p {
    margin-bottom: 40px;
    font-size: 1.6rem;
}

.access-area p span {
    display: inline-block;
}

.access-area .img-area {
    float: right;
    text-align: right;
    margin-bottom: -20px;
    margin-right: 0;
}

.top-map {
    position: relative;
    text-align: center;
}

.top-map:last-child {
    position: relative;
    text-align: center;
}

.top-map img {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    top: -32px;
}


.contact-area {
    position: relative;
    width: 100%;
    padding: 40px 0 80px 0;
}

.contact-area h1 {
    margin-bottom: 40px;
    font-size: 3.4rem;
    font-weight: 500;
}

.contact-area h1 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.top-contactBox {
    padding: 40px;
    border: #ccc 1px solid;
}

.top-contactBox p.uline {
    display: inline-block;
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: #999 1px solid;
}

.top-contactBox ul {
    margin-bottom: 40px;
}

.top-contactBox ul:last-child {
    margin-bottom: 0;
}

.top-contactBox ul li {
    display: inline-block;
    margin-right: 40px;
    font-size: 2.0rem;
}

.top-contactBox img.telicon {
    display: none;
}

.contact-area .img-area {
    display: block;
    text-align: right;
    margin-top: -48px;
    margin-right: -60px;
}

.parallax-hero {
    min-height: 410px;
    background: transparent;
}

.palax-1000 {
    height: 1000px;
    background: transparent;
}

.parallax-slider {
    top: 0;
    left: 0;
}


/* 202208 お知らせメッセージ */
/* 202212冬期休業に関するコメント*/
.closed-news {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.closed-news h1 {
    margin-bottom: 40px;
    color: #e5002d;
    font-size: 3.0rem;
    font-weight: 500;
}

.closed-news h1 span {
    margin-left: 16px;
    color: #e5002d;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.closed-news h2 {
    margin-bottom: 8px;
    color: #e5002d;
    font-size: 2.6rem;
    font-weight: 550;
}

.closed-news h2 span {
    margin-left: 16px;
    color: #e5002d;
    font-size: 1.3rem;
    font-weight: normal;
}
/* 202208 お知らせメッセージ */

/* ----------------------------------
SUB PAGE
---------------------------------- */


/* subpage topimage area */

.servisWrap {
    height: 670px;
    background-image: url(../img/service_top.jpg);
    background-position: top center;
    background-size: cover;
}

.companyWrap {
    height: 670px;
    background-image: url(../img/company_top.jpg);
    background-position: top center;
    background-size: cover;
}

.recruitWrap {
    height: 670px;
    background-image: url(../img/recruit_top.jpg);
    background-position: top center;
    background-size: cover;
}

.page_heading {
    z-index: 1;
}

.contBox {
    margin-bottom: 40px;
}



/* Service PAGE */

.servisBox_top {
    position: absolute;
    top: 234px;
    margin: 0 auto;
}

.servisBox_top .page_heading {
    position: absolute;
    left: -20px;
    top: -20px;
}

.servisBox_top .imgWrap {
    width: 1000px;
}

.servisBox_top .imgWrap img {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.servis-cont {}

.servis-cont h2 {
    margin: 0 0 40px 0;
    font-size: 3.4rem;
    font-weight: 500;
}

.servis-cont p {
    font-size: 2.0rem;
}

.servis-cont img.areaimg {
    display: block;
    margin: 100px auto;
}

.servis-cont img.sv-img01 {
    display: block;
    margin: 0 auto;
    padding: 72px 0 246px 0;
}

.servis-cont img.sv-img02 {
    display: block;
    margin: 0 auto;
    padding: 72px 0 0 0;
}

.servis-cont .block_1 {
    width: 100%;
    padding: 30px 24px;
    border: 1px solid #c9caca;
}

.servis-cont .block_2 {
    width: 100%;
}

.servis-cont .block_2 ul {
    display: flex;
}

.servis-cont .block_2 ul li {
    width: calc(100% / 2);
    margin-right: 30px;
    padding: 30px 24px;
    list-style: none;
    border: 1px solid #c9caca;
}

.servis-cont .block_2 ul li:last-child {
    margin-right: 0;
}

.servis-cont .block_2 ul li h3,
.servis-cont .block_1 h3 {
    margin-bottom: 16px;
    display: inline-block;
    font-size: 2.0rem;
    border-bottom: 1px solid #231815;
}

.servis-cont .block_2 ul li p,
.servis-cont .block_1 p {
    font-size: 1.6rem;
}

.servis-subarea01 {
    position: relative;
    padding: 230px 0 80px 0;
    background-image: url(../img/service_subarea01_bg.jpg);
    background-position: top center;
    background-size: cover;
}

.servis-subarea02 {
    position: relative;
    padding: 230px 0 80px 0;
    background-image: url(../img/service_subarea02_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-color: #f2f2f3;
}

.servis-subarea03 {
    position: relative;
    padding: 230px 0 80px 0;
    /*202207_繁盛マスター一時コメントアウト 5→4に一時変更
    background-image: url(../img/service_subarea05_bg.jpg);
    */
    background-image: url(../img/service_subarea04_bg.jpg);
    background-position: top center;
    /*202207_繁盛マスター一時コメントアウト 4→3に一時変更
    background-size: cover;
    */
    background-size: cover;
    background-color: #f2f2f3;
}

.servis-subarea04 {
    position: relative;
    padding: 230px 0 80px 0;
    /*202207_繁盛マスター一時コメントアウト 4→3に一時変更
    background-image: url(../img/service_subarea04_bg.jpg);
    */
    background-image: url(../img/service_subarea03_bg.jpg);
    background-position: top center;
    /*202207_繁盛マスター一時コメントアウト 4→3に一時変更
    background-size: cover;
    background-color: #f2f2f3;
    */
    background-size: cover;
}

/*↓20220117_繁盛マスター追記のため修正*/
/*202207_繁盛マスター一時コメントアウト
.servis-subarea05 {
    position: relative;
    padding: 230px 0 80px 0;
    background-image: url(../img/service_subarea03_bg.jpg);
    background-position: top center;
    background-size: cover;
}
*/

/* Company PAGE */

.companyBox_top {
    position: absolute;
    top: 250px;
    margin: 0 auto;
}

.companyBox_top .page_heading {
    position: absolute;
    left: -20px;
    top: -30px;
}

.companyBox_top .imgWrap {
    width: 1000px;
}

.companyBox_top .imgWrap img {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.company-cont {}

.company-cont h2 {
    margin: 0 0 40px 0;
    font-size: 3.4rem;
    font-weight: 500;
}

.company-cont h2 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.company-cont p {
    margin: 16px 0 40px 0;
    font-size: 2.0rem;
}

.company-cont p:last-child {
    margin: 16px 0 0 0;
}

.company-cont p.sign {
	text-align: right;
}
.company-cont p.sign img {
	width: 200px;
}

.company-subarea01 {
    position: relative;
    padding: 80px 0;
}

.company-subarea02 {
    position: relative;
    padding: 80px 0;
    background: #f2f2f3;
}


/* Recruit PAGE */

.recruitBox_top {
    position: absolute;
    top: 220px;
    margin: 0 auto;
}

.recruitBox_top .page_heading {
    position: absolute;
    left: -20px;
    top: 14px;
}

.recruitBox_top .imgWrap {
    width: 1000px;
}

.recruitBox_top .imgWrap img {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.recruit-cont {}

.recruit-cont h2 {
    margin: 0 0 40px 0;
    font-size: 3.4rem;
    font-weight: 500;
}

.recruit-cont h2 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.recruit-cont h3 {
    margin: 0 0 16px 0;
    font-size: 2.4rem;
    font-weight: 500;
    color: #e5002d;
    border-left: 10px solid #e5002d;
    text-indent: 10px;
}

.recruit-cont p {
    margin: 16px 0 40px 0;
    font-size: 2.0rem;
}

.recruit-cont p:last-child {
    margin: 16px 0 0 0;
}

.recruit-cont span.t-space {
    display: block;
    margin: 16px 0 0 0;
    font-size: 1.6rem;
}

.recruit-subarea01 {
    position: relative;
    padding: 80px 0;
}

/*202207_システムエンジニア募集削除
.recruit-subarea02 {
    position: relative;
    padding: 0 0 80px 0;
}
*/

.recruit-subarea03 {
    position: relative;
    padding: 80px 0;
    background-color: #f2f2f3;
}


/* Contact PAGE */

.contact-cont {}

.contact-cont h1 {
    margin: 0 0 40px 0;
    font-size: 3.4rem;
    font-weight: 500;
}

.contact-cont h1 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.contact-cont ul {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

.contact-cont ul li {
    width: 100%;
    margin-bottom: 30px;
    list-style: none;
}

.contact-cont ul li:last-child {
    margin-bottom: 0;
}

.contact-cont .agree {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 36px;
}

.contact-cont .agree p {
    font-size: 2.0rem;
}

.contact-cont h2 {
    margin: 0 0 16px 0;
    font-size: 2.4rem;
    font-weight: 500;
}

.contact-cont p {
    margin: 16px 0 40px 0;
    font-size: 2.0rem;
}

.contact-cont p:last-child {
    margin: 16px 0 0 0;
}

.contact-cont .pp-area {
    width: 100%;
    height: 210px;
    overflow: auto;
    padding: 24px;
    border: 1px solid #c9caca;
}

.contact-cont .pp-area p {
    margin: 0 0 16px 0;
    font-size: 1.4rem;
}

.contact-cont .pp-area p:last-child {
    margin: 0;
    font-size: 1.4rem;
}

.select-wrap {
    position: relative;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 16px;
    top: 10px;
    content: "▼";
    font-size: 1.4rem;
    color: #7F878C;
    pointer-events: none;
}

select {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    padding: 0px 16px;
    border: #dcdddd 1px solid;
    border-radius: 4px;
    background: #eee;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input {
    margin: 0;
    padding: 0px 16px;
    background: #efefef;
    width: 100%;
    height: 42px;
    border: #dcdddd 1px solid;
    border-radius: 4px;
}

textarea {
    vertical-align: top;
    margin: 0;
    /**/
    padding: 20px 15px;
    /**/
    background: #efefef;
    width: 100%;
    height: 290px;
    font-size: 16px;
    border: #dcdddd 1px solid;
    border-radius: 4px;
}

::-webkit-input-placeholder {
    line-height: 1;
    letter-spacing: 0.2em;
}

.formbutton {
    margin: 0 auto;
    text-align: center;
}

.formbutton input:hover {
    background: #e5002d;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    text-align: center;
    width: 250px;
    padding: 8px;
    background: #666;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    cursor: pointer;
}

input[type="checkbox"] {
    position: relative;
    top: 14px;
    width: 15px;
}


/* Plivacy-Policy PAGE */

.policy-cont {}

.policy-cont h1 {
    margin: 0 0 40px 0;
    font-size: 3.4rem;
    font-weight: 500;
}

.policy-cont h1 span {
    margin-left: 16px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}

.policy-cont p {
    margin: 16px 0 40px 0;
    font-size: 2.0rem;
}

.policy-cont p:last-child {
    margin: 16px 0 0 0;
}

.subarea01 {
    position: relative;
    padding: 80px 0;
}


/* BOTTON */

a.more_btn01 {
    width: 210px;
    margin: 0 auto;
    padding: 8px;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #e5002d;
}

a.more_btn02 {
    width: 210px;
    margin: 0 auto;
    padding: 11px;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: url(../img/more_arrow.png) no-repeat right 16px top 20px;
    border: 2px solid #fff;
}

.pcon {
    display: block;
}

.smpon {
    display: none;
}


/* ----------------------------------
FOOTER
---------------------------------- */

footer {
    padding: 80px 0 40px 0;
    background: #dcdddd;
    overflow: hidden;
}

.footer_l {
    width: 200px;
    float: left;
}

.footer_r {
    float: right;
}

footer #fNav {
    overflow: hidden;
}

footer #fNav .fNav_menu h2 {
    margin: 0 0 4px 0;
    padding: 0 30px;
    display: block;
    color: #e5002d;
    font-size: 1.6rem;
    font-weight: 500;
}

footer #fNav .fNav_menu {
    float: left;
    height: 120px;
    border-left: #aaa 1px solid;
    line-height: 1.6;
}

footer #fNav ul.fNav_list {
    position: relative;
    overflow: hidden;
}

footer #fNav ul.fNav_list li,
footer #fNav ul.fNav_list02 li {
    padding: 0 30px;
    font-size: 1.4rem;
    color: #666;
}

/*↓20220117_繁盛マスター追記のため修正*/
footer #fNav ul.fNav_list li,
footer #fNav ul.fNav_list02 li {
    padding: 0 23px;
}

footer #fNav ul.fNav_list02 li {
    list-style: none;
    padding-right: 0;
}

footer #fNav ul li a {
    color: #666;
}

footer .copyright {
    clear: both;
    padding-top: 53px;
    text-align: center;
    font-size: 1.2rem;
}


/* ----------------------------------
LINE
---------------------------------- */

.lines {
    border-bottom: #ccc 1px solid;
}


/* ----------------------------------
PAGETOP
---------------------------------- */

.page-top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    line-height: 1.2;
    margin-bottom: 0;
    opacity: 0.9;
}



/* ----------------------------------
BUTTON
---------------------------------- */

.btn-more {
    display: block;
    margin: 32px 75px;
    padding: 6px;
    border: #ffffff 2px solid;
    font-weight: 700;
    color: #fff;
}

.btn-more:hover {
    background-color: #fff;
    color: #333;
}

.btn-more::before,
.btn-more::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btn-more,
.btn-more::before,
.btn-more::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* ----------------------------------
TABLE
---------------------------------- */

table {
    width: 100%;
    border-collapse: collapse;
}

th.t_bot {
    border: none;
}

th {
    width: 140px;
    border-bottom: #c9caca 1px solid;
    text-align: left;
    padding: 24px 12px;
    font-weight: 500;
    font-size: 1.6rem;
    vertical-align: top;
}

td.t_bot {
    border: none;
}

td {
    border-bottom: #ccc 1px solid;
    text-align: left;
    padding: 24px 0;
}


/* ----------------------------------
OTHER
---------------------------------- */

.CEN {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.F90 {
    font-size: 90%;
}

.img-cen {
    display: block;
    margin: auto;
}

.emphasis {
    font-weight: 700;
}

.dt-none {
    display: none;
}

.mt56 {
    margin-top: 56px;
}

.mt72 {
    margin-top: 72px;
}

.mt246 {
    margin-top: 246px;
}


/* max-width:640px
-------------------------------------------------- */

@media only screen and (max-width: 640px) {
    body {
        width: 100%;
    }
    .pcon {
        display: none;
    }
    .smpon {
        display: inline-block;
    }
    .inner {
        width: 90%;
        margin: 0 auto;
    }
    .inner2 {
        width: 90%;
        margin: 0 auto;
    }
    .inner3 {
        width: 100%;
        margin: 0 auto;
    }

    header {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    video {
        display: none;
    }
    .topmovieWrap {
        width: 100%;
        height: 100vh;
        background-image: url(../img/movie_smp.jpg);
        background-position: top center;
        background-size: cover;
    }
    header img.logo {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto;
        left: 0;
    }

    /*----------ハンバーガーアイコン----------*/
    .hamburger,
    .hamburger02 {
        position: absolute;
        display: block;
        width: 32px;
        height: 20px;
        z-index: 99999;
        right: 28px;
        top: 28px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .hamburger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin: 0 auto;
    }
    .hamburger02 span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #595757;
        margin: 0 auto;
    }

    .hamburger span:nth-of-type(1),
    .hamburger02 span:nth-of-type(1) {
        top: 0;
    }
    .hamburger span:nth-of-type(2),
    .hamburger02 span:nth-of-type(2) {
        top: 9px;
    }
    .hamburger span:nth-of-type(3),
    .hamburger02 span:nth-of-type(3) {
        bottom: 0;
    }
    .hamburger span:nth-of-type(1),
    .hamburger02 span:nth-of-type(1) {
        -webkit-animation: menu-ber01 .75s forwards;
        animation: menu-ber01 .75s forwards;
    }
    .hamburger span:nth-of-type(2),
    .hamburger02 span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }
    .hamburger span:nth-of-type(3),
    .hamburger02 span:nth-of-type(3) {
        -webkit-animation: menu-ber02 .75s forwards;
        animation: menu-ber02 .75s forwards;
    }

    .active span:nth-of-type(1) {
        -webkit-animation: active-menu-ber01 .75s forwards;
        animation: active-menu-ber01 .75s forwards;
        background-color: #fff;
    }
    .active span:nth-of-type(2) {
        opacity: 0;
    }
    .active span:nth-of-type(3) {
        -webkit-animation: active-menu-ber03 .75s forwards;
        animation: active-menu-ber03 .75s forwards;
        background-color: #fff;
    }
    @-webkit-keyframes menu-ber01 {
        0% {
            -webkit-transform: translateY(8px) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-ber01 {
        0% {
            transform: translateY(8px) rotate(45deg);
        }
        50% {
            transform: translateY(8px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }

    @-webkit-keyframes menu-ber02 {
        0% {
            -webkit-transform: translateY(-8px) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(-8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-ber02 {
        0% {
            transform: translateY(-8px) rotate(-45deg);
        }
        50% {
            transform: translateY(-8px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }

    @-webkit-keyframes active-menu-ber01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-ber01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(10px) rotate(0);
        }
        100% {
            transform: translateY(10px) rotate(45deg);
        }
    }

    @-webkit-keyframes active-menu-ber03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(-8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(-8px) rotate(-45deg);
        }
    }

    @keyframes active-menu-ber03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-8px) rotate(0);
        }
        100% {
            transform: translateY(-8px) rotate(-45deg);
        }
    }

    /*----------ナビゲーション----------*/
    #navigation {
        position: fixed;
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99998;
    }
    #navigation .navigation_inner {
        display: table;
        width: 100%;
        height: 100%;
    }
    #navigation .navigation_inner .navigation_menu {
        display: table-cell;
        vertical-align: middle;
    }


    nav#gNav,
    nav#gNav02 {
        position: relative;
        margin-top: 80px;
    }
    nav#gNav ul,
    nav#gNav02 ul {
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    nav#gNav ul li,
    nav#gNav02 ul li {
        width: 100%;
        display: inline-block;
        margin-bottom: 24px;
        text-align: center;
        font-size: 2.8rem;
        letter-spacing: 0.03rem;
        font-weight: bold;
        border-right: none;
    }
    nav#gNav ul li span,
    nav#gNav02 ul li span {
        display: block;
        margin: 0;
        padding: 0;
        font-weight: normal;
        letter-spacing: 0.03rem;
        color: #fff;
    }
    nav#gNav ul li em,
    nav#gNav02 ul li em {
        display: block;
        font-size: 1.8rem;
        font-style: normal;
        margin-top: 2px;
        color: #999
    }
    nav#gNav ul li a,
    nav#gNav02 ul li a {
        display: block;
        text-decoration: none;
        color: #333;
        opacity: 1.0;
    }
    nav#gNav ul li a:hover,
    nav#gNav ul li.active a,
    nav#gNav02 ul li a:hover,
    nav#gNav02 ul li.active a {
        color: #e5002d;
    }


    .page-top {
        display: none;
        position: relative;
        text-align: center;
        right: 0;
        bottom: 0;
        z-index: 99;
        margin-bottom: 0;
        padding-bottom: 40px;
        opacity: 0.9;
    }
    .bg_gray {
        background: #f2f2f3;
    }

    /* ----------------------------------
	INDEX
	---------------------------------- */
    .container {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .top-servisBox {
        width: 100%;
        margin-top: auto;
        padding: 40px 24px;
    }
    .servis-area {
        position: relative;
        width: 100%;
        height: 50%;
        padding: 30% 0;
    }
    .servis-area h1 {
        margin-bottom: 16px;
        color: #fff;
        font-size: 2.4rem;
    }
    .servis-area h1 span {
        margin-left: 16px;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }
    .servis-area p {
        margin-bottom: 40px;
        color: #fff;
        font-size: 1.6rem;
    }
    .servis-area .more {
        float: none;
        text-align: center;
    }
    .servis-area img {
        bottom: -72px;
        left: -60px;
    }

    .company-area {
        position: relative;
    }
    .top-companyBox {
        height: 72%;
    }
    .top-companyBox .company-inner {
        width: 100%;
        padding: 40px 16px;
    }
    .company-area h1 {
        padding-bottom: 10%;
        color: #e5002d;
        font-size: 2.0rem;
        text-align: center;
        line-height: 1.8;
    }
    .company-area h1 span.br {
        display: inline;
    }
    .company-area p {
        margin: 0 0 8px 0;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .company-area p:last-child {
        margin: 0 0 10% 0;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .company-area .more {
        float: none;
        position: relative;
    }

    .top-recruitBox {
        padding: 40px 24px;
    }
    .recruit-area {
        position: relative;
        width: 100%;
        height: 50%;
        padding: 30% 0;
    }
    .recruit-area h1 {
        margin-bottom: 16px;
        color: #fff;
        font-size: 2.4rem;
    }
    .recruit-area h1 span {
        margin-left: 16px;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }
    .recruit-area p {
        margin-bottom: 40px;
        color: #fff;
        font-size: 1.6rem;
    }
    .recruit-area .more {
        float: none;
        text-align: center;
    }
    .recruit-area .img-area {
        right: -10%;
        top: -20%;
    }


    .access-area {
        position: relative;
        width: 100%;
        padding: 40px 0;
    }
    .access-area h1 {
        clear: both;
        margin-bottom: 24px;
        font-size: 2.4rem;
    }
    .access-area h1 span {
        margin-left: 16px;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }
    .access-area h2 {
        clear: both;
        margin-bottom: 16px;
        color: #e5002d;
        font-size: 1.8rem;
    }
    .access-area p span {
        display: block;
    }
    .access-area .img-area {
        float: right;
    }
    .top-map {
        width: 100%;
        position: relative;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .contact-area {
        position: relative;
        width: 100%;
        padding: 0 0 80px 0;
        text-align: center;
    }
    .contact-area h1 {
        margin-bottom: 40px;
        font-size: 2.4rem;
    }
    .contact-area h1 span {
        margin-left: 16px;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }
    .top-contactBox {
        padding: 24px;
        border: #ccc 1px solid;
    }
    .top-contactBox p.uline {
        display: inline-block;
        margin: 0 0 16px 0;
        padding: 0;
        font-size: 1.8rem;
        border-bottom: #999 1px solid;
    }
    .top-contactBox ul {
        margin-bottom: 40px;
    }
    .top-contactBox ul:last-child {
        margin-bottom: 0;
    }
    .top-contactBox ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 2.0rem;
    }
    .top-contactBox img.telicon {
        width: 25px;
        vertical-align: middle;
        display: inline-block;
        margin: 0 8px;
        font-size: 2.0rem;
    }
    .contact-area .img-area {
        display: block;
        text-align: right;
        margin-top: -28px;
        margin-right: -5%;
    }

    .palax-1000 {
        height: 720px;
        background: transparent;
    }

    /* ----------------------------------
	SUB PAGE
	---------------------------------- */
    /* subpage topimage area */
    .servisWrap {
        height: 91.40625vw;
        background-image: url(../img/service_top.jpg);
        background-position: top center;
        background-size: cover;
    }
    .companyWrap {
        height: 91.40625vw;
        background-image: url(../img/company_top.jpg);
        background-position: top center;
        background-size: cover;
    }
    .recruitWrap {
        height: 91.40625vw;
        background-image: url(../img/recruit_top.jpg);
        background-position: top center;
        background-size: cover;
    }


    /* Service PAGE */
    .servisBox_top {
        position: relative;
        top: 15.625vw;
    }
    .servisBox_top .page_heading {
        width: 77%;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 7.125vw;
        text-align: center;
    }
    .servisBox_top .page_heading img {
        max-width: 100%;
    }
    .servisBox_top .imgWrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .servisBox_top .imgWrap img {
        max-width: 100%;
    }
    .servis-cont {
        margin: 0;
    }
    .servis-cont img.heading_bg {
        position: absolute;
        top: 40px;
        left: 3%;
        max-width: 100%;
    }
    .servis-cont h2 {
        font-size: 2.4rem;
    }
    .servis-cont p {
        font-size: 1.8rem;
    }
    .servis-cont img.areaimg {
        max-width: 100%;
        display: block;
        margin: 40px auto;
    }
    .servis-cont img.sv-img01 {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        padding: 40px 0 72px 0;
    }
    .servis-cont img.sv-img02 {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        padding: 40px 0 0 0;
    }
    .servis-cont .block_1 {
        padding: 24px 20px;
    }
    .servis-cont .block_2 ul {
        display: block;
    }
    .servis-cont .block_2 ul li {
        width: calc(100% / 1);
        margin: 0 0 40px 0;
        padding: 24px 20px;
    }
    .servis-cont .block_2 ul li h3,
    .servis-cont .block_1 h3 {
        font-size: 1.8rem;
    }
    .servis-subarea01 {
        position: relative;
        padding: 100px 0 80px 0;
        background-image: none;
    }
    .servis-subarea02 {
        position: relative;
        padding: 100px 0 80px 0;
        background-image: none;
    }
    .servis-subarea03 {
        position: relative;
        padding: 100px 0 80px 0;
        background-image: none;
    }
    .servis-subarea04 {
        position: relative;
        margin-bottom: 0;
        padding: 100px 0 80px 0;
        background-image: none;
    }

/*↓20220117_繁盛マスター追記のため修正*/
/*202207‗繁盛マスター一時コメントアウト
    .servis-subarea05 {
        position: relative;
        padding: 110px 0 80px 0;
        background-image: none;
    }
*/

    /* Company PAGE */
    .companyBox_top {
        position: relative;
        top: 15.625vw;
        margin: 0 auto;
    }
    .companyBox_top .page_heading {
        width: 77%;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 7.125vw;
        text-align: center;
    }
    .companyBox_top .page_heading img {
        max-width: 100%;
    }
    .companyBox_top .imgWrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .companyBox_top .imgWrap img {
        max-width: 100%;
    }
    .company-cont h2 {
        font-size: 2.4rem;
        text-align: center;
    }
    .company-cont h2 span {
        font-size: 1.8rem;
    }
    .company-cont h2 span.return {
        display: block;
        margin-top: 8px;
        margin-left: 0;
        font-size: 1.8rem;
        font-weight: normal;
        letter-spacing: 0;
    }
    .company-cont p {
        margin: 16px 0;
        font-size: 1.8rem;
    }
    .company-cont p:last-child {
        margin: 0;
    }
    .company-cont img.cp-img01 {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        padding: 40px 0 0 0;
    }

    /* Recruit PAGE */
    .recruitBox_top {
        position: relative;
        topc: 9.375vw;
        margin: 0 auto;
    }
    .recruitBox_top .page_heading {
        width: 77%;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 12.5vw;
        text-align: center;
    }
    .recruitBox_top .page_heading img {
        max-width: 100%;
    }
    .recruitBox_top .imgWrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .recruitBox_top .imgWrap img {
        max-width: 100%;
    }
    .recruit-cont h2 {
        font-size: 2.4rem;
        text-align: center;
    }
    .recruit-cont h2 span {
        font-size: 1.8rem;
    }
    .recruit-cont h2 span.return {
        display: block;
        margin-top: 8px;
        margin-left: 0;
        font-size: 1.8rem;
        font-weight: normal;
        letter-spacing: 0;
    }
    .recruit-cont h3 {
        font-size: 2.2rem;
    }
    .recruit-cont p {
        margin: 16px 0;
        font-size: 1.8rem;
    }
    .recruit-cont p:last-child {
        margin: 0;
    }

    /* Contact PAGE */
    .contact-cont {}
    .contact-cont h2 {
        font-size: 2.4rem;
        text-align: center;
    }
    .contact-cont h2 span {
        font-size: 1.8rem;
    }
    .contact-cont h2 span.return {
        display: block;
        margin-top: 8px;
        margin-left: 0;
        font-size: 1.8rem;
        font-weight: normal;
        letter-spacing: 0;
    }
    .contact-cont ul {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 40px 0;
    }
    .contact-cont ul li {
        width: 100%;
    }
    .contact-cont ul li:last-child {
        margin-bottom: 0;
    }
    .contact-cont ul.agree {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30px 0;
        text-align: center;
    }
    .contact-cont .agree p {
        font-size: 1.8rem;
    }
    .contact-cont h3 {
        font-size: 2.2rem;
    }
    .contact-cont p {
        margin: 16px 0;
        font-size: 1.8rem;
    }
    .contact-cont p:last-child {
        margin: 16px 0 0 0;
    }
    .contact-cont .pp-area {
        height: 288px;
    }
    .contact-cont .pp-area p {
        margin: 0 0 16px 0;
        font-size: 1.4rem;
    }
    .contact-cont .pp-area p:last-child {
        margin: 0;
        font-size: 1.4rem;
    }

    .select-wrap {
        position: relative;
    }
    .select-wrap:before {
        z-index: 1;
        position: absolute;
        right: 16px;
        top: 10px;
        content: "▼";
        font-size: 1.4rem;
        color: #7F878C;
        pointer-events: none;
    }
    select {
        cursor: pointer;
        position: relative;
        display: block;
        width: 100%;
        height: 42px;
        padding: 0px 16px;
        border: #dcdddd 1px solid;
        border-radius: 4px;
        background: #eee;
        outline: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    input {
        margin: 0;
        padding: 0px 16px;
        background: #efefef;
        width: 100%;
        height: 42px;
        border: #dcdddd 1px solid;
        border-radius: 4px;
    }
    textarea {
        vertical-align: top;
        margin: 0;
        /**/
        padding: 20px 15px;
        /**/
        background: #efefef;
        width: 100%;
        height: 290px;
        font-size: 16px;
        border: #dcdddd 1px solid;
        border-radius: 4px;
    }

    ::-webkit-input-placeholder {
        line-height: 1;
        letter-spacing: 0.2em;
    }
    .formbutton {
        margin: 0 auto;
        text-align: center;
    }
    .formbutton input:hover {
        background: #e5002d;
    }
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        text-align: center;
        width: 250px;
        padding: 8px;
        background: #666;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.6;
        cursor: pointer;
    }
    input[type="checkbox"] {
        position: relative;
        top: 14px;
        width: 15px;
    }




    /* Plivacy-Policy PAGE */
    .policy-cont {}
    .policy-cont h2 {
        margin: 0 0 40px 0;
        font-size: 2.4rem;
        font-weight: 500;
        text-align: center;
    }
    .policy-cont h2 span.return {
        display: block;
        margin-top: 8px;
        margin-left: 0;
        font-size: 1.8rem;
        font-weight: normal;
        letter-spacing: 0;
    }
    .policy-cont p {
        font-size: 1.8rem;
    }

    .subarea01 {
        position: relative;
        padding: 80px 0;
    }

    /* ----------------------------------
	FOOTER
	---------------------------------- */
    footer {
        width: 100%;
        padding: 0;
        background: #ffa297;
    }
    .footer_l {
        display: none;
        width: 200px;
        float: left;
    }
    .footer_r {
        float: none;
        width: 100%;
    }
    footer #fNav {
        overflow: hidden;
    }
    footer #fNav ul.fNav_list,
    footer #fNav ul.fNav_list02 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
        border-left: #666 1px solid;
    }
    footer #fNav ul.fNav_list li {
        width: 100%;
        font-size: 1.6rem;
        border-bottom: #fff 1px solid;
    }
    footer #fNav ul.fNav_list02 li {
        width: 100%;
        color: #fff;
        font-size: 1.6rem;
        border-bottom: #fff 1px solid;
        background: #e5002d;
    }
    footer #fNav ul:first-child {
        border-bottom: #fff 1px solid;
    }
    footer #fNav .fNav_menu {
        height: auto;
        float: none;
        margin: 0;
        display: block;
        color: #fff;
    }
    footer #fNav .fNav_menu h2 {
        margin: 0;
        padding: 24px;
        display: block;
        color: #fff;
        font-size: 1.6rem;
        border-bottom: #fff 1px solid;
        background: #e5002d url(../img/foot_open.png) no-repeat center right 24px;
        cursor: pointer;
    }
    footer #fNav .fNav_menu h2:active {
        background: #e5002d url(../img/foot_close.png) no-repeat center right 24px;
    }
    footer #fNav .fNav_menu .fNav_list {
        display: none;
    }
    footer #fNav ul li a {
        display: block;
        color: #fff;
        padding: 16px 0;
    }
    footer .copyright {
        width: 100%;
        background: #fff;
        clear: both;
        padding: 16px 0;
        text-align: center;
        font-size: 1.2rem;
    }

    /* ----------------------------------
	TABLE
	---------------------------------- */
    th {
        width: 116px;
        padding: 24px 0;
    }
}

@media only screen and (max-width: 500px) {

    header img.logo {
        width: 169px;
        height: 24px;
    }

    nav#gNav ul li,
    nav#gNav02 ul li {
        width: 100%;
        display: inline-block;
        margin-bottom: 16px;
        text-align: center;
        font-size: 2.0rem;
        letter-spacing: 0.03rem;
        font-weight: 700;
        border-right: none;
    }
    nav#gNav ul li span,
    nav#gNav02 ul li span {
        display: block;
        margin: 0;
        padding: 0;
        font-weight: normal;
        letter-spacing: 0.03rem;
        color: #fff;
    }
    nav#gNav ul li em,
    nav#gNav02 ul li em {
        display: block;
        font-size: 1.6rem;
        font-style: normal;
        margin-top: 0;
    }
    nav#gNav ul li a,
    nav#gNav02 ul li a {
        display: block;
        text-decoration: none;
        color: #333;
        opacity: 1.0;
    }

    /* ----------------------------------
	INDEX
	---------------------------------- */
    .company-area h1 {
        color: #e5002d;
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.4;
    }
    .company-area p {
        margin: 0;
        font-size: 1.6rem;
    }


    .access-area h1 {
        clear: both;
        margin-bottom: 24px;
        font-size: 2.4rem;
    }
    .access-area h1 span {
        margin-left: 16px;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }
    .access-area h2 {
        clear: both;
        margin-bottom: 16px;
        color: #e5002d;
        font-size: 1.8rem;
    }
    .access-area .img-area {
        float: right;
        margin-bottom: 16px;
    }
    .top-map {
        width: 100%;
        position: relative;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .contact-area {
        position: relative;
        width: 100%;
        padding: 0 0 80px 0;
        text-align: center;
    }
    .contact-area h1 {
        margin-bottom: 40px;
        font-size: 2.4rem;
    }
    .contact-area h1 span {
        margin-left: 8px;
        font-size: 1.6rem;
        letter-spacing: 0rem;
    }
    .top-contactBox {
        padding: 24px;
        border: #ccc 1px solid;
    }
    .top-contactBox ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
    .top-contactBox img.telicon {
        width: 22px;
        vertical-align: text-bottom;
        display: inline-block;
        margin: 0 6px 0 2px;
    }

    /* Service PAGE */
    .servis-cont h2 {
        font-size: 2.2rem;
    }
    .servis-cont p {
        font-size: 1.6rem;
    }

    /* Company PAGE */
    .company-cont h2 {
        font-size: 2.2rem;
    }
    .company-cont h2 span {
        font-size: 1.6rem;
    }
    .company-cont h2 span.return {
        font-size: 1.6rem;
    }
    .company-cont p {
        margin: 16px 0;
        font-size: 1.6rem;
    }

    /* Recruit PAGE */
    .recruit-cont h2 {
        font-size: 2.2rem;
        text-align: center;
    }
    .recruit-cont h2 span {
        font-size: 1.6rem;
    }
    .recruit-cont h2 span.return {
        display: block;
        margin-top: 8px;
        margin-left: 0;
        font-size: 1.6rem;
        font-weight: normal;
        letter-spacing: 0;
    }
    .recruit-cont h3 {
        font-size: 2.0rem;
    }
    .recruit-cont p {
        font-size: 1.6rem;
    }


    /* Plivacy-Policy PAGE */
    .policy-cont h2 {
        margin: 0 0 40px 0;
        font-size: 2.2rem;
        font-weight: 500;
        text-align: center;
    }
    .policy-cont h2 span.return {
        display: block;
        margin-top: 8px;
        margin-left: 0;
        font-size: 1.6rem;
        font-weight: normal;
        letter-spacing: 0;
    }
    .policy-cont p {
        font-size: 1.6rem;
    }



    .puzzleTxt{
        display:block!important;
   }

    .puzlBox{
        position:absolute;
    }
    .formbutton{
        margin-top:420px;
        position:relative;
    }


}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .topmovieWrap {
        background: url(../img/movie_smp.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
    #bg-video {
    	display: none;
    }
}

/*20221207 画面サイズ768px以上の場合反映されないように設定*/
@media screen and (min-width: 768px) {
    .br-sp {
    	display: none;
    }
}
