@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFFFFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.gothic {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

:target:before {
  height: 100px;
  /* ヘッダの高さ */
  margin: -100px 0 0;
  /* ヘッダの高さ */
  content: "";
  display: block;
}

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

.img_w100 {
  width: 100%;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.br-sp {
  display: none;
}

.wp-login-head {
  padding-top: 150px;
  padding-bottom: 50px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #FFF;
  background-color: #333;
  border: 1px solid #CCC;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.7 !important;
}

p a {
  text-decoration: underline;
}

strong {
  font-weight: 700;
  color: red;
}

.bold {
  font-weight: 700;
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none !important;
}

.map__block_sp {
  display: none;
}

.center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.pc_right {
  text-align: right;
}

.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0px;
  top: 0px;
  max-height: 82px;
}

#map_canvas {
  width: 100%;
  height: 500px;
}

.main_slide {
  display: none;
}

.main_slide.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.slide_wrapper {
  position: relative;
}

.slide_wrapper .main_slide {
  width: 100%;
  margin: 0px auto;
}

.slide_wrapper .main_slide li {
  position: relative;
}

.slide_wrapper .main_slide li img {
  width: 100%;
}

.slide_wrapper .main_slide li p {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 20px 0px 20px;
  color: #000;
  font-size: 350%;
  background-color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.slide_wrapper .main_slide li p span {
  font-size: 114%;
}

.blog_img {
  padding: 25px 0px;
}

#fixed__area {
  background-color: #FFF;
}

.content_block {
  padding: 40px 0px 0px;
}

.sub__wrap {
  max-width: 600px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 90%;
  padding: 0px 20px;
}

.common_btn {
  background: #000;
  width: 300px;
  display: block;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.7;
}

.small_btn {
  background: #00BFFF;
  width: 265px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 55px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.small_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.small_btn:hover:before {
  left: -20px;
}

.small_btn:hover {
  opacity: 0.75;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

.number_list li:last-child {
  margin-bottom: 0px;
}

.bg__faint {
  background: rgba(0, 0, 0, 0.7);
}

header {
  transition: .5s all;
  width: 100%;
}

header .tel {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

header .tel li {
  margin-left: 20px;
  padding: 3px 0px;
}

header .tel li:last-child {
  margin-left: 0px;
}

header .tagline {
  width: 100%;
  position: relative;
  background: #F7F7F7;
}

header .tagline .logo {
  width: 300px;
  float: left;
  background: #FFF;
  height: 100%;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}

header .tagline .logo .outer {
  display: table;
  width: 100%;
  height: 100%;
}

header .tagline .logo .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

header .tagline .info {
  float: right;
  height: 80px;
}

header .tagline .info .box {
  display: flex;
  flex-direction: row-reverse;
  height: 80px;
}

header .tagline .info .box .tel ul {
  display: flex;
  flex-direction: row-reverse;
  height: 80px;
}

header .tagline .info .box .tel ul li {
  margin-right: 30px;
}

header .tagline .info .box .tel ul li .outer {
  display: table;
  width: 100%;
  height: 100%;
}

header .tagline .info .box .tel ul li .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

header .tagline .info .contact {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}

header .tagline .info .contact li {
  width: 190px;
  height: 100%;
  box-sizing: border-box;
  background: #9B9077;
  transition: .5s all;
}

header .tagline .info .contact li:hover {
  background: #82775F;
}

header .tagline .info .contact li:first-child {
  border-right: 1px solid #82775F;
}

header .tagline .info .contact li p {
  padding-top: 10px;
}

header .tagline .info .contact li a {
  display: block;
  color: #FFF;
  width: 100%;
  height: 100%;
}

header .tagline .info .contact li .outer {
  display: table;
  width: 100%;
  height: 100%;
}

header .tagline .info .contact li .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

header .nav__block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .nav {
  width: 100%;
  max-width: 700px;
  background: #FFF;
}

header .nav .pc_dropdown {
  display: none;
  height: auto;
  position: absolute;
  left: 0px;
  top: 55px;
  width: 100%;
  margin-left: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
}

header .nav .pc_dropdown .sub_nav_lineup_block {
  padding-top: 15px;
  width: 96%;
  margin: 0px auto;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec a {
  color: #FFF;
  text-decoration: none;
  border-left: none;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec a:after {
  display: none;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li {
  transition: .5s all;
  border: none;
  width: 19%;
  overflow: hidden;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li:hover {
  opacity: 0.7;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li .sub_ttl {
  text-align: center;
  padding: 10px 0px;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li img {
  max-width: 100%;
}

header .nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 0px;
}

header .nav ul .active:after {
  width: 100%;
}

header .nav ul .last-elem {
  background: #fc0;
}

header .nav ul .last-elem:hover {
  opacity: 0.6;
}

header .nav ul .last-elem a {
  color: #000;
}

header .nav ul .last-elem a:after {
  display: none;
}

header .nav ul li {
  font-size: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: .5s all;
}

header .nav ul li:last-child a:after {
  display: none;
}

header .nav ul li:last-child:hover {
  opacity: 0.7;
}

header .nav ul li:not(:last-child) a {
  padding: 10px 0px;
}

header .nav ul li a {
  display: block;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  font-size: 84%;
}

header .nav ul li a:after {
  background-color: #9B9077;
  top: -2px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

header .nav ul li a:hover:after {
  width: 100%;
}

header .nav .user li {
  width: auto;
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.main_copy {
  text-align: center;
  padding: 120px 0px;
}

.main_copy h1 {
  font-size: 124%;
  font-weight: normal;
  line-height: 1.5;
}

.main_copy span {
  font-size: 200%;
  font-weight: 700;
}

.mv1 {
  background: url("../img/main_v.jpg") no-repeat center;
}

.mv2 {
  background: url("../img/main2.jpg") no-repeat;
}

.mv3 {
  background: url("../img/main3.jpg") no-repeat;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.main_img {
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
  background-attachment: fixed;
  background-position-y: 0px;
  background-position-x: center;
  height: 675px;
  background-size: cover;
}

.main_img .inner {
  text-align: center;
  padding-top: 5%;
}

.main_img .inner h1 {
  font-size: 184%;
  font-weight: bold;
}

.main_img .inner span {
  font-size: 74%;
  font-weight: normal;
}

.bottom__menu {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.bottom__menu li {
  width: calc(100% / 3);
  min-height: 400px;
  transition: .5s all;
  background-size: cover;
}

.bottom__menu li .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bottom__menu li a {
  display: block;
  width: 100%;
  height: 100%;
}

.bottom__menu li:hover {
  opacity: 0.7;
}

.bottom__menu li img {
  transition: .5s all;
}

.bottom__menu li:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
}

.bottom__menu li:first-child {
  background: url("../img/air_bg.png") no-repeat 0px 0px;
}

.bottom__menu li:nth-child(2n) {
  background: url("../img/cube_bg.jpg") no-repeat 0px 0px;
}

.bottom__menu li:last-child {
  background: url("../img/zero_bg.jpg") no-repeat 0px 0px;
}

.top__img {
  max-width: 2000px;
  width: 100%;
  margin: 0px auto;
}

.main_img__sm {
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
}

.bottom__menu {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content:center;
}

.bottom__menu li {
  width: calc(100% / 3);
  min-height: 400px;
  transition: .5s all;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom__menu li:hover {
  opacity: 0.7;
}

.bottom__menu li img {
  transition: .5s all;
}

.bottom__menu li:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
}

/*.bottom__menu li:first-child {
  background: url("../img/gva_bg.jpg") no-repeat 0px 0px;
}*/

.bottom__menu li:first-child {
  background: url("../img/cube_bg.jpg") no-repeat 0px 0px;
}

.bottom__menu li:last-child {
  background: url("../img/zero_bg.jpg") no-repeat 0px 0px;
}

.img__figure__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img__figure__list ul li {
  width: 47%;
}

.img__figure__list ul li figcaption {
  text-align: center;
  padding: 10px 0px;
}

.top__xwall {
  position: relative;
}

.top__xwall:before {
  content: "";
  width: 30%;
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 414px;
}

.top__xwall .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 414px;
}

.top__xwall .box .right_box {
  position: relative;
  background: #F7F7F7;
  width: 30%;
  min-height: 414px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.top__xwall .box .right_box img {
  z-index: 2;
}

.top__xwall .box .right_box:after {
  content: "";
  width: 240px;
  height: 100%;
  background: url("../img/tri_2.png") no-repeat 0px 0px;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: -240px;
  z-index: 0;
}

.top__xwall .box .left_box {
  width: 55%;
  padding-top: 30px;
}

.top__xwall .box .left_box p {
  padding: 20px 0px;
}

.top__xwall .box .left_box .btn {
  display: flex;
  flex-wrap: wrap;
}

.top__xwall .box .left_box .btn li {
  width: 30%;
}

.top__xwall .box .left_box .btn li a {
  display: block;
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #9B9077;
  box-sizing: border-box;
  transition: .5s all;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 84%;
  color: #9B9077;
  position: relative;
}

.top__xwall .box .left_box .btn li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9B9077;
}

.top__xwall .box .left_box .btn li a:hover {
  background: #9B9077;
  color: #FFF;
}

.top__gva {
  position: relative;
}

.top__gva:before {
  content: "";
  width: 30%;
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 414px;
}

.top__gva .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 414px;
}

.top__gva .box .left_box {
  position: relative;
  background: #F7F7F7;
  width: 45%;
  min-height: 414px;
  display: flex;
  align-items: center;
}

.top__gva .box .left_box img {
  z-index: 2;
}

.top__gva .box .left_box:after {
  content: "";
  width: 243px;
  height: 100%;
  background: url("../img/tri_1.png") no-repeat 0px 0px;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}

.top__gva .box .right_box {
  width: 55%;
  padding-top: 30px;
}

.top__gva .box .right_box p {
  padding: 20px 0px;
}

.top__gva .box .right_box .btn {
  display: flex;
  flex-wrap: wrap;
}

.top__gva .box .right_box .btn li {
  width: 30%;
}

.top__gva .box .right_box .btn li a {
  display: block;
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #9B9077;
  box-sizing: border-box;
  transition: .5s all;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 84%;
  color: #9B9077;
  position: relative;
}

.top__gva .box .right_box .btn li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9B9077;
}

.top__gva .box .right_box .btn li a:hover {
  background: #9B9077;
  color: #FFF;
}

.introduction .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 60px 0px;
}

.introduction .box .btn {
  display: flex;
  flex-wrap: wrap;
}

.introduction .box .btn li a {
  display: block;
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #9B9077;
  box-sizing: border-box;
  transition: .5s all;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 84%;
  color: #9B9077;
  position: relative;
  width: 180px;
}

.introduction .box .btn li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9B9077;
}

.introduction .box .btn li a:hover {
  background: #9B9077;
  color: #FFF;
}

.introduction .box .left {
  width: 63%;
}

.introduction .box .left p {
  line-height: 1.5;
  padding: 30px 0px;
}

.introduction .box .right {
  width: 35%;
  padding-top: 30px;
}

.voice {
  width: 100%;
}

.voice .detail .box {
  background: #F4F4F1;
  margin-bottom: 25px;
  border-top: 3px solid #82775F;
  padding: 20px;
  box-sizing: border-box;
}

.voice .detail .box .pic ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #FFF;
  width: 100%;
}

.voice .detail .box .pic ul li:first-child {
  width: 40%;
}

.voice .detail .box .pic ul li:first-child img {
  width: 100%;
}

.voice .detail .box .pic ul li:last-child {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice .detail .box .pic ul li:last-child p {
  font-size: 94%;
  text-align: center;
}

.voice .detail .box .pic ul li:last-child p span {
  font-weight: 700;
  font-size: 114%;
}

.voice .detail .box .faq {
  padding: 40px 0px 0px 0px;
}

.voice .detail .box .faq li {
  border-bottom: none !important;
  border-top: none !important;
}

.voice .detail .box .faq .sec {
  margin-bottom: 30px;
}

.voice .detail .box .faq .sec:last-child {
  margin-bottom: 0px;
}

.voice .detail .box .faq .sec .q_ttl {
  font-size: 114%;
  font-weight: bold;
  margin-bottom: 10px;
}

.voice .detail .box .faq .sec .lead {
  margin-bottom: 10px;
}

.voice .detail .box .faq .sec .lead span {
  font-weight: bold;
  font-size: 114%;
}

.voice .detail .box .faq .sec .lead .personal {
  color: #3399CC;
}

.voice .detail .box .faq .sec .lead .common {
  color: #CC3333;
}

.voice .detail .box .sub_ttl {
  background: #FFF;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
}

.voice .link {
  width: 100%;
  margin-bottom: 40px;
}

.voice .link ul {
  display: flex;
  flex-wrap: wrap;
}

.voice .link ul li {
  width: 18%;
  margin-bottom: 20px;
  margin-right: 2.5%;
}

.voice .link ul li:nth-child(5n) {
  margin-right: 0px;
}

.voice .link ul li a {
  display: block;
}

.voice .link ul li:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.voice .link ul li .imgWrap {
  overflow: hidden;
  width: 100%;
  height: 100px;
}

.voice .link ul li .imgWrap img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.voice .link ul li .txt {
  height: 80px;
  background: #F4F4F1;
  display: table;
  width: 100%;
  font-size: 84%;
  box-sizing: border-box;
  padding: 0px 5px;
}

.voice .link ul li .txt .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.sub_page_link_company:before {
  height: 38% !important;
}

.sub_page_link {
  width: 100%;
  padding: 60px 0px 30px;
  position: relative;
}

.sub_page_link:before {
  width: 100%;
  height: 68%;
  content: "";
  background: #F4F4F1;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.sub_page_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.sub_page_link ul:before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.sub_page_link ul:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.sub_page_link ul li {
  width: 24%;
  margin-bottom: 30px;
}

.sub_page_link ul li a {
  display: block;
}

.sub_page_link ul li:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.sub_page_link ul li .imgWrap {
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.sub_page_link ul li .imgWrap img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.sub_page_link ul li .txt {
  height: 70px;
  background: #FFF;
  display: table;
  width: 100%;
}

.sub_page_link ul li .txt .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.case__block .box {
  background: #F4F4F1;
  margin-bottom: 25px;
  border-top: 3px solid #82775F;
  padding: 20px;
  box-sizing: border-box;
}

.case__block .box .ima_wrap {
  text-align: center;
  padding-top: 10px;
}

.case__block .box .ima_wrap img {
  width: 100%;
}

.image__list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.image__list ul .sub_ttl {
  text-align: center;
  font-weight: bold;
}

.image__list .w30 li {
  width: 30%;
}

.image__list .w30 li img {
  width: 100%;
  margin-bottom: 10px;
}

.image__list .w45__center a {
  display: block;
}

.image__list .w45__center li {
  width: 45%;
  text-align: center;
  transition: .5s all;
}

.image__list .w45__center li:hover {
  opacity: 0.6;
}

.select__list ul {
  display: flex;
  flex-wrap: wrap;
}

.select__list ul li {
  width: calc(100% / 5 - 10px);
  text-align: center;
  border: 1px solid #82775F;
  background: #F4F4F1;
  margin-right: 10px;
  transition: .5s all;
}

.select__list ul li:last-child {
  margin-right: 0px;
}

.select__list ul li:hover {
  opacity: 0.4;
}

.select__list ul li a {
  display: block;
  padding: 8px 0px;
}

.select__list ul li a span {
  color: #82775F;
}

sup {
  font-size: 40%;
}

.image__list__sp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.image__list__sp ul .sub_ttl {
  text-align: center;
  font-weight: bold;
}

.image__list__sp .w45__center a {
  display: block;
}

.image__list__sp .w45__center li {
  width: 45%;
  text-align: center;
  transition: .5s all;
}

.image__list__sp .w45__center li:hover {
  opacity: 0.6;
}

.scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 25px;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.interview__block .pic ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #F4F4F1;
  width: 100%;
}

.interview__block .pic ul li:first-child {
  width: 40%;
}

.interview__block .pic ul li:first-child img {
  width: 100%;
}

.interview__block .pic ul li:last-child {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview__block .pic ul li:last-child p {
  font-size: 94%;
  text-align: center;
}

.interview__block .pic ul li:last-child p span {
  font-weight: 700;
  font-size: 114%;
}

.interview__block .faq {
  padding: 40px 0px 0px 0px;
}

.interview__block .faq .box {
  margin-bottom: 30px;
}

.interview__block .faq .box .q_ttl {
  font-size: 114%;
  font-weight: bold;
  margin-bottom: 10px;
}

.interview__block .faq .box .lead {
  margin-bottom: 10px;
}

.interview__block .faq .box .lead span {
  font-weight: bold;
  font-size: 114%;
}

.interview__block .faq .box .lead .personal {
  color: #3399CC;
}

.interview__block .faq .box .lead .common {
  color: #CC3333;
}

.blog {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.blog .left {
  width: 30%;
}

.blog .left .cat .page_ttl {
  border-top: solid 4px #dedbd4;
  padding: 20px 0;
  font-size: 124%;
  font-weight: bold;
}

.blog .left .cat ul.page__nav li {
  border-bottom: 1px solid #CCC;
  position: relative;
  transition: .5s all;
}

.blog .left .cat ul.page__nav li:hover {
  opacity: 0.7;
}

.blog .left .cat ul.page__nav li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog .left .cat ul.page__nav li a {
  display: block;
  font-size: 90%;
  padding: 12px 0px 12px 30px;
}

.blog .left .cat ul.page__nav .active {
  background: #e5e5e5;
}

.blog .left .cat ul.page__nav .index {
  background: #000;
  color: #FFF;
}

.blog .left .cat ul.page__nav .index a {
  color: #FFF;
  padding: 12px 0px 12px 30px;
}

.blog .left .cat ul.page__nav .index:before {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  left: 10px;
}

.blog .left ul.new__post li {
  border-bottom: 1px solid #CCC;
  position: relative;
  transition: .5s all;
}

.blog .left ul.new__post li:hover {
  opacity: 0.7;
}

.blog .left ul.new__post a {
  display: block;
  font-size: 90%;
  padding: 12px 0px 12px 0px;
}

.blog .left ul.new__post dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.blog .left ul.new__post dl dt {
  width: 40%;
}

.blog .left ul.new__post dl dt img {
  max-width: 100%;
}

.blog .left ul.new__post dl dd {
  width: 58%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog .right {
  width: 68%;
}

.blog .right .post__box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog .right .post__box ul li {
  width: 47%;
  transition: .5s all;
  margin-bottom: 20px;
}

.blog .right .post__box ul li:hover {
  opacity: 0.5;
}

.blog .right .post__box ul li a {
  display: block;
}

.blog .right .post__box ul li img {
  max-width: 100%;
}

.blog .right .post__box ul li .date {
  font-size: 84%;
  color: #CCC;
  padding: 10px 0px 0px;
}

.blog .right .post__box ul li .post_ttl {
  font-size: 104;
}

.product {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.product .content_box {
  margin-bottom: 50px;
}

.product .left {
  width: 25%;
}

.product .left .page_ttl {
  border-top: solid 4px #dedbd4;
  padding: 20px 0;
  font-size: 124%;
  font-weight: bold;
}

.product .left ul.page__nav li {
  border-bottom: 1px solid #CCC;
  position: relative;
  transition: .5s all;
}

.product .left ul.page__nav li:hover {
  opacity: 0.7;
}

.product .left ul.page__nav li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product .left ul.page__nav li a {
  display: block;
  font-size: 90%;
  padding: 12px 0px 12px 30px;
}

.product .left ul.page__nav .active {
  background: #e5e5e5;
}

.product .left ul.page__nav .index {
  background: #000;
  color: #FFF;
}

.product .left ul.page__nav .index a {
  color: #FFF;
  padding: 12px 0px 12px 30px;
}

.product .left ul.page__nav .index:before {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  left: 10px;
}

.product .right {
  width: 73%;
}

.product .right .page_ttl {
  border-top: solid 4px #9B9077;
  padding: 20px 0;
  font-size: 124%;
  font-weight: bold;
}

.product .right .column__half {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product .right .column__half .left {
  width: 60%;
}

.product .right .column__half .right {
  width: 37%;
}

.xwall__spec {
  border: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
}

.xwall__spec .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.xwall__spec .box .left {
  width: 20%;
  margin-bottom: 0px;
}

.xwall__spec .box .right {
  width: 75%;
  display: flex;
  padding-left: 20px;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.recruit table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.recruit table caption {
  background-color: #CCC;
  padding: 15px;
  text-align: center;
  font-size: 114%;
  color: #000;
}

.recruit table tr {
  width: 100%;
}

.recruit table th, .recruit table td {
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #CCC;
  font-size: 100%;
}

.recruit table tbody {
  text-align: left;
}

.recruit table tbody th {
  background: #F5F5F5;
  color: #000;
  text-align: left;
  width: 20%;
}

.recruit table tbody td {
  background: white;
}

.recruit table tbody td p {
  margin-bottom: 15px;
}

.recruit .btn__area {
  padding-top: 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.recruit .btn__area li {
  width: 50%;
}

.wrapper, .main_wrapper {
  width: 1300px;
  margin: 0px auto;
  position: relative;
}

.ttl {
  font-size: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  color: #9B9077;
}

.ttl span {
  color: #000;
  font-size: 164%;
}

.middle_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 114%;
  padding-bottom: 15px;
}

.middle_ttl a {
  text-decoration: underline;
}

.middle_ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #dedbd4;
  z-index: 2;
}

.middle_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #9B9077;
  z-index: 1;
}

.small_ttl {
  font-size: 108%;
  margin-bottom: 20px;
}

.light_ttl {
  font-size: 124%;
  font-weight: 600;
  border-bottom: solid 1px #a2926d;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.light_ttl span {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  background: #FF0000;
  padding: 10px;
  margin-right: 10px;
}

.strong__link {
  background: #F4F4F1;
  padding: 10px;
  text-align: center;
}

.strong__link a {
  display: block;
  text-decoration: underline;
}

.recruit .main {
  background: #EEEEEE;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.recruit .main section:first-of-type {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.recruit .main .sub_ttl {
  font-size: 114%;
  margin-bottom: 10px;
}

.youtube {
  max-width: 760px;
  width: 80%;
  height: 400px;
  margin: 0px auto;
}

/*/////////// footer ////////////*/
footer {
  background: #000;
  padding-top: 10px;
}

footer .copy {
  background: #000;
  padding: 25px 0px;
  color: #9A9077;
  text-align: center;
}

footer .pagetop {
  margin-bottom: 30px;
  text-align: center;
}

footer .pagetop a {
  display: block;
  color: #FFF;
}

footer .link__block {
  padding: 50px 0px;
}

footer .link__block .box {
  display: flex;
  flex-wrap: nowrap;
}

footer .link__block .box section {
  border-right: 1px solid #9A9077;
  padding-right: 30px;
  margin-right: 30px;
}

footer .link__block .box .sub_ttl {
  font-size: 104%;
  color: #9A9077;
  font-weight: bold;
  margin-bottom: 20px;
}

footer .link__block .box .sub_ttl a {
  color: #9A9077;
  text-decoration: none;
}

footer .link__block .box .link .page_ttl {
  font-size: 104%;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .link__block .box .link .page_ttl a {
  color: #FFF;
  text-decoration: none;
}

footer .link__block .box .link .block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer .link__block .box .link .block div {
  padding-right: 10px;
  width: 25%;
  box-sizing: border-box;
}

footer .link__block .box .link .cat {
  margin-bottom: 15px;
}

footer .link__block .box .link .cat li {
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  font-size: 84%;
  color: #FFF;
}

footer .link__block .box .link .cat li a {
  color: #FFF;
}

footer .link__block .box .link .cat li:last-child {
  margin-bottom: 0px;
}

.news_box {
  margin: 0px auto 50px;
  max-width: 800px;
  box-sizing: border-box;
  position: relative;
}

.news_box .btn__box {
  position: absolute;
  right: 0px;
  top: -70px;
}

.news_box .btn {
  background: #000;
  width: 160px;
  display: block;
  margin-left: auto;
  color: #fff;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  text-align: center;
}

.news_box .btn:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.news_box .btn:hover:before {
  left: -20px;
}

.news_box .btn:hover {
  opacity: 0.7;
}

.news_box .sub_ttl {
  color: #00BFFF;
  font-size: 240%;
  font-weight: normal;
  margin-bottom: 25px;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 25px;
}

.news_box dl dt {
  padding: 15px 10px;
  box-sizing: border-box;
  width: 20%;
  border-bottom: 1px solid #CCC;
}

.news_box dl dt:first-child {
  border-top: 1px solid #CCC;
}

.news_box dl dd {
  color: #333333;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 15px 0px;
}

.news_box dl dd:nth-child(2) {
  border-top: 1px solid #CCC;
}

.news_box dl dd a {
  color: #00BFFF;
  text-decoration: none;
  position: relative;
}

.faq ul {
  margin-bottom: 40px;
}

.faq ul li {
  border-bottom: 1px dotted #00BFFF;
}

.faq ul li:first-child {
  border-top: 1px dotted #00BFFF;
}

.faq ul li .lead {
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px 25px 40px;
  display: none;
}

.faq ul li .lead a {
  color: #00BFFF;
  text-decoration: underline;
}

.faq ul li .lead:before {
  content: "A.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #00BFFF;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 140%;
}

.faq ul li .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 26px;
  right: 10px;
}

.faq ul li .icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #00BFFF;
}

.faq ul li .icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq ul li .is-active span:nth-of-type(1) {
  display: none;
}

.faq ul li .is-active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq ul li .faq_ttl {
  color: #00BFFF;
  cursor: pointer;
  padding: 15px;
  position: relative;
  font-size: 124%;
  padding-left: 44px;
  box-sizing: border-box;
}

.faq ul li .faq_ttl:before {
  content: "Q.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #00BFFF;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 140%;
}

/*/////////// サイトマップ ////////////*/
.sitemap a {
  text-decoration: none;
  color: #000;
}

.sitemap a:hover {
  text-decoration: underline;
}

.sitemap ul {
  display: flex;
  flex-wrap: wrap;
}

.sitemap ul li {
  width: calc(100% / 3);
  font-size: 94%;
  margin-bottom: 10px;
}

.sitemap ul li span {
  color: #82775F;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

.sub__wrap {
  max-width: 760px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}

/*/////////// 会社概要 ////////////*/
.policy article {
  margin-bottom: 30px;
  background: #EEEEEE;
  padding: 25px;
  box-sizing: border-box;
}

.policy article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.policy article ul li:first-child {
  min-width: 240px;
}

.policy article ul li:last-child {
  padding-left: 30px;
  line-height: 1.7;
}

.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.message ul .pic {
  width: 200px;
}

.message ul .pic img {
  max-width: 100%;
}

.message ul .pic .name {
  background: #9B9077;
  box-sizing: border-box;
  padding: 10px;
  font-size: 144%;
  color: #FFF;
}

.message ul .pic .name img {
  width: 100px;
}

.message ul .pic .name span {
  font-size: 54%;
}

.message ul .txt {
  width: 80%;
  padding-right: 40px;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt .lead {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: auto;
}

.company .access section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.company .access section .gmap {
  width: 100%;
  height: 400px;
}

.company .access section .left {
  width: 35%;
  position: relative;
}

.company .access section .left .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.7;
}

.company .access section .left .inner .sub_ttl {
  color: #00BFFF;
  font-size: 114%;
}

.company .access section .left .inner p {
  margin-bottom: 15px;
}

.company .access section .right {
  width: 63%;
}

.company .main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.company .main .left {
  width: 40%;
}

.company .main .left figure {
  margin-bottom: 20px;
}

.company .main .left figure figcaption {
  text-align: center;
  margin-bottom: 8px;
  background: #00BFFF;
  padding: 8px;
  color: #FFF;
  font-size: 114%;
}

.company .main .right {
  width: 58%;
}

.company_tbl {
  margin-bottom: 40px;
}

.company_tbl table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 0px;
  box-sizing: border-box;
}

.company_tbl table tr {
  width: 100%;
}

.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 10px;
  font-size: 16px;
  font-size: 100%;
}

.company_tbl table th {
  color: #000;
  text-align: left;
  width: 30%;
  border-bottom: 3px solid #82775F;
  vertical-align: middle;
}

.company_tbl table td {
  background: white;
  border-bottom: 1px solid #CCC;
}

.company_tbl table td .sub_ttl {
  font-size: 104%;
  font-weight: bold;
  margin-bottom: 5px;
}

.company_tbl table td p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.company_tbl table td p:last-child {
  margin-bottom: 0px;
}

.common__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

.common__tbl tr {
  width: 100%;
}

.common__tbl tr:first-child {
  border-top: solid 1px #e5e5e5;
}

.common__tbl th, .common__tbl td {
  box-sizing: border-box;
  padding: 12px 12px;
  border-bottom: solid 1px #e5e5e5;
}

.common__tbl th {
  color: #000;
  text-align: center;
  width: 25%;
  background-color: #f4f4f1;
  vertical-align: middle;
}

.common__tbl td {
  vertical-align: middle;
}

.comparison__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

.comparison__tbl tr {
  width: 100%;
}

.comparison__tbl tr:first-child {
  border-top: solid 1px #e5e5e5;
}

.comparison__tbl th, .comparison__tbl td {
  box-sizing: border-box;
  padding: 12px 12px;
  border-bottom: solid 1px #e5e5e5;
}

.comparison__tbl th {
  color: #000;
  text-align: center;
  background-color: #EEE;
  vertical-align: middle;
}

.comparison__tbl td {
  vertical-align: middle;
  text-align: center;
}

.comparison__tbl .comp {
  background: #dedbd4;
  border-top: 2px solid #9B9077;
  border-bottom: 2px solid #9B9077;
  color: #FF0000;
  font-weight: bold;
}

.point dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.point dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  width: 20%;
  text-align: center;
  font-size: 114%;
  color: #FFF;
  font-weight: bold;
}

.point dl dd {
  width: 80%;
  padding: 20px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background: #F4F4F1;
}

.dl__clock {
  border: 1px solid #CCC;
  padding: 25px;
  box-sizing: border-box;
}

.dl__clock dl {
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.dl__clock dl:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dl__clock dl dt {
  font-size: 104%;
  margin-bottom: 10px;
  font-weight: bold;
}

.faq ul {
  margin-bottom: 40px;
}

.faq ul li {
  border-bottom: 1px solid #CCC;
}

.faq ul li:first-child {
  border-top: 1px solid #CCC;
}

.faq ul li .lead {
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px 25px 40px;
  display: none;
}

.faq ul li .lead a {
  color: #00BFFF;
  text-decoration: underline;
}

.faq ul li .lead:before {
  content: "A.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #000;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 140%;
}

.faq ul li .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 26px;
  right: 10px;
}

.faq ul li .icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9B9077;
}

.faq ul li .icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq ul li .is-active span:nth-of-type(1) {
  display: none;
}

.faq ul li .is-active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq ul li .faq_ttl {
  color: #9B9077;
  cursor: pointer;
  padding: 15px;
  position: relative;
  font-size: 114%;
  padding-left: 35px;
  box-sizing: border-box;
}

.faq ul li .faq_ttl:before {
  content: "Q.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 13px;
  color: #9B9077;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 114%;
}

.round__txt {
  display: inline-block;
  margin-right: 10px;
  background: #82775F;
  padding: 3px 10px;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
}

.main_slide {
  width: 90%;
  margin: 0px auto;
}

.main_slide img {
  width: 100%;
}

.secondary__box {
  border: 1px solid #CCC;
  padding: 25px;
  box-sizing: border-box;
  background: #F4F4F1;
  margin-bottom: 20px;
}

.half__column {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.half__column div {
  width: 48%;
}

.half__column iframe {
  width: 100%;
  height: 250px;
}

.column_2way__border .box {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: solid 2px #9B9077;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.column_2way__border .box .b_left {
  width: 65%;
}

.column_2way__border .box .b_right {
  width: 32%;
  text-align: right;
}

.simple__flow {
  margin-bottom: 30px;
}

.simple__flow div {
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 55px;
}

.simple__flow div:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  bottom: -60px;
  font-size: 340%;
}

.simple__flow div:nth-child(odd) {
  border: 1px solid #CCC;
}

.simple__flow div:nth-child(even) {
  border: 1px solid #CCC;
  background: #F4F4F1;
}

.simple__flow div:last-child {
  margin-bottom: 0px;
}

.simple__flow div:last-child:after {
  display: none;
}

.alert {
  border: 1px solid #CCC;
  padding: 25px;
  box-sizing: border-box;
}

.alert ul li {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.alert ul li span {
  color: red;
}

.alert ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
}

.alert ul li:last-child {
  margin-bottom: 0px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .link__btn {
  margin-bottom: 120px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.contact .link__btn li {
  width: 48%;
  text-align: center;
  transition: .5s all;
}

.contact .link__btn li:hover {
  opacity: 0.7;
}

.contact .link__btn li:first-child {
  background: #000;
}

.contact .link__btn li:last-child {
  background: #82775F;
}

.contact .link__btn li .btn {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 14px;
  color: #FFF;
  font-size: 84%;
}

.contact .lead {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}

.contact .lead a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #00BFFF;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #00BFFF;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

div.flowType01 {
    margin: 0 0 40px;
    padding: 0 0 1px;
    background: url(/wp/wp-content/themes/tpl/img/flow-back01.png) no-repeat center bottom;
}
 div.boxType06 {
    margin: 0 0 40px;
    padding: 20px;
    border: 1px solid #edc9b7;
    background-color: #fdf9f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
}

span.point02 {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 15px 0 0;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #000066;
}

div.boxType05 {
    margin: 0 0 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
h3.type02 {
    margin: 0 0 20px;
    padding: 7px 0 5px;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    border-bottom: 1px solid #000000;
}

img.floatLeft {
    float: left;
    margin: 0 30px 30px 0;
    padding: 0;
}
div.flowType01 img.floatLeft {
    margin-bottom: 0 !important;
}
.clearFix:after{
	content: "";
	clear: both;
	display: block;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.wrapper1 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 20px;
	border: solid 1px;
    padding: 20px;
}

span.kinkei {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
span.keigu {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
p.right {
    text-align: right;
}

.common_btn_l {
	width: 260px;
    display: block;
    background: #A4A4F7;
    text-align: center;
    color: #FFF;
    border-radius: 20px;
    position: relative;
    padding: 10px 0px;
    transition: .5s all;
    color: #fff;
    margin: 30px auto;
}
.common_btn_l:before {
    content: "\f04b";
    transition: .5s all;
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 13px;
    color: #fff;
    font-size: 54%;
}
.inner1 {
    text-align: center;
	display:flex;
}
img.cambodiapic {
    width: 35%;
}
ul.flex1 {
    display: flex;
    justify-content: space-around;
}
ul.flex1 li:nth-child(2n) {
    margin-top: 50px;
}

@media screen and (max-width: 1360px) {
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 250px;
    float: left;
    background: #FFF;
    height: 100%;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
  }
  header .tagline .logo .outer {
    display: table;
    width: 100%;
    height: 100%;
  }
  header .tagline .logo .outer .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  header .tagline .logo .outer .inner img {
    max-width: 220px;
  }
  header .tagline .info {
    float: right;
    height: 80px;
  }
  header .tagline .info .box {
    display: flex;
    flex-direction: row-reverse;
    height: 80px;
  }
  header .tagline .info .box .tel ul {
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
  }
  header .tagline .info .box .tel ul li {
    margin-right: 30px;
  }
  header .tagline .info .box .tel ul li .outer {
    display: table;
    width: 100%;
    height: 80px;
  }
  header .tagline .info .box .tel ul li .outer .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  header .tagline .info .box .tel ul li .outer .inner img {
    width: 150px;
  }
  header .tagline .info .contact {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
  }
  header .tagline .info .contact li {
    width: 150px;
    height: 100%;
    box-sizing: border-box;
    background: #9B9077;
    transition: .5s all;
  }
  header .tagline .info .contact li .outer {
    display: table;
    width: 100%;
    height: 100%;
  }
  header .tagline .info .contact li .outer .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  header .tagline .info .contact li .outer .inner p {
    font-size: 84%;
  }
}

@media screen and (max-width: 1300px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  header .tagline {
    width: 100%;
    height: 100%;
  }
  header .tagline .logo {
    width: 100%;
    float: none;
    background: #FFF;
    height: 100%;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  header .tagline .logo .outer {
    display: table;
    width: 100%;
    height: 100%;
  }
  header .tagline .logo .outer .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  header .tagline .logo .outer .inner img {
    max-width: 300px;
  }
  header .tagline .info {
    float: none;
    height: 80px;
    width: 100%;
  }
  header .tagline .info .box {
    display: flex;
    flex-direction: row-reverse;
    height: 80px;
  }
  header .tagline .info .box .tel ul {
    display: flex;
    flex-direction: row-reverse;
    height: 80px;
  }
  header .tagline .info .box .tel ul li {
    margin-right: 20px;
    height: 100%;
  }
  header .tagline .info .box .tel ul li .outer {
    display: table;
    width: 100%;
    height: 100%;
  }
  header .tagline .info .box .tel ul li .outer .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  header .tagline .info .contact {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
  }
  header .tagline .info .contact li {
    width: 150px;
    height: 100%;
    box-sizing: border-box;
    background: #9B9077;
    transition: .5s all;
  }
  header .tagline .info .contact li .outer {
    display: table;
    width: 100%;
    height: 100%;
  }
  header .tagline .info .contact li .outer .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  header .tagline .info .contact li .outer .inner p {
    font-size: 84%;
  }
  /*/////////// footer ////////////*/
  footer {
    padding-top: 10px;
  }
  footer .link__block {
    padding: 50px 0px;
  }
  footer .link__block .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .link__block .box section {
    border-right: none;
    padding-right: 10px;
  }
  footer .link__block .box section:first-child {
    width: 100%;
  }
  footer .link__block .box .sub_ttl {
    font-size: 104%;
    color: #9A9077;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer .link__block .box .link .page_ttl {
    font-size: 94%;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
  }
  footer .link__block .box .link .block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .link__block .box .link .block div {
    padding-right: 10px;
  }
  footer .link__block .box .link .cat {
    margin-bottom: 15px;
  }
  footer .link__block .box .link .cat li {
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    font-size: 84%;
    color: #FFF;
  }
  footer .link__block .box .link .cat li a {
    color: #FFF;
  }
  footer .link__block .box .link .cat li:last-child {
    margin-bottom: 0px;
  }
}
