@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}
header:after,
#content:after,
section:after,
.inner:after{
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}
ul, ol{
	list-style: none;
}

table{
	max-width: 100%;
}
.container{
	max-width: none;
	margin: 0;
}
.mv {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-image: url(../img/mv_bg__img.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mv__link {
	position: absolute;
	top: 0;
	right: 0;
}
.contact {
	background: #fde7e9;
}
.contact__btn {
	display: block;
}
.problem {
	background-image: url(../img/problem_bg__img.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.problem__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.problem__item-circle {
	border-radius: 50%;
}
.problem__item-circle img {
	border-radius: 50%;
}
footer img {
	width: 100%;
}

/* PCのみ */
@media all and (min-width: 641px) {
	body{
		min-width: 857px;
	}
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	.container{
		width: 857px;
		margin: 0 auto;
	}
	.mv {
		height: 325px;
	}
	.mv__link {
		top: 0;
		right: 0;
		width: 160px;
		height: 38px;
	}
	.mv__logo {
		width: 549px;
		margin: 0 auto;
	}
	.contact {
    padding: 20px 35px 15px;
	}
	.contact__btn {
    width: 540px;
    margin: 20px auto 0;
		border-radius: 32px;
		box-shadow: 0 0 32px 0 rgba(254, 166, 74, 1);
	}
	.contact__btn img {
		border-radius: 32px;
	}
	.problem {
		padding: 20px 0 47px;
	}
	.problem__hd {
		width: 583px;
		margin: 0 auto 20px;
	}
	.problem__list {
		width: 784px;
		margin: 0 auto;
		gap: 44px;
	}
	.problem__item {
		width: 370px;
	}
	.problem__item-circle {
		width: 315px;
		margin: 0 auto;
		box-shadow: 0 0 32px 0 rgba(33, 175, 161, 0.43);
	}
	.problem__item-txt {
		margin-top: 32px;
	}
	.voice {
		padding: 50px 50px 70px;
	}
	.voice__hd {
		width: 590px;
    margin: 0 auto;
	}
	.voice__txt {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-top: 50px;
	}
	.voice__user {
		display: flex;
		flex-wrap: wrap;
		gap: 28px 40px;
		margin-top: 36px;
	}
	.voice__user-item {
		width: calc((100% - 40px) / 2);
	}
	.cta .contact__btn {
		margin: 27px auto 0;
	}
	.cta__about01 {
		margin-top: 30px;
	}
}
/* SPのみ */
@media all and (max-width: 640px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	.container{
		width: 100%;
		margin: 0;;
	}
	.mv {
		height: calc(325 * 100vw / 857);
	}
	.mv__link {
		width: calc(160 * 100vw / 857);
		height: calc(38 * 100vw / 857);
	}
	.mv__logo {
		width: calc(549 * 100vw / 857);
	}
	.contact {
    padding: calc(20 * 100vw / 857) calc(35 * 100vw / 857) calc(15 * 100vw / 857);
	}
	.contact__btn {
		width: calc(540 * 100vw / 857);
		margin: calc(20 * 100vw / 857) auto 0;
		border-radius: calc(32 * 100vw / 857);
		box-shadow: 0 0 calc(32 * 100vw / 857) 0 rgba(254, 166, 74, 0.43);
	}
	.contact__btn img {
		border-radius: calc(32 * 100vw / 857);
	}
	.problem {
		padding: calc(20 * 100vw / 857) 0 calc(47 * 100vw / 857);
	}
	.problem__hd {
		width: calc(583 * 100vw / 857);
		margin: 0 auto calc(20 * 100vw / 857);
	}
	.problem__list {
		width: calc(784 * 100vw / 857);
		margin: 0 auto;
		gap: calc(44 * 100vw / 857);
	}
	.problem__item {
		width: calc((100% - calc(44 * 100vw / 857)) / 2);
	}
	.problem__item-circle {
		width: calc(315 * 100vw / 857);
		margin: 0 auto;
		box-shadow: 0 0 calc(32 * 100vw / 857) 0 rgba(33, 175, 161, 0.43);
	}
	.problem__item-txt {
		margin-top: calc(32 * 100vw / 857);
	}
	.voice {
		padding: calc(50 * 100vw / 857) calc(50 * 100vw / 857) calc(70 * 100vw / 857);
	}
	.voice__hd {
		width: calc(590 * 100vw / 857);
    margin: 0 auto;
	}
	.voice__txt {
		display: flex;
		flex-direction: column;
		gap: calc(16 * 100vw / 857);
		margin-top: calc(50 * 100vw / 857);
	}
	.voice__user {
		display: flex;
		flex-wrap: wrap;
		gap: calc(28 * 100vw / 857) calc(40 * 100vw / 857);
		margin-top: calc(36 * 100vw / 857);
	}
	.voice__user-item {
		width: calc((100% - calc(40 * 100vw / 857)) / 2);
	}
	.footer .contact__btn {
		margin: calc(27 * 100vw / 857) auto 0;
	}
	.cta__about01 {
		margin-top: calc(30 * 100vw / 857);
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

/* common
---------------------------------------------------------- */
.cf:after {
	content:" ";
	display:block;
	clear:both;
}

.mb0{
	margin-bottom: 0;
}


/* cv
---------------------------------------------------------- */
.cv_ticket{
	position: relative;
}
.cv_ticket a{
	display: block;
	position: absolute;
	bottom: 9%;
	left: 0;
	right: 0;
	width: 94%;
	margin: auto;
}
.cv_ticket a img{
	display: block;
	margin: auto;
	animation: anime1 0.5s ease 0s infinite alternate;
}
@keyframes anime1 {
	from {
		transform: scale(0.9,0.9);
	}
	to {
		transform: scale(1,1);
	}
}


/* fixed_btn
---------------------------------------------------------- */
.fixed_btn{
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	max-width: 640px;
	padding: 2% 0 1%;
}
.fixed_btn a{
	display: block;
	width: 97%;
	margin: auto;
}
.fixed_btn a img{
	display: block;
	margin: auto;
	animation: anime1 0.5s ease 0s infinite alternate;
}

/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */

