@charset "UTF-8";

/*
Theme Name: Darwin
Author: Darwin
Description: This is the theme for Darwin.
 */

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #222222;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.navigation ul li a:hover,
.navigation ul li.active a,
.current_page_item a,
.home .menu-item-type-custom a {
    border-bottom: 2px solid #EB6100;
}

.footer-navigation .current_page_item a,
.footer-navigation .menu-item-type-custom a {
    border-bottom: none !important;
}

.header-btn-mobile {
  height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-qr {
}
.header-qr img {
  height: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 1440px) {
    .home .banner .slider-item {
        background-position: center -200px !important;
    }
}

.banner .slider-item {
    background-image: url(assets/images/pixta_57024328_L.jpg);
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #fff;
}

.master-wrapper {
    margin-top: 96px;
    position: relative;
}

.no-deadline .mwform-radio-field.horizontal-item {
    margin-left: -30px;
}

@media screen and (min-width:992px) {
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 96px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	      justify-content: space-between;
    }

    .logo-wrapper {
        margin-left: 112px;
        margin-right: 65px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .header-button {
        background: #b1965d;
        border: none;
        height: 96px;
        padding: 0 2rem;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
        color: #fff;
        font-size: 16px;
    }

    .header-wrapper a {
        cursor: pointer;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:991px) {
  .banner .slider-item {
    height: 760px;
  }
  .banner-text-wrapper .row {
    display: block !important;
  }
  .banner-text-wrapper .row .column1,
  .banner-text-wrapper .row .column2 {
    width: 100% !important;
    min-width: inherit !important;
  }
  .banner-text-wrapper .row .column2 {
    margin-top: 10px;
  }
  .banner-cta {
  	-webkit-box-orient: horizontal !important;
  	-webkit-box-direction: normal !important;
  	-ms-flex-direction: row !important;
  	flex-direction: row !important;
  }
  .banner-cta-form {
    margin-right: 10px !important;
  }
  .banner-cta-tell {
    margin-top: 0 !important;
  }
}
@media screen and (min-width:769px) and (max-width:991px) {
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 96px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	      justify-content: space-between;
    }

    .logo-wrapper {
        margin-left: 2rem;
        margin-right: 65px
    }

    .header-button {
        background: #b1965d;
        border: none;
        height: 96px;
        padding: 0 2rem;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
        color: #fff;
        font-size: 16px;
    }

    .header-wrapper a {
        cursor: pointer;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner-text-wrapper {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .banner-text-1 {
        font-family: "Garamond Premiere Pro";
        color: #fff;
        font-weight: 100;
        font-size: 70px !important;
        letter-spacing: 12px !important
    }
    .home .banner-text-1 {
      font-size: 38px !important;
    }

    .request-text {
        font-size: 52px !important;
    }

    .request-overline {
        width: 190px !important;
    }

    .request-image-button {
        width: 240px !important;
    }

    .banner-text-2 {
        font-size: 20px !important;
        letter-spacing: .33em !important
    }

    .navigation {
        right: 2rem !important
    }

    #hamburger {
        right: 2rem !important
    }

    .sec2-text-title {
        font-size: 20px !important;
        /* height: 60px !important; */
    }

    .sec2-text-sub {
        margin-top: 0;
    }

    .number-wrapper {
        width: 60px !important;
        height: 60px !important;
        border: 3px solid #edeef0 !important;
    }

    .number-wrapper .num::after {
        height: 2px !important;
        top: 25px !important;
        width: 28px !important;
    }

    .number-wrapper .num {
        font-size: 16px !important;
    }

    .number-wrapper .text {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 769px) {
    .section-2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .header-button,
    .s3-image-button,
    .request-image-button {
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    .header-button:hover,
    .s3-image-button:hover {
        opacity: 0.8;
    }

    .request-image-button:hover {
        opacity: 0.8;
    }

    .page-id-29 .page-title h2 {
        padding-bottom: 3rem;
    }

    .page-id-32 .faq-container,
    .page-id-32 .faq-title {
        padding-bottom: 4rem;
    }
}

@media screen and (min-width: 546px) and (max-width: 768px) {
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	      justify-content: space-between;
    }

    .logo-wrapper {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .logo-wrapper img {
        width: 80px
    }

    .header-button {
        background: #b1965d;
        border: none;
        height: 80px;
        padding: 0 2rem;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
        color: #fff;
        font-size: 16px;
    }

    .header-wrapper a {
        cursor: pointer;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0
    }

    .banner-text-wrapper {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .banner-text-1 {
        font-family: "Garamond Premiere Pro";
        color: #fff;
        font-weight: 100;
        font-size: 50px !important;
        letter-spacing: 10px !important
    }

    .request-text {
        font-size: 52px !important;
    }

    .request-image-button {
        width: 240px !important;
    }

    .request-overline {
        width: 190px !important;
    }

    .banner-text-2 {
        font-size: 16px !important;
        letter-spacing: 0 !important
    }

    #hamburger {
        right: 1rem !important;
    }

    .logo-wrapper svg {
        width: 150px;
    }

    .section-1-header,
    .section-2-header {
        font-size: 30px !important;
    }

    .section-2-text {
        margin: 30px 15px 0 15px !important;
    }
}

@media screen and (max-width:545px) {
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 1rem
    }

    .logo-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .logo-wrapper img {
        width: 180px
    }

    .header-button {
        background: #b1965d;
        border: none;
        height: 50px;
        margin-top: 10px;
        padding: 5px 1rem;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
        color: #fff;
        font-size: 14px;
        position: initial;
        right: 0;
        text-align: center
    }

    .header-wrapper a {
        cursor: pointer;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-text-wrapper {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .request-overline {
        width: 115px !important;
    }

    .request-image-button {
        width: 163px !important;
        font-size: 13px !important;
    }

    .banner-text-2 {
        font-size: 16px !important;
        letter-spacing: 0 !important
    }

    .logo-wrapper svg {
        width: 100px;
    }

    #hamburger {
        right: 1rem !important;
    }

    .header-wrapper-2 {
        padding: 0 1rem;
    }

    .section-1-header {
        font-size: 20px !important;
    }

    .section-2-header {
        letter-spacing: 8px !important;
        font-size: 30px !important;
    }

    .section-2 {
        margin: 0 15px;
    }

    .section-2-text {
        margin: 30px 0 0 0 !important;
    }

    .num-text-wrapper {
        gap: 15px !important;
    }

    .header-btn-mobile {
        margin-right: 32px;
    }

    .consulting-section-2-sub {
        font-size: 24px !important;
        letter-spacing: 0 !important;
        margin: 40px 0 !important;
    }

    .consulting-property-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px !important;
    }

    .consulting-property-wrapper-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px !important;
    }

    .property {
        width: 100% !important;
        padding: 1rem 0;
        font-size: 24px !important;
    }

    .page-title h2 {
        font-size: 10vw !important;
        text-align: center;
    }

    .page-title p {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .page-title hr {
        border-top: 1px solid #b1965d;
        width: 100px !important;
        margin-left: auto !important;
        margin-bottom: 20px !important;
    }

    .profile h2 {
        font-size: 32px !important;
    }

    .profile p {
        font-size: 18px !important;
    }
}

.banner-text-1 {
    font-family: "Garamond Premiere Pro";
    color: #fff;
    font-weight: 100;
    font-size: 100px;
    letter-spacing: 12px
}
.home .banner-text-1 {
  font-size: 3.0vw;
  font-weight: 600;
}

.banner-text-2 {
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .33em
}

.banner-text-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 100px;
    margin-right: 100px;
}
.banner-text-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-text-wrapper .row .column {
}
.banner-text-wrapper .row .column1 {
  padding-right: 3%;
  min-width: 600px;
  flex: 1 1 53%;
}
.banner-text-wrapper .row .column2 {
  flex: 1 1 47%;
}
.banner-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-cta a {
  padding: 1em .8em;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .05em;
}
.banner-cta a:hover {
  opacity: .8;
}
.banner-cta-form {
  margin-right: 45px;
  background-color: #b1965d;
  border-radius: 5px;
}
.banner-cta-form::after {
  content: ">";
  margin-left: .5em;
}
.banner-cta-tell {
  padding-left: calc(.8em + .8em + 50px) !important;
  font-family: "Arial";
  font-style: italic;
  letter-spacing: .2em !important;
  background: #43930e url(assets/images/icon_freedial.png) no-repeat left .8em top 50%/50px 50px;
  border-radius: 5px;
}

.banner-box1 {
  color: #fff;
  font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .33em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-box1 p {
  font-weight: 600;
}
.banner-box1-icon {
  margin-right: 30px;
  padding: 22px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: .05em !important;
  text-align: center;
  background-color: #b1965d;
  border-radius: 50%;
  flex: 0 0 62px;
}
.banner-box2 {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 12px 200px 12px 20px;
  color: #fff;
  font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .33em;
  border: 1px solid #fff;
}
.banner-box2::after {
  content: "";
  width: 160px;
  height: 194px;
  position: absolute;
  right: 0;
  top: -42px;
  background: url(assets/images/banner-box2-pic.png) no-repeat;
  background-size: 100%;
}
.banner-box3 {
  display: inline-block;
  margin-top: 40px;
  padding: 15px;
  color: #fff;
  font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .05em;
  background-color: #ea0018;
}

.header-wrapper-2 {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #f4f4f4
}

ul {
    list-style: none
}

.header-master {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    position: absolute;
    right: 112px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

nav li {
    float: left;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    margin-right: 45px
}

header nav li a:hover,
header nav li.active a {
    border-bottom: 2px solid #eb6100
}

nav li:last-child {
    margin-right: 0
}

nav li a {
    text-decoration: none;
    color: #222222;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    padding: 19.5px 0px;
}

#hamburger {
    cursor: pointer;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    width: clamp(1.8rem, 3vw + 1.2rem, 1rem);
    height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#hamburger:hover {
    opacity: 1;
}

#hamburger div,
#hamburger div:after,
#hamburger div:before {
    background-color: #000;
    border-radius: 10px;
    width: clamp(1.8rem, 3vw + 1.2rem, 1rem);
    height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#hamburger div:before,
#hamburger div:after {
    content: "";
    position: absolute;
}

#hamburger div:before {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
}

#hamburger div:after {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

#hamburger.open div {
    background: transparent !important;
}

#hamburger.open div:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

#hamburger.open div:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

nav.active #hamburger div,
nav.active #hamburger div:after,
nav.active #hamburger div:before {
    background-color: #fff
}

@-webkit-keyframes allscroll {
    0% {
        left: 0
    }

    100% {
        left: 80px
    }
}

@keyframes allscroll {
    0% {
        left: 0
    }

    100% {
        left: 80px
    }
}

@media screen and (max-width:1400px) {
    nav.navigation li {
        margin-right: 25px;
        font-size: 13px
    }
    .banner-text-wrapper .row .column1 {
      min-width: 500px;
    }
    .banner-cta a {
      font-size: 18px;
    }
    .banner-cta-form {
      margin-right: 20px;
    }
    .banner-box1-icon {
      margin-right: 15px;
      padding: 18px;
      font-size: 24px;
      flex: 0 0 52px;
    }
    .banner-box3 {
      font-size: 16px;
    }
}
@media screen and (max-width:1200px) {
    nav li {
        margin-right: 25px;
        font-size: 13px
    }
    .home .banner-text-1 {
        font-size: 2.4vw;
    }
    .banner-text-wrapper .row .column1 {
        min-width: 480px;
    }
    .banner-cta {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: column;
    	flex-direction: column;
    	-webkit-box-align: start;
    	-ms-flex-align: start;
    	align-items: flex-start;
    }
    .banner-cta-form {
      margin-right: 0;
    }
    .banner-cta-tell {
      margin-top: 20px;
    }
    .banner-box1-icon {
      margin-right: 10px;
      padding: 15px;
      font-size: 20px;
      flex: 0 0 48px;
    }
    .banner-box2 {
      padding: 2px 130px 2px 16px;
      font-size: 20px;
      letter-spacing: .05em;
    }
    .banner-box2::after {
      width: 138px;
      height: 172px;
      top: -30px;
    }
    .banner-box3 {
      font-size: 14px;
    }

}

@media screen and (max-width: 768px) {
    .banner .slider-item {
      height: 600px !important;
    }
    .home .banner-text-2 {
      margin-bottom: 0 !important;
    }
    .banner-cta {
      margin-top: 10px;
    }
    .banner-cta a {
      font-size: 16px;
    }
    .banner-cta-tell {
      padding-left: calc(.8em + .8em + 25px) !important;
      background: #43930e url(assets/images/icon_freedial.png) no-repeat left .8em top 50%/25px 25px;
    }
    .banner-box1-icon {
      margin-right: 5px;
      padding: 10px;
      font-size: 14px;
      flex: 0 0 30px;
    }

    .master-wrapper {
        margin-top: 80px;
    }

    .navigation {
        position: initial
    }

    .section-1 {
        margin: 0 15px !important;
        padding: 2rem 0 !important;
    }

    .section-1-header {
        line-height: initial !important;
    }

    .section-1-sub {
        line-height: initial !important;
    }

    .section-2-text {
        margin: 30px 0 0 0;
    }

    .section-3::before {
        content: "";
        background-color: #f6f6f8;
        height: calc(100% + 50px) !important;
        width: 122% !important;
        position: absolute;
        z-index: -1;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        margin-left: initial !important;
        margin-top: initial !important;
    }

    .section-4 {
        padding-top: 4rem !important;
    }

    .sec2-text-title {
        font-size: 20px !important;
        height: initial !important;
    }

    .number-wrapper {
        width: 60px !important;
        height: 60px !important;
        border: 3px solid #edeef0 !important;
    }

    .number-wrapper .num::after {
        height: 2px !important;
        top: 25px !important;
        width: 27px !important;
    }

    .number-wrapper .num {
        font-size: 16px !important;
    }

    .number-wrapper .text {
        font-size: 12px !important;
    }

    .footer-navigation ul li a:hover {
        border-bottom: none;
    }

    .asset-utilization-wrapper {
        margin-top: 60px;
    }

    .timeline::before,
    .step::after,
    .timeline-header::after,
    .timeline-item::before {
        display: none !important;
    }

    .timeline-item,
    .timeline {
        margin-left: 0 !important;
    }

    .timeline {
        padding-left: 0 !important;
        padding-top: 30px !important;
    }

    .step {
        position: initial !important;
        font-size: 20px !important;
    }

    .timeline-header {
        font-size: 20px !important;
    }

    .consulting-section-3_2::before {
        margin-right: 0 !important;
    }

    .last-section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .last-section {
        padding: 30px !important;
    }

    .gift-card img {
        width: 100%;
        margin-bottom: 2rem;
        margin-top: -1em;
    }

}
@media screen and (max-width: 480px) {
    .banner .slider-item {
      height: 560px !important;
    }
    .banner-cta a {
      font-size: 12px;
    }
    .banner-box1 p {
      font-size: 12px;
    }
    .banner-box2 {
      margin-top: 8px;
      padding: 0 112px 0 12px;
    }
    .banner-box2::after {
      width: 120px;
      height: 152px;
      top: -20px;
    }
    .banner-box3 {
      margin-top: 20px !important;
      padding: 8px !important;
      font-size: 12px;
    }
}

@media screen and (max-width:414px) {
    .header-wrapper {
        padding: 0 15px
    }
}

@media screen and (max-width:320px) {
    nav li {
        line-height: 3rem;
        font-size: 16px
    }

    .section-3-image {
        width: unset !important;
    }

    .section-3-image img {
        width: 100% !important;
    }
}

@media screen and (max-width:1210px) {
    .navigation {
        position: initial;
    }

    .navigation ul li a:hover,
    .navigation ul li.active a {
        border-bottom: none;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    }

    #hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 112px;
        z-index: 999999;
        color: #fff
    }
    nav.navigation ul {
      display: none
    }
    nav.navigation li a {
        color: #fff;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    }
    nav.navigation li {
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
        line-height: 4rem;
        font-size: 18px
    }
    header nav li a:hover,
    header nav li.active a {
        border-bottom: none
    }

    .header-wrapper nav.active ul {
        overflow: scroll
    }

    header nav li:last-child {
        margin-bottom: 50px
    }
}
@media screen and (max-width:1125px) {
    nav.footer-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
    }
    nav.footer-navigation li {
        font-size: 13px;
    }
    nav li a {
        color: #fff;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    }
    nav li {
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
        line-height: 4rem;
        font-size: 18px
    }

    nav.active ul {
        position: fixed;
        z-index: 9999999;
        background: #000000CC;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        height: 100vh;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-2-header {
        font-size: 58px;
    }

    .section-2-sub {
        font-size: 16px !important;
    }

    .burger-overlay {
        z-index: 99999999999 !important;
    }
}

.section-1-header {
    font-size: 36px;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    color: #b1965e;
    margin-right: 80px !important;
    line-height: 1.5;
}

.section-1-sub {
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.section-1 {
    margin: 0 125px;
    padding: 5rem 0;
}

span.line {
    height: 1px;
    width: 150px;
    background-color: #b1965e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-2-header {
    font-size: 72px;
    color: #b1965e;
    font-weight: 100;
    letter-spacing: 6px;
    text-align: center;
    margin: 2rem;
}

.section-2-sub {
    text-align: center;
    margin: 0;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    letter-spacing: 5px;
    color: #b1965e;
    font-weight: 200;
    font-size: 20px;
}

.consulting-section-2-sub {
    font-size: 30px;
    letter-spacing: 5px;
    color: #b1965e;
    font-weight: 500;
    text-align: center;
    margin: 50px 0;
}

.section-2-text {
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    margin: 50px auto 0;
    max-width: 1260px;
    text-align: justify;
}

.section-3 {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.section-3-image {
    width: 330px;
}

.section-3-image img {
    width: 330px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-3-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1440px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s3-text-wrapper {
    padding: 0 1.5rem;
}

.s3-image-button {
    color: #fff;
    text-decoration: none;
    background-color: #0b0c10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    position: relative;
}

.s3-image-button::after {
    content: "";
    background: #b1965d;
    height: 1px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.s3-image-button:hover::after {
    width: 25px;
}

.section-3::before {
    content: "";
    background-color: #f6f6f8;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    margin-left: -195px;
    margin-top: 45px
}

.section-4 {
    padding-top: 8rem;
}

.section-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.number-wrapper {
    width: 82px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 80px;
    border: 4px solid #edeef0;
    position: relative;
}

.number-wrapper .num::after {
    content: '';
    background: #edeef0;
    height: 2px;
    width: 37px;
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.number-wrapper .text {
    font-size: 16px;
    position: absolute;
    bottom: 16%;
}

.number-wrapper .num {
    font-size: 22px;
    position: absolute;
    top: 9%;
    font-weight: 600;
}

.num-text-master-wrapper {
    max-width: calc(1440px - 14rem);
    padding: 0 7vw;
    margin-top: 50px;
    gap: 50px;
}

.num-text-wrapper {
    gap: 30px;
    width: 50%;
}

.sec2-text-title {
    font-size: 24px;
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner .request {
    margin-top: 50px;
    height: 524px;
    background-image: url(../images/img05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.request-text {
    color: #fff;
    font-weight: 100;
    font-size: 72px;
    letter-spacing: 0.08em;
    margin: 25px 0 0;
}

.request-text-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.request-text-2 {
    letter-spacing: 0.16em;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}

.request-image-button {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    position: relative;
    width: 260px;
    margin: 0 auto;
    margin-top: 46px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.request-image-button::after {
    content: "";
    background: #b1965d;
    height: 1px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.request-image-button:hover::after {
    width: 25px;
}

.request-overline {
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
}

.main-footer {
    position: relative;
    z-index: 9;
    background: #0d131a;
    width: 100%;
    height: 550px;
}

.main-footer:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 62%;
    left: 0;
    background: #fff;
}

.footer-darwin {
    position: absolute;
    bottom: 60px;
    left: 30px;
}

.copyright {
    color: #fff;
    position: absolute;
    bottom: 60px;
    right: 30px;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #050505;
    left: 50%;
    top: 62px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 87%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8rem 0;
}

.footer-navigation ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.footer-navigation ul li a {
    text-decoration: none;
    color: #fff !important;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    padding: 19.5px 0px;
}

@media screen and (max-width: 1249px) {
    .section-1-sub {
        margin-top: 2rem !important;
    }
}

@media screen and (max-width: 590px) {
    .wide-only {
        display: none;
    }
}

@media screen and (min-width: 591px) {
    .wide-only {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .num-text-master-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .num-text-wrapper {
        width: 100%;
    }

    .last-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* width: 100%; */
    }

    .last-section-wrapper {
        width: 100% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .sec2-text-title {
        height: initial !important;
    }

    .sec2-text-sub {
        margin-top: 16px !important;
    }
}

@media screen and (max-width: 991px) {
    nav.footer-navigation ul {
        display: block !important;
        gap: 30px;
    }

    nav.footer-navigation li {
        font-size: 13px;
        line-height: 2rem !important;
        margin-bottom: 0;
    }

    .footer-navigation {
        padding: 2rem 0;
        top: 42px;
    }

    .footer-navigation ul li a {
        padding: 0;
    }

    .main-footer {
        height: 500px;
    }

    .footer-darwin svg {
        width: 120px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .copyright {
        bottom: 69px !important;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center;
        position: absolute;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 425px) {
    .footer-darwin svg {
        width: 120px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -10px;
    }

    .copyright {
        bottom: 50px !important;
        width: 100%;
        text-align: center;
        right: initial !important;
    }

    .footer-darwin {
        left: initial !important;
        width: 100%;
    }

    .last-section-wrapper img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1125px) {
    .footer-navigation {
        top: 48px !important;
        padding: 5rem 0;
    }

    .main-footer:before {
        bottom: 65%;
    }

    .main-footer {
        height: 448px;
    }
}

/* consulting */

.consulting-property-wrapper {
    width: 100%;
    gap: 50px;
}

.consulting-property-wrapper-2 {
    width: 100%;
    gap: 50px;
    margin-top: 50px;
}

.property {
    background-color: #fbf3e2;
    font-size: 30px;
    color: #b1965d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.property p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 30px;
}

.consulting-section-3::before {
    content: "";
    background-color: #f6f6f8;
    height: 80%;
    width: 100vw;
    max-width: 100vw;
    position: absolute;
    z-index: -1;
    margin-left: -25%;
    margin-top: 45px;
}

.consulting-section-3_2::before {
    content: "";
    background-color: #f6f6f8;
    height: 80%;
    width: 100vw;
    max-width: 100vw;
    position: absolute;
    z-index: -1;
    margin-right: -25%;
    margin-top: 45px;
    margin-left: 0 !important;
}

.asset-utilization-header {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 25px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}

.asset-utilization-wrapper p {
    font-size: 16px !important;
}

.asset-utilization-header::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 50px;
    border-radius: 6px;
    background-color: #b1965d;
    left: 0;
}

.eightpoints-item-last {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
}


/* ================ The Timeline ================ */




.timeline-header {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-top: 12px;
    margin-bottom: 10px;
}

.timeline-item {
    border: 1px thin black;
}

.timeline-item .p-head {
    font-weight: 700;
}

.timeline-item p {
    font-size: 16px !important;
}

.timeline-item>header {
    padding: 0.5em 0;
    padding: 10px;
}

.timeline-text {
    font-family: 'NotoSansCJKJPRegular', sans-serif;
    font-size: 16px;
}

.timeline {
    margin-top: 50px;
    position: relative;
    padding-left: 80px;
    margin-left: 230px;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.timeline-item {
    padding-left: 36px;
}

.timeline .timeline-item {
    margin-bottom: 50px;
    font-size: 16px;
}

.timeline::before {
    content: '';
    background: #eeeeee;
    display: inline-block;
    position: absolute;
    left: 34px;
    width: 15px;
    height: 100%;
    z-index: -1;
}

.timeline-item::before {
    content: '';
    background: #6b8fdb;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    margin-top: 25px;
    left: 38px;
    width: 7px;
    height: 7px;
    z-index: -1;
}

.feature {
    background-color: #fbf3e2;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    margin-bottom: 10px !important;
}

.feature1-wrapper {
    margin-bottom: 30px;
}

.timeline-header::after {
    content: '';
    width: 50px;
    border-bottom: 1px dashed #a9a9a9;
    position: absolute;
    left: -69px;
    top: 28px;
}

.step {
    font-size: 24px;
    position: absolute;
    left: -151px;
    background: #60b1e1;
    padding: 5px 20px 4px 20px;
    color: #fff;
}

.step::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 1rem;
    border-color: #fff #fff #fff #d6d24e;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

@media screen and (max-width: 843px) {
    .w-100 {
        width: 100%;
    }
}

.last-section {
    background-color: #f6f6f8;
    padding: 50px 125px;
    margin-bottom: -50px;
    gap: 50px;
}

.last-section-wrapper {
    width: 50%;
    gap: 30px;
}

.last-section-wrapper img {
    width: 227.44px;
    height: 187.44px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gift-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: -40px;
}

.gift-card img {
    transition: all 0.3s ease;
    max-width: 632px;
    box-shadow: 0 7px 20px 0px #b3b3b3;
}

.gift-card img:hover {
    opacity: 0.8;
}

@media screen and (max-width: 700px) {
    .gift-card img {
        width: 90%;
    }
}

/* company outline */
.profile-last-section-wrapper p.profile-last-section {
    font-size: 26px !important;
}

.profile-last-section {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 25px;
    position: relative;
    margin-bottom: 30px;
}

.profile-last-section::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 50px;
    border-radius: 6px;
    background-color: #050505;
    left: 0;
    top: 0px;
}

.profile-contact-info {
    text-align: right;
    font-size: 12px;
}

.profile-table-1 {
    border-top: 2.5px solid #f2f5f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 190px;
    padding: 1rem 2rem;
}

.profile-table-2 {
    border-top: 2.5px solid #f2f5f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 190px;
    padding: 1rem 2rem;
}

.profile-table-2:last-child {
    border-bottom: 2.5px solid #f2f5f4;
}

.table-2-div-2 {
    gap: 25px;
}

.div-2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-2-wrapper .p1 {
    width: 200px;
}

.p1_3 {
    border-right: 3px solid #f2f5f4;
}

.p2_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.width-200 {
    width: 200px;
}

.table-3-div-3 {
    gap: 30px;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.profile-table-2 h4,
.profile-table-1 h4 {
    width: 64px;
}

.profile-table-wrapper {
    margin-bottom: 5rem;
}

@media screen and (min-width: 546px) {
    .profile h2 {
        font-size: 46px !important;
    }

    .profile p {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 768px) {

    .profile-table-1,
    .profile-table-2 {
        display: block;
        padding: 1rem 0;
    }

    .profile-table-1 h4,
    .profile-table-2 h4 {
        margin: 0 0 15px 0;
    }

    .div-2-wrapper .p1,
    .div-2-wrapper .p1 {
        width: initial;
        min-width: 77px;
    }

    .p1_3 {
        border: none;
    }

    .table-3-div-3 {
        gap: 9px;
    }

    .profile-table-wrapper {
        margin-bottom: 0 !important;
    }

    .profile-last-section {
        margin-top: 0 !important;
    }

    .profile-last-section-wrapper {
        margin-top: 30px !important;
    }

    .request-text-2 {
        font-size: 16px !important;
        font-weight: 200;
    }

    .banner .request {
        height: 300px !important;
    }

    .request-overline {
        height: 1px !important;
        width: 95px !important;
    }

    .banner-text-1,
    .request-text {
        color: #fff;
        font-weight: 100;
        font-size: 45px !important;
        letter-spacing: 0.08em !important;
    }
    .home .banner-text-1 {
      font-size: 6.5vw !important;
    }

    .request-image-button {
        padding: 17px 20px !important;
        font-size: 14px !important;
        font-weight: 100;
        margin-top: 20px !important;
        width: 220px !important;
        letter-spacing: 0.1em;
    }

    .request-overline {
        top: -10px !important;
    }

    h1.request-text {
        margin: 0 0 8px;
    }

    .request-text-2 {
        letter-spacing: 0.16em !important;
        font-weight: 200;
    }

    .request-text-wrapper {
        top: 56%;
    }

    .page-id-23 .timeline-item,
    .page-id-26 .timeline-item {
        padding-left: 0 !important;
    }

    .w-100 {
        max-width: 350px;
    }
}

/*! CSS Used from: https://7771.co.jp/wp-content/themes/darwin_relocation/style.css?ver=1.0.0 ; media=all */

@media all {
    @media only screen and (max-width: 768px) {
        .pcOnly {
            display: none;
        }
    }

    h2 {
        font-weight: 500;
        clear: both;
    }

    .heading_h2_2 {
        display: inline-block;
        color: #b1965d;
    }

    @media only screen and (min-width: 769px) {
        .heading_h2_2 {
            margin-bottom: 45px;
        }
    }

    @media only screen and (max-width: 768px) {
        .heading_h2_2 {
            margin-bottom: 20px;
        }
    }

    .heading_h2_2 .inner {
        position: relative;
        padding-top: 26px;
        display: flex;
    }

    .heading_h2_2 .inner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        background: #b1965d;
    }

    @media only screen and (min-width: 769px) {
        .heading_h2_2 .inner::after {
            width: 200px;
        }
    }

    @media only screen and (max-width: 768px) {
        .heading_h2_2 .inner::after {
            width: 95px;
        }
    }

    .heading_h2_2 span.sub {
        font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
        letter-spacing: 0.08em;
        word-break: break-all;
        font-weight: 100;
    }

    .heading_h2_2 .inner {
        flex-direction: column;
    }

    .heading_h2_2 span.main {
        margin: 25px 0 22px;
        font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.10em;
    }

    @media only screen and (max-width: 768px) {
        .heading_h2_2 span.main {
            margin: 5px 0 20px;
        }
    }

    @media only screen and (min-width: 769px) {
        .heading_h2_2 span.main {
            font-size: 48px;
        }
    }

    @media only screen and (max-width: 768px) {
        .heading_h2_2 span.main {
            font-size: 32px;
        }
    }

    @media only screen and (min-width: 769px) {
        .heading_h2_2 span.sub {
            font-size: 30px;
        }
    }

    @media only screen and (max-width: 768px) {
        .heading_h2_2 span.sub {
            font-size: 18px;
        }
    }

    .text_bold {
        font-weight: 700;
    }

    table,
    tr,
    th,
    td {
        border-collapse: collapse;
        border-spacing: 0;
    }

    table {
        margin: 0 0 1.5em;
        width: 100%;
    }

    .section table {
        border-bottom: 1px solid #e8ebeb;
    }

    @media only screen and (max-width: 768px) {
        .section table {
            border-right: 1px solid #e8ebeb;
            border-left: 1px solid #e8ebeb;
        }
    }

    .section table th,
    .section table td {
        border-top: 1px solid #e8ebeb;
    }

    @media only screen and (min-width: 769px) {

        .section table th,
        .section table td {
            padding: 25px 40px;
        }
    }

    @media only screen and (max-width: 768px) {

        .section table th,
        .section table td {
            padding: 15px 15px;
        }
    }

    .section table th {
        font-weight: 700;
        background-color: #f6f6f8;
    }

    @media only screen and (min-width: 769px) {
        .section table th {
            font-size: 18px;
            text-align: left;
            white-space: nowrap;
        }
    }

    @media only screen and (max-width: 768px) {
        .section table th {
            font-size: 16px;
            text-align: center;
        }
    }

    .section table th span {
        display: block;
        margin-top: .5em;
        font-weight: 500;
    }

    @media only screen and (min-width: 769px) {
        .section table th span {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 768px) {
        .section table th span {
            font-size: 12px;
        }
    }

    @media only screen and (min-width: 769px) {
        .section table td {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 768px) {
        .section table td {
            font-size: 14px;
        }
    }
}

.section a {
    text-decoration: underline;
}

.section a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .pcOnly {
        display: none;
    }
}

.section_1 {
    margin-top: 67px;
}

@media only screen and (max-width: 768px) {
    .section_1 {
        margin-top: 40px;
    }
}

.inner_1 {
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .inner_1 {
        padding: 0 8.7%;
    }
}

@media only screen and (max-width: 768px) {
    .inner_1 {
        padding: 0 4vw;
    }
}

@media only screen and (max-width: 768px) {
    #about .about_table {
        border-right: none;
        border-left: none;
    }
}

@media only screen and (min-width: 769px) {

    #about .about_table th,
    #about .about_table td {
        font-size: 16px;
        font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
        font-weight: 400;
    }
}

@media only screen and (max-width: 768px) {

    #about .about_table th,
    #about .about_table td {
        font-size: 14px;
    }
}

#about .about_table th {
    background-color: #fff;
    vertical-align: top;
    font-weight: 600;
}

#about .about_table .no_padding {
    padding: 0;
}

#about .about_inner_table {
    width: auto;
    margin-bottom: 0;
    border-bottom: none;
}

@media only screen and (max-width: 768px) {
    #about .about_inner_table {
        border-right: none;
        border-left: none;
    }
}

#about .about_inner_table tr:not(:last-child) th,
#about .about_inner_table tr:not(:last-child) td {
    padding-bottom: 0;
}

#about .about_inner_table tr:last-child th {
    padding-bottom: 0 !important;
}

#about .about_inner_table tr.pt0 th,
#about .about_inner_table tr.pt0 td {
    padding-top: 0;
}

#about .about_inner_table th,
#about .about_inner_table td {
    position: relative;
    border-top: none;
    vertical-align: top;
}

@media only screen and (min-width: 769px) {

    #about .about_inner_table th,
    #about .about_inner_table td {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {

    #about .about_inner_table th,
    #about .about_inner_table td {
        display: block;
        width: 100%;
        font-size: 14px;
    }
}

#about .about_inner_table th {
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    #about .about_inner_table th {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    #about .about_inner_table td {
        padding-top: 0;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 768px) {
    #about .about_inner_table .border_space_tr {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    #about .about_inner_table .border_space_tr th {
        flex: 0 0;
        white-space: nowrap;
    }
}

#about .about_inner_table .border_space_tr th::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #e8ebeb;
    bottom: 0;
    right: 0;
    width: 1px;
}

@media only screen and (min-width: 769px) {
    #about .about_inner_table .border_space_tr th::after {
        height: calc(100% - 25px);
    }
}

@media only screen and (max-width: 768px) {
    #about .about_inner_table .border_space_tr th::after {
        height: calc(100% - 15px);
    }
}

#about .about_inner_table .border_space_tr td {
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    #about .about_inner_table .border_space_tr td {
        padding-top: 15px;
    }
}

#about .about_inner_table span.disp_ib {
    display: inline-block;
    margin-right: 1em;
}

.page-id-26 .page-title span,
.page-id-29 .page-title span {
    font-size: 16px !important;
}

.page-id-32 .faq .page-title h2 {
    font-family: "A1MinchoStd-Bold", 'Shippori Mincho B1';
    font-weight: 100;
}

.page-id-20 .banner .slider-item,
.page-id-29 .banner .slider-item,
.page-id-23 .banner .slider-item {
    background-position: 78% center;
}

.home .number-wrapper .num {
    font-size: 22px;
    position: absolute;
    top: 4%;
    font-weight: 600;
}

.home .number-wrapper .num::after {
    content: '';
    background: #edeef0;
    height: 2px;
    width: 35px;
    position: absolute;
    top: 37px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home .number-wrapper .text {
    font-size: 16px;
    position: absolute;
    bottom: 11%;
}

.page-id-26 .step::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 1rem;
    border-color: #fff #fff #fff #60b1e1;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.page-id-26 .step {
    padding: 10px 20px 7px 20px;
}

.page-id-26 .timeline::before {
    width: 23px;
}

.page-id-32 .inner_content p span.yugo-bold {
    font-size: 16px;
}

.page-id-26 .timeline-item::before {
    width: 15px;
    height: 15px;
    margin-top: 19px;
}

.page-id-26 .timeline-item {
    padding-left: 100px;
}

.page-id-26 .timeline-header::after {
    left: -123px;
    top: 26px;
    border-bottom: 3px dashed #a9a9a9;
    width: 95px;
}

.page-id-26 .s3-text-wrapper h3 {
    font-size: 20px;
}

.img_darwin-feature_3_4_3_1 {
    width: 74.8%;
}

/*!

CSS used for FAQ Page

*/
@media all {
    a {
        text-decoration: none;
    }

    a:active,
    a:hover {
        outline: 0
    }

    .linkArea {
        width: 100%;
        display: flex
    }

    @media only screen and (min-width:769px) {
        .linkArea {
            height: 240px
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea {
            height: auto;
            flex-direction: column
        }
    }

    .linkArea ul {
        height: 100%;
        display: flex;
        justify-content: space-between
    }

    @media only screen and (max-width:768px) {
        .linkArea ul {
            flex: 1 1 100%;
            flex-direction: column
        }
    }

    .linkArea ul li {
        position: relative;
        overflow: hidden
    }

    @media only screen and (max-width:768px) {
        .linkArea ul li {
            width: 100%;
            height: 120px
        }

        .linkArea ul li+li {
            margin-top: 5px
        }
    }

    .linkArea ul li a {
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    .linkArea ul li a::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background: no-repeat center center/cover;
        transition: all cubic-bezier(.785, .135, .15, .86) .3s;
        z-index: -1
    }

    .linkArea ul li a span.sub {
        font-family: "Helvetica Neue", Arial;
        letter-spacing: .1em
    }

    @media only screen and (min-width:769px) {
        .linkArea ul li a span.sub {
            font-size: 32px
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea ul li a span.sub {
            font-size: 24px
        }
    }

    .linkArea ul li a span.main {
        letter-spacing: .16em
    }

    @media only screen and (min-width:769px) {
        .linkArea ul li a span.main {
            font-size: 16px
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea ul li a span.main {
            font-size: 12px
        }
    }

    .linkArea ul.anchor_link li::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        transition: all cubic-bezier(.785, .135, .15, .86) .3s;
        z-index: 1
    }

    @media only screen and (min-width:769px) {
        .linkArea ul.anchor_link li::after {
            width: 60px;
            height: 30px;
            background: url(assets/images/arrow_gray.svg) no-repeat center center/60px auto
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea ul.anchor_link li::after {
            width: 30px;
            height: 15px;
            background: url(assets/images/arrow_gray.svg) no-repeat center center/30px auto
        }
    }

    .linkArea ul.anchor_link li:hover::after {
        bottom: 15px
    }

    .linkArea_1 h2 {
        font-family: "Helvetica Neue", Arial;
        color: #b1965d;
        line-height: 1.2;
        letter-spacing: .14em;
        background: #f6f6f8;
        flex: 1 1 25%;
        display: flex;
        align-items: center
    }

    @media only screen and (min-width:769px) {
        .linkArea_1 h2 {
            font-size: 32px;
            justify-content: center
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea_1 h2 {
            padding: 30px 35px 20px;
            font-size: 24px;
            justify-content: flex-start
        }
    }

    .linkArea_1 h2 span {
        position: relative
    }

    @media only screen and (min-width:769px) {
        .linkArea_1 h2 span {
            padding-bottom: 26px
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea_1 h2 span {
            padding-bottom: 10px
        }
    }

    .linkArea_1 h2 span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 1px;
        background: #b1965d
    }

    @media only screen and (min-width:769px) {
        .linkArea_1 ul {
            flex: 1 1 75%
        }
    }

    @media only screen and (min-width:769px) {
        .linkArea_1 ul li {
            width: 32.5%
        }
    }

    @media only screen and (min-width:769px) {
        .linkArea_faq li a.link_faq_rent::after {
            background-image: url(assets/images/faq/bg_link_faq_rent.jpg);
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea_faq li a.link_faq_rent::after {
            background-image: url(assets/images/faq/bg_link_faq_rent_sp.jpg);
        }
    }

    @media only screen and (min-width:769px) {
        .linkArea_faq li a.link_faq_reform::after {
            background-image: url(assets/images/faq/bg_link_faq_reform.jpg);
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea_faq li a.link_faq_reform::after {
            background-image: url(assets/images/faq/bg_link_faq_reform_sp.jpg);
        }
    }

    @media only screen and (min-width:769px) {
        .linkArea_faq li a.link_faq_tax::after {
            background-image: url(assets/images/faq/bg_link_faq_tax.jpg);
        }
    }

    @media only screen and (max-width:768px) {
        .linkArea_faq li a.link_faq_tax::after {
            background-image: url(assets/images/faq/bg_link_faq_tax_sp.jpg);
        }
    }
}



.heading_h2_1 {
    display: inline-block;
    color: #b1965d
}

@media only screen and (min-width:769px) {
    .heading_h2_1 {
        margin-bottom: 45px
    }
}

@media only screen and (max-width:768px) {
    .heading_h2_1 {
        margin-bottom: 20px
    }
}

.heading_h2_1 .inner {
    position: relative;
    padding-top: 26px;
    display: flex
}

.heading_h2_1 .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #b1965d
}

@media only screen and (min-width:769px) {
    .heading_h2_1 .inner::after {
        width: 190px
    }
}

@media only screen and (max-width:768px) {
    .heading_h2_1 .inner::after {
        width: 95px
    }
}

.heading_h2_1 .inner {
    flex-direction: column-reverse
}

.heading_h2_1 span.main {
    font-family: "Yu Gothic", Meiryo, "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    letter-spacing: .16em
}

@media only screen and (min-width:769px) {
    .heading_h2_1 span.main {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    .heading_h2_1 span.main {
        font-size: 16px
    }
}

.heading_h2_2 {
    display: inline-block;
    color: #b1965d
}

@media only screen and (min-width:769px) {
    .heading_h2_2 {
        margin-bottom: 45px
    }
}

@media only screen and (max-width:768px) {
    .heading_h2_2 {
        margin-bottom: 20px
    }
}

.heading_h2_2 .inner {
    position: relative;
    padding-top: 26px;
    display: flex
}

.heading_h2_2 .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #b1965d
}

@media only screen and (min-width:769px) {
    .heading_h2_2 .inner::after {
        width: 190px
    }
}

@media only screen and (max-width:768px) {
    .heading_h2_2 .inner::after {
        width: 95px
    }
}

.heading_h2_2 .inner {
    flex-direction: column
}

.heading_h2_2 span.main {
    margin: 25px 0 22px;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1em
}

@media only screen and (max-width:768px) {
    .heading_h2_2 span.main {
        margin: 5px 0 20px
    }
}

@media only screen and (min-width:769px) {
    .heading_h2_2 span.main {
        font-size: 48px
    }
}

@media only screen and (max-width:768px) {
    .heading_h2_2 span.main {
        font-size: 32px
    }
}

.heading_h2_3 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 1em;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
    font-size: 30px
}

.heading_h2_3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #b1965d;
    border-radius: 2.5px
}

.heading_h3_1 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1em
}

@media only screen and (min-width:769px) {
    .heading_h3_1 {
        font-size: 30px
    }
}

@media only screen and (max-width:768px) {
    .heading_h3_1 {
        font-size: 24px
    }
}

.heading_h3_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 1.5em;
    border-radius: 2.5px;
    background-color: #222
}

div+.heading_h3_1,
dl+.heading_h3_1,
p+.heading_h3_1 {
    margin-top: 1.5em
}

.heading_h3_2 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1em;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho
}

@media only screen and (min-width:769px) {
    .heading_h3_2 {
        font-size: 30px
    }
}

@media only screen and (max-width:768px) {
    .heading_h3_2 {
        font-size: 24px
    }
}

.heading_h3_2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 1.5em;
    border-radius: 2.5px;
    background-color: #222
}

.heading_h3_2::before {
    background-color: #b1965d
}

div+.heading_h3_2,
dl+.heading_h3_2,
p+.heading_h3_2 {
    margin-top: 1.5em
}

.heading_h4_1 {
    margin-bottom: 1.5em
}

@media only screen and (min-width:769px) {
    .heading_h4_1 {
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    .heading_h4_1 {
        font-size: 14px
    }
}

.heading_h4_2 {
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .heading_h4_2 {
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    .heading_h4_2 {
        font-size: 14px
    }
}

.heading_h4_3 {
    margin-bottom: 1em;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .heading_h4_3 {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    .heading_h4_3 {
        font-size: 18px
    }
}

.heading_h5_1 {
    margin-bottom: 1em;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .heading_h5_1 {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    .heading_h5_1 {
        font-size: 18px
    }
}

p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .08em
}

@media only screen and (max-width:768px) {
    p {
        font-size: 14px
    }
}

.section p {
    margin-bottom: 1.5em
}

.section p:last-child {
    margin-bottom: 0
}

.text_bold {
    font-weight: 700
}

body {
    background: #fff
}

dt {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .08em
}

@media only screen and (max-width:768px) {
    dt {
        font-size: 14px
    }
}

.page-id-32 dt {
    font-weight: 600
}

.page-id-32 .section p {
    margin-bottom: 1.5rem !important;
}

dd+dt {
    margin-top: 1.5em
}

dd {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .08em
}

@media only screen and (max-width:768px) {
    dd {
        font-size: 14px
    }
}

.section_1 {
    margin-top: 120px
}

@media only screen and (max-width:768px) {
    .section_1 {
        margin-top: 40px
    }
}

.inner_1 {
    margin: 0 auto
}

@media only screen and (min-width:769px) {
    .inner_1 {
        padding: 0 8.7%
    }
}

@media only screen and (max-width:768px) {
    .inner_1 {
        padding: 0 4vw
    }
}

.inner_2 {
    margin: 0 auto
}

@media only screen and (min-width:769px) {
    .inner_2 {
        padding: 0 15.28%
    }
}

@media only screen and (max-width:768px) {
    .inner_2 {
        padding: 0 4vw
    }
}

@media only screen and (min-width:769px) {
    .headingArea_2 {
        margin-bottom: 70px
    }
}

@media only screen and (max-width:768px) {
    .headingArea_2 {
        margin-bottom: 30px
    }
}

.faq_dl>dt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #222;
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .faq_dl>dt {
        padding-bottom: 15px
    }
}

@media only screen and (max-width:768px) {
    .faq_dl>dt {
        padding-bottom: 20px
    }
}

.faq_dl>dt span {
    flex: 1 1 auto
}

@media only screen and (min-width:769px) {
    .faq_dl>dt span {
        padding-top: 3px;
        padding-right: 50px;
        font-size: 24px
    }
}

@media only screen and (max-width:768px) {
    .faq_dl>dt span {
        padding-top: 5px;
        padding-right: 35px;
        font-size: 18px
    }
}

.faq_dl>dt::before {
    content: "";
    background: url(assets/images/faq/icon_faq_q.png) no-repeat center center/100%;
    flex: 0 0 auto
}

@media only screen and (min-width:769px) {
    .faq_dl>dt::before {
        width: 50px;
        height: 50px;
        margin-right: 20px
    }
}

@media only screen and (max-width:768px) {
    .faq_dl>dt::before {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }
}

.faq_dl>dt::after {
    content: "";
    position: absolute;
    right: 10px;
    border: 1px solid;
    border-color: transparent transparent #222 #222;
    transform: rotate(-45deg)
}

@media only screen and (min-width:769px) {
    .faq_dl>dt::after {
        top: 0;
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width:768px) {
    .faq_dl>dt::after {
        top: 8px;
        width: 15px;
        height: 15px
    }
}

.faq_dl>dd {
    display: none
}

@media only screen and (min-width:769px) {
    .faq_dl>dd {
        padding: 30px 0 70px
    }
}

@media only screen and (max-width:768px) {
    .faq_dl>dd {
        padding: 15px 0 40px
    }
}

.faq_dl>dd dl {
    margin-bottom: 1.5em
}

.faq_dl>dd dl dd+dt {
    margin-top: 0
}
.header-btn-mobile {
  margin-left: auto;
}