/*
Theme Name: 247
Author: combase:tk
Author URI: http://combase.jp/
Version: 1.0.0
Description:247専用オリジナルテーマ。こちらのテーマは無断で複製・転用は禁止いたします。
Tags: combase
/* ----------------------------------------------------------------
		ress
----------------------------------------------------------------- */
/*!
 * ress.css v1.2.2
 * MIT License60
 * github.com/filipelinhares/ress
 */
/* # =================================================================
	 # Global selectors
	 # ================================================================= */
html {
    overflow-y: scroll;
    box-sizing: border-box;
}

*,
::before,
::after {
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
    background-repeat: no-repeat;
}

::before,
::after {
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
    text-decoration: inherit;
}

* {
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
    padding: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

a {
    text-decoration: none;
    background-color: transparent;
    word-break: break-all;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: bolder;
}

/* # =================================================================
	 # 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+ */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font-size: 1.6rem;
    /*font: inherit; */
    /* Specify font inheritance of form elements */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
html [type='button'],
[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 {
    border-style: none;
    background-color: transparent;
    color: inherit;
}

/* Style select like a standard input */
select {
    /* Firefox 36+ */
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

::-webkit-file-upload-button {
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    -webkit-appearance: button;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search'] {
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

/* # =================================================================
	 # 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
	 # ================================================================= */

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

/***********************************************************************************/
/*	Base	*/
/***********************************************************************************/
:root {
    font-size: 62.5%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    overflow: auto;
    font-size: 62.5%;
    /*scroll-behavior: smooth;*/
}

iframe {
    overflow: auto;
}

body {
    height: 100%;
    color: #000;
    font-size: 1.6rem;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    /*overflow-x: hidden;*/
}

ul,
ol {
    list-style-type: none;
}

a {
    color: #3b87c7;
    text-decoration: none;
}

figure {
    margin: 0;
}

button {
    border: 0;
}

em {
    font-weight: 700;
    font-style: normal;
}

strong {
    font-weight: 700s;
    font-style: normal;
}

img {
    vertical-align: bottom;
    backface-visibility: hidden;
}

dd {
    margin: 0;
}

table {
    border-collapse: collapse;
}

table > a:hover,
table > a:focus,
table > a:active {
    text-decoration: none;
}

iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
}

/***********************************************************************************/
/*	Common	*/
/***********************************************************************************/
.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

br.sp_br {
    display: none;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.float_right {
    float: right;
}

.bold {
    font-weight: bold;
}

p.indent-1 {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.commonInner {
    max-width: 1200px;
    margin: 0 auto;
}

.commonInner2 {
    max-width: 1400px;
    margin: 0 auto;
}

.flexibleImage {
    width: 100%;
    height: auto;
}

.commonTitle {
    height: 250px;
    color: #0d6fb8;
    position: relative;
}

.commonTitle > section {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
}

.commonTitle > section h3 {
    font-size: 5.0rem;
}

.commonTitle > section p {
    font-size: 2.4rem;
}

/**共通見出し**/
.common_h4 {
    font-size: 3.6rem;
    position: relative;
    margin-bottom: 55px;
}

.common_h4:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 30px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000;
}

/**Serviceページのみ別**/
.dieter_h4 {
    color: #7d6b5f;
}

.dieter_h4:before {
    background-color: #7d6b5f;
}

.workout_h4 {
    color: #03236b;
}

.workout_h4:before {
    background-color: #03236b;
}

.english_h4 {
    color: #fe9a48;
}

.english_h4:before {
    background-color: #fe9a48;
}

/**静的ページ共通ボックス***/
.commonBox {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
}

.contact {
    letter-spacing: 0.2rem;
}

.contact p span {
    font-weight: bold;
}

.mw_wp_form_preview dl dt {
    font-weight: bold;
}

/**ボタン***/
.btns {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btns div,
.btns input[type="submit"],
.btns input[type="button"][name="submitBack"] {
    width: 400px;
    height: 80px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px -2px #949494;
    margin-right: 15px;
}

.btns div:last-child {
    margin-right: 0;
}

.btns a {
    color: #fff;
    display: block;

}

.btns a p {
    transition: all 0.5s;
}

.btns .basic {
    background: #2f2f2f;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.btns .bluebtn {
    background: #0f70ba;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.btns .basic:hover,
.btns .bluebtn:hover {
    opacity: 0.5;
}

.service_btn a {
    width: 410px;
    height: 80px;
    color: #fff;
    background: #000;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: left;
    box-shadow: 0px 3px 6px -2px #949494;
    position: relative;
    padding: 0 30px;
}

.service_btn a p {
    transition: all 0.5s;
}

.service_btn a img {
    margin-left: auto;
    transition: all 0.5s;
    width: 43px !important;
}

.t_move {
    display: inline-block;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.i_move {
    display: inline-block;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

/***********************************************************************************/
/*	TopHeader	*/
/***********************************************************************************/
.topHeader {
    min-height: 430px;
    background: #d3d3d3;
    background-image: url(./img/top/top_247.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    padding-bottom: 0;
    background-size: contain;
}

.catchcopy {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.catchcopy h2 {
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.1rem;
    position: relative;
    padding-left: 120px;
    font-size: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.catchcopy h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -260px;
    display: inline-block;
    width: 50%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000;
}

.top_comments {
    max-width: 1000px;
    background: #fff;
    margin: -100px auto 0;
    background-image: url(./img/top/top_digital.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 60px;
    position: relative;
}

.top_comments > p {
    line-height: 4.0rem;
    font-size: 2.0rem;
}

.top_comments > p > span {
    color: #fff;
    font-size: 4.0rem;
    font-weight: 700;
    background: #0d6fb8;
    display: inline-block;
    margin-right: 10px;
    padding: 8px 15px 5px 15px;
    letter-spacing: 0.5rem;
}

/***********************************************************************************/
/*	Header	*/
/***********************************************************************************/
header {
    top: 0;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 50;
    background: #fff;
    padding: 15px 0 15px 0;
}

header > .inner {
    max-width: 1400px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-global > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav-global > ul > li:not(:last-child) {
    margin-right: 40px;
}

.nav-global > ul > li > a {
    color: #000000;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.nav-global > ul > li > a::after {
    position: absolute;
    bottom: -4px;
    left: 35%;
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.nav-global > ul > li > a:hover::after,
.nav-global > ul > li.current > a::after {
    transform-origin: right top;
    transform: scale(1, 1);
}

#nav-btn {
    display: none;
    outline: none;
}

/***********************************************************************************/
/*	Footer	*/
/***********************************************************************************/
footer {
    background: #2f2f2f;
    position: relative;
    z-index: 2;
}

footer a {
    color: #fff;
}

footer > .inner {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 60px 0;
}

footer > .inner > .menus {
    width: calc(100%/3);
    padding: 25px;
}

/**********/
footer > .inner > .menus li > a {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #999999;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px;
}

footer > .inner > .menus li > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 1px;
}

footer > .inner > .menus li > ul > li > a {
    font-size: 15px;
    font-weight: normal;
    border-bottom: none;
    margin-bottom: 3px;
}

footer > .inner > .menus li > ul > li > a::after {
    content: "";
}

footer a:hover {
    color: #0d6fb8;
}

footer .inner .menus li#menu-item-1308 a,
footer .inner .menus li#menu-item-1305 a,
footer .inner .menus li#menu-item-1303 a {
    font-size: 16px;

}

/**********/
footer .footer-group {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 20px;
}

footer .footer-group > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}

footer .footer-group > ul li {
    padding: 0 20px;
    position: relative;
}

footer .footer-group > ul li::after {
    color: #fff;
    content: "│";
    position: absolute;
    right: -10px;
}

footer .footer-group > ul li:last-child::after {
    content: "";
}

small {
    width: 100%;
    height: 73px;
    line-height: 73px;
    text-align: center;
    background: #fff;
    display: block;
    position: relative;
    z-index: 2;
}

footer .rec_bnr {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

footer .rec_bnr ul li {
    display: inline-block;
    margin: 5px 20px;
}

footer .rec_bnr ul li a img {
    max-width: 100%;
}

/***********************************************************************************/
/*	Breadcrumbs	*/
/***********************************************************************************/
.breadcrumbs {
    max-width: 1200px;
    height: 50px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 10px auto 0;
    padding: 0 20px;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs br {
    display: none;
}

/***********************************************************************************/
/*	Contents	*/
/***********************************************************************************/
.contents {
    padding-top: 130px;
    padding-bottom: 120px;
    overflow-x: hidden;
}

.imageBox {
    width: 100%;
    max-height: 350px;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.company {
    background-image: url(./img/company/company_title.jpg);
}

.service {
    background-image: url(./img/service/service_title.jpg);
}

.recruit {
    background-image: url(./img/recruit/recruit_title03.png);
}

.news {
    background-image: url(./img/news/news_title.jpg);
}

.newgrad {
    background-image: url(./img/newgrad/newgrad_title.jpg);
}

/*****/
.company_comments {
    width: 1000px;
    background: #fff;
    position: relative;
    margin: -100px auto 0;
    padding: 40px 90px;
}

.company_comments h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
    position: relative;
}

.company_comments h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -85px;
    display: inline-block;
    width: 100px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000;
}

.company_comments p {
    font-size: 1.6rem;
    line-height: 3rem;
}

/*****/
.recruit_comments {
    width: 1000px;
    background: #fff;
    position: relative;
    margin: -100px auto 0;
    padding: 40px 80px;
}

.recruit_comments h3 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.recruit_comments h3 > span {
    font-size: 2.2rem;
}

.recruit_comments p {
    font-size: 1.5rem;
    line-height: 3rem;
}

/*****/
.recruit_people {
    width: 1000px;
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: -70px auto 0;
    padding: 60px 40px;
}

.recruit_people > figure {
    margin-right: 40px;
}

.recruit_people > .profile {
    flex: 1;
    padding-top: 20px;
}

.recruit_people > .profile .pos {
    font-weight: bold;
    margin-bottom: 20px;
}

.recruit_people > .profile .name {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.recruit_people > .profile .profileTex {
    font-size: 1.5rem;
    line-height: 3rem;
}

/*****/
.imageBox > .recruit_comments {
    width: 1000px;
    height: 130px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    padding: 40px 90px 0 90px;
}

.imageBox > .recruit_comments p {
    font-size: 1.6rem;
    line-height: 3rem;
}

/*****/
.newgrad_comments {
    width: 1000px;
    background: #fff;
    position: relative;
    margin: -100px auto 0;
    padding: 40px 60px;
}

.newgrad_comments h3 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.newgrad_comments h3 > span {
    font-size: 3.2rem;
}

.newgrad_comments p {
    font-size: 1.5rem;
    line-height: 3rem;
}

/***********************************************************************************/
/*	Top	*/
/***********************************************************************************/
.top {
    background: #fff;
    position: relative;
    z-index: 2;
}

.top_h2 {
    color: #fff;
    font-size: 5.0rem;
    letter-spacing: 0.5rem;
}

.top h3,
.top h4 {
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.5rem;
}

.top h3 {
    font-size: 7.0rem;
    margin-bottom: 40px;
}

.mb180 {
    margin-bottom: 180px !important;
}

/**************/
.toptitleBox {
    min-height: 350px;
    background-image: url(./img/top/top_title.png);
    background-size: cover;
    position: relative;
    padding-top: 25px;
}

/**************/
.topFlex {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto 200px auto;
}

.topFlex:last-of-type {
    margin-bottom: 0;
}

.topFlex.noMb {
    margin-bottom: 150px;
}

.topFlex p {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 34px;
}

.topFlex .title {
    font-size: 4.2rem;
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.3rem;
    margin-bottom: 15px;
    /* display: flex; */
    /* align-items: center; */
    /* column-gap: 0.5em; */
}
.topFlex .title.logo{display: flex;align-items: center;justify-content: space-between;}
.topFlex .title.logo span:last-child{margin-right: 20px;}
.v_center .title.logo{display: flex;align-items: center;justify-content: space-between;}
.v_center .title.logo span:last-child{margin-right:48px;}
.rec_service > .innerBox .leftBox.logo {margin-left: 40px;}

/***************/
.topFlex .flexLeft1 {
    width: 50%;
    position: relative;
}

.topFlex .flexLeft1 img {
    width: 100%;
}

.topFlex .f_title {
    width: 130px;
    height: 130px;
    background: #3c3c3c;
    position: absolute;
    top: -90px;
    left: 30px;
    z-index: 45;
}

.topFlex .f_title span {
    width: 130px;
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
    padding: 0 20px;
}

.topFlex .flexRight1 {
    flex: 1;
    position: relative;
}

.topFlex .flexRight1 .centerBox {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 19px;
}

/***************/
.topFlex .flexLeft2 {
    width: 50%;
    position: relative;
}

.topFlex .flexLeft2 .centerBox {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
}

.topFlex .flexRight2 {
    width: 50%;
    margin-left: auto;
}

.topFlex .flexRight2 img {
    width: 100%;
}

/***************/
.topBtn3 a {
    width: 100%;
    max-width: 445px;
    height: 80px;
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: relative;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.topBtn3 a:hover {
    background-color: #0D6FB8;
}

.topBtn3 a p {
    color: #000;
    transition: all 0.5s;
    font-family: "Anton";
    font-weight: normal;
    font-size: 2.5rem;
    margin: 0 0 0 30px;
    letter-spacing: 0rem;
}

.topBtn3 a p.t_move {
    color: #fff;
}

.topBtn3 a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.5s;
    width: auto !important;
    height: 13px !important;
}

.topBtn3 a img.i_move {
    -webkit-filter: invert(100%);
}

/***************/
.topFlex .inner2 {
    text-align: right;
}

.topFlex .left1 {
    width: 58%;
    background: #f5f5f5;
    position: relative;
    padding: 40px 20px 40px 100px;
    display: flex;
    align-items: center;
}

.topFlex .right1 {
    width: 42%;
    height: 100%;
}

.topFlex .right1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.topFlex .left2 {
    width: 42%;
    height: 100%;
}

.topFlex .left2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.topFlex .right2 {
    width: 58%;
    background: #fff;
    position: relative;
    padding: 40px 100px 40px 20px;
    display: flex;
    align-items: center;
}

/**************/
.topBtn {
    display: inline-block;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.topBtn2 a {
    width: 410px;
    height: 80px;
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: relative;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.topBtn2 a:hover {
    background-color: #0D6FB8;
}

.topBtn2 a p {
    color: #000;
    transition: all 0.5s;
    font-family: "Anton";
    font-weight: normal;
    font-size: 2.5rem;
    margin: 0 0 0 30px;
    letter-spacing: 0rem;
}

.topBtn2 a p.t_move {
    color: #fff;
}

.topBtn2 a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.5s;
    width: auto !important;
    height: 13px !important;
}

.topBtn2 a img.i_move {
    -webkit-filter: invert(100%);
}

#topBtn24,
#topBtn25 {
    margin: auto;
}

#topBtn24 p,
#topBtn25 p {
    margin: auto;
    letter-spacing: 0.3rem;
    font-size: 2.0rem;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
}

/**************/
.topService {
    padding: 0 0 80px 0;
}

/**************/
.topNews {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0 0 0;
    position: relative;
    z-index: 2;
}

.topNews dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 30px;
    border-top: 1px solid #cccccc;
}

.topNews dl:last-of-type {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 70px;
}

.topNews dt .date {
    font-size: 1.6rem;
    margin-right: 45px;
}

.topNews dt .category a {
    width: 110px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #000;
    display: block;
    display: inline-block;
    margin-right: 6px;
    padding: 3px 0;
}

.topNews dd {
    font-size: 1.6rem;
    width: 60%;
    text-align: left;
}

.topNews dd a {
    color: #000;
}

/**************/
.topRecruit {
    width: 100%;
    background-image: url(./img/top/top_recruit.jpg);
    background-size: cover;
    text-align: center;
    padding: 50px 20px 60px;
    position: relative;
    z-index: 2;
}

.topRecruit h3 {
    font-family: "Anton";
    color: #fff;
    font-size: 7.0rem;
    letter-spacing: 0.5rem;
    font-weight: normal;
}

.topRecruit p {
    color: #fff;
    margin-bottom: 40px;
    margin-bottom: 45px;
    margin-top: 10px;
    font-size: 1.8rem;
}

/* 20220805 iframe追加 */
.topRecruit p.rec_ttl {
    margin-bottom: 10px;
}

.topRecruit .iframe_area {
    width: 70%;
    margin: 0 auto 40px;
}

@media screen and (max-width: 1150px) {
    .topRecruit .iframe_area iframe {
        height: 80vw !important;
    }
}

@media screen and (max-width: 600px) {
    .topRecruit .iframe_area {
        width: 100%;
    }

    .topRecruit .iframe_area iframe {
        height: 120vw !important;
    }
}

/* 20191113追加 */
#wrap {
    position: relative;
    margin-top: 105px;
}

.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.show .background {
    opacity: 1;
}

.topcontents .wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40vh 0 40vh;
    position: relative;
    z-index: 2;
}

.topcontents .wrap2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
}

.topcontents .wrap3 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 18vh 0 18vh;
    position: relative;
    z-index: 2;
}

#content01_bg {
    background: url(./img/top/top_back01.jpg) center no-repeat;
    background-size: cover;
}

#content02_bg {
    background: url(./img/top/top_back02.jpg) center no-repeat;
    background-size: cover;
}

#content03_bg {
    background: url(./img/top/top_back03.jpg) center no-repeat;
    background-size: cover;
}

#content04_bg {
    background: url(./img/top/top_back04.jpg) center no-repeat;
    background-size: cover;
}

.topSCbox1 {
    width: 100%;
    max-width: 1100px;
    height: 200px;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
}

.topSCbox1 h2 {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    position: relative;
}

.topSCbox1 h2 > span {
    font-size: 2rem;
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
}

.topSCbox1 h2 > span:before {
    content: '';
    position: absolute;
    left: -560px;
    top: 8%;
    display: inline-block;
    width: 100%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000;
}

.topSCbox2 {
    width: 100%;
    max-width: 800px;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 0 auto;
    padding: 40px 20px;
}

.topSCbox2 h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: .3rem;
    margin-bottom: 20px;
}

.topSCbox2 h3 span {
    display: inline-block;
}

.topSCbox2 h4 {
    font-size: 7rem;
    font-family: "Anton";
    font-weight: normal;
    color: rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
}

.topSCbox2 p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 120px;
}

/***********************************************************************************/
/*	Pages	*/
/***********************************************************************************/
.titleBox {
    height: 250px;
    color: #fff;
    background-image: url(./img/common/page_title.png);
    background-size: cover;
    position: relative;
}

.titleBox > .inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.titleBox > .inner > section {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.titleBox > .inner > section h2 {
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.5rem;
    font-size: 4.8rem;
    line-height: 1.2;
}

.titleBox > .inner > section p {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
}

/***********************************************************************************/
/*	Service	*/
/***********************************************************************************/
/**TOPと同コンテンツのpaddding調整**/
.service_pad {
    padding: 0;
}

.service_pad2 {
    padding-top: 140px;
    padding-bottom: 0;
}

/*******/
.servicetitleBox {
    min-height: 235px;
    position: relative;
}

.servicetitleBox > section {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
}

.servicetitleBox > section h3 {
    font-size: 5.0rem;
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.5rem;
}

.servicetitleBox > section p {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

/*******/
.dieter {
    color: #7d6b5f;
}

/*******/
.workout {
    color: #03236b;
}

/*******/
.english {
    color: #fe9a48;
}

/*******/
.servicetextBox {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    padding: 60px 0;
}

.servicetextBox > .title {
    font-size: 4.0rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
}

.servicetextBox > .tex {
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 0.2rem;
    margin-top: 20px;
}

/*******/
.dieter_back {
    background: #7d6b5f !important;
}

/*******/
.workout_back {
    background: #03236b !important;
}

/*******/
.english_back {
    background: #fe9a48 !important;
}

/*******/
.service_ul {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.service_ul:last-of-type {
    margin-bottom: 100px;
}

.service_ul li {
    width: 1000px;
    margin: 0 auto;
}

.service_ul li img {
    width: 100%;
}

.service_ul .li1 {
    font-size: 8.0rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
}

.service_ul .font_s {
    font-size: 2.2rem;
}

.service_ul .li2 {
    font-size: 3.2rem;
    font-weight: 700;
    padding-bottom: 20px;
}

.service_ul .li3 {
    font-size: 1.5rem;
    line-height: 3rem;
    padding-bottom: 20px;
}

/**事業内容内共有パーツ**/
.serviceCommonUl {
    width: 100%;
    max-width: 1200px;
    height: 78px;
    line-height: 78px;
    border: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 0 auto;
}

/**親ページ**/
.serviceCommonUl li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serviceCommonUl > li > a {
    color: #000;
    font-weight: bold;
    font-size: 2.4rem;
}

/**子ページ**/
.serviceCommonUl li ul {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    font-size: 1.5rem;
}

.serviceCommonUl li ul li {
    padding: 0 20px;
    position: relative;
}

.serviceCommonUl li ul li a {
    color: #000;
}

.serviceCommonUl li ul li:last-child {
    padding-right: 0;
}

.serviceCommonUl li ul li::after {
    content: "│";
    position: absolute;
    right: -10px;
}

.serviceCommonUl li ul li:last-child::after {
    content: "";
}

/***********************************************************************************/
/*	Company	*/
/***********************************************************************************/
.companytitleBox {
    min-height: 235px;
    color: #0d6fb8;
    position: relative;
}

.companytitleBox > section {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
}

.companytitleBox > section h3 {
    font-size: 5.0rem;
    letter-spacing: 0.2rem;
}

.companytitleBox > section p {
    font-size: 1.8rem;
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.1rem;
}

/****Company***********/
.companyBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 20px 0;
}

.companyBox li {
    width: 33%;
}

.companyBox li:nth-child(1),
td:nth-child(2) {
    margin-bottom: 40px;
}

.companyBox li a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
}

.companyBox li a img {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    width: 100%;
}

.companyBox_under {
    height: 50px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #595656;
    position: relative;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    padding: 0 20px;
}

.companyBox_under .nav {
    transition: all 0.5s;
    font-size: 1.2rem;
    font-family: "Anton";
    font-weight: normal;
    margin: 0 0 0 auto;
    letter-spacing: 0.2rem;
}

.companyBox_under img {
    -webkit-filter: invert(100%);
    margin: 0 0 0 18px;
    width: auto !important;
}

.companyBox li a:hover .companyBox_under img {
    opacity: 1;
    -webkit-opacity: 1;
}

.companyBox li a:hover .companyBox_under {
    background-color: #0f70ba;
}

.companyCommonBox {
    padding: 75px 0 0 0;
}

/**会社情報内共有パーツ**/
.companyCommonUl {
    width: 100%;
    max-width: 1200px;
    height: 78px;
    line-height: 78px;
    border: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

/**親ページ**/
.companyCommonUl li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.companyCommonUl > li > a {
    color: #000;
    font-weight: bold;
    font-size: 2.4rem;
}

/**子ページ**/
.companyCommonUl li ul {
    padding: 0 30px;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.companyCommonUl li ul li {
    padding: 0 20px;
    position: relative;
}

.companyCommonUl li ul li a {
    color: #000;
}

.companyCommonUl li ul li:last-child {
    padding-right: 0;
}

.companyCommonUl li ul li::after {
    content: "│";
    position: absolute;
    right: -10px;
}

.companyCommonUl li ul li:last-child::after {
    content: "";
}

/****Vision***********/
.visionTop {
    width: 100%;
    background: #0f70ba;
    text-align: center;
    padding: 60px 20px;
}

.visionTop img {
    max-width: 100%;
}

.vision_h4 {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
}

.vision_ul {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 80px 0;
    padding: 0 20px;
}

.vision_ul li {
    width: 48%;
    height: 80px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 80px;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 0 20px;
}

.vision_ul li > span {
    color: #fff;
    font-size: 3.8rem;
    vertical-align: sub;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    margin-right: 10px;
}

.vision_ul li:last-child {
    margin-bottom: 0;
}

/*Message***********/
.messagewrap {
    display: none;
}

.messegeText {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 80px auto;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 30px;
}

/*Officer***********/
.officerBox {
    max-width: 1200px;
    background: #f2f3f7;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto 40px;
    padding: 40px;
}

.officerBox.officer04 {
    margin-bottom: 100px;
}

.officerBox::last-child {
    margin-bottom: 0;
}

.officerBox figure {
    margin-right: 40px;
}

.officerBox ul {
    margin-top: 20px;
}

.officerBox.nopic ul {
    margin-top: 0;
}

.officerBox ul li {
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 0.1rem;
}

.officerBox ul .li1 {
    margin-bottom: 20px;
}

.officerBox ul .li2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
}

.officerBox ul .li2 > span {
    font-size: 1.3rem;
}

/*Outline***********/
.outline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    line-height: 74px;
    border-top: 1px solid #cccccc;
    padding: 0 10px;
    width: 90%;
    margin: 0 auto;
}

.outline_end {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}

.outline_end02 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 80px;
}

.outline dt {
    width: 180px;
}

.outline dd {
    flex: 1;
    line-height: 2.5rem;
    padding: 25px 0 25px 0;
}

.law .outline dt {
    width: 240px;
    padding-right: 10px;
    line-height: 1.4;
    padding-top: 25px;
}

.gMap {
    margin-bottom: 80px;
}

.gMap iframe {
    width: 90%;
    display: block;
    margin: 0 auto 20px;
}

.gMap p {
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
}

.outline.companyBox {
    display: block;
    line-height: 25px;
    padding: 1.2em 0;
}

.outline.companyBox dl {
    display: flex;
    padding: 0.5em 0 0.5em 1em;
}

.outline.companyBox dd {
    padding: 0px;
}

.outline.companyBox:last-child {
    margin-bottom: 3.5em;
}
/***********************************************************************************/
/*	Recruit	*/
/***********************************************************************************/
/* 共通横100%ボックス */
.whiteBox {
    width: 100%;
    background: #fff;
    padding: 80px 20px;
}

.ivoryBox {
    width: 100%;
    background: #f8eedf;
    padding: 80px 20px;
}

.purpleBox {
    width: 100%;
    background: #e9e1ee;
    padding: 80px 20px;
}

.lblueBox {
    width: 100%;
    background: #dfedff;
    padding: 80px 20px;
}

.greenBox {
    width: 100%;
    background: #e0eae2;
    padding: 80px 20px;
}

.grayBox {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 20px;
}

/***********************************************************/
/* 三角形生成（白） */
.delta_left_top_w {
    position: absolute;
    border: #fff solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-left: -50vw;
    border-width: 0px 50vw 100px 0;
}

.delta_right_top_w {
    position: absolute;
    border: #fff solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-right: -50vw;
    border-width: 0px 0 100px 50vw;
}

.delta_left_bottom_w {
    position: absolute;
    border: solid #fff;
    border-top-color: transparent;
    bottom: 0;
    right: 50%;
    margin-left: auto;
    border-width: 100px 0 0 50vw;
}

.delta_right_bottom_w {
    position: absolute;
    border: solid #fff;
    border-top-color: transparent;
    bottom: 0;
    left: 50%;
    margin-left: auto;
    border-width: 100px 50vw 0 0;
}

/***********************************************************/
/* 三角形生成（青） */
.delta_left_top_b {
    position: absolute;
    border: #0f70ba solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-left: -50vw;
    border-width: 0px 50vw 100px 0;
}

.delta_right_top_b {
    position: absolute;
    border: #0f70ba solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-right: -50vw;
    border-width: 0px 0 100px 50vw;
}

.delta_left_bottom_b {
    position: absolute;
    border: solid #0f70ba;
    border-top-color: transparent;
    bottom: 0;
    right: 50%;
    margin-left: auto;
    border-width: 100px 0 0 50vw;
}

.delta_right_bottom_b {
    position: absolute;
    border: solid #0f70ba;
    border-top-color: transparent;
    bottom: 0;
    left: 50%;
    margin-left: auto;
    border-width: 100px 50vw 0 0;
}

/***********************************************************/
/* 三角形生成（水色） */
.delta_left_top_lb {
    position: absolute;
    border: #dfedff solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-left: -50vw;
    border-width: 0px 50vw 100px 0;
}

.delta_right_top_lb {
    position: absolute;
    border: #dfedff solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-right: -50vw;
    border-width: 0px 0 100px 50vw;
}

.delta_left_bottom_lb {
    position: absolute;
    border: solid #dfedff;
    border-top-color: transparent;
    bottom: 0;
    right: 50%;
    margin-left: auto;
    border-width: 100px 0 0 50vw;
}

.delta_right_bottom_lb {
    position: absolute;
    border: solid #dfedff;
    border-top-color: transparent;
    bottom: 0;
    left: 50%;
    margin-left: auto;
    border-width: 100px 50vw 0 0;
}

/***********************************************************/
/* 三角形生成（緑） */
.delta_left_top_gr {
    position: absolute;
    border: #e0eae2 solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-left: -50vw;
    border-width: 0px 50vw 100px 0;
}

.delta_right_top_gr {
    position: absolute;
    border: #e0eae2 solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-right: -50vw;
    border-width: 0px 0 100px 50vw;
}

.delta_left_bottom_gr {
    position: absolute;
    border: solid #e0eae2;
    border-top-color: transparent;
    bottom: 0;
    right: 50%;
    margin-left: auto;
    border-width: 100px 0 0 50vw;
}

.delta_right_bottom_gr {
    position: absolute;
    border: solid #e0eae2;
    border-top-color: transparent;
    bottom: 0;
    left: 50%;
    margin-left: auto;
    border-width: 100px 50vw 0 0;
}

/***********************************************************/
/* 三角形生成（灰） */
.delta_left_top_gray {
    position: absolute;
    border: #f5f5f5 solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-left: -50vw;
    border-width: 0px 50vw 100px 0;
}

.delta_right_top_gray {
    position: absolute;
    border: #f5f5f5 solid;
    border-bottom-color: transparent;
    top: 0px;
    left: 50%;
    margin-right: -50vw;
    border-width: 0px 0 100px 50vw;
}

.delta_left_bottom_gray {
    position: absolute;
    border: solid #f5f5f5;
    border-top-color: transparent;
    bottom: 0;
    right: 50%;
    margin-left: auto;
    border-width: 100px 0 0 50vw;
}

.delta_right_bottom_gray {
    position: absolute;
    border: solid #f5f5f5;
    border-top-color: transparent;
    bottom: 0;
    left: 50%;
    margin-left: auto;
    border-width: 100px 50vw 0 0;
}

/***********************************************************/
.common_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.common_inner .mds {
    max-width: 100%;
}

.h3_mission {
    color: #fff;
    font-size: 16rem;
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.1rem;
    text-align: center;
}

.recruit_topfig {
    max-width: 1000px;
    margin: 50px auto 80px auto;
    padding: 0 20px;
}

.recruit_topfig img {
    max-width: 100%;
}

.recruitBox1 {
    width: 100%;
    height: 550px;
    background: #0f70ba;
    position: relative;
}

.recruitBox2 {
    width: 100%;
    height: 460px;
    background-image: url(./img/recruit/recruit_back1.jpg);
    background-size: cover;
    position: relative;
}

.recruitContents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding: 60px 20px 0;
}

.recruitContents .h3_mismid {
    color: #fff;
    font-size: 3rem;
    font-family: "Anton";
    font-weight: normal;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    position: relative;
    margin-top: 60px;
}

.recruitContents .h3_mismid:first-child {
    margin-top: 70px;
}

.recruitContents .h3_mismid::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 130px;
    display: inline-block;
    width: calc(100% - 130px);
    height: 1px;
    background-color: #fff;
}

.recruitContents .rec_ul li {
    margin: 25px 33px 0 0;
    display: inline-block;
}

.recruitContents .rec_ul li a {
    color: #fff;

}

.recruitContents .rec_ul li a:hover {
    text-decoration: underline;
}

.recruitContents .rec_btn a {
    width: 410px;
    height: 80px;
    color: #0f70ba;
    font-size: 3rem;
    font-family: "Anton";
    font-weight: normal;
    line-height: 3rem;
    text-align: center;
    line-height: 8rem;
    letter-spacing: 0.1rem;
    background: #fff;
    display: block;
    position: relative;
    margin: 60px auto 0 auto;
}

.recruitContents .rec_btn a:before {
    content: url(./img/recruit/button_icon.png);
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 40px;
}

.recruitContents .rec_btn a:hover {
    background: #0f70ba;
    color: #fff;
    border: solid 2px #fff;
}

.keyword_h3 {
    font-size: 4rem;
    text-align: center;
    margin: 30px 0;
}

.keyword_h4 {
    font-size: 2rem;
    position: relative;
    margin: 60px 0 30px 0;
    padding-left: 60px;
}

.keyword_p {
    line-height: 2;
}

.keyword_h4:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000;
}

/***********************************************************/
.rec_p1 {
    font-size: 4rem;
    font-weight: 700;
    padding: 60px 100px 30px 100px;
}

.rec_p2 {
    padding-right: 100px;
}

.rec_p3 {
    line-height: 3rem;
    padding: 60px 100px 0 100px;
}

/***********************************************************/
.recruitBox3 {
    max-width: 1000px;
    border: 1px solid #000;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

.recruitBox3.mark h5 {
    font-size: 30px;
    color: #8f6aa9;
    font-family: "Anton";
    font-weight: normal;
    padding: 20px;
    background: #fff;
    display: inline-block;
}

.recruitBox3 h5 img {
    margin-right: 14px;
}

.recruitBox3 h5 i {
    font-size: 16px;
}

.recruitBox3 h5 span:nth-child(2) {
    margin-right: 20px;
}

.recruitBox3 h5 span:nth-child(3) {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: bold;
    display: inline-block;
}

.recruitBox3.ser h5 {
    font-size: 30px;
    color: #ddac5e;
    font-family: "Anton";
    font-weight: normal;
    padding: 20px;
    background: #fff;
    display: inline-block;
}

.recruitBox3.ai h5 {
    font-size: 30px;
    color: #64976f;
    font-family: "Anton";
    font-weight: normal;
    padding: 20px;
    background: #fff;
    display: inline-block;
}

.recruitBox3 h5 {
    position: absolute;
    top: 0;
    transform: translateY(-58%);
}

.recruitBox3 .img_w100 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.recruitBox3 p {
    font-size: 1.5rem;
    line-height: 2;
}

.rec_ye {
    color: #ddac5e;
    font-weight: bold;
}

.rec_gr {
    color: #64976f;
    font-weight: bold;
}

.rec_pu {
    color: #8f6aa9;
    font-weight: bold;
}

.cross {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 40px auto 50px auto;
    position: relative;
}

.recimg {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
}

.recimg img {
    width: 100%;
}

/***********************************************************/
.rec_service {
    max-width: 1120px;
    width: 95%;
    background: url(./img/recruit/recruit_back2.jpg);
    position: relative;
    margin: 0 auto 100px auto;
    padding: 193px 60px 60px 60px;
}

.rec_service > .delta_left {
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    border-top: 55px solid #fff;
    border-left: 0 solid transparent;
    border-right: 27px solid transparent;
    height: 0;
}

.rec_service > .delta_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    border-top: 55px solid #fff;
    border-left: 27px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
}

/* 20191114 */
.rec_service > .innerBox {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    position: relative;
    margin-bottom: 122px;
    padding: 20px;
}

.rec_service > .innerBox:last-child {
    margin-bottom: 0;
}

.rec_service > .innerBox .f_title {
    width: 130px;
    height: 130px;
    background: #3c3c3c;
    position: absolute;
    top: -82px;
    left: 40px;
    z-index: 45;
}

.rec_service > .innerBox .f_title span {
    width: 130px;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
    padding: 0 20px;
}

/**************/
.rec_service > .innerBox .leftBox {
    flex: 1;
    margin-left: 70px;
    position: relative;
}

.rec_service > .innerBox .leftBox .title {
    font-size: 4.1rem;
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.3rem;
    line-height: 4rem;
}

.rec_service > .innerBox .leftBox .v_center {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.rec_service > .innerBox > .leftBox p {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 14px 40px 30px 0;
}

.rec_service > .innerBox > .leftBox a {
    width: 100%;
    max-width: 390px;
    height: 67px;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: relative;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.rec_service > .innerBox > .leftBox a:hover {
    color: #fff;
    background: #ddac5e;
}

.rec_service > .innerBox > .leftBox a p {
    color: #000;
    transition: all 0.5s;
    font-family: "Anton";
    font-weight: normal;
    font-size: 2.5rem;
    margin: 0 0 0 30px;
    letter-spacing: 0rem;
}

.rec_service > .innerBox > .leftBox a p.t_move {
    color: #fff;
}

.rec_service > .innerBox > .leftBox a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.5s;
    width: auto !important;
    height: 13px !important;
}

.rec_service > .innerBox > .leftBox a img.i_move {
    -webkit-filter: invert(100%);
}

.rec_service > .innerBox figure img {
    max-width: 100%;
}

.recruitBox4 {
    width: 100%;
    height: 465px;
    background-image: url(./img/recruit/recruit_back3.jpg);
    background-size: cover;
    position: relative;
}

.recruitListBox {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto 0 auto;
}

.recruitListBox dl {
    width: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.recruitListBox dl:before {
    content: url(./img/top/button_img2.png);
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.recruitListBox dt {
    width: 80px;
    height: 80px;
    color: #8f6aa9;
    text-align: center;
    font-size: 3.6rem;
    line-height: 80px;
    text-shadow: #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0px, #fff -1px -1px 0;
    background: #8f6aa9;
}

.recruitListBox dd {
    font-size: 2.0rem;
    font-weight: bold;
    flex: 1;
    padding-left: 20px;
}

/***** POPUP **************************/
.recruitListBox {
    position: relative;
}

.recruitListBox a {
    color: #000;
}

.recruitListBox a:hover dl {
    background: #8f6aa9;
}

.recruitListBox a:hover dd {
    padding-left: 30px;
    transition: .3s;
}

.recruitListBox div {
    background-color: #FFF;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    width: 1000px;
    min-height: 250px;
    padding: 25px 60px;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    position: absolute;
    top: 20px;
}

.recruitListBox div strong {
    font-size: 24px;
    line-height: 50px;
}

/***** POPUP2 **************************/
.lity-close {
    display: none;
}

.v_inline {
    max-width: 1000px;
    padding: 60px;
    background: #fff;
    position: relative;
    border: solid 1px #999;
}

.v_inline strong {
    font-size: 2.4rem;
    line-height: 50px;
}

.v_inline .closebtn {
    font-size: 5rem;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}

/***** POPUP3 **************************/
.i_inline {
    max-width: 1000px;
    width: 90%;
    height: 70vh;
    padding: 60px;
    background: #fff;
    position: relative;
    overflow-y: auto;
    border: solid 1px #999;
    margin: 0 auto;
}

.i_inline strong {
    font-size: 2.4rem;
    line-height: 50px;
}

.i_inline .closebtn {
    font-size: 5rem;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}

.i_inline .qabox {
    margin-top: 40px;
    line-height: 1.8;
}

.i_inline .qabox .q_txt {
    font-weight: bold;
    display: block;
    font-size: 1.5rem;
}

.i_inline p.school {
    font-size: 14px;
}

.i_inline .names {
    font-size: 2.0rem;
    font-weight: bold;
}

/**********************************/
.peopleBox {
    max-width: 1000px;
    margin: 60px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.peopleBox figure {
    width: 18%;
    position: relative;
    margin: 0 1% 20px;
}

.peopleBox figure:last-child {
    margin-right: auto;
}

.peopleBox figure a img {
    width: 100%;
}

.peopleBox figure a ul {
    width: 100%;
    color: #fff;
    background: rgba(143, 106, 169, .5);
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.peopleBox figure:hover > a ul {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.peopleBox .yak {
    font-size: 1.2rem;
}

.peopleBox .name {
    font-size: 1.8rem;
    position: relative;
}

.peopleBox .name:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
}

/**********************************/
.recruitBox5 {
    width: 100%;
    height: 465px;
    background-image: url(./img/recruit/recruit_back4.jpg);
    background-size: cover;
    position: relative;
}

.entry_p {
    max-width: 1000px;
    line-height: 2.25;
    margin: 0 auto 80px auto;
}

.entry_text {
    margin-bottom: 15px;
}

.entryBtns {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.newgrad_link {
    transition: 0.3s;
}

.newgrad_link:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/*.entryBtns ul {
    display: flex;
    justify-content: center;
}*/

.entryBtns ul li {
    max-width: 480px;
    margin: 0 auto;
}

.entryBtns ul .entryBtn {
    background: linear-gradient(180deg, #649670 0%, #649670 50%, #54825E 50%, #54825E 100%);
    padding: 1em 1em;
    width: 100%;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin: 1.1em 0;
    position: relative;
}

.entryBtns ul .entryBtn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}


.entryBtns .entryBtn-img {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    margin: 0 5px;
}

.entryBtns li a > img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.entryBtns li a:hover > img {
    opacity: .5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.recruit_entry {
    position: fixed;
    top: 450px;
    right: 0;
    z-index: 55;
    background: #0d6fb8;
    transition: .3s;
}

.recruit_entry:hover {
    top: 470px;

}



/***********************************************************/
.peopleTitle {
    width: 100%;
    background: #e9e1ee;
    padding: 40px 0;
}

.peopleTitle > .inner {
    width: 1000px;
    margin: 0 auto;
}

.peopleTitle > .inner img {
    max-width: 100%;
}

.peopleContents {
    width: 100%;
    background: #f5f5f5;
}

.peopleContents > .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 80px 0;
}

.peopleContents h3 {
    font-size: 2rem;
    position: relative;
    margin: 0 0 30px 0;
    padding-left: 60px;
}

.peopleContents h3:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000;
}

.peopleContents p {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 60px;
}

.peopleContents img {
    width: 100%;
}

.people_buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    position: relative;
}

.people_btn {
    margin-bottom: 30px;
}

.people_btn a {
    width: 480px;
    height: 80px;
    font-size: 2.5rem;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    background: #7e5c95;
    border: 1px solid #7e5c95;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.people_btn:last-child {
    margin-bottom: 0;
}

.people_btn a:hover {
    color: #7e5c95;
    background: #fff;
    border: 1px solid #7e5c95;
    transition: all 0.3s;
}

.pupBox {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, .95);
    padding: 60px;
    margin: auto;
    overflow-y: auto;
}

.lity {
    background: transparent !important;
}

.lity-content:after {
    display: none !important;
}

.pupBox .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
}

/**20200805追記******/
#results {
    padding-top: 80px;
    margin-top: -80px;
}

#results .bg_results {
    max-width: 1120px;
    height: 800px;
    margin: 61px auto 0;
    background: url(./img/recruit/recruit_back5.jpg);
    background-size: cover;
    color: #ffffff;
}

#results .bg_results .inner {
    position: relative;
    height: 100%;
    margin: 0 34px 0 510px;
}

#results .bg_results p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
}

#results .bg_results .inner p:nth-of-type(1) {
    padding-top: 75px;
}

#results .bg_results .title {
    margin: 40px 0 20px;
    font-size: 49px;
    font-family: "Anton";
    letter-spacing: 2px;
    line-height: 1.3;
}

#results .bg_results .text + .text {
    margin-top: 30px;
}

#results .bg_results .text_link {
    margin-top: 35px;
}

#results .bg_results .text_link a {
    margin-left: 4px;
    color: #ffffff;
    text-decoration: underline;
    text-underline-position: under;
    letter-spacing: 2px;
}

#results .bg_results .text_link a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 13px 0 -5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

#results .bg_results .text_bottom {
    position: absolute;
    font-size: 13px;
    bottom: 13px;
    right: -20px;
    letter-spacing: 2px;
}

/***********************************************************************************/
/*	newgrad	*/
/***********************************************************************************/
.newgradBox1 {
    width: 100%;
    height: 450px;
    background-image: url(./img/newgrad/newgrad_back1.jpg);
    background-size: cover;
    position: relative;
}

.newgradContents {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding-top: 60px;
}

.newgradContents .newgrad_h3 {
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.whyBox {
    width: 1000px;
    margin: 40px auto 0 auto;
    position: relative;
}

.whyBox > .title {
    width: 1000px;
    height: 110px;
    font-size: 3rem;
    letter-spacing: 0.5rem;
    color: #fff;
    background-image: url(./img/newgrad/newgrad_back3.png);
    position: relative;
    z-index: 3;
    padding: 23px 0 0 27px;
}

.whyBox > .title > span {
    font-size: 2.4rem;
}

.newgrad_text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    background: #fff;
    position: relative;
    z-index: 2;
}

.newgrad_text.bd {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -25px;
    padding: 40px 30px;
}

.intern_voice {
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
    letter-spacing: 0.3rem;
    text-align: center;
    background: #0f70ba;
    margin-bottom: 20px;
}

.voice_box {
    display: none;
    position: absolute;
    top: 120px;
    background-color: #fff;
    padding: 50px;
    border: 1px solid;
    z-index: 10;
}

.voice_box .names {
    font-size: 23px;
    font-weight: bold;
}

.voice_box .qabox {
    margin-top: 40px;
}

.voice_box .qabox .q_txt {
    font-weight: bold;
    display: block;
}

.intern_ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 40px;
}

.intern_ul:last-child {
    margin-bottom: 0;
}

.intern_ul li {
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.intern_ul li:last-of-type {
    margin-right: 0;
}

.intern_ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.intern_ul li:hover {
    transform: translateY(-5px);
}

.newgradBox2 {
    width: 100%;
    height: 450px;
    background-image: url(./img/newgrad/newgrad_back2.jpg);
    background-size: cover;
    position: relative;
}

.newgrad_entry {
    width: 1000px;
    background: #fff;
    margin: 0 auto 60px auto;
    padding: 30px;
}

.newgrad_entry dt {
    font-size: 1.8rem;
    color: #64976f;
    font-weight: bold;
    margin-bottom: 20px
}

.newgrad_entry dd {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 40px
}

li.end {
    position: relative;
}

li.end:after {
    content: '募集は終了しました';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***********************************************************************************/
/*	Sitemap	*/
/***********************************************************************************/
.sitemapBox a {
    color: #000;
    display: block;
}

.sitemapBox a:hover {
    color: #0d6fb8;
}

.sitemapBox h4 {
    font-size: 3.0rem;
    border-bottom: 2px solid #000;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.sitemapBox h4::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.sitemapBox ul:not(:last-child) {
    margin-bottom: 60px;
}

.sitemapBox li {
    position: relative;
    line-height: 4.2rem;
    padding-left: 20px;
}

.sitemapBox li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/***********************************************************************************/
/*	Privacy	*/
/***********************************************************************************/
.privacyBox p.min {
    font-size: 13px;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

.privacyBox h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.privacyBox p {
    line-height: 2.8rem;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.2rem;
    /*font-weight:bold;*/
}

/***********************************************************************************/
/*	Compliance	*/
/***********************************************************************************/
.compliance figure {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.compliance p {
    line-height: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.compliance dl {
    border-bottom: 1px solid #cccccc;
}

.compliance dl:not(:last-child) {
    margin-bottom: 30px;
}

.compliance dt {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.compliance dd {
    line-height: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    /*font-weight: bold;*/
}

/***********************************************************************************/
/*	Contact	*/
/***********************************************************************************/
.contact input[type="text"],
.contact input[type="email"],
.contact select,
.contact textarea {
    width: 100%;
    border-radius: 0;
    background: #ededed;
    padding: 10px;
    font-family: inherit;
}

.contact input[type="submit"]:last-child {
    margin-right: 0;
}

.contact .selectBox {
    position: relative;
}

.contact .selectBox:after {
    font-size: 1.5rem;
    content: "\25BC";
    position: absolute;
    top: 24px;
    right: 0;
    margin-right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50;
}

.contact .selectBox select {
    cursor: pointer;
    text-overflow: ellipsis;
}

.contact dl:first-child {
    margin-top: 60px;
}

.contact dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    margin-bottom: 40px;
}

.contact dt {
    width: 250px;
}

.contact dd {
    flex: 1;
}

.contact .agree {
    background: #ededed;
    margin-bottom: 60px;
    padding: 0 45px 45px 45px;
}

.contact .agree p {
    padding: 30px 0;
}

.contact .agree > .inner {
    height: 200px;
    background: #fff;
    padding: 30px;
    overflow: scroll;
    overflow-x: hidden;
}

.contact #attention_text {
    text-align: center;
    border: 1px solid;
    padding: 5px;
    color: red;
    max-width: 500px;
    margin: 0 auto 50px;
    display: none;
}

.contact #attention_text.success {
    display: block;
}

.mw_wp_form_complete .thanks {
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
    margin-bottom: 60px;
    padding: 40px;
}

.mw_wp_form_complete .thanks .title {
    font-size: 4.0rem;
    font-weight: bold;
}

.mw_wp_form_complete .thanks p {
    font-size: 1.5rem;
}

/***********************************************************************************/
/*	Category	*/
/***********************************************************************************/
.newsMenu {
    width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    margin: -40px auto 0;
}

.newsMenu li {
    width: 220px;
    font-size: 2.6rem;
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: 0.1rem;
    text-align: center;
}

.newsMenu li a {
    display: block;
    padding: 20px 0;
    background: #fff;
    border: 2px solid #0f70ba;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.newsMenu li a:hover {
    color: #fff;
    background: #0f70ba;
}

.newsMenu .current a {
    color: #fff;
    background: #0f70ba;
}

/**************************/
.boxLink {
    color: #000;
    display: block;
    border: 1px solid #000000;
    margin-bottom: 30px;
    padding: 25px;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.boxLink:first-child {
    margin-top: 40px;
}

.boxLink:hover {
    color: #fff;
    background: #0d6fb8;
}

.categoryBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
}

.categoryBox figure {
    width: 250px;
    height: 150px;
    margin-right: 30px;
}

.categoryBox figure img {
    width: 100%;
}

.categoryBox ul {
    flex: 1;
}

.categoryBox li {
    margin-bottom: 10px;
}

.categoryBox .date {
    font-size: 1.4rem;
}

.categoryBox .category {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    background: #000;
    padding: 2px 15px;
    display: inline-block;
}

.categoryBox .text {
    font-size: 1.6rem;
}

/***********************************************************************************/
/*	Single	*/
/***********************************************************************************/
.single .date {
    font-size: 1.5rem;
    margin-right: 40px;
}

.single .category a {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    background: #000;
    display: block;
    padding: 2px 15px;
    display: inline-block;
}

.single h2 {
    margin-bottom: 40px;
}

.single h3 {
    font-size: 2.0rem;
    line-height: 3rem;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
    padding: 40px 0 20px 0;
}

.single h4 {
    margin-bottom: 30px;
}

.single .tex {
    margin-bottom: 100px;
}

.single p {
    padding-bottom: 20px;
}

/***********************************************************************************/
/*	Pagenation	*/
/***********************************************************************************/
.pagenation ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagenation li {
    text-align: center;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #0d6fb8;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    padding-top: 8px;
}

.pagenation li:last-child {
    margin-right: 10px;
}

.pagenation li.active {
    color: #fff;
    background: #0d6fb8;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #0d6fb8;
    -webkit-border-radius: 50%;
}

.pagenation li.next,
.pagenation li.prev {
    background: none;
    border-radius: 0;
    border: none;
}

/***********************************************************************************/
/*	TopScroll	*/
/***********************************************************************************/
#top_scroll {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
}

#page-top1 {
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 20px;
    padding: 20px 0 0 0;
    background: #0d6fb8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
}

#page-top1 i {
    font-size: 4rem;
}

#page-top1:hover {
    transform: translateY(-10px);
}

#top_scroll:hover {
    background: #fff;
}

/***********************************************************************************/
/*	Top Header Scroll	*/
/***********************************************************************************/
.fix-header {
    top: -100px;
    position: fixed;
    opacity: 0;
    z-index: 1000;
}

.fix-header li:last-child {
    margin-right: 0;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/* スマートフォン対応 */
/*********************************************************************************************************/
/*********************************************************************************************************/
@media screen and (max-width: 1400px) {
    .catchcopy h2 {
        padding-left: 8%;
    }

    .catchcopy h2::before {
        left: -19%;
    }

    /**PC時非表示***/
    .sp_only {
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    .top_h2 {
        font-size: 3.5vw;
    }

    /**PC時非表示***/
    .sp_only {
        display: none;
    }

    .vision_ul {
        display: block;
    }

    .vision_ul li {
        width: 100%;
    }

    .serviceCommonUl,
    .companyCommonUl {
        width: 95%;
    }

    .officerBox {
        width: 95%;
    }
}

@media screen and (max-width:1024px) {

    /* 20191114 追加 */
    #wrap {
        margin-top: 105px;
    }

    .topcontents .wrap {
        padding: 40vh 20px 30vh;
    }

    .topcontents .wrap3 {
        padding: 10vh 20px 10vh;
    }

    .topSCbox1 {
        width: 720px;
        height: 200px;
        top: 46%;
        padding: 20px;
    }

    .topSCbox1 h2 > span:before {
        left: -350px;
        top: 8%;
        width: 100%;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }

    .mb180 {
        margin-bottom: 80px !important;
    }

    /*****************/
    .topFlex {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 180px;
        padding: 20px;
    }

    .topFlex .f_title {
        width: 150px;
        height: 150px;
        background: #3c3c3c;
        position: absolute;
        top: -100px;
        left: 30px;
        z-index: 500;
    }

    .topFlex .f_title span {
        width: 150px;
        font-size: 1.7rem;
        padding: 0 20px;
    }

    .rev {
        flex-wrap: wrap;
    }

    .topFlex.noMb {
        margin-bottom: 40px;
    }

    .topFlex p {
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: 0.2rem;
        margin-bottom: 40px;
    }

    .topFlex .title {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    /**************/
    .rec_service > .innerBox {
        margin-bottom: 122px;
    }

    .rec_service > .innerBox .f_title {
        width: 140px;
        height: 140px;
        top: -82px;
        left: 40px;
    }

    .rec_service > .innerBox .f_title span {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3rem;
        letter-spacing: 0.2rem;
        padding: 0 15px;
    }

    .rec_service > .innerBox figure {
        width: 50%;
    }

    .rec_service > .innerBox .leftBox {
        margin-left: 40px;
    }

    .rec_service > .innerBox .leftBox .title {
        font-size: 4rem;
        letter-spacing: 0.3rem;
    }

    .rec_service > .innerBox > .leftBox p {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 10px 20px 15px 0;
    }

    .peopleBox figure a ul {
        opacity: 1;
    }

    /**************/
    /**TOPと同コンテンツのpaddding調整**/
    .service_pad2 {
        padding-top: 120px;
    }
}

@media screen and (max-width: 1020px) {

    /* 20191114 追加 */
    #wrap {
        margin-top: 0;
    }

    .topSCbox1 {
        top: 41%;
    }

    /*****************/
    br.sp_pc {
        display: none;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .recruit_topfig.sp_only {
        display: none;
    }

    .recruit_topfig.pc_only {
        display: block;
    }

    /* ----------------------------------------------------------------
		Contents
----------------------------------------------------------------- */
    .contents {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    /* ----------------------------------------------------------------
		Common
----------------------------------------------------------------- */
    .commonTitle {
        height: 250px;
        color: #0d6fb8;
        position: relative;
    }

    .commonTitle > section {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        margin: auto;
        transform: translate(-50%, -50%);
    }

    .commonTitle > section h3 {
        font-size: 5.0rem;
    }

    .commonTitle > section p {
        font-size: 2.4rem;
    }

    .commonInner,
    .commonInner2 {
        width: 100%;
        margin: 0px auto 0;
    }

    .commonInner2 {
        margin-top: 40px;
    }

    /**共通見出し**/
    .common_h4 {
        font-size: 3.0rem;
        position: relative;
        margin-bottom: 35px;
    }

    .common_h4:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        display: inline-block;
        width: 30px;
        height: 2px;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #000;
    }

    /**Serviceページのみ別**/
    .dieter_h4 {
        color: #7d6b5f;
    }

    .dieter_h4:before {
        background-color: #7d6b5f;
    }

    .workout_h4 {
        color: #03236b;
    }

    .workout_h4:before {
        background-color: #03236b;
    }

    .english_h4 {
        color: #fe9a48;
    }

    .english_h4:before {
        background-color: #fe9a48;
    }

    /**静的ページ共通ボックス***/
    .commonBox {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    /**ボタン***/
    .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0 10px;

    }

    .btns a {
        color: #fff;

    }

    .btns a img {
        width: 100%;
    }

    .btns a div {
        padding: 0 10px;
    }

    .btns div,
    .btns input[type="submit"],
    .btns input[type="button"][name="submitBack"] {
        height: 60px;
        color: #fff;
        font-size: 2rem;
        /* margin-bottom: 10px; */
        margin: 0 0 10px;
    }

    .service_btn a {
        width: 100%;
        height: 60px;
    }


    /**SP時非表示***/
    .pc_only {
        display: none;
    }

    .topSCbox2 br.pc_only {
        display: block;
    }

    /* ----------------------------------------------------------------
		Breadcrumbs
----------------------------------------------------------------- */
    .breadcrumbs {
        width: 100%;
        height: 30px;
        font-size: 1.3rem;
        padding: 0 10px;
    }

    /* ----------------------------------------------------------------
		Contents
----------------------------------------------------------------- */
    .contents.top {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .imageBox {
        width: 100%;
        height: 210px;
        min-height: 210px;
    }

    .news {
        min-height: 120px;
        height: auto;
    }

    .company_comments {
        width: 95%;
        height: auto;
        padding: 30px 20px 30px 20px;
        margin: -80px auto 0;
    }

    .company_comments h3 {
        font-size: 3.0rem;
        margin-bottom: 10px;
        position: static;
    }

    .company_comments h3::before {
        top: 53px;
        left: -5%;
    }

    .company_comments p {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    /*****/
    .recruit_comments {
        width: 95%;
        margin: -80px auto 0;
        padding: 30px 20px;
    }

    .recruit_comments h3 {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .recruit_comments h3 > span {
        font-size: 1.6rem;
    }

    .recruit_comments p {
        font-size: 1.4rem;
        line-height: 3rem;
    }

    /*****/
    .newgrad_comments {
        width: 95%;
        margin: -80px auto 0;
        padding: 30px 20px;
    }

    .newgrad_comments h3 {
        font-size: 3.0rem;
        margin-bottom: 10px;
        position: static;
    }

    .newgrad_comments h3 > span {
        font-size: 1.6rem;
    }

    .newgrad_comments p {
        font-size: 1.4rem;
        line-height: 3rem;
    }

    /*****/
    .recruit_people {
        width: 95%;
        position: relative;
        display: flex;
        margin: -20px auto 0;
        padding: 20px;
    }

    .recruit_people > figure {
        width: 30%;
    }

    .recruit_people > figure img {
        width: 100%;
    }

    .recruit_people > .profile {
        flex: 1;
        padding-top: 20px;
    }

    .recruit_people > .profile .pos {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .recruit_people > .profile .name {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .recruit_people > .profile .profileTex {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    /*****/
    .imageBox > .recruit_comments {
        width: 1000px;
        height: 130px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -35px;
        padding: 40px 90px 0 90px;
    }

    .imageBox > .recruit_comments p {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    /* ----------------------------------------------------------------
		TopHeader
----------------------------------------------------------------- */
    .topHeader {
        min-height: 30vh;
    }

    .catchcopy {
        width: 100%;
        margin: 0 auto;
    }

    .catchcopy h2 {
        font-size: 16px;
    }

    .top_comments {
        width: 95%;
        padding: 30px;
        margin-top: -80px;
    }

    .top_comments > p {
        font-size: 1.6rem;
        line-height: 3.0rem;
    }

    .top_comments > p > span {
        color: #fff;
        font-size: 2.0rem;
        font-weight: 700;
        background: #0d6fb8;
        display: inline-block;
        margin-right: 10px;
        padding: 3px 3px;
    }

    /* ----------------------------------------------------------------
		Header
----------------------------------------------------------------- */
    header {
        background: #fff;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 24;
        padding: 15px 0 10px 0;
    }

    header > .inner {
        width: 100%;
        font-size: 14px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }

    .top_header {
        background: transparent !important;
    }

    .nav-global {
        position: fixed;
        top: 0;
        right: -50%;
        width: 50%;
        height: 100%;
        padding-top: 70px;
        text-align: left;
        font-size: 14px;
        background: #0D6FB8;
        z-index: 1;
        transition: 0.6s all;
    }

    .nav-global ul {
        display: block;
        width: 100%;
        line-height: 70px;
        background: none;
        color: #fff;
        text-align: left;
    }

    .nav-global ul li {
        transition: all 0.5s;
        padding: 0 30px;
        margin-right: 0 !important;
    }

    .nav-global ul li:hover {
        background: rgba(255, 255, 255, .3);
    }

    .nav-global > ul > li > a {
        color: #fff;
        position: relative;
        display: block;
    }

    .nav-global ul li a:after {
        display: none;
    }

    .nav-open .nav-global {
        right: 0;
    }

    .nav-open .contents {
        transition: filter 0.3s ease;
        -webkit-filter: opacity(0.6);
        -moz-filter: opacity(0.6);
        -o-filter: opacity(0.6);
        -ms-filter: opacity(0.6);
        filter: opacity(0.6);
    }

    #nav-btn {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 15px;
        right: 15px;
        background: #0d6fb8;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .hamburger {
        position: relative;
        display: block;
        width: 50px;
        height: 44px;
    }

    .hamburger .bdr {
        position: absolute;
        left: 50%;
        width: 60%;
        height: 2px;
        background: #fff;
        transition: all 0.5s;
        transform: translateX(-50%);
    }

    .hamburger .bdr:nth-child(1) {
        top: 16px;
    }

    .hamburger .bdr:nth-child(2) {
        top: 25px;
    }

    .hamburger .bdr:nth-child(3) {
        bottom: 14px;
    }

    .hamburger.is-active .bdr {
        background: #fff;
    }

    .hamburger.is-active .bdr:nth-child(1) {
        transform: translate(-50%, 10px) rotate(-45deg);
    }

    .hamburger.is-active .bdr:nth-child(2) {
        opacity: 0;
    }

    .hamburger.is-active .bdr:nth-child(3) {
        transform: translate(-50%, -8px) rotate(45deg);
    }

    /* ----------------------------------------------------------------
		Footer
----------------------------------------------------------------- */
    footer > .inner {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 30px 20px;
    }

    footer > .inner > .menus {
        width: 100%;
        padding: 10px;
    }

    /**********/
    footer > .inner > .menus li > a {
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #999999;
        display: block;
        margin-bottom: 15px;
        position: relative;
    }

    footer > .inner > .menus li > a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "\f054";
        position: absolute;
        right: 10px;
        top: 1px;
    }

    footer > .inner > .menus li > ul > li > a {
        font-size: 14px;
        font-weight: normal;
        border-bottom: none;
        margin-bottom: 3px;
    }

    footer > .inner > .menus li > ul > li > a::after {
        content: "";
    }

    /**********/
    footer .footer-group {
        width: 100%;
    }

    footer .footer-group > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    footer .footer-group > ul li {
        padding: 10px 20px;
        position: relative;
    }

    footer .footer-group > ul li::after {
        color: #fff;
        content: "│";
        position: absolute;
        right: -10px;
    }

    footer .footer-group > ul li:last-child::after {
        content: "";
    }

    small {
        width: 100%;
        height: 73px;
        line-height: 73px;
        text-align: center;
        background: #fff;
        display: block;
    }

    /* ----------------------------------------------------------------
		Top
----------------------------------------------------------------- */
    .top_h2 {
        padding-bottom: 10px;
    }

    .top h3 {
        font-size: 6.0rem;
    }

    /**************/
    .toptitleBox {
        min-height: 25vh;
        padding: 5px 0;
    }

    /**************/
    .topFlex p {
        font-size: 1.5rem;
    }

    .topFlex p br {
        display: none;
    }

    .topFlex .inner1 {
        position: static;
        transform: none;
        padding: 10px;
    }

    .topFlex .inner2 {
        text-align: right;
        position: static;
        transform: none;
        padding: 10px;
    }

    .topFlex .left1 {
        padding: 20px;
    }

    .topFlex .left1 img {
        width: auto;
        height: 60px;
    }

    .topFlex .right2 {
        padding: 20px;
    }

    .topFlex .right2 img {
        width: auto;
        height: 60px;
    }

    .topBtn {
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
        display: inline-block;
    }

    .topBtn img {
        width: 100% !important;
    }

    .topBtn2 a {
        width: 330px;
        height: 80px;
    }

    /**************/
    .topService {
        padding: 0 0 20px 0;
    }

    /**************/
    .topNews {
        padding: 20px 10px 0 10px;
        width: 90%;
    }

    .topNews dl {
        align-items: left;
        padding: 15px;
    }

    .topNews dl:last-of-type {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 40px;
    }

    .topNews dt .date {
        font-size: 1.4rem;
        margin-right: 20px;
    }

    .topNews dt .category a {
        width: 110px;
        color: #fff;
        font-size: 1.3rem;
        margin-right: 0;
        padding: 5px 0;
    }

    .topNews dd {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    /**************/
    .topRecruit {
        width: 100%;
        background-image: url(./img/top/top_recruit.jpg);
        background-size: cover;
        text-align: center;
    }

    .topRecruit h3 {
        color: #fff;
        font-size: 4.0rem;
    }

    .topRecruit p {
        color: #fff;
        margin-bottom: 40px;
    }

    /* ----------------------------------------------------------------
			Pages
	----------------------------------------------------------------- */
    .titleBox {
        padding: 10px;
    }

    .titleBox > .inner {
        width: 100%;
        margin: 0 auto;
    }

    .titleBox > .inner > section {
        position: static;
        transform: none;
    }

    .titleBox > .inner > section h2 {
        font-size: 3.6rem;
    }

    .titleBox > .inner > section p {
        font-size: 1.6rem;
        letter-spacing: 0.2rem;
    }

    /* ----------------------------------------------------------------
		Service
----------------------------------------------------------------- */
    /**TOPと同コンテンツのpaddding調整**/
    .service_pad2 {
        padding-top: 80px;
    }

    /*******/
    .servicetitleBox {
        min-height: 130px;
    }

    .servicetitleBox > section {
        width: 100%;
    }

    .servicetitleBox > section h3 {
        font-size: 3rem;
    }

    .servicetitleBox > section p {
        font-size: 1.4rem;
    }

    /*******/
    .servicetextBox {
        margin-bottom: 40px;
        padding: 20px;
    }

    .servicetextBox > .title {
        font-size: 2.4rem;
    }

    .servicetextBox > .tex {
        font-size: 1.5rem;
    }

    /*******/
    .service_ul {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .service_ul:last-of-type {
        margin-bottom: 80px;
    }

    .service_ul li {
        width: 100%;
        margin: 0 auto;
    }

    .service_ul li img {
        width: 100%;
    }

    .service_ul .li1 {
        font-size: 6.0rem;
        padding: 0 20px;
    }

    .service_ul .font_s {
        font-size: 1.5rem;
        padding: 0 10px;
    }

    .service_ul .li2 {
        font-size: 2.4rem;
        font-weight: 700;
        padding: 0 20px 20px;
    }

    .service_ul .li3 {
        font-size: 1.5rem;
        padding: 0 20px 10px;
    }

    /**事業内容内共有パーツ**/
    .serviceCommonUl {
        width: 90%;
        height: auto;
        line-height: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /**親ページ**/
    .serviceCommonUl li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .serviceCommonUl > li > a {
        font-size: 2rem;
        padding: 10px;
    }

    /**子ページ**/
    .serviceCommonUl li ul {
        display: block;
        position: static;
        padding: 10px;
        width: 100%;
    }

    .serviceCommonUl li ul li {
        width: 100%;
        padding: 0 10px;
        position: static;
        margin-bottom: 10px;
    }

    .serviceCommonUl li ul li a {
        text-decoration: underline;
        margin-bottom: 5px;
    }

    .serviceCommonUl li ul li:last-child {
        padding-right: 0;
    }

    .serviceCommonUl li ul li::after {
        content: "";

    }

    .serviceCommonUl .current {
        font-size: 1.6rem;
    }

    /* ----------------------------------------------------------------
		Company
----------------------------------------------------------------- */
    .companytitleBox {
        height: auto;
        min-height: initial;
    }

    .companytitleBox > section {
        width: 100%;
        position: static;
        transform: none;
        padding: 40px 0;
    }

    .companytitleBox > section h3 {
        font-size: 4.0rem;
    }

    .companytitleBox > section p {
        font-size: 1.6rem;
    }

    /****Company***********/
    .companyBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 20px;
    }

    .companyBox li {
        width: 100%;
        margin-bottom: 40px;
    }

    .companyBox li a:hover img {
        opacity: 0.5;
        -webkit-opacity: 0.5;
    }

    .companyBox li a img {
        width: 100%;
        -webkit-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
    }

    .companyCommonBox {
        padding: 40px 0 0 0;
    }

    .companyBox_under {
        width: 100%;
        font-size: 1.6rem;
        height: 40px;
    }

    .companyBox_under img {
        width: auto !important;
    }

    /**会社情報内共有パーツ**/
    .companyCommonUl {
        width: 90%;
        height: auto;
        line-height: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 40px auto 0;
    }

    /**親ページ**/
    .companyCommonUl li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .companyCommonUl > li > a {
        color: #000;
        font-size: 2rem;
        font-weight: bold;
        padding: 10px;
    }

    /**子ページ**/
    .companyCommonUl li ul {
        width: 100%;
        display: block;
        position: static;
        padding: 10px;
    }

    .companyCommonUl li ul li {
        width: 100%;
        padding: 0 10px;
        position: static;
        margin-bottom: 10px;
    }

    .companyCommonUl li ul li:last-child {
        padding-right: 0;
    }

    .companyCommonUl li ul li::after {
        content: "";
    }

    .companyCommonUl li ul li a {
        margin-bottom: 5px;
        text-decoration: underline;
    }

    .companyCommonUl .current {
        font-size: 1.6rem;
    }

    /****Vision***********/
    .visionTop {
        width: 100%;
        background: #0f70ba;
        text-align: center;
        padding: 30px 0;
    }

    .visionTop img {
        width: 95%;
    }

    .vision_h4 {
        font-size: 3.0rem;
        text-align: center;
    }

    .vision_ul {
        width: 100%;
        display: block;
        margin: 20px 0 40px;
        padding: 10px;
    }

    .vision_ul li {
        width: 100%;
        height: 50px;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 50px;
        background: #f5f5f5;
        margin-bottom: 10px;
        padding: 0 20px;
    }

    .vision_ul li > span {
        font-size: 2.5rem;
    }

    /*Message***********/
    .messegeText {
        width: 100%;
        max-width: 1000px;
        margin: 20px auto 40px;
        padding: 0 20px;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    /*Officer***********/
    .officerBox {
        background: #f2f3f7;
        display: block;
        margin-bottom: 20px;
        padding: 20px;
    }

    .officerBox::last-child {
        margin-bottom: 0;
    }

    .officerBox figure {
        margin-right: 0;
    }

    .officerBox figure img {
        margin: 0 auto;
        display: block;
    }

    .officerBox ul {
        padding: 20px 0;
    }

    .officerBox ul li {
        font-size: 1.5rem;
    }

    .officerBox ul .li1 {
        margin-bottom: 5px;
    }

    .officerBox ul .li2 {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .officerBox ul .li2 > span {
        font-size: 1.3rem;
    }

    /*Outline***********/
    .outline {
        display: block;
        flex-wrap: nowrap;
        justify-content: left;
        line-height: 35px;
        border-top: 1px solid #cccccc;
        padding: 20px 10px;
    }

    .outline_end {
        border-bottom: 1px solid #cccccc;
    }

    .outline dt {
        width: 100%;
        font-weight: bold;
        padding: 0 0 0 3px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .outline dd {
        width: 100%;
        line-height: 2.5rem;
        padding: 0;
        font-size: 1.4rem;
    }

    .gMap p {
        padding: 0 15px;
        font-size: 1.4rem;
        line-height: 26px;
    }

    .gMap iframe {
        margin-bottom: 20px;
    }

    .law .outline dt {
        width: 100%;
        padding-top: 0;
    }


    /***********************************************************************************/
    /*	Recruit	*/
    /***********************************************************************************/
    /* 共通横100%ボックス */
    .whiteBox {
        width: 100%;
        background: #fff;
        padding: 80px 0;
    }

    .ivoryBox {
        width: 100%;
        background: #f8eedf;
        padding: 40px 0;
    }

    .purpleBox {
        width: 100%;
        background: #e9e1ee;
        padding: 40px 0;
    }

    .lblueBox {
        width: 100%;
        background: #dfedff;
        padding: 40px 0;
    }

    .greenBox {
        width: 100%;
        background: #e0eae2;
        padding: 40px 0;
    }

    .grayBox {
        width: 100%;
        background: #f5f5f5;
        padding: 40px 0;
    }

    /***********************************************************/
    .common_inner {
        width: 100%;
        padding: 0 20px;
    }

    .h3_mission {
        font-size: 8rem;
    }

    .recruit_topfig {
        width: 100%;
        margin: 0 auto 40px auto;
    }

    .recruit_topfig img {
        width: 100%;
    }

    .recruitBox1 {
        width: 100%;
        background: #0f70ba;
        position: relative;
    }

    .recruitBox2 {
        width: 100%;
        height: 460px;
        background-image: url(./img/recruit/recruit_back1.jpg);
        background-size: cover;
        position: relative;
    }

    .recruitContents {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    .recruitContents .h3_mismid {
        color: #fff;
        font-size: 3rem;
        font-family: "Anton";
        font-weight: normal;
        line-height: 3rem;
        letter-spacing: 0.1rem;
        position: relative;

    }

    .recruitContents .h3_mismid::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 130px;
        display: inline-block;
        width: calc(100% - 130px);
        height: 1px;
        background-color: #fff;
    }


    .recruitContents .rec_ul li a {
        color: #fff;
        text-decoration: underline;
    }

    .recruitContents .rec_btn a {
        width: 410px;
        height: 80px;
        color: #0f70ba;
        font-size: 3rem;
        font-family: "Anton";
        font-weight: normal;
        line-height: 3rem;
        text-align: center;
        line-height: 8rem;
        letter-spacing: 0.1rem;
        background: #fff;
        display: block;
        position: relative;
        margin: 60px auto 0 auto;
    }

    .recruitContents .rec_btn a:before {
        content: url(./img/recruit/button_icon.png);
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 40px;
    }

    .keyword_h3 {
        font-size: 3rem;
        margin: 30px 0;
    }

    .keyword_h4 {
        font-size: 2rem;
        position: relative;
        margin: 30px 0 15px 0;
        padding-left: 60px;
    }

    /***********************************************************/
    .rec_p1 {
        margin: 20px 0 10px 0;
        padding: 0;
    }

    .rec_p2 {
        padding-right: 0;
    }

    .rec_p3 {
        line-height: 3rem;
        padding: 20px 0 0 0;
    }

    /***********************************************************/

    .recruitBox3 .img_w100 {
        width: 100%;
        margin-bottom: 20px;
    }

    .recruitBox3 p {
        font-size: 1.5rem;
    }

    .cross {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 20px auto 50px auto;
        position: relative;
    }

    .recimg {
        max-width: 100%;
        width: 100%;
        margin: 20px auto;
    }

    .recimg img {
        width: 100%;
    }

    /***********************************************************/
    .rec_service {
        background: url(./img/recruit/recruit_back2.jpg);
        position: relative;
        margin: 0 auto 100px auto;
        padding: 163px 20px 40px 20px;
    }

    .rec_service > .delta_left {
        position: absolute;
        top: 0;
        width: 50%;
        left: 0;
        border-top: 40px solid #fff;
        border-left: 0 solid transparent;
        border-right: 27px solid transparent;
        height: 0;
    }

    .rec_service > .delta_right {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        border-top: 40px solid #fff;
        border-left: 27px solid transparent;
        border-right: 0 solid transparent;
        height: 0;
    }


    .rec_service > .innerBox > .leftBox img {
        width: 100%;
    }

    .rec_service > .innerBox > .leftBox p {
        margin: 10px;
    }

    .rec_service > .innerBox > .leftBox a {
        width: 100%;
    }

    .rec_service > .innerBox > .leftBox a:hover {
        color: #fff;
        background: #ddac5e;
    }

    .rec_service > .innerBox > .leftBox a p {
        margin: 0 0 0 30px;
    }

    .rec_service > .innerBox > .leftBox a p.t_move {
        color: #fff;
    }

    .rec_service > .innerBox > .leftBox a img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        transition: all 0.5s;
        width: auto !important;
        height: 13px !important;
    }

    .rec_service > .innerBox > .leftBox a img.i_move {
        -webkit-filter: invert(100%);
    }

    .recruitBox4 {
        width: 100%;
        height: 465px;
        background-image: url(./img/recruit/recruit_back3.jpg);
        background-size: cover;
        position: relative;
    }

    .recruitListBox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px auto 0 auto;
    }

    .recruitListBox a {
        width: 100%;
    }

    .recruitListBox dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: #f5f5f5;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
    }

    .recruitListBox dt {
        width: 80px;
        height: 80px;
    }

    .recruitListBox div {
        width: auto;
        padding: 15px;
    }

    .recruitListBox div strong {
        font-size: 24px;
        line-height: 30px;
        width: 90%;
        display: block;
    }

    /***** POPUP2 **************************/
    .v_inline {
        width: 90%;
        margin: 0 auto;
    }

    .v_inline strong {
        font-size: 2.4rem;
    }

    /***** POPUP3 **************************/
    .i_inline {
        padding: 60px 20px 100px 20px;
    }

    .i_inline strong {
        font-size: 2.4rem;
    }

    /**********************************/
    .voice_box {
        padding: 25px;
    }

    /**********************************/
    .peopleBox {
        width: 100%;
        margin: 30px auto 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .peopleBox figure a ul {
        width: 100%;
        padding: 5px;
    }

    .peopleBox .yak {
        font-size: 1.2rem;
    }

    .peopleBox .name {
        font-size: 1.8rem;
    }

    /**********************************/
    .recruitBox5 {
        width: 100%;
        height: 465px;
        background-image: url(./img/recruit/recruit_back4.jpg);
        background-size: cover;
        position: relative;
    }

    .entry_p {
        width: 100%;
        line-height: 3rem;
        margin: 0 auto 40px auto;
    }

    .entryBtns {
        width: 100%;
        margin: 0 auto;
    }

    .entryBtns ul .entryBtn {
        font-size: 16px;
    }

    .entryBtns ul .entryBtn::after {
        right: 1px;
    }

    .entryBtns li:last-child {
        margin-bottom: 0;
    }

    .entryBtns li a > img {
        width: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .entryBtns li a:hover > img {
        opacity: .5;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .recruit_entry {
        position: fixed;
        top: 270px;
        right: -24px;
        z-index: 55;
    }

    .recruit_entry:hover {
        top: 290px;
    }

    .recruit_entry img {
        width: 60%;
    }

    /***********************************************************/
    .peopleTitle {
        width: 100%;
        background: #e9e1ee;
        padding: 20px;
    }

    .peopleTitle > .inner {
        width: 100%;
    }

    .peopleContents {
        width: 100%;
    }

    .peopleContents > .inner {
        width: 100%;
        margin: 0 auto;
        padding: 20px 20px 40px 20px;
    }

    .peopleContents h3 {
        font-size: 2rem;
        position: relative;
        margin: 0 0 15px 0;
        padding-left: 60px;
    }

    .peopleContents h3:before {
        content: '';
        position: absolute;
        left: 25px;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #000;
    }

    .peopleContents p {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .peopleContents img {
        width: 100%;
    }

    .people_buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding: 30px 20px 0 20px;
    }

    .people_btn {
        margin-bottom: 15px;
        width: 100%;
    }

    .people_btn a {
        width: 100%;
        height: 80px;
        font-size: 2.5rem;
        line-height: 80px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        display: block;
        background: #7e5c95;
        border: 1px solid #7e5c95;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
        transition: all 0.3s;
    }

    .people_btn:last-child {
        margin-bottom: 0;
    }

    .people_btn a:hover {
        color: #7e5c95;
        background: #fff;
        border: 1px solid #7e5c95;
        transition: all 0.3s;
    }

    .pupBox .md img {
        width: 100%;
    }

    /**20191114******/
    .rec_service > .innerBox {
        margin-bottom: 122px;
    }

    .rec_service > .innerBox .f_title {
        width: 140px;
        height: 140px;
        top: -82px;
        left: 40px;
    }

    .rec_service > .innerBox .f_title span {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3rem;
        letter-spacing: 0.2rem;
        padding: 0 15px;
    }

    .rec_service > .innerBox figure {
        width: 50%;
    }

    .rec_service > .innerBox .leftBox {
        margin-left: 40px;
    }

    .rec_service > .innerBox .leftBox .title {
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }

    .rec_service > .innerBox > .leftBox p {
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 10px 0px 10px 0;
    }

    .rec_service > .innerBox > .leftBox a {
        width: 100%;
        height: 50px;
        color: #000;
    }

    /**20200805追記******/
    #results .common_inner {
        padding: 0 !important;
    }

    #results .bg_results {
        background-position: top 0 left -145px;
    }

    #results .bg_results .inner {
        margin: 0 20px 0 375px;
    }

    #results .bg_results .inner p:nth-of-type(1) {
        padding-top: 45px;
    }

    #results .bg_results p {
        line-height: 1.8;
    }

    #results .bg_results p br {
        display: none;
    }

    #results .bg_results .text_bottom {
        right: 13px;
    }

    /***********************************************************************************/
    /*	newgrad	*/
    /***********************************************************************************/
    .newgradBox1 {
        width: 100%;
        height: 450px;
        background-image: url(./img/newgrad/newgrad_back1.jpg);
        background-size: cover;
        position: relative;
    }

    .newgradContents {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
        padding-top: 60px;
    }

    .newgradContents .newgrad_h3 {
        font-size: 2.5rem;
    }

    .whyBox {
        width: 100%;
        margin: 20px auto 0 auto;
    }

    .whyBox > .title {
        width: 100%;
        height: 110px;
        font-size: 2rem;
        letter-spacing: 0.3rem;
        padding: 17px 0 0 17px;
    }

    .whyBox > .title > span {
        font-size: 1.8rem;
    }

    .newgrad_text {
        width: 100%;
        font-size: 1.5rem;
        line-height: 3rem;
        background: #fff;
    }

    .newgrad_text.bd {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 45px 20px 20px 20px;
    }

    .intern_voice {
        width: 100%;
        font-size: 2.5rem;
        font-weight: bold;
        color: #fff;
        line-height: 75px;
        letter-spacing: 0.3rem;
        text-align: center;
        background: #0f70ba;
        margin-bottom: 20px;
    }

    .intern_ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .intern_ul:last-child {
        margin-bottom: 0;
    }

    .intern_ul li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .newgradBox2 {
        width: 100%;
        height: 450px;
        background-image: url(./img/newgrad/newgrad_back2.jpg);
        background-size: cover;
        position: relative;
    }

    .newgrad_entry {
        width: 100%;
        margin: 0 auto 30px auto;
        padding: 20px;
    }

    .newgrad_entry dt {
        font-size: 1.8rem;
        color: #64976f;
        font-weight: bold;
        margin-bottom: 15px
    }

    .newgrad_entry dd {
        font-size: 1.5rem;
        line-height: 3rem;
        margin-bottom: 20px
    }

    /* ----------------------------------------------------------------
		Sitemap
----------------------------------------------------------------- */
    .sitemapBox {
        padding: 40px 20px;
    }

    .sitemapBox a {
        color: #000;
    }

    .sitemapBox h4 {
        font-size: 2.5rem;
        border-bottom: 1px solid #000;
        position: relative;
        margin-bottom: 15px;
    }

    .sitemapBox h4::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "\f054";
        position: absolute;
        right: 5px;
    }

    .sitemapBox ul:not(:last-child) {
        margin-bottom: 30px;
    }

    .sitemapBox li {
        position: relative;
        line-height: 3.5rem;
        padding-left: 20px;
    }

    .sitemapBox li::before {
        content: "・";
        position: absolute;
        left: 0;
    }

    /* ----------------------------------------------------------------
		Privacy
----------------------------------------------------------------- */
    .privacyBox {
        padding: 40px 20px;
    }

    .privacyBox h4 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

    .privacyBox p {
        line-height: 2.5rem;
        margin-bottom: 30px;
    }

    .btns .bluebtn {
        width: 400px;
    }

    /* ----------------------------------------------------------------
		Compliance
----------------------------------------------------------------- */
    .compliance {
        padding: 40px 20px;
    }

    .compliance figure {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .compliance figure img {
        width: 100%;
    }

    .compliance p {
        line-height: 2.5rem;
        margin-bottom: 30px;
    }

    .compliance dl {
        border-bottom: 1px solid #cccccc;
    }

    .compliance dl:not(:last-child) {
        margin-bottom: 30px;
    }

    .compliance dt {
        font-size: 2.0rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .compliance dd {
        line-height: 2.5rem;
        padding-bottom: 15px;
    }

    /* ----------------------------------------------------------------
		Contact
----------------------------------------------------------------- */
    .contact {
        padding: 40px 20px;
    }

    .contact input[type="text"],
    .contact input[type="email"],
    .contact select,
    .contact textarea {
        width: 100%;
        border-radius: 0;
        background: #ededed;
        padding: 10px;
    }

    .contact input[type="submit"]:last-child {
        margin-right: 0;
    }

    .contact .selectBox {
        position: relative;
    }

    .contact .selectBox:after {
        font-size: 1.5rem;
        content: "\25BC";
        position: absolute;
        top: 24px;
        right: 0;
        margin-right: 8px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 50;
    }

    .contact .selectBox select {
        cursor: pointer;
        text-overflow: ellipsis;
    }

    .contact dl:first-child {
        margin-top: 30px;
    }

    .contact dl {
        display: block;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .contact dt {
        width: 250px;
    }

    .contact dd {
        flex: 1;
    }

    .contact .agree {
        background: #ededed;
        margin-bottom: 30px;
        padding: 0 20px 20px 20px;
        font-size: 1.5rem;
    }

    .contact .agree p {
        padding: 15px 0;
    }

    .contact .agree > .inner {
        height: 200px;
        background: #fff;
        padding: 10px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .mw_wp_form_complete .thanks {
        width: 100%;
        text-align: center;
        border: 1px solid #000000;
        margin-bottom: 20px;
        padding: 20px 10px;
    }

    .mw_wp_form_complete .thanks .title {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .mw_wp_form_complete .thanks p {
        font-size: 1.4rem;
    }

    /* ----------------------------------------------------------------
		Category
----------------------------------------------------------------- */
    .newsMenu {
        width: 90%;
        height: auto;
        padding: 0;
        margin: -20px auto 0;
    }

    .newsMenu li {
        width: 23%;
        font-size: 1.4rem;
        font-family: "Anton";
        font-weight: normal;
        letter-spacing: 0.1rem;
        text-align: center;
    }

    .newsMenu li a {
        display: block;
        padding: 10px 0;
        background: #fff;
        border: 2px solid #0f70ba;
    }

    /**************************/
    .boxLink {
        margin-bottom: 15px;
        padding: 10px;
    }

    .boxLink:hover {
        color: #fff;
        background: #0d6fb8;
    }

    .categoryBox {
        flex-wrap: wrap;
    }

    .categoryBox figure img {
        width: 100%;
    }

    .categoryBox ul {
        flex: 1;
    }

    .categoryBox li {
        margin-bottom: 10px;
    }

    .categoryBox .date {
        font-size: 1.4rem;
    }

    .categoryBox .category {
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
        background: #000;
        display: block;
        display: inline-block;
    }

    /* ----------------------------------------------------------------
		Single
----------------------------------------------------------------- */
    .commonBox.single {
        padding-top: 80px;
    }

    .single .date {
        font-size: 1.5rem;
        margin-right: 40px;
    }

    .single h3 {
        line-height: 3rem;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 40px;
        padding: 40px 0 20px 0;
    }

    .single .tex {
        margin-bottom: 100px;
    }

    .btns .basic {
        width: 400px;
    }

    /* ----------------------------------------------------------------
		Pagenation
----------------------------------------------------------------- */
    .pagenation ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagenation li {
        text-align: center;
        background: #fff;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #0d6fb8;
        -webkit-border-radius: 50%;
        margin-right: 10px;
        padding-top: 8px;
    }

    .pagenation li:last-child {
        margin-right: 10px;
    }

    .pagenation li.active {
        color: #fff;
        background: #0d6fb8;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #0d6fb8;
        -webkit-border-radius: 50%;
    }

    .pagenation li.next,
    .pagenation li.prev {
        background: none;
        border-radius: 0;
        border: none;
    }

    /* ----------------------------------------------------------------
			Top Header Scroll
	----------------------------------------------------------------- */
    .fix-header {
        display: none;
    }

    /* ----------------------------------------------------------------
		特商
----------------------------------------------------------------- */
    .law {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 768px) {
    .peopleBox figure {
        width: 31%;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 1.4rem;
    }

    br.sp_br {
        display: block;
    }

    .common_h4 {
        font-size: 2.0rem;
        position: relative;
        margin-bottom: 35px;
    }

    header > .inner {
        padding: 0 10px;
    }

    header > .inner h1 a img {
        width: 200px;
    }

    .service_pad2 {
        padding-top: 30px;
    }

    .topHeader {
        background-size: cover;
    }

    .top_comments {
        padding: 30px 20px 30px 20px;
        margin-top: -50px;
    }

    .top_comments > p {
        font-size: 1.4rem;
    }

    .catchcopy h2 {
        font-size: 12px;
    }

    .top_h2 {
        padding: 0 20px;
        font-size: 6.5vw;
        text-align: left;
        letter-spacing: 0.1rem;
        line-height: 1.4;
    }

    .top h3 {
        font-size: 4.0rem;
    }

    .contents {
        padding-top: 20px;
    }

    .contents.top {
        padding-top: 40px;
    }

    /* 20191114追加 */
    #wrap {
        margin-top: 0;
    }

    .background {
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

    .show .background {
        opacity: 1;
    }

    .topcontents .wrap {
        width: 100%;
        margin: 0 auto;
    }

    .topcontents .wrap2 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 2;
    }

    #content01_bg {
        background: url(./img/top/top_back_sp01.jpg) bottom center no-repeat;
        background-size: cover;
    }

    #content02_bg {
        background: url(./img/top/top_back_sp02.jpg) center no-repeat;
        background-size: cover;
    }

    #content03_bg {
        background: url(./img/top/top_back_sp03.jpg) center no-repeat;
        background-size: cover;
    }

    #content04_bg {
        background: url(./img/top/top_back_sp04.jpg) center no-repeat;
        background-size: cover;
    }

    .topSCbox1 {
        width: 313px;
        height: 115px;
        padding: 20px;
        top: 38%;
    }

    .topSCbox1 h2 {
        font-size: 2rem;
        letter-spacing: 0.1rem;
        position: relative;
    }

    .topSCbox1 h2 > span {
        font-size: 1.2rem;
        font-family: "Anton";
        font-weight: normal;
        letter-spacing: 0.1rem;
        margin-bottom: 17px;
    }

    .topSCbox1 h2 > span:before {
        content: '';
        position: absolute;
        left: -145px;
        top: 10%;
        display: inline-block;
        width: 100%;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #000;
    }

    .topSCbox2 {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;

    }

    .topSCbox2 h3 {
        font-size: 2.0rem;
        line-height: 2.4rem;
        letter-spacing: .3rem;
        margin-bottom: 20px;
    }

    .topSCbox2 h4 {
        font-size: 3.5rem;
        letter-spacing: 0.3rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 17px;
    }

    .topSCbox2 p {
        font-size: 1.3rem;
        line-height: 2.3rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .topSCbox2 br.pc_only {
        display: none;
    }

    /***************/
    .topFlex {
        height: auto;
    }

    .topFlex {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 0 20px 40px 20px;
    }

    .rev {
        flex-wrap: wrap;
    }

    .topFlex.noMb {
        margin-bottom: 40px;
    }

    .topFlex p {
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: 0.2rem;
        margin-bottom: 40px;
    }

    .topFlex .title {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    /***************/
    .topFlex .flexLeft1 {
        width: 100%;
        position: relative;
        margin-bottom: 40px;
    }

    .topFlex .flexLeft1 img {
        width: 100%;
    }

    .topFlex .f_title {
        width: 98px;
        height: 98px;
        top: -50px;
        left: 40px;
    }

    .topFlex .f_title span {
        width: 100%;
        font-size: 1rem;
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: auto;
        padding: 0 15px;
    }

    .topFlex .flexRight1 {
        width: 100%;
    }

    .topFlex .flexRight1 .centerBox {
        width: 100%;
        max-width: 100%;
        position: static;
        padding: 0 20px;
        transform: none;
    }

    /***************/
    .topFlex .flexLeft2 {
        width: 100%;
        position: relative;
        order: 2;
    }

    .topFlex .flexLeft2 .centerBox {
        width: 100%;
        max-width: 100%;
        position: static;
        transform: none;
        padding: 0 20px;
    }

    .topFlex .flexRight2 {
        width: 100%;
        margin-bottom: 40px;
        order: 1;
    }

    .topFlex .flexRight2 img {
        width: 100%;
    }

    /***************/
    .topBtn3 a {
        width: 100%;
        max-width: 255px;
        height: 55px;
        color: #000;
        font-size: 1.6rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        position: relative;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
        margin: 0 auto 40px auto;
    }

    .topBtn3 a:hover {
        background-color: #0D6FB8;
    }

    .topBtn3 a p {
        color: #000;
        transition: all 0.5s;
        font-family: "Anton";
        font-weight: normal;
        font-size: 1.6rem;
        margin: 0 0 0 30px;
        letter-spacing: .2rem;
    }

    .topBtn3 a p.t_move {
        color: #fff;
    }

    .topBtn3 a img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        transition: all 0.5s;
        width: auto !important;
        height: 13px !important;
    }

    .topBtn3 a img.i_move {
        -webkit-filter: invert(100%);
    }

    /***************/
    .secondFlex {
        flex-wrap: wrap;
    }

    .topFlex .left1 {
        width: 100%;
        padding-bottom: 40px;
    }

    .topFlex .right1 {
        width: 100%;
        height: auto;
    }

    .topFlex .right1 img {
        height: auto;
    }

    .topFlex .left2 {
        width: 100%;
        height: auto;
    }

    .topFlex .right2 {
        width: 100%;
        padding-bottom: 40px;
    }

    .topFlex .left2 img {
        height: auto;
    }

    .topFlex .left1 img,
    .topFlex .right2 img,
    .topFlex .left1 img {
        width: auto;
        max-height: 40px;
    }

    .topFlex .inner2 p.text_right {
        text-align: left;
    }

    .topBtn2 a {
        width: 80%;
        height: 60px;
        margin: 0 auto;
    }

    .topBtn2.float_right {
        float: inherit;
    }

    .topBtn2 a p {
        font-size: 1.6rem;
    }

    .topNews dt .category a {
        width: 100px;
        font-size: 1.2rem;
        padding: 0;
    }

    .topNews dt {
        display: flex;
        align-items: center;
    }

    #topBtn24 p,
    #topBtn25 p {
        margin: 0 0 0 30px;
        font-size: 1.6rem;
    }

    .topRecruit p {
        font-size: 1.4rem;
    }

    .titleBox {
        height: 135px;
    }

    .titleBox > .inner > section h2 {
        font-size: 2.4rem;
    }

    .titleBox > .inner > section p {
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
    }

    .companytitleBox > section h3 {
        font-size: 2.4rem;
    }

    .companytitleBox > section p {
        font-size: 1.2rem;
    }

    .vision_h4 {
        font-size: 2.0rem;
        text-align: center;
    }

    .company_comments h3 {
        font-size: 2rem;
    }

    .company_comments p {
        font-size: 1.4rem;
    }

    .company_comments h3::before {
        top: 45px;
        left: 0;
        width: 30px;
    }

    .companyBox_under p.ttl {
        font-size: 1.6rem;
    }

    .companyBox_under .nav {
        font-size: 1.2rem;
    }

    .companyBox_under img {
        margin-left: 7px;
        width: 28px !important;
    }

    .companyCommonBox p {
        font-size: 1.4rem;
        padding: 0 20px;
    }

    .officerBox img {
        max-width: 100%;
    }

    .officerBox ul li {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }

    .servicetextBox > .tex {
        font-size: 1.4rem;
        text-align: left;
        line-height: 26px;
    }

    .service_ul .li3 {
        line-height: 2.6rem;
    }

    .service_btn a p {
        font-size: 1.6rem;
    }

    .categoryBox figure {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .btns .basic {
        width: 70%;
        margin: 0 auto 10px !important;
        font-size: 1.4rem;
    }

    .commonBox.single {
        padding-top: 40px;
    }

    .single h3 {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    .single .tex {
        font-size: 1.4rem;
        margin-bottom: 60px;
    }

    .btns a {
        width: 100%;
    }

    .sitemapBox ul li a {
        font-size: 1.4rem;
    }

    .sitemapBox h4 {
        font-size: 2.0rem;
    }

    .btns .bluebtn {
        width: 100%;
    }

    .messagewrap {
        display: block;
        width: 100%;
        background: url(img/company/message_bg.jpg) no-repeat 86% center;
        background-size: auto 100%;
        height: 460px;
        padding: 40px 20px;
        position: relative;
    }

    .messagewrap p.top_lead {
        color: #fff;
        font-family: "Anton";
        font-size: 36px;
        font-weight: normal;
    }

    .messagewrap p.top_text {
        font-family: 'Noto Serif JP', serif;
        font-weight: bold;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 20px;
        font-size: 14px;
        padding: 20px 20px 60px;
        background: rgba(255, 255, 255, .8);
        line-height: 2;
    }

    .messagewrap p.top_name {
        position: absolute;
        bottom: 36px;
        left: 20px;
    }

    .categoryBox .text {
        font-size: 1.4rem;
    }

    img.topmessageimg {
        display: none;
    }

    .service_btn {
        width: 70% !important;
    }

    small {
        font-size: 1.2rem;
    }

    /* ----------------------------------------------------------------
		TopScroll
----------------------------------------------------------------- */
    #page-top1 {
        width: 40px;
        height: 40px;
        bottom: -200px;
        right: 10px;
        padding: 10px 0 0 0;
        background: #0d6fb8;
        border-radius: 50%;
    }

    #page-top1 i {
        font-size: 2rem;
    }

    #page-top1:hover {
        transform: translateY(-10px);
    }

    #top_scroll:hover {
        background: #fff;
    }

    .recruit_topfig.sp_only {
        display: block;
    }

    .recruit_topfig.pc_only {
        display: none;
    }

    .rec_service > .innerBox {
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
    }

    .rec_service > .innerBox figure img {
        margin: 0 auto 20px;
    }

    .rec_service > .innerBox .leftBox {
        margin-right: 0;
    }

    /**20191114******/
    .rec_service {
        padding: 110px 20px 20px 20px;
    }

    .rec_service > .innerBox {
        flex-wrap: wrap;
        margin-bottom: 90px;
    }

    .rec_service > .innerBox .f_title {
        width: 100px;
        height: 100px;
        top: -50px;
        left: 10px;
    }

    .rec_service > .innerBox .f_title span {
        width: 100px;
        font-size: 1.1rem;
        line-height: 2.5rem;
        letter-spacing: 0.1rem;
        padding: 0 10px;
    }

    .rec_service > .innerBox figure {
        width: 100%;
        order: 1;
    }

    .rec_service > .innerBox .leftBox {
        width: 100%;
        margin-left: 0;
        order: 2;
        position: static;
    }

    .rec_service > .innerBox .leftBox .v_center {
        position: static;
        transform: none;
        -webkit-transform: none;
    }

    .rec_service > .innerBox .leftBox .title {
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }

    .rec_service > .innerBox > .leftBox p {
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 10px 20px 15px 0;
    }

    .rec_service > .innerBox > .leftBox a {
        width: 100%;
        max-width: 100%;
        height: 50px;
    }

    /**************/


    .delta_left_top_b {
        border-width: 0px 50vw 50px 0;
    }

    .delta_right_top_b {
        border-width: 0px 0 50px 50vw;
    }

    .delta_left_top_w {
        border-width: 0px 50vw 50px 0;
    }

    .delta_right_top_w {
        border-width: 0px 0 50px 50vw;
    }

    .delta_left_bottom_w {
        border-width: 50px 0 0 50vw;
    }

    .delta_right_bottom_w {
        border-width: 50px 50vw 0 0;
    }

    .recruitBox2 {
        height: 240px;
    }

    .recruitBox4 {
        height: 240px;
    }

    .recruitBox5 {
        height: 240px;
    }

    .recruitBox1 {
        height: 580px;
    }

    .h3_mission {
        font-size: 4rem;
    }

    .recruitContents .h3_mismid:first-child {
        margin-top: 0px;
    }

    .recruitContents .h3_mismid {
        margin-top: 30px;
    }

    .recruitContents .rec_ul li {
        margin: 16px 16px 0 0;
    }

    .recruitContents .rec_btn a {
        width: 100%;
        margin-top: 30px;
    }

    .recruitBox3 {
        padding: 30px 20px;
    }

    .recruitBox3 h5 img {
        width: 26px;
    }

    .recruitBox3.mark h5,
    .recruitBox3.ser h5,
    .recruitBox3.ai h5 {
        font-size: 1.8rem;
        padding: 10px;
        margin-top: -62px;
        position: relative;
        top: auto;
        transform: none;
    }

    .recruitBox3 h5 span:nth-child(3) {
        font-size: 1.6rem;
        margin-top: 6px;
        line-height: 1.2;
    }

    .recruitBox3 .img_w100 {
        margin-top: 0;
    }

    .rec_p1 {
        font-size: 2.4rem;
    }

    .recruitContents {
        padding-top: 20px;
    }

    .common_inner img.hash {
        height: 40px;
        width: auto;
    }

    .recruitListBox dd {
        font-size: 1.4rem;
        padding-left: 10px;
    }

    .recruitListBox dt {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 2.4rem;
    }

    .whiteBox {
        padding: 40px 0;
    }

    #how img.hash {
        margin-bottom: 50px !important;
    }

    .keyword_h3 {
        font-size: 2.0rem;
    }

    .keyword_h4 {
        font-size: 1.6rem;
        padding-left: 36px;
    }

    .keyword_h4:before {
        width: 25px;
        left: 15px;
    }

    .entryBtns ul {
        flex-wrap: wrap;
    }

    .entryBtns li {
        width: 100%;
        margin-bottom: 20px;
    }

    .v_inline {
        padding: 60px 40px;
    }

    .v_inline strong {
        line-height: 1.2;
        display: block;
    }

    .recruit_people {
        flex-wrap: wrap-reverse;
    }

    .recruit_people > figure {
        width: 100%;
        margin: 20px auto 0;
    }

    .recruit_people > figure img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .peopleContents h3 {
        font-size: 1.6rem;
        padding-left: 36px;
    }

    .peopleContents h3:before {
        width: 25px;
        left: 15px;
    }

    .newgrad_comments h3 {
        font-size: 2.4rem;
    }

    .delta_right_bottom_lb {
        border-width: 50px 50vw 0 0;
    }

    .delta_left_bottom_lb {
        border-width: 50px 0 0 50vw;
    }

    .newgradBox1 {
        height: 250px;
    }

    .newgradContents .newgrad_h3 {
        font-size: 2.0rem;
    }

    .newgradContents {
        padding-top: 0;
    }

    .intern_voice {
        font-size: 2.0rem;
        line-height: 50px;
    }

    .intern_voice span {
        display: inline-block;
        margin-top: -24px;
    }

    .intern_ul li {
        width: 50%;
        padding: 0 5px;
    }

    .intern_ul li img {
        width: 100%;
    }

    .delta_right_top_gray {
        border-width: 0px 0 50px 50vw;
    }

    .delta_left_top_gray {
        border-width: 0px 50vw 50px 0;
    }

    .delta_right_bottom_gr {
        border-width: 50px 50vw 0 0;
    }

    .delta_left_bottom_gr {
        border-width: 50px 0 0 50vw;
    }

    .newgradBox2 {
        height: 240px;
    }

    .people_btn a {
        height: 60px;
        line-height: 60px;
        font-size: 2.0rem;
    }

    .people_btn {
        padding: 0 10px;
    }

    .pupBox {
        padding: 90px 20px;
    }

    .pupBox img {
        width: 100%;
    }

    .recruit_comments h3 {
        font-size: 2.4rem;
    }

    /**20200805追記******/
    #results {
        padding: 0 20px 50px !important;
        margin-top: -60px;
    }

    #results .bg_results {
        margin: 20px auto 0;
    }

    #results .bg_results .inner {
        margin: 0;
        padding: 30px 20px;
        background: rgba(0, 0, 0, .5);
    }

    #results .bg_results .title {
        margin: 20px 0 20px;
        font-size: 35px;
    }

    #results .bg_results p {
        font-size: 14px;
    }

    #results .bg_results .text + .text,
    #results .bg_results .text_link {
        margin-top: 20px;
    }

    #results .bg_results .text_bottom {
        position: static;
        margin-top: 20px;
    }

    #results .bg_results {
        height: fit-content;
        background-position: top 0 left -100px;
    }

    #results .bg_results .inner p:nth-of-type(1) {
        padding-top: 0;
    }

}

@media screen and (max-width: 600px) {

    /* ----------------------------------------------------------------
		Breadcrumbs
	----------------------------------------------------------------- */
    .breadcrumbs {
        overflow-x: auto;
        white-space: nowrap;
    }

    .peopleBox figure {
        width: 48%;
    }
}

@media screen and (min-width: 1600px) {
    .imageBox {
        height: 500px;
        max-height: 100%;
    }
}
