@charset "UTF-8";



.cookieAtn  {
  right: 0;
  bottom: 0;
  text-align: left;
  position: fixed;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px 20px 20px;
  box-shadow: 0 0 8px grey;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.cookieAtn div:first-of-type {
  width: 585px;
}
.cookieAtn div:first-of-type a {
  color: #d92163;
  text-decoration: underline;
}
.cookieAtn div:nth-of-type(2) {
  width: 115px;
  text-align: center;
}
.cookieAtn div img {
  display: block;
  margin: 0 auto;
}
.cookieAtn p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.75;
  display: block;
  /* margin-bottom: 6px; */
}
.cookieAtn small {
  font-size: 11px;
}
.cookieAtn strong {
  font-size: 19px;
}

.cookieAtn .attn_a {
  width: 100px;
  margin-left: 15px;
  padding: 15px 0;
  display: inline-block;
  background: #d92163;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 11px;
}
.cookieAtn span {
  z-index: 9999;
  position: absolute;
  top: -15px;
  right: 20px;
  cursor: pointer;
  font-size: 19px;
  line-height: 32px;
  color: #fff;
  background: #000;
  width: 32px;
  height: 32px;
  text-align: center;
  letter-spacing: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .cookieAtn  {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .cookieAtn div:first-of-type {
    width: 100%;
  }
  .cookieAtn div:nth-of-type(2) {
    margin: auto;
  }
  .cookieAtn
  .cookieAtn p {
    text-align: justify;
    font-size: 1.1rem;
  }
  .cookieAtn .attn_a {
    width: 100px;
    margin-left: 0;
    margin: 15px auto 0;
    padding: 10px 0;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-size: 11px;
  }
}






/* CSS Document */
.mincho, #container.company section .pdf .reader, #container.guidelines section .guidelinesBox, #container.guidelines section .gaiyou .gaiyouBox:first-of-type {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic, #container.company section .info .exterior, #container.company section .guide, #container.company section .pdf, .items {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fullWidth {
  width: 1200px;
  margin: 0 auto;
}

.inrWidth {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .inrWidth {
    width: 90%;
  }

  .fullWidth {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inrWidth {
    width: 90%;
  }

  .fullWidth {
    width: 100%;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  width: 100%;
  position: relative;
　word-break: break-all;
}

*:not(h1), *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.fwb {
  font-weight: bold;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.udl {
  font-size: 1.8rem;
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

.fullWidth {
  width: 1200px;
  margin: 0 auto;
}

.inrWidth {
  width: 1000px;
  margin: 0 auto;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

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

.pt20 {
  padding-top: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 850px) {
  .fullWidth {
    width: 100%;
    margin: 0 auto;
  }

  .inrWidth {
    width: 90%;
    margin: 0 auto;
  }

  .w90 {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  br.smp {
    display: none;
  }

  br.pc {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .br:before {
    content: "\a";
    white-space: pre;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  br.smp {
    display: block;
  }

  br.pc {
    display: none;
  }

  .column1 div,
  .column1 ul li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 16px;
  }

  .column2 div,
  .column2 ul li {
    width: 49% !important;
    margin: 0 2% 0 0 !important;
  }

  .column2 div:nth-of-type(2n),
  .column2 ul li:nth-of-type(2n) {
    margin: 0 0 3% !important;
  }
}
@media only screen and (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.item {
  width: 79.91803%;
  max-width: 780px;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .item {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }
}
section.main {
  background: #f9dbe6;
}
section.main .inrMain {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
section.main h2 img {
  height: 25px;
}
@media only screen and (max-width: 750px) {
  section.main {
    margin-top: 50px;
  }
}

.bread {
  color: #552e31;
}
.bread a {
  color: #552e31;
}

@media only screen and (max-width: 750px) {
  .bread {
    width: 89.84375%;
    margin: 10px auto;
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    left: 5.07813%;
    z-index: 2;
  }
}
.guideBnr ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
}
.guideBnr ul li:first-of-type {
  margin-right: 5%;
}
@media only screen and (max-width: 750px) {
  .guideBnr ul li:first-of-type {
    margin-right: 6%;
  }
}

.inrMain {
  margin: 0 0 0 264px;
  width: -webkit-calc(100% - 264px);
  width: calc(100% - 264px);
  max-width: 976px;
}
@media only screen and (max-width: 750px) {
  .inrMain {
    margin: 0 auto;
    padding-left: 0;
    width: 90%;
    float: none;
  }
  .inrMain img {
    height: 25px;
  }
}

.inrNav {
  position: relative;
  margin-bottom: -25px;
  top: -25px;
}
.inrNav ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
.inrNav ul li {
  text-align: center;
  width: 23%;
}
.inrNav ul li a {
  padding: 10px 0;
  display: block;
  background: #d92163;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .inrNav ul {
    flex-wrap: wrap;
  }
  .inrNav ul li {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .inrNav ul li a {
    padding: 15px 0;
  }
}

li.slideWrap p {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background: #d92163;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: block;
  z-index: 0;
  color: #fff;
  cursor: pointer;
}
li.slideWrap ul.sub {
  border: 1px solid #d92163;
  position: relative;
  top: -16px;
  display: none;
}
li.slideWrap ul.sub li {
  background: #fff;
}
li.slideWrap ul.sub li:nth-of-type(1) {
  border-top: 16px solid #d92163;
  z-index: -1;
}
li.slideWrap ul.sub li:not(:last-of-type) {
  border-bottom: 1px solid #d92163;
}
li.slideWrap ul.sub li a {
  color: #d92163;
  padding: 8px 0;
  display: block;
}
@media only screen and (max-width: 750px) {
  li.slideWrap p {
    padding: 5px 0;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
  }
  li.slideWrap ul.sub {
    border: 1px solid #d92163;
    position: relative;
    top: -8px;
    display: none;
  }
  li.slideWrap ul.sub li {
    width: 100%;
    margin: 0;
  }
  li.slideWrap ul.sub li:nth-of-type(1) {
    border-top: 8px solid #d92163;
    z-index: -1;
  }
  li.slideWrap ul.sub li:not(:last-of-type) {
    border-bottom: 1px solid #d92163;
  }
  li.slideWrap ul.sub li a {
    color: #d92163;
    padding: 8px 0;
    display: block;
    line-height: 1.2;
  }
}

.inrNav3col {
  position: relative;
  margin-bottom: -25px;
  top: -25px;
}
.inrNav3col > ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.inrNav3col > ul > li {
  height: 44px;
  margin: 0 2%;
  text-align: center;
  width: 25%;
}
.inrNav3col > ul > li > a {
  padding: 10px 0;
  background: #d92163;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: block;
  z-index: 0;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .inrNav3col ul {
    flex-wrap: wrap;
  }
  .inrNav3col ul li {
    line-height: 1.3;
    width: 31%;
    height: auto;
    margin: 0 1%;
  }
  .inrNav3col ul li a {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px 0;
    text-align: center;
  }
  .inrNav3col > ul > li > a[href="#NEWS"] {
    height: 46px;
    line-height: 36px;
  }
}

section.gl {
  background: url(<?php echo get_template_directory_uri(); ?>/assets/images/recruit/recruit-pc.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 750px) {
  section.gl {
    background: url(<?php echo get_template_directory_uri(); ?>/assets/images/recruit/recruit-smp.jpg) no-repeat;
    background-size: cover;
    background-position: right;
  }
}

.img01a {
	background: url(<?php echo get_template_directory_uri(); ?>/assets/images/specialty/specialty01_img01.jpg) no-repeat;
	background-size: cover;
	background-position: right;
}

#container2.specialty article {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
#container2.specialty article .specialtyBox:nth-of-type(1) {
  width: 60%;
  position: relative;
}
#container2.specialty article .specialtyBox:nth-of-type(1) img {
  width: 100%;
}
#container2.specialty article .specialtyBox:nth-of-type(2) {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  align-items: center;
  width: 40%;
  background: #663d3d;
  background: -moz-linear-gradient(left, #663d3d 0%, #462e2f 100%);
  background: -webkit-linear-gradient(left, #663d3d 0%, #462e2f 100%);
  background: linear-gradient(to right, #663d3d 0%, #462e2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663d3d', endColorstr='#462e2f',GradientType=1 );
  color: #fff;
  padding: 24px;
}
#container2.specialty article .specialtyBox:nth-of-type(2) .specialtyInr {
  max-width: 80%;
}
#container2.specialty article .specialtyBox:nth-of-type(2) h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 1.5;
}
#container2.specialty article .specialtyBox:nth-of-type(2) p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#container2.specialty article .specialtyBox:nth-of-type(2) p:last-of-type {
  margin-bottom: 50px;
}
#container2.specialty article .specialtyBox .specialtyNav ul {
  margin: 0;
  padding: 0;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
#container2.specialty article .specialtyBox .specialtyNav ul li {
  display: inline;
  list-style: none;
  width: 30.666%;
}
#container2.specialty article .specialtyBox .specialtyNav ul li:not(:last-of-type) {
  margin-right: 4%;
}
#container2.specialty article .specialtyBox .specialtyNav ul li a {
  display: block;
}
#container2.specialty article .specialtyBox .specialtyNav ul li a.over {
  border: #d92163 3px solid;
}
.specialtyNav .over {
  border: #d92163 3px solid;
}
@media only screen and (max-width: 750px) {
  #container2.specialty article {
    flex-direction: column;
  }
  #container2.specialty article .specialtyBox:nth-of-type(1) {
    width: 100%;
  }
  #container2.specialty article .specialtyBox:nth-of-type(2) {
    align-items: center;
    width: 100%;
    color: #fff;
    padding: 24px 24px 50px;
  }
  #container2.specialty article .specialtyBox:nth-of-type(2) .specialtyInr {
    max-width: 100%;
  }
  #container2.specialty article .specialtyBox:nth-of-type(2) h3 {
    display: none;
  }
  #container2.specialty article .specialtyBox:nth-of-type(2) p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #container2.specialty article .specialtyBox:nth-of-type(2) p:last-of-type {
    margin-bottom: 0;
  }
  #container2.specialty article .specialtyBox .specialtyNav {
    margin-bottom: 20px;
  }
  #container2.specialty article .specialtyBox .specialtyNav ul {
    margin: 0;
    padding: 0;
  }
  #container2.specialty article .specialtyBox .specialtyNav ul li {
    display: inline;
    list-style: none;
  }
  #container2.specialty article .specialtyBox .specialtyNav ul li a {
    display: block;
  }
  #container2.specialty article .specialtyBox .specialtyNav ul li a.over {
    border: #d92163 3px solid;
  }

.specialtyNav .over {
  border: #d92163 3px solid;
}
}

#container.privacypolicy {
  padding: 50px 0 140px;
}
#container.privacypolicy > p {
  padding-bottom: 50px;
}
#container.privacypolicy .ppBox {
  padding-bottom: 34px;
 /* margin-bottom: 34px;*/
}
#container.privacypolicy .ppBox:not(:last-child) {
 /* border-bottom: 1px solid #552e31;*/
}
#container.privacypolicy .ppBox h3 {
  font-size: 2.2rem;
  padding-bottom: 20px;
}

#container.privacypolicy .ppBox h4 {
  font-size: 1.8rem;
  padding-bottom: 20px;
}

#container.privacypolicy .ppBox div p {
  line-height: 1.7;
  padding-left: 1.7em;
}

#container.privacypolicy .ppBox p {
  line-height: 1.7;
  padding-left: 1.5em;
}

#container.privacypolicy .ppBox p:not(:last-child) {
 /* padding-bottom: 34px;*/
}
#container.privacypolicy .ppBox ul{padding-left: 1.5em; margin: 15px auto;
	list-style-type: disc;
	list-style-position: outside;
	list-style: none;
}

#container.privacypolicy .ppBox .mt34{margin-top: 34px;}


@media only screen and (max-width: 750px) {
	#container.privacypolicy .ppBox ul{padding-left: 1.5em; margin: 10px auto;}
  #container.privacypolicy {
    padding: 0;
	word-break: break-all!important;
  }
  #container.privacypolicy > p {
    padding-bottom: 30px;
  }
  #container.privacypolicy .ppBox {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  #container.privacypolicy .ppBox h3 {
    font-size: 2.2rem;
    padding-bottom: 20px;
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.4;
  }
  #container.privacypolicy .ppBox p {
    padding-left: 1.5em;
  }
  #container.privacypolicy .ppBox p:not(:last-child) {
    padding-bottom: 30px;
  }
#container.privacypolicy .ppBox  .mt34{margin-top: 16px;}

}

#container.sitemap .item {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container.sitemap .item .sitemapWrap {
  width: 46%;
}
#container.sitemap .item .sitemapWrap .sitemapBox {
  border: 1px solid #d92163;
  padding: 0;
  margin-bottom: 20px;
}
#container.sitemap .item .sitemapWrap .sitemapBox h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
#container.sitemap .item .sitemapWrap .sitemapBox h3:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  font-size: 10px;
}
#container.sitemap .item .sitemapWrap .sitemapBox h3 a {
  background: #d92163;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}
#container.sitemap .item .sitemapWrap .sitemapBox h3 aafter {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
#container.sitemap .item .sitemapWrap .sitemapBox h4 {
  font-weight: bold;
  color: #d92163;
  padding: 0 20px;
  position: relative;
}
#container.sitemap .item .sitemapWrap .sitemapBox h4.np {
  padding-top: 0 !important;
}
#container.sitemap .item .sitemapWrap .sitemapBox h4 a {
  color: #d92163;
}
#container.sitemap .item .sitemapWrap .sitemapBox h4:first-of-type {
  padding-top: 20px;
}
#container.sitemap .item .sitemapWrap .sitemapBox .relative {
  position: relative;
}
#container.sitemap .item .sitemapWrap .sitemapBox .relative h4 a:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -12px;
  font-size: 10px;
}
#container.sitemap .item .sitemapWrap .sitemapBox .sitemapBranch {
  padding: 0 20px 16px;
}
#container.sitemap .item .sitemapWrap .sitemapBox .sitemapBranch h5 {
  font-size: 1.4rem;
  color: #d92163;
  border: 1px solid #d92163;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  font-weight: bold;
  padding: 2px 10px;
  margin: 0 0 12px;
  display: inline-block;
}
#container.sitemap .item .sitemapWrap .sitemapBox .sitemapBranch ul li {
  font-weight: bold;
  color: #552e31;
  position: relative;
}
#container.sitemap .item .sitemapWrap .sitemapBox .sitemapBranch ul li a {
  padding: 3px 0;
  display: block;
  text-decoration: none;
}
#container.sitemap .item .sitemapWrap .sitemapBox .sitemapBranch ul li:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  font-size: 10px;
}
@media only screen and (max-width: 750px) {
  #container.sitemap .item .sitemapWrap {
    width: 100%;
  }
}


#container.company section {
  margin-bottom: 90px;
}
#container.company section h3 {
  margin-bottom: 30px;
}
#container.company section h3 img {
  height: 25px;
}
#container.company section .info {
  margin-left: 50px;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.company section .info .infoList {
  width: 74%;
  margin-right: 2%;
}
#container.company section .info .infoList dl {
  border-bottom: 1px solid #552e31;
  padding: 16px 0;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.company section .info .infoList dl:nth-of-type(2n) {
  background: #fff4f8;
}
#container.company section .info .infoList dl:nth-of-type(1) {
  border-top: 1px solid #552e31;
}
#container.company section .info .infoList dl dt {
  width: 20%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}
#container.company section .info .infoList dl dd {
  width: 75%;
}
#container.company section .info .infoList dl dd ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.company section .info .infoList dl dd ul li:nth-of-type(1) {
  flex-grow: 1;
}
#container.company section .info .infoList dl dd ul li:nth-of-type(2) {
  flex-grow: 2;
}
#container.company section .info .exterior {
  font-weight: bold;
}
#container.company section .info .exterior ul li {
  font-weight: bold;
  margin-bottom: 20px;
}
#container.company section .info .exterior ul li img {
  border: 1px solid #552e31;
  margin-bottom: 5px;
  max-width: 220px !important;
}
#container.company section .guide {
  margin-left: 50px;
}
#container.company section .guide ul.guideTtl li {
  text-align: center;
  background: #d9c1c3;
  padding: 8px 0;
  border-bottom: none;
}
#container.company section .guide ul.guideTtl li:nth-of-type(1) {
  width: 25%;
  border-right: 1px solid #fff;
}
#container.company section .guide ul.guideTtl li:nth-of-type(2) {
  width: 21%;
  border-right: 1px solid #fff;
}
#container.company section .guide ul.guideTtl li:nth-of-type(3) {
  width: 54%;
}
#container.company section .guide ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
#container.company section .guide ul li {
  padding: 14px 0 14px 15px;
  border-bottom: 1px solid #552e31;
  font-size: 1.2rem;
}
#container.company section .guide ul li:nth-of-type(1) {
  width: 25%;
}
#container.company section .guide ul li:nth-of-type(2) {
  width: 21%;
}
#container.company section .guide ul li:nth-of-type(3) {
  width: 34%;
}
#container.company section .guide ul li:nth-of-type(4) {
  width: 20%;
}
#container.company section .guide ul li:nth-of-type(4) a {
  color: #fff;
  background: #552e31;
  padding: 2px 0;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 6px 20px;
  display: block;
}
#container.company section .organization {
  text-align: center;
}
#container.company section .iso p:nth-of-type(1) {
  text-align: center;
  display: block;
  padding-bottom: 15px;
}

section#CONTACT,section#PDF {
    padding-top: 70px;
    margin-top: -70px;
}

#container.company section .pdf {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.company section .pdf .pdfBox:nth-of-type(1) {
  width: 25%;
}
#container.company section .pdf .pdfBox:nth-of-type(1) p {
  margin-bottom: 20px;
}
#container.company section .pdf .pdfBox:nth-of-type(1) p img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#container.company section .pdf .pdfBox:nth-of-type(1) ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(1) {
  margin-bottom: 10px;
  width: 100%;
}
#container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(1) a {
  text-align: center;
  display: block;
  color: #fff;
  background: #552e31;
  padding: 10px 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 1.2rem;
}
#container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(2) {
  width: 20%;
}
#container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(3) {
  font-size: 1rem;
  width: 75%;
}
#container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(3) span {
  font-size: 0.9rem;
}
#container.company section .pdf .pdfBox:nth-of-type(2) {
  width: 70%;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl:not(:last-of-type) {
  border-bottom: 1px solid #552e31;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl dt {
  width: 12%;
  text-align: center;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 20px 0;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl dd {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  align-self: center;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(1) {
  width: 77%;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(1) img {
  height: 24px;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(2) {
  width: 65%;
  line-height: 1.3;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(3) {
  width: 25%;
}
#container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(3) a {
  display: block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #552e31;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  width: 100%;
}
#container.company section .pdf .reader {
  /*margin-top: 30px;*/
}
#container.company section .pdf .reader ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.company section .pdf .reader ul li:nth-of-type(1) {
  width: 20%;
  margin-right: 15px;
}
#container.company section .pdf .reader ul li:nth-of-type(1) img {
  height: 33px;
}
#container.company section .pdf .reader ul li:nth-of-type(2) {
  width: 80%;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #container.company section {
    margin-bottom: 90px;
  }
  #container.company section h3 {
    margin-bottom: 15px;
  }
  #container.company section h3 img {
    height: 25px;
  }
  #container.company section .info {
    margin-left: 10px;
    flex-wrap: wrap;
  }
  #container.company section .info .infoList {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  #container.company section .info .infoList dl {
    border-bottom: 1px solid #552e31;
    padding: 16px 0;
  }
  #container.company section .info .infoList dl:nth-of-type(2n) {
    background: #fff4f8;
  }
  #container.company section .info .infoList dl:nth-of-type(1) {
    border-top: 1px solid #552e31;
  }
  #container.company section .info .infoList dl dt {
    width: 25%;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #container.company section .info .infoList dl dd {
    width: 70%;
  }
  #container.company section .info .infoList dl dd ul li:nth-of-type(1) {
    flex-grow: 1;
  }
  #container.company section .info .infoList dl dd ul li:nth-of-type(2) {
    flex-grow: 2;
  }
  #container.company section .info .exterior {
    width: 100%;
  }
  #container.company section .info .exterior ul {
    -js-display: flex;
    /*--- flexibility.js ---*/
    display: -webkit-box;
    /*--- Android ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    justify-content: space-between;
  }
  #container.company section .info .exterior ul li {
    width: 32%;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #container.company section .info .exterior ul li img {
    border: 1px solid #552e31;
    margin-bottom: 5px;
    max-width: 100% !important;
  }
  #container.company section .guide {
    margin-left: 10px;
  }
  #container.company section .guide ul.guideTtl {
    display: none;
  }
  #container.company section .guide ul {
    -js-display: flex;
    /*--- flexibility.js ---*/
    display: -webkit-box;
    /*--- Android ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a58c8e;
  }
  #container.company section .guide ul li {
    padding: 6px 0 6px 0px;
    border-bottom: none;
  }
  #container.company section .guide ul li a {
    display: block;
  }
  #container.company section .guide ul li:nth-of-type(1) {
    width: 100%;
    order: 1;
    font-size: 1.7rem;
    font-weight: bold;
  }
  #container.company section .guide ul li:nth-of-type(2) {
    width: 49%;
    order: 3;
    font-size: 1.3rem;
  }
  #container.company section .guide ul li:nth-of-type(2) a {
    color: #fff;
    background: #552e31;
    padding: 2px 0;
    text-align: center;
    padding: 6px 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  #container.company section .guide ul li:nth-of-type(3) {
    width: 100%;
    order: 2;
    font-size: 1.6rem;
  }
  #container.company section .guide ul li:nth-of-type(4) {
    width: 49%;
    order: 4;
    font-size: 1.3rem;
  }
  #container.company section .guide ul li:nth-of-type(4) a {
    color: #fff;
    background: #552e31;
    padding: 2px 0;
    text-align: center;
    padding: 6px 20px;
  }
  #container.company section .organization {
    text-align: center;
  }
  #container.company section .iso p:nth-of-type(1) {
    text-align: center;
    display: block;
    padding-bottom: 15px;
  }
  #container.company section .pdf {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) {
    -js-display: flex;
    /*--- flexibility.js ---*/
    display: -webkit-box;
    /*--- Android ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) p {
    width: 30%;
    margin-bottom: 20px;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) p img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) ul {
    width: 65%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) ul li {
    font-size: 1.2rem !important;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(1) {
    order: 3;
    margin-bottom: 10px;
    width: 100%;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(1) a {
    text-align: center;
    display: block;
    color: #fff;
    background: #552e31;
    padding: 6px 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(2) {
    width: 20%;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(3) {
    width: 75%;
  }
  #container.company section .pdf .pdfBox:nth-of-type(1) ul li:nth-of-type(3) span {
    font-size: 1.2rem;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) {
    width: 100%;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl:not(:last-of-type) {
    border-bottom: 1px solid #552e31;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl dt {
    display: none;
    width: 0;
    text-align: center;
    align-self: center;
    justify-content: center;
    padding: 20px 0;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl dd {
    padding: 10px 0;
    font-size: 1.2rem;
    align-self: center;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(1) {
    width: 90%;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(1) img {
    height: 32px;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(2) {
    width: 55%;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(3) {
    width: 30%;
  }
  #container.company section .pdf .pdfBox:nth-of-type(2) dl dd:nth-of-type(3) a {
    font-size: 1rem;
    display: block;
    background: #552e31;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    width: 100%;
  }
  #container.company section .pdf .reader {
    margin-top: 30px;
  }
  #container.company section .pdf .reader ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #container.company section .pdf .reader ul li:nth-of-type(1) {
    width: 100%;
    padding-bottom: 15px;
  }
  #container.company section .pdf .reader ul li:nth-of-type(1) img {
    height: 33px;
  }
  #container.company section .pdf .reader ul li:nth-of-type(2) {
    width: 100%;
    line-height: 1.5;
  }
}

#container.history {
  margin-bottom: 90px;
}
#container.history .historyWrap {
  width: 100%;
  margin-right: 2%;
  margin-top: 40px;
  margin-bottom: 100px;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.history .historyWrap .historyBox:nth-of-type(2) {
  width: 23%;
}
#container.history .historyWrap .historyBox:nth-of-type(2) p {
  margin-bottom: 80px;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
}
#container.history .historyWrap .historyBox:nth-of-type(2) p img {
  width: 100%;
}
#container.history .historyWrap .historyBox:nth-of-type(1) {
  width: 75%;
}
#container.history .historyWrap .historyBox:nth-of-type(1) dl {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  align-items: center;
  position: relative;
}
#container.history .historyWrap .historyBox:nth-of-type(1) dl dt {
  width: 15%;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-right: 3%;
}
#container.history .historyWrap .historyBox:nth-of-type(1) dl dt span {
  font-size: 1.5rem;
  display: inline-block;
}
#container.history .historyWrap .historyBox:nth-of-type(1) dl dd {
  width: 95%;
  position: relative;
  padding: 40px 0;
}
#container.history .historyWrap .historyBox:nth-of-type(1) dl dd:nth-of-type(1) {
  border-bottom: 1px solid #552e31;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #container.history {
    margin-bottom: 90px;
  }
  #container.history .historyWrap {
    width: 100%;
    margin-right: 0;
  }
  #container.history .historyWrap .historyBox:nth-of-type(2) {
    width: 30%;
    margin-top: 100px;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) {
    width: 67%;
    margin-top: 50px;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl {
    margin-bottom: 30px;
    flex-direction: column;
    border-bottom: #552e31 1px solid;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dt {
    width: 100%;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    padding-bottom: 14px;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dt p {
    position: static;
    top: initial;
    bottom: initial;
    margin: auto;
    height: 100%;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dt span {
    font-size: 1.7rem;
    display: inline-block;
	  line-height: 1;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dd {
    width: 90% !important;
    align-self: flex-end;
    padding: 0;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dd:nth-of-type(1) {
    width: 100%;
    margin-right: 2%;
    border-bottom: none;
    font-size: 1.5rem;
    padding-bottom: 30px;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dd:nth-of-type(1) p {
    position: static;
    top: initial;
    bottom: initial;
    margin: auto;
    height: 100%;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dd:nth-of-type(2) {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #552e31;
    position: static;
    bottom: 0;
  }
  #container.history .historyWrap .historyBox:nth-of-type(1) dl dd:nth-of-type(2) img {
    width: 100%;
  }
}

#container.message .messageBox {
  margin-bottom: 60px;
}
#container.message .messageBox p {
  padding-bottom: 20px;
}
#container.message .messageBox p.pres,#wrapper #container .item section p.pres {
  text-align: left;
  padding-top: 40px;
}
#container.recruit section {
  padding-bottom: 50px;
}
#container.recruit section:not(:last-of-type) {
  border-bottom: #552e31 1px solid;
  margin-bottom: 50px;
}
#container.recruit section h3 {
  margin-bottom: 30px;
}
#container.recruit section h3 img {
  height: 25px;
}
#container.recruit section p {
  margin-left: 50px;
}
#container.recruit section p:nth-of-type(1) {
  font-size: 2.2rem;
  padding-bottom: 10px;
  line-height: 1.6;
}

#wrapper #container #ARBEIT p{ color:#d92163; font-weight:bold; text-align:center; margin-bottom:20px;}
#container.recruit .ftNav3col ul,.ftNav3col ul{
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
}
#container.recruit .ftNav3col ul li,.ftNav3col ul li{
  width: 200px;
  margin: 0 15px;
}
#container.recruit .ftNav3col ul li a,#container .ftNav3col ul li a{
  display: block;
  background: #552e31;
  padding: 6px 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #container.recruit section {
    padding-bottom: 30px;
  }
  #container.recruit section:not(:last-of-type) {
    border-bottom: #552e31 1px solid;
    margin-bottom: 30px;
  }
  #container.recruit section h3 {
    margin-bottom: 30px;
  }
  #container.recruit section p {
    margin-left: 28px;
  }
  #container.recruit section p:nth-of-type(1) {
    font-size: 2.2rem;
    padding-bottom: 10px;
    line-height: 1.6;
  }
  #container.recruit .ftNav3col ul,#container .ftNav3col ul {
    flex-direction: column;
  }
  #container.recruit .ftNav3col ul li,#container .ftNav3col ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  #container.recruit .ftNav3col ul a,#container .ftNav3col ul a {
    padding: 8px 0 !important;
  }
}

#container.carrier section h3 {
  margin-bottom: 30px;
}
#container.carrier section h3 img {
  height: 25px;
}
section#ARBEIT {
	padding-top: 70px;
	margin-top: -70px;
}


#container.carrier section.arbeit p {
  margin-bottom: 40px;
  margin-left: 40px;
}
#container.carrier section.arbeit ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
}
#container.carrier section.arbeit ul li {
  /*width: 25%;*/
   width: 50%;
  margin: 0 1.5%;
}
#container.carrier section.arbeit ul li a {
  background: #d92163;
  padding: 8px 12px;
  color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #container.carrier section {
    margin-bottom: 90px;
  }
  #container.carrier section h3 {
    margin-bottom: 30px;
  }
  #container.carrier section h3 img {
    height: 59.5px !important;
  }
  #container.carrier section.arbeit h3 img {
    height: 25px !important;
  }
  #container.carrier section.arbeit p {
    margin-bottom: 20px;
    margin-left: 28px;
  }
  #container.carrier section.arbeit ul {
    flex-direction: column;
  }
  #container.carrier section.arbeit ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  #container.carrier section.arbeit ul li a {
    background: #d92163;
    padding: 10px 12px;
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: block;
    text-align: center;
  }
}

#container.guidelines section {
  margin-bottom: 90px;
}

#container.guidelines section p a{
    color: #d92163;
    text-decoration: underline;
}
#container.guidelines section h3 {
  margin-bottom: 30px;
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
}
#container.guidelines section h3 img {
  height: 25px;
}

#container.guidelines section h3 span{
	color:#d92163;
}
#container.guidelines section ul.rikunabi {
  margin-bottom: 30px;
  margin-left: 10px;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#container.guidelines section ul.rikunabi li {
  width: 30%;
}
#container.guidelines section ul.rikunabi li:nth-of-type(1) {
  margin-right: 10%;
}
#container.guidelines section ul.rikunabi li:nth-of-type(2) a {
  padding: 10px 0;
  display: block;
  color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #d92163;
  text-align: center;
}
#container.guidelines section .guidelinesBox {
  margin-left: 50px;
}
#container.guidelines section .guidelinesBox dl {
  border-bottom: 1px solid #552e31;
  padding: 16px 0;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.guidelines section .guidelinesBox dl:nth-of-type(2n) {
  background: #fff4f8;
}
#container.guidelines section .guidelinesBox dl:nth-of-type(1) {
  border-top: 1px solid #552e31;
}
#container.guidelines section .guidelinesBox dl dt {
  width: 22%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}
#container.guidelines section .guidelinesBox dl dd {
  width: 75%;
}
#container.guidelines section .guidelinesBox dl dd ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.guidelines section .guidelinesBox dl dd ul li:nth-of-type(1) {
  flex-grow: 1;
}
#container.guidelines section .guidelinesBox dl dd ul li:nth-of-type(2) {
  flex-grow: 5;
}
#container.guidelines section .gaiyou {
  margin-bottom: 60px;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type {
  width: 50%;
  margin-left: 50px;
  margin-right: 5%;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl {
  border-bottom: 1px solid #552e31;
  padding: 16px 0;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl:nth-of-type(2n) {
  background: #fff4f8;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl:nth-of-type(1) {
  border-top: 1px solid #552e31;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dt {
  width: 45%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd {
  width: 75%;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd ul li:nth-of-type(1) {
  flex-grow: 1;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd ul li:nth-of-type(2) {
  flex-grow: 2;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd p:last-of-type {
  margin-top: 8px;
}
#container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd a.map {
  background: #552e31;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #fff;
  padding: 4px 24px;
}
#container.guidelines section .gaiyou .gaiyouBox:last-of-type {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  #container.guidelines section {
    margin-bottom: 90px;
  }
  #container.guidelines section h3 {
    margin-bottom: 30px;
  }
  #container.guidelines section h3 img {
    height: 25px;
  }
  #container.guidelines section ul.rikunabi {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  #container.guidelines section ul.rikunabi li {
    width: 100%;
    margin-bottom: 20px;
  }
  #container.guidelines section ul.rikunabi li:nth-of-type(1) {
    margin-right: 10%;
  }
  #container.guidelines section ul.rikunabi li:nth-of-type(2) a {
    font-size: 1.8rem;
    padding: 16px 0;
    display: block;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #d92163;
    text-align: center;
  }
  #container.guidelines section .guidelinesBox {
    margin-left: 10px;
  }
  #container.guidelines section .guidelinesBox dl {
    border-bottom: 1px solid #552e31;
    padding: 16px 0;
    justify-content: space-between;
  }
  #container.guidelines section .guidelinesBox dl:nth-of-type(2n) {
    background: #fff4f8;
  }
  #container.guidelines section .guidelinesBox dl:nth-of-type(1) {
    border-top: 1px solid #552e31;
  }
  #container.guidelines section .guidelinesBox dl dt {
    width: 25%;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #container.guidelines section .guidelinesBox dl dd {
    width: 72%;
  }
  #container.guidelines section .guidelinesBox dl dd ul {
    flex-direction: column;
  }
  #container.guidelines section .guidelinesBox dl dd ul li:nth-of-type(1) {
    width: 100%;
  }
  #container.guidelines section .guidelinesBox dl dd ul li.sp p:not(:last-of-type) {
    padding-bottom: 10px;
  }
  #container.guidelines section .guidelinesBox dl dd ul li:nth-of-type(2) {
    width: 100%;
  }
  #container.guidelines section .gaiyou {
    margin-bottom: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl {
    border-bottom: 1px solid #552e31;
    padding: 16px 0;
    justify-content: space-between;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl:nth-of-type(2n) {
    background: #fff4f8;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl:nth-of-type(1) {
    border-top: 1px solid #552e31;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dt {
    width: 25%;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd {
    width: 72%;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd ul {
    justify-content: space-between;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd ul li:nth-of-type(1) {
    flex-grow: 1;
  }
  #container.guidelines section .gaiyou .gaiyouBox:first-of-type dl dd ul li:nth-of-type(2) {
    flex-grow: 2;
  }
  #container.guidelines section .gaiyou .gaiyouBox:last-of-type {
    width: 100%;
    margin-left: 10px;
  }
  #container.guidelines section .gaiyou .gaiyouBox:last-of-type img {
    max-width: 100%;
  }
}

#container.senior .seniorNavi {
  margin-bottom: 50px;
}
#container.senior .seniorNavi p {
  margin-bottom: 50px;
  text-align: center;
}
#container.senior .seniorNavi ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  align-items: flex-end;
}
#container.senior .seniorNavi ul li {
  width: 33.333%;
}
#container.senior .seniorNavi ul li a {
  text-align: center;
  border-radius: 25px 25px 0 0/25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0/25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0/25px 25px 0 0;
  border: #552e31 1px solid;
  font-size: 1.6rem;
  display: block;
  color: #552e31;
  line-height: 1;
  padding: 10px 0;
}
#container.senior .seniorNavi ul li.focus a {
  background: #552e31;
  color: #fff;
  padding: 14px 0;
}
#container.senior article {
  width: 87.36%;
  margin: 0 auto;
  margin-bottom: 80px;
}
#container.senior article h3 {
  margin-bottom: 30px;
}
#container.senior article .question {
  margin-bottom: 30px;
}
#container.senior article .question h4 {
  margin-bottom: 16px;
  color: #fff;
  background: #552e31;
  font-size: 1.6rem;
  padding: 14px;
  line-height: 1.4;
}
#container.senior article .question h4 ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
}
#container.senior article .question h4 ul li:nth-of-type(1) {
  width: 7%;
}
#container.senior article .question h4 ul li:nth-of-type(2) {
  width: 93%;
}
#container.senior article .question h4 ul li:nth-of-type(3) {
  display: none;
}
#container.senior article .question p {
  line-height: 1.8;
}
#container.senior article .question ul.photo {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
#container.senior article .question ul.photo li {
  width: 50%;
}
#container.senior article .question ul.photo li:nth-of-type(1) {
  margin-right: 2%;
}
@media only screen and (max-width: 750px) {
  #container.senior .seniorNavi {
    margin-bottom: 30px;
  }
  #container.senior .seniorNavi p {
    margin-bottom: 50px;
    text-align: center;
  }
  #container.senior .seniorNavi ul {
    align-items: flex-end;
  }
  #container.senior .seniorNavi ul li {
    width: 33.333%;
  }
  #container.senior .seniorNavi ul li a {
    text-align: center;
    border-radius: 15px 15px 0 0/15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0/15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0/15px 15px 0 0;
    border: #552e31 1px solid;
    font-size: 1.2rem;
    display: block;
    color: #552e31;
    line-height: 1;
    padding: 10px 0;
  }
  #container.senior .seniorNavi ul li.focus a {
    background: #552e31;
    color: #fff;
    padding: 14px 0;
  }
  #container.senior article {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  #container.senior article h3 {
    margin-bottom: 30px;
  }
  #container.senior article .question {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  #container.senior article .question h4 {
    margin-bottom: 16px;
    color: #fff;
    background: #552e31;
    font-size: 1.5rem;
    padding: 12px;
    line-height: 1.5;
  }
  #container.senior article .question h4 ul {
    -js-display: flex;
    /*--- flexibility.js ---*/
    display: -webkit-box;
    /*--- Android ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #container.senior article .question h4 ul li:nth-of-type(1) {
    width: 13%;
  }
  #container.senior article .question h4 ul li:nth-of-type(2) {
    width: 82%;
  }
  #container.senior article .question h4 ul li:nth-of-type(3) {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
	      height: 30px;
	  width: 30px;
  }
  #container.senior article .question h4 ul li:nth-of-type(3) {
    background: url(<?php echo get_template_directory_uri(); ?>/assets/images/recruit/carrier/icon_plus.png) no-repeat;
	  background-position: center center;
	  background-size: 15px 15px;
  }
  #container.senior article .question .on ul li:nth-of-type(3) {
    background: url(<?php echo get_template_directory_uri(); ?>/assets/images/recruit/carrier/icon_minus.png) no-repeat;
	  background-position: center center;
	  background-size: 15px 15px;
  }
  #container.senior article .question p {
    line-height: 1.7;
    font-size: 1.4rem;
  }
  #container.senior article .question ul.photo {
    flex-wrap: wrap;
  }
  #container.senior article .question ul.photo li {
    width: 100%;
  }
  #container.senior article .question ul.photo li:nth-of-type(1) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  #container.senior article .question .questionSlide {
    display: none;
  }
}

section.itemh2 {
  background: url(<?php echo get_template_directory_uri(); ?>/assets/images/item/h2bg_lineup_pc.png) no-repeat;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 750px) {
  section.itemh2 {
    background: url(<?php echo get_template_directory_uri(); ?>/assets/images/item/h2bg_lineup_smp.png) no-repeat;
    background-size: cover;
    background-position: right;
  }
}

.items {
  font-size: 1.4rem;
}
.items ul li .items {
  overflow: hidden;
  position: relative;
}
.items ul li .items .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.items ul li .items .mask .caption {
  font-weight: bold;
  color: #552e31;
  padding: 8px 15px 0;
}
.items ul li .items .mask .caption p {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 8px;
}
.items ul li .items .mask .caption p:nth-of-type(1) {
  font-size: 14px;
  border-bottom: 1px solid #552e31;
  padding-bottom: 8px;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
	.items ul li .items .mask .caption {
	  padding: 5px 8px 0;
	}
	.items ul li .items .mask .caption p {
	  font-size: 8px;
	  line-height: 1.2;
	  letter-spacing: 0;
	  padding-bottom: 8px;
	}
	.items ul li .items .mask .caption p:nth-of-type(1) {
  font-size: 10px;

  padding-bottom: 4px;
  margin-bottom: 4px;
  text-align: center;
}
}


@media only screen and (max-width: 750px) {
  .items ul li .items .mask {
    display: none;
  }
}
.items ul li .items:hover .mask {
  opacity: 1;
  padding-top: 10px;
}
.items ul li .items:hover .mask a {
  color: #552e31;
}
.items ul li .itemsTtl {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .items ul li .itemsTtl {
    margin-top: 0;
  }
}
.items section.goncharoffBrand {
  margin-bottom: 60px;
}
.items section.goncharoffBrand:not(:last-of-type) {
  border-bottom: 1px solid #552e31;
}
.items section.goncharoffBrand h3 {
  margin-bottom: 40px;
}
.items section.goncharoffBrand h3 img {
  height: 25px;
}
.items section.goncharoffBrand section h4 {
  margin-bottom: 30px;
}
.items section.goncharoffBrand section h4 img {
  height: 25px;
}
.items section.goncharoffBrand section ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.items section.goncharoffBrand section ul li {
  width: 23%;
}
@media only screen and (min-width: 751px) {
.items section.goncharoffBrand section ul li:not(:nth-of-type(4n)) {
  margin-right: 2.66%;
}
.items section.goncharoffBrand section ul li:nth-child(-n+4){margin-bottom: 30px;}
}

section#BRAND {
    padding-top: 60px;
    margin-top: -60px;
}
.items section.relationBrand {
  margin-bottom: 60px;
}
.items section.relationBrand:not(:last-of-type) {
  border-bottom: 1px solid #552e31;
}
.items section.relationBrand h3 {
  margin-bottom: 40px;
}
.items section.relationBrand h3 img {
  height: 25px;
}
.items section.relationBrand ul {
  -js-display: flex;
  /*--- flexibility.js ---*/
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.items section.relationBrand ul li {
  width: 48%;
  margin-bottom: 20px;
}
.items section.relationBrand ul li:nth-of-type(odd) {
  margin-right: 3.85%;
}
.items section.ptitGift {
  margin-bottom: 130px;
}
.items section.ptitGift:not(:last-of-type) {
  border-bottom: 1px solid #552e31;
}
.items section.ptitGift h3 {
  margin-bottom: 40px;
}
.items section.ptitGift h3 img {
  height: 25px;
}
.items section.ptitGift section img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .items section {
    margin-bottom: 30px;
  }
  .items section h3 {
    margin-bottom: 25px;
  }
  .items section h3 img {
    height: 25px;
  }
  .items section.goncharoffBrand section ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .items section.goncharoffBrand section ul li {
    margin-bottom: 20px;
    width: 48%;
  }

  .items section.goncharoffBrand section ul li:nth-of-type(odd) {
    margin-right: 4% !important;
  }
  .items section.goncharoffBrand section ul li:not(:last-of-type) {
    margin-right: 0;
  }
  .items section.goncharoffBrand section ul li p:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .items section.goncharoffBrand section ul li p:nth-of-type(2) {
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
  }
  .items section.relationBrand ul {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .items section.relationBrand ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .items section.relationBrand ul li:nth-of-type(odd) {
    margin-right: 0;
  }
  .items section.ptitGift {
    margin-bottom: 100px;
  }
  .items section.ptitGift ul {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .items section.ptitGift ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .items section.ptitGift ul li:nth-of-type(odd) {
    margin-right: 3.85%;
  }
}

.ppIntro {
  margin-bottom: 40px;
}

/*# sourceMappingURL=base.css.map */


/* 241223 バレンタイン */
.items section.goncharoffBrand section ul li.landscape {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .items section.goncharoffBrand section ul li.landscape {
    width: 100%;
    margin-right: 0 !important;
  }
  .items section.goncharoffBrand section ul li.landscape .itemsTtl {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
    #item .bread {
    top: 50px;
    }
}
