/* Scss Document */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/
.company__page .page_titArea {
  background: linear-gradient(transparent 0%, transparent 30%, #F7F4F0 30%, #F7F4F0 100%);
  padding-bottom: 70px; }

.page__kv {
  max-width: 1500px;
  margin: 0 auto 80px; }

.sub-nav {
  max-width: 1120px;
  margin: 60px auto 0; }

.sub-nav li {
  width: 32%;
  max-width: 350px; }

.sub-nav li a {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border: solid 1px #3D4F72;
  font-weight: bold;
  white-space: nowrap;
  transition: .3s ease-out; }

.sub-nav li a:hover {
  opacity: 1;
  background: #3D4F72;
  color: #fff; }

@media screen and (max-width: 750px) {
  .company__page .page_titArea {
    background: linear-gradient(transparent 0%, transparent 18%, #F7F4F0 18%, #F7F4F0 100%);
    padding-bottom: 13vw; }

  .page__kv {
    margin: 0 auto 10vw -5vw;
    width: 100vw; }

  .sub-nav li {
    width: 100%;
    margin: 0 auto 5vw; }

  .sub-nav li a {
    line-height: 13.33vw; }

  .sub-nav li:last-child {
    margin-bottom: 0; } }
/*---------------------------------------------
    common
---------------------------------------------*/
.custom_sec {
  padding: 90px 0 160px; }
  @media screen and (max-width: 750px) {
    .custom_sec {
      padding: 26vw 0 19vw; } }
  .custom_sec.-bg {
    background: #F7F4F0;
    position: relative; }
    .custom_sec.-bg::after {
      content: "";
      display: block;
      width: 1px;
      height: 135px;
      background: #D0B005;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 750px) {
        .custom_sec.-bg::after {
          height: 8vw; } }
  @media screen and (max-width: 750px) {
    .custom_sec .page_tit {
      font-size: 8vw; } }

.custom_sec_titArea {
  text-align: center;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .custom_sec_titArea {
      margin: 0 0 5.3vw; } }

.custom_sec_txt {
  text-align: center; }

.custom_list {
  margin: 60px 0 0; }
  @media screen and (max-width: 750px) {
    .custom_list {
      margin: 16vw auto 0;
      width: 80vw; } }
  .custom_list > li {
    display: flex;
    position: relative;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .custom_list > li {
        display: block; } }
    .custom_list > li:not(:last-child) {
      margin: 0 0 180px; }
      @media screen and (max-width: 750px) {
        .custom_list > li:not(:last-child) {
          margin: 0 0 20vw; } }
    .custom_list > li:nth-child(even) .custom_list_content {
      padding-left: 70px; }
      @media screen and (max-width: 750px) {
        .custom_list > li:nth-child(even) .custom_list_content {
          padding: 0; } }
    .custom_list > li:nth-child(even) .custom_list_imgArea {
      margin-left: -400px;
      position: relative;
      height: calc(100% - 40px); }
      @media screen and (max-width: 750px) {
        .custom_list > li:nth-child(even) .custom_list_imgArea {
          margin-left: 0;
          height: calc(100% - 5vw);
          width: 100vw;
          margin: 0 0 0 -10vw; } }
      .custom_list > li:nth-child(even) .custom_list_imgArea::after {
        content: "";
        display: block;
        background: #F7F4F0;
        width: 840px;
        height: 640px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1; }
        @media screen and (max-width: 750px) {
          .custom_list > li:nth-child(even) .custom_list_imgArea::after {
            width: 90vw;
            height: 75.7vw; } }
    .custom_list > li.-reverse .custom_list_content {
      padding-left: 70px; }
      @media screen and (max-width: 750px) {
        .custom_list > li.-reverse .custom_list_content {
          padding: 0; } }
    .custom_list > li.-reverse .custom_list_imgArea {
      margin-left: -400px; }
      @media screen and (max-width: 750px) {
        .custom_list > li.-reverse .custom_list_imgArea {
          margin: 0 0 8vw -10vw;
          width: 100vw; } }

.custom_list_content {
  width: 50%;
  flex-shrink: 0; }
  @media screen and (max-width: 750px) {
    .custom_list_content {
      width: 100%; } }

.custom_list_imgArea {
  width: 960px;
  flex-shrink: 0;
  position: relative; }
  @media screen and (max-width: 750px) {
    .custom_list_imgArea {
      width: 90vw;
      margin: 0 0 7vw; } }

.custom_list_copy {
  font-size: 3.5rem;
  margin: 0 0 60px; }
  @media screen and (max-width: 750px) {
    .custom_list_copy {
      margin: 0 0 7vw;
      font-size: 6.4vw; } }

.custom_list_txtArea {
  margin: 0 0 40px;
  line-height: 2; }
  @media screen and (max-width: 750px) {
    .custom_list_txtArea {
      margin: 0 0 8vw; } }
  .custom_list_txtArea p + p {
    margin: 1.5em 0 0; }

.custom_list_img01 {
  margin: auto;
  width: 600px; }
  @media screen and (max-width: 750px) {
    .custom_list_img01 {
      width: 76.8vw;
      margin: 0; } }

.custom_list_img02 {
  width: 387px;
  margin: 0 0 0 auto;
  position: relative;
  top: -80px; }
  @media screen and (max-width: 750px) {
    .custom_list_img02 {
      width: 45.8vw;
      top: -10vw;
      margin: 0 5vw 0 auto; } }

.custom_list_img03 {
  width: 370px;
  margin: auto;
  position: relative;
  top: -40px; }
  @media screen and (max-width: 750px) {
    .custom_list_img03 {
      width: 59.7vw;
      top: -5vw;
      margin: 0 0 0 10vw; } }

/*---------------------------------------------
    design
---------------------------------------------*/
@media screen and (max-width: 750px) {
  .custom_sec.-design {
    padding: 5vw 0 8vw; } }

.designList {
  display: flex;
  justify-content: center;
  margin: 60px 0; }
  @media screen and (max-width: 750px) {
    .designList {
      margin: 7vw 0 8vw;
      justify-content: space-between; } }
  .designList li {
    width: 530px;
    margin: 0 30px; }
    @media screen and (max-width: 750px) {
      .designList li {
        width: 49%;
        margin: 0; } }

.design_parth {
  text-align: center;
  line-height: 2; }

.design_parth_tit {
  font-size: 2.5rem;
  margin: 0 0 25px; }
  @media screen and (max-width: 750px) {
    .design_parth_tit {
      font-size: 6.4vw;
      margin: 0 0 7vw; } }

@media screen and (max-width: 750px) {
  .design_parth_txt {
    text-align: left; } }

/*---------------------------------------------
    space
---------------------------------------------*/
.space_box {
  margin: 110px 0 0; }
  @media screen and (max-width: 750px) {
    .space_box {
      margin: 14vw 0 0; } }
  .space_box .titArea {
    margin: 0 0 80px; }
    @media screen and (max-width: 750px) {
      .space_box .titArea {
        margin: 0 0 8vw; } }
  .space_box .linkBtn {
    margin: 60px auto 0;
    display: block; }
    @media screen and (max-width: 750px) {
      .space_box .linkBtn {
        margin: 8vw auto 0; } }

.spaceList > li {
  position: relative; }
  .spaceList > li:not(:last-child) {
    margin: 0 0 100px; }
    @media screen and (max-width: 750px) {
      .spaceList > li:not(:last-child) {
        margin: 0 0 26vw; } }
.spaceList .numList {
  width: 710px; }
  @media screen and (max-width: 750px) {
    .spaceList .numList {
      width: 100%; } }

.spaceList_copy {
  font-size: 3.5rem;
  margin: 0 0 0.6em; }
  @media screen and (max-width: 750px) {
    .spaceList_copy {
      font-size: 6.4vw; } }

.spaceList_imgArea {
  display: flex;
  margin: 60px 0 0; }
  @media screen and (max-width: 750px) {
    .spaceList_imgArea {
      display: block;
      margin: 10vw 0 0; } }

.spaceList_img:first-child {
  width: 425px;
  flex-shrink: 0;
  margin: 0 8px 0 0; }
  @media screen and (max-width: 750px) {
    .spaceList_img:first-child {
      width: 100%;
      margin: 0 0 8vw; } }

.space_flex {
  display: flex;
  margin: 40px 0 0; }
  @media screen and (max-width: 750px) {
    .space_flex {
      display: block;
      margin: 0 0 5vw; } }

.space_flex_img01 {
  flex-shrink: 0;
  width: 430px;
  margin: 0 35px 0 0; }
  @media screen and (max-width: 750px) {
    .space_flex_img01 {
      width: 100%;
      margin: 0; } }

.space_flex_img02 {
  width: 452px; }
  @media screen and (max-width: 750px) {
    .space_flex_img02 {
      width: 100%; } }

.space_flex_list {
  margin: 15px 0 0;
  line-height: 2; }
  @media screen and (max-width: 750px) {
    .space_flex_list {
      margin: 10vw 0 0; } }
  .space_flex_list li {
    padding: 15px 20px;
    background: #F7F4F0; }
    @media screen and (max-width: 750px) {
      .space_flex_list li {
        padding: 4vw 2.6vw; } }
    .space_flex_list li:not(:last-child) {
      margin: 0 0 30px; }
      @media screen and (max-width: 750px) {
        .space_flex_list li:not(:last-child) {
          margin: 0 0 8vw; } }

.space_flex_list_tit {
  font-size: 2.5rem;
  margin: 0 0 5px; }
  @media screen and (max-width: 750px) {
    .space_flex_list_tit {
      font-size: 6.4vw; } }
  .space_flex_list_tit b {
    color: #49B9E9; }

.space_img01 {
  width: 338px;
  position: absolute;
  right: 0;
  top: 70px; }
  @media screen and (max-width: 750px) {
    .space_img01 {
      position: static;
      width: 100%;
      margin: 5vw 0 0; } }

.space_img02 {
  width: 338px;
  position: absolute;
  right: 0;
  top: 110px; }
  @media screen and (max-width: 750px) {
    .space_img02 {
      position: static;
      width: 100vw;
      margin: 15vw 0 0 -5vw; } }

.space_flex02 {
  display: flex; }
  @media screen and (max-width: 750px) {
    .space_flex02 {
      display: block; } }

.space_flex02_content p:not(:last-child) {
  margin: 0 0 25px; }
  @media screen and (max-width: 750px) {
    .space_flex02_content p:not(:last-child) {
      margin: 0 0 5vw; } }

.space_flex02_img {
  width: 508px;
  flex-shrink: 0;
  margin: 0 0 0 50px; }
  @media screen and (max-width: 750px) {
    .space_flex02_img {
      width: 100vw;
      margin: 10vw 0 0 -5vw; } }

.after_tit {
  font-size: 3.5rem;
  margin: 0 0 35px; }
  @media screen and (max-width: 750px) {
    .after_tit {
      font-size: 6.4vw;
      margin: 0 0 7vw; } }

.after_txt {
  background: #F7F4F0;
  color: #3D4F72;
  padding: 10px 15px;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .after_txt {
      padding: 4vw;
      margin: 0 0 8vw; } }

/*---------------------------------------------
    space
---------------------------------------------*/
.custom_sec.-works {
  padding: 90px 0 120px; }
  @media screen and (max-width: 750px) {
    .custom_sec.-works {
      padding: 16vw 0 18vw; } }

.worksList {
  position: relative;
  display: flex; }
  .worksList li {
    width: 500px;
    margin: 0 10px; }
    @media screen and (max-width: 750px) {
      .worksList li {
        width: 80vw; } }
  @media screen and (min-width: 750px) {
    .worksList a {
      transition: .4s; }
      .worksList a:hover {
        opacity: 1;
        color: rgba(51, 51, 51, 0.5); }
        .worksList a:hover .worksList_img {
          transform: scale(1.1); }
        .worksList a:hover .worksList_place {
          opacity: 0.5; } }

.worksList_imgArea {
  aspect-ratio: 1 / 0.6;
  margin: 0 0 10px;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .worksList_imgArea {
      margin: 0 0 2.6vw; } }

.worksList_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%; }

.worksList_place {
  font-size: 1.4rem;
  font-weight: 500;
  color: #D0B005;
  transition: .4s; }
  @media screen and (max-width: 750px) {
    .worksList_place {
      font-size: 3.73vw; } }

.worksList_tit {
  font-size: 1.8rem;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .worksList_tit {
      font-size: 4.26vw; } }

/*---------------------------------------------
    cv
---------------------------------------------*/
.custom_sec.-cv {
  padding-bottom: 0;
  text-align: center; }
  .custom_sec.-cv .linkBtn {
    display: block;
    margin: auto; }

.custom_cv_tit {
  font-size: 2.5rem;
  margin: 0 0 50px; }
  @media screen and (max-width: 750px) {
    .custom_cv_tit {
      font-size: 5.3vw;
      margin: 0 0 9vw; } }

.custom_cv_txtArea {
  line-height: 2;
  margin: 0 0 1em; }
  @media screen and (max-width: 750px) {
    .custom_cv_txtArea {
      text-align: left;
      margin: 0 0 3em; } }
  .custom_cv_txtArea p + p {
    margin: 1.5em 0 0; }

.custom_cv_strong {
  color: #D0B005;
  margin: 0 0 40px; }
  @media screen and (max-width: 750px) {
    .custom_cv_strong {
      font-size: 5.3vw;
      margin: 0 0 15vw; } }
