@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext,vietnamese");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #4d5057;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

.inner {
  max-width: 1398px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.inner-1365 {
  max-width: 1395px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a {
  color: inherit;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .sp-ip5 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Main header
==================================================== */
.none-scroll {
  overflow: hidden;
}

.menu-bar {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 24px;
  width: 32px;
  height: 25px;
}

@media screen and (max-width: 990px) {
  .menu-bar {
    display: block;
  }
}

.menu-bar i {
  width: 32px;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333;
}

.menu-bar i:last-child {
  margin-bottom: 0;
}

.menu-bar.on i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-bar.on i:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
}

.menu-bar.on i:nth-child(2) {
  display: none;
}

.menu-bar.on i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

#main-header {
  padding: 18px 50px 20px 50px;
  position: fixed;
  z-index: 99;
  background: #fff;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  #main-header {
    padding: 18px 30px 20px 30px;
  }
}

@media screen and (max-width: 1200px) {
  #main-header {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 990px) {
  #main-header {
    padding: 10px 20px;
  }
}

#main-header .flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main-header .flex-header .logo {
  width: 30%;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .logo {
    width: 100%;
    text-align: center;
  }
  #main-header .flex-header .logo img {
    width: 140px;
    height: auto;
  }
}

#main-header .flex-header .flex-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .flex-contact {
    width: 100%;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    height: 100vh;
    padding: 60px 20px 100px;
    background: #fff;
    overflow-y: auto;
    top: 71px;
    left: 0;
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  #main-header .flex-header .flex-contact {
    padding: 30px 20px 200px;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .flex-contact.show-menu {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#main-header .flex-header .flex-contact .contact-btn {
  display: block;
    max-width: 265px;
  width: 100%;
  margin-right: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #main-header .flex-header .flex-contact .contact-btn {
    max-width: 336px;
  }
}

@supports (-ms-ime-align: auto) {
  #main-header .flex-header .flex-contact .contact-btn {
    max-width: 336px;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .flex-contact .contact-btn {
    max-width: 260px;
  }
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .flex-contact .contact-btn {
    width: 100%;
      margin: 0 20px 15px!important;
  }
}

#main-header .flex-header .flex-contact .contact-btn a {
  padding: 6px 10px 4px 40px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #293198;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-size: 2rem;
    padding-right: 0!important;
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .flex-contact .contact-btn a {
    height: 50px;
    padding: 5px 10px 5px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#main-header .flex-header .flex-contact .contact-btn a:before {
  position: absolute;
    content: '';
    background-image: url(../img/common/icon-mail.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    top: 50%;
    left: 10px;
    margin-top: -14px;
    z-index: 3;
}
#main-header .flex-header .flex-contact .contact-btn-line a:before {
    background-image: url(../img/common/icon-line.png);
}
#main-header .flex-header .flex-contact .contact-btn-online a:before {
    background-image: url(../img/common/icon-online.png);
}
#main-header .flex-header .flex-contact .contact-btn-web a:before {
    background-image: url(../img/common/icon-web.png);
}
@media screen and (max-width: 990px) {
#main-header .flex-header .flex-contact .contact-btn a:before {
    width: 24px;
    height: 24px;
    left: 18px;
    margin-top: -12px;
}
}

#main-header .flex-header .flex-contact .contact-btn a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3d47ce;
  content: '';
  display: block;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#main-header .flex-header .flex-contact .contact-btn-line a:after {
  background-color: #16d916;
}
#main-header .flex-header .flex-contact .contact-btn-online a:after {
  background-color: #FF7082;
}
#main-header .flex-header .flex-contact .contact-btn-web a:after {
  background-color: #FFCE38;
}

#main-header .flex-header .flex-contact .contact-btn a:hover {
  opacity: 1;
}

#main-header .flex-header .flex-contact .contact-btn a:hover:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

#main-header .flex-header .flex-contact .contact-btn a span {
  position: relative;
  z-index: 1;
}

#main-header .flex-header .flex-contact .contact-btn i {
  margin-left: 5px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 990px) {
  #main-header .flex-header .flex-contact .phone-hd {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

#main-header .flex-header .flex-contact .phone-hd p {
  color: #4d5057;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  letter-spacing: -0.75px;
  font-size: 14px;
  font-size: 1.4rem;
}

#main-header .flex-header .flex-contact .phone-hd a {
  color: #293198;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}

/* ====================================================
Main footer
==================================================== */
.box-contact {
  padding: 65px 0 62px;
  background: url("../img/common/bg-ft.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .box-contact {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .box-contact-second {
    padding-bottom: 51px;
  }
}

.box-contact .box-flex-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-contact .box-flex-ft .ft-left {
  width: 49.75%;
  padding-right: 50px;
}

@media screen and (max-width: 1600px) {
  .box-contact .box-flex-ft .ft-left {
    padding-right: 30px;
  }
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}

.box-contact .box-flex-ft .ft-left .txt-ft {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -0.75px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1600px) {
  .box-contact .box-flex-ft .ft-left .txt-ft {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-left .txt-ft {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-left .txt-ft {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box-contact .box-flex-ft .ft-left .desc-ft {
  font-weight: 500;
  line-height: 1.77;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1600px) {
  .box-contact .box-flex-ft .ft-left .desc-ft {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-left .desc-ft {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-left .desc-ft {
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-contact .box-flex-ft .ft-left .ttl-ft {
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 50px;
  letter-spacing: -1.5px;
  font-size: 45px;
  font-size: 4.5rem;
}

@media screen and (max-width: 1600px) {
  .box-contact .box-flex-ft .ft-left .ttl-ft {
    margin-bottom: 35px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-left .ttl-ft {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-left .ttl-ft {
    letter-spacing: -0.5px;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
  }
}

@media screen and (max-width: 374px) {
  .box-contact .box-flex-ft .ft-left .ttl-ft {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 1601px) {
  .box-contact .box-flex-ft .ft-left .ttl-ft-second {
    margin-bottom: 23px;
  }
}

.box-contact .box-flex-ft .ft-left .cases {
  padding: 33px 35px 20px;
  border: 1px solid #71c5cf;
  position: relative;
  max-width: 594px;
}

@media screen and (max-width: 1200px) {
  .box-contact .box-flex-ft .ft-left .cases {
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-left .cases {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-left .cases {
    padding: 25px 15px;
  }
}

.box-contact .box-flex-ft .ft-left .cases span {
  position: absolute;
  display: inline-block;
  padding: 8px 17px;
  font-weight: bold;
  top: -21px;
  color: #0096b3;
  background: #fff;
  left: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-contact .box-flex-ft .ft-left .cases span {
    padding: 11px 17px 5px;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-left .cases span {
    padding: 5px 10px;
    top: -15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-contact .box-flex-ft .ft-left .cases p {
  color: #fff;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -1.2px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-left .cases p {
    letter-spacing: 0px;
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.box-contact .box-flex-ft .ft-right {
  width: 50.25%;
  padding-top: 8px;
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-right {
    padding-top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 991px) {
  .box-contact .box-flex-ft .ft-right-second {
    padding-top: 0;
  }
}

.box-contact .box-flex-ft .ft-right .list-reception {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 5px;
}

@media screen and (max-width: 1200px) {
  .box-contact .box-flex-ft .ft-right .list-reception {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .box-contact .box-flex-ft .ft-right .list-reception {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1201px) {
  .box-contact .box-flex-ft .ft-right .list-reception-second {
    margin-bottom: 23px;
  }
}

.box-contact .box-flex-ft .ft-right .list-reception .item {
  border-left: 2px solid #71c5cf;
  padding: 4px 15px 15px 28px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1600px) {
  .box-contact .box-flex-ft .ft-right .list-reception .item {
    padding: 4px 15px 15px 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .box-contact .box-flex-ft .ft-right .list-reception .item {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-right .list-reception .item {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-right .list-reception .item {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 640px) {
  .box-contact .box-flex-ft .ft-right .list-reception .item {
    width: 100% !important;
    border-left: 0px;
    border-right: 0px !important;
    border-bottom: 1px solid #71c5cf;
  }
  .box-contact .box-flex-ft .ft-right .list-reception .item:first-child {
    border-top: 1px solid #71c5cf;
  }
}

.box-contact .box-flex-ft .ft-right .list-reception .item span {
  display: block;
  font-weight: 200;
  margin-bottom: 4px;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}

.box-contact .box-flex-ft .ft-right .list-reception .item:nth-child(1) {
  width: 30%;
}

.box-contact .box-flex-ft .ft-right .list-reception .item:nth-child(2) {
  width: 39.5%;
}

.box-contact .box-flex-ft .ft-right .list-reception .item:nth-child(3) {
  width: 30.5%;
  border-right: 2px solid #71c5cf;
}

.box-contact .box-flex-ft .ft-right .txt-reception {
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 28px;
  letter-spacing: -1px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .box-contact .box-flex-ft .ft-right .txt-reception {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-right .txt-reception {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-contact .box-flex-ft .ft-right .btn-contact {
  position: relative;
  border-radius: 70px;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .box-contact .box-flex-ft .ft-right .btn-contact {
    max-width: 480px;
    margin: 0 auto;
  }
}

.box-contact .box-flex-ft .ft-right .btn-contact a {
  height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #293198;
  color: #fff;
  padding: 14px 20px 10px 43px;
  letter-spacing: -1px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1600px) {
  .box-contact .box-flex-ft .ft-right .btn-contact a {
    padding: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .box-contact .box-flex-ft .ft-right .btn-contact a {
    height: 90px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-right .btn-contact a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-contact .box-flex-ft .ft-right .btn-contact a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3d47ce;
  content: '';
  display: block;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-contact .box-flex-ft .ft-right .btn-contact a-txt {
  position: relative;
  z-index: 1;
}

.box-contact .box-flex-ft .ft-right .btn-contact a span {
  position: relative;
  z-index: 1;
  text-align: center;
}

.box-contact .box-flex-ft .ft-right .btn-contact a b {
  color: #a3f2db;
}

.box-contact .box-flex-ft .ft-right .btn-contact a small {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .box-contact .box-flex-ft .ft-right .btn-contact a small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-contact .box-flex-ft .ft-right .btn-contact:hover a {
  opacity: 1;
}

.box-contact .box-flex-ft .ft-right .btn-contact:hover a:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.box-contact .box-flex-ft .ft-right .btn-contact:before {
  content: '';
  width: 96px;
  height: 96px;
  background: url("../img/common/icon-contact.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: 50px;
  background-position: center center;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .box-contact .box-flex-ft .ft-right .btn-contact:before {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-right .btn-contact:before {
    left: 20px;
  }
}

.box-contact .box-flex-ft .ft-right .btn-contact:after {
  content: "\f138";
  font-family: 'fontawesome';
  position: absolute;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 43px;
  font-size: 4.3rem;
}

@media screen and (max-width: 1600px) {
  .box-contact .box-flex-ft .ft-right .btn-contact:after {
    right: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .box-contact .box-flex-ft .ft-right .btn-contact:after {
    right: 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*Tel*/
@media screen and (min-width: 768px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    display: inline-block;
  }
}

.list-menu {
  background: #0096b3;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

@media screen and (max-width: 990px) {
  .list-menu {
    display: block;
  }
}

.list-menu li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}

/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-type01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .txt-type01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.txt-type01-lh01 {
  line-height: 1.9;
}

.txt-type02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .txt-type02 {
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .txt-type02-lh01 {
    line-height: 1.875;
  }
}

.txt-type02-lh02 {
  line-height: 1.5;
}

.txt-type03 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
}

@media only screen and (max-width: 1300px) {
  .txt-type03 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-type03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.txt-type03-medium {
  font-weight: 500;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn-type01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 159px;
  background: #fff;
  font-family: "Barlow", sans-serif;
  color: #4d5057;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 30px;
  padding: 3px;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-type01 {
    padding: 2px 3px 5px;
  }
}

@media screen and (max-width: 767px) {
  .btn-type01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn-type01:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/index/ico-right-black.png") no-repeat;
  background-size: cover;
  z-index: 1;
}

.btn-type01:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-type01-blue {
  color: #fff;
  background: #293198;
}

.btn-type01-blue:before {
  background: url("../img/index/ico-right-white.png") no-repeat;
  background-size: cover;
}

.btn-type01-blue:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3d47ce;
  content: '';
  display: block;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn-type01-blue:hover {
  opacity: 1;
}

.btn-type01-blue:hover:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.btn-type01 span {
  position: relative;
  z-index: 1;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.ttl-type01 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0096b3;
}

.ttl-type01_en {
  font-family: "Barlow", sans-serif;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1.15;
  display: block;
}

@media screen and (max-width: 1200px) {
  .ttl-type01_en {
    font-size: 58px;
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 990px) {
  .ttl-type01_en {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type01_en {
    font-size: 40px;
    font-size: 4rem;
  }
}

.ttl-type01_en span {
  font-weight: 100;
}

.ttl-type01-white {
  color: white;
}

.ttl-type02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #0096b3;
  border-top: 5px solid #e1e1e1;
  border-bottom: 5px solid #e1e1e1;
  text-align: center;
  padding: 20px 0 12px;
}

@media screen and (max-width: 1200px) {
  .ttl-type02 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 990px) {
  .ttl-type02 {
    font-size: 26px;
    font-size: 2.6rem;
    border-width: 3px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .ttl-type02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.bg-gray {
  background: #f3f3f3;
}

.mv-index {
  position: relative;
}

.mv-index .img-mv img {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .mv-index .img-mv img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.mv-index .content-mv {
  position: absolute;
  top: 54.8%;
  left: 50%;
  width: 100%;
  text-align: left;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .mv-index .content-mv {
    top: 50%;
  }
}

.mv-index .content-mv .ttl-mv {
  color: #a3f2db;
  font-weight: bold;
  line-height: 1.19;
  margin-bottom: 27px;
  letter-spacing: -1px;
  font-size: 84px;
  font-size: 7.4rem;
}

@media screen and (max-width: 1200px) {
  .mv-index .content-mv .ttl-mv {
    font-size: 60px;
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 990px) {
  .mv-index .content-mv .ttl-mv {
    font-size: 50px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-index .content-mv .ttl-mv {
    font-size: 30px;
    font-size: 2.5rem;
  }
	.mv-index .content-mv {
		width: 90%;
		margin: 0 auto;
		padding: 30px 5%;
		background: rgba(0, 0, 0, 0.2);
	}
}

.mv-index .content-mv .ttl-mv span {
  display: block;
  font-weight: 500;
  margin-top: 40px;
  line-height: 1.66;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1200px) {
  .mv-index .content-mv .ttl-mv span {
    font-size: 30px;
    font-size: 3rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mv-index .content-mv .ttl-mv span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .mv-index .content-mv .ttl-mv span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.mv-index .content-mv .ttl-mv span small {
  color: #a5ffd6;
}

.mv-index .content-mv .ttl-mv span span {
  margin-top: 0;
  line-height: 1.2;
  font-size: 45px;
  font-size: 4.5rem;
}

@media screen and (max-width: 1200px) {
  .mv-index .content-mv .ttl-mv span span {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-index .content-mv .ttl-mv span span {
    font-size: 25px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 374px) {
  .mv-index .content-mv .ttl-mv span span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.mv-index .content-mv p {
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .mv-index .content-mv p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-index .content-mv p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .mv-index .content-mv p br {
    display: none;
  }
}

.sec-consultation {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .sec-consultation {
    margin-bottom: 50px;
  }
}

.consultation-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .consultation-head {
    padding-top: 50px;
  }
}

.consultation-head_img {
  width: 49.53%;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  margin-bottom: -61px;
}

@media screen and (max-width: 1200px) {
  .consultation-head_img {
    margin-bottom: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .consultation-head_img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.consultation-head_content {
  width: 50.47%;
  padding: 38px 78px 0 15px;
  max-width: 582px;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .consultation-head_content {
    padding: 15px 0 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .consultation-head_content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.consultation-head_content .img {
  margin: 0 36px 49px 0;
}

@media screen and (max-width: 1200px) {
  .consultation-head_content .img {
    margin: 0 0 20px 0;
  }
}

.consultation-body {
  position: relative;
}

.consultation-body_txt {
  background: rgba(76, 181, 199, 0.9);
  color: #fff;
  padding: 38px 80px 27px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1px;
}

@media only screen and (max-width: 1300px) {
  .consultation-body_txt {
    padding: 15px;
  }
}

.consultation-body_ttl {
  width: 24.6%;
  padding: 2px 15px 0 0;
}

@media screen and (max-width: 1200px) {
  .consultation-body_ttl {
    width: 30%;
  }
}

@media screen and (max-width: 990px) {
  .consultation-body_ttl {
    width: 100%;
  }
}

.consultation-body_content {
  width: 75.4%;
  letter-spacing: -1px;
}

@media screen and (max-width: 1200px) {
  .consultation-body_content {
    width: 70%;
  }
}

@media screen and (max-width: 990px) {
  .consultation-body_content {
    width: 100%;
  }
}

.sec-message {
  background: url("../img/index/message-img01.jpg") no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 160px 0 132px;
}

@media screen and (max-width: 1400px) {
  .sec-message {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-message {
    padding: 50px 0;
    background-position: center;
  }
}

.message_inner {
  max-width: 1404px;
}

.message_wrap {
  width: 100%;
  max-width: 700px;
}

.message_ttl {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .message_ttl {
    margin-bottom: 30px;
  }
}

.message_ttl02 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: -1.3px;
}

@media screen and (max-width: 1200px) {
  .message_ttl02 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .message_ttl02 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

.message_ttl02 small {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  margin-top: 6px;
  letter-spacing: -2px;
}

@media screen and (max-width: 1200px) {
  .message_ttl02 small {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .message_ttl02 small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.message_txt {
  margin-bottom: 55px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .message_txt {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.message_signature {
  padding-left: 6px;
  line-height: 1.7;
}

.message_signature small {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.sec-introduction {
  background: #72cddc;
  padding: 134px 0 94px;
  margin-bottom: 77px;
}

@media screen and (max-width: 1400px) {
  .sec-introduction {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-introduction {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.introduction_ttl {
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .introduction_ttl {
    margin-bottom: 30px;
  }
}

.introduction_block {
  background: #fff;
  padding: 49px 99px 0 54px;
}

@media screen and (max-width: 1200px) {
  .introduction_block {
    padding: 20px;
  }
}

.introduction-head {
  position: relative;
  margin-bottom: 58px;
}

@media screen and (max-width: 640px) {
  .introduction-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.introduction-head_system {
  width: 34.91%;
}

@media screen and (max-width: 640px) {
  .introduction-head_system {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.introduction-head_img {
  position: absolute;
  right: -42px;
  bottom: -26px;
  width: 63.5%;
}

@media screen and (max-width: 1200px) {
  .introduction-head_img {
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .introduction-head_img {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.introduction-body_ttl {
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 -4px 10px 0;
  position: relative;
  z-index: 2;
  letter-spacing: -1.3px;
}

@media screen and (max-width: 1400px) {
  .introduction-body_ttl {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 1200px) {
  .introduction-body_ttl {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .introduction-body_ttl {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}

.introduction-body_ttl span {
  color: #0096b3;
}

.introduction-body_ttl span small {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 8px;
  right: -33px;
}

@media screen and (max-width: 1200px) {
  .introduction-body_ttl span small {
    position: inherit;
    right: 0;
    bottom: 0;
  }
}

.introduction-body_note {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0096b3;
  margin-bottom: 46px;
  letter-spacing: -1.3px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .introduction-body_note {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-align: left !important;
  }
}

.introduction-body_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 76px;
}

@media screen and (max-width: 1200px) {
  .introduction-body_wrap {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .introduction-body_wrap {
    padding: 10px;
  }
}

.introduction-body_img {
  width: 34.74%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .introduction-body_img {
    width: 30%;
  }
}

@media screen and (max-width: 990px) {
  .introduction-body_img {
    position: inherit;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

.introduction-body_content {
  width: 62%;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .introduction-body_content {
    width: 70%;
  }
}

@media screen and (max-width: 990px) {
  .introduction-body_content {
    width: 100%;
  }
}

.introduction-body_inner {
  width: 96.8%;
  margin: 0 auto;
}

.introduction-body_ttl02 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}

@media screen and (max-width: 1200px) {
  .introduction-body_ttl02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .introduction-body_ttl02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.introduction-body_des {
  padding: 0 2px;
}

.introduction-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -8px 37px;
}

@media screen and (max-width: 640px) {
  .introduction-step {
    margin: 0 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.introduction-step_item {
  width: 33.33%;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0096b3;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 11px 14px 9px 10px;
  margin-bottom: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .introduction-step_item {
    padding: 15px 14px 5px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .introduction-step_item {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .introduction-step_item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .introduction-step_item {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px;
  }
}

.introduction-step_item i {
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  top: -2px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  .introduction-step_item i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-feature {
  margin-bottom: 129px;
}

@media screen and (max-width: 1200px) {
  .sec-feature {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sec-feature {
    margin-bottom: 50px;
  }
}

.feature-head {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .feature-head {
    margin-bottom: 30px;
  }
}

.feature-head_content {
  width: 49%;
  padding-top: 39px;
}

@media screen and (max-width: 1200px) {
  .feature-head_content {
    width: 60%;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-head_content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.feature-head_img02 {
  width: 48.58%;
  margin: 0 -2px 0 auto;
}

@media screen and (max-width: 1200px) {
  .feature-head_img02 {
    width: 40%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-head_img02 {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: auto;
  }
}

.feature-head_ttl {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 27px;
  letter-spacing: -2px;
}

@media screen and (max-width: 1400px) {
  .feature-head_ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 990px) {
  .feature-head_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-head_ttl {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.feature-head_ttl small {
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1400px) {
  .feature-head_ttl small {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 990px) {
  .feature-head_ttl small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-head_ttl small {
    font-size: 20px;
    font-size: 2rem;
  }
}

.feature-head_txt {
  margin-bottom: 27px;
  padding: 0 50px 0 3px;
  letter-spacing: -1.3px;
}

@media screen and (max-width: 1200px) {
  .feature-head_txt {
    padding: 0 40px 0 0;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-head_txt {
    padding: 0;
  }
}

.feature-head_img {
  padding-left: 27px;
}

@media screen and (max-width: 1200px) {
  .feature-head_img {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-head_img {
    text-align: center;
  }
}

.feature-body {
  background: #d9eef0;
  padding: 63px 17px 19px 15px;
}

.feature-body_list {
  width: 100%;
  max-width: 1182px;
  margin: 0 auto;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.feature-list_item {
  width: calc(50% - 22px);
  margin-right: 44px;
  background: #72cddc;
  color: #fff;
  margin-bottom: 41px;
}

@media screen and (max-width: 1200px) {
  .feature-list_item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature-list_item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .feature-list_item {
    width: 100%;
    margin-right: 0;
  }
}

.feature-list_item:nth-child(even) {
  margin-right: 0;
}

.feature-list_item-bg01 {
  background: #55c0d2;
}

.feature-list_item-bg02 {
  background: #38adc1;
}

.feature-list_content {
  padding: 43px 15px 46px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature-list_content {
    padding: 30px 15px;
  }
}

.feature-list_txt {
  position: absolute;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-weight: 200;
  background: #0096b3;
  padding: 7px 20px 7px 24px;
  border-radius: 40px;
  top: -2px;
  left: 49%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feature-list_txt {
    padding: 6px 20px 10px 24px;
  }
}

@supports (-ms-ime-align: auto) {
  .feature-list_txt {
    padding: 5px 20px 8px 24px;
  }
}

@media screen and (max-width: 1200px) {
  .feature-list_txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-list_txt {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transform: translate(-50%, -47%);
        -ms-transform: translate(-50%, -47%);
            transform: translate(-50%, -47%);
  }
}

.feature-list_ttl {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  .feature-list_ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 990px) {
  .feature-list_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-list_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.feature-list_ttl span {
  color: #c5f6df;
}

.feature-list_des {
  width: 100%;
  max-width: 444px;
  margin: 0 auto;
  letter-spacing: -0.7px;
}

.sec-method .bg-gray {
  padding: 108px 0 100px;
}

@media screen and (max-width: 1200px) {
  .sec-method .bg-gray {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-method .bg-gray {
    padding: 50px 0;
  }
}

.method_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .method_ttl {
    margin-bottom: 30px;
  }
}

.method-treatment {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .method-treatment {
    margin-bottom: 50px;
  }
}

.method-treatment_ttl {
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .method-treatment_ttl {
    margin-bottom: 30px;
  }
}

.method-intro {
  width: 100%;
  max-width: 1074px;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .method-intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.method-intro_ttl {
  width: 36.7%;
  padding-left: 50px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .method-intro_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .method-intro_ttl {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
  }
}

.method-intro_ttl small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
}

.method-intro_txt {
  width: 63.3%;
  padding-top: 8px;
  letter-spacing: -0.6px;
}

@media screen and (max-width: 767px) {
  .method-intro_txt {
    width: 100%;
    padding-top: 0;
    letter-spacing: 0;
  }
}

.method-approach {
  background: #fff;
  padding: 46px 15px 43px;
  margin-bottom: 86px;
}

@media screen and (max-width: 767px) {
  .method-approach {
    padding: 20px 15px;
    margin-bottom: 50px;
  }
}

.method-approach_ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  .method-approach_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 990px) {
  .method-approach_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .method-approach_ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.method-approach_des {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 42px;
}

@media screen and (max-width: 1200px) {
  .method-approach_des {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .method-approach_des {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.method-approach_des span {
  color: #0096b3;
  font-weight: bold;
}

.method-approach_inner {
  width: 100%;
  max-width: 1189px;
  margin: 0 auto;
  background: #d9eef0;
  padding-left: 43px;
  -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
          transform: translateX(-13px);
}

@media screen and (max-width: 1200px) {
  .method-approach_inner {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 30px 15px;
  }
}

.method-speed_ttl {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 41px;
  line-height: 1.55;
}

@media screen and (max-width: 1200px) {
  .method-speed_ttl {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 990px) {
  .method-speed_ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .method-speed_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

.method-speed_ttl small {
  font-size: 30px;
  font-size: 3rem;
  display: block;
}

@media screen and (max-width: 1200px) {
  .method-speed_ttl small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 990px) {
  .method-speed_ttl small {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .method-speed_ttl small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.method-speed_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 39px;
}

@media screen and (max-width: 990px) {
  .method-speed_item {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .method-speed_item:last-child {
    margin-bottom: 0;
  }
}

.method-speed_item-01 {
  width: 60.75%;
  padding-right: 11px;
}

.method-speed_item-01 .method-speed_txt {
  background: #55bfd1 url("../img/index/speed-bg01.png") no-repeat;
  background-size: auto 100%;
  background-position: center right;
}

@media screen and (max-width: 767px) {
  .method-speed_item-01 .method-speed_txt {
    background-position: center right -1px;
  }
}

.method-speed_item-02 {
  width: 20.55%;
  padding-right: 14px;
}

.method-speed_item-02 .method-speed_txt {
  background: #17a8c4 url("../img/index/speed-bg02.png") no-repeat;
  background-size: auto 100%;
  background-position: center right;
}

@media screen and (max-width: 767px) {
  .method-speed_item-02 .method-speed_txt {
    background-position: center right -1px;
  }
}

.method-speed_item-03 {
  width: 18.7%;
}

.method-speed_item-03 .method-speed_txt {
  background: #0096b3;
}

.method-speed_txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: 22px 10px 20px;
  margin-bottom: 38px;
}

@media screen and (max-width: 990px) {
  .method-speed_txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 15px;
  }
}

.method-speed_number {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .method-speed_number {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .method-speed_number {
    font-size: 20px;
    font-size: 2rem;
  }
}

.method-cases_ttl {
  margin-bottom: 31px;
}

.method-cases_des {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .method-cases_des {
    margin-bottom: 30px;
    text-align: left;
  }
}

.approach-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .approach-list {
    width: 100%;
    max-width: 700px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.approach-list_item {
  width: 27.75%;
  margin-right: 5.15%;
  padding: 27px 0 20px;
}

@media screen and (max-width: 1200px) {
  .approach-list_item {
    width: calc(50% - 10px) !important;
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 990px) {
  .approach-list_item {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: 400px !important;
    padding: 0;
    margin-bottom: 30px;
  }
  .approach-list_item:last-child {
    margin-bottom: 0px;
  }
}

.approach-list_item:nth-of-type(2) {
  margin-right: 4.28%;
}

.approach-list_item-second {
  width: 35%;
  margin-right: 0 !important;
  color: #fff;
  background: #72cddc;
  border: 2px solid #0096b3;
  padding: 24px 30px;
}

@media screen and (max-width: 1400px) {
  .approach-list_item-second {
    padding: 24px 18px;
  }
}

@media screen and (max-width: 1200px) {
  .approach-list_item-second {
    width: 100% !important;
    max-width: 400px !important;
  }
}

.approach-list_item-second .approach-list_des {
  padding: 5px 10px 0 21px;
}

.approach-list_txt {
  border: 1px solid #222222;
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 7px 10px 6px;
  margin-bottom: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .approach-list_txt {
    padding: 9px 10px 4px;
  }
}

.approach-list_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1400px) {
  .approach-list_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .approach-list_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.approach-list_img {
  margin-bottom: 20px;
}

.approach-list_img img {
  width: 100%;
}

.speed-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 990px) {
  .speed-step {
    max-width: 100%;
  }
}

.speed-step_item {
  width: 30.3%;
  margin-right: 4.55%;
}

@media screen and (max-width: 1200px) {
  .speed-step_item {
    width: 32%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .speed-step_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .speed-step_item:last-child {
    margin-bottom: 0;
  }
}

.speed-step_item:last-child {
  margin-right: 0;
}

.speed-step_item-full {
  width: 100%;
  padding: 0;
  margin: 0;
}

.speed-step-second {
  display: block;
  width: 100%;
  max-width: 236px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .speed-step-second {
    max-width: 100%;
  }
}

.speed-step_ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #38adc1;
  text-align: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 1200px) {
  .speed-step_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 990px) {
  .speed-step_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .speed-step_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.speed-step_ttl small {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  letter-spacing: -1px;
}

@media screen and (max-width: 1200px) {
  .speed-step_ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cases-slider {
  width: 100%;
  max-width: 1366px;
  padding: 0 56px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .cases-slider {
    padding: 0 30px;
  }
}

.cases-slider_item {
  padding: 0 13.5px;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .cases-slider_item {
    padding: 0 7px;
  }
}

.cases-slider_wrap {
  position: relative;
}

.cases-slider_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(7, 7, 7, 0.25);
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 38px 10px 29px;
}

@media screen and (max-width: 1200px) {
  .cases-slider_txt {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cases-slider_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cases-slider_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 56px;
  line-height: 1;
  opacity: 0.25;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .cases-slider_arrow {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.cases-slider_arrow:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cases-slider_arrow-prev {
  left: 0;
}

.cases-slider_arrow-next {
  right: 0;
}

.sec-results {
  background: url("../img/index/results-img.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 169px 0 114px;
}

@media screen and (max-width: 1200px) {
  .sec-results {
    padding: 80px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-results {
    padding: 50px 0 10px;
  }
}

.results-block {
  text-align: center;
  color: #fff;
  padding: 0 15px;
}

.results_ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 86px;
  letter-spacing: -2px;
}

@media screen and (max-width: 1200px) {
  .results_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 990px) {
  .results_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .results_ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

.results-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  width: 100%;
  max-width: 838px;
  margin: 0 auto;
}

.results-list_item {
  width: 33.33%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .results-list_item {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .results-list_item {
    width: 100%;
  }
}

.results-list_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.results-list_txt {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .results-list_txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.results-list_number {
  font-family: "Barlow", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.8;
}

@media screen and (max-width: 1200px) {
  .results-list_number {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .results-list_number {
    font-size: 50px;
    font-size: 5rem;
  }
}

.results-list_small {
  font-size: 12px;
  font-size: 1.2rem;
}

.sec-value {
  background: #71c5cf;
  color: #fff;
  padding: 135px 0 138px;
  margin-bottom: 113px;
}

@media screen and (max-width: 1200px) {
  .sec-value {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sec-value {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.value-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 69px;
}

@media screen and (max-width: 990px) {
  .value-head {
    margin-bottom: 30px;
  }
}

.value-head_ttl {
  width: 22.5%;
}

@media screen and (max-width: 1200px) {
  .value-head_ttl {
    width: 30%;
  }
}

@media screen and (max-width: 990px) {
  .value-head_ttl {
    width: 100%;
  }
}

.value-head_txt {
  width: 77.5%;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  padding-top: 23px;
}

@media screen and (max-width: 1200px) {
  .value-head_txt {
    font-size: 40px;
    font-size: 4rem;
    width: 70%;
  }
}

@media screen and (max-width: 990px) {
  .value-head_txt {
    font-size: 35px;
    font-size: 3.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .value-head_txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.value-head_txt .wp {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .value-head_txt .wp {
    display: block;
  }
}

.value-head_txt small {
  font-size: 30px;
  font-size: 3rem;
  display: block;
}

@media screen and (max-width: 1200px) {
  .value-head_txt small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .value-head_txt small {
    font-size: 20px;
    font-size: 2rem;
  }
}

.value-head_txt span {
  display: block;
}

@media screen and (max-width: 767px) {
  .value-head_txt span {
    margin-top: 10px;
  }
}

.value-head_txt .en {
  font-size: 80px;
  font-size: 8rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 0.75;
  vertical-align: -7px;
}

@media screen and (max-width: 1200px) {
  .value-head_txt .en {
    font-size: 65px;
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .value-head_txt .en {
    font-size: 50px;
    font-size: 5rem;
  }
}

.value-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 0 50px rgba(77, 223, 197, 0.38);
          box-shadow: 0 0 50px rgba(77, 223, 197, 0.38);
}

.value-list_item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #72cddc;
  min-height: 243px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .value-list_item {
    width: 50%;
    min-height: 200px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 640px) {
  .value-list_item {
    width: 100%;
  }
}

.value-list_item-bg01 {
  background: #c6e8ec;
}

.value-list_item-bg02 {
  background: #42b4c8;
}

.value-list_item-bg03 {
  background: #55bfd1;
}

@media screen and (max-width: 767px) {
  .value-list_item-deff {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 640px) {
  .value-list_item-deff {
    display: none;
  }
}

.value-list_item-deff .value-list_wrap {
  padding: 0px 6px 6px 0px;
}

@media screen and (max-width: 640px) {
  .value-list_item-sp01 {
    background: #5abfd0;
  }
}

@media screen and (max-width: 640px) {
  .value-list_item-sp02 {
    background: #76cddb;
  }
}

.value-list_wrap {
  position: relative;
  z-index: 1;
  padding: 10px 16px 0 0;
}

@media screen and (max-width: 1200px) {
  .value-list_wrap {
    padding: 0;
  }
}

.value-list_ttl {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1200px) {
  .value-list_ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .value-list_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.value-list_txt {
  line-height: 1.5625;
  letter-spacing: -1px;
}

.value-list_txt02 {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-size: 48px;
  font-size: 4.8rem;
  color: #0096b3;
}

@media screen and (max-width: 1200px) {
  .value-list_txt02 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .value-list_txt02 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.value-list_txt02 small {
  font-size: 36px;
  font-size: 3.6rem;
  display: block;
}

@media screen and (max-width: 1200px) {
  .value-list_txt02 small {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .value-list_txt02 small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.value-list_number {
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Barlow", sans-serif;
  font-size: 162px;
  font-size: 16.2rem;
  line-height: 1;
  right: 16px;
  bottom: 6px;
}

@media screen and (max-width: 1200px) {
  .value-list_number {
    font-size: 140px;
    font-size: 14rem;
  }
}

@media screen and (max-width: 990px) {
  .value-list_number {
    font-size: 110px;
    font-size: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .value-list_number {
    font-size: 80px;
    font-size: 8rem;
  }
}

.sec-interview {
  margin-bottom: 104px;
}

@media screen and (max-width: 767px) {
  .sec-interview {
    margin-bottom: 50px;
  }
}

.interview_ttl {
  margin-bottom: 61px;
}

@media screen and (max-width: 767px) {
  .interview_ttl {
    margin-bottom: 50px;
  }
}

.interview-block {
  position: relative;
}

.interview-block_img {
  margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .interview-block_img {
    margin-bottom: 20px;
    position: relative;
  }
}

.interview-block_img img {
  height: 632px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -o-object-position: right top;
     object-position: right top;
}

@media screen and (max-width: 767px) {
  .interview-block_img img {
    height: 360px;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}

.interview-block_content {
  position: absolute;
  color: #fff;
  top: 24%;
  left: 10.2%;
  width: 70%;
  max-width: 510px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .interview-block_content {
    max-width: 550px;
  }
}

@supports (-ms-ime-align: auto) {
  .interview-block_content {
    max-width: 550px;
  }
}

@media screen and (max-width: 1200px) {
  .interview-block_content {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .interview-block_content {
    width: 90%;
    left: 15px;
    top: 15%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.interview-block_sayings {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 29px;
}

@media screen and (max-width: 1200px) {
  .interview-block_sayings {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .interview-block_sayings {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.interview-block_txt {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .interview-block_txt {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .interview-block_txt {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    color: #fff;
  }
}

.interview_des {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto 121px;
}

@media screen and (max-width: 1200px) {
  .interview_des {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .interview_des {
    margin-bottom: 50px;
  }
}

.interview-list {
  margin-bottom: 113px;
}

@media screen and (max-width: 1200px) {
  .interview-list {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .interview-list {
    margin-bottom: 50px;
  }
}

.interview-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 94px;
}

@media screen and (max-width: 990px) {
  .interview-list_item {
    margin-bottom: 50px;
  }
}

.interview-list_item:last-child {
  margin-bottom: 0;
}

.interview-list_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 990px) {
  .interview-list_item:nth-child(even) {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.interview-list_item:nth-child(even) .interview-list_content {
  margin-left: 0;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 15px;
}

.interview-list_img {
  width: 49.855%;
}

@media screen and (max-width: 990px) {
  .interview-list_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .interview-list_img img {
    width: 100%;
  }
}

.interview-list_content {
  width: 50.145%;
  max-width: 632px;
  margin-left: auto;
  padding: 45px 15px 0 25px;
}

@media screen and (max-width: 990px) {
  .interview-list_content {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}

.interview-list_ttl {
  font-size: 36px;
  font-size: 3.6rem;
  color: #4d5057;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 57px;
}

@media screen and (max-width: 1200px) {
  .interview-list_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 990px) {
  .interview-list_ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.interview-movie_btn {
  display: block;
}

.interview-movie_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.doctor-info_organization {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .doctor-info_organization {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.doctor-info_txt {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 22px;
}

@media screen and (max-width: 1200px) {
  .doctor-info_txt {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .doctor-info_txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.doctor-info_en {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Barlow", sans-serif;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 767px) {
  .doctor-info_en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-team {
  margin-bottom: 73px;
}

@media screen and (max-width: 767px) {
  .sec-team {
    margin-bottom: 20px;
  }
}

.team_ttl {
  margin-bottom: 73px;
}

@media screen and (max-width: 767px) {
  .team_ttl {
    margin-bottom: 30px;
  }
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.team-list_item {
  width: 47.45%;
  padding-bottom: 41px;
  border-bottom: 1px solid #e0e0e0;
  margin-right: 5.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 77px;
}

@media screen and (max-width: 990px) {
  .team-list_item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.team-list_item:nth-child(even) {
  margin-right: 0;
}

.team-list_img {
  width: 28.82%;
}

@media screen and (max-width: 990px) {
  .team-list_img {
    width: 187px;
  }
}

@media screen and (max-width: 640px) {
  .team-list_img {
    margin: 0 auto 15px;
  }
}

.team-list_content {
  width: 71.18%;
  max-width: 427px;
  padding-left: 15px;
  margin: 36px 0 30px auto;
}

@media screen and (max-width: 990px) {
  .team-list_content {
    width: calc(100% - 187px);
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .team-list_content {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .team-list_content .btn-type01 {
    margin: 0 auto;
  }
}

.team-list_organization {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: -1px;
}

.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(38, 38, 38, 0.25);
  padding: 20px;
  display: none;
}

.team-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-modal_wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 1269px;
  background: #fff;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.team-modal_inner {
  padding: 47px 50px 65px 53px;
}

@media screen and (max-width: 767px) {
  .team-modal_inner {
    padding: 20px;
  }
}

.team-modal_item {
  display: none;
}

.team-modal_item.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .team-modal_item.on {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.team-modal_img {
  width: 33.97%;
}

@media screen and (max-width: 767px) {
  .team-modal_img {
    width: 60%;
    margin: 0 auto;
  }
}

.team-modal_content {
  width: 66.03%;
  padding-left: 14px;
  padding-top: 15px;
  max-width: 707px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .team-modal_content {
    width: 100%;
    padding-left: 0;
  }
}

.team-modal_info {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 22px;
}

.team-modal_info > *:last-child {
  margin-bottom: 0;
}

.team-modal_info:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  background: #abadb3;
  left: 0;
  bottom: 0;
}

.team-modal_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.team-modal_organization {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.team-modal_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.72;
  font-weight: 500;
}

.team-modal_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-modal_txt dl dt {
  width: 85px;
}

.team-modal_txt dl dd {
  width: calc(100% - 85px);
}

.team-modal_txt .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}

.team-modal_close {
  position: absolute;
  top: 19px;
  right: 17px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .team-modal_close {
    width: 30px;
    height: 30px;
  }
}

.team-modal_close:before, .team-modal_close:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
}

.team-modal_close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.team-modal_close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.team-modal_close:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sec-qa {
  margin-bottom: 194px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .sec-qa {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-qa {
    margin-bottom: 50px;
  }
}

.qa_ttl {
  margin-bottom: 59px;
}

@media screen and (max-width: 767px) {
  .qa_ttl {
    margin-bottom: 30px;
  }
}

.qa-list {
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .qa-list {
    margin-bottom: 30px;
  }
}

.qa-list_item {
  border: 1px solid #eeeeee;
  border-radius: 5px 5px 0 0;
  margin-bottom: 57px;
}

@media screen and (max-width: 1200px) {
  .qa-list_item {
    margin-bottom: 30px;
    border-radius: 5px;
  }
}

.qa-list_item:last-child {
  margin-bottom: 0;
}

.qa-list_item.is-on .qa-list_quest {
  background: #d9eef0 url("../img/index/ico-minius.png") no-repeat;
  background-position: top 39px right 34px;
}

@media screen and (max-width: 1200px) {
  .qa-list_item.is-on .qa-list_quest {
    background-size: 22px;
    background-position: top 24px right 10px;
  }
}

.qa-list_quest {
  margin: -1px;
  background: #d9eef0 url("../img/index/ico-plus.png") no-repeat;
  background-position: top 39px right 34px;
  border-radius: 5px;
  padding: 40px 80px 30px 51px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .qa-list_quest {
    padding: 20px 40px 20px 20px;
    background-size: 22px;
    background-position: top 24px right 10px;
  }
}

.qa-list_txt {
  padding-left: 30px;
  text-indent: -30px;
}

@media screen and (max-width: 767px) {
  .qa-list_txt {
    padding-left: 20px;
    text-indent: -20px;
  }
}

.qa-list_txt:before {
  content: 'Q. ';
}

.qa-list_answer {
  padding: 36px 49px 28px;
}

@media screen and (max-width: 1200px) {
  .qa-list_answer {
    padding: 20px;
  }
}

.qa-list_answer a {
  color: inherit;
  text-decoration: underline;
}

.qa-btn {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  text-align: center;
  padding: 22px 2px 21px 39px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}

.qa-btn img {
  margin-left: 12px;
}

.qa-btn.on img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec-overview {
  margin-bottom: 185px;
}

@media screen and (max-width: 1200px) {
  .sec-overview {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-overview {
    margin-bottom: 50px;
  }
}

.overview_inner {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .overview_inner {
    margin-bottom: 30px;
  }
}

.overview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overview-head_content {
  width: 50%;
  padding-top: 10px;
}

@media screen and (max-width: 990px) {
  .overview-head_content {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .overview-head_content {
    width: 100%;
    padding-top: 0;
  }
}

.overview-head_ttl {
  margin-bottom: 51px;
}

.overview-head_ttl02 {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 31px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .overview-head_ttl02 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@supports (-ms-ime-align: auto) {
  .overview-head_ttl02 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 1400px) {
  .overview-head_ttl02 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .overview-head_ttl02 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 990px) {
  .overview-head_ttl02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .overview-head_ttl02 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1201px) {
  .overview-head_txt {
    line-height: 2.23;
    padding-left: 5px;
  }
}

.overview-head_img {
  width: 50%;
}

@media screen and (max-width: 990px) {
  .overview-head_img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .overview-head_img {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
  }
}

.overview-slider {
  margin-bottom: 98px;
}

@media screen and (max-width: 1200px) {
  .overview-slider {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .overview-slider {
    margin-bottom: 30px;
  }
}

.overview-info {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .overview-info {
    line-height: 1.5;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.overview-info_item {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overview-info_item:first-child {
  border-top: 1px solid #dcdcdc;
}

.overview-info_item dt {
  width: 21.4%;
  background: #f0f5f6;
  padding: 33px 10px 24px 53px;
}

@media screen and (max-width: 1200px) {
  .overview-info_item dt {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview-info_item dt {
    padding: 10px;
    width: 100%;
  }
}

.overview-info_item dd {
  width: 78.6%;
  padding: 33px 10px 20px 87px;
}

@media screen and (max-width: 1200px) {
  .overview-info_item dd {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview-info_item dd {
    padding: 10px;
    width: 100%;
  }
}

.modal_wrap {
  display: none;
}

.modal_wrap.on {
  display: block;
}

.modal_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0 7%;
}

.modal_movie .wrap {
  width: 100%;
  max-width: 1100px;
  position: relative;
}

.modal_movie .wrap iframe {
  width: 100%;
  height: 620px;
}

@media only screen and (max-width: 1200px) {
  .modal_movie .wrap {
    max-width: 700px;
  }
  .modal_movie .wrap iframe {
    height: 430px;
  }
}

@media only screen and (max-width: 767px) {
  .modal_movie .wrap iframe {
    height: 58vw;
  }
}

.modal_movie .wrap .close_movie {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -24px;
  right: 0;
}

.modal_movie .wrap .close_movie:before {
  position: absolute;
  content: '';
  width: 2px;
  background: #fff;
  height: 100%;
  -webkit-transform: rotate(45deg) translate(7px, -7px);
      -ms-transform: rotate(45deg) translate(7px, -7px);
          transform: rotate(45deg) translate(7px, -7px);
}

.modal_movie .wrap .close_movie:after {
  position: absolute;
  content: '';
  width: 2px;
  background: #fff;
  height: 100%;
  -webkit-transform: rotate(-45deg) translate(7px, 7px);
      -ms-transform: rotate(-45deg) translate(7px, 7px);
          transform: rotate(-45deg) translate(7px, 7px);
}

@media screen and (max-width: 767px) {
  .box-sp {
    margin-bottom: 30px;
  }
}

.box-sp .btn-type01 {
  border: 1px solid;
}

/*# sourceMappingURL=maps/styles.css.map */


/***追記0601***/
@media screen and (max-width: 767px) {
  .box-contact {
    padding: 50px 0;
    margin-bottom: 72px;
  }
}

.footbtn {
   display: block;
   position: fixed;  
    bottom: 0;  
    left: 0;  
   width: 100%;
   height: auto;
   text-align: center;
   z-index: 99999;
}


.foot01 {
    background: #03ba03;
        width: 50%;
        /*height: 60px;*/
        padding: 10px 0;
        float: left;
        border-right: 1px solid #fff;
        text-align: center;
        border-top: solid 5px #252da4;
}

.foot01 a {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    display: block;
}
.foot01 span {
    display: block;
    width: 30px;
    margin: 3px auto 0;
}

.foot02 {
	background: #01b0c4;
        width: 50%;
       /* height: 60px;*/
        padding: 10px 0;
        float: left;
        text-align: center;
        border-top: solid 5px #252da4;
}


.foot02 a {
     font-size: 13px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    display: block;
}

.foot02 span {
    display: block;
    width: 30px;
    margin: 3px auto 0;
}



/***追記0604***/

.team-modal_close {
  z-index: 5000;
}

.contact-box-ex{
	max-width: 800px;
  width: 100%;
  border: 1px solid #0094B3;
  padding: 20px 1em;
	margin-left: auto;margin-right: auto;
	font-size: 16px;
	text-align: left;
	background: #fff;
}

#main-header .flex-header .flex-contact .contact-btn{
	max-width: 300px;
}

/*.foot01,.foot02,.foot03{
	width:calc(100% / 3);
}

.foot03{
	background: #FF7082;
  padding: 10px 0;
  float: left;
  border-right: 1px solid #fff;
  text-align: center;
  border-top: solid 5px #252da4;
}

.foot03 a{
	font-size: 13px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}

.foot03 span{
	display: block;
  width: 30px;
  margin: 3px auto 0;
}*/

.foot_link_list{
	position: fixed;
	left: 0;
	bottom: 0;
	width:calc(100% + 3px);
	height: auto;
	display: flex;
  border-top: solid 5px #252da4;
	z-index: 99999;
}

.foot_link_list li{
	width:calc(100% / 3);
	height: 65px;
  float: left;
  border-right: 1px solid #fff;
  text-align: center;
	font-size: 13px;
	color:#fff;
	line-height: 1;
	margin-right: -1px;
}

.foot_link_list li a{
	display: block;
	height: 100%;
  padding: 10px 0;
}

.foot_link_list li span{
	display: block;
  width: 30px;
  margin: 3px auto 0;
}

.foot_link_list .list01{
	background: #FF7082;
}
.foot_link_list .list02{
	background: #01b0c4;
}
.foot_link_list .list03{
	background: #03ba03;
}

/*20201203*/
@media screen and (max-width: 767px) {
	.mv-index .content-mv{
		padding:0;
		height: auto;
        background: none;
	}
}

/*20201221 実績グラフ*/
.robot_results_section{
    padding: 100px 0 138px;
}
.robot_results_box_title{
    font-weight: bold;
    line-height: 1.4;
}

.robot_results_box{
    border: 6px solid #e1e1e1;
    padding: 30px 30px 25px;
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
    height: 100%;
}
.robot_results_box_kikan{
    font-size: 2.2rem;
    font-weight: bold;
    opacity: .7;
    margin-bottom: 20px;
    margin-top: 10px;
}

.robot_results_box_title{
    font-size: 3.1rem;
    color: #0096b3;
}

.robot_results_box_img{
}

.robot_results_grid_body{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.robot_results_grid{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.robot_results_grid > *{
    width: 48%;
}

.robot_results_section_title{
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;}

@media screen and (max-width: 1200px) {
.robot_results_section{
    padding: 80px 0;
}
.robot_results_section_title{
    font-size: 3rem;}
.robot_results_box_title{
    font-size: 2.4rem;
}
    .robot_results_grid_body {
    margin-top: 40px;
}
}
@media screen and (max-width: 767px) {
.robot_results_section{
    padding: 50px 0;
}
    .robot_results_grid_body {
    margin-top: 35px;
}
.robot_results_section_title{
    font-size: 3rem;}
.robot_results_section_title_span{
    display: block;
    font-size: .7em;}
.robot_results_grid > *{
    width: 100%;
}
.robot_results_grid > *:nth-child(n+2){
    margin-top: 30px;
}
    .robot_results_box {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
        padding: 20px 10px;
}
}

.approach_box{
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.approach_box{
    padding: 40px 30px 50px;
    line-height: 1.6;
}
.approach_box_01{
    font-size: 2.3rem;
    color: #fff;
    background: #58c0d1;
    border: 2px solid #006478;}
.approach_box_02{
    font-size: 1.6rem;
    margin-top: 50px;
    background: #d9eef0;}

.approach_box_01_title,
.approach_box_02_title{
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.approach_grid_width{
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.approach_grid{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -50px;}
.approach_grid > *{
    box-sizing: border-box;
    width: 50%;
    padding-left: 50px;
}

.approach_box_02_title_small{
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 20px;
    border: 1px solid #222;
    padding: 6px;
}

.approach_grid_img{
    text-align: center;
    background: #fff;
}

.approach_grid_txt_small{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
.approach_box{
    padding:  30px ;
}
.approach_box_01{
    font-size: 2rem;}
.approach_box_02{
    font-size: 1.6rem;
    margin-top: 30px;}
.approach_grid > *{
    width: 100%;
}
    
.approach_box_01_title,
.approach_box_02_title{
    font-size: 2.3rem;
    margin-bottom: 15px;
}
    
.approach_grid > *:nth-child(n+2){
    margin-top: 70px;
}
.approach_box_01 .approach_grid > *:nth-child(n+2) {
    margin-top: 20px;
}
    
}

#main-header .flex-header .logo{
	width: auto;
	max-width: 25%;
}

#main-header .flex-header .flex-contact{
	width: calc(100% - 250px);
}

#main-header .flex-header .flex-contact .contact-btn a{
	padding: 4px 10px 4px 40px;
}

@media screen and (max-width: 1340px) {
	#main-header .flex-header .flex-contact .contact-btn a{
		font-size: 1.6rem;
		padding: 4px 15px 4px 30px;
	}
	#main-header .flex-header .flex-contact .contact-btn a:before{
		width: 22px;height: 22px;
		margin-top: -10px;
		left: 3%;
	}
	#main-header .flex-header .flex-contact .contact-btn i{
		font-size: 2rem;
		margin-left: 5px;
	}
	#main-header .flex-header .flex-contact .contact-btn{
		margin-right: 10px;
	}
	#main-header .flex-header .flex-contact{
		width: calc(100% - 170px);
	}
	#main-header .flex-header .logo img{
		width: 160px;
	}
}
@media screen and (max-width: 990px) {
	.foot.sp{
		display: block!important;
	}
	#main-header .flex-header .flex-contact{
		width: 100%
	}
	#main-header .flex-header .logo{
		width: 100%;max-width: none;
		text-align: center;
	}
	#main-header .flex-header .logo img{
		width: 140px;
	}
}


.mv-index .img-mv{
	width: 100%;
	height: calc(100vh - 116px);
	min-height: 540px;
	background-image: url("/img/index/mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 1340px) {
	.mv-index .img-mv{
		height: calc(100vh - 88px);
	}
}
@media screen and (max-width: 990px) {
	.mv-index .img-mv{
		height: 600px;
		min-height: inherit;
	}
}
@media screen and (max-width: 767px) {
	.mv-index .img-mv{
		height: 400px;
	}
}

.form_eigyou_box{
  padding: 1em;
  background: #ffe8e8;
  font-size: 17px;
  margin-bottom: 30px;
}
.form_eigyou_box_title{
  color: #f00;
  font-weight: bold;
}
.form_eigyou_box span{
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .form_eigyou_box{
    text-align: left;
  }
  .form_eigyou_box{
    font-size: 15px;
  }
}