@charset "UTF-8";
.main {
  display: block;
  line-height: 1.68em;
  color: #1a1a1a;
}
.main a {
  transition: all 0.2s;
}
.main .page__header__english {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.breadcrumb--plan_detail {
  position: inherit;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    width: 200%;
  }
}
/* ===============================
汎用ボタン
================================== */
/* ===============================
トップ検索ボタン
================================== */
.btn_search_top {
  display: block;
  width: 100%;
  height: 58px;
  color: #FFF;
  text-align: center;
  line-height: 58px;
  font-size: 24px;
  background: #F17F7F url(../img/icon_src.svg) no-repeat right 15% center;
  background-size: 22px 24px;
  margin-bottom: 20px;
}
.btn_search_top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btn_search_top {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    background-position: right 10px center;
    background-size: 16px 18px;
  }
}
/* ===============================
もっとみるボタン
================================== */
.btn_more {
  display: block;
  width: 420px;
  height: 50px;
  background: #CCE0F1 url(../img/arrow_more.svg) no-repeat right 20px center;
  background-size: 6px 12px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .btn_more {
    width: 265px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
}
.btn_more:hover {
  opacity: 0.7;
}
/* ===============================
共通コンテンツ
================================== */
/* ===============================
ページネーション
================================== */
.pagination_plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination_plan li {
  margin-right: 15px;
  list-style: none;
  width: 45px;
  height: 45px;
  border: 2px solid #073190;
  color: #FFF;
  font-weight: bold;
  background: #073190;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination_plan li {
    border: 1px solid #073190;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 413px) {
  .pagination_plan li {
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 374px) {
  .pagination_plan li {
    width: 35px;
    height: 35px;
  }
}
.pagination_plan li:last-child {
  margin-right: 0;
}
.pagination_plan li a {
  text-decoration: none;
  color: #073190;
  background: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.pagination_plan li a.current {
  font-weight: bold;
}
.pagination_plan li a:hover {
  color: #FFF;
  background: #073190;
}
.pagination_plan li.prev {
  background: #073190 url(../images/planning/arrow_prev_w.svg) no-repeat center center;
}
.pagination_plan li.prev a {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: #FFF url(../images/planning/arrow_prev.svg) no-repeat center center;
}
.pagination_plan li.prev a:hover {
  opacity: 0;
}
.pagination_plan li.next {
  background: #073190 url(../images/planning/arrow_next_w.svg) no-repeat center center;
}
.pagination_plan li.next a {
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: #FFF url(../images/planning/arrow_next.svg) no-repeat center center;
}
.pagination_plan li.next a:hover {
  opacity: 0;
}
.pagination_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagination_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.pagination_sp li {
  margin: 0 5px;
  font-size: 12px;
}
.pagination_sp li:nth-child(2) {
  line-height: 20px;
  margin: 0 20px;
}
.pagination_sp li:nth-child(2) em {
  font-size: 15px;
}
.pagination_sp li a {
  display: block;
  border: 1px solid #707070;
}
.pagination_sp li a.prev {
  padding: 15px 20px 15px 26px;
  background: url(../img/arrow_prev.svg) no-repeat left 14px center;
  background-size: 5px 6px;
}
.pagination_sp li a.next {
  padding: 15px 26px 15px 20px;
  background: url(../img/arrow_next.svg) no-repeat right 14px center;
  background-size: 5px 6px;
}
.contact_area {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .contact_area {
    display: block;
  }
}
.contact_area .col {
  width: 50%;
  padding: 60px 8.6%;
}
@media screen and (max-width: 1400px) {
  .contact_area .col {
    padding: 60px 4%;
  }
}
@media screen and (max-width: 768px) {
  .contact_area .col {
    width: 100%;
    padding: 40px 10px;
  }
}
.contact_area .col .label {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  min-height: 72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact_area .col .label {
    font-size: 20px;
    line-height: 30px;
    min-height: inherit;
  }
}
.contact_area .col .label img {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .contact_area .col .label img {
    width: 84px;
  }
}
.contact_area .col .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #FFF;
  height: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_area .col .btn {
    border: 1px solid #FFF;
    height: 60px;
  }
}
.contact_area .col .btn:hover {
  opacity: 0.7;
}
.contact_area .col .btn span {
  font-size: 24px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .contact_area .col .btn span {
    font-size: 20px;
  }
}
.contact_area .col .btn_plan span {
  padding-left: 62px;
  background: url(../images/planning/icon_camera.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact_area .col .btn_plan span {
    background-size: 30px 24px;
    padding-left: 42px;
  }
}
.contact_area .col .btn_contact {
  background: #FFF;
}
.contact_area .col .btn_contact span {
  color: #073190;
  padding-left: 60px;
  background: url(../images/planning/icon_mail.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact_area .col .btn_contact span {
    background-size: 30px 22px;
    padding-left: 40px;
  }
}
.contact_area .plan {
  background: #333;
}
.contact_area .plan .label {
  line-height: 1;
}
.contact_area .plan .label span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact_area .plan .label span br {
    display: block;
  }
}
.contact_area .contact {
  background: #073190;
}
.contact_area.single .col {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_area.single .col {
    padding: 40px 20px;
  }
}
.contact_area.single .col br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact_area.single .col br {
    display: block;
  }
}
.contact_area.single .col .btn {
  margin: 0 auto;
  width: 490px;
}
@media screen and (max-width: 768px) {
  .contact_area.single .col .btn {
    width: 100%;
  }
}
/* ===============================
Slick Nav
================================== */
.slick-prev,
.slick-next {
  width: 50px!important;
  height: 50px!important;
  border: none;
  outline: none;
  position: absolute;
  top: 50%!important;
  z-index: 5;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #e0e0e0;
}
.slick-prev {
  left: 30px!important;
  background: #073190 url(../images/planning/arrow_prev_w.svg) no-repeat center center !important;
  background-size: 8px 12px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 15px!important;
  }
}
.slick-next {
  right: 30px!important;
  background: #073190 url(../images/planning/arrow_next_w.svg) no-repeat center center !important;
  background-size: 8px 12px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 15px!important;
  }
}
.onlysp {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .onlysp {
    display: block!important;
  }
}
.plan_top_header {
  height: 500px;
  background: url(../images/planning/main_img.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plan_top_header {
    height: 440px;
    background: url(../images/planning/main_img_sp.webp) no-repeat center/cover;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 374px) {
  .plan_top_header {
    height: 400px;
  }
}
.plan_top_header_title {
  position: absolute;
  right: 0;
  top: 0;
  width: 795px;
  height: 426px;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(../images/planning/title_plan.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .plan_top_header_title {
    background-image: url(../images/planning/title_plan_sp.png);
    width: 355px;
    height: 293px;
  }
}
@media screen and (max-width: 374px) {
  .plan_top_header_title {
    width: 300px;
    height: 247px;
  }
}

.service {
  padding: 80px 0 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 40px 0;
  }
}
.service .container {
  color: #FFF;
}
.service .container .title {
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service .container .title {
    margin-bottom: 30px;
    font-size: 27px;
  }
}
.service .container .title p {
  margin: 0 auto 20px;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 240px;
  height: 60px;
  background: url(../images/planning/title_service.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .service .container .title p {
    width: 150px;
    height: 38px;
  }
}
.service .container .title span {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  display: block;
}
.service .container .point-item {
  background-color: rgba(255,255,255,.9);
  color: #333;
  border-radius: 6px;
  padding: 40px 3%;
}
.service .container .__3col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}
.service .container .__3col .point-item {
  width: 32%;
  margin-right: 2%;
  padding-top: 100px;
  list-style: none;
  position: relative;
}
.service .container .__3col .point-item:nth-child(3n) {
  margin-right: 0;
}
.service .container .__3col .point-item::before {
  content: "";
  width: 160px;
  height: 160px;
  background: url(../images/planning/point-item01.png) no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translate(-50%, 0);
}
.service .container .__3col .point-item:nth-child(2):before {
  background: url(../images/planning/point-item02.png) no-repeat center/cover;
}
.service .container .__3col .point-item:nth-child(3):before {
  background: url(../images/planning/point-item03.png) no-repeat center/cover;
}
.service .container .__3col .point-item .label {
  font-size: 24px;
}
.service .container .point-item .label {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
  color: #0b308e;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.service .container .point-item .label:nth-of-type(n + 2) {
  margin-top: 3.1rem;
}
.service .container .point-item .label small {
  font-size: 90%;
  letter-spacing: 0;
}
.service .container .point-item .label strong {
  color: #d8434f;
  font-size: 32px;
}
.service .container .point-item .label img {
  max-width: 300px;
  margin-left: 15px;
  vertical-align: -14px;
}
.service .more {
  margin-top: 50px;
  text-align: center;
}
.service .more a {
  width: 490px;
  height: 90px;
  color: #FFF;
  background: #333;
  border: 1px solid #FFF;
  font-size: 24px;
  letter-spacing: .1em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .more a:hover {
  opacity: 0.7;
}
.service .more a img {
  width: 52px;
  height: auto;
  margin-right: 16px;
  margin-top: -5px;
}


@media screen and (max-width: 768px) {
  .service .container .title span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service .container .point-item {
    padding: 30px 5.9%;
    font-size: 14px;
  }
  .service .container .__3col {
    margin-top: 80px;
  }
  .service .container .__3col .point-item {
    width: 100%;
    margin-right: 0;
    padding-top: 70px;
  }
  .service .container .__3col .point-item::before {
    width: 120px;
    height: 120px;
    top: -60px;
  }
  .service .container .point-item .label {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service .container .point-item .label:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
  }
  .service .container .point-item .label .pc {
    display: none;
  }
  .service .container .point-item .label img {
    max-width: 200px;
    width: calc(100% - 95px);
    margin-left: 0;
    vertical-align: 0;
  }
  .service .container > .point-item .label {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .service .container .point-item .label strong {
    font-size: 24px;
  }
  .service .container .__3col .point-item .label {
    font-size: 20px;
  }
  .service .container .__3col .point-item + .point-item {
    margin-top: 80px;
  }
  .service .container .point-item .label small {
    display: block;
  }
  .service .container .point-item .label span {
    min-width: 95px;
  }
  .service .more {
    margin-top: 40px;
  }
  .service .more a {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
  .service .more a img {
    width: 30px;
  }
}
.service .container dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ffff00;
}
@media screen and (max-width: 768px) {
  .service .container dl {
    display: block;
    border-bottom: 2px solid #FFF;
  }
}
.service .container dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.service .container dl dt {
  width: 200px;
  height: 200px;
  margin-right: 40px;
  position: relative;
  z-index: 1;
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .service .container dl dt {
    margin: 0 auto 30px;
    width: 140px;
    height: 140px;
    font-size: 18px;
  }
}
.service .container dl dt:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 187px;
  height: 192px;
  background: url(../images/planning/bg_service_dt.png) no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service .container dl dt:before {
    width: 124px;
    height: 128px;
  }
}
.service .container dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffff00;
  border-radius: 50%;
  z-index: 1;
}
.service .container dl dd {
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .service .container dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.service .container dl dd .label {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}
.service .container dl dd .label img {
  margin-left: 10px;
}
.service .container dl dd .label br {
  display: none;
}
@media screen and (max-width: 768px) {
  .service .container dl dd .label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 280px;
    margin: 0 auto 20px;
    font-size: 16px;
  }
  .service .container dl dd .label br {
    display: block;
  }
  .service .container dl dd .label img {
    width: 190px;
  }
}
.vision {
  padding: 90px 0 90px;
}
@media screen and (max-width: 768px) {
  .vision {
    padding: 40px 0 60px;
  }
}
.vision .container .title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .vision .container .title {
    margin-bottom: 20px;
  }
}
.vision .container .title p {
  margin: 0 auto 20px;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 182px;
  height: 60px;
  background: url(../images/planning/title_vision.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .vision .container .title p {
    width: 124px;
    height: 38px;
  }
}
.vision .container .title span {
  font-size: 17px;
  letter-spacing: .1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .vision .container .title span {
    font-size: 16px;
  }
}
.vision .container .copy {
  font-size: 42px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 auto 40px;
}
.vision .container .copy + p {
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.vision .container .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 60px;
}
.vision .container .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.vision .container .comming_soon {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vision .container .youtube {
    margin-top: 30px;
  }
  .vision .container .copy {
    font-size: 27px;
  }
  .vision .container .comming_soon {
    width: 100%;
  }
}
.vision .container .comming_soon img {
  width: 100%;
}
.works {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 50px 0 0;
  }
}
.works .title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .works .title {
    margin-bottom: 20px;
  }
}
.works .title p {
  margin: 0 auto 20px;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 210px;
  height: 60px;
  background: url(../images/planning/title_works.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .works .title p {
    width: 129px;
    height: 38px;
  }
}
.works .title span {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .works .title span {
    font-size: 16px;
  }
}
.works .works_list {
  background: #f2f6f8;
  padding: 40px 0 20px;
  text-align: center;
}
.works .works_list .works_carousel {
  background: #FFF;
  padding: 4px 0;
  margin-bottom: 20px;
}
.works .works_list .works_carousel li {
  padding: 0 2px;
}
.works .works_list .works_carousel li a {
  display: block;
  padding-top: 100%;
  position: relative;
}
.works .works_list .works_carousel li a:hover {
  opacity: 0.7;
}
.works .works_list .works_carousel li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.works .works_list .works_carousel li p {
  padding: 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .works .works_list {
    padding: 40px 0 0;
  }
  .works .works_list .works_carousel li p {
    font-size: 14px;
  }
}
.works .more {
  background: #f2f6f8;
  padding-bottom: 80px;
  text-align: center;
}
.works .more a {
  width: 490px;
  height: 90px;
  color: #FFF;
  background: #333;
  font-size: 24px;
  letter-spacing: .1em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works .more a:hover {
  opacity: 0.7;
}
.works .more a img {
  width: 52px;
  height: auto;
  margin-right: 16px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .works .more {
    padding: 0 2rem 50px;
  }
  .works .more a {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
  .works .more a img {
    width: 30px;
  }
}
.flow {
  padding: 90px 0 50px;
  background: #f2f1f1;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 40px 0 60px;
  }
}
.flow .container {
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.flow .container .title {
  text-align: center;
  margin-bottom: 60px;
}
.flow .container .title p {
  margin: 0 auto 25px;
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 150px;
  height: 60px;
  background: url(../images/planning/title_flow.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow .container .title p {
    width: 100px;
    height: 38px;
    margin: 0 auto 20px;
  }
}
.flow .container .title span {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .flow .container .title {
    margin-bottom: 20px;
  }
  .flow .container .title span {
    font-size: 16px;
  }
}
.flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.flow_item {
  padding-top: 15px;
  width: calc(25% - 45px);
  margin-right: 60px;
  margin-bottom: 40px;
  min-height: 213px;
  position: relative;
}
.flow_item:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 100%;
  right: -40px;
  top: 0;
  background: url(../images/planning/arrow_flow_pc.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow_item:after {
    width: 100%;
    height: 60px;
    right: inherit;
    top: inherit;
    bottom: -70px;
    background: url(../images/planning/arrow_flow_sp.svg) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 500px) {
  .flow_item:after {
    height: 60px;
    bottom: -60px;
    background-size: cover;
  }
}
.flow_item:nth-child(1),
.flow_item:nth-child(2),
.flow_item:nth-child(3) {
  width: calc(25.1% - 40px);
}
.flow_item:nth-child(3),
.flow_item:last-child {
  margin-right: 0;
}
.flow_item:nth-child(3):after,
.flow_item:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow_item {
    width: 100%!important;
    margin-right: 0!important;
    min-height: inherit;
    padding-bottom: 1em;
    margin-bottom: 80px;
  }
  .flow_item:nth-child(3):after {
    display: block;
  }
  .flow_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .flow_item {
    margin-bottom: 60px;
  }
}
.flow_item .hd {
  height: 74px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .flow_item .hd {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .flow_item .hd {
    height: 44px;
    font-size: 20px;
  }
  .flow_item .hd br {
    display: none;
  }
}
.flow_item .hd span {
  width: 74px;
  height: 100%;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .flow_item .hd span {
    width: 50px;
  }
}
.flow_item .hd span.f01 {
  background: url(../images/planning/flow01.svg) no-repeat left center;
  background-size: contain;
}
.flow_item .hd span.f02 {
  background: url(../images/planning/flow02.svg) no-repeat left center;
  background-size: contain;
}
.flow_item .hd span.f03 {
  background: url(../images/planning/flow03.svg) no-repeat left center;
  background-size: contain;
}
.flow_item .hd span.f04 {
  background: url(../images/planning/flow04.svg) no-repeat left center;
  background-size: contain;
}
.flow_item .hd span.f05 {
  background: url(../images/planning/flow05.svg) no-repeat left center;
  background-size: contain;
}
.flow_item .hd span.f06 {
  background: url(../images/planning/flow06.svg) no-repeat left center;
  background-size: contain;
}
.flow_item .hd span.f07 {
  background: url(../images/planning/flow07.svg) no-repeat left center;
  background-size: contain;
}
.faq {
  padding: 100px 0 116px;
}
.faq .title {
  text-align: center;
  margin-bottom: 50px;
}
.faq .title p {
  margin: 0 auto 20px;
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 100px;
  height: 60px;
  background: url(../images/planning/title_faq.png) no-repeat center/contain;
}
.faq .title span {
  font-size: 17px;
  letter-spacing: .1em;
  font-weight: normal;
}
.faq_item {
  border: 1px solid #8e8e8e;
  border-radius: 4px;
  padding: 0 30px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.faq_item + .faq_item {
  margin-top: 21px;
}
.faq_item > div {
  font-size: 18px;
  color: #464646;
  line-height: 1.5;
  letter-spacing: .08em;
  padding: 26px 0;
  position: relative;
}
.faq_item .answer {
  border-top: 1px solid #2e2e2e;
  display: none;
}
.faq_item:first-of-type .answer {
  display: block;
}
.faq_item .quest{
  padding-right: 35px;
}
.faq_item .quest::after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/planning/faq-btn.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: .3s;
}
.faq_item .quest.open::after {
  transform: translate(0, -50%) rotate(45deg);
}
.faq_item p {
  display: flex;
  align-items: center;
}
.faq_item img {
  width: 44px;
  height: 44px;
  margin-top: -3px;
  margin-right: 21px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 50px 0 48px;
  }
  .faq .title {
    margin-bottom: 31px;
  }
  .faq .title p {
    width: 70px;
    height: 38px;
  }
  .faq .title span {
    font-size: 16px;
  }
  .faq_item {
    border-radius: 2px;
    padding: 0 12px;
  }
  .faq_item > div {
    font-size: 14px;
    padding: 18px 0;
  }
  .faq_item .quest {
    padding-right: 25px;
  }
  .faq_item .quest::after {
    width: 22px;
    height: 22px;
  }
  .faq_item img {
    width: 36px;
    height: 36px;
    margin-top: 0;
    margin-right: 13px;
  }
}
.partner {
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .partner {
    padding: 50px 0 0;
  }
}
.partner .container {
  text-align: center;
}
.partner .container .title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .partner .container .title {
    margin-bottom: 20px;
  }
}
.partner .container .title p {
  margin: 0 auto 25px;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 240px;
  height: 60px;
  background: url(../images/planning/title_partner.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .partner .container .title p {
    width: 163px;
    height: 38px;
    margin: 0 auto 20px;
  }
}
.partner .container .title span {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .partner .container .title span {
    font-size: 16px;
  }
}
.partner .container > p {
  margin-bottom: 40px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .partner .container > p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.partner .container .partner_box {
  border: 1px solid #000;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box {
    text-align: left;
  }
}
.partner .container .partner_box .branch {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box .branch {
    font-size: 18px;
  }
}
.partner .container .partner_box p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box p {
    font-size: 14px;
  }
}
.partner .container .partner_box p a {
  color: #1678cb;
  font-weight: bold;
}
.partner .container .partner_box p a br {
  display: none;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box p a br {
    display: block;
  }
}
.partner .container .partner_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box ul {
    display: block;
  }
}
.partner .container .partner_box ul li {
  list-style: none;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box ul li {
    font-size: 14px;
  }
}
.partner .container .partner_box ul li:last-child {
  margin-right: 0;
}
.partner .container .partner_box .btn_area {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner .container .partner_box .btn_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 72px;
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box .btn_area a {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 413px) {
  .partner .container .partner_box .btn_area a {
    font-size: 16px;
  }
}
.partner .container .partner_box .btn_area a:hover {
  opacity: 0.7;
}
.partner .container .partner_box .btn_area a.btn_phone {
  background: #000;
  pointer-events: none;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .partner .container .partner_box .btn_area a.btn_phone {
    margin-right: 0;
    margin-bottom: 20px;
    pointer-events: auto;
  }
}
.partner .container .partner_box .btn_area a.btn_phone span {
  padding-left: 30px;
  background: url(../images/planning/icon_tel_w.png) no-repeat left center;
  background-size: contain;
}
.partner .container .partner_box .btn_area a.btn_partnar {
  background: #073190;
}
.partner .container .partner_box .btn_area a.btn_partnar span {
  padding-left: 46px;
  background: url(../images/planning/icon_hands.png) no-repeat left center;
  background-size: contain;
}
.recruit {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 40px 0 30px;
  }
}
.recruit .container .title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit .container .title {
    margin-bottom: 20px;
  }
}
.recruit .container .title p {
  margin: 0 auto 20px;
  /* 要素の中から文字だけを飛ばす */
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 225px;
  height: 60px;
  background: url(../images/planning/title_recruit.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .recruit .container .title p {
    width: 151px;
    height: 38px;
  }
}
.recruit .container .title span {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .recruit .container .title span {
    font-size: 16px;
  }
}
.recruit .container .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 490px;
  height: 90px;
  color: #FFF;
  background: #333;
  font-size: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit .container .btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
    background: #333 url(../images/planning/arrow_white.svg) no-repeat right 10px center;
    background-size: 7px 11px;
  }
}
.recruit .container .btn:hover {
  opacity: 0.7;
}
/* ===============================
施工事例一覧
================================== */
.plan_list {
  padding: 100px 0 90px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  .plan_list {
    padding: 50px 0;
  }
}
.plan_list .container {
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .plan_list .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.plan_list .container .planning__title {
  margin-bottom: 50px;
  color: #000;
}
.plan_list .container .pic_list {
  display: flex;
  flex-wrap: wrap;
}
.plan_list .container .pic_list li {
  /* flex時の幅計算 */
  width: calc((100% - 64px - 1px) / 3);
  margin-right: 32px;
  margin-bottom: 40px;
  list-style: none;
}
.plan_list .container .pic_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .plan_list .container .pic_list li {
    /* flex時の幅計算 */
    width: calc((100% - 30px - 1px) / 2);
    margin-right: 30px;
  }
  .plan_list .container .pic_list li:nth-child(2n) {
    margin-right: 0;
  }
  .plan_list .container .pic_list li:nth-child(3n) {
    margin-right: 30px;
  }
  .plan_list .container .pic_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .plan_list .container .pic_list li {
    width: 100%;
    margin-right: 0!important;
  }
}
.plan_list .container .pic_list li a {
  display: block;
  text-decoration: none;
}
.plan_list .container .pic_list li a .img {
  line-height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.2s;
}
.plan_list .container .pic_list li a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.plan_list .container .pic_list li a:hover {
  text-decoration: underline;
}
.plan_list .container .pic_list li a:hover .img {
  opacity: 0.7;
}
.contact_btn_area {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .contact_btn_area {
    padding: 50px 0;
  }
}
.plan_detail_header {
  overflow: hidden;
  max-height: 700px;
  padding-top: 40%;
  position: relative;
}
.plan_detail_header img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.plan_detail {
  display: flex;
  flex-wrap: wrap;
}
.plan_detail .desc {
  width: 50%;
  padding: 50px 50px 50px 0;
}
@media screen and (max-width: 768px) {
  .plan_detail .desc {
    width: 100%;
    order: 1;
    padding: 50px 0;
  }
}
.plan_detail .desc_inner.js-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.plan_detail .desc .table {
  padding-left: 40px;
  padding-bottom: 50px;
  margin-bottom: 1px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .plan_detail .desc .table {
    padding: 0 20px 50px;
  }
}
.plan_detail .desc .table:before {
  position: absolute;
  content: "";
  width: 125px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #efefef;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .plan_detail .desc .table:before {
    width: 100px;
  }
}
.plan_detail .desc .table .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #333333;
  padding: 20px 0;
}
.plan_detail .desc .table .row:last-child {
  border-bottom: none;
}
.plan_detail .desc .table .row .lbl {
  width: 100px;
  line-height: 24px;
}
.plan_detail .desc .table .row p {
  width: calc(100% - 100px);
  line-height: 24px;
}
.plan_detail .desc .desc_detail {
  padding: 60px 0 50px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .plan_detail .desc .desc_detail {
    font-size: 14px;
    padding: 60px 20px 30px;
  }
}
.plan_detail .desc .desc_detail:before {
  position: absolute;
  content: "";
  width: 125px;
  height: 115px;
  left: 0;
  top: 0;
  background-color: #efefef;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .plan_detail .desc .desc_detail:before {
    width: 100px;
  }
}
.plan_detail .desc .desc_detail .lbl {
  margin-bottom: 25px;
}
.plan_detail .desc .desc_detail .lbl span {
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
}
.plan_detail .desc .desc_detail .lbl p {
  margin-top: 5px;
}
.plan_detail .desc .desc_detail .lbl.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.plan_detail .desc .desc_detail .lbl.flex .designer {
  text-align: right;
  font-weight: normal;
}
.plan_detail .desc .desc_detail .lbl.flex .designer span {
  display: block;
  font-size: 20px;
}
.plan_detail .photo_list {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .plan_detail .photo_list {
    width: 100%;
    order: 0;
    padding: 20px 20px 0;
  }
}
.plan_detail .photo_list ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .plan_detail .photo_list ul li {
    margin-bottom: 20px;
  }
  .plan_detail .photo_list ul li:last-child {
    margin-bottom: 0;
  }
}
.plan_detail .photo_list ul li img {
  width: 100%;
}
/* ===============================
スタッフ情報
================================== */
.total {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .total {
    font-size: 12px;
    margin-bottom: 33px;
  }
}
/* ===============================
スタッフ情報
================================== */
.profile_detail {
  line-height: 2;
}
.profile_detail .staff_info {
  display: flex;
  flex-wrap: wrap;
}
.profile_detail .staff_info .img {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 60px;
  margin-right: 100px;
}
@media screen and (max-width: 1020px) {
  .profile_detail .staff_info .img {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .profile_detail .staff_info .img {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
}
.profile_detail .staff_info .img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.profile_detail .staff_info .desc {
  flex: 1;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .profile_detail .staff_info .desc {
    padding-top: 20px;
  }
}
.profile_detail .staff_info .desc .name {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .profile_detail .staff_info .desc .name {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.profile_detail .staff_info .desc ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .profile_detail .staff_info .desc ul {
    display: block;
    margin-bottom: 30px;
  }
}
.profile_detail .staff_info .desc ul li {
  margin-right: 40px;
}
.profile_detail .staff_info .desc ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .profile_detail .staff_info .desc ul li {
    font-size: 14px;
  }
}
.profile_detail .pr {
  padding-left: 220px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .profile_detail .pr {
    padding-left: 170px;
  }
}
@media screen and (max-width: 768px) {
  .profile_detail .pr {
    padding-left: 0;
    font-size: 14px;
  }
}