@charset "UTF-8";

/* "reset"
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:500&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; 
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; 
}
q, blockquote {
  quotes: none; 
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; 
}
a img {
  border: none; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; 
}

/* "html"
-------------------------------------------------- */
html {
  font-size: 62.5%;
/*  font-size: 2.08333vw;*/
/*  line-height: 1.20833; */
}

/* "body"
-------------------------------------------------- */
body {
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  font-weight: 500;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
body *:focus {
  outline: none; 
}

/* "a"
-------------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* "p"
-------------------------------------------------- */
p {
  line-height: 1.75;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

/* "li"
-------------------------------------------------- */
li {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media print, screen and (max-width: 767px) {
  li {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

/* "dt,dd"
-------------------------------------------------- */
dt,dd {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media print, screen and (max-width: 767px) {
  dt,dd {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}


/* "img"
-------------------------------------------------- */
img[src$=".svg"] {
  width: 100%; 
}

/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}

/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

/* color
-------------------------------------------------- */
.white {
  color: #FFFFFF;
}
.red {
  color: #DE4830;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}

/* "h" tag
-------------------------------------------------- */
h2.h2-cmn{
  font-size: 2.8rem;
  line-height: 1.75;
}
@media print, screen and (max-width: 767px) {
  h2.h2-cmn{
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: bold;
  }
}

/* position
-------------------------------------------------- */
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}

/* common
-------------------------------------------------- */
div.inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
div.content{
  width: 97%;
  margin: 0 auto;
}
span.linemarker {
  background: linear-gradient(transparent 0%, #f7e56c 0%);
  padding: 0.1428592rem;
}
.forSP {
  display: none; 
}
@media print, screen and (min-width: 961px) and (max-width: 1100px) {
  .tosa{
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  div.content{
    width: 95%;
    margin: 0 auto;
  }
  .forPC {
    display: none; 
  } 
  .forSP {
    display: inline; 
  }
}

/* button
-------------------------------------------------- */
.button {
  width:23rem;
  text-decoration:none;
  display:block;
  text-align:center;
  height: 4.0rem;
  line-height: 3.9rem;
  color:#fff;
  background-color:#1F3249;
  border: 1px solid #1F3249;
  border-radius:3rem;
  margin: 0 auto;
}
.button:hover {
  border: 1px solid #1F3249;
  background-color:#fff;
  color: #1F3249;
  transition: 0.5s;
}
div.mv00_btn .button {
  width:25rem;
  color:#1F3249;
  background-color:#fff;
  border: 1px solid #fff;
  font-weight: bold;
}
div.mv00_btn .button:hover {
  border: 1px solid #fff;
  background-color:#1F3249;
  color: #fff;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .button {
    font-size: 1.4rem;
    width:20rem;
  }
  div.mv00_btn .button {
    width:85%;
  }
}

/* header
-------------------------------------------------- */

/* #mddNav
-------------------------------------------------- */
div#mddNav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
div#mddNav div.mddWrap {
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #cfd8dc;
  background: #1F3249;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  display: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-top: -1px;
}
div#mddNav div.mddWrap.guide {
  padding-bottom: 32rem;
}
div#mddNav div.mddWrap.library {
  padding-bottom: 12rem;
}
div#mddNav div.mddWrap div.mddInner {
  margin: 0 auto;
  padding-top: 3rem;
  width: 97%;
  margin: 0 auto;
  line-height: 1.6;
  max-width: 1000px;
} 
div#mddNav div.mddWrap div.mddInner div.dd_menu {
  margin-bottom: 2.5rem;
} 
div#mddNav div.mddWrap div.mddInner div.dd_menu:last-child {
  margin-bottom: 0;
}
div#mddNav div.mddWrap div.mddInner div.dd_menu span {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: bold!important;
  display: block;
  line-height: 2.0;
  padding-left: 2.2rem;
  color: #fff;
}
div#mddNav div.mddWrap div.mddInner div.dd_menu span::after {
  position: absolute;
  top: 46%;
  left: 0.2rem;
  transform: translateY(-50%);
  content: '';
  width: 1rem;
  height: 1rem;
  border: solid 3px #BFA46A;
  border-radius: 100%;
  }
div#mddNav div.mddWrap div.mddInner div.dd_menu ul {
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
} 
div#mddNav div.mddWrap div.mddInner div.dd_menu ul li{
  margin-right: 3.2rem;
  line-height: 2.0;
  height: auto;
  position: relative;
  padding-left: 1.8rem;
}
div#mddNav div.mddWrap div.mddInner div.dd_menu ul li::before{
  position: absolute;
  content: '';
  top: 32%;
  left: 0.5rem;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #BFA46A;
  z-index: 1;
}
div#mddNav div.mddWrap div.mddInner div.dd_menu ul li:last-child{
  margin-right: 0;
}
div#mddNav div.mddWrap div.mddInner div.dd_menu ul li a{
  color: #fff;
}
div#mddNav div.mddWrap div.mddInner div.dd_menu ul li a:hover {
  text-decoration: none;
  color: #BFA46A;
}


/* for PC */
@media print, screen and (min-width: 1201px) {
  header div.header_bottom div.headerlogo img{
    width: 39.6rem;
    height: auto;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1200px) {
header div.header_bottom div.headerlogo img{
    width: 33rem;
    height: auto;
  }
}
@media print, screen and (min-width: 1025px) {
  header {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 15rem;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
  }
  header div.header_top{
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
  }
  header div.header_top nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  header div.header_top nav ul li{
    position: relative;
    margin-right: 2.5rem;
    padding: 1.75rem 0;  
  }
  header div.header_top nav ul li a:hover{
    color: #BFA46A;
    transition: 0.5s;
  }
  header div.header_top nav ul li:last-child{
    margin-right: 0;
  }
  header div.header_top nav ul li.presidentblog::before{
    content: '';
    display: inline-block;
    background: url(../img/common/blog.png) no-repeat;
    width: 1.929rem;
    height: 1.929rem;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-bottom: 0.3rem;
  }
  header div.header_top nav ul li.archive::before{
    content: '';
    display: inline-block;
    background: url(../img/common/video.png) no-repeat;
    width: 1.929rem;
    height: 1.929rem;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-bottom: 0.3rem;
  }
  header div.header_top nav ul li.access::before{
    content: '';
    display: inline-block;
    background: url(../img/common/placeholder.png) no-repeat;
    width: 1.929rem;
    height: 1.929rem;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
  }
  header div.header_top nav ul li.inquiry::before{
    content: '';
    display: inline-block;
    background: url(../img/common/envelope.png) no-repeat;
    width: 1.786rem;
    height: 1.786rem;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-bottom: 0.15rem;
  }
  header div.header_top nav ul li.application::before{
    content: '';
    display: inline-block;
    background: url(../img/common/edit.png) no-repeat;
    width: 1.7rem;
    height: 1.7rem;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  header div.header_top nav ul li.application{
    margin-right: 1.2rem;
  }
  /*header div.header_top nav ul li.request{
    width: 13rem;
    background: #BFA46A;
    text-align: center;
    line-height: 4.0;
  }
  header div.header_top nav ul a li.request {
    display: block;
    color: #fff;
  }
  header div.header_top nav ul li.request:hover{
    transition: 0.5s;
    background: #947E4E;
  }*/
  header div.header_top nav ul li img{
    width: 1.96rem;
    height: auto;
  }
  header div.header_bottom{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9rem;
  }
  header div.header_bottom div.headerlogo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.2rem;
    z-index: 20;
  }
  header div.header_bottom div.headerlogo:hover{
    opacity: 0.5;
    transition: 0.5s;
  }
  header div.header_bottom nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  header div.header_bottom nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header div.header_bottom nav ul li{
    margin-right: 3.2rem;
    height: 9rem;
    line-height: 9rem;
  }
  header div.header_bottom nav ul li.active{
    color: #BFA46A;
  }
  header div.header_bottom nav ul li:last-child{
    margin-right: 1.2rem;
  }
  header div.header_bottom nav ul li a{
    display: block;
  }
  header div.header_bottom nav ul li a:hover{
    color: #BFA46A;
    transition: 0.5s;
  }
  /* #drawer */
  div#drawer {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {  
  header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 7.5rem;
    background-color: rgba(255,255,255,.90);
    -webkit-box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
  }
  header div.header_top nav ul li.archive,
  header div.header_top nav ul li.access,
  header div.header_top nav ul li.inquiry,
  header div.header_top nav ul li.application,
  header div.header_top nav ul li.presidentblog{
    display: none;    
  }
  header div.header_top nav ul li.request {
    position: absolute;
    font-size: 1.3rem;
    top: 1.3rem;
    right: 5.5rem;
    line-height: 1.8;
    z-index: 15;
  }
  header div.header_top nav ul li.request::before{
    content: '';
    display: block;
    background: url(../img/common/folder.png) no-repeat;
    width: 3.2rem;
    height: 3.2rem;
    background-size: contain;
    margin-left: 1.2rem;
  }
  header div.header_top nav ul li.request:hover{
    transition: 0.5s;
    opacity: 0.5;
  }
  header div.header_bottom{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header div.header_bottom div.headerlogo{
    margin-left: 1.5rem;
    margin-top: 1.7rem;
  }
  header div.header_bottom div.headerlogo:hover{
    opacity: 0.5;
    transition: 0.5s;
  }
  header div.header_bottom div.headerlogo img{
    width: 33rem;
    height: auto;
  }
  header div.header_bottom nav{
    display: none;
  }
  /* #drawer */
  div#drawer {
    display: inline;
  }
  button.drawer-toggle.drawer-hamburger{
    top: 0.9rem;
    right: 0.8rem;
    z-index: 101;
  }
  button.drawer-toggle.drawer-hamburger:hover{
    transition: 0.5s;
    opacity: 0.5;
  }
  .drawer-hamburger{
    width: 2.6rem!important;
  }
  .drawer-nav{
    z-index: 100!important;
  }
  ul.drawer-menu{
    margin-top: 7rem;
  }
  ul.drawer-menu li{
    width: 19.5rem;
    margin: 0 auto;
    position: relative;
  }
  .drawer-menu li.information::before{
    position: absolute;
    content: '';
    background: url(../img/common/information.png) no-repeat;
    width: 2rem;
    height: 2rem;
    top: 1.2rem;
    left: 0.7rem;
    background-size: contain;
    margin-right: 0.5rem;
  }
  .drawer-menu li.archive::before{
    position: absolute;
    content: '';
    background: url(../img/common/video.png) no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    top: 1.2rem;
    left: 0.7rem;
    background-size: contain;
    margin-right: 0.5rem;
  }
  .drawer-menu li.access::before{
    position: absolute;
    content: '';
    background: url(../img/common/placeholder.png) no-repeat;
    width: 1.9rem;
    height: 1.9rem;
    top: 1.2rem;
    left: 0.7rem;
    background-size: contain;
    margin-right: 0.5rem;
  }
  .drawer-menu li.inquiry::before{
    position: absolute;
    content: '';
    background: url(../img/common/envelope.png) no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    top: 1.2rem;
    left: 0.8rem;
    background-size: contain;
    margin-right: 0.5rem;    
  }
  .drawer-menu li.application::before{
    position: absolute;
    content: '';
    background: url(../img/common/edit.png) no-repeat;
    width: 1.7rem;
    height: 1.7rem;
    top: 1.2rem;
    left: 0.8rem;
    background-size: contain;
    margin-right: 0.5rem;
  }
  .drawer-menu li.presidentblog::before{
    position: absolute;
    content: '';
    background: url(../img/common/blog.png) no-repeat;
    width: 1.7rem;
    height: 1.7rem;
    top: 1.2rem;
    left: 0.8rem;
    background-size: contain;
    margin-right: 0.5rem;
  }
  a.drawer-brand{
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
  }
  a.drawer-brand:hover{
    color: #BFA46A;
    transition: 0.5s;
  }
  a.drawer-menu-item {
    font-size: 1.6rem;
    display: block;
    text-decoration: none;
    color: #222;
    margin-left: 2.2rem;
  }
  a.drawer-menu-item:hover{
    text-decoration: none;
    color: #BFA46A;
    transition: 0.5s;
  }
}
@media print, screen and (max-width: 767px) {
  header div.header_bottom div.headerlogo{
    margin-top: 1.3rem;
  }
  header div.header_bottom div.headerlogo img{
    width: 22rem;
    height: auto;
  }
}
@media print, screen and (max-width: 480px) {
  header div.header_bottom div.headerlogo{
    margin-left: 1.0rem;
  }
  header div.header_bottom div.headerlogo img{
    width: 21rem;
    height: auto;
  }
}

@media print, screen and (max-width: 374px) {
  header div.header_bottom div.headerlogo{
    margin-left: 1.0rem;
    margin-top: 1.8rem;
  }
  header div.header_bottom div.headerlogo img{
    width: 18rem;
    height: auto;
  }
}

/* main
-------------------------------------------------- */
/* for PC */
main{
  padding-top: 15rem;
}
/* for Tablet,SP */
@media print, screen and (max-width: 1024px) {  
  main{
    padding-top: 7.5rem;
  }
}

/* #visual
-------------------------------------------------- */

section.visual div.swiper-container{
  width: 100%;
  /*height: calc(100vh - 15rem);
  padding-bottom: 0;*/
  height: 0;
  padding-bottom: 87.5rem;
  position: relative;
  margin-bottom: 10rem;
}
section.visual div.swiper-container div.swiper-slide{
  height: 0;
  padding-bottom: 87.5rem;
}
section.visual div.swiper-container div.swiper-slide.mv00{
  background: url(../img/top/top_kv_pc00.jpg) center center / cover no-repeat;
  position: relative;
}
section.visual div.swiper-container div.swiper-slide.mv00 div.mv00_btn{
  width: 34rem;
  height: auto;
  border-radius: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 62%;
  transform: translateY(-38%);
}
section.visual div.swiper-container div.swiper-slide.mv00 div.mv00_btn img{
  width: 100%;
  height: auto;
}
section.visual div.swiper-container div.swiper-slide.mvic{
  background: url(../img/top/top_kv_is.jpg) center center / cover no-repeat;
  position: relative;
}
section.visual div.swiper-container div.swiper-slide.mvic a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 87.5rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15)!important;
}
section.visual div.swiper-container div.swiper-slide.mvic a:hover{
  background: rgba(0, 0, 0, 0)!important;
  transition: 0.5s;
}
section.visual div.swiper-container div.swiper-slide.mv01{
  background: url(../img/top/top_kv_pc01.jpg) center center / cover no-repeat;
}
section.visual div.swiper-container div.swiper-slide.mv02{
  background: url(../img/top/top_kv_pc02.jpg) center center / cover no-repeat;
}
section.visual div.swiper-container div.swiper-slide.mv03{
  background: url(../img/top/top_kv_pc03.jpg) center center / cover no-repeat;
}
section.visual div.swiper-container div.swiper-slide.mv04{
  background: url(../img/top/top_kv_pc04.jpg) center center / cover no-repeat;
}
section.visual div.swiper-container div.swiper-slide.mv05{
  background: url(../img/top/top_kv_pc05.jpg) center center / cover no-repeat;
}
section.visual div.swiper-pagination{
/*  margin-bottom: 1rem;*/
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
}
section.visual span.swiper-pagination-bullet-active{
  background: #fff!important;
}
section.visual span.swiper-pagination-bullet{
  border:4px solid #fff!important;
  background: none;
  width: 10px!important;
  height: 10px!important;
  margin-right: 1.5rem!important;
}
section.visual div.swiper-button-prev,
section.visual div.swiper-container-rtl div.swiper-button-next{
  top: 46.5%!important;
  left: 1.5rem!important;
  background-image: none;
  width: 4rem;
}
section.visual div.swiper-button-next,
section.visual div.swiper-container-rtl .swiper-button-prev{
  top: 46.5%!important;
  right: 1.5rem!important;
  background-image: none;
  width: 4rem;
}
section.visual div.swiper-button-prev:hover,
section.visual div.swiper-container-rtl div.swiper-button-next:hover,
section.visual div.swiper-button-next:hover,
section.visual div.swiper-container-rtl .swiper-button-prev:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.visual div.inner div.content div.title{
  top: 43%;
  transform: translateY(-57%);
  left: 10rem;
  position: absolute;
  z-index: 1;
}
section.visual div.inner div.content div.title p.mainttl{
  font-size: 8.0rem;
  font-family: 'Cormorant Garamond', sans-serif;
  line-height: 1.20;
  color: #fff;
  text-shadow: 1px 1px 1px #555,1px 1px 1px #555,1px 1px 1px #555,1px 1px 1px #555;
  letter-spacing: -0.1rem;
}
section.visual div.inner div.content div.title p.mainttl::after{  
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  font-size: 3.6rem;
  position: absolute;
  margin-top: 0.5rem;
  letter-spacing: -0.1rem;
}
section.visual div.inner div.content div.title p.mainttl.t01::after{
  content: "ホメオパシーの世界へようこそ";
}
section.visual div.inner div.content div.title p.mainttl.t02::after{
  content: "身体と心、内なる旅へ";
}
@media print, screen and (max-width: 1024px) {
  /*section.visual div.swiper-container div.swiper-slide.mv01{
	background: url(../img/top/top_kv_sp01.jpg) center center / cover no-repeat;
  }*/
  /*section.visual div.swiper-container{
    height: calc(100vh - 7.5rem);
    padding-bottom: 0;
    background-size: cover;
    position: relative;
    margin-bottom: 8rem;
  }  */
}
@media print, screen and (max-width: 960px) {
  section.visual div.swiper-container{
    height: 0;
    padding-bottom: 124%;
    background-size: cover;
    margin-bottom: 8rem;
  }  
  section.visual div.swiper-container div.swiper-slide{
    height: 0;
    padding-bottom: 124%;
    background-size: cover;
    margin-bottom: 8rem;
  }
  section.visual div.swiper-container div.swiper-slide.mvic a{
    padding-bottom: 124%;
  }
  section.visual div.inner div.content div.title{
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
  }
  section.visual div.inner div.content div.title p.mainttl{
    font-size: 9.0vw;
    line-height: 1.2;    
  }
  section.visual div.inner div.content div.title p.mainttl::after{
    font-size: 5.0vw;
    left: 0;
    right: 0;
    text-align: center;
  }
  section.visual div.swiper-container div.swiper-slide.mv00 div.mv00_btn{
    width: 46%;
    top: 64%;
    transform: translateY(-36%);
  }
  section.visual div.swiper-button-prev,
  section.visual div.swiper-container-rtl div.swiper-button-next{
    display: none;
  }
  section.visual div.swiper-button-next,
  section.visual div.swiper-container-rtl .swiper-button-prev{
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  section.visual div.swiper-container{
    height: 0;
    padding-bottom: 120%;
    background-size: cover;
    margin-bottom: 8rem;
  }  
  section.visual div.swiper-container div.swiper-slide{
    height: 0;
    padding-bottom: 120%;
    background-size: cover;
    margin-bottom: 8rem;
  }
  section.visual div.swiper-container div.swiper-slide.mvic a{
    padding-bottom: 120%;
  }
  section.visual div.swiper-container div.swiper-slide.mv00 div.mv00_btn{
    width: 42%;
    top: 64%;
    transform: translateY(-36%);
  }
}
@media print, screen and (max-width: 480px) {
  section.visual div.swiper-container{
    height: calc(100vh - 7.5rem);
    padding-bottom: 0;
    background-size: cover;
    position: relative;
  }
  section.visual div.swiper-container div.swiper-slide{
    height: calc(100vh - 7.5rem);
    padding-bottom: 0;
    background-size: cover;
    margin-bottom: 8rem;
  }
  section.visual div.swiper-container div.swiper-slide.mvic a{
    height: calc(100vh - 7.5rem);
    padding-bottom: 0;
  }
  section.visual div.swiper-container div.swiper-slide.mv00 div.mv00_btn{
    width: 55%;
    top: 64%;
    transform: translateY(-36%);
  }
}

/* .notoSec
-------------------------------------------------- */
section.notoSec{
  margin-bottom: 10rem;
}
section.notoSec h2.noto-ttl{
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
section.notoSec p.p-txt{
  margin-bottom: 3rem;
}
section.notoSec p.p-txt.btm{
  margin-bottom: 0;
}
section.notoSec p.p-txt a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.notoSec{
    margin-bottom: 7rem;
  }
  section.notoSec h2.noto-ttl{
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  section.notoSec p.p-txt{
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
}

/* .informationSec
-------------------------------------------------- */
section.informationSec{
  margin: 0 auto 7rem;
}
section.informationSec div.inner{
  position: relative;
}
section.informationSec div.inner div.content input[type="radio"] {
  display:none;
}
section.informationSec div.inner div.content div.categoryTab {
  font-size :0;
  position: absolute;
  top: 0;
  right: 1.5%;
  border-left: 1px solid #ccc;
}
section.informationSec div.inner div.content div.categoryTab label {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #4b5366;
  width: 17rem;
  text-align: center;
  line-height: 2.5;
  display :inline-block;
  cursor :pointer;
  transition:ease 0.4s opacity;
  color :#fff;
  font-size :1.5rem;
  margin-right: 0;

}
section.informationSec div.inner div.content div.categoryTab label:hover {
  background-color: #1F3249;
  color: #fff;
  transition: 0.5s;
}
section.informationSec div.inner div.content div.panel_area {
  background:#fff;
}
section.informationSec div.inner div.content div.panel_area div.tab_panel {
  width:100%;
  display:none;
}
section.informationSec #tab1:checked ~ .categoryTab .tab1_label,
section.informationSec #tab2:checked ~ .categoryTab .tab2_label,
section.informationSec #tab3:checked ~ .categoryTab .tab3_label,
section.informationSec #tab4:checked ~ .categoryTab .tab4_label {
  background-color: #1F3249;
  color: #fff;
}
section.informationSec #tab1:checked ~ .panel_area #panel1,
section.informationSec #tab2:checked ~ .panel_area #panel2,
section.informationSec #tab3:checked ~ .panel_area #panel3,
section.informationSec #tab4:checked ~ .panel_area #panel4 {
  display:block;
}
section.informationSec div.inner div.content div.infolist{
  margin: 5rem auto 7rem;
}
/*section.informationSec div.inner div.content div.infolist dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5;
  margin-bottom: 2.0rem;
}*/
/*section.informationSec div.inner div.content div.infolist dl.bottom{
  margin-bottom: 0;
}
section.informationSec div.inner div.content div.infolist dl dt,
section.informationSec div.inner div.content div.infolist dl dd {
  line-height: 2.5;
}
section.informationSec div.inner div.content div.infolist dl dd.cat{
  width: 12rem;
  text-align: center;
  border: 1px solid #4b5366;
  margin: 0 2rem;
  background: #4b5366;
  color: #fff;
}
section.informationSec div.inner div.content div.infolist dl dd.cat li{
  line-height: 2.5!important;
}
section.informationSec div.inner div.content div.infolist dl dd.cat a {
  pointer-events: none;
  color: #fff;
}
section.informationSec div.inner div.content div.infolist dl dd.title a:hover{ 
  text-decoration: underline;
}*/
section.informationSec div.inner div.content div.infolist dl{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2.0rem;
  padding-bottom: 1.0rem;
  line-height: 2.5;
}
section.informationSec div.inner div.content div.infolist dl:last-child{
  margin-bottom: 0;
}
section.informationSec div.inner div.content div.infolist dl dt{
  display: inline-block;
  line-height: 2.5;
}
section.informationSec div.inner div.content div.infolist dl dt{
  line-height: 2.5;
}
section.informationSec div.inner div.content div.infolist dl dt.cat{
  display: inline-block;
  width: 16rem;
  margin: 0 0 1rem 0;
  background: #4b5366;
  color: #fff;
  text-align: center;
}
section.informationSec div.inner div.content div.infolist dl dt.cat.benefit{
  background: #ffa500;
}
section.informationSec div.inner div.content div.infolist dl dt.cat li{
  line-height: 2.2;
}
section.informationSec div.inner div.content div.infolist dl dt.cat a {
  pointer-events: none;
  color: #fff;
}
section.informationSec div.inner div.content div.infolist dl dd.title{
  line-height: 1.8;
}
section.informationSec div.inner div.content div.infolist dl dd.title a:hover{ 
  opacity: 0.4;
  transition: 0.6s;
}
section.informationSec div.inner div.content div.infolist dl dd.title span.tag{
  margin-left: 1rem;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  pointer-events: none;
}
section.informationSec div.inner div.content div.infolist dl dd.title span.tag.accepting{
  background-color: #BFA46A;
}
section.informationSec div.inner div.content div.infolist dl dd.title span.tag.finish{
  background-color: #D2302F;
}
section.informationSec div.inner div.content div.infolist dl dd.title span.tag.archive{
  background-color: #e37222;
}

/* for SP */
@media print, screen and (max-width: 767px) {
  section.informationSec div.inner h2.h2-cmn{
    text-align: center;
    margin-bottom: 3rem;
  }
  section.informationSec div.inner div.content div.categoryTab{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #ccc;
    margin: 0 auto;
    width: 80%;
    right: auto;
  }
  section.informationSec div.inner div.content div.categoryTab label{
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
    line-height: 3.0;
    font-size: 1.4rem;
  }
  section.informationSec div.inner div.content div.infolist{
    margin: 5rem auto;
  }
  section.informationSec div.inner div.content div.infolist dl{
    line-height: 2.0;
  }
  section.informationSec div.inner div.content div.infolist dl dt{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.0;
  }
  section.informationSec div.inner div.content div.infolist dl dt.cat{
    display: inline-block;
    width: 14.5rem;
    font-size: 1.4rem;
  }
  section.informationSec div.inner div.content div.infolist dl dd.title{
    font-size: 1.4rem;
  }
  section.informationSec div.inner div.content div.infolist dl dd.title span.tag{
    font-size: 1.3rem;
    display: block;
    margin-left: 0;
    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
    margin-top: 0.3rem;
  }
  section.informationSec div.inner div.content div.infolist dl dd.title span.tag.accepting{
    width: 6rem;
  }
  section.informationSec div.inner div.content div.infolist dl dd.title span.tag.finish{
    width: 5rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.informationSec div.inner div.content div.categoryTab{
    width: 100%;
    display: block;
  }
}

/* .archiveInfoSec
-------------------------------------------------- */
section.archiveInfoSec{
  margin: 0 auto 10rem;
}
section.archiveInfoSec.top div.inner div.content div.archivelist{
  margin: 5rem auto 3.5rem;
}
section.archiveInfoSec div.inner div.content div.archivelist{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.archiveInfoSec div.inner div.content div.archivelist div.box {
  width: 23.5%;
}
section.archiveInfoSec div.inner div.content div.archivelist div.box div.img{
  border: 1px solid #ccc;
  line-height: 0;
  margin-bottom: 1.5rem;
}
section.archiveInfoSec div.inner div.content div.archivelist div.box div.img img:hover{
  opacity: 0.5;
  transition: 0.5s;
}
section.archiveInfoSec div.inner div.content div.archivelist span.tag.archive{
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  text-align: center;
  color: #fff;
  background-color: #e37222;
  font-size: 1.3rem;
  line-height: 1.4;
  pointer-events: none;
}
section.archiveInfoSec div.inner div.content div.archivelist div.box p.title {
  margin: 1.5rem 0;
  line-height: 1.5;
}
section.archiveInfoSec div.inner div.content div.archivelist div.box p.title:hover{
  opacity: 0.5;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  section.archiveInfoSec{
    margin: 0 auto 7rem;
  }
  section.archiveInfoSec div.inner h2.h2-cmn {
    text-align: center;
    margin-bottom: 5rem;
  }
  section.archiveInfoSec div.inner div.content div.archivelist div.box {
    width: 48.5%;
  }
}

/* .courseSec
-------------------------------------------------- */
section.courseSec{
  margin: 0 auto 10rem;
}
section.courseSec div.selectCourse{
  margin: 5rem auto 0;
}
section.courseSec div.selectCourse ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.courseSec div.selectCourse ul li{
  color: #fff;
  text-shadow: 0px 0px 5px #333;
  text-align: center;
  position: relative;
  background-color: #000;
  display: inline-block;
}
section.courseSec div.selectCourse ul li img{
  width: 100%;
  height: auto;
}
section.courseSec div.selectCourse ul li img.image{
  opacity: 0.7;
  display: block;
}
section.courseSec div.selectCourse ul li img.image:hover{
  opacity: 1.0;
  transition: 0.5s;
}
section.courseSec div.selectCourse ul li.regular span{
  position: absolute;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 2.6rem;
}
section.courseSec div.selectCourse ul li.e-learning span{
  position: absolute;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 2.6rem;
}
section.courseSec div.selectCourse ul li a.sp{
  pointer-events: none;
}
/* for SP */
@media print, screen and (max-width: 767px) {
  section.courseSec{
    margin: 0 auto 8rem;
  }
  section.courseSec div.selectCourse{
    margin: 5rem auto 0;
  }
  section.courseSec div.selectCourse ul{
    display: block;
  }
  section.courseSec div.selectCourse ul li{
    background-color: inherit;
    text-shadow: none;
    color: #000;
  }
  section.courseSec div.selectCourse ul li img.image{
    opacity: 1.0;
  }
  section.courseSec div.selectCourse ul li img.image:hover{
    opacity: 0.7;
    transition: 0.5s;
  }
  section.courseSec div.selectCourse ul li span {
    width:23rem;
    text-decoration:none;
    display:block;
    text-align:center;
    line-height: 2.2;
    color:#fff;
    background-color:#1F3249;
    border: 1px solid #1F3249;
    border-radius:30px;
    margin: 0 auto;
  }
  section.courseSec div.selectCourse ul li span:hover {
    border: 1px solid #1F3249;
    background-color:#fff;
    color: #1F3249;
    transition: 0.5s;
  }
  section.courseSec div.selectCourse ul li.regular span{
    position: relative;
    -ms-transform:none;
    -webkit-transform:none;
    transform:none;
    width: 21rem;
    height: 4.0rem;
    line-height: 3.9rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.4rem;
    margin: 5rem auto 7rem;
  }
  section.courseSec div.selectCourse ul li.e-learning span{
    position: relative;
    -ms-transform:none;
    -webkit-transform:none;
    transform:none;
    width: 21rem;
    height: 4.0rem;
    line-height: 3.9rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.4rem;
    margin: 5rem auto 0;
  }
  section.courseSec div.selectCourse ul li a.sp{
    pointer-events: auto;
  }
}

/* .aboutSec
-------------------------------------------------- */
/* aboutSec */
section.aboutSec{
  margin: 0 auto 10rem;
}
section.aboutSec div.inner div.content div.aboutIntroduce{
  position: relative;
  width: 100%;
  height: auto;
}
section.aboutSec div.inner div.content div.aboutIntroduce div.text-area {
  position: absolute;
  width: 45%;
  top: 20%;
  z-index: 10;
  left: 5%;
}
section.aboutSec div.inner div.content div.aboutIntroduce div.text-area h2{
  font-size: 2.33333vw;
  margin-bottom: 3%;
  text-align: center;
}
section.aboutSec div.inner div.content div.aboutIntroduce div.text-area p{
  font-size: 1.25vw;
}
section.aboutSec div.inner div.content div.aboutIntroduce div.button-area{
  position: absolute;
  bottom: 20%;
  left: 16%;
}
section.aboutSec div.inner div.content div.aboutIntroduce div.button-area a.button{
  font-size: 1.25vw;
  width: 164.64%;
}
section.aboutSec div.inner div.content div.aboutIntroduce div.img-area{
  width: 100%;
}
section.aboutSec div.inner div.content div.aboutIntroduce div.img-area img{
  width: 100%;
  height: auto;
}
/* for PC */
@media print, screen and (min-width: 1201px) {
  section.aboutSec div.inner div.content div.aboutIntroduce div.text-area h2{
    font-size: 2.8rem;
  }
  section.aboutSec div.inner div.content div.aboutIntroduce div.text-area p{
    font-size: 1.5rem;
  }
  section.aboutSec div.inner div.content div.aboutIntroduce div.button-area a.button{
    font-size: 1.5rem;
    width: 23rem;
  }
}
/* for SP */
@media print, screen and (max-width: 767px) {
  section.aboutSec{
    margin: 0 auto 7rem;
  }
  section.aboutSec div.inner div.content div.aboutIntroduce div.text-area {
    position: relative;
    width: 100%;
    transform: none;
    top: auto;
    z-index: auto;
    left: auto;
  }
  section.aboutSec div.inner div.content div.aboutIntroduce div.text-area h2{
    margin-bottom: 4rem;
    font-size: 2.0rem;
  }
  section.aboutSec div.inner div.content div.aboutIntroduce div.text-area p{
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 3rem;
  }
  section.aboutSec div.inner div.content div.aboutIntroduce div.button-area{
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 5rem;
  }
  section.aboutSec div.inner div.content div.aboutIntroduce div.button-area a.button{
    font-size: 1.4rem;
    width: 21rem;
  }
}

/* .topicSec
-------------------------------------------------- */
section.topicSec{
  margin: 0 auto 10rem;
}
section.topicSec div.inner div.content div.topiclist{
  margin: 5rem auto 0;
}
section.topicSec div.inner div.content div.topiclist ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.topicSec div.inner div.content div.topiclist ul li{
  width: 35%;
  margin-right: 5%;
  text-align: center;
}
section.topicSec div.inner div.content div.topiclist ul li:last-child{
  margin-right: 0;
}
section.topicSec div.inner div.content div.topiclist ul li img{
  width: 100%;
  height: auto;
}
section.topicSec div.inner div.content div.topiclist ul li img:hover{
  opacity: 0.5;
  transition: 0.5s;
}
section.topicSec div.inner div.content div.topiclist ul li p{
  display: block;
  margin-top: 2rem;
}
section.topicSec div.inner div.content div.topiclist ul li p:hover{
  text-decoration: underline;
}
/* for SP */
@media print, screen and (max-width: 767px) {
  section.topicSec{
    margin: 0 auto 8rem;
  }
  section.topicSec div.inner div.content div.topiclist ul{    
    display: block;
  }
  section.topicSec div.inner div.content div.topiclist ul li{
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4rem;
  }
  section.topicSec div.inner div.content div.topiclist ul li:last-child{
    margin-right: auto;
  }
  section.topicSec div.inner div.content div.topiclist ul li p{
    line-height: 1.5;
  }
}

/* .relatedSitesSec
-------------------------------------------------- */
section.relatedSitesSec{
  margin: 0 auto 10rem;
  padding: 5rem 0;
  background: #1F3249;
}
/* slick */
section.relatedSitesSec div.inner div.content div.slide-area{
  margin: 7rem 0 0;
}
section.relatedSitesSec div.inner div.content div.slide-area ul.slider{
  padding: 0;
  height: auto;
  width: 92%;
  margin: 0 auto;
}
section.relatedSitesSec div.inner div.content li.slick-slide{
  margin: 0 1rem!important;
}
.slider img{
  width: 100%;
}
.slider img:hover{
  opacity: 0.7;
  transition: 0.5s;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -4%!important;
  width: 3.5rem!important;
  height: auto;
}
.next-arrow{
  right: -4%!important;
  width: 3.5rem!important;
  height: auto;
}
.prev-arrow:hover,
.next-arrow:hover{
  cursor: pointer;
}
/* for SP */
@media print, screen and (max-width: 767px) {
  section.relatedSitesSec{
    margin: 0 auto 7rem;
    padding: 3rem 0 4rem;
  }
  /* slick */
  section.relatedSitesSec div.inner div.content div.slide-area{
    margin: 4rem 0 0;
  }
  section.relatedSitesSec div.inner div.content div.slide-area ul.slider{
    padding: 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}

/* .inquirySpaceSec
-------------------------------------------------- */
section.inquirySpaceSec{
  margin: 0 auto 10rem; 
}
section.inquirySpaceSec div.inner div.content div.inquiry-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry{
  width: 50%;
  border: 1px solid #7D7D7D;
  text-align: center;
  height: 25rem;
  background: #fff;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry:hover{
  background: #CCC;
  transition: 0.5s;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry h3{
  font-size: 1.6rem;
  padding-top: 8rem;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28rem;
  margin: 0 auto;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry div.wrap div.img{
  width: 4.0rem;
  height: auto;
  margin-right: 1rem;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry div.wrap div.text p.phoneNumber{
  font-size: 3.1rem;
  line-height: 1.4;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry a{
  display: block;
  width: 100%;
  height: 25rem;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry{
  width: 50%;
  background: #BFA46A;
  border: 1px solid #BFA46A;
  text-align: center;
  height: 25rem;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry a{
  display: block;
  width: 100%;
  height: 25rem;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry:hover{
  background: #807154;
  transition: 0.5s;
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry img{
  width: 5.5rem;
  height: auto;
  margin-top: 7rem;
  margin-bottom: 1rem;  
}
section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry h3{
  color: #FFF;
  font-size: 2.0rem;
}
section.inquirySpaceSec div.inner div.content div.annotation p{
  margin-top: 2rem;
  line-height: 1.5;
}
/* for SP */
@media print, screen and (max-width: 767px) {
  section.inquirySpaceSec{
    margin: 0 auto 8rem; 
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area{
    display: block;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry{
    width: 100%;
    text-align: center;
    height: 18rem;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry h3{
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 5rem;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry div.wrap{
    width: 25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry div.wrap div.img{
    width: 2.8rem;
    margin-right: 1.6rem;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.telInquiry div.wrap div.text p.phoneNumber{
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry{
    width: 100%;
    background: #AE9B73;
    border: 1px solid #AE9B73;
    text-align: center;
    height: 18rem;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry img{
    width: 5.0rem;
    margin-top: 5rem;
  }
  section.inquirySpaceSec div.inner div.content div.inquiry-area div.webInquiry h3{
    font-size: 1.6rem;
  }
  section.inquirySpaceSec div.inner div.content div.annotation p{
    margin-top: 2rem;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

/* .FacebookSec
-------------------------------------------------- */
section.facebookSec{
  margin: 0 auto 10rem;
  background: #e4e4e4;
  padding: 8rem 0;
}
section.facebookSec div.inner div.content div.fb-area img{
  width: 100%;
  height: auto;
}
section.facebookSec div.inner div.content div.fb-area img:hover{
  opacity: 0.5;
  transition: 0.5s;
}
section.facebookSec div.inner div.content div.fb-area div.haohlogo{
  width: 38rem;
  margin: 0 auto;
}
section.facebookSec div.inner div.content div.fb-area div.fblogo{
  width: 4.0rem;
  margin: 1rem auto 0;
}
/* for SP */
@media print, screen and (max-width: 767px) {
  section.facebookSec{
    margin: 0 auto;
    padding: 5rem 0;
  } 
  section.facebookSec div.inner div.content div.fb-area div.haohlogo{
    width: 29rem;
  }
  section.facebookSec div.inner div.content div.fb-area div.fblogo{
    width: 3.6rem;
  }
}

/* footer
-------------------------------------------------- */  
footer{
  margin-bottom: 0;
}
footer div.footermenu{
  margin-bottom: 7rem;
}
footer div.footermenu div.inner div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
footer div.footermenu div.inner div.content dl{
  margin-bottom: 2rem;
}
footer div.footermenu div.inner div.content dl a:hover{
  color: #BFA46A;
  transition: 0.5s;
}
footer div.footermenu div.inner div.content dl.normal{
  margin-bottom: 4rem;
}
footer div.footermenu div.inner div.content dl dt{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
footer div.footermenu div.inner div.content dl dd{
  line-height: 2.0;
  font-size: 1.4rem;
}
footer div.footermenu div.inner div.content dl dd.bold{
  font-weight: bold;
  margin-bottom: 2rem;
}
footer div.othermenu{
  background: #BFA46A;
  padding: 5.3rem 0 5rem;
}
footer div.othermenu div.inner div.content ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
footer div.othermenu div.inner div.content ul li a{
  color: #fff;
}
footer div.othermenu div.inner div.content ul li a:hover{
  opacity: 0.5;
  transition: 0.5s;
}
/* for SP */
@media print, screen and (max-width: 767px) {
  footer div.footermenu{
    display: none;
    margin-bottom: 0;
  }
  footer div.othermenu{
    padding: 4rem 0 2.5rem;
  }
  footer div.othermenu div.inner div.content ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  footer div.othermenu div.inner div.content ul li{
    width: 50%;
    text-align: center;
    line-height: 2.0;
    margin-bottom: 1.5rem;
  }  
  footer div.othermenu div.inner div.content ul li:last-child{
    margin-bottom: 0;
  }
}

/* copyrightSec
-------------------------------------------------- */  
div.copyrightSec{
  padding: 3rem 0;
}
div.copyrightSec div.inner div.content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div.copyrightSec div.inner div.content div.copyrightmenu ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.copyrightSec div.inner div.content div.copyrightmenu ul li a:hover{
  color: #BFA46A;
  transition: 0.5s;
}
div.copyrightSec div.inner div.content div.copyrightmenu ul li:first-child{
  margin-right: 3rem;
}

/* for SP */
@media print, screen and (max-width: 767px) {
  div.copyrightSec{
    padding: 2.5rem 0 2rem;
  }
  div.copyrightSec div.inner div.content{
    display: block;
  }
  div.copyrightSec div.inner div.content div.copyrightmenu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  div.copyrightSec div.inner div.content div.copyrightmenu ul li:first-child{
    margin-right: 4rem;
  }
  div.copyrightSec div.inner div.content div.text{
    margin-top: 1.5rem;
    text-align: center;    
  }
  div.copyrightSec div.inner div.content div.text p{
    font-size: 1.3rem;
  }
}