/**
* Template Name: SoftLand
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;

}
.btn-light{
	background-color:#dad176 !important;
	}

.w-90{
	width:90%;
	}
	
.bg-ivory{
	background-color:#dbc186;
	}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}
.w-65{
	width:60%;
	}

@keyframes shrinkFadeIn {
  0% {
    transform: scale(3.5) rotate(50deg); /* 最初はスケール1で回転なし */
    opacity: 0; /* 完全に透明 */
  }
  100% {
    transform: scale(0.9) rotate(0deg);  /* 50%に縮小し、10°回転 */
    opacity: 1;  /* 最後は完全に表示 */
  }
}

.shrink-fade-in {
  animation: shrinkFadeIn 0.6s ease-out forwards;
  animation-delay: 2.3s; /* 3秒遅れて開始 */
  opacity: 0;  /* 初期状態で透明 */
}


.w-60{
	width:60%;
	}
.dp-sp{
	display:none;
	}
.hime{
	position:absolute;
	top:100px;
	}
	
	.ki-moji{
	position:absolute;
	top:110px;
	}
	
	.bimi-moji{
	position:absolute;
	top:25%;
	left:30%;
	}
	
		.gal-moji-sp{
	position:absolute;
	bottom:-37%;
	left:2%;
	}
	
		.gal-moji-pc{
	position:absolute;
	bottom:52%;
	right:-17%;
	z-index:5;
	}
	
	.bimi-moji-sp{
	position:absolute;
	top:15%;
	left:10%;
	}
	.gal{
	position:absolute;
	bottom:0px;
	right:-15%;
	z-index:4;
	}
	
	.galsp{
	position:absolute;
	bottom:-70%;
	left:0;
	}
.waku{
	border:1px solid #CCC;
	}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.mincho{
	font-family: "Noto", serif;
	}
.l-sp-s{
	letter-spacing:0.3em;
	}
	
.l-sp-m{
	letter-spacing:0.8em;
	}
.d-sha:hover{
	 box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 6rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #603813;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #C60;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #603813;
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.d-sha{
	 box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
	}





.step p:last-child {
  margin-bottom: 0px;
}









/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

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

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(265, 265, 265, 0.7);
  height: 90px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

/*--------------------------------------------------------------
# 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 30px;
  font-size: 16px;
  font-weight: 400;
  color: #603813;
  white-space: nowrap;
  transition: 0.3s;
}
.kadomaru{
border-radius:30px;
}

.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:#F60;
}

.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: 15px;
  color: #101c36;
}

.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: #2d71a1;
}

.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: #965619;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
	.ki-moji{
	position:absolute;
	top:50px;
	}
	#header{
		height:80px;
		} 
	#header.header-scrolled {
  height: 70px;
}
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  

  #header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  height:325px;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(265, 265, 265, 0.7);
  transition: 0.3s;
  z-index: 999;
  
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 22px;
  right: 8px;

}

.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: 3px 3px;
  font-size: 18px;
  color: #965619;

}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color:#C60;
}

.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: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.insta{
	width:22px;
	}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background:url(../item/back.jpg) no-repeat top center;
  background-size:cover;
  
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
	
	.hero-section {
  background: url(../item/backa.jpg) top center repeat-y;
  background-size:cover;
	}

}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
 
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing:0.5em;
  line-height:1.5em;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
   .hero-section h1 {
	  font-size:1.4rem;
	  letter-spacing:0.2em;
	  font-weight: 600;
  }
  .f_m-s{
	  font-size:100% !important;
	  }
	 .h-img{
		 width:50%;
		 }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #603813;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

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

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 2.5rem 0 2.5rem 0;
	background-color:#dbc186 !important:
	}


.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
  color:#FFF;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

.merit{
	background:url(../item/m-back.jpg) no-repeat;
	background-size:100%;
}


.fs-m{
	font-size:120%;
	}
	
.btn-info{
	padding:2px 10px !important;
	}

	
.aback{
		background: url(../item/backa.jpg) repeat-y;
	background-size:100%;
	}
	

.card{
	border:#FCC 3px solid;
	}
	

	
	
.table_a th{
	border-bottom: #b4975f 2px solid;
	width:20%;
	background:none;
	
	}
	
.table_a td{
	border-bottom: #dfd676 2px solid;
	background:none;
	}
	
.table_b th{
	border-bottom: #f8e169 4px solid;
	padding:40px 20px 10px 0px ;
	
	}
	
.table_b td{
	border-bottom: #fababa 4px solid;
	padding:40px 20px 10px 0px ;
	text-align:left !important;
	
	}
	
.frame-wrapper_video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top:56.25%;
}


.frame-wrapper_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.popup a title{
	font-size:36px !important;
	}

.popb{
	  padding: 15px 15px 0px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align:left !important;
    display: none;
  position:fixed;
	}
.btn-mouseover:hover + .mouseover__box{
  display: block;
}
.mouseover__box:hover{
  display: block;
}
.mouseover__box{

  top:35%;
  left:32%;
  width: 280px;

}

.btn-mouseover2:hover + .mouseover__box2{
  display: block;
}
.mouseover__box2:hover{
  display: block;
}
.mouseover__box2{

  top:10%;
  left:32%;
  width:680px;

}

.btn-mouseover3:hover + .mouseover__box3{
  display: block;
}
.mouseover__box3:hover{
  display: block;
}
.mouseover__box3{

  top:32%;
  left:52%;
  width:300px;

}

.btn-mouseover4:hover + .mouseover__box4{
  display: block;
}
.mouseover__box4:hover{
  display: block;
}
.mouseover__box4{

  top:42%;
  left:52%;
  width:300px;

}
.fc-lb{
	color:#0dcaf0;
	}
    
.otop{
    height: 200px;
    overflow-y: scroll;
    background-color:#eee;

}

.otop div{
    padding: 30px;

}
input[type=checkbox] {
	transform: scale(2);
	margin: 0 6px 0 0;
}

.red{
	color:#F00;
	}
@media screen and (max-width: 992px) {
	.dp-pc{
	display:none;
	}
	.dp-sp{
	display:inline;
	}
.hero-section {
  background:url(../item/sp-back.jpg) no-repeat top center;}
  .iframe {
     height:200px !important;
	 width:95% !important;
  }
  .merit{
	background:none;
}



	
.bback{
		background:url(../item/bs-back.jpg) no-repeat;
	background-size:100%;
	}
	
.cback{
		background:url(../item/cs-back.jpg) no-repeat;
	background-size:100%;
	}
	
.dback{
		background:url(../item/ds-back.jpg) no-repeat;
	background-size:100%;
	}
    table {
    display: block;
  }
   .table_a th{
	  text-align:center;
	 width:100% !important;
	  }
	   .table_a td,.table_a tr{
		   margin-bottom:0.5em !important;
		   width:100%;
	  }
	  
	  .table_b th{
	  text-align:center;
	  border-bottom: #f8e169 1px solid !important;
	  padding-bottom:3px !important;
	  width:100% !important;
	  }
	  
	  .table_b table tr td input{
		  width:100%;
		  }
	  
	 .td{
		 padding-top:0px !important;
		 text-align:left !important;
		 }

  tr {
    display: flex;
    flex-direction: column;
	margin-bottom:50px;
  }

  th, td {
    width:100% !important; /* コンテンツ幅いっぱいに広がるように設定 */
    /* 他に必要なスタイルを追加する場合はここに記述 */
  }
  h2{
	  line-height:0.7em !important;
	  }
	 .inp-t{
		 width:100%;
		 }
		 
		 .navbar ul li {
	 border-bottom:1px solid #eee;
	 text-align:center;
	 padding:3px 3px 3px 25px;
	
  }
  .sp-w100{
	  width:100%;
	  }
	  .sp-w85{
	  width:85%;
	  }
.sp-tac{
	text-align:center;
	}
	  
}
