/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
#top section {
  padding: 100px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top section .left, #top section .right {
  width: 50%;
}

#top #sec01 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top #sec01 .inner {
  width: 100%;
}

#top #sec01 header {
  position: absolute;
  left: 10%;
  bottom: 200px;
}

#top #sec01 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-size: 28px;
}

#top #sec02 h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 35px;
}

#top #sec02 p {
  text-align: center;
}

#top #sec03 .left {
  height: 580px;
  background: url(../img/top/sec03_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

#top #sec03 .right {
  height: 580px;
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 60px;
}

#top #sec03 .right .inner {
  width: 520px;
  height: 420px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

#top #sec03 .right .inner header {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-orientation: upright;
	-webkit-text-orientation: upright;
}

#top #sec03 .right .inner header h2 {
  font-size: 28px;
}

#top #sec03 .right .inner div {
  width: 300px;
}

#top #sec03 .right .inner div h3 {
  color: #A07850;
  margin-bottom: 1em;
}

#top #sec03 .right .inner div .btn {
  margin-left: 0;
}

#top #sec03 .right .inner p {
  text-align: justify;
}

#top #sec04 .left, #top #sec04 .right {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.8);
}

#top #sec04 .left .inner, #top #sec04 .right .inner {
  width: 520px;
}

#top #sec04 .left header, #top #sec04 .right header {
  text-align: center;
  margin-bottom: 40px;
}

#top #sec04 .left header h2, #top #sec04 .right header h2 {
  font-size: 21px;
  text-align: center;
}

#top #sec04 .left header span, #top #sec04 .right header span {
  color: #A07850;
}

#top #sec04 .left p, #top #sec04 .right p {
  text-align: center;
}

#top #sec04 .left {
  background: url(../img/top/sec04_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#top #sec05 {
  width: 100%;
  height: auto;
  padding: 150px 0;
}

#top #sec05 h3 {
  font-size: 14px;
  margin-bottom: 30px;
  color: #A07850;
  text-align: center;
}

#top #sec05 .inner {
  width: 470px;
}

#top #sec05 .inner li {
  padding: .5em;
  border-bottom: 2px solid;
}

#top #sec05 .inner li .category a {
  padding: 2px .5em;
  margin-left: 1em;
  background: #A07850;
}

#top #sec05 .inner li .title {
  margin-left: 2em;
}

/*=====<=====<=====<=====<=====<=====<=====
  news
=====>=====>=====>=====>=====>=====>=====*/
#news .pagenav {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

#news .pagenav .current {
  color: #A07850;
  border-color: #A07850;
}

#news section .wrap {
  width: 700px;
}

#news section time {
  font-size: 13px;
  margin-bottom: .5em;
  display: inline-block;
}

#news section .category a {
  display: inline-block;
  padding: .3em 1em;
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background: #A07850;
}

#news section#archive .box {
  justify-content: flex-start;
  align-items: center;
}

#news section#archive .box + .box {
  margin-top: 30px;
}

#news section#archive .box .thumbnail {
  width: 150px;
  height: 150px;
  margin-right: 30px;
}

#news section#archive .box .thumbnail img {
  width: 100%;
  height: auto;
}

#news section#archive .box .content {
  width: 500px;
}

#news section#archive .box .title {d
  width: 100%;
  display: block;
  font-size: 18px;
  margin-bottom: 1em;
}

#news section#archive .box p {
  font-size: 14px;
}

#news section#single h1 {
  font-size: 18px;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.news2 section#single h1 {
  margin-top: 0em !important;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#news section#single .content {
  width: 100%;
}

#news section#single .content h1, #news section#single .content h2, #news section#single .content h3, #news section#single .content h4, #news section#single .content h5, #news section#single .content h6 {
  font-size: inherit;
  font-weight: bold;
}

#news section#single .content p, #news section#single .content table, #news section#single .content ul, #news section#single .content dl, #news section#single .content figcaption {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-align: left;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
}

#news section#single .content img {
  max-width: 100%;
  height: auto;
}

#news section#single .content a {
  text-decoration: underline;
}

#sidebar {
  width: 200px;
  color: #4B4B4B;
  border-left: 1px solid;
}

#sidebar div {
  padding-left: 30px;
}

#sidebar h3 {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: left;
  display: block;
  color: #A07850;
}

#sidebar ul li a {
  font-size: inherit;
}

#sidebar ul li + li {
  margin-top: 1em;
}

#sidebar ul li time {
  line-height: 1.2;
}

#sidebar ul li .category a {
  background: none;
  color: inherit;
  margin-left: .5em;
  padding-left: .5em;
  line-height: 1.2;
  border-left: 1px solid;
}

#sidebar ul li .title {
  padding: 0;
  width: 100%;
  display: block;
}

#sidebar #new_posts_list {
  border-top: 1px solid;
  padding: 30px;
  margin-top: 65px;
}

/*=====<=====<=====<=====<=====<=====<=====
  concept
=====>=====>=====>=====>=====>=====>=====*/
/*=====<=====<=====<=====<=====<=====<=====
  about
=====>=====>=====>=====>=====>=====>=====*/
#about .bold {
  font-weight: bold;
}

#about .bolder {
  font-weight: bolder;
}

#about section {
  padding-bottom: 0;
}

#about section + section {
  padding-top: 50px;
}

#about #sec02 figure {
  width: 480px;
  height: 490px;
  background: #222;
}

#about #sec02 figure img {
  width: 100%;
  height: auto;
}

#about #sec02 .box {
  width: 420px;
}

#about #sec03 .staff {
  width: 460px;
}

#about #sec03 .staff figure {
  width: 460px;
  height: 280px;
  background: #222;
  overflow: hidden;
}

#about #sec03 .staff figure img {
  width: 100%;
  height: auto;
}

#about #sec03 .staff .box {
  width: 200px;
}

#about #sec03 .staff .profile {
    margin-top: 20px;
}

#about #sec03 .staff:first-of-type {
  width: 100%;
  margin-bottom: 40px;
}

#about #sec03 .staff:first-of-type figure {
  width: 562px;
  height: 361px;
  background: #222;
  overflow: hidden;
}

#about #sec03 .staff:first-of-type .box {
  width: 360px;
}
#about #sec03 .staff:first-of-type .profile {
  margin-top: 185px;
}


#about #sec04 {
  padding-bottom: 0;
}

#about #sec04 h3 {
  margin-bottom: 45px;
  font-size: 18px;
  text-align: center;
}

#about #sec04 h3 span {
  font-size: 12px;
  display: block;
}

#about #sec04 p {
  text-align: center;
}

#about #sec04 #map {
  margin-top: 50px;
  width: 100%;
  height: 562px;
  display: block;
}

#about .staff .box {
  margin-top: -10px;
}

#about .staff .box h3 {
  font-size: 21px;
  margin-bottom: 35px;
}

#about .staff figure img.sp {
  display: none;
}

#about .staff .profile {
  width: 100%;
  margin-top: 50px;
}

#about .staff .profile header {
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #969696; 
  align-items: flex-end;
  justify-content: flex-start;
}

#about .staff .profile header h4 {
  font-size: 18px;
  display: inline-block;
  line-height: 1.2em;
  margin-right: 1em;
}

#about .staff .profile header h4 span {
  margin-bottom: .5em;
  font-size: 12px;
  display: block;
}

#about .staff .profile header h4 + span {
  color: #A07850;
  font-size: 10px;
}

#about .staff .profile ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/*=====<=====<=====<=====<=====<=====<=====
  faq
=====>=====>=====>=====>=====>=====>=====*/
#faq section + section {
  padding-top: 0;
}

#faq section dl {
  width: 100%;
  font-size: 12px;
}

#faq section dl + dl {
  margin-top: 5px;
}

#faq section dl span {
  font-size: 18px;
  margin-right: 60px;
  position: absolute;
  left: 30px;
  top: 30px;
  line-height: 1;
  transition: .4s;
}

#faq section dl dt {
  width: 100%;
  height: 80px;
  padding: 0 80px 0 110px;
  color: #fff;
  font-size: 14px;
  background: #A07850;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

#faq section dl dt::before, #faq section dl dt::after {
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: .3s;
}

#faq section dl dt::after {
  transform: rotate(-90deg);
}

#faq section dl dt span {
  font-size: 18px;
  margin-right: 60px;
}

#faq section dl dt .toggle {
  position: absolute;
  width: 80px;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
  left: auto;
  margin: auto;
  cursor: pointer;
}

#faq section dl dd {
  padding: 0 80px 0 30px;
  display: none;
  color: #000;
  background: #fff;
  position: relative;
  padding: 30px 110px 30px 80px;
}

#faq section dl dd span {
  opacity: 0;
}

#faq section dl.active dt::after {
  transform: rotate(0);
}

#faq section dl.active dd span {
  opacity: 1;
}

/*=====<=====<=====<=====<=====<=====<=====
  contact
=====>=====>=====>=====>=====>=====>=====*/
#contact section#tel .tel {
  display: block;
  margin: auto;
  font-size: 38px;
  color: #A07850;
  text-align: center;
}

#contact section#tel .tel p{
    text-align: center;
}

#contact section#tel .notes{
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: .5em;
    line-height: 1.6em;
}

#contact section#form {
  padding-top: 0;
}

#contact section#form form input, #contact section#form form select {
  width: 100%;
  height: 40px;
  display: block;
  padding: .5em;
  border: 0;
  border: 1px solid #969696;
  transition: .5s;
  background: #323232;
  color: #fff;
}

#contact section#form form input:focus, #contact section#form form select:focus {
  outline: none;
}

#contact section#form form textarea {
  width: 100%;
  height: 40px;
  padding: .5em;
  border: 0;
  color: #fff;
  border: 1px solid #969696;
  transition: .5s;
  background: #323232;
}

#contact section#form form textarea:focus {
  outline: none;
}

#contact section#form form dl {
  display: flex;
  align-items: center;
  padding: 1em;
  font-size: 13px;
  letter-spacing: .1em;
}

#contact section#form form dl dt {
  width: 160px;
  font-weight: bold;
}

#contact section#form form dl dt span {
  width: 60px;
  text-align: center;
  margin-top: .2em;
  font-size: 11px;
  color: #fff;
  background: #A07850;
  display: block;
}

#contact section#form form dl dd {
  width: 800px;
}

#contact section#form form dl dd p {
  font-size: 10px;
}

#contact section#form form dl dd span {
  font-size: 13px;
}

#contact section#form form dl dd div {
  display: block;
}

#contact section#form form dl dd div + div {
  margin-top: 30px;
}

#contact section#form form dl.privacy dd {
  height: 160px;
  overflow-y: scroll;
  padding: .5em;
  border: 1px solid #969696;
  background: #323232;
  color: #fff;
}

#contact section#form form dl + p {
  padding-left: 160px;
}

#contact section#form form dl + p input {
  width: 1em;
  display: inline-block;
  margin-right: .5em;
  margin-top: -5px;
}

#contact section#form form input[type="submit"] {
  cursor: pointer;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  font-family: inherit;
  font-size: 12px;
  text-align: center;
  color: #A07850;
  border-color: #A07850;
  box-shadow: 0;
  color: #fff;
  background: #A07850;
}

/*=====<=====<=====<=====<=====<=====<=====
  sitemap
=====>=====>=====>=====>=====>=====>=====*/
#sitemap section {
  padding-bottom: 100px;
}

#sitemap section ul {
  width: 48%;
}

#sitemap section ul li {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#sitemap section ul li a {
  width: 100%;
  display: block;
  padding: 2em;
  text-align: center;
}

#sitemap section ul li a:hover {
  color: #fff;
  opacity: 1;
  background: #A07850;
}

#sitemap section ul li + li {
  border-top: 1px solid #969696;
}

@media screen and (max-width: 768px) {
  /*=====<=====<=====<=====<=====<=====<=====
    top
  =====>=====>=====>=====>=====>=====>=====*/
  #top section {
    padding: 50px 0;
    height: 100vh;
  }
  #top section .left, #top section .right {
    width: 100%;
  }
  #top #sec01 header {
    margin: auto;
    left: 5%;
    bottom: 50px;
  }
  #top #sec01 h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0;
    font-feature-settings: normal;
    text-orientation: upright;
	  -webkit-text-orientation: upright;
    font-size: 22px;
    margin: auto;
  }
  #top #sec02 h2 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 35px;
  }
  #top #sec02 p {
    text-align: center;
  }
  #top #sec03 {
    height: auto;
    padding: 0;
  }
  #top #sec03 .left {
    height: 300px;
  }
  #top #sec03 .right {
    height: 100%;
    padding: 40px 5%;
  }
  #top #sec03 .right .inner {
    width: 90%;
    height: auto;
    flex-wrap: wrap;
  }
  #top #sec03 .right .inner header {
    width: 100%;
    position: static;
    margin-bottom: 20px;
    line-height: 1.5;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: lr-tb;
    letter-spacing: 0.06em;
  }
  #top #sec03 .right .inner header h2 {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  #top #sec03 .right .inner div {
    width: 100%;
  }
  #top #sec03 .right .inner div h3 {
    text-align: center;
  }
  #top #sec03 .right .inner div .btn {
    margin-left: auto;
  }
  #top #sec04 {
    height: auto;
    padding: 0;
  }
  #top #sec04 .left, #top #sec04 .right {
    padding: 40px 5%;
  }
  #top #sec04 .left .inner, #top #sec04 .right .inner {
    width: 90%;
  }
  #top #sec04 .left header, #top #sec04 .right header {
    text-align: center;
    margin-bottom: 20px;
  }
  #top #sec04 .left header h2, #top #sec04 .right header h2 {
    font-size: 20px;
    text-align: center;
  }
  #top #sec04 .left header span, #top #sec04 .right header span {
    color: #A07850;
  }
  #top #sec04 .left p, #top #sec04 .right p {
    text-align: justify;
  }
  #top #sec04 .left {
    background: url(../img/top/sec04_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #top #sec05 {
    width: 100%;
    height: auto;
    padding: 50px 0;
  }
  #top #sec05 h3 {
    font-size: 14px;
    margin-bottom: 30px;
    color: #A07850;
    text-align: center;
  }
  #top #sec05 .inner {
    width: 90%;
  }
  #top #sec05 .inner li {
    border-bottom: 2px solid;
  }
  #top #sec05 .inner li .category a {
    padding: 2px .5em;
    margin-left: 1em;
    background: #A07850;
  }
  #top #sec05 .inner li .title {
    margin-left: 2em;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    news
  =====>=====>=====>=====>=====>=====>=====*/
  #news section .wrap {
    width: 100%;
  }
  #news section time {
    font-size: 13px;
  }
  #news section .category {
    font-size: 12px;
  }
  #news section#archive .box .thumbnail {
    width: 30%;
    height: auto;
    margin-right: 10%;
  }
  #news section#archive .box .content {
    width: 60%;
  }
  #news section#archive .box .title {
    display: block;
    font-size: 15px;
  }
  #news section#archive .box p {
    font-size: 13px;
  }
  #news section#single h1 {
    font-size: 16px;
  }
  #news section#single .content p {
    font-size: 12px;
  }
  #sidebar {
    width: 100%;
    margin-top: 60px;
  }
  #sidebar > div + div {
    margin-top: 40px;
  }
  #sidebar h3 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  #sidebar ul li a {
    font-size: inherit;
  }
  #sidebar ul li + li {
    margin-top: 1em;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    concept
  =====>=====>=====>=====>=====>=====>=====*/
  #company section#info dl {
    flex-wrap: wrap;
    padding: 1.5em .5em;
  }
  #company section#info dl dt {
    width: 100%;
    display: block;
    font-weight: bold;
  }
  #company section#info dl dd {
    width: 100%;
  }
  #company section#access .map {
    width: 100%;
    height: 200px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    about
  =====>=====>=====>=====>=====>=====>=====*/
  #about section {
    padding-bottom: 0;
  }
  #about section + section {
    padding-top: 65px;
  }
  #about #sec02 figure {
    width: 100%;
    height: auto;
  }
  #about #sec02 .box {
    width: 100%;
    margin-top: 20px;
  }
  #about #sec03 .staff {
    width: 100%;
  }
  #about #sec03 .staff figure {
    width: 100%;
    height: 100%;
  }
  #about #sec03 .staff .box {
    width: 100%;
    margin-top: 20px;
  }
  #about #sec03 .staff:first-of-type {
    width: 100%;
    margin-bottom: 0px;
  }
  #about #sec03 .staff:first-of-type figure {
    width: 100%;
    height: 100%;
  }
  #about #sec03 .staff:first-of-type .box {
    width: 100%;
  }
  #about #sec03 .staff + .staff {
    margin-top: 60px;
  }
  #about #sec04 {
    padding-bottom: 0;
  }
  #about #sec04 h3 {
    margin-bottom: 45px;
    font-size: 18px;
    text-align: center;
  }
  #about #sec04 h3 span {
    font-size: 12px;
    display: block;
  }
  #about #sec04 p {
    text-align: center;
  }
  #about #sec04 #map {
    margin-top: 50px;
    width: 100%;
    height: 200px;
    background: #222;
    display: block;
  }
  #about .staff .box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #about .staff figure img.pc {
    display: none;
  }
  #about .staff figure img.sp {
    display: block;
  }
  #about #sec03 .staff:first-of-type .profile {
    margin-top: 0px;
  }
  #about .staff .profile {
    width: 100%;
    margin-top: 20px;
  }
  #about .staff .profile header {
    width: 100%;
    padding-bottom: .7em;
    margin-bottom: .7em;
    border-bottom: 1px solid #969696;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #about .staff .profile header h4 {
    font-size: 16px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    faq
  =====>=====>=====>=====>=====>=====>=====*/
  #faq section + section {
    padding-top: 0;
  }
  #faq section dl {
    width: 100%;
    font-size: 12px;
    cursor: pointer;
  }
  #faq section dl + dl {
    margin-top: 5px;
  }
  #faq section dl span {
    font-size: 18px;
    margin-right: 60px;
    position: absolute;
    left: 30px;
    top: 30px;
    line-height: 1;
    transition: .4s;
  }
  #faq section dl dt {
    width: 100%;
    height: 80px;
    padding: 0 50px 0 50px;
    color: #fff;
    background: #A07850;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  #faq section dl dt::before, #faq section dl dt::after {
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transition: .3s;
  }
  #faq section dl dt span {
    font-size: 18px;
    margin-right: 30px;
    left: 20px;
  }
  #faq section dl dd {
    display: none;
    color: #000;
    background: #fff;
    position: relative;
    padding: 60px 40px 30px 20px;
  }
  #faq section dl dd span {
    opacity: 0;
    top: 20px;
    left: 20px;
  }
  #faq section dl.active dt::after {
    transform: rotate(0);
  }
  #faq section dl.active dd span {
    opacity: 1;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    contact
  =====>=====>=====>=====>=====>=====>=====*/
  #contact section#tel {
    padding-bottom: 50px;
  }
  #contact section#tel a {
    display: block;
    margin: auto;
    font-size: 24px;
    text-align: center;
  }
  #contact section#form h3 {
    font-size: 13px;
    margin-bottom: 2em;
  }
  #contact section#form form textarea {
    height: 150px;
  }
  #contact section#form form dl {
    flex-wrap: wrap;
    align-items: center;
  }
  #contact section#form form dl dt {
    width: 100%;
    margin-bottom: 1em;
    font-weight: bold;
  }
  #contact section#form form dl dt span {
    font-size: 10px;
    float: right;
  }
  #contact section#form form dl dd {
    width: 100%;
  }
  #contact section#form form dl + p {
    margin-top: 1em;
    padding-left: 0;
    line-height: 1;
  }
    
  /*=====<=====<=====<=====<=====<=====<=====
    contact
  =====>=====>=====>=====>=====>=====>=====*/
    
    #contact section#tel .heading + p{
        line-height: 1.6em;
    } 
    
  #contact section#tel .tel p{
    text-align: center;
  }

  #contact section#tel .notes{
    font-size: 11px;
 }
    
    
  /*=====<=====<=====<=====<=====<=====<=====
    sitemap
  =====>=====>=====>=====>=====>=====>=====*/
  #sitemap section {
    padding-bottom: 50px;
  }
  #sitemap section ul {
    width: 100%;
  }
  #sitemap section ul li {
    padding: .6em 10px;
  }
  #sitemap section ul li a {
    padding: 1em;
  }
  #sitemap section ul + ul li {
    border-top: 0;
  }
}
