@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
  overflow: hidden;
}

.pdt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .pdt80 {
    padding-top: 40px;
  }
}

.pdb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pdb80 {
    padding-bottom: 40px;
  }
}

.pdb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pdb120 {
    padding-bottom: 80px;
  }
}

.pdb200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 990px) {
  .pdb200 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 990px) {
  .mg50-sp {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .mg50-sp {
    margin-top: 50px;
  }
}

.mgt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .mgt30 {
    padding-bottom: 10px;
  }
}

.mgt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .mgt20 {
    padding-bottom: 10px;
  }
}

.mgt-90 {
  margin-top: -90px !important;
}

.c-green {
  background: -webkit-gradient(linear, left top, right top, from(#3EAFA6), to(#7BD89E));
  background: linear-gradient(to right, #3EAFA6 0%, #7BD89E 100%);
}

.c-purple {
  background: -webkit-gradient(linear, left top, right top, from(#995ECC), to(#6841B5));
  background: linear-gradient(to right, #995ECC 0%, #6841B5 100%);
}

.c-orange {
  background: -webkit-gradient(linear, left top, right top, from(#E25C3B), to(#FFA483));
  background: linear-gradient(to right, #E25C3B 0%, #FFA483 100%);
}

.tab-show {
  display: none !important;
}
@media only screen and (max-width: 990px) {
  .tab-show {
    display: block !important;
  }
}

.sp-show {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .sp-show {
    display: block !important;
  }
}

.pc-show {
  display: block !important;
}
@media only screen and (max-width: 750px) {
  .pc-show {
    display: none !important;
  }
}

.ipad-show {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .ipad-show {
    display: block !important;
  }
}

html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  letter-spacing: 1px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  font-size: 1.6rem;
  background-image: url("./../images/common/bg-main.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 990px) {
  body {
    background-size: auto;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.btn-anima a:hover {
  opacity: 1 !important;
}

.link-logo {
  display: table;
}

#wrap {
  max-width: 2616px;
  width: 100%;
  margin: auto;
}

header {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
  max-width: 1365px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 990px) {
  header {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  header {
    width: 100%;
    margin-top: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.85);
    height: 50px;
  }
}
header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  header .main-menu {
    display: block;
  }
}
header .main-menu .btn-sp {
  position: absolute;
  right: 15px;
  top: 12px;
}
header .main-menu .btn-sp img {
  width: 35px;
}
header .main-menu .main-sp {
  width: 40px !important;
  height: auto;
}
header .main-menu .logo {
  max-width: 240px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 990px) {
  header .main-menu .logo {
    max-width: 180px;
  }
}
@media only screen and (max-width: 750px) {
  header .main-menu .logo {
    max-width: 150px;
    padding: 0 10px;
    margin-top: 3px;
  }
}
header .list-main-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  header .list-main-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgb(238, 174, 202);
    background: radial-gradient(circle, rgb(252, 227, 238) 0%, rgb(209, 230, 255) 100%);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    text-align: center;
    padding: 30px 0 0 0px;
  }
}
header .list-main-menu li {
  margin: 0 1.4rem;
}
@media only screen and (max-width: 990px) {
  header .list-main-menu li {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 750px) {
  header .list-main-menu li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3411764706);
    width: 100%;
    padding-bottom: 15px;
    font-size: 16px;
  }
  header .list-main-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
header .list-main-menu .btn-contact {
  color: #FFF;
  width: 164px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-box-shadow: rgb(184, 188, 216) 0px 3px 10px 0px;
          box-shadow: rgb(184, 188, 216) 0px 3px 10px 0px;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #12C2E9)), color-stop(20%, var(--c2, #C471ED)), color-stop(50%, var(--c3, #F64F59)), to(var(--c1, #f6d54f))) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1, #12C2E9), var(--c2, #C471ED) 20%, var(--c3, #F64F59) 50%, var(--c1, #f6d54f)) var(--x, 0)/200%;
}
@media only screen and (max-width: 990px) {
  header .list-main-menu .btn-contact {
    width: 124px;
    height: 38px;
  }
}
@media only screen and (max-width: 750px) {
  header .list-main-menu .btn-contact {
    width: 240px;
    margin: auto;
  }
}
header .list-main-menu .btn-contact:hover {
  --x: 100%;
}

.close-btn,
.menu-sp {
  display: none;
}

.open-menu {
  display: block;
}

.menu-close {
  width: 29px !important;
  margin-top: -3px;
  margin-right: 3px;
}

main {
  position: relative;
  z-index: 1;
}

footer {
  background-image: url("./../images/common/bg-footer.svg");
  background-position: center;
  background-size: cover;
  width: 100%;
  margin: auto;
  text-align: center;
  font-weight: 500;
}
footer a {
  text-decoration: none !important;
}
footer .logo-footer {
  max-width: 198px;
  width: 100%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
}
footer .tel-bar {
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 500px;
  border-radius: 50px;
  background: rgb(67, 206, 162);
  background: linear-gradient(117deg, rgb(67, 206, 162) 0%, rgb(24, 90, 157) 100%);
  font-size: 45px;
  font-weight: bold;
  font-family: Arial, "Helvetica", sans-serif;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(184, 188, 217, 0.29) 0px 10px 20px, rgba(184, 188, 217, 0.33) 0px 6px 6px;
          box-shadow: rgba(184, 188, 217, 0.29) 0px 10px 20px, rgba(184, 188, 217, 0.33) 0px 6px 6px;
}
@media only screen and (max-width: 750px) {
  footer .tel-bar {
    width: 90%;
    font-size: 35px;
  }
}
footer .tel-bar img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
footer .menu-footer_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  footer .menu-footer_lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
footer .menu-footer_lists li {
  margin: 0 2rem;
  position: relative;
}
@media only screen and (max-width: 750px) {
  footer .menu-footer_lists li {
    margin: 0 2.6rem;
    margin-bottom: 15px;
  }
}
footer .menu-footer_lists li::after {
  position: absolute;
  content: "";
  background-color: #ACAEC6;
  right: -23px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 1px;
  height: 75%;
}
footer .menu-footer_lists li:last-child::after {
  position: inherit;
}
footer .menu-footer_lists li a {
  text-decoration: none !important;
}
footer .sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
footer .sns-lists li {
  margin: 0 1rem;
}
footer .sns-lists li img {
  width: 31px;
  height: 31px;
}
footer .copy {
  width: 100%;
  background-color: #F3F4F9;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: Arial, "Helvetica", sans-serif;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .copy {
    height: 40px;
  }
}

.nav-icon {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  opacity: 1;
  right: 0;
  top: 0;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:visited {
  opacity: 1;
}

.nav-icon span {
  display: block;
  position: absolute;
  width: 35px;
  height: 1px;
  background: #000 !important;
  border-radius: 0;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 10px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 19px;
}

.nav-icon span:nth-child(4) {
  top: 29px;
}

.nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 0;
  right: 0;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 0;
  right: 0;
}

.header-burger {
  position: absolute;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 750px) {
  .header-burger {
    display: block;
    right: 20px;
    top: 5px;
  }
}

.menu-responsive {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-top: 50px;
  padding-bottom: 35px;
  background-color: rgba(192, 197, 238, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

.menu-responsive.active {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.scroll-down {
  margin-top: 60px;
}
.scroll-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .scroll-down ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.scroll-down ul li {
  max-width: 300px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 750px) {
  .scroll-down ul li {
    margin: 7px;
  }
}
.scroll-down ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 750px) {
  .scroll-down ul li a {
    height: 40px;
  }
}
.scroll-down ul li a:after {
  content: url("/assets/images/common/arrow-scrolldown.svg");
  right: 2em;
  top: 25%;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 6px;
}
.scroll-down ul li a:hover, .scroll-down ul li a:focus {
  opacity: 1;
  color: #fff;
  background: rgb(146, 254, 157);
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 254, 157)), to(rgb(0, 201, 255)));
  background: linear-gradient(90deg, rgb(146, 254, 157) 0%, rgb(0, 201, 255) 100%);
}
.scroll-down ul li .active {
  background: rgb(146, 254, 157);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 254, 157)), to(rgb(0, 201, 255)));
  background: linear-gradient(90deg, rgb(146, 254, 157) 0%, rgb(0, 201, 255) 100%);
}
.scroll-down ul li .active:after {
  content: "";
}

.breadcrumb {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    width: 100%;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 750px) {
  .breadcrumb .width-700 {
    width: 700px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  color: #3B3B3B;
}
.breadcrumb ul li a {
  color: #8E8E8E;
}
.breadcrumb ul li img {
  height: 1px;
}
.breadcrumb ul li + li {
  margin-left: 10px;
}

.list-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -3%;
}
@media only screen and (max-width: 750px) {
  .list-col3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col3 ul li {
  width: 30.33%;
  margin-left: 3%;
  margin-top: 3%;
}
@media only screen and (max-width: 750px) {
  .list-col3 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.list-col3 ul li img {
  width: 100%;
}
.list-col3 ul li a {
  display: block;
  height: 100%;
}
.list-col3 ul li a .title-list {
  margin: 20px 0;
}
.list-col3 ul li a .img-list img {
  width: 100%;
}
.list-col3 ul li a:hover {
  opacity: 1;
}
.list-col3 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col3 ul li a .cover {
  overflow: hidden;
}
.list-col3 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pagenation {
  margin-top: 40px;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}
.pagenation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #C4C4C4;
}
.pagenation ul li a span {
  position: relative;
  top: -1px;
  right: -1px;
}
.pagenation ul li a:hover {
  background: linear-gradient(179deg, #92fe9d 0%, #00c9ff 100%);
  color: #fff;
}
.pagenation ul li .active {
  background: linear-gradient(179deg, #92fe9d 0%, #00c9ff 100%);
  color: #fff;
}

.news {
  width: 95%;
  max-width: 1170px;
  margin: auto;
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .news {
    padding: 40px 0;
  }
}
.news a {
  text-decoration: none;
}
.news .tt-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .tt-h2 h2 {
  font-family: Arial, "Helvetica", sans-serif;
  font-size: 66px;
  outline: none;
  text-transform: uppercase;
  background: linear-gradient(135deg, #3494E6 0%, #EC6EAD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  .news .tt-h2 h2 {
    font-size: 40px;
  }
}
.news .tt-h2 span {
  font-size: 20px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #3494E6 0%, #EC6EAD 100%);
  border-radius: 3px;
  padding: 3px;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .news .tt-h2 span {
    font-size: 16px;
    width: 82px;
    height: 27px;
  }
}
.news .tt-h2 span em {
  color: #FFF;
}
.news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .news .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}
.news .news-list::before {
  content: "";
  position: absolute;
  right: 0%;
  top: -32%;
  background-image: url("./../images/top/bg_news-a.svg");
  background-size: 100%;
  width: 205px;
  height: 195px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .news .news-list::before {
    width: 202px;
    height: 188px;
    top: -27%;
  }
}
.news .news-list::after {
  content: "";
  position: absolute;
  right: 28%;
  bottom: -13%;
  background-image: url("./../images/top/bg_news-b.svg");
  background-size: 100%;
  width: 131px;
  height: 90px;
}
@media only screen and (max-width: 750px) {
  .news .news-list::after {
    width: 89px;
    height: 70px;
    right: -1%;
    bottom: 0%;
  }
}
.news .news-list .news-more-btn {
  font-size: 18px;
  width: 100%;
  min-width: 350px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .news .news-list .news-more-btn {
    min-width: 230px;
  }
}
@media only screen and (max-width: 750px) {
  .news .news-list .news-more-btn {
    font-size: 16px;
  }
}
.news .news-list .news-more-btn:after {
  content: "";
  background: -webkit-linear-gradient(left, #00C9FF 0%, #92FE9D 100%);
  display: block;
  height: 3px;
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: 0;
}
.news .news-list ul {
  background-color: #FFF;
  padding: 10px 30px 30px 30px;
  width: 100%;
  max-width: 743px;
  margin-right: 40px;
}
@media only screen and (max-width: 750px) {
  .news .news-list ul {
    margin-right: 0px;
    margin-bottom: 30px;
    max-width: initial;
    padding: 10px 20px 20px 20px;
  }
}
.news .news-list ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #818181;
}
.news .news-list ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.news .news-list ul li a {
  text-decoration: none;
}
.news .news-list ul li a:hover {
  opacity: 1;
}
.news .news-list ul li a:hover .detail-news {
  opacity: 0.6;
}
.news .news-list ul .date_news {
  color: #818181;
  margin-right: 20px;
  float: left;
}
@media only screen and (max-width: 750px) {
  .news .news-list ul .date_news {
    margin-right: 10px;
  }
}
.news .news-list ul .tag-color {
  color: #FFF;
  background-color: #3494E6;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .news .news-list ul .tag-color {
    font-size: 12px;
  }
}
.news .news-list ul .detail-news {
  margin-top: 10px;
}

.bg_graphic-a,
.bg_graphic-b,
.bg_graphic-c {
  position: relative;
  width: 100%;
}
.bg_graphic-a::after,
.bg_graphic-b::after,
.bg_graphic-c::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 21%;
  background-image: url("./../images/top/bg_r.svg");
  background-size: 100%;
  width: 120px;
  height: 100px;
  z-index: 0;
}
@media only screen and (max-width: 990px) {
  .bg_graphic-a::after,
  .bg_graphic-b::after,
  .bg_graphic-c::after {
    bottom: -19%;
  }
}
@media only screen and (max-width: 750px) {
  .bg_graphic-a::after,
  .bg_graphic-b::after,
  .bg_graphic-c::after {
    right: 0;
    bottom: -16%;
  }
}

.bg_graphic-b::after {
  left: 10%;
  bottom: 0%;
  background-image: url("./../images/top/bg_l.svg");
  width: 120px;
  height: 100px;
  z-index: 0;
}
@media only screen and (max-width: 990px) {
  .bg_graphic-b::after {
    bottom: -15%;
  }
}
@media only screen and (max-width: 750px) {
  .bg_graphic-b::after {
    left: inherit;
    right: 0%;
  }
}

.bg_graphic-c::after {
  right: 8%;
  bottom: 3%;
  background-image: url("./../images/top/bg_green.svg");
  width: 750px;
  height: 470px;
  z-index: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 990px) {
  .bg_graphic-c::after {
    right: 0;
    bottom: 3%;
    width: 520px;
    height: 470px;
  }
}
@media only screen and (max-width: 750px) {
  .bg_graphic-c::after {
    right: 0;
    bottom: -20%;
    width: 470px;
    height: 470px;
    z-index: 0;
    background-repeat: no-repeat;
  }
}

.w-top-cont {
  width: 95%;
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .w-top-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.txt-intro {
  max-width: 476px;
  width: 100%;
  margin: 30px 20px 20px 20px;
}
@media only screen and (max-width: 990px) {
  .txt-intro {
    margin: 0px 20px 20px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .txt-intro {
    max-width: inherit;
    margin: 0px 0px 20px 0px;
  }
}
.txt-intro.c-white {
  margin: -20px 20px 20px 20px;
}
@media only screen and (max-width: 750px) {
  .txt-intro.c-white {
    margin: 20px 0px 20px 0px;
  }
}
.txt-intro.c-white .h2 {
  font-family: Arial, "Helvetica", sans-serif;
  font-size: 106px;
  color: #FFF;
  letter-spacing: 4px;
}
@media only screen and (max-width: 990px) {
  .txt-intro.c-white .h2 {
    font-size: 95px;
  }
}
@media only screen and (max-width: 750px) {
  .txt-intro.c-white .h2 {
    font-size: 62px;
  }
}
.txt-intro h2 {
  font-family: Arial, "Helvetica", sans-serif;
  font-size: 66px;
  outline: none;
  text-transform: uppercase;
  background: linear-gradient(135deg, #3494E6 0%, #EC6EAD 60%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  .txt-intro h2 {
    font-size: 45px;
  }
}
.txt-intro small {
  font-size: 20px;
  color: #1EACDB;
}
.txt-intro h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .txt-intro h3 {
    margin-top: 10px;
  }
}
.txt-intro p {
  line-height: 1.7;
}

.banner-top {
  background-image: url("./../images/top/bg_man.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .banner-top {
    background-position: top right 30%;
    height: 280px;
  }
}
.banner-top p {
  padding-top: 80px;
  margin: auto;
  width: 95%;
  max-width: 1170px;
  height: 445px;
  font-size: 75px;
  color: #FFF;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 990px) {
  .banner-top p {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .banner-top p {
    font-size: 55px;
    padding-top: 40px;
  }
}
.banner-top p span {
  display: block;
  font-size: 45px;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .banner-top p span {
    font-size: 24px;
  }
}

.img-main {
  position: relative;
  z-index: 1;
  max-width: 619px;
  width: 100%;
  height: auto;
}
.img-main img {
  overflow: hidden;
  max-width: 619px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
          box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
}
.img-main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./../images/common/filter-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 99%;
  z-index: 2;
  overflow: hidden;
}

@media only screen and (max-width: 1206px) {
  .mg180-sp {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .mg180-sp {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .mg180-sp {
    margin-top: 130px;
  }
}

.img-main.recruit-cont {
  width: 80% !important;
}
@media only screen and (max-width: 750px) {
  .img-main.recruit-cont .meeting_img {
    min-width: inherit !important;
    max-width: inherit !important;
    width: 100% !important;
  }
}

.mini_img {
  max-width: 280px !important;
  position: absolute;
  z-index: 3;
  bottom: -120px;
  right: -148px;
}
@media only screen and (max-width: 1206px) {
  .mini_img {
    max-width: 200px !important;
    bottom: -60px;
    right: -80px;
  }
}
@media only screen and (max-width: 990px) {
  .mini_img {
    bottom: -90px;
    right: -10px;
  }
}
@media only screen and (max-width: 750px) {
  .mini_img {
    max-width: inherit !important;
    width: 70% !important;
    bottom: -92px;
    right: -70px;
  }
}

.w-btn {
  width: 100%;
  max-width: 343px;
}
@media only screen and (max-width: 750px) {
  .w-btn {
    max-width: inherit;
  }
}

.float-r {
  float: right;
}

.btn-more {
  padding: 0 70px;
  margin-top: 20px;
  color: #FFF;
  font-family: Arial, "Helvetica", sans-serif;
  text-align: center;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #12C2E9)), color-stop(51%, var(--c2, #514A9D)), to(var(--c1, #12C2E9))) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1, #12C2E9), var(--c2, #514A9D) 51%, var(--c1, #12C2E9)) var(--x, 0)/200%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 990px) {
  .btn-more {
    max-width: 400px;
  }
}
.btn-more::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-image: url("./../images/common/icon_next-btn.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 46px;
  height: 36px;
}

.btn-more:hover {
  --x: 100%;
}
.btn-more:hover::after {
  background-image: url("./../images/common/icon_next-btn.gif");
}

.w-cont {
  position: relative;
  width: 95%;
  max-width: 1170px;
  margin: auto;
}
@media only screen and (max-width: 990px) {
  .w-cont {
    position: inherit;
  }
}

.mv-slick {
  width: 100%;
}
.mv-slick .mv {
  background-image: url("./../images/top/mv/mv-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 768px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .mv-slick .mv {
    height: 600px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv {
    height: 500px;
    background-position: right 29% top 30%;
  }
}
.mv-slick .mv h2 {
  font-size: 53px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, 160%);
          transform: translate(-100%, 160%);
  color: #1A1A1A;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 990px) {
  .mv-slick .mv h2 {
    -webkit-transform: translate(-100%, 120%);
            transform: translate(-100%, 120%);
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv h2 {
    font-size: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, 110%);
            transform: translate(-45%, 110%);
    width: 100%;
  }
}
.mv-slick .mv h2 span {
  font-family: Arial, "Helvetica", sans-serif;
  font-size: 75px;
  font-weight: 600;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv h2 span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv h2 span {
    font-size: 40px;
  }
}
.mv-slick .mv h2::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 60%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-image: url("./../images/top/mv/mv-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 486px;
  height: 355px;
  z-index: 0;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv h2::after {
    width: 340px;
    height: 255px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv h2::after {
    background-size: 50%;
    top: 50%;
    -webkit-transform: translate(-26%, -23%);
            transform: translate(-26%, -23%);
    background-position: right 50% top;
    width: 426px;
    height: 295px;
  }
}
.mv-slick .mv .hero {
  max-width: 1070px;
  width: 100%;
  height: auto;
  position: absolute;
  right: -24%;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv .hero {
    max-width: 940px;
    margin-top: 50px;
    right: -18%;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv .hero {
    width: 100%;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(65%, -5%);
            transform: translate(65%, -5%);
  }
}
@media only screen and (max-width: 550px) {
  .mv-slick .mv .hero {
    -webkit-transform: translate(65%, 15%);
            transform: translate(65%, 15%);
  }
}
@media only screen and (max-width: 480px) {
  .mv-slick .mv .hero {
    max-width: inherit;
    width: 130%;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(65%, 11%);
            transform: translate(65%, 11%);
  }
}
.mv-slick .mv.mv2 {
  background-image: url("./../images/top/mv/mv-bg2.jpg") !important;
}
.mv-slick .mv.mv2 .phone {
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(6%, 25%);
          transform: translate(6%, 25%);
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv2 .phone {
    max-width: 400px;
    -webkit-transform: translate(3%, 85%);
            transform: translate(3%, 85%);
  }
}
@media only screen and (max-width: 990px) {
  .mv-slick .mv.mv2 .phone {
    max-width: 350px;
    -webkit-transform: translate(-12%, 57%);
            transform: translate(-12%, 57%);
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv2 .phone {
    max-width: 300px;
    -webkit-transform: translate(0%, 60%);
            transform: translate(0%, 60%);
  }
}
@media only screen and (max-width: 574px) {
  .mv-slick .mv.mv2 .phone {
    max-width: 210px;
    -webkit-transform: translate(15%, 137%);
            transform: translate(15%, 137%);
  }
}
.mv-slick .mv.mv2 .date {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-81%, 75%);
          transform: translate(-81%, 75%);
  max-width: 170px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv2 .date {
    -webkit-transform: translate(-55%, 185%);
            transform: translate(-55%, 185%);
    max-width: 150px;
  }
}
@media only screen and (max-width: 990px) {
  .mv-slick .mv.mv2 .date {
    -webkit-transform: translate(-74%, 85%);
            transform: translate(-74%, 85%);
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv2 .date {
    -webkit-transform: translate(-34%, 85%);
            transform: translate(-34%, 85%);
  }
}
@media only screen and (max-width: 574px) {
  .mv-slick .mv.mv2 .date {
    max-width: 150px;
    -webkit-transform: translate(104%, 193%);
            transform: translate(104%, 193%);
  }
}
.mv-slick .mv.mv2 .txt-mv2 {
  color: #1A1A1A;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(88%, 59%);
          transform: translate(88%, 59%);
  text-align: center;
  font-size: 25px;
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv2 .txt-mv2 {
    -webkit-transform: translate(69%, 49%);
            transform: translate(69%, 49%);
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv2 .txt-mv2 {
    font-size: 20px;
    -webkit-transform: translate(68%, 32%);
            transform: translate(68%, 32%);
  }
}
@media only screen and (max-width: 574px) {
  .mv-slick .mv.mv2 .txt-mv2 {
    font-size: 16px;
    -webkit-transform: translate(50%, 32%);
            transform: translate(50%, 32%);
  }
}
.mv-slick .mv.mv2 .txt-mv2 h3 {
  font-size: 53px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv2 .txt-mv2 h3 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv2 .txt-mv2 h3 {
    font-size: 25px;
  }
}
.mv-slick .mv.mv2 .txt-mv2 .f-eng {
  font-family: Arial, "Helvetica", sans-serif;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: -15px;
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv2 .txt-mv2 .f-eng {
    font-size: 38px;
  }
}
@media only screen and (max-width: 574px) {
  .mv-slick .mv.mv2 .txt-mv2 .f-eng {
    font-size: 30px;
    margin-bottom: -5px;
  }
}
.mv-slick .mv.mv2 .txt-mv2 small {
  font-size: 16px;
}
@media only screen and (max-width: 574px) {
  .mv-slick .mv.mv2 .txt-mv2 small {
    font-size: 12px;
  }
}
.mv-slick .mv.mv2 .txt-mv2 .btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv2 .txt-mv2 .btn-app {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .mv-slick .mv.mv2 .txt-mv2 .btn-app {
    margin-top: 10px;
  }
}
.mv-slick .mv.mv2 .txt-mv2 .btn-app img {
  margin: 0 10px;
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 574px) {
  .mv-slick .mv.mv2 .txt-mv2 .btn-app img {
    margin: 0 5px;
    height: 33px;
  }
}
.mv-slick .mv.mv3 {
  background-image: url("./../images/top/mv/mv-bg3.jpg") !important;
}
.mv-slick .mv.mv3 h2 {
  font-size: 53px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv3 h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv3 h2 {
    font-size: 35px;
    -webkit-transform: translate(-20%, 120%);
            transform: translate(-20%, 120%);
  }
}
@media only screen and (max-width: 480px) {
  .mv-slick .mv.mv3 h2 {
    -webkit-transform: translate(-28%, 120%);
            transform: translate(-28%, 120%);
  }
}
.mv-slick .mv.mv3 h2::after {
  background-image: none;
}
.mv-slick .mv.mv3 .txt-mv3 {
  position: absolute;
  right: 50%;
  top: 50%;
  font-size: 25px;
  color: #1A1A1A;
  -webkit-transform: translate(100%, 118%);
          transform: translate(100%, 118%);
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv3 .txt-mv3 {
    font-size: 20px;
    -webkit-transform: translate(94%, 129%);
            transform: translate(94%, 129%);
  }
}
@media only screen and (max-width: 990px) {
  .mv-slick .mv.mv3 .txt-mv3 {
    font-size: 18px;
    -webkit-transform: translate(87%, 109%);
            transform: translate(87%, 109%);
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv3 .txt-mv3 {
    font-size: 20px;
    -webkit-transform: translate(52%, 241%);
            transform: translate(52%, 241%);
  }
}
@media only screen and (max-width: 447px) {
  .mv-slick .mv.mv3 .txt-mv3 {
    font-size: 16px;
    -webkit-transform: translate(52%, 229%);
            transform: translate(52%, 229%);
  }
}
@media only screen and (max-width: 375px) {
  .mv-slick .mv.mv3 .txt-mv3 {
    -webkit-transform: translate(52%, 189%);
            transform: translate(52%, 189%);
  }
}
.mv-slick .mv.mv3 .txt-mv3 span {
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv3 .txt-mv3 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv3 .txt-mv3 span {
    font-size: 20px;
  }
}
.mv-slick .mv.mv3 .txt-mv3 em {
  font-family: Arial, "Helvetica", sans-serif;
  font-size: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv3 .txt-mv3 em {
    font-size: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv3 .txt-mv3 em {
    font-size: 25px;
  }
}
.mv-slick .mv.mv3 .news-more-btn {
  font-size: 16px;
  margin-top: 20px;
  color: #FFF;
  font-family: Arial, "Helvetica", sans-serif;
  text-align: center;
  width: 100%;
  max-width: 343px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #FFD800)), color-stop(51%, var(--c2, #DB36A4)), to(var(--c1, #FFD800))) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1, #FFD800), var(--c2, #DB36A4) 51%, var(--c1, #FFD800)) var(--x, 0)/200%;
  position: relative;
  -webkit-box-shadow: rgba(95, 149, 188, 0.7) 0px 3px 6px 0px;
          box-shadow: rgba(95, 149, 188, 0.7) 0px 3px 6px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv3 .news-more-btn {
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
  }
}
.mv-slick .mv.mv3 .news-more-btn::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("./../images/common/icon_next-btn.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 46px;
  height: 36px;
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv3 .news-more-btn::after {
    width: 35px;
    height: 28px;
  }
}
.mv-slick .mv.mv3 .news-more-btn:hover {
  --x: 100%;
}
.mv-slick .mv.mv3 .news-more-btn:hover::after {
  background-image: url("./../images/common/icon_next-btn.gif");
}
.mv-slick .mv.mv3 .labtop {
  position: absolute;
  left: 0;
  max-width: 734px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-86%, 55%);
          transform: translate(-86%, 55%);
}
@media only screen and (max-width: 1145px) {
  .mv-slick .mv.mv3 .labtop {
    max-width: 624px;
    -webkit-transform: translate(-86%, 71%);
            transform: translate(-86%, 71%);
  }
}
@media only screen and (max-width: 990px) {
  .mv-slick .mv.mv3 .labtop {
    max-width: 534px;
  }
}
@media only screen and (max-width: 965px) {
  .mv-slick .mv.mv3 .labtop {
    max-width: 534px;
  }
}
@media only screen and (max-width: 750px) {
  .mv-slick .mv.mv3 .labtop {
    max-width: 330px;
    -webkit-transform: translate(-54%, 63%);
            transform: translate(-54%, 63%);
  }
}
@media only screen and (max-width: 480px) {
  .mv-slick .mv.mv3 .labtop {
    max-width: 310px;
    -webkit-transform: translate(-53%, 65%);
            transform: translate(-53%, 65%);
  }
}

.slick-dots {
  bottom: 50px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}
.slick-dots li button:before {
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 17px;
  width: 17px;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

.mv-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 750px) {
  .mv-dots {
    right: 50%;
    bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(-11px, -57%);
            transform: translate(-11px, -57%);
  }
}
.mv-dots li {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 750px) {
  .mv-dots li {
    margin-left: 10px;
  }
}
.mv-dots li.slick-active button {
  background-color: #5face0;
}

.mv-dots li button {
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  border-radius: 100%;
  color: transparent;
  background-color: rgba(90, 90, 90, 0.25);
  border: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 750px) {
  .mv-dots li button {
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
  }
}
.mv-dots li button:hover {
  cursor: pointer;
}

.slick-prev {
  left: 20px !important;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .slick-prev {
    left: 10px !important;
  }
}

.slick-next {
  right: 20px !important;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .slick-next {
    right: 10px !important;
  }
}

.slick-prev,
.slick-next {
  width: 50px !important;
  height: 50px !important;
}

.slick-prev::before,
.slick-next::before {
  background-image: url("./../images/top/mv/slick-next.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 50px !important;
  opacity: 0.5;
}
@media only screen and (max-width: 750px) {
  .slick-prev::before,
  .slick-next::before {
    font-size: 30px !important;
  }
}

.slick-next::before {
  background-image: url("./../images/top/mv/slick-prev.svg");
}

.title-top-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .title-top-page {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.title-top-page h1, .title-top-page h2 {
  font-family: Arial, "Helvetica", sans-serif;
  font-size: 66px;
  outline: none;
  text-transform: uppercase;
  background: linear-gradient(135deg, #3494E6 0%, #EC6EAD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  .title-top-page h1, .title-top-page h2 {
    font-size: 40px;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
}
.title-top-page span em {
  font-size: 2rem;
  color: #EB6EAE;
  font-weight: 300;
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  .title-top-page span em {
    font-size: 1.6rem;
  }
}
.title-top-page:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #00c9ff;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), color-stop(50%, rgba(146, 254, 157, 0.1208858543)));
  background: linear-gradient(90deg, #00c9ff 0%, rgba(146, 254, 157, 0.1208858543) 50%);
}
@media only screen and (max-width: 750px) {
  .title-top-page:after {
    bottom: -5px;
  }
}

.banner-page {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 750px) {
  .banner-page {
    padding: 40px 0 0 0;
  }
}

.news-page {
  background: url("/assets/images/news/bg.jpg");
  background-size: cover;
  background-position: top right;
}
.news-page .news-menu {
  background: url(/assets/images/common/line-current.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom right;
  padding-bottom: 2px;
}
@media only screen and (max-width: 750px) {
  .news-page .scroll-down {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .news-page .scroll-down ul li a:after {
    top: 17%;
  }
}
.news-page .list-col3 ul {
  margin-top: -2.5%;
  margin-left: -2.5%;
}
@media only screen and (max-width: 750px) {
  .news-page .list-col3 ul {
    margin-top: 0;
    margin-left: 0;
  }
}
.news-page .list-col3 ul li {
  width: 30.33%;
  margin-left: 2.5%;
  margin-top: 2.5%;
}
@media only screen and (max-width: 750px) {
  .news-page .list-col3 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .news-page .list-col3 ul li + li {
    margin-top: 40px;
  }
}

.news .container {
  clear: both;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  position: relative;
}
.news .container:after {
  content: url("/assets/images/news/vector01-list.svg");
  position: absolute;
  top: 58%;
  right: -200px;
}
@media only screen and (max-width: 990px) {
  .news .container:after {
    top: inherit;
    right: 0;
    bottom: -40px;
  }
}
.news .content-section {
  margin-top: 40px;
}
.news .content-section .list-col3 {
  margin-top: 40px;
}
.news .content-section .list-col3 ul li .txt-list {
  margin-top: 15px;
}
.news .content-section .list-col3 ul li .date_news {
  color: #818181;
  margin-right: 20px;
  float: left;
}
.news .content-section .list-col3 ul li .tag-color {
  color: #FFF;
  background-color: #3494E6;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
}
.news .content-section .list-col3 ul li .detail-news {
  margin-top: 10px;
}

.title-banner {
  margin-top: 30px;
}
.title-banner h1, .title-banner h2 {
  font-size: 12rem;
  color: #fff;
  line-height: 110px;
  text-shadow: 0px 3px 10px rgba(52, 148, 230, 0.2);
  font-family: Arial, "Helvetica", sans-serif;
}
@media only screen and (max-width: 990px) {
  .title-banner h1, .title-banner h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .title-banner h1, .title-banner h2 {
    font-size: 4.5rem;
    line-height: 50px;
  }
}
.title-banner h1 span, .title-banner h2 span {
  font-size: 8.2rem;
}
@media only screen and (max-width: 750px) {
  .title-banner h1 span, .title-banner h2 span {
    font-size: 4.2rem;
  }
}
.title-banner .subtitle-banner p {
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  .title-banner .subtitle-banner p {
    font-size: 1.6rem;
  }
}

.title-section {
  position: relative;
}
.title-section h1, .title-section h2, .title-section h3 {
  font-size: 3rem;
  background: url("/assets/images/common/icon-title.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 750px) {
  .title-section h1, .title-section h2, .title-section h3 {
    ont-size: 2.4rem;
    background-size: 25px;
    padding-left: 30px;
  }
}
.title-section:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  background: rgb(236, 110, 173);
  background: -webkit-gradient(linear, left top, right top, color-stop(34%, rgb(236, 110, 173)), to(rgb(52, 148, 230)));
  background: linear-gradient(90deg, rgb(236, 110, 173) 34%, rgb(52, 148, 230) 100%);
}

.sub-title-section {
  margin-top: 30px;
}
.sub-title-section h2, .sub-title-section h3, .sub-title-section h4 {
  font-size: 2.5rem;
  color: #444444;
}
@media only screen and (max-width: 750px) {
  .sub-title-section h2, .sub-title-section h3, .sub-title-section h4 {
    font-size: 1.8rem;
  }
}

.content-880 {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.new-content {
  background-color: #fff;
  padding: 40px 70px 100px 70px;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .new-content {
    margin-top: 30px;
    padding: 40px 20px 50px 20px;
  }
}
.new-content:after {
  content: url(/assets/images/news/vector01-list.svg);
  position: absolute;
  top: 50%;
  right: -200px;
}
@media only screen and (max-width: 990px) {
  .new-content:after {
    top: inherit;
    right: 0;
    bottom: -80px;
    z-index: -1;
  }
}
.new-content .date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-content .date_news {
  color: #818181;
}
.new-content .tag-color {
  color: #FFF;
  background-color: #3494E6;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .new-content .tag-color {
    margin-bottom: 25px;
  }
}
.new-content .head-title-detail-new {
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .new-content .head-title-detail-new {
    padding-bottom: 15px;
  }
}
.new-content .head-title-detail-new h1 {
  font-size: 2.9rem;
}
@media only screen and (max-width: 750px) {
  .new-content .head-title-detail-new {
    margin-bottom: 15px;
  }
}
.new-content .title-detail-new {
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .new-content .title-detail-new {
    padding-bottom: 15px;
  }
}
.new-content .title-detail-new h1, .new-content .title-detail-new h2, .new-content .title-detail-new h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 750px) {
  .new-content .title-detail-new {
    margin-bottom: 15px;
  }
}
.new-content .txt-detail-new p a {
  color: #1EACDB;
  text-decoration: underline;
}
.new-content .img-row {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .new-content .img-row {
    margin-top: 15px;
  }
}
.new-content .img-row img {
  width: 100%;
}
.new-content .img-column {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .new-content .img-column {
    margin-top: 20px;
  }
}
.new-content .img-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-content .img-column ul li {
  width: 48.5%;
}
.new-content .img-column ul li img {
  width: 100%;
}
.new-content .section + .section {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .new-content .section + .section {
    margin-top: 40px;
  }
}

.row-control-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .row-control-bottom {
    margin-top: 40px;
  }
}

.back-to-top-detail {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .back-to-top-detail {
    max-width: 200px;
  }
}
.back-to-top-detail .btn {
  border-radius: 50px;
  -webkit-box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/assets/images/news/arrow-backtop-news.svg") #fff;
  background-position: left 2em center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .back-to-top-detail .btn {
    background-position: left 1.5em center;
    font-size: 1.4rem;
  }
}
.back-to-top-detail .btn-width-300 {
  width: 100%;
}
.back-to-top-detail .btn-height-70 {
  height: 70px;
}
@media only screen and (max-width: 750px) {
  .back-to-top-detail .btn-height-70 {
    height: 50px;
  }
}

.service-page {
  background: url("/assets/images/service/bg01.png?SDf=dsf"), url("/assets/images/service/bg01f.png?SDf=dsf"), url("/assets/images/service/bg08.png");
  background-size: contain, cover, cover;
  background-position: top right, center, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.service-page .service-menu {
  background: url(/assets/images/common/line-current.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom right;
  padding-bottom: 2px;
}
.service-page .scroll-down ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .service-page .scroll-down ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service-page .scroll-down ul li {
  max-width: 354px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 990px) {
  .service-page .scroll-down ul li {
    max-width: 280px;
  }
}
.service-page .scroll-down ul li a:hover {
  opacity: 0.8;
}
.service-page .scroll-down ul li a:after {
  content: url("/assets/images/common/arrow-scrolldown-white.svg");
  right: 2em;
  top: 25%;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 6px;
}
@media only screen and (max-width: 750px) {
  .service-page .scroll-down ul li a:after {
    right: 1em;
    top: 17%;
  }
}
.service-page .service-more-btn {
  font-size: 16px;
  margin-top: 20px;
  color: #FFF;
  font-family: Arial, "Helvetica", sans-serif;
  text-align: center;
  width: 100%;
  max-width: 343px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #FFD800)), color-stop(51%, var(--c2, #DB36A4)), to(var(--c1, #FFD800))) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1, #FFD800), var(--c2, #DB36A4) 51%, var(--c1, #FFD800)) var(--x, 0)/200%;
  position: relative;
  -webkit-box-shadow: rgba(95, 149, 188, 0.7) 0px 3px 6px 0px;
          box-shadow: rgba(95, 149, 188, 0.7) 0px 3px 6px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .service-page .service-more-btn {
    font-size: 14px;
    height: 50px;
    margin-top: 5px;
  }
}
.service-page .service-more-btn::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("./../images/common/icon_next-btn.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 46px;
  height: 36px;
}
@media only screen and (max-width: 750px) {
  .service-page .service-more-btn::after {
    width: 35px;
    height: 28px;
  }
}
.service-page .service-more-btn:hover {
  --x: 100%;
}
.service-page .service-more-btn:hover::after {
  background-image: url("./../images/common/icon_next-btn.gif");
}

.btn-indigo {
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #38FCF2)), to(var(--c1, #1CD2F4))) var(--x, 0)/200% !important;
  background: linear-gradient(90deg, var(--c1, #38FCF2), var(--c1, #1CD2F4)) var(--x, 0)/200% !important;
}

.btn-blue {
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #38FCF2)), to(var(--c1, #1CD2F4))) var(--x, 0)/200% !important;
  background: linear-gradient(90deg, var(--c1, #38FCF2), var(--c1, #1CD2F4)) var(--x, 0)/200% !important;
}

.content-1170 {
  width: 95%;
  max-width: 1170px;
  margin: auto;
}

.pad-top80 {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .pad-top80 {
    padding-top: 40px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.service .about-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .service .about-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .about-service .content-left {
  width: 40.854%;
}
@media only screen and (max-width: 750px) {
  .service .about-service .content-left {
    width: 100%;
  }
}
.service .about-service .content-right {
  width: 50.427%;
}
@media only screen and (max-width: 750px) {
  .service .about-service .content-right {
    width: 100%;
  }
}
.service .about-service .content-right img {
  max-width: 488px;
  width: 100%;
}
.service .btn-title {
  background: rgb(18, 194, 233);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(18, 194, 233)), color-stop(85%, rgb(0, 131, 176)));
  background: linear-gradient(180deg, rgb(18, 194, 233) 30%, rgb(0, 131, 176) 85%);
  border-radius: 30px;
  height: 60px;
  max-width: 277px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
          box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
}
@media only screen and (max-width: 750px) {
  .service .btn-title {
    height: 60px;
    max-width: 200px;
  }
}
.service .btn-title h2, .service .btn-title h3, .service .btn-title h4 {
  color: #fff;
  font-size: 3rem;
}
.service .btn-title h2 .helvetica, .service .btn-title h3 .helvetica, .service .btn-title h4 .helvetica {
  font-family: Arial, "Helvetica", sans-serif;
}
@media only screen and (max-width: 750px) {
  .service .btn-title h2, .service .btn-title h3, .service .btn-title h4 {
    font-size: 1.8rem;
  }
}

.txt-detail-about-service {
  margin-top: 20px;
}

.section-bpo01 {
  padding-top: 40px;
}
.section-bpo01 .about-bpo01 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .section-bpo01 .about-bpo01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-bpo01 .about-bpo01 .content-left {
  width: 55%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .section-bpo01 .about-bpo01 .content-left {
    width: 100%;
  }
}
.section-bpo01 .about-bpo01 .content-left:after {
  content: url(/assets/images/service/vector01.svg);
  position: absolute;
  top: -150px;
  left: -80px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .section-bpo01 .about-bpo01 .content-left:after {
    top: -75%;
    left: -41%;
    z-index: -1;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.section-bpo01 .about-bpo01 .content-left img {
  width: 100%;
}
.section-bpo01 .about-bpo01 .content-right {
  width: 50%;
  padding: 70px 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .section-bpo01 .about-bpo01 .content-right {
    width: 100%;
    padding: 0px 20px;
  }
}
.section-bpo01 .about-bpo01 .content-right:after {
  content: url(/assets/images/service/vector02.svg);
  position: absolute;
  bottom: -100px;
  right: -150px;
  z-index: -1;
}
@media only screen and (max-width: 990px) {
  .section-bpo01 .about-bpo01 .content-right:after {
    right: 0;
  }
}
.section-bpo01 .about-bpo01 .content-right h3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .section-bpo01 .about-bpo01 .content-right h3 {
    font-size: 2rem;
  }
}
.section-bpo01 .about-bpo01 .content-right p {
  margin-top: 15px;
}
.section-bpo01 #detail-bpo01 {
  background: url(/assets/images/service/box-bg.png?Df=sdf);
  background-repeat: no-repeat;
  background-position: top 120px center;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .section-bpo01 #detail-bpo01 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .section-bpo01 #detail-bpo01 p br {
    display: none;
  }
}
.section-bpo01 .detail-bpo01 > h3 {
  font-size: 2.5rem;
  color: #0384AF;
}
.section-bpo01 .detail-bpo01 > h4 {
  color: #0384AF;
}
.section-bpo01 .detail-bpo01 .sub {
  margin-top: 15px;
  color: #444444;
  line-height: 1.7;
}
.section-bpo01 .detail-bpo01 .box {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 11px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  -webkit-box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
}
.section-bpo01 .detail-bpo01 .box img {
  max-width: 337px;
  width: 100%;
}
.section-bpo01 .detail-bpo01 .box h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  .section-bpo01 .detail-bpo01 .box h3 {
    font-size: 1.6rem;
  }
}
.section-bpo01 .detail-bpo01 .box .txt-header-box p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.service-more-btn {
  margin-left: auto;
  margin-right: auto;
}

#detail-bpo02 {
  background: url("/assets/images/service/bg06.png?SDf=ds");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  #detail-bpo02 {
    padding-bottom: 40px;
  }
}
#detail-bpo02 .about-bpo02 {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 990px) {
  #detail-bpo02 .about-bpo02 img {
    width: 100%;
  }
}
#detail-bpo02 .about-bpo02 .content-left {
  width: 40%;
  text-align: center;
}
#detail-bpo02 .about-bpo02 .content-left img {
  max-width: 332.56px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#detail-bpo02 .about-bpo02 .content-right {
  width: 40%;
  text-align: center;
}
#detail-bpo02 .about-bpo02 .content-right img {
  max-width: 354px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#detail-bpo02 .txt-about-bpo02 {
  max-width: 664px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#detail-bpo02 .txt-about-bpo02 h3 {
  font-size: 2.5rem;
}
#detail-bpo02 .txt-about-bpo02 h3 span {
  font-size: 1.2rem;
}
#detail-bpo02 .txt-about-bpo02 p {
  margin-top: 10px;
  line-height: 1.7;
}
#detail-bpo02 .service-more-btn {
  margin-left: auto;
  margin-right: auto;
}

#detail-si {
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  #detail-si {
    padding-bottom: 60px;
  }
}
#detail-si .detail-si .about-si {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #detail-si .detail-si .about-si {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#detail-si .detail-si .about-si:after {
  position: absolute;
  content: url("/assets/images/service/vector05.png?SD=3");
  bottom: -90px;
  right: 25px;
  z-index: -2;
}
#detail-si .detail-si .about-si h3 {
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #39A1D1;
  padding-bottom: 15px;
  color: #39A1D1;
}
#detail-si .detail-si .about-si .txt-box {
  margin-top: 15px;
  line-height: 1.7;
}
#detail-si .detail-si .about-si ul {
  margin-top: 15px;
}
#detail-si .detail-si .about-si .content-left {
  max-width: 450px;
  width: 100%;
  border-radius: 11px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  -webkit-box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 750px) {
  #detail-si .detail-si .about-si .content-left {
    margin-right: 0;
    margin-left: 0;
  }
}
#detail-si .detail-si .about-si .content-left:after {
  position: absolute;
  content: url("/assets/images/service/vector04.png?SD=3");
  top: -65px;
  left: -80px;
}
#detail-si .detail-si .about-si .content-right {
  max-width: 450px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 11px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px 30px 45px 30px;
  -webkit-box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 154, 238, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 750px) {
  #detail-si .detail-si .about-si .content-right {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}

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

.recruit-page {
  background: url(/assets/images/recruit/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.recruit-page .btn-more {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .recruit-page .btn-more {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page .banner-page {
    padding: 0;
  }
}
.recruit-page .recruit-menu {
  background: url(/assets/images/common/line-current.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom right;
  padding-bottom: 2px;
}
.recruit-page .breadcrumb {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .recruit-page .breadcrumb {
    margin-top: 10px;
  }
}
.recruit-page .banner-page {
  background: url(/assets/images/recruit/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 575px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit-page .banner-page {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 215px;
    top: 20px;
  }
}
.recruit-page .banner-page .title {
  height: 100%;
}
.recruit-page .banner-page .title-detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 40px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit-page .banner-page .title-detail {
    z-index: 0;
  }
}
.recruit-page .banner-page .title-detail h1 {
  font-size: 66px;
  line-height: 60px;
  margin-left: -5px;
  font-family: Arial, "Helvetica", sans-serif;
}
@media only screen and (max-width: 750px) {
  .recruit-page .banner-page .title-detail h1 {
    font-size: 36px;
    line-height: 30px;
  }
}
.recruit-page .banner-page .title-detail span {
  font-size: 2rem;
}
.recruit-page .banner-page .title-text-white {
  position: absolute;
  bottom: -40px;
  right: 0px;
  font-size: 175px;
  letter-spacing: 10px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  font-family: Arial, "Helvetica", sans-serif;
}
@media only screen and (max-width: 990px) {
  .recruit-page .banner-page .title-text-white {
    bottom: -20px;
    right: 0px;
    font-size: 78px;
    letter-spacing: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page .banner-page .title-text-white {
    bottom: 20px;
    right: 0px;
    font-size: 30px;
    letter-spacing: 10px;
  }
}
.recruit-page .title-box {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .recruit-page .title-box {
    margin-top: 40px;
  }
}
.recruit-page .title-box h2, .recruit-page .title-box h3, .recruit-page .title-box h4 {
  font-size: 3.5rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 750px) {
  .recruit-page .title-box h2, .recruit-page .title-box h3, .recruit-page .title-box h4 {
    font-size: 2.8rem;
  }
}
.recruit-page .title-box h2 span.yellow-line, .recruit-page .title-box h3 span.yellow-line, .recruit-page .title-box h4 span.yellow-line {
  position: relative;
}
.recruit-page .title-box h2 span.yellow-line:after, .recruit-page .title-box h3 span.yellow-line:after, .recruit-page .title-box h4 span.yellow-line:after {
  content: "";
  height: 13px;
  background-color: #fce28b;
  position: absolute;
  width: 64%;
  left: 18px;
  bottom: 0;
  z-index: -1;
}
.recruit-page .slide-time-together {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
}
.recruit-page .slide-time-together:after {
  content: url("/assets/images/recruit/vector02.png");
  position: absolute;
  top: -100px;
  left: -200px;
}
.recruit-page .slide-time-together:before {
  content: url("/assets/images/recruit/vector03.png");
  position: absolute;
  bottom: 100px;
  right: -200px;
}
@media only screen and (max-width: 990px) {
  .recruit-page .slide-time-together:before {
    bottom: -105px;
    right: 0px;
  }
}
.recruit-page .slide-time-together .section img {
  width: 100%;
}
.recruit-page .slide-time-together .slick-prev, .recruit-page .slide-time-together .slick-next {
  bottom: -90px;
  top: auto;
}
@media only screen and (max-width: 750px) {
  .recruit-page .slide-time-together .slick-prev, .recruit-page .slide-time-together .slick-next {
    width: 60px !important;
    height: 60px !important;
  }
}
.recruit-page .slide-time-together .slick-next {
  right: auto !important;
  left: 50px !important;
  opacity: 1 !important;
}
.recruit-page .slide-time-together .slick-next:before {
  opacity: 1 !important;
  background-image: url("/assets/images/recruit/arrow-next-slide-current.svg");
}
.recruit-page .slide-time-together .slick-next:hover {
  opacity: 0.8 !important;
}
.recruit-page .slide-time-together .slick-prev {
  left: -5px !important;
  opacity: 1 !important;
}
.recruit-page .slide-time-together .slick-prev:before {
  opacity: 1 !important;
  background-image: url("/assets/images/recruit/arrow-prev-slide-current.svg");
}
.recruit-page .slide-time-together .slick-prev:hover {
  opacity: 0.8 !important;
}
.recruit-page .slide-time-together .slick-list {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
          box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
}
.recruit-page .slide-time-together .slick-prev.slick-disabled:before {
  background-image: url("/assets/images/recruit/arrow-prev-slide.svg");
}
.recruit-page .slide-time-together .slick-next.slick-disabled:before {
  background-image: url("/assets/images/recruit/arrow-next-slide.svg");
}
.recruit-page #detail-recruit {
  position: relative;
}
.recruit-page #detail-recruit:after {
  content: url("/assets/images/recruit/vector01.png");
  position: absolute;
  top: -120px;
  right: 0;
  z-index: -1;
}
.recruit-page .detail-recruit-ceo {
  margin-top: 150px;
}
@media only screen and (max-width: 750px) {
  .recruit-page .detail-recruit-ceo {
    margin-top: 100px;
  }
}
.recruit-page .detail-recruit-ceo .box-white {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
          box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
  position: relative;
  background-image: url("/assets/images/recruit/ceo-bg-pc.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right -100px bottom -5px;
}
@media only screen and (max-width: 980px) {
  .recruit-page .detail-recruit-ceo .box-white {
    background-size: cover;
    background-position: right -180px top;
  }
}
@media only screen and (max-width: 850px) {
  .recruit-page .detail-recruit-ceo .box-white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-image: url("/assets/images/recruit/ceo-bg-sp.jpg");
    background-size: 100%;
    background-position: center top;
  }
}
.recruit-page .detail-recruit-ceo .box-white:after {
  content: url("/assets/images/recruit/vector04.png");
  position: absolute;
  top: -100px;
  left: -520px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .recruit-page .detail-recruit-ceo .box-white:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.recruit-page .detail-recruit-ceo .box-white .txt {
  width: 58%;
  padding: 30px 40px;
  line-height: 1.7;
}
@media only screen and (max-width: 980px) {
  .recruit-page .detail-recruit-ceo .box-white .txt {
    width: 56%;
  }
}
@media only screen and (max-width: 850px) {
  .recruit-page .detail-recruit-ceo .box-white .txt {
    width: 100%;
    padding: 70% 20px 20px 20px;
  }
}
.recruit-page .detail-recruit-ceo .box-white .img {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  .recruit-page .detail-recruit-ceo .box-white .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recruit-page .detail-recruit-ceo .box-white .img img {
  position: relative;
  width: 94%;
  margin-bottom: 0px;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .recruit-page .detail-recruit-ceo .box-white .img img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit-page .row-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit-page .row-box-link {
    margin-top: 20px;
  }
}
.recruit-page .row-box-link:after {
  content: url("/assets/images/recruit/vector08.png");
  position: absolute;
  top: 100px;
  left: -200px;
}
.recruit-page .row-box-link .box-link {
  background-color: #fff;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
          box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
}
.recruit-page .row-box-link .box-link .icon {
  margin-top: 30px;
}
.recruit-page .row-box-link .box-link a {
  padding: 30px 40px 80px 40px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 750px) {
  .recruit-page .row-box-link .box-link a {
    padding: 20px 10px 50px 10px;
  }
}
.recruit-page .row-box-link .box-link a:after {
  content: url("/assets/images/common/btn-link.svg");
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .recruit-page .row-box-link .box-link a:after {
    bottom: -80px;
    left: 12%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.recruit-page .row-box-link .box-link + .box-link {
  margin-left: 20px;
}
.recruit-page #row-philosophy-value .row-philosophy-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
.recruit-page #row-philosophy-value .row-philosophy-value:after {
  content: url("/assets/images/recruit/vector06.png");
  position: absolute;
  top: -50px;
  left: -100px;
  z-index: -1;
}
@media only screen and (max-width: 990px) {
  .recruit-page #row-philosophy-value .row-philosophy-value:after {
    top: -34%;
    left: -37%;
    z-index: -1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value:after {
    content: inherit;
    position: inherit;
  }
}
.recruit-page #row-philosophy-value .row-philosophy-value .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
          box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
}
.recruit-page #row-philosophy-value .row-philosophy-value .box .tab-top {
  background: url("/assets/images/recruit/tap-top-box.jpg");
  background-size: cover;
  background-position: top right;
  padding: 20px 30px;
  color: #fff;
}
.recruit-page #row-philosophy-value .row-philosophy-value .box .tab-top h4 {
  font-size: 3rem;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value .box .tab-top h4 {
    font-size: 2.4rem;
  }
}
.recruit-page #row-philosophy-value .row-philosophy-value .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value .box .detail-box img {
    width: 100px;
  }
}
.recruit-page #row-philosophy-value .row-philosophy-value .content-left {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value .content-left {
    width: 100%;
  }
}
.recruit-page #row-philosophy-value .row-philosophy-value .content-left .box {
  height: 740px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value .content-left .box {
    height: 440px;
  }
}
.recruit-page #row-philosophy-value .row-philosophy-value .content-right {
  width: 49%;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value .content-right {
    width: 100%;
    margin-top: 20px;
  }
}
.recruit-page #row-philosophy-value .row-philosophy-value .content-right .box {
  height: 740px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .row-philosophy-value .content-right .box {
    height: 540px;
  }
}
.recruit-page #row-philosophy-value .note {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit-page #row-philosophy-value .note {
    margin-top: 20px;
  }
}
.recruit-page #row-philosophy-value .note:after {
  content: url("/assets/images/recruit/vector07.png");
  position: absolute;
  top: -120px;
  right: -90px;
  z-index: -1;
}
@media only screen and (max-width: 990px) {
  .recruit-page #row-philosophy-value .note:after {
    right: 0;
  }
}
.recruit-page .first-team {
  padding-top: 80px;
}
.recruit-page .first-team img {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: block;
}
.recruit-page #recruitment {
  padding-bottom: 100px;
}
.recruit-page #recruitment .recruitment {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #recruitment .recruitment {
    margin-top: 40px;
  }
}
.recruit-page #recruitment .recruitment .list-recruitment {
  margin-top: 10px;
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .recruit-page #recruitment .recruitment .list-recruitment > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .content-right, .recruit-page #recruitment .recruitment .list-recruitment > ul > li .content-left {
  padding-right: 20px;
}
@media only screen and (max-width: 990px) {
  .recruit-page #recruitment .recruitment .list-recruitment > ul > li .content-right, .recruit-page #recruitment .recruitment .list-recruitment > ul > li .content-left {
    padding-right: 10px;
  }
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .content-list div {
  margin-top: 20px;
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .title-row {
  min-width: 290px;
  padding: 0 30px;
}
@media only screen and (max-width: 990px) {
  .recruit-page #recruitment .recruitment .list-recruitment > ul > li .title-row {
    min-width: 210px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #recruitment .recruitment .list-recruitment > ul > li .title-row {
    margin-bottom: 10px;
    padding: 0;
  }
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail {
  width: 100%;
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail a {
  color: #1EACDB;
  text-decoration: underline;
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail-row .content-right > ul, .recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail-row .content-left > ul {
  padding-left: 10px;
  padding-right: 10px;
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail-row .content-right > ul > li, .recruit-page #recruitment .recruitment .list-recruitment > ul > li .detail-row .content-left > ul > li {
  min-width: 285px;
  width: 100%;
}
.recruit-page #recruitment .recruitment .list-recruitment > ul > li + li {
  background: url(/assets/images/recruit/line-dod.png);
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 990px) {
  .recruit-page .flow {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page .slick-prev::before, .recruit-page .slick-next::before {
    font-size: 60px !important;
  }
}

.btn-w-460 {
  max-width: 460px;
  width: 100%;
}

.btn-w-343 {
  max-width: 343px;
  width: 100%;
}

.w-200 {
  width: 200px;
}
@media only screen and (max-width: 750px) {
  .w-200 {
    width: 150px;
  }
}

.w-170 {
  width: 170px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 0px 0px 13px 13px;
  overflow: hidden;
  margin-top: -5px;
  z-index: 9;
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#2D847C), to(#2D847C));
  background-image: linear-gradient(to right, #2D847C, #2D847C);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .progress {
    border-radius: 0px 0px 7px 7px;
    width: 99%;
    height: 4px;
    margin-top: -4px;
  }
}

.company-page {
  background: url("/assets/images/company/bg01.png"), url("/assets/images/service/bg01f.png?SDf=dsf"), url("/assets/images/service/bg08.png");
  background-size: contain, cover, cover;
  background-position: top right, center, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media only screen and (max-width: 750px) {
  .company-page .title-top-page {
    display: -ms-grid;
    display: grid;
  }
}
@media only screen and (max-width: 750px) {
  .company-page .title-top-page h1, .company-page .title-top-page h2 {
    max-width: initial;
  }
}
@media only screen and (max-width: 750px) {
  .company-page .title-top-page span em {
    margin-left: 0px;
  }
}
.company-page .company-menu {
  background: url(/assets/images/common/line-current.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom right;
  padding-bottom: 2px;
}
.company-page .scroll-down {
  padding-top: 50px;
}
@media only screen and (max-width: 750px) {
  .company-page .scroll-down {
    padding-top: 40px;
  }
}
.company-page .scroll-down ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-page .scroll-down ul li {
  max-width: 240px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .company-page .scroll-down ul li {
    max-width: 140px;
  }
}
.company-page .scroll-down ul li a:hover {
  opacity: 0.8;
}
.company-page .scroll-down ul li a:after {
  content: url("/assets/images/common/arrow-scrolldown-white.svg");
  right: 2em;
  top: 25%;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 6px;
}
@media only screen and (max-width: 750px) {
  .company-page .scroll-down ul li a:after {
    right: 1em;
    top: 17%;
  }
}
.company-page .title-company-about {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .company-page .title-company-about {
    margin-top: 40px;
  }
}
.company-page .title-company-about p {
  color: #1EACDB;
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  .company-page .title-company-about p {
    font-size: 1.6rem;
  }
}
.company-page .title-company-about h2 {
  font-size: 3.5rem;
  color: #1A1A1A;
  font-weight: 300;
  line-height: 45px;
  margin-top: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 750px) {
  .company-page .title-company-about h2 {
    font-size: 2.5rem;
  }
}
.company-page .title-company-about + .title-company-about {
  margin-top: 120px;
}
@media only screen and (max-width: 990px) {
  .company-page .title-company-about + .title-company-about {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .company-page .title-company-about + .title-company-about {
    margin-top: 40px;
  }
}
.company-page .tag-color {
  color: #FFF;
  background-color: #3494E6;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 120px;
  width: 100%;
}
.company-page .c-green {
  background: rgb(57, 198, 186);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(57, 198, 186)), to(rgb(116, 226, 157)));
  background: linear-gradient(180deg, rgb(57, 198, 186) 0%, rgb(116, 226, 157) 100%);
}
.company-page .row-section {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section {
    margin-top: 40px;
  }
}
.company-page .row-section .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-page .row-section .section .section-title {
  min-width: 320px;
}
@media only screen and (max-width: 990px) {
  .company-page .row-section .section .section-title {
    min-width: 120px;
  }
}
.company-page .row-section .section .section-detail {
  width: 65.764%;
}
@media only screen and (max-width: 990px) {
  .company-page .row-section .section .section-detail {
    width: 70.764%;
  }
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section .section-detail {
    width: 100%;
    margin-top: 40px;
  }
}
.company-page .row-section .section .section-detail p {
  line-height: 1.7;
}
.company-page .row-section .section .section-detail .txt p {
  line-height: 1.7;
}
.company-page .row-section .section .section-detail .list-section > ul > li {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section .section-detail .list-section > ul > li {
    padding: 20px 0;
  }
}
.company-page .row-section .section .section-detail .list-section > ul > li span:first-child {
  min-width: 130px;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section .section-detail .list-section > ul > li span:first-child {
    min-width: 100px;
  }
}
.company-page .row-section .section .section-detail .list-section > ul > li:first-child {
  padding-top: 0;
}
.company-page .row-section .section .section-detail .list-section > ul > li + li {
  background: url(/assets/images/recruit/line-dod.png);
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
}
.company-page .row-section .section .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company-page .row-section .section .detail .txt {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section .detail .txt {
    width: 100%;
  }
}
.company-page .row-section .section .detail .txt p {
  line-height: 1.7;
}
.company-page .row-section .section .detail .txt p + p {
  margin-top: 10px;
}
.company-page .row-section .section .detail .img {
  width: 48%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section .detail .img {
    width: 100%;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .company-page .row-section .section .detail .img img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section .detail .img img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.company-page .row-section .section .content {
  background: url(/assets/images/recruit/line-dod.png);
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 7px;
  padding-top: 30px;
}
.company-page .row-section .section + .section {
  margin-top: 60px;
  padding-top: 60px;
  background: url(/assets/images/recruit/line-dod.png);
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 750px) {
  .company-page .row-section .section + .section {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.company-page .row-section .list {
  margin-top: 20px;
}
.company-page .row-section .list p {
  line-height: 1.7;
}
.company-page .row-section .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}
.company-page .row-section .detail-list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-page .row-section .detail-list > ul > li .img-dod {
  margin-right: 10px;
}
.company-page .row-section .detail-list > ul > li + li {
  margin-top: 15px;
}
.company-page .section-column {
  margin-top: 60px;
  padding-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  background: url(/assets/images/recruit/line-dod.png), url(/assets/images/recruit/line-dod.png);
  background-size: contain, contain;
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
}
@media only screen and (max-width: 750px) {
  .company-page .section-column {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.company-page .detail-txt-coloumn {
  margin-top: 20px;
}
.company-page .detail-txt-coloumn .date {
  color: #818181;
  margin-bottom: 3px;
}
.company-page .img-meeting {
  margin-top: 10px;
  position: relative;
}
.company-page .img-meeting img {
  width: 100%;
}
.company-page .img-meeting:after {
  content: url(/assets/images/company/vector04.png);
  position: absolute;
  left: -50px;
  z-index: -1;
  top: -170px;
}
@media only screen and (max-width: 990px) {
  .company-page .img-meeting:after {
    left: -50%;
    z-index: -1;
    top: -110%;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media only screen and (max-width: 750px) {
  .company-page .img-meeting:after {
    left: -100%;
    z-index: -1;
    top: -110%;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
.company-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .company-page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-page .space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-page iframe {
  width: 100%;
  height: 98.6%;
}
@media only screen and (max-width: 750px) {
  .company-page iframe {
    height: 400px;
  }
}
.company-page .map {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .company-page .map {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
.company-page .map .content-center {
  width: 100%;
  height: 417px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .company-page .map .content-center {
    height: 400px;
  }
}
.company-page .map .content-left {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .company-page .map .content-left {
    width: 100%;
  }
}
.company-page .map .content-left img {
  width: 100%;
}
.company-page .map .content-right {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .company-page .map .content-right {
    width: 100%;
    margin-top: 40px;
  }
}
.company-page .map .txt {
  position: absolute;
  width: 100%;
  padding-top: 10px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .company-page .map .txt {
    position: inherit;
  }
}
.company-page .map .txt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-page .map .txt p span:first-child {
  min-width: 120px;
}
@media only screen and (max-width: 990px) {
  .company-page .map .txt p span:first-child {
    min-width: 100px;
  }
}
.company-page .not-line-bottom {
  background: url(/assets/images/recruit/line-dod.png) !important;
  background-size: contain !important;
  background-position: top !important;
  background-repeat: repeat-x !important;
  margin-bottom: 0px !important;
  padding-bottom: 120px;
}
.company-page .vector01:after {
  content: url(/assets/images/company/vector01.png);
  position: absolute;
  left: 0;
  z-index: -1;
  top: 555px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .company-page .vector01:after {
    width: initial;
    overflow: initial;
    left: -350px;
    z-index: -1;
    top: 600px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media only screen and (max-width: 750px) {
  .company-page .vector01:after {
    left: -121%;
    z-index: -1;
    top: 100px;
    -webkit-transform: scale(0.29);
            transform: scale(0.29);
  }
}
.company-page .vector01 .section-detail:after {
  content: url(/assets/images/company/vector02.png);
  position: absolute;
  right: 0;
  z-index: -1;
  top: 1620px;
}
.company-page #company-about {
  background: url(/assets/images/company/vector05.png) !important;
  background-size: contain !important;
  background-position: bottom -250px center !important;
  background-repeat: no-repeat !important;
}
.company-page .vector-poster {
  position: relative;
}
.company-page .vector-poster:after {
  content: url(/assets/images/company/vector06.png);
  position: absolute;
  left: 150px;
  z-index: -1;
  top: 340px;
}
@media only screen and (max-width: 990px) {
  .company-page .vector-poster:after {
    left: 50px;
  }
}
.company-page .poster .btn-anima-blue {
  margin-top: 40px;
}
.company-page .poster .content-left {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .company-page .poster .content-left {
    width: 100%;
  }
}
.company-page .poster .content-left img {
  width: 100%;
}
.company-page .poster .content-right {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .company-page .poster .content-right {
    width: 100%;
    margin-top: 40px;
  }
}
.company-page .poster .content-right img {
  width: 100%;
}
.company-page .logo-circle .img {
  margin-right: 20px;
}
@media only screen and (max-width: 990px) {
  .company-page .logo-circle .img img {
    width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .company-page .logo-circle .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .company-page .img-meeting-company {
    width: 150px;
  }
}
.company-page .img {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  .company-page .btn-more {
    margin-right: auto;
    margin-left: auto;
  }
}
.company-page .color-pink {
  color: #DE71B1 !important;
}
.company-page .meeting-company {
  padding-bottom: 40px !important;
}
.company-page .meeting-company .section-detail .txt {
  margin-top: 20px;
}

.bold-txt {
  font-weight: 500;
}

.ceo-img {
  max-width: 354px;
  width: 100%;
}

.policy {
  width: 95%;
  max-width: 1170px;
  margin: auto;
  padding: 80px 0;
}

.policy-page {
  background: url("/assets/images/news/bg.jpg");
  background-size: cover;
  background-position: top right;
}
@media only screen and (max-width: 990px) {
  .policy-page .title-top-page {
    display: -ms-grid;
    display: grid;
  }
}
@media only screen and (max-width: 990px) {
  .policy-page .title-top-page h1, .policy-page .title-top-page h2 {
    max-width: initial;
  }
}
@media only screen and (max-width: 990px) {
  .policy-page .title-top-page span em {
    margin-left: 0px;
  }
}
.policy-page .title-top-page:after {
  bottom: -15px;
}

.policy-content {
  background-color: #fff;
  padding: 40px 70px 100px 70px;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .policy-content {
    margin-top: 30px;
    padding: 40px 20px 50px 20px;
  }
}
.policy-content:after {
  content: url(/assets/images/news/vector01-list.svg);
  position: absolute;
  top: 50%;
  right: -200px;
}
@media only screen and (max-width: 990px) {
  .policy-content:after {
    top: inherit;
    right: 0;
    bottom: -80px;
    z-index: 0;
  }
}
.policy-content .title-policy {
  text-align: center;
  margin-bottom: 40px;
}
.policy-content .title-policy h1 {
  font-size: 2.4rem;
  font-weight: bold;
}
.policy-content .title-policy h2 {
  font-size: 2.9rem;
  font-weight: bold;
}
.policy-content .title-policy h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .policy-content .title-policy {
    margin-bottom: 20px;
  }
}
.policy-content .upper-roman {
  list-style: upper-roman;
}
.policy-content .decimal {
  list-style: decimal;
}
.policy-content .disc {
  list-style: disc;
}
.policy-content ol {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .policy-content ol {
    margin-top: 20px;
  }
}
.policy-content .txt-policy {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .policy-content .txt-policy {
    margin-top: 20px;
  }
}
.policy-content ul, .policy-content ol {
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  .policy-content ul, .policy-content ol {
    padding-left: 20px;
  }
}
.policy-content .licent-policy {
  margin-top: 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  .policy-content .licent-policy {
    margin-top: 20px;
  }
}
.policy-content .licent-policy ul, .policy-content .licent-policy ol {
  padding-left: 0px;
}
.policy-content .licent-policy h5 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.policy-content .section + .section {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .policy-content .section + .section {
    margin-top: 40px;
  }
}
.policy-content li + li {
  margin-top: 15px;
}
.policy-content .disc li + li {
  margin-top: 0px;
}

.contact {
  width: 95%;
  max-width: 1170px;
  margin: auto;
  padding: 80px 0;
}

.contact-page {
  background: url("/assets/images/news/bg.jpg");
  background-size: cover;
  background-position: top right;
}

.contact-content {
  background-color: #fff;
  padding: 40px 70px 60px 70px;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .contact-content {
    margin-top: 30px;
    padding: 40px 20px 50px 20px;
  }
}
.contact-content:after {
  content: url(/assets/images/news/vector01-list.svg);
  position: absolute;
  top: 50%;
  right: -200px;
}
@media only screen and (max-width: 990px) {
  .contact-content:after {
    top: inherit;
    right: 0;
    bottom: -80px;
    z-index: -1;
  }
}
.contact-content iframe {
  height: 100%;
}

.thanks-page .contact-content {
  height: auto;
  text-align: center;
}
.thanks-page .contact-content h1 {
  font-size: 2.9rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .thanks-page .contact-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.thanks-page .contact-content .txt-contact + .txt-contact {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .thanks-page .contact-content .txt-contact + .txt-contact {
    margin-top: 20px;
  }
}

.contact-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .contact-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.contact-intro .callcenter {
  width: 50%;
  height: 100%;
  margin-left: 20px;
  -webkit-box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
          box-shadow: rgba(40, 89, 114, 0.16) 0px 3px 20px 0px;
}
@media only screen and (max-width: 750px) {
  .contact-intro .callcenter {
    width: 90%;
    text-align: center;
    margin: auto;
  }
}
.contact-intro .txt-content {
  width: 50%;
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .contact-intro .txt-content {
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding-top: 20px;
  }
}
.contact-intro .txt-content p + p {
  margin-top: 20px;
}

.box-thanks {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 750px) {
  .box-thanks {
    padding: 20px 20px 0px 20px !important;
    overflow: hidden;
  }
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .thanks {
    position: relative;
    padding-bottom: 190px;
  }
}
.thanks .thanks_contact {
  width: 30%;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .thanks .thanks_contact {
    width: 100%;
    max-width: 115px;
    position: absolute;
    bottom: -4%;
    right: 50%;
    -webkit-transform: translate(52%, 0%);
            transform: translate(52%, 0%);
  }
}
.thanks .thanks_txt {
  width: 70%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .thanks .thanks_txt {
    width: 100%;
  }
}

#scroll_nav {
  position: fixed;
  bottom: 20px;
  left: 50px;
  border-radius: 50%;
  display: block;
  z-index: 99;
}

#scroll_nav img {
  width: 20px;
}

#scroll_nav .nav_up {
  display: none;
}

@media screen and (max-width: 768px) {
  #scroll_nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #scroll_up {
    position: fixed;
    bottom: 70px;
    right: 50px;
    display: block;
    z-index: 9;
  }
  #scroll_up .nav_up {
    display: none;
  }
  #scroll_up .nav_up a {
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: relative;
    scroll-behavior: smooth;
  }
  #scroll_up .nav_up a::before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("./../images/common/btn2top.svg") no-repeat center;
    background-size: 110px;
  }
}
@media screen and (max-width: 768px) {
  #scroll_up {
    display: block;
    z-index: 1;
    margin-left: 20px;
  }
  #scroll_up.nav_fix {
    position: fixed;
    bottom: 50px;
    right: 25px;
  }
  #scroll_up .nav_up {
    display: none;
  }
  #scroll_up .nav_up a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    scroll-behavior: smooth;
  }
  #scroll_up .nav_up a::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url("./../images/common/btn2top.svg") no-repeat center;
    background-size: 60px;
  }
}
/*# sourceMappingURL=global.css.map */