@charset "UTF-8";
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.none {
  display: none;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-t {
  text-align: top;
}

.txt-b {
  text-align: bottom;
}

.text-red {
  color: #ff0000;
}

.text-white {
  color: #fff;
}

.bg-black {
  background-color: #353535;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #1e80be;
}

main.main {
  margin-top: 148px;
}

.main.anti {
  margin-top: 0;
}

input[type="submit"], input[type="button"], input[type="text"], input[type="tel"], button, textarea {
  border: none;
  -webkit-appearance: none;
}

.section-title .section-title_num {
  margin-bottom: 20px;
  font-size: 50px;
  font-family: 'Oswald',sans-serif;
  color: #1e80be;
}

.section-title .section-title_num::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background-color: #1e80be;
  margin-top: 24px;
}

.section-title h3 {
  font-size: 40px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  line-height: 1em;
}

.section-title h3 small {
  display: block;
  color: #c2c2c2;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.5px;
}

@media screen and (min-width: 834px) {
  .section-title h3 {
    font-size: 40px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    line-height: 1em;
  }
  .section-title .section-title_num {
    width: 45px;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .section-title h3 {
    font-size: 32px;
  }
  .section-title h3 small {
    font-size: 13px;
  }
  .section-title .section-title_num {
    font-size: 40px;
  }
  .section-title .section-title_num::after {
    width: 40px;
  }
}

button, a, input, .udh-logo {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

button:hover, a:hover, input[type="submit"]:hover, .udh-logo:hover {
  opacity: 0.6;
}

header.sec-header {
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

header.sec-header .nav-left {
  position: relative;
}

header.sec-header .nav-left::before {
  content: "";
  display: block;
  max-width: 220px;
  width: 80%;
  height: 5px;
  background-color: #1e80be;
  position: absolute;
}

header.sec-header nav.is-fixed .nav-left::before, header.sec-header nav.is-fixed .nav-right::before {
  content: none;
}

header.sec-header nav.is-fixed .nav-left h1.udh-logo, header.sec-header nav.is-fixed .nav-right h1.udh-logo {
  padding-top: 25px;
}

header.sec-header nav.is-fixed .nav-right ul.header-nav {
  padding-top: 25px;
}

header.sec-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.sec-header nav::after {
  content: "";
  display: block;
  max-width: 1600px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 0;
}

header.sec-header nav h1.udh-logo {
  max-width: 220px;
  width: 80%;
  padding-top: 50px;
}

header.sec-header nav .nav-right ul.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  width: 40vw;
}

header.sec-header nav .nav-right ul.header-nav li {
  max-width: 100px;
}

header.sec-header nav .nav-right ul.header-nav li a {
  display: block;
}

header.sec-header nav .nav-right ul.header-nav li p {
  font-size: 14px;
  font-weight: bold;
}

header.sec-header nav .nav-right ul.header-nav li small {
  font-size: 10px;
  color: #c2c2c2;
}

header.sec-header nav .nav-right ul.header-nav li small .num {
  font-family: 'Oswald', sans-serif;
}

header.sec-header nav .nav-right::before {
  content: "";
  display: block;
  max-width: 500px;
  width: 100%;
  height: 5px;
  background-color: #1e80be;
  position: absolute;
}

nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: auto;
  padding: 0 10%;
  background-color: #fff;
  opacity: .6;
}

nav.is-fixed a, nav.is-fixed .udh-logo {
  opacity: 0.6 !important;
}

nav.is-fixed a:hover, nav.is-fixed .udh-logo:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  header.sec-header nav .nav-right ul.header-nav {
    width: 45vw;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  header.sec-header {
    width: 90%;
    max-width: 100%;
  }
  header.sec-header::before {
    content: "";
    display: block;
    max-width: 100%;
    width: 100%;
    height: 5px;
    background-color: #1e80be;
    position: absolute;
  }
  header.sec-header nav::before {
    content: none;
  }
  header.sec-header nav .disp-pc {
    display: none;
  }
  nav.is-fixed.anti {
    position: unset !important;
    padding: 0 !important;
    background-color: transparent !important;
    opacity: 1 !important;
  }
}

.sec-top {
  background-image: url("../img/mv/mv_bird.jpg");
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: bottom;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.sec-top::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/mv/mv_scroll.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: float 2.5s ease-in-out infinite alternate,blink 1.75s ease-in-out infinite alternate;
          animation: float 2.5s ease-in-out infinite alternate,blink 1.75s ease-in-out infinite alternate;
}

.sec-top .top-inner {
  max-width: 80%;
  margin: auto;
  padding-bottom: 15%;
}

.sec-top .title {
  float: left;
  width: 40%;
  margin-bottom: 45px;
}

.sec-top .title h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.25em;
}

.sec-top .title h2 small {
  display: block;
  color: #c2c2c2;
  font-size: 15px;
  font-family: 'Arial',sans-serif;
}

.sec-top .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0;
}

.sec-top .slick-dots li button {
  width: 15px;
  height: 15px;
}

.sec-top .slick-dots li button::before {
  width: 15px;
  height: 15px;
}

/*MVのスライドのスタイル*/
.slide-animation {
  -webkit-animation: fadezoom 6s 0s forwards;
          animation: fadezoom 6s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.mv-slide {
  overflow: hidden;
  border-top-left-radius: 50px;
}

.mv-slide ul.fade {
  width: 100%;
}

.mv-slide .slick-dots {
  bottom: 25px;
  padding: 0 30px 0 0;
  text-align: right;
}

.mv-slide .slick-dots li button::before {
  opacity: 1;
  color: #fff;
}

.mv-slide .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #07dfe2;
}

.mv-slide .disp-sp {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .sec-top {
    margin-bottom: 0;
  }
  .sec-top .title h2 {
    font-size: 26px;
  }
  .sec-top .title h2 small {
    letter-spacing: .5px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-top .mv-slide {
    width: 55%;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-top {
    background-image: url(../img/mv/mv_bird_sp.jpg);
    background-position: 0 420px;
    padding-bottom: 300px;
  }
  .sec-top::after {
    content: none;
  }
  .sec-top .title {
    float: none;
    margin-right: 0;
    margin-left: 5%;
    width: 80%;
  }
  .sec-top .title h2 {
    width: 100%;
    font-size: 35px;
  }
  .sec-top .title h2 small {
    font-size: 15px;
  }
  .sec-top .mv-slide {
    width: auto;
  }
  .sec-top .mv-slide ul.fade {
    margin: auto;
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .sec-top {
    background-position: 0 440px;
    padding-bottom: 235px;
  }
  .mv-slide .disp-sp {
    display: block !important;
  }
  .mv-slide .disp-pc {
    display: none !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 428px) {
  .sec-top {
    background-position: 0 95%;
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .sec-top .title h2 {
    font-size: 30px;
  }
  .sec-top .title h2 small {
    font-size: 12px;
  }
}

.sec-biz {
  padding-top: 100px;
  padding-bottom: 330px;
  overflow: hidden;
  position: relative;
}

.sec-biz .biz-inner {
  max-width: 80%;
  margin: auto;
  position: relative;
}

.sec-biz .biz-bg {
  overflow: hidden;
  border-top-right-radius: 50px;
  max-width: 800px;
  width: 50%;
  margin: 0;
  position: relative;
  top: -50px;
  z-index: 1;
}

.sec-biz .biz-bg img {
  border-bottom: 3px solid #1e80be;
}

.sec-biz .section-title {
  margin-left: 90px;
  overflow: hidden;
  position: absolute;
  bottom: 110%;
  left: 10%;
}

.sec-biz .biz-slider {
  margin-left: 90px;
  padding-top: 4%;
  position: relative;
}

.sec-biz .wow-img {
  max-width: 108px;
}

.sec-biz .biz-slider_bg {
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px 0px #0400001a;
          box-shadow: 0px 0px 25px 0px #0400001a;
  position: absolute;
  left: 24vw;
  top: 22vh;
  width: 200%;
  height: 500px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.sec-biz .disp-sp {
  display: none;
}

.biz-content {
  display: block;
}

.biz-slider a.extrLink {
  cursor: pointer;
}

.biz-slider a.extrLink h4 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.biz-slider a.extrLink h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 12px;
  background-image: url("../img/business/business_win.png");
  background-size: cover;
  right: -6%;
  top: 0;
}

.biz-slider h4 {
  font-size: 25px;
  margin: 30px 0 30px 0;
}

.biz-slider h5 {
  font-weight: bold;
  margin: 30px 0 15px 0;
}

.biz-slider nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.biz-slider nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.biz-slider nav ul li {
  margin-right: 10px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #000;
  padding: 9px 15px;
}

.biz-slider ul.biz-fade {
  font-family: 'Sawarabi Gothic', sans-serif;
  max-width: 500px;
  margin-left: 10%;
}

.biz-slider ul.biz-fade li {
  margin-bottom: 7px;
  line-height: 1.1em;
}

.sec-biz .biz-fade button.slick-arrow {
  display: none;
}

.sec-biz .biz-fade ul.slick-dots {
  bottom: 105%;
}

.sec-biz .biz-fade ul.slick-dots li {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

.sec-biz .biz-fade ul.slick-dots li.slick-active button {
  color: #07dfe2;
  border-color: #07dfe2;
}

.sec-biz .biz-fade ul.slick-dots li button {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 26px;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sec-biz .biz-fade ul.slick-dots li button::before {
  content: none;
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .sec-biz {
    padding-bottom: 30%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sec-biz {
    padding-bottom: 47vw;
  }
}

@media screen and (min-width: 834px) and (max-width: 1024px) {
  .sec-biz {
    padding-bottom: 55%;
  }
  .sec-biz .biz-bg {
    width: 55%;
    top: -20px;
  }
  .sec-biz .biz-slider {
    margin-left: 40px;
    padding-top: 7%;
  }
  .sec-biz .biz-slider ul.biz-fade {
    margin-left: 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .sec-biz .biz-slider_bg {
    height: 480px;
  }
}

@media screen and (min-width: 428px) and (max-width: 834px) {
  .sec-biz {
    padding-bottom: 55%;
  }
  .sec-biz .biz-bg {
    width: 60%;
  }
  .sec-biz .biz-slider {
    margin-left: 30px;
    padding-top: 6%;
  }
  .sec-biz .biz-slider ul.biz-fade {
    max-width: 425px;
    margin-left: 5%;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .sec-biz .section-title {
    top: -450px;
  }
}

@media screen and (min-width: 428px) and (max-width: 768px) {
  .sec-biz {
    padding-top: 280px;
    padding-bottom: 70vh;
  }
  .sec-biz .biz-bg {
    width: 100%;
    top: 0;
  }
  .sec-biz .biz-slider_bg {
    position: absolute;
    left: -5vw;
    top: 35vw;
    height: 75vh;
  }
  .sec-biz .section-title {
    margin-left: 0px;
    overflow: hidden;
    position: absolute;
    left: 5vw;
  }
  .sec-biz .biz-slider {
    margin-left: 0;
    top: 22%;
  }
  .sec-biz .biz-slider ul.biz-fade {
    max-width: 50%;
    margin-left: 5%;
  }
  .sec-biz h4 {
    font-weight: bold;
    text-align: center;
    margin: 10px auto 20px auto;
  }
  .sec-biz h5 {
    text-align: center;
    font-size: 20px;
  }
  .sec-biz .biz-logo img {
    margin: auto;
  }
  .sec-biz .slick-slide ul {
    width: 80%;
    margin: auto;
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .sec-biz .section-title.disp-pc {
    display: none;
  }
  .sec-biz .section-title.disp-sp {
    display: block;
    overflow: unset;
    top: 5%;
    left: 10%;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .sec-biz {
    padding-top: 240px;
    padding-bottom: 90vh;
  }
  .sec-biz .biz-bg {
    width: 100%;
    top: 0;
  }
  .sec-biz .biz-slider_bg {
    position: absolute;
    left: -5vw;
    top: 30vw;
    height: 95vh;
  }
  .sec-biz .section-title {
    margin-left: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 125%;
    left: 5vw;
  }
  .sec-biz .biz-slider {
    margin-left: 0;
    padding-top: 0;
  }
  .sec-biz .biz-slider ul.biz-fade {
    max-width: 50%;
    margin-left: 5%;
  }
  .sec-biz .biz-slider ul.biz-fade .slick-dots {
    bottom: 100%;
  }
  .sec-biz h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .sec-biz h5 {
    text-align: center;
    font-size: 20px;
  }
  .sec-biz .biz-logo img {
    margin: auto;
  }
  .sec-biz .slick-slide ul {
    width: 100%;
    margin: auto;
    margin-top: 25px;
  }
}

@media screen and (max-width: 428px) {
  .biz-slider ul.biz-fade li {
    font-size: 14px;
    text-align: justify;
  }
}

@media screen and (min-width: 375px) and (max-width: 428px) {
  .sec-biz {
    padding-bottom: 75vh;
  }
  .sec-biz .biz-slider {
    top: 22%;
  }
  .sec-biz .biz-slider a.extrLink h4 {
    font-size: 22px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-biz .biz-slider a.extrLink h4::after {
    right: -3% !important;
    top: -7px;
  }
  .sec-biz .biz-slider_bg {
    height: 75vh;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .sec-biz {
    padding-top: 240px;
    padding-bottom: 75vh;
  }
  .sec-biz .biz-slider_bg {
    height: 70vh;
  }
  .sec-biz .biz-slider {
    top: 20%;
  }
  .sec-biz .biz-slider a.extrLink h4 {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-biz .biz-slider a.extrLink h4::after {
    right: -0%;
    top: -20px;
  }
}

@media screen and (orientation: landscape) and (max-height: 640px) {
  .sec-biz {
    padding-bottom: 140vh;
  }
  .sec-biz .biz-slider {
    top: 25%;
  }
  .sec-biz .biz-slider_bg {
    height: 165vh;
  }
}

.sec-comp {
  padding-top: 63px;
  padding-bottom: 35%;
  overflow: hidden;
}

.sec-comp .comp-inner {
  max-width: 80%;
  margin: auto;
  position: relative;
}

.sec-comp .section-title {
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0px 0px 25px 0px #0400001a;
          box-shadow: 0px 0px 25px 0px #0400001a;
  right: 75%;
  top: 0;
  width: 100%;
  height: 450px;
  z-index: -1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 70px;
}

.sec-comp .section-title .section-title_num {
  margin-left: auto;
  margin-right: 175px;
}

.sec-comp .section-title h3 {
  margin-left: auto;
  margin-right: 30px;
  max-width: 180px;
}

.sec-comp .comp-about {
  position: absolute;
  background-color: #e6f1f8;
  width: 200%;
  left: 10%;
  top: -6%;
  padding-left: 20.75%;
  padding-top: 63px;
  padding-bottom: 66px;
  border-bottom-left-radius: 50px;
  z-index: -2;
}

.sec-comp .comp-about table {
  font-size: 15px;
  text-align: left;
  width: 40%;
}

.sec-comp iframe.comp-map {
  position: relative;
  max-width: 1160px;
  width: 100%;
  top: 475px;
  height: 600px;
  margin-left: 10%;
  -webkit-box-shadow: 0px 0px 25px 0px #0400001a;
          box-shadow: 0px 0px 25px 0px #0400001a;
}

.comp-about table th {
  padding: 45px 0px 45px 20px;
  width: 20%;
  position: relative;
}

.comp-about table th::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1e80be;
  bottom: 0;
  left: 0;
}

.comp-about table td {
  padding: 45px 130px 45px 0px;
  width: 80%;
  position: relative;
}

.comp-about table td::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
  padding-bottom: 40%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sec-comp {
    padding-bottom: 50%;
  }
  .sec-comp .comp-about table {
    width: 39%;
  }
  .sec-comp .comp-about table th {
    width: 125px;
  }
  .sec-comp .comp-about table td {
    padding: 45px 10px 45px 20px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1024px) {
  .sec-comp {
    padding-bottom: 60%;
  }
  .sec-comp .section-title .section-title_num {
    margin-left: auto;
    margin-right: 175px;
  }
  .comp-map {
    max-width: 700px !important;
  }
  .comp-map iframe {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .sec-comp {
    padding-bottom: 70%;
  }
  .sec-comp .section-title {
    right: 73%;
  }
  .sec-comp .section-title div {
    display: block;
    width: 32%;
    margin-left: auto;
  }
  .sec-comp .section-title .section-title_num {
    margin-left: auto;
    margin-right: 160px;
  }
  .sec-comp .section-title h3 {
    max-width: unset;
  }
  iframe .comp-map {
    margin-left: 0;
    top: 755px;
    max-width: 600px !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .sec-comp {
    padding-top: 230px;
    padding-bottom: 800px;
  }
  .sec-comp .section-title {
    top: -210px;
    right: 50%;
    height: 300px;
  }
  .sec-comp .section-title div {
    display: block;
    width: 50%;
    margin-left: auto;
  }
  .sec-comp .section-title .section-title_num {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .sec-comp .section-title h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .sec-comp .comp-about {
    padding-top: 30%;
    padding-left: 8%;
    left: 0;
  }
  .sec-comp .comp-about table {
    width: 47%;
  }
  .sec-comp .comp-about table th {
    width: 30%;
  }
  .sec-comp .comp-about table td {
    padding: 45px 0px 45px 0px;
    width: 70%;
  }
  .sec-comp iframe.comp-map {
    position: relative;
    top: 735px;
    margin: auto;
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .sec-comp {
    padding-top: 230px;
    padding-bottom: 600px;
  }
  .sec-comp .section-title {
    top: -210px;
    right: 25%;
    height: 300px;
  }
  .sec-comp .section-title div {
    display: block;
    width: 75%;
    margin-left: auto;
  }
  .sec-comp .section-title .section-title_num {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .sec-comp .section-title h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .sec-comp .comp-about {
    padding-top: 50%;
    padding-left: 8%;
    left: 0;
  }
  .sec-comp .comp-about table {
    width: 47%;
  }
  .sec-comp .comp-about table tr {
    position: relative;
  }
  .sec-comp .comp-about table th {
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  .sec-comp .comp-about table th::after {
    content: none;
  }
  .sec-comp .comp-about table td {
    padding: 5px 0px 25px 0px;
    width: 100%;
    display: block;
  }
  .sec-comp .comp-about table td::before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #1e80be;
    bottom: 0px;
    left: 0;
    z-index: 1;
  }
  .sec-comp iframe.comp-map {
    top: 600px;
    margin: auto;
  }
}

@media screen and (max-width: 428px) {
  .sec-comp .comp-about table tr {
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .sec-comp iframe.comp-map {
    top: 550px;
    margin: auto;
    height: 300px;
  }
}

.sec-greeting {
  position: relative;
  overflow: hidden;
  margin-top: 115px;
  background-image: url(../img/greeting/greeting_bgdot.gif);
}

.sec-greeting::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background-color: #fff;
  position: absolute;
  top: 0px;
}

.sec-greeting .greeting-inner {
  max-width: 80%;
  margin: auto;
  position: relative;
}

.sec-greeting .greeting-inner .section-title {
  color: #b5b5b5;
  margin: 100px 0 0 75px;
  position: relative;
  z-index: 1;
}

.sec-greeting .greeting-inner.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec-greeting .greeting-inner .greeting-inner_l {
  margin-top: 95px;
  width: 45%;
  float: left;
  position: absolute;
  left: 10%;
}

.sec-greeting .greeting-inner .greeting-inner_l p {
  font-size: 15px;
  line-height: 2em;
}

.sec-greeting .greeting-inner .greeting-inner_l .greeting-autograph {
  margin-top: 55px;
  margin-left: auto;
  max-width: 50%;
}

.sec-greeting .greeting-inner .greeting-inner_r {
  position: relative;
  float: right;
  left: 23%;
  width: 60%;
}

.sec-greeting .greeting-inner .greeting-inner_r .greeting-bg {
  overflow: hidden;
  border-radius: 50px 0 0 50px;
  position: absolute;
  top: 0;
}

.sec-greeting .section-title .section-title_num {
  color: #b5b5b5;
}

.sec-greeting .section-title .section-title_num::after {
  background-color: #b5b5b5;
}

@media screen and (min-width: 834px) and (max-width: 1024px) {
  .sec-greeting .greeting-inner .greeting-inner_r .greeting-bg {
    width: 135%;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .sec-greeting .greeting-inner .greeting-inner_r .greeting-bg {
    width: 135%;
  }
  .sec-greeting .greeting-inner .greeting-inner_l {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .sec-greeting {
    padding-bottom: 10%;
  }
  .sec-greeting .greeting-inner {
    max-width: 90%;
    padding-bottom: 0;
  }
  .sec-greeting .greeting-inner .section-title {
    position: absolute;
    margin: 50px 0 0 -5%;
  }
  .sec-greeting .greeting-inner .greeting-inner_l {
    float: none;
    position: unset;
    margin: 20% auto 0;
    width: 80%;
  }
  .sec-greeting .greeting-inner .greeting-inner_r .greeting-bg {
    position: relative;
    right: 15%;
    width: 135%;
  }
  .sec-greeting .greeting-inner .greeting-inner_r {
    float: none;
    left: 10%;
    width: 80%;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .sec-greeting .greeting-inner .greeting-inner_l .greeting-autograph {
    width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .sec-greeting .greeting-inner {
    margin-bottom: 700px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .sec-greeting .greeting-inner {
    margin-bottom: 800px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sec-greeting .greeting-inner {
    margin-bottom: 900px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-greeting .greeting-inner {
    margin-bottom: 1000px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .sec-greeting .greeting-inner {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 428px) {
  .sec-greeting .greeting-inner .greeting-inner_l p {
    font-size: 14px;
    text-align: justify;
  }
}

.sec-officer {
  margin-top: 125px;
  margin-bottom: 130px;
  background: -o-linear-gradient(top, #1e80be 500px, #fff 100px, #fff 100%);
  background: linear-gradient(180deg, #1e80be 500px, #fff 100px, #fff 100%);
  position: relative;
  overflow: hidden;
}

.sec-officer .officer-inner {
  max-width: 80%;
  margin: auto;
  position: relative;
}

.sec-officer .officer-inner .section-title {
  color: #a5cce5;
  padding-top: 66px;
  margin-left: 10%;
  margin-bottom: 75px;
}

.sec-officer .officer-inner .section-title small {
  color: #a5cce5;
}

.sec-officer .officer-inner .section-title .section-title_num {
  color: #a5cce5;
}

.sec-officer .officer-inner .section-title .section-title_num::after {
  background-color: #a5cce5;
}

.sec-officer .officer-inner h4 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 42px;
}

.sec-officer .officer-inner h4 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 14px;
}

.sec-officer .officer-inner h4 small {
  display: block;
  font-size: 10px;
  font-family: "Arial", "sans-serif";
  font-weight: normal;
  color: #a5cce5;
  margin-top: 14px;
}

.sec-officer .officer-inner .main {
  margin-left: 10%;
}

.sec-officer .officer-inner .officer-1 {
  position: relative;
}

.sec-officer .officer-inner .officer-1 .name {
  z-index: 1;
}

.sec-officer .officer-inner .officer-1 .name .photo {
  max-width: 580px;
  min-width: 320px;
}

.sec-officer .officer-inner .officer-1 .history {
  background-color: #fff;
  padding-top: 115px;
  padding-left: 14.5%;
  padding-right: 10%;
  border-radius: 80px;
  position: relative;
  right: 8%;
  top: 50px;
  max-width: 710px;
}

.sec-officer .officer-inner .officer-1 .history p {
  font-size: 15px;
  line-height: 2em;
  white-space: nowrap;
}

.sec-officer .officer-inner .officer-2 {
  margin-top: 80px;
  position: relative;
}

.sec-officer .officer-inner .officer-2 .officer-2_bg {
  background-color: #e6f1f8;
  max-width: 1100px;
  width: 95%;
  height: 53%;
  position: absolute;
  top: 0%;
  border-radius: 80px;
}

.sec-officer .officer-inner .officer-2 .flex {
  padding-top: 70px;
  position: relative;
  left: 20%;
}

.sec-officer .officer-inner .officer-2_1, .sec-officer .officer-inner .officer-2_2 {
  z-index: 1;
  max-width: 400px;
}

.sec-officer .officer-inner .officer-2_1 {
  width: 40.5%;
  margin-right: 2.7%;
}

.sec-officer .officer-inner .officer-2_2 {
  margin-left: 2.7%;
  width: 40.5%;
}

.sec-officer .officer-inner .officer-2 h4.name {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.sec-officer .officer-inner .officer-2 h4.name span {
  font-weight: normal;
  font-size: 15px;
}

.sec-officer .officer-inner .officer-2 h4.name small {
  color: #c2c2c2;
}

.sec-officer .officer-inner .officer-2 .photo {
  max-width: 400px;
  margin-bottom: 30px;
}

.sec-officer .officer-inner .officer-2 p {
  font-size: 15px;
  line-height: 25px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .officer-1 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-officer .officer-inner .officer-1 {
    margin-bottom: 300px;
  }
  .sec-officer .officer-inner .officer-1 .name .photo {
    max-width: 320px;
    min-width: 280px;
  }
  .sec-officer .officer-inner .officer-1 .history {
    position: absolute;
    right: -5%;
    top: 35px;
    width: 70%;
    padding-right: 5%;
  }
  .sec-officer .officer-inner .officer-1 .history p {
    white-space: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec-officer .officer-inner .officer-1 .name .photo {
    max-width: 280px;
    min-width: 240px;
  }
  .sec-officer .officer-inner .officer-1 .history {
    right: -10%;
  }
}

@media screen and (min-width: 834px) and (max-width: 1024px) {
  .sec-officer .officer-inner .officer-1 .history {
    width: 75%;
    right: -10%;
  }
  .sec-officer .officer-inner .officer-1 .history p {
    white-space: unset;
  }
  .sec-officer .officer-inner .officer-2 h4.name {
    font-size: 27px;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .sec-officer .officer-inner .officer-2 h4.name {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sec-officer .officer-inner .officer-1 .name .photo {
    min-width: 260px;
  }
  .sec-officer .officer-inner .officer-1 .history {
    margin-bottom: 50px;
  }
  .sec-officer .officer-inner .officer-2 .officer-2_bg {
    width: 80%;
  }
  .sec-officer {
    overflow: hidden;
  }
  .sec-officer .officer-inner .main {
    margin-left: 5%;
  }
  .sec-officer .officer-inner .section-title {
    margin-left: 0;
    padding-top: 35px;
  }
  .sec-officer .officer-inner .officer-1.flex {
    display: block;
  }
  .sec-officer .officer-inner .officer-1 .name .photo {
    max-width: 580px;
    margin: auto;
  }
  .sec-officer .officer-inner .officer-1 .history {
    padding-top: 0;
    padding-left: 10%;
    position: relative !important;
  }
  .sec-officer .officer-inner .officer-1 .history p {
    font-size: 16px;
  }
  .sec-officer .officer-inner .officer-2 {
    margin-top: 120px;
  }
  .sec-officer .officer-inner .officer-2 .officer-2_bg {
    width: 127%;
    height: 30%;
    right: -16%;
    border-radius: 80px 80px 0 80px;
  }
  .sec-officer .officer-inner .officer-2 .flex {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: unset;
    left: 0;
  }
  .sec-officer .officer-inner .officer-2_1, .sec-officer .officer-inner .officer-2_2 {
    width: 90%;
    max-width: unset;
  }
  .sec-officer .officer-inner .officer-2_1 {
    margin-right: 0;
    margin-bottom: 120px;
  }
  .sec-officer .officer-inner .officer-2 h4.name {
    font-size: 35px;
    font-weight: normal;
  }
  .sec-officer .officer-inner .officer-2 .photo {
    margin: 0 auto 30px;
  }
  .sec-officer .officer-inner .officer-2 p {
    max-width: 400px;
    font-size: 16px;
    margin: auto;
  }
}

@media screen and (max-width: 428px) {
  .sec-officer .officer-inner .officer-1 .history p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
  }
  .sec-officer .officer-inner h4 {
    font-size: 36px;
  }
  .sec-officer .officer-inner .officer-2 h4.name {
    font-size: 32px;
  }
  .sec-officer .officer-inner .officer-2 p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
  }
}

@media screen and (min-width: 320px) and (max-width: 428px) {
  .sec-officer .officer-inner .main {
    margin-left: 0;
  }
  .sec-officer .officer-inner .officer-1 .history {
    padding: 0;
    margin-left: 8%;
    top: 30px;
  }
  .sec-officer .officer-inner .officer-1 .history p {
    white-space: unset;
  }
  .sec-officer .officer-inner .officer-2 .photo {
    width: 80%;
  }
  .sec-officer .officer-inner .officer-2_1 {
    margin-bottom: 80px;
  }
}

.new-pd {
  padding-top: 245px;
  position: relative;
}

.new-pd::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 800px;
  width: 70%;
  max-height: 790px;
  height: 100%;
  background-color: #e6f1f8;
  left: 30%;
  bottom: 0;
  border-radius: 80px 80px 0 80px;
  z-index: -1;
}

.sec-new {
  position: relative;
  padding-bottom: 38%;
  background-image: url(../img/greeting/greeting_bgdot.gif);
}

.sec-new .new-inner {
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 0px 25px 0px #0400001a;
          box-shadow: 0px 0px 25px 0px #0400001a;
  right: 40%;
  top: -250px;
  width: 80%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 80px;
  padding-bottom: 110px;
}

.sec-new .new-inner .section-title {
  margin-left: 48%;
  margin-bottom: 20px;
}

.sec-new .new-inner table {
  font-size: 15px;
  text-align: left;
  width: 45%;
  margin-left: 48%;
}

.sec-new .new-inner table tr {
  position: relative;
}

.sec-new .new-inner table th {
  position: relative;
  padding: 45px 20px 45px 60px;
}

.sec-new .new-inner table th::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.sec-new .new-inner table th.new-icon::before {
  content: "";
  position: absolute;
  display: block;
  max-width: 45px;
  padding: 24px;
  background-image: url(../img/watsnew/watsnew_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 5px;
}

.sec-new .new-inner table td {
  padding: 45px 130px 45px 20px;
  position: relative;
}

.sec-new .new-inner table td::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .sec-new {
    padding-bottom: 52%;
  }
  .sec-new::after {
    bottom: 20%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sec-new {
    padding-bottom: 52%;
  }
  .sec-new::after {
    content: "";
    width: 45%;
    height: 108%;
    bottom: 10%;
    left: 55%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-new {
    padding-bottom: 70%;
  }
  .sec-new::after {
    content: "";
    width: 45%;
    height: 108%;
    bottom: 10%;
    left: 55%;
  }
  .sec-new .new-inner {
    right: 10%;
    width: 100%;
  }
  .sec-new .new-inner .section-title {
    margin-left: 25%;
  }
  .sec-new .new-inner table {
    width: 70%;
    margin-left: 25%;
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sec-new .new-inner {
    right: 25%;
  }
  .sec-new .new-inner .section-title {
    margin-left: 33%;
    margin-bottom: 20px;
  }
  .sec-new .new-inner table {
    width: 60%;
    margin-left: 33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .new-pd {
    padding-top: 0px;
    padding-bottom: 35%;
  }
  .sec-new .new-inner {
    top: 15px;
    right: 10%;
    width: 100%;
  }
  .sec-new .new-inner .section-title {
    margin-left: 20%;
  }
}

@media screen and (max-width: 768px) {
  .new-pd::after {
    left: 30%;
    top: 10%;
  }
  .sec-new {
    padding-bottom: 115%;
  }
  .sec-new .new-inner {
    right: 10%;
    width: 90%;
  }
  .sec-new .new-inner .section-title {
    margin-left: 10%;
  }
  .sec-new .new-inner table {
    width: 80%;
    margin-left: 15%;
  }
  .sec-new .new-inner table th {
    width: 25%;
    padding: 45px 0 45px 0;
    width: 20%;
  }
  .sec-new .new-inner table th.new-icon::before {
    content: "";
    max-width: 90px;
    padding: 30px;
    top: -10px;
    bottom: 60px;
    left: 5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .sec-new .new-inner table td {
    padding: 25px 0 25px 20px;
  }
  .sec-new .new-inner table th {
    width: 30%;
    padding: 14px 0px;
  }
  .sec-new .new-inner table th.new-icon::before {
    content: "";
    max-width: 90px;
    padding: 25px;
    top: -20px;
    bottom: 60px;
    left: 5px;
  }
}

@media screen and (max-width: 428px) {
  .sec-new .new-inner table tr {
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
  }
}

@media screen and (min-width: 320px) and (max-width: 414px) {
  .sec-new .new-inner table {
    margin-left: 10%;
  }
  .sec-new .new-inner table th {
    width: 35%;
  }
}

.sec-footer {
  background-color: #353535;
  text-align: center;
  margin-top: 125px;
  position: relative;
}

.sec-footer .udh-logo {
  width: 120px;
  margin: 135px auto 55px;
}

.sec-footer .footer-bg {
  position: relative;
  z-index: 1;
}

.sec-footer div#toTop {
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: #1e80be;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 375px;
  margin: auto;
  z-index: 1;
}

.sec-footer div#toTop a {
  color: transparent;
  display: block;
  padding: 27px;
}

.sec-footer div#toTop a::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  top: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sec-footer .footer-copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  color: #e5e5e5;
  font-size: 10px;
  font-family: "Arial","Sans-serif";
  padding-bottom: 55px;
}

.sec-footer .footer-copyright::after {
  content: "";
  display: block;
  position: absolute;
  width: 185px;
  height: 5px;
  background-color: #1e80be;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.faq {
  background-color: #353535;
  color: #fff;
  width: 250px;
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(4, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(4, 0, 0, 0.1);
}

.faq a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 23px;
  position: relative;
}

.faq a::after {
  content: "";
  position: absolute;
  padding: 15px;
  background-image: url("../img/faq/question.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 25%;
  right: 10%;
  margin: auto;
}

.drawer-open .faq {
  display: none;
}

.drawer-close .faq {
  display: block;
}

@media screen and (max-width: 768px) {
  .sec-footer .footer-bg .disp-sp {
    display: block;
  }
  .sec-footer .footer-bg .disp-pc {
    display: none;
  }
}

@media screen and (max-width: 428px) {
  .sec-footer div#toTop {
    width: 50px;
    height: 50px;
    bottom: 325px;
  }
  .sec-footer .udh-logo {
    width: 100px;
    margin: 100px auto 55px;
  }
  .faq {
    max-width: 250px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

section.contact-top {
  position: relative;
  overflow: hidden;
}

section.contact-top h2 {
  position: absolute;
  font-size: 40px;
  font-family: 'Arial','Sans-serif';
  font-weight: bold;
  color: #fff;
  left: 65%;
  top: 45%;
}

section.contact-top h2 small {
  text-align: right;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}

section.contact-top .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  max-height: 800px;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: 0;
  -webkit-animation: img-wrap 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.contact-form {
  margin-top: 48px;
}

.contact-form .notes {
  width: 80%;
  margin-right: auto;
  margin-bottom: 55px;
  background-color: #e6f1f8;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-right-radius: 80px;
}

.contact-form .notes .notes-inner {
  width: 60%;
  margin-left: 35%;
}

.contact-form .notes .notes-inner p {
  font-size: 15px;
  line-height: 2em;
  padding: 22px 12px;
}

.contact-form .notes .notes-inner hr {
  background-color: #d2d2d2;
  height: 1.5px;
  border: none;
}

.contact-form .stage {
  margin-bottom: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form .stage .stage-block {
  font-size: 15px;
  padding: 28px;
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.contact-form .stage .stage-block:nth-child(2) {
  margin: auto 20px;
}

.contact-form .contact-form_area {
  width: 80%;
  margin: 0 auto;
}

.contact-form .formTable {
  font-size: 15px;
}

.contact-form .formTable .flex {
  margin-bottom: 30px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background: #f1f1f1;
  min-height: 90px;
}

.contact-form .formTable .column1 {
  width: 30%;
  padding: 35px 30px;
}

.contact-form .formTable .column2 {
  width: 70%;
  padding-top: 25px;
}

.contact-form .formTable .column2 input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 15px;
  width: 60%;
  resize: none;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.contact-form .formTable .column2 input::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.contact-form .formTable .column2 input::-moz-placeholder {
  color: #999999;
  font-size: 15px;
}

.contact-form .formTable .column2 input:-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.contact-form .formTable .column2 input::-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.contact-form .formTable .column2 input::placeholder {
  color: #999999;
  font-size: 15px;
}

.contact-form .formTable .company .column2 input {
  width: 90%;
}

.contact-form .formTable .tel .column2 input {
  width: 40%;
}

.contact-form .formTable .inquiry {
  height: 370px;
}

.contact-form .formTable .inquiry .column2 textarea {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  width: 90%;
  height: 320px;
  resize: none;
}

.contact-form .formTable .policy {
  height: 460px;
}

.contact-form .formTable .policy .column2 p {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 35px 30px;
  margin-left: 0;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  width: 90%;
  height: 320px;
  resize: none;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.contact-form .formTable label,
.contact-form .formTable .policy p {
  display: block;
}

.contact-form .formTable .policy .column2 .policy-check.flex {
  background-color: transparent;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  min-height: 30px !important;
}

.contact-form .formTable .policy .column2 .policy-check input {
  width: 20px;
  height: 20px;
}

.contact-form .formTable .policy .column2 .policy-check label {
  margin: 0 15px;
}

.contact-form .outPut .column {
  background-color: #f1f1f1;
  padding: 35px 30px;
}

.contact-form .outPut .column p.sub {
  width: 30%;
}

.contact-form .outPut .column p.out {
  width: 70%;
  text-align: justify;
  line-height: 20px;
}

.mailForm #toTop, .mailForm .sec-footer .udh-logo, .mailForm .footer-copyright, .confirm #toTop, .confirm .sec-footer .udh-logo, .confirm .footer-copyright, .mailComp #toTop, .mailComp .sec-footer .udh-logo, .mailComp .footer-copyright {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

input.form-btn {
  display: block;
  border-radius: 4px;
  background-color: #353535;
  color: #fff;
  max-width: 460px;
  width: 80%;
  height: 70px;
  margin: auto;
  text-align: center;
}

.error {
  margin-bottom: 105px;
  padding: 30px 35px;
  background-color: #f1f1f1;
}

.error h4 {
  margin-bottom: 1em;
}

.error p {
  line-height: 2em;
}

.complete {
  width: 80%;
  margin: auto;
  text-align: center;
  background-color: #f1f1f1;
  padding: 64px 90px;
}

.complete h3 {
  font-size: 20px;
  margin-bottom: 64px;
  font-weight: bold;
}

.complete p {
  font-size: 15px;
  line-height: 2em;
}

.confirm .flex.confirm-submit input:nth-child(1) {
  width: 20%;
  margin-right: 0;
}

.confirm .flex.confirm-submit input:nth-child(2) {
  margin-left: 2%;
}

.complete {
  width: 80%;
  margin: auto;
  text-align: center;
  background-color: #f1f1f1;
  padding: 64px 90px;
}

.complete h3 {
  font-size: 20px;
  margin-bottom: 64px;
  font-weight: bold;
}

.complete p {
  font-size: 15px;
  line-height: 2em;
}

.btn-black {
  margin-top: 105px;
  margin-bottom: 80%;
}

.btn-black a {
  display: block;
  border-radius: 4px;
  background-color: #353535;
  color: #fff;
  max-width: 460px;
  width: 80%;
  height: 70px;
  margin: auto;
  text-align: center;
  line-height: 4em;
}

.disp-sp {
  display: none;
}

a.js-btn {
  color: #1e80be;
}

@media screen and (max-width: 1024px) {
  section.contact-top h2 {
    top: 35%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form .stage {
    width: 90%;
    margin: auto;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 834px) {
  .title .disp-sp {
    display: block;
  }
  .title .disp-pc {
    display: none;
  }
  section.contact-top h2 {
    top: 40%;
  }
}

@media screen and (max-width: 768px) {
  .contact-form .notes {
    padding-bottom: 15px;
  }
  .contact-form .notes .notes-inner {
    width: 85%;
    margin-left: 7.5%;
  }
  .contact-form .notes .notes-inner p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.5em;
    padding: 22px 12px;
  }
  .contact-form .stage {
    max-width: 90%;
    margin: 48px auto;
  }
  .contact-form .stage .stage-block {
    font-size: 18px;
    padding: 22px 28px;
  }
  .contact-form .contact-form_area {
    width: 90%;
  }
  .contact-form .contact-form_area .formTable .column2 input {
    width: 90%;
  }
  .contact-form .contact-form_area .formTable .column1 {
    padding: 35px 0 35px 30px;
  }
  input.form-btn {
    font-size: 18px;
  }
  .complete {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 428px) and (max-width: 640px) {
  section.contact-top h2 {
    left: 60%;
    font-size: 30px;
  }
  .contact-form .notes .notes-inner {
    width: 85%;
    margin-left: 7.5%;
  }
  .contact-form .notes .notes-inner p {
    font-size: 15px;
  }
}

@media screen and (max-width: 428px) {
  section.contact-top h2 {
    left: 60%;
    font-size: 25px;
  }
  .contact-form .notes {
    width: 90%;
  }
  .contact-form .notes .notes-inner {
    width: 90%;
    margin-left: 5%;
  }
  .contact-form .notes .notes-inner p {
    font-size: 15px;
  }
  .contact-form .notes .notes-inner p.fs-small_sp {
    font-size: 12px;
  }
  .contact-form .stage {
    margin: 48px auto 35px;
  }
  .contact-form .stage .stage-block {
    font-size: 15px;
    padding: 13px 25px;
    height: 40px;
  }
  .contact-form .stage .stage-block:nth-child(2) {
    margin: auto 10px;
  }
  .contact-form .formTable .flex {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form .formTable .flex .column1 {
    width: 100%;
    padding: 25px 0 15px 30px;
  }
  .contact-form .formTable .flex .column2 {
    margin: auto;
    padding-top: 0;
    padding-bottom: 40px;
    width: 75%;
  }
  .contact-form .formTable .flex .column2 input {
    width: 100%;
  }
  .contact-form .formTable .flex .column2 textarea {
    width: 100%;
  }
  .contact-form .formTable .flex .column2.form p {
    position: relative;
    top: 15px;
  }
  .contact-form .formTable .policy .column2 p {
    width: 100%;
  }
  .contact-form .formTable .policy .column2 .policy-check.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
    margin-bottom: 0;
  }
  .contact-form .formTable .policy .column2 .policy-check label {
    margin: 0 0 0 10px;
  }
  .contact-form input.form-btn {
    width: 90%;
    font-size: 15px;
  }
  .confirm .contact-form .outPut .column p.sub {
    width: 100%;
    margin-bottom: 18px;
  }
  .confirm .contact-form .outPut .column p.out {
    width: 100%;
  }
  .confirm .flex.confirm-submit input:nth-child(1) {
    width: 30%;
    margin-right: 0;
  }
  .confirm .flex.confirm-submit input:nth-child(2) {
    margin-left: 5%;
    max-width: 60%;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  section.contact-top h2 {
    left: 60%;
    font-size: 20px;
  }
  section.contact-top h2 small {
    font-size: 12px;
  }
  .contact-form .formTable .policy .column2 p {
    padding: 20px 20px;
  }
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes img-wrap2 {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes img-wrap2 {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideTextY-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeUpDown {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header.sec-header nav::after {
  -webkit-animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  /* content: ''; */
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.animate__animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.udh-logo img {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.sec-top .title {
  width: 20%;
  margin-right: 20%;
}

.sec-top .title h2 {
  width: 50%;
  white-space: nowrap;
}

.top-inner .title h2 span {
  display: block;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.top-inner .title h2 small {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.sec-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  max-height: 800px;
  height: 65%;
  background-color: #fff;
  bottom: 0px;
  z-index: 0;
  -webkit-animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.header-nav {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.sec-top .mv-slide {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

.faq {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.floatAnime {
  -webkit-animation-name: float;
          animation-name: float;
  -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;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
          animation: blink 1.5s ease-in-out infinite alternate;
}

.biz-slider_bg, .biz-bg, .sec-biz .section-title_num, .sec-biz .section-title h3, .biz-logo, .biz-slider h4, .biz-content, .biz-slider .slick-dots {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.run .biz-slider_bg {
  -webkit-animation: fadeIn .5s ease .5s 1 normal;
          animation: fadeIn .5s ease .5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .biz-bg {
  -webkit-animation: fadeIn .75s ease 1.2s 1 normal;
          animation: fadeIn .75s ease 1.2s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-biz .section-title_num {
  -webkit-animation: fadeLeft .75s ease 1.5s 1 normal;
          animation: fadeLeft .75s ease 1.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-biz .section-title h3 {
  -webkit-animation: fadeLeft .75s ease 1.8s 1 normal;
          animation: fadeLeft .75s ease 1.8s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .biz-slider h4, .run .biz-logo {
  -webkit-animation: fadeIn .5s ease 2.3s 1 normal;
          animation: fadeIn .5s ease 2.3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .biz-content {
  -webkit-animation: fadeIn .5s ease 2.6s 1 normal;
          animation: fadeIn .5s ease 2.6s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .biz-slider .slick-dots {
  -webkit-animation: fadeIn .5s ease 2.9s 1 normal;
          animation: fadeIn .5s ease 2.9s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sec-comp .section-title, .sec-comp .section-title_num, .sec-comp .section-title h3, .comp-about .about1, .comp-about .about2, .comp-about .about3, .comp-about .about4, .comp-about .about5, .comp-about .about6, .comp-about .about7, .sec-comp .comp-map {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.run.sec-comp .section-title {
  -webkit-animation: fadeIn .75s ease .5s 1 normal;
          animation: fadeIn .75s ease .5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-comp .section-title_num {
  -webkit-animation: fadeLeft .75s ease 1s 1 normal;
          animation: fadeLeft .75s ease 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-comp .section-title h3 {
  -webkit-animation: fadeLeft .75s ease 1.3s 1 normal;
          animation: fadeLeft .75s ease 1.3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .comp-about .about1 {
  -webkit-animation: fadeIn .75s ease 1.8s 1 normal;
          animation: fadeIn .75s ease 1.8s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .comp-about .about2 {
  -webkit-animation: fadeIn .75s ease 2.1s 1 normal;
          animation: fadeIn .75s ease 2.1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .comp-about .about3 {
  -webkit-animation: fadeIn .75s ease 2.3s 1 normal;
          animation: fadeIn .75s ease 2.3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .comp-about .about4 {
  -webkit-animation: fadeIn .75s ease 2.5s 1 normal;
          animation: fadeIn .75s ease 2.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .comp-about .about5 {
  -webkit-animation: fadeIn .75s ease 2.7s 1 normal;
          animation: fadeIn .75s ease 2.7s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .comp-about .about6 {
  -webkit-animation: fadeIn .75s ease 2.9s 1 normal;
          animation: fadeIn .75s ease 2.9s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run .comp-about .about7 {
  -webkit-animation: fadeIn .75s ease 3.1s 1 normal;
          animation: fadeIn .75s ease 3.1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sec-comp .run.comp-map {
  -webkit-animation: fadeIn .75s ease 0.7s 1 normal;
          animation: fadeIn .75s ease 0.7s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.greeting-inner_r, .sec-greeting .section-title_num, .sec-greeting .section-title h3, .greeting-inner_l p, .greeting-inner_l .greeting-autograph {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.run .greeting-inner_r {
  -webkit-animation: fadeIn .75s ease .5s 1 normal;
          animation: fadeIn .75s ease .5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .section-title_num {
  -webkit-animation: fadeLeft .75s ease 1s 1 normal;
          animation: fadeLeft .75s ease 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .section-title h3 {
  -webkit-animation: fadeLeft .75s ease 1.3s 1 normal;
          animation: fadeLeft .75s ease 1.3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .greeting-inner_l p.text1 {
  -webkit-animation: slideTextY-10 .75s ease 1.8s 1 normal;
          animation: slideTextY-10 .75s ease 1.8s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .greeting-inner_l p.text2 {
  -webkit-animation: slideTextY-10 .75s ease 2s 1 normal;
          animation: slideTextY-10 .75s ease 2s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .greeting-inner_l p.text3 {
  -webkit-animation: slideTextY-10 .75s ease 2.2s 1 normal;
          animation: slideTextY-10 .75s ease 2.2s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .greeting-inner_l p.text4 {
  -webkit-animation: slideTextY-10 .75s ease 2.4s 1 normal;
          animation: slideTextY-10 .75s ease 2.4s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .greeting-inner_l p.text5 {
  -webkit-animation: slideTextY-10 .75s ease 2.6s 1 normal;
          animation: slideTextY-10 .75s ease 2.6s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-greeting .greeting-inner_l .greeting-autograph {
  -webkit-animation: fadeIn .75s ease 3s 1 normal;
          animation: fadeIn .75s ease 3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sec-officer .section-title_num, .sec-officer .section-title h3, .officer-1 .name h4, .officer-1 .name .photo, .officer-1 .history, .officer-1 .history p, .officer-2 .officer-2_bg, .officer-2 .officer-2_1 .name, .officer-2 .officer-2_1 .photo, .officer-2 .officer-2_1 p, .officer-2 .officer-2_2 .name, .officer-2 .officer-2_2 .photo, .officer-2 .officer-2_2 p {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

section.run.sec-officer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  max-height: 500px;
  height: 65%;
  background-color: #fff;
  bottom: 0px;
  z-index: 0;
  -webkit-animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.run.sec-officer .section-title_num {
  -webkit-animation: fadeLeft .75s ease 2s 1 normal;
          animation: fadeLeft .75s ease 2s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .section-title h3 {
  -webkit-animation: fadeLeft .75s ease 2.2s 1 normal;
          animation: fadeLeft .75s ease 2.2s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .name h4 {
  -webkit-animation: fadeIn .75s ease 2.4s 1 normal;
          animation: fadeIn .75s ease 2.4s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .name .photo {
  -webkit-animation: fadeIn .75s ease 2.6s 1 normal;
          animation: fadeIn .75s ease 2.6s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history {
  -webkit-animation: fadeIn .75s ease 2.8s 1 normal;
          animation: fadeIn .75s ease 2.8s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history p.text1 {
  -webkit-animation: slideTextY-10 .75s ease 3.1s 1 normal;
          animation: slideTextY-10 .75s ease 3.1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history p.text2 {
  -webkit-animation: slideTextY-10 .75s ease 3.4s 1 normal;
          animation: slideTextY-10 .75s ease 3.4s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history p.text3 {
  -webkit-animation: slideTextY-10 .75s ease 3.5s 1 normal;
          animation: slideTextY-10 .75s ease 3.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history p.text4 {
  -webkit-animation: slideTextY-10 .75s ease 3.6s 1 normal;
          animation: slideTextY-10 .75s ease 3.6s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history p.text5 {
  -webkit-animation: slideTextY-10 .75s ease 3.7s 1 normal;
          animation: slideTextY-10 .75s ease 3.7s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history p.text6 {
  -webkit-animation: slideTextY-10 .75s ease 3.8s 1 normal;
          animation: slideTextY-10 .75s ease 3.8s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-officer .officer-1 .history p.text7 {
  -webkit-animation: slideTextY-10 .75s ease 3.9s 1 normal;
          animation: slideTextY-10 .75s ease 3.9s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.officer-2 .officer-2_bg {
  -webkit-animation: fadeIn .75s ease 1s 1 normal;
          animation: fadeIn .75s ease 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.officer-2 .officer-2_1 .name {
  -webkit-animation: fadeIn .75s ease 1.5s 1 normal;
          animation: fadeIn .75s ease 1.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.officer-2 .officer-2_1 .photo {
  -webkit-animation: fadeIn .75s ease 1.8s 1 normal;
          animation: fadeIn .75s ease 1.8s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.officer-2 .officer-2_1 p {
  -webkit-animation: fadeIn .75s ease 2.1s 1 normal;
          animation: fadeIn .75s ease 2.1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.officer-2 .officer-2_2 .name {
  -webkit-animation: fadeIn .75s ease 2.4s 1 normal;
          animation: fadeIn .75s ease 2.4s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.officer-2 .officer-2_2 .photo {
  -webkit-animation: fadeIn .75s ease 2.6s 1 normal;
          animation: fadeIn .75s ease 2.6s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.officer-2 .officer-2_2 p {
  -webkit-animation: fadeIn .75s ease 2.8s 1 normal;
          animation: fadeIn .75s ease 2.8s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sec-new .new-inner, .sec-new .section-title_num, .sec-new .section-title h3, .sec-new table tr {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.run.sec-new .new-inner {
  -webkit-animation: fadeIn .75s ease .5s 1 normal;
          animation: fadeIn .75s ease .5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new .section-title_num {
  -webkit-animation: fadeLeft .75s ease 1s 1 normal;
          animation: fadeLeft .75s ease 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new .section-title h3 {
  -webkit-animation: fadeLeft .75s ease 1.2s 1 normal;
          animation: fadeLeft .75s ease 1.2s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new1 {
  -webkit-animation: fadeIn .75s ease 1.5s 1 normal;
          animation: fadeIn .75s ease 1.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new2 {
  -webkit-animation: fadeIn .75s ease 1.7s 1 normal;
          animation: fadeIn .75s ease 1.7s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new3 {
  -webkit-animation: fadeIn .75s ease 1.9s 1 normal;
          animation: fadeIn .75s ease 1.9s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new4 {
  -webkit-animation: fadeIn .75s ease 2.1s 1 normal;
          animation: fadeIn .75s ease 2.1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new5 {
  -webkit-animation: fadeIn .75s ease 2.3s 1 normal;
          animation: fadeIn .75s ease 2.3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new6 {
  -webkit-animation: fadeIn .75s ease 2.5s 1 normal;
          animation: fadeIn .75s ease 2.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new7 {
  -webkit-animation: fadeIn .75s ease 2.7s 1 normal;
          animation: fadeIn .75s ease 2.7s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new8 {
  -webkit-animation: fadeIn .75s ease 2.9s 1 normal;
          animation: fadeIn .75s ease 2.9s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new9 {
  -webkit-animation: fadeIn .75s ease 3.1s 1 normal;
          animation: fadeIn .75s ease 3.1s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-new table tr.new10 {
  -webkit-animation: fadeIn .75s ease 3.3s 1 normal;
          animation: fadeIn .75s ease 3.3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#toTop, .sec-footer .udh-logo, .footer-copyright {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.run .footer-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  max-height: 500px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  -webkit-animation: img-wrap2 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap2 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.run.sec-footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  max-height: 1000px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  -webkit-animation: img-wrap2 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap2 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.run.sec-footer #toTop {
  -webkit-animation: fadeIn .75s ease 1.9s 1 normal;
          animation: fadeIn .75s ease 1.9s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-footer .udh-logo {
  -webkit-animation: fadeIn .75s ease 2.2s 1 normal;
          animation: fadeIn .75s ease 2.2s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.run.sec-footer .footer-copyright {
  -webkit-animation: fadeBottom .75s ease 2.5s 1 normal;
          animation: fadeBottom .75s ease 2.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.drawer--right .drawer-hamburger {
  right: 5%;
  padding-right: 0;
  top: 5%;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 5%;
}

.drawer--right.drawer-open .drawer-hamburger-icon:after, .drawer--right.drawer-open .drawer-hamburger-icon:before {
  background-color: #c1c1c1;
}

.drawer--right.drawer-open .drawer-nav {
  width: 60%;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #353535;
  height: 3px;
}

.drawer-menu {
  margin-top: 110px;
  margin-left: 38px;
}

.drawer-menu::before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: #1e80be;
  margin-bottom: 15px;
}

.drawer-menu li {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.drawer-menu li a {
  padding: 20px 0;
  display: block;
}

.drawer-menu li a small {
  font-family: 'Arial',sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: block;
  color: #c2c2c2;
}

.drawer-menu li a small:nth-child(2) {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .drawer-toggle.drawer-hamburger {
    display: block !important;
  }
  .drawer--right .drawer-nav {
    display: block !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .drawer--right.drawer-open .drawer-nav {
    width: 35%;
  }
}

@media screen and (min-width: 769px) {
  .drawer-toggle.drawer-hamburger {
    display: none !important;
  }
  .drawer--right .drawer-nav {
    display: none !important;
  }
}
