@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* voice common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/coordinate/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/coordinate/page_head_sp.jpg") no-repeat center center;
  }
}
.c-comment-box {
  margin-top: 96px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .c-comment-box {
    margin-top: 4.8rem;
    margin-bottom: 7.2rem;
    padding: 2rem 1.6rem 1.6rem 1.6rem;
  }
  .c-comment-box .lead {
    margin-bottom: 1.6rem;
  }
}
.p-coordinate-section {
  /*選択されているタブのスタイルを変える*/
  /*ラジオボタンを全て消す*/
  /*選択されているタブのコンテンツのみを表示*/
}

.p-coordinate-section .c-title03 {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .c-title03 {
    margin-bottom: 1.6rem;
  }
}
.p-coordinate-section.tab {
  margin-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section.tab {
    margin-bottom: 4.8rem;
  }
}
.p-coordinate-section .p-coordinate-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 8px;
  padding: 32px 32px 0 32px;
  background: #F5F6F5;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .p-coordinate-nav {
    gap: 0 0.8rem;
    padding: 1.2rem 1.2rem 0 1.2rem;
  }
}
.p-coordinate-section .p-coordinate-nav__ttl {
  position: relative;
  width: 128px;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background: url("../../assets/images/coordinate/bg_arrow_pc.png") no-repeat right center;
  background-size: cover !important;
  padding: 5px 20px 8px 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .p-coordinate-nav__ttl {
    text-align: center;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 0.9rem;
    line-height: 1.1111111111;
    font-weight: 400;
    background: url("../../assets/images/coordinate/bg_arrow_sp.png") no-repeat right center;
    padding: 0 1rem 0 0.3rem;
  }
}
.p-coordinate-section .p-coordinate-nav__list {
  width: calc(100% - 136px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 8px 8px;
  min-height: 32px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .p-coordinate-nav__list {
    width: calc(100% - 3.2rem);
    gap: 0.8rem 0.8rem;
    min-height: 3.2rem;
  }
}
.p-coordinate-section .p-coordinate-nav__list li {
  width: calc((100% - 24px) / 4);
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .p-coordinate-nav__list li {
    width: calc((100% - 2.4rem) / 4);
  }
}
.p-coordinate-section .p-coordinate-nav__items {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-left: 4px solid #CFC59B;
  padding: 8px 16px;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .p-coordinate-nav__items {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    border-left: 0.4rem solid #CFC59B;
    padding: 1rem 0.8rem;
  }
}
.p-coordinate-section .p-coordinate-nav__items.is-active {
  background-color: #DED8BD;
}

.p-coordinate-section .p-coordinate-nav__items a, .p-coordinate-section .p-coordinate-nav__items p {
  display: block;
}

.p-coordinate-section #tab1:checked + .tab__menu-item,
.p-coordinate-section #tab2:checked + .tab__menu-item,
.p-coordinate-section #tab3:checked + .tab__menu-item,
.p-coordinate-section #tab4:checked + .tab__menu-item {
  background-color: #F0ECD9;
}

@media screen and (min-width: 768px) {
  .p-coordinate-section .tab__menu-item:hover {
    background: #F0ECD9;
  }
}
.p-coordinate-section input[name=tab_item] {
  display: none;
}

.p-coordinate-section .tab__panel-box {
  display: none;
}

.p-coordinate-section .tab__panel-box.is-show {
  display: block;
}

.p-coordinate-section #tab1:checked ~ #tab_panel-1,
.p-coordinate-section #tab2:checked ~ #tab_panel-2,
.p-coordinate-section #tab3:checked ~ #tab_panel-3,
.p-coordinate-section #tab4:checked ~ #tab_panel-4 {
  display: block;
}

.p-coordinate-section .tab .p-coordinate-nav.nav02 {
  padding-top: 16px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-nav.nav02 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__inner {
  position: relative;
  width: calc(100% - 136px);
  background: #F0ECD9;
  padding: 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__inner {
    width: calc(100% - 3.2rem);
    padding: 0.8rem;
  }
}
.p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__inner:before {
  position: absolute;
  left: 0;
  top: -16px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #F0ECD9 transparent;
  border-width: 0 8px 16px 8px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__inner:before {
    top: -1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #F0ECD9 transparent;
    border-width: 0 0.55rem 1.1rem 0.55rem;
  }
}
.p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__list {
  width: 100%;
}

.p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items {
  position: relative;
  width: calc((100% - 8px) / 2);
  padding: 0;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items:hover {
    opacity: 0.5;
  }
  .p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items:hover a {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items {
    width: calc((100% - 0.8rem) / 2);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items a {
  padding: 4px 16px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items a {
    padding: 0.6rem 0.6rem;
  }
}
.p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items:after {
  top: 50%;
  right: 16px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: #CECDC9;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-nav.nav02 .p-coordinate-nav__items:after {
    right: 0.6rem;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.6rem;
    width: 0.6rem;
    border-color: #CECDC9;
    transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
.p-coordinate-section .tab .p-coordinate-post-wrap {
  margin-top: 28px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-post-wrap {
    margin-top: 1.2rem;
    padding-top: 2rem;
  }
}
.p-coordinate-section .tab .p-coordinate-post-wrap + .p-coordinate-post-wrap {
  margin-top: 76px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab .p-coordinate-post-wrap + .p-coordinate-post-wrap {
    margin-top: 5.2rem;
    padding-top: 2rem;
  }
}
.p-coordinate-section .tab__panel-box {
  min-height: 400px; /* テキスト量が多くなっても対応できるように */
  display: none;
}

.p-coordinate-section .tab__panel-box.is-show {
  display: block;
}

.p-coordinate-section .tab__panel-box01 {
  /* パネル1 */
}

.p-coordinate-section .tab__panel-box01 .p-coordinate-nav__inner:before {
  left: 64px !important;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab__panel-box01 .p-coordinate-nav__inner:before {
    left: 2.8rem !important;
  }
}
.p-coordinate-section .tab__panel-box02 {
  /* パネル2 */
}

.p-coordinate-section .tab__panel-box02 .p-coordinate-nav__inner:before {
  left: 216px !important;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab__panel-box02 .p-coordinate-nav__inner:before {
    left: 10.2rem !important;
  }
}
.p-coordinate-section .tab__panel-box03 {
  /* パネル3 */
}

.p-coordinate-section .tab__panel-box03 .p-coordinate-nav__inner:before {
  left: 364px !important;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab__panel-box03 .p-coordinate-nav__inner:before {
    left: 17.2rem !important;
  }
}
.p-coordinate-section .tab__panel-box03 .p-coordinate-nav.nav02 .p-coordinate-nav__items {
  width: calc((100% - 16px) / 3);
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab__panel-box03 .p-coordinate-nav.nav02 .p-coordinate-nav__items {
    width: calc((100% - 0.8rem) / 2);
  }
}
.p-coordinate-section .tab__panel-box04 {
  /* パネル4 */
}

.p-coordinate-section .tab__panel-box04 .p-coordinate-nav__inner:before {
  left: 526px !important;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab__panel-box04 .p-coordinate-nav__inner:before {
    left: 24.2rem !important;
  }
}
.p-coordinate-section .tab__panel-box04 .post-coordinate__list {
  margin-top: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .tab__panel-box04 .post-coordinate__list {
    margin-top: 3.2rem !important;
  }
}
.p-coordinate-section .post-coordinate__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 16px 16px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .post-coordinate__list {
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.p-coordinate-section .post-coordinate__items {
  width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .post-coordinate__items {
    width: 100%;
  }
}
.p-coordinate-section .post-coordinate__items .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: row-reverse;
  height: 100%;
  gap: 0 16px;
  padding: 16px 16px 16px 20px;
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .post-coordinate__items .post {
    gap: 0 0;
    padding: 1.6rem 1.6rem 1.6rem 2rem;
    border-left: 0.4rem solid #CFC59B;
  }
}
@media screen and (min-width: 768px) {
  .p-coordinate-section .post-coordinate__items .post.c-hover:hover {
    background: #F0ECD9;
    opacity: 1;
  }
}
.p-coordinate-section .post-coordinate__items .post-txt {
  width: calc(100% - 112px);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .post-coordinate__items .post-txt {
    width: calc(100% - 9rem);
    padding-left: 1.6rem;
  }
}
.p-coordinate-section .post-coordinate__items .post-txt .title {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 1px solid #CECDC9;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .post-coordinate__items .post-txt .title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.p-coordinate-section .post-coordinate__items .post-txt .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .post-coordinate__items .post-txt .txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-coordinate-section .post-coordinate__items .post-img {
  position: relative;
  top: 5px;
  width: 96px;
  height: 112px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .post-coordinate__items .post-img {
    top: 0.5rem;
    width: 9rem;
    height: 10.4rem;
  }
}
.p-coordinate-section .post-coordinate__items .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-coordinate-section .nosp_inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .p-coordinate-section .nosp_inline {
    display: none;
  }
}
.c-comment-box:before {
  background: url("../images/common/img02_comment_pc.png") no-repeat center center;
  width: 176px;
  height: 216px;
}

@media screen and (max-width: 767px) {
  .c-comment-box:before {
    background: url(../images/common/img_comment_sp.png) no-repeat center center;
    width: 7.2rem;
    height: 8.4rem;
  }
}
/* .p-coordinate-detail
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-coordinate-detail .c-interview-head .title br {
    display: none;
  }
}
.p-coordinate-detail .c-title03 {
  padding: 1.6rem 0.8rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .c-title03 {
    padding: 0.8rem 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-coordinate-detail .main-img {
  text-align: center;
  margin: 32px auto 42px auto;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .main-img {
    margin: 0.8rem auto 4rem auto;
  }
}
.p-coordinate-detail .p-coordinate-ba_wrap {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .p-coordinate-ba_wrap {
    margin-bottom: 4rem;
  }
}
.p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt .p-coordinate-ba__ttl {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  padding: 4px 9px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt .p-coordinate-ba__ttl {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt .p-coordinate-ba__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt .p-coordinate-ba__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt .p-coordinate-ba__txt + .p-coordinate-ba__txt {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt .p-coordinate-ba__txt + .p-coordinate-ba__txt {
    margin-top: 1.6rem;
  }
}
.p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt.-before {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #CECDC9;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt.-before {
    padding-bottom: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt.-before .p-coordinate-ba__ttl {
  background: #BFBDB4;
}

.p-coordinate-detail .p-coordinate-ba_wrap .p-coordinate-ba_txt.-after .p-coordinate-ba__ttl {
  background: #CFC59B;
}

.p-coordinate-detail .reputation-box {
  background: #F5F6F5;
  padding: 29px 32px;
  margin-bottom: 96px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .reputation-box {
    position: relative;
    padding: 1.6rem 1.6rem 1.2rem 1.6rem;
    margin-bottom: 7.2rem;
  }
}
.p-coordinate-detail .reputation-box__ttl {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #998632;
  padding: 4px 8px 5px 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .reputation-box__ttl {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-coordinate-detail .reputation-box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .reputation-box .flex {
    display: block;
  }
}
.p-coordinate-detail .reputation-box .flex__txt {
  width: calc(100% - 120px);
  padding-right: 32px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .reputation-box .flex__txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-coordinate-detail .reputation-box .flex__txt .title {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .reputation-box .flex__txt .title {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
  }
}
.p-coordinate-detail .reputation-box .flex__txt .text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .reputation-box .flex__txt .text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-coordinate-detail .reputation-box .flex__img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .reputation-box .flex__img {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 8rem;
  }
}
.p-coordinate-detail .c-interview-cnts {
  margin-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .c-interview-cnts {
    margin-bottom: 6.4rem;
  }
}
.p-coordinate-detail .c-interview-cnts__txt + .c-interview-cnts__ttl {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-detail .c-interview-cnts__txt + .c-interview-cnts__ttl {
    margin-top: 2.4rem;
  }
}
/* .p-coordinate-similar
---------------------------------------------------------------------------- */
.p-coordinate-similar {
  margin-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar {
    margin-bottom: 7.2rem;
  }
}
.p-coordinate-similar .post-case__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 16px 16px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar .post-case__list {
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.p-coordinate-similar .post-case__items {
  width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar .post-case__items {
    width: 100%;
  }
}
.p-coordinate-similar .post-case__items .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: row-reverse;
  gap: 0 16px;
  padding: 16px 16px 16px 20px;
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar .post-case__items .post {
    gap: 0 1.6rem;
    padding: 1.6rem 1.6rem 1.6rem 2rem;
    border-left: 0.4rem solid #CFC59B;
  }
}
.p-coordinate-similar .post-case__items .post-txt {
  width: calc(100% - 112px);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar .post-case__items .post-txt {
    width: calc(100% - 9rem);
  }
}
.p-coordinate-similar .post-case__items .post-txt .title {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 1px solid #CECDC9;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar .post-case__items .post-txt .title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.p-coordinate-similar .post-case__items .post-txt .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar .post-case__items .post-txt .txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-coordinate-similar .post-case__items .post-img {
  position: relative;
  top: 5px;
  width: 96px;
  height: 112px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-similar .post-case__items .post-img {
    top: 0.5rem;
    width: 9rem;
    height: 10.4rem;
  }
}
.p-coordinate-similar .post-case__items .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .p-coordinate-model01
---------------------------------------------------------------------------- */
.p-coordinate-model01 .p-coordinate-img {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-model01 .p-coordinate-img {
    margin-bottom: 4.8rem;
  }
}
.p-coordinate-model01 .p-coordinate-img__list {
  display: grid;
  grid-template-rows: 208px 1fr;
  grid-template-columns: 552px 1fr;
  grid-template-areas: "areaA areaB" "areaA areaC";
}

@media screen and (max-width: 767px) {
  .p-coordinate-model01 .p-coordinate-img__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 0.8rem 0.8rem;
  }
}
.p-coordinate-model01 .p-coordinate-img__list .img01 {
  grid-area: areaA;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-model01 .p-coordinate-img__list .img01 {
    width: 100%;
    margin: 0;
  }
}
.p-coordinate-model01 .p-coordinate-img__list .img02 {
  grid-area: areaB;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-model01 .p-coordinate-img__list .img02 {
    width: calc((100% - 0.8rem) / 2);
    margin: 0;
  }
}
.p-coordinate-model01 .p-coordinate-img__list .img03 {
  grid-area: areaC;
}

@media screen and (max-width: 767px) {
  .p-coordinate-model01 .p-coordinate-img__list .img03 {
    width: calc((100% - 0.8rem) / 2);
  }
}
/* .p-coordinate-customer02
---------------------------------------------------------------------------- */
.p-coordinate-customer02 .p-coordinate-flex {
  margin-top: 40px;
  margin-bottom: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: row-reverse;
  gap: 0 32px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .p-coordinate-flex {
    margin-top: 2.4rem;
    margin-bottom: 4rem;
    display: block;
  }
}
.p-coordinate-customer02 .p-coordinate-flex .main-img {
  width: 384px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .p-coordinate-flex .main-img {
    width: 100%;
    margin: 0 auto 4rem auto;
  }
}
.p-coordinate-customer02 .p-coordinate-flex .p-coordinate-ba_wrap {
  width: calc(100% - 416px);
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .p-coordinate-flex .p-coordinate-ba_wrap {
    width: 100%;
  }
}
.p-coordinate-customer02 .c-interview-cnts__first {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #CECDC9;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .c-interview-cnts__first {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .p-coordinate-customer02 .c-interview-cnts__first .c-interview-cnts__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-coordinate-customer02 .c-interview-cnts__heading {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .c-interview-cnts__heading {
    order: 1;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
}
.p-coordinate-customer02 .c-interview-cnts .c-interview-inner {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #CECDC9;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .c-interview-cnts .c-interview-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: column;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-coordinate-customer02 .c-interview-cnts .c-interview-inner:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-cnts__ttl {
    order: 3;
  }
}
.p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-flex {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: row-reverse;
  gap: 0 32px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-flex {
    display: contents;
    gap: 0 0;
  }
}
.p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-flex .flex-img {
  margin-top: 9px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-flex .flex-img {
    order: 2;
    margin: 0.8rem auto 1.2rem auto;
    width: 24rem;
  }
}
.p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-flex .flex-txt {
  width: calc(100% - 272px);
}

@media screen and (max-width: 767px) {
  .p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-flex .flex-txt {
    order: 4;
    width: 100%;
  }
}
.p-coordinate-customer02 .c-interview-cnts .c-interview-inner .c-interview-flex.-noimg .flex-txt {
  width: 100%;
}

.hide {
  display: none;
}

.current {
  background: #FF0;
}

.nav {
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}

.nav li {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
}

.list-wrap ul {
  background: #DDD;
  padding: 30px;
  box-sizing: border-box;
}

.list-wrap ul li {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  margin: 20px 0;
} /*# sourceMappingURL=coordinate.css.map */