@charset "UTF-8";
/*--- import -------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

main {
  padding-top: 110px;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

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

img, picture {
  vertical-align: middle;
  max-width: 100%;
  text-align: center;
}

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select {
  font: inherit;
  border: 1px solid #000;
  min-width: 0;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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

/* body {
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka,"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #424242;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
} */

@media screen and (max-width: 768px) {
  body {
    font-size: 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

/* -------------------------
	header
--------------------------- */
header {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  letter-spacing: 0;
}

@media screen and (max-width: 1250px) {
  header {
    height: 9.2vw;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 15.625vw;
  }
}

header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2.5vw;
}

header .left .logo img {
  width: 90px;
}

@media screen and (max-width: 1366px) {
  header .left .logo img {
    width: 6.58858vw;
  }
}

@media screen and (max-width: 1250px) {
  header .left .logo img {
    width: 7.2vw;
  }
}

@media screen and (max-width: 768px) {
  header .left .logo img {
    width: 19.92188vw;
  }
}

header .left nav {
  padding-left: 1vw;
}

@media screen and (max-width: 768px) {
  header .left nav {
    display: none;
  }
}

header .left nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .left nav ul li {
  padding: 0 0.8vw;
  color: #052548;
  font-size: 1.8rem;
}

@media screen and (max-width: 1366px) {
  header .left nav ul li {
    font-size: 1.02489vw;
  }
}

@media screen and (max-width: 1250px) {
  header .left nav ul li {
    font-size: 1.12vw;
  }
}

header .right_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.2vw;
  font-size: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media screen and (max-width: 768px) {
  header .right_pc {
    display: none;
  }
}

header .right_pc .tel {
  margin-right: 1vw;
}

header .right_pc .tel .tel_txt {
  font-size: 18px;
  color: #052548;
}

@media screen and (max-width: 1250px) {
  header .right_pc .tel .tel_txt {
    font-size: 1.44vw;
  }
}

header .right_pc .tel .tel_img img {
  width: 200px;
}

@media screen and (max-width: 1250px) {
  header .right_pc .tel .tel_img img {
    width: 18.72vw;
  }
}

header .right_pc .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #ef9b38;
  -webkit-box-shadow: 0 5px 0 0 #af732d;
  box-shadow: 0 5px 0 0 #af732d;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  font-size: 18px;
  width: 240px;
  height: 64px;
  padding: 0;
}

@media screen and (max-width: 1250px) {
  header .right_pc .btn {
    font-size: 1.44vw;
    width: 19.2vw;
    height: 5.12vw;
  }
}

@media screen and (max-width: 768px) {
  header .right_pc .btn {
    width: calc(50% - 15px);
    height: 52px;
    padding: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  header .right_pc .btn {
    width: calc(50% - 15px);
    height: 52px;
    padding: 0;
  }
}

header .right_pc .btn b {
  line-height: 64px;
}

@media screen and (max-width: 1250px) {
  header .right_pc .btn b {
    line-height: 5.12vw;
  }
}

@media screen and (max-width: 768px) {
  header .right_pc .btn b {
    line-height: 52px;
  }
}

header .right_pc .btn b::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  margin: 0 8px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: -2px;
  background-image: url(../img/contact_mail.svg);
}

@media screen and (max-width: 768px) {
  header .right_pc .btn b::before {
    display: none;
  }
}

header .right_pc .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  color: #fff;
  opacity: 1;
}

header .right_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  header .right_sp {
    display: block;
  }
}

header .right_sp .hamburger_menu {
  position: fixed;
  display: block;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 1.95313vw;
  right: 1.95313vw;
  width: 11.71875vw;
  height: 11.71875vw;
}

header .right_sp .hamburger_menu::before, header .right_sp .hamburger_menu::after,
header .right_sp .hamburger_menu span {
  content: "";
  display: block;
  position: absolute;
  background: #052548;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 8.33333vw;
  height: 2px;
  left: 1.69271vw;
}

header .right_sp .hamburger_menu::before {
  top: 2.86458vw;
}

header .right_sp .hamburger_menu::after {
  top: 8.07292vw;
}

header .right_sp .hamburger_menu span {
  top: 5.46875vw;
}

header .right_sp .hamburger_menu._bg {
  background: rgba(0, 0, 0, 0.5);
}

header .right_sp .hamburger_menu._open {
  background: rgba(0, 0, 0, 0);
}

header .right_sp .hamburger_menu._open span {
  opacity: 0;
}

header .right_sp .hamburger_menu._open::before, header .right_sp .hamburger_menu._open::after {
  top: 50%;
}

header .right_sp .hamburger_menu._open::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

header .right_sp .hamburger_menu._open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

header .right_sp nav {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  header .right_sp nav {
    width: 100%;
  }
}

header .right_sp nav._open {
  opacity: 1;
  pointer-events: all;
}

header .right_sp nav .nav_content {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(232, 241, 250, 0.95);
  width: 100%;
  height: 100vh;
  padding: 14.32292vw 4.94792vw 13.02083vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}

header .right_sp nav .menu_wrapper .menu_item {
  color: #052548;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header .right_sp nav .menu_wrapper .menu_item {
    text-align: center;
  }
}

header .right_sp nav .menu_wrapper .menu_item + .menu_item {
  margin-top: 9.11458vw;
}

header .right_sp nav .menu_wrapper .menu_item a {
  font-size: 4.6875vw;
  line-height: 1;
  display: inline-block;
  position: relative;
}

header .right_sp nav .tel {
  margin-top: 7.8125vw;
}

header .right_sp nav .tel .tel_txt {
  font-size: 4.6875vw;
  color: #052548;
  line-height: 1.8;
}

header .right_sp nav .tel .tel_img img {
  width: 60.80729vw;
}

header .right_sp nav .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #ef9b38;
  -webkit-box-shadow: 0 5px 0 0 #af732d;
  box-shadow: 0 5px 0 0 #af732d;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  font-size: 4.6875vw;
  width: 100%;
  height: 20.83333vw;
  padding: 0;
  margin-top: 5.20833vw;
}

header .right_sp nav .btn b {
  line-height: 20.83333vw;
}

header .right_sp nav .btn b::before {
  content: "";
  display: inline-block;
  width: 4.6875vw;
  height: 3.90625vw;
  margin: 0 2.34375vw 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: -1px;
  background-image: url(../img/contact_mail.svg);
}

/* -------------------------
	footer
--------------------------- */
/* footer {
  margin: 100px 0 80px;
  font-size: 1.4rem;
  color: #6a80aa;
}

@media screen and (max-width: 768px) {
  footer {
    margin: 10.41667vw 0;
    font-size: 2.08333vw;
  }
} */

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

@media screen and (max-width: 1250px) {
  main {
    padding-top: 9.2vw;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 14vw;
  }
}

.inner {
  width: 1060px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 90%;
  }
}

#about, #check, #feature, #case, #step, #security, #commission, #difference, #faq, #reason {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-weight: normal;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #about, #check, #feature, #case, #step, #security, #commission, #difference, #faq, #reason {
    padding: 14.58333vw 0;
  }
}

#mv {
  position: relative;
}

#mv .thum {
  text-align: center;
}
#mv img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #mv .link_col {
    background: #f1f8fc;
    padding: 0.65104vw 0 0;
  }
}

#mv .kv_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2.84vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #ef9b38;
  -webkit-box-shadow: 0 5px 0 0 #af732d;
  box-shadow: 0 5px 0 0 #af732d;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  width: 26.04167vw;
  height: 4.6875vw;
}

@media screen and (max-width: 768px) {
  #mv .kv_btn {
    width: 76.17188vw;
    height: 14.32292vw;
    padding: 0;
    top: 0;
    bottom: -82vw;
  }
}

#mv .kv_btn b {
  font-size: 1.43229vw;
  line-height: 5.20833vw;
  letter-spacing: 0;
  padding-left: 7.29167vw;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #mv .kv_btn b {
    font-size: 4.16667vw;
    line-height: 16.14583vw;
    padding-left: 19.53125vw;
  }
}

#mv .kv_btn b::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4.55729vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.43229vw;
  height: 1.69271vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/data.png);
}

@media screen and (max-width: 768px) {
  #mv .kv_btn b::before {
    left: 13.02083vw;
    width: 4.16667vw;
    height: 4.6875vw;
  }
}

#mv .kv_btn b small {
  font-size: 1.17188vw;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #mv .kv_btn b small {
    font-size: 3.125vw;
  }
}

#mv .kv_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  color: #fff;
  opacity: 1;
}

/* -----------------------------------------------------
work
----------------------------------------------------- */
.work .work_inner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}

.work .work_inner .text_small {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .work .work_inner .text_small {
    text-align: left;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
}

.work .work_inner .work_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .work .work_inner .work_box {
    display: block;
    margin: 0 0 3.90625vw;
  }
}

.work .work_inner .work_box .work_item {
  width: calc(100% / 3 - 20px);
  border: 2px solid #33b3eB;
  border-radius: 10px;
  padding: 20px 0 18px;
  background: #fff;
  color: #232323;
}

@media screen and (max-width: 768px) {
  .work .work_inner .work_box .work_item {
    width: 100%;
    border: 0.78125vw solid #33b3eB;
    padding: 5.46875vw 0 4.6875vw;
  }
  .work .work_inner .work_box .work_item:nth-of-type(n+2) {
    margin-top: 3.90625vw;
  }
}

.work .work_inner .work_box .work_item p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.6;
  color: #232323;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .work .work_inner .work_box .work_item p {
    font-size: 4.6875vw;
  }
}

.work .work_inner .work_box .work_item p sup {
  font-size: 70%;
  vertical-align: text-top;
}

.work .work_inner .work_box .work_item p span {
  color: #33b3eB;
  font-size: 2.8rem;
  padding: 0 0.2em;
}

@media screen and (max-width: 768px) {
  .work .work_inner .work_box .work_item p span {
    font-size: 7.29167vw;
    padding: 0 1.30208vw;
  }
}

.work .work_inner .work_box .work_item p span.en {
  font-size: 3.8rem;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .work .work_inner .work_box .work_item p span.en {
    font-size: 10.15625vw;
  }
}

.work .work_inner .text_small {
  font-size: 1.2rem;
  margin-bottom: 80px;
  text-align: center;
  color: #232323;
}

@media screen and (max-width: 768px) {
  .work .work_inner .text_small {
    margin-bottom: 10.41667vw;
  }
}

/* -------------------------
	about
--------------------------- */
#about {
  background: #fafafa;
}

#about .thum {
  text-align: center;
}

#about .inner {
  padding: 50px 100px;
}

@media screen and (max-width: 768px) {
  #about .inner {
    background: inherit;
    border-radius: inherit;
    padding: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    max-width: 90%;
  }
}

#about .about_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #about .about_ttl {
    margin-bottom: 7.29167vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_ttl img {
    width: 62.5vw;
  }
}

#about .col2 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #about .col2 {
    display: block;
    margin-bottom: 5.20833vw;
  }
}

#about .col2 .text {
  width: 485px;
  margin-right: 30px;
  text-align: left;
  line-height: 2.5;
  color: #232323;
}

@media screen and (max-width: 768px) {
  #about .col2 .text {
    width: 100%;
    margin: 0 0 8.33333vw;
    line-height: 2.2;
  }
}

#about .col2 .thum img {
  width: 263px;
}

@media screen and (max-width: 768px) {
  #about .col2 .thum img {
    width: 71.61458vw;
  }
}

/* -------------------------
	check
--------------------------- */
#check .check_ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #273067;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #check .check_ttl {
    font-size: 7.85938vw;
    margin-bottom: 10.41667vw;
  }
}

#check .check_ttl .highlight {
  color: #00bfff;
  font-size: 24px;
}
#check .check_ttl span {
  font-size: 24px;
  color: #273067;
}

#check .inner {
  text-align: center;
}

#check .item {
  display: inline-block;
  margin-bottom: 64px;
  text-align: left;
}

#check .item li {
  position: relative;
  text-align: left;
  padding-left: 32px;
  font-size: 16px;
  color: #232323;
}

@media screen and (max-width: 768px) {
  #check .item li {
    padding-left: 7.29167vw;
  }
}

#check .item li span {
  font-size: 2.1rem;
  font-weight: bold;
  color: #273067;
}

@media screen and (max-width: 768px) {
  #check .item li span {
    font-size: 5.20833vw;
  }
}

#check .item li:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  #check .item li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
}

#check .item li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 20px;
  background: url(../img/sec_check_icon.png) top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #check .item li::before {
    top: 2.08333vw;
    width: 4.55729vw;
    height: 3.77604vw;
  }
}

#check .sub_ttl {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 48px;
  color: #232323;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #check .sub_ttl {
    font-size: 4.16667vw;
    line-height: 2.4;
    margin-bottom: 8.33333vw;
  }
}

#check .sub_ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffd900));
  background: -webkit-linear-gradient(transparent 80%, #ffd900 20%);
  background: -o-linear-gradient(transparent 80%, #ffd900 20%);
  background: linear-gradient(transparent 80%, #ffd900 20%);
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  #check .sub_ttl span {
    padding-bottom: 1.5625vw;
  }
}

#check .school {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #check .school {
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
  }
}

#check .school li {
  width: calc(100% / 4 - 20px);
}

@media screen and (max-width: 768px) {
  #check .school li {
    width: calc(100% / 2 - 2.08333vw);
  }
  #check .school li:nth-last-child(-n+2) {
    margin-top: 8.33333vw;
  }
}

#check .school li .name {
  background: #d9eef5;
  border-radius: 10px;
  padding: 8px 0;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #check .school li .name {
    font-size: 3.125vw;
    border-radius: 1.30208vw;
    padding: 1.04167vw 0;
  }
}

#check .school li .name + .name {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #check .school li .name + .name {
    margin-top: 2.08333vw;
  }
}

#check .school li .thum {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  #check .school li .thum {
    margin-top: 3.125vw;
  }
}


/* -------------------------
	commission
--------------------------- */
#commission {
  background: #fafafa;
}

#commission .inner .ttl {
  font-size: 4rem;
  color: #273067;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #commission .inner .ttl {
    font-size: 7.85938vw;
    margin-bottom: 5.20833vw;
  }
}

#commission .inner .commission_wrap {
  padding: 60px 30px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 4.405px 5.44px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4.405px 5.44px 16px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  #commission .inner .commission_wrap {
    padding: 5.20833vw 3.90625vw;
    border-radius: 2.60417vw;
    margin-bottom: 6.51042vw;
  }
}

#commission .inner .commission_wrap .bar_graph {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}


/* -------------------------
	difference
--------------------------- */
#difference {
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  #difference {
    padding: 14.58333vw 0 0;
  }
}

#difference .inner .difference_ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #273067;
}

@media screen and (max-width: 768px) {
  #difference .inner .difference_ttl {
    font-size: 6.77083vw;
    line-height: 1.4;
  }
}

#difference .inner .table-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

#difference .inner .table-wrapper .p_sec_table_scroll {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table_scroll {
    overflow-x: scroll;
    padding: 0 1.30208vw 7.8125vw 0.78125vw;
  }
}

#difference .inner .table-wrapper .p_sec_table_scroll::-webkit-scrollbar {
  background: #F7F7F7;
  height: 1em;
  border-radius: 50vh;
}

#difference .inner .table-wrapper .p_sec_table_scroll::-webkit-scrollbar-thumb {
  background: #E2E2E2;
  border-radius: 50vh;
}

#difference .inner .table-wrapper .p_sec_table-head {
  width: 77.2%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-head {
    width: 77.26%;
  }
}

#difference .inner .table-wrapper .p_sec_table-head_wrap {
  width: 100%;
  margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-head_wrap {
    width: 192.70833vw;
    margin: 11.71875vw auto 0;
  }
}

#difference .inner .table-wrapper .p_sec_table-head th {
  padding: 1.9rem 0.625rem;
  background: #002A40;
  color: #fff;
  text-align: center;
  border-radius: 0.6rem 0.6rem 0 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-head th {
    font-size: 4.42708vw;
    padding: rem(26) rem(10);
  }
}

#difference .inner .table-wrapper .p_sec_table-head th.p_sec_table_first {
  width: 19.1%;
}

#difference .inner .table-wrapper .p_sec_table-head th.p_sec_table_last {
  width: 19.1%;
  border-left: 1px solid #fff;
}

#difference .inner .table-wrapper .p_sec_table-head th.p_sec_table_robot {
  width: 29.4%;
  position: relative;
}

#difference .inner .table-wrapper .p_sec_table-head th.p_sec_table_robot div {
  position: absolute;
  left: 0;
  top: -1rem;
  padding: 2.2rem 0 0 0;
  width: 100%;
  height: calc(100% + 1rem);
  background: #11A7E5;
  border-radius: 0.6rem 0.6rem 0 0;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-head th.p_sec_table_robot div {
    top: -3.90625vw;
    height: calc(100% + 3.90625vw);
    padding: 6.51042vw 0 0;
  }
}

#difference .inner .table-wrapper .p_sec_table-head th.p_sec_table_robot div img {
  width: 16.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-head th.p_sec_table_robot div img {
    width: 39.0625vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.6rem 0 0 0.6rem;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body {
    width: 192.70833vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body th, #difference .inner .table-wrapper .p_sec_table-body td {
  padding: 1.8rem 0.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
  border: 1px solid rgba(0, 42, 64, 0.2);
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body th, #difference .inner .table-wrapper .p_sec_table-body td {
    padding: 6.25vw 1.5625vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body th {
  width: 20%;
  border-left: none;
  background-color: #F7F7F7;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body th {
    font-size: 3.38542vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body th span {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body th span {
    font-size: 2.86458vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body th.add_last {
  border-bottom: 1px solid #F7F7F7;
}

#difference .inner .table-wrapper .p_sec_table-body td {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body td {
    font-size: 3.125vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body td:last-of-type {
  border-right: 1px solid rgba(0, 42, 64, 0.2);
}

#difference .inner .table-wrapper .p_sec_table-body td span {
  position: relative;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body td span {
    font-size: 3.25521vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body td span b {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body td span b {
    font-size: 5.20833vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body td::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#difference .inner .table-wrapper .p_sec_table-body td.p_sec_table_robot {
  width: 29%;
  background: rgba(17, 167, 229, 0.12);
  border-left: 4px solid #11A7E5;
  border-right: 4px solid #11A7E5;
  border-bottom: 1px solid #fff;
}

#difference .inner .table-wrapper .p_sec_table-body td.p_sec_table_robot.last {
  border-bottom: 4px solid #11A7E5;
}

#difference .inner .table-wrapper .p_sec_table-body td.p_sec_table_first {
  width: 19%;
  border-right: 1px solid rgba(0, 42, 64, 0.2);
}

#difference .inner .table-wrapper .p_sec_table-body td.p_sec_table_last {
  width: 19%;
  border-left: none;
}

#difference .inner .table-wrapper .p_sec_table-body td.maru_w::before {
  width: 5rem;
  height: 5rem;
  background: url(../img/maru_w.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body td.maru_w::before {
    width: 14.32292vw;
    height: 14.32292vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body td.maru_g::before {
  width: 5rem;
  height: 5rem;
  background: url(../img/maru_g.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body td.maru_g::before {
    width: 14.32292vw;
    height: 14.32292vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body td.sankaku::before {
  width: 5rem;
  height: 5rem;
  background: url(../img/sankaku.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body td.sankaku::before {
    width: 14.32292vw;
    height: 14.32292vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body td.batsu::before {
  width: 6rem;
  height: 1.4rem;
  background: url(../img/batsu.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  #difference .inner .table-wrapper .p_sec_table-body td.batsu::before {
    width: 14.58333vw;
    height: 2.60417vw;
  }
}

#difference .inner .table-wrapper .p_sec_table-body tr:first-of-type th, #difference .inner .table-wrapper .p_sec_table-body tr:first-of-type td {
  border-top: none;
}

/* -------------------------
	feature
--------------------------- */
#feature .feature_ttl {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: normal;
  color: #273067;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #feature .feature_ttl {
    font-size: 7.85938vw;
    margin-bottom: 10.41667vw;
  }
}
#feature .feature_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #feature .feature_ttl {
    margin-bottom: 10.41667vw;
  }
}

#feature .feature_ttl .highlight {
  color: #00bfff;
  font-weight: bold;
  font-size: 100%;
}


@media screen and (max-width: 768px) {
  #feature .feature_ttl img {
    width: 90.88542vw;
  }
}

#feature .wrap:not(:last-child) {
  border-bottom: dotted 2px #00bfff;
  margin-bottom: 72px;
  padding-bottom: 72px;
}

@media screen and (max-width: 768px) {
  #feature .wrap:not(:last-child) {
    border-bottom: dotted 0.52083vw #00bfff;
    margin-bottom: 12.5vw;
    padding-bottom: 12.5vw;
  }
}

#feature .col2 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 768px) {
  #feature .col2 {
    display: block;
  }
}

#feature .col2 .ttl {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #feature .col2 .ttl {
    margin-bottom: 7.29167vw;
  }
}

#feature .col2 .ttl dt {
  font-size: 7.2rem;
  color: #00bfff;
  width: 112px;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #feature .col2 .ttl dt {
    font-size: 14.58333vw;
    width: 22.13542vw;
  }
}

#feature .col2 .ttl dd {
  width: calc(100% - 120px);
  font-size: 2.0rem;
  font-weight: bold;
  color: #273067;
}

@media screen and (max-width: 768px) {
  #feature .col2 .ttl dd {
    font-size: 4.6875vw;
    width: calc(100% - 23.4375vw);
  }
}

#feature .col2 .ttl dd span {
  color: #00bfff;
  display: block;
}

@media screen and (max-width: 768px) {
  #feature .col2 .ttl dd span {
    display: inline;
  }
}

#feature .col2 .text {
  width: 500px;
  text-align: left;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  #feature .col2 .text {
    width: 100%;
  }
}

#feature .col2 .text p + p {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #feature .col2 .text p + p {
    margin-top: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  #feature .col2 .thum {
    margin-top: 7.29167vw;
  }
}

#feature .col2 .thum img {
  width: 445px;
}

@media screen and (max-width: 768px) {
  #feature .col2 .thum img {
    width: 100%;
  }
}

#feature .img {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  #feature .img {
    margin-top: 7.29167vw;
  }
}

#feature .feature_inner .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  #feature .feature_inner .col3 {
    display: block;
  }
}

#feature .feature_inner .col3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  #feature .feature_inner .col3 li {
    width: 100%;
    margin-top: 10.41667vw;
  }
  #feature .feature_inner .col3 li:nth-child(1) img {
    width: 33.85417vw;
  }
  #feature .feature_inner .col3 li:nth-child(2) img {
    width: 26.30208vw;
  }
  #feature .feature_inner .col3 li:nth-child(3) img {
    width: 30.72917vw;
  }
  #feature .feature_inner .col3 li:nth-child(4) img {
    width: 26.30208vw;
  }
  #feature .feature_inner .col3 li:nth-child(5) img {
    width: 30.30208vw;
  }
}

#feature .feature_inner .col3 li p {
  color: #33b3e8;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #feature .feature_inner .col3 li p {
    font-size: 5.20833vw;
    margin-top: 4.6875vw;
    line-height: 1.4;
  }
}

#feature .feature_inner .text {
  text-align: center;
}

/* -----------------------------------------------------
	function
----------------------------------------------------- */
#function .function_ttl {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: normal;
  color: #273067;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #function .function_ttl {
    font-size: 7.85938vw;
    margin-bottom: 10.41667vw;
  }
}
#function .function_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #function .function_ttl {
    margin-bottom: 10.41667vw;
  }
}

#function .function_ttl .highlight {
  color: #00bfff;
  font-weight: bold;
  font-size: 100%;
}


@media screen and (max-width: 768px) {
  #function .feature_ttl img {
    width: 90.88542vw;
  }
}

#function .wrap:not(:last-child) {
  border-bottom: dotted 2px #00bfff;
  margin-bottom: 72px;
  padding-bottom: 72px;
}

@media screen and (max-width: 768px) {
  #function .wrap:not(:last-child) {
    border-bottom: dotted 0.52083vw #00bfff;
    margin-bottom: 12.5vw;
    padding-bottom: 12.5vw;
  }
}

#function .function_inner {
  padding: 60px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #function .function_inner {
    padding: 0 4.94792vw 13.02083vw 4.94792vw;
  }
}

#function .function_inner::before {
  display: block;
  content: "";
  background: url(../img/function_bg.png) no-repeat;
  position: absolute;
  top: 10em;
  right: calc(100vw * (100 / 1920));
  width: 469px;
  height: 469px;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  #function .function_inner::before {
    right: calc(100vw * (10 / 1560));
  }
}

@media screen and (max-width: 768px) {
  #function .function_inner::before {
    content: none;
  }
}

#function .function_inner::after {
  display: block;
  content: "";
  background: url(../img/function_bg.png) no-repeat;
  position: absolute;
  bottom: -4em;
  right: calc(100vw * (200 / 1920));
  width: 469px;
  height: 469px;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  #function .function_inner::after {
    right: calc(100vw * (10 / 1560));
  }
}

@media screen and (max-width: 768px) {
  #function .function_inner::after {
    content: none;
  }
}

#function .function_inner .section_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #function .function_inner .section_ttl {
    margin-bottom: 10.41667vw;
  }
}

#function .function_inner .function_wrap {
  position: relative;
}

#function .function_inner .function_wrap::before {
  display: block;
  content: "";
  background: url(../img/function_bg.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 3vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 469px;
  height: 469px;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  #function .function_inner .function_wrap::before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap::before {
    content: none;
  }
}

#function .function_inner .function_wrap .number {
  display: inline-block;
  color: #33b3e8;
  font-size: 3.0rem;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .number {
    font-size: 7.8125vw;
    padding-left: 7.8125vw;
  }
}

#function .function_inner .function_wrap .number::after {
  display: block;
  content: "";
  width: 21px;
  height: 1px;
  background: #33b3e8;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .number::after {
    width: 5.46875vw;
    height: 0.26042vw;
  }
}

#function .function_inner .function_wrap .test_box {
  text-align: left;
  margin-top: -2em;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .test_box {
    margin-top: 0;
  }
}

#function .function_inner .function_wrap .test_box .ttl {
  text-align: left;
  color: #232323;
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .test_box .ttl {
    font-size: 7.03125vw;
    margin-bottom: 7.8125vw;
  }
}

#function .function_inner .function_wrap .test_box .ttl span {
  color: #33b3e8;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .test_box .ttl span {
    font-size: 7.03125vw;
  }
}

#function .function_inner .function_wrap .img_box {
  position: relative;
  z-index: 10;
}

#function .function_inner .function_wrap .function_box {
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

#function .function_inner .function_wrap .function_box + .function_box {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .function_box {
    display: block;
    border-radius: 2.60417vw;
  }
}

#function .function_inner .function_wrap .function_box:nth-child(odd) {
  padding: 30px 95px 30px 63px;
}

@media screen and (max-width: 980px) {
  #function .function_inner .function_wrap .function_box:nth-child(odd) {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .function_box:nth-child(odd) {
    padding: 7.8125vw 5.20833vw;
  }
}

#function .function_inner .function_wrap .function_box:nth-child(odd) .test_box {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .function_box:nth-child(odd) .test_box {
    margin-right: 0;
  }
}

#function .function_inner .function_wrap .function_box:nth-child(odd)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 733px;
  height: 300px;
  background: url(../img/bg_right.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  #function .function_inner .function_wrap .function_box:nth-child(odd)::after {
    width: calc(100vw * (733 / 1000));
  }
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .function_box:nth-child(odd)::after {
    width: 89.84375vw;
    height: 52.86458vw;
    background: url(../img/sp/bg_right.png) no-repeat;
    background-size: contain;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#function .function_inner .function_wrap .function_box:nth-child(even) {
  padding: 30px 63px 30px 95px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

@media screen and (max-width: 980px) {
  #function .function_inner .function_wrap .function_box:nth-child(even) {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .function_box:nth-child(even) {
    padding: 7.8125vw 5.20833vw;
  }
}

#function .function_inner .function_wrap .function_box:nth-child(even) .test_box {
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .function_box:nth-child(even) .test_box {
    margin-left: 0;
  }
}

#function .function_inner .function_wrap .function_box:nth-child(even)::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  width: 733px;
  height: 300px;
  background: url(../img/bg_left.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  #function .function_inner .function_wrap .function_box:nth-child(even)::before {
    width: calc(100vw * (733 / 1000));
  }
}

@media screen and (max-width: 768px) {
  #function .function_inner .function_wrap .function_box:nth-child(even)::before {
    width: 89.84375vw;
    height: 57.29167vw;
    background: url(../img/sp/bg_left.png) no-repeat;
    background-size: contain;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* -----------------------------------------------------
	nocode
----------------------------------------------------- */
#nocode .nocode_ttl {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: normal;
  color: #273067;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #nocode .nocode_ttl {
    font-size: 7.85938vw;
    margin-bottom: 10.41667vw;
  }
}
#nocode .nocode_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #nocode .nocode_ttl {
    margin-bottom: 10.41667vw;
  }
}

#nocode .nocode_ttl .highlight {
  color: #00bfff;
  font-weight: bold;
  font-size: 100%;
}


@media screen and (max-width: 768px) {
  #nocode .feature_ttl img {
    width: 90.88542vw;
  }
}

#nocode .wrap:not(:last-child) {
  border-bottom: dotted 2px #00bfff;
  margin-bottom: 72px;
  padding-bottom: 72px;
}

@media screen and (max-width: 768px) {
  #nocode .wrap:not(:last-child) {
    border-bottom: dotted 0.52083vw #00bfff;
    margin-bottom: 12.5vw;
    padding-bottom: 12.5vw;
  }
}

#nocode .nocode_inner {
  padding: 60px 20px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #nocode .nocode_inner {
    padding: 13.02083vw 4.94792vw;
  }
}

#nocode .nocode_inner::before {
  display: block;
  content: "";
  background: url(../img/nocode_bg.png) no-repeat;
  position: absolute;
  top: 10em;
  right: calc(100vw * (100 / 1920));
  width: 469px;
  height: 469px;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  #nocode .nocode_inner::before {
    right: calc(100vw * (10 / 1560));
  }
}

@media screen and (max-width: 768px) {
  #nocode .nocode_inner::before {
    content: none;
  }
}

/* -----------------------------------------------------
	voice
----------------------------------------------------- */
#voice {
  background: #f1f8fc; }
  #voice .voice_inner {
    text-align: center;
    padding: 60px 0 80px; }
    @media screen and (max-width: 768px) {
      #voice .voice_inner {
        padding: 13.02083vw 0; } }
        #voice .voice_inner .section_ttl {
          color: #232323;
        }
    #voice .voice_inner .voice_wrap {
      max-width: 1110px;
      width: 96%;
      margin: 0 auto; }
      #voice .voice_inner .voice_wrap .slick-prev,
      #voice .voice_inner .voice_wrap .slick-next {
        z-index: 2; }
      #voice .voice_inner .voice_wrap .slick-prev::before {
        border: 2px solid;
        border-color: transparent transparent #33b3e8 #33b3e8;
        left: 12vw;
        width: 10.41667vw;
        height: 10.41667vw;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        margin-top: -15px;
        background-color: transparent; }
      #voice .voice_inner .voice_wrap .slick-next::before {
        border: 2px solid;
        border-color: #33b3e8 #33b3e8 transparent transparent;
        right: 12vw;
        width: 10.41667vw;
        height: 10.41667vw;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        margin-top: -15px;
        background-color: transparent; }
      #voice .voice_inner .voice_wrap .voice_slider {
        padding: 50px 0 0; }
        @media screen and (min-width: 769px) {
          #voice .voice_inner .voice_wrap .voice_slider {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch; } }
        @media screen and (max-width: 768px) {
          #voice .voice_inner .voice_wrap .voice_slider {
            padding: 13.02083vw 0 0; } }
        #voice .voice_inner .voice_wrap .voice_slider .slick-list {
          overflow: visible; }
        #voice .voice_inner .voice_wrap .voice_slider .lists {
          display: block;
          position: relative;
          border-radius: 0 10px 10px 10px;
          background: #fff;
          width: calc(100% / 3 - 20px);
          -webkit-transition: -webkit-transform 0.2s ease;
          transition: -webkit-transform 0.2s ease;
          -o-transition: transform 0.2s ease;
          transition: transform 0.2s ease;
          transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
          @media screen and (max-width: 768px) {
            #voice .voice_inner .voice_wrap .voice_slider .lists {
              width: 100%;
              margin: 0 1.82292vw; } }
          @media (hover: hover) and (pointer: fine) {
            #voice .voice_inner .voice_wrap .voice_slider .lists:hover {
              -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
              transform: scale(0.9); } }
              #voice .voice_inner .voice_wrap .voice_slider .lists .ttl_area {
                position: absolute;
                top: -39px;
                left: 0;
                font-size: 1.8rem;
                color: #fff;
                letter-spacing: .06em;
                background: #2990d0;
                height: 40px;
                padding: 0 20px;
                border-radius: 10px 10px 0 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }
                #voice .voice_inner .voice_wrap .voice_slider .lists .ttl_area p {
                  color: #fff;
                  font-weight: bold;
                }
            @media screen and (max-width: 768px) {
              #voice .voice_inner .voice_wrap .voice_slider .lists .ttl_area {
                font-size: 4.6875vw;
                padding: 0 5.20833vw; } }
          #voice .voice_inner .voice_wrap .voice_slider .lists .ofi_img {
            border-radius: 10px 10px 0 0;
            overflow: hidden; }
          #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area {
            text-align: left;
            padding: 30px 30px 40px;
            border-radius: 0 0 10px 10px; }
            #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area p {
              color: #232323;
            }
            @media screen and (max-width: 768px) {
              #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area {
                padding: 5.20833vw 5.20833vw 1.30208vw; } }
            #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area .affiliation {
              font-size: 1.5rem;
              font-weight: 700;
              color: #33b3e8;
              margin-bottom: 15px; }
              @media screen and (max-width: 768px) {
                #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area .affiliation {
                  margin-bottom: 2.86458vw; } }
            @media screen and (max-width: 768px) {
              #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area .text {
                height: 31.25vw; } }

/* -----------------------------------------------------
	support
----------------------------------------------------- */
#support .support_inner {
  text-align: center;
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e8eaed;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    #support .support_inner {
      width: 90%;
      padding: 13.02083vw 0; } }
  #support .support_inner .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 40px;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      #support .support_inner .col3 {
        display: block;
        padding: 0 0; } }
    @media screen and (max-width: 768px) {
      #support .support_inner .col3 li + li {
        margin-top: 10.41667vw; } }
    #support .support_inner .col3 li .img_box {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #support .support_inner .col3 li .img_box {
          padding: 0 7.8125vw;
          margin-bottom: 5.20833vw; } }
    #support .support_inner .col3 li .txt {
      font-size: 2.0rem;
      font-weight: 700;
      text-align: center;
      color: #33b3e8;
      line-height: 1.6;
      letter-spacing: .04em; }
      @media screen and (max-width: 768px) {
        #support .support_inner .col3 li .txt {
          font-size: 5.20833vw; } }

/* -----------------------------------------------------
	form
----------------------------------------------------- */
#form .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 80px 100px; }
  @media screen and (max-width: 768px) {
    #form .inner {
      padding: 13.02083vw 0 3.90625vw; } }
  #form .inner .ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #form .inner .ttl {
        margin-bottom: 7.8125vw; } }

#form .frame_wrapper {
  width: 100%; }
  #form .frame_wrapper iframe {
    width: 100%; }


/* -------------------------
	contact
--------------------------- */
.contact {
  background: #12305a url(../img/sec_contact_bg.png) no-repeat right top/contain;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .contact {
    background: #12305a url(../img/sp/sec_contact_bg.png) no-repeat center/cover;
  }
}

.contact .inner {
  padding: 32px 0 0;
  height: 280px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 982px) {
  .contact .inner {
    max-width: 100%;
    margin: 0 0 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .contact .inner {
    padding: 7.29167vw 0 5.20833vw 5.20833vw;
    max-width: 100%;
    height: auto;
    z-index: 1;
  }
}

.contact .inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 373px;
  height: 314px;
  background: url(../img/sec_contact_img.png) no-repeat right bottom/100% auto;
}

@media screen and (max-width: 768px) {
  .contact .inner::after {
    width: 52.08333vw;
    height: 71.61458vw;
    background: url(../img/sp/sec_contact_img.png) no-repeat center/100% 100%;
    z-index: -2;
  }
}

.contact .contact_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact .contact_ttl {
    font-size: 5.20833vw;
    margin-bottom: 3.125vw;
  }
}

.contact .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #ef9b38;
  -webkit-box-shadow: 0 5px 0 0 #af732d;
  box-shadow: 0 5px 0 0 #af732d;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  width: 480px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .contact .btn {
    width: 89.58333vw;
    height: 16.14583vw;
    padding: 0;
  }
}

.contact .btn span {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  color: #ef9b38;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 80px;
  height: 56px;
  border-radius: 4px;
  background: #fff;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact .btn span {
    left: 2.08333vw;
    top: 2.86458vw;
    width: 17.44792vw;
    height: 10.41667vw;
    border-radius: 0.78125vw;
    font-size: 5.20833vw;
  }
}

.contact .btn b {
  font-size: 2.8rem;
  line-height: 80px;
  letter-spacing: 0;
  padding-left: 112px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact .btn b {
    font-size: 5.46875vw;
    line-height: 16.14583vw;
    padding-left: 26.04167vw;
  }
}

.contact .btn b::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/contact_mail.svg);
}

@media screen and (max-width: 768px) {
  .contact .btn b::before {
    left: 21.4375vw;
    width: 6.03125vw;
    height: 4.98958vw;
  }
}

.contact .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  color: #fff;
  opacity: 1;
}

.contact .contact_tel {
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel {
    font-size: 3.38542vw;
    margin-top: 3.125vw;
  }
}

.contact .contact_tel_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info {
    display: block;
    margin-top: 3.125vw;
  }
}

.contact .contact_tel_info .contact_tel_img {
  font-size: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info .contact_tel_img {
    pointer-events: all;
    display: block;
  }
}

.contact .contact_tel_info .contact_tel_img img {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info .contact_tel_img img {
    width: 62.5vw;
  }
}

.contact .contact_tel_info_txt {
  font-size: 1.5rem;
  margin-left: 9px;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact .contact_tel_info_txt {
    font-size: 3.38542vw;
    margin-left: 0;
    margin-top: 1.95313vw;
    line-height: 1.5;
  }
}


/* -----------------------------------------------------
	faq
----------------------------------------------------- */
#faq .section_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#faq .faq_wrap dl {
  margin: 24px 0 0 0;
  padding: 0 40px;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl {
    margin: 5.72917vw 0 0 0;
    padding: 0 4.94792vw;
  }
}

#faq .faq_wrap dl:first-child {
  margin: 0;
}

#faq .faq_wrap dl dt {
  position: relative;
  padding: 28px 58px 28px 58px;
  cursor: pointer;
  border-bottom: dotted 2px #00bfff;
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl dt {
    padding: 5.72917vw 9.11458vw;
  }
}

#faq .faq_wrap dl dt .text {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl dt .text {
    font-size: 3.90625vw;
    line-height: 1.4;
  }
}

#faq .faq_wrap dl dt .icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0.6em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl dt .icon {
    width: 5.20833vw;
    height: 5.20833vw;
    top: 7.03125vw;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#faq .faq_wrap dl dt .icon:before, #faq .faq_wrap dl dt .icon:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #11A7E5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl dt .icon:before, #faq .faq_wrap dl dt .icon:after {
    width: 5.20833vw;
    height: 0.52083vw;
  }
}

#faq .faq_wrap dl dt .icon:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#faq .faq_wrap dl dt .open:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#faq .faq_wrap dl dt:before {
  position: absolute;
  top: 0.86em;
  left: 0.6em;
  content: "Q";
  font-size: 3rem;
  line-height: 1;
  color: #11A7E5;
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl dt:before {
    font-size: 7.29167vw;
    left: 1.04167vw;
    top: 4.42708vw;
  }
}

#faq .faq_wrap dl dd {
  display: none;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 28px 0 28px 94px;
  border-top: 1px solid #EBEBEB;
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl dd {
    font-size: 3.38542vw;
    padding: 5.72917vw 11.71875vw 5.72917vw 15.625vw;
  }
}

#faq .faq_wrap dl dd .faq_img_box {
  margin-top: 20px;
}

#faq .faq_wrap dl dd:before {
  position: absolute;
  top: 1.5em;
  left: 3.2em;
  content: "A.";
  font-size: 2rem;
  color: #11A7E5;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #faq .faq_wrap dl dd:before {
    left: 9.375vw;
    top: 5.46875vw;
    font-size: 5.20833vw;
  }
}

/* -------------------------
	form
--------------------------- */
#form {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  #form {
    padding: 10.41667vw 0 0;
  }
}

#form .form_ttl {
  font-size: 4.0rem;
  font-weight: bold;
  color: #273067;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #form .form_ttl {
    font-size: 7.85938vw;
    margin-bottom: 7.29167vw;
  }
}

@media screen and (max-width: 768px) {
  #form .cap {
    font-size: 3.64583vw;
  }
}

#form .form_wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #form .form_wrapper {
    margin-top: 10.41667vw;
  }
}

/* -----------------------------------------------------
	p_mark ※既存ページから流用
----------------------------------------------------- */
.p_mark {
  width: 100%; }
  .p_mark .p_mark_inside {
    width: 1000px;
    margin: 0 auto;
    display: table;
    table-layout: fixed; }
    @media screen and (max-width: 768px) {
      .p_mark .p_mark_inside {
        width: 90%; } }
    .p_mark .p_mark_inside dl {
      display: table-cell;
      padding: 5px 0; }
      @media screen and (max-width: 768px) {
        .p_mark .p_mark_inside dl {
          display: block;
          padding: 5px 5px; } }
      .p_mark .p_mark_inside dl dt {
        display: table-cell;
        vertical-align: middle; }
      .p_mark .p_mark_inside dl dd {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        font-size: .85em;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          .p_mark .p_mark_inside dl dd {
            padding: 0 0 0 15px;
            font-size: 2.86458vw; } }


.pankuzu {
  width: 100%;
}

/* -------------------------
	reason
--------------------------- */
#reason .reason_ttl {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: normal;
  color: #273067;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #reason .reason_ttl {
    font-size: 7.85938vw;
    margin-bottom: 10.41667vw;
  }
}

#reason .reason_ttl .highlight {
  color: #00bfff;
  font-weight: bold;
  font-size: 100%;
}

#reason .reason {
  background: #fff;
  padding: 0px 80px;
}

@media screen and (max-width: 768px) {
  #reason .reason {
    border-radius: 2.60417vw;
    padding: 7.8125vw 5.20833vw;
  }
}

#reason .reason_inner {
  counter-reset: reason-count;
}

#reason .reason_inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #273067;
  counter-increment: reason-count;
}

#reason .reason_inner h3::before {
  content: counter(reason-count, decimal-leading-zero);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  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;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  background: #00bfff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

#reason .reason_inner h3:not(:first-of-type) {
  margin-top: 48px;
  padding-top: 48px;
  border-top: dotted 2px #00bfff;
}

#reason .reason_inner p {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #232323;
}

#reason .reason_inner img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  #reason .reason_inner h3 {
    font-size: 4.6875vw;
  }

  #reason .reason_inner h3::before {
    width: 8.33333vw;
    height: 8.33333vw;
    margin-right: 3.64583vw;
    font-size: 3.64583vw;
  }

  #reason .reason_inner h3:not(:first-of-type) {
    margin-top: 8.33333vw;
    padding-top: 8.33333vw;
    border-top-width: 0.52083vw;
  }

  #reason .reason_inner p {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }

  #reason .reason_inner img {
    margin-top: 8.33333vw;
  }
}

/* -------------------------
	use_case
--------------------------- */
#use_case .use_case_ttl {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: normal;
  color: #273067;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #use_case .use_case_ttl {
    font-size: 7.85938vw;
    margin-bottom: 10.41667vw;
  }
}

#use_case .use_case_ttl .highlight {
  color: #00bfff;
  font-weight: bold;
  font-size: 100%;
}

#use_case .use_case {
  background: #fff;
  padding: 0px 100px;
}

@media screen and (max-width: 768px) {
  #use_case .use_case {
    border-radius: 2.60417vw;
    padding: 7.8125vw 5.20833vw;
  }
}

#use_case .use_case_inner {
  counter-reset: use_case-count;
}

#use_case .use_case_inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #273067;
  counter-increment: use_case-count;
}


#use_case .use_case_inner h3:not(:first-of-type) {
  margin-top: 48px;
  padding-top: 48px;
  border-top: dotted 2px #00bfff;
}

#use_case .use_case_inner p {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #232323;
}

#use_case .use_case_inner img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  #use_case .use_case_inner h3 {
    font-size: 4.6875vw;
  }

  #use_case .use_case_inner h3::before {
    width: 8.33333vw;
    height: 8.33333vw;
    margin-right: 3.64583vw;
    font-size: 3.64583vw;
  }

  #use_case .use_case_inner h3:not(:first-of-type) {
    margin-top: 8.33333vw;
    padding-top: 8.33333vw;
    border-top-width: 0.52083vw;
  }

  #use_case .use_case_inner p {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }

  #use_case .use_case_inner img {
    margin-top: 8.33333vw;
  }
}
