@charset "utf-8";
/* CSS Document */

/*-----共通設定-----*/
body{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
}
html{
	font-size: 62.5%;   
}
p{
	color:#494949;
}
.pc { 
    display: none !important; 
}
.btn-bg {
    margin-top: 1.0rem;
}
/*-----共通設定ここまで-----*/

/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}


/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .sp{
    width: 100%;
}
#first-view .btn-top {
    position: absolute;
    bottom:2%;
    left:17%;
    /*width: 100%;*/
}
.btn-top img{
    max-width: 80%;
}
/**/
/**/
/**/
/*<!--FV-01ここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    background-color: #f0f7fc;
    position: relative;
    padding: 2.6rem 1.5rem 3.1rem 1.5rem;
}
#pr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 60px 0 60px;
  border-color: #f0f7fc transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.pr-box img{
    max-width: 100%;
}
.pr-tittle-sp{
    margin-bottom: 2.9rem;
}
.sp.pr-wrapper-sp {
    margin-bottom: 4.8rem;
}
.pr-item1-sp, .pr-item2-sp{
    display: flex;
    justify-content: center;
}
img.pr-number-sp {
    max-width: 20%;
    align-self: center;
    
}
.pr-item1-sp {
    margin-bottom: 2.2rem;
}
.pr-item1-sp h1{
    font-size: 2.2rem;
    font-weight: bold;
    color:#494949;
    text-align: center;
    line-height: 1.5;
    border-bottom: 5px dotted #1f92cc;
}
.pr-item2-sp img{
    max-width: 40%;
	object-fit: contain;
}
.pr-item2-sp P{
    font-size: 1.6rem;
    line-height: 1.4;
}
.pr-text-sp {
    margin-left: 1rem;
	letter-spacing: -0.12em;
}

span.pr-item-color {
    color: #1f92cc;
	font-size: 2.4rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    background: url("../img/bg.jpg")no-repeat center center / cover;
    padding: 5rem 0 2.8rem 0;
	text-align: center
}
#list img{
    max-width: 100%;
}
img.list-tittle-mark {
    margin: 1.0rem 0;
}
h1.list-box-tittle {
    color: #ffffff;
    font-size: 2.0rem;
}
.list-box-min-tittle{
    margin-bottom: 1.7rem;
    font-weight: 500;
	font-size: 1.3rem;
}
.list-wrapper{
    background-color: white;
    border-radius: 3.0rem;
    padding: 2.8rem 1.5rem 2.5rem 1.5rem;
    margin: 0 1.5rem 2.5rem 1.5rem;
}

/*table*/
#list table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

#list table tr {
  border-bottom: 6px solid #fff;
}

#list table th,
#list table td {
  border-right: 6px solid #fff;
}
#list table th {
  font-size: 2.4rem;
  font-weight: 400;
}
#list .th1, #list .th2 {
	text-align: center;
	border-top-left-radius: 12px 12px;
  border-top-right-radius: 12px 12px;
}
#list .th1 {
  background-image: linear-gradient(102deg, #b5e3cc, #add0ee);
}
#list .th2 {
  background-image: linear-gradient(102deg, #add0ee, #28a7f5);
}
#list th.tb-title {
    font-size: 1.8rem;
	vertical-align: middle;
}
#list .th1, #list .th2{
  color:#fff;
  font-size: 2rem;
  padding: 2.6rem 0;
}
#list table .tb-title {
    background: #f7f7f7;
    color: #494949;
	text-align: center;
	padding: 0.6rem 0;
	font-size: 1.2rem;
	font-weight: 500;
}
#list .tb-text-1, #list .tb-text-2{
   text-align: center;
   font-size: 1.4rem;
	font-weight: 500;
	padding: 2.0rem 0.5rem;
}
#list .tb-text-1, #list .tb-text-1 p{
   background-color: #f2faf6;
	color: #3dad6b;
}
#list .tb-text-2, #list .tb-text-2 p{
	background-color: #eef8fe;
	color: #1f92cc;
	font-size: 1.4rem;
	vertical-align: middle;
}
#list .non{
  background:#fff
}
p.tb-text-1-p {
    font-size: 1.5rem;
}
span.tb-span1 {
    font-size: 2.4rem;
}
span.tb-span2 {
    font-size: 4.8rem;
}
p.tb-text-1-p.tb-text-1-p-center {
    margin: 1.3rem 0;
}
p.tb-text-min {
    font-size: 1.4rem;
}
/*table終わり*/



.list-item-another-2 h3{
    font-size: 2.0rem;
    margin: 4.3rem 0 1.7rem 0;
    color: #517D99;
    font-weight: 500;
    text-align: center;
}

.list-item-another-2 {
    padding: 1.5rem 1.8rem 0;
    margin: 0 auto;
}
.list-item-another-2 p{
    font-weight: 500;
    font-size: 1.4rem;
}

.list-text-another{
    margin: 1rem 0 1rem 0;
    line-height: 1.8rem;
	text-align: left;
}

/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    background-color: #F2F2F2;
}
.qa-box img{
    width: 100%;
}
.qa-box{
    padding: 1.8rem 1.5rem 2.8rem 1.5rem;
}
.qa-wrapper01 {
    text-align: center; 
}
.qa-wrapper01 p{
    margin: 1.2rem auto 2.3rem auto;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4;

}
.qa-wrapper02{
    background-color: white;
    border-radius: 3.0rem;
    padding: 0.1rem 1.8rem 1.8rem 1.8rem;
   
}
.qa-q-area, .qa-a-area{
    display: flex;
}
.qa-q-area img, .qa-a-area img{
    margin-right: 1.5rem;
    max-width: 20%;
    align-self: center;
}
.qa-q-area{
    margin: 2.5rem 0 2.0rem 0;
}
.qa-a-area{
    padding-bottom: 2.5rem;
    border-bottom: 4px dotted #494949;
}
.qa-a-area-bottom{
    border-bottom: none;
}
.qa-q-area p{
    font-size: 1.6rem;
    color:#1f92cc;
    font-weight: 500;
    align-self: center;
    max-width: 380px;
    
}
.qa-a-area p{
    font-size: 1.6rem;
    align-self: center;
    line-height: 1.5;
}
.qa-a-mark{
	background: linear-gradient(transparent 70%, #c7eac9 0%);
	font-weight: bold;
	color: #1f92cc;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
.targeting-box{
    padding: 2.6rem 2.7rem 3.1rem 2.7rem;
}
#targeting01{
    background-color: #d6e8f6;
    position: relative;
}
#targeting01 img{
    width: 100%;
}
img.targetingtittle-img-sp {
    width: 100%;
}
.targetingtittle-img-sp{
    margin-bottom: 1.5rem;
}

#targeting01::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 60px 0 60px;
  border-color: #d6e8f6 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
#targeting02{
    padding: 3.0rem 0 2.5rem 0;
}
.targeting-box-02 h1{
    font-size: 2.8rem;
    font-weight: bold;
    color: #517D99;
    letter-spacing: -1px;
    margin-bottom: 2.0rem;
    text-align: center;
}
.targeting-box-02 mark{
    color:#1f92cc;
    background: linear-gradient(transparent 70%, #c7eac9 0%);
}
.targeting-item{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.targeting-area{
    order:2;
}
.targeting-area p{
    font-size: 1.6rem;
    line-height: 1.5;
}
.targeting-text-1{
    margin-top: 2.8rem;
    margin-bottom: 2.7rem;
}
.targeting-text-2{
    margin-bottom: 2.7rem;
}
.targeting-text-3{
    font-size: 1.4rem;
    margin-bottom: 3.7rem;
}
.targeting-item img{
    order:1;
    max-width: 40%;
   
    margin: 0 auto;
}
.targeting-btn img{
    max-width: 100%;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
    background: url("../img/bg.jpg")no-repeat center center / cover;
}
.step-box img{
    max-width: 100%;
}
.step-box{
    padding: 3.5rem 1.5rem 2.8rem 1.5rem;
}
.step-wrapper{
    background-color: white;
    border-radius: 3.0rem;
    padding: 2.8rem 1.75rem 5rem 1.75em;
    margin: 4rem 0;
}
.step-item{
    display: flex;
    margin-bottom: 6rem;
}
.step-item img{
    align-self: center;
}

.step-area {
    margin-left: 1.4rem;
}
.step-area h2{
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
	text-align: center;
}
.step-col{
    display: flex;
    flex-direction: column-reverse;
}
.step-col p{
    line-height: 1.7;
    font-size: 1.6rem;
	margin-right: 1rem;
}

.step-btn{
    text-align: center;
}
.step-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
	
}


.step-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing {
    padding-top: 2.5rem;
}

.closing-box .btn-area{
  width: 80%; 
	margin:1.5rem 0;
}
.closing-box {
    text-align: center;
    
}
.closing-box h3{
    font-size: 1.9rem;
    color: #1f92cc;
    font-weight: 500;
    background: linear-gradient(transparent 70%, #c7eac9 0%);
    display: inline;
}
.closing-text-size{
    font-size: 2.2rem;
}

.closing-wrapper {
  
}
.closing-item{
    align-self: center;
}
.closing-copyright{
    background-color: #1f92cc;
}
.closing-copyright p{
    text-align: center;
    padding: 1.0rem 0;
}
.tel-box{
	margin-bottom: 1.0rem;
    
}
.tel-text{
    background-color: #1f92cc;
    display: inline-grid;
    color: #fff;
    text-align: center;
    align-content: center;
    font-weight: 500;
    font-size: 1.0rem;
	padding: 5px 60px;
}

.tel-item{
    text-align: left;
    margin-left: 1rem;
}
.tel-number{
    font-size: 3.2rem;
    color:#1f92cc;
    font-weight: bold;
}
.logo-box{
    margin-top: 1.4rem;
    text-align: left;
}

.logo-item{
    text-align: left;
    font-size: 1.6rem;
	margin: 1.5rem 0 1rem 0;
}
.closing-img{
    align-self: end;
}
#closing .btn-box.step-btn {
    margin-bottom: 1.0rem;
}
.week-time p{
	font-weight: 500;
	font-size: 1.2rem;
}
.sp.closing-movie {
    margin-bottom: 1.5rem;
}
.sp.logo-item {
    font-size: 1.2rem;
    text-align: center;
	font-weight: 500;
}
.closing-copyright p{
	color: #ffffff;
}
.closing-item-in {
    display: flex;
}
.sp.btn-box-right {
    align-self: end;
}
p.wt-title {
    margin-bottom: 15px;
}
.btn-box-left{
	width:60%;
}
.sp.btn-box-right {
    width: 40%;
}
.btn-box-left {
    align-self: center;
}
.closing-img{
	width: 100%;
}
img.sp-logo {
    width: 100%;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/

/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #1f92cc;
	position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
	 

}
footer .menu{
	display: flex;
	justify-content: center;
}

footer .nav .menu li a{
   color: #ffffff;
   font-weight:bold;
   text-decoration: none;
   font-size: 1.8rem;
	
}
.footer-tel,.footer-form{
	border-right: 1px solid #ffffff;
	padding: 20px 0;
	width: 42%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-tel:before, .footer-form:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-tel:before{
  background-image: url("../img/tel.png");
}
.footer-form:before{
  background-image: url("../img/from.png");
}
.footer-top{
	width: 16%;
	text-align: center;
    align-self: center;
}
.footer-top img{
	width: 40%;

}
/*はじめは非表示*/
.content {
  opacity: 0;
}
.content.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);/*下から*/
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
