@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
utility
========================================================= */
.pc-ui {
  display: block;
}

@media only screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}

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

.sp-ui {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

/* =========================================================
layout
========================================================= */
.wrapper {
  width: 100%;
  position: relative;
}

/* =========================================================
title
========================================================= */
/* =========================================================
btn
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../js/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/slick/fonts/slick.eot");
  src: url("../js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/fonts/slick.woff") format("woff"), url("../js/slick/fonts/slick.ttf") format("truetype"), url("../js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -10px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -10px;
}

[dir="rtl"] .slick-next {
  left: -10px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 60%;
  }
}

html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  color: #1a1a1a;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a.link_text {
  color: #117ad6;
  text-decoration: underline;
}

a.link_text:hover {
  text-decoration: none;
}

figure {
  line-height: 0;
}

.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .inner {
    max-width: 85%;
  }
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.pc_ta_l {
  text-align: left;
}

.pc_ta_c {
  text-align: center;
}

.pc_ta_r {
  text-align: right;
}

.caption {
  font-size: 1.2rem;
}

.caption_gray {
  color: #aaa;
}

.caption .dot {
  position: relative;
  padding-left: 12px;
}

.caption .dot:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li button:before {
  display: block;
  content: '';
  height: 4px;
  background-color: black;
}

.slick-prev:before,
.slick-next:before {
  color: #117ad6;
}

* {
  outline: none;
}

.outlink {
  position: relative;
}

.outlink::after {
  content: '';
  background-image: url(/common/img/icon_outlink.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* =========================================================
header
========================================================= */
.header_inner {
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.navi {
  width: 100%;
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

@media only screen and (min-width: 991px) {
  .navi.is-hover {
    background-color: #FFF;
    -webkit-animation: fadeInMenu 0s ease 0s 1 normal !important;
            animation: fadeInMenu 0s ease 0s 1 normal !important;
  }
  .navi.is-hover .navi_sub {
    top: 106px;
    padding-top: 30px;
  }
  .navi.is-fixed {
    position: fixed;
    background-color: #FFF;
    -webkit-animation: fadeInMenu 1s ease .0s 1 normal;
            animation: fadeInMenu 1s ease .0s 1 normal;
  }
  .navi.is-fixed .navi_sub {
    top: 76px;
    padding-top: 30px;
  }
}

.navi_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.header_cv_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.header_cv {
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background-color: #117AD6;
  color: #FFF;
  z-index: 100;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 3.2rem;
  text-align: right;
}

.header_cv picture {
  vertical-align: middle;
}

.header_cv_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

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

.navi_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 991px) {
  .navi_list li a:hover {
    opacity: 0.8;
  }
}

.navi_right_cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550px;
}

.navi_logo {
  position: relative;
}

.navi_logo a {
  padding: 15px 15px 15px 30px;
}

.navi_logo .navi_list_menu {
  display: none;
}

.navi_logo_image {
  width: 190px;
  min-width: 190px;
}

.navi_sub {
  display: none;
}

@media only screen and (min-width: 991px) {
  .navi_sub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
  }
  .navi_sub.is-open {
    display: block;
    opacity: 1;
    -webkit-animation: fadeInSub .1s ease .0s 1 normal;
            animation: fadeInSub .1s ease .0s 1 normal;
  }
}

.navi_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 3.52rem;
  font-weight: 600;
  position: relative;
  height: 100%;
  border-bottom: 4px solid transparent;
}

@media only screen and (min-width: 991px) {
  .navi_item.is-open, .navi_item:hover, .navi_item.is-current {
    border-bottom: 4px solid #0165eb;
  }
}

.navi_item.navi_item_has > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 4px;
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

@media only screen and (min-width: 991px) {
  .navi_item.navi_item_has.is-open:before, .navi_item.navi_item_has:hover:before {
    content: '';
    background-image: url(/common/img/arrow_menu.png);
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    bottom: -35px;
    left: 50%;
  }
}

.navi_item > a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  padding: 17px 13px 15px 13px;
  position: relative;
  white-space: nowrap;
}

.navi_sub_inner {
  background-color: #FFF;
  width: 1380px;
  max-width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.navi_sub_inner ul {
  height: 100%;
  padding-right: 50px;
}

.navi_sub_inner ul a {
  font-size: 1.4rem;
  position: relative;
  display: inline;
}

@media only screen and (min-width: 991px) {
  .navi_sub_inner ul a::after {
    content: "";
    height: 1px;
    background: #101820;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
  }
  .navi_sub_inner ul a:hover {
    text-decoration: none;
  }
  .navi_sub_inner ul a:hover::after {
    width: 100%;
  }
}

.navi_sub_head {
  width: 300px;
  text-align: center;
  position: relative;
}

.navi_sub_head a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto !important;
  color: #0165eb;
  font-size: 1.8rem;
}

.navi_sub_head a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/common/img/arrow_right_b.svg);
  background-repeat: no-repeat;
  position: relative;
  top: 1.5px;
  right: 0;
}

.navi_tel_cv {
  width: 190px;
  white-space: nowrap;
}

.navi_tel_cv_top {
  padding-top: 20px;
  line-height: 1.5rem;
  text-align: center;
}

.navi_tel_cv_top_txt {
  font-size: 1.2rem;
  letter-spacing: 0.0rem;
}

.navi_tel_cv_top_no {
  font-size: 2.27rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.0rem;
}

.navi_tel_cv_bottom {
  font-size: 1.0rem;
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 1200px) {
  .header .navi_tel_cv {
    display: none;
  }
  .header .navi_right_cv {
    width: 350px;
  }
}

.navi_contact_cv {
  margin: 20px 10px 10px 20px;
  padding: 10px 15px;
  font-size: 1.2rem;
  border-radius: 20px;
  width: 170px;
  display: block;
  background-color: #FFF;
  border: 1px solid #117ad6;
  color: #117ad6;
  letter-spacing: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 991px) {
  .navi_contact_cv:hover {
    background-color: #117ad6;
    color: #fff;
  }
}

.navi_trial_cv {
  font-size: 1.2rem;
  margin: 20px 20px 10px 5px;
  padding: 10px 15px;
  border-radius: 20px;
  width: 130px;
  display: block;
  white-space: nowrap;
  border: 1px solid #fa7721;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFB75E), color-stop(51%, #ED8F03), to(#FFB75E));
  background-image: -webkit-linear-gradient(left, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
  background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  letter-spacing: 0rem;
}

@media only screen and (min-width: 991px) {
  .navi_trial_cv:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
}

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

.header_overlay {
  display: none;
}

@media only screen and (min-width: 991px) {
  .header_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 50;
  }
  .header_overlay.is-open {
    display: block;
    opacity: 0.6;
    -webkit-animation: fadeInOver .5s ease .0s 1 normal;
            animation: fadeInOver .5s ease .0s 1 normal;
  }
}

@-webkit-keyframes fadeInOver {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes fadeInOver {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

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

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

@-webkit-keyframes fadeInMenu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInMenu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}

.fix_cv_trial_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 215px;
  border: 1px solid #fa7721;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFB75E), color-stop(51%, #ED8F03), to(#FFB75E));
  background-image: -webkit-linear-gradient(left, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
  background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  letter-spacing: 0rem;
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 99;
  border-radius: 10px 0 0 10px;
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.fix_cv_trial_link .fix_cv_trial_link_inner {
  padding-top: 20px;
}

@media only screen and (min-width: 991px) {
  .fix_cv_trial_link:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
}

.fix_cv_trial_link.is-fixed {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* =========================================================
footer
========================================================= */
@media only screen and (min-width: 991px) {
  .footer_site_map a,
  .footer_group_link dd a,
  .company_links a {
    position: relative;
  }
  .footer_site_map a::before,
  .footer_group_link dd a::before,
  .company_links a::before {
    content: "";
    height: 1px;
    background: #101820;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
  }
  .footer_site_map a:hover,
  .footer_group_link dd a:hover,
  .company_links a:hover {
    text-decoration: none;
  }
  .footer_site_map a:hover::before,
  .footer_group_link dd a:hover::before,
  .company_links a:hover::before {
    width: 100%;
  }
}

.footer_navi {
  background-color: #f3f3f3;
  padding: 15px 0 20px 0;
}

.footer_navi .navi {
  z-index: 0;
  background-color: inherit;
}

.footer_navi .navi_logo {
  margin-left: 90px;
}

.footer_navi .navi_right_cv {
  width: 660px;
}

.footer_site_map {
  padding-top: 30px;
  padding-bottom: 15px;
}

.footer_site_map_inner {
  width: 1200px;
}

.footer_site_map_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer_site_map_item {
  min-width: 16.6667%;
  width: 16.6667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer_site_map_item.footer_site_map_item_2col {
  min-width: 33.3333%;
  width: 33.3333%;
}

.footer_site_map_item dl {
  width: 100%;
}

.footer_site_map_item dt {
  font-size: 1.4rem;
  line-height: 4.5rem;
  font-weight: 600;
}

.footer_site_map_item dd {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer_site_map_item dd ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 50%;
  width: 50%;
  padding-right: 0;
}

@media only screen and (max-width: 1200px) {
  .footer_site_map_item {
    min-width: 25%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer_site_map_item.footer_site_map_item_2col {
    min-width: 25%;
    width: 25%;
  }
  .footer_site_map_item dl {
    width: 100%;
  }
  .footer_site_map_item dt {
    font-size: 1.4rem;
    line-height: 4.5rem;
    font-weight: 600;
  }
  .footer_site_map_item dd {
    font-size: 1.2rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer_site_map_item dd ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 100%;
    width: 100%;
    padding-right: 0;
  }
}

.footer_group_link {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #333;
}

.footer_group_link_inner {
  width: 1200px;
}

.copy {
  background-color: #f3f3f3;
}

.copyright {
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding-right: 50px;
  border-right: 1px solid #cccccc;
  margin-right: 30px;
}

.copy_inner {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.group_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 3.2rem;
}

.group_links > * {
  padding: 0 30px 0 0;
}

.company_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.company_links li {
  padding-right: 30px;
}

.footer_site_map_item_open_header {
  display: none;
}

.page_bottom {
  background-color: #333;
  color: #ffffff;
  overflow: hidden;
}

.page_bottom a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #333;
}

.page_bottom a:hover {
  background-color: #666;
}

.page_bottom_inner {
  width: 1440px;
  position: relative;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb_item {
  font-size: 1.2rem;
  line-height: 2.0rem;
  position: relative;
  padding-left: 10px;
}

.breadcrumb_item img {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 5px;
}

.breadcrumb_item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/common/img/arrow_news.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.breadcrumb_item:first-of-type {
  padding-left: 0;
}

.breadcrumb_item:first-of-type::before {
  display: none;
}

.scroll_top {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page_head {
  background-color: #469cec;
  background-image: url(/common/img/bg_page_head.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 70px;
}

.page_head .page_head_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  height: 180px;
  margin: 0 auto;
}

@media only screen and (min-width: 990px) and (max-width: 1119px) {
  .page_head .page_head_inner {
    max-width: 100%;
    margin: 0 20px;
    margin-bottom: 70px;
  }
}

.page_head .page_ttl {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
}

.content_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.content_head .content_ttl {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 25px;
}

.content_head .content_txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-left: 25px;
  position: relative;
}

.content_head .content_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 4px;
  background-color: #bee0fa;
}

.section_head {
  max-width: 800px;
  margin: 0 auto 50px;
}

.section_head .section_ttl {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

.section_head .section_ttl:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 15px auto 25px;
  background-color: #bee0fa;
}

.section_head .section_txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.section_head .section_txt strong {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.0rem;
}

.cv {
  background-color: #4285ec;
  background: -webkit-gradient(linear, left top, right top, from(#0bbafb), color-stop(50%, #0bbafb), color-stop(50%, #4285ec), to(#4285ec));
  background: -webkit-linear-gradient(left, #0bbafb 0%, #0bbafb 50%, #4285ec 50%, #4285ec 100%);
  background: linear-gradient(90deg, #0bbafb 0%, #0bbafb 50%, #4285ec 50%, #4285ec 100%);
}

.cv_inner {
  background-image: url(/common/img/bg_cv.png);
  background-repeat: no-repeat;
  background-position-x: center;
  color: #FFF;
  width: 1920px;
  height: 280px;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: 50px;
}

.cv_btn_area {
  width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cv_btn_area_contact_cv {
  margin: 15px 10px 10px 5px;
  padding: 5px 20px;
  font-size: 1.8rem;
  line-height: 3.56rem;
  font-weight: bold;
  border-radius: 40px;
  width: 260px;
  text-align: center;
  display: block;
  background-color: #FFF;
  border: 1px solid #117ad6;
  color: #117ad6;
  letter-spacing: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 991px) {
  .cv_btn_area_contact_cv:hover {
    background-color: #117ad6;
    color: #fff;
  }
}

.cv_btn_area_trial_cv {
  font-size: 1.2rem;
  margin: 15px 10px 10px 5px;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 1.8rem;
  line-height: 3.56rem;
  font-weight: bold;
  position: relative;
  width: 260px;
  text-align: center;
  display: block;
  white-space: nowrap;
  border: 1px solid #fa7721;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFB75E), color-stop(51%, #ED8F03), to(#FFB75E));
  background-image: -webkit-linear-gradient(left, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
  background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  letter-spacing: 0rem;
}

@media only screen and (min-width: 991px) {
  .cv_btn_area_trial_cv:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
}

.cv_btn_area_trial_cv span {
  font-size: 1.18rem;
  line-height: 3.56rem;
  font-weight: normal;
  vertical-align: middle;
}

.cv_ttl {
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.cv_txt {
  font-size: 1.25rem;
  line-height: 3.6rem;
}

.local_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
  background-color: #333;
}

.local_nav_ttl {
  color: #fff;
  font-size: 1.4rem;
}

.local_nav_item {
  position: relative;
  width: 300px;
  padding: 8px 30px 7px 0;
  z-index: 51;
}

.local_nav_current {
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
  cursor: pointer;
}

.local_nav_current:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 5px;
  margin: -3px 0 0 6px;
  background: url(/column/img/ico_arrow_down.svg) no-repeat center/cover;
}

.local_nav_sub {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 280px;
  padding: 18px 0 0;
  z-index: 51;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.local_nav_sub.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.local_nav_sub_inner {
  position: relative;
  width: 100%;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 5px;
}

.local_nav_sub_inner:before {
  content: '';
  background-image: url(/common/img/arrow_menu.png);
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: -13px;
  right: 50px;
}

.local_nav_sub ul li:not(:first-child) {
  margin: 5px 0 0;
}

.local_nav_sub a {
  position: relative;
  display: inline;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
}

.local_nav_sub a::after {
  content: "";
  height: 1px;
  background: #101820;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
  pointer-events: none;
}

@media only screen and (min-width: 991px) {
  .local_nav_sub a:hover {
    text-decoration: none;
  }
  .local_nav_sub a:hover::after {
    width: 100%;
  }
}

.local_nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
}

.local_nav_overlay.is_open {
  opacity: 1;
  visibility: visible;
}

/*　タイトル　*/
.h3_ttl {
  margin: 0 0 15px;
  font-size: 2.0rem;
  font-weight: 600;
}

.h4_ttl {
  margin: 0 0 15px;
  color: #117ad6;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

/*　ボタン　*/
/*　ボタン　btn_sq_s　*/
.btn_sq_s {
  padding: 5px 0px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  width: 190px;
  text-align: center;
  display: block;
  background-color: #FFF;
  border: 1px solid #117ad6;
  color: #117ad6;
  letter-spacing: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_sq_s svg {
  display: inline-block;
  fill: #117ad6;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  line-height: 1.7rem;
  top: 0;
  left: 0;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 991px) {
  .btn_sq_s:hover {
    background-color: #117ad6;
    color: #fff;
  }
  .btn_sq_s:hover svg {
    fill: #FFF;
  }
}

/*　ボタン　btn_sq_s　*/
/*　ボタン　btn_sq_b　*/
.btn_sq_b {
  padding: 10px 0px;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
  border-radius: 5px;
  width: 295px;
  text-align: center;
  display: block;
  background-color: #FFF;
  border: 1px solid #117ad6;
  color: #117ad6;
  letter-spacing: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 60px auto 70px auto;
}

.btn_sq_b svg {
  display: inline-block;
  fill: #117ad6;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  line-height: 1.7rem;
  top: 0;
  left: 0;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 991px) {
  .btn_sq_b:hover {
    background-color: #117ad6;
    color: #fff;
  }
  .btn_sq_b:hover svg {
    fill: #FFF;
  }
}

/*　ボタン　btn_sq_b　*/
/*　ボタン　btn_icon　*/
.btn_icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 325px;
  max-width: 100%;
  height: 80px;
  max-height: 100%;
  padding: 0 50px 0 0;
  border: 1px solid #117ad6;
  -webkit-box-shadow: 0px 0px 6px 0px #d2e7f7;
          box-shadow: 0px 0px 6px 0px #d2e7f7;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn_icon::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: 18px;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url(/common/img/arrow_right_b.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn_icon .btn_icon_visual {
  width: 40px;
  margin: 0 25px;
  text-align: center;
}

.btn_icon .btn_icon_visual img {
  display: block;
  margin: 0 auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn_icon .btn_icon_ttl {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0;
}

@media only screen and (min-width: 991px) {
  .btn_icon:hover {
    color: #117ad6;
  }
  .btn_icon:hover:after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .btn_icon:hover .btn_icon_visual img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*　ボタン　btn_icon　*/
.btn_image {
  max-width: 300px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px 0px #cee4f5;
          box-shadow: 0px 0px 18px 0px #cee4f5;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 991px) {
  .btn_image:hover {
    background-color: #117ad6;
  }
  .btn_image:hover .btn_image_ttl {
    color: #fff;
  }
  .btn_image:hover .btn_image_ttl svg {
    fill: #fff;
  }
}

.btn_image .btn_image_visual img {
  vertical-align: top;
  width: 100%;
}

.btn_image .btn_image_ttl {
  padding: 25px 0;
  color: #117ad6;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn_image .btn_image_ttl svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 0 0 2px;
  vertical-align: middle;
  fill: #117ad6;
  -webkit-transition: .5s;
  transition: .5s;
}

/*　ボタン　btn_orange　*/
.btn_orange {
  border: 2px solid #fa7721;
  color: #fa7721;
}

.btn_orange svg {
  fill: #fa7721;
}

@media only screen and (min-width: 991px) {
  .btn_orange:hover {
    background-color: #fa7721;
  }
  .btn_orange:hover .btn_image_ttl {
    color: #fff;
  }
  .btn_orange:hover .btn_image_ttl svg {
    fill: #fff;
  }
}

/*　ボタン　btn_orange　*/
/*　リスト　2列　*/
.col_list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col_list_2 > * {
  width: 49%;
}

.col_list_2 > *:not(:nth-child(-n+2)) {
  margin-top: 14px;
}

.col_list_2 > *:not(:nth-child(2n+1)) {
  margin-left: 1%;
}

/*　リスト　2列　*/
/*　リスト　3列　*/
.col_list_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col_list_3 > * {
  width: 32.4%;
}

.col_list_3 > *:not(:nth-child(-n+3)) {
  margin-top: 14px;
}

.col_list_3 > *:not(:nth-child(3n+1)) {
  margin-left: 1.4%;
}

/*　リスト　3列　*/
/*　リスト　4列　*/
.col_list_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col_list_4 > * {
  width: 24%;
}

.col_list_4 > *:not(:nth-child(-n+4)) {
  margin-top: 14px;
}

.col_list_4 > *:not(:nth-child(4n+1)) {
  margin-left: 1%;
}

/*　リスト　4列　*/
/* プログラムリスト */
.program_list .program_item:not(:first-child) {
  margin: 20px 0 0;
}

.program_item {
  padding: 30px 40px;
  background-color: #edf7fc;
  border-radius: 5px;
}

.program_item.program_item_skey {
  padding: 30px 30px;
}

.program_item.program_item_skey .program_item_key li {
  width: 100px;
  min-width: 100px;
}

.program_item_ttl {
  margin: 0 0 15px;
  color: #117ad6;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

.program_item_txt {
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
}

.program_item_key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px;
}

.program_item_key li {
  width: 150px;
  min-width: 150px;
  margin: 4px;
  padding: 6px 0 4px;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c5d0da;
}

/* プログラムリスト */
/* プログラムリスト */
.program_list .program_item:not(:first-child) {
  margin: 20px 0 0;
}

.program_item {
  padding: 30px 40px;
  background-color: #edf7fc;
  border-radius: 5px;
}

.program_item_ttl {
  margin: 0 0 15px;
  color: #117ad6;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

.program_item_key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px;
}

.program_item_key li {
  width: 150px;
  min-width: 150px;
  margin: 4px;
  padding: 6px 0 4px;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c5d0da;
}

/* プログラムリスト */
/* チェックリスト */
.check_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
}

.check_item_ttl {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
}

.check_item_ttl:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/common/img/icon_check.svg) no-repeat center/cover;
}

/* チェックリスト */
/**/
.flow {
  padding: 80px 0 0;
  background-color: #edf7fc;
}

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

.flow_list .flow_item {
  position: relative;
}

.flow_list .flow_item:not(:last-child):before {
  content: '';
  position: absolute;
  top: calc(50% - 11px);
  right: -18px;
  width: 26px;
  height: 22px;
  background: url(/service/img/ico_flow_arrow.svg) no-repeat center/cover;
  z-index: 1;
}

.flow_item {
  width: 23%;
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 5px;
}

.flow_item_head {
  text-align: center;
}

.flow_item_visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin: 0 0 15px;
}

.flow_item_ttl {
  margin: 0 0 15px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.flow_item_text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.flow_more_area {
  margin: 30px 0 0;
}

.flow_more_cv {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.flow_more_cv svg {
  display: inline-block;
  fill: #1a1a1a;
  width: 5px;
  height: 11px;
  margin: -3px 0 0 0;
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: middle;
}

@media only screen and (min-width: 991px) {
  .flow_more_cv:hover {
    color: #117ad6;
  }
  .flow_more_cv:hover svg {
    fill: #117ad6;
  }
}

/**/
/**/
.point_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.point_list dt {
  position: relative;
  width: 450px;
  min-width: 450px;
  margin: 0 50px 0 0;
}

.point_list dt > img {
  width: 100%;
  vertical-align: top;
}

.point_list dd {
  padding: 0 40px 0 0;
}

.point_list:not(:first-child) {
  margin-top: 80px;
}

.point_list:nth-of-type(even) dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.point_list:nth-of-type(even) dt {
  margin: 0 0 0 50px;
}

.point_list:nth-of-type(even) dd {
  padding: 0 0 0 40px;
}

.point_item_illust {
  position: absolute;
  right: 0;
  bottom: 0;
}

.point_01 .point_item_illust {
  right: -21px;
  bottom: -39px;
}

.point_02 .point_item_illust {
  right: -1px;
  bottom: -43px;
}

.point_03 .point_item_illust {
  right: -1px;
  bottom: -24px;
}

.point_item_index {
  margin: 0 0 5px;
  color: #117ad6;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.02rem;
}

.point_item_index:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  margin: -2px 6px 0 0;
  background-color: #117ad6;
}

.point_item_ttl {
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.point_item_txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.point_cv {
  display: inline-block !important;
  margin: 20px 0 0;
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px #d2e7f7;
          box-shadow: 0px 0px 10px 0px #d2e7f7;
  display: block;
  background-color: #FFF;
  border: 1px solid #117ad6;
  color: #117ad6;
  letter-spacing: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 991px) {
  .point_cv:hover {
    background-color: #117ad6;
    color: #fff;
  }
}

.point_cv svg {
  display: inline-block;
  fill: #117ad6;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 2px;
  vertical-align: middle;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 991px) {
  .point_cv:hover svg {
    fill: #FFF;
  }
}

/**/
/**/
.btn_icon_b {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px 0px #cee4f5;
          box-shadow: 0px 0px 18px 0px #cee4f5;
  -webkit-transition: .5s;
  transition: .5s;
  max-width: 300px;
}

@media only screen and (min-width: 991px) {
  .btn_icon_b:hover {
    color: #fff;
    background-color: #117ad6;
  }
  .btn_icon_b:hover .btn_icon_b_link {
    color: #fff;
  }
  .btn_icon_b:hover .btn_icon_b_link svg {
    fill: #FFF;
  }
}

.btn_icon_b.service_01 .btn_icon_b_visual {
  background-image: url(/service/img/ico_service_01.svg);
}

.btn_icon_b.service_02 .btn_icon_b_visual {
  background-image: url(/service/img/ico_service_02.svg);
}

.btn_icon_b.service_03 .btn_icon_b_visual {
  background-image: url(/service/img/ico_service_03.svg);
}

@media only screen and (min-width: 991px) {
  .btn_icon_b.service_01:hover .btn_icon_b_visual {
    background-image: url(/service/img/ico_service_01_w.svg);
  }
  .btn_icon_b.service_02:hover .btn_icon_b_visual {
    background-image: url(/service/img/ico_service_02_w.svg);
  }
  .btn_icon_b.service_03:hover .btn_icon_b_visual {
    background-image: url(/service/img/ico_service_03_w.svg);
  }
}

.btn_icon_b_head {
  padding: 25px 0 15px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}

.btn_icon_b_visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin: 0 0 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.btn_icon_b_ttl {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.btn_icon_b_content {
  padding: 15px 30px 50px;
}

.btn_icon_b_text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.btn_icon_b_link {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #117ad6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_icon_b_link svg {
  display: inline-block;
  fill: #117ad6;
  width: 16px;
  height: 16px;
  margin: -3px 0 0 2px;
  vertical-align: middle;
  -webkit-transition: .5s;
  transition: .5s;
}

/**/
/**/
.glay_box {
  margin: 20px 0 0;
  padding: 50px 100px;
  background-color: #f3f3f3;
  border-radius: 5px;
  text-align: center;
}

.glay_box_head {
  margin: 0 0 20px;
}

.glay_box_ttl {
  font-size: 2.0rem;
  font-weight: 600;
}

.glay_box_text {
  text-align: left;
}

.glay_box_link {
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  margin: 30px auto 0;
  -webkit-box-shadow: 0px 0px 10px 0px #cee4f5;
          box-shadow: 0px 0px 10px 0px #cee4f5;
  display: block;
  background-color: #FFF;
  border: 1px solid #117ad6;
  color: #117ad6;
  letter-spacing: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

@media only screen and (min-width: 991px) {
  .glay_box_link:hover {
    background-color: #117ad6;
    color: #fff;
  }
}

.glay_box_link svg {
  display: inline-block;
  fill: #117ad6;
  width: 16px;
  height: 16px;
  margin: -3px 0 0 2px;
  vertical-align: middle;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 991px) {
  .glay_box_link:hover svg {
    fill: #fff;
  }
}

/**/
