@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
TOP KEY
--------------------------------------------------------------*/
.home #content {
  margin-top: 125px;
}

.key-area-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 140px auto;
  padding-bottom: 60px;
}

#key-area {
  position: relative;
  /*height: calc(100vh - 280px);
  max-height: 950px;
  min-height: 740px;*/
}

@media (max-width: 1700px) {
  .key-area-wrapper {
    padding: 0 5%;
  }
}

@media (max-height: 768px) {
  .key-area-wrapper {
    max-width: 1200px;
  }
}

.key-img {
  overflow: hidden;
  margin-left: auto;
  width: 78vw;
  height: 53vw;
}

@media (max-width: 767px) {
  .key-img {
    width: 87vw;
    height: 89vw;
  }
}

.slick-initialized .key-img {
  width: 90%;
  height: auto;
}

.key-img img {
  height: 100%;
}

.main-phrase-wrap {
  position: absolute;
  bottom: -70px;
  right: 0;
  background: #fff;
  width: 90%;
  max-width: 600px;
  padding: 30px 0 0 50px;
}

h1 .main-phrase {
  font-size: 37px;
  display: block;
  color: #14314D;
  line-height: 1.5;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

h1 .main-phrase-en {
  font-size: 70px;
  font-style: italic;
  color: #1F73E2;
}

h1 .main-phrase-en span {
  line-height: 1.2;
}

h1 hr.main-phrase-hr {
  border: none;
  border-top: 3px solid #1F73E2;
  margin-bottom: 30px;
}

.h1-box {
  position: relative;
}

.h1-box .std-blue {
  font-size: 18px;
  letter-spacing: 1.6px;
}

.h1-box .h1-txt-img {
  width: 50%;
  max-width: 225px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.h1-box .h1-txt-img img {
  width: 100%;
}

.key-scroll {
  position: absolute;
  bottom: -60px;
  left: 0;
}


/*--------------------------------------------------------------
TOP KEY SLIDER
--------------------------------------------------------------*/
.slick-list {
  width: 87%;
  /*height: calc(100vh - 260px);
  min-height: 740px;*/
  margin-right: auto;
}

.slider {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-initialized {
  opacity: 1
}

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

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #fff;
}

.slick-counter {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #1F73E2;
  position: absolute;
  top: 3px;
  right: 38px;
}

.slick-counter .current,
.slick-counter .total {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #1F73E2;
}

.prev-arrow,
.next-arrow {
  color: #fff;
  position: absolute;
  top: 10px;
  width: 12px;
  height: 12px;
  z-index: 1;
}

.prev-arrow {
  right: 100px;
}

.next-arrow {
  right: 0;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
}

.prev-arrow::before {
  border-bottom: 2px solid #1F73E2;
  border-left: 2px solid #1F73E2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next-arrow::before {
  border-bottom: 2px solid #1F73E2;
  border-right: 2px solid #1F73E2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width:1200px) {
  .slick-list {
    padding-top: 40px;
  }
}

/*--------------------------------------------------------------
COMMON BANNER
--------------------------------------------------------------*/
#banner-area {
  padding-top: 10px;
}

.home #banner-area {
  border-top: #D8D8D8 solid 1px;
  padding-top: 50px
}

.common-banner {
  margin-bottom: 50px;
}

.common-banner li img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.home .serif.std-h3.entry-banner-title {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.entry-banner-txt {
  text-align: center;
  margin-bottom: 30px;
}

.entry-banner {
  margin-bottom: 80px;
}

.entry-banner li img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #banner-area {
    padding-top: 0px;
  }

  .home #banner-area {
    border-top: none;
    padding-top: 0px;
  }

  .common-banner {
    margin-bottom: 40px;
  }

  .common-banner li {
    margin-bottom: 30px;
  }

  .common-banner li:last-child {
    margin-bottom: 0;
  }

  .entry-banner-txt {
    text-align: left;
  }

  .entry-banner {
    margin-bottom: 60px;
  }

  .entry-banner li {
    margin-bottom: 30px;
  }

  .entry-banner li:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
TOP TOPICS
--------------------------------------------------------------*/
#topics {
  background-image: -webkit-gradient(linear, left top, right top, from(#14314d), color-stop(50%, #14314d), color-stop(50%, #e9f6ff), to(#e9f6ff));
  background-image: linear-gradient(to right, #14314d 0%, #14314d 50%, #e9f6ff 50%, #e9f6ff 100%);
}

.topics-ttl {
  width: 30%;
}

h2.topics-h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 3px;
}

h2.topics-h2 .en {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.home .topics-contents {
  width: 70%;
  background: #E9F6FF;
  padding: 80px 0 50px 70px;
}

.topics-contents dl.layout {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topics-contents dl dt {
  width: 20%;
  padding-right: 2%;
}

.topics-contents dl dd {
  width: 80%;
}

.topics-contents dl dt,
.topics-contents dl dd {
  margin-bottom: 20px;
}

.topics-contents dl dt span.time {
  color: #A2A2A2;
}

.blog-tag {
  padding: 3px 5px;
  line-height: 1.0;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
}

.blog-tag:hover {
  transition: .6s;
  opacity: 0.6;
}

.blog-tag.column {
  background: #A57EE1;
}

.blog-tag.news {
  background: #1596F8;
}

.blog-tag.visit {
  background: #00bfff;
}

.blog-tag.media-info {
  background: #da70d6;
}

.blog-tag.today {
  background: #3cb371;
}

.blog-tag.zeirishi-shiken {
  background: #ff8c00;
}

.blog-tag.seminar {
  background: #fa8072;
}

.blog-tag.benefits {
  background: #6495ed;
}

.blog-tag.movie {
  background: #dc143c;
}

.blog-tag.other {
  background: #778899;
}

.blog-tag.unselected {
  background: #ccc;
}

.time {
  font-size: 14px;
  padding-right: 20px;
}

.topics-contents dl dd a {
  font-weight: bold;
  font-weight: 800;
}

.topics-contents dl dd a.topic-title:hover {
  text-decoration: underline;
}

.topics-contents dl dt .eye-catch {
  max-width: 140px;
  width: 100%;
  background-size: cover;
  padding-right: 10px;
  background-position: center center;
  width: 100%;
  height: 80px;
  position: relative;
  border: solid 1px #ccc;
}

.topics-contents dl dt .eye-catch:hover {
  opacity: 0.7;
}

.topics-contents dl dt .eye-catch a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topics-contents dl .eye-catch span {
  visibility: hidden;
}

.topics-contents dl .topic-title {
  display: block;
  margin-top: 10px;
}


/*--------------------------------------------------------------
TOP OFFICE TOUR
--------------------------------------------------------------*/
.office-tour-wrap {
  padding: 140px 0;
}

.office-tour-wrap.layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.office-tour-img {
  width: 50%;
  max-width: 600px;
  z-index: 2;
}

.office-tour-img img {
  width: 100%;
}

.office-tour-detail {
  width: 50%;
  max-width: 600px;
  padding: 70px 80px 70px 150px;
  position: relative;
  left: -50px;
  top: 50px;
  background: #E9F6FF;
  z-index: 1;
}

.office-tour-detail .blue-btn {
  position: absolute;
  bottom: -30px;
  right: -50px;
}

/*--------------------------------------------------------------
TOP MESSAGE
--------------------------------------------------------------*/
#message {
  background: #1F73E2;
  padding: 100px 0;
  overflow: hidden;
}

h2.serif.h2-message {
  font-size: 58px;
  text-align: center;
  color: #fff;
  letter-spacing: 6px;
}

.message-layout-wrapper {
  margin-top: 80px;
}

.message-layout-wrapper.layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message-layout-wrapper .item img {
  width: 100%;
}

/*.message-layout-wrapper .item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  z-index: 1;
  width: 55%;
  max-width: 640px;
}*/

/*.message-layout-wrapper .item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 1;
  width: 45%;
  max-width: 490px;
}*/

/*.message-layout-wrapper .item:nth-child(3) {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  z-index: 1;
  margin-top: 110px;
  width: 40%;
  max-width: 480px;
}*/
.message-layout-wrapper .item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  position: relative;
  z-index: 0;
  color: #1F73E2;
  margin-right: 50px;
  margin-top: 110px;
  padding-right: 110px;
  width: 50%;
  max-width: 590px;
}

.message-layout-wrapper .item {
  transition: 0.6s;
}

.message-layout-wrapper .item:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  background: #CFE4FE;
  width: 956px;
  height: 714px;
  z-index: -1;
  right: 0;
  top: -180px;
}

.message-layout-wrapper .item:nth-child(4) h2.serif {
  font-size: 58px;
}

.message-layout-wrapper .item:nth-child(4) h2.serif,
.message-layout-wrapper .item:nth-child(4) p {
  color: #1F73E2;
}

.message-layout-wrapper img {
  -webkit-box-shadow: 10px 10px 66px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 66px rgba(0, 0, 0, 0.16);
}

/*--------------------------------------------------------------
TOP INTERVIEW
--------------------------------------------------------------*/
#interview {
  padding: 140px 0 100px 0;
}

.interview-overview-wrap {
  background: url("../img/txt-interview.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 572px;
  padding-bottom: 60px;
}

.interview-list.layout {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.single-interview .interview-list.layout,
.single-cross_talk .interview-list.layout,
.page.career .interview-list.layout,
.page.inexperience .interview-list.layout {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview-list a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.member-detail dt {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 20px 0 10px 0;
  background: #14314D;
  padding: 8px 10px;
}

#cross-talk-list .member-detail dt {
  background: #1F73E2;
}

.member-detail {
  margin-top: auto;
}

.member-detail dd {
  font-size: 22px;
  font-weight: bold;
  font-weight: 800;
}

.member-detail dd span.small-txt {
  margin-left: 8px;
}

.interview-list li {
  margin-bottom: 60px;
  width: 30%;
  max-width: 360px;
  margin-right: 5%;
}

.interview-list li:nth-child(3n) {
  margin-right: 0;
}

.interview-list .title {
  font-weight: bold;
  font-weight: 800;
  font-size: 20px;
  margin-top: 20px;
}

.interview-list li figure {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.interview-list li figure img {
  width: 100%;
}

/*--------------------------------------------------------------
TOP EDUCATION
--------------------------------------------------------------*/
#education {
  background: #1F73E2;
}

.education-list.layout {
  margin-top: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.education-list li {
  width: 48%;
  max-width: 570px;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.education-list li a {
  background: #fff;
  width: 100%;
  padding: 50px;
}

.career-plan.layout {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.career-plan .blue-circle {
  margin-right: 60px;
}

.career-plan p .serif {
  font-size: 34px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#education h2 .right-border {
  margin-right: 100px;
}

#education .wrapper {
  position: relative;
  top: 100px;
  margin-bottom: 250px;
}

/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
/* top ------------------------- */
.blog-content-wrap {
  padding-top: 100px;
}

.layout.blog-content-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topics-contents {
  width: 100%;
  background: none;
  padding: 0;
}

.topics-contents dl dt,
.topics-contents dl dd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.topics-contents dl dt {
  padding-bottom: 30px;
}

.topics-contents dl dt.layout {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.topics-contents dl dd {
  padding-bottom: 30px;
}

.home .topics-contents dl dt,
.home .topics-contents dl dd {
  border: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.home .topics-contents dl dt {
  width: 30%;
  padding-right: 0;
}

.home .topics-contents dl dd {
  width: 70%;
}

.home .topics-contents dl dd {
  padding-bottom: 25px;
}

.home .topics-contents dl dd {
  padding-bottom: 25px;
}

.article-wrap {
  width: 72%;
}

.sidebar-wrapper {
  width: 20%;
}

.sidebar-list {
  margin-bottom: 60px;
}

.sidebar-list li {
  line-height: 2.5;
}

.sidebar-list li:before {
  content: '- ';
}

.sidebar-list li a:hover {
  text-decoration: underline;
}

.serif.sidebar-title {
  color: #14314D;
  margin-bottom: 10px;
}

.sidebar-title-sns {
  font-size: 14px;
  margin-bottom: 20px;
}

ul.sidebar-sns.layout {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar-wrapper img {
  max-width: 100%;
  margin-bottom: 20px;
}

ul.sidebar-sns li {
  max-width: 40px;
  margin-right: 10px;
}

ul.sidebar-sns li img {
  width: 100%;
}

/* article ------------------------- */
.topics-contents .article-title {
  font-size: 28px;
  color: #14314D;
}

.topics-contents .meta-area {
  margin-bottom: 30px;
}

.article-detail {
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: 40px 0;
  margin-bottom: 40px;
}

.article-detail h2,
.article-detail h3 {
  font-weight: bold;
  font-weight: 800;
  color: #14314D;
  padding-bottom: 10px;
}

.article-detail h2 {
  font-size: 24px;
  margin-top: -90px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 130px;
  /* 打ち消し用のパディング */
}

.article-detail h3 {
  font-size: 20px;
}

.article-detail h4 {
  font-weight: bold;
  font-weight: 800;
}

.article-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.article-detail ul {
  margin-bottom: 20px;
}

.article-detail ul li {
  line-height: 2.0;
}

.article-detail ul.list {
  margin-bottom: 20px;
  list-style: inherit;
  margin-left: 1.2em;
}

.article-detail ul.list li {
  line-height: 1.5;
  margin-bottom: 10px;

}

.article-detail ul.basic li:last-child {
  margin-bottom: 0px;
}

.article-detail p {
  line-height: 2;
  margin-bottom: 30px;
}

.article-detail a {
  color: #1F73E2;
  text-decoration: underline;
}

.article-detail a:hover {
  text-decoration: none;
}

.article-detail a.blue-btn {
  text-decoration: none;
  margin: 0 auto;
  min-width: 230px;
  max-width: none;
  width: 50%;
}

.article-table {
  width: 100%;
  margin-bottom: 20px;
}

.article-detail .article-table {
  margin-bottom: 40px;
}

.article-table tr {
  border-bottom: 1px solid #C2C2C2;
}

.article-table th {
  font-weight: bold;
  font-weight: 800;
  width: 20%;
}

.article-table tr:first-child th,
.article-table tr:first-child td {
  border-top: 1px solid #C2C2C2;
}

.article-table th,
.article-table td {
  padding: 20px 0;
  border-bottom: 1px solid #C2C2C2;
}

.article-table p:last-child {
  margin-bottom: 0;
}

.article-footer-link a.arrow-left {
  color: #1F73E2;
  font-size: 14px;
}

.recommended-list {
  margin-top: 60px;
}

.recommended-list h2 {
  color: #14314D;
  margin-bottom: 10px;
}

.footer-column.layout {
  padding-top: 40px;
  border-top: 1px solid #C2C2C2;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column>.footer-column-detail {
  width: 68%;
  order: 1;
}

.footer-column>.footer-column-detail h3 {
  color: #535353;
  margin: 0 0 20px 0;
}

.footer-column>.footer-column-detail>*:last-child {
  margin-bottom: 0;
}

.footer-column>figure {
  width: 25%;
  order: 2;
}

.footer-column>figure img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
ABOUT
--------------------------------------------------------------*/
.narrow-wrapper .arrow-right.h-right {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
MEMBER
--------------------------------------------------------------*/
.heading-bg .attract-plofile {
  position: absolute;
  bottom: 0;
  right: 0;
}

.attract-plofile {
  width: 80%;
  max-width: 610px;
  position: relative;
  padding: 40px;
  margin-top: -160px;
  margin-left: auto;
}

.attract-plofile h1,
.attract-plofile dl dd,
.attract-plofile dl dd span {
  color: #fff;
}

.attract-plofile h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.attract-plofile .member-detail.layout {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.attract-plofile .member-detail dt {
  margin: 0 20px 0 0;
  background: #fff;
  color: #1F73E2;
}

.plofile-wrapper.layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 li.plofile-wrapper {
  width: 48%;
}

.plofile-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-right: 30px;
  border: 1px solid #B5B5B5;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.plofile-img img {
  width: auto;
  height: 100%;
}

dl.plofile-detail {
  width: calc(100% - 240px);
  max-width: 600px;
}

dl.plofile-detail dt {
  font-weight: bold;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 20px;
}

dl.plofile-detail dt .small-txt {
  margin-left: 20px;
}

.narrow-wrapper dl.plofile-detail {
  max-width: none;
}

.interview-img {
  width: 46%;
  max-width: 530px;
}

.interview-img img {
  width: 100%;
  height: auto;
}

.interview-detail-wrapper {
  width: 49%;
  max-width: 590px;
}

h2.interview-question {
  font-size: 24px;
  color: #14314D;
}

.interview-detail-wrapper p {
  margin-bottom: 60px;
  line-height: 2;
}

.interview-detail-wrapper p:last-child {
  margin-bottom: 0;
}

.interview-wrapper.layout:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.interview-wrapper.layout:nth-child(even) .interview-detail-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.talk-dl.layout {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.talk-dl.layout dt {
  font-weight: bold;
  font-weight: 800;
  width: 80px;
}

.talk-dl.layout dd {
  width: calc(100% - 80px);
  margin-bottom: 30px;
}

.talk-dl.layout dd:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
SYSTEM
--------------------------------------------------------------*/
.step-tag {
  display: block;
  padding: 2px 10px;
  width: 80px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.step-tag.step01,
.step-dl dt.step01-dt::before {
  background: #7E50DC;
}

.step-tag.step02,
.step-dl dt.step02-dt::before {
  background: #3C55D2;
}

.step-tag.step03,
.step-dl dt.step03-dt::before {
  background: #1F73E2;
}

.step-tag.step04,
.step-dl dt.step04-dt::before {
  background: #19A6D2;
}

.step-tag.step05,
.step-dl dt.step05-dt::before {
  background: #26CBC5;
}

.step-tag.step06,
.step-dl dt.step06-dt::before {
  background: #31BE72;
}

.step-dl.layout {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.step-dl dt,
.step-dl dd {
  padding-bottom: 60px;
}

.step-dl dt {
  width: 30%;
  position: relative;
  font-weight: bold;
  font-weight: 800;
  padding-left: 40px;
}

.step-dl dd {
  width: 70%;
}

.step-dl dt::after {
  position: absolute;
  left: 7px;
  top: 0;
  height: 100%;
  content: '';
  width: 2px;
  background: #D2D2D2;
  margin: 0;
  z-index: -1;
}

.step-dl dt::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.step-dl dt.none-border,
.step-dl dd.none-border,
.step-dl.career-model dt.none-border,
.step-dl.career-model dd.none-border {
  margin-bottom: 0;
}

.step-dl dt.none-border::after,
.step-dl dd.none-border::after {
  display: none;
}

.career-model-list li {
  margin-top: 100px;
}

.step-dl.career-model .step-tag {
  display: inline-block;
  margin-left: 10px;
  width: 60px;
  padding: 0;
}

.std-dl.career-model dt,
.std-dl.career-model dd {
  padding: 20px 0;
}

.std-dl.career-model dt {
  width: 40%;
}

.std-dl.career-model dd {
  width: 60%;
}

.step-dl.career-model dt,
.step-dl.career-model dd {
  font-size: 20px;
  font-weight: bold;
  font-weight: 800;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.step-dl.career-model dt {
  width: 24%;
  padding-left: 36px;
}

.step-dl.career-model dd {
  width: 76%;
}

.step-dl.career-model dt::before {
  top: 6px;
}

.step-dl.career-model dt::after {
  top: 6px;
  height: calc(100% + 30px);
}

.step-dl-timeline-wrapper {
  background-color: #F3FAFF;
  padding: 60px 60px 60px 50px;
}

@media (max-width: 767px) {
  .step-dl-timeline-wrapper {
    margin: 0 -5%;
    padding: 30px 5%;
  }
}

.step-dl.timeline dt {
  color: #4DD0F9;
  width: 15%;
  padding-bottom: 30px;
}

.step-dl.timeline dd {
  width: 85%;
  padding-bottom: 30px;
}

.step-dl.timeline dt.none-border,
.step-dl.timeline dd.none-border {
  padding-bottom: 0;
}

@media (max-width: 767px) {

  .step-dl.timeline dt,
  .step-dl.timeline dd {
    width: 100%;
    padding-bottom: 0;
  }
}

.step-dl.timeline dt::before {
  background-color: #4DD0F9;
  z-index: 2;
}

.step-dl.timeline dt::after {
  z-index: 1;
}

.step-dl.timeline .step-dl-title {
  font-weight: bold;
}

.step-dl.timeline .step-dl-title+.step-dl-caption {
  margin-top: 10px;
}

.step-dl .step-dl-caption {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.step-dl .step-dl-caption.layout .img-box {
  width: 45%;
  margin-right: 30px;
}

.step-dl .step-dl-caption.layout .txt-box {
  width: calc(55% - 30px);
}

@media (max-width: 767px) {
  .step-dl .step-dl-caption.layout .img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .step-dl .step-dl-caption.layout .txt-box {
    width: 100%;
  }
}

.step-dl.timeline .step-dl-txt,
.step-dl.timeline .step-dl-link,
.step-dl .step-dl-caption img,
.step-dl .step-dl-caption p {
  margin: 0;
}

.attract-ul {
  padding: 40px;
  border: 1px solid #C2C2C2;
  margin-bottom: 30px;
}

.attract-ul li {
  padding-left: 30px;
  margin-bottom: 16px;
  color: #4DD0F9;
  font-size: 18px;
  font-weight: bold;
  font-weight: 800;
  position: relative;
}

.attract-ul li:last-child {
  margin-bottom: 0;
}

.attract-ul li:before {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #535353;
}

.attract-ul li:nth-child(1):before {
  content: "1";
}

.attract-ul li:nth-child(2):before {
  content: "2";
}

.attract-ul li:nth-child(3):before {
  content: "3";
}


.profile-box {
  width: 100%;
  background: #FFFFFF;
  padding: 50px;
  border: 1px solid #D2D2D2;

  color: #535353;
  line-height: normal;
}

.profile-box .img-box {
  width: 38%;
  margin-right: 50px;
}

.profile-box .txt-box {
  width: calc(62% - 50px);
}

.profile-box .txt-box .txt-box-title {
  margin-bottom: 30px;
}

.profile-box .txt-box .position {
  display: block;
  margin-bottom: 5px;
}

.profile-box .txt-box .name {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.profile-box .img-box>img,
.profile-box .txt-box .txt-box-body {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .profile-box {
    padding: 20px;
  }

  .profile-box .img-box,
  .profile-box .txt-box {
    width: 100%;
  }

  .profile-box .img-box {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .profile-box .txt-box .txt-box-title {
    margin-bottom: 20px;
  }
}

.btn-link-list .link-ul.layout {
  margin: 60px auto 40px auto;
}

.btn-link-list .link-ul.layout.mb-0 {
  margin-bottom: 0;
}

.std-h4.step-dl-timeline-title {
  font-size: 22px;
}

/* 合格者の声リストスタイル */
.voice-dl dt {
  background-color: #f3faff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 50px;
  margin-top: 40px;
  color: #14314D;

  flex-wrap: nowrap;
  justify-content: flex-start;
}

.voice-dl dt .icon-box {
  display: block;
  width: 76px;
  height: 76px;
  vertical-align: middle;
  margin-right: 20px;
}

.voice-dl dt .icon-box img {
  margin: 0;
}

.voice-dl dt .name-box {
  display: block;
  width: calc(100% - 76px -20px);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #14314D;
}

.voice-dl dd {
  background-color: #f3faff;
  padding: 0 50px 30px 50px;
  color: #535353;
  line-height: 2.0;
  position: relative;
  top: 0;
}

.voice-dl dd::before {
  content: "";
  display: block;
  border-top: solid 1px #BFBFBF;
  width: 100%;
  margin-bottom: 30px;
}

.voice-dl dd>*:last-child,
.voice-dl dd>.arrow-right.h-right {
  margin-bottom: 0;
}

.voice-dl dd .voice-dl-link {
  color: #14314D;
  font-weight: bold;
  text-decoration: underline;
}

.voice-dl dd .voice-dl-link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .voice-dl {
    margin-bottom: 60px;
  }

  .voice-dl dt {
    font-size: 16px;
    padding: 20px;
    margin-top: 20px;
    font-weight: 300;
  }

  .voice-dl dt .icon-box {}

  .voice-dl dt .name-box {
    font-size: 16px;
  }

  .voice-dl dd::before {
    margin-bottom: 20px;
  }

  .voice-dl dd {
    padding: 0 20px 20px 20px;
  }
}

/*--------------------------------------------------------------
MESSAGE
--------------------------------------------------------------*/
.column-2 .std-h3 {
  margin-top: 0;
}

.message .attract-area-txt {
  text-align: left;
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
}

.message .attract-area-h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
INFO
--------------------------------------------------------------*/
.std-dl .std-dl-contact {
  padding: 20px;
  max-width: 300px;
  background: #E9F6FF;
}

.std-dl .std-dl-contact>dt {
  width: 32%;
}

.std-dl .std-dl-contact>dd {
  width: 68%;
}

.faq-dl {
  transition: .4s;
}

.faq-dl dt {
  background-color: #f3faff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 85px 30px 90px;
  position: relative;
  margin-top: 40px;
  color: #14314D;
}

.faq-dl dt::before {
  content: "Q.";
  font-family: 'Roboto', sans-serif;
  color: #1F73E2;
  font-size: 30px;
  position: absolute;
  left: 40px;
  top: calc(50% - 10px);
  margin-top: -15px;
}

.faq-dl dt .icon-toggle {
  content: "";
  display: inline-block;
  height: 20px;
  margin: -10px 10px 2px 10px;
  position: absolute;
  right: 50px;
  top: 50%;
  background: #1F73E2;
  width: 2px;
  transition: .5s;
  transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}

.faq-dl dt .icon-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  background: #1F73E2;
}

.faq-dl dt.open .icon-toggle {
  transform: rotateZ(225deg);
  -moz-transform: rotateZ(225deg);
  -webkit-transform: rotateZ(225deg);
}

.faq-dl dd {
  background-color: #f3faff;
  height: 20px;
  padding: 0 50px;
  overflow: hidden;
  color: #f3faff;
  transition-property: height, padding-top, padding-bottom, border-top, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  line-height: 2.0;
  opacity: 0;
  position: relative;
  top: -20px;
}

.faq-dl dd::before {
  content: "";
  display: block;
  border-top: solid 1px #BFBFBF;
  width: 100%;
  margin-bottom: 30px;
}

.faq-dl dd.open {
  color: #535353;
  height: auto;
  padding: 0 50px 30px 50px;
  transition: 0.3s;
  opacity: 1;
  top: 0;
}

.faq-dl dd>*:last-child,
.faq-dl dd>.arrow-right.h-right {
  margin-bottom: 0;
}

.link-ul.layout {
  width: 100%;
  max-width: 680px;
  margin: 100px auto 40px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-ul>li {
  width: 48%;
}

.link-ul>li a.blue-btn,
.link-ul>li a.border-btn {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 21px;
  transition: .4s;
}

/*--------------------------------------------------------------
DATA データで見るあいわ
--------------------------------------------------------------*/
.column-3.data.layout,
.column-2.data.layout {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-3.data>li,
.column-2.data>li {
  border: 1px solid #D2D2D2;
  padding: 40px 30px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.data>li>* {
  text-align: center;
}

.data>li img {
  zoom: 0.5;
}

.data>li>p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.data>li.w100 {
  width: 100%;
  margin-right: 0;
}

.data-child-ul.layout {
  margin-top: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-2.data-child-ul.layout,
.column-3.data-child-ul.layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.data-title {
  font-size: 24px;
  font-weight: bold;
  font-weight: 800;
  margin-bottom: 16px;
}

.data-txt {
  font-size: 70px;
  font-weight: bold;
  font-weight: 800;
  color: #1F73E2;
}

.data-txt .data-unit-txt {
  font-size: 30px;
  color: #1F73E2;
}

.data-txt .data-sub-txt {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #1F73E2;
  line-height: 1;
  margin-bottom: 12px;
}

.data-txt .data-main-txt {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: #1F73E2;
  line-height: 1;
  margin-bottom: 16px;
}

.data-txt .data-annotation-txt {
  display: block;
  font-size: 13px;
  color: #1F73E2;
  line-height: 1;
}

.data-child-ul h4 {
  font-weight: bold;
  font-weight: 800;
  font-size: 20px;
}


/*--------------------------------------------------------------
ENTRY エントリーフォーム/会社見学会申し込み
--------------------------------------------------------------*/
.mw_wp_form .narrow-wrapper.wrapper {
  padding-bottom: 0;
}

.entry-step-bar li {
  width: 30%;
  border: 2px solid #14314D;
  padding: 20px;
  text-align: center;
}

.entry-step-bar li,
.entry-step-bar li span {
  font-weight: bold;
  font-weight: 800;
}

.entry-step-bar li.current {
  background: #14314D;
  color: #fff;
}

.entry-step-bar.layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

h2.serif.form-h2 {
  color: #14314D;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C2C2C2;
  margin-top: 100px;
}

.required {
  color: #FF1A1A;
  border: 1px solid #FF1A1A;
  margin-left: 10px;
  padding: 2px 5px;
  font-size: 12px;
}

.form-input-area.layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.form-input-area .item-name {
  width: 30%;
  padding: 12px 0;
  font-weight: bold;
  font-weight: 800;
}

.form-input-area .input-field {
  width: 70%;
  justify-content: flex-start;
}

.form-input-area p {
  margin-bottom: 20px;
}

.form-input-area p:last-child {
  margin-bottom: 0;
}

.form-input-area input,
.form-input-area textarea,
.form-input-area select {
  border: 1px solid #7F7F7F;
  padding: 12px;
  border-radius: 5px;
  background: #fff;
}

.form-input-area input:focus,
.form-input-area textarea:focus,
.form-input-area select:focus {
  box-shadow: none;
  outline-style: none;
  border: 2px solid #1F73E2;
}

.form-input-area input,
.form-input-area textarea {
  max-width: 100%;
}

.form-input-area input#first_name,
.form-input-area input#last_name,
.form-input-area input#first_name_kana,
.form-input-area input#last_name_kana {
  width: 40%;
}

.form-input-area input#zip-code {
  width: 180px;
}

.form-input-area input#first_name,
.form-input-area input#first_name_kana {
  margin-right: 10px;
}

.form-input-area input#age {
  width: 70px;
}

.input-field textarea,
.input-field #address-detail {
  width: 100%;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.form-input-area input[type="radio"]+span,
.form-input-area input[type="checkbox"]+span {
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding-left: 24px;
  vertical-align: middle;
  cursor: pointer;
}

.form-input-area input[type="radio"]+span:hover::after,
.form-input-area input[type="checkbox"]+span:hover::after {
  border-color: #1F73E2;
}

.form-input-area input[type="radio"]+span::after,
.form-input-area input[type="checkbox"]+span::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  content: '';
}

.form-input-area input[type="radio"]+span::after {
  border-radius: 50%;
}

.form-input-area input[type="radio"]+span::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1F73E2;
  content: '';
  opacity: 0;
}

.form-input-area input[type="radio"]:checked+span::before {
  opacity: 1;
}

.form-input-area input[type="checkbox"]+span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #1F73E2;
  border-bottom: 3px solid #1F73E2;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-input-area input[type="checkbox"]:checked+span:before {
  opacity: 1;
}

.confirm .entry-description {
  display: none;
}

.confirm .entry-step-bar.layout.mt-80 {
  margin-top: 0;
}

/* MW WP Form ヘルパー */
.mw_wp_form_input .input_hide {
  display: none;
}

.mw_wp_form_input .input_show {
  display: block;
}

.mw_wp_form_confirm .confirm_hide {
  display: none;
}

.mw_wp_form_confirm .confirm_show {
  display: block;
}

h2.entry-tour-schedule-h2 {
  font-size: 30px;
  position: relative;
  text-align: center;
  color: #14314D;
  letter-spacing: 6px;
  margin-bottom: 30px;
}

.layout.entry-tour-schedule {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  margin-bottom: 70px;
  margin-right: -12px;
  margin-left: -12px;
}

.layout.entry-tour-schedule>li {
  width: 33%;
  max-width: calc(33% - 22px);
  /* 33% -24px + 2px*/
  border: #F0F0F0 solid 1px;
  margin: 0 12px;
  line-height: 0;
}

.layout.entry-tour-schedule li .img-box {
  line-height: 1;
}

.layout.entry-tour-schedule li .img-box>img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.layout.entry-tour-schedule li .contents-box {
  padding: 20px 15px;
  line-height: 0;
}

.layout.entry-tour-schedule li .contents-box h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.layout.entry-tour-schedule li .contents-box h3 .main-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #14464D;
  margin-bottom: 5px;
}

.layout.entry-tour-schedule li .contents-box h3 .sub-txt {
  display: block;
  font-size: 14px;
  color: #14464D;
}

.layout.entry-tour-schedule li .contents-box p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
MEDIA TAB
--------------------------------------------------------------*/
@media (max-width: 1200px) {

  /* TOP content ------------------------- */
  /*#key-area {
    max-height: 600px;
  }*/
  .home #content {
    margin-top: 80px;
  }

  .slick-list {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  h1 .main-phrase-en {
    font-size: 60px;
  }

  h1 .main-phrase {
    font-size: 32px;
  }

  .h1-box .std-blue {
    font-size: 15px;
  }

  .main-phrase-wrap {
    max-width: 532px;
  }

  /*.main-phrase-wrap,
  .key-scroll {
    bottom: 0;
  }*/
  /* TOP TOPICS ------------------------- */
  .home .topics-contents dl dt,
  .home .topics-contents dl dd {
    width: 100%;
  }

  .home .topics-contents dl dt {
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .blog-tag {
    font-size: 12px;
  }

  /* TOP OFFICE TOUR ------------------------- */
  .office-tour-detail {
    padding: 70px 3% 70px 10%;
  }

  /* TOP MESSAGE ------------------------- */
  h2.serif.h2-message,
  .message-layout-wrapper .item:nth-child(4) h2.serif {
    font-size: 48px;
  }

  .message-layout-wrapper .item:nth-child(2) {
    width: 42%;
  }

  .message-layout-wrapper .item:nth-child(4) {
    padding-right: 5%;
    width: 48%;
  }

  /* TOP INTERVIEW ------------------------- */
  .interview-overview-wrap {
    background-size: 450px;
  }

  /* TOP EDUCATION ------------------------- */
  .career-plan .blue-circle {
    margin-right: 8%;
    width: 100px;
    height: 100px;
  }

  .education-list li:first-child .blue-circle img {
    width: 90%;
  }

  .education-list li:last-child .blue-circle img {
    width: 60%;
  }

  .career-plan p .serif {
    font-size: 24px;
  }

  .education-list li a {
    padding: 50px 30px;
  }

  /* BLOG ------------------------- */
  .topics-contents dl dd,
  .topics-contents dl dt {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  /* MEMBER ------------------------- */
  .single-interview .attract-plofile {
    margin-top: -60px;
  }

  .single-cross_talk .attract-plofile {
    margin-top: -90px;
  }

  .interview-list li figure {
    height: auto;
  }

  /* DATA ------------------------- */
  .data-txt {
    font-size: calc(calc(50 / 1200) * 100vw);
    /* width1200px の時 50px */
  }

  .data-child-ul h4 {
    font-size: calc(calc(16 / 1200) * 100vw);
    /* width1200px の時 16px */
  }

  .data-txt .data-unit-txt {
    font-size: calc(calc(24 / 1200) * 100vw);
    /* width1200px の時 24px */
  }

  .data-txt .data-sub-txt {
    font-size: calc(calc(20 / 1200) * 100vw);
    /* width1200px の時 20px */
  }

  .data-txt .data-main-txt {
    font-size: calc(calc(48 / 1200) * 100vw);
    /* width1200px の時 48px */
  }

  .data-txt .data-annotation-txt {
    font-size: calc(calc(13 / 1200) * 100vw);
    /* width1200px の時 13px */
  }
}

/*--------------------------------------------------------------
MEDIA iPad
--------------------------------------------------------------*/
@media (max-width: 1024px) {

  /* TOPページレイアウト調整 */
  .home .serif {
    margin-bottom: 20px;
  }

  #key-area {
    height: 540px;
    min-height: auto;
    margin-bottom: 60px;
  }

  .main-phrase-wrap {
    width: calc(calc(490 / 1024) * 100vw);
    /* width1024px の時 490px */
    padding: 20px 0 0 30px;
    right: 0;
    bottom: -90px;
  }

  h1 .main-phrase-en {
    font-size: calc(calc(56 / 1024) * 100vw);
    /* width1024px の時 56px */
  }

  h1 .main-phrase {
    font-size: calc(calc(28 / 1024) * 100vw);
    /* width1024px の時 28px */
    margin-bottom: 20px;
  }

  .key-scroll {
    bottom: -80px;
  }

  .h1-box .std-blue {
    font-size: calc(calc(13 / 1024) * 100vw);
    /* width1024px の時 13px */
  }

  .office-tour-detail {
    left: -30px;
    padding: 50px 3% 50px 8%;
  }

  .office-tour-detail h2 .serif {
    font-size: calc(calc(40 / 1024) * 100vw);
    /* width1024px の時 40px */
  }

  .message-wrap h2 .serif {
    font-size: calc(calc(36 / 1024) * 100vw);
    /* width1024px の時 36px */
  }

  h2.serif.h2-message, .message-layout-wrapper .item:nth-child(4) h2.serif {
    font-size: 38px;
  }

  .message-layout-wrapper .item:nth-child(3) {
    margin-top: 80px;
  }

  .message-layout-wrapper .item:nth-child(4):after {
    top: -30px;
  }

  .message-layout-wrapper .item:nth-child(4) {
    margin-top: 150px;
  }

  .career-plan p .serif {
    font-size: 20px;
  }

  .interview-list .title {
    font-size: 16px;
  }

  /* あいわについてページ、画像の大きさ調整 */
  .about img.retina-img {
    zoom: 0.4;
  }

  /* 環境/制度ページ、レイアウト調整 */
  .step-dl.career-model dt {
    width: 25%;
  }

  .step-dl.career-model dd {
    width: 75%;
  }

  /* インタビューページ、レイアウト調整 */
  .plofile-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }

  dl.plofile-detail {
    width: calc(100% - 130px);
  }

  dl.plofile-detail dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  dl.plofile-detail dt .small-txt {
    display: block;
    margin-left: 0;
  }

  /* 社員紹介ページ一覧、改行などレイアウト調整 */
  .interview-list h3 br {
    display: none;
  }

  .member-detail {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
MEDIA SP
--------------------------------------------------------------*/
@media (max-width: 767px) {

  /* TOP KEY ------------------------- */
  .home #content {
    margin-top: 70px;
  }

  .key-area-wrapper {
    padding: 0 5% 0 0;
    margin-bottom: 40px;
  }

  #key-area {
    height: auto;
    padding-bottom: 53px;
    margin-bottom: 30px;
  }

  .key-area-wrapper.wrapper {
    padding: 0;
  }

  .key-img {
    position: relative;
    width: 90%;
  }

  .main-phrase-wrap {
    bottom: 0;
    right: 0;
    padding: 12px 0 0 15px;
    display: inline-block;
    width: auto;
  }

  h1 .main-phrase.serif {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 6px;
  }

  h1 .main-phrase-en {
    font-size: 29px;
    margin-bottom: 0;
  }

  h1 hr.main-phrase-hr {
    margin-bottom: 10px;
    border-top: 2px solid #1F73E2;
  }

  .h1-box .std-blue {
    font-size: 10px;
    letter-spacing: 1px;
  }

  /* SLICK ------------------------- */
  .slick-list {
    padding-top: 34px;
    width: calc(100% - 30px);
  }

  .prev-arrow {
    left: 20px;
  }

  .next-arrow {
    left: 86px;
  }

  .slick-counter {
    left: 44px;
  }

  .slider img {
    width: 150%;
    position: relative;
    left: -40px;
  }

  .slider img.position-adjust {
    left: -30%;
  }

  .prev-arrow::before, .next-arrow::before {
    width: 8px;
    height: 8px;
  }

  .prev-arrow::before {
    border-bottom: 1px solid #1F73E2;
    border-left: 1px solid #1F73E2;
  }

  .next-arrow::before {
    border-bottom: 1px solid #1F73E2;
    border-right: 1px solid #1F73E2;
  }

  .slick-counter span,
  .slick-counter {
    font-size: 13px;
  }

  /* TOP TOPICS ------------------------- */
  #topics {
    background: none;
  }

  #topics .wrapper.layout {
    display: block;
  }

  #topics .wrapper {
    padding: 0;
  }

  .topics-ttl {
    width: 100%;
    background: #14314D;
    padding: 30px 5%;
  }

  h2.topics-h2 {
    font-size: 12px;
  }

  h2.topics-h2 .en {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .home .topics-contents {
    width: 100%;
    padding: 40px 5%;
  }

  /* TOP OFFICE TOUR ------------------------- */
  .office-tour-wrap {
    padding: 60px 0;
  }

  .office-tour-wrap.layout {
    display: block;
  }

  .office-tour-img {
    width: 100%;
  }

  .office-tour-detail {
    background: none;
    padding: 30px 0 0 0;
    width: 100%;
    position: static;
  }

  .office-tour-detail p {
    margin-bottom: 30px;
  }

  .office-tour-detail .blue-btn {
    position: static;
  }

  /* TOP MESSAGE ------------------------- */
  #message {
    padding: 60px 0;
  }

  #message .wrapper {
    padding: 0;
  }

  h2.serif.h2-message {
    font-size: 25px;
  }

  .message-layout-wrapper.layout {
    display: block;
  }

  .message-layout-wrapper {
    margin-top: 60px;
  }

  .message-layout-wrapper .item:nth-child(1) {
    width: 100%;
    max-width: none;
  }

  .message-layout-wrapper .item:nth-child(2) {
    width: 100%;
    max-width: none;
    padding: 40px 5% 60px 5%;
  }

  .message-layout-wrapper .item:nth-child(3) {
    width: 70%;
    margin-top: 0;
  }

  .message-layout-wrapper .item:nth-child(4) {
    width: 95%;
    left: 5%;
    margin: 40px 0;
    padding: 0 10%;
  }

  .message-layout-wrapper .item:nth-child(4) h2.serif {
    font-size: 30px;
  }

  .message-layout-wrapper .item:nth-child(4):after {
    width: 100%;
    height: calc(100% + 190px);
    top: -150px;
  }

  /* TOP INTERVIEW ------------------------- */
  #interview {
    padding: 60px 0;
  }

  .interview-overview-wrap {
    background: none;
    padding-bottom: 30px;
  }

  .interview-list.layout {
    display: block;
  }

  .interview-list li {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .interview-list li figure {
    height: 280px;
  }

  .interview-list .title {
    font-size: 16px;
  }

  .member-detail dd {
    font-size: 18px;
  }

  .member-detail dt {
    font-size: 12px;
    padding: 5px 10px;
  }

  /* TOP EDUCATION ------------------------- */
  #education .wrapper {
    position: static;
    padding: 60px 5%;
    margin-bottom: 0;
  }

  .education-list.layout {
    margin-top: 40px;
    display: block;
  }

  .education-list li {
    width: 100%;
    margin-top: 20px;
  }

  .education-list li a {
    padding: 25px 30px;
  }

  .career-plan p .serif {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* MESSAGE ------------------------- */
  .message .attract-area-h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  /* BLOG ------------------------- */
  .blog-content-wrap {
    padding-top: 60px;
  }

  .article-wrap {
    margin-bottom: 60px;
  }

  .layout.blog-content-wrap {
    display: block;
  }

  .article-wrap,
  .sidebar-wrapper {
    width: 100%;
  }

  .topics-contents .meta-area {
    margin-bottom: 10px;
  }

  .topics-contents .article-title {
    font-size: 20px;
  }

  .pagination {
    margin-top: 50px;
  }

  .article-table th, .article-table td {
    display: block;
    width: 100%;
  }

  .article-table th {
    border-bottom: none;
    padding: 20px 0 10px 0;
  }

  .article-table tr:first-child td {
    border-top: none;
  }

  .article-table td {
    padding: 0 0 20px 0;
  }

  .article-detail a.blue-btn {
    width: 80%;
  }

  .footer-column.layout {
    display: block;
  }

  .footer-column>figure {
    width: 100%;
  }

  .footer-column>figure img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-column>.footer-column-detail {
    width: 100%;
  }

  .sidebar-list {
    margin-bottom: 40px;
  }

  .sidebar-sns-wrapper {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #C2C2C2;
  }

  .sidebar-wrapper img {
    max-width: 80%;
  }

  ul.sidebar-sns.layout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ul.sidebar-sns li {
    max-width: 70px;
  }

  .article-detail h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .article-detail h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-column>.footer-column-detail h3 {
    margin-bottom: 10px;
  }

  .topics-contents dl dt .eye-catch {
    height: 16vw;
  }

  .topics-contents dl .topic-title {
    margin-top: 5px;
  }

  .topics-contents dl dt {
    width: 35%;
  }

  .topics-contents dl dd {
    width: 65%;
  }

  /* MEMBER ------------------------- */
  .attract-plofile h1 {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .attract-plofile {
    width: 100%;
    max-width: none;
    padding: 25px;
  }

  .interview-img,
  .interview-detail-wrapper {
    width: 100%;
    max-width: none;
  }

  .interview-wrapper.layout {
    display: block;
  }

  .interview-img {
    margin-bottom: 40px;
  }

  .attract-plofile .member-detail.layout {
    display: block;
  }

  .attract-plofile .member-detail dt {
    padding: 2px 10px;
    margin-bottom: 5px;
    font-size: 11px;
  }

  .attract-plofile .member-detail dd {
    font-size: 16px;
  }

  h2.interview-question {
    font-size: 20px;
  }

  .column-2 li.plofile-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .column-2 li.plofile-wrapper:last-child {
    margin-bottom: 0;
  }

  .talk-dl.layout dt {
    width: 60px;
  }

  .talk-dl.layout dd {
    width: calc(100% - 60px);
  }

  /* SYSTEM ------------------------- */
  .step-dl dt,
  .step-dl dd {
    width: 100%;
    padding-bottom: 0;
  }

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

  .step-dl dd {
    padding-left: 40px;
    margin-bottom: 30px;
    position: relative;
  }

  .step-dl dd::after {
    position: absolute;
    left: 7px;
    top: 0;
    height: calc(100% + 30px);
    content: '';
    width: 2px;
    background: #D2D2D2;
    margin: 0;
  }

  .career-model-list li {
    margin-top: 60px;
  }

  .std-dl.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .step-dl.career-model dt,
  .step-dl.career-model dd {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .std-dl.career-model dd {
    border-top: 1px solid #D2D2D2;
  }

  .step-dl.career-model dt::after {
    top: 6px;
    height: calc(100% + 10px);
  }

  .step-dl.career-model dt::before {
    top: 3px;
  }

  .step-dl.career-model dd::after {
    display: none;
  }

  .step-dl.career-model dd {
    padding-left: 0;
  }

  .attract-ul {
    padding: 20px;
  }

  .attract-ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* INFO ------------------------- */
  .std-dl .std-dl-contact {
    max-width: none;
    width: 100%;
  }

  .faq-dl {
    margin-bottom: 60px;
  }

  .faq-dl dt .icon-toggle {
    height: 16px;
    right: 20px;
  }

  .faq-dl dt {
    font-size: 16px;
    padding: 20px 50px 20px 60px;
    margin-top: 20px;
  }

  .faq-dl dt::before {
    left: 20px;
  }

  .faq-dl dd::before {
    margin-bottom: 20px;
  }

  .faq-dl dd {
    padding: 0 20px;
  }

  .faq-dl dd.open {
    padding: 0 20px 20px 20px;
  }

  .link-ul.layout {
    display: block;
    margin-top: 60px;
  }

  .link-ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  /* DATA ------------------------- */
  .column-3.data.layout,
  .column-2.data.layout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3.data>li,
  .column-2.data>li {
    margin-bottom: 5%;
    padding: 30px 20px 20px;
  }

  .column-2.data-child-ul.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .column-2.data-child-ul.layout>li {
    width: 48%;
  }

  .column-3.data-child-ul.layout {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-3.data-child-ul.layout>li {
    width: 30%;
    margin-right: 2%;
  }

  .data .column-3.data-child-ul.layout>li img {
    zoom: 0.3;
  }

  .data .column-3.data-child-ul.layout>li figure,
  .column-2 .data-child-ul figure,
  .column-2.data-child-ul figure {
    margin: 0;
  }

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

  .data-txt {
    font-size: calc(calc(50 / 375) * 100vw);
    /* width375px の時 50px */
  }

  .data-child-ul h4 {
    font-size: calc(calc(16 / 375) * 100vw);
    /* width375px の時 16px */
  }

  .data-txt .data-unit-txt {
    font-size: calc(calc(24 / 375) * 100vw);
    /* width375px の時 24px */
  }

  .data-txt .data-sub-txt {
    font-size: calc(calc(18 / 375) * 100vw);
    /* width375px の時 18px */
  }

  .data-txt .data-main-txt {
    font-size: calc(calc(36 / 375) * 100vw);
    /* width375px の時 36px */
  }

  .data-txt .data-annotation-txt {
    font-size: calc(calc(13 / 375) * 100vw);
    /* width375px の時 13px */
  }

  .column-3.data-child-ul .data-txt {
    font-size: calc(calc(30 / 375) * 100vw);
    /* width375px の時 30px */
  }

  .column-3.data-child-ul h4 {
    font-size: calc(calc(12 / 375) * 100vw);
    /* width375px の時 12px */
  }

  .column-3.data-child-ul .data-txt .data-unit-txt {
    font-size: calc(calc(16 / 375) * 100vw);
    /* width375px の時 16px */
  }

  .data .icon-magnifier::after {
    bottom: 10px;
  }

  /* ENTRY ------------------------- */
  .entry-step-bar.layout {
    margin-bottom: 60px;
  }

  .entry-step-bar li.current {
    width: 50%;
  }

  .entry-step-bar li {
    width: 18%;
    padding: 10px;
  }

  .entry-step-bar li.current.arrow-right::before {
    right: -10%;
  }

  .entry-step-bar li.arrow-right::before {
    right: -27%;
  }

  h2.serif.form-h2 {
    margin-top: 60px;
    font-size: 20px;
    padding-bottom: 10px;
  }

  .form-input-area.layout {
    display: block;
    margin-bottom: 20px;
  }

  input[type="submit"] {
    width: 80%;
    padding: 20px;
  }

  .form-input-area .item-name,
  .form-input-area .input-field {
    width: 100%;
  }

  .form-input-area input,
  .form-input-area textarea,
  .form-input-area select {
    padding: 8px;
  }

  .form-input-area label#file-select .filename {
    top: calc(100% + 10px);
    left: 0;
  }

  .mw_wp_form .narrow-wrapper.wrapper {
    padding: 80px 5% 0 5%;
  }

  .confirm .entry-step-bar.layout.mt-80,
  .confirm .entry-step-bar.layout {
    margin-top: 20px;
  }

  h2.entry-tour-schedule-h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .layout.entry-tour-schedule {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .layout.entry-tour-schedule>li {
    width: 100%;
    max-width: calc(100% - 24px);
    margin-bottom: 20px;
  }

  .layout.entry-tour-schedule li .contents-box h3 .main-txt {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .step-dl.career-model dt {
    width: 26%;
    padding-left: 30px;
  }

  .step-dl.career-model dd {
    width: 74%;
  }
}

/*--------------------------------------------------------------
ADJUST ONLY PC
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .icon-magnifier a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*--------------------------------------------------------------
IE CSS Hack
--------------------------------------------------------------*/
@media all and (-ms-high-contrast:none) {
  .h1-box .std-blue {
    letter-spacing: 1.4px;
  }

  .member-detail dt {
    padding: 8px 10px 4px 10px;
  }

  .blog-tag {
    padding: 5px 10px 0px;

  }

  .page .wrapper .blue-circle img {
    margin: 0;
  }

  .data>li img {
    max-width: none;
  }

  .link-ul>li a.blue-btn, .link-ul>li a.border-btn {
    padding: 21px 21px 16px;
  }

  .step-tag {
    padding: 5px 10px 0;
  }

  .step-dl dt {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .step-dl.career-model .step-tag {
    padding: 5px 0 0 0;
  }

  .step-dl dt::after {
    padding-bottom: 100%;
  }

  .step-dl dt.none-border::after {
    display: block;
    background: #fff;
    padding-bottom: 100%;
  }

}

/*--------------------------------------------------------------
 Added by Aiwa Tax
--------------------------------------------------------------*/
.aiwa-ulb {
  border-bottom: solid 2px red;
  font-weight: bold;
  font-weight: 800;
}

.aiwa-b {
  font-weight: bold;
  font-weight: 800;
}

.aiwa-ul {
  border-bottom: solid 2px red;
}

.aiwa-h2 {
  font-size: 24px;
  font-weight: bold;
  font-weight: 800;
  color: #14314D;
}

.aiwa-h3 {
  font-size: 20px;
  font-weight: bold;
  font-weight: 800;
  color: #14314D;
}

.aiwa-h4 {
  font-weight: bold;
  font-weight: 800;
  color: #14314D;
}

.aiwa-p {
  margin-bottom: 10px;
  margin-top: 60px;
}

.aiwa-div30 {
  padding: 0 30px;
}