@charset "UTF-8";

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .btn-wrap {
    gap: 8rem;
  }
}
.btn-wrap.-tel {
  margin-top: 4rem;
  gap: 2rem;
  font-weight: bold;
  color: #8E0000;
}
@media (min-width: 768px) {
  .btn-wrap.-tel {
    font-size: 2.4rem;
  }
}

.btn-tel::before {
  background-image: url(../img/icon-tel.png);
}

.btn-large {
  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;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  width: 30rem;
  height: 6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .btn-large {
    border-width: 5px;
    width: 64rem;
    height: 10.4rem;
  }
}
.btn-large.-contact {
  color: #fff;
  background: #001379 url(../img/btn-bg.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .btn-large.-contact {
    font-size: 2.6rem;
  }
}
.btn-large.-caution {
  color: #894646;
  background: #fff;
  border: 3px solid #894646;
}
@media (min-width: 768px) {
  .btn-large.-caution {
    border-width: 5px;
    font-size: 2.6rem;
  }
}
.btn-large.-caution::after {
  border-color: #894646;
}
.btn-large::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  right: 2rem;
  margin-top: -0.6rem;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .btn-large::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    right: 3.2rem;
  }
}

.heading-system {
  padding: 0.5em;
  border-radius: 8px;
  background: #393939;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .heading-system {
    padding: 1.5rem;
    font-size: 2.4rem;
  }
}

.page-title {
  position: relative;
  z-index: 2;
  padding-top: 7rem;
  height: 100%;
  color: #fff;
}
@media not all and (min-width: 768px) {
  .page-title {
    padding-right: 15rem;
  }
}
@media (min-width: 768px) {
  .page-title {
    padding-left: 2.6rem;
  }
}
.page-title > .en {
  display: block;
  font-size: 2.4rem;
  font-family: var(--km-fontfamily-roboto);
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-title > .en {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .page-title > .en {
    font-size: 7.2rem;
  }
}
.page-title > .jp {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-title > .jp {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .page-title > .jp {
    font-size: 2.4rem;
  }
}

.list-system {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  .list-system {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.list-system > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-system > .wrap > .label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8rem;
}
@media (min-width: 768px) {
  .list-system > .wrap > .label {
    width: 12rem;
  }
}
.list-system > .wrap > .content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media not all and (min-width: 1024px) {
  .list-system.-vertical > .wrap {
    display: block;
  }
}
.list-system.-vertical > .wrap > .label {
  width: 16em;
}
@media (min-width: 1024px) {
  .list-system.-vertical > .wrap > .label {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 0.8em;
    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;
  }
}
.list-system.-vertical > .wrap > .content {
  font-weight: normal;
  margin-bottom: 0.8em;
}
@media (min-width: 1024px) {
  .list-system.-vertical > .wrap > .content {
    padding-left: 1em;
  }
}

.list-news {
  border-top: 1px solid #707070;
}
.list-news > .item {
  border-bottom: 1px solid #707070;
}
.list-news > .item > .link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 1.8rem 0;
}
@media (min-width: 768px) {
  .list-news > .item > .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-news > .item > .link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.list-news > .item > .link > .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--sb-fontfamily-cardo);
  font-size: 1.6rem;
  color: #867640;
  width: 100%;
  border-bottom: 1px dashed #707070;
  padding: 0.2rem 0;
}
@media (min-width: 768px) {
  .list-news > .item > .link > .date {
    border-bottom: none;
    border-right: 1px solid #707070;
    padding: 0;
    font-size: 3rem;
    width: 19rem;
  }
}
.list-news > .item > .link > .date > .year {
  font-size: 1.2rem;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .list-news > .item > .link > .date > .year {
    font-size: 2rem;
  }
}
.list-news > .item > .link > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.5rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .list-news > .item > .link > .content {
    padding: 0 0 0 1.8rem;
    width: calc(100% - 19rem);
  }
}
.list-news > .item > .link > .content::after {
  content: "→";
  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;
  text-align: center;
  position: absolute;
  top: -2.8rem;
  right: 0;
  font-size: 2rem;
  width: 4.7rem;
  height: 2.2rem;
  line-height: 2rem;
  border-radius: 1.1rem;
  border: 1px solid #7E7E7E;
  color: #7E7E7E;
}
@media (min-width: 768px) {
  .list-news > .item > .link > .content::after {
    top: 50%;
    margin-top: -1.1rem;
  }
}

.list-banner > .item {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .list-banner > .item {
    margin-top: 3rem;
  }
}
.list-banner > .item > .link {
  display: block;
  overflow: hidden;
  border-radius: 0 3rem 0 3rem;
}
@media (min-width: 1024px) {
  .list-banner > .item > .link {
    border-radius: 0 5rem 0 5rem;
  }
}

.list-caution > .description {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list-caution > .description {
    margin-bottom: 4rem;
  }
}

.list-inquiry::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100%;
}

@media not all and (min-width: 1024px) {
  #gnav.-starba {
    background: var(--sb-color-primary) url(../img/footer-bg.png) no-repeat center top/cover;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  }
}

#site-logo {
  height: 3.2rem;
}
@media (min-width: 1024px) {
  #site-logo {
    height: 5rem;
  }
}

#mainvisual {
  overflow: clip;
  position: relative;
  height: 20rem;
  background: no-repeat center center/cover;
}
@media (min-width: 768px) {
  #mainvisual {
    height: 40rem;
  }
}
#mainvisual.-contact::after, #mainvisual.-company::after, #mainvisual.-news::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: #001379 url(../img/mv-bottom_thin.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  #mainvisual.-contact::after, #mainvisual.-company::after, #mainvisual.-news::after {
    height: 2.7rem;
  }
}
#mainvisual.-contact > .k-photo, #mainvisual.-company > .k-photo, #mainvisual.-news > .k-photo {
  bottom: -8rem;
  width: 26rem;
  right: -5rem;
}
@media (min-width: 768px) {
  #mainvisual.-contact > .k-photo, #mainvisual.-company > .k-photo, #mainvisual.-news > .k-photo {
    bottom: -12rem;
    width: 50rem;
  }
}
#mainvisual.-company {
  background-image: url(../img/main-bg_company.jpg);
}
#mainvisual.-contact {
  background-image: url(../img/main-bg_contact.jpg);
}
#mainvisual.-news {
  background-image: url(../img/main-bg_news.jpg);
}
#home #mainvisual {
  height: 36rem;
}
@media (min-width: 768px) {
  #home #mainvisual {
    height: 70.5rem;
  }
}
#home #mainvisual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26rem;
  background: url(../img/main-bg.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  #home #mainvisual::before {
    height: 56rem;
  }
}
#home #mainvisual::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: url(../img/mv-bottom.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  #home #mainvisual::after {
    height: 14.5rem;
  }
}
#mainvisual .k-photo {
  position: absolute;
  z-index: 2;
  right: -3rem;
  bottom: 0;
  width: 22rem;
}
@media (min-width: 768px) {
  #mainvisual .k-photo {
    right: -6rem;
    width: 40rem;
  }
}
@media (min-width: 1024px) {
  #mainvisual .k-photo {
    right: 0;
    width: 56rem;
  }
}
#mainvisual > .inner {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  height: 100%;
}
@media (min-width: 768px) {
  #mainvisual > .inner {
    padding-top: 8.5rem;
  }
}
#mainvisual > .inner > .logo {
  width: 15rem;
}
@media (min-width: 768px) {
  #mainvisual > .inner > .logo {
    width: 31.9rem;
  }
}
#mainvisual > .inner > .text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  #mainvisual > .inner > .text {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 5.4rem;
  }
}
#mainvisual > .inner > .name {
  position: absolute;
  left: 0;
  bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FCEA88;
  line-height: 1;
  font-weight: bold;
  padding: 1.4rem 5rem 1.6rem 0;
}
@media (min-width: 768px) {
  #mainvisual > .inner > .name {
    bottom: 10.5rem;
  }
}
@media (min-width: 1024px) {
  #mainvisual > .inner > .name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4rem 5rem 1.6rem 0;
  }
}
#mainvisual > .inner > .name > .small {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #mainvisual > .inner > .name > .small {
    font-size: 3.4rem;
  }
}
#mainvisual > .inner > .name > .large {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #mainvisual > .inner > .name > .large {
    margin-left: 0.5em;
    font-size: 4.8rem;
  }
}
#mainvisual > .inner > .name::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  border: 2px solid #909090;
  background: #000000;
  border-radius: 0 2rem 2rem 0;
}

#introduction {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}
#introduction > .balloon-wrap {
  padding-bottom: 1.2rem;
  background: url(../img/bg-intro.png) no-repeat right bottom/100% auto;
}
#introduction > .balloon-wrap > .balloon {
  margin-left: auto;
  margin-right: auto;
  max-width: 92rem;
  width: 90%;
}
#introduction > .insert-image {
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
}

#home #main {
  margin-top: 0;
  background: #edeadf url(../img/bg.png) no-repeat center top/100% auto;
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}
@media (min-width: 768px) {
  #home #main {
    padding-top: 11rem;
  }
}
#main.-news {
  margin-top: 0;
  padding: 3rem 0 5rem;
  background: #F2F0EA;
}
@media (min-width: 768px) {
  #main.-news {
    padding: 8rem 0 15rem;
  }
}
#main.-news .date {
  margin-bottom: 0.5em;
  font-family: var(--sb-fontfamily-cardo);
  color: #867640;
}
@media (min-width: 768px) {
  #main.-news .date {
    font-size: 3rem;
  }
}
#main.-news .date > .year {
  padding-left: 1em;
}
@media (min-width: 768px) {
  #main.-news .date > .year {
    font-size: 2rem;
  }
}

#system {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  text-align: center;
  padding: 2rem 1rem 4rem;
}
@media (min-width: 768px) {
  #system {
    padding: 4rem 3rem 7rem;
  }
}

.image-text {
  margin: 4rem auto 6rem;
}
.image-text > .text {
  font-weight: bold;
}
.image-text > .text > p {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9rem auto 13rem;
  }
  .image-text > .image {
    width: 50%;
  }
  .image-text > .image > img {
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  }
  .image-text > .text {
    width: 50%;
    padding-left: 2rem;
    font-size: 2.8rem;
  }
  .image-text > .text > p {
    margin-bottom: 2rem;
  }
}

.payments {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  padding-bottom: 6.9rem;
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .payments {
    margin-top: 11rem;
  }
}
.payments > .heading {
  background: #894646;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
  width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  position: relative;
  top: -2rem;
}
@media (min-width: 768px) {
  .payments > .heading {
    font-size: 2.8rem;
    padding: 1.9rem;
    width: 64rem;
    top: -4rem;
  }
}
.payments > .text, .payments > .card {
  margin-left: auto;
  margin-right: auto;
  width: 88rem;
  max-width: 90%;
}
.payments > .text {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  text-align: center;
}
@media (min-width: 768px) {
  .payments > .text {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

#section-news {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 6rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  #section-news {
    margin-top: 15rem;
    padding-bottom: 9.5rem;
  }
}
#section-news > .inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 1%;
  background: url(../img/news-bar.png) no-repeat center top/contain;
}

#access > .paragraph {
  margin: 2em 0;
  color: #894646;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  #access > .paragraph {
    font-size: 2.4rem;
  }
}

#footer.-starba {
  background: url(../img/footer-bg.png) no-repeat center top/cover;
  padding-bottom: 1rem;
}
#footer > .starba {
  padding-top: 2rem;
  color: #fff;
}
#footer > .starba > .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FCEA88;
  font-weight: bold;
  line-height: 1;
  padding-top: 1rem;
}
#footer > .starba > .name > .small {
  font-size: 2.2rem;
}
#footer > .starba > .name > .large {
  padding-left: 0.7em;
  font-size: 3.2rem;
}

.footer-kandm {
  margin: 3rem 1rem 1rem;
  padding: 1rem 0;
  background: #DEDEDE;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .footer-kandm {
    margin: 3rem;
    padding: 2rem;
  }
}

#company-profile > .paragraph {
  margin-top: 4rem;
  color: #894646;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  #company-profile > .paragraph {
    font-size: 2rem;
  }
}

.link-section {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 0;
  background: #E5E1D5;
}
@media (min-width: 768px) {
  .link-section {
    margin-top: 9rem;
    padding: 7rem 0 11rem;
  }
}
.link-section .btn-wrap {
  margin-top: 0;
}

#caution {
  background: #F2F0EA;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  #caution {
    padding: 11rem 0;
  }
}
#caution > .inner {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  #caution > .inner {
    padding: 4rem 5rem;
  }
}
#caution > .inner > .title {
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
  color: #894646;
}
@media (min-width: 768px) {
  #caution > .inner > .title {
    margin-bottom: 4rem;
    font-size: 3.5rem;
  }
}

.article-news {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .article-news {
    padding: 5rem 5rem;
  }
}
@media (min-width: 1024px) {
  .article-news {
    padding: 5rem 15rem;
  }
}

.article-title {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .article-title {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}

.contents-wrap p {
  margin-top: 1em;
}
.contents-wrap img {
  margin: 1em auto;
}
/*# sourceMappingURL=style.css.map */
