@charset "UTF-8";

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-family: Hiragino Sans, Arial, sans-serif !important;
	font-size: 1.8em;
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
	line-height: 1.8;
	background-color: #f5f5f5;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: underline;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.3em;
	list-style: disc;
}
ul.list-annotation,
ol.list-annotation {
	color: #7f8c8d;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 0px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
	/* font-weight: 800; */
}
/* mark {
	color: #686663;
	background: #ffebcd;
} */
small,
.txt-small{
	font-size: 70%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.4;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: 1.5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis,
.txt-red {
	color: #ff0000;
}
.txt-middle {
	font-size: 130%;
	line-height: 1.4;
}
.txt-large {
	font-size: 150%;
	line-height: 1.4;
}
.txt-notes {
	font-size: 1.2rem;
    color: #999;
    line-height: 1.2;
    font-weight: 400;
	padding: .5em 0;
	margin-top: 0;
}
.txt-white {
	color: #fff;
}
.txt-blue {
	color: #0047b2;
}
.txt-pink {
	color: #ff416d;
}
.txt-green {
	color: #008469;
}
.txt-brown {
	color: #582f00;
}
.txt-orange {
	color: #f39c12;
}
.txt-purple {
	color: #8e44ad;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Responsive
 * ========================================================================== */
.show {
	display: block;
}
.hide {
	display: none;
}
.inline-block {
	display: inline-block;
}
/*PCのみ表示(959px以下非表示)*/
@media screen and (max-width: 959px) {
.visible-pc {display: none !important;}
}
/*Tabのみ表示(960px以上、599px以下非表示)*/
@media screen and (min-width: 960px), screen and (max-width: 599px) {
.visible-tab {display: none !important;}
}
/*SPのみ表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
.visible-sp {display: none !important;}
}
/*PCのみ非表示(960px以上非表示)*/
@media screen and (min-width: 960px) {
.hidden-pc {display: none !important;}
}
/*Tabのみ非表示(640px以上、959px以下非表示)*/
@media screen and (min-width: 640px) and (max-width: 959px) {
.hidden-tab {display: none !important;}
}
/*SPのみ非表示(639px以下非表示)*/
@media screen and (max-width: 639px) {
.hidden-sp {display: none !important;}
}

/* ==========================================================================
 * Common
 * ========================================================================== */
.inner-width {
	max-width: 1060px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left:  auto;
}
.section-ttl {
	margin: 90px 0 30px;
    padding: 20px 3%;
    font-size: 2.2rem;
    background-color: #fff2f0;
    /* border-top: 2px solid #333; */
    border-bottom: 2px solid #333;
    border-left: 15px solid #ffcec6;
}
.section-2ndTtl {
	margin: 60px 0 15px;
	padding: 20px;
	text-align: center;
	background-color: rgb(255, 242, 240);
	border: 4px double #04384c;
}
.section-3rdTtl {
	margin: 50px 0 10px;
	color: #c13026;
	font-size: 1.8rem;
}
.section-3rdTtl::before {
	content: "❃";
	color: #c13026;
}
video {
	width: 100%;
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 85px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #f3ebe7;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 639px) {
	a.backtotop {
		display: none !important;
	}
}
/*-------------------- Maker --------------------*/
.mark-yellow {
	background-color: #ffffcc;
}
.mark-pink {
    background-position: bottom left;
	background-image: linear-gradient(90deg, #ffe4f4, #ffe4f4);
	background-size: 100% 40%;
}
.mark-blue {
	background-color: #dfefff;
}
mark.inview {
	background-size: 100% 40%;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.global-header {
	height: 50px;
	background-color: #f3ebe7;
}
.global-header__inner {
	height: 100%;
	display: flex;
	align-items: center;
}
.global-header__logo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.global-header__logo a {
	width: 180px;
	color: #fa7397;
	display: block;
}
.global-header__logo img {
	vertical-align: middle;
}

/* ==========================================================================
 * Main
 * ========================================================================== */
main {
	max-width: 620px;
	margin: 0 auto;
	background-color: #fff;
}
.single__body {
	padding-bottom: 1px;
}
.pr {
	padding-top: 10px;
	font-size: 1.2rem;
	color: #7f8c8d;
	text-align: right;
}
.single__ttl {
	margin-bottom: 60px;
}
h1 div + div {
	margin-top: 10px;
}
.conversation {
	margin: 1em 0;
	display: flex;
}
.conversation.author {
	justify-content: flex-end;
}
.conversation .conversation__inner {
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.conversation.author .conversation__inner {
	flex-direction: row-reverse;
}
.conversation .faceicon {
	width: 15%;
}
.conversation .faceicon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.conversation.author .faceicon img {
	border: solid 3px #a0522d;
}
.conversation.friend .faceicon img {
	border: solid 3px #FFEAE6;
}
.conversation.husband .faceicon img {
	border: solid 3px #2980b9;
}
.conversation .faceicon p {
	font-size: 1.4rem;
	text-align: center;
}
.conversation .chatting {
	width: 80%;
}
.conversation .says {
	position: relative; 
	width: 100%;
	padding: 17px 13px;
	border-radius: 5px;
}
.conversation.author .says {
	background: #f3ebe7;
}
.conversation.friend .says {
	background: #FFEAE6;
}
.conversation.husband .says {
	background: #d7efff;
}
.conversation .says:after {
	content: "";
	position: absolute;
	top: 18px; 
	border: 12px solid transparent;
}
.conversation.author .says::after {
	right: -24px;
	border-left: 12px solid #f3ebe7;
}
.conversation.friend .says::after {
	left: -24px;
	border-right: 12px solid #FFEAE6;
}
.conversation.husband .says::after {
	left: -24px;
	border-right: 12px solid #d7efff;
}
.voice {
	margin: 30px 0;
	padding: 20px 20px 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 3px 3px #a0522d;
}
.voice__ttl {
	line-height: 1.4;
}
.voice__txt {
	font-size: 16px;
	line-height: 1.5;
}
.voice__txt strong {
	font-weight: 800;
}
@media screen and (max-width: 639px) {
	.main__inner {
		display: block;
	}
	.single__body {
		width: 100%;
	}
	h1 {
		font-size: 2.2rem;
		line-height: 1.5;		
	}

}
/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta__txt--lead {
	font-size: 3.2rem;
    text-shadow: #35a232 2px 0px 2px, #35a232 -2px 0px 2px, #35a232 0px -2px 2px, #35a232 -2px 0px 2px, #35a232 2px 2px 2px, #35a232 -2px 2px 2px, #35a232 2px -2px 2px, #35a232 -2px -2px 2px, #35a232 1px 2px 2px, #35a232 -1px 2px 2px, #35a232 1px -2px 2px, #35a232 -1px -2px 2px, #35a232 2px 1px 2px, #35a232 -2px 1px 2px, #35a232 2px -1px 2px, #35a232 -2px -1px 2px, #35a232 1px 1px 2px, #35a232 -1px 1px 2px, #35a232 1px -1px 2px, #35a232 -1px -1px 2px;
}
.cta__txt--official {
	margin-top: 10px;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #fff;
    text-shadow: #35a232 2px 0px 2px, #35a232 -2px 0px 2px, #35a232 0px -2px 2px, #35a232 -2px 0px 2px, #35a232 2px 2px 2px, #35a232 -2px 2px 2px, #35a232 2px -2px 2px, #35a232 -2px -2px 2px, #35a232 1px 2px 2px, #35a232 -1px 2px 2px, #35a232 1px -2px 2px, #35a232 -1px -2px 2px, #35a232 2px 1px 2px, #35a232 -2px 1px 2px, #35a232 2px -1px 2px, #35a232 -2px -1px 2px, #35a232 1px 1px 2px, #35a232 -1px 1px 2px, #35a232 1px -1px 2px, #35a232 -1px -1px 2px;
}
.cta__txt--lead strong,
.cta__txt--official strong {
	color: #fffd55;
}
.cta small {
	font-size: 80%;
}
.cta__btn {
	width: 100%;
	margin: 60px auto;
	padding: 20px 3%;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1.2;
	background: #8bbf07;
    background: linear-gradient(to bottom, #98e827 0%,#086621 100%);
    overflow: hidden;
    box-shadow: 4px 5px 8px 0px rgb(0 0 0 / 30%);
	border-radius: 5px;
	display: block;
	-webkit-animation-name: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
}
.cta__btn:hover {
    background: linear-gradient(to top, #98e827 0%,#086621 100%);
    box-shadow: none;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, .3) inset;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@media screen and (max-width: 639px) {
	.service__desc--capture,
	.service__desc--detail,
	.cta__btn {
		width: 95%;
	}
	.cta__btn {	
		padding: 20px 2%;
	}
	.cta__txt--lead {
		font-size: 5vw;
	}
	.cta__txt--official {
		font-size: 7vw;
	}
}
.cta__link {
	text-align: right;
	font-size: 1.6rem;
}
/* ==========================================================================
 * Footer
 * ========================================================================== */
.global-footer {
	padding: 20px 0;
	font-size: 1.6rem;
	background-color: #f3ebe7;
}
.global-footer__nav ul {
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
}
.global-footer__nav li {
	padding: 0 .5em;
}
.global-footer__nav li + li {
	border-left: 1px solid #a0522d;
}
.global-footer__copy {
	text-align: center;	
}
@media screen and (max-width: 639px) {
	.global-footer {
		padding: 0;
		font-size: 1.2rem;
	}
	.global-footer__nav ul {
		display: block;
	}
	.global-footer__nav li {
		padding: 0;
		line-height: 1;
		border-bottom: 1px solid #a0522d;
	}
	.global-footer__nav a {
		padding: 1em 20px;
		display: block;
	}
	.global-footer__nav li + li {
		border-left: none;
	}
	.global-footer__copy {
		padding: 1em 0;
	}
}
/* ==========================================================================
 * Popup
 * ========================================================================== */
.popup {
	display: none;
}
.popup__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(96, 88, 83, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 1;
}
.popup__inner {
	position: relative;
	max-width: 85%;
}
.popup__body {
	animation: blink 1.5s ease-in-out forwards normal;
}
.popup__close {
	content: "✕";
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s;
	z-index: 2;	
}
.popup__close:hover {
	background-color: rgba(0, 0, 0, .9);
}
@keyframes blink {
	0% {opacity: 0;}
	20% {opacity: 1;}
	40% {opacity: 0;}
	60% {opacity: 1;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}



.box-blue {
	width: calc(100%);
	display: block;
    height: auto;
    border: 1px dashed #0047B2;
    border-radius: 5px;
    background: #F2F8FF;
    font-size: 16px;
    padding: 1em;
}
.fukidashi-glay {
	background: #eee;
    border-radius: 10px;
    padding: .5em 1.5em;
    box-shadow: 2px 2px 6px 0px #ccc;
    position: relative;
    display: inline-block;
    line-height: 1.5;
	/* color: #666; */
}
.fukidashi-glay::before {
	border-right: 12px solid #eee;
    border-right-color: #eee;
    left: -15px;
    border-top-right-radius: 100%;
    transform: rotate(285deg);
    width: 24px;
    height: 18px;
    top: 10px;
    content: '';
    position: absolute;
    box-sizing: border-box;
}
.fukidashi-yellow {
	background: #FFE798;
    border-radius: 30px;
    padding: .5em 1.5em;
    box-shadow: 2px 2px 6px 0px #FFE798;
    position: relative;
    display: inline-block;
    line-height: 1.5;
	font-size: 16px;
}
.fukidashi-yellow::before {
	border-right: 12px solid #FFE798;
    border-right-color: #FFE798;
    left: -15px;
    border-top-right-radius: 100%;
    transform: rotate(285deg);
    width: 24px;
    height: 18px;
    top: 10px;
    content: '';
    position: absolute;
    box-sizing: border-box;
}

/* ==========================================================================
 * Survey
 * ========================================================================== */
.enquete {
	margin-bottom: 50px;
}
.kiji__ttl {
	background: #f5ebdd;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
}

/* チェックボックスのスタイル */
.kiji__checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.kiji__checklist li {
	margin-bottom: 10px;
}
.kiji__checklist label {
	display: block;
	position: relative;
	padding: 15px 15px 15px 50px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
}
.kiji__checklist input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* チェックボックスのカスタムデザイン */
.kiji__checklist label:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 2px solid #999;
	border-radius: 4px;
	background: #fff;
	transition: all 0.3s ease;
}
/* チェックマーク */
.kiji__checklist label:after {
	content: "";
	position: absolute;
	left: 23px;
	top: 47%;
	transform: translateY(-50%) rotate(45deg) scale(0);
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transition: all 0.3s ease;
}
/* チェック時のスタイル */
.kiji__checklist input[type="checkbox"]:checked + label {
	background: #fff5e6;
	border-color: #ff8c00;
}
.kiji__checklist input[type="checkbox"]:checked + label:before {
	background: #ff8c00;
	border-color: #ff8c00;
}
.kiji__checklist input[type="checkbox"]:checked + label:after {
	transform: translateY(-50%) rotate(45deg) scale(1);
}
/* ホバー時 */
.kiji__checklist label:hover {
	border-color: #ff8c00;
	background: #fffaf0;
}

.radiobox {
	list-style: none;
	padding: 0;
	margin: 20px auto;
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.radiobox li {
	flex: 1;
	min-width: 140px;
}
.radiobox label {
	display: block;
	padding: 20px 15px;
	background: #fff;
	border: 3px solid #ddd;
	border-radius: 10px;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	overflow: hidden;
}
.radiobox input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* ラジオボタンのカスタムデザイン（円形） */
.radiobox label:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease;
}
/* 選択時の内側の円 */
.radiobox label:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	transform: scale(0);
	transition: all 0.3s ease;
}
/* 選択時のスタイル */
.radiobox input[type="radio"]:checked + label {
	background: linear-gradient(135deg, #f057a5 0%, #f12179 100%);
    border-color: rgb(240 87 165);
    color: #fff;
    box-shadow: 0 4px 15px rgba(240, 87, 165, 0.4);
    transform: translateY(-2px);
}
.radiobox input[type="radio"]:checked + label:before {
	background: #fff;
	border-color: #fff;
}
.radiobox input[type="radio"]:checked + label:after {
	transform: scale(1);
	background: #f057a5;
}
/* ホバー時 */
.radiobox label:hover {
	border-color: #f057a5;
	background: #fffaf0;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.radiobox input[type="radio"]:checked + label:hover {
	background: linear-gradient(135deg, #f057a5 0%, #f12179 100%);
}
/* アクティブ時 */
.radiobox label:active {
	transform: translateY(0);
}
  
/* レスポンシブ対応 */
@media screen and (max-width: 640px) {
	.radiobox {
		gap: 10px;
	}
	.radiobox li {
		min-width: 120px;
	}
	.radiobox label {
		padding: 15px;
		font-size: 16px;
	}
	.radiobox label:before {
		width: 18px;
		height: 18px;
		top: 8px;
		right: 8px;
	}
	.radiobox label:after {
		width: 8px;
		height: 8px;
		top: 13px;
		right: 13px;
	}
}
.q-txt {
	font-weight: bold;
	font-size: 2.0rem;
}

/* ==========================================================================
 * cta
 * ========================================================================== */
.cta {
	margin-bottom: 40px;
	position: relative;
}
.pulse {
  	margin: auto;
  	cursor: pointer;
  	border-radius: 5px;
  	animation: pulseEffect 1s ease-in-out infinite;
	filter: drop-shadow(5px 5px 5px #ccc);
}

@keyframes pulseEffect {
  0%, 100% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
}

/* ==========================================================================
 * Scroll loop image
 * ========================================================================== */
.scroll-loop {
	--scroll-img-width: calc((100vw - 40px) * 1.6667);

	width: 100%;
	overflow: hidden;
	position: relative;
	filter: saturate(140%);
}

.scroll-loop__track {
	display: flex;
	width: calc(var(--scroll-img-width) * 2);
	animation: scrollLoop 24s linear infinite;
	-webkit-animation: scrollLoop 24s linear infinite;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.scroll-loop__img {
	display: block;
	flex: 0 0 var(--scroll-img-width);
	width: var(--scroll-img-width);
	max-width: none;
	height: auto;
}

/* PC幅：LP本文の実質幅580px想定 */
@media screen and (min-width: 620px) {
	.scroll-loop {
		--scroll-img-width: 966px;
	}
}

@keyframes scrollLoop {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(calc(var(--scroll-img-width) * -1), 0, 0);
	}
}

@-webkit-keyframes scrollLoop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(calc(var(--scroll-img-width) * -1), 0, 0);
	}
}