body {
  font-family: "Noto Sans JP", sans-serif;
}
body .content {
  font-family: "Noto Sans JP", sans-serif;
}

/* ==========================================================================
Foundation
========================================================================== */
.for-pc {
  display: block !important;
}

.for-sp {
  display: none !important;
}

.cl_bold {
  color: #00AEA5;
  font-weight: bold;
}

@media only screen and (max-width: 1023px) {
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
}
/* ==========================================================================
parts css
========================================================================== */
header {
  position: fixed;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  background: #fff;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 1200px) {
  header {
    padding: 10px 10px 10px 20px;
  }
}
header .logo {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
  width: 260px;
}
@media screen and (max-width: 1200px) {
  header .logo {
    width: 160px;
    position: static;
    transform: unset;
  }
}
header .logo a {
  display: flex;
  align-items: center;
}
header .header_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .header_inner {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}
header nav {
  position: relative;
  padding-right: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  header nav {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  header nav {
    position: fixed;
    right: unset;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  header .nav_list {
    padding-top: 65px;
    height: 50vh;
    overflow: scroll;
  }
}
header .nav_list li:last-of-type a {
  background: none;
  color: #282828;
  width: auto;
}
@media screen and (max-width: 1200px) {
  header .nav_list li:last-of-type a {
    color: #fff;
  }
}
header .nav_list li:last-of-type a:hover {
  color: #00AEA5;
}
header .nav_list li a {
  transition: all ease 0.7s;
}
header .nav_list li a.is-current {
  color: #00AEA5;
  font-weight: bold;
}
header .nav_list li a.is-current:after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 4px;
  background: #00AEA5;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
  header .nav_list li a.is-current:after {
    display: none;
  }
}
header .nav_list li a:after {
  content: "";
  display: inline-block;
  transition: all ease 0.7s;
  position: absolute;
  bottom: -8px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 0);
}
header .nav_list li a:hover:after {
  width: 38px;
  bottom: -12px;
  height: 4px;
  background: #00AEA5;
}
@media screen and (max-width: 1200px) {
  header .nav_list li a:hover:after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header .nav_list li a {
    color: #fff;
    padding: 20px;
    text-align: center;
  }
}
header .nav_list.btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .nav_list.btn {
    display: block;
    margin-top: 38px;
    padding-top: 0;
  }
  header .nav_list.btn li {
    border-bottom: 0;
  }
  header .nav_list.btn li:first-of-type a {
    background: #fff;
    color: #00AEA5;
  }
  header .nav_list.btn li a {
    margin: 0 auto;
    border-radius: 5em;
    width: 204px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    background: linear-gradient(to right, #FF5415 15%, #FFA414);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
  }
}
@media screen and (max-width: 1200px) {
  header .header_info {
    display: none;
  }
}
header .header_info ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
header .header_info ul li {
  width: 175px;
}
header .header_info ul li:last-of-type {
  width: 145px;
}
header .header_info ul li:last-of-type a {
  background: linear-gradient(to right, #00AEA5 15%, #86E6E2);
}
header .header_info ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  height: 78px;
  text-align: center;
  background: linear-gradient(to right, #FF5415 15%, #FFA414);
  transition: all ease 0.7s;
}
header .header_info ul li a:hover {
  opacity: 0.7;
}
header.is-show {
  padding-top: 65px;
  height: 100vh;
  overflow-x: auto;
  background: #00AEA5;
}
header.is-show .logo {
  display: none;
}
header.is-show nav {
  transition: all ease 0.3s;
  background: #00AEA5;
}
header.is-show .d-menu {
  border-color: #00AEA5;
  background: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: unset;
}
header.is-show .panel-btn .close:after,
header.is-show .panel-btn .close:before {
  background: #00AEA5;
}

footer {
  padding-top: 0;
}
footer .footer_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.footer_logo {
  width: 100%;
  margin: 45px auto 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_logo a {
  display: inline-block;
  transition: all ease 0.7s;
}
.footer_logo a:hover {
  opacity: 0.7;
}
.footer_logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .footer_nav {
    margin-bottom: 45px;
  }
}
.footer_list {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .footer_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer_list li {
  width: auto;
  float: none;
  margin: 0 26px;
}
.footer_list li:nth-child(2) {
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .footer_list li {
    width: 60%;
    text-align: center;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .footer_list li:nth-child(2n) {
    width: 40%;
  }
}
.footer_list li a {
  background: none;
  padding: 0;
}
@media only screen and (max-width: 420px) {
  .footer_list li a {
    font-size: 1.4rem;
  }
}
.footer_list li a.is-current {
  color: #00AEA5;
  font-weight: bold;
}
.footer_listwrap {
  margin-top: 40px;
  border-top: 1px solid #BCBCBC;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_list02 {
  max-width: 600px;
  text-align: right;
  margin-top: 15px;
}
.footer_list02 li {
  background: none;
  margin-top: 25px;
}
.footer_list02 li a {
  color: #727272;
}
@media only screen and (max-width: 1023px) {
  .footer_list02 {
    padding-top: 20px;
  }
  .footer_list02 li {
    width: auto;
    margin-right: 20px;
    border-right: 0;
    background: none;
  }
  .footer_list02 li:last-of-type {
    background: none;
  }
}
.footer_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer_info_link {
  width: 50%;
  padding: 75px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .footer_info_link {
    width: 100%;
    padding: 40px 20px;
  }
}
.footer_info_link.contact {
  background: url(../img/footer_info_contact.jpg) no-repeat;
  background-size: cover;
}
.footer_info_link.contact a {
  background: linear-gradient(to right, #FF5415 15%, #FFA414);
}
.footer_info_link.request {
  background: url(../img/footer_info_request.jpg) no-repeat;
  background-size: cover;
}
.footer_info_link.request a {
  background: linear-gradient(to right, #00AEA5 15%, #86E6E2);
}
.footer_info_link a {
  position: relative;
  display: block;
  width: 320px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  border-radius: 5em;
  z-index: 1;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all ease 0.7s;
}
@media only screen and (max-width: 1023px) {
  .footer_info_link a {
    max-width: 280px;
  }
}
@media only screen and (max-width: 420px) {
  .footer_info_link a {
    font-size: 1.6rem;
    padding: 15px 0;
    width: 100%;
  }
}
.footer_info_link a:hover {
  opacity: 0.7;
}
.footer_info_link a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: url(../img/ico/ico_angle_white.svg) no-repeat;
  background-size: 9px 14px;
  transition: all ease 0.7s;
}

.copyright {
  border-top: 0;
  color: #000;
  font-size: 1.2rem;
}

.breadcrumbs {
  width: 100%;
  background: #fff;
}
.breadcrumbs ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  top: 0px;
  right: 6px;
  bottom: 0;
  margin: auto;
  background: url(https://clo.flight.co.jp/img/breadcrumbs_img02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.breadcrumbs ul li a {
  color: #02a99b;
  margin-right: 20px;
}

/* ==========================================================================
page css
========================================================================== */
.top {
  margin-top: 78px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 1279px) {
  .top {
    margin-top: 54px;
  }
}
.top .main {
  width: 100%;
  margin-top: -2px;
}
.top .main_slider_list {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top .main_slider_img img {
  width: 100%;
  height: auto;
}
.top .main_slider_text {
  width: 100%;
  max-width: 860px;
  padding-left: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1279px) {
  .top .main_slider_text {
    max-width: 760px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_text {
    width: 100%;
    padding: 0 20px;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.top .main_slider_text_title {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.48;
  color: #000;
}
@media screen and (max-width: 1279px) {
  .top .main_slider_text_title {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_text_title {
    font-size: 4.8vw;
    text-align: center;
    line-height: 1.7;
  }
}
.top .main_slider_text_title.small {
  font-size: 3.2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .top .main_slider_text_title.small {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_text_title.small {
    font-size: 4.8vw;
  }
}
.top .main_slider_text_logo {
  width: 100%;
  max-width: 428px;
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (max-width: 1279px) {
  .top .main_slider_text_logo {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_text_logo {
    max-width: 185px;
    margin-top: 1em;
  }
}
.top .main_slider_text_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 428px;
  margin: 0 auto;
}
.top .main_slider_text_msg {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #38ABFF;
  margin-top: 1em;
}
@media screen and (max-width: 1279px) {
  .top .main_slider_text_msg {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_text_msg {
    font-size: 3.47vw;
  }
}
.top .main_slider_text_lead {
  font-size: 2rem;
  line-height: 2;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .top .main_slider_text_lead {
    font-size: 1.4vw;
    margin-top: 1vw;
  }
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_text_lead {
    font-size: 3.47vw;
    text-align: center;
    margin-top: 1em;
  }
}
.top .main_slider_btnWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
@media screen and (max-width: 1279px) {
  .top .main_slider_btnWrap {
    margin-top: 2.5vw;
  }
}
.top .main_slider_btn {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 21px 25px;
  border-radius: 5em;
  box-sizing: border-box;
  width: calc(50% - 14px);
  transition: all ease 0.7s;
}
.top .main_slider_btn:after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../img/ico/ico_angle_white.svg) no-repeat;
  background-size: 8px 13px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_btn {
    font-size: 1.6rem;
    padding: 15px 25px;
  }
}
.top .main_slider_btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_btn {
    width: 100%;
    max-width: 60%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 420px) {
  .top .main_slider_btn {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .top .main_slider_btn:first-of-type {
    margin-top: 0;
  }
}
.top .main_slider_btn.blue {
  background: linear-gradient(90deg, #4E89EA, #00B1FF);
}
.top .main_slider_btn.yellow {
  background: #FABC2C;
}
.top .main_slider_btn.green {
  background: linear-gradient(90deg, #00AEA5, #86E6E2);
}
.top .main_slider .slick-dots {
  bottom: -24px;
}
.top .main_slider .slick-dots li,
.top .main_slider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 4px;
}
.top .about {
  width: 100%;
}
.top .about_inner {
  width: 100%;
  max-width: 1440px;
  padding-right: 100px;
  box-sizing: border-box;
  margin: 65px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .top .about_inner {
    margin: 70px 0 0 0;
    padding-right: 0;
  }
}
.top .about_block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .top .about_block {
    padding-bottom: 30px;
    flex-direction: column-reverse;
  }
}
.top .about_block:after {
  content: "";
  display: block;
  width: 100vw;
  height: 120px;
  background: url(../img/top/about_liner_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top .about_thumb {
  width: 42%;
}
@media only screen and (max-width: 1023px) {
  .top .about_thumb {
    width: 100%;
    padding-top: 18px;
  }
}
.top .about_thumb img {
  width: 100%;
  height: auto;
}
.top .about_text {
  width: 58%;
  padding-left: 9%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .top .about_text {
    width: 100%;
    padding: 0 20px;
  }
}
.top .about_text h2 {
  display: block;
  text-align: left;
  font-size: 4rem;
  line-height: 1.55;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .top .about_text h2 {
    font-size: 1.8rem;
  }
}
.top .about_text h2 span.subtitle {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .top .about_text h2 span.subtitle {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.top .about_text h2 span.subtitle span {
  color: #00AEA5;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .top .about_text h2 span.subtitle span {
    display: inline;
  }
}
.top .about_text h2 span.liner {
  background: linear-gradient(transparent 70%, #FFBC2B 0%);
}
@media only screen and (max-width: 1023px) {
  .top .about_text h2 span.liner {
    background: none;
  }
}
.top .about_text p {
  display: block;
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .top .about_text p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.top .banner {
  width: 100%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 1023px) {
  .top .banner {
    margin: 30px auto 0;
  }
}
.top .banner a {
  display: block;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .top .banner a {
    padding: 0 10px;
  }
}
.top .banner a img {
  width: 100%;
  height: auto;
  transition: all ease 0.7s;
}
.top .banner a:hover img {
  opacity: 0.7;
}
.top .service {
  position: relative;
  width: 100%;
  margin: 100px auto 0;
}
@media only screen and (max-width: 1023px) {
  .top .service {
    margin: 75px auto 0;
  }
}
.top .service_bg {
  width: 100%;
  background: url(../img/top/service_bg.png) no-repeat;
  background-size: cover;
}
.top .service_bg_inner {
  width: 100%;
  max-width: 1540px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .top .service_bg_inner {
    padding: 0 10px;
  }
}
.top .service_title {
  position: relative;
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}
.top .service_title h2 {
  position: relative;
}
.top .service_title h2 img {
  width: 100%;
  height: auto;
}
.top .service_title h2 span.ja {
  position: absolute;
  bottom: -20px;
  left: 45px;
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .top .service_title h2 span.ja {
    font-size: 2.4rem;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
  }
}
.top .service_inner {
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .top .service_inner.item_right {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .top .service_inner.item_right .service_block {
    flex-direction: column-reverse;
  }
}
.top .service_inner.item_right .service_thumb {
  margin-left: -9%;
}
@media only screen and (max-width: 1023px) {
  .top .service_inner.item_right .service_thumb {
    margin-left: 0;
  }
}
.top .service_inner.item_right .service_text {
  padding: 4.5% 3% 4.5% 7.5%;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
  .top .service_inner.item_right .service_text {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .top .service_inner.item_left {
    padding: 0 0;
  }
}
.top .service_inner.item_left .service_thumb {
  margin-right: -9%;
}
@media only screen and (max-width: 1023px) {
  .top .service_inner.item_left .service_thumb {
    margin-right: 0;
  }
}
.top .service_inner.item_left .service_text {
  padding: 4.5% 7.5% 4.5% 15%;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
  .top .service_inner.item_left .service_text {
    padding: 20px 10px;
  }
}
.top .service_block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 80px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top .service_block {
    margin-top: 40px;
  }
}
.top .service_thumb {
  position: relative;
  width: 45%;
}
@media only screen and (max-width: 1023px) {
  .top .service_thumb {
    width: 100%;
  }
}
.top .service_thumb img {
  width: 100%;
  height: auto;
}
.top .service_text {
  width: 64%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .top .service_text {
    width: 100%;
    margin-top: 25px;
  }
}
.top .service_text h3 {
  display: block;
  text-align: left;
  font-size: 3.6rem;
  line-height: 1.55;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .top .service_text h3 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.top .service_text h3 img {
  display: block;
  width: 28px;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .top .service_text h3 img {
    width: 40px;
    margin: 0 auto 10px;
  }
}
.top .service_text p {
  max-width: 520px;
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .top .service_text p {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.top .service_text ul {
  margin: 45px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top .service_text ul {
    margin-top: 30px;
  }
}
.top .service_text ul li a {
  border-top: 1px solid #BCBCBC;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  transition: all ease 0.7s;
}
@media only screen and (max-width: 1023px) {
  .top .service_text ul li a {
    position: relative;
    font-size: 1.4rem;
    padding: 15px 40px 15px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 420px) {
  .top .service_text ul li a {
    font-size: 1.2rem;
    padding: 15px 30px 15px 0;
  }
}
.top .service_text ul li a img {
  width: 100%;
  height: auto;
  margin-left: 10px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  .top .service_text ul li a img {
    max-width: 80px !important;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 420px) {
  .top .service_text ul li a img {
    max-width: 60px !important;
  }
}
.top .service_text ul li a img.ico {
  margin-bottom: -4px;
}
@media only screen and (max-width: 1023px) {
  .top .service_text ul li a img.ico {
    max-width: 22px !important;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.top .service_text ul li a:hover {
  opacity: 0.7;
}
.top .service_text .idx_btn {
  position: relative;
  display: block;
  width: 320px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 35px;
  padding: 18px 0;
  text-align: center;
  background: linear-gradient(to right, #00AEA5 15%, #86E6E2);
  border-radius: 5em;
  z-index: 1;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all ease 0.7s;
}
@media only screen and (max-width: 1023px) {
  .top .service_text .idx_btn {
    font-size: 1.6rem;
    padding: 15px 0;
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 420px) {
  .top .service_text .idx_btn {
    width: calc(100% - 40px);
    max-width: 280px;
  }
}
.top .service_text .idx_btn:hover {
  opacity: 0.7;
}
.top .service_text .idx_btn:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: url(../img/ico/ico_angle_white.svg) no-repeat;
  background-size: 9px 14px;
  transition: all ease 0.7s;
}
.top .service_slider {
  padding: 130px 0 90px;
}
@media only screen and (max-width: 1023px) {
  .top .service_slider {
    padding: 50px 0;
  }
}
.top .service_slider_title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .service_slider_title h3 {
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .top .service_slider_title h3 {
    font-size: 1.8rem;
    justify-content: center;
  }
}
.top .service_slider_title h3:after {
  content: "";
  background: #00AEA5;
  width: calc(100% - 380px);
  padding-right: 120px;
  box-sizing: border-box;
  height: 1px;
  margin-left: 35px;
}
@media only screen and (max-width: 1023px) {
  .top .service_slider_title h3:after {
    display: none;
  }
}
.top .service_slider_title_link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all ease 0.7s;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top .service_slider_title_link {
    display: none;
  }
}
.top .service_slider_title_link:hover {
  opacity: 0.7;
}
.top .service_slider_block {
  margin: 45px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top .service_slider_block {
    margin: 25px 0 0;
  }
}
.top .service_slider_block .slick-list {
  padding-bottom: 5px !important;
}
.top .service_slider_block .slick-list img {
  margin: 0 auto;
}
.top .service_slider_block a {
  background: #fff;
  border-radius: 10px;
  margin: 0 10px;
  transition: all ease 0.7s;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}
.top .service_slider_block a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .top .service_slider .idx_btn {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 280px;
    color: #FFFFFF;
    font-size: 1.6rem;
    padding: 15px 0;
    margin: 25px auto 0;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #00AEA5 15%, #86E6E2);
    border-radius: 5em;
    z-index: 1;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .top .service_slider .idx_btn:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    background: url(../img/ico/ico_angle_white.svg) no-repeat;
    background-size: 9px 14px;
    transition: all ease 0.7s;
  }
}
@media only screen and (max-width: 420px) {
  .top .service_slider .idx_btn {
    width: calc(100% - 40px);
  }
}
.top .service_support {
  width: 100%;
  padding: 80px 0 120px;
  background: url(../img/top/service_support_bg.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .top .service_support {
    background: url(../img/top/service_support_bg_sp.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
}
.top .service_support h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .top .service_support h3 {
    font-size: 1.8rem;
  }
}
.top .service_support h3 span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 1em;
}
@media only screen and (max-width: 1023px) {
  .top .service_support h3 span {
    background: transparent;
  }
}
.top .service_support h3:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-right: 1em;
  background: #00AEA5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1023px) {
  .top .service_support h3:before {
    display: none;
  }
}
.top .service_support h3:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-left: 1em;
  background: #00AEA5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1023px) {
  .top .service_support h3:after {
    display: none;
  }
}
.top .service_textLink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px auto 0;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  transition: all ease 0.7s;
}
@media only screen and (max-width: 1023px) {
  .top .service_textLink {
    position: relative;
    font-size: 1.6rem;
    padding: 0 40px 0 20px;
    margin-top: 25px;
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (max-width: 420px) {
  .top .service_textLink {
    font-size: 1.2rem;
    padding: 0 30px 0 20px;
  }
}
.top .service_textLink img {
  width: 100%;
  height: auto;
  margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .top .service_textLink img {
    max-width: 80px !important;
  }
}
@media only screen and (max-width: 420px) {
  .top .service_textLink img {
    max-width: 60px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .top .service_textLink img.ico {
    position: absolute;
    bottom: 5px;
    right: 10px;
    max-width: 22px !important;
  }
}
.top .service_textLink:hover {
  opacity: 0.7;
}
.top .case {
  position: relative;
  width: 100%;
  margin: 125px auto 0;
  padding-bottom: 100px;
  background: url(../img/top/case_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (max-width: 1023px) {
  .top .case {
    margin: 75px auto 0;
    padding-bottom: 60px;
  }
}
.top .case_inner {
  width: 100%;
  max-width: 1340px;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .top .case_inner {
    padding: 0 10px;
  }
}
.top .case_title {
  position: relative;
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .top .case_title {
    padding: 0;
  }
}
.top .case_title h2 {
  position: relative;
}
.top .case_title h2 img {
  width: 100%;
  height: auto;
}
.top .case_title h2 span.ja {
  position: absolute;
  bottom: -20px;
  left: 45px;
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .top .case_title h2 span.ja {
    width: 100%;
    font-size: 2.4rem;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    text-align: center;
  }
}
.top .case_block {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .top .case_block {
    margin: 35px auto 0;
  }
}
.top .case_list {
  position: relative;
  width: calc(33.3333333333% - 25px);
  margin-top: 30px;
  color: #000;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
  .top .case_list {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
  }
  .top .case_list:nth-child(n+3) {
    display: none;
  }
}
.top .case_list_item {
  position: relative;
  margin: 0;
  display: block;
  height: 232px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .top .case_list_item {
    height: unset;
  }
}
.top .case_list_item:hover img {
  transform: scale(1.1);
}
.top .case_list_item span {
  width: 100px;
  height: 25px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 12px;
}
.top .case_list_item span.cl_purple {
  background: #8D00AE;
}
.top .case_list_item span.cl_green {
  background: #057973;
}
.top .case_list_item span.cl_blue {
  background: #0D00AE;
}
.top .case_list_item span.cl_orange {
  background: #FF5E08;
}
.top .case_list_item span.cl_green {
  background: #057973;
}
.top .case_list_item span.cl_green {
  background: #057973;
}
.top .case_list_item img {
  width: 100%;
  min-height: 232px;
  object-fit: cover;
  height: auto;
  transition: all ease 0.7s;
}
@media only screen and (max-width: 1023px) {
  .top .case_list_item img {
    min-height: unset;
  }
}
.top .case_list p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  display: block;
  margin-top: 10px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1023px) {
  .top .case_list p {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
.top .case_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media only screen and (max-width: 1023px) {
  .top .case_list ul {
    bottom: 10px;
    left: 10px;
  }
}
.top .case_list ul li {
  font-size: 1.6rem;
  color: #BCBCBC;
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .top .case_list ul li {
    font-size: 1.3rem;
  }
}
.top .case_list ul li a {
  color: #BCBCBC;
  font-size: 1.6rem;
  transition: all ease 0.7s;
}
.top .case_list ul li a:hover {
  color: #00AEA5;
}
@media only screen and (max-width: 1023px) {
  .top .case_list ul li a {
    font-size: 1.3rem;
  }
}
.top .case .idx_btnWrap {
  margin: 60px auto 0;
}
@media only screen and (max-width: 1023px) {
  .top .case .idx_btnWrap {
    margin: 25px auto 0;
  }
}
.top .case .idx_btnWrap .idx_btn {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  background: linear-gradient(to right, #00AEA5 15%, #86E6E2);
  border-radius: 5em;
  z-index: 1;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all ease 0.7s;
}
@media only screen and (max-width: 1023px) {
  .top .case .idx_btnWrap .idx_btn {
    font-size: 1.6rem;
    padding: 15px 0;
    max-width: 280px;
  }
}
@media only screen and (max-width: 420px) {
  .top .case .idx_btnWrap .idx_btn {
    width: calc(100% - 40px);
  }
}
.top .case .idx_btnWrap .idx_btn:hover {
  opacity: 0.7;
}
.top .case .idx_btnWrap .idx_btn:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: url(../img/ico/ico_angle_white.svg) no-repeat;
  background-size: 9px 14px;
  transition: all ease 0.7s;
}
.top .news {
  position: relative;
  width: 100%;
  margin: 125px auto 0;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .top .news {
    margin: 75px auto 0;
    padding-bottom: 60px;
  }
}
.top .news_inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .top .news_inner {
    padding: 0 20px;
  }
}
.top .news_title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px 0 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .top .news_title {
    padding: 0 45px;
  }
}
.top .news_title h2 {
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .top .news_title h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .top .news_title h2 img {
    width: 100%;
    max-width: 220px !important;
    height: auto;
    margin: 0 auto;
  }
}
.top .news_title h2 span.ja {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 45px;
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .top .news_title h2 span.ja {
    display: block;
    font-size: 2.4rem;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
  }
}
.top .news_title h2 span:after {
  content: "";
  background: #00AEA5;
  display: inline-block;
  width: calc(100% - 380px);
  padding-right: 120px;
  box-sizing: border-box;
  height: 1px;
  margin-left: 35px;
}
@media only screen and (max-width: 1023px) {
  .top .news_title h2 span:after {
    display: none;
  }
}
.top .news_title_link {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  transition: all ease 0.7s;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top .news_title_link {
    display: none;
  }
}
.top .news_title_link:hover {
  opacity: 0.7;
}
.top .news ul {
  margin: 60px auto 0;
}
@media only screen and (max-width: 1023px) {
  .top .news ul li:last-of-type a {
    border-bottom: 1px solid #F4F4F4;
  }
}
.top .news ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 40px 30px 0;
  transition: all ease 0.7s;
  color: #000;
  font-size: 1.6rem;
  border-top: 1px solid #F4F4F4;
}
@media only screen and (max-width: 1023px) {
  .top .news ul li a {
    padding: 15px 30px 15px 0;
  }
}
.top .news ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("/assets/img/ico/ico_arrow.svg") no-repeat;
  background-size: 22px 22px;
}
.top .news ul li a:hover {
  opacity: 0.7;
}
.top .news ul li a span.time {
  display: inline-block;
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .top .news ul li a span.time {
    font-size: 1.4rem;
  }
}
.top .news ul li a span.cat {
  width: 100px;
  height: 26px;
  margin-left: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02;
  background: #00AEA5;
}
@media only screen and (max-width: 1023px) {
  .top .news ul li a span.cat {
    font-size: 1.3rem;
  }
}
.top .news ul li a span.text {
  width: 100%;
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 1023px) {
  .top .news ul li a span.text {
    position: relative;
    font-size: 1.4rem;
    padding-right: 50px;
  }
}
.top .news .idx_btnWrap {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .top .news .idx_btnWrap {
    display: block;
    margin: 25px auto 0;
  }
}
.top .news .idx_btnWrap .idx_btn {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  background: linear-gradient(to right, #00AEA5 15%, #86E6E2);
  border-radius: 5em;
  z-index: 1;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all ease 0.7s;
}
@media only screen and (max-width: 1023px) {
  .top .news .idx_btnWrap .idx_btn {
    font-size: 1.6rem;
    padding: 15px 0;
    margin: 25px auto 0;
    max-width: 280px;
  }
}
@media only screen and (max-width: 420px) {
  .top .news .idx_btnWrap .idx_btn {
    width: calc(100% - 40px);
  }
}
.top .news .idx_btnWrap .idx_btn:hover {
  opacity: 0.7;
}
.top .news .idx_btnWrap .idx_btn:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: url(../img/ico/ico_angle_white.svg) no-repeat;
  background-size: 9px 14px;
  transition: all ease 0.7s;
}