@charset "UTF-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/9/3
 */

/* !index
---------------------------------------------------------- */
.recruitbgWrap {
  background: url(../img/bg_top.png) 0 0 no-repeat #f4f4f4;
  background-size: 100% auto;
  margin-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .recruitbgWrap {
    margin-bottom: 100px;
    padding-top: 60px;
  }
}

.recruitTopArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1a4360;
  font-size: 16px;
  line-height: 1.625;
  margin: 0 auto;
  max-width: 1100px;
  padding: 188px 10px 130px;
}

.recruitTopIn + .recruitTopIn {
  margin-top: 240px;
}

.recruitTopArea .imgL {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}

.recruitTopArea .boxR {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 45%;
  z-index: 2;
}

.recruitTopArea .speR {
  bottom: 10%;
  left: -48px;
  position: absolute;
  z-index: 2;
}

.recruitTopArea .imgR {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}

.recruitTopArea .boxL {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 45%;
  z-index: 2;
}

.recruitTopArea .speL {
  bottom: 10%;
  position: absolute;
  right: -100px;
  z-index: 2;
}

.recruitTopArea .title {
  color: #1a4360;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 68px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
  -webkit-text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
  -moz-text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
  -ms-text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
  -o-text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
}

.recruitTopArea .speL .title {
  text-align: right;
}

.recruitTopArea .readMore {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 498px;
  padding: 55px 50px 85px;
}

.recruitTopArea .readTitle {
  color: #1a4360;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.recruitTopArea .btn a {
  background: #90d9ea;
  border: 1px solid #90d9ea;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 2;
  margin-top: 40px;
  padding: 12px 0;
  text-align: center;
  width: 176px;
}

.recruitTopArea .btn a:hover {
  background: #fff;
  color: #90d9ea;
  opacity: 1;
}

.speR a,
.speL a {
  color: #1a4360;
  display: block;
}

.speR a .readMore,
.speL a .readMore {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (max-width: 767px) {
  .speR a .readMore,
  .speL a .readMore {
    padding-bottom: 46px;
  }
}

.speR a p,
.speL a p {
  overflow: hidden;
}

.speR a p:last-of-type::after,
.speL a p:last-of-type::after {
  border-bottom: 3px solid #1a4360;
  border-right: 4px solid #1a4360;
  content: "";
  display: block;
  height: 14px;
  margin: 50px 0 0 -10px;
  -webkit-transform: skewX(40deg);
          transform: skewX(40deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .speR a p:last-of-type::after,
  .speL a p:last-of-type::after {
    margin-top: 20px;
  }
}

.speR a:hover,
.speL a:hover {
  opacity: 1;
}

.speR a:hover .readTitle,
.speL a:hover .readTitle {
  color: #fff;
}

.speR a:hover .readMore,
.speL a:hover .readMore {
  background: #1a4360;
  color: #fff;
}

.speR a:hover p:last-of-type::after,
.speL a:hover p:last-of-type::after {
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  width: 183px;
}

.recruitActivity {
  margin-bottom: 60px;
}

.recruitActivity a {
  background: url(../../img/bg_top03.jpg) center bottom/cover no-repeat;
  display: block;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .recruitActivity a {
    padding: 35px 0 25px;
  }
}

.recruitActivityHead .hdL {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recruitActivityHead .hdL {
    font-size: 22px;
  }

  .recruitActivityHead .hdL span {
    margin-bottom: 5px;
  }
}

.recruitActivityWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 990px;
}

@media screen and (max-width: 767px) {
  .recruitActivityWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
    width: 100%;
  }
}

.recruitActivityBnr {
  width: 480px;
}

@media screen and (max-width: 767px) {
  .recruitActivityBnr {
    margin: 0 auto 15px;
    width: 232px;
  }
}

.recruitActivityTxt {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  margin-left: 40px;
  width: calc(100% - 520px);
}

@media screen and (max-width: 767px) {
  .recruitActivityTxt {
    font-size: 11px;
    font-weight: 400;
    margin-left: 0;
    width: 100%;
  }
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .recruitTopArea {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    padding: 188px 10px 130px;
  }

  .recruitTopIn + .recruitTopIn {
    margin-top: 170px;
  }

  .recruitTopArea .imgL {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
  }

  .recruitTopArea .boxR {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 45%;
  }

  .recruitTopArea .speR {
    bottom: 10%;
    left: -48px;
    position: absolute;
    z-index: 2;
  }

  .recruitTopArea .imgR {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
  }

  .recruitTopArea .boxL {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 45%;
  }

  .recruitTopArea .speL {
    bottom: 10%;
    position: absolute;
    right: -60px;
    z-index: 2;
  }

  .recruitTopArea .title {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .recruitTopArea .readMore {
    max-width: 400px;
    padding: 25px 20px;
  }

  .recruitTopArea .readTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .recruitTopArea .btn a {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    padding: 10px 0;
    width: 176px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .recruitTopArea {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    padding: 40px 10px 40px;
  }

  .recruitTopIn + .recruitTopIn {
    margin-top: 40px;
  }

  .recruitTopArea .imgL {
    display: table-footer-group;
    width: 100%;
  }

  .recruitTopArea .boxR {
    display: table-header-group;
    position: inherit;
    width: 100%;
  }

  .recruitTopArea .speR {
    position: inherit;
  }

  .recruitTopArea .imgR {
    display: table-footer-group;
    width: 100%;
  }

  .recruitTopArea .boxL {
    display: table-header-group;
    position: inherit;
    width: 100%;
  }

  .recruitTopArea .speL {
    position: inherit;
  }

  .recruitTopArea .title {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .recruitTopArea .readMore {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 25px 20px 5px;
  }

  .recruitTopArea .readTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .recruitTopArea .btn a {
    font-size: 14px;
    line-height: 2;
    margin: 20px auto;
    padding: 10px 0;
    width: 176px;
  }

  .recruitTopArea .speL .title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .recruitTopArea .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .recruitTopArea .readTitle {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.recruitInterWrap {
  padding: 72px 0 74px;
}

.recruitInterTitle {
  color: #1d445f;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 65px;
  text-align: center;
}

.recruitInterTitle span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 32px;
}

.recruitInterArea {
  margin-left: -30px;
}

.recruitInterArea li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  min-height: 369px;
  padding-left: 30px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .recruitInterArea li {
    min-height: 0;
  }
}

.recruitInterBox {
  position: relative;
}

.recruitInterNote {
  color: #fff;
  font-size: 16px;
  line-height: 2.31;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 65px;
  z-index: 2;
}

.recruitInterBox .cor01 {
  background: #38c4ff;
}

.recruitInterBox .cor02 {
  background: #ff4f4f;
}

.recruitInterBox .cor03 {
  background: #a95dff;
}

.recruitInterBox .cor04 {
  background: #3870ff;
  width: 100px;
}

.recruitInterTxt {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 2.33;
  padding: 16px 10px 16px 20px;
}

.recruitInterTxt span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.44;
}

.recruitInterImg {
  margin: 0 auto;
  max-width: 277px;
  overflow: hidden;
}

.recruitInterImg a img {
  position: relative;
  width: 100%;
  z-index: 1;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .recruitInterArea {
    margin-left: -15px;
  }

  .recruitInterArea li {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 33.33%;
  }

  .recruitInterTitle span {
    font-size: 36px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .recruitInterWrap {
    padding: 40px 0;
  }

  .recruitInterArea {
    margin-left: -15px;
  }

  .recruitInterArea li {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 50%;
  }

  .recruitInterTitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .recruitInterTitle span {
    font-size: 30px;
    padding-bottom: 30px;
  }

  .recruitInterImg {
    float: left;
    margin-right: 10px;
    width: 45%;
  }

  .recruitInterInner {
    overflow: hidden;
  }

  .recruitInterNote {
    font-size: 12px;
    line-height: 2;
    position: relative;
  }

  .recruitInterTxt {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 2;
    padding: 10px 0;
  }

  .recruitInterTxt span {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .recruitInterArea {
    margin-left: 0;
  }

  .recruitInterArea li {
    float: none;
    margin-bottom: 15px;
    padding-left: 0;
    width: 100%;
  }

  .recruitInterTitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .recruitInterTitle span {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

.recruitBnrsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 150px;
  width: 1190px;
}

@media screen and (max-width: 767px) {
  .recruitBnrsList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
    padding: 0 10px;
    width: 100%;
  }
}

.recruitBnrsList li {
  width: calc(33.333% - 40px);
}

@media screen and (max-width: 767px) {
  .recruitBnrsList li {
    width: 100%;
  }
}

.recruitBnrsList li + li {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .recruitBnrsList li + li {
    margin: 20px 0 0;
  }
}

/* !faq
---------------------------------------------------------- */
.faqWrap {
  margin: 0 auto;
  max-width: 920px;
  padding: 100px 0 168px;
}

.faqWrap .toggle {
  border-bottom: 1px solid #fff;

  /*	font-size: 20px; */
  line-height: 1.5;
}

.faqWrap .toggle dt {
  background: #95c1de;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 32px 40px 22px 76px;
  position: relative;

  /*	font-weight: bold; */
  text-decoration: none;
}

.faqWrap .toggle dt::before {
  background: url(../img/ico_open.png) 0 0 no-repeat;
  content: "";
  height: 23px;
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 22px;
  z-index: 2;
}

.faqWrap .toggle dt.on::before {
  background: url(../img/ico_close.png) 0 0 no-repeat;
  margin-top: 0;
}

.faqWrap .toggle dd {
  color: #1a4360;
  display: none;
  margin: 0;
  padding: 44px 40px 44px 94px;
  position: relative;
}

.faqWrap .toggle .show {
  display: block;
}

.faqWrap .quest {
  left: 40px;
  position: absolute;
  top: 32px;
  z-index: 2;
}

.faqWrap .answer {
  left: 40px;
  position: absolute;
  top: 44px;
  z-index: 2;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .faqWrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 0;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .faqWrap {
    padding: 0 0 40px;
  }

  .faqWrap .toggle {
    font-size: 15px;
  }

  .faqWrap .toggle dt {
    padding: 20px 30px;
  }

  .faqWrap .toggle dt::before {
    background: url(../img/ico_open.png) 0 0 no-repeat;
    background-size: 18px;
    content: "";
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    z-index: 2;
  }

  .faqWrap .toggle dt.on::before {
    background: url(../img/ico_close.png) 0 0 no-repeat;
    background-size: 18px;
    margin-top: 0;
  }

  .faqWrap .toggle dd {
    padding: 20px 20px 20px 30px;
  }

  .faqWrap .quest,
  .faqWrap .answer {
    left: 10px;
    position: absolute;
    top: 20px;
    z-index: 2;
  }
}

/* !index
---------------------------------------------------------- */
.entryWrap {
  padding: 58px 0 85px;
}

.entryWrapIn {
  background: #fff;
  padding: 47px 10% 90px;
}

.entryTitle {
  border-bottom: 1px solid #1d445f;
  color: #1d445f;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.66;
  margin-bottom: 30px;
}

.entryWrapIn table {
  /*	font-size: 20px; */
  line-height: 1.6;
  width: 100%;
}

.entryWrapIn table tr {
  border-top: 3px solid #fff;
}

.entryWrapIn table th {
  background: #95c1de;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 31px 0 31px 28px;
  width: 30%;
}

.entryWrapIn table td {
  background: #f6f6f6;
  padding: 31px 38px;
}

.entryWrapIn table td a {
  color: #2f4bd4;
  text-decoration: underline;
}

.entryTxt {
  color: #1d445f;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  padding: 54px 0 30px;
  text-align: center;
}

.entryBtn {
  margin-left: -65px;
  padding: 0 5%;
}

.entryBtn li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 65px;
  width: 50%;
}

.entryBtn li a {
  background: #fc3737;
  border: 1px solid #fc3737;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 0;
  text-align: center;
}

.entryBtn li a:hover {
  background: #fff;
  color: #fc3737;
  opacity: 1;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .entryWrap {
    padding: 40px 0;
  }

  .entryWrapIn {
    padding: 40px 20px;
  }

  .entryTitle {
    font-size: 24px;
    line-height: 1.66;
    margin-bottom: 30px;
  }

  .entryWrapIn table {
    font-size: 16px;
  }

  .entryTxt {
    font-size: 30px;
  }

  .entryBtn li a {
    font-size: 20px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .entryWrap {
    padding: 0 0 40px;
  }

  .entryWrapIn {
    padding: 40px 10px;
  }

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

  .entryWrapIn table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .entryWrapIn table tr {
    border: 0;
  }

  .entryWrapIn table tbody,
  .entryWrapIn table tr,
  .entryWrapIn table th,
  .entryWrapIn table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .entryWrapIn table th {
    padding: 15px 0 15px 10px;
    width: 100%;
  }

  .entryWrapIn table td {
    padding: 15px 10px;
  }

  .entryTxt {
    font-size: 24px;
    padding: 30px 0;
  }

  .entryBtn {
    margin-left: 0;
    padding: 0 5%;
  }

  .entryBtn li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .entryBtn li + li {
    margin-top: 20px;
  }

  .entryBtn li a {
    padding: 12px 0;
  }
}

/* !index
---------------------------------------------------------- */
.idealWrap {
  padding: 72px 42px 120px 12px;
}

.idealArea + .idealArea {
  margin-top: 80px;
}

.idealArea .txtL {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 10px 0 0 20px;
  width: 47%;
}

.idealArea .imgR {
  float: right;
  width: 43%;
}

.idealArea .imgL {
  float: left;
  width: 52%;
}

.idealArea .txtR {
  float: right;
  padding: 10px 0 0 0;
  width: 43%;
}

.idealArea .txtBlue {
  color: #00a8ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  padding: 60px 0 26px;
}

.idealArea .title {
  color: #1d445f;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.68;
  padding: 40px 0 50px;
}

.idealArea .name {
  color: #1d445f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.idealArea .name span {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  margin-left: 8px;
}

.idealBtn {
  padding-top: 120px;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .idealWrap {
    padding: 40px 0 60px 0;
  }

  .idealArea + .idealArea {
    margin-top: 20px;
  }

  .idealArea .txtL {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    padding: 10px 0 0 0;
    width: 100%;
  }

  .idealArea .imgR,
  .idealArea .imgL {
    float: none;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }

  .idealArea .txtR {
    float: none;
    padding: 10px 0 0 0;
    width: 100%;
  }

  .idealArea .txtBlue {
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }

  .idealArea .title {
    font-size: 25px;
    line-height: 1.68;
    padding: 20px 0;
    text-align: center;
  }

  .idealArea .name {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
  }

  .idealArea .name span {
    font-size: 30px;
    line-height: 1.2;
    margin-left: 8px;
  }

  .idealBtn {
    padding-top: 60px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .idealWrap {
    padding: 0 0 40px 0;
  }

  .idealArea .title {
    font-size: 16px;
    padding: 20px 0;
  }

  .idealArea .name {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .idealArea .name span {
    font-size: 24px;
    line-height: 1;
    margin-left: 8px;
  }

  .idealArea .txtBlue {
    font-size: 16px;
  }
}

/* !business
---------------------------------------------------------- */
.businessWrap {
  padding: 100px 0;
}

.businessTitle {
  color: #1d445f;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.businessAbout {
  margin: 0 auto;
  max-width: 700px;
  padding: 38px 0 136px;
}

.businessArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1047px;
  padding: 116px 10px 133px;
}

.businessArea .imgL {
  display: table-cell;
  vertical-align: middle;
  width: 43%;
}

.businessArea .txtR {
  display: table-cell;
  font-size: 16px;
  line-height: 1.68;
  vertical-align: middle;
  width: 47%;
}

.businessArea .txtBlue {
  color: #00a8ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 0;
}

.businessBox {
  min-height: 475px;
  position: relative;
}

.businessWrap #anchor01 {
  background: url(../img/pic_business01.jpg) center center no-repeat;
  background-size: cover;
}

.businessWrap #anchor02 {
  background: url(../img/pic_business02.jpg) center center no-repeat;
  background-size: cover;
}

.businessWrap #anchor03 {
  background: url(../img/pic_business03.jpg) center center no-repeat;
  background-size: cover;
}

.businessPan {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.68;
  padding: 38px 50px;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31%;
  z-index: 2;
}

.businessPan .btn span {
  border-bottom: 4px solid #00a8ff;
  border-left: 2px solid #00a8ff;
  border-right: 4px solid #00a8ff;
  border-top: 2px solid #00a8ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00a8ff;
  display: block;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  width: 127px;
}

.businessPan .txtBlue {
  color: #00a8ff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding: 17px 0 10px;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .businessWrap {
    padding: 50px 0;
  }

  .businessAbout {
    margin: 0 auto;
    max-width: 90%;
    padding: 30px 0;
  }

  .businessArea {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 10px;
  }

  .businessArea .imgL {
    display: block;
    text-align: center;
    vertical-align: auto;
    width: 100%;
  }

  .businessArea .txtR {
    display: block;
    font-size: 14px;
    line-height: 1.68;
    vertical-align: auto;
    width: 100%;
  }

  .businessArea .businessTxt {
    padding-top: 20px;
  }

  .businessArea .txtBlue {
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
  }

  .businessBox {
    min-height: 300px;
  }

  .businessPan {
    font-size: 16px;
    line-height: 1.68;
    padding: 20px 20px;
    position: absolute;
    right: 10%;
    top: 50%;
    width: 50%;
  }

  .businessPan .txtBlue {
    font-size: 20px;
    padding: 10px 0;
  }

  .businessPan .btn span {
    font-size: 16px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .businessWrap {
    padding: 10px 0 40px;
  }

  .businessArea .txtBlue {
    font-size: 17px;
  }

  .businessTitle {
    font-size: 18px;
    line-height: 1.5;
  }

  .businessAbout {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 10px 30px;
  }

  .businessBox {
    min-height: 260px;
  }

  .businessPan {
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    left: 50%;
    line-height: 1.68;
    padding: 10px 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 75%;
  }

  .businessPan .btn span {
    font-size: 13px;
    width: 127px;
  }

  .businessPan .txtBlue {
    font-size: 14px;
    padding: 10px 0 10px;
  }
}

/* !career
---------------------------------------------------------- */
.careerTitBox {
  color: #1d445f;

  /*	font-size: 20px; */
  line-height: 1.7;
  margin: 0 auto;
  max-width: 88%;
  padding: 35px 0 108px;
}

.careerTitBox .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.cmnTopLink .cmnTopLinkSpe li {
  width: 50%;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .careerTitBox {
    font-size: 16px;
    max-width: 100%;
    padding: 35px 0 50px;
  }

  .careerTitBox .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .careerTitBox {
    font-size: 14px;
    max-width: 100%;
    padding: 35px 0 50px;
  }

  .careerTitBox .title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .cmnTopLink .cmnTopLinkSpe li {
    width: 100%;
  }
}

.careerArea {
  /*	font-size: 20px; */
  line-height: 1.5;
  padding: 80px 0;
}

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

.careerArea:nth-child(odd) {
  background: #f8f8f8;
}

.careerInner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.careerArea .hdS {
  background: url(../img/ico_career.jpg) 0 8px no-repeat;
  color: #1d445f;
  font-weight: bold;
  padding-left: 16px;
}

.careerArea .hdS span {
  color: #333;
  display: inline-block;
  font-weight: normal;
  padding-left: 8px;
}

.careerCmnTxt {
  padding: 6px 0 30px;
}

.careerPanIn {
  padding: 30px 10% 20px 30px;
}

.careerList01 {
  padding: 6px 0 30px;
}

.careerList01 li {
  background: url(../img/dots_career01.png) 0 8px no-repeat;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  width: 20%;
}

.careerList02 {
  padding: 6px 0 30px;
}

.careerList02 li {
  background: url(../img/dots_career02.png) 0 8px no-repeat;
  float: left;
  padding-left: 15px;
}

.careerList02 li + li {
  margin-left: 20px;
}

.careerList03 {
  padding: 6px 0 30px;
}

.careerList03 li {
  background: url(../img/dots_career01.png) 0 8px no-repeat;
  float: left;
  padding-left: 15px;
}

.careerList03 li + li {
  margin-left: 15px;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .careerArea {
    font-size: 16px;
    padding: 40px 0;
  }

  .careerInner {
    max-width: 100%;
  }

  .careerList01 {
    padding: 6px 0 20px 20px;
  }

  .careerList01 li {
    background: url(../img/dots_career01.png) 0 8px no-repeat;
    float: none;
    padding-left: 15px;
    width: 100%;
  }

  .careerList02 {
    padding: 6px 0 20px 20px;
  }

  .careerList02 li {
    background: url(../img/dots_career02.png) 0 8px no-repeat;
    float: none;
    padding-left: 15px;
  }

  .careerList02 li + li {
    margin-left: 0;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .careerArea {
    font-size: 14px;
  }

  .careerPanIn {
    padding: 20px 10px 20px 10px;
  }

  .careerArea .hdS span {
    display: block;
    padding-left: 0;
  }
}

/* !voice
---------------------------------------------------------- */
#teasersTaff {
  height: 100vh;
  min-height: 803px;
  position: relative;
}

.staffTopBox {
  left: 11%;
  position: absolute;
  top: 33%;
  z-index: 3;
}

.staffTopPan {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.57;
  opacity: 0.8;
  padding: 22px 0 17px 36px;
  width: 290px;
}

.staffTopPan span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
  margin-right: 16px;
}

.staffTopSty01 {
  color: #fff;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.69;
  padding-bottom: 70px;
  -webkit-text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  -ms-text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  -o-text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
}

.staffTopSty02 {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.69;
  padding-bottom: 70px;
  -webkit-text-shadow: 0 0 25px white;
  -moz-text-shadow: 0 0 25px white;
  -ms-text-shadow: 0 0 25px white;
  -o-text-shadow: 0 0 25px white;
  text-shadow: 0 0 25px white;
}

.teaserStaff01 {
  background: url(../img/staff_teaser01.jpg) 60% center no-repeat;
  background-size: cover;
}

.teaserStaff02 {
  background: url(../img/staff_teaser02.jpg) 60% center no-repeat;
  background-size: cover;
}

.teaserStaff03 {
  background: url(../img/staff_teaser03.jpg) 60% center no-repeat;
  background-size: cover;
}

.teaserStaff04 {
  background: url(../img/staff_teaser04.jpg) 60% center no-repeat;
  background-size: cover;
}

.teaserStaff05 {
  background: url(../img/staff_teaser05.jpg) 60% center no-repeat;
  background-size: cover;
}

.teaserStaff06 {
  background: url(../img/staff_teaser06.jpg) 60% center no-repeat;
  background-size: cover;
}

.teaserStaff07 {
  background: url(../img/staff_teaser07.jpg) 60% center no-repeat;
  background-size: cover;
}

.teaserStaff08 {
  background: url(../img/staff_teaser08.jpg) 80% center no-repeat;
  background-size: cover;
}

.teaserStaff09 {
  background: url(../img/staff_teaser09.jpg) 70% center no-repeat;
  background-size: cover;
}

.teaserStaff10 {
  background: url(../img/staff_teaser10.jpg) 70% center no-repeat;
  background-size: cover;
}

.teaserStaff11 {
  background: url(../img/staff_teaser11.jpg) 80% center no-repeat;
  background-size: cover;
}

.teaserStaff12 {
  background: url(../img/staff_teaser12.jpg) 78% center no-repeat;
  background-size: cover;
}

.teaserStaff13 {
  background: url(../img/staff_teaser13.jpg) 80% center no-repeat;
  background-size: cover;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  #teasersTaff {
    min-height: 600px;
  }

  .staffTopBox {
    left: 5%;
    position: absolute;
    top: 30%;
    z-index: 3;
  }

  .staffTopPan {
    font-size: 14px;
    line-height: 1.8;
    padding: 22px 0 17px 36px;
    width: 290px;
  }

  .staffTopPan span {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-right: 16px;
  }

  .staffTopSty01,
  .staffTopSty02 {
    font-size: 36px;
    padding-bottom: 40px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  #teasersTaff {
    min-height: 400px;
  }

  .staffTopBox {
    left: 5%;
    position: absolute;
    top: 25%;
    z-index: 3;
  }

  .staffTopPan {
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0 15px 30px;
    width: 260px;
  }

  .staffTopPan span {
    font-size: 18px;
    line-height: 1.5;
    margin-right: 16px;
  }

  .staffTopSty01,
  .staffTopSty02 {
    font-size: 26px;
    line-height: 1.5;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  #teasersTaff {
    min-height: 350px;
  }

  .staffTopBox {
    left: 5%;
    position: absolute;
    top: 55%;
    z-index: 3;
  }

  .staffTopPan {
    font-size: 13px;
    line-height: 2;
    padding: 15px 0 15px 20px;
    width: 200px;
  }

  .staffTopPan span {
    font-size: 16px;
    line-height: 1.625;
    margin-right: 10px;
  }

  .staffTopSty01,
  .staffTopSty02 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .teaserStaff01 {
    background: url(../img/staff_teaser01.jpg) 80% center no-repeat;
    background-size: cover;
  }

  .teaserStaff02 {
    background: url(../img/staff_teaser02.jpg) 75% center no-repeat;
    background-size: cover;
  }

  .teaserStaff03 {
    background: url(../img/staff_teaser03.jpg) 65% center no-repeat;
    background-size: cover;
  }

  .teaserStaff04 {
    background: url(../img/staff_teaser04.jpg) 70% center no-repeat;
    background-size: cover;
  }

  .teaserStaff05 {
    background: url(../img/staff_teaser05.jpg) 70% center no-repeat;
    background-size: cover;
  }

  .teaserStaff06 {
    background: url(../img/staff_teaser06.jpg) 80% center no-repeat;
    background-size: cover;
  }

  .teaserStaff07 {
    background: url(../img/staff_teaser07.jpg) 70% center no-repeat;
    background-size: cover;
  }
}

.staffWrap {
  font-size: 16px;
  line-height: 1.56;
  padding: 105px 0 182px;
}

.staffTitBlue {
  color: #00a8ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 16px;
}

.staffFirstBox {
  padding: 0 45px 58px 35px;
}

.staffFirstBox .txtR {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  width: 46%;
}

.staffFirstBox .imgL {
  display: table-cell;
  vertical-align: middle;
  width: 43.5%;
}

.staffSecBox {
  padding: 0 45px 90px 35px;
}

.staffSecBox .txtL {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  padding-right: 100px;
  vertical-align: middle;
  width: 46%;
}

.staffSecBox .imgR {
  display: table-cell;
  vertical-align: middle;
  width: 43%;
}

.staffFThrBox {
  padding: 0 45px 0 0;
}

.staffFThrBox .txtR {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  padding-left: 50px;
  vertical-align: middle;
  width: 45%;
}

.staffFThrBox .imgL {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
}

/*** スマホ 768px ~ 959px ***/
@media screen and (max-width: 959px) {
  .staffWrap {
    padding: 60px 0;
  }

  .staffFirstBox {
    padding: 0 0 40px 0;
  }

  .staffFirstBox .txtR {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    width: 50%;
  }

  .staffFirstBox .imgL {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  .staffSecBox {
    padding: 0 0 40px 0;
  }

  .staffSecBox .txtL {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    width: 50%;
  }

  .staffSecBox .imgR {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  .staffFThrBox {
    padding: 0 0 0 0;
  }

  .staffFThrBox .txtR {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    width: 50%;
  }

  .staffFThrBox .imgL {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .staffWrap {
    padding: 60px 0;
  }

  .staffFirstBox {
    padding: 0 0 40px 0;
  }

  .staffFirstBox .txtR {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-header-group;
    padding: 0 0;
    vertical-align: auto;
    width: 100%;
  }

  .staffFirstBox .imgL {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-footer-group;
    vertical-align: auto;
    width: 100%;
  }

  .staffSecBox {
    padding: 0 0 40px 0;
  }

  .staffSecBox .txtL {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-header-group;
    padding: 0 0;
    vertical-align: auto;
    width: 100%;
  }

  .staffSecBox .imgR {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-footer-group;
    vertical-align: auto;
    width: 100%;
  }

  .staffFThrBox {
    padding: 0 0 0 0;
  }

  .staffFThrBox .txtR {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-header-group;
    padding: 0 0;
    vertical-align: auto;
    width: 100%;
  }

  .staffFThrBox .imgL {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-footer-group;
    vertical-align: auto;
    width: 100%;
  }

  .staffCmnTxt {
    padding-bottom: 20px;
  }

  .staffTitBlue {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.staffArea {
  background: #1d445f;
}

.staffAreaIn {
  margin: 0 auto;
  max-width: 1042px;
  padding: 57px 0 80px;
}

.staffAreaIn .title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.staffDate {
  font-size: 13px;
  line-height: 1.4;
  padding: 40px 24px 0;
}

.staffDate li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: left;
  min-height: 166px;
  position: relative;
  width: 16.66%;
}

.staffDate li:nth-child(odd) {
  background: #204d6c;
}

.staffDate li:nth-child(even) {
  background: #285a7c;
}

.staffDate + .staffDate {
  margin-top: 30px;
}

.staffDate .time {
  font-size: 20px;
  left: -14px;
  line-height: 2;
  position: absolute;
  top: -40px;
  z-index: 2;
}

.staffDate .timespe {
  font-size: 20px;
  line-height: 2;
  position: absolute;
  right: -14px;
  top: -40px;
  z-index: 2;
}

.staffDate dl {
  width: 100%;
}

.staffDate dl dt {
  color: #45c0ff;
  float: left;
}

.staffDate dl dd {
  overflow: hidden;
  padding-left: 5px;
}

.staffDate .note01 {
  left: 20%;
  position: absolute;
  top: 37%;
  width: 100%;
  z-index: 2;
}

.staffDate .note02 {
  left: 0;
  position: absolute;
  top: 37%;
  width: 100%;
  z-index: 2;
}

.staffDate .note03 {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.staffDate .note04 {
  left: 0;
  position: absolute;
  top: 18%;
  width: 100% !important;
  z-index: 2;
}

.staffDate .note05 {
  left: 38%;
  position: absolute;
  top: 55%;
  width: 100%;
  z-index: 2;
}

.staffDate .note06 {
  left: 40%;
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 2;
}

.staffDate .note07 {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 37%;
  width: auto;
  z-index: 2;
}

.staffDate .note08 {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 55%;
  width: auto;
  z-index: 2;
}

.staffDate .timesp {
  display: none;
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 959px) {
  .staffAreaIn {
    padding: 40px 10px;
  }

  .staffAreaIn .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .staffDate {
    font-size: 13px;
    line-height: 1.4;
    padding: 30px 10px 0;
  }

  .staffDate li {
    float: left;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    width: 33.33%;
  }

  .staffDate .time {
    font-size: 14px;
    left: -6px;
    position: absolute;
    top: -28px;
    z-index: 2;
  }

  .staffDate .timespe {
    font-size: 14px;
    line-height: 2;
    position: absolute;
    right: -6px;
    top: -28px;
    z-index: 2;
  }

  .staffDate .timesp {
    display: block;
    font-size: 14px;
    line-height: 2;
    position: absolute;
    right: -6px;
    top: -28px;
    z-index: 2;
  }

  .staffDate .note01,
  .staffDate .note02,
  .staffDate .note04 {
    left: 0;
    position: inherit;
    top: 5px;
    width: 100%;
    z-index: 2;
  }

  .staffDate .note05,
  .staffDate .note06 {
    bottom: 0;
    left: 0;
    position: inherit;
    width: 100%;
    z-index: 2;
  }

  .staffDate dl {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .staffAreaIn {
    padding: 40px 10px;
  }

  .staffAreaIn .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .staffDate {
    font-size: 13px;
    line-height: 1.4;
    padding: 30px 10px 0;
  }

  .staffDate li {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 50%;
  }

  .staffDate .time {
    font-size: 14px;
    left: -6px;
    position: absolute;
    top: -28px;
    z-index: 2;
  }

  .staffDate .timespe,
  .staffDate .timesp {
    display: none;
  }
}

.animateblock {
  opacity: 0;
}

.sectionWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 860px;
  padding: 65px 10px 100px;
}

/** 20211012 追加 **/
.crosstalk {
  background: #f6f6f6;
  counter-reset: theme;
}

.crosstalkHeading {
  background: url(../img/crosstalk_teaser.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .crosstalkHeading {
    background: #fff;
    margin-top: 0;
    padding: 60px 0 90px;
    position: relative;
  }

  .crosstalkHeading::before {
    border-color: transparent #d91e1e transparent transparent;
    border-style: solid;
    border-width: 0 131px 447px 0;
    content: "";
    display: block;
    height: 0;
    opacity: 0.95;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }

  .crosstalkHeading::after {
    border-color: transparent #d3c194 transparent transparent;
    border-style: solid;
    border-width: 0 131px 362px 0;
    content: "";
    display: block;
    height: 0;
    opacity: 0.65;
    position: absolute;
    right: 0;
    top: 151px;
    width: 0;
  }
}

.crosstalkHeadingInner {
  background: #fff;
  height: 100%;
  margin-left: -86px;
  min-height: 675px;
  -webkit-transform: translate(-100%) skew(-14deg);
          transform: translate(-100%) skew(-14deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 645px;
}

@media screen and (max-width: 767px) {
  .crosstalkHeadingInner {
    margin-left: 0;
    min-height: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.crosstalkHeadingBody {
  min-height: 600px;
  padding: 75px 0 0 86px;
  -webkit-transform: skew(14deg);
          transform: skew(14deg);
}

@media screen and (max-width: 767px) {
  .crosstalkHeadingBody {
    min-height: auto;
    padding: 52px 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

.crosstalkHeadingTitle {
  background: #fff;
  border-bottom: 3px solid #3b342f;
  border-right: 3px solid #3b342f;
  border-top: 3px solid #3b342f;
  -webkit-box-shadow: 13px 13px 0 0 #b5974c;
          box-shadow: 13px 13px 0 0 #b5974c;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 65px -15px;
  padding: 16px 50px 20px 80px;
  width: 330px;
}

@media screen and (max-width: 767px) {
  .crosstalkHeadingTitle {
    font-size: 25px;
    margin-bottom: 40px;
    padding: 15px 38px 15px 30px;
    position: relative;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 237px;
    z-index: 5;
  }
}

.crosstalkHeadingTitleEn {
  border-bottom: 3px dashed #b5974c;
  color: #333;
  font-family: "Gill Sans", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 0.93;
  margin-left: 75px;
  padding-bottom: 35px;
  width: 368px;
}

@media screen and (max-width: 767px) {
  .crosstalkHeadingTitleEn {
    border-bottom: 0;
    font-size: 78px;
    font-weight: 600;
    margin-left: 30px;
    padding-bottom: 0;
    position: relative;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: auto;
    z-index: 2;
  }
}

.crosstalkHeadingPhotoSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .crosstalkHeadingPhotoSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -45px 0 0 auto;
    width: 85.316%;
  }

  .crosstalkHeadingPhotoSp img {
    width: 100%;
  }
}

.crosstalkHeadingTxt {
  font-size: 18px;
  line-height: 1.77;
  margin: 20px 0 0 75px;
  width: 400px;
}

.crosstalkHeadingTxt .spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .crosstalkHeadingTxt {
    font-size: 16px;
    margin: 30px auto 0;
    width: 62.5%;
  }

  .crosstalkHeadingTxt .spOnly {
    display: block;
  }

  .crosstalkHeadingTxt .pcOnly {
    display: none;
  }
}

.crosstalkMember {
  background: #e2d7ba;
  margin-bottom: 115px;
  padding: 115px 0 150px;
}

@media screen and (max-width: 767px) {
  .crosstalkMember {
    padding: 60px 0 150px;
  }
}

.crosstalkMemberTitle {
  background: #fff;
  border: 3px solid #333;
  -webkit-box-shadow: 10px 10px 0 0 #b5974c;
          box-shadow: 10px 10px 0 0 #b5974c;
  font-family: "Gill Sans", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 55px;
  padding: 20px 0;
  text-align: center;
  width: 370px;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberTitle {
    font-size: 21px;
    padding: 10px 0;
    width: 200px;
  }
}

.crosstalkMemberList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1060px;
}

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

.crosstalkMemberList li {
  background: #fff;
  margin: 0 0 30px 30px;
  width: calc(33.333% - 20px);
}

@media screen and (max-width: 767px) {
  .crosstalkMemberList li {
    margin: 0 0 2px;
    position: relative;
    width: 100%;
  }
}

.crosstalkMemberList li:first-of-type,
.crosstalkMemberList li:nth-of-type(3n+1) {
  margin-left: 0;
}

.crosstalkMemberList li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberList li:nth-last-child(-n+3) {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .crosstalkMemberWrap {
    min-height: 125px;
    position: relative;
  }
}

.crosstalkMemberPhoto {
  margin-bottom: 20px;
  padding: 30px 30px 0;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberPhoto {
    left: 25px;
    padding: 0;
    position: absolute;
    top: 23px;
    width: 88px;
  }
}

.crosstalkMemberPost {
  font-size: 16px;
  font-weight: 700;
  padding: 0 25px 0 30px;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberPost {
    font-size: 15px;
    padding: 40px 40px 0 133px;
  }
}

.crosstalkMemberInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 10px;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberInner {
    padding: 0;
  }
}

.crosstalkMemberName {
  color: #b5974c;
  font-size: 15px;
  font-weight: 700;
}

.crosstalkMemberName img {
  height: 14px;
  vertical-align: text-bottom;
  width: auto;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberName {
    font-size: 13px;
    padding: 0 40px 0 133px;
  }
}

.crosstalkMemberNameEn {
  display: inline-block;
  font-family: "Gill Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  margin-left: 10px;
}

.crosstalkMemberNameEn::before {
  content: "- ";
  font-weight: normal;
}

.crosstalkMemberNameEn::after {
  content: " -";
  font-weight: normal;
}

.crosstalkMemberToggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 0;
  margin-left: auto;
  overflow: hidden;
  padding-top: 27px;
  position: relative;
  width: 27px;
}

.crosstalkMemberToggle::before {
  background: #d91e1e;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.crosstalkMemberToggle::after {
  background: #d91e1e;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
}

.crosstalkMemberToggle.is-expanded::after {
  visibility: hidden;
}

.crosstalkMemberToggleWrap {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberToggleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.crosstalkMemberToggle:focus:not(:focus-visible) {
  outline: 0;
}

.crosstalkMemberDescription {
  background: #e6e6e6;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.11;
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .crosstalkMemberDescription {
    font-size: 17px;
  }
}

.crosstalkMemberDescription > p:first-of-type {
  margin-top: 25px;
}

.crosstalkMemberDescription > p:last-of-type {
  margin-bottom: 15px;
}

.crosstalkMemberDescription.is-expanded {
  max-height: 100vh;
  visibility: visible;
}

.crosstalkBody {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody {
    margin-bottom: 110px;
  }
}

.crosstalkBodyTheme {
  background: #fff;
  border: 3px solid #333;
  -webkit-box-shadow: 20px 20px 0 0 #b5974c;
          box-shadow: 20px 20px 0 0 #b5974c;
  counter-increment: theme;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.38;
  margin: 0 0 -80px -20px;
  padding: 25px 35px 20px 170px;
  position: relative;
}

.crosstalkBodyTheme .spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyTheme {
    -webkit-box-shadow: 8px 8px 0 0 #b5974c;
            box-shadow: 8px 8px 0 0 #b5974c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    margin-bottom: -50px;
    padding: 15px 18px 13px 105px;
  }

  .crosstalkBodyTheme .spOnly {
    display: block;
  }

  .crosstalkBodyTheme .pcOnly {
    display: none;
  }
}

.crosstalkBodyTheme::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 4px dotted #d91e1e;
  content: counter(theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  min-height: 94px;
  padding-left: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 124px;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyTheme::before {
    font-size: 31px;
    min-height: 52px;
    width: 60px;
  }
}

.crosstalkBody01 .crosstalkBodyTheme {
  width: 420px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody01 .crosstalkBodyTheme {
    width: 340px;
  }
}

.crosstalkBody02 .crosstalkBodyTheme {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody02 .crosstalkBodyTheme {
    width: 325px;
  }
}

.crosstalkBody03 .crosstalkBodyTheme {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody03 .crosstalkBodyTheme {
    width: 267px;
  }
}

.crosstalkBody04 .crosstalkBodyTheme {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody04 .crosstalkBodyTheme {
    width: 287px;
  }
}

.crosstalkBody05 .crosstalkBodyTheme {
  width: 550px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody05 .crosstalkBodyTheme {
    width: 325px;
  }
}

.crosstalkBody06 .crosstalkBodyTheme {
  width: 607px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody06 .crosstalkBodyTheme {
    width: 365px;
  }
}

.crosstalkBody07 .crosstalkBodyTheme {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .crosstalkBody07 .crosstalkBodyTheme {
    width: 295px;
  }
}

.crosstalkBodyInner {
  margin: 0 auto;
  width: 1060px;
}

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

.crosstalkBodyKeyvisual {
  background: #fff;
  border: 3px solid #333;
  margin: 0 auto 90px;
  padding: 25px;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyKeyvisual {
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 15px 30px;
    padding: 9px;
    width: calc(100% - 30px);
  }
}

.crosstalkBodyRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.crosstalkBodyRow:last-of-type {
  margin-bottom: 0;
}

.crosstalkBodyRow.fromLeft {
  padding-left: 145px;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyRow.fromLeft {
    padding: 0 75px;
  }
}

.crosstalkBodyRow.fromLeft .crosstalkBodyFace {
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyRow.fromLeft .crosstalkBodyFace {
    left: 15px;
  }
}

.crosstalkBodyRow.fromLeft .crosstalkBodyBalloon::before {
  border-color: transparent #3b342f transparent transparent;
  border-style: solid;
  border-width: 9px 18px 9px 0;
  content: "";
  display: block;
  height: 0;
  left: -18px;
  position: absolute;
  top: 28px;
  -webkit-transform: skewY(13deg);
          transform: skewY(13deg);
  width: 0;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyRow.fromLeft .crosstalkBodyBalloon::before {
    border-width: 4px 8px 4px 0;
    left: -9px;
    top: 14px;
  }
}

.crosstalkBodyRow.fromRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 145px;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyRow.fromRight {
    padding: 0 75px;
  }
}

.crosstalkBodyRow.fromRight .crosstalkBodyFace {
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyRow.fromRight .crosstalkBodyFace {
    right: 15px;
  }
}

.crosstalkBodyRow.fromRight .crosstalkBodyBalloon {
  margin-left: auto;
}

.crosstalkBodyRow.fromRight .crosstalkBodyBalloon::before {
  border-color: transparent transparent transparent #3b342f;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -18px;
  top: 28px;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
  width: 0;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyRow.fromRight .crosstalkBodyBalloon::before {
    border-width: 4px 0 4px 8px;
    right: -9px;
    top: 14px;
  }
}

.crosstalkBodyRow.fromRight .crosstalkBodyPhoto {
  text-align: right;
}

.crosstalkBodyFace {
  position: absolute;
  width: 78px;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyFace {
    width: 45px;
  }
}

.crosstalkBodyFacePhoto {
  margin-bottom: 10px;
}

.crosstalkBodyFaceName {
  text-align: center;
}

.crosstalkBodyBalloon {
  background: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.4;
  max-width: 547px;
  padding: 20px 30px 20px 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyBalloon {
    font-size: 12px;
    max-width: 456px;
    padding: 10px 18px 10px 18px;
  }
}

.crosstalkBodyPhoto {
  margin: 45px 0;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyPhoto {
    margin: 0;
    width: 100%;
  }
}

.crosstalkBodyPhoto img {
  border-radius: 10px;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyPhoto img {
    max-width: 100%;
  }
}

.crosstalkBodyPhoto.portrait img {
  max-width: 285px;
}

@media screen and (max-width: 767px) {
  .crosstalkBodyPhoto.portrait img {
    max-width: 84.878%;
  }
}

.crosstalkEnding {
  background: #fff;
  padding: 165px 0 170px;
}

@media screen and (max-width: 767px) {
  .crosstalkEnding {
    padding: 75px 0 90px;
  }
}

.crosstalkEndingTxt {
  font-size: 22px;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 75px;
  text-align: center;
  width: 840px;
}

@media screen and (max-width: 767px) {
  .crosstalkEndingTxt {
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 340px;
  }
}

.crosstalkEndingPhoto {
  text-align: center;
}

.crosstalkEndingBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .crosstalkEndingBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 65px;
    padding: 0 40px;
  }
}

.crosstalkEndingBtnWork {
  font-size: 24px;
  text-align: center;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .crosstalkEndingBtnWork {
    font-size: 20px;
    width: 100%;
  }
}

.crosstalkEndingBtnWork a {
  border: 2px solid #b5974c;
  color: #535353;
  display: block;
  font-weight: 700;
  padding: 21px 0;
}

@media screen and (max-width: 767px) {
  .crosstalkEndingBtnWork a {
    padding: 20px 0;
  }
}

.crosstalkEndingBtnWork a:hover {
  background: #b5974c;
  color: #fff;
  opacity: 1;
}

.crosstalkEndingBtnCareer {
  font-size: 24px;
  margin-left: 62px;
  text-align: center;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .crosstalkEndingBtnCareer {
    font-size: 20px;
    margin: 50px 0 0;
    width: 100%;
  }
}

.crosstalkEndingBtnCareer a {
  background: #b5974c;
  border: 2px solid #b5974c;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 21px 0;
}

@media screen and (max-width: 767px) {
  .crosstalkEndingBtnCareer a {
    padding: 20px 0;
  }
}

.crosstalkEndingBtnCareer a:hover {
  background: #967d3e;
  border: 2px solid #967d3e;
  opacity: 1;
}

.slick-slide .title img {
  display: inline-block;
  height: 17px;
  vertical-align: text-bottom;
  width: auto;
}

.staffTopName {
  height: 19px;
  vertical-align: text-bottom;
  width: auto;
}

.recruitCrosstalk {
  height: 33.076vw;
}

@media screen and (max-width: 767px) {
  .recruitCrosstalk {
    height: 53.916vw;
  }
}

.recruitCrosstalk a {
  background: url(../img/bg_crosstalk01.jpg) left top/cover no-repeat;
  display: block;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .recruitCrosstalk a {
    background: url(../img/bg_crosstalk01_sp.jpg) left top/cover no-repeat;
  }
}

.recruitCrosstalkInner {
  background: #f0f3f3;
  height: 100%;
  margin-left: -5.5%;
  -webkit-transform: translate(0) skew(-14deg);
          transform: translate(0) skew(-14deg);
  width: 48.307%;
}

@media screen and (max-width: 767px) {
  .recruitCrosstalkInner {
    margin-left: -8.5%;
    width: 58.307%;
  }
}

.recruitCrosstalkContainer {
  padding-top: 8.235%;
  -webkit-transform: skew(14deg);
          transform: skew(14deg);
}

.recruitCrosstalkTitle {
  background: #fff;
  border: 3px solid #3b342f;
  -webkit-box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 8px 8px 0 1px #b5974c;
          box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 8px 8px 0 1px #b5974c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.846vw;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 7.058% -10px;
  padding: 1.891% 0 1.891% 22.931%;
  width: calc(66.552% + 10px);
}

@media screen and (max-width: 767px) {
  .recruitCrosstalkTitle {
    border-width: 2px;
    -webkit-box-shadow: 7px 7px 0 0 #b5974c;
            box-shadow: 7px 7px 0 0 #b5974c;
    font-size: 2.5vw;
    margin-bottom: 8.5%;
    padding: 3.691% 0 2.691% 25.5%;
    width: 104.66%;
  }
}

.recruitCrosstalkTitleEn {
  font-family: "Gill Sans", sans-serif;
  font-size: 5.23vw;
  font-weight: 600;
  line-height: 0.927;
  margin-left: 21.509%;
}

@media screen and (max-width: 767px) {
  .recruitCrosstalkTitleEn {
    font-size: 6.666vw;
    margin-left: 21.947%;
  }
}

.recruitCrosstalkTxt {
  border-top: 3px dashed #b5974c;
  font-size: 1.23vw;
  margin: 4.117% 0 0 22.294%;
  padding: 2.915% 0 4.373%;
  width: 64.765%;
}

@media screen and (max-width: 767px) {
  .recruitCrosstalkTxt {
    font-size: 2.291vw;
    line-height: 1.63;
    margin: 4.117% 0 0 20.294%;
    width: 66.765%;
  }
}

.recruitInterName {
  font-family: "object-fit: contain;";
  height: 14px;
  margin-top: 10px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  width: 100%;
}

#workslider .sliderCrosstalk .title {
  padding-top: 120px;
}

.is-loaded .crosstalkHeadingInner {
  -webkit-transform: translate(0) skew(-14deg);
          transform: translate(0) skew(-14deg);
}

@media screen and (max-width: 767px) {
  .is-loaded .crosstalkHeadingInner {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .is-loaded .crosstalkHeadingTitle {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .is-loaded .crosstalkHeadingTitleEn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.admin-bar .crosstalkHeading {
  margin-top: 18px;
}

.recruitYouTube {
  margin: 0 auto 80px;
  padding-top: 472px;
  position: relative;
  width: 840px;
}

@media screen and (max-width: 767px) {
  .recruitYouTube {
    margin-bottom: 20px;
    padding-top: 56.25%;
    width: calc(100% - 20px);
  }
}

.recruitYouTube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
