@charset "UTF-8";
.p-development_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
@media screen and (max-width: 640px) {
  .p-development_header {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.p-development_header > .cont {
  flex: 1 1 auto;
}
@media screen and (max-width: 640px) {
  .p-development_header > .photo {
    margin: 0 auto;
  }
}
.p-development_header > .photo > .inner {
  width: 396px;
  margin-left: 48px;
}
@media screen and (max-width: 900px) {
  .p-development_header > .photo > .inner {
    width: 36vw;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .p-development_header > .photo > .inner {
    width: 100%;
    max-width: 396px;
    margin-left: 0;
  }
}
.p-development_header > .photo > .inner > img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-development_header__cont {
    margin-bottom: 32px;
  }
}
.p-development_header__cont > .text > p {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 2;
}
.p-development_header__cont > .text > p.c-text_set__32_24 {
  margin-top: 24px;
}
.p-development_header__link_box {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .p-development_header__link_box {
    text-align: center;
  }
}
.p-development_header__link {
  width: 100%;
  max-width: 320px;
  height: 48px;
  display: inline-block;
  text-align: center;
  padding: 2px;
  background: #d5deee;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #d5deee 0) top left, linear-gradient(225deg, transparent 0, #d5deee 0) top right, linear-gradient(315deg, transparent 7px, #d5deee 0) bottom right, linear-gradient(45deg, transparent 0, #d5deee 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: color 0.3s ease-in-out;
  position: relative;
}
@-moz-document url-prefix() {
  .p-development_header__link {
    background-size: 50% 50%;
  }
}
.p-development_header__link:hover::before {
  opacity: 1;
}
.p-development_header__link:hover .cont ._ttl {
  color: #ed1b29;
}
.p-development_header__link:hover .cont ._ttl .icon ._path {
  fill: #ed1b29;
}
.p-development_header__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #adb6c6;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #adb6c6 0) top left, linear-gradient(225deg, transparent 0, #adb6c6 0) top right, linear-gradient(315deg, transparent 7px, #adb6c6 0) bottom right, linear-gradient(45deg, transparent 0, #adb6c6 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@-moz-document url-prefix() {
  .p-development_header__link::before {
    background-size: 50% 50%;
  }
}
.p-development_header__link .cont {
  display: block;
  height: 44px;
  background: #ffffff;
  /* fallback */
  background: linear-gradient(135deg, transparent 6px, #ffffff 0) top left, linear-gradient(225deg, transparent 0, #ffffff 0) top right, linear-gradient(315deg, transparent 6px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 0, #ffffff 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
  position: relative;
}
@-moz-document url-prefix() {
  .p-development_header__link .cont {
    background-size: 50% 50%;
  }
}
.p-development_header__link .cont::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 16px);
  border-right: 1px dotted #d5deee;
  z-index: 10;
}
.p-development_header__link .cont::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "FontAwesome";
  color: #ed1b29;
  font-weight: 900;
  font-size: 16px;
  z-index: 10;
}
.p-development_header__link .cont ._ttl {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 15px;
  line-height: 56px;
  cursor: pointer;
  color: #26346e;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-development_header__link .cont ._ttl {
    font-size: 13px;
    padding: 0 8px 0 0px;
  }
}
.p-development_header__link .cont ._ttl > i {
  display: inline-block;
  color: #797979;
  font-size: 13px;
  margin-left: 8px;
}

.p-development_merit {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .p-development_merit {
    margin-bottom: 36px;
  }
}
.p-development_merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-development_merit__list > li {
  width: 384px;
}
@media screen and (max-width: 900px) {
  .p-development_merit__list > li {
    width: 32%;
  }
}
@media screen and (max-width: 700px) {
  .p-development_merit__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .p-development_merit__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-development_merit__cont {
  position: relative;
  border-top: solid 2px #fff;
  height: 100%;
  padding: 36px 30px 32px;
}
@media screen and (max-width: 900px) {
  .p-development_merit__cont {
    padding: 36px 20px 32px;
  }
}
.p-development_merit__cont::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  height: 1px;
  width: 100%;
}
.p-development_merit .c-flexibility.p-development_merit__cont::before {
  background: #0ec3bb;
}
.p-development_merit .c-solution.p-development_merit__cont::before {
  background: #91c31e;
}
.p-development_merit .c-compliance.p-development_merit__cont::before {
  background: #f59b00;
}
.p-development_merit .c-flexibility.p-development_merit__cont {
  background: #effafb;
}
.p-development_merit .c-solution.p-development_merit__cont {
  background: #f5f9eb;
}
.p-development_merit .c-compliance.p-development_merit__cont {
  background: #fbf5ef;
}
.p-development_merit__cont > .ttl {
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 900px) {
  .p-development_merit__cont > .ttl {
    margin-bottom: 20px;
  }
}
.p-development_merit__cont > .ttl::before {
  position: absolute;
  top: -26px;
  left: -16px;
  display: block;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 56px;
}
.p-development_merit .c-flexibility.p-development_merit__cont > .ttl::before {
  content: '01';
}
.p-development_merit .c-solution.p-development_merit__cont > .ttl::before {
  content: '02';
}
.p-development_merit .c-compliance.p-development_merit__cont > .ttl::before {
  content: '03';
}
.p-development_merit__cont > .ttl::after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  margin-top: 22px;
}
@media screen and (max-width: 900px) {
  .p-development_merit__cont > .ttl::after {
    margin-top: 20px;
  }
}
.p-development_merit .c-flexibility.p-development_merit__cont > .ttl::after {
  background: #0ec3bb;
}
.p-development_merit .c-solution.p-development_merit__cont > .ttl::after {
  background: #91c31e;
}
.p-development_merit .c-compliance.p-development_merit__cont > .ttl::after {
  background: #f59b00;
}
.p-development_merit__cont > .ttl > ._en {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  z-index: 11;
}
.p-development_merit .c-flexibility.p-development_merit__cont > .ttl > ._en {
  color: #0ec3bb;
}
.p-development_merit .c-solution.p-development_merit__cont > .ttl > ._en {
  color: #91c31e;
}
.p-development_merit .c-compliance.p-development_merit__cont > .ttl > ._en {
  color: #f59b00;
}
.p-development_merit__cont > .ttl > ._jp {
  position: relative;
  display: block;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
  z-index: 11;
}
@media screen and (max-width: 900px) {
  .p-development_merit__cont > .ttl > ._jp {
    font-size: calc( 1vw + 11px );
  }
}
@media screen and (max-width: 700px) {
  .p-development_merit__cont > .ttl > ._jp {
    font-size: 20px;
  }
}
.p-development_merit__cont > .text {
  position: relative;
  padding-left: 1em;
  color: #333;
  /*max-height: 100%;*/
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-development_merit__cont > .text {
    /*max-height: 100%;*/
    margin-top: -4.264px;
    margin-bottom: -4.264px;
    line-height: 1.533;
  }
}
.p-development_merit__cont > .text:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .p-development_merit__cont > .text:not(:last-child) {
    margin-bottom: 10.736px;
  }
}
.p-development_merit__cont > .text::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: 0;
  display: inline-block;
  color: #000;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform-origin: 0% 50%;
  transform: scale(0.4);
}
.p-development_merit .c-flexibility.p-development_merit__cont > .text::before {
  color: #0ec3bb;
}
.p-development_merit .c-solution.p-development_merit__cont > .text::before {
  color: #91c31e;
}
.p-development_merit .c-compliance.p-development_merit__cont > .text::before {
  color: #f59b00;
}

.p-development_pattern .c-tab__set > input[name="btn"] {
  display: none;
  /*ラジオボタンを全て消す*/
}
.p-development_pattern .c-tab__set > input[name="btn"]:checked {
  /*選択されているタブのコンテンツのみを表示*/
}
.p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_1 ~ .c-tab__cont > .c-tab_1, .p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_2 ~ .c-tab__cont > .c-tab_2, .p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_3 ~ .c-tab__cont > .c-tab_3 {
  display: block;
}
.p-development_pattern .c-tab__cont {
  /*選択されていない場合非表示*/
}
.p-development_pattern .c-tab__cont > div[class^='c-tab_'] {
  display: none;
}
.p-development_pattern__list {
  display: flex;
  justify-content: space-between;
  background: #eef0f2;
  padding: 24px 20px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .p-development_pattern__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-development_pattern__list {
    padding: 24px calc( 4.688vw + 0px ) 0;
    margin: 0 calc( -4.688vw + 0px ) 40px;
  }
}
@media screen and (max-width: 320px) {
  .p-development_pattern__list {
    padding: 24px 15px 0;
    margin: 0 -15px 25px;
  }
}
.p-development_pattern__list > li {
  width: 380px;
}
@media screen and (max-width: 900px) {
  .p-development_pattern__list > li {
    width: 32.5%;
  }
}
.p-development_pattern__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b5b9bd;
  height: 100%;
  padding: 24px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-development_pattern__btn {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .p-development_pattern__btn {
    font-size: 15px;
    line-height: 1.4;
    padding: 16px 0 14px;
  }
}
.p-development_pattern__btn:hover {
  color: #eb1428;
  background: #fff;
}
.p-development_pattern .c-tab__set > input[name="btn"]:checked {
  /*選択されているボタンの装飾*/
}
.p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_1 ~ .c-tab__btn > li > label[for="c-tab_1"], .p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_2 ~ .c-tab__btn > li > label[for="c-tab_2"], .p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_3 ~ .c-tab__btn > li > label[for="c-tab_3"] {
  background: #fff;
  color: #000;
}
.p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_1 ~ .c-tab__btn > li > label[for="c-tab_1"]::after, .p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_2 ~ .c-tab__btn > li > label[for="c-tab_2"]::after, .p-development_pattern .c-tab__set > input[name="btn"]:checked#c-tab_3 ~ .c-tab__btn > li > label[for="c-tab_3"]::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background: #eb1428;
  width: 100%;
  height: 2px;
}

.p-development_flow__inner {
  position: relative;
}
.p-development_flow__inner::before {
  content: '';
  position: absolute;
  bottom: 54px;
  left: 74px;
  display: block;
  background: #ed1b29;
  width: 4px;
  height: calc( 100% - 104px );
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-development_flow__inner::before {
    height: calc( 100% - 150px );
    bottom: 54px;
    left: 44px;
  }
}
@media screen and (max-width: 640px) {
  .p-development_flow__inner::before {
    height: calc( 100% - 60px );
    bottom: 28px;
    left: 24px;
  }
}
.p-development_flow__list > li:not(:first-child) {
  margin-top: 24px;
}
.p-development_flow__cont {
  display: flex;
  background: #f8fbfb;
}
@media screen and (max-width: 640px) {
  .p-development_flow__cont {
    flex-wrap: wrap;
  }
}
.p-development_flow__cont > .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  min-width: 300px;
  padding: 30px 0 30px 52px;
}
@media screen and (max-width: 900px) {
  .p-development_flow__cont > .ttl {
    width: 260px;
    min-width: 260px;
    padding: 30px 0 30px 22px;
  }
}
@media screen and (max-width: 640px) {
  .p-development_flow__cont > .ttl {
    width: 100%;
    min-width: auto;
    padding: 16px 0 19px 10px;
  }
}
.p-development_flow__list > li:last-child .p-development_flow__cont > .ttl::before {
  content: '';
  background: #ed1b29;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 12px;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .p-development_flow__list > li:last-child .p-development_flow__cont > .ttl::before {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
}
.p-development_flow__cont > .ttl > ._number {
  background: #ed1b29;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  z-index: 11;
}
@media screen and (max-width: 640px) {
  .p-development_flow__cont > .ttl > ._number {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.p-development_flow__cont > .ttl > ._mian {
  font-weight: 500;
  font-size: 20px;
  margin-left: 18px;
}
@media screen and (max-width: 640px) {
  .p-development_flow__cont > .ttl > ._mian {
    margin-left: 8px;
  }
}
.p-development_flow__cont > .detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 20px;
}
@media screen and (max-width: 640px) {
  .p-development_flow__cont > .detail {
    padding: 0 20px 20px 50px;
  }
}
.p-development_flow__cont > .detail::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  background: #d4dee4;
  width: 2px;
  height: calc(100% - 24px);
}
@media screen and (max-width: 640px) {
  .p-development_flow__cont > .detail::before {
    content: none;
  }
}
.p-development_flow__cont > .detail > ._text {
  width: 100%;
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -6.4px;
  margin-bottom: -6.4px;
  line-height: 1.8;
}
.p-development_flow__cont > .detail > ._contact {
  width: 100%;
  margin-top: 20px;
}

.p-development_flow_contact {
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-development_flow_contact {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .p-development_flow_contact__tel {
    width: 100%;
  }
}
.p-development_flow_contact__tel .ttl {
  display: block;
  font-size: 15px;
  margin-bottom: 9px;
}
.p-development_flow_contact__tel .cont {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .p-development_flow_contact__tel .cont {
    width: 100%;
  }
}
.p-development_flow_contact__tel .cont > span {
  letter-spacing: -0.1em;
}
.p-development_flow_contact__tel .cont em {
  font-size: 24px;
  color: #ed1b29;
}
.p-development_flow_contact__link_box {
  margin-left: 23px;
}
@media screen and (max-width: 900px) {
  .p-development_flow_contact__link_box {
    margin: 16px 0 0 0;
  }
}
.p-development_flow_contact__link {
  width: 268px;
  height: 48px;
  display: block;
  text-align: center;
  padding: 2px;
  background: #d5deee;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #d5deee 0) top left, linear-gradient(225deg, transparent 0, #d5deee 0) top right, linear-gradient(315deg, transparent 7px, #d5deee 0) bottom right, linear-gradient(45deg, transparent 0, #d5deee 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: color 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .p-development_flow_contact__link {
    background-size: 50% 50%;
  }
}
@media screen and (max-width: 640px) {
  .p-development_flow_contact__link {
    max-width: 225px;
  }
}
@media screen and (max-width: 320px) {
  .p-development_flow_contact__link {
    max-width: 225px;
  }
}
.p-development_flow_contact__link:hover::before {
  opacity: 1;
}
.p-development_flow_contact__link:hover .cont ._ttl {
  color: #ed1b29;
}
.p-development_flow_contact__link:hover .cont ._ttl .icon ._path {
  fill: #ed1b29;
}
.p-development_flow_contact__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #adb6c6;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #adb6c6 0) top left, linear-gradient(225deg, transparent 0, #adb6c6 0) top right, linear-gradient(315deg, transparent 7px, #adb6c6 0) bottom right, linear-gradient(45deg, transparent 0, #adb6c6 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@-moz-document url-prefix() {
  .p-development_flow_contact__link::before {
    background-size: 50% 50%;
  }
}
.p-development_flow_contact__link .cont {
  display: block;
  height: 44px;
  background: #ffffff;
  /* fallback */
  background: linear-gradient(135deg, transparent 6px, #ffffff 0) top left, linear-gradient(225deg, transparent 0, #ffffff 0) top right, linear-gradient(315deg, transparent 6px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 0, #ffffff 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
  position: relative;
}
@-moz-document url-prefix() {
  .p-development_flow_contact__link .cont {
    background-size: 50% 50%;
  }
}
.p-development_flow_contact__link .cont::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 16px);
  border-right: 1px dotted #d5deee;
  z-index: 10;
}
.p-development_flow_contact__link .cont::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "FontAwesome";
  color: #ed1b29;
  font-weight: 900;
  font-size: 16px;
  z-index: 10;
}
.p-development_flow_contact__link .cont ._ttl {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 15px;
  line-height: 56px;
  cursor: pointer;
  color: #26346e;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-development_flow_contact__link .cont ._ttl {
    font-size: 13px;
    padding: 0 8px 0 0px;
  }
}
.p-development_flow_contact__link .cont ._ttl .icon {
  width: 24px;
  margin: 2px 7px 0 0;
}
@media screen and (max-width: 900px) {
  .p-development_flow_contact__link .cont ._ttl .icon {
    width: 22px;
    margin-right: 5px;
  }
}
.p-development_flow_contact__link .cont ._ttl .icon ._path {
  fill: #26346e;
  fill-rule: evenodd;
  transition: fill 0.3s ease-in-out;
}

.p-development_equipment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-development_equipment__list > li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .p-development_equipment__list > li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .p-development_equipment__list > li {
    width: 100%;
    order: 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .p-development_equipment__list > li:nth-child(5) {
    margin-top: 28px;
  }
}
.p-development_equipment__list > li.c-cont_left:nth-child(1) {
  order: 1;
}
.p-development_equipment__list > li.c-cont_left:nth-child(2) {
  order: 3;
}
.p-development_equipment__list > li.c-cont_left:nth-child(3) {
  order: 5;
}
.p-development_equipment__list > li.c-cont_left:nth-child(4) {
  order: 7;
}
.p-development_equipment__list > li.c-cont_right:nth-child(5) {
  order: 2;
}
.p-development_equipment__list > li.c-cont_right:nth-child(6) {
  order: 4;
}
.p-development_equipment__list > li.c-cont_right:nth-child(7) {
  order: 6;
}
.p-development_equipment__list > li.c-cont_right:nth-child(8) {
  order: 8;
}
.p-development_equipment__photo > img {
  width: 100%;
}
.p-development_equipment__cont {
  background: #f8fbfb;
  height: 100%;
  padding: 40px 30px 32px;
}
@media screen and (max-width: 900px) {
  .p-development_equipment__cont {
    padding: 25px 20px 25px;
  }
}
@media screen and (max-width: 640px) {
  .p-development_equipment__cont {
    padding: 25px calc( 1.563vw + 10px ) 25px;
  }
}
@media screen and (max-width: 320px) {
  .p-development_equipment__cont {
    padding: 25px 15px 25px;
  }
}
.p-development_equipment__cont > .ttl {
  color: #1f1f1f;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 500;
  padding: 1px 0 1px 16px;
  border-left: solid 3px #ed1b29;
}
@media screen and (max-width: 900px) {
  .p-development_equipment__cont > .ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.p-development_equipment__cont > .text {
  color: #333333;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .p-development_equipment__cont > .text {
    font-size: 15px;
    /*max-height: 100%;*/
    margin-top: -6.4px;
    margin-bottom: -6.4px;
    line-height: 1.8;
  }
}
.p-development_equipment__detail {
  background: #f8fbfb;
  height: 100%;
  padding: 0 30px 58px;
}
@media screen and (max-width: 900px) {
  .p-development_equipment__detail {
    padding: 0 20px 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-development_equipment__detail {
    padding: 0 calc( 1.563vw + 10px ) 50px;
  }
}
@media screen and (max-width: 320px) {
  .p-development_equipment__detail {
    padding: 0 15px 50px;
  }
}
.p-development_equipment__detail_inner {
  background: #fff;
  height: 100%;
  padding: 25px 25px 30px;
}
@media screen and (max-width: 640px) {
  .p-development_equipment__detail_inner {
    padding: 22px calc( 3.125vw + 5px ) 22px;
  }
}
@media screen and (max-width: 320px) {
  .p-development_equipment__detail_inner {
    padding: 22px 15px 22px;
  }
}
.p-development_equipment__detail_inner > .ttl {
  width: 100%;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #b5b9bd;
}
@media screen and (max-width: 900px) {
  .p-development_equipment__detail_inner > .ttl {
    margin-bottom: 16px;
  }
}
.p-development_equipment__detail_inner > div {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
.p-development_equipment__detail_inner > div > .photo {
  margin: -5px 20px 0 -5px;
  text-align: center;
  max-width: 128px;
}
@media screen and (max-width: 900px) {
  .p-development_equipment__detail_inner > div > .photo {
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 720px) {
  .p-development_equipment__detail_inner > div > .photo {
    width: auto;
    margin: -5px 20px 15px -5px;
  }
}
@media screen and (max-width: 560px) {
  .p-development_equipment__detail_inner > div > .photo {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.p-development_equipment__detail_inner > div > .photo > .item {
  display: inline-block;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 50%;
}
.p-development_equipment__detail_inner > div > .photo > .item > img {
  width: 100%;
}
.p-development_equipment__detail_inner > div > .text {
  width: calc( 100% - 128px - 15px );
  color: #333333;
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -6.4px;
  margin-bottom: -6.4px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-development_equipment__detail_inner > div > .text {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .p-development_equipment__detail_inner > div > .text {
    width: calc( 100% - 128px - 15px );
  }
}
@media screen and (max-width: 560px) {
  .p-development_equipment__detail_inner > div > .text {
    width: 100%;
  }
}
.p-development_equipment__link_box {
  margin-top: -28px;
  text-align: center;
  padding: 0 20px;
}
.p-development_equipment__link {
  width: 100%;
  max-width: 420px;
  height: 48px;
  display: inline-block;
  text-align: center;
  padding: 2px;
  background: #d5deee;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #d5deee 0) top left, linear-gradient(225deg, transparent 0, #d5deee 0) top right, linear-gradient(315deg, transparent 7px, #d5deee 0) bottom right, linear-gradient(45deg, transparent 0, #d5deee 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: color 0.3s ease-in-out;
  position: relative;
}
@-moz-document url-prefix() {
  .p-development_equipment__link {
    background-size: 50% 50%;
  }
}
.p-development_equipment__link:hover::before {
  opacity: 1;
}
.p-development_equipment__link:hover .cont ._ttl {
  color: #ed1b29;
}
.p-development_equipment__link:hover .cont ._ttl .icon ._path {
  fill: #ed1b29;
}
.p-development_equipment__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #adb6c6;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #adb6c6 0) top left, linear-gradient(225deg, transparent 0, #adb6c6 0) top right, linear-gradient(315deg, transparent 7px, #adb6c6 0) bottom right, linear-gradient(45deg, transparent 0, #adb6c6 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@-moz-document url-prefix() {
  .p-development_equipment__link::before {
    background-size: 50% 50%;
  }
}
.p-development_equipment__link .cont {
  display: block;
  height: 44px;
  background: #ffffff;
  /* fallback */
  background: linear-gradient(135deg, transparent 6px, #ffffff 0) top left, linear-gradient(225deg, transparent 0, #ffffff 0) top right, linear-gradient(315deg, transparent 6px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 0, #ffffff 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
  position: relative;
}
@-moz-document url-prefix() {
  .p-development_equipment__link .cont {
    background-size: 50% 50%;
  }
}
.p-development_equipment__link .cont::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 16px);
  border-right: 1px dotted #d5deee;
  z-index: 10;
}
.p-development_equipment__link .cont::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "FontAwesome";
  color: #ed1b29;
  font-weight: 900;
  font-size: 16px;
  z-index: 10;
}
.p-development_equipment__link .cont ._ttl {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 15px;
  line-height: 56px;
  cursor: pointer;
  color: #26346e;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-development_equipment__link .cont ._ttl::before {
  content: '\f1c1';
  position: relative;
  display: inline-block;
  color: #ff3500;
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .p-development_equipment__link .cont ._ttl {
    font-size: 13px;
    padding: 0 8px 0 0px;
  }
}
.p-development_equipment__link .cont ._ttl > i {
  display: inline-block;
  color: #797979;
  font-size: 13px;
  margin-left: 8px;
}

.p-development_examples__list > li {
  margin-top: 30px;
}
.p-development_examples__cont {
  display: flex;
  background: #f8fbfb;
  padding: 15px 36px 15px 40px;
}
@media screen and (max-width: 900px) {
  .p-development_examples__cont {
    padding: 15px 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-development_examples__cont {
    flex-wrap: wrap;
    padding: 15px calc( 1.563vw + 10px ) 30px;
  }
}
@media screen and (max-width: 320px) {
  .p-development_examples__cont {
    padding: 24px 15px 30px;
  }
}
.p-development_examples__cont > .ttl {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  width: 258px;
  min-width: 258px;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 900px) {
  .p-development_examples__cont > .ttl {
    min-width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .p-development_examples__cont > .ttl {
    width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 20px;
  }
}
.p-development_examples__cont > .ttl > ._sub {
  display: block;
  color: #ed1b29;
  font-weight: 500;
  font-size: 16px;
  margin: 8px 12px 0 0;
}
@media screen and (max-width: 900px) {
  .p-development_examples__cont > .ttl > ._sub {
    margin: 3px 9px 0 0;
  }
}
.p-development_examples__cont > .ttl > ._number {
  background: #ed1b29;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
}
@media screen and (max-width: 900px) {
  .p-development_examples__cont > .ttl > ._number {
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
  }
}
.p-development_examples__cont > .ttl > ._main {
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-development_examples__cont > .ttl > ._main {
    font-size: 18px;
    line-height: 1.667;
  }
}
.p-development_examples__cont > .ttl > ._main > span {
  display: inline-block;
}
.p-development_examples__cont > .ttl > ._main > i {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .p-development_examples__cont > .ttl > ._main > i {
    font-size: 14px;
  }
}
.p-development_examples__cont > .detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0 14px 20px;
}
@media screen and (max-width: 640px) {
  .p-development_examples__cont > .detail {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
.p-development_examples__cont > .detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #d4dee4;
  width: 2px;
  height: calc(100%);
}
@media screen and (max-width: 640px) {
  .p-development_examples__cont > .detail::before {
    content: none;
  }
}
.p-development_examples__cont > .detail > ._text {
  width: 100%;
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -6.4px;
  margin-bottom: -6.4px;
  line-height: 1.8;
}

/*# sourceMappingURL=common_development.css.map */
