@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}

body{
	font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.6rem;
	overflow-x: hidden;
	position: relative;
	color: #313131;
	background: #fff;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 100vh;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

.sp {
	display: block;
	visibility: visible;
}
.pc {
	display: none;
	visibility: hidden;
}
a {
	color: #000;
	text-decoration: none;
}


header {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #f7f7f7;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 1000;
}

header h1 {
	margin-left: 3%;
}
header h1 img {
	height: 46px;
	width: auto;
}

header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header ul li a {
	padding: 0 15px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header ul li.entry a {
	background: #7bc727;
	color: #fff;
	margin-left: 15px;
	text-align: center;
}

.noscroll {
    overflow: hidden;
}
#sp_nav_btn {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1000;
}
#sp_nav_btn .btn_inner {
	position: relative;
    width: 24px;
    height: 20px;
}
#sp_nav_btn .btn_inner span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    margin: auto;
    transition: all .4s;
}
#sp_nav_btn .btn_inner span:nth-of-type(1) {
    top: 0;
}
#sp_nav_btn .btn_inner span:nth-of-type(2) {
    top: 0;
	bottom: 0;
}
#sp_nav_btn .btn_inner span:nth-of-type(3) {
    bottom: 0;
}
#sp_nav_btn.active .btn_inner span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-135deg);
	-moz-transform: translateY(10px) rotate(-135deg);
	transform: translateY(10px) rotate(-135deg);
}
#sp_nav_btn.active .btn_inner span:nth-of-type(2) {
	opacity: 0;
}
#sp_nav_btn.active .btn_inner span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(135deg);
	-moz-transform: translateY(-8px) rotate(135deg);
	transform: translateY(-8px) rotate(135deg);
}
.sp_nav_wrap {
	font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	padding: 58px 0;
	margin: 0 auto;
	background: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.sp_nav_wrap ul {
	padding: 40px 4% 0;
}
.sp_nav_wrap ul li a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 2.4rem;
    border-bottom: 1px solid #eaeaea;
    padding: 19px 5px;
	position: relative;
}
.sp_nav_wrap ul li:first-child a {
	border-top: 1px solid #eaeaea;
}
.sp_nav_wrap ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #ff5d7f;
	border-radius: 2px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.sp_nav_wrap ul li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-ms-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}

main {
	padding-top: 60px;
	flex: 1;
}

section {
	width: 100%;
}
section h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 6.4vw;
}

section.bg_navy {
	background: url("../img/btn_bg.png") center center #1f3d6e;
}
section.bg_gray {
	background: #d3d8de;
}
section.bg_pink {
	background: #ff5d7f;
}
section.bg_yellow {
	background: #fef79c;
}
section.btn_area {
	background: #d3d8de;
}
section.arrow {
	background: url("../img/worry_man.png") 115% 130% / 40% auto no-repeat, url("../img/worry_bg.jpg") top center / auto 100% no-repeat ,#696c5b;
	overflow-y: hidden;
	position: relative;
	padding-bottom: 8%;
}
section.arrow::before,
section.arrow::after {
	content: "";
	width: 100%;
	height: 500px;
	background: #fff;
	position: absolute;
	bottom: -500px;
}
section.arrow::before {
	transform: skewY(15deg);
}
section.arrow::after {
	transform: skewY(-15deg);
}
.section_inner {
	width: 86%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10% 0;
}

#label .section_inner {
}
#label ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#label ul li {
	background: #fff;
	font-weight: bold;
	width: 48%;
	padding: 1% 0;
}
/*#label ul li:first-child {
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
}*/
span.pink {
	color: #ff2a57;
}
span.small {
	font-size: 0.7em;
	margin: 0 -0.5em;
	display: inline-block;
}

#results h2 {
	font-size: 4.5vw;
}
#results ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2%;
}



#worry .inner_wrap {
	padding-right: 20%;
	margin-top: 5%;
}
#worry h2 {
	color: #fff;
}
#worry h2 span {
	color: #fff79b;
	background: #313131;
	padding: 0 10px;
	margin: 0 5px;
}
#worry ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
#worry ul li {
	background: #e5e5e5;
	font-weight: bold;
	border-radius: 5px;
	padding: 2vw 3vw;
    margin-top: 2%;
    font-size: 4vw;
	position: relative;
	z-index: 2;
}
#worry ul li span {
	font-size: 0.74em;
	margin: 0 -0.5em;
}
#worry ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 40px;
	border-color: transparent transparent transparent #e5e5e5;
	-webkit-transform: translate(0,-50%) skewY(30deg);
	-ms-transform: translate(0,-50%) skewY(30deg);
	transform: translate(0,-50%) skewY(30deg);
	transform-origin: left top;
	z-index: -1;
}

#solution .section_inner {
	padding-top: 1%;
}
#solution h2 {
	font-size: 7vw;
}
#solution h2 span {
	padding: 0 5px;
	margin: 0 5px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent 69%, #ff5d7f 70%, #ff5d7f 100%);
	background-image: -o-linear-gradient(transparent 69%, #ff5d7f 70%, #ff5d7f 100%);
	background-image: linear-gradient(transparent 69%, #ff5d7f 70%, #ff5d7f 100%);
}

#reason h2 {
	color: #fff;
	line-height: 1.4em;
}
#reason h2 span {
	color: #fef79c;
}
#reason h2 .num {
	font-size: 1.8em;
}
#reason h2 .big {
	font-size: 1.2em;
}

#reason ul {
	display: flex;
	flex-direction: column;
	margin-top: 3%;
}
#reason ul li {
	background: #d3d8de;
	counter-increment: reason_num;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 20px 50%;
}
#reason ul li:nth-child(1) {
	background: url("../img/reason_bg01.jpg") no-repeat #d3d8de;
	background-position: left 50% bottom -2px;
	background-size: 100% auto;
}
#reason ul li:nth-child(2) {
	background: url("../img/reason_bg02.jpg") no-repeat #d3d8de;
	background-position: left 50% bottom -2px;
	background-size: 100% auto;
}
#reason ul li:nth-child(3) {
	background: url("../img/reason_bg03.jpg") no-repeat #d3d8de;
	background-position: left 50% bottom -2px;
	background-size: 100% auto;
}
#reason ul li h3 {
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	color: #234d93;
	min-height: 40px;
	text-align: left;
	margin: 0 0 10px -30px;
}
#reason ul li h3 span {
	flex: 1;
	font-size: 1.8rem;
	padding: 8px 10px;
	line-height: 2.4rem;
}
#reason ul li h3::before {
	content: counter(reason_num);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	color: #fff;
	font-weight: bold;
	background: #ff5d7f;
	font-size: 2.4rem;
}
#reason ul li p {
	text-align: left;
	line-height: 1.8em;
	text-shadow: 0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de,0 0 3px #d3d8de;
}

.voice_list {
	display: flex;
	flex-direction: column;
	margin-top: 2%;
}
.voice_list > li {
	background: #ebf0f8;
	margin-top: 10px;
	counter-increment: reason_num;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	border-radius: 10px;
}
.voice_title_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 16px;
}
.voice_title {
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.voice_title figure {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.voice_title figure img {
	border-radius: 50%;
}
.voice_title h3 {
	flex: 1;
	text-align: left;
	font-size: 1.8rem;
}
.voice_title h3::before  {
	content: "──";
}
.voice_deta {
	text-align: left;
	flex: 1;
}
.voice_deta .job,
.voice_deta .pay {
	text-align: left;
}
.voice_deta .job > span,
.voice_deta .pay > span {
	min-height: 24px;
	font-size: 1.4rem;
	padding-right: 4px;
	margin-top: 4px;
	display: inline-block;
}
.voice_deta .job .before,
.voice_deta .pay .before {
	border: 2px solid #1f3d6e;
	background: #fff;
	color: #535353;
	position: relative;
	padding: 0 4px;
	display: inline-block;
}
.voice_deta .pay .before {
	border: 2px solid #ff5d7f;
}
.voice_deta .job .before::after,
.voice_deta .pay .before::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -10px;;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
}
.voice_deta .job .after,
.voice_deta .pay .after {
	border: 2px solid #1f3d6e;
	background: #1f3d6e;
	text-align: left;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0 4px 0 16px;
}
.voice_deta .pay .after {
	border: 2px solid #ff5d7f;
	background: #ff5d7f;
}

.voice_list > li p {
	text-align: left;
	line-height: 1.8em;
}

#about h2 {
	font-size: 4.8vw;
}
#about figure {
	margin: 2% 0;
}
#about p {
	line-height: 1.8em;
}
#about p:nth-of-type(2) {
	margin-top: 0.8em;
}

#flow h2 {
	color: #fff;
}
#flow ul {
	display: flex;
	flex-direction: column;
}
#flow ul li {
	background: #d3d8de;
	margin-top: 30px;
	counter-increment: flow_num;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 20px 20px;
	position: relative;
}
#flow ul li h3 {
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	color: #234d93;
	min-height: 40px;
	text-align: left;
	margin: 0 0 10px -30px;
	position: relative;
}
#flow ul li h3 span {
	flex: 1;
	font-size: 1.8rem;
	padding: 8px 10px;
	line-height: 2.4rem;
}
#flow ul li h3::before {
	content: counter(flow_num);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 10px;
	font-weight: bold;
	background: #ff5d7f;
	font-size: 2.4rem;
	line-height: 2.6rem;
}
#flow ul li h3::after {
	content: "STEP";
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	position: absolute;
	top: 1px;
	font-weight: normal;
}
#flow ul li figure {
	margin: 0 auto 4px;
	width: 100px;
}
#flow ul li p {
	text-align: left;
	line-height: 1.8em;
}
#flow ul li:nth-child(5) p{
	font-size: 1.6em;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}

.qanda_wrap dl {
	border: 1px dotted #1f3d6e;
	padding: 10px;
	border-radius: 10px;
}
.qanda_wrap dl dt,
.qanda_wrap dl dd {
	padding: 16px 16px 16px 50px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	line-height: 1.8em;
}
.qanda_wrap dl dt {
	background: #ebf0f8;
	margin-bottom: 10px;
	margin-right: 20px;
	font-weight: bold;
}
.qanda_wrap dl dd {
	background: #1f3d6e;
	color: #fff;
	margin-left: 20px;
}
.qanda_wrap dl dt::before,
.qanda_wrap dl dd::before {
	content: "Q.";
	font-size: 5.0rem;
	line-height: 5.0rem;
	color: #99a8c1;
	position: absolute;
	top: -12px;
	left: -4px;
	font-weight: bold;
}
.qanda_wrap dl dd::before {
	content: "A.";
}

.btn_area .section_inner {
	padding-top: 0;
}
.btn_entry {
	position: relative;
	margin-top: 40px;
}
.btn_entry a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 360px;
	height: 60px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #7bc727;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 0 auto;
	transition: 0.3s all;
	position: relative;
}
.btn_entry a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 6%;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.3s all;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-ms-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}
.btn_entry a:hover {
	color: #7bc727;
	background: #fff;
}
.btn_entry a:hover::after {
	border-color: #7bc727;
}

.btn_entry span {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #ff2a57;
	top: -26px;
	left: calc(50% - 70px);
	background: #fef79c;
	padding: 4px 12px;
    font-size: 2.0rem;
	border-radius: 5px;
	-webkit-transform: translate(-50%,0) rotate(-6deg);
	-ms-transform: translate(-50%,0) rotate(-6deg);
	transform: translate(-50%,0) rotate(-6deg);
	box-shadow: 1px 0 5px 0 rgba(0,0,0,0.3);
}
.btn_entry span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 8px 0 8px;
	border-color: #fef79c transparent transparent transparent;
	-webkit-transform: translate(-50%,0) skewX(30deg);
	-ms-transform: translate(-50%,0) skewX(30deg);
	transform: translate(-50%,0) skewX(30deg);
	transform-origin: left top;
}

.btn_light {
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.btn_light:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: -30%;
    top: -50%;
    width: 15%;
    height: 300%;
    /*background: rgba(255,255,255,0.3);*/
	background-image: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-animation: btn-light 2.5s infinite cubic-bezier(0.060, 0.525, 0.470, 0.970);
    -moz-animation: btn-light 2.5s infinite cubic-bezier(0.060, 0.525, 0.470, 0.970);
    animation: btn-light 2.5s infinite cubic-bezier(0.060, 0.525, 0.470, 0.970);
}
@-webkit-keyframes btn-light {
     0% { left: -30%; }
	55% { left: 120%; }
   100% { left: 120%; }
}
@-moz-keyframes btn-light {
     0% { left: -30%; }
	55% { left: 120%; }
   100% { left: 120%; }
}
@keyframes btn-light {
     0% { left: -30%; }
	55% { left: 120%; }
   100% { left: 120%; }
}


#entry .section_inner {
	max-width: 1000px;
}
#entry h2 {
	position: relative;
}
#entry h2 span {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #ff2a57;
	top: -1.2em;
    left: calc(50% - 20vw);
	background: #fef79c;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 4.0vw;
	-webkit-transform: translate(-50%,-50%) rotate(-6deg);
	-ms-transform: translate(-50%,-50%) rotate(-6deg);
	transform: translate(-50%,-50%) rotate(-6deg);
	box-shadow: 1px 0 5px 0 rgba(0,0,0,0.3);
}
#entry h2 span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 8px 0 8px;
	border-color: #fef79c transparent transparent transparent;
	-webkit-transform: translate(-50%,0) skewX(30deg);
	-ms-transform: translate(-50%,0) skewX(30deg);
	transform: translate(-50%,0) skewX(30deg);
	transform-origin: left top;
	
}

/************************************
form
*************************************/

/*
reset
***********************/

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}

textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #aeb9c7;
	box-shadow: 3px 3px 3px 0 #eee inset;
	border-radius: 3px;
}

textarea {
    height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #1f3d6e;
}

/* オートコンプリート機能の背景黄色を変更 */
input:-webkit-autofill {
    -webkit-box-shadow: 3px 3px 0 0 #eee inset, 0 0 0px 1000px #fff inset;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
}
::placeholder{ /* Others */
	color: #aaa;
}

#mail_form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#mail_form dl {
	overflow : hidden;
	width: 100%;
	margin: 3% auto 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

#mail_form dl dt,
#mail_form dl dd{
	width: 100%;
	text-align: left;
}
#mail_form dl dt {
	font-weight: bold;
	width: 100%;
	display: flex;
	padding: 10px 10px 0;
}
#mail_form dl dd {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #aeb9c7;
	padding: 5px 10px 10px;
}

#mail_form dl dt span.required,
#mail_form dl dt span.optional {
	order: 1;
	color: #fff;
	padding: 3px 10px;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 2.0rem;
	display: inline-block;
	margin-left: 10px;
}

#mail_form dl dt span.required {
	background: #ff5d7f;
}

#mail_form dl dt span.optional {
	background: #ccc;
}

#mail_form dl dd span.error_blank,
#mail_form dl dd span.error_format,
#mail_form dl dd span.error_match,
#mail_form span.error_check {
	display : block;
	margin-top : 3px;
	width: 100%;
	color: #d7002e;
}

#form_submit {
	text-align: center;
	margin-top: 20px;
}
#mail_form input[type="button"] {
	width: 90%;
    max-width: 400px;
    height: 60px;
    line-height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    background: #ff5d7f;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #ff5d7f;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
#mail_form input[type="button"]:hover {
	color: #ff5d7f;
	background: #fff;
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

footer {
	background: #313131;
	padding: 6vw 0 calc(6vw + 80px);
}
footer figure {
	width: 60%;
	max-width: 160px;
	margin: 0 auto 10px;
	opacity: 0.5;
}
footer p {
	color: #989898;
	text-align: center;
	font-size: 1.4rem;
}

#company,
#thanks {
	height: 100%;
}
#company .section_inner,
#thanks .section_inner {
	max-width: 1000px;
}
#company h2,
#thanks h2 {
	color: #fff;
}
#thanks .txt {
	padding: 10% 5%;
	background: #fff;
	margin-top: 5%;
}
#company .txt {
	padding: 4% 5% 10%;
	background: #fff;
	margin-top: 5%;
}
#company .txt p,
#thanks .txt p {
	line-height: 1.8em;
}
#company .txt figure {
	margin: 5% auto 3%;
}
#company .txt p:nth-of-type(2) {
	margin-top: 0.8em;
}

#company dl {
	overflow : hidden;
	width: 100%;
	margin: 0 auto 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
#company dl dt,
#company dl dd{
	width: 100%;
	text-align: left;
}
#company dl dt {
	font-weight: bold;
	width: 100%;
	display: flex;
	padding: 10px 10px 0;
}
#company dl dd {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #aeb9c7;
	padding: 5px 10px 10px;
}

.btn_top {
	width: 90%;
    max-width: 400px;
    height: 50px;
	line-height: 46px;
	margin: 5% auto 0;
    display: block;
    position: relative;
    background: #ff5d7f;
    color: #fff;
	font-weight: bold;
    text-align: center;
	box-sizing: border-box;
    border: 2px solid #ff5d7f;
	border-radius: 25px;
    cursor: pointer;
	transition: all 0.3s;
}
.btn_top:hover {
	color: #ff5d7f;
	background: #fff;
}


/* SP 374以下 iPhone5 */
@media screen and (max-width: 374px) {
	.section_inner {
		width: 90%;
	}
}

/* SP 768以下 */
@media screen and (max-width: 767px) {
	header ul li {
		display: none;
		visibility: hidden;
	}
	
	section p {
		font-size: 1.4rem;
	}
	
	#label .section_inner {
		padding: 5% 0;
	}
	#label ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#label ul li {
		text-align: center;
		margin-bottom: 0;
		width: 48%;
	}
	#label ul li:first-child {
		display: none;
	}
	#label ul li:last-child {
		margin-bottom: 0;
	}
	
	#results ul li {
		width: 32%;
		margin-bottom: 1%;
	}
	#results ul li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	
	#worry h2 {
		font-size: 5.8vw;
	}
	
	#reason ul li {
		margin-top: 20px;
	}
	
	#flow ul li::before {
		content: "";
		display: block;
		position: absolute;
		top: -26px;
		left: 50%;
		width: 14px;
		height: 14px;
		border-top: 2px solid #8ca9d9;
		border-right: 2px solid #8ca9d9;
		-webkit-transform: translate(-50%,0) rotate(135deg);
		-ms-transform: translate(-50%,0) rotate(135deg);
		transform: translate(-50%,0) rotate(135deg);
	}
	#flow ul li:first-child::before {
		content: none;
	}
	
	.flow_wrap {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#flow ul li figure {
		width: 70px;
		margin: -10px 0 0 4px;
	}
	#flow ul li p {
		flex: 1;
	}
	
	.qanda_wrap dl {
		margin-top: 20px;
	}
	.qanda_wrap dl dt, 
	.qanda_wrap dl dd {
		font-size: 1.4rem;
	}
	
	#float_btn {
		position: fixed;
		bottom: -100px;
		left: 5%;
		width: 90%;
		z-index: 999;
	}
}

/* PC 768以上 1300以下 */
@media screen and (min-width: 768px) {
	.sp {
		display: none;
		visibility: hidden;
	}
	.pc {
		display: block;
		visibility: visible;
	}
	
	
	header,
	header ul li a {
		height: 70px;
	}
	header h1 {
		margin-left: 30px;
	}
	header h1 img {
		height: 50px;
	}
	#sp_nav_btn,
	#sp_nav {
		display: none;
		visibility: hidden;
	}
	
	main {
		padding-top: 70px;
	}
	.section_inner {
		max-width: 1300px;
		padding: 50px 0;
	}
	section.arrow {
		background: url("../img/worry_man.png") calc(50% + 280px) 140px / 320px auto no-repeat, url("../img/worry_bg.jpg") top center / 100% auto no-repeat, #696c5b;
		padding-bottom: 4%;
	}
	section.arrow::before {
	transform: skewY(8deg);
	}
	section.arrow::after {
		transform: skewY(-8deg);
	}
	section h2 {
		font-size: 4rem;
	}
	
	#label ul {
		flex-direction: row;
		justify-content: space-between;
	}
	
	#label ul li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 31%;
		text-align: center;
		font-size: 3vw;
	}
	#label ul li:last-child {
		font-size: 2.6vw;
		line-height: 1.2em;
	}
	
	#results h2,
	#about h2 {
		font-size: 2.8rem;
	}
	#results ul li {
		width: 16%;
		margin-bottom: 1%;
	}
	#results ul li:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
	
	#worry .inner_wrap {
		padding-right: 30%;
		margin-top: 5%;
	}
	#worry ul {
		align-items: center;
	}
	#worry ul li {
		font-size: 3.0rem;
		padding: 10px 20px;
	}
	#worry ul li::after {
		right: -30px;
	}
	
	#solution h2 {
		font-size: 5.8rem;
	}
	
	#reason ul {
		flex-direction: row;
		justify-content: space-between;
	}
	#reason ul li {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 32%;
		text-align: center;
		padding: 16px 20px 12vw;
	}
	
	
	.voice_list {
		flex-direction: row;
		justify-content: space-between;
	}
	.voice_list > li {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 49%;
		text-align: center;
	}
	
	#flow ul {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	#flow ul li {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 30%;
		text-align: center;
		margin-top: 2%;
		position: relative;
		padding: 16px 2% 20px;
	}
	#flow ul li:nth-child(4) {
		margin-left: auto;
	}
	#flow ul li:nth-child(5) {
		margin-right: auto;
		margin-left: 5%;
	}
	#flow ul li::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: -13%;
		width: 20px;
		height: 20px;
		border-top: 2px solid #8ca9d9;
		border-right: 2px solid #8ca9d9;
		-webkit-transform: translate(0,-50%) rotate(45deg);
		-ms-transform: translate(0,-50%) rotate(45deg);
		transform: translate(0,-50%) rotate(45deg);
	}
	#flow ul li:first-child::before {
		content: none;
	}
	.flow_wrap {
		margin: 0 auto;
	}
	
	.qanda_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.qanda_wrap dl {
		margin-top: 2%;
		width: 49%;
	}
	.qanda_wrap dl dt,
	.qanda_wrap dl dd {
		padding: 16px 16px 16px 70px;
	}
	.qanda_wrap dl dt {
		margin-right: 40px;
	}
	.qanda_wrap dl dd {
		margin-left: 40px;
	}
	.qanda_wrap dl dt::before,
	.qanda_wrap dl dd::before {
		font-size: 6.0rem;
		line-height: 6.0rem;
		top: -12px;
		left: -4px;
	}
	
	
	#entry h2 span {
		top: -22px;
    	left: calc(50% - 7em);
    	font-size: 2.2rem;
	}
	.btn_entry {
		margin-top: 5%;
	}
	.btn_entry a {
		font-size: 3rem;
		max-width: 500px;
		height: 80px;
		border-radius: 40px;
	}
	
	.btn_entry span {
		font-size: 2.4rem;
		padding: 6px 20px;
		top: -36px;
		left: calc(50% - 100px);
	}
	.btn_entry span::after {
		bottom: -16px;
	}
	
	#float_btn {
		display: none;
		visibility: hidden;
	}
	
	
	#mail_form dl{
		flex-direction: row;
	}
	
	#mail_form dl dt,
	#mail_form dl dd{
		padding: 15px;
		width: 100%;
		display: block;
		align-items: center;
		text-align: left;
	}
	#mail_form dl dt {
		font-weight: bold;
		width: 30%;
		min-width: 240px;
		display: flex;
		justify-content: flex-end;
		padding-right: 5px;
		border-bottom: 1px solid #aeb9c7;
	}
	#mail_form dl dd {
		width: 70%;
		max-width: calc( 100% - 240px );
		flex-direction: column;
	}
	
	#thanks .txt {
		padding: 50px;
	}
	#thanks .txt p {
		text-align: center;
	}
	
	#company dl{
		flex-direction: row;
	}
	#company dl dt,
	#company dl dd{
		padding: 15px;
		width: 100%;
		display: block;
		align-items: center;
		text-align: left;
	}
	#company dl dt {
		font-weight: bold;
		width: 30%;
		min-width: 240px;
		display: flex;
		justify-content: flex-end;
		padding-right: 5px;
		border-bottom: 1px solid #aeb9c7;
	}
	#company dl dd {
		width: 70%;
		max-width: calc( 100% - 240px );
		flex-direction: column;
	}
	#company .txt p {
		text-align: left;
	}
	
	.footer_btn .btn_entry {
		margin-top: 0;
	}
	
	footer {
		padding: 6vw 0 6vw;
	}
}

/* PC 1300以上 */
@media screen and (min-width: 1300px) {
	section.arrow {
		background: url("../img/worry_man.png") calc(50% + 300px) 140px / 360px auto no-repeat, url("../img/worry_bg.jpg") top center / 100% auto no-repeat;
	}
	section h2 {
		font-size: 5.0rem;
	}
	
	#results h2,
	#about h2 {
		font-size: 3.0rem;
	}
	
	#worry ul li {
		font-size: 3.6rem;
	}
	
	#solution h2 {
		font-size: 7rem;
	}
	
	#reason ul li {
		padding: 16px 20px 200px;
	}
	#reason ul li h3 {
		min-height: 50px;
	}
	#reason ul li h3 span {
		font-size: 2.0rem;
		padding: 13px 8px;
		line-height: 2.4rem;
	}
	#reason ul li h3::before {
		width: 50px;
		font-size: 3.0rem;
	}
	
	.voice_title_wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.voice_title {
		margin-right: 20px;
	}
	.voice_list > li {
		padding: 30px;
	}
	.voice_list > li p {
		font-size: 1.8rem;
	}
	
	#about p {
		text-align: center;
	}
	
	#flow ul li {
		padding: 16px 20px 20px;
	}
	#flow ul li h3 {
		min-height: 50px;
	}
	#flow ul li h3 span {
		font-size: 2.0rem;
		padding: 13px 8px;
		line-height: 2.4rem;
	}
	#flow ul li h3::before {
		width: 50px;
		font-size: 3.0rem;
	}
	#flow ul li h3::after {
		width: 50px;
		font-size: 0.9rem;
		top: 2px;
	}
	
	footer {
		padding: 60px 0 60px;
	}
	
	#entry h2 span {
		top: -18px;
		left: calc(50% - 8em);
		font-size: 2.4rem;
	}
}
