@charset "utf-8";
/* CSS Document */
html {
    background: #fff;
    font-size: 10px;
}
body {
    position: relative;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Titillium Web', 'Noto Serif Japanese', YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    font-feature-settings: "palt";
}
a:hover {
    text-decoration: none;
}
.btn {
    padding: 9px 28px;
    background: linear-gradient(to bottom right, #2fd2fe, #0372eb);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: #fff solid 2px;
    transition: all .3s;
}
.btn:hover {
    background: #fff;
    border: #0372eb solid 2px;
    color: #0372eb;
}
.btn-back{
    padding: 9px 28px;
    background: #666;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: #fff solid 2px;
    transition: all .3s;
}
.btn-back:hover{
    background: #fff;
    border: #666 solid 2px;
    color: #666
}
.btn-width {
    width: 240px;
}
.btn-top {
    background: #4EBA00;
    display: block;
    width: 250px;
    margin: 30px auto 0;
    padding: 6px;
}
.btn-top a {
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    border: 2px solid #fff;
    transition: .3s all;
}
.btn-top a:hover {
    background: #fff;
    color: #4EBA00;
}
.contact-induction {
    margin: 60px 0 30px;
}
.contact-induction p {
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    color: #438bff;
    font-size: 24px;
}
/*table*/
.table {
    width: 100%;
}
.table th, .table td {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}
.table th {
    font-size: 21px;
    font-weight: 600;
}
.table td {
    font-size: 32px;
    font-weight: 600;
    color: #999;
}
.table td b {
    font-size: 48px;
    font-weight: 700;
    color: #ff9c00;
}
@media screen and (max-width: 991.98px) {
    .table th, .table td {
        padding: 0px;
    }
    .table, .table tr, .table td, .table th {
        display: inline-block;
        width: 100%;
        border: none;
    }
    .table th {
        width: 100%;
        padding: 40px 0 0;
    }
    .table td {
        font-size: 21px;
        font-weight: 600;
        color: #999;
        border-bottom: 1px solid #ccc;
    }
    .table td b {
        font-size: 26px;
        font-weight: 700;
        color: #ff9c00;
    }
}
#company table {
    margin: 50px 0 0;
    border-collapse: collapse;
    width: 100%;
}
#company th.t_top {
    border-top: #438bff 4px solid;
}
#company th {
    border-bottom: #e3e3e3 1px dotted;
    text-align: left;
    padding: 10px;
    font-weight: normal;
}
#company td.t_top {
    border-top: #b3b3b3 4px solid;
}
#company th, #company td {
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}
#company td {
    border-bottom: #e3e3e3 1px dotted;
    text-align: left;
    padding: 10px;
}
#company tr:hover {
    background: #438bff;
    color: #FFFFFF;
}
/* アコーディオン */
.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}
.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #438bff;
}
.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    background: #eaeaea;
    color: #4d4d4d;
}
.cp_actab .cp_actab-content p {
    margin: 1em;
    font-size: 18px;
}
.cp_actab p {
    margin-bottom: 0px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 20em;
}
/*チェックのアイコン（↓）*/
.cp_actab label:after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: " \f078";
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 3em;
}
/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: " \f077";
}
h1{
    position: absolute;
    top: 27px;
    left: 27px;
    z-index: 499;
}
h1 img{
    width: 250px;
}
#video-wrap {
    width: 100%;
    overflow: hidden;
    height: 600px;
}
#video-wrap video {
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    vertical-align: bottom;
}
#video-wrap .overlay {
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
    background: url("../img/texture.png") repeat;
}
#video-wrap .overlay .overlay-inner {
    color: #fff;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 200px 0;
}
#video-wrap .overlay .overlay-inner .h2 {
    font-size: 32px;
    font-weight: 600;
}
#video-wrap .overlay .overlay-inner p {
    font-weight: 600;
}
@media screen and (max-width: 767.98px) {
    p{
        font-size: 14px;
    }
    h1 img{
        width: 150px;
    }
    #video-wrap .overlay .overlay-inner {
        padding: 000px 0;
    }
    #video-wrap .overlay .overlay-inner h1 img {
        width: 60%;
    }
    #video-wrap .overlay .overlay-inner p img {
        width: 90%;
    }
}
#top-salespoint {
    margin: -100px 0 0;
}
#top-salespoint .box {
    position: relative;
    z-index: 10;
    background: linear-gradient(to bottom right, #2fd2fe, #0372eb);
    padding: 32px 0 32px;
}
#top-salespoint .box p {
    padding: 32px 0 32px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 991.98px) {
    #top-salespoint {
        margin: -300px 0 0;
    }
    #video-wrap .overlay .overlay-inner {
        padding: 100px 0;
    }
    #top-salespoint .box {
        padding: 4px 0 12px;
    }
    #top-salespoint .box p {
        padding: 12px 0;
        width: 90%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 18px;
    }
}
section {
    margin: 30px 0 0;
    padding: 60px 0;
}
section.bg-blue {
    background: #f5f9ff;
}
section .heding {
    text-align: center;
    padding: 0 0 40px;
}
section .heding .sub-title {
    color: #438bff;
    font-size: 24px;
    font-weight: 400;
}
section .heding h2 {
    font-size: 32px;
    font-weight: 600;
}
section .heding .bar {
    width: 100px;
    height: 4px;
    background: #438bff40;
    margin: 18px auto;
}
section .heding .title_desc {
    font-weight: 600;
    font-size: 15px;
}
@media screen and (max-width: 767.98px) {
    section .heding .sub-title {
        font-size: 14px;
    }
    section .heding h2 {
        font-size: 26px;
    }
    section .heding .title_desc {
        font-weight: 600;
        font-size: 12px;
    }
}
#partner .swiper-container {
    width: 100%;
    height: 100%;
}
#partner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#partner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
#partner .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
#point .row > div {
    margin: 0 0 30px;
}
#point .row .card {
    min-height: 550px;
}
@media screen and (max-width: 767.98px) {
    #point .row .card {
        min-height: auto;
    }
}
#point .card-title {
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    color: #fff;
    background: url("../img/stripe.png"), linear-gradient(90deg, #2fd2fe, #0372eb);
}
#recruit .card {
    margin: 0 0 30px;
}
#recruit .card a{
	color: #fff;
}
#recruit .card a:hover{
	color: #0372eb;
}
#recruit h3 {
    font-weight: 600;
    font-size: 18px;
}
#recruit .card-text {
    min-height: 200px;
    font-size: 18px;
}
@media screen and (max-width: 767.98px) {
#recruit .card-text {
    min-height: auto;
    font-size: 14px;
}
}
#recruit .card a {
    width: 100%;
}
#income .row > div {
    margin: 0 0 30px;
}
#income .box {
    background: linear-gradient(to bottom, #2fd2fe, #0474eb);
    padding: 0 0 0 6px;
    margin: 0;
}
#income .box .inner {
    background: #f8f8f8;
    padding: 0 0 16px 24px;
    margin: 0;
}
#income .box p {
    padding: 12px 0 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
#income .box .h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0474eb;
}
#income .box p {
    padding: 12px 0 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
#income .box .price {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}
#income .box b {
    font-weight: 700;
    font-size: 28px;
    color: #07c565;
}
#income .text-center span{
	font-size: 14px;
	font-display: block;
}
#income .hcase{
    font-weight: 600;
    margin: 0 0 12px;
}
#service .row > div {
    margin: 0 0 30px;
}
#service img {
    width: 80%;
}
.card-type {
    margin: 0;
    width: 100%;
    background: center center /cover no-repeat fixed;
    background-size: cover;
    background-image: url("../img/footbg.jpg");
}
.card-type .card {
    margin: 12px 0 0;
    padding: 20px;
    text-align: center;
}
.card-type .card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #438bff;
    padding: 24px 0;
}
.card-type .card .bar {
    height: 1px;
    width: 100px;
    background: #438bff;
    margin: 0 auto;
}
.card-type .card p {
    margin: 32px 0;
    font-size: 14px;
    font-weight: 600;
    min-height: 50px;
}
.card-type .card a {
    margin: 0 auto;
}
footer {
    background: #64727a;
    padding: 32px 0 0;
}
footer a {
    max-width: 250px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
footer a:hover {
    color: #fff;
}
.copyright {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
.modal-header {
    font-weight: 600;
    font-size: 24px;
    padding: 16px;
}
.modal-body {
    font-weight: 500;
    font-size: 18px;
    padding: 18px 16px;
}
.modal-body span {
    font-size: 14px;
    margin: 0 0 14px;
    display: block;
}
.contact-fixed a{
    position: fixed;
    top: 98px;
    right: 18px;
    height: 18px;
    cursor: pointer;
    background: #fe5090;
    padding: 10px 20px 52px;
    z-index: 599;
    display: block;
    color: #fff;
    font-size: 28px;
    transition: all .3s;
    border: 2px solid #fe5090;
}
.contact-fixed a:hover{
    color: #fe5090;
    background: #fff;
    border: 2px solid #fe5090;
}
/*menu*/
#nav-toggle {
    position: fixed;
    top: 18px;
    right: 18px;
    height: 18px;
    cursor: pointer;
    background: linear-gradient(to bottom right, #2fd2fe, #0372eb);
    padding: 18px 18px 48px;
}
#nav-toggle > div {
    position: relative;
    width: 36px;
}
#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 14px;
}
#nav-toggle span:nth-child(3) {
    top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
    top: 23px;
}
.open #nav-toggle span {
    background: #fff;
}
.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}
#gloval-nav {
    background: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: left;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
    display: block;
    color: #0372eb;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
    position: relative;
    text-decoration: none;
}
#gloval-nav .sns{
    color: #0372eb;
    font-size: 18px;
    font-weight: 600;
}
#gloval-nav .sns a{
    display: inline-block;
    width: 24px;
    text-align: center;
}
#gloval-nav a::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0372eb;
    transition: all .3s ease 0s;
}
#gloval-nav a:hover {
    color: #666;
    cursor: pointer;
}
#gloval-nav a:hover::after {
    width: 100%;
}
#gloval-nav ul {
    list-style: none;
}
#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li {
    transition-delay: .15s;
}
/* open */
.open {
    overflow: hidden;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}
.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

@media screen and (max-width: 767.98px) {
/*menu*/
#nav-toggle {
    position: fixed;
    top: 28px;
    right: 18px;
    height: 18px;
    cursor: pointer;
    background: linear-gradient(to bottom right, #2fd2fe, #0372eb);
    padding: 8px 6px 30px;
}
#nav-toggle > div {
    position: relative;
    width: 26px;
}
#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 21px;
}
#nav-toggle:hover span:nth-child(1) {
    top: 3px;
}
#nav-toggle:hover span:nth-child(3) {
    top: 16px;
}
.open #nav-toggle span {
    background: #fff;
}
.open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contact-fixed a{
    position: fixed;
    top: 28px;
    right: 64px;
    height: 10px;
    cursor: pointer;
    background: #fe5090;
    padding: 2px 6px 32px 6px;
    z-index: 599;
    display: block;
    color: #fff;
    font-size: 21px;
    transition: all .3s;
    border: 2px solid #fe5090;
}
.contact-fixed a:hover{
    color: #fe5090;
    background: #fff;
    border: 2px solid #fe5090;
}
}

#contact .form-control{
    padding: 21px 12px;
    font-size: 18px;
}
#contact select.form-control{
    display: block;
    width: 100%;
    height: calc(2.25rem + 18px);
    padding: .375rem .75rem;
    font-size: 18px;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #337ab7;
}