@charset "utf-8";

/* ======================================================
 * development_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * layout
  ------------------------------------------------------ */

  body.development .HeaderBody .header-identity {
    width: 100%;
    margin: 0 auto;
    padding: 17px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.development .HeaderBody .identity_logo {
    width: 78px;
    margin: 0;
  }
  body.development .gnavMenu-button > span:nth-child(1) {
    top: 19px;
  }
  body.development .gnavMenu-button > span:nth-child(2) {
    top: 25px;
  }
  body.development .gnavMenu-button > span:nth-child(3) {
    top: 31px;
  }
  body.development .gnavList > li {
    border-top: none;
  }
  body.development .gnavList > li + li {
    border-top: 1px solid #ddd;
  }
  body.development .gnavList > li > a {
    position: relative;
    padding: 13px 13px 13px;
    font-size: 1.8rem;
    text-align: left;
  }
  body.development .gnavList > li.close > a {
    padding: 15px 13px 17px;
    font-size: 1.4rem;
    text-align: center;
  }
  body.development .gnavList > li.close > a > span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
  }
  body.development .gnavList > li.close > a > span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background: url(/common/img/com_ic67.png) no-repeat 0 0;
    background-size: 10px auto;
  }
  body.development .pageGuide {
    background-color: #fff;
  }

  /* ------------------------------------------------------
   * override
  ------------------------------------------------------ */
  /* ----- Main ----- */
  .Main {
    margin-top: 60px;
  }

    /* ----- MainBody ----- */
  .MainBody {
    position: relative;
    background: url(/company/development/img/index_bg02_sp.png) no-repeat center 28.2667vw;
    background-size: contain;
  }
  .MainBody::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 210.1333vw;
    z-index: -1;
    bottom: 0;
    background: url(/company/development/img/index_bg03_sp.png) repeat;
    background-size: contain;
  }

  /* ----- pageHead ----- */
  .pageHead {
    margin: 0;
  }

  /* ----- container ----- */
  .container {
    padding: 0 7.5px;
  }

  /* ------------------------------------------------------
   * components
  ------------------------------------------------------ */
  /* ----- development-heading1 ----- */
  .development-heading1 {
    margin: 0 auto;
    padding: 24px 26px 28px 26px;
    display: flex;
    justify-content: center;
  }
  .development-heading1__title > img {
    display: block;
  }

  /* ----- development-guide ----- */
  .development-guide {
    margin: 0 auto;
    padding: 0 6px;
  }

  /* ----- development-lead--center ----- */
  .development-lead--center {
    font-size: 1.4rem;
    line-height: 1.643;
    text-align: center;
    padding: 0 35px;
  }

  /* ----- development-anchor ----- */
  .development-anchor {
    margin-top: 3.7em;
    display: flex;
    justify-content: center;
  }
  .development-anchor__map {
    position: relative;
  }
  .development-anchor__map__image {
    width: 100%;
  }
  .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 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 21.8667vw;
    min-height: 9.8667vw;
    padding: 7px 23px 7px 11px;
    border: 1px solid #2e88d1;
    box-shadow: 0 9px 11px -3px #b9d7f0;
    border-radius: 3em;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .development-anchor__map__button::after {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 2px solid #2e88d1;
    border-right: 2px solid #2e88d1;
    content: "";
  }
  .development-anchor__map__item01 {
    position: absolute;
    top: 2.1333vw;
    left: 17.3333vw;
  }
  .development-anchor__map__item02 {
    position: absolute;
    top: 14.1333vw;
    left: 17.3333vw;
  }
  .development-anchor__map__item03 {
    position: absolute;
    top: 25.8667vw;
    left: 17.3333vw;
  }
  .development-anchor__map__item04 {
    position: absolute;
    top: 46.6667vw;
    right: 25.6vw;
  }
  .development-anchor__map__item05 {
    position: absolute;
    bottom: 41.6vw;
    right: 22.1333vw;
  }
  .development-anchor__map__item05 > .development-anchor__map__button {
    min-width: 26.1333vw;
  }
  .development-anchor__map__item06 {
    position: absolute;
    bottom: 9.8667vw;
    right: 26.1333vw;
  }

  /* ----- development-area ----- */
  .development-area-contents {
    position: relative;
    margin-top: 4.8em;
    padding: 39px 18px 50px;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #2e88d1;
    border-radius: 10px;
  }
  .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: -.15em;
    display: flex;
    justify-content: center;
  }
  .development-heading2__title {
    position: relative;
    background-color: #fff;
    padding: 0 19px;
  }
  .development-heading2__label {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #666;
  }
  .development-heading2__label::before {
    margin-top: 1px;
    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: 10px;
    height: 10px;
  }
  .development-heading2__label::after {
    margin-top: 1px;
    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: 10px;
    height: 10px;
  }
  .development-heading2__area {
    color: #2e88d1;
  }

  /* ----- development-text ----- */
  .development-text {
    margin-top: 1em;
    line-height: 1.643;
    color: #666;
  }
  .development-text + .development-text {
    margin-top: 1.6em;
  }

  /* ----- development-card ----- */
  .development-card {
    margin-top: 2.9em;
  }
  .development-card__item {
    width: 100%;
  }
  .development-card__item + .development-card__item {
    margin-top: 2.2em;
  }
  .development-card__image {
    position: relative;
  }
  .development-card__image > img {
    border-radius: 5px 5px 0 0;
  }
  .development-card__icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 9px 2px 9px;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #2e88d1;
    font-style: normal;
    background-color: #e3f4fb;
    border-radius: 5px 0 5px 0;
  }
  .development-card__description {
    padding: 13px 11px 13px;
    width: 100%;
    background-color: #f24e5b;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0 0 5px 5px;
  }
  .development-card__body {
    margin-top: 1.4em;
  }
  .development-card__text {
    line-height: 1.625;
    color: #666;
  }
  .development-card__modal {
    width: 100%;
    margin-top: 1.4em;
  }
  .development-card__modal > .development-card__modal__type {
    color: #2e88d1;
    text-decoration: none;
  }
  .development-card__modal__type {
    width: 100%;
    display: block;
    padding: 6px 10px;
    font-size: 1.4rem;
    line-height: 1.6;
    border: 1px solid #2e88d1;
    box-shadow: 0 9px 11px -3px #b9d7f0;
    border-radius: 3em;
    background-color: #fff;
    text-align: center;
  }
  .development-card__modal .development-card__modal__contents {
    display: none;
  }
  .development-card__modal .development-card__modal__type.is-open + .development-card__modal__contents {
    display: block;
  }
  .development-card__modal__label {
    display: block;
    width: 100%;
    position: relative;
  }
  .development-card__modal__label::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    right: -9px;
    width: 12px;
    height: 12px;
    background: url(/company/development/img/index_ic02.svg) no-repeat 0 0;
    background-size: contain;
  }

  /* ----- cboxContent ----- */
  #cboxContent {
    margin-top: 50px;
    padding: 20px 15px 17px;
    border-radius: 5px 0 5px 5px;
  }
  #cboxContent #cboxLoadedContent {
    border-radius: 5px 0 5px 5px;
    padding: 0;
    border: none;
  }
  #cboxContent #cboxClose {
    position: absolute;
    transition: all .2s ease-out 0s;
    top: -50px;
    right: 0;
    display: block;
    border-radius: 5px 5px 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;
  }
  #cboxClose::after {
    display: none;
  }
  .development-slider__list .slick-list {
    padding: 0!important;
    box-sizing: border-box;
  }
  .slick-list .slick-track .slick-slide {
    width: 100%;
  }
  .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-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 ----- */
  .development-slider:has(.slick-track > .slick-slide:first-child:last-child) .development-slider__control {
    display: none;
  }
  .development-slider + * {
    padding-bottom: 15px;
  }
  .development-slider__item > img {
    border-radius: 5px;
  }
  .development-slider__control {
    gap: 20px;
    margin-top: .9em;
    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 button::before {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
    color: #ccc;
    font-size: 12px;
  }
  .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-heading3 ----- */
  .development-heading3 {
    margin-top: 1.3em;
    border-radius: 5px;
    background-color: #f24e5b;
    padding: 14px 9px;
  }
  .development-heading3__title {
    font-size: 1.6rem;
    line-height: 1.375;
    color: #fff;
  }

  /* ----- development-body-area ----- */
  .development-body-area {
    margin-top: 1.5em;
    padding: 0 10px;
  }

  /* ----- development-lead-title ----- */
  .development-lead-title {
    font-size: 1.4rem;
    line-height: 1.643;
    font-weight: 350;
  }

  /* ----- development-list-wrap ----- */
  .development-list-wrap {
    margin-top: .95em;
  }
  /* ----- development-list ----- */
  .development-list > li {
    position: relative;
    line-height: 1.643;
    font-weight: 350;
    padding-left: 14px;
    color: #666;
  }
  .development-list > li::before {
    position: absolute;
    content: "";
    top: 8px;
    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.643;
    color: #666;
  }

  /* ----- development-button-v2-wrap ----- */
  .development-button-v2-wrap {
    margin-top: 1.5em;
  }
  /* ----- development-button-v2 ----- */
  .development-button-v2 > .development-button-v2__type {
    color: #2e88d1;
    text-decoration: none;
  }
  .development-button-v2__type {
    width: 100%;
    display: block;
    padding: 5px 31px;
    font-size: 1.4rem;
    line-height: 1.6;
    border: 1px solid #2e88d1;
    box-shadow: 0 9px 11px -3px #b9d7f0;
    border-radius: 3em;
    background-color: #fff;
    text-align: center;
  }
  .development-button-v2__label::after {
    display: inline-block;
    position: relative;
    top: -2px;
    right: 0;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #2e88d1;
    border-right: 1px solid #2e88d1;
    content: "";
  }

  /* ----- development-button-wrap ----- */
  .development-button-wrap {
    margin-top: 2.3em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* ----- development-button ----- */
  .development-button {
    width: 100%;
  }
  .development-button__text {
    text-align: center;
    color: #666;
  }
  .development-button__type--blank {
    margin-top: .95em;
    display: block;
    display: block;
    padding: 12px 37px 19px 40px;
    font-size: 1.6rem;
    line-height: 1.375;
    border: 1px solid #666;
    box-shadow: 0 9px 11px -3px #d8d8d8;
    border-radius: 3em;
    background-color: #fff;
    text-align: center;
  }
  .development-button__label {
    padding-right: 25px;
    position: relative;
  }
  .development-button__label > img {
    display: block;
  }
  .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: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 2px;
  }
  .development-button__label > img {
    max-width: 152px;
    display: inline-block;
  }

  .development-update-text-wrap {
    margin-top: 3.4em;
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }
  .development-update-text {
    line-height: 1.643;
    color: #666;
    width: 100%;
    text-align: right;
  }


}

/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/
