@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
}

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

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

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.9;
  color: #232323;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

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

main {
  width: 100%;
  position: relative;
}

#contents {
  padding-top: 134px;
}
main.payment_main #contents {
  padding-top: 95px;
}

@media (min-width: 769px) and (max-width: 1250px) {
  #contents {
    padding-top: 8.93vw;
  }
  main.payment_main #contents {
    padding-top: 5.93vw;
  }
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 14.32292vw;
    width: 100%;
    overflow-x: hidden;
  }
  main.payment_main #contents {
    padding-top: 8.32292vw;
  }
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 5.20833vw;
  }
}

a {
  opacity: 1;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

/* -----------------------------------------------------
	header
----------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  height: 134px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

main.payment_main header {
  top: 0;
}

@media (min-width: 769px) and (max-width: 1250px) {
  header {
    height: 8.93vw;
  }
}

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

header .inner {
  max-width: 100% !important;
}

header .inner .site_logo {
  width: 140px;
  font-size: 0;
  position: absolute;
  top: 25px;
}

@media (min-width: 769px) and (max-width: 1250px) {
  header .inner .site_logo {
    width: 9.33vw;
    top: 1.67vw;
  }
}

@media screen and (max-width: 768px) {
  header .inner .site_logo {
    width: 19.53125vw;
    top: 1.5625vw;
    left: 5.20833vw;
  }
}

header .inner nav ul {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding-left: 200px;
}

@media (min-width: 769px) and (max-width: 1250px) {
  header .inner nav ul {
    padding-left: 13.33vw;
  }
}

@media screen and (max-width: 768px) {
  header .inner nav ul {
    display: block;
    position: inherit;
    transform: inherit;
    top: inherit;
    padding: 18.22917vw 0 0;
    color: #fff;
  }
}

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

@media screen and (max-width: 768px) {
  header .inner nav ul.nav_menu li {
    position: relative;
  }
  header .inner nav ul.nav_menu li::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.60417vw;
    color: #fff;
    width: 3.125vw;
    height: 3.125vw;
    border: solid 0.52083vw #fff;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-50%) rotate(45deg);
  }
}

header .inner nav ul.nav_menu li a {
  font-size: 1.8rem;
  color: #3A4F71;
  display: block;
  padding-bottom: 8px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 1250px) {
  header .inner nav ul.nav_menu li a {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 768px) {
  header .inner nav ul.nav_menu li a {
    font-size: 4.16667vw;
    color: #fff;
    border-bottom: solid 0.39063vw #fff;
    padding: 4.55729vw 0 4.55729vw 2.08333vw;
  }
}

header .inner nav ul.nav_menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: solid 3px;
  border-image: linear-gradient(90deg, #2990d0 0%, deepskyblue 100%);
  border-image-slice: 1;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  header .inner nav ul.nav_menu li a::after {
    content: none;
  }
}

header .inner nav ul.nav_menu li a:hover {
  color: #00BFFF;
}

@media screen and (max-width: 768px) {
  header .inner nav ul.nav_menu li a:hover {
    color: #fff;
  }
}

header .inner nav ul.nav_menu li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

header .inner nav ul.nav_menu li + li {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  header .inner nav ul.nav_menu li + li {
    margin-left: 0;
  }
}

header .inner .btn_cv {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  header .inner .btn_cv {
    position: inherit;
    top: inherit;
    right: inherit;
    transform: inherit;
    margin-top: 7.8125vw;
  }
}

header .inner .btn_cv a {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  padding: 0 25px;
}

@media (min-width: 769px) and (max-width: 1250px) {
  header .inner .btn_cv a {
    width: 16.8vw;
    height: 3.47vw;
  }
}

@media screen and (max-width: 768px) {
  header .inner .btn_cv a {
    margin: 0 auto;
    padding: 0 5.59896vw;
  }
}

/* -----------------------------------------------------
	menu
----------------------------------------------------- */
.menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: center;
    /*IE10*/
    -webkit-box-pack: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: center;
    /* Safari6.1以降 */
    justify-content: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center;
    width: 14.32292vw;
    height: 14.32292vw;
    position: fixed;
    top: 0;
    right: 2.08333vw;
    z-index: 3;
  }
  .menu .menu-trigger, .menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu .menu-trigger {
    position: relative;
    width: 40px;
    height: 24px;
    z-index: 4;
  }
  .menu .menu-trigger.active {
    height: 32px;
  }
  .menu .menu-trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.39063vw;
    background-color: #232323;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu .menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    animation: menu-bar02 .75s forwards;
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu .active span:nth-of-type(1) {
    animation: active-menu-bar01 .75s forwards;
    background-color: #fff;
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(15px) rotate(0);
    }
    100% {
      transform: translateY(15px) rotate(45deg);
    }
  }
  .menu .active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .active span:nth-of-type(3) {
    animation: active-menu-bar03 .75s forwards;
    background-color: #fff;
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-15px) rotate(0);
    }
    100% {
      transform: translateY(-15px) rotate(-45deg);
    }
  }
}

@media screen and (max-width: 768px) {
  .open nav {
    visibility: visible;
    display: block;
    opacity: 0;
    pointer-events: inherit;
    animation: fade .5s ease-in-out .2s forwards;
  }
}

@media screen and (max-width: 768px) {
  header.open {
    display: block;
    height: 100vh;
    background: #0075C2;
  }
}

@media screen and (max-width: 768px) {
  header nav {
    display: none;
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    animation: fadeout .2s ease-in-out 0s forwards;
  }
}

@keyframes fade {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-80px);
    opacity: 0;
  }
}

header .blue {
  display: block;
}

header .white {
  display: none;
}

.open .blue {
  display: none;
}

.open .white {
  display: block;
}

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  background: #F8F8F8;
  padding-bottom: 180px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 31.25vw;
  }
}

footer p {
  font-family: 'Mukta', sans-serif;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer p {
    font-size: 2.60417vw;
  }
}

/* -----------------------------------------------------
	cv
----------------------------------------------------- */
.cv {
  background: radial-gradient(circle, #0075c2 0%, #0075c2 33.55%, #3a4f71 100%);
  box-shadow: 0px 0px 30px rgba(58, 79, 113, 0.33);
  color: #fff;
  padding: 0;
}

.cv .inner {
  max-width: 900px;
  position: relative;
}

.cv .inner::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 270px;
  height: 343px;
  background: url(../img/sec_cv_img.png) no-repeat right bottom;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .cv .inner::after {
    top: 1.95313vw;
    right: 10.41667vw;
    bottom: inherit;
    width: 27.34375vw;
    height: 34.76563vw;
  }
}

.cv .box {
  width: 556px;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .cv .box {
    width: 100%;
    padding: 9.11458vw 0 6.51042vw;
  }
}

.cv .box .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .cv .box .ttl {
    font-size: 4.16667vw;
    line-height: 1.313;
    margin-bottom: 3.90625vw;
    padding-left: 5.20833vw;
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    align-items: end;
  }
}

.cv .box .ttl span {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .cv .box .ttl span {
    padding: 0 1.30208vw;
  }
}

@media screen and (max-width: 768px) {
  .cv .box .btn_cv {
    z-index: 1;
    position: relative;
  }
}

.cv .box .btn_cv a {
  width: 100%;
  height: 100px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .cv .box .btn_cv a {
    height: 18.22917vw;
  }
}

.cv .box .tel {
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .cv .box .tel {
    font-size: 2.34375vw;
    margin-top: 3.90625vw;
    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;
  }
}

.cv .box .tel .num {
  font-family: 'Mukta', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4px;
  padding-left: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cv .box .tel .num {
    font-size: 4.16667vw;
    margin: 0 1.30208vw 0 0;
    padding-left: 3.25521vw;
  }
}

.cv .box .tel .num::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 23px;
  transform: translateY(-50%);
  background: url(../img/sec_cv_icon.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .cv .box .tel .num::before {
    width: 2.34375vw;
    height: 2.99479vw;
  }
}

/* -----------------------------------------------------
	fl
----------------------------------------------------- */
.fl {
  background: rgba(93, 111, 138, 0.2);
  width: 100%;
  height: 125px;
  transition: .4s ease;
  transform: translateY(100%);
  z-index: 99;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -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) {
  .fl {
    height: 27.34375vw;
  }
}

.fl.fixed {
  transform: translateY(0);
}

.fl .btn_cv a {
  overflow: hidden;
  width: 467px;
  height: 76px;
  padding: 0 35px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fl .btn_cv a {
    width: 87.23958vw;
    height: 18.22917vw;
    padding: 0 6.51042vw;
  }
}

.fl .btn_cv a::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny 3s ease-in-out infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: .5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  to {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* -----------------------------------------------------
  btn_cv
----------------------------------------------------- */
.btn_cv a {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  background: #F2BB37;
  box-shadow: 0 10px 0 0 #CF9712;
  position: relative;
  width: 252px;
  height: 52px;
  border-radius: 6px;
  transition: .4s ease;
}

@media screen and (max-width: 768px) {
  .btn_cv a {
    box-shadow: 0 1.30208vw 0 0 #CF9712;
    width: 72.91667vw;
    height: 16.92708vw;
    border-radius: 0.78125vw;
  }
}

.btn_cv a:hover {
  box-shadow: none;
  transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  .btn_cv a:hover {
    transform: translateY(1.30208vw);
  }
}

.btn_cv a:hover img {
  opacity: 1;
}

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

section {
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 13.02083vw 0;
  }
}

section .sec_ttl {
  font-size: 5.2rem;
  line-height: 1.442;
  font-weight: 700;
  color: #3A4F71;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section .sec_ttl {
    font-size: 8.33333vw;
    margin-bottom: 5.20833vw;
  }
}

section .sec_ttl span {
  color: #2990D0;
}

section .sec_ttl span.wave {
  position: relative;
}

@media screen and (max-width: 768px) {
  section .sec_ttl span.wave {
    display: inline-block;
    margin-bottom: 5.20833vw;
  }
}

section .sec_ttl span.wave::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 13px;
  background: url(../img/bg_wave.png) repeat-x left bottom;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  section .sec_ttl span.wave::after {
    bottom: -1.95313vw;
    height: 1.95313vw;
  }
}

section .sub_ttl {
  font-size: 3.2rem;
  line-height: 1.875;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section .sub_ttl {
    font-size: 5.20833vw;
    line-height: 1.4;
    margin-bottom: 3.90625vw;
  }
}

section .sub_ttl span {
  color: #2990D0;
}

section .sub_ttl em {
  display: block;
  font-style: normal;
  font-size: 2.0rem;
  color: #232323;
}

@media screen and (max-width: 768px) {
  section .sub_ttl em {
    font-size: 3.125vw;
    margin-top: 3.90625vw;
  }
}

/* -----------------------------------------------------
  kv
----------------------------------------------------- */
.kv {
  position: relative;
}

.kv img {
  width: 100%;
}

.kv .btn_cv {
  position: absolute;
  top: 53.53%;
  left: 24%;
  border-radius: 12px;
  box-shadow: 0px 10px 6px 1px rgba(54, 64, 80, 0.59);
}

@media screen and (max-width: 768px) {
  .kv .btn_cv {
    top: 79.42708vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.78125vw;
    box-shadow: 0px 1.30208vw 0.78125vw 0.13021vw rgba(54, 64, 80, 0.59);
  }
}

.kv .btn_cv a {
  width: 26.67vw;
  height: 5vw;
  padding: 0 2vw;
}

@media screen and (max-width: 768px) {
  .kv .btn_cv a {
    width: 74.21875vw;
    height: 15.625vw;
    padding: 0 5.59896vw;
  }
}

/* -----------------------------------------------------
  online
----------------------------------------------------- */
.online {
  background: #F1F8FC;
  border-radius: 8vw 8vw 0 0;
  margin-top: -9.3vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .online {
    border-radius: 15.625vw 15.625vw 0 0;
    margin-top: -15.625vw;
  }
}

.online .img {
  margin-top: 60px;
}

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

/* -----------------------------------------------------
  compare
----------------------------------------------------- */
.compare {
  background: #F8F8F8;
}

@media screen and (max-width: 768px) {
  .compare .inner {
    padding: 0 0 0 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .compare .wrap {
    overflow-x: scroll;
    width: 100%;
  }
}

.compare .table_head {
  width: 100%;
  margin-left: 25%;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  align-items: end;
}

.compare .is-professional__add .table_head {
  margin-left: 20%;
}

@media screen and (max-width: 768px) {
  .compare .table_head {
    margin-left: 28.64583vw;
  }
  .compare .is-professional__add .table_head {
    margin-left: 22.84583vw;
  }
}

.compare .table_head li {
  width: 25%;
  height: 80px;
  border-radius: 40px 40px 0 0;
  background: #5D6F8A;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

.compare .is-professional__add .table_head li {
  width: 20%;
}

.compare .table_head .is-professional__column {
  height: 120px;
  background: #26A8FF;
}
  
  @media screen and (max-width: 768px) {
    .compare .table_head li {
      width: 28.64583vw;
      height: 8.07292vw;
      border-radius: 5.20833vw 5.20833vw 0 0;
      font-size: 3.125vw;
    }
    .compare .is-professional__add .table_head li {
      width: 22.86683vw;
    }
  }
  
  .compare .table_head li:first-child {
    background: #00BFFF;
    height: 120px;
  }
  
  @media screen and (max-width: 768px) {
    .compare .table_head li:first-child {
      height: 13.02083vw;
    }
    .compare .table_head .is-professional__column {
      height: 13.02083vw;
      background: #26A8FF;
  }
}

.compare .table_head li img {
  width: 135px;
}

@media screen and (max-width: 768px) {
  .compare .table_head li img {
    width: 15.625vw;
  }
}

.compare table {
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .compare table {
    width: 114.58333vw;
  }
}

.compare table th, .compare table td {
  width: 25%;
  padding: 30px 10px;
  vertical-align: middle;
  border: solid 1px #E8EAED;
}

.compare .is-professional__add table th, .compare .is-professional__add table td {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .compare table th, .compare table td {
    padding: 2.60417vw 1.30208vw;
    border: solid 0.26042vw #E8EAED;
  }
}

.compare table th {
  font-weight: 700;
  background: #EDF9FF;
}

.compare table td span {
  color: #ED6A76;
}

/* -----------------------------------------------------
  recommend
----------------------------------------------------- */
.recommend {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .recommend {
    padding-bottom: 20.83333vw;
  }
}

.recommend .item {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recommend .item {
    margin-bottom: 7.8125vw;
  }
}

.recommend .item li {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recommend .item li {
    font-size: 3.64583vw;
    line-height: 7.8125vw;
    padding: 0 3.90625vw;
    border-radius: 1.30208vw;
  }
}

.recommend .item li::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
}

@media screen and (max-width: 768px) {
  .recommend .item li::after {
    bottom: -1.30208vw;
    border-width: 1.5625vw 1.04167vw 0 1.04167vw;
  }
}

.recommend .item li:nth-child(3n+1) {
  background: #3A4F71;
}

.recommend .item li:nth-child(3n+1)::after {
  border-color: #3A4F71 transparent transparent transparent;
}

.recommend .item li:nth-child(3n+2) {
  background: #2990D0;
}

.recommend .item li:nth-child(3n+2)::after {
  border-color: #2990D0 transparent transparent transparent;
}

.recommend .item li:nth-child(3n+3) {
  background: #5D6F8A;
}

.recommend .item li:nth-child(3n+3)::after {
  border-color: #5D6F8A transparent transparent transparent;
}

.recommend .item li:nth-child(n+5) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .recommend .item li:nth-child(n+5) {
    margin-top: 3.90625vw;
  }
}

@media screen and (max-width: 768px) {
  .recommend .item li:nth-child(n+3) {
    margin-top: 3.90625vw;
  }
}

.recommend .item li + li {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .recommend .item li + li {
    margin-left: 1.30208vw;
  }
}

@media screen and (max-width: 768px) {
  .recommend .img img {
    width: 78.125vw;
  }
}

/* -----------------------------------------------------
  voice
----------------------------------------------------- */
.voice {
  background: #F1F8FC;
  position: relative;
}

.voice .voice_ttl {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #3A4F71;
  font-size: 5.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 100px;
  width: 410px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .voice .voice_ttl {
    top: -7.8125vw;
    font-size: 8.33333vw;
    line-height: 15.625vw;
    width: 61.84896vw;
  }
}

.voice .point {
  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-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .voice .point {
    margin-top: 5.20833vw;
  }
}

.voice .point li {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .voice .point li {
    width: 100%;
  }
}

.voice .point li:nth-child(n+3) {
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  .voice .point li:nth-child(n+3) {
    margin-top: 3.90625vw;
  }
}

@media screen and (max-width: 768px) {
  .voice .point li + li {
    margin-top: 3.90625vw;
  }
}

.voice .cap {
  font-size: 1.8rem;
  color: #646464;
  text-align: right;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .voice .cap {
    font-size: 2.60417vw;
    margin-top: 2.60417vw;
  }
}

/* -----------------------------------------------------
  structure
----------------------------------------------------- */
.structure .text {
  text-align: left;
}

.structure .text p + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .structure .text p + p {
    margin-top: 2.60417vw;
  }
}

.structure .img {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .structure .img {
    margin-top: 5.20833vw;
  }
  .structure .img img {
    width: 62.5vw;
  }
}

/* -----------------------------------------------------
  flow
----------------------------------------------------- */
.flow {
  background: #F8F8F8;
}

.flow .step {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

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

.flow .step li {
  width: calc(100% / 3 - 3%);
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .flow .step li {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
  }
}

.flow .step li .step_ttl {
  background: #2990D0;
  width: calc(100% - 35px);
  font-family: 'Mukta', sans-serif;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow .step li .step_ttl {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: center;
    /*IE10*/
    -webkit-box-pack: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: center;
    /* Safari6.1以降 */
    justify-content: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center;
    width: 7.8125vw;
    font-size: 5.20833vw;
    margin-bottom: 0;
    writing-mode: vertical-rl;
  }
}

.flow .step li .step_ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 35px;
  border-color: transparent transparent transparent #2990D0;
}

@media screen and (max-width: 768px) {
  .flow .step li .step_ttl::after {
    top: inherit;
    right: inherit;
    left: 0;
    bottom: -4.42708vw;
    border-width: 4.55729vw 3.90625vw 0 3.90625vw;
    border-color: #2990D0 transparent transparent transparent;
  }
}

.flow .step li .step_ttl span {
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .flow .step li .step_ttl span {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .flow .step li .wrap {
    width: 100%;
    padding-left: 3.90625vw;
  }
}

.flow .step li .wrap .img {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .flow .step li .wrap .img {
    margin-bottom: 2.60417vw;
  }
}

.flow .step li .wrap .img img {
  width: auto;
  height: 120px;
}

@media screen and (max-width: 768px) {
  .flow .step li .wrap .img img {
    height: 24.08854vw;
  }
}

.flow .step li .wrap .box {
  background: #EDF9FF;
  padding: 30px 35px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .flow .step li .wrap .box {
    padding: 3.90625vw 7.29167vw;
    border-radius: 1.30208vw;
  }
}

.flow .step li .wrap .box .ttl {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .flow .step li .wrap .box .ttl {
    text-align: left;
    margin-bottom: 2.60417vw;
  }
}

.flow .step li .wrap .box p {
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .flow .step li .wrap .box p {
    font-size: 3.125vw;
  }
}

.flow .step li:nth-child(3n) {
  margin-right: 0;
}

.flow .step li:nth-child(n+4) {
  margin-top: 6%;
}

@media screen and (max-width: 768px) {
  .flow .step li:nth-child(n+4) {
    margin-top: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .flow .step li + li {
    margin-top: 10.41667vw;
  }
}

/* -----------------------------------------------------
  result
----------------------------------------------------- */
.result .slide {
  margin-top: 40px;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  animation: slide 30s infinite linear 0.5s both;
}

.result .slide.slide_over_view {
  width: 200vw;
}
@media screen and (max-width: 768px) {
  .result .slide {
    margin-top: 6.51042vw;
  }
}

@media screen and (max-width: 768px) {
  .result .slide img {
    max-width: 2000px;
  }
  .result .slide.slide_over_view img {
    animation: loop 50s -25s linear infinite;
  }
  .result .slide.slide_over_view {
    width: 550vw;
  }
}

.result .slide img + img {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .result .slide img + img {
    margin-left: 1.30208vw;
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* -----------------------------------------------------
  faq
----------------------------------------------------- */
.faq {
  background: #F8F8F8;
}

.faq .faq_ttl {
  background: #3A4F71;
  font-size: 5.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 100px;
  margin-bottom: 50px;
  padding: 0 80px;
  border-radius: 20px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .faq .faq_ttl {
    font-size: 8.33333vw;
    line-height: 15.625vw;
    margin-bottom: 5.20833vw;
    padding: 0 9.11458vw;
    border-radius: 2.60417vw;
  }
}

.faq .wrap {
  background: #fff;
  border-radius: 10px;
  margin-top: 60px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .faq .wrap {
    border-radius: 10px;
    margin-top: 5.20833vw;
    padding: 0 5.20833vw;
  }
}

.faq .wrap .item {
  border-bottom: solid 2px #E8EAED;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item {
    border-bottom: solid 0.26042vw #E8EAED;
  }
}

.faq .wrap .item:last-of-type {
  border: none;
}

.faq .wrap .item .q, .faq .wrap .item .a {
  text-align: left;
  padding-left: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .q, .faq .wrap .item .a {
    padding-left: 7.8125vw;
  }
}

.faq .wrap .item .q::before, .faq .wrap .item .a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .q::before, .faq .wrap .item .a::before {
    font-size: 5.46875vw;
  }
}

.faq .wrap .item .q {
  font-weight: 700;
  padding: 25px 0 25px 60px;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .q {
    padding: 3.25521vw 0 3.25521vw 7.8125vw;
  }
}

.faq .wrap .item .q span {
  display: block;
  position: relative;
}

.faq .wrap .item .q span::before, .faq .wrap .item .q span::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  margin-top: -2px;
  border-top: solid 2px #2990D0;
  transition: .4s ease;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .q span::before, .faq .wrap .item .q span::after {
    right: 0;
    width: 2.60417vw;
    margin-top: -0.39063vw;
    border-top: solid 0.39063vw #2990D0;
  }
}

.faq .wrap .item .q span::after {
  transform: rotate(90deg);
  transform-origin: center center;
}

.faq .wrap .item .q::before {
  content: 'Q';
  color: #2990D0;
}

.faq .wrap .item .q:hover {
  cursor: pointer;
}

.faq .wrap .item .q.open span::after {
  opacity: 0;
}

.faq .wrap .item .a {
  display: none;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .a {
    padding-bottom: 3.25521vw;
  }
}

.faq .wrap .item .a span {
  display: block;
  width: 100%;
  border-top: solid 2px #E8EAED;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .a span {
    border-top: solid 0.26042vw #E8EAED;
    padding-top: 3.25521vw;
  }
}

.faq .wrap .item .a::before {
  content: 'A';
  color: #ED6A76;
  left: 4px;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .a::before {
    left: 0.52083vw;
  }
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .a .faq-link::after {
    content: none;
  }
}

.faq .wrap .item .a .faq-link:hover {
  color: #00BFFF;
}

@media screen and (max-width: 768px) {
  .faq .wrap .item .a .faq-link:hover {
    color: #fff;
  }
}

.faq .wrap .item .a .faq-link:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.faq .wrap .item .a .faq-link {
  position: relative;
  display: inline-block;
}

.faq .wrap .item .a .faq-link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: solid 3px;
  border-image: linear-gradient(90deg, #2990d0 0%, deepskyblue 100%);
  border-image-slice: 1;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

/* -----------------------------------------------------
  security
----------------------------------------------------- */
.security {
  background: #F8F8F8;
  padding-top: 0;
}

.security .text {
  text-align: left;
}

.security .text p + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .security .text p + p {
    margin-top: 2.60417vw;
  }
  .faq .wrap .item .a .faq-link {
    color: #2990D0;
  }

  .faq .wrap .item .a .faq-link:hover {
    opacity: 0.7;
  }
}

.security .wrap {
  background: #fff;
  margin-top: 60px;
  padding: 56px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .security .wrap {
    margin-top: 5.20833vw;
    padding: 5.20833vw;
    border-radius: 1.30208vw;
  }
}

.security .wrap .col3 {
  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) {
  .security .wrap .col3 {
    display: block;
  }
}

.security .wrap .col3 li {
  width: calc(100% / 3);
}

.security .wrap .col3.is-security__col2 li {
  width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
  .security .wrap .col3 li {
    width: 100%;
    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;
  }
  .security .wrap .col3.is-security__col2 li {
    width: 100%;
  }
}

.security .wrap .col3 li .img {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .security .wrap .col3 li .img {
    width: 20.83333vw;
    margin: 0 2.60417vw 0 0;
  }
}

.security .wrap .col3 li .img img {
  width: auto;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .security .wrap .col3 li .img img {
    height: 13.02083vw;
  }
}

@media screen and (max-width: 768px) {
  .security .wrap .col3 li .t_wrap {
    width: calc(100% - 20.83333vw);
  }
}

.security .wrap .col3 li p {
  text-align: left;
}

.security .wrap .col3 li + li {
  border-left: solid 1px #DDD;
  margin-left: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .security .wrap .col3 li + li {
    border-top: solid 0.26042vw #DDD;
    border-left: none;
    margin: 3.90625vw 0 0;
    padding: 3.90625vw 0 0;
  }
}

/* -----------------------------------------------------
  support
----------------------------------------------------- */
.support .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .support .col3 {
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    margin-top: 6.51042vw;
  }
}

.support .col3 li {
  width: 26.36%;
}

@media screen and (max-width: 768px) {
  .support .col3 li {
    width: 37.76042vw;
  }
}

.support .col3 li + li {
  margin-left: 5.33%;
}

@media screen and (max-width: 768px) {
  .support .col3 li + li {
    margin-left: 2.60417vw;
  }
}

/* @media screen and (max-width: 768px) {
  .support .col3 li:last-child {
    margin: 6.51042vw 0 0 0;
  }
} */

.support .col3 li p {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #2990D0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .support .col3 li p {
    font-size: 3.125vw;
    margin-top: 2.60417vw;
  }
}

/* -----------------------------------------------------
  package
----------------------------------------------------- */
.package {
  background: #F1F8FC;
}

.package .wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .package .wrap {
    padding: 5.85938vw;
    border-radius: 1.30208vw;
    box-shadow: 0px 0px 1.30208vw rgba(0, 0, 0, 0.1);
  }
}

.package .wrap .wrap_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #00BFFF;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .package .wrap .wrap_ttl {
    font-size: 4.6875vw;
    line-height: 1.444;
    margin-bottom: 3.90625vw;
  }
}

.package .wrap .wrap_ttl span {
  font-size: 2.0rem;
  color: #5D6F8A;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 768px) {
  .package .wrap .wrap_ttl span {
    font-size: 2.60417vw;
    margin-bottom: 1.30208vw;
  }
}

@media screen and (max-width: 768px) {
  .package .wrap p {
    text-align: left;
  }
}

.package .wrap .img {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .package .wrap .img {
    margin-top: 6.51042vw;
  }
}

.package .wrap .img._01 img {
  max-width: 584px;
}

@media screen and (max-width: 768px) {
  .package .wrap .img._01 img {
    max-width: 100%;
  }
}

.package .wrap .img._02 img {
  max-width: 1038px;
}

@media screen and (max-width: 768px) {
  .package .wrap .img._02 img {
    max-width: 100%;
  }
}

.package .wrap + .wrap {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .package .wrap + .wrap {
    margin-top: 3.90625vw;
  }
}

.package .wrap:first-of-type {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .package .wrap:first-of-type {
    margin-top: 6.51042vw;
  }
}

/* -----------------------------------------------------
  essence
----------------------------------------------------- */
.essence {
  background: #F1F8FC;
  padding-top: 0;
}

.essence .sec_ttl span {
  color: #00BFFF;
}

.essence .col3 {
  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) {
  .essence .col3 {
    display: block;
  }
}

.essence .col3 li {
  width: calc(100% / 3 - 30px);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .essence .col3 li {
    width: 100%;
  }
}

.essence .col3 li .img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .essence .col3 li .img {
    margin-bottom: 2.60417vw;
  }
}

.essence .col3 li .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.458;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .essence .col3 li .ttl {
    font-size: 5.20833vw;
    margin-bottom: 2.60417vw;
  }
}

.essence .col3 li .ttl span {
  color: #2990D0;
}

@media screen and (max-width: 768px) {
  .essence .col3 li + li {
    margin-top: 9.11458vw;
  }
}

/* -----------------------------------------------------
  form
----------------------------------------------------- */
.form .wrap {
  margin-top: 80px;
}

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

/* -----------------------------------------------------
  outline
----------------------------------------------------- */
.outline {
  background: #F8F8F8;
}

.outline dl {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  text-align: center;
}

.outline dl dt, .outline dl dd {
  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;
}

.outline dl dt:not(:last-of-type), .outline dl dd:not(:last-of-type) {
  border-bottom: solid 1px #E8EAED;
}

@media screen and (max-width: 768px) {
  .outline dl dt:not(:last-of-type), .outline dl dd:not(:last-of-type) {
    border-bottom: solid 0.26042vw #E8EAED;
  }
}

.outline dl dt {
  width: 30.91%;
  background: #F1F8FC;
  font-weight: 700;
}

.outline dl dd {
  width: 69.09%;
  background: #fff;
  font-weight: 600;
  padding: 30px 20px;
}

@media screen and (max-width: 768px) {
  .outline dl dd {
    padding: 5.20833vw 2.60417vw;
  }
}

.case .inner .case_btn {
  background: #ffd800;
  width: 400px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 70px auto 0;
  box-shadow: 5px 5px 5px rgb(0 0 5 / 15%);
  transition: all 0.3s;
}

.case .inner .case_btn p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.case .inner .case_btn:hover {
  opacity: 0.8;
  transition: all 0.3s;
  color: #232323;
}

@media screen and (max-width: 767px) {
  .case .inner .case_btn {
    width: auto;
    height: 60px;
    margin: 0 20px;
    box-shadow: 5px 5px 5px rgb(0 0 20 / 15%) !important;
  }
  .case.price-check {
    margin-top: 3rem;
  }
  .case .inner .case_btn p {
    font-size: 20px;
  }
}