@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 0px 0 0;
	width: 100%;
	line-height: 1.8;
    color: #000000;
    font-family: 'M PLUS Rounded 1c', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrapper {
	overflow: hidden;
}
.sponly {
    display: none;
}
.pconly {
    display: inline;
}

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

@media screen and (max-width:599px) {
    body {
        padding: 0px 0 0;
    }
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}

/*	ヘッダー
---------------------------------*/
header {
	width: 100%;
	line-height: 1;
	position: relative;
	z-index: 1010;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
	width: 100%;
    max-width: 1060px;
    height: 145px;
}

.hd-logo {
	position: relative;
	margin: 0px 0 0 0;
	width: 360px;
	text-align: left;
}
.hd-logo img {
}
.hd-info {
	width: calc(100% - 360px);
    vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

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

@media screen and (max-width: 959px) {
    .hd-inr {
        height: 100px;
    }
    .hd-logo {
        width: 300px;
    }
    .hd-info {
        width: calc(100% - 300px);
    }
}

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

@media screen and (max-width: 599px) {
	.hd-inr {
        padding: 0px 15px 0px 15px;
        height: 22vw;
	}
	.hd-logo {
        width: 100%;
        text-align: center;
	}
    .hd-logo img {
        width: 70vw;
        height: auto;
    }
	.hd-info {
		width: 0;
		align-items: center;
	}
}

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

/*	フッター
---------------------------------*/
footer {
}
footer .contents-inr {
}

.ft-copyright {
    padding: 10px 10px 10px 10px;
	font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

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

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

@media screen and (max-width: 599px) {
    .btn-pagetop {
        width: 30px;
    }
    .ft-copyright {
        padding: 6vw 10px 6vw 10px;
        font-size: 3vw;
    }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
	padding: 0;
	width: 100%;
}
.main-img-otr::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/img_main01.png"), url("../img/top/img_main_bg.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center bottom;
	background-size: auto, 100% 510px;
    z-index: -1;
}

.main-img-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1060px;
    height: 560px;
}

.main-img-inr .main-img-cap01 {
	position: absolute;
    top: 0px;
    left: 30px;
    width: 655px;
    text-align: left;
	z-index: 1001;
}
.main-img-inr .main-img-cap01 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-inr .main-img-cap02 {
	position: absolute;
    top: 98px;
    left: 30px;
    width: 590px;
    text-align: left;
	z-index: 1001;
}
.main-img-inr .main-img-cap02 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-inr .main-img-btn {
	position: absolute;
    top: 440px;
    right: 25px;
    width: 399px;
    text-align: left;
	z-index: 1002;
}
.main-img-inr .main-img-btn img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-inr .main-img-box {
	position: absolute;
    top: 360px;
    left: 30px;
    width: 600px;
    height: 256px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.5);
	z-index: 1001;
}
.main-img-inr p {
	position: absolute;
    top: 566px;
    left: 30px;
    width: 600px;
	font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.4;
	transform:rotateZ(0.03deg);
    text-align: center;
	z-index: 1001;
}

.main-img-inr .main-img-cap03 {
	position: absolute;
    top: 335px;
    left: 57px;
    width: 547px;
    text-align: left;
	z-index: 1001;
}
.main-img-inr .main-img-cap03 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-inr .main-img-cap04 {
	position: absolute;
    top: 400px;
    left: 60px;
    width: 251px;
    text-align: left;
	z-index: 1001;
}
.main-img-inr .main-img-cap04 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-inr .main-img-cap05 {
	position: absolute;
    top: 400px;
    left: 348px;
    width: 251px;
    text-align: left;
	z-index: 1001;
}
.main-img-inr .main-img-cap05 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

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

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

@media screen and (max-width:1060px) {
    .main-img-inr {
        height: 52vw;
    }
    .main-img-inr .main-img-cap01 {
        top: 0px;
        width: 61%;
    }
    .main-img-inr .main-img-cap02 {
        top: 10vw;
        width: 55%;
    }
    .main-img-inr .main-img-btn {
        top: 41vw;
        right: 2%;
        width: 37%;
    }
    .main-img-inr .main-img-box {
        top: 34vw;
        width: 56%;
        height: 24vw;
    }
    .main-img-inr p {
        top: 53vw;
        width: 56%;
    }
    .main-img-inr .main-img-cap03 {
        top: 31.2vw;
        left: 5.2%;
        width: 51%;
    }
    .main-img-inr .main-img-cap04 {
        top: 37vw;
        left: 5.5%;
        width: 23%;
    }
    .main-img-inr .main-img-cap05 {
        top: 37vw;
        left: 33%;
        width: 23%;
    }
}

@media screen and (max-width: 959px) {
    .main-img-otr::before {
        background-size: 1000px, 100% 300px;
    }
}

@media screen and (max-width: 767px) {
    .main-img-otr::before {
        background-size: 800px, 100% 300px;
    }
    .main-img-inr p {
        top: 52.5vw;
        font-size: 13px;
    }
}

@media screen and (max-width: 599px) {
    .main-img-otr::before {
        height: 51%;
        background-image: url("../img/top/img_main01_sp.png"), url("../img/top/img_main_bg.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: center 44vw, center bottom;
        background-size: 100%, auto 50%;
    }
    .main-img-inr {
        padding-left: 15px;
        padding-right: 15px;
        height: 260vw;
    }
    .main-img-inr .main-img-cap01 {
        left: 28px;
        width: calc(100% - 56px);
        text-align: center;
    }
    .main-img-inr .main-img-cap02 {
        top: 13.6vw;
        left: 28px;
        width: calc(100% - 56px);
        text-align: center;
    }
    .main-img-inr .main-img-btn {
        top: 117vw;
        right: 15px;
        width: calc(100% - 30px);
        text-align: center;
    }
    .main-img-inr .main-img-btn img {
        width: 100%;
        height: auto;
    }
    .main-img-inr .main-img-box {
        top: 155vw;
        left: 15px;
        width: calc(100% - 30px);
        height: 115vw;
    }
    .main-img-inr p {
        top: 256vw;
        left: 15px;
        width: calc(100% - 30px);
        font-size: 3.5vw;
    }
    .main-img-inr .main-img-cap03 {
        top: 146vw;
        left: 15%;
        width: 70%;
        text-align: center;
    }
    .main-img-inr .main-img-cap03 img {
        width: 100%;
        height: auto;
    }
    .main-img-inr .main-img-cap04 {
        top: 168vw;
        left: 18%;
        width: 64%;
        text-align: center;
    }
    .main-img-inr .main-img-cap04 img {
        width: 100%;
        height: auto;
    }
    .main-img-inr .main-img-cap05 {
        top: 211vw;
        left: 18%;
        width: 64%;
        text-align: center;
    }
    .main-img-inr .main-img-cap05 img {
        width: 100%;
        height: auto;
    }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1060px;
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*	トップページ
---------------------------------*/
/* 帯1 */
.top-obi01 {
    position: relative;
    padding-top: 93px;
    padding-bottom: 43px;
}
.top-obi01::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 75px);
	margin: 0;
	width: 150px;
	height: 149px;
	background: url("../img/top/icon_flow.svg") no-repeat center bottom;
	background-size: contain;
    z-index: -1;
}
.top-obi01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #22b573;
    z-index: -1;
}
.top-obi01 .contents-inr {
}
.top-obi01 h2 {
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    padding: 15px 0 15px 0;
	font-size: 48px;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
	transform:rotateZ(0.03deg);
}
.top-obi01 h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #ff5800;
    z-index: -1;
}
.top-obi01 h2::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    border: #ffffff 4px solid;
    z-index: -1;
}

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

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

@media screen and (max-width: 959px) {
    .top-obi01 h2 {
        margin-left: 20px;
        margin-right: 20px;
        padding: 15px 10px 15px 10px;
        font-size: 36px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-obi01 {
        padding-top: 16vw;
        padding-bottom: 8vw;
    }
    .top-obi01::before {
        bottom: -48px;
        left: calc(50% - 20vw);
        width: 40vw;
    }
    .top-obi01 h2 {
        margin-left: 1%;
        margin-right: 1%;
        font-size: 7.8vw;
    }
    .top-obi01 h2::before {
        top: 7px;
        left: 7px;
        width: calc(100% - 3px);
        height: calc(100% - 3px);
    }
    .top-obi01 h2::after {
        border: #ffffff 3px solid;
    }
}

/* 帯2 */
.top-obi02 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.top-obi02::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -48px;
	left: calc(50% - 75px);
	margin: 0;
	width: 150px;
	height: 149px;
	background: url("../img/top/icon_flow.svg") no-repeat center bottom;
	background-size: contain;
    z-index: -1;
}
.top-obi02::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #22b573;
    z-index: -1;
}
.top-obi02 .contents-inr {
}
.top-obi02 h2 {
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    padding: 15px 0 15px 0;
	font-size: 48px;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
	transform:rotateZ(0.03deg);
}
.top-obi02 h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #ff5800;
    z-index: -1;
}
.top-obi02 h2::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    border: #ffffff 4px solid;
    z-index: -1;
}

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

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

@media screen and (max-width: 959px) {
    .top-obi02 h2 {
        margin-left: 20px;
        margin-right: 20px;
        padding: 15px 10px 15px 10px;
        font-size: 36px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-obi02 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .top-obi02::before {
        bottom: -48px;
        left: calc(50% - 20vw);
        width: 40vw;
    }
    .top-obi02 h2 {
        margin-left: 1%;
        margin-right: 1%;
        font-size: 7.8vw;
    }
    .top-obi02 h2::before {
        top: 7px;
        left: 7px;
        width: calc(100% - 3px);
        height: calc(100% - 3px);
    }
    .top-obi02 h2::after {
        border: #ffffff 3px solid;
    }
}

/* 帯3 */
.top-obi03 {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}
.top-obi03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #22b573;
    z-index: -1;
}
.top-obi03 .contents-inr {
}

.top-btn__list {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.top-btn__list li {
    text-align: center;
}
.top-btn__list li:nth-of-type(1) {
	width: 50%;
    padding: 0 2% 0 0;
}
.top-btn__list li:nth-of-type(2) {
	width: 50%;
    padding: 0 0 0 2%;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-obi03 {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .top-btn__list li:nth-of-type(1) {
        width: 100%;
        padding: 0 0 8vw 0;
    }
    .top-btn__list li:nth-of-type(1) img {
        width: 100%;
        height: auto;
    }
    .top-btn__list li:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 0;
    }
    .top-btn__list li:nth-of-type(2) img {
        width: 100%;
        height: auto;
    }
}

/* 帯4 */
.top-obi04 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 35px;
}
.top-obi04::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #22b573;
    z-index: -1;
}
.top-obi04 .contents-inr {
}
.top-obi04 .ttl {
    margin-bottom: 20px;
    text-align: center;
}
.top-obi04 .ttl img {
    width: 481px;
    height: auto;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-obi04 {
        padding-top: 12vw;
        padding-bottom: 10vw;
    }
    .top-obi04 .ttl {
        margin-bottom: 8vw;
    }
    .top-obi04 .ttl img {
        width: 100%;
        height: auto;
    }
}

/* お悩み */
.top-onayami {
    padding-top: 90px;
    padding-bottom: 50px;
}
.top-onayami .contents-inr {
}

.top-onayami .top-onayami__list {
}
.top-onayami .top-onayami__list li {
}
.top-onayami .top-onayami__list li:nth-of-type(1) {
	width: 39%;
    padding: 15px 0 10px 0;
}
.top-onayami .top-onayami__list li:nth-of-type(2) {
	width: 18%;
    padding: 0 2% 10px 1.5%;
}
.top-onayami .top-onayami__list li:nth-of-type(3) {
	width: 43%;
    padding: 15px 0 10px 0;
}
.top-onayami .top-onayami__list li:nth-of-type(4) {
	width: 55%;
    padding: 30px 0 10px 0;
}
.top-onayami .top-onayami__list li:nth-of-type(5) {
	width: 22%;
    padding: 0 0 10px 6%;
    text-align: right;
}
.top-onayami .top-onayami__list li h3 {
    position: relative;
	font-size: 36px;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.2;
    color: #ff5800;
    margin-bottom: 15px;
    padding: 0px 0px 15px 0px;
    text-align: left;
	transform:rotateZ(0.03deg);
}
.top-onayami .top-onayami__list li h3::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 5px;
	background: #ff5800;
    border-radius: 10px;
    z-index: -1;
}
.top-onayami .top-onayami__list li p {
    text-align: left;
    padding-bottom: 10px;
}
.top-onayami .top-onayami__list li p .txtleft {
    width: 21px;
	font-size: 21px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.top-onayami .top-onayami__list li p .txtright {
    width: calc(100% - 21px);
	font-size: 21px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

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

@media screen and (max-width: 959px) {
    .top-onayami .top-onayami__list li:nth-of-type(4) {
        width: 68%;
    }
    .top-onayami .top-onayami__list li:nth-of-type(5) {
        width: 22%;
        padding: 0 0 10px 2%;
    }
    .top-onayami .top-onayami__list li h3 {
        font-size: 30px;
    }
    .top-onayami .top-onayami__list li p .txtleft {
        width: 18px;
        font-size: 18px;
    }
    .top-onayami .top-onayami__list li p .txtright {
        width: calc(100% - 18px);
        font-size: 18px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-onayami {
        padding-top: 20vw;
        padding-bottom: 12vw;
    }
    .top-onayami .top-onayami__list li:nth-of-type(1) {
        width: 100%;
        padding: 0 0 6vw 0;
    }
    .top-onayami .top-onayami__list li:nth-of-type(2) {
        width: 100%;
        padding: 0 0 9vw 0;
        text-align: center;
    }
    .top-onayami .top-onayami__list li:nth-of-type(2) img {
        display: none;
        /* width: 30vw;
        height: auto; */
    }
    .top-onayami .top-onayami__list li:nth-of-type(3) {
        width: 100%;
        padding: 0 0 12vw 0;
    }
    .top-onayami .top-onayami__list li:nth-of-type(4) {
        width: 100%;
        padding: 0 0 0 0;
    }
    .top-onayami .top-onayami__list li:nth-of-type(5) {
        display: none;
    }
    .top-onayami .top-onayami__list li h3 {
        font-size: 7vw;
        margin-bottom: 4vw;
        padding: 0px 0px 4vw 0px;
        text-align: center;
    }
    .top-onayami .top-onayami__list li h3::before {
        height: 1.2vw;
    }
    .top-onayami .top-onayami__list li p {
        padding-bottom: 1vw;
    }
    .top-onayami .top-onayami__list li p .txtleft {
        width: 4.5%;
        font-size: 4vw;
        line-height: 1.6;
    }
    .top-onayami .top-onayami__list li p .txtright {
        width: 95.5%;
        font-size: 4vw;
        line-height: 1.6;
    }
}

/* 3つの安心ポイント */
.top-point {
    padding-top: 160px;
    padding-bottom: 130px;
}
.top-point .contents-inr {
}

.top-point .ttl {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    text-align: center;
}
.top-point .ttl img {
    width: 400px;
    height: auto;
    background: #ffffff;
}

.top-point .illust {
    position: absolute;
    top: -70px;
    right: 40px;
}
.top-point .illust img {
    width: 309px;
    height: auto;
}

.top-point .top-point-box {
    border: #ff5800 4px solid;
    border-radius: 15px;
    padding: 50px 40px 10px 40px;
}
.top-point .top-point-box .hosi {
	font-size: 32px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
    padding: 0px 0px 0px 56px;
	background: url("../img/top/icon_point.svg") no-repeat left 3px;
	background-size: auto;
	transform:rotateZ(0.03deg);
}
.top-point .top-point-box .hosi span {
	font-size: 32px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0px 0px 5px 0px;
    background: linear-gradient(transparent 0 80%, #fbb03b 80% 100%);
	transform:rotateZ(0.03deg);
}

.top-point .txt {
	font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 15px 0px 0px 0px;
	transform:rotateZ(0.03deg);
}

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

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

@media screen and (max-width: 959px) {
    .top-point .ttl {
        top: -30px;
        left: 25%;
        width: 50%;
    }
    .top-point .ttl img {
        max-width: 100%;
    }
    .top-point .illust {
        top: -60px;
        right: 35px;
        width: 20%;
    }
    .top-point .illust img {
        max-width: 100%;
    }
}

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

@media screen and (max-width: 599px) {
    .top-point {
        padding-top: 19vw;
        padding-bottom: 28vw;
    }
    .top-point .ttl {
        position: static;
        width: 100%;
        padding-bottom: 1vw;
        text-align: center;
    }
    .top-point .ttl img {
        max-width: 85%;
    }
    .top-point .illust {
        position: static;
        width: 100%;
        padding-bottom: 4vw;
        text-align: center;
    }
    .top-point .illust img {
        max-width: 82%;
    }
    .top-point .top-point-box {
        padding: 4vw 1vw 0vw 4vw;
    }
    .top-point .top-point-box .hosi {
        font-size: 4.8vw;
        margin-bottom: 5vw;
        padding: 0px 0px 0px 9vw;
        background: url("../img/top/icon_point.svg") no-repeat left 0vw;
        background-size: 7vw;
    }
    .top-point .top-point-box .hosi span {
        font-size: 4.8vw;
        padding: 0px 0px 0.2vw 0px;
        background: linear-gradient(transparent 0 85%, #fbb03b 85% 100%);
    }
    .top-point .txt {
        font-size: 3.8vw;
        line-height: 1.6;
        padding: 4vw 0px 0px 0px;
    }
}

/* やりたい！を叶える充実のプラン */
.top-plan {
    position: relative;
}
.top-plan::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #f3eee8;
    z-index: -1;
}
.top-plan .contents-inr {
    padding-top: 50px;
    padding-bottom: 110px;
}

.top-plan .ttl {
    text-align: center;
    margin-bottom: 50px;
}
.top-plan .ttl img {
    width: 672px;
    height: auto;
}

.top-plan .illust01 {
    position: absolute;
    top: -50px;
    left: 60px;
}
.top-plan .illust01 img {
    width: 124px;
    height: auto;
}

.top-plan .illust02 {
    position: absolute;
    bottom: -3px;
    right: 10px;
}
.top-plan .illust02 img {
    width: 235px;
    height: auto;
}

.top-plan .top-plan__list {
}
.top-plan .top-plan__list li {
}
.top-plan .top-plan__list li:nth-of-type(1) {
	width: 22%;
    padding: 0 0 0 0;
}
.top-plan .top-plan__list li:nth-of-type(2) {
	width: 63%;
    padding: 0 0 0 0;
}
.top-plan .top-plan__list li h4 {
	font-size: 39px;
    letter-spacing: -1px;
    font-weight: 800;
    line-height: 1.2;
    color: #009245;
    margin-bottom: 5px;
    text-align: left;
	transform:rotateZ(0.03deg);
}
.top-plan .top-plan__list li p {
    margin-bottom: 60px;
	font-size: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
	transform:rotateZ(0.03deg);
}
.top-plan .top-plan__list li .txt01 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.top-plan .top-plan__list li .txt02 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.top-plan .top-plan__list li .txt03 {
    width: 100%;
    text-align: center;
}

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

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

@media screen and (max-width:1060px) {
    .top-plan .contents-inr {
        padding-top: 60px;
        padding-bottom: 12vw;
    }
    .top-plan .ttl img {
        max-width: 70%;
    }
    .top-plan .illust01 {
        left: 10px;
        width: 15%;
    }
    .top-plan .illust01 img {
        max-width: 100%;
    }
    .top-plan .illust02 {
        width: 20%;
    }
    .top-plan .illust02 img {
        max-width: 100%;
    }
}

@media screen and (max-width: 959px) {
    .top-plan .top-plan__list li:nth-of-type(1) {
        width: 28%;
        padding: 0 2% 0 0;
    }
    .top-plan .top-plan__list li:nth-of-type(2) {
        width: 68%;
        padding: 0 0 0 0;
    }
}

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

@media screen and (max-width: 599px) {
    .top-plan .contents-inr {
        padding-top: 32vw;
        padding-bottom: 47vw;
    }
    .top-plan .ttl {
        margin-bottom: 8vw;
    }
    .top-plan .ttl img {
        max-width: 75%;
    }
    .top-plan .illust01 {
        top: -14vw;
        left: 35%;
        width: 30%;
    }
    .top-plan .illust01 img {
        width: 100%;
        height: auto;
    }
    .top-plan .illust02 {
        bottom: -0.5vw;
        right: 3%;
        width: 58%;
    }
    .top-plan .illust02 img {
        width: 100%;
        height: auto;
    }
    .top-plan .top-plan__list li:nth-of-type(1) {
        width: 100%;
        padding: 0 0 0 0;
    }
    .top-plan .top-plan__list li:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 0;
    }
    .top-plan .top-plan__list li h4 {
        font-size: 8vw;
        margin-bottom: 1vw;
        text-align: center;
    }
    .top-plan .top-plan__list li p {
        margin-bottom: 8vw;
        font-size: 4.6vw;
        line-height: 1.6;
        text-align: center;
    }
    .top-plan .top-plan__list li .txt01 {
        width: 33%;
        margin-bottom: 10vw;
        padding-left: 2%;
        padding-right: 2%;
    }
    .top-plan .top-plan__list li .txt02 {
        width: 31%;
        margin-bottom: 10vw;
        padding-left: 2%;
        padding-right: 2%;
    }
    .top-plan .top-plan__list li .txt03 {
        width: 36%;
        margin-bottom: 10vw;
        padding-left: 2%;
        padding-right: 2%;
    }
}

/* よくある質問 */
.top-faq {
    padding-top: 75px;
    padding-bottom: 40px;
}
.top-faq .contents-inr {
}

.top-faq .ttl {
    text-align: center;
    margin-bottom: 40px;
}
.top-faq .ttl img {
    width: 270px;
    height: auto;
}

.top-faq .top-faq__q {
    max-width: 950px;
    margin: 0 auto 20px auto;
}
.top-faq .top-faq__q li {
}
.top-faq .top-faq__q li:nth-of-type(1) {
	width: 80px;
    padding: 5px 0 0 5px;
}
.top-faq .top-faq__q li:nth-of-type(2) {
	width: calc(100% - 80px);
    padding: 0 0 0 0;
}
.top-faq .top-faq__q li h4 {
	font-size: 24px;
    letter-spacing: -1px;
    font-weight: 800;
    line-height: 1.4;
    color: #009245;
    text-align: left;
	transform:rotateZ(0.03deg);
}

.top-faq .top-faq__txt {
    max-width: 950px;
    margin: 0 auto 60px auto;
}
.top-faq .top-faq__txt li {
}
.top-faq .top-faq__txt li:nth-of-type(1) {
	width: 75px;
    padding: 0 0 0 0;
}
.top-faq .top-faq__txt li:nth-of-type(2) {
	width: calc(100% - 75px);
    padding: 0 0 0 5px;
}
.top-faq .top-faq__txt li p {
	font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-faq {
        padding-top: 16vw;
        padding-bottom: 4vw;
    }
    .top-faq .contents-inr {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-faq .ttl {
        margin-bottom: 10vw;
    }
    .top-faq .ttl img {
        width: 100%;
        height: auto;
        max-width: 50%;
    }
    .top-faq .top-faq__q {
        margin: 0 auto 5vw auto;
    }
    .top-faq .top-faq__q li:nth-of-type(1) {
        width: 100%;
        padding: 0 0 3vw 0;
        text-align: center;
    }
    .top-faq .top-faq__q li:nth-of-type(1) img {
        width: 10%;
        height: auto;
    }
    .top-faq .top-faq__q li:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 0;
    }
    .top-faq .top-faq__q li h4 {
        font-size: 5vw;
    }
    .top-faq .top-faq__txt {
        margin: 0 auto 20vw auto;
    }
    .top-faq .top-faq__txt li:nth-of-type(1) {
        width: 100%;
        padding: 0 0 0 0;
        margin-bottom: -1vw;
        text-align: center;
    }
    .top-faq .top-faq__txt li:nth-of-type(1) img {
        width: 20%;
        height: auto;
    }
    .top-faq .top-faq__txt li:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 0;
    }
    .top-faq .top-faq__txt li p {
        font-size: 4vw;
        letter-spacing: 0px;
        font-weight: 500;
        line-height: 1.6;
        text-align: left;
        font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}

