@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/okinawa/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/okinawa/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/okinawa/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/okinawa/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(/okinawa/fonts/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Medium";
  src: url(/okinawa/fonts/Oswald/Oswald-Medium.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=========*/
/* company */
/*=========*/
.company .title-area {
  background: url(/okinawa/images/company/company_ma01.jpg) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.company .sub-txt {
  margin-bottom: 32px;
  font-family: "NotoSansJP-Bold", "Oswald-Medium", sans-serif;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .sub-txt {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.company .sub-txt + .heading01 {
  margin-top: 0;
}
.company .intro {
  font-size: 18px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .company .intro {
    font-size: 14px;
    line-height: 2;
  }
}
.company .com-wrap .txt {
  width: 60%;
}
.company .com-wrap .img {
  width: 38%;
}
.company .table th {
  width: 200px;
}
@media (max-width: 767px) {
  .company .table th {
    width: 100px;
  }
}
.company .bg-area {
  padding: 8px 32px 40px;
  background-color: #EFF2F5;
}
@media (max-width: 767px) {
  .company .bg-area {
    margin: 0 -20px;
    padding: 8px 16px 24px;
    margin-bottom: 40px;
  }
}
.company .map-wrap .heading03 {
  margin: 36px 0 30px;
}
.company .map-wrap .map iframe {
  display: block;
  width: 100% !important;
  height: 400px !important;
}
@media (max-width: 767px) {
  .company .map-wrap .map iframe {
    height: 200px !important;
  }
}
@media (max-width: 767px) {
  .company .com-wrap {
    display: block;
    margin-bottom: 24px;
  }
  .company .com-wrap .img {
    width: 80%;
    margin: 0 auto 16px;
  }
  .company .com-wrap .txt {
    width: 100%;
  }
}

/*==========*/
/* business */
/*==========*/
.business .intro {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .business .intro {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}
.business .intro span {
  font-weight: bold;
}
.business .list-btn {
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 96px;
}
@media (max-width: 767px) {
  .business .list-btn {
    justify-content: center;
    margin: 64px auto 96px;
    flex-wrap: wrap;
    gap: 8px 4%;
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .business .list-btn li {
    width: 30%;
  }
}
.business .list-btn li img {
  filter: drop-shadow(0 0 10px rgba(153, 153, 153, 0.25));
}
.business .list-btn li:nth-child(even) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .business .list-btn li:nth-child(even) {
    margin-top: 0;
  }
}
.business .list-btn li a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.business .title-area {
  background: url(/okinawa/images/business/business_ma01.jpg) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.business .sub-txt {
  margin-bottom: 32px;
  font-family: "NotoSansJP-Bold", "Oswald-Medium", sans-serif;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .business .sub-txt {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.business .sub-txt + .heading01 {
  margin-top: 0;
}
.business .bg-color {
  padding: 104px 0;
  background-color: #EFF2F5;
}
@media (max-width: 767px) {
  .business .bg-color {
    padding: 64px 0;
  }
}
.business .bg-color .heading01 {
  margin: 0 0 56px;
}
.business .wh-box {
  background-color: #FFF;
  display: flex;
  gap: 0 2%;
  padding: 32px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .business .wh-box {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
}
.business .wh-box .img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .wh-box .img {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
.business .wh-box .txt {
  width: 79%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .wh-box .txt {
    width: 100%;
  }
}
.business .blue-box {
  margin: 0 auto 72px;
}
.business .blue-box .h-blue {
  font-family: "NotoSansJP-Medium", "Oswald-Medium", sans-serif;
  font-size: 28px;
  background-color: #00a6db;
  color: #FFF;
  text-align: center;
  padding: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .business .blue-box .h-blue {
    font-size: 20px;
  }
}
.business .blue-box ul {
  background-color: #EFF2F5;
  padding: 32px;
  justify-content: center;
}
@media (max-width: 767px) {
  .business .blue-box ul {
    gap: 2em 0;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .business .blue-box ul li {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
  }
}
.business .blue-box ul .ttl {
  font-size: 18px;
  color: #00a6db;
  margin: 0 auto;
}
.business .blue-box ul dl dd a {
  position: relative;
  border-bottom: solid 1px #333;
}
.business .blue-box ul dl dd a:hover {
  border-bottom: solid 1px #00A6DB;
  text-decoration: none;
}
.business .blue-box ul dl dd a span {
  position: absolute;
  bottom: 4px;
  right: -1.5em;
}
.business .blue-box ul dl dd:not(:last-child) {
  margin-bottom: 8px;
}
.business .com-wrap {
  gap: 0 6.5%;
}
@media (max-width: 767px) {
  .business .com-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .business .com-wrap figure,
.business .com-wrap .img {
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
  }
}
@media (max-width: 767px) {
  .business .com-wrap .txt {
    width: 100%;
  }
}
.business .com-wrap .txt dl:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .business .com-wrap .txt dl:not(:last-child) {
    margin-bottom: 16px;
  }
}
.business .com-wrap .txt .heading03 {
  font-size: 28px;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .business .com-wrap .txt .heading03 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.business .h-business {
  font-size: 28px;
  font-family: "NotoSansJP-Bold", "Oswald-Medium", sans-serif;
  color: #00A5DB;
  margin: 56px auto 24px;
}
@media (max-width: 767px) {
  .business .h-business {
    font-size: 20px;
    margin: 40px auto 8px;
  }
}
.business .brokerage-sec .list-col2 {
  justify-content: space-between;
}
.business .brokerage-sec .list-col2 li {
  max-width: 570px;
}
@media (max-width: 767px) {
  .business .brokerage-sec .list-col2 li {
    width: 100%;
    max-width: initial;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .business .brokerage-sec .list-col2 li:nth-child(even) {
    margin-left: 0;
  }
}
.business .brokerage-sec .list-col2 li .heading03 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .business .brokerage-sec .list-col2 li .heading03 {
    font-size: 20px;
  }
}
.business .brokerage-sec .shop .heading02 {
  font-family: "NotoSansJP-Medium", "Oswald-Medium", sans-serif;
}
.business .brokerage-sec .shop.com-wrap {
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .business .brokerage-sec .shop.com-wrap {
    display: block;
    margin: 40px auto 48px;
  }
}
.business .brokerage-sec .shop.com-wrap .img {
  width: auto;
}
@media (max-width: 767px) {
  .business .brokerage-sec .shop.com-wrap .img {
    max-width: 70%;
    margin: 0 auto 24px;
  }
}
.business .brokerage-sec .shop.com-wrap .txt {
  width: auto;
}
@media (max-width: 767px) {
  .business .brokerage-sec .shop.com-wrap .txt {
    width: 100%;
  }
}
.business .brokerage-sec .shop .table th {
  font-family: "NotoSansJP-Regular", "Oswald-Medium", sans-serif;
  font-weight: 100;
  width: 25%;
  max-width: 160px;
  border-bottom: solid 1px #FFF;
}
@media (max-width: 767px) {
  .business .brokerage-sec .shop .table th {
    width: 100px;
  }
}
.business .brokerage-sec .shop .table td {
  border-bottom: solid 1px #FFF;
}
.business .brokerage-sec .shop .map a {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #00A6DB;
  padding: 0 10px;
  margin-left: 8px;
  line-height: 1;
  border-radius: 12px;
}
.business .brokerage-sec .shop .map a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.business .brokerage-sec .com-wrap.wrap02 {
  justify-content: flex-start;
  align-items: center;
  gap: 0 2%;
  letter-spacing: -0.08em;
  margin-bottom: 72px;
}
.business .brokerage-sec .com-wrap.wrap02 .img {
  width: 17%;
  max-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .brokerage-sec .com-wrap.wrap02 .img {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
.business .brokerage-sec .com-wrap.wrap02 .txt {
  width: 79%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .brokerage-sec .com-wrap.wrap02 .txt {
    width: 100%;
  }
}
.business .brokerage-sec .point .heading03 {
  position: relative;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  margin: 56px 0;
}
@media (max-width: 1023px) {
  .business .brokerage-sec .point .heading03 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .heading03 {
    display: block;
    max-width: 360px;
    font-size: 16px;
    margin: 40px auto 24px;
  }
}
.business .brokerage-sec .point .heading03 span {
  padding-left: 0.2em;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .heading03 span {
    font-size: 24px;
    padding-left: 0;
  }
}
.business .brokerage-sec .point .heading03 .num {
  padding-left: 0.4em;
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .heading03 .num {
    display: inline-block;
    max-width: 32px;
  }
}
.business .brokerage-sec .point .heading03::before, .business .brokerage-sec .point .heading03::after {
  content: "";
  width: 1px;
  height: 66px;
  background-color: #00A6DB;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .heading03::before, .business .brokerage-sec .point .heading03::after {
    position: absolute;
    bottom: 8px;
  }
}
.business .brokerage-sec .point .heading03::before {
  margin-right: 24px;
  transform: rotate(-24deg);
  margin-left: -0.5em;
}
.business .brokerage-sec .point .heading03::after {
  margin-left: 34px;
  transform: rotate(24deg);
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .heading03::after {
    margin-right: -1em;
  }
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .list-col3 {
    gap: 1em 0;
  }
}
.business .brokerage-sec .point .list-col3 li {
  position: relative;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.25);
  padding: 40px 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .list-col3 li {
    width: 100%;
    margin: 0 auto;
  }
}
.business .brokerage-sec .point .list-col3 li .ttl {
  text-align: center;
}
.business .brokerage-sec .point .list-col3 li .txt {
  max-width: 294px;
  margin: 24px auto 0;
}
.business .brokerage-sec .point .list-col3 li .img {
  margin: 28px auto 0;
  text-align: center;
}
.business .brokerage-sec .point .list-col3 li:not(:first-child) .txt {
  position: absolute;
  max-width: 334px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
}
@media (max-width: 767px) {
  .business .brokerage-sec .point .list-col3 li:not(:first-child) .txt {
    position: static;
    max-width: 294px;
    transform: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .business .management-sec {
    margin-bottom: 80px;
  }
}
.business .management-sec .heading01 + p {
  text-align: center;
}
@media (max-width: 767px) {
  .business .management-sec .heading01 + p {
    text-align: left;
  }
}
.business .management-sec .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 64px 6.5%;
  margin: 32px auto 80px;
}
@media (max-width: 1023px) {
  .business .management-sec .wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.business .management-sec .wrap .cell {
  width: 46%;
  background: url(/okinawa/images/business/management_tx01.svg) no-repeat #EFF2F5;
  background-position: bottom right;
}
@media (max-width: 1023px) {
  .business .management-sec .wrap .cell {
    width: 100%;
    margin-bottom: 40px;
    background-size: 30% auto;
  }
}
.business .management-sec .wrap .cell:nth-child(2) {
  background: url(/okinawa/images/business/management_tx02.svg) no-repeat #EFF2F5;
  background-position: bottom right;
}
@media (max-width: 1023px) {
  .business .management-sec .wrap .cell:nth-child(2) {
    background-size: 30% auto;
  }
}
.business .management-sec .wrap .cell:nth-child(3) {
  background: url(/okinawa/images/business/management_tx03.svg) no-repeat #EFF2F5;
  background-position: bottom right;
}
@media (max-width: 1023px) {
  .business .management-sec .wrap .cell:nth-child(3) {
    background-size: 30% auto;
  }
}
.business .management-sec .wrap .cell:nth-child(4) {
  background: url(/okinawa/images/business/management_tx04.svg) no-repeat #EFF2F5;
  background-position: bottom right;
}
@media (max-width: 1023px) {
  .business .management-sec .wrap .cell:nth-child(4) {
    background-size: 30% auto;
  }
}
.business .management-sec .wrap .cell .h-management {
  position: relative;
  padding-bottom: 32px;
  background-color: #FFF;
  color: #00A5DB;
  font-family: "NotoSansJP-Regular", "Oswald-Medium", sans-serif;
  font-size: 28px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .business .management-sec .wrap .cell .h-management {
    padding-bottom: 24px;
    font-size: 20px;
  }
}
.business .management-sec .wrap .cell .h-management::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  display: block;
  width: 1px;
  height: 32px;
  margin: 0 auto;
  background-color: #00A5DB;
}
.business .management-sec .wrap .cell .box ul {
  padding: 64px 56px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .business .management-sec .wrap .cell .box ul {
    padding: 40px 16px;
  }
}
.business .management-sec .com-wrap .txt .bn {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .business .management-sec .com-wrap .txt .bn {
    text-align: center;
    margin-top: 24px;
  }
}
.business .management-sec .blue-box .list-col3 {
  justify-content: space-around;
  gap: 2em 2%;
}
.business .management-sec .blue-box .list-col3 li {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .business .management-sec .blue-box .list-col3 li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .business .management-sec .blue-box .list-col3 li {
    width: 100%;
    margin: 0 auto;
  }
}
.business .parking-sec .heading01 span {
  padding-right: 12px;
}
@media (max-width: 767px) {
  .business .parking-sec .heading01 span {
    display: block;
    padding: 0;
    margin-bottom: 16px;
  }
}
.business .parking-sec .heading01 + p {
  text-align: center;
}
@media (max-width: 767px) {
  .business .parking-sec .heading01 + p {
    text-align: left;
  }
}
.business .parking-sec .wh-box {
  margin-top: 56px;
}
.business .parking-sec .wh-box .txt .h-business {
  line-height: 1.4;
  margin: 0 auto 16px;
}
@media (max-width: 767px) {
  .business .parking-sec .wh-box .txt .h-business {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .business .parking-sec .wh-box .img img {
    width: 100%;
  }
}
.business .parking-sec .blue-box {
  margin-bottom: 0;
}
.business .parking-sec .blue-box ul {
  justify-content: center;
  gap: 16px 2%;
  background-color: #FFF;
  margin-bottom: 0;
}
.business .parking-sec .blue-box ul li {
  margin: 0;
}
.business .consulting-sec {
  margin-bottom: 80px;
}
.business .consulting-sec .heading01 + p {
  text-align: center;
}
@media (max-width: 767px) {
  .business .consulting-sec .heading01 + p {
    text-align: left;
  }
}
.business .consulting-sec .blue-box .list-col4 {
  justify-content: center;
  gap: 16px 1.3333%;
}
.business .consulting-sec .blue-box .list-col4 li {
  margin: 0;
}
.business .consulting-sec .blue-box .list-col4 li .txt {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .consulting-sec .blue-box .list-col4 li .img {
    text-align: center;
  }
}
.business .consulting-sec .blue-box ul li {
    margin-bottom: 0;
}
.business .consulting-sec .blue-box ul li .txt{
    margin-bottom: 0;
}
.business .consulting-sec .com-wrap {
  margin-top: 64px;
}
.business .consulting-sec .com-wrap figure {
  width: 38%;
}
@media (max-width: 767px) {
  .business .consulting-sec .com-wrap figure {
    width: 100%;
  }
}
.business .consulting-sec .com-wrap figure img {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.25);
}
.business .consulting-sec .com-wrap .txt {
  width: 56%;
}
@media (max-width: 767px) {
  .business .consulting-sec .com-wrap .txt {
    width: 100%;
  }
}
.business .consulting-sec .com-wrap .txt .ttl {
  margin-bottom: 24px;
  font-family: "NotoSansJP-Black", "Oswald-Medium", sans-serif;
  font-size: 20px;
  line-height: 1;
}
.business .consulting-sec .blue-box .list-col2 li {
  margin-bottom: 0;
}
.business .consulting-sec .blue-box .list-col2 li .list-img {
  margin-bottom: 0;
}
.business .consulting-sec .blue-box .list-col2 li .list-img .txt {
  margin-bottom: 0;
}
.business .consulting-sec .blue-box .list-col2 li .txt {
  text-align: left;
}
@media (max-width: 767px) {
  .business .consulting-sec .blue-box .list-col2 li .txt {
    text-align: center;
  }
}
.business .consulting-sec .menshin .catch {
  font-size: 18px;
  font-family: "NotoSansJP-Regular", "Oswald-Medium", sans-serif;
  color: #00A5DB;
  text-align: center;
  margin: 72px auto 40px;
}
@media (max-width: 767px) {
  .business .consulting-sec .menshin .catch {
    font-size: 16px;
    margin: 40px auto 24px;
  }
}
.business .consulting-sec .menshin .list-col3 {
  justify-content: space-between;
  gap: 1em 2%;
}
@media (max-width: 1023px) {
  .business .consulting-sec .menshin .list-col3 {
    justify-content: space-around;
  }
}
.business .consulting-sec .menshin .list-col3 li {
  max-width: 358px;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .business .consulting-sec .menshin .list-col3 li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .business .consulting-sec .menshin .list-col3 li {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
}
.business .consulting-sec .menshin .list-col3 li dl {
  position: relative;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.25);
  padding: 24px 24px 16px;
}
.business .consulting-sec .menshin .list-col3 li dl dt {
  position: absolute;
  top: 24px;
  left: -10px;
}
.business .consulting-sec .menshin .list-col3 li dl dd {
  font-size: 18px;
  color: #76B793;
  text-align: center;
  margin-top: 16px;
}
.business .consulting-sec .menshin .list-col3 li:nth-child(2) dd {
  color: #00A6DB;
}
.business .consulting-sec .menshin .list-col3 li:nth-child(3) dd {
  color: #C6B871;
}
.business .consulting-sec .menshin .list-col3 li p {
  margin: 8px auto 0;
}
.business .develop-sec .heading01 + p {
  text-align: center;
}
@media (max-width: 767px) {
  .business .develop-sec .heading01 + p {
    text-align: left;
  }
}
.business .develop-sec .com-wrap figure {
  width: 38%;
}
@media (max-width: 767px) {
  .business .develop-sec .com-wrap figure {
    width: 100%;
  }
}
.business .develop-sec .com-wrap figure img {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.25);
}
.business .develop-sec .com-wrap .txt {
  width: 56%;
}
@media (max-width: 767px) {
  .business .develop-sec .com-wrap .txt {
    width: 100%;
  }
}
.business .develop-sec .list-col2 {
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1em;
  margin-bottom: 0;
}
.business .develop-sec .list-col2 li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .develop-sec .list-col2 li {
    width: 100%;
  }
}
.business .develop-sec .list-col2 li:nth-child(even) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .business .develop-sec .list-col2 li p {
    margin-bottom: 0;
  }
}
.business .develop-sec .list-col2 li .img {
  text-align: center;
}

/*==========*/
/* strength */
/*==========*/
@media (max-width: 767px) {
  .strength {
    margin-bottom: 64px;
  }
}
.strength .title-area {
  background: url(/okinawa/images/strength/strength_ma01.jpg) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.strength .intro {
  text-align: center;
}
@media (max-width: 767px) {
  .strength .intro {
    text-align: left;
  }
}
.strength .name {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .strength .name {
    margin-top: 32px;
  }
}
.strength .name span {
  margin-left: 24px;
  font-family: "NotoSansJP-Medium", "Oswald-Medium", sans-serif;
  font-size: 24px;
}
@media (max-width: 767px) {
  .strength .name span {
    margin-left: 16px;
    font-size: 20px;
  }
}
.strength .com-wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .strength .com-wrap {
    display: block;
  }
}
.strength .com-wrap .img {
  width: 36%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.25);
}
@media (max-width: 767px) {
  .strength .com-wrap .img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 16px;
  }
}
.strength .com-wrap .txt {
  width: 56.4%;
}
@media (max-width: 767px) {
  .strength .com-wrap .txt {
    width: 100%;
  }
}
.strength .com-wrap .txt .heading02 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .strength .com-wrap .txt .heading02 {
    display: block;
    text-align: center;
  }
}
.strength .com-wrap .txt .heading02 img {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .strength .com-wrap .txt .heading02 img {
    display: block;
    margin: 0 auto 8px;
  }
}
.strength .com-wrap.wrap01 .txt {
  background: url(/okinawa/images/strength/strength_tx01.svg) no-repeat;
  background-position: top right;
}
@media (max-width: 767px) {
  .strength .com-wrap.wrap01 .txt {
    padding-bottom: 24px;
    background-size: 50% auto;
    background-position: bottom right;
  }
}
@media (max-width: 767px) {
  .strength .com-wrap.wrap02 {
    margin: 80px auto;
  }
}
.strength .com-wrap.wrap02 .txt {
  background: url(/okinawa/images/strength/strength_tx02.svg) no-repeat;
  background-position: top right;
}
@media (max-width: 767px) {
  .strength .com-wrap.wrap02 .txt {
    padding-bottom: 24px;
    background-size: 50% auto;
    background-position: bottom right;
  }
}
.strength .com-wrap.wrap03 .txt {
  background: url(/okinawa/images/strength/strength_tx03.svg) no-repeat;
  background-position: top right;
}
@media (max-width: 767px) {
  .strength .com-wrap.wrap03 .txt {
    padding-bottom: 24px;
    background-size: 50% auto;
    background-position: bottom right;
  }
}
.strength .group-img {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .strength .group-img {
    margin-bottom: 40px;
  }
}
/*=======*/
/* about */
/*=======*/
/*=========*/
/* recruit */
/*=========*/
.recruit .title-area {
  background: url(/okinawa/images/recruit/recruit_ma01.jpg) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.recruit .intro {
  text-align: center;
}
@media (max-width: 767px) {
  .recruit .intro {
    text-align: left;
  }
}
.recruit .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .recruit .wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.recruit .wrap .cell {
  width: 48%;
  background-color: #EFF2F5;
}
@media (max-width: 1023px) {
  .recruit .wrap .cell {
    width: 100%;
    margin-bottom: 40px;
  }
}
.recruit .box {
  height: 100%;
  padding: 80px 16px;
}
@media (max-width: 1023px) {
  .recruit .box {
    padding: 40px 16px;
  }
}
.recruit .h-recruit {
  position: relative;
  padding-bottom: 32px;
  background-color: #FFF;
  color: #00A5DB;
  font-family: "NotoSansJP-Bold", "Oswald-Medium", sans-serif;
  font-size: 28px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit .h-recruit {
    padding-bottom: 24px;
    font-size: 20px;
  }
}
.recruit .h-recruit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  display: block;
  width: 1px;
  height: 32px;
  margin: 0 auto;
  background-color: #00A5DB;
}
.recruit .list-btn {
  max-width: 410px;
  margin: 0 auto;
}
.recruit .list-btn li {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .recruit .list-btn li {
    margin-bottom: 4px;
  }
}
.recruit .list-btn li .com-bt {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #0E3F70;
  font-size: 16px;
}
.recruit .list-btn li .com-bt span {
  display: block;
  width: calc(100% - 20px);
  padding: 0 16px;
  margin: 0 16px;
}
@media (max-width: 767px) {
  .recruit .list-btn li .com-bt span {
    padding: 0 8px;
    margin: 0 8px;
    font-size: 14px;
  }
}
.recruit .list-btn li .com-bt:hover {
  background-color: #FFF;
}

/*=========*/
/* contact */
/*=========*/
.contact {
  /* ContactForm用 */
}
@media (max-width: 767px) {
  .contact .table {
    display: block;
    margin-top: 24px;
  }
  .contact .table tr:last-child td {
    border-bottom: 1px solid #333;
  }
  .contact .table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
.contact .table th {
  width: 280px;
  text-align: left;
}
.contact .table th .required {
  margin-left: 16px;
  padding: 4px;
  background-color: #F00;
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .table th {
    display: block;
    width: 100%;
  }
}
.contact .table .error {
  display: block;
  color: #F00;
}
.contact .data-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-name dt {
  width: 3em;
}
.contact .data-name dd {
  width: calc(100% - 3em);
  margin-bottom: 8px;
}
.contact .data-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-address dt {
  width: 5em;
}
.contact .data-address dd {
  width: calc(100% - 5em);
  margin-bottom: 8px;
}
.contact .data-address .p-postal-code {
  max-width: 200px;
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 64px 0;
  }
}
.contact .list-bt li {
  margin: 0 8px;
}
.contact .wpcf7-list-item {
  display: inline-block;
}
.contact .wpcf7-list-item label input + span {
  margin-left: 0.5em;
}
.contact .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}
/*# sourceMappingURL=contents.css.map */
