@charset "UTF-8";
@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  COMPANY

  memo:

  @mixin ============================================= */
#company-page {
  background-color: #faf4ec;
}

.htmlContainer {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ie .htmlContainer,
.edge .htmlContainer {
  transition: none;
}

/*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
/*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
.htmlContainer {
  width: 100%;
  min-height: 800px;
  position: relative;
}

.container {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 106px;
}

/*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
.main {
  width: calc(100% - 48px);
  min-width: 1160px;
  margin: 0 auto 155px auto;
  display: table;
}

.main__inner {
  width: 100%;
  height: 530px;
  background: url("../img/company/main_img.jpg") no-repeat center center;
  background-size: cover;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main__inner__title {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  color: #faf4ec;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.0em;
  -webkit-font-smoothing: antialiased;
  margin-top: 33px;
  margin-bottom: 15px;
}

.main__inner__titleJp {
  color: #faf4ec;
  font-size: 18px;
  line-height: 1.0em;
  font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
  letter-spacing: .2em;
}

/*  --------------------------------------------------
  OUR STATEMENT
 -------------------------------------------------- */
.statement {
  width: 100%;
  min-width: 1160px;
  margin-bottom: 304px;
}

.statement__head {
  text-align: center;
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 160px;
}

.statement__head:after {
  content: ' ';
  background-color: #C59A67;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.statement__head .head__num {
  font-size: 20px;
  color: #C59A67;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.statement__head .head__title {
  color: #303D5C;
  font-size: 24px;
  letter-spacing: .2em;
  font-weight: 400;
}

.statement__content {
  width: 100%;
  height: 220px;
  position: relative;
}

.statement__content__headline {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  pointer-events: none;
}

.statement__content__text {
  width: 4523px;
  height: 172px;
  width: 100%;
  height: 172px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: url("../img/company/statement_text.png") repeat-x left center;
}

.statement__content__text.lang__en {
  background: url("../img/company/statement_text_en.png") repeat-x left center;
}

/*  --------------------------------------------------
  OUR MISSION
 -------------------------------------------------- */
.mission {
  width: 100%;
  min-width: 1160px;
  height: 860px;
  margin-bottom: 95px;
}

.mission__inner {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
}

.mission__head {
  text-align: center;
  position: relative;
  padding-bottom: 38px;
  position: relative;
  z-index: 1;
  padding-top: 63px;
}

.mission__head:after {
  content: ' ';
  background-color: #C59A67;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.mission__head .head__num {
  font-size: 20px;
  color: #C59A67;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.mission__head .head__title {
  color: #303D5C;
  font-size: 24px;
  letter-spacing: .2em;
  font-weight: 400;
}

.mission__content {
  position: absolute;
  left: 50%;
  top: 224px;
  margin-left: -116px;
  z-index: 1;
}

.mission__content__leadJp {
  background-color: #ffffff;
  padding: 20px 0 16px 20px;
  margin-bottom: 18px;
}

.mission__content__leadJp h4 {
  font-size: 50px;
  font-weight: normal;
  font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
  letter-spacing: .1em;
  color: #c59a67;
  line-height: 1.0em;
}

.mission__content__leadJp span {
  font-size: 44px;
}

.mission__content__leadJp.lang__en h4 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 44px;
}

.mission__content__leadEn {
  background-color: #ffffff;
  line-height: 1.0em;
  padding: 10px 0 10px 20px;
  margin-bottom: 66px;
}

.mission__content__leadEn span {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-size: 30px;
  color: #303D5C;
  line-height: 1.0em;
}

.mission__content__textJp {
  margin-left: 175px;
  margin-bottom: 45px;
}

.mission__content__textJp p {
  display: block;
  line-height: 1.0em;
  margin-bottom: 20px;
}

.mission__content__textJp p:last-child {
  margin-bottom: 0;
}

.mission__content__textJp span {
  display: inline-block;
  background-color: #C59A67;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: .24em;
  line-height: 30px;
  padding: 0 10px;
  font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
  -webkit-font-smoothing: antialiased;
}

.mission__content__textEn {
  margin-left: 175px;
  font-size: 16px;
  color: #303D5C;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  line-height: 1.75em;
}

.mission__bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: url("../img/company/mission_img.jpg") no-repeat center center;
  background-size: cover;
}

/*  --------------------------------------------------
  OUR VISION
 -------------------------------------------------- */
.vision {
  width: 100%;
  min-width: 1160px;
  overflow: hidden;
  margin-bottom: 126px;
}

.vision__head {
  text-align: center;
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 72px;
}

.vision__head:after {
  content: ' ';
  background-color: #C59A67;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.vision__head .head__num {
  font-size: 20px;
  color: #C59A67;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.vision__head .head__title {
  color: #303D5C;
  font-size: 24px;
  letter-spacing: .2em;
  font-weight: 400;
}

.vision__inner {
  position: relative;
  width: 100%;
  height: 675px;
}

.vision__inner__content {
  width: 1358px;
  height: 552px;
  background: url("../img/company/vision_img.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -638px;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}

.vision__inner__content h4 {
  font-size: 64px;
  letter-spacing: .075em;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-weight: 700;
  line-height: 1.0em;
  margin: 135px 0 60px 0;
  -webkit-font-smoothing: antialiased;
}

.vision__inner__content .lang__en {
  margin-top: 180px;
}

.vision__inner__content__textJp {
  font-size: 19px;
  letter-spacing: .1em;
  font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
  line-height: 2.1em;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}

.vision__inner__content__textEn {
  font-size: 16px;
  letter-spacing: .05em;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

.vision__inner__content__btn {
  width: 580px;
  height: 70px;
  display: table;
  position: absolute;
  left: 638px;
  bottom: -35px;
  z-index: 1;
}

.vision__inner__content__btn a {
  display: table-cell;
  text-align: center;
  color: #ffffff;
  letter-spacing: .1em;
  vertical-align: middle;
  font-size: 16px;
  border: #303d5c solid 2px;
  background-color: #303d5c;
  position: relative;
  transition: all .2s ease-out;
}

.vision__inner__content__btn a:before, .vision__inner__content__btn a:after {
  content: ' ';
  display: block;
  width: 46px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all .2s ease-out;
}

.vision__inner__content__btn a:before {
  background: url("../img/base/btn_arw_r5_b.png") no-repeat center center;
}

.vision__inner__content__btn a:after {
  background: url("../img/base/btn_arw_r5.png") no-repeat center center;
}

.vision__inner__content__btn a:hover {
  background-color: #ffffff;
  color: #303D5C;
  transition: all .2s ease-out;
}

.vision__inner__content__btn a:hover:before {
  right: 15px;
}

.vision__inner__content__btn a:hover:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 15px;
}

.vision__inner__bg {
  width: 1358px;
  height: 585px;
  background-color: #D8AD7B;
  position: absolute;
  left: 50%;
  top: 91px;
  margin-left: -720px;
  z-index: 0;
}

/*  --------------------------------------------------
  PROFILE
 -------------------------------------------------- */
.profile {
  width: 100%;
  min-width: 1160px;
  margin-bottom: 105px;
}

.profile__head {
  text-align: center;
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 104px;
}

.profile__head:after {
  content: ' ';
  background-color: #C59A67;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.profile__head .head__num {
  font-size: 20px;
  color: #C59A67;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.profile__head .head__title {
  color: #303D5C;
  font-size: 24px;
  letter-spacing: .2em;
  font-weight: 400;
}

.profile__inner {
  width: 1160px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 69px 0 0 0;
}

.profile__content {
  zoom: 1;
  margin-bottom: 115px;
}

.profile__content:after {
  content: "";
  clear: both;
  display: block;
}

.profile__content__nav {
  margin-left: 58px;
  float: left;
  width: 349px;
}

.profile__content__nav li {
  position: relative;
  margin-bottom: 30px;
}

.profile__content__nav a {
  color: #aaaaaa;
  line-height: 1.0em;
  font-size: 14px;
  letter-spacing: .075em;
  font-weight: bold;
}

.profile__content__nav a:hover {
  color: #263a58;
  transition: all .5s ease-out;
}

.profile__content__nav span {
  display: block;
  font-size: 11px;
  letter-spacing: normal;
  font-weight: normal;
}

.profile__content__nav li.is-current {
  pointer-events: none;
}

.profile__content__nav li.is-current:after {
  content: ' ';
  display: block;
  width: 62px;
  height: 4px;
  background-color: #263a58;
  position: absolute;
  left: -89px;
  top: 8px;
  z-index: 0;
}

.profile__content__nav li.is-current a {
  color: #303D5C;
}

.profile__content__nav li.is-current span {
  font-weight: normal;
}

.profile__content__nav__selecter {
  display: none;
}

.profile__content__detail {
  margin-right: 58px;
  float: right;
  width: 638px;
}

.profile__content__detail dl {
  zoom: 1;
  display: block;
  width: 100%;
  border-bottom: #e5e5e5 solid 1px;
  color: #303D5C;
  font-size: 14px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.profile__content__detail dl:after {
  content: "";
  clear: both;
  display: block;
}

.profile__content__detail dl:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.profile__content__detail dt {
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  display: block;
  width: 116px;
  float: left;
  letter-spacing: .1em;
}

.profile__content__detail dd {
  display: block;
  width: 522px;
  float: right;
  letter-spacing: .1em;
}

.profile__content__detail a:link, .profile__content__detail a:visited {
  text-decoration: underline;
}

.profile__content__detail a:hover, .profile__content__detail a:active {
  text-decoration: none;
}

.profile__content__detail.lang__en dt {
  width: 146px;
}

.profile__content__detail.lang__en dd {
  width: 492px;
}

.profile__content__detail__block {
  display: none;
}

.profile__content__detail__block.is-current {
  display: block;
}

.profile__content__detail__block__name {
  display: none;
}

.profile__content__detail__block__url {
  display: none;
}

.profile__map {
  width: 100%;
}

.profile__map__api {
  width: 100%;
  height: 500px;
}

.profile__map__btn {
  width: 100%;
}

.profile__map__btn a {
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  letter-spacing: .15em;
  color: #FAF4EC;
  font-size: 12px;
  background: #303D5C url("../img/base/icon_blank.png") no-repeat 98.5% center;
  background-size: 12px auto;
  border: #303d5c solid 2px;
  background-color: #303d5c;
  position: relative;
  transition: all .2s ease-out;
}

.profile__map__btn a:hover {
  background-color: #ffffff;
  color: #303D5C;
  transition: all .2s ease-out;
}

/*  --------------------------------------------------
  GOOGLE MAPS API（外部ファイル）
 -------------------------------------------------- */
#company__maps {
  margin: 0;
  padding: 0;
}

.iframe__map {
  width: 1160px;
  height: 500px;
}

#map {
  width: 100%;
  height: 100%;
}

/*  --------------------------------------------------
  パララックス用イージング設定
 -------------------------------------------------- */
.mission__content,
.vision__inner__content,
.vision__inner__bg {
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ie .mission__content,
.edge .mission__content,
.ie .vision__inner__content,
.edge .vision__inner__content,
.ie .vision__inner__bg,
.edge .vision__inner__bg {
  transition: none;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  SP ABOUT

  memo:

  @mixin ============================================= */
  #company-page {
    background-color: #faf4ec;
  }
  /*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
  /*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
  .htmlContainer {
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .container {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  /*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
  .main {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 37px auto;
    margin: 0 auto 11.5625vw auto;
    display: table;
    position: relative;
    z-index: 0;
  }
  .main__inner {
    width: 100%;
    height: 265px;
    height: 82.8125vw;
    background: url("../img/company/main_img_sp.jpg") no-repeat center center;
    background-size: cover;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .main__inner__title {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 34px;
    font-size: 10.625vw;
    font-weight: 400;
    line-height: 1.0em;
    letter-spacing: .1em;
    margin: 20px 0 12px 0;
    margin: 6.25vw 0 3.75vw 0;
  }
  .main__inner__titleJp {
    color: #ffffff;
    font-size: 16px;
    font-size: 5vw;
    line-height: 1.0em;
    font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
    letter-spacing: .2em;
  }
  /*  --------------------------------------------------
  OUR STATEMENT
 -------------------------------------------------- */
  .statement {
    width: 100%;
    min-width: 100%;
    margin-bottom: 71px;
    margin-bottom: 22.1875vw;
  }
  .statement__head {
    text-align: center;
    position: relative;
    padding-bottom: 17px;
    padding-bottom: 5.3125vw;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
  .statement__head:after {
    content: ' ';
    background-color: #C59A67;
    width: 30px;
    width: 9.375vw;
    height: 2px;
    height: 0.625vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    margin-left: -4.6875vw;
  }
  .statement__head .head__num {
    font-size: 10px;
    font-size: 3.125vw;
    color: #C59A67;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-style: italic;
    line-height: 1.0em;
    margin-bottom: 18px;
    margin-bottom: 5.625vw;
  }
  .statement__head .head__title {
    color: #303D5C;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .2em;
    font-weight: 400;
    line-height: 1.0em;
  }
  .statement__content {
    width: 100%;
    height: 93.5px;
    height: 29.21875vw;
    position: relative;
  }
  .statement__content__headline {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    pointer-events: none;
    height: 47.5px;
    height: 14.84375vw;
  }
  .statement__content__headline img {
    height: 100%;
    width: auto;
  }
  .statement__content__text {
    width: 100%;
    height: 66px;
    height: 20.625vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: url("../img/company/statement_text.png") repeat-x left center;
    background-size: auto 100%;
  }
  .statement__content__text.lang__en {
    background: url("../img/company/statement_text_en.png") repeat-x left center;
    background-size: auto 100%;
  }
  /*  --------------------------------------------------
  OUR MISSION
 -------------------------------------------------- */
  .mission {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 38px;
    margin-bottom: 11.875vw;
  }
  .mission__inner {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 45px;
    padding-bottom: 14.0625vw;
  }
  .mission__head {
    text-align: center;
    position: relative;
    padding-bottom: 17px;
    padding-bottom: 5.3125vw;
    position: relative;
    z-index: 1;
    padding-top: 34px;
    padding-top: 10.625vw;
  }
  .mission__head:after {
    content: ' ';
    background-color: #C59A67;
    width: 30px;
    width: 9.375vw;
    height: 2px;
    height: 0.625vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    margin-left: -4.6875vw;
  }
  .mission__head .head__num {
    font-size: 10px;
    font-size: 3.125vw;
    color: #C59A67;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-style: italic;
    line-height: 1.0em;
    margin-bottom: 18px;
    margin-bottom: 5.625vw;
  }
  .mission__head .head__title {
    color: #303D5C;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .2em;
    font-weight: 400;
    line-height: 1.0em;
  }
  .mission__content {
    position: relative;
    left: auto;
    top: auto;
    margin: 327.5px 0 0 0;
    margin: 102.34375vw 0 0 0;
  }
  .mission__content__leadJp {
    background-color: none;
    padding: 0;
    margin-bottom: 19px;
    margin-bottom: 5.9375vw;
    text-align: center;
  }
  .mission__content__leadJp h4 {
    font-size: 24px;
    font-size: 7.1875vw;
    font-weight: normal;
    font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
    letter-spacing: .1em;
    color: #c59a67;
    line-height: 1.0em;
  }
  .mission__content__leadJp span {
    font-size: 20px;
    font-size: 6.25vw;
  }
  .mission__content__leadJp.lang__en h4 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 20px;
    font-size: 6.25vw;
  }
  .mission__content__leadEn {
    background-color: #ffffff;
    line-height: 1.0em;
    padding: 0;
    margin-bottom: 45px;
    margin-bottom: 14.0625vw;
    text-align: center;
  }
  .mission__content__leadEn span {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 5vw;
    color: #303D5C;
    line-height: 1.0em;
  }
  .mission__content__textJp {
    margin: 0 0 35px 0;
    margin: 0 0 10.9375vw 0;
    text-align: center;
  }
  .mission__content__textJp p {
    display: block;
    line-height: 1.0em;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .mission__content__textJp p:last-child {
    margin-bottom: 0;
  }
  .mission__content__textJp span {
    display: inline-block;
    background-color: #C59A67;
    color: #ffffff;
    font-size: 14px;
    font-size: 4.375vw;
    letter-spacing: .1em;
    line-height: 30px;
    line-height: 9.375vw;
    padding: 0 10px;
    font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
  }
  .mission__content__textEn {
    font-size: 12px;
    font-size: 3.75vw;
    color: #303D5C;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1.65em;
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
  .mission__bg {
    width: 100%;
    height: 270px;
    height: 84.375vw;
    top: 109px;
    top: 34.0625vw;
    background: url("../img/company/mission_img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  /*  --------------------------------------------------
  OUR VISION
 -------------------------------------------------- */
  .vision {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    margin-bottom: 51.5px;
    margin-bottom: 16.09375vw;
  }
  .vision__head {
    text-align: center;
    position: relative;
    padding-bottom: 17px;
    padding-bottom: 5.3125vw;
    margin-bottom: 31px;
    margin-bottom: 9.6875vw;
  }
  .vision__head:after {
    content: ' ';
    background-color: #C59A67;
    width: 30px;
    width: 9.375vw;
    height: 2px;
    height: 0.625vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    margin-left: -4.6875vw;
  }
  .vision__head .head__num {
    font-size: 10px;
    font-size: 3.125vw;
    color: #C59A67;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-style: italic;
    line-height: 1.0em;
    margin-bottom: 18px;
    margin-bottom: 5.625vw;
  }
  .vision__head .head__title {
    color: #303D5C;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .2em;
    font-weight: 400;
    line-height: 1.0em;
  }
  .vision__inner {
    position: relative;
    width: 93.75%;
    height: 470px;
    height: 146.875vw;
    margin: 0 auto;
  }
  .vision__inner__content {
    width: 100%;
    height: 470px;
    height: 146.875vw;
    background: url("../img/company/vision_img_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    left: 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
  }
  .vision__inner__content h4 {
    font-size: 42px;
    font-size: 13.125vw;
    letter-spacing: .075em;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-weight: 700;
    line-height: 1.0em;
    margin: 75px 0 35px 0;
    margin: 23.4375vw 0 10.9375vw 0;
  }
  .vision__inner__content h4 span {
    display: none;
  }
  .vision__inner__content__textJp {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
    font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
    line-height: 1.7em;
    margin-bottom: 24px;
    margin-bottom: 7.5vw;
    -webkit-font-smoothing: antialiased;
  }
  .vision__inner__content__textEn {
    font-size: 12px;
    font-size: 3.75vw;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7em;
  }
  .vision__inner__content__btn {
    width: 270px;
    width: 84.375vw;
    height: 47px;
    height: 14.6875vw;
    display: table;
    left: 50%;
    margin-left: -135px;
    margin-left: -42.1875vw;
    bottom: 15px;
    bottom: 4.6875vw;
  }
  .vision__inner__content__btn a {
    display: table-cell;
    background-color: #303D5C;
    text-align: center;
    color: #ffffff;
    letter-spacing: .1em;
    vertical-align: middle;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .vision__inner__bg {
    display: none;
  }
  /*  --------------------------------------------------
  PROFILE
 -------------------------------------------------- */
  .profile {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }
  .profile__head {
    text-align: center;
    position: relative;
    padding-bottom: 17px;
    padding-bottom: 5.3125vw;
    margin-bottom: 32px;
    margin-bottom: 10vw;
  }
  .profile__head:after {
    content: ' ';
    background-color: #C59A67;
    width: 30px;
    width: 9.375vw;
    height: 2px;
    height: 0.625vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    margin-left: -4.6875vw;
  }
  .profile__head .head__num {
    font-size: 10px;
    font-size: 3.125vw;
    color: #C59A67;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-style: italic;
    line-height: 1.0em;
    margin-bottom: 18px;
    margin-bottom: 5.625vw;
  }
  .profile__head .head__title {
    color: #303D5C;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .2em;
    font-weight: 400;
    line-height: 1.0em;
  }
  .profile__inner {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 34.5px 0 0 0;
    padding: 10.78125vw 0 0 0;
  }
  .profile__content {
    zoom: 1;
    margin-bottom: 57px;
    margin-bottom: 17.8125vw;
  }
  .profile__content:after {
    content: "";
    clear: both;
    display: block;
  }
  .profile__content__nav {
    float: none;
    width: 84.375%;
    height: 30px;
    height: 9.375vw;
    margin: 0 auto 28px auto;
    margin: 0 auto 8.75vw auto;
    position: relative;
  }
  .profile__content__nav ul {
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 40px;
    top: 12.5vw;
    background-color: #303d5c;
    width: 225px;
    width: 70.3125vw;
    margin-left: -112.5px;
    margin-left: -35.15625vw;
    display: none;
  }
  .profile__content__nav ul:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: -10px;
    top: -3.125vw;
    margin-left: -10px;
    margin-left: -3.125vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-width: 0 3.125vw 3.125vw 3.125vw;
    border-color: transparent transparent #303d5c transparent;
  }
  .profile__content__nav li {
    margin: 0 15px 15px 15px;
    margin: 0 4.6875vw 4.6875vw 4.6875vw;
    text-align: center;
  }
  .profile__content__nav li:nth-child(1) {
    padding-top: 30px;
    padding-top: 9.375vw;
  }
  .profile__content__nav li:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-bottom: 9.375vw;
    border: none;
  }
  .profile__content__nav a {
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    line-height: 1.0em;
    font-size: 13px;
    font-size: 4.0625vw;
    letter-spacing: .075em;
    display: block;
    line-height: 1.2em;
  }
  .profile__content__nav span {
    display: block;
    font-size: 9px;
    font-size: 2.8125vw;
    letter-spacing: normal;
  }
  .profile__content__nav li.is-current {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
  }
  .profile__content__nav li.is-current:after {
    display: none;
  }
  .profile__content__nav li.is-current a {
    font-weight: bold;
    color: #ffffff;
  }
  .profile__content__nav li.is-current span {
    font-weight: normal;
    color: #ffffff;
  }
  .profile__content__nav__selecter {
    width: 100%;
    height: 30px;
    height: 9.375vw;
    border-radius: 30px;
    color: #ffffff;
    font-size: 13px;
    font-size: 4.0625vw;
    letter-spacing: .2em;
    display: table;
    background: #a5a5a5 url("../img/base/icon_selecter.png") no-repeat 94% center;
    background-size: auto 7px;
    background-size: auto 2.1875vw;
    position: relative;
    z-index: 1;
  }
  .profile__content__nav__selecter i {
    font-style: normal;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    padding-top: 0.625vw;
  }
  .profile__content__detail {
    float: none;
    width: 84.375%;
    margin: 0 auto;
  }
  .profile__content__detail dl {
    zoom: 1;
    display: block;
    width: 100%;
    border-bottom: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 0.3125vw;
    color: #303D5C;
    font-size: 11px;
    font-size: 3.4375vw;
    margin-bottom: 14px;
    margin-bottom: 4.375vw;
    padding-bottom: 14px;
    padding-bottom: 4.375vw;
  }
  .profile__content__detail dl:after {
    content: "";
    clear: both;
    display: block;
  }
  .profile__content__detail dl:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .profile__content__detail dt {
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    display: block;
    width: 22%;
    float: left;
    letter-spacing: .1em;
  }
  .profile__content__detail dd {
    display: block;
    width: 78%;
    float: right;
    letter-spacing: .1em;
  }
  .profile__content__detail a:link, .profile__content__detail a:visited {
    text-decoration: underline;
  }
  .profile__content__detail a:hover, .profile__content__detail a:active {
    text-decoration: none;
  }
  .profile__content__detail.lang__en dt {
    width: 35%;
  }
  .profile__content__detail.lang__en dd {
    width: 65%;
  }
  .profile__content__detail__block {
    display: none;
  }
  .profile__content__detail__block.is-current {
    display: block;
  }
  .profile__content__detail__block__name {
    text-align: center;
    color: #303D5C;
    font-size: 16px;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: .075em;
    line-height: 1.4em;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
  .profile__content__detail__block__name span {
    display: block;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .profile__map {
    width: 100%;
    background-color: #faf4ec;
    padding-bottom: 60px;
    padding-bottom: 18.75vw;
  }
  .profile__map__api {
    width: 100%;
    height: 320px;
    height: 100vw;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
  .profile__map__btn {
    width: 84.375%;
    height: 50px;
    height: 15.625vw;
    margin: 0 auto;
  }
  .profile__map__btn a {
    display: block;
    color: #faf4ec;
    text-align: center;
    line-height: 50px;
    line-height: 15.625vw;
    letter-spacing: .15em;
    color: #FAF4EC;
    font-size: 12px;
    font-size: 3.75vw;
    background: #303D5C url("../img/base/icon_blank.png") no-repeat 95% center;
    background-size: 12px;
    background-size: 3.75vw;
    height: auto;
  }
  /*  --------------------------------------------------
  GOOGLE MAPS API（外部ファイル）
 -------------------------------------------------- */
  #company__maps {
    margin: 0;
    padding: 0;
  }
  .iframe__map {
    width: 100%;
    height: 320px;
    height: 100vw;
  }
  #map {
    width: 100%;
    height: 100%;
  }
}
