@charset "UTF-8";
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8em;
  line-height: 1.3333;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #51727f;
}

a:hover {
  opacity: 1;
}

dt,
th {
  font-weight: normal;
}

small {
  font-size: 100%;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 520px) {
  .inner {
    padding: 0 16px;
  }
}

@media screen and (max-width: 980px) {
  .full-wrap .entry-content .md-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 980px) {
  .clear::after {
    content: none;
  }
}

#page {
  background-color: transparent;
}

/* =============
section共通クラス
=============*/
.full-wrap .entry-content h2 {
  margin: 0;
  line-height: 1;
  padding: 0;
}

.full-wrap .entry-content h3 {
  font-size: 2.5rem;
  color: #51727f;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: auto;
  border-bottom: none;
  line-height: 1;
}

.full-wrap .entry-content p {
  margin: 0;
  width: auto;
  padding: 0;
  max-width: none;
}

.section {
  padding-top: 120px;
}

.diagonal-design {
  margin: 219px 0 0;
  padding: 265px 0 185px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .diagonal-design {
    margin: 376px 0 0;
    padding: 258px 0 185px;
  }
}

.diagonal-design::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .diagonal-design::before {
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
  }
}

.entry-content .utile-title-head {
  font-size: 6rem;
}

@media screen and (max-width: 980px) {
  .entry-content .utile-title-head {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 520px) {
  .entry-content .utile-title-head {
    font-size: 4.1rem;
  }
}

.full-wrap .entry-content .utile-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #51727f;
  padding-left: 19px;
  border-left: 6px solid #51727f;
}

@media screen and (max-width: 980px) {
  .full-wrap .entry-content .utile-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 520px) {
  .full-wrap .entry-content .utile-title {
    font-size: 2.6rem;
  }
}

.entry-content h2 {
  background-color: transparent;
}

.full-wrap .entry-content .text-top-space {
  padding-top: 22px;
}

/* =============
about-us
=============*/
.about-us {
  position: relative;
  padding-bottom: 170px;
}

@media screen and (max-width: 980px) {
  .about-us {
    padding-bottom: 183px;
  }
}

.about-us::before {
  content: "";
  position: absolute;
  top: 310px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

@media screen and (min-width: 981px) {
  .about-us::before {
    background: url("https://sora-ie.jp/wp-content/uploads/about-top-image.png") center center/cover no-repeat;
  }
}

@media screen and (max-width: 980px) {
  .about-us::before {
    background: url("https://sora-ie.jp/wp-content/uploads/about-top-image-sp.png") center center/cover no-repeat;
  }
}

.about-us-content {
  padding: 100px 60px 158px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .about-us-content {
    padding: 82px 20px 158px;
  }
}

.about-us-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #51727f;
  -webkit-transform: skewY(5deg) translateY(-90px);
          transform: skewY(5deg) translateY(-90px);
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .about-us-content::before {
    -webkit-transform: skewY(7deg) translateY(-90px);
            transform: skewY(7deg) translateY(-90px);
  }
}

.full-wrap .entry-content .about-us-title {
  color: #fff;
  padding-left: 0;
  border: none;
}

.full-wrap .entry-content .about-us-text {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 46px 0 10px;
  margin-top: 42px;
}

@media screen and (max-width: 980px) {
  .full-wrap .entry-content .about-us-text {
    padding: 46px 0 65px;
  }
}

/* =============
about-why
=============*/
.about-why {
  padding: 185px 60px 0;
}

@media screen and (max-width: 980px) {
  .about-why {
    padding: 157px 20px 0;
  }
}

.about-why-text {
  margin-top: 45px;
}

@media screen and (max-width: 980px) {
  .about-why-text {
    margin-top: 29px;
  }
}

/* =============
about-investment
=============*/
.about-investment {
  padding-bottom: 195px;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 980px) {
  .about-investment {
    padding-bottom: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-investment-content {
  width: 70%;
  max-width: 860px;
  margin-top: 75px;
}

@media screen and (max-width: 980px) {
  .about-investment-content {
    margin-top: 108px;
  }
}

.about-investment-content:nth-child(n + 3) {
  margin-top: 130px;
}

@media screen and (min-width: 981px) {
  .about-investment-content:nth-child(3) {
    margin-left: auto;
  }
}

@media screen and (max-width: 980px) {
  .about-investment-content {
    width: 100%;
  }
}

.about-investment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

@media screen and (max-width: 980px) {
  .about-investment-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.first-latter {
  font-size: 14.7rem;
  color: #51727f;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .first-latter {
    font-size: 12rem;
  }
}

@media screen and (max-width: 980px) {
  .about-investment-text {
    margin-top: 17px;
  }
}

@media screen and (max-width: 980px) {
  .about-invetment-title {
    text-align: center;
  }
}

.full-wrap .entry-content .about-investment-text p:nth-child(2) {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .full-wrap .entry-content .about-investment-text p:nth-child(2) {
    margin-top: 24px;
  }
}

.about-investment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  margin-top: 27px;
}

@media screen and (max-width: 980px) {
  .about-investment-body {
    margin-top: 72px;
  }
}

.about-investment-block {
  font-size: 2rem;
  font-weight: bold;
  margin: 7px;
  background: #fff;
  color: #51727f;
  text-align: center;
  padding: 15px 30px;
  border-radius: 8px;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .about-investment-block {
    font-size: 1.8rem;
    line-height: 1.388;
    margin: 10px 0;
  }
}

@media screen and (max-width: 520px) {
  .about-investment-block {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 981px) {
  .half-block {
    width: calc(50% - 14px);
  }
}

.about-investment-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 110px;
}

@media screen and (max-width: 980px) {
  .about-investment-icon {
    margin-top: 220px;
  }
}

.about-investment-icon img:nth-child(1) {
  width: 96.82px;
}

@media screen and (max-width: 980px) {
  .about-investment-icon img:nth-child(1) {
    width: 72.06px;
  }
}

.about-investment-icon img:nth-child(2) {
  margin-left: 70px;
  width: 41.71px;
}

@media screen and (max-width: 980px) {
  .about-investment-icon img:nth-child(2) {
    width: 31.04px;
    margin-left: 43.5px;
  }
}

.about-investment-icon img:nth-child(3) {
  margin-left: 30px;
  width: 242.41px;
}

@media screen and (max-width: 980px) {
  .about-investment-icon img:nth-child(3) {
    width: 180.42px;
    margin-left: 23px;
  }
}

.about-investment-icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 980px) {
  .about-investment-icon2 {
    margin-top: 229px;
  }
}

.about-investment-icon2 img:nth-child(1) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 117.35px;
}

@media screen and (max-width: 980px) {
  .about-investment-icon2 img:nth-child(1) {
    width: 113.62px;
  }
}

.about-investment-icon2 img:nth-child(2) {
  width: 158.21px;
  margin-left: 27.4px;
}

@media screen and (max-width: 980px) {
  .about-investment-icon2 img:nth-child(2) {
    width: 130.74px;
    margin-left: 22.6px;
  }
}

/* =============
about-life_style
=============*/
.about-life_style {
  padding: 390px 60px 0;
}

@media screen and (max-width: 980px) {
  .about-life_style {
    padding: 300px 0 0;
  }
}

.about-life_style-content {
  margin-top: 106px;
}

@media screen and (max-width: 980px) {
  .about-life_style-content {
    margin-top: 74px;
  }
}

.about-life_style-list {
  padding: 58px 40px 130px;
  background: #f5f5f5;
  margin-bottom: -20px;
}

@media screen and (max-width: 980px) {
  .about-life_style-list {
    padding: 66px 20px 40px;
  }
}

.about-life_style-list:nth-child(1n + 2) {
  margin-top: 370px;
}

@media screen and (max-width: 980px) {
  .about-life_style-list:nth-child(1n + 2) {
    margin-top: 429px;
  }
}

.full-wrap .entry-content .about-life_style-content-title {
  padding-left: 8px;
  border-left: 6px solid #51727f;
}

.full-wrap .entry-content .about-life_style-text {
  padding-top: 16px;
}

@media screen and (max-width: 980px) {
  .full-wrap .entry-content .about-life_style-text {
    padding-top: 23px;
  }
}

.about-life_style-image {
  padding-top: 110px;
  position: relative;
  max-width: 1260px;
  margin: 0 auto -300px;
}

@media screen and (max-width: 980px) {
  .about-life_style-image {
    padding-top: 182px;
  }
}

.about-life_style-image img {
  top: 0;
  left: 0;
}

/* =============
about-strength
=============*/
.about-strength {
  padding: 211px 60px 216px;
  margin-top: 613px;
}

@media screen and (max-width: 980px) {
  .about-strength {
    padding: 279px 20px 321px;
    margin-top: 635px;
  }
}

.about-strength-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 115px;
}

@media screen and (max-width: 980px) {
  .about-strength-content {
    margin-top: 80px;
  }
}

.about-strength-list {
  background-color: #fff;
  padding: 78px 36px;
}

@media screen and (min-width: 981px) {
  .about-strength-list {
    width: calc(50% - 44px / 2);
    margin: 0 44px 42px 0;
  }
  .about-strength-list:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 980px) {
  .about-strength-list {
    padding: 63px 15px 162px;
  }
  .about-strength-list:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 980px) and (max-width: 980px) {
  .about-strength-list:nth-child(n + 2) {
    margin-top: 42px;
  }
}

.about-strength-title {
  text-align: center;
}

.full-wrap .entry-content .about-strength-text {
  margin-top: 55px;
}

/* =============
about-values
=============*/
.about-values {
  padding-top: 310px;
}

@media screen and (max-width: 980px) {
  .about-values {
    padding-top: 235px;
  }
}

.about-values-content {
  padding-left: 20px;
  padding-right: 20px;
}

.full-wrap .entry-content .about-values-text {
  margin-top: 47px;
}

@media screen and (max-width: 980px) {
  .full-wrap .entry-content .about-values-text {
    margin-top: 108px;
  }
}

.about-values-highlight {
  font-size: 3.5rem;
  font-weight: bold;
  color: #51727f;
}

@media screen and (max-width: 980px) {
  .about-values-highlight {
    font-size: 2.5rem;
  }
}

.about-values-image {
  margin-top: 84px;
}

/* =============
about-info
=============*/
.about-info {
  margin: 380px 20px 115px;
  padding: 253px 60px 352px;
}

@media screen and (max-width: 980px) {
  .about-info {
    margin: 286px 0 115px;
    padding: 232px 0 248px;
  }
}

.entry-content table {
  border: none;
}

.about-info-content {
  margin-top: 114px;
  padding: 100px 32px 45px;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  .about-info-content {
    padding: 63px 20px;
    margin-top: 49px;
  }
}

.about-info-table {
  width: 100%;
}

.about-info-table tr {
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  .about-info-table tr {
    display: block;
  }
}

.about-info-table th {
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #51727f;
  vertical-align: middle;
  border-right: 2px solid #51727f;
}

@media screen and (max-width: 980px) {
  .about-info-table th {
    display: block;
    width: 100%;
    border-right: none;
  }
}

.about-info-table td {
  padding: 15px 30px;
}

@media screen and (max-width: 980px) {
  .about-info-table td {
    display: block;
    padding: 15px 0 36px;
  }
}
