@charset "UTF-8";
/* animation */
@-webkit-keyframes Move {
  0% {
    top: 100%;
  }
  100% {
    top: 280%;
  }
}

@keyframes Move {
  0% {
    top: 100%;
  }
  100% {
    top: 280%;
  }
}

@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scale {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes titanim {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  /*100% {
    transform: translateY(50px);
    opacity: 0;

    -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
            clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
  }*/
}

@keyframes titanim {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  /*100% {
    transform: translateY(50px);
    opacity: 0;

    -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
            clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
  }*/
}

/*色情報*/
/*common*/
.blue {
  color: #72bce9;
}

.bgblue {
  background: #72bce9;
}

.gold {
  color: #b19e6d;
}

.bggold {
  background: #b19e6d;
}

.red {
  color: #ca3450;
}

.bgwhite {
  background: #fff;
}

.subtit {
  font-size: 14px;
  display: block;
}

.bbgold {
  line-height: .8;
  padding-bottom: 10px;
  border-bottom: 2px solid #b19e6d;
}

.bbgray {
  border-bottom: 1px solid #cdcdcd;
}

.darkblue {
  color: #003568;
}

.bgdarkblue {
  background: #003568;
}

.arrowwh {
  position: relative;
  padding-right: 40px;
}

.arrowwh:after {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f105";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.arrow1 {
  position: relative;
  padding-right: 50px;
}

.arrow1:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/arrow1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.arrow2 {
  position: relative;
  padding-right: 50px;
}

.arrow2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/arrow2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.moresq {
  text-align: center;
}

.moresq a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #72bce9;
}

.moresq a:hover {
  opacity: 1;
  color: #fff;
}

.moresq a:hover span:after {
  right: -4px;
}

.moresq a span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.moresq a span:after {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f105";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.backsq {
  text-align: center;
}

.backsq a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #72bce9;
}

.backsq a:hover {
  opacity: 1;
  color: #fff;
}

.backsq a:hover span:after {
  left: -4px;
}

.backsq a span {
  position: relative;
  padding-left: 30px;
}

.backsq a span:after {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f104";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (max-width: 599px) {
  /*.moresq a {
    width: 200px;
}*/
}

.paka {
  position: relative;
  padding: 0 40px;
}

.paka:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #b19e6d;
}

.paka:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #b19e6d;
}

@media only screen and (max-width: 599px) {
  .paka {
    padding: 0 30px;
  }
}

.sidel {
  display: inline-block;
  padding: 20px 60px;
  border-right: 4px solid #72bce9;
  border-left: 4px solid #72bce9;
}

#header h1 {
  font-size: 14px;
  font-weight: bold;
}

#header .navbox {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#header .gnavinn li {
  position: relative;
  padding: 0 20px 0 10px;
}

#header .gnavinn li:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  content: "";
  -webkit-transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
  background: #505050;
}

#header .gnavinn li a {
  font-weight: normal;
  display: block;
  color: #505050;
}

#header .ddbox .dd li {
  width: 48%;
  padding: 10px;
  text-align: left;
}

#header .ddbox .dd li:after {
  display: none;
}

#header .ddbox .dd a {
  padding: 0;
  padding-left: 1rem;
}

@media only screen and (max-width: 1024px) {
  #header .gnavinn li:after {
    display: none;
  }
  #header .gnavinn .ddbox li {
    width: 100%;
    padding-left: 2rem !important;
  }
  #header .gnavinn .ddbox li:before {
    display: none;
  }
}

#footer .leftbox .footlogo img {
  width: 100%;
}

#footer .leftbox dd {
  display: block;
  width: 70%;
  margin-left: auto;
}

#footer .leftbox .jikobtn {
  display: block;
  position: relative;
}

#footer .leftbox .jikobtn:hover {
  opacity: 0.6;
}

#footer .leftbox .jikobtn a {
  position: relative !important;
  display: inline-block;
  padding: 20px 40px 20px 100px;
  color: #fff;
  background: #b19e6d;
}
#footer .leftbox .jikobtn a:hover {
  opacity: 1;
}

#footer .leftbox .jikobtn:before {
  position: absolute;
  top: 60%;
  left: 10px;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/caricon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
  z-index: 1;
}

#footer .rightbox .tel a {
  color: #72bce9;
}

#footer .rightbox .telicon {
  position: relative;
  padding-left: 40px;
}

#footer .rightbox .telicon:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/telicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}

#footer .rightbox table {
  width: 100%;
  border: 1px solid #72bce9;
}

#footer .rightbox .atte span {
  display: block;
}

#footer .rightbox th,
#footer .rightbox td {
  padding: 10px;
}

#footer .rightbox th {
  border-right: 1px solid #fff;
}

#footer .rightbox th:last-of-type {
  border-right: none;
}

#footer .nav {
  width: 100%;
}

#footer .nav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  text-align: center;
}

#footer .nav li a {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
}

#footer .nav li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1rem;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #505050;
}

@media only screen and (max-width: 1024px) {
  #footer .leftbox {
    width: 60%;
    margin: 0 auto;
  }
  #footer .leftbox .footlogo {
    display: block;
    text-align: center;
  }
  #footer .leftbox .footlogo img {
    max-width: 300px !important;
  }
  #footer .leftbox dd {
    width: 100%;
    text-align: center;
  }
  #footer .leftbox .jikobtn {
    text-align: center;
    width: 285px;
    margin: 0 auto;
  }
  #footer .rightbox {
    width: 100%;
  }
  #footer .rightbox .telbox {
    text-align: center;
  }
  #footer .rightbox table,
  #footer .rightbox .atte {
    max-width: 576px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 599px) {
  #footer .leftbox {
    width: 100%;
  }
  #footer .leftbox .footlogo img {
    max-width: 200px !important;
  }
  #footer .rightbox .table {
    width: 100%;
  }
  #footer .rightbox table {
    width: 100% !important;
  }
  #footer .rightbox th,
  #footer .rightbox td {
    padding: 0;
  }
  #footer .nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #footer .nav li {
    width: 50%;
    padding: 5px 0;
    position: relative;
  }
  #footer .nav li a {
    display: block;
    padding-right: 1rem;
    position: static;
  }
  
  #footer .nav li:nth-of-type(2n) a:after {
    display: none;
  }
}

.sidebox .telbox {
  position: absolute;
  z-index: 100;
  /* top: 400px; */
  top: 300px;
  right: -375px;
  width: 450px;
  cursor: pointer;
}
[data-element-id].sidebox .telbox {
  position: relative;
    top: 200px;
    right: 0;
    margin-left: auto;
}

.sidebox .telbox dl {
  display: inline-block;
  padding: 10px 20px;
  border-left: 4px solid #72bce9;
  background: #fff;
}

.sidebox .telbox dl a {
  color: #72bce9;
}

.sidebox .telbox dl .telicon {
  position: relative;
  padding-left: 50px;
}

.sidebox .telbox dl .telicon:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/telicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}

.sidebox .telbox dl dd {
  display: none;
}

[data-element-id].sidebox .telbox dl dd{
  display: block;
}

.sidebox .jikobox {
  position: absolute;
  z-index: 100;
  /* top: 540px; */
  top: 440px;
  right: -375px;
  width: 450px;
  cursor: pointer;
}

[data-element-id].sidebox .jikobox {
    position: relative;
    top: 200px;
    right: 0;
    margin-left: auto;
}

.sidebox .jikobox p {
  padding: 10px 20px;
  border-left: 4px solid #b19e6d;
  background: #fff;
}

.sidebox .jikobox p span {
  position: relative;
  padding-left: 50px;
}

.sidebox .jikobox p span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/caricon2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}

.telbox.sideaction {
  -webkit-transform: translateX(-375px);
  -ms-transform: translateX(-375px);
  transform: translateX(-375px);
}

.telbox.sideaction dd {
  display: block !important;
}

.jikobox.sideaction {
  -webkit-transform: translateX(-375px);
  -ms-transform: translateX(-375px);
  transform: translateX(-375px);
}

@media only screen and (max-width: 599px) {
  .sidebox {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebox .telbox {
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
  }
  .sidebox .telbox dl {
    display: block;
    padding: 10px 0;
  }
  .sidebox .telbox dt {
    text-align: center;
  }
  .sidebox .telbox dt span {
    font-size: 14px;
    padding-left: 30px !important;
  }
  .sidebox .telbox dt span:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px 20px !important;
  }
  .sidebox .jikobox {
    position: relative;
    width: 50%;
    top: 0;
    right: 0;
  }
  .sidebox .jikobox p {
    padding: 10px 0;
    text-align: center;
  }
  .sidebox .jikobox p span.jikoicon {
    font-size: 14px;
    padding-left: 30px;
  }
  .sidebox .jikobox p span.jikoicon:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px 20px !important;
  }
  #totop {
    bottom: 45px;
  }
}

/*top*/
.index .mainimgbox{
  max-width: 1500px;
  margin: 0 auto;
}
.index .mainimgbox .ofiImg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  content: "";
  background: url(/import/tenant_1/133.167.42.92/html/images/top/mainbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index .mainimgbox .mainimgtxtbox {
  padding: 150px 0;
}

.index .mainimgbox .mainimgtxtbox .mainimgtxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

.index .mainimgbox .mainimgtxtbox .mainimgtxt span.fead-mv {
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  opacity: 0;
}

.index .mainimgbox .mainimgtxtbox .mainimgtxt p:nth-of-type(1) span.fead-mv.mv {
  -webkit-transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.index .mainimgbox .mainimgtxtbox .mainimgtxt p:nth-of-type(2) span.fead-mv.mv {
  -webkit-transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.index .mainimgbox .mainimgtxtbox .mainimgtxt p:nth-of-type(3) span.fead-mv.mv {
  -webkit-transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

[data-element-id].index .mainimgbox .mainimgtxtbox .mainimgtxt p span{
  opacity: 1 !important;
}

.index .sd {
  position: absolute;
  bottom: 6%;
  left: 20%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index .sd a {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 5px;
  text-align: center;
  color: #b19e6d;
}

.index .sd a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 9px;
  height: 1px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation-name: Move;
  animation-name: Move;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: #b19e6d;
}

.index .sd a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 60px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #b19e6d;
}

.index #header .h1area {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  max-width: 1020px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index #header .navbox {
  width: 100%;
}

.index .logo {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  width: 100%;
  max-width: 1020px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
[data-element-id].index .logo {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .index .mainimgbox{
    max-width: 880px;
  }
  
  .index .mainimgbox .mainimgtxtbox {
    padding: 80px;
  }
  .index .mainimgbox .mainimgtxtbox .mainimgtxt {
    margin: 0 auto;
  }
  .index .mainimgbox .mainimgtxtbox .sd {
    bottom: 0;
    left: 50%;
  }
  .index #header .h1area {
    padding-top: 0;
  }
  .index #header .h1area h1 {
    font-size: 12px;
  }
  .index #header .logo img {
    width: 30%;
  }
}

@media only screen and (max-width: 599px) {
  .index .mainimgbox .mainimgtxtbox {
    margin-top: 100px;
    padding: 0;
  }
  .index #header .h1area {
    padding-top: 0;
  }
  .index #header h1 span {
    display: block;
  }
  .index #header .logo {
    top: 45px;
  }
  .index #header .logo img {
    min-width: 150px;
  }
  .mainimgtxt p span {
    font-size: 18px;
  }
  .mainimgtxt p span.red {
    font-size: 12px;
  }
  .index .mainimgbox .mainimgtxtbox .sd {
    bottom: -10%;
  }
}

.top01 li {
  padding: 20px 0;
}

.top01 dt {
  width: 20%;
}

.top01 dd {
  width: 80%;
}

.top01 .more a {
  position: relative;
  display: inline-block;
}

[data-element-id].top01{
  padding: 200px 0 60px; 
}

@media only screen and (max-width: 1024px) {
  .top01 dt {
    width: 100%;
    text-align: left;
  }
  .top01 dd {
    width: 100%;
  }
}

.top02 dt {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.top02 dd .trimmingInner {
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .top02 .box li {
    width: 48%;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 599px) {
  .top02 .box li {
    width: 100%;
  }
  .top02 .box .pic {
    max-width: 400px;
    margin: 0 auto;
  }
}

.top03 .ofiImg img {
  width: 50%;
}

.top03 .item {
  width: 70%;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}

@media only screen and (max-width: 599px) {
  .top03 .item {
    width: 90%;
    padding: 20px;
  }
  .top03 .moresq a {
    width: 200px;
  }
}

.top04 h2 {
  -webkit-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.top04 li a {
  display: block;
}

.top04 .trimmingInner {
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .top04 li {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .top04 h2 {
    font-size: 18px;
  }
}

.top05 li a {
  display: block;
}

.top05 li a:hover {
  -webkit-transform: translateY(-5px) scale(1.01);
  -ms-transform: translateY(-5px) scale(1.01);
  transform: translateY(-5px) scale(1.01);
  opacity: 1;
}

.top05 li a:hover dd {
  -webkit-box-shadow: 10px 10px 15px -10px;
  box-shadow: 10px 10px 15px -10px;
}

.top05 li a:hover dt {
  -webkit-box-shadow: 10px 10px 15px -10px;
  box-shadow: 10px 10px 15px -10px;
}

.top05 dt {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background: #fff;
}

.top05 dt:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-bottom: 12px solid #72bce9;
  border-left: 12px solid rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1024px) {
  .top05 .sidel {
    padding: 10px 60px;
  }
  .top05 li {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .top05 .sidel {
    padding: 5px 40px;
  }
  .top05 .box li {
    width: 100%;
  }
}

.top06 .box {
  width: 80%;
  margin: 0 auto;
}

.top06 .box li img {
  display: none;
}
[data-element-id].top06 .box li img {
  display: block;
}

[data-element-id].top06 .sliderbox{
  margin-top: 100px;
}

[data-element-id].top06 .slider{
   display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id].top06 .slider li{
  width: 20%;
}

@media only screen and (max-width: 1024px) {
  .top06 .box {
    width: 96%;
  }
}

@media only screen and (max-width: 599px) {
  .top06 .box .ulmaru {
    margin: 0 auto;
  }
}

.top07 li {
  padding: 20px 0;
}

.top07 dt {
  width: 20%;
}

.top07 dd {
  width: 80%;
}

.top07 .more a {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .top07 dt {
    width: 100%;
    text-align: left;
  }
  .top07 dd {
    width: 100%;
  }
}

.top08 a {
  display: block;
}

.top08 dt {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px 60px 20px 20px;
}

.top08 .arrow2:after {
  right: 20px;
}

/*下層common*/
.under {
  /*.titanim {
    span {
      float: left;
      width: 100%;
      transform: translateY(-50px);
      animation-name: titanim;
      animation-duration: 3s;
      animation-timing-function: ease;
      animation-delay: .6s;
      opacity: 0;

      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
              clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      -webkit-animation-fill-mode: forwards;
      &:first-child {
        animation-delay: .7s;
      }

      &:last-child {
        animation-delay: .5s;
      }
    }
  }*/
  /*about*/
  /*staff*/
  /*menu*/
  /*trouble*/
  /*accident*/
  /*news・blog*/
  /*equipment*/
}

.under h3 {
  margin-bottom: 0;
}

.under .uarea {
  padding: 80px 0 40px;
}

.under #header .navbox {
  padding: 0;
}

.under .usubtit {
  line-height: .8;
  display: block;
}

.under .mainimgtxtbox {
  padding: 200px 0;
}

.under .filterwh:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.4);
}

.under .mirror {
  line-height: 1.4;
  position: relative;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.under .ueshital {
  padding: 10px;
  border-top: 4px solid #003568;
  border-bottom: 4px solid #003568;
}

.under .backlongl {
  position: relative;
  z-index: 1;
}

.under .backlongl:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  width: 100vw;
  height: 100%;
  content: "";
  background: #003568;
}

#main.common [class*="area"] h2:after {
    display: block;
    content: "";
    height: 2px;
    border: 0;
    background: linear-gradient(left, #c7d2dd, #003568, #c7d2dd);
    background: -webkit-linear-gradient(left, #c7d2dd, #003568, #c7d2dd);
    background: -moz-linear-gradient(left, #c7d2dd, #003568, #c7d2dd);
    margin: 10px 0;
}

@media only screen and (max-width: 1024px) {
  .under #header .logo {
    width: 100%;
  }
  .under #header .logo img {
    width: 250px;
  }
  .under .mainimgtxtbox {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 599px) {
  .under #header h1 {
    font-size: 12px;
  }
  .under #header h1 span {
    display: block;
  }
  .under #header .logo img {
    width: 200px;
  }
  .under .mainimgtxtbox {
    padding: 60px 0;
  }
  .under .backlongl {
    text-align: center;
  }
  .under .backlongl:after {
    right: 0;
  }
  .under .ueshital {
    font-size: 20px;
  }
}

.under .about02 table {
  width: 100%;
}

.about02 table th {
  border-right: 1px solid #fff;
}

.about02 table th:last-of-type {
  border-right: none;
}

.under .about02 .telbox a {
  color: #72bce9;
}

.under .about02 .telbox .telicon {
  position: relative;
  padding-left: 40px;
}

.under .about02 .telbox .telicon:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/telicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}

.under .about02 .map:after {
  padding-top: 60%;
}

.under .staff01 .item {
  width: 100%;
  margin: 0 0 4% 0;
}

.under .staff01 .item .picbox {
  position: relative;
  width: 46%;
}

.under .staff01 .pic {
  position: relative;
  width: 80%;
}

.under .staff01 .pic:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/import/tenant_1/133.167.42.92/html/images/staff/staff01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 101% 102%;
}

.under .staff01 .txtbox {
  position: absolute;
  top: 42%;
  right: 0;
  width: 45%;
  padding: 30px 20px 45px 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*background: rgba(51, 93, 134, .9);*/
}
.under .staff01 .namebox{
  padding-right: 20px;
}

.under .staff01 .txtbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/import/tenant_1/133.167.42.92/html/images/staff/staff03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.under .staff01 dl.messageitem {
    width: 46%;
    padding: 20px;
}


.under .staff01 #canvasArea {
  position: absolute;
  top: 50%;
  right: 0;
  width: 250px;
  height: 250px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
}



@media only screen and (max-width: 1024px) {
  .under .staff01 .item .picbox {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .under .staff01 .item dl.messageitem{
    width: 100%;
    padding: 30px 40px;
  }
  
}

@media only screen and (max-width: 599px) {
  .under .staff01 .item {
    margin-bottom: 200px;
  }
  .under .staff01 .pic {
    width: 100%;
  }
  .under .staff01 .txtbox {
    top: 80%;
    left: 0;
    width: 100%;
    max-width: 300px;
    margin: 2% auto 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .under .staff01 .item dl.messageitem{
    margin-top: 100px;
    padding: 10px;
  }
}

.under .menu .txtbox h3:after {
    display:block;
    content:"";
    height:2px;
    border:0;
    background:linear-gradient(left, #c7d2dd, #003568, #c7d2dd);
    background:-webkit-linear-gradient(left, #c7d2dd, #003568, #c7d2dd);
    background:-moz-linear-gradient(left, #c7d2dd, #003568, #c7d2dd);
    margin: 10px 0;
}

.under .menu .menu01 .moresq a {
  display: block;
  width: 100%;
  background: #5ca0d3;
}

.under .menu .onayami span {
  position: relative;
  display: inline-block;
  margin: 0 30px 10px 0;
  padding: 0 20px;
}

.under .menu .onayami span:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #003568;
}

.under .menu .onayami span:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #003568;
}

.under .menu .circlebox li {
  line-height: 90px;
  width: 90px;
  height: 90px;
  margin-bottom: 1%;
  border: 1px solid #003568;
  border-radius: 50%;
  margin-right: 2%;
}

.under .menu .pricebox {
  padding: 10px;
  border: 1px solid #003568;
}

.under .menu .pricebox dd {
  display: block;
}

.under .menu .pricebox dd a {
  text-decoration: underline;
  color: #003568;
}

.under .menu .table {
  width: 100%;
}

.under .menu table {
  width: 100%;
  border: 1px solid #003568;
}

.under .menu p a {
  text-decoration: underline;
  color: #003568;
}

.under .menu .spatte{
  font-size: 12px;
  text-align: left;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .under .menu .linkbtnbox li {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .under .menu .linkbtnbox li {
    width: 100%;
    max-width: 300px;
    margin: 1% auto;
  }
  .under .menu .table {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .under .menu table {
    width: 450px !important;
  }
  
  .under .menu .spatte{
    display: block;
  }
}

.under .trouble01 dl {
  position: relative;
}

.under .trouble01 dd.pic {
  position: relative;
}

.under .trouble01 dd.pic:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/import/tenant_1/133.167.42.92/html/images/trouble/trouble02.png);
  background-repeat: no-repeat;
  background-size: 101% 101%;
  background-position: center;
}

.under .trouble01 dt {
  position: absolute !important;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px 70px 30px;
  background: #5a6062;
}

.under .trouble01 .itemtxt {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .trouble01 .box {
    max-width: 600px;
    margin: 0 auto;
  }
  .under .trouble01 .item {
    width: 48%;
  }
  .under .trouble01 dt {
    font-size: 14px;
    padding: 10px 60px 30px;
  }
}

@media only screen and (max-width: 599px) {
  .under .trouble01 .item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .under .trouble01 dt {
    padding: 10px 80px 30px;
  }
}

.under .accident01 ul {
  counter-reset: number;
}

.under .accident01 li {
  width: 23%;
  margin-bottom: 1%;
}

.under .accident01 .pic {
  position: relative;
  padding-top: 25px;
}

.under .accident01 .pic:after {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  content: counter(number);
  counter-increment: number;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #003568;
}

.accident04 .jikobtn {
  display: block;
}

.accident04 .jikobtn a {
  position: relative;
  display: block;
  padding: 60px 40px 60px 100px;
  color: #fff;
  background: #b19e6d;
  width: 60%;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accident04 .jikobtn a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url(/import/tenant_1/133.167.42.92/html/images/caricon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}

@media only screen and (max-width: 1024px) {
  .accident04 .jikobtn a {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 24px;
    padding: 40px 40px 40px 100px;
  }
}

@media only screen and (max-width: 599px) {
  .under .accident01 li {
    width: 48%;
    margin-bottom: 2%;
  }
  .accident04 .jikobtn a {
    max-width: 300px;
    font-size: 16px;
    padding: 20px 40px 20px 100px;
  }
  .accident04 .jikobtn a span {
    display: block;
  }
}

.under .news01 .catlist {
  width: 100%;
}

.under .news01 .catlist dt {
  display: block;
}

.under .news01 .arclist {
  width: 100%;
}

.under .news01 .arclist dt {
  display: block;
  width: 100%;
}

.under .news01 li.item {
  width: 30%;
  margin: 0 5% 4% 0;
}

.under .news01 li.item:nth-of-type(3n+3) {
  margin-right: 0;
}

.under .news01 .pic a {
  display: block;
}

.under .news01 .tit a {
  display: block;
}

.under .pagenav a {
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #003568;
  border: 1px solid #003568;
  border-radius: 5px;
}

.under .pagenav a.now {
  color: #fff;
  background: #003568;
}

.under .news01 .newstit {
  font-weight: normal;
  display: inline-block;
  padding: 5px;
  border: 1px solid #72bce9;
  background: #fff;
}

.under .news01 h3 {
  position: relative;
}

.under .news01 h3:after {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #72bce9;
}

.under .news01 .recoitem {
  width: 30%;
  margin-right: 5%;
}

.under .news01 .recoitem:nth-of-type(3n+3) {
  margin-right: 0;
}

.news01 .pagenavdetail ul{
  width: 80%;
  margin: 5% auto 0;
}

.news01 .pagenavdetail .prevdetail{
  margin-right: 30px;
}
.news01 .pagenavdetail .prevdetail a{
  color: #003568;
  width: 20%
}

.news01 .pagenavdetail .prevdetail span{
  border: 1px solid #003568;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
    margin-right: 10px;
}

.news01 .pagenavdetail .nextdetail a{
  color: #003568;
  width: 20%
}

.news01 .pagenavdetail .nextdetail span{
  border: 1px solid #003568;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .under .news01 .blogarea {
    width: 100%;
  }
  .under .news01 .catarcarea {
    width: 100%;
  }
  .under .news01 li.item {
    width: 48%;
    margin-right: 2%;
  }
  .under .news01 li.item:nth-of-type(3n+3) {
    margin-right: 2%;
  }
  .under .news01 li.item:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .under .news01 .catlist {
    width: 48%;
  }
  .under .news01 .arclist {
    width: 48%;
    padding-top: 0;
  }
  .under .news01 .arclist li {
    width: 50%;
  }
}

@media only screen and (max-width: 599px) {
  .under .news01 li.item {
    width: 100%;
    margin-right: 0;
  }
  .under .news01 .catlist {
    width: 100%;
  }
  .under .news01 .arclist {
    width: 100%;
    padding-top: 40px;
  }
}

.under .equipment dl {
  position: relative;
}

.under .equipment dt {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  padding: 5px 20px;
}

.under .equipment dt:after {
    display: block;
    content: "詳しく見る＞";
    color: #003568;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px 0 0;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
}

.under .equipment .hoveritem {
  position: absolute;
  bottom: 0;
  left: 0;
  position: relative;
  padding: 20px;
  background: #5c5c5c;
  display: none;
}
[data-element-id].under .equipment .hoveritem {
  display: block;
}

.under .equipment .hoveritem:before {
  position: absolute;
  top: -60px;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 30px solid transparent;
  border-bottom-color: #5c5c5c;
}

.under .equipment .circlebox li {
  line-height: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

/*190805 16:30 sass不具合によりここから再開*/
.equipment01 .item {
  position: relative;
  width: 50%;
}

.equipment01 .item:hover {
  cursor: pointer;
}

.equipment01 .item:hover .hoveritem {
  display: block;
}

.equipment01 .item .pic {
  border: 1px solid #555555;
}

@media only screen and (max-width: 599px) {
  .equipment01 .item {
    width: 100%;
  }
}

/*faq*/
.faq01 .question dt {
  width: 10%;
}

.faq01 .question dd {
  width: 90%;
}

.faq01 .answer {
  width: 90%;
  position: relative;
  display: block;
  padding: 30px;
  border: 1px solid #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-top: 120px;
}

.faq01 .answer:after {
  content: "ANSWER";
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #003568;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  top: -90px;
  left: -90px;
}

@media only screen and (max-width: 1024px) {
  .faq01 .question dt {
    width: 100%;
  }
  .faq01 .question dd {
    width: 100%;
  }
  .faq01 .answer {
    width: 100%;
    margin-top: 100px;
  }
  .faq01 .answer:after {
    top: -80px;
    left: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .faq01 .answer {
    padding: 30px 20px 20px;
  }
  .faq01 .answer:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: -60px;
    font-size: 14px;
  }
}

/*voice*/
.voice01 .item {
  margin-bottom: 40px;
}

.voice01 p span {
  position: relative;
  padding: 0 20px;
  font-weight: 600;
}

.voice01 p span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #003568;
  width: 1px;
  height: 1rem;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.voice01 .item li {
  border-bottom: 1px solid #72bce9;
  padding-bottom: 10px;
}

/*recruit*/
.recruit02 .listbox {
  width: 60%;
  margin: 0 auto;
}

.recruit02 .list li {
  padding: 20px 0;
  border-bottom: 1px solid #003568;
}

.recruit02 .list dt {
  width: 15%;
  font-weight: 600;
}

.recruit02 .list dd {
  width: 85%;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .recruit02 .listbox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 599px) {
  .recruit02 .list dt {
    width: 100%;
  }
  .recruit02 .list dd {
    width: 100%;
  }
}

/*ヘッダー追従*/
#header.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.8);
}

.index #header.fix .h1area {
  position: relative;
  width: 100%;
  max-width: 1250px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
  left: 0;
}

.index #header.fix .logo {
  position: relative;
  width: 20%;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.index #header.fix .navbox {
  width: 76%;
  padding: 0;
}

/*mobilespのheightLine解除*/
.heightLine-top08 {
  height: auto;
}

.blogarea .txt a {
  text-decoration: underline;
  color: blue
}

/*# sourceMappingURL=common.css.map */
