* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:hover img,
.t-default a:hover img {
  opacity: 1;
}

textarea {
  resize: none;
}

textarea:focus {
  outline: none;
}

a {
  line-height: 1.6;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.bold {
  font-weight: bold;
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

.en {
  font-weight: normal;
}

/* For Responsive */
.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

/* main */
main {
  min-height: 100vh;
  overflow: hidden;
}

img {
  max-width: 100%;
}

input,
textarea {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 52px 0 40px;
  padding-top: 0;
  overflow-y: scroll;
  font-size: 5vw;
  text-align: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.menu-modal.open {
  pointer-events: all;
  opacity: 1;
}

.menu-modal .menu-modal-inner {
  width: 100%;
}

.menu-modal .menu-modal-inner.mega-menu-open {
  height: 100%;
  margin-top: 20px;
  overflow-y: scroll;
}

.menu-sec-item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .menu-sec-item {
    width: 100%;
  }
}

.menu-sec-item:not(:first-child) {
  margin-top: 45px;
}

.fs_header .menu-sec-item:not(:first-child) {
  margin-top: 0;
}

.menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.menu-btns-item:not(:first-child) {
  margin-left: 3vw;
}

.menu-btns-item-img {
  max-width: none;
  height: 9vw;
}

.header {
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 5;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-right: 5%;
  padding-bottom: 18px;
  padding-left: 5%;
}

@media screen and (max-width: 1024px) {
  .header {
    padding-right: 2%;
    padding-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}

.header-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-login-sp {
  position: absolute;
  top: 6px;
  right: 50px;
  width: 80px;
}

.header-login-sp-img {
  width: 100%;
}

.header::before {
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header.bg-on::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px #ccc;
  box-shadow: 0 3px 12px #ccc;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-humb {
  position: absolute;
  top: 1.5vw;
  right: 0;
  width: 30px;
  height: 22px;
}

.header-humb-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header-humb-line:nth-child(1) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-humb-line:nth-child(2) {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.header-humb-line:nth-child(3) {
  -webkit-transform: translateY(18px);
  -ms-transform: translateY(18px);
  transform: translateY(18px);
}

.header-humb.open .header-humb-line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.header-humb.open .header-humb-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.header-humb.open .header-humb-line:nth-child(3) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  align-items: center;
  width: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 1280px) {
  .header-logo {
    width: 15vw;
  }
}

@media screen and (max-width: 979px) {
  .header-content {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 38vw;
  }
}

.header-logo-img {
  display: block;
}

.header-sec-list {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  .header-sec-list {
    margin-top: 1vw;
    margin-left: auto;
  }
}

@media screen and (max-width: 979px) {
  .header-sec-list {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .header-sec-list {
    display: none;
    margin-top: 30px;
  }
}

.header-sec-item {
  padding: 0 13px;

  /*  display: inline-block; */
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  .header-sec-item {
    padding: 0 10px;
    font-size: 1.1vw;
    white-space: nowrap;
  }
}

/* .header-sec-item:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 1280px) {
  .header-sec-item:not(:first-child) {
    margin-left: 3vw;
  }
} */

@media screen and (min-width: 768px) {
  .header-sec-item > a {
    padding: 32px 5px;
  }
}

.header-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .header-link-list {
    display: none;
  }
}

.header-link-list img {
  max-width: none;
  height: 36px;
}

@media screen and (max-width: 1280px) {
  .header-link-list img {
    height: 2.8vw;
  }
}

.header-link-item:not(:first-child) {
  margin-left: 15px;
}

@media screen and (max-width: 1280px) {
  .header-link-item:not(:first-child) {
    margin-left: 1vw;
  }
}

.header-link-item-login img {
  max-width: none;
  height: 25px;
}

@media screen and (max-width: 1280px) {
  .header-link-item-login img {
    height: 2.3vw;
  }
}

.fv-section {
  position: relative;
}

.fv-copy {
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: 2;
  width: 60vw;
  max-width: 900px;
  font-size: 78px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  .fv-copy {
    top: 12%;
  }
}

.fv-copy-img {
  width: 100%;
}

.fv-main {
  position: absolute;
  top: 38%;
  right: 13%;
  z-index: 2;
}

.fv-main-logo {
  width: 26vw;
  max-width: 400px;
}

.fv-main-logo-img {
  width: 100%;
}

/* @media screen and (min-width: 768px) {
  .fv-kv {
    max-height: 100vh;
    min-height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left bottom;
    object-position: left bottom;
    position: relative;
    z-index: 1;
  }
} */

.fv-doc {
  position: relative;
  width: 13.17715959vw;
  padding: 0.6588vw 0;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.0248901903vw;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1060px) {
  .fv-doc {
    margin-top: 1vw;
  }
}

.fv-doc:hover {
  color: white;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .fv-doc {
    position: absolute;
    top: 90vw;
    right: 50vw;
    bottom: auto;
    width: 38vw;
    padding: 1.8vw 0;
    margin: 0;
    font-size: 3.2vw;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: transparent;
    border: 1px solid black;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.section-title {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 5vw;
  }
}

.section-desc {
  width: 90%;
  max-width: 807px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .section-desc {
    font-size: 3.5vw;
  }
}

.service-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .service-section {
    padding: 50px 0;
  }
}

.service-section .section-desc-service {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-section .section-desc-service {
    text-align: left;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1010px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .service-list {
    display: block;
    width: 80%;
    margin-top: 40px;
  }
}

.service-item {
  width: 30%;
  border: 1px solid #cacccc;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 767px) {
  .service-item {
    width: 100%;
  }
}

.service-item:not(:nth-child(3n + 1)) {
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  .service-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.service-item:nth-child(n + 4) {
  margin-top: 4%;
}

@media screen and (max-width: 767px) {
  .service-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-item:nth-child(n + 2) {
    margin-top: 10%;
  }
}

.service-item:hover {
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.service-item:hover .service-thum-img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.service-thum {
  position: relative;
  overflow: hidden;
}

.service-thum::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.service-thum-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.service-info {
  position: relative;
  padding: 25px 15px;
  padding-bottom: 40px;
}

.service-icon-list {
  position: absolute;
  top: -25px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-icon-item:not(:first-child) {
  margin-left: 5px;
}

.service-icon-img {
  max-width: none;
  height: 66px;
}

@media screen and (max-width: 960px) {
  .service-icon-img {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .service-icon-img {
    height: 66px;
  }
}

.service-name {
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  .service-name {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .service-name {
    font-size: 18px;
  }
}

.service-name-add {
  display: inline-block;
  font-size: 12px;
}

.service-desc {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
}

.service-btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 767px) {
  .service-btns-wrap {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.service-btn {
  position: relative;
  display: block;
  width: 300px;
  padding: 8px 0;
  text-align: center;
  border: 2px solid #000;
  border-radius: 80px;
}

@media screen and (max-width: 767px) {
  .service-btn {
    width: 100%;
  }
}

.service-btn:hover::after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
}

.service-btn::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg);
  transform: rotate(45deg) skew(-4deg, -5deg);
}

.service-btn:not(:first-child) {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .service-btn:not(:first-child) {
    margin-top: 25px;
    margin-left: 0%;
  }
}

.issue-section {
  padding: 80px 0;
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .issue-section {
    padding: 50px 0;
  }
}

.issue-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 962px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .issue-list {
    display: block;
    width: 80%;
    margin-top: 30px;
  }
}

.issue-item {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .issue-item {
    width: 100%;
  }
}

.issue-item:not(:nth-child(3n + 1)) {
  margin-left: 7%;
}

@media screen and (max-width: 767px) {
  .issue-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.issue-item:nth-child(n + 4) {
  margin-top: 4%;
}

@media screen and (max-width: 767px) {
  .issue-item:nth-child(n + 4) {
    margin-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .issue-item:nth-child(n + 2) {
    margin-top: 10%;
  }
}

.issue-pict {
  text-align: center;
}

.issue-pict-img {
  max-width: none;
  height: 86px;
}

.issue-head {
  margin-top: 15px;
  font-size: 16px;
}

.issue-desc {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}

.about-section {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .about-section {
    padding: 50px 0;
  }
}

.about-list {
  width: 90%;
  max-width: 822px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .about-list {
    width: 80%;
    margin-top: 40px;
  }
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .about-item {
    position: relative;
    display: block;
  }
}

.about-item:not(:first-child) {
  margin-top: 45px;
}

.about-item:nth-child(2n + 1) .about-thum {
  order: 2;
  padding-left: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(2n + 1) .about-thum {
    order: 1;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }
}

.about-item:nth-child(2n + 1) .about-info {
  order: 1;
  padding-right: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(2n + 1) .about-info {
    order: 2;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
  }
}

.about-item:nth-child(2n) .about-thum {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(2n) .about-thum {
    padding-right: 0;
  }
}

.about-item:nth-child(2n) .about-info {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(2n) .about-info {
    padding-left: 0;
  }
}

.about-thum {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-thum {
    top: 0;
    right: 0;
    width: 100%;
  }
}

.about-info {
  width: 50%;
  margin-top: -6%;
}

@media screen and (max-width: 767px) {
  .about-info {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-top: 5%;
  }
}

.about-head {
  margin-top: 15px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .about-head {
    font-size: 5vw;
  }
}

.about-desc {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .about-desc {
    margin-top: 2vw;
    font-size: 3.5vw;
  }
}

.about-btn-wrap {
  margin-top: 75px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-btn-wrap {
    margin-top: 12vw;
  }
}

.about-btn {
  display: inline-block;
  width: 250px;
  padding: 13px 0;
  background-image: url("/dcms_media/img/common/dl_btn_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.about-btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.voice-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}

.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1010px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .voice-list {
    display: block;
    width: 80%;
    margin-top: 30px;
  }
}

.voice-item {
  width: 31%;
  background-color: #fff;
  border: 1px solid #cacccc;
}

@media screen and (max-width: 767px) {
  .voice-item {
    width: 100%;
  }
}

.voice-item:not(:nth-child(3n + 1)) {
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  .voice-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.voice-item:nth-child(n + 4) {
  margin-top: 4%;
}

@media screen and (max-width: 767px) {
  .voice-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .voice-item:nth-child(n + 2) {
    margin-top: 10%;
  }
}

.voice-thum {
  position: relative;
}

.voice-thum::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.voice-thum-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice-info {
  position: relative;
  padding: 25px 15px;
  padding-bottom: 30px;
}

.voice-info-desc {
  min-height: 150px;
}

.voice-title {
  font-size: 16px;
  line-height: 1.5;
}

.voice-title-add {
  display: inline-block;
  font-size: 12px;
}

.voice-desc {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
}

.voice-btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.voice-btn {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 8px 0;
  text-align: center;
  border: 2px solid #000;
  border-radius: 80px;
}

.voice-btn:hover::after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
}

.voice-btn::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg);
  transform: rotate(45deg) skew(-4deg, -5deg);
}

.voice-btn:not(:first-child) {
  margin-left: 80px;
}

.voice-icon-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.voice-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-icon-item {
  width: 25px;
}

.voice-icon-item:not(:first-child) {
  margin-left: 14px;
}

.voice-icon-img {
  width: 31px;
  max-width: none;
}

.voice-more {
  position: relative;
  display: block;
  width: 120px;
  padding-top: 13px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 0;
  text-align: center;
  border: 2px solid #000;
  border-radius: 80px;
}

.rss-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .rss-section {
    padding: 50px 0;
  }
}

.rss-list {
  width: 90%;
  max-width: 1000px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .rss-list {
    margin-top: 30px;
  }
}

.rss-item {
  border-top: 1px solid #f2f2f2;
}

.rss-item:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.rss-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 25px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 767px) {
  .rss-item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 10px;
  }
}

.rss-item-inner::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  content: "";
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translateY(-50%);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translateY(-50%);
  transform: rotate(45deg) skew(-4deg, -5deg) translateY(-50%);
}

.rss_date {
  width: 120px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .rss_date {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
  }
}

.rss_category {
  display: inline-block;
  width: 120px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .rss_category {
    width: auto;
    margin-right: 12px;
    white-space: nowrap;
  }
}

.rss_title {
  padding-right: 50px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .rss_title {
    width: auto;
    padding-right: 20px;
    margin-top: 5px;
    font-size: 12px;
  }
}

.rss-btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.rss-btn {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 300;
  color: #595757;
  text-align: center;
}

.doc-section {
  padding: 50px 0;
  color: white;
  background-color: #2a2a2a;
}

.doc-desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .doc-desc {
    font-size: 3.5vw;
  }
}

.doc-btn-wrap {
  margin-top: 24px;
  text-align: center;
}

.doc-btn {
  display: inline-block;
  width: 250px;
  padding: 13px 0;
  color: black;
  background-image: url("/dcms_media/img/common/dl_btn_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.doc-btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 40px 5%;
  padding-top: 22px;
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-item-align: center;
}

@media screen and (max-width: 960px) {
  .footer {
    display: block;
  }
}

.footer-logo {
  width: 200px;
}

@media screen and (max-width: 1150px) {
  .footer-logo {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer-logo-img {
  display: block;
}

.footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 1150px) {
  .footer-link-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  .footer-link-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

.footer-link-item {
  font-size: 12px;
  color: #595757;
}

@media screen and (max-width: 960px) {
  .footer-link-item {
    padding-right: 10px;
    line-height: 2;
  }
}

.footer-link-item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 960px) {
  .footer-link-item:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .footer-cate-list {
    display: block !important;
  }

  .f_navi_col {
    margin-top: 10px;
  }
}

.sitemaps {
  display: none;
}

/** ABOUT PAGE **/
.about-main {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .about-main {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.about-main .section-desc-aboutmain {
  max-width: 800px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.about-main-cover {
  width: 90%;
  max-width: 800px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .about-main-cover {
    margin-top: 20px;
  }
}

.about-main-title {
  margin-top: 90px;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-main-title {
    margin-top: 60px;
    font-size: 4vw;
  }
}

.about-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1010px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .about-main-list {
    display: block;
    width: 80%;
    margin-top: 40px;
  }
}

.about-main-item {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .about-main-item {
    width: 100%;
  }
}

.about-main-item:not(:nth-child(3n + 1)) {
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .about-main-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.about-main-item:nth-child(n + 4) {
  margin-top: 4%;
}

@media screen and (max-width: 767px) {
  .about-main-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-main-item:nth-child(n + 2) {
    margin-top: 20%;
  }
}

.about-main-item:nth-child(6) .about-main-pict-img {
  height: 80px;
  margin-top: 8px;
}

.about-main-pict {
  position: relative;
  min-height: 120px;
}

.about-main-pict-img {
  display: block;
  max-width: none;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
}

.about-main-head {
  font-size: 16px;
}

.about-main-desc {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
}

.about-main-btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 767px) {
  .about-main-btns-wrap {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.about-main-btn {
  position: relative;
  display: block;
  width: 300px;
  padding: 8px 0;
  text-align: center;
  border: 2px solid #000;
  border-radius: 80px;
}

@media screen and (max-width: 767px) {
  .about-main-btn {
    width: 100%;
  }
}

.about-main-btn:hover::after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
}

.about-main-btn::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg);
  transform: rotate(45deg) skew(-4deg, -5deg);
}

.about-main-btn:not(:first-child) {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .about-main-btn:not(:first-child) {
    margin-top: 25px;
    margin-left: 0%;
  }
}

/** ABOUT PAGE END **/

/** FUNCTION PAGE **/
.function-main {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .function-main {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.function-main .section-desc-function {
  max-width: 800px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.function-main-cat-list {
  width: 90%;
  max-width: 1010px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .function-main-cat-list {
    width: 85%;
  }
}

.function-main-cat-item {
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #cacccc;
}

.function-main-cat-item:last-child {
  border-bottom: 1px solid #cacccc;
}

.function-main-cat-title {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .function-main-cat-title {
    font-size: 5.5vw;
  }
}

.function-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .function-main-list {
    display: block;
    margin-top: 40px;
  }
}

.function-main-item {
  width: 31%;
  border: 1px solid #cacccc;
}

@media screen and (max-width: 767px) {
  .function-main-item {
    width: 100%;
  }
}

.function-main-item:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

@media screen and (max-width: 767px) {
  .function-main-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.function-main-item:nth-child(n + 4) {
  margin-top: 3.5%;
}

@media screen and (max-width: 767px) {
  .function-main-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .function-main-item:nth-child(n + 2) {
    margin-top: 10%;
  }
}

.function-main-item.hover .service-thum-img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.function-main-thum {
  position: relative;
  overflow: hidden;
}

.function-main-thum::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.function-main-thum-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.function-main-info {
  position: relative;
  padding: 25px 15px;
  padding-bottom: 28px;
}

.function-main-icon-list {
  position: absolute;
  top: -25px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.function-main-icon-item:not(:first-child) {
  margin-left: 5px;
}

.function-main-icon-img {
  max-width: none;
  height: 66px;
}

@media screen and (max-width: 960px) {
  .function-main-icon-img {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .function-main-icon-img {
    height: 66px;
  }
}

.function-main-name {
  min-height: 36px;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .function-main-name {
    font-size: 15px;
  }
}

@media screen and (max-width: 760px) {
  .function-main-name {
    font-size: 18px;
  }
}

.function-main-name-add {
  display: inline-block;
  font-size: 12px;
}

.function-main-desc {
  min-height: 100px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
}

.function-main-btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 767px) {
  .function-main-btns-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}

.function-main-btn {
  position: relative;
  display: block;
  width: 47%;
  padding: 4px 0;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 80px;
}

.function-main-btn:hover::after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
}

.function-main-btn::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg);
  transform: rotate(45deg) skew(-4deg, -5deg);
}

.function-main-btn:not(:first-child) {
  margin-left: 6%;
}

/** FUNCTION PAGE END **/
#locator {
  margin-top: 105px;
  font-size: 11px;
  font-weight: 300;
  color: gray;
}

@media screen and (max-width: 767px) {
  #locator {
    width: 85%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
  }
}

#locator .inner {
  width: 90%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  #locator .inner {
    width: 100%;
  }
}

#locator li {
  position: relative;
  display: inline-block;
}

#locator li:not(:first-child) {
  margin-left: 25px;
}

#locator li:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -16px;
  font-weight: 100;
  content: ">";
  -webkit-transform: scale(1, 1.8);
  -ms-transform: scale(1, 1.8);
  transform: scale(1, 1.8);
}

#sitemap li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 10px 0;
  list-style-type: none;
}

#sitemap ul {
  padding: 0 0 5px 10px;
}

#sitemap ul li {
  margin: 5px 0;
}

#sitemap li a {
  font-weight: 400;
}

#sitemap li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 690px) {
  #sitemap li::before {
    top: 7px;
  }
}

/* Mega Menu */

.mega-menu-area {
  z-index: 4;
  width: 100%;
  padding: 50px 0;
  pointer-events: none;
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (min-width: 768px) {
  .header .mega-menu-area,
  .fs_header .mega-menu-area,
  .header_nav .mega-menu-area {
    position: fixed;
    top: 80px;
    left: 0;
    opacity: 0;
  }

  .fs_header .header .mega-menu-area,
  .fs_header .mega-menu-area {
    top: 50px;
  }

  .header_nav .mega-menu-area {
    top: 150px;
  }

  .header .mega-menu:hover .mega-menu-area,
  .fs_header .mega-menu:hover .mega-menu-area,
  .header_nav .mega-menu:hover .mega-menu-area {
    pointer-events: all;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .menu-modal .mega-menu-area {
    display: none;
    padding: 30px;
    margin-top: 20px;
    transition: all 0s;
  }
}

.mega-menu-area-in {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .menu-modal .mega-menu-area-in {
    width: 100%;
  }
}

.mega-menu-con {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .mega-menu-con.left {
    width: 60%;
  }

  .mega-menu-con.right {
    width: 40%;
  }
}

.mega-menu-logo {
  position: relative;
  width: 50%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .mega-menu-logo {
    width: 100%;
    margin-bottom: 36px;
    text-align: left;
  }
}

.mega-menu-con.left .mega-menu-logo:nth-last-child(1),
.mega-menu-con.left .mega-menu-logo:nth-last-child(2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mega-menu-con.left .mega-menu-logo:nth-last-child(2) {
    margin-bottom: 36px;
  }
}

.mega-menu-logo a {
  display: block;
}

.mega-menu-logo a:hover {
  opacity: 0.7;
}

.mega-menu-logo img {
  width: auto;
  height: 36px;
}

.mega-menu-txt {
  position: absolute;
  top: 35px;
  left: 30px;
  display: block;
  font-size: 8px;
  transform: scale(0.9);
}

@media only screen and (max-width: 767px) {
  .menu-modal .mega-menu-txt {
    top: calc(100% - 10px);
    left: 42px;
    font-size: 7px;
    transform: scale(1);
  }
}

.mega-menu-link {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .mega-menu-link {
    width: 100%;
  }
}

.mega-menu-link a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .mega-menu-link {
    font-size: 14px;
  }
}

.mega-menu-link a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  border-color: #000;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

/* .mega-menu-btn {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10px;
  right: 20px;
}
.mega-menu-btn::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-width: 1px 1px 0 0;
  border-color: #a1a5a5;
  border-style: solid;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}

.mega-menu-btn.open::before {
  transform: translateY(0) rotate(-45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
} */

.menu-sec-item .mega-menu-btn {
  width: 3vw;
  height: 3vw;
}

.menu-sec-item .mega-menu-btn::before {
  border-color: #000;
}

.header_nav .mega-menu-area .subnab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_nav .mega-menu-area .subnab li {
  margin: 0 1em;
}

.header_nav .header-sec-item {
  padding: 0;
}

.header_nav .mega-menu-area {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.header_nav .mega-menu-area .subnab li a {
  padding: 5px 10px !important;
}

@media only screen and (min-width: 691px) {
  .sp_on {
    display: none;
  }

  .pc_order1 {
    order: 0;
  }

  .pc_order2 {
    order: 1;
  }

  .pc_order3 {
    order: 2;
  }

  .pc_order4 {
    order: 3;
  }

  .pc_order5 {
    order: 4;
  }

  .pc_order6 {
    order: 5;
  }
}

@media only screen and (max-width: 690px) {
  .sp_on {
    display: block;
  }
}

a[id*="link"] {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

.supoctaA {
  padding: 20px 0 0;
  background: url("../image/supocta_bg.jpg") no-repeat center / cover;
}

.supoctaB {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-right: 50px;
}

.supoctaB .link {
  padding: 150px 0 70px 300px;
  background: url("../image/supocta_people.png") no-repeat left center / auto 100%;
}

.supoctaB ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.supoctaB li {
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.supoctaB li + li {
  margin-left: 20px;
}

.supoctaA a {
  display: block;
}

.supoctaA a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .supoctaB ul {
    flex-wrap: wrap;
  }

  .supoctaB li {
    width: 100%;
  }

  .supoctaB li + li {
    margin-top: 20px;
    margin-left: 0;
  }

  .supoctaB .link {
    padding: 150px 0 70px 350px;
    background-position: 50px center;
  }
}

@media screen and (max-width: 979px) {
  .supoctaB {
    padding-right: 30px;
  }

  .supoctaB .link {
    padding: 120px 0 50px 200px;
    background-position: left center;
  }
}

@media screen and (max-width: 979px) {
  .supoctaA {
    padding: 40px 0 0;
  }

  .supoctaB {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .supoctaB ul {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }

  .supoctaB .link {
    order: 2;
    width: 100%;
    max-width: 400px;
    padding: 70px 0 20px 100px;
    margin: auto;
    background-position: 0 center;
    background-size: 220px auto;
  }

  .supoctaB .link img {
    max-width: 160px;
  }
}

.bg_gray {
  background-color: #f5f5f5;
}

.txt_p {
  padding: 25px;
}

.ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btntra a {
  position: relative;
  display: block;
  width: 300px;
  padding: 8px 0;
  color: #00be00;
  text-align: center;
  border: 2px solid #00be00;
  border-radius: 80px;
}

.btntra a::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid #00be00;
  border-right: 1px solid #00be00;
  transition: all 0.3s;
  transform: rotate(45deg) skew(-4deg, -5deg);
}

.btntra a:hover {
  color: #fff;
  background-color: #00be00;
}

.btntra a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* ---------
recruit section
-------- */
.section_recruit {
  text-align: center;
  background: #fff;
}

.section_recruit .subtitle_03 {
  margin: 0 0 30px;
}

.section_recruit .subtitle_mark01 {
  margin: 10px 0 40px 22px;
}

.section_recruit .sub_description {
  font-size: 16px;
}

.section_recruit .sub_description + p {
  margin-bottom: 40px;
  font-size: 12px;
}

.section_recruit .unit_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.section_recruit .unit_wrapper .unit01 {
  width: 50%;
}

@media screen and (max-width: 690px) {
  .section_recruit .unit_wrapper .unit01 {
    width: 100%;
  }
}

.section_recruit .link_recruit {
  display: block;
  padding-bottom: 80.2%;
  margin-top: -100px;
  font-size: 0;
  text-indent: -9999px;
  background-image: url(/dcms_media/image/sprice_top_recruit.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
  transition: none !important;
}

.section_recruit .link_recruit.fresh {
  background-position: top left;
}

.section_recruit .link_recruit.fresh:hover {
  background-position: bottom left;
}

.section_recruit .link_recruit.career {
  background-position: top right;
}

.section_recruit .link_recruit.career:hover {
  background-position: bottom right;
}

.subtitle_mark01 {
  padding-left: 14px;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  border-left-style: solid;
  border-left-width: 15px;
}

.subtitle_mark01 span {
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #333;
}

.subtitle_mark01 small {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 130%;
}

.subtitle_mark01.green {
  border-left-color: #9fc62d;
}

.subtitle_mark01.blue {
  border-left-color: #4e80b6;
}

.subtitle_mark01.green {
  border-left-color: #9fc62d;
}

.subtitle_mark01.blue {
  border-left-color: #4e80b6;
}

/* ---------
for showroom ã‚µãƒ†ãƒ©ã‚¤ãƒˆ
-------- */

/* common */

body#showroom {
  background:
    url(../../dcms_media/image/showroom/bg_1.png) no-repeat left -500px top 180px,
    url(../../dcms_media/image/showroom/bg_2.png) no-repeat right top 700px,
    url(../../dcms_media/image/showroom/bg_3.png) no-repeat left -100px top 1900px,
    url(../../dcms_media/image/showroom/bg_4.png) no-repeat right -350px top 5000px,
    url(../../dcms_media/image/showroom/bg_5.png) no-repeat left -680px top 5850px,
    url(../../dcms_media/image/showroom/bg_6.png) no-repeat center top 6600px,
    url(../../dcms_media/image/showroom/bg_7.png) no-repeat left -1250px top 8780px,
    url(../../dcms_media/image/showroom/bg_8.png) no-repeat right -300px top 10850px;
}

body#showroom p {
  font-weight: 400;
  letter-spacing: 0.02em;
}

body#showroom .supoctaA {
  display: none;
}

body#showroom footer {
  background-color: #fff;
}

.fv-doc2 {
  display: inline-block;
  width: 250px;
  padding: 13px 0;
  background-image: url(https://cloudcircus.jp/dcms_media/img/common/dl_btn_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.sr_title {
  position: relative;
  padding-bottom: 60px;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
}

.sr_title.sr_titleA {
  margin-top: -50px;
}

.sr_title span {
  display: block;
  font-size: 24px;
}

.sr_title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 40px;
  content: "";
  background-color: #253044;
}

.sr_title02 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}

.sr_title02 .num {
  display: block;
  font-size: 18px;
}

.sr_lead {
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
}

.under_yellow {
  background: linear-gradient(transparent 80%, #f6b443 80%);
}

.under_green {
  background: linear-gradient(transparent 80%, #5ac998 80%);
}

.under_red {
  background: linear-gradient(transparent 80%, #f28784 80%);
}

.under_blue {
  background: linear-gradient(transparent 80%, #0565f5 80%);
}

@media screen and (max-width: 979px) {
  .fv-doc2 {
    width: 250px;
    padding: 13px 0;
    font-size: 1em;
  }
}

@media screen and (max-width: 690px) {
  body#showroom {
    background: none;
  }

  .sr_title {
    padding-bottom: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .sr_title.sr_titleA {
    margin-top: 0;
  }
}

/* MV */

.sr_mv {
  min-height: 830px;
  margin-top: 87px;
  background: url(../../dcms_media/image/showroom/mv.png) no-repeat right -100px top -200px;
}

.sr_mv .sr_mv_txt {
  max-width: 415px;
  padding-top: 120px;
}

.sr_mv .sub {
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #8e9eb5;
  border-radius: 8px;
}

.sr_mv .sub::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  content: url(../../dcms_media/image/showroom/mv_title.png);
}

.sr_mv h1 {
  margin-bottom: 40px;
  font-size: 43px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1900px) {
  .sr_mv {
    background-position: right -200px top -200px;
  }
}

@media screen and (max-width: 1700px) {
  .sr_mv {
    background-position: right -300px top -200px;
  }
}

@media screen and (max-width: 1500px) {
  .sr_mv {
    background-position: right -400px top -200px;
  }
}

@media screen and (max-width: 1300px) {
  .sr_mv {
    background-position: right -500px top -200px;
  }
}

@media screen and (max-width: 1100px) {
  .sr_mv {
    background-position: right -600px top -200px;
  }
}

@media screen and (max-width: 690px) {
  .sr_mv {
    min-height: auto;
    margin-top: 53px;
    margin-bottom: 50px;
    background-position: left -70px top -130px;
  }

  .sr_mv .sr_mv_txt {
    padding: 60px 0;
  }

  .sr_mv h1 {
    margin-bottom: 25px;
    font-size: 35px;
  }
}

/* CV */
.cv_area {
  position: relative;
}

.cv_area .cv_txt {
  position: absolute;
  top: -30px;
  right: 15%;
  left: 15%;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.cv_area .cv_txt::before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 12px);
  content: url(../../dcms_media/image/showroom/cv_arrow.png);
}

.cv_area_in {
  padding: 80px 0 40px;
  background: url(../../dcms_media/image/showroom/cv_bg.png) no-repeat center center;
  border-radius: 8px;
  box-shadow: 0 12px 16px -6px rgba(0, 0, 0, 0.2);
}

.cv_area_in a {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .cv_area .cv_txt {
    right: 10px;
    left: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 690px) {
  .cv_area_in {
    padding-top: 100px;
  }
}

/* A */

.sr_A {
  display: flex;
  margin-bottom: 50px;
}

.sr_A.row {
  flex-flow: row-reverse;
}

.sr_A .col_txt {
  width: 60%;
}

.sr_A .col_img {
  width: 36%;
  margin-left: 4%;
}

.sr_A.row .col_img {
  margin-right: 4%;
  margin-left: 0;
}

.sr_A h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

.sr_A p {
  font-weight: 400;
}

@media screen and (max-width: 690px) {
  .sr_A {
    display: block;
  }

  .sr_A .col_txt {
    width: 100%;
  }

  .sr_A .col_img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .sr_A.row .col_img {
    margin-right: 0;
  }
}

/* B */

.sr_B {
  display: flex;
  flex-wrap: wrap;

  /* align-items: flex-start; */
  align-items: stretch;
}

.sr_B .col {
  width: calc(50% - 15px);
  padding: 20px 30px 30px;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.sr_B .col:nth-child(2n) {
  margin-right: 0;

  /* margin-top: 20px; */
}

.sr_B .col h4 {
  margin: 15px 0;
  font-size: 20px;
}

.sr_B .col p {
  font-weight: 400;
}

.sr_B_kome {
  width: 48%;
  font-size: 13px;
  font-weight: 400;
}

.sr_B_kome.right {
  margin-left: auto;
}

@media screen and (max-width: 690px) {
  .sr_B {
    display: block;
  }

  .sr_B .col {
    width: 100%;
    padding: 20px 30px 30px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sr_B .col:nth-child(2n) {
    margin-top: 0;
  }

  .sr_B_kome {
    width: 100%;
  }
}

/* D */
.sr_D {
  display: flex;
  margin-top: 30px;
}

.sr_D .col {
  width: 50%;
  padding-right: 30px;
}

.sr_D .col:nth-child(2n) {
  padding-right: 0;
  padding-left: 30px;
  border-left: solid 1px #ddd;
}

.sr_D .col h4 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 690px) {
  .sr_D {
    display: block;
  }

  .sr_D .col {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    margin-top: 20px;
    border-top: solid 1px #ddd;
  }

  .sr_D .col:nth-child(2n) {
    padding-left: 0;
    border-left: none;
  }
}

/* price */
.sr_price {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.sr_price .sr_title02 {
  margin-top: 0;
}

.sr_price_in {
  display: flex;
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px #f7f7f7;
}

.sr_price_in .col {
  width: calc(50% - 20px);
}

.sr_price_in ul li {
  margin-left: 20px;
  font-weight: 400;
  list-style-type: disc;
}

.price_sub {
  margin: 0 0 4px 20px;
  font-size: 13px;
  color: #999;
}

.sr_plan {
  display: flex;
}

.sr_plan .col {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.sr_plan .col:nth-child(3n) {
  margin-right: 0;
}

.sr_plan_title {
  padding-top: 20px;
  background-color: #f7f7f7;
  border-radius: 8px 8px 0 0;
}

.sr_plan .col h3 {
  display: table;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
  border-bottom: solid 6px #0565f5;
}

/*
.sr_plan .col h3:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    right: 50%;
    width: 40px;
    height: 6px;
    background-color: #0565F5;
}
*/

.sr_plan_in {
  min-height: 340px;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.sr_plan_in h4 {
  padding: 20px 0 10px;
  text-align: center;
  border-top: solid 1px #ddd;
}

.sr_plan_in ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.sr_plan_in ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../../dcms_media/image/showroom/icon_check.png);
}

@media screen and (max-width: 690px) {
  .sr_price {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .sr_price_in {
    display: block;
  }

  .sr_price_in .col {
    width: 100%;
  }

  .sr_plan {
    display: block;
  }

  .sr_plan .col {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}

/* logo */
.sr_logo {
  display: flex;
  flex-wrap: wrap;
}

.sr_logo .col {
  width: calc(33.33% - 10px);
  margin-right: 15px;
  margin-bottom: 10px;
}

.sr_logo .col:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 690px) {
  .sr_logo .col {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .sr_logo .col:nth-child(3n) {
    margin-right: 20px;
  }

  .sr_logo .col:nth-child(2n) {
    margin-right: 0;
  }
}

/* case */
.sr_case_box .dlb_interactive-7_area .dlb_interactive-7_block {
  padding: 16px;
}

.sr_case_box .dlb_interactive-7_area .slick-prev,
.sr_case_box .dlb_interactive-7_area .slick-next {
  display: none !important;
}

.sr_case_box .slick-dots li button,
.sr_case_box .slick-dots li button::before {
  background-color: #fdd6bc;
}

.sr_case_box .slick-dots li.slick-active button::before {
  background-color: #f1813a;
}

.sr_case {
  padding-bottom: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.sr_case .img {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.sr_case .img::before {
  position: absolute;
  bottom: -270px;
  left: calc(50% - 272px);
  content: url(../../dcms_media/image/showroom/E_bg.png);
}

.sr_case_in {
  padding: 0 16px 16px;
}

.sr_case_link {
  margin-top: 15px;
  text-align: right;
}

.sr_case_link a {
  position: relative;
  padding-right: 50px;
  text-decoration: underline;
}

.sr_case_link a::before {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  content: url(../../dcms_media/image/showroom/icon_link.png);
}

/* contact */
.sr_contact {
  padding: 180px 0 120px;
  margin-top: 120px;
  background: url(../../dcms_media/image/showroom/bg_9.png) no-repeat center top -1150px;
}

.sr_contact_in {
  padding: 40px 40px 80px;
  background-color: #fff;
}

@media screen and (max-width: 690px) {
  .sr_contact {
    padding: 140px 0 80px;
    margin-top: 80px;
    background: url(../../dcms_media/image/showroom/bg_9.png) no-repeat center top -1150px;
  }

  .sr_contact_in {
    padding: 20px 20px 40px;
    background-color: #fff;
  }
}
