@charset "UTF-8";
.about-nav {
  position: relative;
}
.about-nav .about-nav-list {
  position: relative;
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .about-nav .about-nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 5px;
    max-width: 840px;
    width: 78.65168539325843%;
  }
}
.about-nav .about-nav-item {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-weight: 500;
  padding: 23px 0 22px;
  position: relative;
  text-align: center;
}
@media (min-width: 415px) {
  .about-nav .about-nav-item {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-nav .about-nav-item {
    background: #fff;
  }
  .about-nav .about-nav-item:not(:first-child) {
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .about-nav .about-nav-item {
    font-size: 1.6rem;
    line-height: 1;
  }
  .about-nav .about-nav-item:not(:first-child)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    content: '';
    display: block;
    margin: auto 0;
    width: 1px;
    height: 10px;
  }
  .about-nav .about-nav-item:nth-child(1) {
    max-width: 344px;
    padding-left: 34px;
    width: 40.95238095238095%;
  }
  .about-nav .about-nav-item:nth-child(2) {
    max-width: 270px;
    width: 32.142857142857146%;
  }
  .about-nav .about-nav-item:nth-child(3) {
    max-width: 226px;
    width: 26.904761904761905%;
  }
}
.about-nav .about-nav-item a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.about-nav .about-nav-item.located {
  pointer-events: none;
}
.about-nav .about-nav-item.located a {
  color: #1c5a9b;
}
.about-nav .about-nav-item.located a::before {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  background: #1c5a9b;
  content: '';
  display: block;
  width: auto;
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .about-nav .about-nav-item.located a::before {
    bottom: -11px;
  }
}
.page-about-top .main {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main {
    padding-bottom: 90px;
  }
}
.page-about-top .main .hero {
  margin: 39px 0 40px;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero {
    margin: 53px 0 53px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .bg-woods {
    display: none !important;
  }
}
.page-about-top .main .hero .hero-bg {
  height: 108vw;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .hero-bg {
    height: 575px;
  }
}
.page-about-top .main .hero .hero-bg .bg-pink {
  left: -43%;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .hero-bg .bg-pink {
    left: -38.2%;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .hero-bg .bg-gray {
    top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .hero-bg .bg-blue::before {
    border-width: 0 0 510px 2500px;
  }
}
@media only screen and (max-width: 767px) {
  .page-about-top .main .hero .bg-dot {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .bg-dot {
    left: 94.07692307692308%;
    top: -6%;
  }
}
.page-about-top .main .hero .hero-content {
  color: #000;
  text-align: center;
}
.page-about-top .main .hero .hero-heading {
  font-size: 7.199999999999999vw;
  line-height: 1.425925925925926;
  margin-bottom: 18px;
}
@media (min-width: 415px) {
  .page-about-top .main .hero .hero-heading {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .hero-heading {
    font-size: 3.7rem;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.page-about-top .main .hero .ruby-sinyukai::before {
  font-size: 2.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2px;
  left: 5px;
}
@media (min-width: 415px) {
  .page-about-top .main .hero .ruby-sinyukai::before {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .ruby-sinyukai::before {
    position: absolute;
    top: -7px;
    left: 16px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.page-about-top .main .hero .hero-copy {
  font-size: 4vw;
  line-height: 1.666666666666667;
  font-weight: 500;
}
@media (min-width: 415px) {
  .page-about-top .main .hero .hero-copy {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .hero .hero-copy {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.page-about-top .main .local-nav {
  margin-bottom: 143px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav {
    margin-bottom: 205px;
  }
}
@media only screen and (max-width: 767px) {
  .page-about-top .main .local-nav .bg-1 {
    position: absolute;
    top: 12vw;
    right: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .bg-1 {
    position: absolute;
    top: 434px;
    left: 0;
  }
}
.page-about-top .main .local-nav .bg-2 {
  position: absolute;
  top: 121.06666666666666vw;
  left: 8.266666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list {
    position: relative;
    width: 78.65168539325843%;
    margin-right: auto;
    margin-left: auto;
    max-width: 840px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.page-about-top .main .local-nav .local-nav-list .item {
  position: relative;
  width: 63.33333333333333vw;
}
@media only screen and (max-width: 767px) {
  .page-about-top .main .local-nav .local-nav-list .item:not(:first-child) {
    margin-top: 108px;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item {
    max-width: 390px;
    width: 46.42857142857143%;
  }
}
.page-about-top .main .local-nav .local-nav-list .item .box-primary {
  position: absolute;
  bottom: -18.133333333333333vw;
  background: -webkit-linear-gradient(315deg, transparent 10px, #fff 0) top left, -webkit-linear-gradient(225deg, transparent 10px, #fff 0) top right, -webkit-linear-gradient(135deg, transparent 10px, #fff 0) bottom right, -webkit-linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background: -moz-linear-gradient(315deg, transparent 10px, #fff 0) top left, -moz-linear-gradient(225deg, transparent 10px, #fff 0) top right, -moz-linear-gradient(135deg, transparent 10px, #fff 0) bottom right, -moz-linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background: -o-linear-gradient(315deg, transparent 10px, #fff 0) top left, -o-linear-gradient(225deg, transparent 10px, #fff 0) top right, -o-linear-gradient(135deg, transparent 10px, #fff 0) bottom right, -o-linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background: -ms-linear-gradient(315deg, transparent 10px, #fff 0) top left, -ms-linear-gradient(225deg, transparent 10px, #fff 0) top right, -ms-linear-gradient(135deg, transparent 10px, #fff 0) bottom right, -ms-linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background: linear-gradient(135deg, transparent 10px, #fff 0) top left, linear-gradient(225deg, transparent 10px, #fff 0) top right, linear-gradient(315deg, transparent 10px, #fff 0) bottom right, linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  box-sizing: border-box;
  text-align: center;
  width: 68vw;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item .box-primary {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    background: -webkit-linear-gradient(315deg, transparent 8px, #fff 0) top left, -webkit-linear-gradient(225deg, transparent 8px, #fff 0) top right, -webkit-linear-gradient(135deg, transparent 8px, #fff 0) bottom right, -webkit-linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
    background: -moz-linear-gradient(315deg, transparent 8px, #fff 0) top left, -moz-linear-gradient(225deg, transparent 8px, #fff 0) top right, -moz-linear-gradient(135deg, transparent 8px, #fff 0) bottom right, -moz-linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
    background: -o-linear-gradient(315deg, transparent 8px, #fff 0) top left, -o-linear-gradient(225deg, transparent 8px, #fff 0) top right, -o-linear-gradient(135deg, transparent 8px, #fff 0) bottom right, -o-linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
    background: -ms-linear-gradient(315deg, transparent 8px, #fff 0) top left, -ms-linear-gradient(225deg, transparent 8px, #fff 0) top right, -ms-linear-gradient(135deg, transparent 8px, #fff 0) bottom right, -ms-linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
    background: linear-gradient(135deg, transparent 8px, #fff 0) top left, linear-gradient(225deg, transparent 8px, #fff 0) top right, linear-gradient(315deg, transparent 8px, #fff 0) bottom right, linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    margin: 0 auto;
    max-width: 300px;
    padding: 0 10px;
    width: 76.92307692307693%;
  }
}
.page-about-top .main .local-nav .local-nav-list .item .box-primary::before,
.page-about-top .main .local-nav .local-nav-list .item .box-inner::before,
.page-about-top .main .local-nav .local-nav-list .item .box-primary::after,
.page-about-top .main .local-nav .local-nav-list .item .box-inner::after {
  width: 40px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item .box-primary::before,
  .page-about-top .main .local-nav .local-nav-list .item .box-inner::before,
  .page-about-top .main .local-nav .local-nav-list .item .box-primary::after,
  .page-about-top .main .local-nav .local-nav-list .item .box-inner::after {
    width: 26px;
    height: 1px;
  }
}
.page-about-top .main .local-nav .local-nav-list .item .box-primary::before {
  position: absolute;
  top: 7px;
  left: -13px;
}
.page-about-top .main .local-nav .local-nav-list .item .box-primary::after {
  position: absolute;
  top: 7px;
  right: -13px;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item .box-primary::before {
    position: absolute;
    top: 5px;
    left: -9px;
  }
  .page-about-top .main .local-nav .local-nav-list .item .box-primary::after {
    position: absolute;
    top: 5px;
    right: -9px;
  }
}
.page-about-top .main .local-nav .local-nav-list .item .box-inner::before {
  position: absolute;
  bottom: 7px;
  left: -13px;
}
.page-about-top .main .local-nav .local-nav-list .item .box-inner::after {
  position: absolute;
  bottom: 7px;
  right: -13px;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item .box-inner::before {
    position: absolute;
    bottom: 5px;
    left: -9px;
  }
  .page-about-top .main .local-nav .local-nav-list .item .box-inner::after {
    position: absolute;
    bottom: 5px;
    right: -9px;
  }
}
.page-about-top .main .local-nav .local-nav-list .item .box-content {
  padding: 28px 0 31px;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item .box-content {
    padding: 31px 0 29px;
  }
}
.page-about-top .main .local-nav .local-nav-list .item .text {
  font-size: 3.733333333333334vw;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 415px) {
  .page-about-top .main .local-nav .local-nav-list .item .text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item .text {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 19px;
  }
}
.page-about-top .main .local-nav .local-nav-list .item .button-secondary {
  width: 49.333333333333336vw;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .local-nav .local-nav-list .item .button-secondary {
    width: 176px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-about-top .main .local-nav .local-nav-list .item .button-secondary {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-about-top .main .local-nav .local-nav-list .item-1 .box-primary {
    right: -24.53333333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-about-top .main .local-nav .local-nav-list .item-2 {
    margin-left: auto;
  }
  .page-about-top .main .local-nav .local-nav-list .item-2 .box-primary {
    left: -24.53333333333333vw;
  }
}
.page-about-top .main .section-recruit .bg {
  height: 60vw;
}
@media only screen and (min-width: 768px) {
  .page-about-top .main .section-recruit .bg {
    height: 400px;
  }
}
.page-message .main {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .page-message .main {
    padding-bottom: 140px;
  }
}
.page-message .main .hero {
  margin: 30px 8.266666666666666vw 60px;
}
@media only screen and (min-width: 768px) {
  .page-message .main .hero {
    margin: 42px 0 90px -12px;
  }
}
@media only screen and (min-width: 768px) {
  .page-message .main .hero .hero-content {
    position: relative;
    width: 82.15384615384616%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-message .main .hero .hero-heading {
  font-size: 6.4vw;
  line-height: 1;
}
@media (min-width: 415px) {
  .page-message .main .hero .hero-heading {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-message .main .hero .hero-heading {
    font-size: 2.4rem;
    line-height: 1;
    margin-left: 10px;
  }
}
.page-message .main .hero .hero-bg {
  height: 68.13333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-message .main .hero .hero-bg {
    height: 343px;
  }
}
.page-message .main .hero .hero-bg .bg-pink {
  left: -45%;
}
@media only screen and (min-width: 768px) {
  .page-message .main .hero .hero-bg .bg-pink {
    left: -43.9%;
  }
}
@media only screen and (min-width: 768px) {
  .page-message .main .hero .hero-bg .bg-gray {
    top: -20px;
  }
}
.page-message .main .message {
  position: relative;
}
.page-message .main .message .bg-1 {
  position: absolute;
  top: -20.533333333333335vw;
  right: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-message .main .message .bg-1 {
    right: 114px;
    top: -87px;
  }
}
.page-message .main .message .bg-2 {
  position: absolute;
  bottom: -22.666666666666664vw;
  left: 8vw;
}
@media only screen and (min-width: 768px) {
  .page-message .main .message .bg-2 {
    bottom: -160px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-message .main .message .box-primary {
    margin-left: 57px;
    max-width: 600px;
    width: 56.17977528089888%;
  }
}
.page-message .main .message .box-content {
  padding: 27px 8vw 98px;
}
@media only screen and (min-width: 768px) {
  .page-message .main .message .box-content {
    margin-bottom: 203px;
    padding: 51px 140px 64px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-message .main .message .box-content {
    padding: 51px 100px 64px 30px;
  }
}
.page-message .main .message .subheading {
  font-size: 5.066666666666666vw;
  line-height: 1.894736842105263;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 415px) {
  .page-message .main .message .subheading {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-message .main .message .subheading {
    font-size: 2.6rem;
    line-height: 1.730769230769231;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-message .main .message .subheading {
    font-size: 2.4rem;
    line-height: 1.666666666666667;
  }
}
.page-message .main .message .text {
  font-size: 3.733333333333334vw;
  line-height: 1.571428571428571;
}
@media (min-width: 415px) {
  .page-message .main .message .text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-message .main .message .text {
    font-size: 1.5rem;
    line-height: 1.866666666666667;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-message .main .message .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.page-message .main .message .text:not(:first-child) {
  margin-top: 30px;
}
.page-message .main .img-container {
  margin: -16.8vw -4vw 138px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-message .main .img-container {
    position: absolute;
    top: 90px;
    right: 10.299625468164795%;
    margin: 0;
    max-width: 420px;
    width: 39.325842696629216%;
  }
}
.page-message .main .img-container .img-1 {
  margin-left: auto;
  width: 76vw;
}
@media only screen and (min-width: 768px) {
  .page-message .main .img-container .img-1 {
    max-width: 360px;
    width: 85.71428571428571%;
  }
}
.page-message .main .img-container .img-2 {
  margin: 14px 0 0 4vw;
  width: 44vw;
}
@media only screen and (min-width: 768px) {
  .page-message .main .img-container .img-2 {
    margin: 89px 0 0 0;
    max-width: 220px;
    width: 52.38095238095239%;
  }
}
.page-message .main .img-container .img-3 {
  position: absolute;
  bottom: -16.8vw;
  right: 4vw;
  width: 44vw;
}
@media only screen and (min-width: 768px) {
  .page-message .main .img-container .img-3 {
    position: absolute;
    bottom: -58px;
    right: -52px;
    max-width: 220px;
    width: 52.38095238095239%;
  }
}
.page-message .main .about-nav .bg-woods {
  position: absolute;
  bottom: -13.866666666666665vw;
  right: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-info .main {
    padding-bottom: 140px;
  }
}
.page-info .main .hero {
  margin: 30px 8.266666666666666vw 58px;
}
@media only screen and (min-width: 768px) {
  .page-info .main .hero {
    margin: 42px 0 90px -12px;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .hero .hero-content {
    position: relative;
    width: 82.15384615384616%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-info .main .hero .hero-heading {
  font-size: 6.4vw;
  line-height: 1;
}
@media (min-width: 415px) {
  .page-info .main .hero .hero-heading {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .hero .hero-heading {
    font-size: 2.4rem;
    line-height: 1;
    margin-left: 10px;
  }
}
.page-info .main .hero .hero-bg {
  height: 68.13333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-info .main .hero .hero-bg {
    height: 343px;
  }
}
.page-info .main .hero .hero-bg .bg-pink {
  left: -45%;
}
@media only screen and (min-width: 768px) {
  .page-info .main .hero .hero-bg .bg-pink {
    left: -43%;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .hero .hero-bg .bg-gray {
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-info .main .hero .bg-dot {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .hero .bg-dot {
    position: absolute;
    top: 0.5%;
    left: 91.53846153846153%;
  }
}
.page-info .main .heading-primary {
  font-size: 6.133333333333333vw;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 415px) {
  .page-info .main .heading-primary {
    font-size: 2.3rem;
  }
}
.page-info .main .heading-primary .small {
  font-size: 3.733333333333334vw;
  line-height: 1;
  display: block;
  font-weight: normal;
  margin-top: 18px;
}
@media (min-width: 415px) {
  .page-info .main .heading-primary .small {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .heading-primary {
    font-size: 2.4rem;
    line-height: 1;
  }
  .page-info .main .heading-primary .small {
    font-size: 1.4rem;
    line-height: 1.714285714285714;
    margin-top: 14px;
  }
}
.page-info .main .info-table {
  border: 1px solid #fff;
  border-collapse: collapse;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-info .main .info-table {
    position: relative;
    width: 78.65168539325843%;
    margin-right: auto;
    margin-left: auto;
    max-width: 840px;
  }
}
.page-info .main .info-table th,
.page-info .main .info-table td {
  font-size: 3.733333333333334vw;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: 500;
  padding: 15px 10px 16px;
  text-align: center;
}
@media (min-width: 415px) {
  .page-info .main .info-table th,
  .page-info .main .info-table td {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .info-table th,
  .page-info .main .info-table td {
    font-size: 1.4rem;
    line-height: 1.714285714285714;
    padding: 18px 28px;
  }
}
.page-info .main .info-table th {
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
}
.page-info .main .info-table td {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.page-info .main .info-table tr:last-child td {
  border-bottom: none;
}
.page-info .main .section-info-1 {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-1 {
    margin-bottom: 117px;
  }
}
.page-info .main .section-info-1 .bg-1 {
  position: absolute;
  top: -21.333333333333336vw;
  right: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-1 .bg-1 {
    position: absolute;
    top: -87px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-1 .bg-2 {
    position: absolute;
    bottom: -47px;
    left: 0;
  }
}
.page-info .main .section-info-1 .info-table th {
  width: 230px;
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-1 .info-table th {
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .page-info .main .section-info-1 .info-table th {
    width: 25.066666666666666vw;
  }
  .page-info .main .section-info-1 .info-table tr:first-of-type td {
    padding-left: 53px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-1 .info-table th,
  .page-info .main .section-info-1 .info-table td {
    text-align: left;
  }
}
.page-info .main .section-info-2 {
  margin-bottom: 72px;
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-2 {
    margin-bottom: 117px;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-2 .bg-1 {
    position: absolute;
    top: 682px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-2 .bg-2 {
    position: absolute;
    bottom: -17px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-2 .heading {
    margin-bottom: 25px;
  }
}
.page-info .main .section-info-2 .info-table th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-2 .info-table th {
    width: 190px;
  }
  .page-info .main .section-info-2 .info-table th:first-child {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-info-2 .info-table th:nth-child(1) {
    width: 267px;
  }
}
.page-info .main .section-info-2 .info-table td:not(:first-of-type) {
  border-left: 1px solid #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-news .bg-woods {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-info .main .section-news .bg-woods {
    bottom: -60px;
  }
}
.page-info .main .section-statement {
  margin-bottom: 72px;
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-statement {
    margin-bottom: 88px;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .main .section-statement .bg-woods {
    position: absolute;
    bottom: -45px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-info .main .section-statement .bg-woods {
    bottom: -60px;
  }
}

@media only screen and (max-width: 767px) {
.footer-copyright{
  padding-bottom: 64px;
}
}
/*# sourceMappingURL=style.css.map */