@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;
}

/*--------------------------
基本：基本タグ
---------------------------- */
.pcOFF {
  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: 30px;
  margin-bottom: 50px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.tit06 {
  background: #bfb088;
  margin-bottom: 60px;
  padding: 20px;
  font-size: 20px;
}

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

.leadArea {
  margin-bottom: 100px;
}

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

.txt01 {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 160%;
}

.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 {
  width: 100%;
}
.tbl01 tr {
  border-bottom: solid 1px #CCCCCC;
}
.tbl01 tr:first-child {
  border-top: solid 1px #CCCCCC;
}
.tbl01 th {
  width: 25%;
  padding: 15px 5px;
  vertical-align: top;
}
.tbl01 td {
  width: 75%;
  padding: 15px 5px;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .tit01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tit01:after {
    left: 20px !important;
  }
}
/*--------------------------
header
---------------------------- */
.header {
  margin-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  z-index: 9999;
}

.header .inner {
  width: 100%;
  max-width: 1852px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 10px;
}

.header__logo {

}

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

.header__cnt {

  padding-top: 10px;
  padding-left: 135px;
}

@media print{ 
  .header__cnt {display: none;}
}

/* subMenu */
.header__cnt__subMenu {
  text-align: right;
  margin-bottom: 10px;
}

.header__cnt__subMenu li {
  display: inline-block;
}

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

/* nav */
.header__cnt__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header__cnt__nav ul li {
  /*flex: 14.2%;*/
  text-align: center;
}

.header__cnt__nav ul li:nth-child(1) {
  /*flex-basis: 14.2%;*/

}

.header__cnt__nav ul li:nth-child(2) {
  /*flex-basis: 11.7%;*/
}

.header__cnt__nav ul li:nth-child(3) {
 /*flex-basis: 11.9%;*/
}

.header__cnt__nav ul li:nth-child(4) {
  /*flex-basis: 19.9%;*/
}

.header__cnt__nav ul li:nth-child(5) {
  /*flex-basis: 11.9%;*/
}

.header__cnt__nav ul li:nth-child(6) {
 /*flex-basis: 14.7%;*/
}

.header__cnt__nav ul li:nth-child(7) {
  /*flex-basis: 15.7%;*/
}

.header__cnt__nav ul li a {
  font-size: 18px;
}


@media screen and (min-width: 1301px) {
  .header__logo {
    max-width: 575px;
  }

  .header__cnt {
    padding-left: 10px !important;
    flex-basis: 1140px;
    min-width: 940px;
  }
  .header .inner {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1300px) {
  .header__logo {
    /*flex-basis: 100%;*/
    width: 350px;
    z-index: 1111;
    margin-left: 20px;
  }

  .header__logo img {
    width: 350px;
    height: auto;
  }

  .header__cnt {
    flex-basis: 100%;
    margin-top: -40px;
    padding: 0 !important;
  }

  .header__cnt__nav {
    margin-top: 15px;
  }

  .header__cnt__nav ul{
  justify-content: flex-start;
  gap: 1%;
  }

  .header__cnt__nav ul li {
    border-right: solid 1px #ccc;
    padding-right: 1%;
  }

  .header__cnt__nav ul li:last-child {
    border: none;
  }
}
/*--------------------------
wrapper
---------------------------- */
#wrapper {
  margin-top: 100px;
}

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

@media screen and (max-width: 1260px) {
  .main_inner {
    width: calc(100% - 40px);
  }
}
/*--------------------------
.columnCnt
---------------------------- */
.columnCnt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.columnCntMain {
  flex-basis: 71%;
  position: relative;
  z-index: 2;
}

.columnCntMain.blog {
  background: #fff;
  padding: 20px;
  border: solid 1px #ccc;
}

.columnCntSub {
  flex-basis: 23%;
  position: relative;
  z-index: 2;
}

.columnCnt:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100% + 50px);
  margin: 0 calc(50% - 50vw) 100px;
  top: 40px;
  background: #F0EDE0;
  z-index: 1;
}

/* 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;
}

@media screen and (max-width: 1260px) {
  .columnCnt {
    width: calc(100% - 40px);
  }
}
/*--------------------------
mainVisual
---------------------------- */
.mainVisual {
  margin-bottom: 100px;
}

.mainVisual .inner {
  width: 100%;
  max-width: 1852px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.mainVisual__pic {
  flex-basis: 1030px;
}

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

.mainVisual__cnt {
  flex-basis: calc(100% - 1030px);
}

.mainVisual__cnt__inner {
  width: 600px;
  margin: 0 auto;
}

.mainVisual__cnt__inner h2 {
  font-size: 54px;
  line-height: 160%;
  margin-bottom: 40px;
}

.mainVisual__cnt__inner p {
  line-height: 190%;
  font-size: 20px;
}

@media screen and (max-width: 1715px) {
  .mainVisual .inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mainVisual__pic {
    flex-basis: 58% !important;
  }

  .mainVisual__cnt {
    flex-basis: 40% !important;
  }

  .mainVisual__cnt__inner {
    width: 100%;
  }

  .mainVisual__cnt__inner h2 {
    font-size: 52px;
  }

  .mainVisual__cnt__inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1415px) {
  .mainVisual__pic {
    flex-basis: 48% !important;
  }

  .mainVisual__cnt {
    flex-basis: 48% !important;
  }
}
/*--------------------------
pageTit
---------------------------- */
.pageTit {
  margin-bottom: 100px;
  background: #BFB088;
  width: 100vw;
}

.pageTit .inner {
  height: 350px;
  width: 100%;
  max-width: 1852px;
  margin: 0 auto;
  background-color: #BFB088;
  background-image: url(../img/pageTit_about_bk.png);
  background-repeat: no-repeat;
  background-position: right calc(100% - 525px) top;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.pageTit__cnt {
  width: 525px;
  padding-left: 100px;
  background-color: #BFB088;
}

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

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

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

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

body.post-type-archive-oneday .pageTit .inner,
body.oneday-template-default .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/pageTit_message_bk.png);
}

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

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

/*--------------------------
groupLnk
---------------------------- */
.groupLnk {
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

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

.groupLnk__item {
  flex-basis: 220px;
  padding: 0 10px;
}

.groupLnk__item a {
  display: block;
  background: #3E3A39 url(../img/groupLnk__marker.png) no-repeat center bottom 10px;
  color: #BFB088;
  border-radius: 100px;
  text-align: center;
  padding: 15px 5px;
}

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

/*--------------------------
news
---------------------------- */
.news .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.news .tit01 {
  flex-basis: 205px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

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

.news__lst {
  flex-basis: calc(100% - 205px);
}

.news__lst__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

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

.news__lst__item span {
  flex-basis: 135px;
}

.news__lst__item a {
  flex-basis: calc(100% - 135px);
}

@media screen and (max-width: 1550px) {
  .news .inner {
    max-width: 1100px;
  }
}
/*--------------------------
infoBox
---------------------------- */
.infoBox {
  margin-bottom: 200px;
  position: relative;
}

.infoBox:after {
  content: "";
  width: 80%;
  height: 850px;
  background: #F0EDE0;
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 1;
}

.infoBox .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.infoBox__pic {
  flex-basis: 1040px;
}

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

.infoBox__cnt {
  flex-basis: calc(100% - 1040px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.infoBox__cnt__inner {
  width: 250px;
  margin-top: 135px;
}

.infoBox__more {
  display: inline-block;
  width: 250px;
  border-radius: 100px;
  padding: 20px 0px;
  background: #BFB088;
  color: #fff;
  text-align: center;
}

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

/* 画像が右指定の場合 */
.infoBox__cnt__inner .txt01 {
  margin-bottom: 30px;
}

.infoBox.picRight .infoBox__pic {
  order: 2;
}

.infoBox.picRight .infoBox__cnt {
  order: 1;
}

.infoBox.picRight:after {
  left: 0px !important;
  right: auto !important;
}

@media screen and (max-width: 1300px) {
  .infoBox {
    margin-bottom: 150px;
  }

  .infoBox__pic {
    flex-basis: 60%;
  }

  .infoBox__cnt {
    flex-basis: 35%;
  }

  .infoBox:after {
    height: 550px;
  }
}
/*--------------------------
msgRow
---------------------------- */
.msgRow {
  margin-bottom: 100px;
}

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

.msgRow__lst {
  width: 100%;
  max-width: 1200px;
  padding: 25px 0;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  gap: 1.66%;
  flex-wrap: wrap;
}

.msgRow__lst__item {
  flex-basis: 270px;
}

.msgRow__lst__item__pic {
  margin-bottom: 20px;
  position: relative;
}

.msgRow__lst__item__pic img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}

.msgRow__lst__item__name {
  background: #fff;
  padding: 15px 10px 15px 5px;
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.msgRow__lst__item__name span {
  display: block;
}

.msgRow__lst__item__name span:nth-child(1) {
  text-align: right;
  font-size: 16px;
  margin-bottom: 5px;
}

.msgRow__lst__item__name span:nth-child(2) {
  text-align: right;
  font-size: 30px;
}

.msgRow__lst__item a {
  color: #111;
}

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

@media screen and (max-width: 1560px) {
  .msgRow__lst {
    padding: 0 20px;
  }

  .msgRow__lst__item {
    flex-basis: 23.75%;
  }
}
/*--------------------------
interviewRow
---------------------------- */
.interviewRow {
  margin-bottom: 100px;
  position: relative;
  padding-top: 80px;
}

.interviewRow:after {
  content: "";
  width: 75%;
  height: 630px;
  background: #F0EDE0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.interviewRow .titBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.interviewRow__lst {
  width: 100%;
  max-width: 1780px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.interviewRow__lst__item {
  flex-basis: 580px;
  box-sizing: border-box;
}

.interviewRow__lst__item iframe {
  width: 100%;
  height: 325px;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 1740px) {
  .interviewRow__lst__item {
    flex-basis: 32.6% !important;
  }
}
/*--------------------------
groupLine
---------------------------- */
.groupLine {
  background: #BFB088;
  padding: 100px 0 50px;
  margin-bottom: 100px;
}

.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;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.groupLine__lst__item {
  flex-basis: 240px;
  background: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

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

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

.groupLine__lst__item__tit {
  margin-top: -25px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.groupLine__lst__item__tit span {
  margin-left: 10px;
  display: inline-block;
  background: #333333;
  color: #fff;
  font-size: 14px;
  padding: 8px;
}

.groupLine__lst__item__txt {
  padding-left: 10px;
  font-size: 13px;
  line-height: 130%;
}

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

@media screen and (max-width: 1740px) {
  .groupLine {
    padding-left: 20px;
    padding-right: 20px;
  }

  .groupLine__lst__item {
    flex-basis: 14%;
  }
}
@media screen and (max-width: 1300px) {
  .groupLine__lst {
    justify-content: center;
  }

  .groupLine__lst__item {
    margin: 0 5px 15px;
    flex-basis: 23.75%;
  }
}
/*--------------------------
fEntry
---------------------------- */
.fEntry .inner {
  margin-bottom: 50px;
}

.fEntry__lnks {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  background: #9D8958;
}
.fEntry__lnks__item {
  flex-basis: 50%;
  padding: 50px 0;
}
.fEntry__lnks__item:first-child {
  background: #BFB088;
  display: flex;
  justify-content: flex-end;
}
.fEntry__lnks__item:last-child {
  background: #9D8958;
  display: flex;
  justify-content: flex-start;
}

.fEntry__lnks__new {
  width: 870px;
}

.fEntry__lnks__midway {
  width: 870px;
}

.fEntry__item__tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  color: #fff;
}

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

.fEntry__lnks__new ul li {
  display: inline-block;
  padding-right: 50px;
}

.fEntry__lnks__new ul li:last-child {
  padding-right: 0;
}

/* midway 中途 */
.fEntry__lnks__midway ul {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fEntry__lnks__midway ul li {
  flex-basis: 260px;
  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: 95%;
  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;
}

@media screen and (max-width: 1740px) {
  .fEntry__lnks__item {
    justify-content: center !important;
  }

  .fEntry__lnks__new {
    width: auto !important;
  }

  .fEntry__lnks__midway {
    width: auto !important;
  }

  .fEntry__lnks__new ul li {
    padding-left: 0;
  }
}
/*--------------------------
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 {
  display: inline-block;
  padding: 0 10px;
}
.footer__nav__lst__item a {
  font-size: 13px;
  color: #CCCCCC;
}
.footer__nav__lst__item a:hover {
  color: #ff0;
}
.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: 14px;
}

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

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: 730px;
  margin: 0 auto 100px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.chairmanBanner__pic {
  flex-basis: 400px;
  text-align: center;
}

.chairmanBanner__pic img {
  vertical-align: bottom;
}

.chairmanBanner__cnt {
  flex-basis: calc(100% - 400px);
}

.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: 100px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 100px;
}

.performancebox .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.performancebox__pic {
  flex-basis: 160px;
  text-align: center;
}

.performancebox__cnt {
  flex-basis: calc(100% - 160px);
  padding-left: 20px;
}

.performancebox__cnt__tit {
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -1px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  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: 200vh;
  background: #BFB088;
  position: absolute;
  left: 150px;
  top: 0;
}

.enkaku__lst__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

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

.enkaku__lst__item__ymd {
  flex-basis: 200px;
  font-weight: bold;
  font-size: 20px;
  background: url(../img/history_marker.png) no-repeat right 38px top;
}

.enkaku__lst__item__txt {
  flex-basis: calc(100% - 200px);
  font-size: 16px;
}

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

.chairmanMsg .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.chairmanMsg__pic {
  flex-basis: 40%;
}

.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: 55%;
}

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

.chairmanMsg__cnt__tit {
  font-size: 24px;
  margin-bottom: 50px;
  color: #BFB088;
  line-height: 200%;
  font-weight: bold;
}

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

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

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

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

.businessLst__item {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.businessLst__item__cnt {
  flex-basis: 62.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.businessLst__item__cnt .tit03 {
  flex-basis: 40%;
}

.businessLst__item__cnt .box {
  flex-basis: 53.3%;
}

.businessLst__item__pic {
  flex-basis: 33.33%;
}

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

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

.ondayLst__item {
  flex-basis: 48.8%;
  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: calc(100% - 20px);
  margin: -80px auto 0;
  background: #fff;
  padding: 20px;
}

.ondayLst__item__cnt__txt {
  margin-bottom: 10px;
  min-height: 6em;
}

.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: 16px;
  margin-bottom: 5px;
}

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

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

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

.groupLst__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid #CCCCCC 1px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

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

.groupLst__item__pic {
  flex-basis: 25%;
}

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

.groupLst__item__cnt {
  flex-basis: 70%;
}

.groupLst__item__cnt a {
  display: inline-block;
  width: 250px;
  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;
}

@media screen and (max-width: 1260px) {
  .groupLst {
    width: calc(100% - 40px);
  }
}
/*--------------------------
comments
---------------------------- */
.comments {
  position: relative;
  margin-bottom: 100px;
}

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

.comments .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
}

.groupPhoto {
  margin-bottom: 50px;
}

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

.comments__lst {
  background: #fff;
  padding: 95px 160px 0 160px;
  min-height: 150px;
}

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

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

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

/*--------------------------
gmap
---------------------------- */
.gmap {
  width: 1500px;
  margin: 0 calc(50% - 750px) 100px;
  background: #fff;
  padding: 10px;
  border: solid 1px #CCCCCC;
}

.gmap iframe {
  width: 100%;
  height: 480px;
}

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

.achievement__lead {
  margin-bottom: 50px;
}

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

.achievement__pic {
  flex-basis: 200px;
  text-align: center;
}

.achievement__cnt {
  flex-basis: calc(100% - 200px);
}

/* -- */
.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: 15px 5px;
}

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

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

.achievement__cnt table thead td {
  font-size: 14px;
  text-align: center;
}

.achievement__cnt table tbody th {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.achievement__cnt table tbody td {
  font-size: 14px;
  text-align: center;
}

/* 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: 30px 5px;
}

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

/*--------------------------
groupHead_lnk
---------------------------- */
.groupHead_lnk {
  background: #333 url(../img/photoalbum_bk.jpg) no-repeat center center;
  margin-bottom: 80px;
  padding: 120px 0;
}

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: 900px;
  margin: 0 auto;
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.groupHead_lnk ul li {
  flex-basis: 250px;
}

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

/*--------------------------
photolist
---------------------------- */

.post-type-archive-photoalbum .tit02{
  padding-top: 100px;
  margin-top: 100px;
}

.photolist {
  width: 100%;
  max-width: 1625px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

.photolist + .groupLnk {
  margin-top: -50px !important;
  margin-bottom: 200px;
}

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

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

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

.msgDetail__head {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: -70px;
}

.msgDetail__head .inner {
  background: #BFB088;
  width: 730px;
  padding: 20px 30px;
  margin-right: 30px;
}

.msgDetail__head__camp {
  font-size: 24px;
  display: block;
  text-align: right;
  margin-bottom: 25px;
  color: #fff;
}

.msgDetail__head__name {
  font-size: 48px;
  display: block;
  text-align: right;
  color: #fff;
}

.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: 40px;
  text-align: right;
  line-height: 140%;
}

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

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

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

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

.onedayDetail__info__name {
  font-size: 36px;
}

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

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

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

.onedaySchedule__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.onedaySchedule__time {
  flex-basis: 240px;
  background: url(../img/history_marker.png) no-repeat 80px top;
  font-size: 20px;
  position: relative;
}

.onedaySchedule__time:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #BFB088;
  position: absolute;
  right: 10px;
  top: 10px;
}

.onedaySchedule__info {
  flex-basis: calc(100% - 240px);
}

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

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

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

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

.pgTit02 {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 40px;
}

.pgTit03 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

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

.pgTit03__main {
  color: #333333;
  font-size: 40px;
  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: 1200px;
  margin: 0 auto 100px;
  position: relative;
  overflow: hidden;
}

.pgBox01 .inner {
  width: 1120px;
  margin-left: 80px;
  position: relative;
  z-index: 100;
}

.pgBox01:before {
  content: "";
  width: 870px;
  height: 900px;
  position: absolute;
  left: 0;
  top: 25px;
  background: #F0EDE0;
}

.pgBox01 img {
  vertical-align: bottom;
}

.pgBox01__cnt {
  position: relative;
  background: #fff;
  padding: 60px;
  width: 860px;
  margin-top: -80px;
  margin-left: 260px;
}

.pgBox01__pics {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pgBox01__pics li {
  flex-basis: 46.9%;
  position: relative;
}

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

.pgBox01__pics li span:nth-child(1) {
  position: relative;
  z-index: 10;
}

.pgBox01__pics li span:nth-child(2) {
  background: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 10px;
  position: absolute;
  z-index: 15;
  bottom: 0;
  right: 0;
}

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

.pgBox02:before {
  content: "";
  width: 870px;
  height: 520px;
  position: absolute;
  right: 0;
  top: 25px;
  background: #F0EDE0;
  z-index: 1;
}

.pgBox02 .pgTit01.num02 {
  position: relative;
  z-index: 10;
  margin-left: 410px;
}

.pgBox02__cnt {
  width: 1020px;
  background: #fff;
  padding: 60px;
  position: relative;
  z-index: 10;
}

.pgBox02__pics {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pgBox02__pics li {
  flex-basis: 29.8%;
  position: relative;
}

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

/* -- */
.pgBox03 {
  background: #fff;
  padding: 60px;
  position: relative;
  z-index: 100;
}

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

.pgStep .inner {
  width: 1200px;
  margin: 0 auto;
}

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

.pgStepLst__item {
  padding: 15px;
}

.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: 16px;
  display: block;
}

/**/
.pgStepLst.onerow {
  width: 100%;
}

.pgStepLst.onerow .pgStepLst__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pgStepLst.onerow .pgStepLst__item__lbl {
  flex-basis: 17%;
}

.pgStepLst.onerow .pgStepLst__item__txt {
  flex-basis: 83%;
}

/* -- */
.stepItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

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

.stepItem li.spOFF {
  background: none;
}

/* pgStep_branch */
.pgStep_branch {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.pgStep_branch__item {
  flex-basis: 47.5%;
  background: #fff;
  padding: 60px;
  position: relative;
  z-index: 10;
}

.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;
}



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

.sitelink{}

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

.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: 20px;
  border-radius: 100px;
}


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

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

.movDetail__yt {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #eee;
  padding-top: 20px;
}

.movDetail__yt iframe{
  max-width: 100%;
}

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

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

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

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

