@charset "utf-8";

/* オフィスLP用css */

.officelp-color {
  color: #fc7616;
}
#office-point {
  width: 100%;
  margin: 0px auto 100px;
  padding: 50px 0 0 0;
}
#office-point .office-point__heading {
  font-size: 40px;
  text-align: center;
  padding: 50px 0 50px;
  letter-spacing: 9px;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}

#office-point .office-point__odd {
  display: flex;
  justify-content: flex-start;
  height: 420px;
  margin: -50px auto 50px;
  padding-top: 100px;
}
#office-point .office-point__odd-img {
  width: 50%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
#office-point .office-point__odd-img.first {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-01-01.jpg);
}
#office-point .office-point__odd-img.third {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-01-03.jpg);
}
#office-point .office-point__odd-text {
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: 20px;
}
#office-point .office-point__odd-heading {
  font-size: 24px;
  line-height: 1.41;
  position: relative;
  padding: 10% 5% 2% 5%;
  letter-spacing: 1.6px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  text-align: left;
  height: 15%;
  width: 100%;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}

#office-point .office-point__odd-heading.one-line {
  line-height: 3.5;
}

#office-point .office-point__odd-heading-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#office-point .office-point__odd-desc {
  font-size: 15px;
  line-height: 2.5;
  width: 95%;
  height: 80%;
  padding: 3% 0% 0 6%;
}

#office-point .office-point__even {
  display: flex;
  justify-content: flex-end;
  height: 420px;
  margin: -50px auto 50px;
  padding-top: 100px;
}
#office-point .office-point__even-img {
  width: 50%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
#office-point .office-point__even-img.second {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-01-02.jpg);
}
#office-point .office-point__even-text {
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: 20px;
}
#office-point .office-point__even-heading {
  font-size: 24px;
  line-height: 1.41;
  position: relative;
  padding: 10% 5% 2% 5%;
  letter-spacing: 1.6px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  text-align: right;
  height: 15%;
  width: 100%;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}
#office-point .office-point__even-heading.one-line {
  line-height: 3.5;
}
#office-point .office-point__even-heading-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#office-point .office-point__even-desc {
  font-size: 15px;
  line-height: 2.5;
  width: 95%;
  height: 80%;
  padding: 6% 0% 0 3%;
}

#office-layout {
  width: 100%;
  margin: 0px auto 40px;
  padding: 50px 0 0 0;
}
#office-layout .office-layout__heading {
}
#office-layout .office-layout__odd {
  display: flex;
  justify-content: flex-start;
  height: 530px;
  margin: 0 auto;
  border-top: 4px solid #fc7616;
  position: relative;
}
#office-layout .office-layout__odd-img {
  width: 50%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
#office-layout .office-layout__odd-img.first {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-02-01.jpg);
}
#office-layout .office-layout__odd-img.third {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-02-04.jpg);
}
#office-layout .office-layout__odd-img.fifth {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-02-06.jpg);
}
#office-layout .office-layout__odd-text {
  width: 490px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin-left: 20px;
}
#office-layout .office-layout__odd-heading {
  margin-bottom: 5%;
}
#office-layout .office-layout__odd-heading-img {
  padding-left: 5%;
}
#office-layout .office-layout__odd-desc {
  font-size: 15px;
  line-height: 2.5;
  width: 100%;
  padding: 0% 0% 0 25%;
  box-sizing: border-box;
}

#office-layout .office-layout__heading {
  font-size: 40px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 100px;
  letter-spacing: 9px;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}
#office-layout .office-layout__even {
  display: flex;
  justify-content: flex-end;
  height: 530px;
  margin: 0 auto;
  border-top: 4px solid #fc7616;
  position: relative;
}
#office-layout .office-layout__even-img {
  width: 50%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
#office-layout .office-layout__even-img.second {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-02-02.jpg);
}
#office-layout .office-layout__even-img.fourth {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office-02-05.jpg);
}

#office-layout .office-layout__even-text {
  width: 490px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin-right: 20px;
}
#office-layout .office-layout__even-heading {
  margin-bottom: 5%;
}
#office-layout .office-layout__even-heading-img {
}
#office-layout .office-layout__even-desc {
  font-size: 15px;
  line-height: 2.5;
  width: 100%;
  padding: 0% 21% 0 0;
  box-sizing: border-box;
}

#office-layout .office-layout__product {
  margin-bottom: 100px;
}
#office-layout .office-layout__product-heading {
  text-align: center;
  background-color: #ededed;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
#office-layout .office-layout__product-inner {
  display: flex;
  justify-content: center;
}
#office-layout .office-layout__product-item {
  margin: 0 1%;
}
#office-layout .office-layout__product-link {
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}
#office-layout .office-layout__product-link:hover {
  border-color: #fc7616;
}

#office-layout
  .office-layout__product-link:hover
  .office-layout__product-title {
  color: #000;
}
#office-layout .office-layout__product-link:hover .office-layout__product-btn {
  background-color: #fc7616;
}

#office-layout .office-layout__product-img {
  max-width: 152px;
}
#office-layout .office-layout__product-title {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
#office-layout .office-layout__product-btn {
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 2;
}

#office-contact {
  background-color: #f2f0ed;
  padding: 100px 0;
  margin-top: 100px;
}
#office-contact .office-contact__inner {
  width: 1025px;
  margin: 0 auto;
}
#office-contact .office-contact__heading {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#office-contact .office-contact__item {
  position: relative;
  width: 1025px;
  height: 196px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 25px 40px 40px 145px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
#office-contact .office-contact__item.first {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/step1.png);
}
#office-contact .office-contact__item.second {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/step2.png);
}
#office-contact .office-contact__item.third {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/step3.png);
  margin-bottom: 125px;
}
#office-contact .office-contact__item::after {
  content: "";
  display: inline-block;
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/flow-line.png);
  width: 10px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -50px;
}
#office-contact .office-contact__item.third::after {
  content: none;
}
#office-contact .office-contact__title {
  font-size: 24px;
  line-height: 1.66;
  margin-bottom: 10px;
}
#office-contact .office-contact__desc {
  font-size: 15px;
  line-height: 2.53;
}
#office-contact .office-contact__text {
  font-size: 34px;
  line-height: 1.76;
  text-align: center;
  margin-bottom: 60px;
}
#office-contact .office-contact__btn {
  text-align: center;
}
#office-contact .office-contact__link {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 434px;
  height: 107px;
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/officelp-contact-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}

#office-contact .office-contact__link:hover {
  opacity: 0.7;
}

#office-layout .office-layout__zoom {
  position: absolute;
  top: 31.5%;
  box-shadow: 0px 0px 3px 1px #909090;
  left: 50%;
  transform: translate(-50%, 0);
}
#office-layout .office-layout__zoom-trigger {
  display: flex;
  align-items: center;
  width: 200px;
  height: 200px;
}

#office-layout .office-layout__zoom-trigger:hover {
  opacity: 0.9;
}

#office-layout .office-layout__zoom-trigger.first {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office_001_off.png);
}
#office-layout .office-layout__zoom-trigger.second {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office_002_off.png);
}
#office-layout .office-layout__zoom-trigger.thrid {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office_003_off.png);
}
#office-layout .office-layout__zoom-trigger.fourth {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office_004_off.png);
}
#office-layout .office-layout__zoom-trigger.fifth {
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/officelp/office_005_off.png);
}

#office-layout .office-layout__zoom-before {
  max-width: 100%;
}
/* 20210318追記 */
/* オフィス */
.office-point__wrap {
  position: relative;
  width: 100%;
}
#office-point .office-point__odd-heading-img,
#office-point .office-point__even-heading-img {
  position: absolute;
  right: 0;
  bottom: 4px;
}
#office-point .office-point__odd-heading {
  font-size: 24px;
  line-height: 1.41;
  position: inherit;
  padding: 0;
  letter-spacing: 1.6px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  text-align: left;
  height: inherit;
  width: inherit;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif;
}
#office-point .office-point__even-heading {
  font-size: 24px;
  line-height: 1.41;
  position: inherit;
  padding: 0;
  letter-spacing: 1.6px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  text-align: right;
  height: inherit;
  width: inherit;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}
/* 改修210930 */

#order_step {
  width: 960px;
  margin: 0 auto;
}
#order_step,
#order_exp {
  margin-bottom: 120px;
}
#order_step ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 0;
}
#order_step ul li {
  width: calc(100% / 4);
  max-width: 200px;
  margin-right: 40px;
  position: relative;
  text-align: center;
}
#order_step ul li:after {
  content: "";
  background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/yazirushi.jpg)
    center center no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 26.5%;
  right: 0;
  margin-right: -22%;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
#order_step ul li:last-child {
  margin-right: 0;
}
#order_step ul li:last-child:after {
  content: none;
}
#order_step ul li img.pic {
  width: 100%;
  margin-top: 20px;
}
#order_step .ttl {
  font-size: 18px;
  margin: 30px 0 25px;
  /* line-height: 2;
    letter-spacing: 0.1em; */
}
#order_step .txt {
  line-height: 2;
  text-align: left;
  font-size: 14px;
}
#order_step .contact_link {
  text-align: left;
}
#order_step .contact_link div {
  margin: 5px 0;
}
#order_step .contact_link div p {
  display: inline-block;
  vertical-align: middle;
}
#order_step .contact_link div .link01 {
  max-width: 30px;
  max-height: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-right: 5px;
}
#order_step .contact_link div.contact_mail .link02 {
  text-decoration: underline;
}
#office-ordermade .office-point__heading,
#office-flow .office-point__heading {
  font-size: 40px;
  text-align: center;
  padding: 50px 0 50px;
  letter-spacing: 9px;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}

#office-ordermade .office-point__heading {
  margin: 50px auto 30px;
}

#office-flow .office-point__heading {
  margin-top: 50px;
}
.order__can--wrap h3 {
  font-size: 30px;
  font-weight: normal;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px dotted #36363685;
  width: 960px;
  margin: 0 auto 40px;
}

.order__can--wrap p {
  text-align: center;
  line-height: 2.5;
}

.fukidashi_wrap {
  background: #00adec;
  color: #fff;
  width: 170px;
  margin: 0 auto 25px;
  padding: 9px 0;
  font-size: 18px;
  position: relative;
}
.fukidashi_wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  /* height: 0; */
  /* width: 0; */
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 173, 236, 0);
  border-top-color: #00adec;
  border-width: 8px;
  margin-left: -8px;
}
.fukidashi_wrap p {
  line-height: unset;
}
div#order_step h3 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px dotted #36363685;
  margin-bottom: 50px;
}

.order__can--wrap {
  margin-bottom: 140px;
}

.bnr-wrap {
  margin-top: 100px;
}
.bnr-wrap a:nth-of-type(2) img {
  margin-top: 40px;
}
.order__can-box li {
  background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/office/box-img.jpg)
    no-repeat;
  width: 312px;
  height: 271px;
  text-align: center;
  line-height: 2.2;
  font-size: 18px;
  position: relative;
}

.order__can-box ul {
  display: flex;
  width: 960px;
  margin: 52px auto;
  justify-content: space-between;
}
.order__can-box--inner {
  padding-top: 51px;
  display: block;
}
.order__can-box li::before {
  content: "";
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: -3px;
  left: 14px;
}
.order__can-box li:first-child:before {
  content: "01";
}
.order__can-box li:nth-child(2):before {
  content: "02";
}
.order__can-box li:nth-child(3):before {
  content: "03";
}
span.officelp-color.fs28 {
  font-size: 28px;
  line-height: 1.7;
}
#office-flow li a {
  color: #fc7616;
  text-decoration: underline;
}

/* 20240914、16改修 */

#paid {
  margin: 0px auto 100px;
}
#paid p {
  line-height: 2;
}
#paid h2 {
  font-size: 40px;
  line-height: 1.78;
  text-align: center;
  padding: 50px 0 50px;
  letter-spacing: 9px;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}
#paid #paid-about {
  margin: 0 0 60px 0;
  border: 1px solid #ccc;
  padding: 30px;
}
#paid .inner02 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#paid .bg-gray {
  padding: 30px;
  background: #f9f9f9;
}
#paid .about-title {
  font-size: 24px;
  line-height: 1.41;
  padding: 0;
  letter-spacing: 1.6px;
  margin: 0 0 3% 0;
  text-align: center;
  height: inherit;
  width: inherit;
}
#paid #paid-merit,
#paid #paid-rule {
  margin: 0 0 80px 0;
}
#paid #paid-rule {
}
#paid #paid-rule li {
  list-style: inside;
}
#paid .bnr-wrap {
  text-align: center;
  margin-top: 40px;
}
#paid a {
  color: #fc7616;
  text-decoration: underline;
}
#hekimen-syunou-wrapper .office-layout__heading {
  font-size: 40px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 100px;
  letter-spacing: 9px;
  font-family: "A1ゴシック M", "A1 Gothic M", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif !important;
}
#hekimen-syunou-wrapper .scene-list h3.tenpo {
  bottom: 360px;
}

#hekimen-syunou-wrapper .scene-list .btn-tenpo {
  width: 320px;
  margin-top: 20px;
}
#hekimen-syunou-wrapper .scene-list div {
  margin-bottom: 30px;
  height: 660px;
}
.scene-list div p.tenpo_comment {
  height: 260px;
}
.tenpo_list div:hover {
  pointer-events: auto;
  opacity: 1;
}
#hekimen-syunou-wrapper .scene-list .btn-tenpo:hover {
  color: #ffffff;
  background: #5fcbf2;
}
