/* ============================================================================
 common
============================================================================== */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  word-break: break-word;
  line-height: 2;
  letter-spacing: 0.01em;
}

a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768.1px) {
  a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

@media screen and (min-width: 768.1px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768.1px) {
  .com-spBlock {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .com-spBlock {
    display: block;
  }
}

@media screen and (min-width: 768.1px) {
  .com-pcBlock {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .com-pcBlock {
    display: none !important;
  }
}

@media screen and (min-width: 768.1px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.com-inner {
  max-width: calc(960px + 50px + 50px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .com-inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
}

/* ============================================================================
 common
    header
============================================================================== */
.com-header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .com-header {
    -webkit-box-shadow: 0px 4px 16px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 16px 1px rgba(0, 0, 0, 0.05);
  }
}

.com-header__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================================
 common
    headerPc
============================================================================== */
.com-headerPc {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.com-headerPc__titleLink {
  color: #50323C;
  display: block;
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .com-headerPc__titleLink {
    font-size: 20px;
  }
}

.com-headerPc__titleLink:visited {
  color: #50323C;
}

.com-headerPc__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.com-headerPc__itemLink {
  color: #50323C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 32px;
}

@media screen and (max-width: 1200px) {
  .com-headerPc__itemLink {
    margin: 0 15px 0 0;
  }
}

.com-headerPc__telLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #50323C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 15px;
}

@media screen and (max-width: 1200px) {
  .com-headerPc__telLink {
    padding: 16px 15px;
  }
}

.com-headerPc__telText {
  color: #FFF;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .com-headerPc__telText {
    font-size: 14px;
  }
}

.com-headerPc__telNumber {
  color: #FFF;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .com-headerPc__telNumber {
    font-size: 14px;
  }
}

/* ============================================================================
 common
    headerSp
============================================================================== */
.com-headerSp__title--item {
  color: #50323C;
  display: block;
  font-size: 24px;
  letter-spacing: 0.025em;
  padding: 13px 0 9px 0;
  text-align: center;
}

/* ============================================================================
 common
    footer
============================================================================== */
.com-footer__bg {
  background-image: url(/assets/images/common/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .com-footer__bg {
    background-position: 80% 50%;
  }
}

@media screen and (min-width: 768.1px) {
  .com-footer__inner {
    padding-top: 68px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .com-footer__inner {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}

.com-footer__title--jp {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (min-width: 768.1px) {
  .com-footer__title--jp {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .com-footer__title--jp {
    font-size: 14px;
  }
}

.com-footer__title--en {
  color: #FFF;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768.1px) {
  .com-footer__title--en {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .com-footer__title--en {
    font-size: 30px;
  }
}

.com-footer__nav {
  margin-top: 25px;
}

.com-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .com-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.com-footer__item {
  padding: 0 27px;
}

@media screen and (max-width: 768px) {
  .com-footer__item {
    margin-top: 11px;
    text-align: center;
  }
}

.com-footer__itemLink {
  color: #FFF;
}

@media screen and (min-width: 768.1px) {
  .com-footer__itemLink {
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .com-footer__itemLink {
    font-weight: 500;
  }
}

@media screen and (min-width: 768.1px) {
  .com-footer__copyright {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .com-footer__copyright {
    padding-top: 35px;
  }
}

.com-footer__copyright--text {
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .com-footer__copyright--text {
    font-size: 12px;
  }
}

/* ============================================================================
 common
    drawer
============================================================================== */
.com-hamburger {
  background-color: #50323C;
  display: block;
  position: fixed;
  z-index: 3;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
}

.com-hamburgerIcon {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 24px;
  background: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.com-hamburgerIcon:nth-child(1) {
  top: 26px;
}

.com-hamburgerIcon:nth-child(2) {
  top: 34px;
}

.com-hamburgerIcon:nth-child(3) {
  top: 42px;
}

.com-hamburger.js-active .com-hamburgerIcon:nth-child(1) {
  top: 36px;
  left: 24px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.com-hamburger.js-active .com-hamburgerIcon:nth-child(2),
.com-hamburger.js-active .com-hamburgerIcon:nth-child(3) {
  background: #fff;
  top: 36px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.com-hamburger.js-active {
  background-color: #6C535B;
}

.com-menuSp {
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #6C535B;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-x: scroll;
}

.com-menuSp.js-active {
  opacity: 1;
  visibility: visible;
}

.com-menuSp__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.com-menuSp__item {
  margin-top: 11px;
}

.com-menuSp__itemLink {
  color: #FFF;
  display: inline-block;
  font-weight: 500;
}

.com-menuSp__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.com-menuSp__title {
  margin-top: 30px;
}

.com-menuSp__titleItem {
  color: #FFF;
  font-size: 30px;
  letter-spacing: 0.025em;
}

/* ============================================================================
 common
    floatingBtn
============================================================================== */
.com-floatingBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.com-floatingBtn__icon {
  width: 40px;
}

/* ============================================================================
 common
    animation 
============================================================================== */
.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.-active {
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}

/* ============================================================================
 module
    font
============================================================================== */
.mod-font-sa {
  font-family: "Noto Sans JP", sans-serif;
}

.mod-font-mi {
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
}

.mod-font-so {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
}

/* ============================================================================
 module
    spacer
============================================================================== */
.mod-spacer-10 {
  height: 10px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-10-pc {
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-10-sp {
    height: 10px;
  }
}

.mod-spacer-20 {
  height: 20px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-20-pc {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-20-sp {
    height: 20px;
  }
}

.mod-spacer-30 {
  height: 30px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-30-pc {
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-30-sp {
    height: 30px;
  }
}

.mod-spacer-40 {
  height: 40px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-40-pc {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-40-sp {
    height: 40px;
  }
}

.mod-spacer-50 {
  height: 50px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-50-pc {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-50-sp {
    height: 50px;
  }
}

.mod-spacer-60 {
  height: 60px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-60-pc {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-60-sp {
    height: 60px;
  }
}

.mod-spacer-70 {
  height: 70px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-70-pc {
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-70-sp {
    height: 70px;
  }
}

.mod-spacer-80 {
  height: 80px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-80-pc {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-80-sp {
    height: 80px;
  }
}

.mod-spacer-90 {
  height: 90px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-90-pc {
    height: 90px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-90-sp {
    height: 90px;
  }
}

.mod-spacer-100 {
  height: 100px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-100-pc {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-100-sp {
    height: 100px;
  }
}

.mod-spacer-110 {
  height: 110px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-110-pc {
    height: 110px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-110-sp {
    height: 110px;
  }
}

.mod-spacer-120 {
  height: 120px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-120-pc {
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-120-sp {
    height: 120px;
  }
}

.mod-spacer-130 {
  height: 130px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-130-pc {
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-130-sp {
    height: 130px;
  }
}

.mod-spacer-140 {
  height: 140px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-140-pc {
    height: 140px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-140-sp {
    height: 140px;
  }
}

.mod-spacer-150 {
  height: 150px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-150-pc {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-150-sp {
    height: 150px;
  }
}

.mod-spacer-160 {
  height: 160px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-160-pc {
    height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-160-sp {
    height: 160px;
  }
}

.mod-spacer-170 {
  height: 170px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-170-pc {
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-170-sp {
    height: 170px;
  }
}

.mod-spacer-180 {
  height: 180px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-180-pc {
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-180-sp {
    height: 180px;
  }
}

.mod-spacer-190 {
  height: 190px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-190-pc {
    height: 190px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-190-sp {
    height: 190px;
  }
}

.mod-spacer-200 {
  height: 200px;
}

@media screen and (min-width: 768.1px) {
  .mod-spacer-200-pc {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .mod-spacer-200-sp {
    height: 200px;
  }
}

/* ============================================================================
 module
============================================================================== */
.mod-headerFixed-spacer {
  margin-top: -70px;
  padding-top: 70px;
}

.mod-textLink {
  color: #5DB4DB;
}

.mod-textLink:hover, .mod-textLink:visited {
  color: #5DB4DB;
}

@media screen and (max-width: 768px) {
  .mod-sectionEn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768.1px) {
  .mod-sectionEn.-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mod-sectionEn__text {
  font-size: 16px;
  letter-spacing: 0.025em;
}

.mod-sectionEn__text.-gray {
  color: #C0C0C0;
}

.mod-sectionEn__text.-white {
  color: #FFF;
}

.mod-sectionEn__border {
  display: block;
  height: 1.5px;
  width: 48px;
}

.mod-sectionEn__border.-gray {
  background-color: #C0C0C0;
}

.mod-sectionEn__border.-purple {
  background-color: #50323C;
}

.mod-sectionTitle.-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mod-sectionTitle__item {
  font-weight: 600;
}

@media screen and (min-width: 768.1px) {
  .mod-sectionTitle__item {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .mod-sectionTitle__item {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 6px;
    text-align: center;
  }
}

.mod-sectionTitle__item.black {
  color: #000;
}

.mod-sectionTitle__item.-green {
  color: #99C6BC;
}

.mod-sectionTitle__item.-white {
  color: #FFF;
}

.mod-telLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D3B676;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 256px;
  padding: 12px 10px;
  width: 100%;
}

.mod-telImage {
  margin-right: 10px;
  width: 22px;
}

.mod-telText {
  color: #FFF;
  font-size: 24px;
  letter-spacing: 0.05em;
}

/* ============================================================================
 index
    about
============================================================================== */
.index-about__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .index-about__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.index-about__block.-upper {
  margin-top: 40px;
}

@media screen and (min-width: 768.1px) {
  .index-about__block.-upper .index-about__blockImage {
    padding-left: 60px;
  }
}

.index-about__block.-upper .index-about__blockImage--bg {
  background-color: #50323C;
  opacity: 0.20;
  top: 62px;
  left: 386px;
}

@media screen and (min-width: 768.1px) {
  .index-about__block.-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 113px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__block.-bottom {
    margin-top: 59px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-about__block.-bottom .index-about__blockImage {
    margin-top: 140px;
    padding-right: 60px;
  }
}

.index-about__block.-bottom .index-about__blockImage--bg {
  background-color: #99C6BC;
  opacity: 0.25;
  right: 386px;
  top: -80px;
}

.index-about__blockImage {
  position: relative;
}

@media screen and (min-width: 768.1px) {
  .index-about__blockImage {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__blockImage {
    margin-top: 20px;
  }
}

.index-about__blockImage--bg {
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 240px;
  max-width: 360px;
}

@media screen and (max-width: 992px) {
  .index-about__blockImage--bg {
    max-width: 240px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-about__blockDesc {
    width: calc(100% - 420px - 75px);
  }
}

@media screen and (min-width: 768.1px) and (max-width: 992px) {
  .index-about__blockDesc {
    width: calc(100% - 420px - 30px);
  }
}

.index-about__blockDesc--title {
  color: #D3B676;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 768.1px) {
  .index-about__blockDesc--title {
    font-size: 20px;
    margin-top: -9px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__blockDesc--title {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (min-width: 768.1px) {
  .index-about__blockDesc--text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__blockDesc--text {
    margin-top: 46px;
  }
}

.index-about__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768.1px) {
  .index-about__btn {
    margin-top: 97px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__btn {
    margin-top: 71px;
  }
}

.index-about__btn--text {
  background-color: rgba(211, 182, 118, 0.8);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}

@media screen and (min-width: 768.1px) {
  .index-about__btn--text {
    font-size: 20px;
    padding: 16px 110px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__btn--text {
    font-size: 15px;
    padding: 6px 57px;
  }
}

.index-about__btn--text:before {
  background-color: #50323C;
  content: "";
  display: block;
  left: 0;
  height: 1.5px;
  position: absolute;
  top: calc(50% - 0.75px);
}

@media screen and (min-width: 768.1px) {
  .index-about__btn--text:before {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__btn--text:before {
    width: 18px;
  }
}

/* ============================================================================
 index
    firstview
============================================================================== */
.index-firstview {
  position: relative;
}

.index-firstview__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: calc(50% - 5px);
  width: 100%;
}

.index-firstview__title--jp {
  color: #FFF;
  display: block;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 768.1px) {
  .index-firstview__title--jp {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .index-firstview__title--jp {
    font-size: 10px;
    letter-spacing: 0.15em;
  }
}

.index-firstview__title--en {
  color: #FFF;
  display: block;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768.1px) {
  .index-firstview__title--en {
    font-size: 60px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .index-firstview__title--en {
    font-size: 30px;
    margin-top: 10px;
  }
}

/* ============================================================================
 index
    information
============================================================================== */
.index-information__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768.1px) {
  .index-information__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto 0 auto auto;
    max-width: 792px;
  }
}

@media screen and (max-width: 768px) {
  .index-information__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768.1px) {
  .index-information__title {
    width: 190px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-information__main {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 768px) {
  .index-information__main {
    margin-top: 43px;
  }
}

.index-information__tableBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .index-information__tableBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-information .index-information__tableBlock:not(:first-child) {
  margin-top: 25px;
}

.index-information__tableTitle {
  color: #D3B676;
  font-weight: 400;
}

@media screen and (min-width: 768.1px) {
  .index-information__tableTitle {
    min-width: 109px;
  }
}

@media screen and (max-width: 768px) {
  .index-information__tableTitle {
    line-height: 1.65;
  }
}

@media screen and (max-width: 768px) {
  .index-information__tableItem {
    line-height: 1.65;
    margin-top: 9px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-information__attention {
    margin-top: 41px;
  }
}

@media screen and (max-width: 768px) {
  .index-information__attention {
    margin-top: 67px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-information__memo {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .index-information__memo {
    margin-top: 44px;
  }
}

@media screen and (max-width: 768px) {
  .index-information__memo--text {
    line-height: 1.6;
  }
}

/* ============================================================================
 index
    instructor
============================================================================== */
.index-instructor {
  position: relative;
}

.index-instructor__bg {
  background-color: #D3B676;
  height: 480px;
  opacity: 0.8;
  width: 57.5%;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768.1px) {
  .index-instructor__bg {
    min-width: 680px;
  }
}

@media screen and (min-width: 768.1px) and (min-width: 1080px) {
  .index-instructor__bg {
    min-width: calc(((100% - 1060px) / 2) + 630px + 50px);
  }
}

@media screen and (min-width: 768.1px) {
  .index-instructor__inner {
    max-width: 630px;
    padding: 45px 55px;
  }
}

@media screen and (max-width: 768px) {
  .index-instructor__inner {
    background-color: #D3B676;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40px;
    opacity: 0.8;
  }
}

.index-instructor__info {
  padding-top: 49px;
}

@media screen and (max-width: 768px) {
  .index-instructor__info {
    padding: 38px 20px 50px 20px;
  }
}

.index-instructor__info--name {
  color: #FFF;
}

.index-instructor__info--text {
  color: #FFF;
  margin-top: 16px;
}

@media screen and (min-width: 768.1px) {
  .index-instructor__image {
    margin-top: -180px;
    position: relative;
    z-index: -2;
  }
}

@media screen and (min-width: 768.1px) {
  .index-instructor__imageInner {
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768.1px) {
  .index-instructor__imageItem {
    display: block;
    margin: auto 0 auto auto;
    max-width: 720px;
  }
}

/* ============================================================================
 index
    message
============================================================================== */
@media screen and (min-width: 768.1px) {
  .index-message__desc {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .index-message__desc {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-message__descItem {
    text-align: center;
  }
}

/* ============================================================================
 index
    news
============================================================================== */
.index-news a {
  color: #5DB4DB;
}

.index-news a:visited {
  color: #5DB4DB;
}

@media screen and (min-width: 768.1px) {
  .index-news__inner {
    max-width: 625px;
    margin: 0 auto;
  }
}

.index-news__titleItem {
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media screen and (min-width: 768.1px) {
  .index-news__titleItem {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .index-news__titleItem {
    font-size: 20px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-news__block {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .index-news__block {
    margin-top: -7px;
  }
}

.index-news__list .index-news__item:not(:last-child) .index-news__itemDate {
  border-bottom: 3px solid #99C6BC;
}

@media screen and (min-width: 768.1px) {
  .index-news__list .index-news__item:not(:last-child) .index-news__itemDate {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .index-news__list .index-news__item:not(:last-child) .index-news__itemDate {
    padding-bottom: 16px;
  }
}

.index-news__list .index-news__item:not(:last-child) .index-news__itemTitle {
  border-bottom: 1.5px solid #707070;
}

@media screen and (min-width: 768.1px) {
  .index-news__list .index-news__item:not(:last-child) .index-news__itemTitle {
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 768px) {
  .index-news__list .index-news__item:not(:last-child) .index-news__itemTitle {
    padding-bottom: 16px;
  }
}

.index-news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768.1px) {
  .index-news__item {
    padding-top: 21px;
  }
}

@media screen and (max-width: 768px) {
  .index-news__item {
    min-height: 86px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-news__itemDate {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .index-news__itemDate {
    line-height: 1.65;
    width: 68px;
  }
}

@media screen and (min-width: 768.1px) {
  .index-news__itemTitle {
    width: calc(100% - 80px - 15px);
  }
}

@media screen and (max-width: 768px) {
  .index-news__itemTitle {
    line-height: 1.65;
    width: calc(100% - 68px - 23px);
  }
}

/* ============================================================================
 index
    portforio
============================================================================== */
@media screen and (min-width: 768.1px) {
  .index-portforio__info {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .index-portforio__info {
    margin-top: 12px;
  }
}

.index-portforio__info--text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-portforio__lightbox {
    padding: 0 22px;
  }
}

.index-portforio__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768.1px) {
  .index-portforio__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media screen and (max-width: 768px) {
  .index-portforio__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768.1px) {
  .index-portforio__item {
    padding: 0 18px;
    margin-top: 45px;
    width: 33.3333%;
  }
}

@media screen and (max-width: 768px) {
  .index-portforio__item {
    margin-top: 22px;
    width: 100%;
  }
}

.index-portforio__itemLink {
  display: block;
}

/* ============================================================================
 common
    bottomCta
============================================================================== */
.index-bottomCta__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
