@charset "UTF-8";

html body .baner {
  max-height: 250px;
  height: calc(192px + ((1vw - 7.69px) * 25.1082));
  background: #F3F4F3;
}

html body .baner-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .baner-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html body .baner-inner.wrap {
  width: 100%;
}

html body .baner-inner-left {
  position: relative;
  text-align: center;
  width: 50%;
}

html body .baner-inner-left div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

html body .baner-inner-left div h2 {
  color: #fff;
  font-family: '花とちょうちょ';
  font-size: 35.43px;
  font-weight: normal;
  position: relative;
}

html body .baner-inner-left div h2:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  content: '';
  width: 250px;
  height: 1px;
  background: #fff;
}

html body .baner-inner-left div span {
  display: block;
  margin: 10px 0 15px 0;
  color: #fff;
  font-size: 25px;
  letter-spacing: 5px;
}

html body .baner-inner-left div p {
  font-size: 25px;
  font-family: '花とちょうちょ';
  line-height: 30px;
  color: #1A1311;
}

html body .main h3 {
  padding: 5px 10px;
  font-size: 22px;
  margin: 50px 0 30px 0;
  border: 1px solid #a09fa0;
}

html body .main h3.jugyoin-h3 {
  border-left: 5px solid #d2a237;
}

html body .main h3.kigyou-h3 {
  border-left: 5px solid #21A6A6;
}

html body .main h3.management-h3 {
  border-left: 5px solid #887ACC;
}

html body .main h3.nmc-h3 {
  border-left: 5px solid #FF6680;
}

html body .main h3.owner-h3 {
  border-left: 5px solid #2E99E5;
}

html body .main h6 {
  font-size: 20px;
  color: #d2a237;
  margin: 10px 0;
}

html body .main .btn {
  background: #f92646;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  font-size: 22px;
}

html body .main .btn span {
  display: block;
  margin-right: 10px;
}

html body .main .btn img {
  vertical-align: bottom;
}

html body .main .contact-inner {
  margin-bottom: 50px;
}

html body .main .contact-inner > div {
  background: #F3F4F3;
  padding: 30px 0;
}

html body .main .contact-inner > div p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

html body .main .contact-inner > div a {
  margin: 0 auto;
  width: 290px;
  height: 64px;
  font-size: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .main .contact-inner > div a span {
  margin-right: 5px;
}

html body .main .contact-inner > div > span {
  margin-top: 30px;
  display: block;
  text-align: center;
}

html body .main .contact-inner > span {
  margin-top: 25px;
  display: block;
}

@media screen and (max-width: 768px) {
  html body .baner {
    height: auto;
    max-height: 1000px;
    background: #fff;
  }
  html body .baner-inner {
    position: relative;
    display: block;
  }
  html body .baner-inner > p {
    text-align: center;
    font-size: calc(20px + ((1vw - 3.2px) * 2.2321));
    min-height: 0vw;
    font-family: "花とちょうちょ";
    margin-top: 110px;
  }
  html body .baner-inner-left {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: calc(156px + ((1vw - 3.2px) * 13.3929));
    width: 70%;
    padding: 10px;
  }
  html body .baner-inner-left div h2 {
    font-size: calc(30px + ((1vw - 3.2px) * 2.2321));
    min-height: 0vw;
  }
  html body .baner-inner-left div h2:after {
    width: 90%;
  }
  html body .baner-inner-left div > p {
    display: none;
  }
  html body .main h3 {
    font-size: calc(18px + ((1vw - 3.2px) * 2.6786));
    margin: 40px 0 calc(5px + ((1vw - 3.2px) * 2.2321)) 0;
  }
  html body .main h6 {
    font-size: 18px;
  }
}

html body .baner-inner-left {
  background: #2E99E5;
}

html body .baner-inner-left div h2 {
  font-size: 46.88px;
}

html body .baner-inner-left div h2:after {
  width: 55%;
}

html body .baner-inner-right {
  background: url(../img/owner/main.jpg);
  width: 50%;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
}

html body .main .risk-consulting-inner h3 {
  margin-top: 75px;
}

html body .main .risk-consulting-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .main .risk-consulting-inner > div p {
  width: 64%;
}

html body .main .risk-consulting-inner > div figure {
  width: 32%;
}

html body .main .risk-consulting-inner > div figure img {
  width: 100%;
}

html body .main .risk-consulting-inner > span {
  display: block;
  margin: 15px 0;
  font-weight: bold;
  font-size: 22px;
  color: #F92646;
}

html body .main .risk-consulting-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .main .risk-consulting-inner > ul > li {
  padding: 15px;
  width: 32%;
  background: #F3F4F3;
}

html body .main .risk-consulting-inner > ul > li span {
  text-align: center;
  display: block;
  font-size: 22px;
  color: #298bc0;
  font-weight: bold;
  margin-bottom: 10px;
}

html body .main .risk-consulting-inner > p {
  margin: 10px 0 20px 0;
}

html body .main .risk-and-hoken-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .main .risk-and-hoken-inner > ul > li {
  margin-bottom: 15px;
  width: 32%;
  background: #F3F4F3;
}

html body .main .risk-and-hoken-inner > ul > li:last-child {
  background: #fff;
}

html body .main .risk-and-hoken-inner > ul > li h4 {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  background: #CCCCCC;
  position: relative;
}

html body .main .risk-and-hoken-inner > ul > li h4:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ccc;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

html body .main .risk-and-hoken-inner > ul > li > div {
  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;
  padding: 20px 0;
}

html body .main .risk-and-hoken-inner > ul > li > div div figure {
  width: 60px;
  height: 60px;
  background: #2477B3;
  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;
  border-radius: 10px;
  margin: 0 auto;
}

html body .main .risk-and-hoken-inner > ul > li > div div figure img {
  height: 70%;
}

html body .main .risk-and-hoken-inner > ul > li > div div span {
  margin-top: 5px;
  color: #2477B3;
  display: block;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

html body .main .risk-and-hoken-inner > ul > li > div.buildings div:first-child {
  margin-right: 10px;
}

html body .main .risk-and-hoken-inner > ul > li:nth-child(1) > div > div:first-child {
  margin-right: 40px;
}

html body .main .risk-and-hoken-inner > ul > li:nth-child(3) > div > div figure img {
  height: 60%;
}

html body .main .risk-and-hoken-inner > ul > li:nth-child(4) > div > div figure img {
  height: 55%;
}

html body .main .risk-and-hoken-inner > ul > li:nth-child(5) > div > div figure img {
  height: 60%;
}

html body .main .owner-hoken-inner > div h4 {
  font-size: 22px;
  background: #2E99E5;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
}

html body .main .owner-hoken-inner > div > ul > li {
  padding: 20px;
  background: #F3F4F3;
}

html body .main .owner-hoken-inner > div > ul > li:not(:last-child) {
  margin-bottom: 15px;
}

html body .main .owner-hoken-inner > div > ul > li.right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child {
  width: 64%;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child > div figure {
  border-radius: 10px;
  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;
  background: #2477B3;
  width: 80px;
  height: 80px;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child > div figure img {
  height: 70%;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child > div h5 {
  font-size: 30px;
  color: #2477B3;
  margin-left: 15px;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child > p {
  margin-top: 20px;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child > p span {
  color: #389EE7;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child {
  width: 32%;
  background: #fff;
  padding: 10px 20px;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #389EE7;
  margin-bottom: 10px;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child > ul > li {
  position: relative;
  margin-left: 20px;
}

html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child > ul > li:before {
  position: absolute;
  width: 12px;
  height: 13px;
  background: #91BBD9;
  top: 5px;
  border-radius: 50%;
  left: -12px;
  content: "";
}

html body .main .owner-hoken-inner > div > ul > li.no-right-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .main .owner-hoken-inner > div > ul > li.no-right-text > div figure {
  border-radius: 10px;
  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;
  background: #2477B3;
  width: 80px;
  height: 80px;
}

html body .main .owner-hoken-inner > div > ul > li.no-right-text > div figure img {
  height: 70%;
}

html body .main .owner-hoken-inner > div > ul > li.no-right-text > div h5 {
  font-size: 30px;
  color: #2477B3;
  margin-left: 15px;
}

html body .main .owner-hoken-inner > div > ul > li.no-right-text > p {
  margin-top: 20px;
}

html body .main .owner-hoken-inner > div.hoken_kind > ul > li:last-child > div figure img {
  height: 60%;
}

html body .main .owner-hoken-inner > div.hoken_feature > ul > li:first-child > div > div figure img {
  height: 60%;
}

@media screen and (max-width: 768px) {
  html body .baner-inner-left div h2 {
    font-size: calc(40px + ((1vw - 3.2px) * 5.308));
  }
  html body .baner-inner-left div h2:after {
    width: 80%;
  }
  html body .baner-inner-left div span {
    letter-spacing: calc(1px + ((1vw - 3.2px) * 0.8929));
    font-size: calc(20px + ((1vw - 3.2px) * 3.4442));
  }
  html body .baner-inner-right {
    width: 100%;
    height: calc(208px + ((1vw - 3.2px) * 55.8036));
    background: url(../img/top/owner.jpg);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: cover;
  }
  html body .baner-inner > p {
    font-size: calc(20px + ((1vw - 3.2px) * 5.5804));
    line-height: calc(22px + ((1vw - 3.2px) * 6.25));
    margin-top: calc(90px + ((1vw - 3.2px) * 8.9286));
  }
  html body .main .risk-consulting-inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body .main .risk-consulting-inner > div p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 15px;
    font-size: calc(14px + ((1vw - 3.2px) * 2.0089));
  }
  html body .main .risk-consulting-inner > div figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  html body .main .risk-consulting-inner > span {
    font-size: calc(22px + ((1vw - 3.2px) * 1.7857));
  }
  html body .main .risk-consulting-inner > ul {
    display: block;
  }
  html body .main .risk-consulting-inner > ul > li {
    padding: 15px;
    width: 100%;
  }
  html body .main .risk-consulting-inner > ul > li > span {
    font-size: calc(22px + ((1vw - 3.2px) * 4.0179));
    line-height: calc(30px + ((1vw - 3.2px) * 5.5804));
  }
  html body .main .risk-consulting-inner > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
  html body .main .risk-consulting-inner > ul > li p {
    font-size: calc(14px + ((1vw - 3.2px) * 2.0089));
  }
  html body .main .risk-consulting-inner > p {
    margin: 10px 0 20px 0;
    font-size: calc(10px + ((1vw - 3.2px) * 2.2321));
  }
  html body .main .risk-and-hoken-inner > ul > li {
    width: 48%;
  }
  html body .main .risk-and-hoken-inner > ul > li h4 {
    font-size: calc(16px + ((1vw - 3.2px) * 1.7857));
  }
  html body .main .risk-and-hoken-inner > ul > li > div > div span {
    font-size: calc(15px + ((1vw - 3.2px) * 2.2321));
  }
  html body .main .risk-and-hoken-inner > ul > li:nth-child(1) > div > div:first-child {
    margin-right: calc(5px + ((1vw - 3.2px) * 7.8125));
  }
  html body .main .owner-hoken-inner > div > h4 {
    font-size: calc(18px + ((1vw - 3.2px) * 2.6786));
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text {
    display: block;
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child {
    width: 100%;
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child {
    width: 100%;
    margin-top: 20px;
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child > span {
    font-size: calc(18px + ((1vw - 3.2px) * 2.6786));
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child > ul {
    font-size: calc(14px + ((1vw - 3.2px) * 2.0089));
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child > ul li {
    margin-left: calc(10px + ((1vw - 3.2px) * 2.2321));
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:last-child > ul li::before {
    width: calc(12px + ((1vw - 3.2px) * 1.7857));
    height: calc(12px + ((1vw - 3.2px) * 1.7857));
    top: calc(5px + ((1vw - 3.2px) * 1.1161));
    left: -20px;
  }
  html body .main .owner-hoken-inner > div > ul > li.no-right-text > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body .main .owner-hoken-inner > div > ul > li.no-right-text > div figure {
    border-radius: 10px;
    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;
    background: #2477B3;
    width: 80px;
    height: 80px;
  }
  html body .main .owner-hoken-inner > div > ul > li.no-right-text > div figure img {
    height: 70%;
  }
  html body .main .owner-hoken-inner > div > ul > li.no-right-text > div h5 {
    font-size: calc(20px + ((1vw - 3.2px) * 4.4643));
    color: #2477B3;
    margin-left: 15px;
  }
  html body .main .owner-hoken-inner > div > ul > li.no-right-text > p {
    margin-top: 20px;
    font-size: calc(14px + ((1vw - 3.2px) * 2.0089));
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child div h5 {
    font-size: calc(20px + ((1vw - 3.2px) * 4.4643));
  }
  html body .main .owner-hoken-inner > div > ul > li.right-text > div:first-child > p {
    margin-top: 20px;
    font-size: calc(14px + ((1vw - 3.2px) * 2.0089));
  }
  html body .main .contact {
    margin-top: calc(5px + ((1vw - 3.2px) * 3.3482));
  }
  html body .main .contact-inner h3 {
    margin-top: calc(10px + ((1vw - 3.2px) * 6.6964));
  }
  html body .main .contact-inner > div p {
    font-size: calc(20px + ((1vw - 3.2px) * 2.2321));
  }
  html body .main .contact-inner > div .btn {
    width: calc(290px + ((1vw - 3.2px) * 23.8839));
    height: calc(64px + ((1vw - 3.2px) * 5.1339));
  }
  html body .main .contact-inner > div .btn span {
    font-size: calc(22px + ((1vw - 3.2px) * 1.7857));
  }
  html body .main .contact-inner > div .btn img {
    width: calc(10px + ((1vw - 3.2px) * 1.1161));
    height: calc(15px + ((1vw - 3.2px) * 1.1161));
  }
  html body .main .contact-inner > div span {
    font-size: calc(14px + ((1vw - 3.2px) * 1.3393));
    white-space: nowrap;
  }
  html body .main .contact-inner > span {
    font-size: calc(14px + ((1vw - 3.2px) * 1.3393));
  }
}
/*# sourceMappingURL=owner.css.map */