@charset "UTF-8";
/* ========================================================================== 
 * Responsive 
 * ========================================================================== */ 
/*PCのみ表示(959px以下非表示)*/  
/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}
/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}
/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}
/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}
/*SPのみ非表示(599px以下非表示)*/ @media screen and (max-width: 599px) { 
	.hidden-sp { 
		display: none !important; 
	}  
}
/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ==========================================================================
 * 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',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
	color: #282a32;
}

/* ==========================================================================
 * 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: none;
}
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 {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
	font-size: 1.2rem;
    color: #85868c;
	width: 390px;
    margin: 0 auto;
}
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";
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
.txt_list-annotation {
	font-size: 1.4rem;
}
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.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
	text-align: center;
	padding-top: 100px;
}
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-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 {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}
.pink {
	color: #e4415f;
}
.yellow {
	color: #ffff8e;
}
/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #dddde4;
    border-radius: 5px;
    background: #fafafa;
	height: 50px;
	padding: 0 10px;
	font-size: 1.6rem;
    font-weight: 300;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	height: 50px;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 300;
}
button {
	overflow: visible;
	border: none;
	background: none;
}
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;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
.header-width {
	width: 2000px;
	margin-right: auto;
	margin-left:  auto;
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
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;
}
/*SP*/
@media screen and (max-width: 640px) {
	.inner {
		width: 100%;
	}
	.inner-width {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
	}
	.header-width {
		width: 92%;
		margin-right: auto;
		margin-left:  auto;
	}
	ul.list-annotation {
		width: 92%;
	}
}
@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
	h2,
	.h2 {
		padding-top: 50px;
	}
}
/* ==========================================================================
 * Header
 * ========================================================================== */
.header__wrap {
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
}
.header__cta {
	margin-top: 0;
	cursor: pointer;
	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));
}
.header__cta img:hover {
    opacity: 0.7;
    transform: scale(0.99);
}
@media screen and (max-width: 640px) {
	.hd {
	    width: 100%;
	}
	.header__wrap {
		width: auto;
		height: 60px;
	}
	.header__logo {
		width: 100px;
		height: 60%;
		display: flex;
		min-width: 100px;
	}
	#page-container > header > div > div > li.visible-sp {
		list-style: none;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 30px;
		justify-content: center;
		position: fixed;
		top: 0px;
		right: 10px;
		padding: 30px;
		z-index: 90;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #000;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #e0690f;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
	}
	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}
	.navi__link {
		background: none;
	}
	.navi__link a {
		color: #000 !important;
	}
	.navi__link a::before {
		border-top: solid 2px #000 !important;
		border-right: solid 2px #000 !important;
	}
	/* /hamburger menu */
}
/* ==========================================================================
 * Header
 * ========================================================================== */
#fv {
    background: url("../images/pc/fv_bg.jpg") no-repeat top;
	min-width: 920px;
}
.fv__bg {
	display: flex;
    justify-content: space-between;
}
.copy h1 {
	padding-top: 30px;
}
.award__wrap .inner-width {
	padding: 20px 0;
}
.award__ul {
	display: flex;
	justify-content: space-between;
}
.award__ul li {
	padding: 0 10px;
	padding-bottom: 10px;
}
#fv .list-annotation {
	font-size: 1.4rem;
	color: #959595;
}
@media screen and (max-width: 640px) {
	#fv {
		background: none;
		min-width: auto;
	}
	#fv .inner-width {
		width: 100%;
	}
	.copy h1 {
		padding: 0px;
	}
	.main__cta {
		padding-top: 90%;
	}
	.award__ul {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
		padding-bottom: 10px;
	}
	.award__ul li{
		width: 50%;
		margin-top: 0;
		padding: 0;
		padding-bottom: 5px;
	}
	.award__ul li:nth-child(2) {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
}
/* ==========================================================================
 * Gnavi(PC)
 * ========================================================================== */
.gnavi {
	background: #cc334d;
	font-size: 1.8rem;
	padding: 10px 0;
}
.gnavi__list {
	display: flex;
}
.gnavi__list li {
	align-items: center;
	display: flex;
	position: relative;
}
.gnavi__list li:last-child {
	margin-left: auto;
}
.gnavi__list a {
	color: #fff;
	display: block;
	padding-left: 32px;
}
.gnavi__list li+li {
	padding-left: 30px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 998;
    width: 100%;
}
.round_arrow {
  position: relative;
  padding-left: 30px;
}
.round_arrow::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 4px;
    width: 22px;
    height: 22px;
	border-radius: 50%; /* 角の丸み */
	background: #fff;
}
.round_arrow::after {
	content: "";
	position: absolute;
	margin: auto;
	top: -3px;
	bottom: 0px;
	left: 11px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #cc334d;
    border-right: 1px solid #cc334d;
	transform: rotate(135deg);
}

/* ==========================================================================
 * FORM
 * ========================================================================== */
.form-area {
	margin-top: auto;
	margin-bottom: auto;
}
.form-box {
	width: 408px;
	background: #fff;
	border-radius: 10px;
}
.form-box__h2 {
	color: #fff;
    background: #e0690f;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.FormFocus {
	padding: 20px;
}
.FormFocus .item_section+.item_section {
	padding-top: 15px;
}
.form-box--name {
	display: flex;
}
.form-box__item-name {
	padding-bottom: 5px;
}
.form-box__name {
	height: 50px;
}
.form-box--birthday {
	display: flex;
}
.form-box--name .form-box__name:nth-child(1) {
	margin-right: 20px;
}
.id_anno ,.checkcomment {
	font-size: 1.2rem;
	color: #85868c;
	text-align: center;
	padding-top: 5px;
}
.form-box__submit {
	padding-top: 20px;
}
.award__wrap {
	background: #efefef;
}
.form-basic__select select {
	width: 110px;
}
.form-basic__select + .form-basic__select {
	margin-left: 19px;
}
@media screen and (max-width: 640px) {
	#conv_form_sp {
		background: #efefef;
		padding: 0px 0 30px;
	}
	.form-box {
		width: auto;
		margin: 0 4%;
	}
	.form-box--name {
		display: block;
	}
	.form-box--name input:nth-child(2) {
		margin-top: 10px;
	}
	select {
		width: 100%;
	}
	.form-basic__select + .form-basic__select {
		margin-left: 10px;
	}
	.form-box__submit {
		padding: 0;
		padding-top: 20px;
		height: auto;
	}
	.button-box {
		text-align: center;
	}
	.form-basic__select select {
		width: auto;
	}
}
/* ==========================================================================
 * problem
 * ========================================================================== */
.problem__list {
	display: flex;
	justify-content: space-around;
	padding-top: 35px;
}
.problem__01 {
	background: #efefef;
	margin-top: 90px;
}
.problem__txt {
	padding-top: 50px;
}
.problem__02 {
	background: url("../images/pc/lifestyle_bg.jpg")  no-repeat center / cover;
	min-width: 920px;
	height: 422px;
	text-align: center;
}
.problem_circle {
	padding-top: 30px;
}
.problem_yoyuu {
	margin-top: -20px;
}
@media screen and (max-width: 640px) {
	#problem h2 {
		width: 95%;
		margin: 0 auto;
	}
	.problem__list {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.problem__list li{
		width: 50%;
		margin-top: 0;
		padding: 0;
		padding-bottom: 5px;
	}
	.problem__list li:nth-child(2) {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
	.problem__list li:nth-child(3) {
		padding-right: 2%;
	}
	.problem__list li:nth-child(4) {
		padding-left: 2%;
	}
	.problem__01 {
		margin-top: 20px;
	}
	.problem__txt {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.problem__02 {
		background: url(../images/sp/lifestyle_bg.jpg) no-repeat;
		background-size: cover;
		min-width: auto;
		height: auto;
	}
	.problem_circle {
		padding: 0;
		width: 37%;
		margin: 0 auto;
	}
	.problem_yoyuu {
		padding: 20px 0;
	}
}
/* ==========================================================================
 * reason
 * ========================================================================== */
#reason {
	background: #efefef;
	text-align: center;
	padding-bottom: 50px;
}
.reason__wrap {
	padding-top: 30px;
}
.reason__wrap li+li {
	padding-top: 30px;
}
.reason__tyumoku {
	padding-top: 80px;
}
.reason__num {
	background: url("../images/pc/staff_img.png")  no-repeat 166px;
	height: 220px;
    padding: 33px;
    padding-left: 285px;
}
@media screen and (max-width: 640px) {
	#reason {
		padding-bottom: 20px;
	}
	#reason h2 {
		width: 78%;
		margin: 0 auto;
	}
	.reason__tyumoku {
		padding-top: 30px;
	}
	.reason__num {
		background: none;
		height: auto;
		padding-left: 0;
		padding: 0 3%;
		padding-top: 30px;
	}
	.reason__staff {
		width: 62%;
		margin: 0 auto;
		padding-top: 20px;
	}
}
/* ==========================================================================
 * cta
 * ========================================================================== */
.cta {
	background: #9d323d;
	text-align: center;
	padding: 50px 0;
}
.cta__txt {
	color: #fff;
}
.main__cta {
	padding: 10px 0;
}
.main__cta img:hover {
    opacity: 0.8;
    transform: scale(0.99);
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 30px 0;
	}
	.cta__txt {
		font-size: 1.4rem;
	}
	.cta__ttl {
		width: 80%;
		margin: 0 auto;
	}
}
/* ==========================================================================
 * work
 * ========================================================================== */
.work__hourlywage__wrap {
	display: flex;
	align-items: center;
    justify-content: center;
	padding-top: 30px;
}
.work__average {
	width: 122px;
	height: 45px;
	background: #e4415f;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.work__hourlywage {
	margin-top: 0;
	color: #e4415f;
	font-size: 7.0rem;
	font-weight: bold;
	padding-left: 20px;
}
.font__middle {
	font-size: 4.4rem;
}
.font__small {
	font-size: 2.6rem;
}
.list-annotation__2 {
	width: auto;
	margin: auto;
	text-align: center;
}
.work__wrap {
	display: flex;
    justify-content: space-between;
	padding-bottom: 100px;
}
.work__box {
	background: #efefef;
	border-radius: 10px;
	margin-top: 30px;
	padding: 10px;
	width: 290px;
}
.work__txtbox {
}
.dl__flex {
	display: flex;
}
.work__txtbox dl {
	margin: 0;
	padding-top: 20px;
}
.work__txtbox dl div+div {
	margin-top: 20px;
}
.dl__flex dt {
	background: #efefef;
	padding: 2px 0px;
    text-align: center;
    font-size: 1.2rem;
	border: solid 1px #e4415f;
    border-radius: 6px;
    width: 60px;
	height: 25px;
	color: #e4415f;
}
.dl__flex dd {
	padding-left: 10px;
    width: 78%;
}
.work__txtbox ul {
	display: flex;
	margin-top: 20px;
}
.work__txtbox ul li+li {
	margin-left: 10px;
}
.work__features {
	background: #e4415f;
    color: #fff;
    font-weight: bold;
	padding: 5px 15px;
    border-radius: 100px;
}
.work__monthly {
	text-align: center;
	color: #e4415f;
	font-weight: bold;
	font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
	#work h2 {
		width: 80%;
		margin: 0 auto;
	}
	.work__hourlywage__wrap {
		display: block;
	}
	.work__average {
		margin: 0 auto;
		font-size: 1.8rem;
		width: 95px;
    	height: 35px;
	}
	.work__hourlywage {
		text-align: center;
		font-size: 4.8rem;
	}
	.font__middle {
		font-size: 4.0rem;
	}
	.font__small {
		font-size: 1.8rem;
	}
	.work__wrap {
		display: block;
		padding-bottom: 50px;
	}
	.work__box {
		width: auto;
	}
}
/* ==========================================================================
 * reason
 * ========================================================================== */
#keyword {
	background: #efefef;
	text-align: center;
	padding-bottom: 100px;
}
.keyword__subtxt {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	padding-top: 50px;
}
.keyword__list {
	padding: 30px 0;
}
.keyword__example {
	text-align: left;
	width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}
.keyword__example dt {
	font-weight: bold;
}
.keyword__txt {
	background: url("../images/pc/keyword_img.png")  no-repeat 30px;
	height: 332px;
    padding: 33px;
    padding-left: 435px;
	margin-top: 50px;
}
@media screen and (max-width: 640px) {
	#keyword {
		padding-bottom: 50px;
	}
	#keyword h2 {
		width: 95%;
		margin: 0 auto;
	}
	.keyword__subtxt {
		font-size: 1.8rem;
	}
	.keyword__list {
		padding: 10px 0;
	}
	.keyword__example {
		width: auto;
		font-size: 1.6rem;
	}
	.keyword__txt {
		background: none;
		height: auto;
		padding-left: 0;
		padding: 0 3%;
	}
	.keyword__illust {
		padding-top: 20px;
	}
}
/* ==========================================================================
 * follow
 * ========================================================================== */
.follow__txt {
	text-align: center;
	padding-top: 30px;
}
.follow__list {
	display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.follow__staff {
	font-weight: bold;
	font-size: 7.0rem;
	text-align: center;
	line-height: 60px;
}
.follow__survey {
	text-align: center;
	padding-top: 20px;
}
.list-annotation__3 {
	width: 415px!important;
	padding-top: 20px;
}
.follow__excellent {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
	#follow h2 {
		width: 80%;
		margin: 0 auto;
	}
	.follow__txt {
		text-align: left;
	}
	.follow__list {
		display: block;
	}
	.follow__list li:nth-child(2) {
		padding-top: 20px;
	}
	.follow__staff {
		font-size: 4.8rem;
		line-height: 40px;
		padding-top: 30px;
	}
	.list-annotation__3 {
		width: 90%!important;
	}
	.follow__excellent {
		padding-bottom: 50px;
	}
}
/* ==========================================================================
 * choice
 * ========================================================================== */
#choice {
	background: #efefef;
	padding-bottom: 100px;
}
#choice h3 {
	text-align: center;
	padding-top: 60px;
}
.choice__logo__box {
	background: #fff;
	text-align: center;
	margin-top: 30px;
	padding: 20px 0;
	border-radius: 10px;
}
.choice__sub__txt {
	width: 610px;
	margin: 0 auto;
	margin-top: 20px;
}
.choice__reason2__flex {
	display: flex;
	justify-content: space-between;
}
.choice__reason2__list {
	margin-top: 0;
	margin-top: 20px;
	width: 440px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.choice__reason2__boxttl {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.choice__reason2__boxtxt {
	text-align: left;
	padding-top: 20px;
}
.choice__reason2__flex figure {
	padding-top: 20px;
	padding-bottom: 10px;
}
.choice__reason2__benefit {
	padding-top: 60px!important;
}
.choice__reason3__list {
	display: flex;
	justify-content: space-evenly;
	padding-top: 30px;
}
.skill__example {
	text-align: left;
	width: 407px;
    margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 10px;
}
.skill__example dt {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#choice {
		padding-bottom: 50px;
	}
	#choice h2 {
		width: 72%;
		margin: 0 auto;
	}
	#choice h3 {
		padding-top: 30px;
	}
	.choice__sub__txt {
		width: auto;
	}
	.choice__logo__box {
		padding: 10px 3%;
	}
	.choice__reason2 h3 {
		width: 71%;
		margin: 0 auto;
	}
	.choice__reason2__flex {
		display: block;
	}
	.choice__reason2__list {
		width: auto;
	}
	.choice__reason2__benefit {
		padding-top: 20px!important;
	}
	.choice__reason3 h3 {
		width: 70%;
		margin: 0 auto;
	}
	.choice__reason3 .txt-center {
		text-align: left;
	}
	.choice__reason3__list {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.choice__reason3__list li{
		width: 50%;
		margin-top: 0;
		padding: 0;
		padding-bottom: 10px;
	}
	.choice__reason3__list li:nth-child(2) {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
	.choice__reason3__list li:nth-child(3) {
		padding-right: 2%;
	}
	.choice__reason3__list li:nth-child(4) {
		padding-left: 2%;
	}
	.skill__example {
		width: auto;
		padding-top: 30px;
		font-size: 1.6rem;
	}
}
/* ==========================================================================
 * flow
 * ========================================================================== */
.flow__step {
	padding-top: 50px;
	text-align: center;
}
.flow__movie {
	padding-top: 10px;
	padding-bottom: 100px;
	text-align: center;
}
iframe {
	border: none;
}
@media screen and (max-width: 640px) {
	#flow h2 {
		width: 79%;
		margin: 0 auto;
	}
	.flow__step {
		padding-top: 20px;
	}
	.flow__movie {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.flow__movie iframe {
		width: auto!important;
		height: 220px!important;
	}
}
/* ==========================================================================
 * faq
 * ========================================================================== */
#faq {
	background: #efefef;
	padding-bottom: 50px;
}
#faq ul {
	margin-top: 50px;
    margin-bottom: 50px;
}
#faq ul li+li{
	margin-top: 30px;
}
.faq__qaList dt {
	background: url("../images/pc/qa_q.png") left top no-repeat;
	background-color: #cc334d;
	background-position: 20px 50%;
	background-size: 3%;
	border-radius: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	padding: 20px 90px 20px 75px;
	position: relative;
	cursor: pointer;
}
.faq__qaList dt.open::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}
.faq__qaList dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/pc/qa_a.png") left top no-repeat;
	background-size: 3%;
	background-position: 20px 50%;
	font-size: 1.8rem;
    padding: 30px 20px 30px 75px;
	display: none;
}
@media screen and (max-width: 640px) {
	#faq {
		padding-bottom: 50px;
	}
	#faq h2 {
		width: 69%;
		margin: 0 auto;
	}
	#faq ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	.faq__qaList dl {
		margin-bottom: 0;
	}
	.faq__qaList dt {
		font-size: 2.0rem;
		padding: 10px 57px 10px 64px;
		background-size: 25px;
	}
	.faq__qaList dd {
		padding: 30px 20px 30px 64px;
		background-size: 25px;
	}
	.faq__qaList dt.open::before {
		right: 1em;
	}
	.faq__qaList dt.close::after {
		right: 1em;
	}
	#faq ul li+li {
		margin-top: 10px;
	}
}
/* ==========================================================================
 * footer
 * ========================================================================== */
footer {
	font-size: 1.2rem;
	color: #fff;
	background: #cc334d;
	padding: 30px 60px;
	display: flex;
	justify-content: space-between;
}
footer ul {
	display: flex;
}
footer ul li {
	padding: 0px 10px;
}
footer ul li+li  {
	border-left: 1px solid;
}
footer a:link, footer a:visited {
	color: #fff;
}
@media screen and (max-width: 640px) {
	footer {
		display: block;
		padding: 30px 5%;
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	footer ul {
		display: block;
	}
	footer ul li {
		display: inline;
	}
	footer ul li+li {
	}
	.copyright {
		padding-top: 20px;
	}
}