@charset "UTF-8";
/*--------------------------
リセット
---------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------------------------
基本：基本タグ
---------------------------- */
.spOFF {
  display: none !important;
}

* {
  box-sizing: border-box !important;
  color: #111;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 160%;
}

a {
  text-decoration: none;
  color: #111;
}

a:hover {
  color: #0012e5;
}

.fn_Mon {
  font-family: 'Montserrat', sans-serif;
}

.fn_Rob {
  font-family: 'Roboto Condensed', sans-serif;
}

.fn_Not {
  font-family: 'Noto Sans JP', sans-serif;
}

/* -- */
.tit01 {
  padding-bottom: 0px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.tit01:after {
  content: "";
  width: 50px;
  border-bottom: solid 1px #BFB088;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tit01 .ja {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  margin-bottom: 0px;
  display: block;
}

.tit01 .en {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #BFB088;
  display: block;
}

.tit02 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.tit02:after {
  content: "";
  width: 50px;
  border-bottom: solid 2px #BFB088;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tit02 .ja {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  margin-bottom: 0px;
  display: block;
  line-height: 1.4;
}

.tit02 .en {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #BFB088;
  display: block;
}

.tit03 {
  font-size: 18px;
  color: #333333;
  border-bottom: solid 1px #BFB088;
  margin-bottom: 20px;
  padding-bottom: 5px;
  line-height: 120%;
}

.tit04 {
  color: #BFB088;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tit05 {
  color: #111111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.tit05:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #BFB088;
  position: absolute;
  top: 10px;
  left: 0;
}

.tit06 {
  background: #fff4d5;
  margin-bottom: 60px;
  padding: 13px;
  font-size: 18px;
}

.columnCntMain.blog .tit06 {
  margin-bottom: 20px;
}

.leadArea {
  margin-bottom: 50px;
}

.lead01 {
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
}

.txt01 {
  margin-bottom: 25px;
  font-size: 16px;
}

.imgCenter {
  text-align: center;
}

.imgCenter img {
  width: 100%;
  height: auto;
}

ol.lst01 {
  list-style: decimal;
  margin-left: 1em;
  margin-bottom: 30px;
}

ul.lst01 {
  list-style: circle;
  margin-left: 1em;
  margin-bottom: 30px;
}

.tbl01 th {
  display: block;
  width: 100%;
  font-weight: bold;
  vertical-align: top;
  font-size: 14px;
}
.tbl01 td {
  display: block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
}
.tbl01 tr {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
.tbl01 tr:first-child {
  border-top: solid 1px #CCCCCC;
  padding-top: 10px;
  margin-top: 10px;
  width: 100%;
}

/*--------------------------
header
---------------------------- */
.header {
  display: none;
}

/* =======================================

slidar_menu

========================================= */
/* スマホヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999999;
}

#fixed-top {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* ヘッダーのロゴ */
#fixed-top .logo {
  padding: 0px 0 0 15px;
}

#fixed-top .logo img {
  width: auto;
  height: 40px;
}

/* ヘッダーのボタン関連 */
#fixed-top .headerButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}

#fixed-top .headerButtons li a {
  display: block;
}

#fixed-top .headerButtons li img {
  vertical-align: bottom;
  height: 55px;
  width: auto;
}

/* スマートフォン用ナビゲーション*/
#slidar_menu {
  background: #f2f5fd;
  padding: 10px;
  z-index: 999999;
}

#slidar_menu .sb-right-inner .logo {
  margin: 0px 0 20px;
  text-align: center;
  overflow: hidden;
}

#slidar_menu .sb-right-inner .logo img {
  display: block;
  width: 161px;
  height: auto;
  margin: 10px auto;
  text-align: center;
}

#slidar_menu .sb-right-inner .parent .tit {
  display: block;
  background: #f0f6ff;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-weight: bold;
  color: #cf1357;
}

#slidar_menu .sb-right-inner .parent li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#slidar_menu .sb-right-inner .parent li.banner img {
  width: 100%;
  height: auto;
}

#slidar_menu .sb-right-inner .parent li.banner {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

#slidar_menu .sb-close {
  text-align: right;
  margin-bottom: 10px;
}

#slidar_menu .sb-right-inner a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

/* テキストメニュー */
#slidar_menu .parent.txt {
  margin-bottom: 30px;
}

#slidar_menu .parent.txt li {
  background-image: url(../img/shoplist_marker.png);
  background-repeat: no-repeat;
  background-position: 98% 4px;
  background-size: 14px 14px;
}

/* バナーメニュー */
#slidar_menu .parent.banner li {
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}

#slidar_menu .parent.banner .tit {
  text-align: center;
  margin-bottom: 5px !important;
  background: #cf1357;
  color: #fff;
}

#slidar_menu .parent.banner img {
  width: 100%;
  height: auto;
}

/* スライドメニュー：サムネイルメニュー */
#slidar_menu .parent.prsvNav .parent__tit {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

#slidar_menu .parent.prsvNav .parent__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: dotted 1px #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#slidar_menu .parent.prsvNav .parent__lst li {
  width: 48%;
  margin-bottom: 10px;
  border: none !important;
}

#slidar_menu .parent.prsvNav .parent__lst li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#slidar_menu .parent.prsvNav .parent__lst li img {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  vertical-align: bottom;
  border: solid 1px #000;
}

/* コンタクトメニュー */
#slidar_menu .parent.contact {
  margin-bottom: 30px;
}

#slidar_menu .parent.contact .tit {
  border: none;
  background: none;
  text-align: center;
}

#slidar_menu .parent.contact li {
  border: none;
}

#slidar_menu .parent.contact .thum {
  padding: 0 !important;
  background-color: #fff;
  background-image: url(../img/shoplist_marker.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 14px;
  border: solid 1px #aaa !important;
  border-radius: 2px !important;
  margin-bottom: 3px !important;
}

#slidar_menu .parent.contact .thum a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 130%;
}

#slidar_menu .parent.contact .thum a img {
  width: 65px;
  height: auto;
  margin-right: 5px;
  border-right: #aaa solid 1px;
}

#slidar_menu .parent.contact .tel a {
  border-radius: 3px;
  text-align: center;
}

#slidar_menu .parent.contact .tel a span {
  font-size: 14px;
}

#slidar_menu .parent.contact .tel a span span {
  font-weight: bold;
}

/*--------------------------
wrapper
---------------------------- */
#wrapper {
  margin-top: 55px;
}

/*--------------------------
main
---------------------------- */
#main {
  margin-bottom: 50px;
}

.main_inner {
  width: calc(100% - 40px);
  margin: 0 auto 50px;
}

/*--------------------------
.columnCnt
---------------------------- */
.columnCnt {
  padding: 20px 0;
  position: relative;
  background: #F0EDE0;
  background: #fff;
  padding: 20px;
}

.columnCntSub {
  position: relative;
  z-index: 2;
}

.columnCntSub {
  display: none;
}

/* columnSub */
.columnCntSub {
  padding-top: 70px;
}

.columnCntSub h3 {
  padding: 30px 10px 30px 10px;
  background: #fff;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 18px;
}

.columnCntSub ul li a {
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 20px;
  font-size: 18px;
  position: relative;
}

.columnCntSub ul li a:after {
  content: "→";
  position: absolute;
  padding: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------------
mainVisual
---------------------------- */
.mainVisual {
  margin-bottom: 50px;
}

.mainVisual .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}

.mainVisual__pic {
  flex-basis: 100%;
  order: 1;
  margin-bottom: 15px;
}

.mainVisual__pic img {
  width: 100%;
  height: auto;
}

.mainVisual__cnt {
  flex-basis: 100%;
  order: 2;
}

.mainVisual__cnt__inner {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.mainVisual__cnt__inner h2 {
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: bold;
}

.mainVisual__cnt__inner p {
  line-height: 160%;
  font-size: 16px;
}

/*--------------------------
pageTit
---------------------------- */
.pageTit {
  margin-bottom: 40px;
  background: #BFB088;
  width: 100vw;
}

.pageTit .inner {
  height: 180px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/sp/pageTit_about_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.pageTit__cnt {
  padding-left: 20px;
}

.pageTit .ja {
  flex-basis: 100%;
  font-size: 30px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  margin-bottom: 5px;
  line-height: 140%;
}

.pageTit .en {
  flex-basis: 100%;
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
}

/* body change */
body.business .pageTit .inner {
  background-image: url(../img/sp/pageTit_business_bk.png);
}

body.program .pageTit .inner {
  background-image: url(../img/sp/pageTit_program_bk.png);
}

body.oneday .pageTit .inner {
  background-image: url(../img/pageTit_oneday_bk.png);
}

body.message .pageTit .inner,
body.post-type-archive-recruitmsg .pageTit .inner,
body.tax-recruitmsg_cat .pageTit .inner {
  background-image: url(../img/sp/pageTit_message_bk.png);
}

body.post-type-archive-photoalbum .pageTit .inner {
  background-image: url(../img/sp/pageTit_photoalbum_bk.png);
}

body.post-type-archive-group .pageTit .inner,
body.single-group .pageTit .inner {
  background-image: url(../img/sp/pageTit_group_bk.png);
}

body.post-type-archive-oneday .pageTit .inner {
  background-image: url(../img/sp/pageTit_oneday_bk.png);
}

/*--------------------------
groupLnk
---------------------------- */
body.single-group .leadArea {
  margin-bottom: 0px;
  position: relative;
}

body.single-group .leadArea:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 140px;
  margin: 0 calc(50% - 50vw) 100px;
  background: #F0EDE0;
  top: -20px;
  left: 0;
  right: 0;
}

.groupLnk {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

.groupLnk:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 75px;
  margin: 0 calc(50% - 50vw) 100px;
  background: #F0EDE0;
  top: -20px;
  left: 0;
  right: 0;
  z-index: -1;
}

.groupLnk.noComment {
  margin-top: -180px !important;
}

.groupLnk__item {
  flex-basis: 32.66%;
}

.groupLnk__item a {
  font-size: 13px;
  display: block;
  width: 98%;
  box-sizing: border-box;
  background: #3E3A39;
  color: #BFB088;
  border-radius: 100px;
  text-align: center;
  letter-spacing: -1px;
  padding: 5px 2px;
}

.groupLnk__item a:hover {
  color: #fff;
  background-color: #640808;
}

/*--------------------------
news
---------------------------- */
.news .inner {
  width: calc(100% - 30px);
  margin: 0 auto 30px;
}

.news .tit01 {
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.news .tit01:after {
  content: none;
}

.news__lst__item {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.news__lst__item:last-child {
  border: none;
}

.news__lst__item span {
  font-size: 14px;
  display: block;
  color: #333333;
}

.news__lst__item a {
  font-size: 14px;
  display: block;
  color: #111;
  text-decoration: underline;
}

/*--------------------------
infoBox
---------------------------- */
.infoBox {
  margin-bottom: 65px;
  position: relative;
}

.infoBox:after {
  content: "";
  width: 100%;
  height: 410px;
  background: #F0EDE0;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 1;
}

.infoBox .inner {
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.infoBox__pic {
  margin-bottom: 15px;
}

.infoBox__pic img {
  width: 100%;
  height: auto;
}

.infoBox__cnt .tit01 {
  text-align: left;
  margin-bottom: 20px;
}

.infoBox__cnt .tit01:after {
  left: 0;
  right: auto;
}

.infoBox__cnt__inner {
  width: calc(100% - 25px);
  margin: 0 auto;
}

.infoBox__cnt .txt01 {
  font-size: 14px;
}

.infoBox__more {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 100px;
  padding: 10px 0px;
  background: #BFB088;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.infoBox__more:hover {
  color: #fff;
  background: #640808;
}

/*--------------------------
msgRow
---------------------------- */
.msgRow {
  margin-bottom: 30px;
}

.msgRow .tit01 {
  width: calc(100% - 30px);
  margin: 0 auto 30px;
}

.msgRow__lst {
  width: calc(100% - 40px);
  max-width: 1630px;
  padding: 25px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.msgRow__lst__item {
  margin-bottom: 20px;
  flex-basis: 48%;
}

.msgRow__lst__item {
  flex-basis: 48%;
}

.msgRow__lst__item__pic {
  margin-bottom: 0px;
}

.msgRow__lst__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.msgRow__lst__item__name span {
  display: block;
}

.msgRow__lst__item__name span:nth-child(1) {
  display: none;
}

.msgRow__lst__item__name span:nth-child(2) {
  font-size: 16px;
}

.msgRow__lst__item__tit {
  font-size: 12px;
}

.msgRow__lst__item a {
  color: #111;
}

.msgRow__lst__item a:hover .msgRow__lst__item__name {
  background: #eee;
}

body.home .msgRow__lst__item {
  flex-basis: 100%;
}
body.home .msgRow__lst__item__pic {
  margin-bottom: 5px;
  position: relative;
}
body.home .msgRow__lst__item__pic img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}
body.home .msgRow__lst__item__name {
  background: #fff;
  padding: 5px;
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
body.home .msgRow__lst__item__name span {
  display: block;
}
body.home .msgRow__lst__item__name span:nth-child(1) {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0px;
}
body.home .msgRow__lst__item__name span:nth-child(2) {
  text-align: right;
  font-size: 24px;
}
body.home .msgRow__lst__item__tit {
  font-size: 14px;
}
body.home .msgRow__lst__item a {
  color: #111;
}
body.home .msgRow__lst__item a:hover .msgRow__lst__item__name {
  background: #eee;
}

/*--------------------------
interviewRow
---------------------------- */
.interviewRow {
  padding: 30px 0;
  background: #F0EDE0;
}

.interviewRow__lst {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.interviewRow__lst__item {
  box-sizing: border-box;
  margin-bottom: 20px;
}

.interviewRow__lst__item iframe {
  width: 100%;
  height: auto;
  min-height: 200px;
}

.interviewRow__lst__item p {
  text-align: center;
  font-size: 16px;
}

/*--------------------------
groupLine
---------------------------- */
.groupLine {
  background: #BFB088;
  padding: 50px 0 10px;
  margin-bottom: 30px;
}

.groupLine .inner {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.groupLine .tit01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.groupLine .tit01 .ja,
.groupLine .tit01 .en {
  color: #fff;
}

.groupLine .tit01:after {
  border-bottom-color: #fff;
}

.groupLine__lst {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
}

.groupLine__lst__item {
  margin-bottom: 15px;
}

.groupLine__lst__item a div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.groupLine__lst__item__pic {
  flex-basis: 140px;
}

.groupLine__lst__item__pic img {
  width: 100%;
  height: auto;
}

.groupLine__lst__item__tit {
  padding: 3px;
  background: #333333;
  text-align: center;
  margin-bottom: 10px;
}

.groupLine__lst__item__tit span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.groupLine__lst__item__txt {
  flex-basis: calc(100% - 140px);
  font-size: 13px;
  line-height: 130%;
  color: #fff;
  padding-left: 15px;
}

.groupLine__lst__item a:hover .groupLine__lst__item__tit span {
  background: #640808;
}

/*--------------------------
fEntry
---------------------------- */
.fEntry .inner {
  margin-bottom: 50px;
}

.fEntry .inner {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.fEntry__lnks {
  width: 100%;
}
.fEntry__lnks__item {
  padding: 30px 0;
}
.fEntry__lnks__item:first-child {
  background: #BFB088;
}
.fEntry__lnks__item:last-child {
  background: #9D8958;
}

.fEntry__lnks__new {
  width: 100%;
}

.fEntry__lnks__midway {
  width: 100%;
}

.fEntry__item__tit {
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

/* new 新卒 */
.fEntry__lnks__new ul {
  text-align: center;
}

.fEntry__lnks__new ul li {
  display: inline-block;
}

/* midway 中途 */
.fEntry__lnks__midway ul {
  width: 75%;
  margin: 0 auto;
}

.fEntry__lnks__midway ul li {
  margin-bottom: 10px;
}

.fEntry__lnks__midway ul li a {
  display: block;
  background: #111111;
  margin: 0 10px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.fEntry__lnks__midway ul li a:hover {
  background: #640808;
}

.fEntry__lnks__midway ul li input[type="submit"] {
  display: block;
  width: 100%;
  border: none;
  background: #111111;
  margin: 0 10px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.fEntry__lnks__midway ul li input[type="submit"]:hover {
  background: #640808;
}

/*--------------------------
footer
---------------------------- */
.footer {
  background: #111111;
}
.footer__nav {
  border-bottom: solid 1px #666;
}
.footer__nav__lst {
  width: 100%;
  max-width: 1740px;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
}
.footer__nav__lst__item {
  padding: 0 20px;
}
.footer__nav__lst__item a {
  font-size: 13px;
  color: #CCCCCC;
}
.footer__address {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  max-width: 1740px;
  padding: 40px 0;
  margin: 0 auto;
  color: #CCCCCC;
  text-align: center;
  font-size: 12px;
}

/* ===========================

blogDetail

   =========================== */
.blogDate {
  width: 100%;
  margin: 0 auto 20px;
  text-align: right;
}

.blogDetail {
  width: 100%;
  margin: 0 auto 50px;
}

.column-two .blogDate,
.column-two .blogDetail {
  width: 100% !important;
}

.blogDetail p {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 2;
}

.blogDetail ul {
  list-style: disc;
  font-size: 1em;
  margin-left: 15px;
}

.blogDetail ol {
  list-style: decimal;
  font-size: 1em;
  margin-left: 15px;
}

.blogDetail a {
  color: #00f;
  text-decoration: none;
}

.blogDetail a:hover {
  text-decoration: underline;
}

.blogDetail hr {
  border: none;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}

.blogDetail strong {
  font-weight: bold;
}

.blogDetail img {
  border: solid 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 690px;
  height: auto;
}

.blogDetail img.aligncenter {
  display: block;
  text-align: center;
  margin: 15px auto;
}

.blogDetail img.alignleft {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 45%;
  height: auto;
}

.blogDetail img.alignright {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.blogDetail img.alignnone {
  margin: 15px 0;
}

.blogDetail img.size-full {
  display: block !important;
  float: none !important;
  width: 95%;
  height: auto;
  margin: 0 auto 30px;
}

.blogDetail img.size-large {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}

.blogDetail .news-photo {
  text-align: center;
  margin-bottom: 15px;
}

.blogDetail .news-photo img {
  width: 70%;
  height: auto;
}

.blogcat {
  background: #eee;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}

/*--------------------------
chairmanBanner
---------------------------- */
.chairmanBanner {
  background: #F0EDE0;
  width: 100%;
  margin: 0 auto 30px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.chairmanBanner__pic {
  flex-basis: 57%;
  text-align: center;
}

.chairmanBanner__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.chairmanBanner__cnt {
  flex-basis: 41%;
}

.chairmanBanner__cnt .tit02 {
  text-align: left;
}

.chairmanBanner .tit02:after {
  left: 0;
  right: auto;
  margin: auto;
}

.chairmanBanner__cnt a {
  display: inline-block;
  background: #BFB088;
  color: #fff;
  padding: 10px 15px;
}

.chairmanBanner__cnt a:hover {
  background: #640808;
}

/*--------------------------
.performancebox
---------------------------- */
.performancebox {
  background: #E7E7E9;
  padding: 30px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 100px;
}

.performancebox .inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

.performancebox__pic {
  text-align: center;
}

.performancebox__pic img {
  width: auto;
  height: 200px;
}

.performancebox__cnt {
  padding-left: 0px;
}

.performancebox__cnt__tit {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}

.performancebox__cnt__tit:after {
  content: "";
  width: 50px;
  border-bottom: solid 1px #BFB088;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}

.performancebox__cnt__tit span {
  font-weight: bold;
  color: #D80000;
  background: url(../img/line-marker.png) repeat-x left bottom;
}

/*--------------------------
.enkaku
---------------------------- */
.enkaku {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  background: #fff;
}

.enkaku__lst {
  padding: 20px 0 20px 0;
  position: relative;
  overflow: hidden;
}

.enkaku__lst:after {
  content: "";
  width: 1px;
  height: 300vh;
  background: #BFB088;
  position: absolute;
  left: 19px;
  top: 0px;
}

.enkaku__lst__item {
  margin-bottom: 20px;
}

.enkaku__lst__item:last-child {
  margin-bottom: 0;
}

.enkaku__lst__item__ymd {
  display: block;
  font-weight: bold;
  font-size: 16px;
  background: url(../img/history_marker.png) no-repeat left 10px top;
  padding-left: 50px;
}

.enkaku__lst__item__txt {
  font-size: 14px;
  display: block;
  padding-left: 50px;
}

/*--------------------------
.chairmanMsg
---------------------------- */
.chairmanMsg {
  margin-bottom: 40px;
}

.chairmanMsg .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}

.chairmanMsg__pic {
  flex-basis: 1000%;
  order: 2;
}

.chairmanMsg__pic__img {
  margin-bottom: 15px;
}

.chairmanMsg__pic__img img {
  width: 100%;
  height: auto;
}

.chairmanMsg__pic__name {
  font-size: 16px;
}

.chairmanMsg__pic__name span {
  font-size: 24px;
  font-weight: bold;
}

.chairmanMsg__cnt {
  flex-basis: 100%;
  order: 1;
}

.chairmanMsg__cnt .box {
  margin-bottom: 50px;
}

.chairmanMsg__cnt__tit {
  font-size: 18px;
  margin-bottom: 30px;
  color: #BFB088;
  line-height: 160%;
}

.chairmanMsg__cnt__tit br {
  display: none;
}

.chairmanMsg__cnt h3.tit04 {
  color: #333333;
  font-size: 21px;
  letter-spacing: -3px;
}

.chairmanMsg__cnt h4.tit04 {
  color: #333333;
  font-size: 18px;
}

.chairmanMsg__cnt .txt01 {
  font-size: 14px;
  line-height: 160%;
}

body.single-group .chairmanMsg {
  margin-bottom: 40px;
}

/*--------------------------
businessLst
---------------------------- */
.businessLst {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.businessLst__item {
  margin-bottom: 35px;
}

.businessLst__item:last-child {
  margin-bottom: 0;
}

.businessLst__item__cnt .tit03 {
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin-bottom: 5px;
}

.businessLst__pic img {
  width: 100%;
  height: auto;
}

/*--------------------------
ondayLst
---------------------------- */
.ondayLst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ondayLst__item {
  flex-basis: 100%;
  margin-bottom: 40px;
}

.ondayLst__item__pic {
  position: relative;
  z-index: 1;
}

.ondayLst__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ondayLst__item__cnt {
  position: relative;
  z-index: 2;
  width: 1005;
  margin: 0px auto 0;
  background: #fff;
  padding: 15px;
}

.ondayLst__item__cnt__txt {
  font-size: 14px;
  margin-bottom: 10px;
}

.ondayLst__item__cnt__info {
  border-top: solid 1px #BFB088;
  padding-top: 10px;
}

.ondayLst__item__cnt .inday {
  font-size: 14px;
  color: #BFB088;
  margin-bottom: 0;
}

.ondayLst__item__cnt .comp {
  font-size: 14px;
  margin-bottom: 5px;
}

.ondayLst__item__cnt .name {
  font-size: 20px;
}

.ondayLst__item__cnt .name span {
  font-size: 16px !important;
}

/*--------------------------
groupLst
---------------------------- */
.groupLst {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 30px;
}

.groupLst__item {
  width: 100%;
  margin-bottom: 40px;
}

.groupLst__item .tit03 {
  border-color: #666666;
}

.groupLst__item__pic {
  background: #F0EDE0;
  padding: 0 20px;
  margin-bottom: 15px;
}

.groupLst__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.groupLst__item__cnt .txt01 {
  font-size: 14px;
  line-height: 160%;
}

.groupLst__item__cnt a {
  display: inline-block;
  width: 100%;
  border-radius: 100px;
  padding: 5px 0px;
  background: #BFB088;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.groupLst__item__cnt a:hover {
  color: #fff;
  background: #640808;
}

/*--------------------------
comments
---------------------------- */
.comments {
  position: relative;
  margin-bottom: 100px;
}

.comments .inner {
  width: 100%;
  max-width: 1200px;
}

.groupPhoto {
  margin-bottom: 20px;
}

.groupPhoto img {
  width: 100%;
  height: auto;
}

.comments__lst .box {
  margin-bottom: 40px;
}

.comments__lst .box:last-child {
  margin-bottom: 0;
}

.comments__lst .tit04 {
  font-size: 16px;
}

.comments__lst .txt01 {
  font-size: 14px;
}

/*--------------------------
outline
---------------------------- */
.outline {
  margin-bottom: 100px;
}

/*--------------------------
gmap
---------------------------- */
.gmap {
  width: 100%;
  margin: 0 auto 40px;
}

.gmap iframe {
  display: block;
  width: 100%;
  height: 250px;
}

/*--------------------------
achievement
---------------------------- */
.achievement {
  margin-bottom: 100px;
}

.achievement__lead {
  margin-bottom: 50px;
}

.achievement__lead .txt01 {
  font-size: 14px;
  line-height: 160%;
}

.achievement__pic {
  display: none;
}

.achievement__cnt {
  width: 1005;
}

/* -- */
.achievement__cnt table {
  width: 100%;
}

.achievement__cnt tr {
  border-bottom: solid 1px #ccc;
}

.achievement__cnt thead tr:first-child {
  border-top: solid 1px #ccc;
}

.achievement__cnt th {
  padding: 5px 3px;
}

.achievement__cnt td {
  padding: 5px 3px;
}

.achievement__cnt table thead th {
  background: #EEEEEE;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.achievement__cnt table thead td {
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}

.achievement__cnt table tbody th {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.achievement__cnt table tbody td {
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}

/* table 行の色 */
.achievement__cnt table tbody tr:nth-child(odd) {
  background: #F5F5F5;
}

.achievement__cnt table tbody tr:nth-child(odd) td {
  background: #fff;
}

.achievement__cnt table tbody tr:nth-child(even) {
  background: #F0F0F0;
}

.achievement__cnt table tbody tr:nth-child(even) td {
  background: #F5F5F5;
}

/* table 列幅 */
.achievement__cnt table thead tr th:nth-child(1) {
  width: 25%;
}

.achievement__cnt table thead tr th:nth-child(2) {
  width: 37.5%;
}

.achievement__cnt table thead tr th:nth-child(3) {
  width: 37.5%;
}

.achievement__cnt table tbody tr th:nth-child(1) {
  width: 25%;
}

.achievement__cnt table tbody tr td:nth-child(2) {
  width: 37.5%;
}

.achievement__cnt table tbody tr td:nth-child(3) {
  width: 37.5%;
}

/*--------------------------
application
---------------------------- */
.application {
  margin-bottom: 100px;
}

.application .tbl01 th {
  font-weight: bold;
  padding: 10px 5px;
}

.application .tbl01 td {
  padding: 10px 5px;
}

/*--------------------------
groupHead_lnk
---------------------------- */
.groupHead_lnk {
  background: #666666;
  margin-bottom: 30px;
  padding: 20px 15px;
}

body.tax-recruitmsg_cat .groupHead_lnk {
  background-image: url(../img/recruitmsg_bk.jpg);
}

.groupHead_lnk .tit02 .ja {
  color: #fff !important;
}

.groupHead_lnk .tit02:after {
  border-bottom: solid 1px #fff;
}

.groupHead_lnk ul {
  width: 100%;
  max-width: 820px;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
}

.groupHead_lnk ul li {
  width: 100%;
  margin-bottom: 10px;
}

.groupHead_lnk ul li a {
  display: block;
  background: #333333;
  margin: 0 10px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.groupHead_lnk ul li a:hover {
  background: #640808;
}

/*--------------------------
photolist
---------------------------- */
.photolist {
  width: calc(100% - 40px);
  max-width: 1625px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.photolist li {
  flex-basis: 48%;
  margin-bottom: 25px;
}

.photolist li img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  /* この一行を追加するだけ！ */
}

.photolist + .groupLnk {
  margin-bottom: 60px;
}

/*--------------------------
msgDetail
---------------------------- */
.msgDetail {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.msgDetail__pic {
  margin-bottom: 20px;
}

.msgDetail__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.msgDetail__head .inner {
  background: #fff;
  width: 100%;
  padding: 10px;
}

.msgDetail__head__camp {
  display: none;
}

.msgDetail__head__name {
  font-size: 16px;
  display: block;
  text-align: center;
}

.msgDetail__info {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.msgDetail__info__item {
  margin-bottom: 50px;
}

/* -- */
body.tax-recruitmsg_cat .msgDetail {
  margin-bottom: 100px;
}

/*--------------------------
onedayDetail
---------------------------- */
.onedayDetail__pic {
  margin-bottom: 20px;
}

.onedayDetail__pic img {
  width: 100%;
  height: auto;
}

.onedayDetail__tit {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: right;
  line-height: 140%;
  letter-spacing: -1px;
}

.onedayDetail__info {
  text-align: right;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}

.onedayDetail__info:after {
  content: "";
  width: 340px;
  height: 1px;
  background: #BFB088;
  position: absolute;
  top: 0;
  right: 0;
}

.onedayDetail__info__date {
  color: #BFB087;
  margin-bottom: 10px;
  font-size: 12px;
}

.onedayDetail__info__corp {
  font-size: 14px;
  margin-bottom: 10px;
}

.onedayDetail__info__name {
  font-size: 20px;
}

.onedayDetail__info__name span {
  font-size: 16px;
  display: inline-block;
  margin-right: 1em;
}

.onedaySchedule {
  position: relative;
  overflow: hidden;
  padding: 00px 0 0px;
}

.onedaySchedule:after {
  content: "";
  width: 1px;
  height: 300vh;
  background: #BFB088;
  position: absolute;
  left: 10px;
  top: 0;
}

.onedaySchedule__item {
  margin-bottom: 50px;
}

.onedaySchedule__time {
  padding-left: 30px;
  background: url(../img/history_marker.png) no-repeat left top;
  font-size: 20px;
  position: relative;
}

.onedaySchedule__info {
  padding-left: 30px;
}

.onedaySchedule__info__tit {
  font-weight: bold;
  margin-bottom: 15px;
}

/*--------------------------
program - 仕事を知る
---------------------------- */
.pgTit01 {
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 140%;
  padding-top: 5px;
  padding-left: 55px;
  min-height: 50px;
  letter-spacing: -1px;
}

.pgTit01.num01 {
  background: url(../img/program_num_01.png) no-repeat left top;
  background-size: 40px auto;
}

.pgTit01.num02 {
  background: url(../img/program_num_02.png) no-repeat left top;
  background-size: 40px auto;
}

.pgTit02 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}

.pgTit02 br {
  display: none;
}

.pgTit03 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pgTit03__sub {
  color: #BFB088;
  font-size: 14px;
  display: block;
  margin-bottom: 0px;
}

.pgTit03__main {
  color: #333333;
  font-size: 20px;
  display: block;
}

.pgTit03:after {
  content: "";
  width: 50px;
  border-bottom: solid 1px #BFB088;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pgTit04 {
  font-size: 18px;
  color: #BFB088;
  line-height: 120%;
  margin-bottom: 30px;
}

/* -- */
.pgBox01 {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.pgBox01:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 200px;
  margin: 0 calc(50% - 50vw) 100px;
  background: #F0EDE0;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}

.pgBox01 .inner {
  position: relative;
}

.pgBox01 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.pgBox01__cnt {
  background: #fff;
  width: 100%;
  padding-top: 20px;
}

.pgBox01__cnt .txt01 {
  font-size: 14px;
}

.pgBox01__pics {
  width: 100%;
}

.pgBox01__pics li {
  margin-bottom: 15px;
}

.pgBox01__pics li img {
  width: 100%;
  height: auto;
}

.pgBox01__pics li span:nth-child(1) {
  display: block;
  margin-bottom: 5px;
}

.pgBox01__pics li span:nth-child(2) {
  display: block;
  font-size: 14px;
  text-align: center;
}

/* -- */
.pgBox02 {
  margin: 0 auto 100px;
  position: relative;
}

.pgBox02:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 200px;
  margin: 0 calc(50% - 50vw) 100px;
  background: #F0EDE0;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}

.pgBox02__pics {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.pgBox02__pics li {
  margin-bottom: 10px;
}

.pgBox02__pics li img {
  width: 100%;
  height: auto;
}

/* -- */
.pgBox03 {
  width: calc(100% - 30px);
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 100;
  margin-bottom: 30px !important;
}

.pgStep {
  background: #F0EDE0;
  padding: 100px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 100px;
}

.pgStep .inner {
  margin: 0 auto;
}

.pgStep .tit02 + .imgCenter {
  padding: 0 20px;
  margin-bottom: 20px;
}

/* -- */
.pgStepLst {
  margin-bottom: 15px;
}

.pgStepLst__item {
  padding: 10px;
}

.pgStepLst__item:nth-child(odd) {
  background: #E7E7E9;
}

.pgStepLst__item:nth-child(even) {
  background: #fff;
}

.pgStepLst__item__lbl {
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.pgStepLst__item__txt {
  font-size: 13px;
  display: block;
}

/* -- */
.stepItem {
  margin-bottom: 30px;
}

.stepItem li {
  margin-bottom: 10px;
  background: #BFB088;
  border-radius: 100px;
  text-align: center;
  padding: 8px;
  color: #fff;
}

.stepItem li.spOFF {
  background: none;
}

/* pgStep_branch */
.pgStep_branch {
  width: calc(100% - 30px);
  margin: 0 auto 40px;
}

.pgStep_branch__item {
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.pgStep_branch__item:before,
.pgStep_branch__item:after {
  content: "";
  width: 50px;
  height: 200px;
  position: absolute;
  background: #D8D0B1;
  z-index: 1;
}

.pgStep_branch__item:before {
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
}

.pgStep_branch__item:after {
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
}

.pgStep_branch__item:nth-child(1):after,
.pgStep_branch__item:nth-child(2):before {
  content: none;
}



/*--------------------------
sitelink - サイトマップ
---------------------------- */

.sitelink{}

.sitelink .lst01{
  border-bottom: solid 2px #ddd;
  list-style: none;
  margin: 0px;
}

.sitelink .lst01 li{
  border-top: solid 2px #ddd;
}



.sitelink .lst01 li a{
  padding: 15px 10px;
  display: block;
}

.sitelink .lst01 li a:hover{
  background-color: #f3f1dd;

}

.sitelink .lst01 li.child{
  border-top: solid 2px #ddd;
}

.sitelink .lst01 li.child a::before{
  content: "┗";
  padding-right: 1em;

}


/*--------------------------
Interview
---------------------------- */

.Interview_nav{
  width: 100%;
  padding: 30px;
  margin-bottom: 40px;
}

.Interview_nav ul{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.Interview_nav ul li {
}
.Interview_nav ul li a{
  display: block;
  color: #fff;
  font-weight: bold;
  background: #BFB088;
  padding: 10px 15px;
  border-radius: 100px;
}


.movDetail {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.movDetail {
  max-width: 960px;
  margin: 0px auto 100px;
}

.movDetail__yt {
  width: 100%;
  aspect-ratio: 16 / 9;
  text-align: center;
  background: #eee;
  padding-top: 20px;
}

.movDetail__yt iframe{
  width: 100%;
  height: 100%;
}

.movDetail__head {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
}

.movDetail__head .inner {
  background: #BFB088;
  padding: 10px 20px;
  width: 100%;
}

.movDetail__head__camp {
  font-size: 15px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

.movDetail__head__name {
  font-size: 26px;
  display: block;
  text-align: center;
  color: #fff;
}

