@charset "UTF-8";
/* =====================================

	▼▼▼ 私たちの仕事

===================================== */
/* ====================
ページタイトル
==================== */
.page_main .page_main__image {
  background: url(../img/work/mv.png) no-repeat scroll center center;
  background-size: cover;
}

.work__list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
}
.work__list .work__item {
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.work__list .work__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.work__list .work__item:nth-child(even) .text_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.work__list .work__item:nth-child(even) .text_wrap::after {
  right: auto;
  left: 320px;
  -webkit-clip-path: polygon(0% 0, 65% 0, 0 100%);
          clip-path: polygon(0% 0, 65% 0, 0 100%);
}
.work__list .work__item:nth-child(even) .text_wrap .text_inner .title {
  padding: 0 0 12px 20px;
}
.work__list .work__item:nth-child(even) .text_wrap .text_inner .title a {
  text-decoration: none;
  color: #fff;
}
.work__list .work__item:nth-child(even) .text_wrap .text_inner .title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.work__list .work__item:nth-child(even) .text_wrap .text_inner .name {
  padding: 12px 0 0 20px;
}
.work__list .work__item:nth-child(even) .text_wrap .field_name {
  right: auto;
  left: 20px;
}
.work__list .work__item .work_image {
  width: calc(100% - 320px);
  height: 350px;
}
.work__list .work__item .work_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.work__list .work__item .text_wrap {
  background-color: #0253A5;
  width: 320px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.work__list .work__item .text_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 319px;
  width: 200px;
  height: 100%;
  background-color: #0253A5;
  -webkit-clip-path: polygon(100% 0, 35% 100%, 100% 100%);
          clip-path: polygon(100% 0, 35% 100%, 100% 100%);
}
.work__list .work__item .text_wrap .text_inner {
  width: 320px;
}
.work__list .work__item .text_wrap .text_inner .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 0 20px 12px 0;
  border-bottom: 1px solid #fff;
}
.work__list .work__item .text_wrap .text_inner .title a {
  text-decoration: none;
  color: #fff;
}
.work__list .work__item .text_wrap .text_inner .title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.work__list .work__item .text_wrap .text_inner .name {
  color: #fff;
  font-size: 18px;
  padding: 12px 20px 0 0;
}
.work__list .work__item .text_wrap .text_inner .name small {
  font-size: 0;
}
.work__list .work__item .text_wrap .text_inner .name font + small {
  font-size: 18px;
}
.work__list .work__item .text_wrap .field_name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 1;
}
.work__list .work__item:not(:last-child) {
  margin: 0 auto 50px;
}

/* ====================
詳細ページ
タイトル
==================== */
.page_main .page_main__title span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.page_main .page_main__title span small {
  font-size: 0;
}
.page_main .page_main__title span font + small {
  font-size: 20px;
}

/* ====================
詳細ページ
コンテンツ内容
==================== */
.work_detail .overview .overview_field {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  border-top: 1px solid #ccc;
}
.work_detail .overview .overview_field dl {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work_detail .overview .overview_field dl dt {
  width: 240px;
  padding: 20px;
}
.work_detail .overview .overview_field dl dd {
  width: calc(100% - 240px);
  padding: 20px 0;
}
.work_detail .overview .overview_faq {
  margin: 0 0 70px;
}
.work_detail .overview .overview_faq dl:not(:last-child) {
  margin: 0 0 40px;
}
.work_detail .overview .overview_faq dl dt {
  font-weight: bold;
  color: #0053A5;
  margin: 0 0 10px;
}
.work_detail .photo {
  margin: 0 auto 100px;
}
.work_detail .photo .photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work_detail .photo .photo_list li {
  width: 47.5%;
}
.work_detail .photo .photo_list li:not(:last-child) {
  margin-bottom: 40px;
}
.work_detail .introduction {
  background-color: rgba(0, 83, 165, 0.1);
  padding: 100px 0;
}
.work_detail .introduction .profile {
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work_detail .introduction .profile .profile__photo {
  width: 350px;
}
.work_detail .introduction .profile .profile__detail {
  width: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.work_detail .introduction .profile .profile__detail .name {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 5px;
}
.work_detail .introduction .profile .profile__detail .name .en_name {
  font-size: 0;
}
.work_detail .introduction .profile .profile__detail .name .en_name font {
  font-size: 26px;
}
.work_detail .introduction .profile .profile__detail .name font {
  font-size: 26px;
}
.work_detail .introduction .profile .profile__detail .hobby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.work_detail .introduction .profile .profile__detail .hobby li {
  width: 50%;
}
.work_detail .introduction .profile .profile__detail .hobby li:nth-child(-n+2) {
  margin: 0 0 5px;
}
.work_detail .introduction .interview h3 {
  font-size: 24px;
  text-align: center;
  color: #0053A5;
  margin: 0 auto 20px;
}
.work_detail .introduction .interview .interview_list dl:not(:last-child) {
  margin: 0 auto 40px;
}
.work_detail .introduction .interview .interview_list dl dt {
  color: #0053A5;
  margin: 0 0 5px;
  font-weight: bold;
}

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

	▼▼▼ 1024px以下

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

	▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  .work__list {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .work__list .work__item {
    height: 282px;
  }
  .work__list .work__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .work__list .work__item:nth-child(even) .text_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .work__list .work__item:nth-child(even) .text_wrap::after {
    left: 300px;
  }
  .work__list .work__item:nth-child(even) .text_wrap .text_inner .name {
    padding: 12px 0 0 20px;
  }
  .work__list .work__item:nth-child(even) .text_wrap .field_name {
    right: auto;
    left: 20px;
  }
  .work__list .work__item .work_image {
    width: calc(100% - 300px);
    height: 282px;
  }
  .work__list .work__item .work_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .work__list .work__item .text_wrap {
    width: 300px;
  }
  .work__list .work__item .text_wrap::after {
    right: 300px;
  }
  .work__list .work__item .text_wrap .text_inner {
    width: 300px;
  }
  .work__list .work__item .text_wrap .text_inner .title {
    font-size: 32px;
    padding: 0 20px 12px 0;
  }
  .work__list .work__item .text_wrap .text_inner .name {
    font-size: 16px;
    padding: 12px 20px 0 0;
  }
  .work__list .work__item:not(:last-child) {
    margin: 0 auto 30px;
  }
  /* ====================
  詳細ページ
  コンテンツ内容
  ==================== */
  .work_detail .introduction .profile {
    margin: 0 auto 20px;
  }
  .work_detail .introduction .profile .profile__photo {
    width: 260px;
  }
  .work_detail .introduction .profile .profile__detail {
    width: calc(100% - 280px);
  }
  .work_detail .introduction .interview h3 {
    font-size: 20px;
    text-align: center;
    color: #0053A5;
    margin: 0 auto 15px;
  }
  .work_detail .introduction .interview .interview_list dl:not(:last-child) {
    margin: 0 auto 20px;
  }
  .work_detail .introduction .interview .interview_list dl dt {
    color: #0053A5;
    margin: 0 0 5px;
    font-weight: bold;
  }
}
/* =====================================

	▼▼▼ 480px以下

===================================== */
@media screen and (max-width: 480px) {
  /* ====================
  詳細ページ
  タイトル
  ==================== */
  .page_main .page_main__title span {
    display: block;
    font-size: 12px;
  }
  .page_main .page_main__title span font + small {
    font-size: 12px;
  }
  .work__list {
    margin: 0 auto 50px;
  }
  .work__list .work__item {
    height: 140px;
  }
  .work__list .work__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .work__list .work__item:nth-child(even) .text_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .work__list .work__item:nth-child(even) .text_wrap::after {
    left: calc(50% - 1px);
  }
  .work__list .work__item:nth-child(even) .text_wrap .text_inner .title {
    padding: 0 0 5px 10px;
  }
  .work__list .work__item:nth-child(even) .text_wrap .text_inner .name {
    padding: 5px 0 0 10px;
  }
  .work__list .work__item:nth-child(even) .text_wrap .field_name {
    right: auto;
    left: 10px;
  }
  .work__list .work__item .work_image {
    width: 50%;
    height: 140px;
  }
  .work__list .work__item .work_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .work__list .work__item .text_wrap {
    width: 50%;
  }
  .work__list .work__item .text_wrap::after {
    right: calc(50% - 1px);
    width: 60px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .work__list .work__item .text_wrap .text_inner {
    width: 100%;
  }
  .work__list .work__item .text_wrap .text_inner .title {
    font-size: 18px;
    padding: 0 10px 5px 0;
  }
  .work__list .work__item .text_wrap .text_inner .name {
    font-size: 13px;
    padding: 5px 10px 0 0;
  }
  .work__list .work__item .text_wrap .text_inner .name font + small {
    font-size: 13px;
  }
  .work__list .work__item .text_wrap .field_name {
    font-size: 10px;
    right: 10px;
    bottom: 10px;
  }
  .work__list .work__item:not(:last-child) {
    margin: 0 auto 30px;
  }
  /* ====================
  詳細ページ
  コンテンツ内容
  ==================== */
  .work_detail .overview .overview_field {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .work_detail .overview .overview_field dl {
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .work_detail .overview .overview_field dl dt {
    width: 100%;
    padding: 15px 0 10px;
    font-weight: bold;
  }
  .work_detail .overview .overview_field dl dd {
    width: 100%;
    padding: 0 0 15px;
  }
  .work_detail .overview .overview_faq {
    margin: 0 0 40px;
  }
  .work_detail .overview .overview_faq dl:not(:last-child) {
    margin: 0 0 20px;
  }
  .work_detail .overview .overview_faq dl dt {
    margin: 0 0 5px;
  }
  .work_detail .photo {
    margin: 0 auto 100px;
  }
  .work_detail .photo .photo_list {
    display: block;
  }
  .work_detail .photo .photo_list li {
    width: 100%;
  }
  .work_detail .photo .photo_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .work_detail .introduction {
    padding: 50px 0;
  }
  .work_detail .introduction .profile {
    margin: 0 auto 30px;
    display: block;
  }
  .work_detail .introduction .profile .profile__photo {
    width: 100%;
    margin: 0 0 10px;
  }
  .work_detail .introduction .profile .profile__detail {
    width: 100%;
    display: block;
  }
  .work_detail .introduction .profile .profile__detail .name {
    font-size: 18px;
  }
  .work_detail .introduction .profile .profile__detail .name .en_name font {
    font-size: 18px;
  }
  .work_detail .introduction .profile .profile__detail .name font {
    font-size: 18px;
  }
  .work_detail .introduction .profile .profile__detail .hobby {
    margin-top: 20px;
    display: block;
  }
  .work_detail .introduction .profile .profile__detail .hobby li {
    width: 100%;
    margin: 0 0 5px;
  }
  .work_detail .introduction .profile .profile__detail .hobby li:last-child {
    margin: 0;
  }
  .work_detail .introduction .interview h3 {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .work_detail .introduction .interview .interview_list dl:not(:last-child) {
    margin: 0 auto 20px;
  }
  .work_detail .introduction .interview .interview_list dl dt {
    margin: 0 0 5px;
    font-weight: bold;
  }
}/*# sourceMappingURL=work.css.map */