@charset "UTF-8";
html {
  font-size: 10px; }

body {
  margin: 0;
  height: 100%;
  color: #000;
  line-height: 1.5;
  font-family: Gothic MB101 Regular, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased; }

/*  12px */
/*  13px */
/*  14px */
/*  15px */
/*  15px */
/*  18px */
/*  22px */
/*  32px */
/*  48px */
/* =====================================
	全体設定
===================================== */
a {
  color: #333333;
  text-decoration: none; }

a:link {
  color: #333333;
  text-decoration: none; }

a:visited {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #666666;
  text-decoration: none; }

a:active {
  color: #666666;
  text-decoration: none; }

a:hover img,
.linkList a:hover,
a.linkBtn:hover,
.footerNav a:hover,
.reserve a:hover,
.inputButton:hover,
.acMenu dt:hover {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  color: #999; }

a img,
.linkList a,
a.linkBtn,
.footerNav a,
.reserve a:hover,
.inputButton,
.acMenu dt {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */ }

li {
  line-height: 1; }

.block {
  position: relative; }

.pc {
  display: block; }

.sp {
  display: none; }

.en {
  font-family: Helvetica, Arial, "sans-serif";
  vertical-align: middle; }

.caution {
  color: #FB490E; }

.autoW {
  width: 100%;
  height: auto; }

.bnrArea {
  max-width: 698px;
  margin: 40px auto 0;
  text-align: center; }

.mt0 {
  margin-top: 0 !important; }

.mt8 {
  margin-top: 8px !important; }

.mt16 {
  margin-top: 16px !important; }

.contC {
  text-align: center; }

a.linkBtn {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  padding: 16px 16px 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  font-family: Gothic MB101 Medium;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 40px; }
  a.linkBtn:hover {
    color: #fff; }
  a.linkBtn span {
    vertical-align: middle; }
    a.linkBtn span:before {
      display: inline-block;
      margin-right: 12px;
      content: url(/assets/images/common/arrow_w.svg);
      vertical-align: middle; }
    a.linkBtn span.book:before {
      content: url(/assets/images/common/ico_book.svg); }
  a.linkBtn-or {
    background-color: #FB490E; }
  a.linkBtn-bl {
    background-color: #68A8AD; }
  a.linkBtn-gr {
    background-color: #999; }
  a.linkBtn_S {
    max-width: 200px;
    padding: 8px 16px 6px;
    font-size: 1.2rem; }
    a.linkBtn_S_l {
      max-width: 298px; }

.linkArrow span:before {
  margin-right: 12px;
  display: inline-block;
  content: url(/assets/images/common/arrow_gr.svg);
  vertical-align: middle; }

.linkBtnArea {
  margin-top: 56px;
  text-align: center; }

@media screen and (max-width: 640px) {
  a.linkBtn {
    max-width: 298px;
    padding: 14px 16px 12px;
    font-size: 1.2rem; }
    a.linkBtn:hover {
      color: #fff; }
    a.linkBtn span {
      vertical-align: middle; }
      a.linkBtn span:before {
        display: inline-block;
        margin-right: 12px;
        padding-bottom: 2px;
        content: url(/assets/images/common/arrow_w.svg);
        vertical-align: middle; }
    a.linkBtn_S {
      max-width: 200px;
      padding: 8px 16px 6px;
      font-size: 1.2rem; }
      a.linkBtn_S_l {
        max-width: 298px; }

  .linkBtnArea {
    margin-top: 32px; } }
@media screen and (max-width: 480px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/* ---------------- Slider  */
.slides {
  margin: 0 auto !important; }
  .slides a {
    display: block;
    text-decoration: none; }

ul.slides li.view {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* =====================================
	header
===================================== */
.header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 2.5%;
  line-height: 1;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999; }
  .header .headerContent {
    display: table;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #C4C4C4;
    vertical-align: middle; }
    .header .headerContent .hcMain {
      display: table-cell; }
    .header .headerContent .hcCredit {
      display: table-cell;
      width: 152px;
      line-height: 2;
      vertical-align: middle;
      text-align: center;
      border-left: 1px solid #C4C4C4; }
      .header .headerContent .hcCredit p {
        display: inline-block;
        text-align: left;
        font-family: Helvetica, Arial, "sans-serif";
        vertical-align: middle;
        font-weight: bold; }
  .header .siteTtl {
    display: inline-block;
    padding: 18px 24px 12px 16px;
    vertical-align: middle; }
  .header .gNav {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle; }
    .header .gNav li {
      display: inline-block;
      margin-left: 24px;
      vertical-align: middle; }

@media screen and (max-width: 960px) {
  .header {
    padding: 0 24px; }
    .header .siteTtl {
      vertical-align: middle; }
    .header .gNav {
      font-size: 1.2rem; }
      .header .gNav li {
        margin-left: 12px; } }
@media screen and (max-width: 768px) {
  .header {
    padding: 0 2.5%; }
    .header .headerContent {
      display: inline-block;
      padding: 4px 0; }
      .header .headerContent .hcMain {
        display: inline-block;
        vertical-align: middle; }
      .header .headerContent .hcCredit {
        display: inline-block;
        width: auto;
        padding: 0 0 4px 20px;
        line-height: 1.5;
        border-left: none;
        vertical-align: middle; }
        .header .headerContent .hcCredit img {
          width: 88px;
          height: auto; }
    .header .siteTtl {
      padding: 16px 0 12px 0; }
      .header .siteTtl img {
        width: 112px;
        height: auto; }
    .header .gNav {
      display: none; } }
/* =====================================
	navigation
===================================== */
.animatedModalMenu {
  display: none;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999; }
  .animatedModalMenu .modalMenu {
    position: relative;
    display: inline-block;
    transition: all .1s;
    box-sizing: border-box;
    width: 38px;
    height: 26px; }
    .animatedModalMenu .modalMenu span {
      display: inline-block;
      transition: all .1s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000; }
      .animatedModalMenu .modalMenu span:nth-of-type(1) {
        top: 0; }
      .animatedModalMenu .modalMenu span:nth-of-type(2) {
        top: 12px; }
      .animatedModalMenu .modalMenu span:nth-of-type(3) {
        bottom: 0; }
    .animatedModalMenu .modalMenu:hover span:nth-of-type(1) {
      opacity: 0.5;
      -webkit-transform: translateY(4px);
      transform: translateY(4px); }
    .animatedModalMenu .modalMenu:hover span:nth-of-type(2) {
      opacity: 0.5; }
    .animatedModalMenu .modalMenu:hover span:nth-of-type(3) {
      opacity: 0.5;
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px); }
  .animatedModalMenu.close-animatedModal {
    cursor: pointer;
    top: 16px;
    right: 10px; }
    .animatedModalMenu.close-animatedModal .modalMenu {
      position: relative;
      display: inline-block;
      transition: all .1s;
      box-sizing: border-box;
      width: 72px;
      height: 72px; }
      .animatedModalMenu.close-animatedModal .modalMenu span {
        height: 1px;
        transition: all .1s;
        background-color: #eee; }
        .animatedModalMenu.close-animatedModal .modalMenu span:nth-of-type(1) {
          -webkit-transform: translateY(38px) rotate(-45deg);
          transform: translateY(38px) rotate(-45deg); }
        .animatedModalMenu.close-animatedModal .modalMenu span:nth-of-type(2) {
          display: none; }
        .animatedModalMenu.close-animatedModal .modalMenu span:nth-of-type(3) {
          -webkit-transform: translateY(-38px) rotate(45deg);
          transform: translateY(-38px) rotate(45deg); }

.close_plan {
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 16px;
  right: 10px; }
  .close_plan .modalMenu {
    position: relative;
    display: inline-block;
    transition: all .1s;
    box-sizing: border-box;
    width: 72px;
    height: 72px; }
    .close_plan .modalMenu span {
      display: inline-block;
      transition: all .1s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      transition: all .1s;
      background-color: #eee; }
      .close_plan .modalMenu span:nth-of-type(1) {
        top: 0;
        -webkit-transform: translateY(36px) rotate(-45deg);
        transform: translateY(36px) rotate(-45deg); }
      .close_plan .modalMenu span:nth-of-type(2) {
        display: none; }
      .close_plan .modalMenu span:nth-of-type(3) {
        bottom: 0;
        -webkit-transform: translateY(-36px) rotate(45deg);
        transform: translateY(-36px) rotate(45deg); }

.animatedModal {
  font-family: Helvetica, Arial, "sans-serif";
  vertical-align: middle;
  font-weight: normal; }
  .animatedModal .modalNav {
    padding: 80px 80px 40px 40px;
    color: #fff; }
    .animatedModal .modalNav .siteTtlNav {
      margin-bottom: 56px; }
      .animatedModal .modalNav .siteTtlNav img {
        width: 180px;
        height: auto; }
    .animatedModal .modalNav .modalNavMain li {
      display: inline-block;
      margin-right: 32px;
      margin-bottom: 16px;
      font-size: 4rem; }
      .animatedModal .modalNav .modalNavMain li:before {
        content: '- '; }
    .animatedModal .modalNav .modalNavSub li {
      display: inline-block;
      margin-right: 16px;
      margin-bottom: 8px;
      font-size: 3.2rem; }
      .animatedModal .modalNav .modalNavSub li:before {
        content: '* '; }
    .animatedModal .modalNav a {
      color: #fff;
      text-decoration: none; }
      .animatedModal .modalNav a:hover {
        color: #666; }
    .animatedModal .modalNav .copyright {
      margin-top: 40px; }

.modal-contentImg {
  max-width: 1064px;
  margin: 80px auto;
  padding: 0 16px; }
  .modal-contentImg img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 768px) {
  .animatedModalMenu {
    display: block;
    top: 22px;
    right: 16px; }
    .animatedModalMenu.close-animatedModal {
      top: 14px;
      right: 12px; }
      .animatedModalMenu.close-animatedModal .modalMenu {
        width: 64px;
        height: 64px; }
        .animatedModalMenu.close-animatedModal .modalMenu span:nth-of-type(1) {
          -webkit-transform: translateY(32px) rotate(-45deg);
          transform: translateY(32px) rotate(-45deg); }
        .animatedModalMenu.close-animatedModal .modalMenu span:nth-of-type(3) {
          -webkit-transform: translateY(-32px) rotate(45deg);
          transform: translateY(-32px) rotate(45deg); }

  .animatedModal .modalNav {
    padding: 48px 64px 40px 24px;
    color: #fff; }
    .animatedModal .modalNav .siteTtlNav {
      margin-bottom: 40px; }
      .animatedModal .modalNav .siteTtlNav img {
        width: 120px; }
    .animatedModal .modalNav .modalNavMain li {
      display: block;
      margin-bottom: 24px;
      font-size: 18px; }
    .animatedModal .modalNav .modalNavSub {
      margin-top: 16px; }
      .animatedModal .modalNav .modalNavSub li {
        display: block;
        margin-right: 16px;
        margin-bottom: 8px; }
    .animatedModal .modalNav a {
      color: #fff;
      text-decoration: none; }
    .animatedModal .modalNav .copyright {
      margin-top: 40px; }

  .close_plan .modalMenu {
    width: 56px;
    height: 56px; }
    .close_plan .modalMenu span:nth-of-type(1) {
      -webkit-transform: translateY(28px) rotate(-45deg);
      transform: translateY(28px) rotate(-45deg); }
    .close_plan .modalMenu span:nth-of-type(3) {
      bottom: 0;
      -webkit-transform: translateY(-28px) rotate(45deg);
      transform: translateY(-28px) rotate(45deg); }

  .modal-contentImg {
    max-width: 640px;
    margin: 80px auto;
    padding: 0 16px; } }
/*  End	navigation */
/* =====================================
	content
===================================== */
.ttlArea {
  padding: 96px 2.5% 0;
  font-size: 1.4rem; }
  .ttlArea_wMax {
    padding: 96px 0 0; }

.pageTtl {
  padding: 56px 0 48px;
  line-height: 1.8;
  text-align: center;
  border-bottom: 1px solid #C4C4C4; }
  .pageTtl span {
    display: block;
    margin-bottom: 0;
    font-family: Helvetica, Arial, "sans-serif";
    vertical-align: middle;
    font-size: 3.2rem;
    font-weight: bold; }
  .pageTtl .caption {
    font-size: 2rem; }
  .pageTtl_eS {
    line-height: 1.3;
    font-size: 28px;
    font-family: Gothic MB101 Medium;
    font-weight: bold; }
    .pageTtl_eS span {
      display: block;
      margin-bottom: 8px;
      font-size: 2rem; }
  .pageTtl_col {
    padding-bottom: 0 !important;
    padding-top: 0;
    font-size: 18px;
    font-family: Gothic MB101 Medium;
    font-weight: bold; }
  .pageTtl_coli {
    padding-bottom: 40px !important;
    padding-top: 0;
    font-size: ft_M; }
    .pageTtl_coli span {
      font-size: 2.8rem; }

.pageMv {
  position: relative;
  width: 100%;
  background: center center no-repeat;
  background-size: cover; }
  .pageMv:before {
    content: "";
    display: block;
    padding-top: 45%; }
  .pageMv .pageMvPic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .pageMv_top:before {
    padding-top: 40%; }

.container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5%;
  font-size: 1.4rem; }
  .container .pageTtl {
    padding-bottom: 24px;
    border-bottom: none; }

.section {
  margin: 72px auto 0;
  line-height: 1.8; }

.c1Col {
  max-width: 1064px; }

.c1Col_S {
  padding: 0 64px; }

.c1Col_SS {
  padding: 0 128px; }

.col {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top; }

.c1Col2 {
  font-size: 0; }
  .c1Col2 .c1Col2_1 {
    width: 48.49%;
    box-sizing: content-box;
    font-size: 1.4rem; }
    .c1Col2 .c1Col2_1:first-child {
      margin-right: 3%; }

.Col2 {
  max-width: 1380px;
  background-position: right 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .Col2 .c1Col2_1 {
    width: 50%;
    font-size: 1.4rem; }
    .Col2 .c1Col2_1_lCol {
      float: left; }
    .Col2 .c1Col2_1_rCol {
      float: right; }
    .Col2 .c1Col2_1_txtCol {
      padding: 24px 80px 40px;
      background: #fff; }
      .Col2 .c1Col2_1_txtCol .txt {
        line-height: 2; }
    .Col2 .c1Col2_1_picCol {
      background-position: right 50%;
      background-size: 50%; }

.c1Col2_l2r1 {
  display: inline-block;
  font-size: 0; }
  .c1Col2_l2r1 .c1Col2_l2 {
    width: 65.6015%; }
  .c1Col2_l2r1 .c1Col2_r1 {
    width: 31.2969%;
    margin-left: 3%; }

.c1Col2_l1r2 {
  display: inline-block;
  font-size: 0; }
  .c1Col2_l1r2 .c1Col2_l1 {
    width: 31.29%; }
  .c1Col2_l1r2 .c1Col2_r2 {
    width: 65.6015%;
    margin-left: 3%; }

.c1Col3 {
  font-size: 0; }
  .c1Col3 .c1Col3_1 {
    width: 31.29%;
    margin-right: 3%;
    box-sizing: content-box; }
    .c1Col3 .c1Col3_1:nth-child(3n) {
      margin-right: 0; }

.Col3 {
  font-size: 0; }
  .Col3 .Col3_1 {
    width: 33.3333%;
    margin-bottom: 40px;
    padding: 0 1.5%; }
  .Col3.Col3_index .Col3_1 {
    margin-bottom: 0; }

.bbCol {
  padding-bottom: 80px;
  border-bottom: 1px solid #C4C4C4; }

.btCol {
  padding-top: 24px;
  border-top: 1px solid #C4C4C4; }

.divLine {
  width: 95%;
  margin: 80px auto 0;
  border-top: 1px solid #C4C4C4; }
  .divLine_w100 {
    width: 100%; }

.element {
  margin-top: 56px; }

.colTl {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.2rem;
  font-family: Gothic MB101 Medium;
  font-weight: bold;
  vertical-align: middle; }
  .colTl .en {
    display: inline-block;
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: middle; }
  .colTl_ja {
    font-size: 2rem; }
  .colTl_arrow {
    margin-bottom: 16px; }
    .colTl_arrow:after {
      content: url(/assets/images/common/arrow_bk.svg);
      position: absolute;
      top: 10px;
      right: 0; }

.data li {
  margin-bottom: 24px; }
.data dl {
  margin-bottom: 16px; }
  .data dl dt {
    margin-bottom: 16px;
    font-family: Gothic MB101 Medium;
    font-weight: bold; }
  .data dl .secTxt {
    margin-top: 16px; }

.ttl_S {
  margin-bottom: 8px;
  font-family: Gothic MB101 Medium;
  font-weight: bold; }
  .ttl_S:first-child {
    margin-top: 0; }

.ttl_M {
  margin-bottom: 16px;
  font-family: Gothic MB101 Medium;
  font-weight: bold;
  font-size: 1.6rem; }

.ttlBb {
  margin-bottom: 24px;
  font-family: Gothic MB101 Medium;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center; }
  .ttlBb span {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #000; }

.ttlRead {
  margin-bottom: 32px;
  line-height: 1.5;
  font-family: Gothic MB101 Medium;
  font-weight: bold;
  font-size: 2.2rem; }

.txtArea {
  line-height: 1.8; }
  .txtArea p {
    margin-top: 40px; }
    .txtArea p:first-child {
      margin-top: 0; }
    .txtArea p a {
      text-decoration: underline; }
      .txtArea p a:hover {
        text-decoration: none; }
    .txtArea p.secTxt {
      margin-top: 24px; }
  .txtArea .subTxt {
    display: block;
    font-size: 1.2rem; }

.pRow img {
  width: 100%;
  height: auto; }

.imgBlock {
  padding: 16px 96px 16px 16px; }

p.caption {
  margin-top: 16px;
  font-size: 13px; }

.intro {
  text-align: center; }

p.linksTtl {
  margin-top: 16px;
  line-height: 1.4;
  font-family: Gothic MB101 Medium;
  font-weight: bold;
  font-size: 1.4rem; }

p.linksCaption {
  margin-top: 4px;
  color: #999;
  font-size: 1.2rem; }

/* @media  */
@media screen and (max-width: 1280px) {
  .Col2 .c1Col2_1_txtCol {
    padding: 24px 48px 32px; }

  .ttlRead {
    font-size: 2rem; } }
@media screen and (max-width: 960px) {
  .Col2 {
    margin-top: 16px !important;
    background-position: top;
    background-size: contain; }
    .Col2:before {
      content: "";
      display: block;
      padding-top: 50%; }
    .Col2 .c1Col2_1 {
      width: 100%;
      font-size: 1.4rem; }
      .Col2 .c1Col2_1_lCol {
        float: none; }
      .Col2 .c1Col2_1_rCol {
        float: none; }
      .Col2 .c1Col2_1_txtCol {
        padding: 40px 5% 0;
        background: #fff; }
        .Col2 .c1Col2_1_txtCol .txt {
          line-height: 2; }

  .ttlRead {
    margin-bottom: 26px;
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  .ttlArea {
    padding-top: 80px; }

  .c1Col_SS {
    padding: 0 64px; }

  .intro {
    text-align: left; }

  .imgBlock {
    padding: 16px 64px 16px 16px; } }
@media screen and (max-width: 640px) {
  .pageTtl {
    padding: 32px 0 32px;
    line-height: 1.4;
    font-size: 1.2rem; }
    .pageTtl span {
      margin-bottom: 8px;
      font-size: 2rem; }
      .pageTtl span.en {
        font-size: 2.2rem; }
    .pageTtl .caption {
      font-size: 1.4rem; }
    .pageTtl_eS {
      font-size: 2rem; }
      .pageTtl_eS span.en {
        font-size: 1.4rem; }
    .pageTtl_col {
      padding-top: 0;
      line-height: 1.2; }
      .pageTtl_col span.en {
        font-size: 2rem; }
    .pageTtl_coli {
      padding-top: 0;
      padding-bottom: 24px !important; }
      .pageTtl_coli span.en {
        font-size: 2rem;
        margin-bottom: 0; }

  .pageMv:before {
    padding-top: 60%; }

  .container {
    padding: 0 2.5%;
    font-size: 1.3rem; }

  .section {
    margin: 48px auto 0;
    line-height: 1.7; }

  .divLine {
    margin: 40px auto 0; }

  .c1Col_S {
    padding: 0 16px; }

  .c1Col_SS {
    padding: 0 16px; }

  .c1Col2 .c1Col2_1 {
    width: 100%;
    font-size: 1.3rem; }
    .c1Col2 .c1Col2_1:first-child {
      margin: 0 0 24px; }

  .c1Col2_l2r1 .c1Col2_l2 {
    width: 100%; }
  .c1Col2_l2r1 .c1Col2_r1 {
    width: 100%;
    margin: 24px 0 0; }

  .c1Col2_l1r2 .c1Col2_l1 {
    width: 100%; }
  .c1Col2_l1r2 .c1Col2_r2 {
    width: 100%;
    margin: 24px 0 0; }

  .c1Col3 .c1Col3_1 {
    width: 100%; }
    .c1Col3 .c1Col3_1:nth-child(2) {
      margin: 24px 0 0; }
    .c1Col3 .c1Col3_1:nth-child(3) {
      margin: 24px 0 0; }

  .Col3 .Col3_1 {
    width: 50%;
    margin-bottom: 16px;
    padding: 0 1.5%; }
  .Col3.Col3_index .Col3_1 {
    margin-bottom: 8px; }

  .bbCol {
    padding-bottom: 80px;
    border-bottom: 1px solid #C4C4C4; }

  .btCol {
    padding-top: 24px;
    border-top: 1px solid #C4C4C4; }

  .element {
    margin-top: 40px; }

  .ttl_S {
    margin-bottom: 8px;
    font-weight: bold; }
    .ttl_S:first-child {
      margin-top: 0; }

  .ttlBb {
    margin-bottom: 16px;
    font-size: 1.6rem; }
    .ttlBb span {
      display: inline-block;
      padding-bottom: 4px;
      border-bottom: 2px solid #000; }

  .txtArea {
    line-height: 1.8; }
    .txtArea p {
      margin-top: 24px; }
      .txtArea p:first-child {
        margin-top: 0; }
      .txtArea p a {
        text-decoration: underline; }
        .txtArea p a:hover {
          text-decoration: none; }
      .txtArea p.secTxt {
        margin-top: 24px; }
      .txtArea p.subTxt {
        line-height: 1.6;
        font-size: 1.2rem; }

  .pRow img {
    width: 100%;
    height: auto; }

  p.caption {
    margin-top: 16px;
    font-size: 13px; }

  p.linksTtl {
    margin-top: 16px;
    font-size: 1.3rem; } }
/*  /content @media  */
.index .Col2 .c1Col2_1_txtCol {
  padding: 80px; }
.index .Col3 .Col3_1 {
  margin-bottom: 16px; }
.index .logoMark {
  width: 40%;
  height: auto; }
.index .thinkBnr img {
  width: 100%;
  height: auto; }
.index p.caption {
  margin-top: 8px; }

.slides {
  position: relative;
  margin: 0 auto !important; }
  .slides a {
    display: block;
    text-decoration: none; }

ul.slides li.view {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.mvCol {
  padding-top: 96px; }

.mv {
  position: relative;
  width: 100%; }
  .mv:after {
    position: relative;
    display: block;
    content: "";
    padding-top: 50%;
    z-index: 97; }
  .mv .slides {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0;
    z-index: 98; }
  .mv span, .mv a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    text-decoration: none;
    z-index: 98; }

.mvCaption {
  position: absolute;
  bottom: 32px;
  left: 40px;
  padding: 8px 16px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.8); }

.flex-control-nav {
  bottom: 16px !important;
  z-index: 99 !important; }

.flex-control-paging li a.flex-active {
  background: #68A8AD !important; }

/* @media  */
@media screen and (max-width: 960px) {
  .index .Col2 {
    margin-top: 16px !important;
    background-position: bottom;
    background-size: contain; }
    .index .Col2:before {
      padding-top: 0; }
    .index .Col2:after {
      content: "";
      display: block;
      padding-bottom: 50%; }
    .index .Col2 .c1Col2_1 {
      width: 100%;
      font-size: 1.4rem; }
      .index .Col2 .c1Col2_1_lCol {
        float: none; }
      .index .Col2 .c1Col2_1_rCol {
        float: none; }
      .index .Col2 .c1Col2_1_txtCol {
        padding: 40px 5% 40px;
        background: #fff; }
        .index .Col2 .c1Col2_1_txtCol .txt {
          line-height: 2; }
  .index .logoMark {
    width: 160px;
    height: auto; }
  .index .thinkBnr img {
    max-width: 480px; }

  .mvCaption {
    bottom: 40px;
    left: 16px;
    padding: 4px 8px;
    font-size: 1.2rem; }

  .flex-control-nav {
    bottom: 0 !important;
    text-align: center !important; }
    .flex-control-nav a {
      text-indent: -9999px !important; } }
@media screen and (max-width: 768px) {
  .mvCol {
    padding-top: 80px; } }
@media screen and (max-width: 640px) {
  ul.slides li.view {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%; }

  .mv:after {
    padding-top: 90%; }
  .mv .slides {
    padding: 0 0 0; }
  .mv span, .mv a {
    padding-top: 90%; }

  .index .logoMark {
    width: 120px; } }
/* / @media  */
/*  about  */
.about .pageTtl img {
  width: 100%;
  max-width: 960px; }
.about .container {
  max-width: 100%; }
.about .c1Col_SS {
  line-height: 2; }

.ttlRead {
  padding-top: 24px; }

.system .pageTtl {
  border-bottom: none; }

/*  cases  */
.cases .pageTtl {
  border-bottom: none; }

.switch {
  padding: 0 1.5%;
  text-align: center; }
  .switch .select {
    border-bottom: 2px solid #000; }
  .switch ul {
    padding: 16px;
    background: #f7f7f7; }
  .switch li {
    display: inline-block;
    padding: 0 3%;
    font-family: Helvetica, Arial, "sans-serif";
    vertical-align: middle;
    font-weight: bold; }
    .switch li span {
      display: inline-block;
      padding: 2px 0 4px;
      cursor: pointer; }

.parts {
  font-size: 0; }
  .parts li {
    position: relative;
    display: inline-block;
    width: 22.6744%;
    margin: 0 3.1% 8px 0;
    vertical-align: top; }
    .parts li:nth-child(4) {
      margin-right: 0; }
    .parts li .colorIcon {
      display: block;
      padding-top: 100%; }
      .parts li .colorIcon span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }

.iconPic img {
  width: 100%;
  height: auto; }

p.iconCaption {
  margin-top: 8px;
  line-height: 1.4;
  font-size: 1.2rem; }

/*  contact  */
.formInput {
  padding: 8px;
  border: 1px solid #C4C4C4; }

.input_S {
  width: 100%;
  max-width: 480px; }

.formInputText {
  height: 10rem; }

.inputFile {
  font-size: 1.4rem;
  vertical-align: middle; }

.inputButton {
  padding: 12px 80px;
  color: #fff;
  background: #000;
  font-family: Gothic MB101 Medium;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer; }
  .inputButton.return {
    background: #999; }

.contact .subTxt {
  display: block;
  font-size: 1.2rem; }

.acMenu {
  padding-top: 32px; }
  .acMenu dl {
    padding: 0 16px;
    border-bottom: 1px solid #C4C4C4; }
    .acMenu dl:first-child {
      border-top: 1px solid #C4C4C4; }
  .acMenu dt {
    position: relative;
    padding: 40px 56px 40px 0;
    cursor: pointer;
    background: right center no-repeat;
    background-image: url(/assets/images/common/ico_ac_on.svg);
    font-family: Gothic MB101 Medium;
    font-weight: bold; }
    .acMenu dt.active {
      background-image: url(/assets/images/common/ico_ac_off.svg); }
  .acMenu dd {
    display: none;
    padding: 0 0 40px;
    line-height: 2; }

.txtArea .acMenu p {
  margin-top: 0;
  margin-bottom: 32px; }

/* @media  */
@media screen and (max-width: 768px) {
  .acMenu {
    padding-top: 24px;
    font-size: 13px; }
    .acMenu dl {
      padding: 0 8px; }
    .acMenu dt {
      padding: 16px 48px 16px 0;
      background-image: url(/assets/images/common/ico_ac_on.svg); }
      .acMenu dt.active {
        background-image: url(/assets/images/common/ico_ac_off.svg); }
    .acMenu dd {
      display: none;
      padding: 8px 0 40px;
      line-height: 2; }

  .txtArea .acMenu p {
    margin-top: 0;
    margin-bottom: 16px; } }
/* / @media  */
/* =====================================
	footer
===================================== */
.footerContact {
  margin-top: 120px;
  padding: 120px 32px;
  background: url(/assets/images/common/bg_ftr2.jpg) center center no-repeat;
  background-size: cover;
  text-align: center; }
  .footerContact .footerContactContent {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 560px;
    padding: 56px 32px 48px;
    background: #fff; }
    .footerContact .footerContactContent .linkBtn {
      max-width: 300px; }
    .footerContact .footerContactContent:after {
      position: absolute;
      right: -56px;
      bottom: -40px;
      content: url(/assets/images/common/il_ftr.png); }
    .footerContact .footerContactContent dt {
      line-height: 1;
      font-size: 2rem;
      font-family: Gothic MB101 Medium;
      font-weight: bold; }
    .footerContact .footerContactContent dd {
      font-size: 1.4rem; }
      .footerContact .footerContactContent dd p {
        margin-top: 24px;
        line-height: 1.8; }

.footerNav {
  padding: 32px;
  background: #1e1e1e;
  text-align: center;
  font-size: 1.3rem; }
  .footerNav li {
    display: inline-block;
    padding: 0 16px; }
  .footerNav a {
    color: #ccc;
    text-decoration: none; }

.footer {
  padding: 80px 40px 8px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #000; }
  .footer a {
    color: #fff; }
    .footer a:link {
      text-decoration: underline; }

.corpName {
  margin-bottom: 16px; }
  .corpName:before {
    display: block;
    margin-bottom: 8px;
    content: url(/assets/images/common/logo_ac_w.svg); }

.telNum {
  margin-bottom: 8px;
  font-family: Helvetica, Arial, "sans-serif";
  vertical-align: middle;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  vertical-align: middle; }
  .telNum:before {
    margin-right: 16px;
    content: url(/assets/images/common/ico_tel.svg);
    vertical-align: middle; }

.footerData {
  margin-top: 16px; }

.copyrightFooter {
  display: block;
  margin-top: 64px;
  font-size: 10px; }

.pageTop {
  position: fixed;
  right: 28px;
  bottom: 20px; }

.reserve {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #fff;
  z-index: 99; }
  .reserve a {
    display: inline-block;
    padding: 16px 48px 14px 40px;
    color: #fff;
    font-family: Gothic MB101 Medium;
    font-weight: bold;
    font-size: 1.4rem;
    background: #FB490E; }
    .reserve a:before {
      display: inline-block;
      margin-right: 12px;
      content: url(/assets/images/common/ico_reserve.svg);
      vertical-align: middle; }
    .reserve a:hover {
      color: #fff; }

.cases .reserve {
  display: none; }

@media screen and (max-width: 768px) {
  .footerContact {
    overflow: hidden;
    margin-top: 80px;
    padding: 48px 40px; }
    .footerContact .footerContactContent {
      padding: 48px 24px 32px;
      max-width: 480px; }
      .footerContact .footerContactContent:after {
        position: absolute;
        right: -64px;
        bottom: -40px;
        content: "";
        display: inline-block;
        width: 88px;
        height: 196px;
        background: url(/assets/images/common/il_ftr.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle; }
      .footerContact .footerContactContent dt {
        font-size: 1.8rem; }
      .footerContact .footerContactContent dd {
        font-size: 1.2rem; }
        .footerContact .footerContactContent dd p {
          margin-top: 24px; }

  .footerNav {
    padding: 32px 12px 16px;
    text-align: left;
    font-size: 1.2rem; }
    .footerNav li {
      display: inline-block;
      padding: 0 10px 16px; }

  .footer {
    padding: 48px 32px 56px; }

  .corpName {
    margin-bottom: 16px; }
    .corpName:before {
      display: block;
      margin-bottom: 8px;
      content: "";
      display: block;
      width: 176px;
      height: 36px;
      margin: 0 auto 8px;
      background: url(/assets/images/common/logo_ac_w.svg);
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: middle; }

  .telNum {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    vertical-align: middle; }
    .telNum:before {
      display: inline-block;
      margin-right: 12px;
      margin-top: 4px;
      vertical-align: middle; }

  .copyrightFooter {
    margin-top: 48px;
    font-size: 10px; }

  .pageTop {
    position: fixed;
    right: 28px;
    bottom: 20px; }

  .reserve a {
    padding: 14px 32px 10px 28px;
    font-size: 1.2rem; }
    .reserve a:before {
      display: inline-block;
      margin-right: 12px;
      content: url(/assets/images/common/ico_reserve.svg);
      vertical-align: middle; }
    .reserve a:hover {
      color: #fff; } }
/*  End	footer */
/* =====================================
	loading
===================================== */
.loading {
  display: table;
  width: 100%;
  height: 100vh;
  line-height: 100vh;
  text-align: center; }
  .loading img {
    margin-top: -80px;
    margin-right: -32px;
    vertical-align: middle; }

/*  End	loading */

.modelnav {
  padding: 40px 0; 
  text-align: center;
}

.modelnav li {
      display: inline-block;
      padding: 2px; }
