@charset "UTF-8";

.g-siteHeader_inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.g-headerLogo {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-bottom: 0;
}

.g-headerText_corporateName {
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 3px;
}

.g-headerText_corporateName img {
  width: auto;
  height: 100%;
}

.g-siteHeader .g-headerTitle {
  position: static;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .g-siteHeader .g-headerTitle {
    width: 100%;
  }
}

.g-headerLogo_imgLogo {
  vertical-align: baseline;
  height: 26px;
}

@media screen and (max-width: 599px) {
  .g-headerLogo_imgLogo {
    vertical-align: baseline;
    height: 17px;
  }
}

.g-headerLogo_img {
  width: auto;
}

.g-siteHeader_root {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .g-siteHeader .g-headerMenu {
    width: 50%;
  }
}

@media screen and (max-width: 959px) {
  [data-js-hamburger="fade"] .g-headerMenu_inner {
    top: 100%;
  }
}

.js-deSvg {
  fill: currentColor;
  width: 30px;
}

.c-groupHeroImage {
  position: relative;
  width: 100%;
  height: 300px;
  margin: auto;
  overflow: hidden;
}

.c-groupHeroImage_text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 300px;
  /* font-family: "Noto Serif CJK JP";
    font-size: 34px;
    font-weight: 600;
    color: #ffffff; */
}

.c-groupHeroImage_text img {
  width: 90%;
}

.c-groupHeroImage_image {
  display: block;
  background: url(/okinawa/images/bg_title.jpg) no-repeat 0 0;
  background-position: center bottom;
  background-size: cover;
  height: 100%;
  width: 100%;
  opacity: 1;
  position: relative;
  z-index: 0;
}



.c-groupHeadingLv2 {
  font-family: "Noto Serif CJK JP";
  font-size: 24px;
  font-weight: 600;
  line-height: 47px;
}

.c-groupHeadingLv2-shoulder {
  text-align: center;
}

.c-groupHeadingLv2-shoulder_shoulder {
  color: #017f9d;
  display: block;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.c-groupHeadingLv2-shoulder_heading {
  display: block;
  font-family: "Noto Serif CJK JP";
  font-size: 34px;
  font-weight: 600;
  line-height: 47px;
  padding-top: 9px;
}

@media screen and (max-width: 767px) {
  .c-groupHeadingLv2-shoulder_heading {
    font-size: 28px;
    line-height: 39px;
  }
  .c-groupHeroImage_image {
    display: block;
    background: url(/okinawa/images/bg_title_sp.jpg) no-repeat 0 0;
    background-position: right bottom;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 1;
    position: relative;
    z-index: 0;
  }
}

@media screen and (min-width: 960px) {
  .g-container {
    padding-top: 76px;
  }
}

.g-container_inner {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 60px;
}

.g-container_bg {
  padding: 70px 0;
}

.g-container_bg.gray {
  background: #fafafa;
  margin-top: 0;
  padding: 70px 0 40px;
}

.g-container_inner.c-newsArea {
  margin-top: 0;
  padding-bottom: 0;
}

.c-newsArea .c-newsArea_announcement {
  padding: 20px 0;
}

.c-newsArea .c-newsArea_list {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
}

.c-newsArea .c-newsArea_list dt {
  width: 90px;
}

.c-newsArea .c-newsArea_list dd {
  width: calc(100% - 90px);
}

@media screen and (max-width: 599px) {
  .c-newsArea .c-newsArea_list {
    display: block;
  }

  .c-newsArea .c-newsArea_list dt {
    width: 100%;
  }

  .c-newsArea .c-newsArea_list dd {
    width: 100%;
  }
}

.g-container_bg.gray .l-tile-2col .c-card_title,
.g-container_bg.gray .l-tile-3col.l-tile-spc .c-card_title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #017f9d;
}

.g-container_bg.gray .l-tile-2col .c-text {
  margin-top: 20px;
}

.u-gMap {
  width: 100%;
  height: 420px;
  margin-top: 20px;
}

.u-icon_mail path {
  color: #017f9d;
}

.u-icon_tel path {
  color: #000000;
}

.g-groupFoot {
  background: url(/group/images/bg_foot01.jpg) no-repeat 0 0;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 70px 0 200px;
}

.g-groupFoot .g-groupFoot_title {
  font-family: "Noto Serif CJK JP";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

.g-groupFoot_imgLogo {
  width: 300px;
  margin-bottom: 50px;
}

.g-groupFoot .c-btn {
  background-color: #ffffff;
  border-radius: 5px;
}

@media screen and (max-width: 599px) {
  .g-groupFoot {
    padding: 20px 0 200px;
  }

  .g-groupFoot .g-groupFoot_title {
    margin-bottom: 20px;
  }

  .g-groupFoot_imgLogo {
    width: 220px;
    margin-bottom: 20px;
  }
}

.g-groupFoot .c-text {
  line-height: 2;
}

.l-separator-x10 {
  margin-top: 0;
}

.g-siteFooter {
  margin-top: 0;
}

/* --- #sec01 --- */
#sec01 .c-text-02 {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  #sec01 .c-text-02 {
    text-align: left;
  }
}

/* --- #sec02 --- */
#sec02 {
  margin-bottom: 70px;
}

/* --- #sec04 --- */
#sec03.g-container_bg {
  margin-top: 0;
  padding: 0;
}

#sec03.g-container_bg .g-container_inner {
  padding: 70px 20px 70px;
}

#sec03 .g-container_inner > .l-tile-02 > .l-tile_item:nth-of-type(1) {
  width: 25%;
  padding-right: 40px;
}

#sec03 .g-container_inner > .l-tile-02 > .l-tile_item:nth-of-type(2) {
  width: 75%;
  padding-left: 40px;
  border-left: 1px solid #000000;
}

@media screen and (max-width: 960px) {
  #sec03 .g-container_inner > .l-tile-02 > .l-tile_item:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  #sec03 .g-container_inner > .l-tile-02 > .l-tile_item:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 20px;
    border-top: 1px solid #000000;
  }
}

#sec03 .c-text.c-text-02.u-fw-bold + .l-tile {
  margin-top: 5px;
}

#sec03 .c-text_tel {
  font-family: "Noto Serif CJK JP";
  font-size: 38px;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
}

#sec03 .c-text_tel .u-icon_tel {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: 2px;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  #sec03 .c-text_tel {
    font-size: 32px;
  }
}

#sec03 .c-btn {
  border: 1px solid #017f9d;
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #017f9d;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
}

#sec03 .c-btn p {
  margin-left: 5px;
}

#sec03 .c-btn .u-icon_mail {
  width: 25px;
  height: 25px;
  color: #017f9d;
  vertical-align: -5px;
  margin-right: 10px;
}

#sec03 .g-container_inner > .l-tile-02 > .l-tile_item {
  margin-bottom: 0;
}

@media (min-width: 599px) {
  #sec03 .g-container_inner a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

