@charset "UTF-8";

/******************************************************************************
		General Setting
 ******************************************************************************/

/* reset ------------------------------------------------*/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
th,
td,
figure,
figcaption,
iframe {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
small {
    font-size: 100%;
    font-weight: normal;
}

li {
    list-style: none;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: normal;
}

sup {
    vertical-align: text-top;
    font-size: .5em;
    position: relative;
    top: -5px;
}

sub {
    vertical-align: text-bottom;
    font-size: .5em;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

header,
footer,
nav,
article,
section,
aside,
hgroup {
    display: block;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    overflow: hidden;
    outline: none;
}

iframe {
    border: none;
}

hr {
    display: none;
}

input[type="button"],
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}

button {
    border: none;
    background: none;
    padding: 0;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}


/* element ------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.font-sub * {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

p,
li,
dt,
dd {
    line-height: 2.0;
    letter-spacing: 1px;
}

th,
td {
    line-height: 1.6;
}

a {
    color: #000;
}

a:hover,
.current-history .history a,
.current-education .education a,
.current-hugefamily .hugefamily a,
.current-ourrestaurants .ourrestaurants a,
.current-hugeish .hugeish a,
.current-wantyou .wantyou a,
a.current {
    opacity: .5;
}

.wantyou a {
    color: #ff0004;
}

.tag-works {
    color: #505ba6;
    border-color: #505ba6;
}

.tag-history {
    color: #76bda5;
    border-color: #76bda5;
}

.tag-culture {
    color: #0885a1;
    border-color: #0885a1;
}

.tag-education {
    color: #9dbc40;
    border-color: #9dbc40;
}

.tag-restaurants {
    color: #469449;
    border-color: #469449;
}

.tag-wantyou {
    color: #ba8973;
    border-color: #ba8973;
}

.tag-newgraduates {
    color: #735244;
    border-color: #735244;
}

.tag-career {
    color: #c15a63;
    border-color: #c15a63;
}

.tag-hugefamily {
    color: #e1ad15;
    border-color: #e1ad15;
}

.tag-kitchen {
    color: #8580b1;
    border-color: #8580b1;
}

.tag-others {
    color: #d0232f;
    border-color: #d0232f;
}

.tag-bosyu {
    color: #f29600;
    border-color: #f29600;
}

.tag-1 {
    color: #a38a77;
    border-color: #a38a77;
}

.tag-2 {
    color: #006cb6;
    border-color: #006cb6;
}

.tag-3 {
    color: #2ca6e0;
    border-color: #2ca6e0;
}


a:hover img {
    opacity: .5;
}

.alphafade a {
    transition-property: opacity, filter;
    transition-duration: .5s;
}

.alphafade a:hover {
    opacity: .2;
    filter: blur(3px);
}

mark {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fda5bb 60%);
    line-height: 1.4;
}

b,
strong {
    line-height: 1.4;
}

strong {
    font-weight: bold;
}

/* id,class ------------------------------------------------*/

.clearfix {
    clear: both;
    min-height: 1%;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear {
    clear: both;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.mgn-t10 {
    margin-top: 10px !important;
}

.mgn-t20 {
    margin-top: 20px !important;
}

.mgn-t30 {
    margin-top: 30px !important;
}

.mgn-t40 {
    margin-top: 40px !important;
}

.mgn-t50 {
    margin-top: 50px !important;
}

.mgn-t60 {
    margin-top: 60px !important;
}

.mgn-t70 {
    margin-top: 70px !important;
}

.mgn-t80 {
    margin-top: 80px !important;
}

.mgn-t90 {
    margin-top: 90px !important;
}

.mgn-t100 {
    margin-top: 100px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.text11 {
    font-size: 11px;
}

.textL {
    text-align: left;
}

.textR {
    text-align: right;
}

.textC {
    text-align: center;
}

.textB {
    font-weight: bold;
}

.text10 {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 2px;
}

.text14 {
    font-size: 14px;
    line-height: 1.8;
}

.text17 {
    font-size: 17px;
    line-height: 1.8;
}

.text20 {
    font-size: 20px;
    line-height: 1.8;
}

.text24 {
    font-size: 24px;
    line-height: 1.8;
}

.color-satoko {
    color: #d09177 !important;
}

.color-yuki {
    color: #66a1bd !important;
}

.color-kei {
    color: #75b06a !important;
}

.color-mimoza {
    color: #ebb400 !important;
}
.color-orange {
    color: #e67e22 !important;
    border-top: 2px dotted #e67e22;
    border-bottom: 2px dotted #e67e22;
    padding: 10px 0;
    margin: 20px 0;
}

.title-type1 {
    text-align: center;
    margin-bottom: 30px;
}

.title-type2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.title-type2-sub {
    margin-top: -30px;
    margin-bottom: 60px;
}

.title-type2-sub.time {
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
}

.title-type2-sub.time.small {
    font-size: 16px;
}

.title-type2-sub span {
    display: none;
}

.title-type3 {
    text-align: center;
    max-width: 980px;
    margin: 60px auto 30px;
    padding-top: 50px;
    border-top: 1px solid #f3d263;
}

.title-type4 {
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    background-image: url("../../images/recruit/no-vol1.png");
    background-repeat: no-repeat;
    width: 205px;
    height: 34px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.title-type4-group {
    margin-bottom: 40px;
}

.title-type4-group .title-type4 {
    margin-bottom: -15px;
    position: relative;
}

.title-type4+.title-type2,
.title-type4-group+.title-type2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.title-type5 {
    background-image: url("../../images/recruit/no-answer.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 120px;
    height: 30px;
    padding-bottom: 90px;
}

.title-type5-group {
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    width: 120px;
    font-weight: bold;
}

.title-type6 {
    position: relative;
    font-size: 62px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-top: 38px;
}

/*
.title-type6::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../../images/recruit/ic-title-type1.gif");
    background-repeat: no-repeat;
    background-size: 40px 40px;
}
*/

.title-type6.textC::before {
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.title-type7 span {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    padding: 2px 25px;
    line-height: 26px;
    vertical-align: middle;
    letter-spacing: 1px;
    min-width: 156px;
    text-align: center;
}

.title-type7 span::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #3f3f3f;
    position: absolute;
    top: 0;
    left: 0;
}

.title-type7 span::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #3f3f3f;
    position: absolute;
    top: 0;
    right: 0;
}

.title-type7 b {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 2px 25px;
    line-height: 26px;
    vertical-align: middle;
}

aside .title-type7 b {
    padding: 2px 0;
    display: block;
    margin-top: 10px;
}

.title-type8 {
    font-size: 26px;
    font-weight: 700;
}

.title-type9 {
    font-size: 26px;
}

.title-type10 {
    position: relative;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
    text-align: center;
    margin-top: 70px;
}

.title-type10 span {
    font-family: 'Abel', sans-serif;
    font-size: 24px;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
}

.title-type10 b {
    display: block;
    border-top: 1px solid #000;
    margin-top: -4px;
    padding-top: 6px;
}

.text-type1 {
    text-align: center;
    font-size: 16px;
    line-height: 2;
}

.text-type2 {
    font-family: 'Abel', sans-serif;
    color: #ecb707;
    font-size: 20px;
    letter-spacing: 2px;
}

.text-type3 {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}

.table-type1 {
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.table-type1 th {
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
    padding-right: 25px;
    border-bottom: 1px solid #9f9f9f;
    white-space: nowrap;
}

.table-type1 td {
    padding-top: 20px;
    border-bottom: 1px solid #9f9f9f;
}

.table-type1 td div {
    border-left: 1px solid #9f9f9f;
    padding: 0 0 20px 25px;
}

.table-type2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.table-type2 tr {
    background-image: url("../../images/recruit/dotted.gif");
    background-position: 0 bottom;
    background-repeat: repeat-x;
}

.table-type2 th {
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
    white-space: nowrap;
    min-width: 190px;
}

.table-type2 td {
    padding-top: 20px;
}

.table-type2 td div {
    padding: 0 0 20px 25px;
}

.table-type2 th p {
    position: relative;
    padding-left: 27px;

}

.table-type2 th p::before {
    position: absolute;
    top: 50%;
    left: 6px;
    content: "";
    width: 6px;
    height: 12px;
    background-color: #928380;
    margin-top: -7px;
}

.table-type2 th p::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 6px;
    height: 12px;
    background-color: #000;
    margin-top: -7px;
}

.btn-type1 a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff;
    display: block;
    position: relative;
    height: 84px;
    line-height: 84px;
    font-weight: bold;
    font-size: 20px;
    max-width: 792px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
}

.btn-type1 a span {
    display: block;
    height: 84px;
    background-image: url("../../images/recruit/btn-entry_c.gif");
}

.btn-type1 a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100px;
    height: 84px;
    background-image: url("../../images/recruit/btn-entry_l.gif");
}

.btn-type1 a::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 100px;
    height: 84px;
    background-image: url("../../images/recruit/btn-entry_r.gif")
}

.btn-type1 a img {
    margin-top: 31px;
}

.btn-type1 a:hover,
.btn-type2 a:hover,
.btn-type3 a:hover,
.btn-type4 a:hover,
.btn-type6 a:hover {
    opacity: .5;
}

.btn-type2,
.btn-type3 {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
}

.btn-type4 {
    width: 100%;
}

.btn-type2 a {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #000;
}

.btn-type3 a {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}

.btn-type4.pattern-circle {
    background-image: url("../../images/recruit/pattern-circle1.gif");
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 45px;
}

.btn-type4 a {
    width: 174px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 54px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
}

.btn-type4.btn-big,
.btn-type4.btn-big a {
    width: 336px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.btn-type6 {
    max-width: 336px;
    margin-right: auto;
    margin-left: auto;
}

.btn-type6 a {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 54px;
    font-size: 15px;
    letter-spacing: 1px;
}

.btn-type2 a::after,
.btn-type3 a::after,
.btn-type4 a::after,
.btn-type6 a::after {
    content: ">";
    position: absolute;
    right: 10px;
}

.btn-type5 a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: 'Abel', sans-serif;
    letter-spacing: 3px;
    background-color: #ebb400;
    padding: 10px 0;
    font-size: 20px;
}

.button {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.button {
    background-color: #000;
    color: #fff;
}

.button:hover {
    opacity: .5;
}

.list-type1 {
    max-width: 976px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.list-type1 li {
    display: inline-block;
    width: 244px;
    height: 244px;
    text-align: center;
    line-height: 244px;
    background-color: #efefef;
}

.pager-type1 {
    text-align: center;
    margin-top: 70px;
}

.pager-type1 li {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 5px 20px;
    max-width: 236px;
    margin-right: auto;
    margin-left: auto;
}

.pager-type1 li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #3f3f3f;
    position: absolute;
    top: 0;
    right: 0;
}

.pager-type2 li::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #3f3f3f;
    position: absolute;
    top: 0;
    left: 0;
}

.pager-type1 li:last-child::after,
.pager-type2 li:first-child::before {
    content: none;
}

.pager-type1 li a {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.pager-type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pager-type2 li {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 5px 20px;
    text-align: center;
}

.pager-type2 span {
    display: block;
}

.divider-h {
    display: block;
    background-image: url("../../images/recruit/divider-h.gif");
    background-repeat: no-repeat;
    background-size: 52px 34px;
    width: 52px;
    height: 34px;
    margin-right: auto;
    margin-left: auto;
    border: none;
}

.slick-slider {
    padding-bottom: 30px !important;
}

.slick-prev,
.slick-next {
    top: inherit !important;
    bottom: 0 !important;
    width: 76px !important;
    height: 13px !important;
}

.slick-prev {
    left: 0 !important;
    bottom: 30px !important;
}

.slick-next {
    right: 0 !important;
    bottom: 30px !important;
}

.slick-prev:before,
.slick-next:before {
    display: block;
    content: "" !important;
    opacity: 1 !important;
    width: 76px !important;
    height: 13px !important;
    background-size: 76px 13px;
}

.slick-prev:before {
    background-image: url("../../images/recruit/arrow-prev2.png");
    background-repeat: no-repeat;
}

.slick-next:before {
    background-image: url("../../images/recruit/arrow-next2.png");
    background-repeat: no-repeat;
}

.wrapper-datetime .datetime {
    float: left;
}

.wrapper-datetime .btn-type4 {
    width: 174px;
    float: right;
}

.datetime {
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    position: relative;
    margin-top: 20px;
}

.list-tag li {
    display: inline-block;
    margin-right: 10px;
}

.column2-2 .list-tag li:last-child,
.column2-4 .list-tag li:nth-child(2n),
.column2-6 .list-tag li:nth-child(2n),
.column3 .list-tag li:nth-child(2n) {
    margin-right: 0;
}

.list-tag li a::before {
    content: "#";
}

.list-tag a {
    width: 174px;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 2px;
    font-size: 12px;
}

.title-blog,
.list-tag+p {
    font-size: 17px;
    line-height: 1.5;
    min-height: 52px;
    font-weight: bold;
}

.column3 .list-tag a,
.column2-6 .list-tag a {
    width: 163px;
}

.column2-4 .list-tag a {
    width: 150px;
}

.nav-tag p {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}

.column340 .nav-tag p {
    width: 100%;
    max-width: 336px;
    background-image: url("../../images/recruit/pattern-circle2.gif");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: contain;
    padding-bottom: 40px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.nav-tag ul {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 165px);
}

.nav-tag ul li a::before {
    content: "#";
}

.column340 .nav-tag ul {
    width: 100%;
}

.nav-tag li {
    margin-bottom: 2px;
}

.wp-pagenavi {
    margin-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    padding: 2.5px 7px;
    margin: 0 5px 0 0;
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-bottom: 1px solid;
}

.wp-pagenavi .nextpostslink {
    border: 1px solid;
    border-radius: 40px;
    font-size: 10px;
    padding: 4px 7px;
    position: relative;
    top: -2px;
}

.wp-pagenavi .previouspostslink {
    border: 1px solid;
    border-radius: 40px;
    font-size: 10px;
    padding: 4px 7px;
    position: relative;
    top: -2px;
}

.ranking img {
    margin-bottom: 20px !important;
}

.snsshare {
    margin-top: 30px;
    text-align: right;
}

.snsshare>div {
    display: inline-block;
}

.snsshare>div+div {
    margin-left: 5px;
}

.snsshare>div iframe {
    vertical-align: bottom;
}

/******************************************************************************
		Container
 ******************************************************************************/

#luxy article {
    padding-top: 100px;
}

.breadcrumb {
    text-align: right;
    margin-right: 15px;
    padding: 5px 0;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.breadcrumb>li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.breadcrumb>li:first-child:before {
    opacity: 0;
}

.breadcrumb>li a {
    color: #111;
}

.breadcrumb>li a:hover {
    text-decoration: underline;
}


section {
    padding: 50px 0;
}

section+.divider-h+section {
    padding: 50px 0 90px;
}

.wrapper1400 {
    width: calc(100% - 100px);
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper1300 {
    width: calc(100% - 100px);
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper1100 {
    width: calc(100% - 100px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper900 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.column680 {
    width: 680px;
    float: left;
}

.column340 {
    width: calc(100% - 760px);
    float: right;
}

.column500 {
    width: calc(100% - 400px);
}

.column360 {
    width: 360px;
}

.column560 {
    width: calc(100% - 340px);
}

.column320 {
    width: 330px;
}

.column300 {
    width: 310px;
}

.divider+.divider {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #000;
}

.underbar {
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

.underbar .title-type2 {
    margin-bottom: 30px;
}

.column2 .column2-1 {
    width: 46.54%;
    float: left;
}

.column2 .column2-2 {
    width: 49.28%;
    float: right;
}

.column2 .column2-3 {
    width: 50%;
    float: left;
}

.column2 .column2-4 {
    width: 45.82%;
    float: right;
}

.column2-6 {
    margin-top: 20px;
}

.wpp-thumbnail {
    display: block !important;
    float: none !important;
    margin: 0 !important;
}

.rightmax {
    margin-right: -188px;
}

.column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column3>div {
    width: 30.90%;
    margin-bottom: 40px;
}

.singleheader {
    padding: 60px 0 0;
}

.underheader {
    margin-top: 20px;
    margin-bottom: 20px;
}

.underheader img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.underheader img+img {
    margin-top: 35px;
    margin-bottom: -40px;
}

.underbanner {
    margin-top: 100px;
}

.navibanner {
    margin-top: 90px;
    text-align: center;
}

.navibanner li {
    display: inline-block;
    margin: 0 8px;
}


/* youtube ------------------------------------------------*/

.videoContainer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#background-movie-player {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 917px) {

    .navibanner li {
        width: calc(50% - 10px);
    }

    .navibanner li:first-child {
        margin-right: 10px;
        margin-left: 0;
    }

    .navibanner li:last-child {
        margin-right: 0;
        margin-left: 10px;
    }

}


/* mask
--------------------------------------------------------------------*/

#mask {
    background: #fff;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    transition: opacity 1s, visibility 1s;
}

.fadeIn {
    opacity: 1;
}

.fadeOut {
    opacity: 0;
    visibility: hidden;
}

#loader {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 10001;
}

.preloader::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: '';
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: #e9e9e9;
    border-right-color: #e9e9e9;
    -webkit-animation: loader 1.4s linear infinite;
    -moz-animation: loader 1.4s linear infinite;
    -ms-animation: loader 1.4s linear infinite;
    -o-animation: loader 1.4s linear infinite;
    animation: loader 1.4s linear infinite;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loader {
    0% {
        -moz-transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(180deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes loader {
    0% {
        -o-transform: rotate(0deg);
    }

    50% {
        -o-transform: rotate(180deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.motion {
    opacity: 0;
    transform: translateY(40px);
    transition-property: transform, opacity;
    transition-duration: .7s;
    transition-timing-function: ease-out;
    transition-delay: 0;
}

.motion+.motion {
    transition-delay: .2s;
}

.motion+.motion+.motion {
    transition-delay: .4s;
}

.motion+.motion+.motion+.motion {
    transition-delay: .6s;
}

.motion+.motion+.motion+.motion+.motion {
    transition-delay: .8s;
}

.motion+.motion+.motion+.motion+.motion+.motion {
    transition-delay: 1.0s;
}

.motion.fadeIn {
    opacity: 1;
    transform: translateY(0);
}

/******************************************************************************
		Header
 ******************************************************************************/

/* logo ------------------------------------------------*/

#header {
    width: 100%;
    /*padding: 30px 50px 60px;*/
    padding: 20px 50px;
    background-color: #fff;
    position: fixed;
    z-index: 10000;
}

/*
#header h1,
#footer h1 {
    width: 302px;
    height: 33px;
    display: block;
    text-indent: -9999px;
    float: left;
}

#header h1 {
    position: fixed;
    z-index: 10000;
}


#header h1 a,
#footer h1 a {
    width: 302px;
    height: 33px;
    display: block;
    background-image: url("../../images/recruit/logo-huge.png");
    background-repeat: no-repeat;
    background-position: center;
}
*/

#header h1 a,
#footer h1 a {
    display: flex;
    width: 500px;
    justify-content: flex-start;
    align-items: center;
}
#header h1 a .rec_logo{
    width: 100px;
}
#header h1 a .rec_txt {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-left: 14px;
    color: #111;
    text-transform: uppercase;
}

/* grobal navi ------------------------------------------------*/

#header #gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s;
}

#header #gnav.active {
    visibility: visible;
    opacity: 1;
}

#header #gnav #wrapper-gnav {
    max-width: 640px;
    height: 100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

#header #gnav ul {
    margin-right: auto;
    margin-left: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#header #gnav li {
    display: inline-block;
    width: calc(50% - 20px);
    /*font-size: 29px;*/
    line-height: 30px;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 15px;
    transition-property: transform, opacity;
    transition-duration: .7s;
    transition-timing-function: ease-out;
    transition-delay: .2s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
}

#header #gnav li:nth-child(2),
#header #gnav li:nth-child(7) {
    letter-spacing: 0;
}

#header #gnav.default li {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    visibility: hidden;
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

#header #gnav.active li {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

#header #gnav.active li:nth-child(2) {
    transition-delay: .25s;
}

#header #gnav.active li:nth-child(3) {
    transition-delay: .3s;
}

#header #gnav.active li:nth-child(4) {
    transition-delay: .35s;
}

#header #gnav.active li:nth-child(5) {
    transition-delay: .4s;
}

#header #gnav.active li:nth-child(6) {
    transition-delay: .45s;
}

#header #gnav.active li:nth-child(7) {
    transition-delay: .5s;
}

#header #gnav.active li:nth-child(8) {
    transition-delay: .55s;
}

#header #gnav.active li:nth-child(9) {
    transition-delay: .6s;
}

#header #gnav.active li:nth-child(10) {
    transition-delay: .65s;
}


#header #gnav li:nth-child(2n) {
    margin-left: 40px;
}

#header #gnav li span {
    display: block;
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 29px;
}

/* toppage navi ------------------------------------------------*/

.tnav {
    background-color: #000;
    padding: 25px 8.27%;
}

.tnav ul li {
    position: relative;
    display: inline-block;
    /*width: 30.99%;*/
    width:50%;
    margin-right: 7.03%;
    padding-right: 7.03%;
    vertical-align: top;
    text-align: center;
}

.tnav ul li:last-child {
    width: 23.96%;
    margin-right: 0;
    padding-right: 0;
}

.tnav ul li span {
    font-family: 'Abel', sans-serif;
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
}

.tnav ul li b {
    color: #fff;
    display: block;
    border-top: 1px solid #fff;
    margin-top: -4px;
    padding-top: 6px;
}

.tnav ul li::before {
    position: absolute;
    top: 50%;
    right: 6px;
    content: "";
    width: 6px;
    height: 12px;
    background-color: #fff;
    margin-top: -10px;
}

.tnav ul li::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 6px;
    height: 12px;
    background-color: #7a6d6b;
    margin-top: -10px;
}

.tnav ul li:last-child::before,
.tnav ul li:last-child::after {
    content: none;
}



/* sns icons ------------------------------------------------*/

.snsicons {
    position: absolute;
    top: 34px;
    right: 112px;
    width: 178px;
}

.snsicons li {
    float: left;
    margin: 0 10px;
}

.snsicons2 {
    text-align: center;
}

.snsicons2 li {
    display: inline-block;
    margin: 0 15px;
}

/* hamburger ------------------------------------------------*/

.hamburger {
    position: fixed;
    top: 24px;
    right: 50px;
    z-index: 100000;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
}

.menu-trigger {
    position: relative;
    width: 44px;
    height: 44px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #a0a0a0;
}

.menu-trigger span:nth-of-type(1) {
    top: 10px;
}

.menu-trigger span:nth-of-type(2) {
    top: 20px;
}

.menu-trigger span:nth-of-type(3) {
    top: 30px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}


/******************************************************************************
		Footer
 ******************************************************************************/

/* copy block ------------------------------------------------*/

#footer {
    margin-top: 70px;
    /*
  padding-bottom: 90px;
  */
}

#footer h1 {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

#footer .wrapper-default {
    background-color: #000;
}

#footer li a {
    color: #fff;
    text-transform: uppercase;
}

#footer small {
    color: #fff;
}

#ft-copy {
    padding: 15px 50px 20px;
    margin-top: 40px;
}

#ft-copy nav li {
    display: inline-block;
    margin-right: 25px;
}

#footer p {
    line-height: 1;
}

.qs_back_to_top {
    display: block;
    width: 60px;
    height: 60px;
    background: #444444;
    opacity: 0.8;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 900;
    cursor: pointer;
    border-radius: 60px;
}

.qs_back_to_top:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    z-index: 910;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
}

.qs_back_to_top:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    z-index: 910;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
}

.qs_back_to_top:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #444444 transparent;
    position: absolute;
    z-index: 920;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -8px;
}



/******************************************************************************
		Top page
 ******************************************************************************/

/* bnr ------------------------------------------------*/

.bnr-block1 li,
.bnr-block2 li,
.bnr-block3 li,
.bnr-block4 li,
.bnr-block5 li {
    float: left;
    position: relative;
}

.bnr-block1 li a,
.bnr-block2 li a,
.bnr-block3 li a,
.bnr-block4 li a,
.bnr-block5 li a {
    display: block;
}

.bnr-block1 li a img,
.bnr-block2 li a img,
.bnr-block3 li a img,
.bnr-block4 li a img,
.bnr-block5 li a img {
    -webkit-transition: opacity .4s, transform .4s;
    -moz-transition: opacity .4s, transform .4s;
    -ms-transition: opacity .4s, transform .4s;
    -o-transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s;
}

.bnr-block1 li a:hover img,
.bnr-block1 li:nth-child(3) a:hover img+img,
.bnr-block2 li a:hover img,
.bnr-block2 li:nth-child(3) a:hover img+img,
.bnr-block3 li a:hover img,
.bnr-block5 li a:hover img,
.bnr-block1 li a:hover img+img+img,
.bnr-block2 li a:hover img+img+img,
.bnr-block3 li a:hover img+img+img,
.bnr-block5 li a:hover img+img+img {
    transform: scale(.96);
    opacity: .69;
}

.bnr-block1 li a:hover img+img,
.bnr-block2 li a:hover img+img,
.bnr-block3 li a:hover img+img {
    transform: scale(1);
    opacity: .69;
}

.bnr-block1 li:nth-child(1) {
    width: 66.231%;
}

.bnr-block1 li:nth-child(2) {
    width: 32.385%;
    margin-left: 1.384%;
}

.bnr-block1 li:nth-child(3) {
    width: 32.385%;
    margin-left: 1.384%;
    margin-top: 1.384%;
}

.bnr-block2 li:nth-child(1) {
    width: 23.924%;
    margin-top: 1.384%;
}

.bnr-block2 li:nth-child(2) {
    width: 23.924%;
    margin-left: 1.384%;
    margin-top: 1.384%;
}

.bnr-block2 li:nth-child(3) {
    width: 24.616%;
    margin-left: 1.384%;
    margin-top: 1.384%;
}

.bnr-block2 li:nth-child(4) {
    width: 23.924%;
    margin-left: .844%;
    margin-top: 1.384%;
}

.bnr-block3 li:nth-child(1) {
    width: 49.308%;
    margin-top: 1.384%;
}

.bnr-block3 li:nth-child(2) {
    width: 23.924%;
    margin-left: 26.768%;
    margin-top: 1.384%;
}

.bnr-block3 li:nth-child(4) {
    width: 16.231%;
    margin-left: 2.192%;
    margin-top: 1.384%;
}

.bnr-block3 li:nth-child(3) {
    width: 30.077%;
    margin-left: 2.192%;
    margin-top: 1.384%;
}

.bnr-block4 li:nth-child(1) {
    width: 23.924%;
    margin-top: 1.384%;
}

.bnr-block4 li:nth-child(2) {
    width: 23.924%;
    margin-left: 1.384%;
    margin-top: 1.384%;
}

.bnr-block4 li:nth-child(3) {
    width: 49.308%;
    margin-left: 1.384%;
    margin-top: 1.384%;
}

.bnr-block5 li:nth-child(1) {
    width: 23.924%;
    margin-top: 1.384%;
}

.bnr-block5 li:nth-child(2) {
    width: 49.308%;
    margin-left: 1.384%;
    margin-top: 1.384%;
}

.bnr-block5 li:nth-child(3) {
    width: 23.924%;
    margin-left: 1.384%;
    margin-top: 1.384%;
}

.bnr-block1 li:nth-child(2) img+img,
.bnr-block2 li img+img,
.bnr-block3 li img+img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.bnr-block1 li:nth-child(2) img+img {
    left: 13.54%;
    margin-top: -19px;
}

.bnr-block2 li:nth-child(1) img+img {
    margin-left: -78px;
    margin-top: -19.5px;
}

.bnr-block2 li:nth-child(2) img+img {
    margin-left: -35.5px;
    margin-top: -19.5px;
}

.bnr-block2 li:nth-child(4) img+img {
    margin-left: -53px;
    margin-top: -19.5px;
}

.bnr-block3 li:nth-child(3) img+img {
    margin-left: -60.5px;
    margin-top: -20.5px;
}

.bnr-block3 li:nth-child(4) img+img {
    margin-left: -40px;
    margin-top: -20.5px;
}

#brand {
    padding-top: 48px;
}

.brandlogo {
    text-align: center;
    height: 210px;
}

.brandlogo img {
    margin-top: 58px;
    position: relative;
    z-index: -1;
}

.brandlogolist li {
    display: inline-block;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    width: calc(100% / 6 - 1px);
}

.brandlogolist li:nth-child(1),
.brandlogolist li:nth-child(2),
.brandlogolist li:nth-child(3),
.brandlogolist li:nth-child(4),
.brandlogolist li:nth-child(5),
.brandlogolist li:nth-child(6) {
    border-top: none;
}

.brandlogolist li:nth-child(6n) {
    border-right: none;
}

.nav-brand {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

.nav-brand li {
    width: 245px;
    float: left;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.sign p {
    width: 170px;
}

.sign p+p {
    width: 174px;
}

/******************************************************************************
		Single page
 ******************************************************************************/

/* meets ------------------------------------------------*/

.division-meets h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.division-meets h3 strong {
    font-weight: bold;
    font-size: 20px;
}

.division-meets .meets1,
.division-meets .meets2,
.division-meets .meets3 {
    position: relative;
    float: left;
    width: 25%;
}

.division-meets.meets-index .meets1,
.division-meets.meets-index .meets2,
.division-meets.meets-index .meets3 {
    width: 23%;
}

.division-meets.meets-index .meets1 {
    margin-right: 1.5%;
}

.division-meets.meets-index .meets2 {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.division-meets.meets-index .meets3 {
    margin-left: 1.5%;
}

.division-meets.meets-column2 .meets1,
.division-meets.meets-column2 .meets2 {
    width: 40.78%;
}

.division-meets.division-meets.meets-index .meets1 {
    margin-right: 1.5%;
}

.division-meets.division-meets.meets-index .meets2 {
    margin-left: 0;
    margin-right: 0;
}

.division-meets .meets1::before,
.division-meets .meets2::before,
.division-meets .meets3::before {
    display: block;
    content: "";
    border-top: 1px solid #9f9f9f;
    height: 1px;
    margin-bottom: 40px;
}

.division-meets .meets1::after,
.division-meets .meets2::after,
.division-meets .meets3::after {
    display: block;
    content: "";
    border-top: 1px solid #9f9f9f;
    height: 1px;
}

.division-meets h3+p {
    text-align: center;
    margin-bottom: 10px;
}

.division-meets .meets1 img,
.division-meets .meets2 img,
.division-meets .meets3 img {
    max-width: calc(100% - 40px);
    height: auto;
}

.division-meets dl {
    margin-top: 5px;
    padding-bottom: 30px;
}

.division-meets dl .inline-block+.inline-block {
    margin-left: 10px;
}

.division-meets dt::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 14px;
    background-image: url("../../images/recruit/arrow_001.gif");
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.arrow-meets {
    float: left;
    width: 12.5%;
    text-align: center;
}

.meets-column2 .arrow-meets {
    width: 16.93%;
}

.arrow-meets img {
    max-width: 100%;
    height: auto;
    margin-top: 170px;
    margin-right: auto;
    margin-left: auto;
}

.meets-index .arrow-meets img {
    margin-top: 0;
}

.division-qa {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.division-qa h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url("../../images/recruit/border_001.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px;
    margin-top: 100px;
    margin-bottom: 30px;
}

.division-qa dt {
    float: left;
    width: 120px;
    line-height: 1.2;
}

.division-qa dd {
    padding-left: 120px;
    font-size: 14px;
    line-height: 1.8;
}

.division-qa dd+dt {
    clear: left;
    margin-top: 20px;
}

.division-qa dd+dt+dd {
    margin-top: 20px;
}

.meetsL {
    float: left;
    width: 47.96%;
}

.meetsR {
    float: right;
    width: 48.98%;
}


/* faq ------------------------------------------------*/

.accordion {
    margin-top: 50px;
}

.accordion#faq1 {
    margin-top: 90px;
}

.accordion a {
    display: block;
    background-image: url("../../images/recruit/down.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 70px;
    cursor: pointer;
}

.accordion a .title-type2 {
    margin-bottom: 0;
}

.accordion-contents {
    display: none;
    margin-top: 90px;
}

.accordion-contents-inner+.accordion-contents-inner {
    border-top: 1px dashed #6f6f6f;
    padding-top: 40px;
}

.accordion-contents-num {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

.accordion-contents-main {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px);
}

.accordion-contents-main p {
    margin-bottom: 35px;
    line-height: 2;
}

.accordion-contents-main h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 20px;
}


/* Special Column ------------------------------------------------*/

.special-column {
    padding-bottom: 50px;
}

.special-column4 .special-column {
    float: left;
    width: 23.92%;
    margin: 60px 1.44% 0 0;
}

.special-column4 .special-column:nth-child(4n) {
    margin-right: 0;
}

.special-column4 .special-column a>img {
    border-radius: 12px;
}

.special-column h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 20px;
}

.special-column.column-details h2 {
    margin-top: 10px;
}

.special-column .time {
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    margin-top: 20px;
}

.special-column.column-details .time {
    margin-top: 30px;
}

.special-column .lead {
    margin-top: 20px;
    margin-bottom: 20px;
}

.special-column .category {
    float: left;
}

.special-column .readmore {
    float: right;
    padding-top: 15px;
}


/* Special Column Single Page ------------------------------------------------*/

.column-details-header {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 120px;
}

.column-details-main {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.column-details-text.lead-text {
    background-image: url("../../images/recruit/dotted.gif");
    background-position: 0 bottom;
    background-repeat: repeat-x;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.column-details-text p {
    margin-top: 40px;
}

.column-details-text p+p {
    margin-top: 30px;
}

.column-details-pct2,
.column-details-pct1 {
    max-width: 1000px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

.column-details-pct2 img {
    float: left;
    max-width: calc(50% - 5px);
}

.column-details-pct2 img+img {
    float: right;
}

.column-details-text a {
    text-decoration: underline;
}

.column-details-text a:hover {
    text-decoration: none;
}

/* Educations Column ------------------------------------------------*/

.educations-column2 {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.educations-column2 .educations-column {
    max-width: 460px;
    /*width: 47.91%;
  margin: 60px 4.18% 0 0;*/
    background-color: #d6d6d6;
    position: relative;
    padding: 40px;
    transform: translateY(0);
    margin-bottom: 50px;
}

.educations-column2 .educations-column.even {
    margin-left: 30px;
}

.educations-column2 .educations-column:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    content: "";
    z-index: -1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background:
        linear-gradient(315deg, transparent 42px, #fff 42px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.educations-column2 .educations-column:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #fff;
    content: "";
}

.educations-column>img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.educations-column h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.educations-column .thumb {
    width: 146px;
    float: left;
}

.educations-column .specialist {
    width: calc(100% - 166px);
    float: left;
    margin-left: 20px;
}

.educations-column .specialist h3 {
    border-bottom: 1px dashed #6f6f6f;
    margin-bottom: 10px;
}

.educations-column .specialist p {
    letter-spacing: 0;
}

.educations-column .specialist p+p {
    font-size: 12px;
    margin-top: 8px;
}

@media screen and (max-width: 1094px) {
    .educations-column2 .educations-column {
        width: 100%;
        max-width: 100%;
        padding: 40px;
        margin-bottom: 50px;
    }

    .educations-column2 .educations-column.even {
        margin-left: 0;
    }
}

/* Message ------------------------------------------------*/

.division-message {
    position: relative;
    max-width: 1020px;
    /*
  margin: -220px auto 0;
  padding: 45px 20px 53px;
  */
    margin: 0 auto;
    padding: 0 20px 53px;
    background-color: #fff;
    border-radius: 10px;
}

.division-message h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.division-message h2 span {
    font-size: 16px;
}

.division-message h3 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    background-image: url("../../images/recruit/border_001.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.tones2 {
    font-size: 14px;
    line-height: 1.8;
    column-count: 2;
    column-gap: 40px;
}

.tones2 img,
.tones2+img {
    margin-top: 50px;
}

/* Brand ------------------------------------------------*/

.brandbox p+p {
    margin-top: 15px;
}

.brandbox h4 {
    margin-top: 20px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}

.brandbox h5 {
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.brandbox h4+p {
    margin-top: 15px;
}

.brandbox {
    margin-bottom: 35px;
}

.division-brand {
    max-width: 980px;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.division-brand.column1 {
    max-width: 720px;
    margin-top: -90px;
}

.division-brand .brandbox {
    width: 46.94%;
    float: left;
}

.division-brand .brandbox+.brandbox {
    float: right;
}

.division-brand.column1 .brandbox {
    width: 100%;
    float: none;
}

.division-brand h2 {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.division-brand .brandbox h3 {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
    text-align: center;
}

.division-brand .brandbox strong {
    font-weight: normal;
    display: block;
    text-align: center;
}

.division-brand .brandbox strong+img {
    display: block;
    margin: 0 auto 50px;
}

.brandanswer {
    margin-bottom: 50px;
}

/* chosaiko ------------------------------------------------*/

.chosaiko {
    /*background-color: #ebb400;*/
    background-color: #e67e22;
    padding-top: 80px;
}

.title-chosaiko {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.2;
    background-image: url("../../images/recruit/bg-chosaiko.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 70px;
    background-size: contain;
}

.lead-chosaiko {
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.column-details-profile {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-top: 60px;
}

.column-details-profile img {
    width: 205px;
    height: 205px;
    float: left;
}

.column-details-profile img+div {
    width: calc(100% - 250px);
    float: right;
}

/******************************************************************************
		Media Query
 ******************************************************************************/

@media screen and (max-width: 1800px) {

    .text14 {
        font-size: 13px;
    }

    .text17 {
        font-size: 16px;
    }

    .text20 {
        font-size: 19px;
    }

    .text24 {
        font-size: 23px;
    }

}

@media screen and (max-width: 1600px) {

    .text14 {
        font-size: 12px;
    }

    .text17 {
        font-size: 14px;
    }

    .text20 {
        font-size: 17px;
    }

    .text24 {
        font-size: 20px;
    }

}

@media screen and (max-width: 1200px) {

    .column680 {
        width: 100%;
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .column340 {
        width: 100%;
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        margin-top: 90px;
    }

    .column2 .column2-3,
    .column2s .column2-5 {
        width: 340px;
    }

    .column2 .column2-4,
    .column2s .column2-6 {
        width: calc(100% - 370px);
    }

    .column2s .column2-5 {
        float: left;
    }

    .column2s .column2-6 {
        float: right;
    }

    .column2s+.column2s {
        margin-top: 30px;
        padding-top: 40px;
        border-top: 1px solid #000;
    }

    .column340 .title-type7,
    .column680 .title-type8 {
        text-align: center;
    }

    .column340 .title-type7 {
        padding-bottom: 10px;
    }

    .column340 .nav-tag p {
        display: block;
        width: 100%;
        text-align: center;
    }

    .column340 .nav-tag ul {
        text-align: center;
    }

    .column340 .textB {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .column340 .nav-tag ul li {
        display: inline-block;
        margin: 0 5px 5px;
    }

    .column2-4 .list-tag li:nth-child(2n) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1000px) {

    .tnav ul li span {
        font-size: 20px;
    }

    .tnav ul li b {
        font-size: 13px;
    }

    .title-type6 {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .special-column4 .special-column {
        width: 32.05%;
        margin: 50px 1.92% 0 0;
    }

    .special-column4 .special-column:nth-child(4n) {
        margin-right: 1.92%;
    }

    .special-column4 .special-column:nth-child(3n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 900px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .tnav ul li span {
        font-size: 18px;
    }

    .tnav ul li b {
        font-size: 12px;
    }

    .title-type6 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .bnr-block1 li:nth-child(1),
    .bnr-block1 li:nth-child(3),
    .bnr-block3 li:nth-child(1),
    .bnr-block3 li:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }

    .bnr-block1 li:nth-child(2),
    .bnr-block3 li:nth-child(1),
    .bnr-block3 li:nth-child(2),
    .bnr-block4 li:nth-child(3),
    .bnr-block5 li:nth-child(3) {
        width: 100%;
        margin-left: 0;
        margin-top: 4.304%;
    }

    .bnr-block2 li:nth-child(1),
    .bnr-block3 li:nth-child(3),
    .bnr-block4 li:nth-child(1),
    .bnr-block5 li:nth-child(1) {
        width: 47.848%;
        margin-left: 0;
        margin-top: 4.304%;
    }

    .bnr-block2 li:nth-child(2),
    .bnr-block3 li:nth-child(4),
    .bnr-block4 li:nth-child(2),
    .bnr-block5 li:nth-child(2) {
        width: 47.848%;
        margin-left: 4.304%;
        margin-top: 4.304%;
    }

    .bnr-block2 li:nth-child(3) {
        width: 49.232%;
        margin-top: 4.304%;
        margin-left: 0;
    }

    .bnr-block2 li:nth-child(4) {
        width: 47.848%;
        margin-top: 4.304%;
        margin-left: 2.92%;
    }

    .bnr-block1 li a img,
    .bnr-block2 li a img,
    .bnr-block3 li a img {
        width: 100%;
    }

    .bnr-block1 li a img+img,
    .bnr-block2 li a img+img,
    .bnr-block3 li a img+img {
        width: auto;
    }

    .bnr-block1 li a img+img+img,
    .bnr-block2 li a img+img+img,
    .bnr-block2 li:nth-child(3) a img+img,
    .bnr-block3 li a img+img+img {
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
        z-index: -1;
    }

    .brandlogolist li {
        width: calc(100% / 4 - 1px);
        text-align: center;
    }

    .brandlogolist li:nth-child(5),
    .brandlogolist li:nth-child(6) {
        border-top: 1px solid #d1d1d1;
    }

    .brandlogolist li:nth-child(6n) {
        border-right: 1px solid #d1d1d1;
    }

    .brandlogolist li:nth-child(4n) {
        border-right: none;
    }

    #footer .floatL,
    #footer .floatR {
        float: none;
        text-align: center;
    }

    #footer ul {
        margin-bottom: 10px;
    }

    .division-meets {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    .division-meets .meets1,
    .division-meets .meets2,
    .division-meets .meets3 {
        float: none;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .division-meets.meets-index {
        display: none;
    }

    .arrow-meets {
        display: none;
        /*
    float: none;
    width: 100% !important;
    */
    }

    /*
  .arrow-meets img {
    max-width: 100%;
    height: auto;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  */
    .title-type2-sub span {
        display: block;
    }

    .division-meets .meets1::after,
    .division-meets .meets2::after,
    .division-meets .meets3::after {
        display: none;
    }

    .meetsL,
    .meetsR {
        float: none;
        width: 100%;
    }

    .meetsR {
        margin-top: 40px;
    }

    .division-message {
        margin: 0 0 0;
        padding: 45px 0 53px;
        background-color: #fff;
        border-radius: 10px;
    }

    .division-message h2 {
        font-size: 20px;
    }

    .division-message h2 span {
        font-size: 15px;
    }

    .division-message h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .tones2 {
        font-size: 15px;
        line-height: 1.6;
        column-count: 1;
        column-gap: 0;
    }

    .tones2 img,
    .tones2+img {
        margin-top: 40px;
    }

    #message3 .tones2 img {
        margin-bottom: 40px;
    }

    .list-culture li,
    .list-welfare li,
    .list-service li,
    .list-kitchen li {
        margin-top: 20px;
    }

    .list-culture li:first-child,
    .list-welfare li:first-child,
    .list-service li:first-child,
    .list-kitchen li:first-child {
        margin-top: 40px;
    }

    .list-culture li:last-child,
    .list-welfare li:last-child,
    .list-service li:last-child,
    .list-kitchen li:last-child {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 769px) {

    #culture,
    #welfare,
    #service,
    #kitchen {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .list-culture li,
    .list-welfare li,
    .list-service li,
    .list-kitchen li {
        float: left;
        width: 49.308%;
        margin-top: 1.384%;
    }

    .list-culture li:nth-child(2) {
        margin-top: 4.304%;
        margin-left: 1.384%;
    }

    .list-culture li:nth-child(3) {
        margin-left: 9.992%;
    }

    .list-culture li:nth-child(4) {
        margin-top: 4.304%;
    }

    .list-culture li:nth-child(5) {
        margin-top: -6.456%;
    }

    .list-welfare li:nth-child(1) {
        margin-left: 45.004%;
    }

    .list-welfare li:nth-child(3) {
        margin-top: 4.304%;
        margin-left: 1.384%;
    }

    .list-service li:nth-child(1) {
        margin-top: 15.832%;
    }

    .list-service li:nth-child(2) {
        margin-bottom: 15.832%;
    }

    .list-service li:nth-child(3) {}

    .list-service li:nth-child(4) {
        margin-top: -12.912%;
    }

    .list-kitchen li:nth-child(1) {}

    .list-kitchen li:nth-child(2) {
        margin-top: 4.304%;
        margin-left: 1.384%;
    }

    .list-kitchen li:nth-child(3) {
        margin-left: 12.912%;
    }
}

@media screen and (max-width: 768px) {

    #header {
        padding: 18px 3.90625% 50px;
    }

    #header #gnav li {
        font-size: 1.97vw;
        line-height: 1.33;
    }

    #header #gnav li span {
        font-size: 3.777vw;
    }

    #header #gnav li:nth-child(2n) {
        margin-left: 5.156vw;
    }

    #header #gnav #wrapper-gnav {
        margin-left: 56px;
        margin-right: 30px;
    }

    #luxy article {
        padding-top: 68px;
    }

    .hamburger {
        top: 12px;
        right: 30px;
    }

    .wrapper1300,
    .wrapper1100 {
        width: 92.1875%;
    }

    .title-type6 {
        text-align: center;
    }

    .title-type6::before {
        left: 50%;
        margin-left: -20px;
    }

    .title-type7 {
        text-align: center;
    }

    .slider img {
        width: 100%;
    }

    .column2 .column2-1 {
        width: 100%;
        float: none;
    }

    .column2 .column2-2 {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .slider .column2 .column2-2 {
        width: 99%;
    }

    .rightmax {
        margin-right: 0;
    }

    .column3>div {
        width: calc(50% - 15px);
    }

    .column3>div:nth-child(2n) {
        margin-left: -30px;
    }

    .column560,
    .column500,
    .column360,
    .column320,
    .column300 {
        width: 100%;
        float: none;
    }

    .column360.floatR,
    .column360.floatL,
    .column300.floatL {
        margin-top: 30px;
    }

    .column2-4 .list-tag li:nth-child(2n),
    .column2-6 .list-tag li:nth-child(2n),
    .column3 .list-tag li:nth-child(2n) {
        margin-right: 10px;
    }

    .list-tag li:last-child {
        margin-right: 0 !important;
    }

    .list-tag a {
        width: 158px !important;
        letter-spacing: 1px !important;
        font-size: 11px !important;
    }

    .tnav {
        margin-right: -4.5%;
        margin-left: -4.5%;
        padding: 5px 0 0;
    }

    .tnav ul li {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 5px;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding: 5px 0;
    }

    .tnav ul li:first-child {
        padding-top: 0;
    }

    .tnav ul li b {
        max-width: 220px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .tnav ul li::before {
        right: inherit;
        left: 15px;
    }

    .tnav ul li::after {
        right: inherit;
        left: 21px;
    }

    .tnav ul li:last-child::before,
    .tnav ul li:last-child::after {
        content: "";
    }

    .brandlogolist li {
        width: calc(100% / 2 - 1px);
    }

    .brandlogolist li:nth-child(3),
    .brandlogolist li:nth-child(4) {
        border-top: 1px solid #d1d1d1;
    }

    .brandlogolist li:nth-child(2n) {
        border-right: none;
    }

    .division-qa dt {
        float: none;
        width: 100%;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 20px;
    }

    .division-qa dd {
        padding-left: 0;
    }

    .arrow-meets img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .accordion-contents-num {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .accordion-contents-main {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .accordion-contents-main h3 {
        text-align: center;
    }

    .pager-type1.many li {
        display: block;
        margin-bottom: 10px;
    }

    .pager-type1.many li:last-child::after {
        content: "";
    }

    .pager-type1.many li::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #3f3f3f;
        position: absolute;
        top: 0;
        left: 0;
    }

    /*
  .pager-type1 li {
    display: block;
  }
  .pager-type1 li a {
    width: 236px;
    display: inline-block;
  }
  .pager-type1 li::before {
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #3f3f3f;
    position: relative;
    top: 2px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .pager-type1 li::after {
    height: 28px;
  }
  .pager-type1 li:last-child::after {
    content: "";
  }
  */
    section+section {
        padding: 0 0 50px;
    }

    .divider+.divider {
        border: none;
        margin-top: 0;
    }

    .column3>div,
    .column2 .column2-3,
    .column2s .column2-5 {
        width: 100%;
    }

    .column2 .column2-4,
    .column2s .column2-6 {
        width: 100%;
        margin-top: 20px;
    }

    .column3>div img,
    .column2 .column2-3 img,
    .column2s .column2-5 img {
        width: 100%;
    }

    .column3>div:nth-child(2n) {
        margin-left: 0;
    }

    .special-column4 .special-column {
        width: 48.56%;
        margin: 40px 2.88% 0 0;
    }

    .special-column4 .special-column:nth-child(3n) {
        margin-right: 2.88%;
    }

    .special-column4 .special-column:nth-child(2n) {
        margin-right: 0;
    }

    .division-brand .brandbox {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .division-brand .brandbox img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    /*
  .singleheader {
    padding: 0 0 0;
  }
  */
    .underheader img+img {
        margin-top: 0;
        margin-bottom: 0;
    }

    /*
  #footer {
    padding-bottom: 68px;
  }
  */
    #footer {
        margin-top: 40px;
    }

    .snsicons {
        position: relative;
        top: 45px;
        right: auto;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .nav-tag p {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .nav-tag ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .nav-tag ul li {
        margin-right: 10px;
    }

    .title-chosaiko {
        font-size: 52px;
    }

    .lead-chosaiko {
        text-align: left;
    }

    .lead-chosaiko br {
        display: none;
    }

    .column-details-profile {
        padding: 20px 0;
    }

    .column-details-profile img {
        width: 120px;
        height: 120px;
    }

    .column-details-profile img+div {
        width: calc(100% - 140px);
    }

    .column-details-profile .title-type8 {
        font-size: 20px;
    }

    .column-details-profile p.mgn-t20 {
        font-size: 12px;
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 520px) {

    .title-type7 span {
        margin-bottom: 10px;
    }

    .title-type7 b {
        display: block;
    }

    .title-chosaiko {
        font-size: 48px;
    }

}

@media screen and (max-width: 480px) {

    .chosaiko {
        padding-top: 40px;
    }

    .title-chosaiko {
        padding-bottom: 45px;
    }

    .text-type1,
    .title-type2-sub,
    .division-meets h3,
    .brandbox h4,
    .brandbox h4+p,
    .brandbox h5,
    .brandbox h5+p,
    .division-brand .brandbox h3,
    .division-brand .brandbox strong,
    .accordion-contents-main h3 {
        text-align: left;
    }

    .division-message h3 {
        text-align: left;
        background-position: left bottom;
    }

    .title-type2 {
        text-align: left;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .accordion-contents-num {
        margin-right: 0;
        margin-left: 0;
    }

    .btn-type1 a {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .btn-type1 a::before,
    .btn-type1 a::after {
        width: 50px;
        height: 42px;
        background-size: 50px 42px;
    }

    .btn-type1 a span {
        height: 42px;
    }

    .btn-type1 a img {
        margin-top: 11px;
    }

    .table-type1 th {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 15px;
        white-space: inherit;
    }

    .table-type1 td {
        display: block;
        width: 100%;
        padding-top: 20px;
        margin-bottom: 20px;
        border-bottom: none;
    }

    .table-type1 td div {
        border: none;
        padding: 0 10px 20px 10px;
    }

    #header {
        padding-bottom: 20px;
    }

    .hamburger {
        top: 7px;
        right: 10px;
    }

    #header h1,
    #footer h1,
    #header h1 a,
    #footer h1 a {
        /*width: calc(302px * 0.8);*/
        width:350px;
        height: auto;
        background-size: contain;
    }

    #header h1 a {
        background-position: 0 center;
    }

    #header h1 a .rec_txt {
        font-size: 14px;
    }

    #header #gnav li {
        font-size: 3.277vw;
    }

    #header #gnav #wrapper-gnav {
        margin-left: 20px;
        margin-right: 0;
    }

    #header #gnav #wrapper-gnav li {
        margin-left: 0;
    }

    .bnr-block1 li:nth-child(2) img+img {
        width: 88.9px;
        left: 9.478%;
        margin-top: -13.3px;
    }

    .bnr-block2 li:nth-child(1) img+img {
        width: 109.2px;
        margin-left: -54.6px;
        margin-top: -13.65px;
    }

    .bnr-block2 li:nth-child(2) img+img {
        width: 49.7px;
        margin-left: -24.85px;
        margin-top: -13.65px;
    }

    .bnr-block2 li:nth-child(4) img+img {
        width: 74.2px;
        margin-left: -37.1px;
        margin-top: -13.65px;
    }

    .bnr-block3 li:nth-child(3) img+img {
        width: 84.7px;
        margin-left: -42.35px;
        margin-top: -14.35px;
    }

    .bnr-block3 li:nth-child(4) img+img {
        width: 56px;
        margin-left: -28px;
        margin-top: -14.35px;
    }

    .bnr-block1 li:nth-child(2) img+img+img,
    .bnr-block3 li:nth-child(4) img+img+img,
    .bnr-block3 li:nth-child(3) img+img+img {
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }

    /*
  #footer {
    padding-bottom: 58px;
  }
  */
    #luxy article {
        padding-top: 100px;
    }

    .snsicons {
        top: 40px;
        padding-bottom: 18px;
    }

    .btn-type4.btn-big,
    .btn-type4.btn-big a {
        width: 100%;
        max-width: 408px;
        margin-right: auto;
        margin-left: auto;
    }

    .text-type1 br {
        display: none;
    }

    .title-type8 {
        font-size: 20px;
    }

    .title-chosaiko {
        font-size: 37px;
    }

    .singleheader {
        padding: 0 0 0;
    }

    .sign p {
        float: none;
        width: 100%;
        text-align: right;
        margin-top: -20px;
    }

    .sign p img {
        width: 120px;
    }

    .sign p+p {
        float: none;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .btn-type4 {
        text-align: center;
    }

    .pager-type2 li::before {
        display: none;
    }

    .pager-type2,
    .pager-type2 li {
        display: block;
    }

    .column-details-profile .title-type8 {
        font-size: 15px;
    }

    .column-details-profile img {
        width: 64px;
        height: 64px;
    }

    .column-details-profile img+div {
        width: calc(100% - 80px);
    }

    .column-details-profile p.mgn-t20 {
        margin-top: 5px !important;
        line-height: 1.6;
    }

    .snsshare {
        text-align: center;
    }

    .list-tag li:nth-child(2n) {
        margin-right: 0 !important;
    }
}


/* entry ------------------------------------------------*/
/* Entry page wrapper */
/* デフォルト＝SP */
.entry-page {
  padding: 100px 0 60px;
  background-color: #fafafa;
}

.entry-page .inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Contact Form 7 fields */
.entry-page .wpcf7-form p {
  margin-bottom: 20px;
}

.entry-page .wpcf7-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
}

.entry-page .wpcf7-form input[type="text"],
.entry-page .wpcf7-form input[type="email"],
.entry-page .wpcf7-form input[type="tel"],
.entry-page .wpcf7-form textarea,
.entry-page .wpcf7-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  transition: border-color 0.2s ease;
}

.entry-page .wpcf7-form input:focus,
.entry-page .wpcf7-form textarea:focus,
.entry-page .wpcf7-form select:focus {
  border-color: #ff6600; /* オレンジ系のアクセントカラー */
  outline: none;
}

/* Submit button */
.entry-page .wpcf7-form input[type="submit"] {
  background-color: #ff6600;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.entry-page .wpcf7-form input[type="submit"]:hover {
  background-color: #e05500;
}

/* Error / success messages */
.entry-page .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
}

.entry-page .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e6f8ec;
  border: 1px solid #a6e0b8;
  color: #256d3a;
}

.entry-page .wpcf7-response-output.wpcf7-validation-errors,
.entry-page .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #fceaea;
  border: 1px solid #f5b5b5;
  color: #a33a3a;
}
.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.form-sub {
    font-size: 0.9rem;
    color: #666;
}

/* ヘッダー高 + 余白ぶんに調整 */

/* タブレット以上 */
@media (min-width: 768px) {
    .entry-page {
        padding-top: 140px;
    }
}

/* PCワイド */
@media (min-width: 1024px) {
    .entry-page {
        padding-top: 140px;
    }
}
