@charset "UTF-8";
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}
*,
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	font-family: "M PLUS Rounded 1c", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.4rem; /* 14px */
	line-height: 2;
	letter-spacing: 0.05em;
	background-color: #F2FBFF;
	color: #191919;
	word-wrap: break-word;/* IE */
	overflow-wrap: break-word;/* CSS3 */
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	text-align: center;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}

/* 共通 */

.inner {
	max-width: 880px;
	margin: auto;
}

.wrap-contents{
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
	gap: 40px;
}

.mt-40 {
	margin-top: 40px;
}


.title {
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
	display: inline;
}

h2 {
	margin-top: 60px;
}

.line-bl{
	background: linear-gradient(transparent 50%, #07719D 50%);
}

.line-ye{
	background: linear-gradient(transparent 50%, #FFEF62 50%);
}

.font-b {
	font-weight: 700;
}

.font-s {
	font-size: 1.2rem; 
}

.font-l {
	font-size:5.2rem;
}

.font-ye {
	color: #FFE835;
}

/* メインビジュアル */
.mv {
	max-width: 1800px;
	margin: auto;
}

h1 {
	margin: 30px;
}

/* 動画 */

.inner.video {
	margin-top: 30px;
	margin-bottom: 80px;
}

.subTitle-video {
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 1.8rem ;
	line-height: 1.4;
}

.iframe-wrap {
	position: relative;
    width: 100%;
    padding-bottom: 56.25%;	
}
.iframe-wrap iframe {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ABOUT */

.phone {
	max-width: 204px;
}

.text-about {
	max-width: 550px;
}

/* GIFT */

.gift{
background-color:#3BB4F2;
padding-top: 60px;
margin-top: 60px;
}

.gift h2 {
	margin-top: 0px;
}

.gift h2 img {
	margin-bottom: -15px;
}

.gift .title {
	font-size: 3.2rem;
	color: #fff;
	text-align: center;
	display: inline;
}

.wrap-gift01 {
	margin-top: 40px;
	border: 5px solid #0179AA;
    border-radius: 30px;
    box-shadow: 5px 5px 0 #0179aa;
    background-color: #fff;
    margin-bottom: 60px;
	padding-bottom: 20px;
}

.wrap-gift02 {
	border: 5px solid #0179AA;
    border-radius: 30px;
    box-shadow: 5px 5px 0 #0179aa;
    background-color: #fff;
    margin-bottom: 60px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.number{
	max-width: 104px;
	margin: -10px auto 0 auto;	
}

.number img {
	margin-top: -30px;
}

.text-gift {
	background-color: #FFE824;
	color: #3BB4F2 ;
	font-size: 2.4rem;
}

.text-gift span {
	font-size: 3.4rem;
}

.subTitle-gift {
	margin-top: 10px;
	font-size: 2rem ;
}

.img-gift {
	max-width :690px;
	margin: 20px auto;
}

/* お申し込み */

.title-offer {
	font-size: 3rem;
	color: #fff;
	padding-left: 10px;
}

.title-offer-02 {
	font-size: 3rem;
	color: #0179AA;
	padding-left: 10px;
}

.inner-offer {
	background: url(../img/bg-gift-l.png) no-repeat left -3% bottom 60px/177px auto,url(../img/bg-gift-r.png) no-repeat right -3% top 10px/168px auto;
}

.inner-offer-02 {
	background: url(../img/bg-price-l.png) no-repeat left -3% bottom 60px/177px auto,url(../img/bg-price-r.png) no-repeat right -3% top 10px/168px auto;
	margin: 60px auto;
}

.title-offer {
	margin-bottom:20px ;
}

.inner-kantan {
	margin-top: 10px;
}

.kantan {
	max-width: 500px;
    margin: -15px auto 40px auto;
    padding: 30px 20px 15px 30px;
    border-radius: 5px;
    box-shadow: 7px 7px 0 #d9d9d9;
    background-color: #fff;
    margin-bottom: 60px;
}

.kantan p {
	font-weight: 700;
	text-align: left;
	font-size: 1.8rem;
}

.kantan p::before {
	content: url(../img/dot-m.svg);
	position:relative;
    top: 1px;
    padding-right: 10px;
	padding-left: 10px;
}

.syotai {
	background-color: #FFE824;
	color: #3BB4F2 ;
	font-size: 3.4rem;
	padding: 0px 10px;
}

.syotai-02 {
	background-color: #Fff;
	color: #FF7A19 ;
	font-size: 3.4rem;
	padding: 0px 10px;
}


.btn-offer {
	display: inline-block;
	transition: .3s;
}

.btn-offer:hover {
	transform: translateY(-6px);
	opacity: 0.9;
}

.btn-offer img {
	max-width: 564px;
}

.btn-step{
	margin-top: 40px;
    z-index: 1;
}

.btn-step a{
	border-bottom: 2px #fff solid;
	padding-left: 10px;
    padding-bottom: 10px;
	color: #fff;
	font-size: 1.6rem;
    letter-spacing: 0.2em;
	transition: .3s;
}

.btn-step a::after {
	content: url(../img/arrow.svg);
	position:relative;
    padding-left: 30px;
	padding-right: 10px;
}

.btn-step a:hover {
	opacity: 0.8;
}

.inner-offer-02 .btn-step a {
	color: #191919;
	border-bottom: 2px #191919 solid;
}

.inner-offer-02 .btn-step a::after {
	content: url(../img/arrow02.svg);
}

.inner-offer-02 .btn-step a:hover {
	opacity: 0.7;
}

.woman {
    display: inline-block;
	margin: -70px 0 -1px 650px ;
    max-width: 190px;
}

/* PRICE */

.price .inner {
	max-width: 1080px;
}

.text-title-price {
	font-weight: 700;
    font-size: 1.6rem;
    margin-top: 20px;
}

.list-price {
	margin-top: 40px;
	margin-bottom: 40px;
}

.price01,.price03{
	max-width: 430px;
}

.price02,.price04{
	max-width: 600px;
}

.text-price {
	text-align: left;
	margin-bottom: 40px;
}

.subTitle-price {
	font-weight: 700;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 5px;
}

/* COMPANY */

.wrap-company {
	margin-top: 40px;
    border: 5px solid #0179AA;
    border-radius: 30px;
    box-shadow: 5px 5px 0 #0179aa;
    background-color: #fff;
    margin-bottom: 60px;
}

.company h2 {
	margin-top: 0px;
}

.company h2 img {
	margin-top: -29px;
}

table {
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	margin: 20px auto;
}

table th {
	width: 30%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 15px;
	vertical-align: middle;
	color: #0179AA;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
}

table th::before {
	content: url(../img/dot-m.svg);
	position:relative;
    top: 1px;
    padding-right: 10px;
}

table td {
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 15px;
	vertical-align: middle;
	text-align: left;
}

table td.last,table th.last {
	border-bottom: none;
}

.man {
    display: inline-block;
    margin: -80px 590px -41px 0px;
    max-width: 190px;
}


/* ATTENTION */

.attention {
	background-color: #fff;
	border-top: 5px #0179AA solid ;
	border-bottom: 5px #0179AA solid ;
	margin-top: 80px;
}

.attention h2 {
	margin-top: 0px;
}

.attention h2 img {
	margin-top: -29px;
}

.text-attention {
	text-align: left;
    margin-top: 40px;
	padding-bottom: 60px;
}

.text-attention li {
	margin-top: 10px;
}


/* TOPボタン */

.btn-top {
	width: 51px;
	position: fixed;
	right: 40px;
    bottom: 5%;
	transition: .3s;
	z-index: 5555;
}

.btn-top:hover {
	opacity: 0.7;
}

/* 右側固定ボタン */

.btn-offer-fixed {
	width: 120px;
	position: fixed;
    right: -20px;
	top: 30%;
	transition: .3s;
	z-index: 9999;
}

.btn-offer-fixed:hover {
	right: -10px;
}


/* フッター */

footer .woman {
	margin: -120px 0 -1px 650px;
}

.ft-logo {
	width: 242px; 
	margin-top: 20px;
	margin-bottom: 20px;
}

.ft-nav li a {
	transition: .3s;
}

.ft-nav li a:hover {
	opacity: 0.7;
}


/* ふわっと表示 */
.element {
	/* 最初は非表示 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  }
  /* フェードイン時に入るクラス */
  .is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
  }