@charset "UTF-8";
/* font-color */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  display: block;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
}

html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  outline: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  font-family: noto sans jp, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

img {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  vertical-align: middle;
  border: 0;
}
img.loaded {
  opacity: 1;
}

main {
  display: block;
}

/* header
	----------------------------------------------------------------- */
header {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  header {
    border-bottom: 6px solid #2F519E;
  }
}
header .header_inner {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 14px 0;
}
header .header_inner img {
  width: 220px;
}
header .headline {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url(../images/line.png);
  background-size: 100%;
  background-repeat: repeat;
}
header .logo {
  float: left;
  margin-left: 10px;
}
header .logo img {
  width: 250px;
}
header .nav_header {
  float: left;
  margin-left: 40px;
}
header .nav_header li {
  display: inline-block;
  font-size: 1.6rem;
}
header .nav_header li a:link, header a:visited {
  color: #2A5DA8;
}
header .nav_header li:first-child {
  margin: 10px 10px 0 10px;
}
header .nav_header li:last-child {
  margin: 0 0 0 10px;
}
header .nav_header li img {
  margin-top: 3px;
  width: 100%;
  max-width: 290px;
  vertical-align: middle;
}
header .blue {
  color: #2A5DA8;
  font-weight: bold;
}
header .sub_label {
  margin-right: 130px;
  color: #606060;
}
header .login_main {
  float: right;
}
header .tel {
  width: 220px;
  float: left;
}
header .tel2 {
  width: 500px;
  text-align: center;
  margin: 0 auto;
}
header .tel3 {
  color: #2F519E;
  font-size: 3rem;
}
header .tel3 img {
  width: 5%;
}
header .login_button {
  margin-top: 6px;
  padding: 6px 10px 7px 10px;
  width: 200px;
  background: #EF525F;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
header .login_button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
header .login_button:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .con_button {
  margin: 0px 0px 0 40px;
  padding: 8px 10px 8px 10px;
  width: 255px;
  background: #EF525F;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .con_button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
header .con_button:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header #change {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  display: none;
  z-index: 11000;
  top: -1px;
  margin: 0px auto;
  text-align: center;
  border-bottom: 6px solid #485888;
}
@media only screen and (max-width: 1199px) {
  header .header_inner {
    width: 100%;
  }
  header .header_inner, header .footer_inner {
    width: 100%;
  }
  header .logo {
    margin-left: 10px;
  }
  header .logo img {
    width: 160px;
  }
}

footer {
  width: 100%;
  height: 278px;
  clear: both;
  margin-bottom: -20px;
  border-top: 1px solid #dbdbdb;
  background: #f1f1f1;
}
@media only screen and (max-width: 1199px) {
  footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: none;
    margin-top: 0;
    background: none;
    padding-bottom: 40px;
  }
}
footer .footer_inner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
}
footer .footer_list {
  margin: 20px 90px 0 0;
  font-size: 1.4rem;
  color: #404040;
  display: inline-block;
  vertical-align: text-top;
  float: left;
}
footer .footer_list li {
  margin: 15px 0;
}
footer .footer_list a {
  color: #485888;
}
footer .fb {
  margin: 35px 0;
  width: 400px;
  height: 180px;
  float: right;
}
footer .small_area {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding-top: 8px;
  background: #fff;
  text-align: center;
}
footer small {
  font-size: 1rem;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  color: #2F519E;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1000px) {
  footer small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1199px) {
  footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: none;
    margin-top: 0;
    background: none;
    padding-bottom: 40px;
  }
  footer .footer_inner {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  footer .footer_list {
    font-size: 1.2rem;
    width: 49.8%;
    margin: 0;
    background: #f1f1f1;
  }
  footer .footer_list:nth-child(2) {
    border-left: 1px solid #dbdbdb;
  }
  footer .footer_list:nth-child(3) {
    border-left: 1px solid #dbdbdb;
  }
  footer .footer_list li:nth-child(5) {
    border-bottom: 1px solid #dbdbdb;
  }
  footer .footer_list li {
    border-top: 1px solid #dbdbdb;
    height: 30px;
    margin: 0;
    text-align: center;
    padding-top: 12px;
    border-left: 0;
    padding-left: 0px;
  }
}
#sheach_nav {
  background-color: #0068b7;
  width: 100%;
  height: 80px;
}

.sheach_nav_inner {
  width: 1200px;
  height: 80px;
  margin: 0px auto;
}

.sheach_nav_list {
  vertical-align: middle;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sheach_nav_list li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.8rem;
  color: #fff;
  line-height: 25px;
}

.sheach_nav_list li:last-child {
  margin: -3px 0px 0 0;
}

.sheach_nav_list_detail {
  margin: -17px 0;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}

.sheach_nav_list_detail li {
  margin: -3px 80px 0 0;
  display: inline-block;
  vertical-align: bottom;
  height: 60px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 25px;
}

.sheach_nav_list_detail li:last-child {
  margin: -3px 0px 0 0;
}

.sheach_nav_list li a {
  color: #fff;
}

.sheach_nav_list_detail li a {
  color: #fff;
}

#nav_main_new {
  width: 100%;
  height: 51px;
  background-color: rgb(47, 81, 158);
  z-index: 1000;
}

#nav_main_detail {
  top: 86px;
  width: 100%;
  height: 50px;
  background-color: rgb(47, 81, 158);
  position: absolute;
  z-index: 1000;
}

#nav_main_detail_change {
  top: 86px;
  width: 100%;
  height: 50px;
  background-color: rgb(47, 81, 158);
  position: absolute;
  z-index: 1000;
}

.nav_inner {
  width: auto;
  max-width: 95%;
  margin: 0 auto;
}

/*
* drop menu
*/
.dropmenu {
  *zoom: 1;
  list-style-type: none;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  line-height: 25px;
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 113%;
  left: 0;
  padding: 0;
}

.dropmenu li span {
  font-size: 1.6rem;
}

.subm {
  margin-top: -13px;
}

.dropmenu li ul li {
  width: 100%;
}

.dropmenu li ul li a {
  background: #f1f1f1;
  padding: 18px 15px;
  border-top: 1px solid #dbdbdb;
  text-align: left;
  color: rgb(47, 81, 158);
  opacity: 1;
  font-size: 1.7rem;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.dropmenu li ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.sheach_nav_list > li {
  -webkit-perspective: 400px;
          perspective: 400px;
}

.sheach_nav_list li ul {
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sheach_nav_list li:hover ul {
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
}

.sheach_nav_list_detail > li {
  -webkit-perspective: 400px;
          perspective: 400px;
}

.sheach_nav_list_detail li ul {
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sheach_nav_list_detail li:hover ul {
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
}

.dropmenu_2 {
  *zoom: 1;
  list-style-type: none;
}

.dropmenu_2:before, .dropmenu_2:after {
  content: "";
  display: table;
}

.dropmenu_2:after {
  clear: both;
}

.dropmenu_2 li {
  position: relative;
  width: 16%;
  margin: 0;
  padding: 0;
}

.dropmenu_2 li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  line-height: 25px;
}

.dropmenu_2 li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 113%;
  left: 33%;
  padding: 0;
}

.dropmenu_2 li ul li {
  width: 100%;
}

.dropmenu_2 li ul li a {
  background: #f1f1f1;
  padding: 18px 15px;
  border-top: 1px solid #dbdbdb;
  text-align: left;
  color: rgb(47, 81, 158);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.product_menu_list_new li ul {
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_menu_list_new li:hover ul {
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
}

.dropnemu_box {
  padding: 0 5px 0 5px;
  color: #fff;
  background: #ef525f;
  border-radius: 10px;
}

/**
* slide menu
*/
.slideButton {
  display: none;
}

#slideMenu {
  position: relative;
  display: none;
  width: 100%;
  height: 40px;
  background-color: #444; /*メニューの背景色*/
}

#slideMenu > .slideMenuInner {
  list-style-type: none;
  width: 960px; /*メニューの横幅を*/
  height: 100%;
  margin: 0 auto;
  padding-left: 0;
}

#slideMenu > .slideMenuInner li {
  position: relative;
  float: left;
  height: 100%;
  text-align: left;
}

#slideMenu > .slideMenuInner > li a {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-right: 20px; /*文字の左の余白*/
  padding-left: 20px; /*文字の右の余白*/
  background-color: #444; /*文字の背景色*/
  color: #fff; /*文字色*/
  font-size: 70%;
  text-decoration: none;
  line-height: 40px;
}

#slideMenu > .slideMenuInner > li:hover a {
  background-color: #555; /*文字の背景色（マウスホバー時）*/
}

/*２階層目*/
#slideMenu > .slideMenuInner > li > ul.second-level {
  visibility: hidden;
  list-style-type: none;
  position: absolute;
  z-index: -1;
  top: 0;
  margin: 0;
  padding-left: 0;
}

#slideMenu > .slideMenuInner > li:hover > ul.second-level {
  visibility: visible;
  z-index: 1;
  top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#slideMenu > .slideMenuInner > li:hover > ul.second-level > li {
  width: 200px;
  height: 40px;
  text-align: left;
}

#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a {
  display: block;
  background-color: #444; /*子メニューの文字の背景色*/
  color: #fff; /*子メニューの文字色*/
  font-size: 70%;
  text-decoration: none;
  line-height: 40px;
}

#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a:hover {
  background-color: #555; /*子メニューの背景色（マウスホバー時）*/
}

@media screen and (max-width: 1374px) {
  .dropmenu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #menuButton {
    z-index: 10;
    width: 100%;
    background-color: #444; /*メニューバーの色*/
  }
  #menuButtonInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: right;
  }
  .slideButton {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
  .slideButton {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
  #slideMenu {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 11100;
    top: 0;
    right: -260px;
    width: 240px;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  }
  #slideMenu img {
    width: 100%;
  }
  #slideMenu > .slideMenuInner {
    position: static;
    width: 100%;
    height: 100%;
  }
  #slideMenu > .slideMenuInner > li {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border-top: 1px solid #eee;
    text-align: left;
  }
  #slideMenu > .slideMenuInner > li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    background-color: #fff; /*スライドメニューの背景色*/
    color: #999; /*スライドメニューの文字色*/
    font-size: 70%;
    font-weight: bold;
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #slideMenu > .slideMenuInner > li:hover a {
    background-color: #fff; /*スライドメニューの背景色（マウスホバー時）*/
    color: #999; /*スライドメニューの文字色（マウスホバー時）*/
  }
  #slideMenu > .slideMenuInner > li > a:active {
    opacity: 0.8;
  }
  #slideMenu > .slideMenuInner > li:hover > ul.second-level {
    display: none;
  }
  .closeArea {
    height: 25%;
    background-color: #FAFAFA; /*クローズエリア（スライドメニューの下の部分）の色*/
    cursor: pointer;
  }
  #layer {
    display: none;
    position: fixed;
    z-index: 11010;
    top: 0;
    width: 100%;
    height: 150%;
    background-color: #222; /*レイヤーの色*/
    opacity: 0.4; /*レイヤーの透明度*/
    cursor: pointer;
  }
  #slideMenu > .slideMenuInner > .slide_title {
    background: #485888;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    height: 30px;
    padding: 6px 15px 0px 12px;
    text-align: left;
    border-left: 3px solid #08459B;
  }
  .header_image img {
    width: 95%;
    text-align: center;
    margin: 0 auto;
  }
  .logininput li input[type=text], input[type=text] {
    margin-top: 5px;
    width: 90%;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #999999;
    background-color: #fff;
    line-height: 28px;
  }
  .logininput li input[type=text], input[type=text]:focus {
    border: 1px solid #0000cd;
  }
  input.zip1 {
    width: 50px;
    margin-bottom: 8px;
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  input.zip2 {
    width: 50px;
    margin-bottom: 8px;
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  input.address {
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  .prefectures, .city {
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  input[name="input[name]"] {
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  input[name="input[name_h]"] {
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  input[name="input[tel]"] {
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  input[name="input[EMail]"] {
    background-color: #f0f6fb;
    border: 1px solid #ff0000;
  }
  .login_input input, textarea {
    font-size: 16px;
  }
  .sp_menu {
    position: absolute;
    right: 0px;
    background-image: url(../images/sp_menu.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0px 5px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1000;
  }
  .nav_header {
    display: none;
  }
  .login_main {
    display: none;
  }
  .logo img {
    width: 160px;
  }
  #nav_main_new {
    display: none;
  }
  .container_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
h2.c-title {
  text-align: center;
  line-height: 3.5rem;
  font-size: 2.4rem;
  font-weight: bolder;
}
@media screen and (min-width: 768px) {
  h2.c-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
h2.c-title span {
  font-size: 1.4rem;
  color: #2DB7FF;
  display: block;
  margin-bottom: 27px;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  h2.c-title span {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 32px;
  }
}
h2.c-title span:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #2DB7FF;
  border-radius: 50%;
  margin: 7px auto;
}

.c-feature__title {
  z-index: 1;
  position: relative;
}
.c-feature__title .num {
  text-align: center;
  font-size: 1.8rem;
  color: #2DB7FF;
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  background-image: url(../images/dotted-circle.svg);
  background-size: cover;
  margin-bottom: 18px;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 1000px) {
  .c-feature__title .num {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .c-feature__title .num {
    font-size: 4vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.c-feature__title h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-feature__title h2 {
    line-height: 5.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .c-feature__title h2 {
    font-size: 3rem;
    line-height: 4.7rem;
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .c-feature__title h2 {
    font-size: 3vw;
  }
}
.c-feature__title h2 strong {
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .c-feature__title h2 strong {
    font-size: 4rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .c-feature__title h2 strong {
    font-size: 4vw;
  }
}
.c-feature__title p {
  padding-top: 20px;
}
@media screen and (max-width: 999px) {
  .c-feature__title p {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .c-feature__title p {
    padding-top: 25px;
  }
}

.c-contact .l-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 999px) {
  .c-contact .l-flex {
    max-width: 100%;
    width: 90%;
    margin: 18px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-contact .l-flex {
    gap: 30px;
    margin-top: 40px;
    padding: 0 40px;
  }
}
.c-contact .l-flex a {
  width: 100%;
  height: 85px;
  color: #fff;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 17.1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 56.5px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .c-contact .l-flex a {
    width: 50%;
    max-width: 547px;
    height: 113px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-contact .l-flex a[href^="tel:"]::before {
    content: attr(href);
    display: none;
  }
}
.c-contact .l-flex a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 999px) {
  .c-contact .l-flex-mv {
    width: 100%;
  }
}
.c-contact p {
  text-align: center;
}
.c-contact__textwrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-left: 2vw;
}
@media screen and (min-width: 1000px) {
  .c-contact__textwrapper {
    padding-left: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .c-contact__textwrapper {
    padding-left: 2vw;
  }
}
.c-contact__circle {
  line-height: 42.87px;
  width: 42.87px;
  height: 42.87px;
  font-size: 1.3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .c-contact__circle {
    line-height: 7rem;
    width: 70px;
    height: 70px;
    font-size: 2.3rem;
  }
}
.c-contact__left {
  background: #05a1ba;
  -webkit-box-shadow: 0px 8px 6px rgba(5, 161, 186, 0.39);
          box-shadow: 0px 8px 6px rgba(5, 161, 186, 0.39);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-contact__left .c-contact__textwrapper {
    padding-left: 7vw;
  }
}
.c-contact__right {
  background: transparent linear-gradient(103deg, #FF919A 0%, #EF525F 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 8px 6px rgba(239, 82, 95, 0.41);
          box-shadow: 0px 8px 6px rgba(239, 82, 95, 0.41);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-contact__tel {
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -5px;
}
@media screen and (min-width: 1000px) {
  .c-contact__tel {
    font-size: 3rem;
    line-height: 1.567;
  }
}
.c-contact__date {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .c-contact__date {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.c-contact__document {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .c-contact__document {
    font-size: 2rem;
  }
}

#pagebt {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 7rem;
  right: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transform: rotateY(270deg);
          transform: rotateY(270deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url(../images/gotop.png);
  background-size: cover;
  width: 4.8vw;
  height: 4.8vw;
  cursor: pointer;
}
@media screen and (max-width: 1525px) {
  #pagebt {
    bottom: 10%;
  }
}
@media screen and (max-width: 1300px) {
  #pagebt {
    bottom: 5%;
  }
}
@media screen and (max-width: 1199px) {
  #pagebt {
    width: 62px;
    height: 62px;
    margin-right: 5px;
    margin-left: auto;
  }
}
@media screen and (max-width: 999px) {
  #pagebt {
    bottom: 12%;
  }
}
#pagebt.-fixed {
  position: absolute;
  bottom: 20px;
  -webkit-transition-duration: unset;
          transition-duration: unset;
}
@media screen and (min-width: 768px) {
  #pagebt.-fixed {
    bottom: -400px;
  }
}

#formbutton {
  max-width: 11rem;
  display: block;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 45%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1536px) {
  #formbutton {
    max-width: 8rem;
    top: 40%;
  }
}
#formbutton:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#formbutton img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 999px) {
  .sp {
    display: block !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .tab-only {
    display: block !important;
  }
}

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

.l-inner-wide {
  max-width: 1400px;
  width: 90%;
  margin: 50px auto;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

img {
  width: 100%;
}

p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.8rem;
}
@media screen and (max-width: 999px) {
  p {
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  p {
    font-size: 2vw;
    line-height: 3.6vw;
  }
}

main {
  position: relative;
}

.mv {
  margin: 0px auto 20px;
}
@media screen and (max-width: 999px) {
  .mv {
    margin: 33.8px auto 30px;
    width: 100%;
  }
}
.mv img.pc {
  width: 100%;
  display: block;
  position: relative;
}
.mv .itandi {
  width: 70vw;
  margin: 20px auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .mv .itandi {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .question {
    padding-bottom: 41px;
  }
}
.question img {
  max-width: 937px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .question__img-pc {
    display: block;
  }
  .question__img-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .question__img-pc {
    display: none;
  }
  .question__img-sp {
    display: block;
  }
}

.solution {
  background-color: #EBF8FF;
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .solution {
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 999px) {
  .solution__title .solution-title__img-pc {
    display: none;
  }
}
.solution__title .solution-title__img-sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .solution__title .solution-title__img-sp {
    display: block;
    max-width: 70%;
  }
}
.solution__title img {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.solution .l-flex {
  padding-top: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution__left {
  line-height: 6.6rem;
  width: 90%;
}
@media screen and (max-width: 999px) {
  .solution__left {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1320px) {
  .solution__left {
    padding-left: calc(45% - 600px);
  }
}
@media screen and (min-width: 1000px) {
  .solution__left {
    max-width: 600px;
    width: 45%;
    margin-left: 3vw;
  }
}
.solution__left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 4.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1000px) {
  .solution__left h2 {
    font-size: 4rem;
    line-height: 6.6rem;
    margin-bottom: 40px;
  }
}
.solution__left h2 strong {
  font-size: 3rem;
  color: #13AEFF;
}
@media screen and (min-width: 1000px) {
  .solution__left h2 strong {
    font-size: 4.7rem;
  }
}
.solution__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .solution__right {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .solution__right {
    width: 90%;
    margin: 37px auto 0;
    display: block;
  }
}

.feature__top {
  background: -webkit-gradient(linear, left top, left bottom, from(#ebf8ff), color-stop(56%, #ebf8ff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#ebf8ff 0%, #ebf8ff 56%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .feature__top {
    padding-bottom: 80px;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .feature__top {
    padding-top: 0 !important;
  }
}
.feature__top .c-title strong {
  color: #2DB7FF;
}
.feature__top .l-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .feature__top .l-flex {
    margin-top: 40px;
    gap: 21px;
  }
}
.feature__top .l-flex a {
  width: calc(50% - 6px);
  border: 1px #13AEFF solid;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 8px 14px;
}
@media screen and (min-width: 1000px) {
  .feature__top .l-flex a {
    border-radius: 10px;
    width: calc(25% - 21px);
    padding: 15px 25px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .feature__top .l-flex a {
    padding: 2vw 14px;
  }
}
.feature__top .l-flex a:hover {
  background-color: #EEF9FF;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.feature__top .l-flex a span {
  font-size: 1.9rem;
  line-height: 2.6rem;
  position: absolute;
  left: 12px;
  top: 5px;
  color: #CEEEFF;
}
@media screen and (min-width: 1000px) {
  .feature__top .l-flex a span {
    font-size: 3.5rem;
    line-height: 4.7rem;
  }
}
.feature__top .l-flex a h3 {
  line-height: 2.4rem;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 999px) {
  .feature__top .l-flex a h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .feature__top .l-flex a h3 {
    font-size: 2.5vw;
    line-height: 3vw;
  }
}
.feature__top .l-flex a img {
  width: 34px;
  margin-right: 0;
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  .feature__top .l-flex a img {
    width: 61px;
  }
}
.feature__flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .feature__flex-top {
    border-top: 1px solid #2DB7FF;
    border-right: 1px solid #2DB7FF;
    border-bottom: 1px solid #2DB7FF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95%;
    padding-left: 5%;
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .feature__flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature__flex-top__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .feature__flex-top__upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.feature__flex-top__upper img {
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .feature__flex-top__upper img {
    padding-right: 0;
  }
}
.feature__flex-top__border {
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .feature__flex-top__border {
    margin-top: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .feature__flex-top__border {
    margin-top: 0;
    width: 75%;
    max-width: 1282px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: calc(55% - 700px);
    padding-top: 100px;
    padding-bottom: 23%;
    border-top: 1px solid #2DB7FF;
    border-right: 1px solid #2DB7FF;
    border-bottom: 1px solid #2DB7FF;
  }
}
@media all and (min-width: 1199px) and (max-width: 1480px) {
  .feature__flex-top__border {
    padding-left: 3%;
  }
}
.feature__flex-top .c-feature__title {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .feature__flex-top .c-feature__title {
    width: 565px;
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .feature__flex-top img {
    position: absolute;
    left: 50%;
    top: 3%;
    max-width: 560px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .feature--right .feature__flex-top .c-feature__title {
    margin-right: 0;
    margin-left: auto;
  }
  .feature--right .feature__flex-top__upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .feature--right .feature__flex-top__border {
    border-right: none;
    border-left: 1px solid #2DB7FF;
    padding-right: calc(55% - 700px);
    padding-left: 0;
  }
  .feature--right .feature__flex-top img {
    left: auto;
    right: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .feature--right .feature__flex-top img {
    left: 2%;
  }
}
.feature--1, .feature--2, .feature--3, .feature--4, .feature--5, .feature--6 {
  margin: 0 auto 75px;
}
@media screen and (min-width: 1000px) {
  .feature--1, .feature--2, .feature--3, .feature--4, .feature--5, .feature--6 {
    margin: 0 auto 134px;
  }
}
.feature article {
  position: relative;
  position: relative;
}
.feature__blue-list {
  background-color: #EBF8FF;
  padding: 50px 20px;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0;
  margin-left: auto;
  width: 95%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .feature__blue-list {
    gap: 40px;
    padding: 80px 20px;
    max-width: 1200px;
    margin: -15% auto 0;
    width: 90%;
  }
}
.feature__blue-list div {
  max-width: 280px;
}
@media screen and (min-width: 1000px) {
  .feature__blue-list div {
    max-width: 280px;
  }
}
@media screen and (max-width: 999px) {
  .feature__blue-list div {
    width: 45%;
  }
}
.feature__blue-list img {
  width: 90%;
  max-width: 195px;
  margin: 0 auto;
  display: block;
}
.feature__blue-list h3 {
  text-align: center;
  font-weight: bold;
  padding: 16px 0 6px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .feature__blue-list h3 {
    padding: 32px 0 12px;
    font-size: 2rem;
  }
}
.feature__blue-list p {
  line-height: 2.7rem;
}
.feature__blue-title {
  padding: 50px 0 20px;
  color: #2DB7FF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .feature__blue-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .feature__blue-title {
    font-size: 3rem;
    padding: 60px 0 30px;
  }
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 41px;
}
@media screen and (max-width: 999px) {
  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30.6px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .feature__list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.feature__list div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 0 45px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 15px rgba(156, 228, 255, 0.57);
          box-shadow: 0px 1px 15px rgba(156, 228, 255, 0.57);
  padding: 55px 0 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .feature__list div {
    padding: 40px 44px 45px;
  }
}
@media screen and (min-width: 1000px) {
  .feature__list div {
    width: 33%;
    height: 456.69px;
  }
}
.feature__list div h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding-bottom: 34.4px;
}
@media screen and (max-width: 999px) {
  .feature__list div h3 {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .feature__list div h3 {
    font-size: 2.6vw;
  }
}
.feature__list div h3:before {
  content: url(../images/check.svg);
  display: block;
  margin-bottom: 5px;
}
.feature__list div img {
  max-width: 275px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.feature--1 .c-feature__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature--1 .c-feature__title p {
    padding-top: 14px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature--1 .l-inner-wide {
    margin: 50px auto 18px;
  }
}
.feature--1__4col {
  gap: 28px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .feature--1__4col {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .feature--1__4col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature--1__4col span {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  .feature--1__4col span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 999px) {
  .feature--1__4col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feature--1__card {
  width: 25%;
  max-width: 313px;
}
@media screen and (max-width: 999px) {
  .feature--1__card {
    width: 45%;
  }
}
.feature--1 .fukidashi {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .feature--1 .fukidashi {
    height: 186px;
    margin-bottom: 23.5px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .feature--1 .fukidashi.pc {
    display: block !important;
  }
  .feature--1 .fukidashi.sp {
    display: none !important;
  }
}
.feature--1__bluelist {
  background-color: #EBF8FF;
  padding: 40px;
  margin-bottom: 30.5px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.feature--1__bluelist h4 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .feature--1__bluelist h4 {
    font-size: 2.1rem;
  }
}
.feature--1__bluelist h4:before {
  content: "";
  width: 4px;
  background: #2DB7FF;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  position: relative;
  margin-right: 16px;
}
.feature--1__bluelist p {
  margin-top: 16px;
  font-weight: 400;
}
.feature--1__bluelist--2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .feature--1__bluelist--2 {
    margin-bottom: 80px;
  }
}
.feature--1__2col {
  margin-bottom: 10px;
  gap: 10px;
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .feature--1__2col {
    margin-top: 70px;
    gap: 68px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  .feature--1__2col__left {
    width: 50%;
  }
}
.feature--1__2col__left h3 {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #2DB7FF;
}
@media screen and (max-width: 999px) {
  .feature--1__2col__left h3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .feature--1__2col__left h3 {
    font-size: 3rem;
    line-height: 5.7rem;
  }
}
.feature--1__2col__left h3 strong {
  font-size: 2.6rem;
}
@media screen and (min-width: 1000px) {
  .feature--1__2col__left h3 strong {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .feature--1__2col__right {
    width: 50%;
  }
}
.feature--1 .c-contact {
  border-radius: 10px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 1px 15px rgba(156, 228, 255, 0.57);
          box-shadow: 0px 1px 15px rgba(156, 228, 255, 0.57);
  padding: 30px 15px 60px;
}
@media screen and (max-width: 999px) {
  .feature--1 .c-contact {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .feature--1 .c-contact {
    padding: 50px 50px 80px;
  }
}
.feature--1 .c-contact .l-flex {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .feature--1 .c-contact__textwrapper {
    margin-top: -5px;
  }
}
@media screen and (min-width: 1000px) {
  .feature--3 .feature__blue-list, .feature--4 .feature__blue-list, .feature--5 .feature__blue-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .feature--3 .feature__blue-list div, .feature--4 .feature__blue-list div, .feature--5 .feature__blue-list div {
    max-width: 240px;
    width: 25%;
  }
}
.feature article.feature--6 {
  margin-bottom: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .feature article.feature--6 {
    padding-bottom: 60px;
  }
}

.contact {
  background: #EBF8FF;
  padding: 40px 0 60px;
}
@media screen and (min-width: 1000px) {
  .contact {
    padding: 100px 0;
  }
}
.contact .c-contact__text {
  text-align: center;
  padding: 27px 0 10px;
}
@media screen and (max-width: 999px) {
  .contact .c-title, .contact .c-contact__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.option {
  background-image: url(../images/bg-option.png);
  background-size: cover;
  color: #fff;
  padding: 40px 0 144px;
}
@media screen and (min-width: 1000px) {
  .option {
    padding: 100px 0 200px;
  }
}
.option h2 {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 1000px) {
  .option h2 {
    font-size: 4rem;
    line-height: 7.1rem;
  }
}
.option h2 span {
  font-size: 1.6rem;
  display: block;
  line-height: 2.9rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  .option h2 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 999px) {
  .option h2 span {
    margin-top: 17px;
  }
}
.option h2:before {
  content: "";
  background-image: url(../images/plus.svg);
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 auto 25px;
}
.option .l-flex {
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.option p {
  font-size: 2rem;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .option p {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 999px) {
  .option__left {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .option__right {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .option__right {
    margin-bottom: 50px;
  }
}

.banking h2 {
  padding: 40px 0 30px;
  color: #2DB7FF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .banking h2 {
    padding: 70px 0 30px;
    font-size: 3rem;
  }
}

.point .l-inner {
  margin-top: -145px;
  background: #fff;
}
.point .youtube-wrap {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .point .youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .point iframe {
    width: 93%;
    height: 47vw;
  }
}
.point__3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999px) {
  .point__3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
  }
}
.point__3col li {
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #2db7ff;
  -webkit-box-shadow: 0px 5px 6px rgba(127, 225, 251, 0.65);
          box-shadow: 0px 5px 6px rgba(127, 225, 251, 0.65);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .point__3col li {
    max-width: 297px;
    width: 25%;
    height: 447px;
  }
}
@media screen and (max-width: 999px) {
  .point__3col li {
    padding-bottom: 45px;
  }
}
.point__3col li img {
  margin: 40px auto 0;
  width: 106px;
  display: block;
}
.point__3col li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2CA8E9;
  padding-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 26px auto 20.5px;
  border-bottom: 1px solid #2ca8e9;
}
.point__3col li p {
  line-height: 3.3rem;
  font-weight: bold;
  font-size: 2rem;
}
.point__3col li p span {
  color: #2CA8E9;
}

@media screen and (max-width: 999px) {
  .function .l-inner {
    width: 100%;
  }
  .function .l-inner h3 {
    margin-bottom: 20px;
  }
  .function .l-inner img, .function .l-inner p {
    display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 2.7rem;
  }
}
.function .l-flex {
  gap: 40px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .function .l-flex li {
    width: calc(50% - 15px);
  }
}
.function .l-flex li h3 {
  line-height: 1.5;
  padding: 14px;
  height: auto;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #6dcdff 0%, #1b9ee2 100%);
  margin-bottom: 27px;
}
@media screen and (min-width: 1000px) {
  .function .l-flex li h3 {
    min-height: 70px;
    line-height: 70px;
    font-size: 2.4rem;
    font-size: clamp(1vw, 2.4rem, 2vw);
  }
}
.function .l-flex li p {
  line-height: 1.6875;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
}

.system {
  padding-bottom: 100px;
}
.system table {
  font-size: 1.6rem;
  border: 1px solid #2DB7FF;
  width: 100%;
  table-layout: fixed;
  border-bottom: none;
}
.system table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2DB7FF;
  line-height: 2.4rem;
}
@media screen and (max-width: 999px) {
  .system table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.system table th {
  color: #2DB7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 30px 40px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .system table th {
    width: 272px;
  }
}
@media screen and (max-width: 999px) {
  .system table th {
    text-align: center;
    border-bottom: 1px solid;
    padding: 20px;
    display: block;
  }
}
.system table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .system table td {
    border-left: 1px solid #2DB7FF;
    padding: 30px 30px 30px 40px;
    width: calc(100% - 272px);
  }
}

.price {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1000px) {
  .price {
    padding: 100px 0;
  }
}
.price h3.index1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 20px;
}
@media screen and (min-width: 1000px) {
  .price h3.index1 {
    font-size: 3rem;
    padding: 50px 0 27px;
  }
}
.price h3.index2 {
  font-size: 2.4rem;
  line-height: 4.4rem;
  font-weight: bold;
  text-align: center;
}
.price h3.index2 span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (min-width: 1000px) {
  .price h3.index2 span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .price h3.index2 {
    font-size: 3rem;
    padding: 50px 0 27px;
  }
}
@media screen and (max-width: 999px) {
  .price h3.index2 {
    margin-bottom: 30px;
  }
}
.price__banner {
  width: 100%;
  height: 198px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6dcdff 0%, #1b9ee2 100%);
  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;
}
@media screen and (max-width: 999px) {
  .price__banner {
    height: auto;
    display: block;
    padding: 34px 0px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
  }
}
.price__banner span {
  width: 90%;
  height: 29px;
  border-radius: 5px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 29px;
  color: #2DB7FF;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .price__banner span {
    font-size: 2.5vw;
    line-height: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 999px) {
  .price__banner span {
    width: 70%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .price__banner span {
    width: 211px;
    height: 75px;
    font-size: 3rem;
    line-height: 75px;
    border-radius: 10px;
    margin-right: 43px;
  }
}
.price__banner p {
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .price__banner p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .price__banner p {
    font-size: 2rem;
  }
}
.price__banner p strong {
  font-size: 8rem;
  margin-left: 29px;
  vertical-align: bottom;
}
@media screen and (max-width: 999px) {
  .price__banner p strong {
    font-size: 5.5rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .price__banner p strong {
    font-size: 3.5rem;
    margin-left: 10px;
  }
}
.price__3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .price__3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.price__3col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 292px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #2db7ff;
  -webkit-box-shadow: 0px 5px 6px rgba(127, 225, 251, 0.65);
          box-shadow: 0px 5px 6px rgba(127, 225, 251, 0.65);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .price__3col li {
    width: 25%;
    height: 360px;
  }
}
.price__3col li img {
  margin: 40px auto 0;
  max-width: 200px;
  width: 80%;
  display: block;
}
.price__3col li h4 {
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin-top: 12px;
  font-weight: bold;
  color: #2CA8E9;
  margin-bottom: 44px;
}
@media screen and (min-width: 1000px) {
  .price__3col li h4 {
    font-size: 2.4rem;
    margin-top: 24px;
  }
}
.price .caption {
  line-height: 1.75;
  padding-top: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .price .caption {
    font-size: 1.4rem;
  }
}
.price .underline {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px auto 0;
  position: relative;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 768px) {
  .price .underline {
    margin: 70px auto 0;
    font-size: 4rem;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .price .underline.pc {
    display: block !important;
  }
  .price .underline.sp {
    display: none !important;
  }
}
.price .underline.pc:after {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 4px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #2DB7FF;
}
@media screen and (max-width: 999px) {
  .price .underline span {
    display: block;
    position: relative;
    line-height: 4.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .price .underline span:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #2DB7FF;
  }
}

.gotop {
  background-color: #EBF8FF;
}

.sp-footer-banner {
  z-index: 2;
  position: fixed;
  height: 54px;
  bottom: 0;
  width: 100%;
}
.sp-footer-banner .l-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  width: 100%;
  height: 100%;
}
.sp-footer-banner .l-flex a {
  width: 50%;
  display: block;
  padding: 0 1.3vw;
}
.sp-footer-banner .l-flex a:after {
  content: none;
}
.sp-footer-banner .l-flex a .c-contact__circle {
  width: 30px;
  height: 30px;
  line-height: 3rem;
  font-size: 1rem;
}
.sp-footer-banner .l-flex a .c-contact__textwrapper {
  padding-left: 2vw;
}
.sp-footer-banner .l-flex a .c-contact__tel {
  font-size: 1.4rem;
  margin-top: -3px;
}
.sp-footer-banner .l-flex a .c-contact__date {
  font-size: 0.8rem;
}
.sp-footer-banner .l-flex a .c-contact__document {
  font-size: 1.4rem;
}
.sp-footer-banner .l-flex a p {
  padding-left: 20px;
}