@charset "UTF-8";
/* ==========================================================================
 * Layout
 * ========================================================================== */
#wrapper {
  width: 100%;
  min-width: 0;
  background: #efefef;
  padding: 0;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  font-family: 'Open Sans', 'Noto Sans JP', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 820px) {
  #wrapper {
    padding-bottom: 15px;
  }
}

#pagetop {
  background: #efefef;
}

@media screen and (max-width: 820px) {
  #footer_sp {
    margin-top: 0;
  }
}

.l-oakhousego {
  padding-bottom: 70px;
}

.l-oakhousego a:hover {
  opacity: 0.7;
}

/* ==========================================================================
 * Object
 * ========================================================================== */
/* Component ==============================*/
/* Section */
.c-section {
  max-width: 980px;
  margin: 40px auto 0;
}

@media screen and (max-width: 820px) {
  .c-section {
    margin: 50px 20px 0;
  }
}

.c-section__title {
  font-size: 30px;
  color: #f9504c;
}

.c-section__title span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: bold;
}

.c-section__title + * {
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .c-section__title {
    font-size: 22px;
  }
  .c-section__title + * {
    margin-top: 20px;
  }
}

/* Project ==============================*/
/* Introduction */
.p-introduction {
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .p-introduction {
    padding-top: 10px;
  }
}

.p-introduction__title {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 35px 40px;
  margin-left: 55.92105%;
  border-radius: 10px 0 0 10px;
}

.p-introduction__title h1 {
  font-size: 18px;
  font-weight: normal;
  color: #f9504c;
  font-family: 'Open Sans', 'Noto Sans JP', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', sans-serif;
  font-weight: 300;
}

.p-introduction__title h1 strong {
  margin-bottom: 12px;
  display: block;
  font-size: 38px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .p-introduction__title {
    margin-left: 20px;
    padding: 20px;
  }
  .p-introduction__title h1 {
    font-size: 12px;
  }
  .p-introduction__title h1 strong {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.p-introduction__image {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  text-align: center;
}

.p-introduction__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .p-introduction__image {
    margin-top: -37px;
  }
}

.p-introduction__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background: #F9504C;
  color:#fff ;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
}

.p-introduction__movie a{
  color: #fff;
  position: relative;
  display: block;
  padding: 15px 30px 10px 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media screen and (max-width: 820px) {
.p-introduction__movie a{
  width: 300px;
}
}


.p-introduction__movie a:before{
  content: '　';
  display: inline-block;
  width: 23px;
  height: 30px;
  background-image: url("/images/oakhousego/icn-play_movie.png");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 0 10px 0 0;

}

.p-introduction__movie a:hover{
  cursor: pointer;
}


.p-info__inner {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.p-info__inner .p-info__title {
  font-size: 24px;
  font-weight: bold;
  color: #f9504c;
  line-height: 1.7em;
  text-align: center;
}

.p-info__inner p {
  font-size: 14px;
  line-height: 23 / 14;
}

.p-info__inner .p-info__step{
	margin: 20px 0;
}

.p-info__inner li:first-child{
	margin-bottom: 10px;
}

.p-info__inner .p-info__stepImg{
	display: inline-block;
}

.p-info__inner .p-info__stepText{
	display: inline-block;
	width: 646px;
	vertical-align: top;
	padding: 10px 0 0 10px;
}

.p-info__inner .p-info__stepText1{
	font-size: 20px;
	font-weight: bold;
	color: #f9504c;
	padding-bottom: 6px;
}

@media screen and (max-width: 820px) {
  .p-info__inner {
    margin-top: 40px;
  }
  .p-info__inner p {
    max-width: 100%;
    margin: 0;
  }
  .p-info__inner li{
	  text-align: center;
  }
  .p-info__inner li:first-child{
	  margin-bottom: 30px;
  }
  .p-info__inner .p-info__stepText{
	  text-align: left;
	  width: 100%;
	  padding: 0;
  }
}

.p-info__caption {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}

@media screen and (max-width: 820px) {
  .p-info__inner .p-info__title {
    font-size: 18px;
  }
}

.p-info__inner strong {
  font-weight: normal;
  color: #f9504c;
}


/* Recommend */
@media screen and (max-width: 820px) {
  .p-recommend.c-section {
    margin: 50px auto 0;
  }
  .p-recommend .c-section__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.p-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-recommend__item {
  background: #fff;
  display: block;
  padding: 15px;
  border-radius: 10px;
  width: 31.42857%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 820px) {
  .p-recommend__item {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 20px;
  }
}

.p-recommend__case {
  background: #f9504c;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  min-width: 105px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}

.p-recommend__case:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 8px solid #f9504c;
  border-right: 12px solid #f9504c;
  position: absolute;
  right: 0;
  bottom: -12px;
}

.p-recommend__image {
  width: 100%;
  height: 0;
  padding-top: calc(346/579*100%);
  position: relative;
  display: block;
  z-index: 1;
  margin-top: -35px;
}

.p-recommend__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.p-recommend__wish {
  font-size: 14px;
  line-height: 23 / 14;
  margin-top: 10px;
}

@media screen and (max-width: 820px) {
  .p-recommend__wish {
    margin-top: 60px;
  }
}

.p-recommend__solution {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28 / 16;
  color: #f9504c;
}

/* Flow */
@media screen and (max-width: 820px) {
  .p-flow.c-section {
    margin: 50px auto 0;
  }
  .p-flow .c-section__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.p-flow__item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.p-flow__item + .p-flow__item {
  margin-top: 30px;
}

@media screen and (max-width: 820px) {
  .p-flow__item {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 20px;
  }
  .p-flow__item + .p-flow__item {
    margin-top: 0;
  }
}

.p-flow__item:nth-child(n + 3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__item:nth-child(n + 3) .p-flow__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0;
}

@media screen and (max-width: 820px) {
  .p-flow__item:nth-child(n + 3) {
    display: block;
  }
  .p-flow__item:nth-child(n + 3) .p-flow__image {
    margin-top: 20px;
  }
}

.p-flow__item:nth-child(3) .p-flow__detail {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-flow__item:nth-child(3) .p-flow__image {
  margin-right: 50px;
}

@media screen and (max-width: 820px) {
  .p-flow__item:nth-child(3) .p-flow__image {
    margin-right: 0;
  }
}

.p-flow__item:nth-child(4) .p-flow__detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-flow__item:nth-child(4) .p-flow__image {
  margin-left: 50px;
}

@media screen and (max-width: 820px) {
  .p-flow__item:nth-child(4) .p-flow__image {
    margin-left: 0;
  }
}

.p-flow__image {
  text-align: center;
  margin-top: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 820px) {
  .p-flow__image {
    margin-top: 20px;
  }
}

.p-flow__image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.p-flow__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  letter-spacing: 0em;
}

@media screen and (max-width: 820px) {
  .p-flow__title {
    font-size: 17px;
  }
}

.p-flow__text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 23 / 14;
  letter-spacing: 0.02em;
}

.p-flow__text strong {
  font-weight: bold;
  color: #f9504c;
}

@media screen and (max-width: 820px) {
  .p-flow__text {
    margin-top: 15px;
  }
}

/* Property */
@media screen and (max-width: 820px) {
  .common_caset_list {
    display: block;
  }
}

.common_caset_item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 31.42857%;
}

@media screen and (max-width: 820px) {
  .common_caset_item {
    width: 100%;
    margin: 0;
  }
  .common_caset_item + .common_caset_item {
    margin-top: 25px;
  }
}

.common_caset_body {
  padding-left: 0;
  padding-right: 0;
}

.common_caset_figure {
  border-radius: 10px;
  overflow: hidden;
}

.common_caset_info {
  border-radius: 10px;
  background: #efefef;
}

.common_caset_info:after {
  display: none;
}

/* Require */
.p-require__lead {
  font-size: 16px;
  line-height: 23 / 16;
}

@media screen and (max-width: 820px) {
  .p-require__lead {
    font-size: 14px;
  }
}

.p-require__box {
  margin-top: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 820px) {
  .p-require__box {
    margin-top: 35px;
    padding: 20px;
  }
}

.p-require__title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 26px;
}

.p-require__title:first-child {
  margin-top: 0;
}

.p-require__body {
  font-size: 14px;
  line-height: 23 /14;
}

.p-require__note {
  margin-top: 40px;
  font-size: 16px;
  line-height: 23 / 16;
}

@media screen and (max-width: 820px) {
  .p-require__note {
    margin-top: 20px;
    font-size: 15px;
  }
}

/* Slick */
.slick-prev,
.slick-next {
  text-indent: -10000px;
  outline: 0;
  -webkit-appearance: none;
  background: none;
  border: 0;
  position: absolute;
  top: calc(220/750*100vw);
  z-index: 1000;
  width: 28px;
  height: 55px;
  background: url(/images/oakhousego/btn-slick_prev.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-next {
  right: -2px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  top: calc(413/750*100vw);
  left: 0;
  width: 100%;
  pointer-events: none;
}

.p-flow .slick-dots {
  top: calc(463/750*100vw);
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  pointer-events: auto;
  border: 1px solid #f9504c;
  background: #fff;
  text-indent: -10000px;
  outline: 0;
}

.slick-dots li.slick-active button {
  background: #f9504c;
}

/* Utility ==============================*/
@media screen and (max-width: 820px) {
  .u-pc_only {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .u-sp_only {
    display: none;
  }
}

.u-breakctrl {
  display: inline-block;
}

/* Margin ============== */
.u-margin_top_short {
  margin-top: 1em !important;
}

.u-margin_top_medium {
  margin-top: 3em !important;
}

.u-margin_top_long {
  margin-top: 5em !important;
}

/* image ============== */
.u-image__responsive {
  max-width: 100%;
  height: auto;
}

/* Text ============== */
.u-text__center {
  text-align: center !important;
}

.u-text__left {
  text-align: left !important;
}

.u-text__right {
  text-align: right !important;
}

@media screen and (max-width: 820px) {
  .u-sp_text__center {
    text-align: center !important;
  }
  .u-sp_text__left {
    text-align: left !important;
  }
  .u-sp_text__right {
    text-align: right !important;
  }
}

/* Animation ==============================*/


/* Add 20210419 ==============================*/


.p-staff__box{
  margin: 0 auto 60px;
  text-align: center;
  background-color: #f9504c;
}

.p-staff__text{
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 820px) {
  .p-staff__box {
    width: 85%;
  }
}