@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/notesans/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/notesans/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/notesans/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/notesans/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/notesans/NotoSansCJKjp-Light.eot");
  src: url("../fonts/notesans/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/notesans/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/notesans/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/notesans/NotoSansCJKjp-DemiLight.eot");
  src: url("../fonts/notesans/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/notesans/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/notesans/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notesans/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/notesans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/notesans/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/notesans/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/notesans/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/notesans/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/notesans/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/notesans/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/notesans/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/notesans/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/notesans/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/notesans/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/notesans/NotoSansCJKjp-Black.eot");
  src: url("../fonts/notesans/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/notesans/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/notesans/NotoSansCJKjp-Black.ttf") format("truetype");
}
/* reset
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input, select {
  vertical-align: middle;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Setting */
html {
  height: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: normal;
}

*:active, *:focus {
  outline: none;
}

/************************************************
    Setting
************************************************ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #231F20;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/* link */
a {
  text-decoration: none;
  color: #231F20;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.001);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.fa {
  letter-spacing: 0;
}

.en {
  font-family: 'Montserrat', sans-serif;
}

.radio .wpcf7-list-item {
  margin: 0;
  margin-right: 30px;
}

.radio label {
  position: relative;
  padding-left: 30px;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio] + span:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -10px;
}

.radio input[type=radio] + span:after {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "\f111";
  font-family: FontAwesome;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: -4px;
}

.radio input[type=radio]:checked + span:after {
  content: "\f111";
  font-family: FontAwesome;
  color: #666666;
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: -4px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0px;
  top: -50px;
  background: #fff;
  padding: 5px 10px;
  display: inline-block !important;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px !important;
  letter-spacing: 0;
  color: #231F20;
  width: 100px;
  font-weight: bold;
}

.name .wpcf7-not-valid-tip, .furi .wpcf7-not-valid-tip {
  right: 0px;
}

.sp {
  display: none !important;
}

#header {
  height: 55px;
  overflow: hidden;
  background: #fff url(../images/bg_header.png) repeat-y left top;
}
#header .inner {
  width: 1080px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: #fff;
  height: 55px;
}
#header .inner .logo {
  width: 156px;
  background: #231F20;
  padding-top: 5px;
}
#header .inner h1 {
  width: 230px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#header .inner h1 a {
  text-align: center;
  color: #fff;
}
#header .inner h1 a:hover img {
  opacity: 1;
}

.toggle-search-box {
  position: relative;
  width: 100%;
}

.toggle-search-box > .toggle-search-box-inner {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  margin: 0 auto;
  padding: 1.5em 0.5em;
  text-align: right;
  background: white;
  z-index: 1;
}
.toggle-search-box > .toggle-search-box-inner #searchform {
  width: 1080px;
  margin: 0 auto;
}

#gNavi {
  margin-left: auto;
}
#gNavi ul li {
  display: inline-block;
  padding-top: 15px;
}
#gNavi ul li a {
  padding: 10px 10px 20px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.075em;
}
#gNavi ul li a i {
  font-size: 20px;
  display: inline-block;
  margin-left: 8px;
}
#gNavi ul li.active a {
  background: #EEEEEE;
}
#gNavi ul li.contact {
  padding: 0;
  background: #231F20;
}
#gNavi ul li.contact a {
  padding-top: 25px;
  color: #fff;
}

#footer {
  background: #fff;
}
#footer .inner ul {
  padding: 40px 0 20px;
  text-align: center;
}
#footer .inner ul li {
  display: inline-block;
  margin: 0 20px 20px;
}
#footer .inner .copy {
  padding: 10px 0;
  background: #F6F6F6;
  text-align: center;
  font-size: 10px;
}

#container {
  width: 100%;
  margin: 0 auto;
}

.head {
  margin: 0 0 100px;
}
.head .ttl {
  font-size: 30px;
  text-align: center;
  margin: 0 0 40px;
}

.pagettl {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  margin-bottom: 40px;
}
.pagettl .head {
  text-align: center;
  margin: 0;
}
.pagettl .head span {
  font-size: 17px;
  letter-spacing: 0.17em;
  font-weight: bold;
}
.pagettl .head h2 {
  font-size: 36px;
  letter-spacing: 0.17em;
  font-weight: bold;
}
.pagettl .head p {
  font-size: 20px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.home section.section {
  margin-bottom: 100px;
}
.home section.section .inner .imgClm {
  text-align: center;
  margin: 0 0 70px;
}
.home section.section .inner .imgClm img {
  width: 100%;
  height: auto;
}
.home section.section .inner .txtClm {
  width: 640px;
  margin: 0 auto;
}
.home section.section .inner .txtClm h3 {
  text-align: center;
  margin: 0 0 40px;
}
.home section.section .inner .txtClm h3 .en {
  line-height: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #231F20;
  letter-spacing: 0.17em;
  margin: 0 0 30px;
}
.home section.section .inner .txtClm h3 .ja {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.home section.section .inner .txtClm p {
  text-align: center;
  font-size: 12px;
}
.home section.section .inner .txtClm p.btnBox {
  margin-top: 40px;
}
.home section.section .inner .txtClm .btn {
  display: inline-block;
  background: #4d4d4d;
  color: #fff;
  font-size: 22px;
  padding: 10px 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home section.section .inner .txtClm .btn:hover {
  opacity: 0.7;
}
.home section.section .inner .txtClm .btn i {
  margin-left: 20px;
  font-size: 24px;
}
.home section.section .inner .txtClm ul {
  margin-top: 40px;
  text-align: center;
}
.home section.section .inner .txtClm ul li {
  display: inline-block;
  margin: 0 20px;
}
.home section.section .inner .txtClm ul li a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 165px;
  height: 165px;
  text-align: center;
  background: #706D6E;
  color: #fff;
  padding-top: 45px;
}
.home section.section .inner .txtClm ul li a span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.home section.section .inner .txtClm ul li a i {
  font-size: 36px;
}
.home section.section .inner .txtClm ul li a:hover {
  opacity: 0.7;
}

#mapSec {
  margin-bottom: 0;
}
#mapSec #map {
  width: 100%;
  height: 520px;
}

.disnon {
  display: none;
}

#videoSec {
  background: url(../images/index_bg1.jpg) no-repeat center;
  width: 100%;
  overflow: hidden;
  height: 500px;
  position: relative;
  margin: 0 0 70px;
}
#videoSec .videoWrap {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#videoSec:before, #videoSec:after {
  content: '';
  position: absolute;
  z-index: 10;
  height: 110px;
  width: 100%;
}
#videoSec:before {
  top: -1px;
  background: url(../images/mask_top.png) no-repeat center top;
}
#videoSec:after {
  bottom: 0;
  background: url(../images/mask_btm.png) no-repeat center bottom;
}

.subPagettl {
  background: #EEEEEE;
}
.subPagettl .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 32px 0 30px;
}
.subPagettl .inner h1 {
  line-height: 1;
}
.subPagettl .inner h1 .en {
  position: relative;
  font-size: 13px;
  display: inline-block;
  border-bottom: 2px solid #231F20;
  padding-bottom: 3px;
  margin-right: 15px;
  top: -5px;
  letter-spacing: 0.17em;
}
.subPagettl .inner h1 .creator {
  font-size: 20px;
  letter-spacing: 0.075em;
  font-weight: 500;
}

#tabMenu .inner {
  width: 1080px;
  margin: 0 auto;
}
#tabMenu .inner ul#tab {
  text-align: right;
  width: 100%;
  margin-top: -40px;
}
#tabMenu .inner ul#tab li {
  display: inline-block;
  height: 40px;
  width: 120px;
  padding-top: 4px;
}
#tabMenu .inner ul#tab li a {
  text-align: center;
  display: block;
  line-height: 36px;
  background: #dadada;
  font-weight: 500;
}
#tabMenu .inner ul#tab li.select {
  padding-top: 0;
}
#tabMenu .inner ul#tab li.select a {
  line-height: 40px;
  background: #fff;
}

.tabttl .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}
.tabttl .inner h2 {
  text-align: right;
  line-height: 1;
}
.tabttl .inner h2 .en {
  position: relative;
  font-size: 13px;
  display: inline-block;
  border-bottom: 2px solid #231F20;
  padding-bottom: 3px;
  margin-right: 15px;
  top: -5px;
  letter-spacing: 0.17em;
}
.tabttl .inner h2 .ja {
  font-size: 20px;
  letter-spacing: 0.075em;
}

.content_wrap {
  margin: 0 0 100px;
}

.singleMv {
  width: 100%;
  overflow: hidden;
  margin: 0 0 70px;
}
.singleMv .inner {
  position: relative;
}
.singleMv .inner .swiper-container {
  left: 50%;
  width: 2160px;
  margin-left: -1080px;
}
.singleMv .inner .swiper-container .swiper-slide {
  text-align: center;
}
.singleMv .inner .swiper-container .swiper-slide-prev,
.singleMv .inner .swiper-container .swiper-slide-next {
  opacity: 0.4;
}
.singleMv .inner .swiper-button-next, .singleMv .inner .swiper-button-prev {
  position: absolute;
  background: #706D6E;
  top: 50%;
  width: 64px;
  height: 160px;
  margin-top: -80px;
  z-index: 10;
  cursor: pointer;
}
.singleMv .inner .swiper-button-next:after, .singleMv .inner .swiper-button-prev:after {
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.singleMv .inner .swiper-button-prev {
  background-image: none;
  left: 540px;
  margin-left: -32px;
  right: auto;
}
.singleMv .inner .swiper-button-prev:after {
  color: #fff;
  position: absolute;
  font-family: FontAwesome;
  content: '\f104';
  font-size: 60px;
}
.singleMv .inner .swiper-button-next {
  background-image: none;
  right: 530px;
  margin-right: -32px;
  left: auto;
}
.singleMv .inner .swiper-button-next:after {
  color: #fff;
  position: absolute;
  font-family: FontAwesome;
  content: '\f105';
  font-size: 60px;
}

#singleInfo .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#singleInfo .inner .box {
  width: 47%;
}
#singleInfo .inner .box h3.ttl {
  margin: 0 0 20px;
}
#singleInfo .inner .box h3.ttl .en {
  display: inline-block;
  border-bottom: 2px solid #231F20;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#singleInfo .inner .box h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin: 0 0 20px;
}
#singleInfo .inner .box .content h3, #singleInfo .inner .box .content h4, #singleInfo .inner .box .content h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
#singleInfo .inner .box .content p {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
#singleInfo .inner .box .content.service {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin: 0 0 60px;
}
#singleInfo .inner .box .prof {
  table-layout: fixed;
  font-size: 12px;
  width: 100%;
  margin: 0 0 80px;
}
#singleInfo .inner .box .prof tr {
  border-bottom: 1px dashed #231F20;
}
#singleInfo .inner .box .prof tr th, #singleInfo .inner .box .prof tr td {
  text-align: left;
  padding-bottom: 10px;
}
#singleInfo .inner .box .prof tr th {
  width: 8em;
}
#singleInfo .inner .box .prof tr:not(:first-of-type) th, #singleInfo .inner .box .prof tr:not(:first-of-type) td {
  padding-top: 10px;
}
#singleInfo .inner .box .prof .icon {
  margin: 3px 0;
  padding: 6px 14px;
  font-weight: 300;
  background: #000;
  color: #fff;
}
#singleInfo .inner .box .mapWrap #singleMap {
  width: 100%;
  height: 270px;
}

#singleSpecialty .speBox {
  width: 1080px;
  margin: 0 auto;
  background: #EEEEEE;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  padding: 40px;
  margin-bottom: 70px;
}
#singleSpecialty .speBox .imgClm {
  width: 360px;
  max-width: 360px;
  min-width: 360px;
}
#singleSpecialty .speBox .txtClm {
  width: 640px;
  padding-right: 40px;
}
#singleSpecialty .speBox .txtClm h3 {
  margin: 0 0 20px;
}
#singleSpecialty .speBox .txtClm h3 .en {
  position: relative;
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid #231F20;
  padding: 0 0 0 0;
  margin-right: 20px;
  top: -3px;
  letter-spacing: 0.17em;
}
#singleSpecialty .speBox .txtClm h3 .ja {
  font-size: 18px;
  letter-spacing: 0.075em;
}
#singleSpecialty .speBox .txtClm p.txt {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
#singleSpecialty .speBox .txtClm .member {
  border-top: 1px dashed #231F20;
  margin-bottom: auto;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
#singleSpecialty .speBox .txtClm .price {
  font-size: 12px;
  letter-spacing: 0.1em;
}

#singleWorks {
  background: #fafafa;
  padding: 40px 0;
}
#singleWorks .worksBox {
  width: 1080px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 70px;
}
#singleWorks .worksBox .txtClm {
  background: #EEEEEE;
  padding: 40px;
  width: 420px;
}
#singleWorks .worksBox .txtClm .head {
  margin: 0 0 20px;
}
#singleWorks .worksBox .txtClm .head .en {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 3px;
  border-bottom: 2px solid #231F20;
  margin: 0 0 20px;
}
#singleWorks .worksBox .txtClm .head h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
#singleWorks .worksBox .txtClm .content {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
#singleWorks .worksBox .txtClm .details {
  font-size: 12px;
  border-top: 1px dotted #231F20;
}
#singleWorks .worksBox .txtClm .details tr {
  border-bottom: 1px dotted #231F20;
}
#singleWorks .worksBox .txtClm .details tr th, #singleWorks .worksBox .txtClm .details tr td {
  padding: 10px 0;
}
#singleWorks .worksBox .txtClm .details tr th {
  text-align: left;
  width: 7em;
}
#singleWorks .worksBox .galleryWrap, #singleWorks .worksBox .videoWrap {
  width: 660px;
  max-width: 660px;
  min-width: 660px;
}
#singleWorks .worksBox .galleryWrap .bx-wrapper {
  margin: 0;
  padding: 0;
  left: auto;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#singleWorks .worksBox .galleryWrap .bx-wrapper .bx-viewport {
  margin: 0;
  padding: 0;
  left: auto;
  border: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#singleWorks .worksBox .galleryWrap .pagerWrap {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#singleWorks .worksBox .galleryWrap .pagerWrap a {
  width: 25%;
  margin: 0;
  padding: 0;
}
#singleWorks .worksBox .videoWrap {
  background: #706D6E;
}
#singleWorks .worksBox .videoWrap .videoInner {
  position: relative;
  height: 510px;
}
#singleWorks .worksBox .videoWrap .videoInner iframe {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -185px;
}

#singleContact .inner {
  width: 930px;
  margin: 0 auto;
}
#singleContact .inner h3.ttl {
  margin: 0 0 20px;
}
#singleContact .inner h3.ttl .en {
  display: inline-block;
  border-bottom: 2px solid #231F20;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-right: 0;
}
#singleContact .inner p.txt {
  font-size: 13px;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}
#singleContact .inner .telBox {
  background: #EEEEEE;
  padding: 50px;
  margin: 0 0 60px;
}
#singleContact .inner .telBox p {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.15em;
}
#singleContact .inner .formBox {
  margin: 0 0 60px;
}
#singleContact .inner .formBox form p:last-of-type {
  margin-top: 40px;
}
#singleContact .inner .formBox label {
  display: block;
  margin: 0 0 20px;
}
#singleContact .inner .formBox label a {
  text-decoration: underline;
}
#singleContact .inner .formBox label a:hover {
  text-decoration: none;
}
#singleContact .inner .formBox input[type=text], #singleContact .inner .formBox input[type=email], #singleContact .inner .formBox textarea {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px;
  margin-top: 5px;
  line-height: 1.5;
}
#singleContact .inner .formBox input[type=submit] {
  background: #706D6E;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 5px 15px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#singleContact .inner .formBox input[type=submit]:hover {
  opacity: 0.7;
}
#singleContact .inner .cautionBox {
  margin-top: 40px;
  margin-bottom: 60px;
  background: #231815;
  padding: 20px 30px;
}
#singleContact .inner .cautionBox p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0;
}
#singleContact .inner p.txt2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: 20px;
}
#singleContact .inner p.small {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0;
}

#searchSec {
  margin: 25px 0 30px;
}
#searchSec .head {
  width: 1080px;
  margin: 0 auto;
}
#searchSec .head > ul {
  padding-left: 0px;
  text-align: center;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#searchSec .head > ul li.all {
  display: none;
}
#searchSec .head > ul > li {
  vertical-align: top;
  display: inline-block;
  text-align: left;
  border-left: 1px solid #c7c7c7;
}
#searchSec .head > ul > li > label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  background: #EEEEEE;
  padding: 5px 20px;
}
#searchSec .head > ul > li > label input {
  display: none;
}
#searchSec .head > ul > li > label.selected {
  background: #706D6E;
  color: #fff;
}
#searchSec .head > ul > li ul {
  padding: 15px 20px 10px;
}
#searchSec .head > ul > li ul li label {
  font-size: 12px;
  display: block;
}
#searchSec .head > ul > li ul li:not(:last-of-type) {
  margin: 0 0 10px;
}
#searchSec .head > ul > li ul li:not(:last-of-type) {
  margin: 0 0 5px;
}
#searchSec .head > ul > li:nth-of-type(2) ul li:not(:last-of-type) {
  margin: 0px;
}

#searchSec .head .catelink li ul .label-checkbox input[type="checkbox"] {
  display: none;
}
#searchSec .head .catelink li ul .label-checkbox {
  cursor: pointer;
  padding-right: 15px;
  font-weight: normal;
}
#searchSec .head .catelink li ul .label-checkbox .lever:before {
  content: "\f096";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #ccc;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#searchSec .head .catelink li ul .label-checkbox input[type="checkbox"]:checked + .lever:before {
  content: "\f046";
  margin-right: 5px;
  font-family: FontAwesome;
}

.works #searchSec #select > li:not(.all) > label {
  pointer-events: none;
}
.works #searchSec #select > li:not(.all) > label input {
  pointer-events: none;
}

.search #entry,
.job #entry {
  width: 1080px;
  margin: 0 auto;
}
.search #entry ul.entry,
.job #entry ul.entry {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search #entry ul.entry > li,
.job #entry ul.entry > li {
  width: 530px;
  margin: 0 0 50px;
  background: #EEEEEE;
}
.search #entry ul.entry > li .box,
.job #entry ul.entry > li .box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.search #entry ul.entry > li .box .imgClm,
.job #entry ul.entry > li .box .imgClm {
  width: 218px;
  max-width: 218px;
  min-width: 218px;
}
.search #entry ul.entry > li .box .txtClm,
.job #entry ul.entry > li .box .txtClm {
  width: 312px;
  padding: 20px 20px 0;
}
.search #entry ul.entry > li .box .txtClm h3,
.job #entry ul.entry > li .box .txtClm h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin: 0 0 10px;
}
.search #entry ul.entry > li .box .txtClm .service,
.job #entry ul.entry > li .box .txtClm .service {
  font-size: 10px;
  line-height: 2;
  margin: 0 0 20px;
  letter-spacing: 0;
}
.search #entry ul.entry > li .box .txtClm .service br,
.job #entry ul.entry > li .box .txtClm .service br {
  display: none;
}
.search #entry ul.entry > li .box .txtClm .site,
.job #entry ul.entry > li .box .txtClm .site {
  font-size: 12px;
  margin: 0 0 5px;
  letter-spacing: 0.075em;
}
.search #entry ul.entry > li .box .txtClm .tel,
.job #entry ul.entry > li .box .txtClm .tel {
  font-size: 12px;
  letter-spacing: 0.075em;
}
.search #entry ul.entry > li .box .thumb,
.job #entry ul.entry > li .box .thumb {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.search #entry ul.entry > li .box .thumb li,
.job #entry ul.entry > li .box .thumb li {
  display: inline-block;
  width: 33.3%;
}

.specialty #entry {
  width: 1080px;
  margin: 0 auto;
}
.specialty #entry ul.entry li {
  background: #EEEEEE;
  width: 100%;
  margin: 0 0 50px;
}
.specialty #entry ul.entry li .box {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.specialty #entry ul.entry li .box .imgClm {
  width: 218px;
  max-width: 218px;
  min-width: 218px;
}
.specialty #entry ul.entry li .box .detailWrap {
  background: #EEEEEE;
  padding: 20px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.specialty #entry ul.entry li .box .detailWrap .txtClm {
  width: 572px;
  padding-right: 20px;
}
.specialty #entry ul.entry li .box .detailWrap .txtClm h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.specialty #entry ul.entry li .box .detailWrap .txtClm .txt {
  font-size: 12px;
  margin: 0 0 20px;
}
.specialty #entry ul.entry li .box .detailWrap .txtClm .member {
  padding-top: 5px;
  border-top: 1px dashed #231F20;
  font-size: 12px;
}
.specialty #entry ul.entry li .box .detailWrap .thumb {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}

.works #entry {
  width: 1080px;
  margin: 0 auto;
}
.works #entry ul.entry {
  margin-right: -36px;
}
.works #entry ul.entry > li {
  float: left;
  margin: 0 36px 36px 0;
  width: 336px;
  position: relative;
}
.works #entry ul.entry > li a {
  display: block;
  height: 100%;
}
.works #entry ul.entry > li:before {
  display: block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(35, 31, 32, 0.8);
  pointer-events: none;
}
.works #entry ul.entry > li .txtClm {
  pointer-events: none;
  display: block;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.works #entry ul.entry > li .txtClm .cate {
  display: none;
}
.works #entry ul.entry > li .txtClm h3 {
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px;
  letter-spacing: 0.075em;
}
.works #entry ul.entry > li .txtClm .office {
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 10px;
}
.works #entry ul.entry > li:hover .imgClm img {
  opacity: 1;
}
.works #entry ul.entry > li:hover:before {
  opacity: 1;
}
.works #entry ul.entry > li:hover .txtClm {
  opacity: 1;
}

.popupbox {
  width: 1080px;
  margin: 0 auto;
}
.popupbox .worksBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  margin: 0 0 50px;
  background: #EEEEEE;
}
.popupbox .worksBox .txtClm {
  background: #EEEEEE;
  padding: 40px;
}
.popupbox .worksBox .txtClm .head {
  margin: 0 0 20px;
}
.popupbox .worksBox .txtClm .head .en {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #231F20;
  margin: 0 0 20px;
}
.popupbox .worksBox .txtClm .head h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.popupbox .worksBox .txtClm .content {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
.popupbox .worksBox .txtClm .details {
  font-size: 12px;
  border-top: 1px dotted #231F20;
}
.popupbox .worksBox .txtClm .details tr {
  border-bottom: 1px dotted #231F20;
}
.popupbox .worksBox .txtClm .details tr th, .popupbox .worksBox .txtClm .details tr td {
  padding: 10px 0;
}
.popupbox .worksBox .txtClm .details tr th {
  text-align: left;
  width: 7em;
}
.popupbox .worksBox .galleryWrap, .popupbox .worksBox .videoWrap {
  width: 660px;
  max-width: 660px;
  min-width: 660px;
}
.popupbox .worksBox .galleryWrap .bx-wrapper {
  margin: 0;
  padding: 0;
  left: auto;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popupbox .worksBox .galleryWrap .bx-wrapper .bx-viewport {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  left: auto;
  border: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popupbox .worksBox .galleryWrap .bx-wrapper .bx-viewport li {
  width: 660px !important;
  height: 440px;
}
.popupbox .worksBox .galleryWrap .bx-wrapper .bx-viewport img {
  width: 660px;
  height: 440px;
}
.popupbox .worksBox .galleryWrap .pagerWrap {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.popupbox .worksBox .galleryWrap .pagerWrap a {
  width: 25%;
  margin: 0;
  padding: 0;
}
.popupbox .worksBox .videoWrap {
  background: #706D6E;
  padding: 50px 0;
}
.popupbox .worksBox .videoWrap .videoInner {
  position: relative;
}
.popupbox .worksBox .videoWrap .videoInner img {
  display: block;
}
.popupbox .worksBox .videoWrap .videoInner:after {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 59%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  margin-left: -0.5em;
  color: #fff;
  content: '\f144';
  font-size: 100px;
}
.popupbox .btnBox {
  text-align: center;
}
.popupbox .btnBox a {
  display: inline-block;
  line-height: 62px;
  background: #706D6E;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.075em;
  padding: 0 15px 0 20px;
  text-align: left;
}
.popupbox .btnBox a i {
  display: inline-block;
  background: #231F20;
  width: 32px;
  height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  position: relative;
  top: -1px;
  line-height: 32px;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 80px;
  top: 80px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 30px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f00d';
  width: 50px;
  height: 50px;
}

.mfp-close:active {
  top: 80px;
}

.mfp-arrow-right {
  margin: 0;
  margin-top: -100px;
  right: 60px;
  width: 20px;
  height: 50px;
}
.mfp-arrow-right:before {
  display: none;
}
.mfp-arrow-right:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  content: '\f105';
  border: none;
  color: #fff;
  font-size: 60px;
  margin: 0;
}

.mfp-arrow-left {
  margin: 0;
  margin-top: -100px;
  left: 60px;
  width: 20px;
  height: 50px;
}
.mfp-arrow-left:before {
  display: none;
}
.mfp-arrow-left:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: '\f104';
  border: none;
  color: #fff;
  font-size: 60px;
  margin: 0;
}

.mfp-arrow:active {
  margin-top: -100px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

#contactSec {
  margin: 90px 0 200px;
}
#contactSec .inner {
  width: 1080px;
  margin: 0 auto;
}
#contactSec .inner .box {
  margin: 0 0 60px;
}
#contactSec .inner .box h3 {
  line-height: 1;
  margin: 0 0 20px;
}
#contactSec .inner .box h3 .en {
  position: relative;
  font-size: 13px;
  display: inline-block;
  border-bottom: 2px solid #231F20;
  padding-bottom: 3px;
  margin-right: 15px;
  top: -5px;
  letter-spacing: 0.17em;
}
#contactSec .inner .box h3 .ja {
  font-size: 21px;
  letter-spacing: 0.075em;
  font-weight: 500;
}
#contactSec .inner .box p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.075em;
  margin: 0 0 40px;
}
#contactSec .inner .box p span {
  display: block;
  font-size: 32px;
}
#contactSec .inner .box a.btn {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #231F20;
  padding: 7px 20px;
}
#contactSec .inner .box a.btn:hover {
  opacity: 0.7;
}

#guideSec {
  margin: 0 0 100px;
}
#guideSec .inner {
  width: 1080px;
  margin: 0 auto;
}
#guideSec .point {
  text-align: center;
  padding: 40px 0;
}
#guideSec .point p {
  font-size: 20px;
  font-weight: bold;
}
#guideSec .head {
  background: #F7F7F7;
  text-align: center;
  letter-spacing: 0.075em;
  padding: 40px 0;
  margin: 0 0 70px;
}
#guideSec .head h2 {
  font-size: 25px;
  font-weight: bold;
}
#guideSec .head p {
  margin: 15px 0 20px;
  font-size: 14px;
}
#guideSec .head .box {
  display: inline-block;
  border: 3px solid #695A46;
  padding: 20px 130px;
  margin-bottom: 30px;
}
#guideSec .head .box p {
  margin: 0 0 5px;
  font-weight: bold;
}
#guideSec .head .box a {
  text-decoration: underline;
}
#guideSec .head .box a:hover {
  text-decoration: none;
}
#guideSec .content {
  margin: 0 0 50px;
}
#guideSec .content ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#guideSec .content ul li {
  width: 328px;
  text-align: center;
  letter-spacing: 0.075em;
}
#guideSec .content ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 1em;
}
#guideSec .content ul li > span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
#guideSec .content ul li .txt {
  font-size: 12px;
  letter-spacing: 0.1em;
  height: 114px;
  margin-bottom: 40px;
}
#guideSec .content ul li h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
}
#guideSec .content ul li h4 span {
  border-bottom: 2px solid #000;
  display: inline-block;
}
#guideSec .content ul li .imgClm {
  position: relative;
}
#guideSec .content ul li .imgClm:before {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(112, 109, 110, 0.5);
  content: '';
}
#guideSec .content ul li .imgClm .box {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
#guideSec .content ul li .imgClm .box span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
#guideSec .content ul li .imgClm .box i {
  font-size: 36px;
}
#guideSec .content ul li .imgClm:hover img {
  opacity: 1;
}
#guideSec .content ul li .imgClm:hover:before, #guideSec .content ul li .imgClm:hover .box {
  opacity: 1;
}
#guideSec .caution {
  margin: 0 0 70px;
}
#guideSec .caution .inner {
  background: #EDEDED;
  padding: 40px 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#guideSec .caution .inner h4 {
  font-size: 14px;
  font-weight: bold;
  width: 430px;
}
#guideSec .caution .inner p.txt {
  width: 540px;
  font-size: 11px;
}
#guideSec .msg {
  margin: 0 0 100px;
  text-align: center;
}
#guideSec .msg h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
#guideSec .msg p {
  font-size: 14px;
  font-weight: bold;
}
#guideSec .tblClm table {
  width: 100%;
  border-top: 1px dashed #231F20;
}
#guideSec .tblClm table tr {
  border-bottom: 1px dashed #231F20;
}
#guideSec .tblClm table th, #guideSec .tblClm table td {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.075em;
  padding: 20px 0;
}
#guideSec .tblClm table th {
  width: 250px;
}
#guideSec .tblClm table td a {
  text-decoration: underline;
}
#guideSec .tblClm table td a:hover {
  text-decoration: none;
}
#guideSec .tblClm .right {
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
  font-size: 10px;
}
#guideSec .tblClm .right:last-of-type {
  margin-bottom: 20px;
}

.pagination{
  margin:40px 0 0;
}
.nav-links{
  display:flex;
  justify-content: center;
}
.pagination .page-numbers{
  display:inline-block;
  margin-right:20px;
  padding:20px 25px;
  color:#333;
  border-radius:3px;
  background:#fff;
}
.pagination .current{
  padding:20px 25px;
  background:#333;
  color:#fff;
}
.pagination .prev,
.pagination .next{
  background:transparent;
  color:#333;
}

.pagination .dots{
  background:transparent;
}
