@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fff;
}

.ff-noto-sans-jp,
.wf-active .ff-noto-sans-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.content-in {
  width: 100%;
}

main.main {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1080px) {
  main.main {
    padding: 0;
    margin: 0;
  }
}

.content {
  margin: 0;
}

.Inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .Inner {
    padding: 0 4%;
    margin: 0 auto;
  }
}

#header-container {
  -webkit-box-shadow: 0px 1px 6px #f0f0f0;
          box-shadow: 0px 1px 6px #f0f0f0;
  margin-bottom: 0px;
  z-index: 2;
  position: relative;
}

.header-container-in {
  max-width: 1080px;
}

@media screen and (max-width: 1023px) {
  #header {
    width: 100%;
  }
}
#header-in {
  position: relative;
  width: 100%;
}

.header-container-in.hlt-top-menu .logo-header .site-name {
  padding: 0;
}
@media only screen and (max-width: 860px) {
  .header-container-in.hlt-top-menu .logo-header .site-name {
    padding-left: 4%;
    text-align: left;
  }
}

.header-container-in.hlt-top-menu .logo-header img {
  padding: 8px 0;
}
@media only screen and (max-width: 580px) {
  .header-container-in.hlt-top-menu .logo-header img {
    padding: 12px 0;
  }
}

#navi-in ul {
  gap: 30px;
}
#navi-in ul li {
  width: auto;
}
#navi-in ul li a {
  font-weight: 600;
}

.menu-header li:last-child {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-header li:last-child a {
  height: 65%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  background: #f4800b;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.menu-header li:last-child a .caption-wrap {
  z-index: 2;
}
.menu-header li:last-child a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #242038;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.menu-header li:last-child a:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}

.breadcrumb {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  padding: 60px 0 20px;
}
@media only screen and (max-width: 1080px) {
  .breadcrumb {
    margin: 0;
  }
}
@media only screen and (max-width: 860px) {
  .breadcrumb {
    font-size: 12px;
    padding: 20px 0 50px;
  }
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .fa-angle-right:before {
  font-size: 16px;
}

.normalButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.normalButton a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  background: #242038;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.normalButton a span {
  z-index: 2;
}
.normalButton a:after {
  content: "";
  background-image: url(../images/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  width: 10px;
  height: 15px;
  left: 11px;
  top: 1px;
}
.normalButton a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #43ccff;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.normalButton a:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}
@media only screen and (max-width: 860px) {
  .normalButton a {
    max-width: 400px;
    width: 80%;
    height: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .normalButton a {
    width: 90%;
  }
}

@-webkit-keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.contactButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactButton a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  height: 70px;
  background: #f4800b;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.contactButton a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #242038;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.contactButton a:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}
.contactButton a span {
  position: relative;
}
.contactButton a span:before {
  content: "";
  background-image: url(../images/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  width: 25px;
  height: 30px;
  left: -35px;
  top: 0px;
}
.contactButton a span:after {
  content: "";
  background-image: url(../images/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  width: 9px;
  height: 12px;
  right: -20px;
  top: 10px;
}

.midashi .sub_h2 {
  text-align: center;
  background: -webkit-linear-gradient(164.77deg, #d2fffb 7.97%, #48ffee 36.45%, #3acaff 70.08%, #43ccff 98.41%);
  background: linear-gradient(285.23deg, #d2fffb 7.97%, #48ffee 36.45%, #3acaff 70.08%, #43ccff 98.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.2em;
  font-weight: 900;
}
@media only screen and (max-width: 580px) {
  .midashi .sub_h2 {
    font-size: 1.3em;
  }
}
.midashi .main_h2 {
  line-height: 1.5;
  margin: 10px 0 40px;
  text-align: center;
  font-size: 38px;
}

.mobile-footer-menu-buttons {
  display: none;
}

#footer {
  margin-top: 0;
}
#footer .footer-bottom-logo {
  float: none;
  position: relative;
  display: block;
}
#footer .footer-bottom-content {
  float: none;
  text-align: center;
}
#footer .navi-footer-in > .menu-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .navi-footer-in > .menu-footer li {
  border: none;
}
#footer nav#navi-footer {
  border-bottom: 1px solid #999;
  padding: 40px 0;
  margin-bottom: 40px;
}
#footer .footer-bottom-logo img {
  height: 90px;
}
#footer .footer-bottom.fnm-text-width .menu-footer li a {
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.1em;
}
@media only screen and (max-width: 580px) {
  #footer .footer-bottom.fnm-text-width .menu-footer li a {
    font-size: 1em;
    text-align: left;
  }
}

.fadein {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 2s;
  transition: opacity 1s, visibility 1s, -webkit-transform 2s;
  transition: transform 2s, opacity 1s, visibility 1s;
  transition: transform 2s, opacity 1s, visibility 1s, -webkit-transform 2s;
}

.fadein_show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1080px) {
  .br_pc {
    display: none;
  }
}

@media only screen and (min-width: 1080px) {
  .br_sp {
    display: none;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 38px;
  height: 100%;
  position: absolute;
  right: 5%;
  top: 0;
}
@media only screen and (min-width: 1080px) {
  .header__hamburger {
    display: none;
  }
}

.hamburger {
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

#js-nav.active {
  width: 100%;
  height: 50vh;
  padding: 10%;
  -webkit-transition: 1s;
  transition: 1s;
  position: fixed;
  z-index: 2;
  top: 0;
}
#js-nav.active .navi-in > .menu-header {
  display: block;
}

.mvContents {
  position: relative;
  height: 70vh;
  max-height: 700px;
  width: 100%;
  background: -webkit-linear-gradient(125deg, #d2fffb 7.97%, #48ffee 36.45%, #3acaff 70.08%, #43ccff 98.41%);
  background: linear-gradient(325deg, #d2fffb 7.97%, #48ffee 36.45%, #3acaff 70.08%, #43ccff 98.41%);
  overflow: hidden;
}
.mvContents .text {
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 120px;
}
.mvContents .text .subText {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.mvContents .text .mainText {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  left: -8px;
}
@media only screen and (max-width: 580px) {
  .mvContents .text .mainText {
    font-size: 35px;
  }
}
.mvContents .logo_animation {
  position: absolute;
  right: 10vw;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 860px) {
  .mvContents .logo_animation {
    right: -60vw;
    left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .mvContents .logo_animation {
    right: -200px;
    left: 0;
  }
}
.mvContents .logo_animation img {
  -webkit-animation: rotate-z 5s ease-in-out 0s infinite normal;
          animation: rotate-z 5s ease-in-out 0s infinite normal;
}
@media only screen and (max-width: 860px) {
  .mvContents .logo_animation img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 580px) {
  .mvContents .logo_animation img {
    max-width: 400px;
  }
}

@-webkit-keyframes rotate-z {
  0% {
    -webkit-transform: rotateZ(0turn);
            transform: rotateZ(0turn);
  }
  70% {
    -webkit-transform: rotateZ(0turn);
            transform: rotateZ(0turn);
  }
  100% {
    -webkit-transform: rotateZ(1turn);
            transform: rotateZ(1turn);
  }
}

@keyframes rotate-z {
  0% {
    -webkit-transform: rotateZ(0turn);
            transform: rotateZ(0turn);
  }
  70% {
    -webkit-transform: rotateZ(0turn);
            transform: rotateZ(0turn);
  }
  100% {
    -webkit-transform: rotateZ(1turn);
            transform: rotateZ(1turn);
  }
}
.aboutContents {
  padding: 70px 0 100px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .aboutContents {
    padding: 70px 0 50px;
  }
}
.aboutContents .flexContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 860px) {
  .aboutContents .flexContents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.aboutContents .flexContents .Image {
  width: 50%;
  padding: 30px 4% 0 0;
  margin-right: 30px;
}
@media only screen and (max-width: 860px) {
  .aboutContents .flexContents .Image {
    width: 100%;
    margin: 0;
    padding: 0 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.aboutContents .flexContents .Content {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .aboutContents .flexContents .Content {
    width: 100%;
    display: contents;
  }
}
@media only screen and (max-width: 860px) {
  .aboutContents .flexContents .Content .midashi {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.aboutContents .flexContents .Content .midashi .sub_h2 {
  font-weight: 600;
  padding-left: 5px;
  text-align: left;
}
.aboutContents .flexContents .Content .midashi .main_h2 {
  line-height: 1.5;
  margin: 10px 0 40px;
  font-size: 30px;
  text-align: left;
}
.aboutContents .flexContents .Content .text {
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .aboutContents .flexContents .Content .text {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .aboutContents .flexContents .Content .normalButton {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.aboutContents .background {
  position: absolute;
  z-index: -1;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/common/bg01.png);
  background-repeat: no-repeat;
  background-size: 110%;
  -webkit-animation: bg01 30s infinite;
          animation: bg01 30s infinite;
}

@-webkit-keyframes bg01 {
  0% {
    background-position: -400px;
  }
  100% {
    background-position: 1000px;
  }
}

@keyframes bg01 {
  0% {
    background-position: -400px;
  }
  100% {
    background-position: 1000px;
  }
}
.serviceContents {
  padding: 70px 0 100px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .serviceContents {
    padding: 70px 0 50px;
  }
}
.serviceContents .flexContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 860px) {
  .serviceContents .flexContents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.serviceContents .flexContents .Image {
  width: 50%;
  padding: 30px 4% 0;
  margin-right: 30px;
}
@media only screen and (max-width: 860px) {
  .serviceContents .flexContents .Image {
    width: 100%;
    padding: 0;
    margin-right: 0px;
  }
}
.serviceContents .flexContents .Content {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .serviceContents .flexContents .Content {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .serviceContents .flexContents .Content .midashi {
    padding: 40px 0 20px;
  }
}
.serviceContents .flexContents .Content .midashi .sub_h3 {
  font-weight: 600;
  padding-left: 0px;
  font-size: 16px;
}
.serviceContents .flexContents .Content .midashi .main_h3 {
  line-height: 1.5;
  margin: 10px 0 40px;
  font-size: 30px;
}
@media only screen and (max-width: 860px) {
  .serviceContents .flexContents .Content .midashi .main_h3 {
    margin: 10px 0;
  }
}
.serviceContents .flexContents .Content .text {
  font-size: 16px;
  margin-bottom: 40px;
}
.serviceContents .serviceItem {
  padding: 0 4%;
}
@media only screen and (max-width: 860px) {
  .serviceContents .serviceItem {
    padding: 0;
  }
}
.serviceContents .serviceItem__List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 50px;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 860px) {
  .serviceContents .serviceItem__List {
    gap: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .serviceContents .serviceItem__List {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.serviceContents .serviceItem__List--item {
  width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 580px) {
  .serviceContents .serviceItem__List--item {
    width: 100%;
    max-width: 420px;
  }
}
.serviceContents .serviceItem__List--item .Link {
  padding: 15% 10% 60px;
  -webkit-box-shadow: 0px 3px 22px 1px rgba(184, 184, 184, 0.25);
          box-shadow: 0px 3px 22px 1px rgba(184, 184, 184, 0.25);
  display: inline-block;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  color: #444;
  text-align: center;
  position: relative;
  background: #fff;
}
.serviceContents .serviceItem__List--item img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.serviceContents .serviceItem__List--item .title {
  text-align: center;
  margin: 10px 0 30px;
}
.serviceContents .serviceItem__List--item .title .sub_title {
  color: #52c3ed;
  font-weight: 600;
}
.serviceContents .serviceItem__List--item .title .main_title {
  font-size: 20px;
}
.serviceContents .serviceItem__List--item .desc {
  font-size: 15px;
  margin-bottom: 30px;
  text-align: left;
}
.serviceContents .serviceItem__List--item .textButton {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.serviceContents .serviceItem__List--item .textButton span {
  position: relative;
  padding-right: 40px;
}
.serviceContents .serviceItem__List--item .textButton span:after {
  content: "→";
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 999px;
  position: absolute;
  top: -8px;
  right: -15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceContents .background {
  position: absolute;
  z-index: -1;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/common/bg01.png);
  background-repeat: no-repeat;
  background-size: 110%;
  -webkit-animation: bg01 30s infinite;
          animation: bg01 30s infinite;
}

@keyframes bg01 {
  0% {
    background-position: -600px;
  }
  100% {
    background-position: 1000px;
  }
}
.conceptContents {
  padding: 70px 0 100px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .conceptContents {
    padding: 70px 0 50px;
  }
}
.conceptContents .desc {
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}
.conceptContents .boxMvv {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #c1c1c1;
          box-shadow: 0 0 10px #c1c1c1;
  border-radius: 30px 0 30px 0;
}
.conceptContents .boxMvv dl {
  padding: 45px 7%;
  margin-top: 40px;
}
.conceptContents .boxMvv dt {
  margin-bottom: 10px;
}
.conceptContents .boxMvv dt h3 {
  display: inline-block;
  background: #52c3ed;
  line-height: 1;
  color: #fff;
  padding: 5px 10px;
}
.conceptContents .boxMvv dd {
  font-weight: 500;
  margin-bottom: 30px;
}
.conceptContents .boxMvv dd:last-child {
  margin-bottom: 0;
}
.conceptContents .mvv {
  text-align: center;
  margin: 70px 0 0;
}
.conceptContents .background {
  position: absolute;
  z-index: -1;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/common/bg02.png);
  background-repeat: no-repeat;
  background-size: 110%;
  -webkit-animation: bg02 30s infinite;
          animation: bg02 30s infinite;
}

@-webkit-keyframes bg02 {
  0% {
    background-position: 1000px;
  }
  100% {
    background-position: -1000px;
  }
}

@keyframes bg02 {
  0% {
    background-position: 1000px;
  }
  100% {
    background-position: -1000px;
  }
}
.newsContents {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 580px) {
  .newsContents {
    padding: 70px 0 50px;
  }
}
.newsContents .newsBox__List {
  padding: 0;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
}
.newsContents .newsBox__List--item {
  list-style: none;
}
.newsContents .newsBox__List--item .Link {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
  color: #444;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 580px) {
  .newsContents .newsBox__List--item .Link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.newsContents .newsBox__List--item .date {
  margin-right: 30px;
  white-space: nowrap;
  font-weight: 500;
}
@media only screen and (max-width: 860px) {
  .newsContents .newsBox__List--item .date {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 580px) {
  .newsContents .newsBox__List--item .date {
    width: 100%;
    margin: 0 0 5px;
  }
}
.newsContents .newsBox__List--item .title {
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 860px) {
  .newsContents .newsBox__List--item .title {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 580px) {
  .newsContents .newsBox__List--item .title {
    width: 100%;
  }
}

.contactContents {
  padding: 50px 0;
  background: -webkit-linear-gradient(166.54deg, #bdfff9 9.01%, #48ffee 37.24%, #3acaff 66.32%, #43ccff 95.05%);
  background: linear-gradient(283.46deg, #bdfff9 9.01%, #48ffee 37.24%, #3acaff 66.32%, #43ccff 95.05%);
}
.contactContents .contactBox {
  padding: 3% 0;
  background: #fff;
  max-width: 900px;
  width: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 1080px) {
  .contactContents .contactBox {
    max-width: 95%;
    padding: 8% 6%;
  }
}
.contactContents .contactBox .midashi .main_h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.contactContents .contactBox .desc {
  text-align: center;
  margin-bottom: 40px;
  font-size: 15px;
}

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
#loading-wrapper .loader img {
  max-width: 100px;
}

.page header h1 {
  color: #52c3ed;
  font-weight: 900;
  font-size: 90px;
  line-height: 1.5;
  font-family: "noto sans JP";
}
@media only screen and (max-width: 860px) {
  .page header h1 {
    font-size: 5em;
  }
}
@media only screen and (max-width: 580px) {
  .page header h1 {
    font-size: 4em;
  }
}
.page header h1 span {
  display: block;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 860px) {
  .page header h1 span {
    font-size: 0.2em;
  }
}
.page header h1.simple-title {
  font-size: 40px;
}
@media only screen and (max-width: 860px) {
  .page header h1.simple-title {
    font-size: 2em;
    padding: 30px 2% 20px;
  }
}

.page .voiceContents {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 580px) {
  .page .voiceContents {
    padding: 70px 0 50px;
  }
}
.page .voiceContents .flexContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 860px) {
  .page .voiceContents .flexContents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page .voiceContents .flexContents .Image {
  width: 50%;
  padding: 0 4% 0 0;
  margin-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 860px) {
  .page .voiceContents .flexContents .Image {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .page .voiceContents .flexContents .Image img {
    max-width: 250px;
  }
}
.page .voiceContents .flexContents .Image .midashi {
  text-align: left;
}
.page .voiceContents .flexContents .Image .midashi .sub_h2 {
  display: inline-block;
  background: #242038;
  text-align: left;
  color: #fff;
  -webkit-text-fill-color: unset;
  padding: 0px 20px;
}
@media only screen and (max-width: 580px) {
  .page .voiceContents .flexContents .Image .midashi .sub_h2 {
    font-size: 16px;
  }
}
.page .voiceContents .flexContents .Image .midashi .main_h2 {
  color: #52c3ed;
  text-align: left;
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 860px) {
  .page .voiceContents .flexContents .Image .midashi .main_h2 {
    font-size: 2em;
  }
}
.page .voiceContents .flexContents .Content {
  width: 50%;
  padding-top: 30px;
}
@media only screen and (max-width: 860px) {
  .page .voiceContents .flexContents .Content {
    width: 100%;
  }
}
.page .voiceContents .flexContents .Content .text {
  font-size: 17px;
  margin-bottom: 40px;
  font-weight: 500;
}
.page .voiceContents .flexContents .Content .profile .position {
  font-size: 19px;
  display: block;
  font-weight: 600;
}
.page .voiceContents .flexContents .Content .profile .name {
  font-size: 26px;
  display: block;
  font-weight: 600;
}

.page .aboutContents {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 580px) {
  .page .aboutContents {
    padding: 70px 0 50px;
  }
}
.page .aboutContents .flexContents .Image {
  padding: 30px 4% 0 0;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .page .aboutContents .flexContents .Image img {
    max-width: 250px;
  }
}

.page .careerContents {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 580px) {
  .page .careerContents {
    padding: 70px 0 50px;
  }
}
.page .careerContents .midashi {
  text-align: center;
}
.page .careerContents .midashi .sub_h2 {
  display: inline-block;
  background: #242038;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: unset;
  padding: 0px 20px;
}
@media only screen and (max-width: 580px) {
  .page .careerContents .midashi .sub_h2 {
    font-size: 16px;
  }
}
.page .careerContents table {
  max-width: 980px;
  margin: 40px auto 0;
}
.page .careerContents table tr {
  background: none;
}
.page .careerContents table th,
.page .careerContents table td {
  background: none;
  border: none;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 3% 2%;
  font-size: 18px;
}
@media only screen and (max-width: 580px) {
  .page .careerContents table th,
  .page .careerContents table td {
    padding: 7% 1%;
  }
}
.page .careerContents table th {
  width: 17%;
}
@media only screen and (max-width: 580px) {
  .page .careerContents table th {
    width: 25%;
  }
}
.page .careerContents table th span {
  width: 80px;
  height: 80px;
  background: #c3e9ff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  font-style: italic;
  font-weight: 800;
}
@media only screen and (max-width: 580px) {
  .page .careerContents table th span {
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
}
.page .careerContents table td {
  font-size: 0.8em;
  line-height: 1.4;
}
.page .careerContents table td b {
  font-size: 19px;
  display: block;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media only screen and (max-width: 580px) {
  .page .careerContents table td b {
    font-size: 17px;
    margin-bottom: 0.5em;
    line-height: 1.4;
  }
}

.page .companyContents {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 580px) {
  .page .companyContents {
    padding: 70px 0 50px;
  }
}
.page .companyContents .midashi {
  text-align: center;
  margin-bottom: 40px;
}
.page .companyContents .midashi .sub_h2 {
  display: inline-block;
  background: #242038;
  color: #fff;
  -webkit-text-fill-color: unset;
  padding: 0px 20px;
}
@media only screen and (max-width: 580px) {
  .page .companyContents .midashi .sub_h2 {
    font-size: 16px;
  }
}
.page .companyContents table {
  max-width: 980px;
  margin: 0 auto;
}
.page .companyContents table tr {
  background: none;
}
.page .companyContents table th,
.page .companyContents table td {
  background: none;
  border: none;
  border-bottom: 1px solid #cacaca;
  padding: 3% 2%;
  font-size: 18px;
}
@media only screen and (max-width: 580px) {
  .page .companyContents table th,
  .page .companyContents table td {
    font-size: 16px;
    padding: 5% 1%;
  }
}
.page .companyContents table th {
  text-align: left;
  width: 17%;
}
@media only screen and (max-width: 580px) {
  .page .companyContents table th {
    width: 30%;
  }
}
.page .companyContents .map {
  margin-top: 40px;
}
.page .companyContents .map iframe {
  width: 100%;
}

.page .mainServiceContents {
  padding: 100px 0 100px;
}
.page .mainServiceContents .flexContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 860px) {
  .page .mainServiceContents .flexContents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page .mainServiceContents .flexContents .Image {
  width: 50%;
  padding: 30px 0 0 4%;
  margin-right: 30px;
}
@media only screen and (max-width: 860px) {
  .page .mainServiceContents .flexContents .Image {
    width: 100%;
    padding: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page .mainServiceContents .flexContents .Content {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .page .mainServiceContents .flexContents .Content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page .mainServiceContents .flexContents .Content .midashi .sub_h2 {
  font-weight: 600;
  padding-left: 5px;
  text-align: left;
}
.page .mainServiceContents .flexContents .Content .midashi .main_h2 {
  line-height: 1.5;
  margin: 10px 0 40px;
  font-size: 40px;
  text-align: left;
  font-weight: 900;
  color: #52c3ed;
}
.page .mainServiceContents .flexContents .Content .text {
  font-size: 16px;
  margin-bottom: 40px;
}
.page .mainServiceContents .simpleButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-top: 60px;
}
@media only screen and (max-width: 860px) {
  .page .mainServiceContents .simpleButton {
    gap: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .page .mainServiceContents .simpleButton {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page .mainServiceContents .simpleButton a {
  width: 100%;
  max-width: 350px;
  height: 75px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 860px) {
  .page .mainServiceContents .simpleButton a {
    max-width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .page .mainServiceContents .simpleButton a {
    width: 100%;
    max-width: 100%;
  }
}
.page .mainServiceContents .simpleButton a:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 32px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  right: -15px;
  top: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .mainServiceContents .simpleButton a:hover {
  color: #fff;
  background: #242038;
}
.page .mainServiceContents .simpleButton a:hover:after {
  color: #fff;
}

.page .subServiceContents {
  padding: 100px 0 20px;
}
.page .subServiceContents .flexContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 860px) {
  .page .subServiceContents .flexContents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page .subServiceContents .flexContents .Image {
  width: 50%;
  padding: 30px 0 0 4%;
  margin-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 860px) {
  .page .subServiceContents .flexContents .Image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 860px) {
  .page .subServiceContents .flexContents .Image {
    width: 100%;
    padding: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page .subServiceContents .flexContents .Content {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .page .subServiceContents .flexContents .Content {
    width: 100%;
    display: contents;
  }
}
@media only screen and (max-width: 860px) {
  .page .subServiceContents .flexContents .Content .midashi {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page .subServiceContents .flexContents .Content .midashi .sub_h2 {
  font-weight: 900;
  padding-left: 5px;
  text-align: left;
  color: #000;
  -webkit-text-fill-color: unset;
}
@media only screen and (max-width: 580px) {
  .page .subServiceContents .flexContents .Content .midashi .sub_h2 {
    font-size: 20px;
  }
}
.page .subServiceContents .flexContents .Content .midashi .main_h2 {
  line-height: 1.5;
  margin: 10px 0 40px;
  font-size: 30px;
  text-align: left;
  font-weight: 900;
  color: #52c3ed;
}
@media only screen and (max-width: 580px) {
  .page .subServiceContents .flexContents .Content .midashi .main_h2 {
    font-size: 25px;
  }
}
.page .subServiceContents .flexContents .Content .text {
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .page .subServiceContents .flexContents .Content .text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.page .flowContents {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 580px) {
  .page .flowContents {
    padding: 40px 0 50px;
  }
}
.page .flowContents .midashi {
  text-align: center;
}
.page .flowContents .midashi .main_h3 {
  display: block;
  -webkit-text-fill-color: unset;
  text-align: left;
  padding-left: 60px;
  position: relative;
}
.page .flowContents .midashi .main_h3 span {
  background: #fff;
  z-index: 2;
  position: relative;
  display: block;
  padding-left: 30px;
}
.page .flowContents .midashi .main_h3:before {
  display: inline-block;
  content: "";
  width: 300px;
  height: 2px;
  background: #acacac;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.page .flowContents table {
  max-width: 860px;
  margin: 40px auto 0;
}
.page .flowContents table tr {
  background: none;
  position: relative;
}
.page .flowContents table th,
.page .flowContents table td {
  background: none;
  border: none;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 3% 2%;
  font-size: 18px;
}
.page .flowContents table th {
  width: 17%;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .page .flowContents table th {
    width: 25%;
    min-height: 100px;
    position: relative;
  }
}
.page .flowContents table th span {
  width: 80px;
  height: 80px;
  background: #c3e9ff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  font-style: italic;
  font-weight: 800;
}
.page .flowContents table .title {
  font-weight: bold;
  font-size: 1.2em;
}
@media only screen and (max-width: 580px) {
  .page .flowContents table .title {
    font-size: 0.9em;
  }
}
.page .flowContents table .desc {
  font-size: 0.9em;
}
@media only screen and (max-width: 580px) {
  .page .flowContents table .desc {
    font-size: 0.7em;
    margin-top: 3px;
  }
}
.page .flowContents table tr th:before {
  position: absolute;
  left: -55px;
  top: 33px;
  font-weight: 900;
  font-size: 20px;
}
.page .flowContents table tr:nth-child(1) th:before {
  content: "01.";
}
.page .flowContents table tr:nth-child(2) th:before {
  content: "02.";
}
.page .flowContents table tr:nth-child(3) th:before {
  content: "03.";
}
.page .flowContents table tr:nth-child(4) th:before {
  content: "04.";
}
.page .flowContents table tr:nth-child(5) th:before {
  content: "05.";
}

.page .exampleContents {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 580px) {
  .page .exampleContents {
    padding: 40px 0 50px;
  }
}
.page .exampleContents .midashi {
  text-align: center;
}
.page .exampleContents .midashi .main_h3 {
  display: block;
  -webkit-text-fill-color: unset;
  text-align: left;
  padding-left: 60px;
  position: relative;
}
.page .exampleContents .midashi .main_h3 span {
  background: #fff;
  z-index: 2;
  position: relative;
  display: block;
  padding-left: 30px;
}
.page .exampleContents .midashi .main_h3:before {
  display: inline-block;
  content: "";
  width: 300px;
  height: 2px;
  background: #acacac;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.page .exampleContents .exampleList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  max-width: 860px;
  margin: 40px auto 0;
  gap: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 860px) {
  .page .exampleContents .exampleList {
    white-space: nowrap;
    overflow: scroll;
  }
}
.page .exampleContents .exampleList__item {
  min-width: 250px;
  max-width: 250px;
}
.page .exampleContents .exampleList .image {
  max-width: 90%;
  width: 100%;
  height: auto;
}
.page .exampleContents .exampleList .title {
  font-size: 1.1em;
  margin: 1em 0;
}
.page .exampleContents .exampleList .desc {
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 860px) {
  .page .exampleContents .exampleList .desc {
    white-space: break-spaces;
  }
}

.page .newsList {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 641px) {
  .page .newsList {
    padding: 70px 0 100px;
  }
}
.page .newsList ul {
  padding: 0;
  width: 100%;
  margin: 0 auto 50px;
}
.page .newsList__item {
  list-style: none;
}
.page .newsList__item .Link {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3% 15px 2%;
  color: #444;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 860px) {
  .page .newsList__item .Link {
    padding: 30px 5px 20px;
  }
}
@media only screen and (max-width: 641px) {
  .page .newsList__item .Link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page .newsList__item .date {
  width: 20%;
  margin-right: 30px;
  line-height: 1;
  top: -2px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .page .newsList__item .date {
    font-size: 16px;
  }
}
@media only screen and (max-width: 641px) {
  .page .newsList__item .date {
    width: 100%;
    margin-bottom: 13px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 641px) {
  .page .newsList__item .date span {
    background: #444;
    color: #fff;
    padding: 5px 10px;
    top: 0;
  }
}
.page .newsList__item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 860px) {
  .page .newsList__item .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 641px) {
  .page .newsList__item .title {
    width: 100%;
    line-height: 1.4;
  }
}
.page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .wp-pagenavi .current,
.page .wp-pagenavi .page,
.page .wp-pagenavi .nextpostslink,
.page .wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  border: 1px solid #52c3ed;
  color: #52c3ed;
  font-weight: bold;
}
.page .wp-pagenavi .current {
  background: #52c3ed;
  color: #fff;
}

.contactform .Inner {
  max-width: 680px;
  width: 100%;
  margin: 100px auto;
}
.contactform .text,
.contactform .submitText {
  font-size: 0.9em;
  text-align: center;
  padding: 0px 0 50px;
}
.contactform .form dt {
  padding: 10px 0;
  font-weight: 500;
}
.contactform .form dt span {
  background: #f4800b;
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactform .form dd {
  margin-bottom: 20px;
}
.contactform .form select,
.contactform .form textarea,
.contactform .form input[type=text],
.contactform .form input[type=email],
.contactform .form input[type=tel] {
  cursor: pointer;
  background: #f5f5f5;
  font-size: 0.9em;
}
.contactform .form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 11px;
  color: #000;
}
.contactform .submitButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.contactform .submitButton p {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.contactform .submitButton p:after {
  content: "";
  background-image: url(../images/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  width: 10px;
  height: 15px;
  right: 30px;
  top: 23px;
}
.contactform .submitButton input[type=submit] {
  background: #f4800b;
  max-width: 100%;
  width: 350px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 16px;
}
.contactform .wpcf7-spinner {
  display: none;
}

.news .entry-title {
  padding: 0.6em 0;
}
.news .date-tags {
  text-align: left;
  margin: 2em 0 1em;
  display: block;
}
@media only screen and (max-width: 580px) {
  .news .date-tags {
    margin-top: 0em;
  }
}
.news .date-tags span.post-update {
  background: #444;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 13px;
}