@charset "utf-8";
/* CSS Document */
/*-----フォントmemo-----*/
/*.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}*/

/*-----共通設定-----*/
body{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
}
html {
    font-size: 62.5%;
}
p{
    font-size: 1.8rem;
	color:#494949;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.sp { 
    display: none !important;
}

.btn-bg {
    margin-top: 1.5rem;
}
/*-----共通設定ここまで-----*/

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

/* ボタン全体 */
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #1f92cc;
  border-radius: 50%;
  z-index: 1;
  }

  /* Font Awesome */
  #page_top::before {
  position: absolute;
  top:20%;
  left: 25%;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 55px;/*画像の幅*/
  height: 55px;/*画像の高さ*/
  background-image: url(../img/angle-up-solid_white.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  
  }

/**/
/**/
/**/
/*header*/
/******* ヘッダーのスタイル ********/
header {
    position: fixed; /*** ← fixedで固定 ***/
    width: 100%; 
    height: 60px; 
    background: #1f92cc; 
    padding: 20px 30px 20px 0; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center; 
	z-index: 1;
    justify-content:flex-end;
}
header .nav .menu li a{
   color: #ffffff;
   font-weight:bold;
   text-decoration: none;
   font-size: 2.4rem;
}
/*はじめは非表示*/
.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;
  }
}

/*header項目追加*/
ul.menu {
    display: flex;
}

.header-tel:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 5px;
}
.header-form:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/from.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 5px;
}
.header-tel,.header-form{
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header-tel{
	border-right: 1px solid #ffffff
}
li.header-form {
    padding-left: 20px;
}
li.header-tel {
    padding-right: 20px;
}





/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
  position: relative;
}
#first-view .pc{
    width: 100%;
}
#first-view .btn-top {
  position: absolute;
  width: 35%;
  height: 15%;
  bottom: 12%;
  left: 27%;
	
}
.btn-top img{
    max-width: 100%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    background-color:#f0f7fc;
    padding: 7.0rem 0 9.0rem 0;
     position: relative;
}
#pr img{
    max-width: 100%;
}

.pr-box{
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    padding: 0 1.5rem;
}
.pr-wrapper{
    display: flex;
    align-items: center;
}
.pr-wrapper:nth-of-type(1){
    margin-top: 5.0rem;
}
.pr-wrapper:nth-of-type(2){
    margin: 4rem 0 4rem 0;
}
.pr-wrapper:nth-of-type(3){
    margin-bottom: 6.0rem;
}
.pr-number{
    align-self: center;
}
.pr-item {
    margin: 0 1.0rem 0 2.0rem;
}
.pr-item h1{
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    color:#494949;
    border-bottom: 5px dotted #1f92cc;
	padding-bottom: 0.5rem;
}
.pr-item p{
    margin-top: 2rem;
    line-height: 1.6;
    text-align: left;
}
span.pr-item-color {
    color: #1f92cc;
	font-size: 3.8rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
     background: url("../img/bg.jpg")no-repeat center center / cover;
}
#list img{
    max-width: 100%;
}
.list-box{
    max-width: 1000px;
    margin: 0 auto;
    padding: 7.0rem 1.5rem 8.9rem 1.5rem;
    
}
.list-title-box {
    text-align: center;
}
h1.list-box-tittle {
    font-size: 4.0rem;
    font-weight: 500;
    color: #ffffff;
}
img.list-tittle-mark {
    padding: 3.0rem 0;
}
.list-box-min-tittle{
    margin-bottom: 3.6rem;
    font-weight: 500;
	line-height: 2.6rem;
}
.list-wrapper{
    background-color: white;
    border-radius: 6.0rem;
    padding: 9.3rem 4rem 4.8rem 4rem;
}
/*table*/
#list table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  
  table-layout: fixed;
}

#list table tr {
  
  padding: .35em;
  border-bottom: 10px solid #fff;
}
#list table th,
#list table td {
  padding: 2.3rem 1rem 2.3rem 1rem;
  border-right: 10px solid #fff;
}
#list table th {
  font-size: 2.4rem;
  font-weight: 400;
}
#list .th1, #list .th2 {
  width: 40%;
	text-align: center;
	border-top-left-radius: 14px 27px;
  border-top-right-radius: 14px 27px;
}
#list .th1 {
  background-image: linear-gradient(102deg, #b5e3cc, #add0ee);
}
#list .th2 {
  background-image: linear-gradient(102deg, #add0ee, #28a7f5);
}
#list th.tb-title {
    width: 20%;
    font-size: 1.8rem;
	vertical-align: middle;
}
#list table thead tr{
  color:#fff;
}
#list table tbody th {
    background: #f7f7f7;
    color: #494949;
	text-align: center;
}
#list .tb-text-1, #list .tb-text-2{
   text-align: center;
   font-size: 2.4rem;
	font-weight: 500;
}
#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: 2.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.9rem;
    margin: 6.6rem 0 3.4rem 0;
    color: #517D99;
    font-weight: 500;
}
.list-item-another-2  p{
    line-height: 2.6rem;
}
.list-item-another-2 {
	margin: 2rem 0 0 5.2rem;
}
.list-item-another-2 p{
    font-weight: 500;
}
.list-text-another{
    margin:2.0rem 0 5.8rem 0;
    line-height: 2.6rem;
}


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

/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/

.qa-box{
    max-width: 1000px;
    margin: 0 auto;
    padding: 7.0rem 1.5rem 10.0rem 1.5rem;
}
.qa-wrapper01 {
    text-align: center;
}
.qa-wrapper01 p{
    text-align: center;
    margin: 3.7rem 0 3.6rem 0;
    font-weight: 500;
	line-height: 2.6rem;
	
}
.qa-wrapper02{
    background-color:#f0f7fc;
    border-radius: 6.0rem;
    padding: 4.5rem 12.2rem 8.6rem 12.2rem;
}
.qa-q-area, .qa-a-area{
    display: flex;
	
}
.qa-q-area img, .qa-a-area img{
    margin-right: 3.0rem;
    align-self: center;
}
.qa-q-area{
    margin: 4.8rem 0 2.2rem 0;
	line-height: 4.0rem;
}
.qa-a-area{
    padding-bottom: 4rem;
    border-bottom: 4px dotted #494949;
	line-height: 2.6rem;
	
}
.qa-a-area-bottom{
    border-bottom: none;
    padding-bottom:0px;
}
.qa-q-area p{
    font-size: 2.8rem;
    color:#1f92cc;
    font-weight: 500;
    align-self: center;
    
}
.qa-a-area p{
    align-self: center;
}
.qa-a-mark{
	background: linear-gradient(transparent 70%, #c7eac9 0%);
	font-weight: bold;
	color: #1f92cc;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting01 img, #targeting02 img{
    max-width: 100%;
}
#targeting01{
    position: relative;
    background-color: #f0f7fc;
    padding: 7.0rem 0;
}
#targeting01::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 100px 0 100px;
  border-color: #f0f7fc transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.targeting-box{
    max-width: 1000px;
    margin:  0 auto;
    text-align: center;
    padding: 0 1.5rem;
}
.targeting-box-01 img:nth-of-type(1){
    margin-bottom: 3.0rem;
}
#targeting02{
    padding: 11.0rem 0 5.5rem 0;
}
.targeting-box-02 h1{
    font-size: 5rem;
    font-weight: bold;
    
    margin-bottom: 5.8rem;
    text-align: center;  
}
.targeting-box-02 mark{
    color:#1f92cc;
    background: linear-gradient(transparent 70%, #c7eac9 0%);
	font-weight: 500;
}
.targeting-item{
    display: flex;
    max-width: 800px;
    margin: 0 auto;
	margin-bottom: 4.5rem;
}
.targeting-item img{
    align-self: center;
}
.targeting-area {
    margin-right: 2.5rem;
	align-self: flex-end;
}
.targeting-area p{
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.targeting-area p:nth-of-type(-n+2){
    margin-bottom: 2.5rem;
    text-align: left;
}
p.targeting-text-3 {
    text-align: left;
}

/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step{
     background: url("../img/bg.jpg")no-repeat center center / cover;
}

#step img{
    max-width: 100%;
}
.step-title {
    text-align: center;
}
.step-box{
    max-width: 1000px;
    margin: 0 auto;
    padding: 7.0rem 1.5rem 10.0rem 1.5rem;
}
.step-wrapper{
    background-color: white;
    border-radius: 6.0rem;
    padding: 7.2rem 9rem 7.2rem 9rem;
    margin: 5rem 0;
}
.step-item{
    display: flex;
    margin-bottom: 2.5rem;
	
}
.step-item img{
    align-self: baseline;
}
.step-area {
    margin-left: 3.5rem;
}
.step-area h2{
    font-size: 4.6rem;
    font-weight: 500;
    margin: 2.0rem 0 3rem 0;
	color:#3c3c3c;
}
.step-col{
    display: flex;
    
}
.step-col p{
   /* max-width: 360px; */
    line-height: 1.6;
    margin-right: 1rem;
}
.step-btn{
    text-align:center;
}
.step-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
	margin-top: 75px;
}

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


/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing {
    padding-top: 4.8rem;
}
.closing-box {
    text-align: center;
    padding: 0 1.5rem;
}
.closing-box h3{
    font-size: 3.3rem;
    color: #1f92cc;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #c7eac9 0%);
    display: inline;
}
.closing-item-in {
    display: flex
;
}
.closing-text-size{
    font-size: 3.8rem;
}

.closing-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    justify-content: center;

}
.closing-copyright{
    background-color: #1f92cc;
}
.closing-copyright p{
    text-align: center;
    padding: 2.3rem 0;
	color:#ffffff;
}
.tel-box{
    display: flex;
    justify-content: center;
    
    padding-bottom: 2.3rem;
}
.tel-text{
    background-color: #f5af7d;
    display: inline-grid;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-weight: 500;
    margin-right: 1.5rem;
}
.tel-number{
    font-size: 5.5rem;
    color:#1f92cc;
    font-weight: bold;
	padding-top:0.6rem;
	
}
.week-time {
    display: flex;
	border-bottom: 2px solid #c7eac9;
	justify-content: center;
	padding-bottom: 1.5rem;
}
.week-time p{
	text-align: left;
	padding: 0 1.0rem;
	line-height: 1.5;
}
.logo-box{
    display: flex;
    margin: 2.0rem 0;
}
.logo-item{
    text-align: left;
	padding-top:0.6rem;
    margin-left: 2.1rem;
}

#closing img.btn-area {
    max-width: 65%;
}
#closing .btn-box{
	margin-bottom: 1.5rem;
}
.closing-item {
    margin-right: 3rem;
}
.closing-movie {
    align-self: center;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
    .targeting-box {
        max-width: 700px;
}
    .targeting-box-02 h1 {
        font-size: 5.0rem;
    }

    .pr-box{
        max-width: 700px;  
}
    .pr-wrapper{
        display: block;
}
    .pr-item p {
        text-align: center;
        margin-bottom: 2.0rem
}

    .merit-box{
        max-width: 700px;
}
    .merit-wrapper h2 {
        font-size: 2.7rem;
        margin-bottom: 2.0rem;
        font-weight: 500;
}
    .merit-wrapper h1 mark {
        font-size: 4.0rem;
}
    
    .list-box{
        max-width: 700px;
}
    .list-wrapper {
        padding: 6rem;
}
    .list-yen {
        font-size: 3rem;
        padding: 1.5rem 0 1.5rem 4.0rem;
}
    .list-yen02{
        font-size: 3rem;
        padding: 1.5rem 0 1.5rem 4.0rem;
    }
    .list-yen-min {
        font-size: 1rem;
}
    .list-name {
        font-size: 2rem;
        padding: 0;
        line-height: 3;
}
    .qa-box{
        max-width: 700px;
}
    .qa-wrapper02 {
        background-color: white;
        border-radius: 6rem;
        padding: 6rem;
}
    .qa-q-area p {
       font-size: 2.2rem;
}
    .step-box{
        max-width: 700px;
}
    .step-wrapper {
        padding: 6rem;
        margin: 5rem 0;
}
    .step-area h2 {
        font-size: 3.5rem;
}
    .step-col p {
        margin-right: 1.0rem;
}
    .voice-box{
        max-width: 700px;
}
    .information-box{
        max-width: 700px;
}
    img.pc.information-img {
        max-width: 90%;
}
    
}





