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

html{
	overflow: auto;
}

body{
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #1a1a1a;
	overflow-x: clip;
/*	overflow: hidden;*/
/*	contain: paint;*/
	word-break: break-all;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
    background: #f8f8f8;
}
body.serif{
	font-family: "Noto Serif JP", serif;
}

a{color: #1a1a1a; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	vertical-align: bottom;
}

.clearfix{zoom: 1; overflow: hidden;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

iframe{max-width: 100%; border: 0;}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-size: 0;
}


.container{
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
    background: #FFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
}
.wrapper{
	padding: 0 18px;
}

header{
	padding: 14px 10px;
}
header h1{
	width: 220px;
}

main{
}

.kv{
}
.kv .image{
}
.kv .caution{
	padding: 5px 20px;
	background: #f8f8f8;
}
.kv .caution p{
	font-size: 12px;
	color: #767676;
	text-align: right;
}

.compare{
	padding: 60px 0;
}
.compare-top{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.compare h2,.sec-compare-box h2{
	width: 315px;
	max-width: 100%;
	margin: 12px auto 0 auto;
	text-align: center;
}
.compare-p{
	margin-top: 28px;
    margin-bottom: min(30px,6vw);
	font-size: 22px;
	text-align: center;
}
.compare-p strong{
	font-weight: 600;
}
.compare-p span{
	color: #ef4444;
}
.compare .box{
	margin-top: 30px;
	position: relative;
}
.compare .title{
	width: 88px;
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.compare .inner{
	overflow-y: auto;
}
.compare .image{
	width: 883px;
	margin-left: 88px;
}

.data{
	padding-bottom: 60px;
}
.data .h2_box{
	padding: 13px 0;
	border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(30, 58, 138, .4), rgba(34, 141, 132, .4)) 1;
}
.data .top{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.data h2{
	margin-top: 0;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	color: #223e8d;
	font-style: italic;
	text-align: center;
}
.data p{
	margin-top: 28px;
	font-size: 22px;
	text-align: center;
}
.data p strong{
	font-weight: 600;
}
.data p span{
	color: #ef4444;
}
.data .image{
	margin-top: 30px;
}

.point{
	padding: 60px 0;
	background: #f0f7ff;
}
.point .h2_box{
}
.point .h2_box .top{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.point .h2_box h2{
}
.point .box{
}
.point .item{
	margin-top: 50px;
	padding: 40px 15px;
	background: #FFF;
	border-radius: 15px;
	position: relative;
}
.point .item::before{
	content: "";
	width: 53px;
	height: 38px;
	background-image: url(../images/oukan_blue.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute; top: -23px; left: 30px;
}
.point .box .item:first-child{
	margin-top: 40px;
	border: 2px solid #228d84;
}
.point .box .item:first-child::before{
	background-image: url(../images/oukann.svg);
}
.point .box .item:nth-child(2)::before{
	background-image: url(../images/oukan_gin.svg);
}
.point .box .item:nth-child(3)::before{
	background-image: url(../images/oukan_dou.svg);
}
.point .name_box{
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 20px;
}
.point .name_box .logo{
	width: 78px;
}
.point .name_inner{
	width: 330px;
	margin-left: 23px;
}
.point .name_inner .sub{
	font-size: 18px;
	font-weight: 600;
	color: #1e3a8a;
}
.point .name_inner h3{
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
}
.point .name_inner h3 small{
	font-size: 22px;
}
.point .top_text{
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.point .top_text span{
	color: #ef4444;
}
.point .top_text big{
	background: linear-gradient(transparent 70%, #fff693 70%);
	font-size: 24px;
	font-weight: 600;
}
.point .feature{
	margin-top: 27px;
}
.point .feature .title{
	padding: 0 0 5px 13px;
	border-left: 2px solid #1c6b89;
	position: relative;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
}
.point .feature .title::after{
	content: "";
	width: 100%;
	height: 2px;
	background: url(../images/webp/border.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; bottom: 0; left: 0;
}
.point .feature .text{
	margin-top: 20px;
	font-size: 22px;
}
.point .feature .text span{
	color: #ef4444;
}
.point .feature .text strong{
	font-weight: 700;
}
.point .feature .text big{
	background: linear-gradient(transparent 70%, #fff693 70%);
	font-size: 22px;
	font-weight: 700;
}
.point .check{
	margin-top: 30px;
}
.point .check .title{
	padding: 11px;
	background: #223e8d;
	border-radius: 10px 10px 0 0;
	font-size: 26px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}
.point .check .title::after{
	content: "";
	width: 23px;
	height: 25px;
	margin-left: 5px;
	background: url(../images/webp/icon_point.webp) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-3px);
}
.point .check .inner{
	padding: 10px 20px 20px 20px;
	background: #fefef2;
	border: 1px solid #223e8d;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
.point .check .inner div{
	margin-top: 10px;
	padding-left: 30px;
	position: relative;
	font-size: 22px;
}
.point .check .inner div::before{
	content: "";
	width: 19px;
	height: 18px;
	background: url(../images/webp/check.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 8px; left: 0;
}
.point .check .inner div strong{
	font-weight: 600;
}
.point .check .inner div span{
	color: #ef4444;
}
.point .voice{
	margin-top: 30px;
}
.point .voice .title{
	padding: 0 0 5px 13px;
	border-left: 2px solid #1c6b89;
	position: relative;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
}
.point .voice .title::after{
	content: "";
	width: 100%;
	height: 2px;
	background: url(../images/webp/border.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; bottom: 0; left: 0;
}
.point .voice .inner{
}
.point .voice_item{
	margin-top: 20px;
	padding: 18px 18px 20px 18px;
	border: 1px solid #223e8d;
	border-radius: 10px;
	display: flex;
}
.point .voice_item .thum{
	width: 80px;
}
.point .voice_item .text{
	width: calc(100% - 94px);
	margin-left: 14px;
	font-size: 22px;
}
.point .voice_item .text strong{
	font-weight: 600;
}
.point .voice_item .text span{
	margin-top: 10px;
	display: block;
}
.point .link{
	margin-top: 30px;
	text-align: right;
}
.point .link a{
	font-size: 20px;
	color: #0000ee;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.point .link a:hover{
	text-decoration: none;
}

.cta{
	margin-top: 30px;
}
.cta .title_box{
	text-align: center;
}
.cta .title{
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 600;
}
.cta .title::before,
.cta .title::after{
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/webp/cta_acc.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; bottom: 5px;
}
.cta .title::before{
	left: -24px;
}
.cta .title::after{
	right: -24px;
	transform: scale(-1,1);
}
.cta .btn{
	width: 440px;
	max-width: 100%;
	margin: 10px auto 0 auto;
	text-align: center;
/*
   animation: shakeAnimation 1.3s ease-out infinite;
    animation-delay: 1s;
*/
    animation: scaleAnimation 2s infinite ease-in-out;
}

.recom{
	padding: 60px 0;
	background: #f0f7ff;
}
.recom h2{
	width: 440px;
	min-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.recom .name_box{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recom .name_box .logo{
	width: 78px;
}
.recom .name_inner{
	width: 330px;
	margin-left: 23px;
}
.recom .name_inner .sub{
	font-size: 18px;
	font-weight: 600;
	color: #1e3a8a;
}
.recom .name_inner h3{
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
}
.recom .image{
	width: 380px;
	max-width: 100%;
	margin: 30px auto 0 auto;
	text-align: center;
}
.recom .box{
	padding: 16px 0 0 36px;
}
.recom .box .item{
	margin-top: 10px;
	padding-left: 30px;
	position: relative;
	font-size: 22px;
}
.recom .box .item::before{
	content: "";
	width: 19px;
	height: 18px;
	background: url(../images/webp/check.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 8px; left: 0;
}
.recom .box .item strong{
	font-weight: 600;
}
.recom .box .item span{
	color: #ef4444;
}

footer{
	padding: 30px;
	background: #223e8d;
}
footer .copy{
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

/*比較表table*/
.sec-compare-box{
    padding-bottom: min(60px, 12vw);
    padding-top: min(60px, 12vw);
}
.hikaku-table {
    table-layout: fixed;
    width: 100%;
    min-width: 640px;
    counter-reset: number 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    font-size: min(13px, 3.2vw);
}
.hikaku-table td {
    border: 1px solid #aaaaaa;
    vertical-align: middle;
    text-align: center;
    line-height: calc(14 / 12);
    padding: min(15px, 3vw) 0;
    font-weight: 600;
}
.hikaku-table tr td:not(:first-child) {
    width: calc((100% - 6em) / 5);
}
.hikaku-table tr td:nth-child(1) {
    width: 6em;
    background: #dbe0ee;
    font-weight: 600;
}
.hikaku-table tr td:nth-child(2) {
    background: rgba(255, 243, 0, .3);
    border-left: 3px solid #ef4444;
    border-right: 3px solid #ef4444;
}
.hikaku-table tr:first-child td:nth-child(2){
    border-top: 3px solid #ef4444;
}
.hikaku-table tr:last-child td:nth-child(2){
    border-bottom: 3px solid #ef4444;
}
.hikaku-table td img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.hikaku-table td > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.hikaku-table td > div .crown{
    width: min(50px, 12vw);
}
.hikaku-table td p {
    min-height: 2em;
    display: grid;
    place-content: center;
    position: relative;
    z-index: 1;
}
.hikaku-table td > p::before{
    content: "";
    width: min(50px, 12vw);
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: .3;
    z-index: -1;
}
.hikaku-table td p.max::before {
    background-image: url("../images/icon_good.svg");
}
.hikaku-table td p.mid::before {
    background-image: url("../images/icon_usual.svg");
}
.hikaku-table td p.min::before {
    background-image: url("../images/icon_bad.svg");
}
.hikaku-table td a {
    display: grid;
    height: 3em;
    width: 88%;
    border-radius: 100vmax;
    place-content: center;
    background: #01A13C;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: .88em;
    text-decoration: none;
    animation: scaleAnimation 2s infinite 
ease-in-out;
}
.hikaku-table td .table_bc img{
    width: 55%;
}
.hikaku-table tr:nth-child(1) td{
    padding: min(10px, 2vw) 0 min(8px, 1vw);
}
.scroll-hint-icon-white{
    z-index: 2;
}
.fkds-box {
    display: grid;
    grid-template-columns: min(80px, 22.5vw) auto;
    gap: min(16px, 5vw);
}
.fkds-box .comment p {
    background: #f2f2f2;
    padding: min(10px, 3vw) min(15px, 5vw);
    border-radius: 20px;
    position: relative;
}
.in-text {
    line-height: calc(16 / 10);
    text-align: justify;
    margin-top: 20px;
    font-size: min(18px, 3.8vw);
}
.fkds-box .comment p::before {
    content: "";
    width: min(15px, 4vw);
    aspect-ratio: 1;
    background: #f2f2f2;
    position: absolute;
    left: 2px;
    top: 2em;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    translate: -100% -100% 0;
}
.fw-w {
    font-weight: 800;
}
.fc-red {
    color: #ef4444;
}
.bkg-op-ylw{
    background: linear-gradient(transparent 70%, #fff693 70%);
    font-weight: 700;
}
.sec-intro-box{
    margin-top: min(20px, 5vw);
}
.data p.in-text{
    text-align: justify;
    margin-top: 20px;
    font-size: min(18px, 3.8vw);
}
.data p.in-text span {
    color: inherit;
}
.data p.in-text span.fc-red{
    color: #ef4444;
}
.footer-nav-box{
    background: #575757;
    padding-top: min(20px, 3vw);
    padding-bottom: min(20px, 3vw);
}
.footer-nav {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    gap: 1.5em;
}
.footer-nav a {
    font-size: min(14px, 3.2vw);
    padding-left: 1em;
    color: #fff;
    position: relative;
}
.footer-nav a::before {
    content: "";
    width: .5em;
    aspect-ratio: 1 / 1.25;
    background: #fff;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
}

/*下層ページ*/
#title_page {
    width: 100%;
    background: #223e8d;
    color: #fff;
}
#title_page h1 {
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
    padding: 50px;
}
.under-page_block {
    margin: 20px 0;
}
.about-unei, .about-contact, .about-guide, .about-menseki {
    margin: 10px 0 30px;
}
.under-page_block h2 {
    border-left: 4px solid #223e8d;
    font-size: 1.025em;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: left;
    background: none;
}
.about-unei dl {
    flex-direction: column;
    border: 1px solid #ddd;
}
.about-unei dd:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}
.about-unei dd > p:nth-child(1) {
    width: 40%;
    background: #f8f8f8;
    padding: 10px 20px;
}
.about-unei dd > p:nth-child(2) {
    width: 60%;
    padding: 10px 20px;
}
.under-page_block div + div {
    margin-top: 20px;
}
.fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fl_c {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: -webkit-column;
    flex-direction: -moz-column;
    flex-direction: -ms-column;
    flex-direction: -o-column;
    flex-direction: column;
}
.form-parts {
    margin-bottom: 1.5em;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.form-parts dt {
    border-left: 4px solid #223e8d;
    font-size: 1.025em;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1.2;
}
.form-parts dd {
    width: 100%;
}
.form-list .input input, .input textarea {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 17px;
    width: 100%;
    padding: .5em;
    box-sizing: border-box;
}
.form-btn-wrap input {
    width: min(200px, 70%);
    padding: .75em 1em;
    margin: 0 auto;
    background-color: #223e8d;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    border: none;
}

@media screen and (max-width:500px){
	.compare-top{
		font-size: 7vw;
	}
	.compare h2,.sec-compare-box h2{
		width: 250px;
	}
	.compare-p{
		font-size: 4.5vw;
	}
	.compare .title{
		width: 66px;
	}
	.compare .image{
		width: 662.25px;
		margin-left: 66px;
	}

	.data .top{
		font-size: 7vw;
	}
	.data h2{
		font-size: 9.5vw;
	}
	.data p{
		font-size: 4.5vw;
	}

	.point .h2_box .top{
		font-size: 7vw;
	}
	.point .name_box .logo{
		width: 18vw;
	}
    .point .thum_image{
        margin-top: 20px;
    }
	.point .name_inner{
		width: calc(100% - 21vw);
		margin-left: 3vw;
	}
	.point .name_inner .sub{
		font-size: 4vw;
	}
	.point .name_inner h3{
		font-size: 6.5vw;
	}
	.point .name_inner h3 small{
		font-size: 4vw;
	}
	.point .top_text{
		font-size: 4.5vw;
	}
	.point .top_text big{
		font-size: 4.5vw;
	}
	.point .feature .title{
		font-size: 5vw;
	}
	.point .feature .text{
		font-size: 4vw;
	}
	.point .feature .text big{
		font-size: 4vw;
	}
	.point .check .title{
		font-size: 5vw;
	}
	.point .check .title::after{
		width: 20px;
		height: 22px;
	}
	.point .check .inner div{
		font-size: 3.8vw;
	}
	.point .check .inner div::before{
		top: 1vw;
	}
	.point .voice .title{
		font-size: 5vw;
	}
	.point .voice_item .thum{
		width: 18vw;
	}
	.point .voice .text{
		width: calc(100% - 21vw);
		margin-left: 3vw;
		font-size: 4vw;
	}
	.point .link a{
		font-size: 3.5vw;
	}

	.cta .title{
		font-size: 4vw;
	}

	.recom h2{
		width: 100%;
	}
	.recom .name_box .logo{
		width: 18vw;
	}
	.recom .name_inner{
		width: calc(100% - 21vw);
		margin-left: 3vw;
	}
	.recom .name_inner .sub{
		font-size: 4vw;
	}
	.recom .name_inner h3{
		font-size: 7vw;
	}
	.recom .image{
		width: 90%;
	}
	.recom .box{
		padding-left: 8vw;
	}
	.recom .box .item{
		font-size: 4.5vw;
	}
	.recom .box .item::before{
		top: 1.5vw;
	}

	footer .copy{
		font-size: 14px;
	}
}
.operation{
    margin: 1em auto;
    text-align: center;
}

.over,
.hover{transition: all 0.2s ease-in 0s;}
.over:hover{filter: brightness(120%);}
.hover:hover{opacity: 0.6;}

@keyframes shakeAnimation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  60% {
    transform: translateX(-3px);
  }
  70% {
    transform: translateX(3px);
  }
  80% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
/* アニメーションの設定: 2秒ごとに1.2倍に拡大・縮小を繰り返す */
@keyframes scaleAnimation {
    0%, 100% {
        transform: scale(0.97); /* 元のサイズ */
    }
    50% {
        transform: scale(1.05); /* 1.2倍に拡大 */
    }
}