@charset "utf-8";

/* ======================================================
 * development_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * layout
  ------------------------------------------------------ */
  body.development .Header.noFixed {
    position: relative;
  }
  body.development .Header {
    width: 100%;
    height: 102px;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  body.development .HeaderBody {
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  body.development .HeaderBody .header-identity {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.development .HeaderBody .identity_logo {
    width: 128px;
    margin: 0;
  }
  body.development .HeaderBody .sdgs_logo {
    width: 296px;
    margin: 0;
  }
  body.development .Gnav {
    width: 100%;
    background-color: #efefef;
    margin: 0;
    padding: 0;
  }
  body.development .Gnav .gnavList {
    display: flex;
    border: none;
    background-color: #efefef;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    border-right: 2px solid #fff;
  }
  body.development .Gnav .gnavList::before,
  body.development .Gnav .gnavList::after {
    display: none;
  }
  body.development .Gnav .gnavList > li {
    width: calc((100% - 8px) / 2);
    border-left: 2px solid #fff;
  }
  body.development .Gnav .gnavList > li + li {
    margin-top: 0;
  }
  body.development .Gnav .gnavList > li:last-child {
    border-right: 2px solid #fff;
  }
  body.development .Gnav .gnavList > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1em 30px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  body.development .Gnav .gnavList > li > a:hover {
    color: #0096e0;
    text-decoration: underline;
  }
  body.development .Gnav .gnavList > li.is-location > a::before, body.development .Gnav .gnavList > li.is-location > a::after{
    display: none;
  }
  body.development .Gnav .gnavMenu-button {
    display: none;
  }
  body.development .Main {
    margin-left: 0;
    box-shadow: none;
  }
  body.development .Footer {
    max-width: 1260px;
    margin: 0 auto;
    box-shadow: none;
  }

  /* ------------------------------------------------------
   * override
  ------------------------------------------------------ */
  /* ----- Header ----- */
  .Header {
    position: relative;
  }

  /* ----- container ----- */
  .container {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 30px;
  }

  /* ----- MainBody ----- */
  .MainBody {
    position: relative;
    background: url(/company/development/img/index_bg02.png) no-repeat center 120px;
    background-size: contain;
  }
  .MainBody::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 67.7083vw;
    z-index: -1;
    bottom: 0;
    background: url(/company/development/img/index_bg03.png) repeat;
    background-size: contain;
  }

  /* ----- pageHead ----- */
  .pageHead {
    margin: 0;
  }

  /* ------------------------------------------------------
   * components
  ------------------------------------------------------ */
  /* ----- development-heading1 ----- */
  .development-heading1 {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 30px 35px;
    display: flex;
    justify-content: center;
  }
  .development-heading1__title > img {
    display: block;
  }

  /* ----- development-guide ----- */
  .development-guide {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  /* ----- development-lead--center ----- */
  .development-lead--center {
    font-size: 1.8rem;
    line-height: 1.55;
    text-align: center;
  }

  /* ----- development-anchor ----- */
  .development-anchor {
    margin-top: 3.85em;
    display: flex;
    justify-content: center;
  }
  .development-anchor__inner {
    max-width: 770px;
  }
  .development-anchor__map {
    position: relative;
  }
  .development-anchor__map__image {
    max-width: 576px;
  }
  .development-anchor__map__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .development-anchor__map [class*="__item"] > .development-anchor__map__button {
    color: #2e88d1;
    text-decoration: none;
    font-weight: bold;
  }
  .development-anchor__map__button {
    position: relative;
    min-width: 136px;
    display: inline-block;
    padding: 13px 40px 13px 22px;
    border: 1px solid #2e88d1;
    box-shadow: 0 9px 11px -3px #b9d7f0;
    border-radius: 10em;
    background-color: #fff;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .development-anchor__map__button:hover {
    opacity: .7;
  }
  .development-anchor__map__button::after {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: rotate(135deg);
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-top: 2px solid #2e88d1;
    border-right: 2px solid #2e88d1;
    content: "";
  }
  .development-anchor__map__item01 {
    position: absolute;
    top: 13px;
    left: 111px;
  }
  .development-anchor__map__item02 {
    position: absolute;
    top: 88px;
    left: 111px;
  }
  .development-anchor__map__item03 {
    position: absolute;
    top: 162px;
    left: 111px;
  }
  .development-anchor__map__item04 {
    position: absolute;
    top: 292px;
    right: 161px;
  }
  .development-anchor__map__item05 {
    position: absolute;
    bottom: 259px;
    right: 137px;
  }
  .development-anchor__map__item05 > .development-anchor__map__button {
    min-width: 161px;
  }
  .development-anchor__map__item06 {
    position: absolute;
    bottom: 61px;
    right: 161px;
  }

  /* ----- development-area ----- */
  .development-area-contents {
    position: relative;
    margin-top: 5.95em;
    padding: 60px clamp(30px,calc(30px + (160 - 30) * ((100vw - 768px) / (1920 - 768))),160px);
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #2e88d1;
    border-radius: 15px;
  }
  .development-area-head {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .development-area-body > *:first-child {
    margin-top: 0;
  }

  /* ----- development-heading2 ----- */
  .development-heading2 {
    margin-top: -1em;
    display: flex;
    justify-content: center;
  }
  .development-heading2__title {
    position: relative;
    background-color: #fff;
    padding: 0 37px;
  }
  .development-heading2__label {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #666;
  }
  .development-heading2__label::before {
    margin-top: 3px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(/company/development/img/index_ic01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
  }
  .development-heading2__label::after {
    margin-top: 3px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(/company/development/img/index_ic01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
  }
  .development-heading2__area {
    color: #2e88d1;
  }

  /* ----- development-text ----- */
  .development-text {
    margin-top: 1em;
    line-height: 1.625;
    color: #666;
  }
  .development-text + .development-text {
    margin-top: 1.7em;
  }

  /* ----- development-card ----- */
  .development-card {
    margin-top: 2.9em;
  }
  .development-card__inner {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 39px;
  }
  .development-card__item {
    width: calc((100% - 39px) / 2);
  }
  .development-card__image {
    position: relative;
  }
  .development-card__image > img {
    border-radius: 10px 10px 0 0;
  }
  .development-card__icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 17px 1px 16px;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #2e88d1;
    font-style: normal;
    background-color: #e3f4fb;
    border-radius: 10px 0 10px 0;
  }
  .development-card__description {
    padding: 14px 26px 13px;
    width: 100%;
    background-color: #f24e5b;
    font-size: 2rem;
    color: #fff;
    border-radius: 0 0 10px 10px;
  }
  .development-card__body {
    margin-top: 1.55em;
    padding: 0 25px;
  }
  .development-card__text {
    line-height: 1.625;
    color: #666;
  }
  .development-card__modal {
    width: 100%;
    margin-top: 1.7em;
  }
  .development-card__modal > .development-card__modal__type {
    color: #2e88d1;
    text-decoration: none;
  }
  .development-card__modal__type {
    width: 100%;
    display: block;
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    line-height: 1.375;
    border: 2px solid #2e88d1;
    box-shadow: 0 9px 11px -3px #b9d7f0;
    border-radius: 10em;
    background-color: #fff;
    text-align: center;
  }
  .development-card__modal__label {
    display: block;
    width: 100%;
    position: relative;
  }
  .development-card__modal__label::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: url(/company/development/img/index_ic02.svg) no-repeat 0 0;
    background-size: contain;
  }
  .development-card__modal__type:hover {
    background-color: #2e88d1;
    color: #fff;
  }
  .development-card__modal__type:hover .development-card__modal__label::after {
    background: url(/company/development/img/index_ic03.svg) no-repeat 0 0;
  }
  .development-card__modal .development-card__modal__contents {
    display: none;
  }

  /* ----- cboxContent ----- */
  #cboxContent {
    margin-top: 50px;
    border-radius: 10px 0 10px 10px;
  }
  #cboxContent #cboxLoadedContent {
    border-radius: 10px 0 10px 10px;
  }
  #cboxContent #cboxLoadedContent {
    padding: 60px;
    border: none;
  }
  #cboxContent #cboxClose {
    position: absolute;
    transition: all .2s ease-out 0s;
    top: -50px;
    right: 0;
    display: block;
    border-radius: 10px 10px 0 0;
    background: url(/company/development/img/index_ic09.svg) no-repeat 0 0;
    background-size: 30px 30px;
    background-position: center center;
    background-color: #2e88d1;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
  }
  #cboxContent #cboxClose:hover {
    background: url(/company/development/img/index_ic10.svg) no-repeat 0 0;
    background-size: 30px 30px;
    background-position: center center;
    background-color: #fff;
  }
  #cboxClose::after {
    display: none;
  }
  .slick-list {
    margin: 0 -18px;
  }
  .slick-list .slick-track .slick-slide {
    margin: 0 18px;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
  .development-slider__arrows {
    display: flex;
    gap: 17px;
    width: 38px;
  }
  .development-slider__arrows .slick-prev {
    top: 0;
    left: 0;
    position: relative;
    transform: none;
    width: 14px;
    height: 14px;
  }
  .development-slider__arrows .slick-next {
    top: 0;
    left: 0;
    position: relative;
    transform: none;
    width: 14px;
    height: 14px;
  }
  .development-slider__arrows .slick-prev::before {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
    opacity: 1;
    position: absolute;
    top: 2px;
    right: 0;
    transform: rotate(225deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #2e88d1;
    border-right: 2px solid #2e88d1;
    content: "";
  }
  .development-slider__arrows .slick-prev:hover::before {
    opacity: .7;
  }
  .development-slider__arrows .slick-next::before {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
    opacity: 1;
    position: absolute;
    top: 2px;
    right: 0;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #2e88d1;
    border-right: 2px solid #2e88d1;
    content: "";
  }
  .development-slider__arrows .slick-next:hover::before {
    opacity: .7;
  }

  /* ----- development-slider ----- */
  .development-slider {
    overflow: hidden;
  }
  .development-slider__list {
    max-width: 618px;
  }
  .development-slider:has(.slick-track > .slick-slide:first-child:last-child) .development-slider__control {
    display: none;
  }
  .development-slider__item > img {
    border-radius: 10px;
  }
  .development-slider__control {
    gap: 30px;
    margin-top: 1.55em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .development-slider__pager .slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 3px 18px;
  }
  .development-slider__pager .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
  }
  .development-slider__pager .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
  }
  .development-slider__pager .slick-dots li button:before {
    width: 12px;
    height: 12px;
    line-height: 1.2;
  }
  .development-slider__pager .slick-dots li.slick-active button::before {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
    color: #2e88d1;
  }
  .development-slider__pager .slick-dots li.slick-active button:hover::before {
    color: #1890ce;
  }
  .development-slider__pager .slick-dots li button::before {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
    color: #ccc;
    font-size: 12px;
  }
  .development-slider__pager .slick-dots li button:hover::before {
    color: #e6e6e6;
  }
  .development-slider__switch {
    display: flex;
    width: 10px;
  }
  .development-slider__switch > button {
    cursor: pointer;
  }
  .development-slider__switch__pause,
  .development-slider__switch__play {
    appearance: none;
    width: 9px;
    height: 14px;
    overflow: hidden;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -100vw;
    white-space: nowrap;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .development-slider__switch__pause {
    background-image: url(/company/development/img/index_ic05.svg);
    background-position: 0 0;
    background-size: 9px 15px;
  }
  .development-slider__switch__play {
    background-image: url(/company/development/img/index_ic04.svg);
    background-position: 0 0;
    background-size: 12px 13px;
  }
  .development-slider__switch__pause:hover {
    opacity: .7;
  }
  .development-slider__switch__play:hover {
    opacity: .7;
  }

  /* ----- development-heading3 ----- */
  .development-heading3 {
    margin-top: 3em;
    border-radius: 10px;
    background-color: #f24e5b;
    padding: 8px 27px;
  }
  .development-heading3__title {
    font-size: 2rem;
    line-height: 2.2;
    color: #fff;
  }

  /* ----- development-body-area ----- */
  .development-body-area {
    margin-top: 2.2em;
    padding: 0 26px;
  }

  /* ----- development-lead-title ----- */
  .development-lead-title {
    font-size: 1.8rem;
    line-height: 1.38;
    font-weight: 350;
  }

  /* ----- development-list-wrap ----- */
  .development-list-wrap {
    margin-top: .95em;
  }
  /* ----- development-list ----- */
  .development-list > li {
    position: relative;
    line-height: 1.625;
    font-weight: 350;
    padding-left: 16px;
    color: #666;
  }
  .development-list > li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #999;
  }
  .development-list > li + li {
    margin-top: .97em;
  }

  /* ----- development-text-v2 ----- */
  .development-text-v2 {
    margin-top: 1.2em;
    line-height: 1.625;
    color: #666;
  }

  /* ----- development-button-v2-wrap ----- */
  .development-button-v2-wrap {
    margin-top: 2.2em;
  }
  /* ----- development-button-v2 ----- */
  .development-button-v2 > .development-button-v2__type {
    color: #2e88d1;
    text-decoration: none;
  }
  .development-button-v2__type {
    width: 100%;
    display: block;
    padding: 14px 36px;
    font-size: 1.6rem;
    line-height: 1.375;
    border: 2px solid #2e88d1;
    box-shadow: 0 9px 11px -3px #b9d7f0;
    border-radius: 10em;
    background-color: #fff;
    text-align: center;
  }
  .development-button-v2__label {
    width: 100%;
    padding-right: 26px;
  }
  .development-button-v2__label::after {
    display: inline-block;
    position: relative;
    top: 50%;
    right: -6px;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #2e88d1;
    border-right: 2px solid #2e88d1;
    content: "";
  }
  .development-button-v2__type:hover {
    background-color: #2e88d1;
    color: #fff;
  }
  .development-button-v2__type:hover .development-button-v2__label::after {
    border-color: #fff;
  }

  /* ----- development-button-wrap ----- */
  .development-button-wrap {
    margin-top: 2.7em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* ----- development-button ----- */
  .development-button {
    max-width: 530px;
  }
  .development-button__text {
    text-align: center;
    color: #666;
  }
  .development-button__type--blank {
    margin-top: 1em;
    display: block;
    min-width: 530px;
    display: block;
    padding: 21px 36px 31px 36px;
    font-size: 1.6rem;
    line-height: 1.375;
    border: 2px solid #666;
    box-shadow: 0 9px 11px -3px #d8d8d8;
    border-radius: 10em;
    background-color: #fff;
    text-align: center;
  }
  .development-button__label {
    padding-right: 25px;
    position: relative;
  }
  .development-button__type--blank .development-button__label::after {
    content: "";
    display: inline-block;
    background: url(/company/development/img/index_ic07.svg) no-repeat 0 0;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: -5px;
  }
  .development-button__type--blank:hover {
    border-color: #2e88d1;
    box-shadow: 0 9px 11px -3px #bed8ee;
  }
  .development-button__type--blank:hover .development-button__label::after {
    background: url(/company/development/img/index_ic08.svg) no-repeat 0 0;
    width: 14px;
    height: 14px;
  }
  .development-button__label > img {
    max-width: 254px;
    display: inline-block;
  }

  .development-update-text-wrap {
    margin-top: 2.6em;
    display: flex;
    justify-content: center;
    padding: 0 160px;
  }
  .development-update-text {
    line-height: 1.625;
    color: #666;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    text-align: right;
  }

}