/**
* Template Name: Arsha - v4.6.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:noto-sans-cjk-jp,sans-serif, "Open Sans", sans-serif;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 /* font-family: "Jost", sans-serif;*/
}

.img_100per { width: 100% !important;}

.acc_txt { color: #c27db6; font-weight: bold; }
.acc_txt2 { color: #ca120e; font-weight: bold; }

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}
}

.pc_view { }
.sp_view { display:none;}

@media (max-width: 1200px){
.pc_view {display:none;}
.sp_view {display:inherit;}  
}


.table_company td { padding: 17px; }
.table_company td:nth-child(1) { width: 25%; }

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

.flow { justify-content: space-evenly;}


.lv3 {
    color: #37517e !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.lv3:before { content:"●";}
.tel {
    font-size: 20px !important;
    font-weight: bold;
    background: #eee;
    padding:10px;
    text-align: center;
    border-radius: 10px;
}

.tC { text-align: center; }
.mauto {
    margin: 0 auto;
    justify-content: space-evenly;
}


.form_box #submit-button,
.button_grade{
    background: -webkit-linear-gradient(-45deg, #396fce 0%, #fa505e 100%);
    color: #fff;
    border-radius:5px;
    padding: 15px 20px;
    border: none;
    transition : all 0.5s ease 0s;
}

.button_grade_mini {
    background: -webkit-linear-gradient(-45deg, #396fce 0%, #fa505e 100%);
    color: #fff;
    border-radius: 5px;
    padding: 5px 35px;
    border: none;
    transition: all 0.5s ease 0s;
    display: block;
    margin: 13px auto;
    width: fit-content;
    width: -moz-fit-content;
}

.form_box #submit-button:hover,
.button_grade:hover,
.button_grade_mini:hover{
    opacity: 0.7;
    color: #fff !important;}

.form-g_input .inputform_check {
    background: #eee;
    padding: 30px;
    border-radius: 15px;
}


@media screen and (max-width: 768px) {
.form_box #submit-button, .button_grade {
    background: -webkit-linear-gradient(-45deg, #396fce 0%, #fa505e 100%);
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    border: none;
    transition: all 0.5s ease 0s;
    width: 70% !important;
    margin: 0 auto !important;
}
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #396fce;
  border:1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgba(255, 255, 255, 0.9);
}
#header .logo{
  font-size: 30px;
  margin: 0 0 0 30px;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar li img { width: 56px; transition : all 0.5s ease 0s;}
.navbar li img:hover { opacity: 0.6;}
.navbar li:last-child a { padding: 10px 0 10px 10px !important;}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #47b2e4;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 14px 20px;
  margin-left: 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background: #396fce;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .con_mail {
    padding: 5px 20px 5px 35px;
    margin-left: 15px;
    border-radius: 5px;
    color: #fff;
    background: #396fce url(../img/icon_mail.png) no-repeat 10px 50%;
    background-size: 35px;
    box-sizing: border-box;
    width: 92.5%;
}

.navbar .con_mail a { color: #fff;     font-size: 14px !important; }


.navbar .con_line {
    padding: 5px 20px 5px 35px;
    margin-left: 15px;
    border-radius: 5px;
    background: #00b900 url(../img/icon_line.png) no-repeat 2px 50%;
    background-size: 50px;
    box-sizing: border-box;
    width: 92.5%;
    margin-top: 10px;
}

.navbar .con_line a { color: #fff;     font-size: 14px !important; }





.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #396fce;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1191px) {
  .mobile-nav-toggle {
    display: block;
  }

.navbar li:last-child a { padding: 10px 20px !important;}

  .navbar ul {
    display: none;
  }
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #fff;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


.d-flex2 {
    display: flex;
    justify-content: space-between;
}


@media (max-width: 1200px){
.d-flex2 {
    display: inline !important;
}

#header .logo {
    width: fit-content;
    width: -moz-fit-content;
    display: inline;
}

.navbar {
    float: right;
    padding-right: 15px;
     width:100%;
    /*width: -moz-fit-content;*/
}

}


.bi-list { margin-top: -70px;}

@media (max-width: 375px){
.bi-list { margin-top: -30px; margin-right: 10px;}
.navbar-mobile .mobile-nav-toggle {
    top: 15px;
    right: 15px;
}

.navbar {
    display: block;
    }
    
.mobile-nav-toggle {
    display: block;
    position: absolute;
    top: -4px;
    right: 2px;
    /*float: right;
   top: 15px;
   right: 15px;*/
    /*margin-top: -30px;*/
    z-index: 999999999;
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

ruby rt {
    font-size: 30%;
}
#hero {
  width: 100%;
  height: 100vh;
  /*background: #37517e;*/
    background: url("../img/bg_key.jpg") no-repeat;
    background-size: 100%;
}
#hero .container {
  padding-top: 72px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  font-family: noto-sans-cjk-jp,sans-serif;
  font-weight: bold;
}
#hero h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
 #hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 56px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #396fce url("../img/icon_arrow_w.png") no-repeat 25px 50%;
}
@media (max-width: 1400px) {
 #hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 56px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px auto 0;
  color: #fff;
  background: #396fce url("../img/icon_arrow_w.png") no-repeat 25px 50%;
}
 }

#hero .btn-get-started:hover {
  background: #209dd8 url("../img/icon_arrow_w.png") no-repeat 25px 50%;
}
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .btn-watch-video:hover i {
  color: #47b2e4;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 1400px) {
  #hero {
    height: 95vh;
    text-align: center;
  }
}
@media (max-width: 1191px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 73%;
  }

}


@media (max-width:1200px) {
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  font-family: noto-sans-cjk-jp,sans-serif;
  font-weight: bold;
}
    
#hero h2 {
    color: #000;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;

} 
} 

@media (max-width: 959px) {
  #hero {
    height: 90vh;
    text-align: center;
    padding: 60px 0 0;
  }
  
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  #hero .container {
  padding-top: 0px;
}

}
@media (max-width: 575px) {
#hero .hero-img img {
    width: 58%;
    padding-top: 0px;
    margin-right: 24%;
}
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.main-text { padding-left: 10%;}

@media screen and (min-width: 1381px) {
.main_img {
    margin-top: 240px;
    width: 56%;
    margin-left: auto;
    margin-right: 30%;
    display: block;
}
}

@media (max-width: 1380px) {
.main_img {
    margin-top: 140px;
    width: 70%;
    margin-left: auto;
    margin-right: 30%;
    display: block;
}
}
@media (max-width: 1300px) {
.main_img {
    margin-top: 200px;
    width: 65%;
}
}

@media (max-width: 900px) {
.main_img {
    margin-top: 50px;
    width: 60%;
    margin-right: 90px;
}

.main-text { padding-left: 0%;}
    
}


/*--------------------------------------------------------------
# YOUTUBE 
--------------------------------------------------------------*/
.youtube_video {
    width: 90%;
    margin: 20px auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.youtube_video iframe { 
    width:48%;
    height: 306px;
    margin-bottom: 30px;
    border:#E8E8E8 1px solid;
}


@media (max-width: 959px) {
.youtube_video iframe { 
    width:100%;
    height: 220px;
    margin-bottom: 30px;
    border:#E8E8E8 1px solid;
}  
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title,
#formWrap h2,
.apply_finish{
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2,
#formWrap h2,
.apply_finish{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.section-title h2::before,
#formWrap h2::before,
.apply_finish::before{
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after,
#formWrap h2::after,
.apply_finish::after{
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}
.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}



.title_blue { 
    color:#396fce;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 0.1em;
}



/*--------------------------------------------------------------
# arrow
--------------------------------------------------------------*/
.arrow{
    position: relative;
    display: inline-block;
}
.arrow::after {
    content: '';
    width: 11px;
    height: 11px;
    margin-top: -5px;
    border-top: solid 2px #47b2e4;
    border-right: solid 2px #47b2e4;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -56px;
}
@media screen and (max-width: 768px) {
.arrow::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #47b2e4;
    border-right: solid 2px #47b2e4;
    transform: rotate(135deg);
    position: absolute;
    top: 93%;
    right: 50%;
}
}




/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
section#about {
    padding: 0px 0 0px !important;
    overflow: hidden;
    background: #f1f5fb;
}

section#about p.sec_read {
    letter-spacing: 0.2em;
    line-height: 1,5;
}

.about-text { padding: 80px 60px;}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}
.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# REASON
--------------------------------------------------------------*/
#reason h3,
#price h3{
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}

#reason h4,
#price h4{
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
    margin-bottom: 20px;
}

#reason .icon-box,
#price .icon-box{ color: #000;}

#reason .icon-box p,
#price .icon-box p{ padding: 0 50px;}

#reason .icon-box .icon,
#price .icon-box .icon{ height: 70px; }

.reason_read {
    background: url("../img/bg_reason.jpg") no-repeat 50% 50%;
    background-size: contain;
    padding: 100px 10px;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.2em;
}

.tC { text-align: center;}


/* タブ切り替え */
.tab02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
	width: 70%;
}
.tab02:after {
  content: '';
  width: 100%;
  height: 3px;
  background:#396fce;
  display: block;
  order: -1;
}
.tab_label {
  height: 60px;
  line-height: 60px;
  color:#000;
  background:#d9d9d9;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab_label:not(:last-of-type) {
  margin-right: 5px;
}
.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブタブ */
.tab_active:checked+.tab_label {
  color:#fff;
  background:#396fce;
}
.tab_active:checked+.tab_label+.tab_content {
  height: auto;
  overflow: auto;
  padding: 50px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
	background: #e6eef5;
}
/* ラジオボタン非表示 */
.tab_active {
  display: none;
}

.tab_content table {
	margin-bottom: 10px;
}

.tab_content table tr { border-bottom: 1px solid #ddd;}
.tab_content table th,
.tab_content table td {
	padding: 20px;
	background: #fff;
	border-right:1px solid #ddd;}

.tab_content table th {
	background:#8CA3CC;
	text-align: center;
	border-right:1px solid #fff;
	color: #fff;
}

.tab_content table th:last-child,
.tab_content table td:last-child{ border-right:none; }


@media screen and (min-width: 1301px) {
.tab_content table.pc_view {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

}

@media screen and (max-width: 1300px) {
.tab02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
	width: 95%;
}
.tab_content table.pc_view {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 1200px) {

.tab02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
	width: 95%;
}
	
.tab_active:checked+.tab_label+.tab_content {padding: 50px 10px 20px;}
	
.tab_content table th,
.tab_content table td {
    display: block;
    width: 100%;
	border-right: none;
}
	
.tab_content table td { border-bottom: 1px solid #ddd;}
.tab_content table td:last-child{ border-bottom:none; }

}



/* 2403新料金表 */
.tbl-r05  { width: 70%; margin: 20px auto;}

.tbl-r05 th:not(:first-child) {
    background-color: #db601e;
    text-align: center;
    color: #fff;
}

.tbl-r05 th:first-child {
    background-color: #db601e;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.tbl-r05 tr,
.tbl-r05 td {
    border-bottom: 1px solid #979797;
    padding: 15px;
}


.tbl-r05 td {
    vertical-align: middle;
}

.tbl-r05 tr:nth-child(2) td:first-child,
.tbl-r05 tr:nth-child(3) td:first-child,
.tbl-r05 tr:nth-child(4) td:first-child{
    background: #fff !important;
    font-weight: normal;
    font-size: 90%;
    line-height: 1.4;
    padding: 15px 10px !important;
}

.tbl-r05 td:first-child {
    background: #fffbe2;
    font-weight: bold;
    border-right: 1px solid #979797;
    text-align: center;
}

.tbl-r05 td:not(:first-child) {
    width: 28%;
    text-align: center;
    background-color: white;
    border-right: 1px solid #979797;
}

.tbl-r05 .price_sbtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.tbl-r05 a.btn_start { margin: 10px auto; }

.tbl-r05 del {
    text-align: center;
	display:block;
}

.tbl-r05 .price,
.p-col2 .price {
    font-weight: bold;
    color: #e2510a;
    font-size: 140%;
}
.p-col2 .price small { font-size:55%; }

.otoku,
.otoku_l{
	text-align:center;
	padding: 10px 0;
}
.otoku span,
.otoku_l span{
    width: -moz-fit-content;
    width: fit-content;
    background: #f7dd00;
    padding: 3px 10px;
    color: #000;
    font-weight: bold;
    display: block;
	position: relative;
    margin: 0 auto;
}

.otoku span:before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -11px;
    border: 12px solid transparent;
    border-bottom: 12px solid #f7dd00;
}

.otoku_l span:before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -11px;
    border: 12px solid transparent;
    border-bottom: 12px solid #f7dd00;
}

.otoku_l span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 11px solid #f7dd00;
    z-index: 2;
}

@media screen and (max-width: 1000px) {

.tbl-r05.sp_view {
        width: 100%;
        display: inline-table !important;
    }
   
.tbl-r05 tr:nth-child(2) td:first-child {
    background: #fff0;
    font-weight: normal;
    font-size: 90%;
    line-height: 1.4;
    padding: 15px 10px !important;
    color: #232323;
    text-align: left;
    border-right: none;
    border-bottom: 0;
}
	
    .tbl-r05 tr {
        width: 100%;
    }

    .tbl-r05 td:not(:first-child) {
        width: 100%;
        text-align: right;
        border-right: none;
        border-bottom: none;
    }

    .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
        border-right: none;
    }

.tbl-r05 td div { line-height: 1;}

.tbl-r05 .price {
    text-align: right;
    display: block;
    line-height: 0;
}

.sp_btn_start {
    margin: 0;
    padding: 0 !important;
}

    .tbl-r05 .otoku {
    width: 100%;
    margin-right: 0px;
    /* margin-left: auto; */
	text-align: right;
	}

    .tbl-r05 td:first-child,
	.tbl-r05 tr:nth-child(3) td:first-child,
	.tbl-r05 tr:nth-child(4) td:first-child{
        background-color: #17549b !important;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }

    .tbl-r05 .price_sbtn div {
        width: 70%;
        margin: 2% auto;
    }

.tbl-r05 del {
    text-align: center;
	display:inline-block;
}
	
}


/* はじめるボタン */
a.btn_start {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 230px;
    margin: auto;
    padding: 0.6rem 4rem;
    font-weight: bold;
    background-image: linear-gradient(to right, #fdcc22 0%, #f78220 30%, #f04d0c 100%);
    border-radius: 100vh;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
	text-shadow: 0px 0px 7px #ab3a09;
}

a.btn_start::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
}

a.btn_start:hover {
    color: #fff;
    background-image: linear-gradient(to left, #fdcc22 0%, #f78220 30%, #f04d0c 100%);
}


/* trialはじめるボタン */
a.btn_start_trial {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: fit-content;
    margin: auto;
    padding: 0.6rem 4rem;
    font-weight: bold;
    background-image: linear-gradient(to right, #fdcc22 0%, #f78220 30%, #f04d0c 100%);
    border-radius: 100vh;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
	text-shadow: 0px 0px 7px #ab3a09;
}

a.btn_start_trial::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
}

a.btn_start_trial:hover {
    color: #fff;
    background-image: linear-gradient(to left, #fdcc22 0%, #f78220 30%, #f04d0c 100%);
}

@media (max-width: 1024px) {
.sp_mb { margin-bottom: 100px; }
}



/*--------------------------------------------------------------
# simulation
--------------------------------------------------------------*/
#simulation h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #000;
}

#simulation h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
    margin-bottom: 20px;
}

.simulation .content {
  padding: 60px 10px 0 100px;
}
.simulation .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}
.simulation .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.simulation .content p {
  letter-spacing: 0.2em;
}


.simulation .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.simulation .accordion-list {
  padding: 0 100px 60px 100px;
}
.simulation .accordion-list ul {
  padding: 0;
  list-style: none;
}
.simulation .accordion-list li + li {
  margin-top: 15px;
}
.simulation .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.simulation .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.simulation .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.simulation .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.simulation .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.simulation .accordion-list .icon-show {
  display: none;
}
.simulation .accordion-list a.collapsed {
  color: #343a40;
}
.simulation .accordion-list a.collapsed:hover {
  color: #47b2e4;
}
.simulation .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.simulation .accordion-list a.collapsed .icon-close {
  display: none;
}

.simulation_text { letter-spacing: 0.2em; margin-top: 40px; }
.simulation_text p {
    background: #bed0ee;
    margin: 10px 0;
    padding: 7px;
    width: fit-content;
    width: -moz-fit-content;
}

.simulation_text p span {
    color:#396fce;
    font-weight: bold;
    font-size: 120%;
}

.simulation_btm {
    width: 85%;
    margin: 40px  auto 0;
}


@media (max-width: 1024px) {
.simulation .content, .simulation .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }

.simulation .content h3,
.simulation .content h4,
.simulation .content p.title_blue{
  text-align: center
}
    
.simulation .content p { padding: 10px 30px;}

.simulation_text {text-align: center;}
.simulation_text p {
    background: #bed0ee;
    margin: 10px auto;
    padding: 7px;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
}
}
@media (max-width: 992px) {
  .simulation .img {
    min-height: 400px;
  }
  .simulations .content {
    padding-top: 30px;
  }
  .simulation .accordion-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# device
--------------------------------------------------------------*/
#device h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #000;
}

#device h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  color:#396fce;
  background: url("../img/icon_check.png") no-repeat 0 50%;
  background-size: 12px 15px;
    padding-left: 20px;
}

.device .content ul {
  list-style: none;
  padding: 0;
}
.device .content ul li {
  padding-bottom: 10px;
}
.device .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}
.device .content p:last-child {
  margin-bottom: 0;
}
.device .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.device .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}
.device .progress .skill .val {
  float: right;
  font-style: normal;
}
.device .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}
.device .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

.device_point {
    background: #f1f5fb;
    padding: 20px 50px 40px;
    border-radius: 20px;
    width: fit-content;
}

@media (max-width: 959px) {

.device .content { padding: 10px 40px; }

#device h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #000;
}

}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

#services h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    color: #000;
}

.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}
.services .icon-box .icon {
  margin-bottom: 10px;
  text-align: center;
}
.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}
.services .icon-box h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}
.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
  color: #47b2e4;
}



/*--------------------------------------------------------------
# merit
--------------------------------------------------------------*/
#merit h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #000;
}

#merit h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
    margin-bottom: 20px;
}

.merit .content {
  padding: 60px 10px 0 100px;
}
.merit .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}
.merit .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.merit .content p {
  letter-spacing: 0.2em;
}


.merit .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.merit .accordion-list {
  padding: 0 100px 60px 100px;
}
.merit .accordion-list ul {
  padding: 0;
  list-style: none;
}
.merit .accordion-list li + li {
  margin-top: 15px;
}
.merit .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.merit .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.merit .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.merit .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.merit .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
merit .accordion-list .icon-show {
  display: none;
}
.merit .accordion-list a.collapsed {
  color: #343a40;
}
.merit .accordion-list a.collapsed:hover {
  color: #47b2e4;
}
.merit .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.merit .accordion-list a.collapsed .icon-close {
  display: none;
}

.merit_text { letter-spacing: 0.2em; margin-top: 40px; }
.merit_text p {
    background: #bed0ee;
    margin: 10px 0;
    padding: 7px;
    width: fit-content;
    width: -moz-fit-content;
}

.merit_text p span {
    color:#396fce;
    font-weight: bold;
    font-size: 120%;
}


@media (max-width: 1024px) {
.merit .content, .meritn .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }

.merit .content h3,
.merit .content h4,
.merit .content p.title_blue{
  text-align: center
}
    
.merit .content p { padding: 10px 30px;}

.merit_text {text-align: center;}
.merit_text p {
    background: #bed0ee;
    margin: 10px auto;
    padding: 7px;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
}
}
@media (max-width: 992px) {
  .merit .img {
    min-height: 400px;
  }
  .merit .content {
    padding-top: 30px;
  }
  .merit .accordion-list {
    padding-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# hajimeni
--------------------------------------------------------------*/
#hajimeni h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #000;
}

.hajimeni_point p {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color:#396fce;
  background: url("../img/icon_check.png") no-repeat 0 6px;
  background-size: 12px 15px;
   padding-left: 20px;
   margin: 10px 0 !important;
}

.hajimeni .content ul {
  list-style: none;
  padding: 0;
}
.hajimeni .content ul li {
  padding-bottom: 10px;
}
.hajimeni .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}
.hajimeni .content p:last-child {
  margin-bottom: 0;
}
.hajimeni .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.hajimeni .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}
.hajimeni .progress .skill .val {
  float: right;
  font-style: normal;
}
.hajimeni .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}
.hajimeni .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

.hajimeni_point {
    background: #f1f5fb;
    padding: 20px 40px 20px;
    border-radius: 20px;
    width: fit-content;
    margin: 40px 0;
}

.hajimeni_p {
   width: 80%;
}


@media (max-width: 959px) {

.hajimeni .content { padding: 10px 40px; }

#hajimeni h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #000;
}


}




/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgb(11 58 141 / 90%), rgba(40, 58, 90, 0.9)), url(../img/cta-bg.jpg) fixed center center;
  background-size: cover;
  padding: 40px 0 30px;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}
.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #47b2e4;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}
.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}
.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}
.pricing h4 sup {
  font-size: 28px;
}
.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}
.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}
.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}
.pricing .featured {
  border-top-color: #47b2e4;
}
.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}
.pricing .featured .buy-btn:hover {
  background: #23a3df;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  color: #000;
}

.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 30px 10px 60px;
  outline: none;
  cursor: pointer;
    color: #000;
}

.text-link {
    display: inline-block !important;
    padding: 10px 15px !important;
    background: #D8EEFF;
    margin: 10px 0;
    border-radius: 10px;
    transition : all 0.5s ease 0s;
}

.text-link:hover {
    opacity: 0.8;
color: #396fce !important;
}


.faq .faq-list a.ques_icon {
    background: url("../img/img_ques.png") no-repeat;
    background-size: 40px 40px;}

.faq .ans {
    margin-top: 10px;
    background: url("../img/img_ans.png") no-repeat;
    background-size: 40px 40px;
    padding: 5px 30px 10px 60px;
}

.faq .ans span {
    color: crimson;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.control-label {
    color: #396fce;
    font-weight: bold;
    margin: 10px 0 10px;
    font-size: 105%;
}

.control-label  span {
    background: #396fce;
    font-size: 75%;
    padding: 2px 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    }

.small_txt { font-size: 90%; margin-top: 10px;}

.btn_blue {
    padding: 14px 20px;
    margin-left: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: #396fce;
    border: none;
    transition : all 0.5s ease 0s;
}

.btn_dgy {
    padding: 14px 20px;
    margin-left: 30px;
    border-radius: 5px;
    font-size: 16px;
    background:#B8B8B8;
    border: none;
    transition : all 0.5s ease 0s;
}

.btn_blue:hover {
    color: #fff;
    background: #31a9e1;
  }
  
.btn_dgy:hover {
    color: #fff;
    background:#A4A4A4;
  }


.form-control2 {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}




.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.form-group {
 border-bottom:1px solid #fff;
 padding: 0 0 20px 0;
}

.last-child { border-bottom:none; }

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}



/* チェックボックス */
.inputform_box {
	/*background: #396fce;
	padding: 20px 20px;
	border-radius: 20px;*/
    margin-top:20px;
    text-align: left;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 0 0 20px;
}

.footer_input {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    padding: 30px;
}

.form-g_input {
    /*text-align: center;*/
    background: hsla(0,0%,100%,0.55);
    border-radius: 10px;
    padding: 20px 0;
}


.footer_input .form-g_input {
     padding: 40px;
     background: #fff;
}

.form-g_input input {
    padding: 5px;
    border-radius: 5px;
    }
    
.inputform_check {
    font-size: 80%;
    margin-top: 8px;
    }

.inputform_box_input {
    width: 70%;
}

.submit-button {
    background: #da8610;
    color: #fff;
    border: none;
    width: 28%;
    padding: 3px;
    border-radius: 5px
}

/*.submit-button:disabled {
    background-color: #ccc;
    color: #999;
}*/

.form-g_input p { 
    text-align:center;
    font-size: 130%;
    font-weight: bold;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 20px;
      background: linear-gradient(135deg, #396fce 0%, #fa505e 100%);
      background: -webkit-linear-gradient(-45deg, #396fce 0%, #fa505e 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

.form-g_input p:before {
    content: "＼";
    position: absolute;
    bottom: 0;
    left: -28px;
      background: linear-gradient(135deg, #396fce 0%, #396fce 100%);
      background: -webkit-linear-gradient(-45deg, #396fce 0%, #396fce 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.form-g_input p:after {
    content: "／";
    position: absolute;
    bottom: 0;
    right: -28px;
      background: linear-gradient(135deg, #fa505e 0%, #fa505e 100%);
      background: -webkit-linear-gradient(-45deg, #fa505e 0%, #fa505e 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.honnin_check div { 
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.honnin_check p:nth-child(1){
    width: 58%;
    display: inline-block;
}

.honnin_check p:nth-child(2){
    width: 40%;
    display: inline-block;
}

.honnin_check p img {
    display: inline;
    width: 100%;
}

@media (max-width: 1200px) {
.inputform_box {
	padding: 30px 30px;
    width: 70%;
    margin: 40px auto;
}

.footer_input {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 50px;
}

}
@media (max-width: 768px) {
.inputform_box {
	padding: 30px 30px;
	border-radius: 0px;
    width: 100%;
}

.inputform_box_input {
    width: 100%;
    margin-bottom: 5px;
}

.submit-button {
    background: #da8610/*#ccc*/;
    color: #fff;
    border: none;
    width: 100%;
    padding: 3px;
    border-radius: 5px
}

.footer_input {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
}

.form-g_input {
    /*text-align: center;*/
    background: hsla(0,0%,100%,0.55);
    border-radius: 10px;
    padding: 20px 0 50px;
}



}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 102px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}


/*--------------------------------------------------------------
# おすすめ
--------------------------------------------------------------*/
#osusume {
    width: 70%;
    margin: 0 auto 20px;}

#osusume .row { margin-bottom: 40px;}
#hajimeni #osusume h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 20px;
}
#hajimeni #osusume .col-lg-4 { margin-bottom: 30px;}

@media (max-width: 768px) {
#osusume {
    width: 90%;
    margin: 0 auto 0px;}

#osusume .row { margin-bottom: 0px;}

}

/*--------------------------------------------------------------
# ドロワー
--------------------------------------------------------------*/
.footer-text { background: #fff; padding-top: 40px; }
.footer-text_inner {
    width: 70%;
    margin: 0 auto;
    padding-bottom:70px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-text_inner article { width: 48%;}


.footer-text_inner table th { width: 25%; }

.acd-check{
    display: none;
}
.acd-label{
    background:rgb(11 58 141 / 90%);
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.acd-label:after{
    background: #396fce;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: 900;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f067';
}
.acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


@media (max-width: 768px) {
.footer-text_inner {width: 90%;}
.footer-text_inner article { width: 100%;}
.footer-text_inner article:nth-child(1) { margin-bottom: 30px;}


}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #396fce;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
  padding: 30px 0 0px 0;
  background: #eee;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: right;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #000;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
  vertical-align: sub;

}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: inline-block;
  align-items: center;
    margin-right: 15px;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}