@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #363636;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 28px;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  margin: 0 auto;
  width: 1080px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/*=============================================
 ******************** header ******************
 *=============================================*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
}
header .logo {
  text-align: center;
  font-size: 28px;
  padding: 20px 10px 10px;
}
header .logo a {
  text-decoration: none;
}
header h1 {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  padding-top: 180px;
}
.nav-header .logo-nav {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-header .logo-nav img {
  width: 100%;
  height: auto;
}
.nav-header .tel-icon {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid;
  padding-left: 10%;
  width: 210px;
}
.nav-header .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  max-width: 1000px;
  margin: auto;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
.nav-header a.nav-main, .nav-header .sub-nav {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  color: #A2955F;
  font-size: 22px;
  max-width: 350px;
  height: 100%;
  font-weight: bold;
  margin-bottom: 34px;
  transform: translateY(-30px);
  opacity: 0;
    margin: 0 auto 34px;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
  width: 0%;
  height: 1px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 5%;
  transition: all 0.4s ease;
}
.nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
  width: 90%;
}
.nav-header .sub-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  width: 275px;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.4s ease;
}
.nav-header .sub-nav::before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  transition: all 0.3s ease;
}
/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
#head-key {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#key-box {
  width: calc(100% - 216px);
   
}
.child #key-box .photo{
     border-bottom-right-radius: 30px;
    -webkit-bottom-right-radius: 30px;
    -moz-bottom-right-radius: 30px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
#key-box .keyvisual {
  width: 100%;
  height: 100%;
}
#key-box .keyvisual .slide-01 {
  background: url(../img/index/img_slide_01.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}
#key-box .keyvisual .slide-02 {
  background: url(../img/index/img_slide_02.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.head-info {
  width: 217px;
  text-align: center;
  padding-top: 72px;
  position: relative;
}
.head-info .logo {
  position: fixed;
  right: 56px;
  z-index: 100;
  top: 78px;
    width: 129px;
}
/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .head-info {
    width: 153px;
  }
  #key-box {
    width: calc(100% - 153px);
  }
  .head-info .logo {
    right: 10px;
  }
  .hamberger-btn {
    right: 58px !important;
  }
}
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 767px) {
  #head-top {
    padding: 0 0 60px;
  }
  .nav-header .nav {
    display: block;
    padding-top: 15%;
    height: auto;
  }
  .nav-header .logo-nav {
    margin: auto;
  }
  .nav-header a.nav-main {
    padding: 5px 22px;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 17px;
  }
  .nav-header .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
  }
  .nav-header li a.nav-main.active::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30%;
  }
  .nav-header a.nav-main span {
    padding: 5px 30px;
  }
  .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    display: none;
  }
  .nav-header .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
  }
  .nav-header .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
  .head-info {
    margin-right: 0px;
    display: none;
  }
  #key-box {
    width: 96%;
  }
  .header-box {
    display: flex;
    align-items: center;
  }
  header .logo {
    padding: 25px 0 27px 28px;
    width: 53%;
    max-width: 172px;
  }
  header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
  }
}
.hamberger-btn {
  position: fixed;
  top: 310px;
  right: 108px;
  width: 28px;
  height: 50px;
  display: block;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "MENU";
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  display: none;
}
.hamberger-btn span {
  width: 28px;
  height: 2px;
  position: absolute;
  top: 35%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #BEB280;
}
.hamberger-btn span::before, .hamberger-btn span::after {
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #BEB280;
  content: "";
}
.hamberger-btn span::after {
  top: -8px;
}
.hamberger-btn span::before {
  top: 8px;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: rotate(135deg) translateX(20px);
  top: 5px;
  left: 61%;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-93deg) translateX(0px);
  top: 0;
}
.menu-open .hamberger-btn::after {
  content: "CLOSE";
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: #FFF;
  position: fixed;
  top: -100%;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
    padding-top: 0;
}
@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 60px;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 60px;
    opacity: 0;
  }
}
.btn-recruit{
	position: fixed;
    width: 204px;
    right: 20px;
    top: 404px;
}
.top .btn-recruit{
	
    right: 70px;
    top: 592px;
}
.btn-recruit img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=153, Color=#030203)";
    -moz-box-shadow: 2px 1px 22px -5px rgba(3,2,3,0.2);
    -webkit-box-shadow: 2px 1px 22px -5px rgba(3,2,3,0.2);
    box-shadow: 2px 1px 22px -5px rgba(3,2,3,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=135, Color=#030203);
    border-radius: 50%;
    overflow: hidden;
}
.scroll {
  position: absolute;
  right: 100px;
  top: 625px;
  color: #49AEB2;
  font-size: 11px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  height: 79px;
}
.top .scroll{
	top: 823px;
}
.scroll a {
  display: block;
  height: 100%;
}
.scroll a:after {
  content: "";
  width: 0;
  height: 60px;
  border-left: 1px solid #C3B256;
  position: absolute;
  top: 24px;
  left: 52%;
  -webkit-animation: sdb05 3s infinite;
  animation: sdb05 3s infinite;
}
.menu-open .nav-header {
  left: 0%;
    top: 0;
  visibility: visible;
  overflow: auto;
  opacity: 1;
  z-index: 200;
  transform: translateY(0%);

}
.menu-open .nav-header a:nth-child(1) {
  transition-delay: 0.5s;
}
.menu-open .nav-header a:nth-child(2) {
  transition-delay: 0.6s;
}
.menu-open .nav-header a:nth-child(3) {
  transition-delay: 0.7s;
}
.menu-open .nav-header a:nth-child(4) {
  transition-delay: 0.8s;
}
.menu-open .nav-header a:nth-child(5) {
  transition-delay: 0.9s;
}
.menu-open .nav-header a:nth-child(6) {
  transition-delay: 1s;
}
.menu-open .nav-header a:nth-child(7) {
  transition-delay: 1.1s;
}
.menu-open .nav-header a:nth-child(8) {
  transition-delay: 1.2s;
}
.menu-open .nav-header a {
  transform: translateY(0px);
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0.5s;
  opacity: 1;
}
.menu-open .nav-header a.active {
  color: #49AEB2;
}
.menu-open .nav-header a:hover {
  color: #49AEB2;
  transition: all 0.5s;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 50px;
    padding-top: 180px;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) and (max-height: 800px) {
	.top .btn-recruit {
       right: 140px;
    bottom: -11px;
    width: 141px;
    top: auto;
}
}
@media only screen and (max-width: 767px) {
  header h1 {
    width: calc(70% - 80px);
    font-size: 2.2vw;
    padding: 5px;
  }
  .btn-recruit{
	      position: fixed;
    bottom: 0;
    top: auto !important;
    left: 0;
    right: 0 !important;
    background: #49AEB2;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	height: 80px;
	    overflow: hidden;
  }
  .top .btn-recruit{
	 right: 0 !important; 
  }
  .btn-recruit a{
	      display: block;
  }
  .btn-recruit img{
	border-radius: 0px;
    width: 205px;
    margin: 25px auto;
    box-shadow: none;
  }
    .js-scroll{
        padding-top: 100px;
    }
  .scroll {
    display: none;
  }
  .hamberger-btn {
    top: 21px;
    right: 15px;
  }
  #key-box {
    height: 500px;
     
  }
  .child #key-box {
    height: 240px
  }
    .child #key-box .photo{
           border-top-right-radius: 20px;
    -webkit-top-right-radius: 20px;
    -moz-top-right-radius: 20px;  
       border-bottom-right-radius: 20px;
    -webkit-bottom-right-radius: 20px;
    -moz-bottom-right-radius: 20px;  
    }
  .news_detail #key-box {
    height: auto
  }
  .contact .child #key-box {
    height: 130px;
  }
  .policy #key-box {
    height: auto
  }
  #key-box .photo {
    height: 240px;
    position: relative;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  #key-box .photo img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 500px;
    position: relative;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    border-top-right-radius: 22px;
  }
  #key-box .keyvisual li img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
  }
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
  position: relative;
  padding: 34px 0 32px;
  color: #fff;
}
footer:before {
  position: absolute;
  background: #49AEB2;
  content: "";
  left: 0;
  top: 0;
  border-top-right-radius: 20px;
  bottom: 0;
  width: calc((100% - 1040px)/2 + 927px);
}
footer .row {
  justify-content: space-between;
  max-width: 860px;
}
footer nav {
  text-align: center;
}
footer nav > a {
  margin-right: 73px;
  font-size: 13px;
}
footer nav > a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
footer nav > a + a:before {
  /* content: "\7C"; */
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: transparent;
}
footer .logo {
  text-align: center;
}
footer dl.tel-ft {
  padding: 10px 0 15px;
  text-align: center;
}
footer dl.tel-ft dt {
  font-weight: bold;
}
footer dl.tel-ft dt .tel-icon {
  font-size: 25px;
}
footer dl.tel-ft dt .tel-icon span {
  font-size: 24px;
  padding: 0 4px 0 8px;
}
footer .info-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
footer .info-footer dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed;
}
footer .info-footer dl dt {
  font-weight: bold;
}
/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  right: 0;
}
#pagetop:hover {
  opacity: 0.9;
}
#socialbuttons {
  max-width: 350px;
}
address span {
  display: block;
}
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    margin-top: 0;
    padding: 55px 4% 100px 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  footer:before {
    width: auto;
    right: 14px;
    border-top-right-radius: 10px;
  }
  footer .nav-inline {
    flex-direction: column;
    display: flex;
    margin-bottom: 13px;
  }
  footer .row {
    flex-direction: column;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  footer nav > a {
    margin-right: 0;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 13px;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #3b2718;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }
  #fixed-sp ul {
    display: flex;
  }
  #fixed-sp ul li {
    width: 33.33333%;
    height: 50px;
  }
  #fixed-sp ul li:nth-child(2) {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
  }
  #fixed-sp ul li a img {
    width: 16px;
  }
  #fixed-sp ul li:nth-child(3) a img {
    width: 10px;
    margin-right: 5px;
  }
  #pagetop {
    bottom: 55px;
    width: 50px;
    z-index: 98;
  }
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  html {
    min-width: auto;
  }
  html a:hover {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  html .wrap {
    padding: 0 8%;
    width: auto;
    max-width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html #socialbuttons .social-line {
    width: 92px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 320px) {
  html.responsive {
    min-width: 320px !important;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 767px) {
  body {
    position: static !important;
    top: 0 !important;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 31px;
  letter-spacing: 0.05em;
}
.ttl span {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #49AEB2;
  margin-bottom: 19px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.ttl span:before {
  position: absolute;
  top: 15px;
  left: 100%;
  margin-left: 20px;
  background: #C3B256;
  height: 1px;
  content: "";
  width: 60px;
}
.img-br {
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.sh {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#696969)";
  /*IE 8*/
  -moz-box-shadow: 2px 2px 24px -9px rgba(105, 105, 105, 0.8);
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 24px -9px rgba(105, 105, 105, 0.8);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 24px -9px rgba(105, 105, 105, 0.8);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#696969);
  /*IE 5.5-7*/
}
@-webkit-keyframes btn-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes btn-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translate(15px);
    transform: translate(15px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-15px);
    transform: translate(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translate(15px);
    transform: translate(15px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-15px);
    transform: translate(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0) ;
    transform: translate(0);
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translate(-15px) ;
    transform: translate(-15px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(15px);
    transform: translate(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translate(-15px);
    transform: translate(-15px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(15px);
    transform: translate(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.btn-shared {
  width: 264px;
}
.btn-shared a {
  display: block;
  padding: 15px 0 15px 32px;
  border-radius: 50px;
  background: #49AEB2;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
}
.btn-shared a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-shared a:before {
  position: absolute;
  right: 34px;
  top: 50%;
  content: "";
  background: url("../img/common/arrow.svg") no-repeat;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.btn-shared a:hover:before {
  -webkit-animation: arrow-right 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal forwards running;
  animation: arrow-right 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal forwards running;
  margin-top: -9px;
}
.btn-pulse:hover a:after {
  -webkit-animation: btn-pulse 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal forwards running;
  animation: btn-pulse 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal forwards running;
}
.btn-shared2 {
  position: relative;
  width: 166px;
}
.btn-shared2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  content: "";
  background: #49AEB2;
  z-index: 9;
}
.btn-shared2 a {
  font-size: 15px;
  color: #363636;
  position: relative;
  font-weight: bold;
  width: 130px;
  display: block;
  z-index: 11;
  line-height: 36px;
}
.btn-shared2 a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-shared2 a:before {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  /* background-color: #49AEB2; */
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  right: 7px;
  top: 8px;
  z-index: 22;
}
.btn-shared2 a:hover:before {
  -webkit-animation: arrow-right 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal forwards running;
  animation: arrow-right 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal forwards running;
}
.fnt-bar {
  font-family: 'Barlow', sans-serif;
}
.child .key-title {
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  z-index: 5;
  left: 0;
  right: 102px;
  line-height: 48px;
  margin-top: -31px;
}
.child .key-title span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
}
.child .key-deco {
  position: absolute;
  left: calc(50% + 45px);
  bottom: 0;
  z-index: 10;
}
.contact .key-title {
  color: #000;
  top: 86%;
  top: 50%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  z-index: 5;
  left: 0;
  right: 102px;
  line-height: 48px;
  margin-top: -16px;
  margin-bottom: 31px;
}
.contact .key-title span {
  color: #49AEB2;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
}
/*============================================*/
/*==============   TOP   =====================*/
/*============================================*/
.top {
  /*==========   section about   ===========*/
  /*==========   section works   ===========*/
  /*==========   section division   ===========*/
  /*==========   section info   ===========*/
}
.top #slideshow {
  height: 800px;
  position: relative;
}
.top #head-key {
  position: relative;
  z-index: 9;
}
.top #head-key .main-catch {
  position: absolute;
  left: 66px;
  top: 326px;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  line-height: 72px;
  z-index: 101;
  letter-spacing: 5px;
}
.top #head-key .main-catch span {
  font-size: 12px;
  line-height: 43px;
  display: block;
  letter-spacing: 0.5px;
}
.top .about {
  padding: 80px 0 79px;
  position: relative;
  margin-top: 0;
  z-index: 99;
}
.top .about:after {
  position: absolute;
  bottom: -187px;
  left: calc(50% - 154px);
  content: "";
  background: url(../img/index/about_deco.svg) no-repeat;
  width: 616px;
  height: 562px;
  z-index: -1;
}
.top .about .group {
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.top .about .group .js {
  margin-left: -49px;
  width: 460px;
  margin-top: -147px;
  position: relative;
  z-index: 101;
}
.top .about .group .js .slick-slide {
  line-height: 0;
}
.top .about .group .col {
  width: 463px;
  margin-right: 54px;
}
.top .about .group .col .txt {
  margin-bottom: 46px;
    font-size: 16px;
}
.top .works {
  position: relative;
  padding: 76px 0 100px;
}
.top .works .wrap:after {
  position: absolute;
  top: -77px;
  right: 69px;
  left: 0;
  left: -1000px;
  bottom: 0;
  background: #F8F8F8;
  content: "";
  border-top-right-radius: 30px;
  z-index: -2;
}
.top .works .wrap:before {
  position: absolute;
  bottom: -70px;
  left: -33px;
  right: 74px;
  height: 228px;
  background: #49AEB2;
  border-bottom-left-radius: 21px;
  content: "";
  z-index: -1;
}
.top .works h2 {
  margin-left: 10px;
  margin-bottom: 73px;
}
.top .works .js {
  margin-left: -180px;
}
.top .works .js .slick-arrow {
  top: 39%;
}
.top .works .js .slick-list{
    z-index: 4;
}
.top .works .js .item {
  width: 360px;
}
.top .works .js .item .photo {
  margin-bottom: 20px;
  width: 360px;
  height: 280px;
  position: relative;
}
.top .works .js .item .photo img{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
	width: 100%;
}
.top .works .js .item .title {
  color: #fff;
}
.top .works .js .item .title dt {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.top .works .js .item .title dd {
  font-size: 13px;
  color: #fff;
}
.top .works .btn-shared2 {
  position: absolute;
  right: 131px;
  top: 53px;
  width: 130px;
}
.top .division {
  position: relative;
  padding: 140px 0 0;
}
.top .division:before {
  position: absolute;
  left: 0;
  right: calc(50% - 187px);
  bottom: -73px;
  top: 0;
  background: #fff;
  border-top-right-radius: 20px;
  content: "";
  z-index: 0;
  border-bottom-right-radius: 20px;
}
.top .division .wrap:after {
  position: absolute;
  left: 0;
  /* right: 67px; */
  bottom: -73px;
  top: 0;
  background: #F8F8F8;
  content: "";
  z-index: -1;
  width: calc((100% - 1040px)/2 + 1040px);
}
.top .division h2 {
  margin-left: 10px;
  margin-bottom: 63px;
}
.top .division .row {
  margin-bottom: 59px;
  position: relative;
}
.top .division .row a.link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.top .division .row3 {
  margin-bottom: 28px;
}
.top .division .row .photo {
  width: 618px;
  position: relative;
  z-index: 5;
  margin-left: -49px;
 
  overflow: hidden;
      -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);  
}
.top .division .row .photo img{
     border-radius: 20px;
}
.top .division .row .box {
  background: #fff;
  border-radius: 22px;
  margin-top: 122px;
  padding: 70px 68px;
  margin-left: -98px;
  z-index: 10;
  position: relative;
  width: 574px;
  box-sizing: border-box;
}
.top .division .row .box .num {
  position: absolute;
  right: 39px;
  top: -31px;
}
.top .division .row .box .num {
  right: 154px;
}
.top .division .row3 .box .num {
  right: 22px;
  top: -46px;
}
.top .division .row2 .box .num {
  right: 143px;
}
.top .division .row .box .title2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 28px;
  margin-left: -20px;
  padding-left: 20px;
}
.top .division .row .box .title2:before {
  position: absolute;
  background: #BEB280;
  width: 15px;
  height: 30px;
  content: "";
  left: 0;
  top: 70px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.top .division .row.style2 {
  flex-direction: row-reverse;
  margin-bottom: 53px;
}
.top .division .row.style2 .box {
  width: 628px;
  margin-left: -50px;
  margin-right: -95px;
}
.top .division .row.style2 .photo {
  margin-left: 0;
  margin-right: -50px;
}
.top .division .row1:after {
  position: absolute;
  background: #49AEB2;
  content: "";
  width: 100px;
  height: 533px;
  left: 707px;
  top: 64px;
  border-top-right-radius: 15px;
}
.top .division .row3:after {
  position: absolute;
  background: #49AEB2;
  content: "";
  width: 100px;
  height: 591px;
  left: 207px;
  top: -39px;
  z-index: 0;
}
.top .info {
  position: relative;
  padding: 77px 0 72px;
}
.top .info:before {
  position: absolute;
  background: #F8F8F8;
  content: "";
  left: 0;
  top: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: -200px;
  width: calc((100% - 1040px)/2 + 1040px);
}
.top .info h2 {
  font-size: 13px;
  color: #49AEB2;
  margin-bottom: 22px;
  margin-left: 12px;
}
.top .info h2 span {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #49AEB2;
}
.top .info h2 span:before {
  position: absolute;
  top: 15px;
  left: 100%;
  margin-left: 14px;
  background: #C3B256;
  height: 1px;
  content: "";
  width: 60px;
}
.top .info .rss .date {
  position: absolute;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: bold;
  left: 153px;
  top: 0;
  color: #49AEB2;
  letter-spacing: 1px;
}
.top .info .rss .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 12px;
  max-width: 696px;
}
.top .info .rss .title:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.top .info .rss .txt {
  font-size: 15px;
  font-weight: 500;
  max-width: 696px;
  margin-left: 10px;
}

/* banner CHIBAJETS  */
.top .info .box{
    background: #DEE1E1;
    border-radius: 8px;
    max-width: 615px;
    box-sizing: border-box;
    display: flex;
    margin-top: 69px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.top .info .box >p{
	display: none
}
.top .info .box:hover{
	transition: all 0.5s;
	opacity: 0.8
}
.top .info .box a{
	padding: 23px 14px 16px 33px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
.top .info .box .logo{
	width: 160px;
}
.top .info .box .title{
	font-size: 18px;
	font-weight: bold;
	margin-left: 30px;
}
.top .info .copyright{
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.05em;
}


/*==========   section list-style1   ===========*/
.list-style1 {
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 917px;
  margin-left: 10px;
}
.list-style1 .item {
  width: 420px;
  margin-bottom: 50px;
    position: relative;
}
.list-style1 .item .photo {
  margin-bottom: -23px;
}
.list-style1 .item .box {
  background: #fff;
  border-radius: 22px;
  margin-top: 0;
  padding: 34px 35px 34px;
  z-index: 10;
  position: relative;
  margin-right: -29px;
  margin-left: 30px;
  min-height: 130px;
}
.list-style1 .item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.list-style1 .item .box .num {
  position: absolute;
  right: 54px;
  top: -29px;
}
.list-style1 .item .box .title2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: -20px;
  padding-left: 20px;
}
.list-style1 .item .box .title2:before {
  position: absolute;
  background: #BEB280;
  width: 12px;
  height: 25px;
  content: "";
  left: 0;
  top: 35px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*============================================*/
/*==============   division   =====================*/
/*============================================*/
.division .sec1 {
  padding: 112px 0 67px;
  position: relative;
}
.division .sec1:before {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 664px;
  margin: 0 auto;
  background: #F8F8F8;
  content: "";
}
.division-style1 {
  padding: 65px 0 100px;
  position: relative;
}
.division-style1:before {
  position: absolute;
  top: 376px;
  left: 0;
  right: 0;
  bottom: 31px;
  width: 480px;
  margin: 0 auto;
  background: #F8F8F8;
  content: "";
  border-radius: 22px;
}
.division-style1 .title {
  font-size: 15px;
  font-weight: bold;
  color: #A2955F;
  margin-bottom: 48px;
  letter-spacing: 1px;
  max-width: 685px;
  margin: 0 auto 48px;
  text-align: center;
}
.division-style1 .title2{
    max-width: none;
    margin-left: 0;
}
.division-style1 .txt1 {
  background: url("../img/division/deco1.png"), url("../img/division/deco2.png");
  background-position: left top, right top;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  font-weight: bold;
  width: 629px;
  margin: 0 auto 77px;
  letter-spacing: 2px;
  font-size: 16px;
}
.division-style1 .list-photo {
  justify-content: space-between;
  margin-bottom: 40px;
  width: 921px;
  margin: 0 auto 54px;
}
.division-style1 .list-photo li {
  width: 420px;
}
.division-style1 .info {
  width: 682px;
  margin: 0 auto 62px;
}
.division-style1 .info .title2 {
  color: #363636;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.division-style1 .info .txt2{
    margin-bottom: 30px;
    font-size: 16px;
}
.division-style1 .info .txt{
    font-size: 16px;
}
.division-style1 .page {
  height: 30px;
  position: relative;
  max-width: 912px;
  margin: auto;
}
.division-style1 .page p {
  color: #A2955F;
  font-size: 13px;
  font-weight: bold;
}
.division-style1 .page .prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.division-style1 .page .back {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.division-style1 .page .next {
  position: absolute;
  right: 0;
  top: 0;
}
.division-style1 .page p:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.division-style2 {
  padding: 85px 0 100px;
}
.division-style2 .ttl {
  text-align: center;
  margin-bottom: 48px;
}
.division-style2 .ttl span {
  display: block;
      color: #87C4D6;  
}
.division-style2 .ttl span:before {
  display: none;
}
.division-style2 .rss {
  justify-content: flex-start;
  margin-bottom: 50px;
  width: 917px;
  margin: 0 auto 44px;
}
.division-style2 .rss .item {
  width: 280px;
  margin-right: 38px;
}
.division-style2 .rss .item .photo {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}
.division-style2 .rss .item .photo a {
  overflow: hidden;
  width: 100%;
  height: 219px;
  position: relative;
  display: block;
  z-index: 2;
}
.division-style2 .rss .item .photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.division-style2 .rss .item .photo:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.division-style2 .rss .item .title {
  font-size: 17px;
  font-weight: bold;
  color: #363636;
}
.division-style2 .rss .item .title:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.division-style2 .rss .item .date {
  font-family: 'Barlow', sans-serif;
  color: #49AEB2;
  font-weight: 600;  
}
.division-style2 .btn-shared2 {
  text-align: center;
  margin: 0 auto;
}
.division-style2 .btn-shared2 a {
  margin: 0 auto;
  width: 166px;
}
/*============================================*/
/*==============   workcase   =====================*/
/*============================================*/
.workcase .sec1 {
  padding: 123px 0 100px;
}
.workcase .sec1 .list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 915px;
  margin: 0 auto;
}
.workcase .sec1 .list .item {
  width: 280px;
  margin-bottom: 50px;
margin-left: 36px;}
.workcase .sec1 .list .item:nth-child(3n+1){
  margin-left: 0;
}
.workcase .sec1 .list .item .photo {
  margin-bottom: 20px;
  width: 280px;
    height: 218px;
    position: relative;
}
.workcase .sec1 .list .item .photo img{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.workcase .sec1 .list .item .ttl {
  font-size: 17px;
  font-weight: bold;
  color: #363636;
  margin-bottom: 3px;
}
.workcase .sec1 .list .item .ttl2 {
  font-size: 13px;
  color: #A2955F;
  font-weight: bold;
}
.box_ct {
  display: none;
}
.popup_ct {
  color: #fff;
  max-width: 620px;
  margin: 0 auto;
}
.popup_ct .photo {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 20px;
}
.popup_ct .title {
  margin-bottom: 30px;
}
.popup_ct .title dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup_ct .title dd {
  font-size: 14px;
}
/*============================================*/
/*==============   about   =====================*/
/*============================================*/
.about .key-logo {
  text-align: center;
  margin-bottom: 86px;
}
.about .key-title {
  position: relative;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.about .key-title span {
  color: #49AEB2;
}
.about #key-box {
  padding-top: 141px;
  overflow: visible;
}
.about .box {
  position: relative;
  color: #fff;
  padding: 97px 0 80px 118px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
}
.about .box:after {
  position: absolute;
  background: #49AEB2;
  content: "";
  left: -1000px;
  top: 13px;
  border-top-right-radius: 20px;
  bottom: 0;
  z-index: -1;
  right: -56px;
  border-bottom-right-radius: 20px;
}
.about .info {
  padding: 167px 0 13px;
  position: relative;
  margin-bottom: 113px;
}
.about .info .deco {
  position: absolute;
  left: -166px;
  bottom: -219px;
}
.about .info:before {
  position: absolute;
  top: 331px;
  left: calc(50% - 329px);
  right: 50px;
  bottom: 0;
  width: 658px;
  background: #F8F8F8;
  content: "";
  border-radius: 22px;
}
.about .info .row {
  margin-bottom: 91px;
}
.about .info .row .ttl2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  width: 919px;
  margin: 0 auto 50px;
  max-width: 100%;
}
.about .info .row .ttl2 span {
  display: inline-block;
  /* position: relative; */
}
.about .info .row .ttl2 span:before {
  position: absolute;
  content: "";
  background: #C3B256;
  right: 100%;
  margin-right: 68px;
  height: 2px;
  width: 236px;
  top: 13px;
  left: 0;
}
.about .info .row .ttl2 span:after {
  position: absolute;
  content: "";
  background: #C3B256;
  /* left: 100%; */
  margin-left: 65px;
  height: 2px;
  width: 236px;
  top: 13px;
  right: 0;
}
.about .info .row2 .ttl2 span:before {
  width: 277px;
}
.about .info .row2 .ttl2 span:after {
  width: 277px;
}
.about .info .row3 .ttl2 span:before {
  width: 296px;
}
.about .info .row3 .ttl2 span:after {
  width: 296px;
}
.about .info .row .ttl3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 915px;
  margin: 0 auto;
}
.about .info .row .ttl3 dt {
  font-size: 28px;
  font-weight: bold;
  width: 418px;
  line-height: 48px;
  letter-spacing: 1px;
}
.about .info .row .ttl3 dd {
  width: 421px;
  text-align: justify;
    font-size: 16px;
}
.about .message .ttl {
  line-height: 54px;
  width: 925px;
  margin: 0 auto 51px;
  letter-spacing: 1px;
  font-size: 34px;
}
.about .message .ttl span {
  margin-bottom: 1px;
}
.about .message .ttl span:before {
  top: 27px;
}
.about .message .group {
  justify-content: space-between;
  width: 925px;
  margin: 0 auto;
}
.about .message .group .photo {
  width: 420px;
  align-self: flex-start;
}
.about .message .group .col {
  width: 429px;
}
.about .message .group .col .txt {
  margin-bottom: 25px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.about .gallery h2 {
  width: 914px;
  margin: 0 auto 50px;
}
.about .gallery h2 span:before {
  top: 14px;
}
.about .gallery {
  position: relative;
  margin-top: 49px;
  padding: 67px 0 100px;
}
.about .gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  background: #F8F8F8;
  content: "";
  border-radius: 22px;
  z-index: -1;
}
.about .gallery .group-photo {
  justify-content: space-between;
  flex-direction: column;
  width: 910px;
  margin: 0 auto;
}
.about .gallery .group-photo .row {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.about .gallery .group-photo .row .col1 {
  width: 354px;
}
.about .gallery .group-photo .row .col2 {
  flex-direction: column;
  width: 353px;
}
.about .gallery .group-photo .row .col2 .col_c2 {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.about .gallery .group-photo .row .col2 .col_c2 p {
  width: 48%;
}
.about .gallery .group-photo .row .col3 {
  width: 166px;
}
.about .gallery .group-photo .row p {
  border-radius: 22px;
  overflow: hidden;
}
.about .gallery .group-photo .row2 {
  flex-direction: row-reverse;
}
.child .key-deco {
  bottom: -87px;
}
.about .key-deco {
  left: calc(50% - 20px);
  bottom: -120px;
}
.news .rss {
  padding: 96px 0 100px;
}
.news .rss .item {
  margin-bottom: 38px;
  padding: 0 83px;
}
.news .rss .item .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 13px;
}
.news .rss .item a:hover{
    opacity: 0.8;
    transition: all 0.5s;
}
.news .rss .item .row .date {
  font-size: 15px;
  font-weight: bold;
  color: #49AEB2;
  position: relative;
  width: 125px;
  font-family: 'Barlow', sans-serif;
}
.news .rss .item .row .date:after {
  position: absolute;
  left: 88px;
  width: 22px;
  height: 1px;
  background: #BEB280;
  content: "";
  top: 16px;
}
.news .rss .item .row .title {
  font-size: 14px;
  color: #A2955F;
  font-weight: bold;
  margin-right: 9px;
  font-family: 'Barlow', sans-serif;
}
.news .rss .item .row .tag li a {
  margin-right: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #A2955F;
  background: rgba(162, 149, 95, 0.1);
  padding: 3px 15px 3px 15px;
  border-radius: 30px;
  letter-spacing: -1px;
}
.news .wp-pagenavi {
  text-align: center;
  font-size: 110%;
  position: relative;
}
.news .wp-pagenavi .current, .news .wp-pagenavi a:hover, .news .wp-pagenavi span:hover {
  background-color: #49AEB2;
  color: #fff;
  /* border-radius: 19px; */
}
.news .wp-pagenavi span, .news .wp-pagenavi a {
  width: 38px;
  height: 38px;
  line-height: 35px;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  color: #A2955F;
  font-family: 'Barlow', sans-serif;
}
.news .page_count {
  padding: 0 10px;
  letter-spacing: 2px;
  width: auto !important;
}
.news .wp-pagenavi a.next:hover {
  background: none;
  color: #A2955F;
  opacity: 0.8;
}
.news .wp-pagenavi a.prev:hover {
  background: none;
  color: #A2955F;
  opacity: 0.9;
}
.news .wp-pagenavi span:first-child, .news .wp-pagenavi a:first-child {
  margin-left: 0;
}
.news .wp-pagenavi .next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  color: #A2955F;
}
.news .wp-pagenavi .prev {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  color: #A2955F;
}
.news_detail .rss {
  margin-top: 30px;
  padding-bottom: 89px;
}
.news_detail .rss .wrap {
  max-width: 905px;
}
.news_detail .rss .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: -20px;
}
.news_detail .rss .row .date {
  font-size: 15px;
  font-weight: bold;
  color: #49AEB2;
  position: relative;
  width: 148px;
  font-family: 'Barlow', sans-serif;
}
.news_detail .rss .row .date:after {
  position: absolute;
  left: 88px;
  width: 42px;
  height: 1px;
  background: #BEB280;
  content: "";
  top: 16px;
}
.news_detail .rss .row .title {
  font-size: 14px;
  color: #A2955F;
  font-weight: bold;
  margin-right: 0;
}
.news_detail .rss .row .tag li {
  padding-left: 0;
}
.news_detail .rss .row .tag li a {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #A2955F;
  background: rgba(162, 149, 95, 0.1);
  padding: 7px;
  border-radius: 30px;
}
.news_detail .rss .row .tag li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.news_detail .rss h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 57px;
}
.news_detail .rss p {
  margin-bottom: 30px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.news_detail .rss h2 {
  font-size: 30px;
  line-height: 53px;
  font-weight: bold;
  margin-bottom: 21px;
}
.news_detail .rss h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 53px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.news_detail .rss h3:before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 13px;
  height: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #BEB280;
  content: "";
}
.news_detail .rss figure {
  margin: 0 auto 34px;
  border-radius: 22px;
  text-align: center;
}
.news_detail .rss figure img {
  margin-bottom: 20px;
}
.news_detail .rss figcaption {
  text-align: center;
}
.news_detail .rss h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news_detail .rss em {
  font-style: italic;
}
.news_detail .rss ul {
  margin-bottom: 30px;
  list-style: none;
}
.news_detail .rss ul.tag {
  margin-left: 21px;
}
.news_detail .rss ul li {
  position: relative;
  padding-left: 20px;
}
.news_detail .rss ul.tag li:before {
  display: none;
}
.news_detail .rss ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.news_detail .rss ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}
.news_detail .rss a[target=_blank] {
  font-size: 16px;
  color: #48AEB2;
  position: relative;
}
.news_detail .rss p:not(.next):not(.back):not(.prev) a{
	 color: #48AEB2;
}
.news_detail .rss a[target=_blank]:before {
  content: url("../img/news/external-link.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
}
.news_detail .rss a:hover {
  text-decoration: underline;
}
.news_detail .rss .page {
  height: 30px;
  position: relative;
}
.news_detail .rss .page p {
  color: #A2955F;
  font-size: 13px;
  font-weight: bold;
}
.news_detail .rss .page .prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.news_detail .rss .page .back {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.news_detail .rss .page .next {
  position: absolute;
  right: 0;
  top: 0;
}
.corporation .sec1 {
  padding: 72px 0 101px;
}
.corporation .sec1 .info {
  margin-bottom: 10px;
}
.corporation .sec1 .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 860px;
  margin: 0 auto;
}
.corporation .sec1 .info dl dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #BEB280;
  width: 200px;
  padding: 18px 0;
  color: #49AEB2;
}
.corporation .sec1 .info dl dd {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(47, 47, 56, 0.25);
  width: 570px;
  padding: 18px 0;
}
.corporation .sec1 .info dl:last-of-type dt {
  border-bottom: 0;
}
.corporation .sec1 .info dl:last-of-type dd {
  border-bottom: 0;
}
.corporation .sec1 .info dl dd p {
  margin-bottom: 20px;
}
.corporation .gmap .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 32px;
  position: relative;
}
.corporation .gmap .title:before {
  position: absolute;
  background: #BEB280;
  width: 14px;
  height: 21px;
  content: "";
  left: 0px;
  top: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.corporation .gmap .row {
  width: 855px;
  margin: 0 auto 50px;
}
.corporation .gmap .row iframe {
  width: 100%;
}
.corporation .gmap .row iframe ,.corporation .gmap .row2 iframe {
	border-radius: 15px;
    overflow: hidden;
}
.corporation .gmap .row .map {
  border-radius: 15px;
}
.corporation .gmap .row2 {
  justify-content: space-between;
  width: 855px;
  margin: 0 auto 50px;
}
.corporation .gmap .row2 .col {
  width: 406px;
}
.corporation .gmap .row2 .col iframe {
  width: 100%;
  height: 300px;
}
.contact {}
.contact #lead {
  padding: 76px 0 100px;
}
.contact #lead h2 {
  font-weight: 600;
  margin-bottom: 84px;
  font-size: 24px;
  position: relative;
  text-align: center;
}
.contact #lead h2:before {
  background: #C3B256;
  content: "";
  left: -10px;
  width: 250px;
  height: 1px;
  position: absolute;
  top: 11px;
}
.contact #lead h2:after {
  background: #C3B256;
  content: "";
  right: -10px;
  width: 250px;
  height: 1px;
  position: absolute;
  top: 11px;
}
.contact #lead .thanks h2 {
  margin-top: 0;
  line-height: 41px;
}
.contact #lead .thanks h2:before {
  display: none;
}
.contact #lead .thanks h2:after {
  display: none;
}
.contact #lead .icon-phone {
  font-size: 50px;
  margin-bottom: 17px;
  color: #49AEB2;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
.contact #lead .time-open {
  color: #A2955F;
  text-align: center;
  font-weight: bold;
  margin-bottom: 109px;
}
.contact #lead .note {
  text-align: center;
  margin-bottom: 15px;
}
.contact #lead .confirm h2:before {
  display: none;
}
.contact #lead .confirm h2:after {
  display: none;
}
.contact #lead .confirm h2 {
  margin-top: 50px;
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .top #head-key .main-catch {
    top: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
  section {
    padding-right: 19%;
  }
  .ttl span:before {
    top: 19px;
  }
  .btn-shared2 a {
    line-height: 36px;
  }
  /*============================================*/
  /*==============   TOP   =====================*/
  /*============================================*/
  .top {
    /*==========   section about   ===========*/
    /*==========   section works   ===========*/
    /*==========   section division   ===========*/
    /*==========   section info   ===========*/
  }
  .top #head-key .main-catch {
    top: 213px;
    font-size: 31px;
    line-height: 50px;
    left: 5%;
  }
  .top .about {
    padding: 29px 0 50px;
  }
  .top .about:after {
    background-size: 430px;
    bottom: -308px;
  }
  .top .about .group {
    max-width: 100%;
  }
  .top .about .group .js {
    width: 40%;
    align-self: center;
    margin-top: -43vw;
    margin-left: 0;
  }
  .top .about .group .col {
    width: 54%;
    margin-right: 0;
  }
  .top .works {
    overflow: hidden;
  }
  .top .works .wrap:after {
    right: 46px;
  }
  .top .works .wrap:before {
    right: 42px;
  }
  .top .works .js {
    margin-left: -67px;
    width: 1150px;
  }
  .top .works .js .slick-prev {
    top: 19vw;
  }
  .top .works .js .slick-next {
    left: 630px;
    right: auto;
    top: 19vw;
  }
  .top .division .row .photo {
    border-radius: 11px;
    overflow: hidden;
  }
  .top .division .row.row4 .box .num {
    right: 57px;
  }
  .top .division .row .box .num {
    right: 0;
  }
  .top .division .row2 .box .num {
    right: 43px;
  }
  .top .division .row1:after {
    left: 51%;
  }
  .top .division .row3:after {
    left: 13%;
  }
  /*==========   section list-style1   ===========*/
  .list-style1 .item {
    width: 46%;
  }
  /*============================================*/
  /*==============   division   =====================*/
  /*============================================*/
  .division-style1 .title {
    margin: 0 auto 23px;
  }
  .division-style1 .txt1 {
    margin: 0 auto 47px;
    width: 104%;
  }
  .division-style1 .list-photo {
    width: 100%;
  }
  .division-style1 .list-photo li {
    width: 47%;
  }
  .division-style1 .info {
    width: 100%;
  }
  .division-style2 .rss {
    width: 100%;
  }
  .division-style2 .rss .item {
    width: 30%;
  }
  .division-style2 .rss .item .photo {
    border-radius: 10px;
  }
  .division-style2 .rss .item .photo a {
    height: 13vw;
  }
  /*============================================*/
  /*==============   workcase   =====================*/
  /*============================================*/
  .workcase .sec1 .list {
    width: 100%;
  }
  .workcase .sec1 .list .item {
    width: 47%;
  }
  /*============================================*/
  /*==============   about   =====================*/
  /*============================================*/
  .about .box {
    padding-left: 27px;
  }
  .about .info .row .ttl2 span:before {
    width: 99px;
  }
  .about .info .row .ttl2 span:after {
    width: 99px;
  }
  .about .info .row .ttl3 dt {
    font-size: 17px;
    line-height: 32px;
    align-self: center;
  }
  .about .message .ttl {
    width: 100%;
    font-size: 25px;
    line-height: 40px;
  }
  .about .message .group {
    width: 100%;
  }
  .about .message .group .photo {
    width: 48%;
  }
  .about .message .group .col {
    width: 48%;
  }
  .about .gallery .group-photo {
    width: 100%;
  }
  .about .gallery .group-photo .row .col1 {
    width: 38%;
  }
  .about .gallery .group-photo .row .col2 {
    width: 38%;
  }
  .about .gallery .group-photo .row .col3 {
    width: 19%;
  }
  .child .key-deco {
    left: calc(50% + -45px);
    right: 133px;
  }
  .news .rss .item {
    padding: 0 19px;
  }
  .news_detail .rss .row {
    flex-wrap: wrap;
  }
  .news_detail .rss ul {
    width: 100%;
  }
  .news_detail .rss ul li:first-child {
    padding-left: 0;
  }
  .corporation .sec1 .info dl {
    width: 100%;
  }
  .corporation .sec1 .info dl dt {
    width: 18%;
  }
  .corporation .sec1 .info dl dd {
    width: 77%;
  }
  .contact #lead h2:before {
    width: 59px;
  }
  .contact #lead h2:after {
    width: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 27px;
  }
  .ttl span {
    font-size: 11px;
    margin-bottom: 14px;
  }
  .ttl span:before {
    margin-left: 10px;
    width: 48px;
    top: 10px;
  }
  .img-br {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
  .sh {}
  .btn-shared {
    width: 66%;
  }
  .btn-shared a {
    padding: 17px 0 14px 29px;
    font-size: 13px;
  }
  .btn-shared a:before {
    right: 21px;
  }
  .btn-shared2 a {
    font-size: 13px;
    width: 110px;
    line-height: 28px;
  }
  .btn-shared2:after {
    width: 28px;
    height: 28px;
  }
  .btn-shared2 a:before {
    top: 4px;
    right: 4px;
    background-size: 15px;
  }
  .child .key-title {
    text-align: left;
    left: 8%;
    font-size: 30px;
    top: 59%;
    line-height: 37px;
    letter-spacing: 2px;
    right: 0;
  }
  .child .key-title span {
    font-size: 11px;
  }
  .child .key-deco {
    right: 8%;
    left: auto;
    width: 65%;
    bottom: -18vw;
  }
  .contact .key-title {
    text-align: center;
    left: 0;
    width: 100%;
    font-size: 30px;
    margin-top: -90px;
    line-height: 34px;
  }
  .contact .key-title span {
    font-size: 11px;
  }
  /*============================================*/
  /*==============   TOP   =====================*/
  /*============================================*/
  .top {
    /*==========   section about   ===========*/
    /*==========   section works   ===========*/
    /*==========   section division   ===========*/
    /*==========   section info   ===========*/
  }
  .top #head-key .main-catch {
    left: 8%;
    top: 193px;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 3px;
  }
  .top #head-key .main-catch span {
    font-size: 11px;
  }
  .top .about {
    padding: 80px 0 34px;
  }
  .top .about:after {
    width: 93%;
    left: 6%;
    background-size: 132%;
    height: 87vw;
    bottom: -22vw;
  }
  .top .about .group {
    flex-direction: column;
    width: 100%;
  }
  .top .about .group .js {
    width: 88%;
    margin: -132px 0 14vw;
    border-radius: 14px;
    overflow: hidden;
  }
  .top .about .group .col {
    width: 100%;
  }
  .top .about .group .col .txt {
    margin-bottom: 22px;
     font-size: 15px;
  }
  .top .works {
    padding: 152px 0 82px;
  }
  .top .works .wrap:after {
       right: -8%;
    bottom: -21vw;
    top: -26vw;
    z-index: 0;
  }
  .top .works .wrap:before {
        bottom: 14vw;
    right: 0;
    top: 71vw;
    z-index: 1;
    height: auto;
  }
  .top .works h2 {
    margin-bottom: 11vw;
    margin-left: 0;
	    position: relative;
    z-index: 10;
  }
  .top .works .js {
    margin: 0 0 19vw;
    width: 239vw;
  }
    .top .works .js .slick-initialized .slick-slide{
       
    }

    .top .works .js .slick-next {
      left: 64vw;
      width: 44px;
      height: 44px;
      top: 39%;
            right: auto;
    }
    .top .works .js .slick-prev {
      left: -0.5%;
      width: 44px;
      height: 44px;
      top: 39%;
    }
 
  .top .works .js .item {
    width: 100%;
  }
  .top .works .js .item .photo {
    margin-right: 12%;
    border-radius: 18px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
	    width: 65vw;
    height: 50vw;
  }
  .top .works .js .item .title dt {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .top .works .js .item .title dd {
    font-size: 11px;
  }
  .top .works .btn-shared2 {
    position: relative;
    right: auto;
    top: auto;
    width: 111px;
  }
  .top .division {
    padding: 75px 0 0;
  }
  .top .division:before {
    right: 4%;
    top: 0;
    bottom: 20px;
  }
  .top .division .wrap:after {
    top: -48vw;
  }
  .top .division h2 {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .top .division .row {
    flex-direction: column;
    margin-bottom: 38px;
  }
  .top .division .row3 {}
  .top .division .row .photo {
    width: auto;
    margin-left: -10%;
    margin-right: 4%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
       border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
    
  .top .division .row .photo img {
    overflow: hidden;
    border-radius: 10px;
  }
    .top .division .row1 .photo img,.top .division .row3 .photo img{
         border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  .top .division .row .box {
    width: auto;
    margin-left: 0;
    margin: -6vw 0 0;
    border-radius: 11px;
    padding: 36px 29px 35px 50px;
  }
  .top .division .row .box .num {
    right: -8px;
    width: 118px;
    top: -50px;
  }
  .top .division .row3 .box .num {
    width: 129px;
    right: -19px;
    top: -46px;
  }
  .top .division .row2 .box .num {
    top: -46px;
    width: 126px;
  }
  .top .division .row .box .title2 {
    font-size: 20px;
    margin-bottom: 19px;
    position: relative;
    line-height: 32px;
  }
  .top .division .row .box .title2:before {
    top: 3px;
    width: 10px;
    height: 25px;
    left: -28px;
  }
  .top .division .row.style2 {
    flex-direction: column;
    margin-bottom: 39px;
  }
  .top .division .row.style2 .box {
    width: auto;
    margin-left: 0;
    margin: -8vw 0 0 2%;
    padding: 11%;
  }
  .top .division .row.style2 .photo {
    margin-right: -15%;
    width: auto;
    margin-left: 5%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;  
  }
  .top .division .row1:after {
    left: 37%;
    width: 80px;
  }
  .top .division .row3:after {
    left: 37%;
    width: 80px;
  }
  .top .info {
    padding: 74px 0 51px;
  }
  .top .info h2 {
    margin-left: 0;
    font-size: 11px;
  }
  .top .info h2 span {
    font-size: 11px;
  }
  .top .info h2 span:before {
    margin-left: 8px;
    width: 48px;
    top: 11px;
  }
  .top .info .rss .date {
    left: 134px;
    font-size: 11px;
  }
  .top .info .rss .title {
    margin-left: 0;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .top .info .rss .txt {
    margin-left: 0;
    font-size: 13px;
  }
  /*==========   section list-style1   ===========*/
  .list-style1 {
    margin-left: 0;
  }
  .list-style1 .item {
    margin-bottom: 52px;
    width: 100%;
  }
  .list-style1 .item .photo {
    width: 95%;
    border-radius: 10px;
    margin-bottom: -31px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
  .list-style1 .item .box {
    margin-left: 6%;
    width: 75%;
    margin-right: 0;
    padding: 24px 30px;
    border-radius: 10px;
  }
  .list-style1 .item .box .num {
    right: 23px;
  }
  .list-style1 .item .box .title2 {
    font-size: 18px;
    position: relative;
    margin-bottom: 19px;
    line-height: 32px;
  }
  .list-style1 .item .box .title2:before {
    top: 7px;
    width: 8px;
    height: 18px;
    left: -10px;
  }
  
  
/* Banner CHIBAJETS*/
.top .info .box {
    margin-top: 43px;
    margin-bottom: 2px;
}
.top .info .box a {
    padding: 5%;
    flex-direction: column;
}
.top .info .box .logo {
    width: 45%;
    margin-bottom: 10px;
}
.top .info .box .title {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
	margin-left: 0;
}
.top .info .copyright {
    letter-spacing: 0.01em;
}
  
  
  /*============================================*/
  /*==============   division   =====================*/
  /*============================================*/
  .division .sec1 {
    padding: 86px 0 33px;
  }
  .division-style1 {
    padding: 47px 0 78px;
  }
  .division-style1:before {
    left: 21%;
    right: 22%;
    width: auto;
    border-radius: 0;
  }
  .division-style1 .title {
    margin-left: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 33px;
  }
  .division-style1 .txt1 {
    margin-left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    padding: 2%;
    margin-bottom: 12vw;
	box-sizing: border-box;
  }
  .division-style1 .list-photo {
    width: 100%;
    flex-direction: column;
    margin-bottom: 29px;
  }
  .division-style1 .list-photo li {
    width: 100%;
  }
  .division-style1 .info {
    width: 100%;
    margin-bottom: 33px;
  }
  .division-style1 .info .title2 {
    font-size: 18px;
  }
    .division-style1 .info .txt2,.division-style1 .info .txt{
        font-size: 15px;
    }
  .division-style1 .page {
    margin-top: 56px;
  }
  .division-style2 {
    padding: 41px 0 75px;
  }
  .division-style2 .ttl {
    font-size: 24px;
    text-align: left;
    line-height: 38px;
  }
  .division-style2 .ttl span {
    position: relative;
    margin-bottom: 2px;
  }
  .division-style2 .ttl span:before {
    position: absolute;
    top: 15px;
    left: 26px;
    margin-left: 20px;
    background: #C3B256;
    height: 1px;
    content: "";
    width: 60px;
    display: block !important;
  }
  .division-style2 .ttl span:before {
    margin-left: 24px;
    width: 49px;
    top: 19px;
  }
  .division-style2 .rss {
    width: 100%;
	justify-content: space-between;
  }
  .division-style2 .rss .item {
    width: 47%;
	    margin-right: 0;
  }
  .division-style2 .rss .item{
  
  }
  .division-style2 .rss .item:last-of-type {
    display: none;
  }
  .division-style2 .rss .item .photo {
    border-radius: 10px;
    margin-bottom: 14px;
  }
  .division-style2 .rss .item .photo a {
    height: 25vw;
  }
  .division-style2 .rss .item .title {
    font-size: 14px;
  }
  .division-style2 .rss .item .date {
    font-size: 11px;
  }
  .division-style2 .btn-shared2 {
    text-align: left;
    position: relative;
    width: 109px;
  }
  .division-style2 .btn-shared2 a {
    margin: 0;
    width: 107px;
    line-height: 30px;
  }
  /*============================================*/
  /*==============   workcase   =====================*/
  /*============================================*/
  .workcase .sec1 {
    padding: 84px 0 43px;
  }
  .workcase .sec1 .list {
    width: 100%;
    flex-direction: row;
  justify-content: space-between;}
  .workcase .sec1 .list .item {
    width: 46%;
    margin-bottom: 26px;
  margin-left: 0;}
  .workcase .sec1 .list .item .photo {
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
	width: 100%;
    height: 30vw;
  }
  .workcase .sec1 .list .item .ttl {
    font-size: 14px;
  }
  .workcase .sec1 .list .item .ttl2 {
    font-size: 11px;
  }
  .popup_ct iframe {
    width: 100%;
    height: 50vw;
  }
  .popup_ct .title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .popup_ct .title dt {
    font-size: 18px;
  }
  .popup_ct .title dd {
    font-size: 13px;
  }
  /*============================================*/
  /*==============   about   =====================*/
  /*============================================*/
  .about .key-logo {
    width: 200px;
    margin: 12px auto 19vw;
  }
  .about .key-title {
    font-size: 30px;
    text-align: center;
    left: 0;
    line-height: 33px;
    margin-bottom: 31px;
  }
  .about .key-title span {
    font-size: 11px;
  }
  .about #key-box {
    width: 100%;
    padding-top: 0;
    height: auto;
    margin-bottom: 9vw;
  }
  .about .box {
    padding: 58px 1px 42px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
  }
  .about .box:after {
    right: -5%;
  }
  .about .info {
    padding: 13vw 0 14vw;
    margin-bottom: 101px;
  }
  .about .info .deco {
    left: -27px;
    bottom: -137px;
    width: 96%;
  }
  .about .info:before {
    left: 20%;
    right: 20%;
    width: auto;
    top: 49vw;
  }
  .about .info .row {
    margin-bottom: 71px;
  }
  .about .info .row3 {
    margin-bottom: 0;
  }
  .about .info .row .ttl2 {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .about .info .row .ttl2 span {}
  .about .info .row .ttl2 span:before {
    width: 19%;
    left: 0;
    right: auto;
    top: 21px;
  }
  .about .info .row .ttl2 span:after {
    width: 20%;
    top: 21px;
  }
  .about .info .row2 .ttl2 span:before {
    top: 10px;
    width: 12%;
  }
  .about .info .row2 .ttl2 span:after {
    width: 12%;
    top: 10px;
  }
  .about .info .row3 .ttl2 span:before {
    top: 10px;
    width: 16%;
  }
  .about .info .row3 .ttl2 span:after {
    width: 16%;
    top: 10px;
  }
  .about .info .row .ttl3 {
    flex-direction: column;
    width: 100%;
  }
  .about .info .row .ttl3 dt {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 20px;
  }
  .about .info .row .ttl3 dd {
    width: 100%;
  }
  .about .message .ttl {
    width: 100%;
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 43px;
  }
  .about .message .ttl span {
    margin-bottom: -4px;
  }
  .about .message .group {
    width: 100%;
    flex-direction: column;
  }
  .about .message .group .photo {
    width: 88%;
    margin-bottom: 12vw;
    border-radius: 15px;
    overflow: hidden;
  }
  .about .message .group .photo img {
    border-radius: 15px;
    overflow: hidden;
  }
  .about .message .group .col {
    width: 100%;
  }
  .about .message .group .col .txt {
    line-height: 22px;
  }
  .about .gallery h2 span:before {
    top: 10px;
  }
  .about .gallery {
    padding: 67px 0 38px;
  }
  .about .gallery:before {
    right: 0;
    border-radius: 0;
  }
  .about .gallery .group-photo {
    flex-direction: column;
    width: 100%;
  }
  .about .gallery .group-photo .row {
    flex-direction: column;
  }
  .about .gallery .group-photo .row .col1 {
    width: 100%;
    margin-bottom: 5vw;
  }
  .about .gallery .group-photo .row .col2 {
    width: 100%;
    margin-bottom: 5vw;
  }
  .about .gallery .group-photo .row .col3 {
    width: 47%;
    margin-bottom: 5vw;
  }
  .about .gallery .group-photo .row2 .col3 {
    margin-left: 53%;
    margin-top: -93vw;
  }
  .about .gallery .group-photo .row p {
    border-radius: 20px;
  }
  .about .gallery .group-photo .row p img {
    border-radius: 20px;
    overflow: hidden;
  }
  .about .gallery .group-photo .row2 {
    flex-direction: column-reverse;
  }
  .child .key-deco {}
  .workcase .child .key-deco {
    width: 70%;
    left: 18%;
  }
  .about .key-deco {
    left: 15%;
  }
  .news .rss {
    padding: 46px 0 100px;
  }
  .news .rss .item {
    padding: 0;
    margin-bottom: 30px;
  }
  .news .rss .item .row {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .news .rss .item .row .tag {
    width: 100%
  }
  .news .rss .item .row .date {
    font-size: 11px;
    letter-spacing: 1px;
    width: 123px;
    margin-bottom: 0px;
  }
  .news .rss .item .row .date:after {
    left: 69px;
    top: 11px;
    width: 48px;
  }
  .news .rss .item .row .title {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .news .rss .item .row .tag li a {
    font-size: 10px;
  }
  .corporation .sec1 {
    padding: 30px 0 30px;
  }
  .corporation .sec1 .info {}
  .corporation .sec1 .info dl {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .corporation .sec1 .info dl dt {
    width: 100%;
    padding: 0;
    font-size: 13px;
	border-bottom: 0;
  }
  .corporation .sec1 .info dl dd {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 30px;
  }
  .corporation .sec1 .info dl dd p span span {
    margin-right: 8px;
  }
  .corporation .gmap .title:before {
    width: 10px;
    top: 1px;
  }
  .corporation .gmap .row {
    width: 100%;
  }
  .corporation .gmap .row2 {
    width: 100%;
    flex-direction: column;
  }
  .corporation .gmap .row2 .col {
    width: 100%;
    margin-bottom: 7vw;
  }
  .contact {
    padding: 0;
  }
  .contact #lead {
    padding: 32px 0 0;
  }
  .contact #lead h2 {
    font-size: 22px;
    margin-bottom: 52px;
  }
  .contact #lead h2:before {
    width: 12%;
    left: 15px;
  }
  .contact #lead h2:after {
    right: 15px;
    width: 12%;
  }
  .contact #lead .icon-phone {
    font-size: 40px;
  }
  .contact #lead .title2 {
    margin-bottom: 37px;
  }
  .contact #lead .title2:before {
    left: 15px;
    width: 7%;
  }
  .contact #lead .title2:after {
    width: 7%;
    right: 15px;
  }
  .fcform__tel h3 {
    font-size: 239% !important;
  }
  .fcform__tel p {
    font-size: 13px;
  }
}
#contact-box {
  padding: 10px 10px 59px;
}
#contact-box .contact-content {
  max-width: 860px;
  margin: auto;
  width: 100%;
}
#contact-box .contact-content .note {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 56px;
}
#contact-box .contact-content .tel-box {
  text-align: center;
  margin-bottom: 90px;
}
#contact-box .contact-content .tel-box dt {
  width: 346px;
  margin: 0 auto 15px;
}
#contact-box .contact-content .tel-box dt img {
  width: 100%;
  height: auto;
}
#contact-box .contact-content .step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 460px;
  margin: -18px auto 23px;
}
#contact-box .contact-content.confirm .step-list{
  margin-bottom: 75px;
}
#contact-box .contact-content .step-list::before {
  width: 90%;
  position: absolute;
  top: 10px;
  left: 5%;
  height: 1px;
  background-color: #C3B256;
  content: "";
}
#contact-box .contact-content .step-list li {
  line-height: 34px;
  width: 80px;
  background: #FFF;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 30px;
  font-family: 'Barlow', sans-serif;
}
#contact-box .contact-content .step-list li span {
  color: #49AEB2;
  font-weight: bold;
  font-size: 12px;
}
#contact-box .contact-content .step-list li::before {
  width: 17px;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  left: calc(50% - 8px);
  height: 17px;
  border: 1px solid #49AEB2;
  content: "";
  box-sizing: border-box;
}
#contact-box .contact-content .step-list li.current::before {
  background: #49AEB2;
}
#contact-box .contact-content .contact-list {
  padding: 8px 0 20px;
  margin-top: 40px;
}
#contact-box .contact-content .contact-list dl {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 34px;
}
#contact-box .contact-content .contact-list dl dt {
  width: 220px;
  color: #49AEB2;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #BEB280;
  align-self: flex-end;
  padding-bottom: 11px;
  height: 32px;
}
#contact-box .contact-content .contact-list dl dt span {
  margin-left: 18px;
  display: inline-block;
  padding: 4px 8px;
  color: #FEFEFE;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background: #49AEB2;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  right: 0;
}
#contact-box .contact-content .contact-list dl dd {
  width: calc(100% - 290px);
  border-bottom: 1px solid #c9c9c9;
  font-size: 15px;
  font-weight: bold;
  color: #363636;
}
#contact-box .contact-content .contact-list dl dd input {
  background: #F8F8F8;
  border-radius: 0;
  border: none !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  font-weight: bold;
}
#contact-box .contact-content .contact-list dl dd textarea {
  resize: none;
  width: 100%;
  height: 270px;
  word-break: break-all;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  background: #F8F8F8;
  border-radius: 0;
  border: none !important;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-bottom: -11px;
}
input::placeholder, select::placeholder, textarea::placeholder {
  opacity: 1;
  color: #CFCFCF;
  line-height: 1.8;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CFCFCF;
  line-height: 1.8;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #CFCFCF;
  line-height: 1.8;
}
#contact-box .contact-content .form-row {
  padding: 40px 0 45px 120px;
}
#contact-box .contact-content .form-row span {}
#contact-box .contact-content .form-row span:before {
  content: "";
  content: "";
  margin: auto;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
  background: #FEFEFE;
  width: 16px;
  height: 16px;
  border: 2px solid #607D8B;
  left: 0;
}
#contact-box .contact-content .form-row i a {
  text-decoration: none;
  /* border-bottom: 2px solid; */
  transition: all 0.3s ease;
  display: inline;
  padding-bottom: 10px;
  color: #49AEB2;
}
#contact-box .contact-content .form-row i a:hover {
  border-bottom: 1px solid;
}
#contact-box .contact-content .form-row label {
  background-size: 20px auto;
  position: relative;
  padding-left: 3px;
  align-self: flex-start;
}
#contact-box .contact-content .form-row label input {
  opacity: 0;
  width: 20px;
  height: 20px;
}
#contact-box .contact-content .form-row label input[type="checkbox"]:checked + span::after {
  content: '';
  position: absolute;
  background-size: 20px;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  opacity: 1;
  background: #607D8B;
}
#contact-box .contact-content .submit-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contact-box .contact-content .submit-btn button {
  padding: 20.5px 45px;
  color: #49AEB2;
  font-size: 15px;
  background: #FFF;
  border-radius: 38px;
  font-weight: bold;
  border: 1px solid #49AEB2;
  cursor: pointer;
  width: 264px;
  box-sizing: border-box;
}
#contact-box .contact-content.confirm .submit-btn button.btn-send {
  padding: 20.5px 75px;
  color: #FEFEFE;
  font-size: 15px;
  background: #49AEB2;
  border-radius: 38px;
  width: 264px;
}
#contact-box .contact-content .submit-btn button:hover {
  opacity: 0.75;
}
#contact-box .contact-content.confirm .contact-list dl {
  margin-bottom: 27px;
}
#contact-box .contact-content.confirm .contact-list dl:last-of-type{
  margin-bottom: 50px;
}
#contact-box .contact-content.confirm .contact-list dl dt span {
  display: none;
}
#contact-box .contact-content.confirm .contact-list dl dd input {
  display: none;
}
#contact-box .contact-content.confirm .contact-list dl dd textarea {
  display: none;
}
#contact-box .contact-content.confirm .submit-btn {
  margin: 40px auto 0;
  width: 578px;
  justify-content: space-between;
}
#contact-box .contact-content.confirm .submit-btn button.btn_back {
  margin-left: 10px;
  border: none;
  width: auto;
  height: auto;
  border-bottom: 2px solid currentColor;
  margin-top: 20px;
  padding: 0 0 5px;
  position: relative;
}
#contact-box .contact-content.confirm .submit-btn button.btn_back::before {
  content: "<";
  position: absolute;
  top: 38%;
  left: -15px;
  transform: translateY(-50%) scaleY(2.3);
  color: currentColor;
  font-size: 13px;
  font-weight: 300;
}
#contact-box .contact-content.confirm .submit-btn button.btn_back:hover {
  color: #00693E;
}
#contact-box #thanks-mail {
  text-align: center;
  padding-top: 60px;
}
#contact-box #thanks-mail dl dt {
  font-size: 22px;
  line-height: 40px;
}
#contact-box #thanks-mail dl dd {
  padding: 15px 0 45px;
}
.thanks-message {
  text-align: center;
  margin-bottom: 38px;
}
.thanks-message span {
  color: #49AEB2;
}
.contact-mail .btn-shared {
  text-align: left;
  width: 264px;
  margin: 0 auto;
}
.thanks-button a {
  padding: 21px 28px;
  color: #FEFEFE;
  font-size: 15px;
  background: #49AEB2;
  border-radius: 38px;
  text-align: left;
  display: block;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #box-404 {
    padding: 50px 10px 95px;
  }
  #box-404 h2 {
    width: 50px;
    margin: 0 auto 35px;
  }
  #box-404 h2 img {
    width: 100%;
    height: auto;
  }
  #box-404 .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  #contact-box {
    padding: 38px 10px 80px;
  }
  #contact-box .contact-content .note {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 52px;
  }
  #contact-box .contact-content .tel-box {
    text-align: center;
    margin-bottom: 70px;
  }
  #contact-box .contact-content .tel-box dt {
    width: 290px;
    margin: 0 auto 10px;
  }
  #contact-box .contact-content .step-list {
    max-width: 300px;
    margin-bottom: 28px;
  }
  #contact-box .contact-content .step-list li {
    width: 60px;
    padding-top: 20px;
  }
  #contact-box .contact-content .contact-list {
    padding: 30px 0 15px;
    margin-top: 30px;
  }
  #contact-box .contact-content .contact-list dl {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  #contact-box .contact-content .contact-list dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #contact-box .contact-content .contact-list dl dt span {
    font-size: 13px;
  }
  #contact-box .contact-content .contact-list dl dd {
    width: 100%;
  }
  #contact-box .contact-content .form-row {
    padding: 30px 0 30px 0;
    display: flex;
    justify-content: center;
  }
  #contact-box .contact-content .form-row i {
    display: inline-block;
    padding-left: 5px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
  }
  #contact-box .contact-content .form-row i a {
    text-decoration: none;
    transition: all 0.3s ease;
  }
  #contact-box .contact-content .form-row i a:hover {
    border-bottom: 2px solid transparent;
  }
  #contact-box .contact-content .submit-btn {
    width: 210px;
    margin: auto;
  }
  #contact-box .contact-content .submit-btn button {
    width: 100%;
    padding: 14px 21px;
  }
  #contact-box .contact-content .submit-btn button.btn-send {
    padding: 14px 10px;
  }
  #contact-box #thanks-mail {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  #contact-box #thanks-mail dl dt {
    font-size: 22px;
    line-height: 38px;
  }
  #contact-box #thanks-mail dl dd {
    padding: 15px 0 55px;
  }
  #contact-box .contact-content.confirm .submit-btn {
    width: 67%;
  }
  #contact-box .contact-content.confirm .submit-btn button {
    margin-bottom: 20px;
  }
  #contact-box .contact-content.confirm .submit-btn button.btn-send{
    padding: 14px 75px;
  }
  #contact-box .contact-content .form-row label input[type="checkbox"]:checked + span::after {
    top: 5px;
  }
  .news_detail .rss .row {
    flex-wrap: wrap;
  }
  .news_detail .rss .row .date {
    margin-bottom: 0;
  }
  .news_detail .rss .row .title {
    margin-bottom: 9px;
  }
  .news_detail .rss ul.tag {
    margin-left: 0;
    margin-bottom: 36px;
  }
  .news_detail .rss h1 {
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 27px;
  }
  .news_detail .rss p {
    font-size: 16px;
  }
  .news_detail .rss h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .news_detail .rss h3 {
    font-size: 18px;
    padding-left: 20px;
  }
  .news_detail .rss h3:before {
    width: 7px;
  }
  .news_detail .rss h4 {
    font-size: 18px;
  }
}
/*********   privacy   ***********/
.policy .key-title {
  color: #000;
  top: 86%;
  top: 50%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  z-index: 5;
  left: 0;
  right: 102px;
  line-height: 48px;
  margin-top: 61px;
  margin-bottom: 41px;
}
.policy .key-title span {
  color: #49AEB2;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
}
#privacy-box {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding: 0px 10px 150px;
}
#privacy-box .note {
  margin-bottom: 30px;
}
#privacy-box .note2 {
  margin-bottom: 50px;
}
#privacy-box .wrap {
  max-width: 902px;
}
#privacy-box h2 {
  max-width: 439px;
  margin: 0 auto 80px;
  font-size: 24px;
  font-weight: bold;
}
#privacy-box h2 img {
  width: 100%;
  height: auto;
}
#privacy-box dl {
  margin-top: 34px;
}
#privacy-box dl dt {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#privacy-box dl dd {
  margin-top: 2px;
  font-size: 16px;
  line-height: 30px;
}
#privacy-box dl dd span {
  display: block;
}
#privacy-box dl dd ul {
  margin-top: 23px;
}
#privacy-box dl dd ul li {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  margin-left: -2px;
  letter-spacing: 0px;
}
#privacy-box dl dd ul li span {
  font-weight: normal;
  font-size: 14px;
  margin-right: 19px;
}
#privacy-box dl dd ul li p {}
#privacy-box .box {
  background: #F2F0EC;
  box-sizing: border-box;
  padding: 35px;
  margin: 10px 0 30px;
}
#privacy-box .txt2 {
  text-align: right;
  margin-top: 73px;
  font-weight: 500;
  font-size: 16px;
}

/* 404 page */
.page404 .key-title{
    color: #000;
    
    
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    z-index: 5;
    left: 0;
    right: 102px;
    line-height: 48px;
    margin-top: 30px;
    margin-bottom: 60px;
position: relative;}
.page404 .key-title span{
	    
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
}
.page404 .note{
	    position: relative;
    
    padding: 87px 40px 73px 40px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
margin-top: 134px;text-align: center;width: calc(100% - 216px);min-width: 85%;}
.page404 .note:after{
	position: absolute;
    background: #F8F8F8;
    content: "";
    left: -1000px;
    top: 13px;
    border-top-right-radius: 20px;
    bottom: 0;
    z-index: -1;
    right: 0;
    border-bottom-right-radius: 20px;
	
}
.nav-main.page404{
	min-height: 522px;
}
.page404 .back{
	margin: 60px auto 100px;
	padding-right: 100px;
}
.page404 .back a{
	    padding-left: 80px;
}
.page404 .back a:before{
	   
		left: 20px;
		right: auto;
		    background: url(../img/common/arrow_left_w.svg) no-repeat;
} 	
.page404 .back.btn-shared a:hover:before{
	    -webkit-animation: arrow-left 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal forwards running;
    animation: arrow-left 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal forwards running;
    margin-top: -9px;
}
@media only screen and (max-width: 767px) {
  .policy .key-title {
    font-size: 30px;
    margin-top: 25px;
    line-height: 41px;
    margin-bottom: 30px;
  }
  .policy .key-title span {}
  #privacy-box {
    line-height: 24px;
    padding: 0px 0 95px;
    letter-spacing: 0.02em;
  }
  #privacy-box .wrap {
    max-width: 820px;
    padding: 0;
  }
  #privacy-box .note {
    margin-bottom: 25px;
  }
  #privacy-box h2 {
    max-width: 236px;
    margin: 0 auto 50px;
  }
  #privacy-box dl {
    margin-top: 33px;
  }
  #privacy-box dl dt {
    font-size: 18px;
    line-height: 28px;
    display: flex;
  }
  #privacy-box dl dd {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
  }
  #privacy-box dl dd span {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
  }
  #privacy-box dl dd span:nth-child(1) {
    align-self: flex-start;
    margin-right: 15px;
  }
  #privacy-box .box {
    background: #F2F0EC;
    box-sizing: border-box;
    padding: 35px;
    margin: 30px 0 30px;
  }
  #privacy-box .box span {
    display: none;
  }
  #privacy-box dl dd ul li {
    font-size: 14px;
    margin-left: 2px;
  }
  
  

/* 404 page */
.page404 .key-title{
    position: absolute;top: 30px;left: 0;right: 0;font-size: 30px;line-height: 40px;}
.page404 .key-title span{
	    
   
font-size: 11px;}
.page404 .note{
	
margin-top: 12px;text-align: left;width: 97%;box-sizing: border-box;padding: 60px 5px 60px 18px;font-size: 14px;line-height: 25px;}
.page404 .note:after{
		
}
.nav-main.page404{
	
min-height: 474px;}
.page404 .back{
	
padding-right: 0;}
.page404 .back a{
	  
}
}
@media only screen and (max-width: 360px) {
  .policy .nav-main > .wrap {
    padding: 0 5%;
  }
}
.js-ie{
    display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #hero-slider{
        display: none !important;
    }
    .js-ie{
        display: block;
    }
}



.top #cboxClose{
	    right: 40px;
    top: 0;
}
.top #cboxClose:hover{
	opacity: 0.8;
}
.top #cboxContent{
	padding-top: 80px;
}
.popup1{
	    width: 480px;
    margin: 0 auto;
	    border-radius: 30px;
    overflow: hidden;
	display: none
}
#colorbox .popup1{
	display: block
}
.popup1 img{
	    display: block !important;
}

@media only screen and (max-width: 767px) {
	.popup1{
		    width: 100%;
	}
	.top #cboxClose{
	    right: 5%;
  top: 30px;
}
}












