@charset "utf-8";
/*==========================================*\

  トップページ　TOP

\*==========================================*/
/*--------------------------------------------
  MAIN VISUAL
--------------------------------------------*/
#top #mainvisual {
  position: relative;
  width: 90%;
  margin-left: auto;
}
#top #mainvisual #catchcopy {
  color: #fff;
  position: absolute;
  left: 7%;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
#top #mainvisual #catch01, #top #mainvisual #catch02 {
  font-family: 'Roboto', sans-serif;
}
#top #mainvisual #catch01 {
  font-weight: 300;
  font-size: 36px;
}
#top #mainvisual #catch02 {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 1em;
}
#top #mainvisual .bg_image {
  overflow: hidden;
  height: 800px;
  width: 100%;
  position: relative;
  z-index: -1;
}
#top #mainvisual .bg_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2;
}

/*--------------------------------------------
  SECTION 01
--------------------------------------------*/

#video {
  background-attachment: fixed;
  background-position: center center;
  left: 0;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  z-index: 1;
}
#top #sec_01 {
  width: 50%;
  min-width: 750px;
  opacity: 1;
  transition: all 0.5s 0s ease;
  margin: -4% auto 6%;
  padding: 4% 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
#top #sec_01 h2 , #top #sec_01 div{
  position: relative;
  top: 30px;
  transition: all 1.5s 0s ease;
  opacity: 0;
}
#top #sec_01.true h2 , #top #sec_01.true div{
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#top #sec_01:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#top #sec_01.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#top #sec_01 .lead {
  margin-bottom: 30px;
}
/*--------------------------------------------
  SECTION 02
--------------------------------------------*/
#top #sec_02 {
  width: 80%;
  margin: 0 auto 6%;
  text-align: center;
  padding: 4% 0;
  position: relative;
}
#top #sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#top #sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#top #sec_02 h2 , #top #sec_02 div{
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#top #sec_02.true h2 , #top #sec_02.true div{
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#top #sec_02 .headline {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1;
}
#top #sec_02 .lead {
  margin-bottom: 35px;
}
/*--------------------------------------------
  SECTION 03
--------------------------------------------*/
#top #sec_03 {
  width: 1200px;
  margin: 0 auto 6%;
  overflow: hidden;
}
#top #sec_03 .workBox ul li {
  transform: scale(1.2);
  opacity: 0;
  transition: all 1s 0s ease;
}
#top #sec_03 .workBox ul.true li {
  transform: scale(1);
  opacity: 1;
  transition: all 1s 0s ease;
}
#top #sec_03 .headline {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.8%;
}
/*--------------------------------------------
  SECTION 04
--------------------------------------------*/
#top #sec_04 {
  position: relative;
  margin-bottom: 7%;
  padding: 6% 0;
  width: 100%;
  overflow: hidden;
}
#top #sec_04 .imgBox {
  width: 60%;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}

#top #sec_04 .txtBox {
  width: 40%;
  box-sizing: border-box;
  padding: 6% 0;
  background: #fff;
  text-align: center;
  margin: 0 auto 0 10%;
  position: relative;
  z-index: 2;
}
#top #sec_04 .txtBox h2 , #top #sec_04 .txtBox div {
  top: 30px;
  transition: all 1s 1s ease;
  opacity: 0;
  position: relative;
}
#top #sec_04.true .txtBox h2 , #top #sec_04.true .txtBox div {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
#top #sec_04 .txtBox:before {
  content: "";
    position: absolute;
    right: 0px;
    left: auto;
    top: -19%;
    width: 126%;
    height: 138%;
    background: #fff;
    z-index: -1;
    opacity: 1;
    transform: scale(1);
    transition: all 1.5s 0s ease;
}
#top #sec_04 .txtBox:hover:before {
    content: "";
    position: absolute;
    right: 0px;
    left:auto;
    top: 0%;
    width: 100%;
    height: 100%;
    margin:  auto;
    background: #fff;
    z-index: -1;
    transition: all 1.5s 0s ease;
    opacity: 0;
    transform: scale(0);
}
}
#top #sec_04 .subTtl {
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 1;
  position: relative;
  margin-bottom: 25px;
}
#top #sec_04 .subTtl:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #222;
  left: 0;
  right: 0;
  margin: 0 auto
}
#top #sec_04 .lead {
  margin-bottom: 40px;
}
/*--------------------------------------------
  SECTION 05
--------------------------------------------*/
#top #sec_05 {
  position: relative;
  margin-bottom: 7%;
  padding: 6% 0;
  width: 100%;
  overflow: hidden;
}
#top #sec_05 .imgBox {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
#top #sec_05 .txtBox {
  width: 40%;
  box-sizing: border-box;
  padding: 6% 0;
  background: #fff;
  text-align: center;
  margin: 0 10% 0 auto;
  position: relative;
  z-index: 2;
}
#top #sec_05 .txtBox h2 , #top #sec_05 .txtBox div {
  position: relative;
  top: 30px;
  transition: all 1s 1s ease;
  opacity: 0;
}
#top #sec_05.true .txtBox h2 , #top #sec_05.true .txtBox div {
  position: relative;
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
@media screen and (min-width: 768px) {
#top #sec_05 .txtBox:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -19%;
    width: 126%;
    height: 138%;
    background: #fff;
    z-index: -1;
    opacity: 1;
    transition: all 1.5s 0s ease;
    transform: scale(1);
}
#top #sec_05 .txtBox:hover:before {

    content: "";
    position: absolute;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    transition: all 1.5s 0s ease;
}
}
#top #sec_05 .subTtl {
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 1;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
#top #sec_05 .subTtl:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #222;
  left: 0;
  right: 0;
  margin: 0 auto
}
#top #sec_05 .lead {
  margin-bottom: 40px;
}
/*--------------------------------------------
  SECTION 06
--------------------------------------------*/
#top #sec_06 {
  width: 80%;
  margin: 0 auto 7%;
  background: #fff;
  padding: 4% 0;
}
#top #sec_06 .ttl_01 {
  margin-bottom: 40px;
}
#top .newsBox {
  width: 75%;
  margin: 0 auto;
}
#top .newsBox ul {
  margin-bottom: 4.5%
}
#top .newsBox li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 10px 3%;
}
#top .newsBox li:nth-child(2) {
  float: left;
  width: 34%;
}
#top .newsBox li:nth-child(n+2) {
  border-left: solid 1px #e2e2e2;
}
#top .newsBox .date {
  line-height: 1;
  color: #222;
  font-size: 14px;
  margin-bottom: 15px;
}
#top .newsBox .ttl {
  color: #222;
  margin-bottom: 8px;
  line-height: 1.8;
}
#top .newsBox .btn_01 .arrow {
  color: #a57a44;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#top .newsBox .btn_01 .arrow:after, #top .newsBox .btn_01 .arrow:before {
  background: #a57a44;
}
#top .newsBox .btn_01 .arrow:hover {
  padding: 0 2.5em-10.6em 0;
}
/*--------------------------------------------
  SECTION 07
--------------------------------------------*/
#top #sec_07 {
  width: 80%;
  margin: 0 auto;
}
#top #sec_07 .ttl_01 {
  margin-bottom: 40px;
}
#top #mapBox {
  width: 100%;
  height: 400px;
  margin-bottom: 3%
}
#top .accessBox {
  width: 75%;
  margin: 0 auto;
}
#top .accessBox li {
  float: left;
  width: 50%;
}
#top .accessBox .subttl_01 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
#top .accessBox .address {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#top .accessBox .transportation {
  font-size: 14px;
  margin-bottom: 5px;
}
#top .accessBox .mapLink a {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #222;
  text-decoration: underline
}
#top .accessBox .mapLink a {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #222;
  text-decoration: underline
}
#top .accessBox .mapLink a:hover {
  color: #a57a44;
}
/*==========================================*\

  制作実績(一覧)　WORKS

\*==========================================*/
#work-archive #sec_01 {
  width: 90%;
  margin: 0 0 6% auto;
  padding: 6% 0 6% 10%;
  box-sizing: border-box;
  position: relative;
}
#work-archive #sec_01:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#work-archive #sec_01.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#work-archive #sec_01 h2 , #work-archive #sec_01 div , #work-archive #sec_01 ul {
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#work-archive #sec_01.true h2 , #work-archive #sec_01.true div , #work-archive #sec_01.true ul {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#work-archive #sec_01 .imgBox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 90%;
  width: 60%
}
#work-archive #sec_01 .txtBox {
  padding: 8% 0;
  width: 28%;
}
#work-archive #sec_01 .lead {
  margin-bottom: 8%;
}
#work-archive #sec_01 .work_cat li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  pointer-events: none;
}
#work-archive #sec_01 .work_cat li a {
  width: 100%;
}
#work-archive #sec_01 .work_cat li:nth-child(even) {
  border-left: solid 1px #fff;
}
#work-archive #sec_01 .work_cat li:nth-child(n+3) {
  border-top: solid 1px #fff;
}
#work-archive .workBox {
  width: 1200px;
  margin: 0 auto
}
#work-archive .workBox ul li {
  transform: scale(1.2);
  opacity: 0;
  transition: all 1s 0s ease;
}
#work-archive .workBox.true ul li {
  transform: scale(1);
  opacity: 1;
  transition: all 1s 0s ease;
}
/*==========================================*\

  制作実績(詳細)　WORKS

\*==========================================*/
#works-single{
  
}
/*==========================================*\

  事業内容

\*==========================================*/
#service .sec_02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}

#service .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#service .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#service .sec_02 .txt_box{
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#service .sec_02.true .txt_box{
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#service .sec_02 .img img {
  transition: all 0.5s 0s ease;
  transform: scale(0.8);
  opacity: 0;
}
#service .sec_02.true .img img {
  top: 0px;
  transition: all 1s 1s ease;
  transform: scale(1);
  opacity: 1;
}
#service .sec_02 .txt_box {
  max-width: 490px;
  flex: 1;
}
#service .sec_03 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}
#service .sec_03 li {
  width : -webkit-calc(100% / 3 - (210px / 3) ) ;
  width : calc(100% / 3 - (210px / 3) ) ;
  margin: 0 105px 50px 0;
  padding: 0 0 50px;
  border-bottom: 1px solid #e2e2e2;
}
#service .sec_03 li:nth-child(3n) {
  margin-right: 0;
}
#service .sec_03 li:nth-last-chil(n - 2) {
  margin-bottom: 0;
}
#service .sec_03 li h3 {
  margin: 0 0 30px;
  font-weight: 400;
}
#service .sec_03 li span {
  display: block;
}
#service .sec_03 li span.mini {
  margin: 20px 0 0 0;
  font-size: 12px;
}
#service .sec_03:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#service .sec_03.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#service .sec_03 li{
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#service .sec_03.true li{
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
/*==========================================*\

  会社概要

\*==========================================*/
#company .sec_02 {
  display: block;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}
#company .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#company .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#company .sec_02 .box {
  position: relative;
  margin: 0 0 50px;
  transition: all 1s 0s ease;
}
#company .sec_02 .box .img {
  text-align: right;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#company .sec_02 .box.true .img {
  opacity: 1;
  transition: all 1.0s 0.5s ease;
}
#company .sec_02 .box .txt_box {
  max-width: 500px;
  width: 100%;
  padding: 80px 40px;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#company .sec_02 .box.true .txt_box {
  top: 50px;
  opacity: 1;
  transition: all 1.0s 0.5s ease;
}
#company .sec_02 .box .txt_box h2 {
  margin: 0 0 45px;
  font-size: 30px;
  text-align: center;
}
#company .sec_02 .box .txt_box p {
  text-align: center;
}
#company .sec_02 .box:last-child {
  margin: 0;
}
#company .sec_02 .box:nth-child(2n) .img {
  text-align: left;
}
#company .sec_02 .box:nth-child(2n) .txt_box {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1450px) {
    #company .sec_02 .box .txt_box {
      max-width: 500px;
      width: 100%;
      padding: 80px 40px;
      margin: -50px auto 0 auto;
      background: #fff;
      position: static;
      position: relative;
      left:auto;
      top: auto;
      right: auto;
      z-index: 2;
  }
  #company .sec_02 .box .img {
    text-align: center;
  }
  #company .sec_02 .box:nth-child(2n) .img {
    text-align: center;
  }
}
#company .sec_03 {
  display: block;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}
#company .sec_03:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#company .sec_03.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#company .sec_03 h2 , #company .sec_03 dl {
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#company .sec_03.true h2 , #company .sec_03.true dl {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}


#company .sec_03 h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 40px;
}
#company .sec_03 .btn_01 .arrow {
    color: #a57a44;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#company .sec_03 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#company .sec_03 .inner .box {
  width : -webkit-calc(50% - 20px);
  width : calc(50% - 20px) ;
}
#company .sec_03 .inner dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#company .sec_03 .inner dl dt ,#company .sec_03 .inner dl dd {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e2e2e2;
}
#company .sec_03 .inner dl dt:last-of-type ,#company .sec_03 .inner dl dd:last-of-type {
  padding: 0;
  margin: 0;
  border: none;
} 
#company .sec_03 .inner dl dt {
  width: 25%;
  font-weight: 700;
}
#company .sec_03 .inner dl dd {
  width: 75%;
}
#company .sec_03 .inner dl dd span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 5px;
}
#company .sec_03 .inner dl dd span:before {
  content: "・";
  margin: 0 5px 0 0;
}
#company .sec_03 .inner dl dd a {
  display: block;
  margin: 10px 0 0 0;
}
#company .sec_03 .inner dl dd a span {
  display: inline-block;
}
#company .sec_03 .inner dl dd a span:before {
  content: "";
  margin: 0 5px 0 0;
}
#company .sec_03 .btn_01 .arrow:after, #company .sec_03 .btn_01 .arrow:before {
  background: #a57a44;
}
@media screen and (min-width: 768px) {
  #company .sec_03 .box:last-child{
    position:relative;
  }
}
@media screen and (max-width: 767px) {
  #company .sec_03 .box:last-child:after{
    display:none;
  }
  #company .sec_03:after{
    position:absolute;
    content:"";
    width:80px;
    max-width:18vw;
    max-height:18vw;
    height:80px;
    right:15px;
    top:15px;
    background:url(../Image/company/security_logo.png) no-repeat center center /contain;
    opacity: 0;
    transition: all 1.5s 0s ease;
  }
/*  #company .sec_03.true:after{
    opacity:1;
  }*/
}
#company .sec_04 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: relative;
}
#company .sec_04 h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 40px;
}
#company .sec_04 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px;
}
#company .sec_04 .box:last-child {
  margin: 0;
}
#company .sec_04 .box .mapBox {
  width: 50%;
  height: 350px;
  margin: 0 50px 0 0;
}
#company .sec_04 .box h3 ,#company .sec_04 .box p {
  margin: 0 0 15px;
}
#company .sec_04 .box p {
  font-size: 14px;
}
#company .sec_04 .box p.train {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#company .sec_04 .box p.ggmap a {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
#company .sec_04 .box p.ggmap a:hover {
  color: #a57a44;
}

/*20200803 add*/
#company .sec_03 .inner .box:nth-child(1) {
  /* padding-bottom:100px; */
}
#company .sec_03 .inner{
    flex-wrap: wrap;
    position: relative;
}
#company .sec_03:after{
  display: none;
}
#company .bnr_box{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
/*    margin-top:38px;*/
    /* right: 0; */
    /* bottom: 0; */
}
#company .bnr_box .img_box:first-child {
    margin-right: 20px;
}
#company .bnr_box .img_box:nth-child(2) {
  margin-right: 20px;
}
#company .bnr_box .img_box:last-child {
  margin-top:50px;  
}
#company .bnr_box .img_box img{
    max-width: 100%;  
}

/*==========================================*\

  採用情報

\*==========================================*/
#recruit .sec_02 {
  display: block;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}
#recruit .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#recruit .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#recruit .sec_02 .box {
  position: relative;
  margin: 0 0 50px;
  transition: all 1s 0s ease;
}
#recruit .sec_02 .box .img {
  text-align: right;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#recruit .sec_02 .box.true .img {
  opacity: 1;
  transition: all 1.0s 0.5s ease;
}
#recruit .sec_02 .box .txt_box {
  max-width: 500px;
  width: 100%;
  padding: 80px 40px;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#recruit .sec_02 .box.true .txt_box {
  top: 50px;
  opacity: 1;
  transition: all 1.0s 0.5s ease;
}
#recruit .sec_02 .box .txt_box h2 {
  margin: 0 0 45px;
  font-size: 30px;
  text-align: center;
}

#recruit .sec_02 .box:last-child {
  margin: 0;
}
#recruit .sec_02 .box:nth-child(2n) .img {
  text-align: left;
}
#recruit .sec_02 .box:nth-child(2n) .txt_box {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1450px) {
    #recruit .sec_02 .box .txt_box {
      max-width: 500px;
      width: 100%;
      padding: 80px 40px;
      margin: -50px auto 0 auto;
      background: #fff;
      position: static;
      position: relative;
      left:auto;
      top: auto;
      right: auto;
      z-index: 2;
  }
  #recruit .sec_02 .box .img {
    text-align: center;
  }
  #recruit .sec_02 .box:nth-child(2n) .img {
    text-align: center;
  }
}
#recruit .sec_03 {
  display: block;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}
#recruit .sec_03:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#recruit .sec_03.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#recruit .sec_03 h2 , #recruit .sec_03 dl {
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#recruit .sec_03.true h2 , #recruit .sec_03.true dl {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#recruit .sec_03 h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 40px;
}
#recruit .sec_03 .btn_01 .arrow {
    color: #a57a44;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#recruit .sec_03 .inner {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  margin:0 0 80px;
}
#recruit .sec_03 .inner .box {
  width : 950px;
  margin: 0 auto;
}
#recruit .sec_03 .inner dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit .sec_03 .inner dl dt ,#recruit .sec_03 .inner dl dd {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e2e2e2;
}
#recruit .sec_03 .inner dl dt:last-of-type ,#recruit .sec_03 .inner dl dd:last-of-type {
  margin: 0;
  border: none;
} 
#recruit .sec_03 .inner dl dt {
  width: 25%;
  font-style: 18px;
  font-weight: 700;
}
#recruit .sec_03 .inner dl dd {
  width: 75%;
}
#recruit .sec_03 .inner dl dd span {
  display: block;
}
#recruit .sec_03 .inner dl dd span.title {
  font-weight: 700;
  margin-bottom: 15px;
}
#recruit .sec_03 .inner dl dd span.dsc {
  margin-bottom: 30px;
}
#recruit .sec_03 .inner dl dd span.midashi {
  margin-top: 15px;
}
#recruit .sec_03 .inner dl dd a {
  display: block;
  margin: 10px 0 0 0;
}
#recruit .sec_03 .inner dl dd a span {
  display: inline-block;
}
#recruit .sec_03 .inner dl dd a span:before {
  content: "";
  margin: 0 5px 0 0;
}
#recruit .sec_03 .btn_01 .arrow:after, #recruit .sec_03 .btn_01 .arrow:before {
  background: #a57a44;
}
#recruit .sec_04 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: relative;
}
#recruit .sec_04 h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 40px;
}
#recruit .sec_04 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px;
}
#recruit .sec_04 .box:last-child {
  margin: 0;
}
#recruit .sec_04 .box .mapBox {
  width: 50%;
  height: 350px;
  margin: 0 50px 0 0;
}
#recruit .sec_04 .box h3 ,#recruit .sec_04 .box p {
  margin: 0 0 15px;
}
#recruit .sec_04 .box p {
  font-size: 14px;
}
#recruit .sec_04 .box p.train {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#recruit .sec_04 .box p.ggmap a {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
#recruit .sec_04 .box p.ggmap a:hover {
  color: #a57a44;
}


#concept .sec_02 {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}

#concept .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#concept .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#concept .sec_02 h2 , #concept .sec_02 p{
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#concept .sec_02.true h2 , #concept .sec_02.true p{
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}




#concept .sec_02 h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 45px;
  font-weight: 400;
}
#concept .sec_02 p {
  text-align: center;
  margin: 0 0 35px;
}
#concept .sec_02 p:last-child {
  margin: 0;
}



#concept .sec_03 {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  box-sizing: border-box;
  position: relative;
}
#concept .sec_03:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#concept .sec_03.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#concept .sec_03 h2 , #concept .sec_03 p{
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#concept .sec_03.true h2 , #concept .sec_03.true p{
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#concept .sec_03 .title_en {
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
#concept .sec_03 .title_jp {
  padding: 0 0 20px;
  position: relative;
  font-size: 20px;
  text-align: center;
}
#concept .sec_03 .title_jp:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#concept .sec_03 .list {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#concept .sec_03 .list li {
  width : -webkit-calc(50% - 20px);
  width : calc(50% - 20px);
  margin: 0 0 80px;
}
#concept .sec_03 .list li span , #concept .sec_03 .list li h3 {
  display: block;
  text-align: center;
}
#concept .sec_03 .list li span.img {
  margin: 0 0 25px;
}
#concept .sec_03 .list li span.img img {
  max-width: 100%;
}
#concept .sec_03 .list li h3 {
  margin: 0 0 15px;
}
#concept .sec_03 .list li:last-child {
  margin: 0;
}

#concept .sec_03 li h3 , #concept .sec_03 li .dsc {
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#concept .sec_03 li.true h3 , #concept .sec_03 li.true .dsc {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#concept .sec_03 li img {
  transform: scale(0);
  opacity: 0;
  transition: all 1s 0s ease;
}
#concept .sec_03 li.true img {
  transform: scale(1);
  opacity: 1;
  transition: all 1s 0s ease;
}
#concept .sec_04 {
  width: 100%;
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
}
#concept .sec_04 li {
  width : -webkit-calc(100% / 3);
  width : calc(100% / 3);
  background: #fff;
}
#concept .sec_04 li a {
  display: block;
  color: #222;
}
#concept .sec_04 li a span {
  display: block;
}
#concept .sec_04 li a span.txt_box {
  padding: 30px;
}
#concept .sec_04 li a span.txt_box .en,#concept .sec_04 li a span.txt_box .jp {
  font-weight: 700;
}
#concept .sec_04 li a span.txt_box .en {
  margin: 0 0 10px;
}
#concept .sec_04 li a .img {
  position: relative;
}
#concept .sec_04 li a .img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
#concept .sec_04 li a .img:before {
  content: "詳しく見る";
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 178px 0 0 0;
  width: 0;
  height: 0;
  transform: scale(0);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .4s;
  background: url(../Image/common/arrow.png) no-repeat center top 122px;
  background-size: 0;
  background-color: rgba(0,0,0,0.8);
      box-sizing: border-box;
}
#concept .sec_04 li {
  transform: scale(1.2);
  opacity: 0;
  transition: all 1s 0s ease;
}
#concept .sec_04.true li {
  transform: scale(1);
  opacity: 1;
  transition: all 1s 0s ease;
}
@media screen and (min-width : 768px ) {
  #concept .sec_04 li a:hover .img:before {
    width: 100%;
    height: 100%;
    transition: .4s;
    background-size: auto;
    transform: scale(1);
  }
}

/*==========================================*\

  情報セキュリティ

\*==========================================*/
#security .sec_02 {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6% 10%;
  position: relative;
}

#security .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#security .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#security .sec_02.true dl > p{
  margin-bottom:2em;
}
#security .sec_02 p , 
#security .sec_02 dl,
#security .sec_02 ul {
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#security .sec_02.true p ,
#security .sec_02.true dl,
#security .sec_02.true ul {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}
#security .sec_02 dl dt{
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-weight: 700;
}
#security .sec_02 dl dd{
  margin:0 0 50px;
}
#security .sec_02 dl dd:last-child{
  margin-bottom: 0;
}
#security .sec_02 dl .ttl{
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
#security .sec_02 dl dd p{
  margin-bottom:20px;
}
#security .sec_02 dl dd p:last-child{
  margin-bottom:0;

}
#security .sec_02 ul{
  margin-bottom: 20px;
  counter-reset: number 0;
}
#security .sec_02 ul::last-child{
  margin-bottom: 0px;
}
#security .sec_02 ul li{
 position:relative;
 padding-left: 1.2em;
}

#security .sec_02 ul li:before{
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  counter-increment: number 1;
  content: counter(number) ". ";
  display:block;
  position:absolute;
  left:0;
  top: 0.15em;
  border-radius: 50%;
  color: #797979;
}

/*==========================================*\

  WP PAGENAVI

\*==========================================*/
.wp-pagenavi-container {
  text-align: center;
  margin-top: 20px;
}
.wp-pagenavi {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;  
}
.wp-pagenavi:after {
  content: "";
  display: block;
  clear: both;
}
.wp-pagenavi>* {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  line-height: 52px;
  padding: 0 20px;
  color: #a57a49;
  float: left;
}
.wp-pagenavi .current {
  background: #af8959;
  color: #fff;
  margin: 0 5px;
}
.wp-pagenavi .extend {
  background: none;
}
.wp-pagenavi .last, .wp-pagenavi .first {
  width: 70px;
}
.wp-pagenavi a {
  border: 1px solid #a57a44;
  margin: 0 5px;
  transition: 0.4s;
}
.wp-pagenavi a:hover {
  background: #a57a49;
  color: #fff;
}
/*-------------------------------------
  お問い合わせ
--------------------------------------*/
#contact #sec_01 .sec_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 125px;
  background: #fff;
}
#contact #sec_01 .list_wrap {
  text-align: center;
  margin-bottom: 30px;
}
#contact #sec_01 .list_01 {
  display: inline-block;
  text-align: left;
}
#contact #sec_01 .list_01 li {
  line-height: 1.6;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
#contact #sec_01 .list_01 li:last-child {
  margin-bottom: 0;
}
#contact #sec_01 .list_01 li .num {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
#contact #sec_01 .sheet_01 tr {
  border-top: 1px solid #dcd8c8;
  border-bottom: 1px solid #dcd8c8;
}
#contact #sec_01 .sheet_01 th {
  width: 30%;
  font-size: 18px;
  text-align: left;
  padding: 25px 15px;
  vertical-align: middle;
}
#contact #sec_01 .sheet_01 td {
  width: 70%;
  padding: 25px 15px;
}
#contact #sec_01 .sheet_01 td input {
  font-size: 16px;
  padding: 6px 12px;
}
#contact #sec_01 .sheet_01 td input.long {
  width: 70%;
}
#contact #sec_01 .sheet_01 td input.middle {
  width: 40%;
}
#contact #sec_01 .sheet_01 td input.short {
  width: 35%;
}
#contact #sec_01 .sheet_01 td input.mini {
  width: 10%;
}
#contact #sec_01 .sheet_01 td .age_txt {
  display: inline-block;
  margin-left: 10px;
}
#contact #sec_01 .sheet_01 td .address_txt {
  display: inline-block;
  margin-right: 10px;
}
#contact #sec_01 .sheet_01 td .note {
  font-size: 14px;
  padding: 5px 0 0 0;
}
#contact #sec_01 .sheet_01 td .address_list li {
  margin-bottom: 25px;
}
#contact #sec_01 .sheet_01 td .address_list li:last-child {
  margin-bottom: 0;
}
#contact #sec_01 .sheet_01 td label {
  font-size: 16px;
  margin: 0 0 0 10px;
}
#contact #sec_01 .sheet_01 td label:first-child {
  margin: 0;
}
#contact #sec_01 .sheet_01 td input[type="radio"] {
  display: inline-block;
  width: 1.1em;
  margin: 0 3px;
  height: 14px;
  vertical-align: -1px;
}
#contact #sec_01 .sheet_01 td select {
  font-size: 16px;
  height: 40px;
  padding: 6px 12px;
}
#contact #sec_01 .sheet_01 td textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 150px !important;
  font-size: 16px;
  padding: 6px 12px;
  resize:none;
}
#contact #sec_01 .form_text {
  text-align: center;
  padding: 40px 0;
}
table#mfp_confirm_table tr {
  border-top: 1px solid #dcd8c8;
}
table#mfp_confirm_table tr:last-child {
  border-bottom: 1px solid #dcd8c8;
}
#contact #sec_01 #mfp_confirm_table th {
  width: 30%;
  font-size: 16px;
  text-align: left;
  background: none;
  border: none;
  padding: 25px 15px;
}
#contact #sec_01 #mfp_confirm_table td {
  width: 70%;
  font-size: 16px;
  border: none;
  padding: 25px 15px;
}
#contact #sec_01 #submit.mfp_buttons {
  padding: 0;
  margin: 0 auto;
}
#contact #sec_01 .mfp_buttons {
  padding: 30px 0 0;
}
#contact #sec_01 .mfp_buttons button.mfp_element_submit,
#contact #sec_01 .mfp_buttons button.mfp_element_button {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  background: #a57a44;;
  border: 1px solid #a57a44;;
  padding: 15px 60px;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.5s;
  min-width: 200px;
}
#contact #sec_01 .mfp_buttons button.mfp_element_submit.mgt{
  margin-top: 15px;
}
#contact #sec_01 .mfp_buttons button#mfp_button_cancel {
  background: #aaa;
  border: 1px solid #aaa;
}
@media screen and (min-width : 768px ) {
#contact #sec_01 .mfp_buttons button.mfp_element_submit:hover,
#contact #sec_01 .mfp_buttons button.mfp_element_button:hover {
  color: #3e322a;
  background: #fff;
}
#contact #sec_01 .mfp_buttons button#mfp_button_cancel:hover {
  color: #aaa;
  background: #fff;
}
}

#contact #sec_01 .pp{

}
#contact #sec_01 .pp > ul{
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 1.5em;
  font-size: 0.9em;
}
#contact #sec_01 .pp > ul >li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
#contact #sec_01 .pp label{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
}
#contact #sec_01 .pp input[type=checkbox]{
  width: 1.5em;
  height: 1.5em;
}
#contact #sec_01 .pp h3:nth-child(n+2){
  margin-top: 1.5em;
}

#contact #sec_01 .pp > ul ul li{
  position: relative;
  padding-left: 1em;
}
#contact #sec_01 .pp > ul ul li:before{
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9em;
}

/* フォーム全体 */
form#mailformpro {
  padding: 0;
}
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
  margin: 0;
  box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
  color:#f93434;
  font-size: 14px;
  font-weight:bold;
  background: none;
  padding: 5px 0;
  margin: 0;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
  background-color: #fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
  background-color :#ff7500;
  border-color: #ff7500;
  font-size: 12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
  box-shadow: none;
}
form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
  text-shadow: none;
}
.mfp_element_checkbox {
  margin-left:0;
}
#contact #sec_01 .sheet_01 td.checkbox label {
  display: block;
  margin: 0;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  box-shadow: none;
}
/* 内容確認画面のテーブルを全幅 */
table#mfp_confirm_table {
  width:100%;
}
table#mfp_confirm_table tr.mfp_achroma,
table#mfp_confirm_table tr.mfp_colored {
  background: none;
}
div#mfp_phase_confirm h4 {
  font-size: 18px;
  color: #f93434;
  padding: 0;
  margin-bottom: 20px;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
  display: inline-block;
  color: #f93434;
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
  vertical-align: middle;
}

#contact .form_btn{
    display: flex;
    justify-content: center;
    gap: 20px;
}

#contact .form_btn input{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 0;
    padding: 15px 60px;
    text-decoration: none;
    transition: 0.5s;
    min-width: 200px;
    cursor: pointer;
}

#contact .form_btn .btn_submit{
    background: #a57a44;
    border: 1px solid #a57a44;
}
#contact .form_btn .btn_submit:hover{
    background: #fff;
    border: 1px solid #a57a44;
    color: #a57a44;
}


#contact .form_btn .btn_back{
    background: #aaa;
    border: 1px solid #aaa;
}
#contact .form_btn .btn_back:hover{
    background: #fff;
    border: 1px solid #aaa;
    color: #aaa;
}

/*-------------------------------------
  お問い合わせ送信完了
--------------------------------------*/
#thanks #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
  background: #fff;;
  padding: 50px;
}
#thanks #sec_01 .txt_box {
  text-align: center;
  margin-bottom: 50px;
}
#thanks #sec_01 .btn_01 a {
  padding: 10px 50px;
}

/*==========================================*\

  プライバシーポリシー

\*==========================================*/
#privacy .sec_02 {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6% 10%;
  position: relative;
}
#privacy .sec_02 {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#privacy .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#privacy .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#privacy .sec_02 p , #privacy .sec_02 dl {
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#privacy .sec_02.true p ,#privacy .sec_02.true dl {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}

#privacy .sec_02 p {
  margin: 0 0 50px;
}
#privacy .sec_02 dl dt {
  border-bottom:1px solid #e2e2e2;
  padding: 0 0 10px;
  margin:0 0 15px;
  font-weight: 700;
}
#privacy .sec_02 dl dd {
  margin:0 0 50px;
}
#privacy .sec_02 dl dd span {
  display: block;
}
#privacy .sec_02 dl dd span.box {
  padding: 10px;
}
#privacy .sec_02 dl dd span.num_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#privacy .sec_02 dl dd span.num_box .dsc {
  flex:1;
}

#privacy .sec_02 .in_box{
  background: #eee;
  padding: 1.5em;
  margin-top: 1.5em;
}
#privacy .sec_02 .in_box em{
  font-style: normal;
  font-weight: 600;
}
#privacy .sec_02 .in_box a{
  word-break: break-all;
}
#privacy .sec_02 .in_box em:nth-child(n+2){
  margin-top: 1em;
  display: block;
}
#privacy .sec_02 .in_box p{
  margin-bottom: 0!important;
}
#privacy .sec_02 .pp_list li{
  position: relative;
  padding-left: 1em;
}
#privacy .sec_02 .pp_list li:before{
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9em;
}
#privacy .sec_02 .signature{
  text-align: right;
}

/*==========================================*\

  サイトマップ

\*==========================================*/
#sitemap .sec_02 {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6% 10%;
  position: relative;
}

#sitemap .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#sitemap .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#sitemap .sec_02 .sitemap_wrap{
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#sitemap .sec_02.true .sitemap_wrap {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}

#sitemap .sec_02 .sitemap_wrap {
  display: flex;
  justify-content: space-between;
}
#sitemap .sec_02 .sitemap_list > li {
  margin-bottom: 30px;
}
@media screen and (min-width : 768px ) {
#sitemap .sec_02 .sitemap_list > li:last-child {
  margin-bottom: 0;
}
}
#sitemap .sec_02 .sitemap_list > li:before {
  content: "■";
  color: #a57a44;
  padding-right: 15px;
  vertical-align: 2px;
}
#sitemap .sec_02 .sitemap_list > li a {
  color: #484848;
  font-size: 20px;
  line-height: 2;
}
@media screen and (min-width : 768px ) {
#sitemap .sec_02 .sitemap_list > li a:hover {
  text-decoration: underline;
}
}
#sitemap .sec_02 .sitemap_list .under {
  padding-left: 30px;
  margin-top: 10px;
}
#sitemap .sec_02 .sitemap_list .under li a {
  font-size: 16px;
}
#sitemap .sec_02 .sitemap_list .under li:before {
  content: "-";
  padding-right: 10px;
}

#news .sec_02 {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 6% auto;
  padding: 6% 10%;
  position: relative;
}

#news .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#news .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#news .sec_02 h2 , #news .sec_02 ul , #news .sec_02 div{
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#news .sec_02.true h2 , #news .sec_02.true ul ,#news .sec_02.true div{
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}


#news .sec_02 .list_01 li {
  display: flex;
  font-size: 18px;
  border-bottom: 1px solid #dcd8c8;
  padding: 15px 20px;
}
#news .sec_02 .list_01 .date {
  width: 13%;
  margin-right: 5%;
}
#news .sec_02 .list_01 .ttl {
  width: 82%;
}
#news .sec_02 .list_01 .ttl a {
  display: inline-block;
}
#news .sec_02 .list_01 .ttl a {
  display: inline-block;
  background-size: 0 2px;
  transition: 0.8s;
}

/*-- 新着情報詳細 --*/
#news .sec_02 .ttl_box {
  border-bottom: solid 1px #e3e3e3;
  padding: 0 15px 5px;
  margin-bottom: 30px;
}
#news .sec_02 .ttl_box .date {
  font-size: 14px;
}
#news .sec_02 .ttl_box .news_ttl {
  font-size: 24px;
  line-height: 1.4;
}
#news .sec_02 .text_box {
  padding: 0 15px;
  margin-bottom: 50px;
}
#news .sec_02 .text_box p {
  margin-bottom: 15px;
}
#news .sec_02 .text_box p:last-child {
  margin-bottom: 0;
}
#news .sec_02 .btn_01 a {
  padding: 10px 50px;
}


/*==========================================*\

 404 not found

\*==========================================*/
.notfound{
  text-align: center;
}



#privacy-test .sec_02 {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6% 10%;
  position: relative;
}
#privacy-test .sec_02 {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#privacy-test .sec_02:before {
  content: "";
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: all 1.5s 0s ease;
}
#privacy-test .sec_02.true:before {
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 1.5s 0s ease;
}
#privacy-test .sec_02 p , #privacy-test .sec_02 dl {
  position: relative;
  top: 30px;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#privacy-test .sec_02.true p ,#privacy-test .sec_02.true dl {
  top: 0px;
  transition: all 1s 1s ease;
  opacity: 1;
}

#privacy-test .sec_02 p {
  margin: 0 0 50px;
}
#privacy-test .sec_02 dl dt {
  border-bottom:1px solid #e2e2e2;
  padding: 0 0 10px;
  margin:0 0 15px;
  font-weight: 700;
}
#privacy-test .sec_02 dl dd {
  margin:0 0 50px;
}
#privacy-test .sec_02 dl dd span {
  display: block;
}
#privacy-test .sec_02 dl dd span.box {
  padding: 10px;
}
#privacy-test .sec_02 dl dd span.num_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#privacy-test .sec_02 dl dd span.num_box .dsc {
  flex:1;
}

#privacy-test .sec_02 .in_box{
  background: #eee;
  padding: 1.5em;
  margin-top: 1.5em;
}
#privacy-test .sec_02 .in_box em{
  font-style: normal;
  font-weight: 600;
}
#privacy-test .sec_02 .in_box a{
  word-break: break-all;
}
#privacy-test .sec_02 .in_box em:nth-child(n+2){
  margin-top: 1em;
  display: block;
}
#privacy-test .sec_02 .in_box p{
  margin-bottom: 0!important;
}
#privacy-test .sec_02 .pp_list li{
  position: relative;
  padding-left: 1em;
}
#privacy-test .sec_02 .pp_list li:before{
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9em;
}
#privacy-test .sec_02 .signature{
  text-align: right;
}


