/* CSS Document */
/* CSS Document */
/* @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap"); */
/* Zen Kaku Gothic New */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* Zen Maru Gothic */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
.sp_only {
	display: none;
}
@media screen and (max-width: 780px) {
	.sp_only {
		display: inline-block;
	}
}

@media screen and (max-width: 780px) {
	.pc_only {
		display: none;
	}
}

.none{
	display: none;
}

.container {
	max-width: 780px;
	width: 90%;
	margin: 0 auto;
}

.clr_red {
	color: #ff0000;
}

input[type="text"],
select,
textarea {
	width: 100%;
	border-radius: 6px;
	border: 1px solid rgba(39, 39, 39, 0.7);
	background-color: #f2f2f2;
	font-family: "Zen Kaku Gothic New", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
	font-size: 14px;
	padding: 8px;
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: 0.08em;
}
input[type="text"].input__item--half,
select.input__item--half,
textarea.input__item--half {
	width: 200px;
}
input[type="text"].input__item--ylw,
select.input__item--ylw,
textarea.input__item--ylw {
	background: rgba(255, 255, 2, 0.1);
}

input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: top;
	margin-top: 0.42em;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
	border: none;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 0;
	display: inline-block;
	width: 480px;
	transition: all 0.3s;
	border-radius: 1000px;
	background: linear-gradient(90deg, rgba(95, 130, 220, 1) 0%, rgba(255, 80, 62, 1) 100%);
	font-size: 28px;
	font-weight: bold;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.1em;
}
input[type="submit"].input__item--cv,
input[type="button"].input__item--cv {
	background-color: #00c1cd;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.4;
}
@media screen and (max-width: 780px) {
	input[type="submit"],
	input[type="button"] {
		width: 80%;
		font-size: 20px;
		padding: 16px 0;
	}
}

@media screen and (max-width: 780px) {
	.intro img,
	.merit img,
	.flow img,
	.qa img {
		max-width: 400px;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 780px) and (max-width: 500px) {
	.intro img,
	.merit img,
	.flow img,
	.qa img {
		max-width: 100%;
	}
}

/* CSS Document */
html {
	overflow-y: scroll;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button:focus {
	outline: 0;
}

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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
main {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

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

nav ul {
	list-style: none;
}

ul li {
	list-style: none;
}

main,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
	color: #505050;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 780px) {
	body {
		line-height: 1.9;
	}
}

a {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.6;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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 #000;
	cursor: help;
}

input,
select {
	vertical-align: middle;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* CSS Document */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	padding: 16px 0;
	background-color: #fff;
	border-bottom: 5px solid #5f82dc;
}
header .container--header {
	max-width: 100%;
	width: 100%;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .container--header h1{
	display: flex;
	align-items: center;
}
header .container--header h1 p {
	font-size: 13px;
	color: #5f82dc;
	font-weight: bold;
	display: inline-block;
	border-left: 2px solid;
	border-right: 2px solid;
	line-height: 1.4;
	padding: 0 8px;
	margin-left: 24px;
}
header .nav_trg_wrap {
	display: none;
}
@media screen and (max-width: 1340px) {
	header .nav_trg_wrap {
		display: inline-block;
		width: 36px;
		height: 26px;
		position: relative;
		top: 3px;
		left: 0;
		z-index: 8;
	}
	header .nav_trg {
		cursor: pointer;
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	header .nav_trg--active .nav_trg__item--1 {
		transform: rotate(-36deg);
	}
	header .nav_trg--active .nav_trg__item--2 {
		opacity: 0;
	}
	header .nav_trg--active .nav_trg__item--3 {
		transform: rotate(36deg);
	}
	header .nav_trg__item {
		display: inline-block;
		border-radius: 100px;
		background: #5f82dc;
		height: 4px;
		width: 100%;
		transition: all 0.3s ease-out;
		transform-origin: right;
		position: absolute;
		left: 0;
	}
	header .nav_trg__item--1 {
		top: 0;
	}
	header .nav_trg__item--2 {
		top: 42%;
	}
	header .nav_trg__item--3 {
		bottom: 0;
	}
}
@media screen and (max-width: 780px) {
	header {
		padding: 0 0 3px;
		border-width: 3px;
	}
	header .container--header {
		padding: 16px 5%;
	}
	header .container--header h1 {
		display: flex;
		align-items: center;
	}
	header .container--header h1 a img {
		height: 24px;
		width: auto;
	}
	header .container--header h1 p {
		font-size: 10px;
		margin-top: 0;
		margin-left: 12px;
		border-width: 1px;
		padding: 0 4px;
	}
}

nav {
	display: flex;
	align-items: center;
	gap: 24px;
}
nav .nav__list {
	display: flex;
	align-items: center;
	/* margin-bottom: 16px; */
}
nav .list__item {
	margin-left: 24px;
	font-weight: bold;
	position: relative;
}
nav .list__item:nth-child(n + 2):nth-child(-n + 6):before {
	content: "";
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	background: url(../images/nav_arow.svg) no-repeat center / contain;
	width: 10px;
	height: 6px;
	display: block;
	margin: 0 auto;
}

nav .list__item a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	color: #000;
	font-feature-settings: "palt";
	letter-spacing: .1em;
}
nav .list__item .fa-angle-right {
	margin-left: 8px;
}
nav .list__item--contact {
	cursor: pointer;
	transition: all 0.3s ease-out;
}
nav .list__item--contact:hover {
	opacity: 0.4;
}
nav .list__item--navlogo {
	display: none;
}
nav .list__item--cv {
	display: none;
}
nav .list__item--user {
	display: none;
}
@media screen and (max-width: 1340px) {
	nav {
		opacity: 0;
		display: none;
		position: fixed;
		z-index: 5;
		top: 40px;
		right: 0;
		width: 46%;
		height: 100%;
		padding: 8% 4% 8%;
		background-color: #ffd200;
		border-bottom: none;
		color: #505050;
	}
	nav.nav--active {
		display: block;
	}
	nav .nav__list {
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
	nav .list__item {
		margin-left: 0;
		width: 100%;
		text-align: center;
		line-height: 1.2;
		font-feature-settings: "palt";
	}
	nav .list__item:not(:last-child) {
		margin-bottom: 24px;
	}
	nav .list__item:nth-child(n + 2):nth-child(-n + 6):before {
		display: none;
	}
	nav .list__item a {
		font-size: 24px;
	}
	nav .list__item.list__item--contact {
		font-size: 26px;
		margin-bottom: 40px;
	}
	nav .list__item--cv {
		display: block;
	}
	nav .list__item--cv a{
		display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: #fff;
        box-sizing: border-box;
        padding: 16px 0;
        border-radius: 100px;
        background: linear-gradient(90deg, rgba(95, 130, 220, 1) 0%, rgba(255, 80, 62, 1) 100%);
        font-size: 18px;
        font-weight: bold;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        letter-spacing: 0.13em;
		width: 320px;
		max-width: 100%;
		margin: 0 auto;
	}
	nav .list__item--cv a span{
		font-size: 0.6em;
        padding: 0em 0.15em .1em .25em;
        color: #ffd200;
        border-radius: 4px;
        margin-left: 4px;
        border: 2px solid #ffd200;
	}
	nav .list__item--user {
		display: block;
	}
	nav .list__item--user a {
		display: block;
		font-size: 16px;
		color: #777777;
	}
	nav .list__item--navlogo {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 40px!important;
	}
	nav .list__item--navlogo img {
		height: 26vh;
		width: auto;
		display: block;
	}
	nav .list__item--navlogo span {
		display: inline-block;
		padding: 0 8px;
		margin-top: 16px;
		color: #5f82dc;
		border-left: 2px solid;
		border-right: 2px solid;
	}
}
@media screen and (max-width: 780px) {
	nav {
		width: 100%;
	}
	nav .list__item:not(:last-child) {
		margin-bottom: 24px;
	}
	nav .list__item a {
		font-size: 18px;
	}
	nav .list__item.list__item--contact {
		font-size: 22px;
		margin-bottom: 40px;
	}
	nav .list__item--user a {
		font-size: 13px;
	}
	nav .list__item--navlogo {
		margin-bottom: 40px!important;
	}
}
/* @media screen and (max-width: 400px) {
	nav {
		padding: 20% 6% 30%;
	}
} */

nav .nav__list02 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 8px;
	font-size: 12px;
	/*display: block;*/
}
nav .list__item02 {
	font-weight: bold;
	color: #5f82dc;
}
nav .list__item02:nth-child(2) {
	margin-left: 40px;
}
@media screen and (max-width: 1340px) {
	nav .nav__list02 .list__item02 {
		display: none;
	}
}

.bottom__nav {
	display: none;
}
@media screen and (max-width: 780px) {
	.bottom__nav {
		position: fixed;
		z-index: 3;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #ffd200;
		display: flex;
		justify-content: space-between;
		padding: 8px 5%;
		box-shadow: -8px 0 8px #5f82dc;
	}
	.bottom__nav .nav__item--contact {
		width: 40%;
	}
	.bottom__nav .nav__item--contact a {
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		background-color: #505050;
		border-radius: 1000px;
		padding: 10px 0px;
		color: #fff;
		font-size: 14px;
		width: 100%;
		font-weight: bold;
	}
	.bottom__nav .nav__item--cv {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.bottom__nav .nav__item--cv a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		color: #fff;
		box-sizing: border-box;
		padding: 10px 0;
		border-radius: 100px;
		background: linear-gradient(90deg, rgba(95, 130, 220, 1) 0%, rgba(255, 80, 62, 1) 100%);
		font-size: 18px;
		font-weight: bold;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
		letter-spacing: 0.13em;
	}
	.bottom__nav .nav__item--cv a span {
		font-size: 0.7em;
	    padding: 0em 0.15em .1em .25em;
		color: #ffd200;
		border-radius: 4px;
		margin-left: 4px;
		border: 2px solid #ffd200;
	}
}

.nav__restaurant img{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	border-radius: 64px;
}
@media screen and (max-width: 1340px) {
	.nav__restaurant{
		display: none;
	}
}

footer {
	text-align: center;
	padding-top: 110px;
}
@media screen and (max-width: 780px) {
	footer {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}
footer .foot__contact .contact__title-en {
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	color: #00c1cd;
	font-weight: bold;
}
footer .foot__contact .contact__title-icon{
	margin-bottom: 8px;
	text-align: center;
	display: block;
}
footer .foot__contact .contact__title {
	font-size: 32px;
	font-weight: bold;
	color: #3e3e3e;
}
footer .foot__contact .contact__btn {
	margin-top: 20px;
}
footer .foot__contact .contact__btn a {
	display: inline-block;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	background: #272727;
	box-sizing: border-box;
	padding: 22px 40px;
	font-size: 25px;
	border-radius: 1000px;
	box-shadow: 3px 4px 11px rgba(39, 39, 39, 0.7);
}
footer .foot__contact .contact__btn .fa-envelope {
	margin-right: 10px;
}
footer .foot__contact .contact__tell {
	display: flex;
	flex-direction: column;
	text-align: center;
	max-width: 650px;
	border-radius: 32px;
	margin: 48px auto 0;
	position: relative;
}
footer .foot__contact .contact__tell::before,
footer .foot__contact .contact__tell::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	box-sizing: border-box;
	height: 100%;
}
footer .foot__contact .contact__tell::before{
	left: 0;
	border-top: 8px solid #5f82dc;
	border-left: 8px solid #5f82dc;
	border-bottom: 8px solid #5f82dc;
}
footer .foot__contact .contact__tell::after{
	right: 0;
	border-top: 8px solid #ff503e;
	border-right: 8px solid #ff503e;
	border-bottom: 8px solid #ff503e;
}

footer .foot__contact .contact__tell .tell__head {
	font-size: 16px;
	color: #3e3e3e;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	background: #fff;
	width: 220px;
	font-weight: bold;
}
footer .foot__contact .contact__tell .tell__content {
	padding: 32px 0 32px;
	position: relative;
	z-index: 1;
}
footer .foot__contact .contact__tell .content__text--sub {
	margin-top: 12px;
	font-size: 15px;
}
footer .foot__contact .content__text--note {
	font-size: 12px;
	margin-top: 4px;
}
footer .foot__contact .content__text--note02 {
	font-size: 12px;
	margin-top: 8px;
	font-weight: bold;
}
footer .foot__contact .contact__mail {
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
footer .foot__contact .contact__mail .fa {
	font-size: 24px;
	color: #000;
	vertical-align: -3px;
}
@media screen and (max-width: 780px) {
	footer .foot__contact .contact__title-icon img {
		width: 32px;
	}
	footer .foot__contact .contact__title {
		font-size: 18px;
		line-height: 1em;
	}
	footer .foot__contact .contact__tell {
		margin-top: 32px;
		max-width: 400px;
		border-radius: 24px;
		border-width: 4px;
	}
	footer .foot__contact .contact__tell::before,
	footer .foot__contact .contact__tell::after{
		border-width: 5px;
	}
	footer .foot__contact .contact__tell .tell__head {
		font-size: 16px;
	}
	footer .foot__contact .contact__tell .content__text--main img {
		max-width: 240px;
	}
	footer .foot__contact .contact__tell .content__text--sub {
		font-size: 12px;
		margin-top: 8px;
	}
	footer .foot__contact .content__text--note {
		font-size: 10px;
	}
	footer .foot__contact .contact__mail {
		font-size: 14px;
	}
	footer .foot__contact .contact__mail .fa {
		font-size: 18px;
	}
	footer .foot__contact .content__text--note02 {
		margin-top: 8px;
		font-size: 10px;
	}
}

footer .foot__logo-nomulink {
	margin-top: 80px;
}
@media screen and (max-width: 780px) {
	footer .foot__logo-nomulink {
		margin-top: 56px;
	}
	footer .foot__logo-nomulink img {
		width: 240px;
	}
}

footer .foot__logo_list {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .logo_list__ttl {
	font-size: 14px;
	background-color: #000;
	border-radius: 8px;
	color: #fff;
	padding: 2px 8px;
	display: inline-block;
}
footer .logo_list__item {
	margin-left: 32px;
}
@media screen and (max-width: 780px) {
	footer .foot__logo_list {
		margin-top: 40px;
		display: block;
	}
	footer .logo_list__ttl {
		font-size: 12px;
	}
	footer .logo_list__item {
		margin-left: 0;
		margin-top: 16px;
	}
}
footer .foot__nav {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 25px;
}
footer .foot__nav .nav__item {
	margin-left: 20px;
	margin-right: 20px;
}
footer .foot__nav .nav__item .fa-external-link-alt {
	margin-left: 6px;
}
@media screen and (max-width: 780px) {
	footer .foot__nav {
		font-size: 12px;
		flex-direction: column;
		margin-top: 40px;
	}
	footer .foot__nav .nav__item {
		margin-left: 0;
		margin-right: 0;
	}
	footer .foot__nav .nav__item:not(:first-child) {
		margin-top: 10px;
		margin-left: 0;
	}
}
footer small {
	display: block;
	box-sizing: border-box;
	line-height: 1em;
	padding: 8px 0;
	font-size: 12px;
	background-color: #5f82dc;
	color: #fff;
}
@media screen and (max-width: 780px) {
	footer small {
		font-size: 10px;
		letter-spacing: 0;
	}
}
.content--form + footer {
	padding-bottom: 0;
}

/* CSS Document */
.content .sec__title {
	text-align: center;
}
.content .sec__title .title__main {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.15em;
	color: #3e3e3e;
}
.content .sec__title .title__icon {
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.content .sec__title .title__text {
	font-size: 18px;
	color: #3e3e3e;
	font-weight: bold;
}
@media screen and (max-width: 780px) {
	.content .sec__title .title__main {
		font-size: 18px;
	}
	.content .sec__title .title__icon {
		margin-bottom: 8px;
		line-height: 1em;
	}
	.content .sec__title .title__icon img {
		width: 32px;
	}
	.content .sec__title .title__text {
		font-size: 16px;
	}
}
.content--top .cv__btn {
	text-align: center;
}
.content--top .cv__btn .cv__btn__inner {
	background-color: #ffd200;
	padding: 48px 0;
}
.content--top .cv__btn a {
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 24px 0;
	display: inline-block;
	width: 480px;
	border-radius: 1000px;
	background : linear-gradient(90deg, rgba(95, 130, 220, 1) 0%, rgba(255, 80, 62, 1) 100%);
	font-size: 28px;
	font-weight: bold;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.13em;
}
.content--top .cv__btn a span {
	font-size: 0.8em;
	padding: 0em 0.15em .1em .25em;
	color: #ffd200;
	border-radius: 4px;
	margin-left: 4px;
	border: 2px solid #ffd200;
}

@media screen and (max-width: 780px) {
	.content--top .cv__btn .cv__btn__inner {
		padding: 32px 0;
	}
	.content--top .cv__btn a {
		font-size: 18px;
		padding: 10px 0;
		max-width: 320px;
	}
	.content--top .cv__btn a span {
		font-size: 0.7em;
	}
}
.content--top .block__title {
	text-align: center;
}
.content--top .block__title span {
	font-size: 22px;
	line-height: 1em;
	padding: 10px 32px;
	display: inline-block;
	color: #505050;
	font-weight: bold;
	background: #ffd200;
	border-radius: 8px;
	letter-spacing: .13em;
}
@media screen and (max-width: 780px) {
	.content--top .block__title span {
		font-size: 16px;
		padding: 8px 16px 10px;
	}
}
.content--top .block__text--last {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top: 120px;
}
@media screen and (max-width: 780px) {
	.content--top .block__text--last {
		margin-top: 56px;
		font-size: 18px;
	}
}
.content--top .container {
	max-width: 1060px;
}
.content--top .mv{
	position: relative;
}
.content--top .mv .mv_cath {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f0eb2d;
	text-align: center;
	padding: 16px 24px 32px;
}
.content--top .mv .mv_cath_item:nth-child(1) {
	margin-top: 16px;
}
.content--top .mv .mv_cath_item:nth-child(2) {
	margin-left: 40px;
}
.content--top .mv .mv_cath .cv__btn {
	margin-top: 8px;
}
@media screen and (max-width: 780px) {
	.content--top .mv .mv_cath {
		flex-direction: column;
		padding: 24px 32px 32px;
	}
	.content--top .mv .mv_cath_item {
		width: 100%;
	}
	.content--top .mv .mv_cath_item:nth-child(1) {
		margin-top: 0;
	}
	.content--top .mv .mv_cath_item:nth-child(2) {
		margin-left: 0;
		margin-top: 16px;
	}
}
.content--top .mv__img{
	display: block;
	width: 100%;
}

.content--top .mv__attention {
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 2.6%;
	width: 100%;
}
@media screen and (max-width: 960px) {
	.content--top .mv__attention {
		bottom: 2.2%;
	}
}

.content--top .mv__attention__text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-weight: bold;
	font-size: 0.85vw;
	padding-left: 45vw;
}
.content--top .mv__attention__text span {
}
.content--top .mv__attention__text_wrap {
}
.content--top .mv__attention__icon {
	margin-right: 8px;
}
.content--top .mv__attention__icon img {
	display: block;
}
.content--top .mv__attention__link {
	font-size: 1.3em;
	color: #ff503e;
}
.content--top .mv__attention__link--icon {
	position: absolute;
	top: 1em;
	right: 16px;
}
@media screen and (max-width: 780px) {
	.content--top .mv__attention {
		bottom: 0;
		position: static;
		background-color: #3e3e3e;
		padding: 8px;
	}
	.content--top .mv__attention .container {
	}
	.content--top .mv__attention__text {
		padding-left: 0;
		justify-content: center;
		font-size: 9px;
	}
	.content--top .mv__attention__icon {
		margin-right: 4px;
	}
	.content--top .mv__attention__link {
	}
	.content--top .mv__attention__link--icon {
	}
}
.content--top .intro {
	padding: 110px 0;
	background-image: url(../images/top_intro_bg.svg), linear-gradient(0deg, rgba(95,130,220,1) 0%, rgba(95,130,220,1) 160px, rgba(255,255,255,1) 160px, rgba(255,255,255,1)) ;
	background-position: bottom center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
	.content--top .intro {
		padding: 48px 0;
		background-image: url(../images/top_intro_bg_sp.png), linear-gradient(0deg, rgba(95,130,220,1) 0%, rgba(95,130,220,1) 24px, rgba(255,255,255,1) 24px, rgba(255,255,255,1)) ;
		background-size: 100% 24px;
	}
}
.content--top .intro h2 {
	text-align: center;
}
@media screen and (max-width: 780px) {
	.content--top .intro h2 img {
		height: 24px;
	}
}
.content--top .intro .intro__block {
	margin-top: 40px;
}
@media screen and (max-width: 780px) {
	.content--top .intro .intro__block {
		margin-top: 32px;
		padding: 0 12px;
	}
}
.content--top .intro .block__box1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content--top .intro .block__box1 .box1__content {
	margin-left: 48px;
	flex: 1;
	max-width: 410px;
}
.content--top .intro .block__box1 .in__text {
	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
}
.content--top .intro .block__box1 .in__spec {
	text-align: center;
}
@media screen and (max-width: 780px) {
	.content--top .intro .block__box1 {
		flex-direction: column;
	}
	.content--top .intro .block__box1 .box1__title {
		max-width: 150px;
	}
	.content--top .intro .block__box1 .box1__content {
		margin-top: 24px;
		margin-left: 0;
	}
	.content--top .intro .block__box1 .conetnt__in {
		display: flex;
		flex-direction: column;
	}
	.content--top .intro .block__box1 .in__text {
		text-align: justify;
	}
	.content--top .intro .block__box1 .in__text {
		margin-bottom: 16px;
	}
}
.content--top .intro .block__box2 {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
.content--top .intro .block__box2 .box2__title {
	line-height: 1em;
	font-size: 16px;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	background-color: #5f82dc;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	border-radius: 20px 20px 0 0;
}
.content--top .intro .block__box2 .box2__body {
	text-align: center;
	background-color: #e1e7f8;
	border-radius: 40px;
	padding: 32px 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}
.content--top .intro .block__box2 .box2__body .box2__body__text {
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-left: 48px;
	border-radius: 30px;
	flex: 1;
	height: 220px;
	box-sizing: border-box;
	padding: 24px;
	line-height: 2;
	color: #5f82dc;
	font-feature-settings: "palt";
	position: relative;
}
.content--top .intro .block__box2 .box2__body .box2__body__text::before{
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	display: block;
	background: url(../images/top_intro_block_deco.svg);
	position: absolute;
	left: -32px;
	bottom: 40px;
}
.content--top .intro .block__box2 .box2__body .box2__body__note {
	font-size: 13px;
	margin-top: 8px;
}
@media screen and (max-width: 780px) {
	.content--top .intro .block__box2 {
	}
	.content--top .intro .block__box2 .box2__title {
		font-size: 14px;
		max-width: 200px;
	}
	.content--top .intro .block__box2 .box2__body {
		padding-top: 24px;
		display: block;
		border-radius: 32px;
		padding: 24px;
		max-width: 400px;
	}
	.content--top .intro .block__box2 .box2__body .box2__body__text {
		font-size: 13px;
		margin: 24px 0 0;
		height: auto;
		padding: 24px 8px;
		border-radius: 16px;
	}
	.content--top .intro .block__box2 .box2__body .box2__body__text::before{
		width: 40px;
		height: 20px;
		background-image: url(../images/top_intro_block_deco_sp.svg);
		bottom: 100%;
		left: 0;
		right: -30%;
		margin: auto;
	}
	.content--top .intro .block__box2 .box2__body .box2__body__note {
		font-size: 9px;
	}
}
.content--top .intro .cv__btn--intro {
	margin-top: 48px;
}
@media screen and (max-width: 780px) {
	.content--top .intro .cv__btn--intro {
		margin-top: 40px;
	}
}
.content--top .merit {
	padding: 100px 0 56px;
	background: url(../images/top_merit_bg.svg) no-repeat center 640px #5f82dc;
}
@media screen and (max-width: 780px) {
	.content--top .merit {
		padding: 60px 0 0;
		background: url(../images/top_merit_bg_sp.png) no-repeat center 1390px / 100% auto #5f82dc;
	}
}
.content--top .merit .title__main {
	color: #fff;
}
.content--top .merit .merit__list {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
@media screen and (max-width: 780px) {
	.content--top .merit .merit__list {
		flex-direction: column;
		max-width: 280px;
		margin: 50px auto;
	}
}
.content--top .merit .list__item {
	width: 100%;
	height: 100%;
	padding: 56px 24px 32px;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
}
.content--top .merit .list__item_wrap {
	position: relative;
	top: 0;
	left: 0;
	max-width: 320px;
	width: 33%;
}
.content--top .merit .list__item_wrap .item__icon {
	position: absolute;
	top: -25px;
	left: 0;
	text-align: center;
	width: 100%;
}
.content--top .merit .list__item .item__title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
	color: #5f82dc;
}
.content--top .merit .list__item .item__content {
	font-weight: 500;
	font-size: 15px;
}
@media screen and (max-width: 780px) {
	.content--top .merit .list__item {
		padding: 48px 24px 32px;
	}
	.content--top .merit .list__item_wrap {
		max-width: 100%;
		width: 100%;
	}
	.content--top .merit .list__item_wrap:not(:first-child) {
		margin-top: 56px;
	}
	.content--top .merit .list__item_wrap .item__icon {
		top: -30px;
	}
	.content--top .merit .list__item_wrap .item__icon img {
		height: 60px;
		width: auto;
	}
	.content--top .merit .list__item .item__title {
		font-size: 18px;
		line-height: 1.5em;
		margin-bottom: 12px;
	}
	.content--top .merit .list__item .item__content {
		font-size: 14px;
	}
}
.content--top .merit .merit__relat {
	margin-top: 64px;
	background-color: #fff;
	border-radius: 24px;
	padding: 56px 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	position: relative;
}
.content--top .merit .merit__relat .relat__title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.content--top .merit .merit__relat .relat__table {
	text-align: center;
}
.content--top .merit .merit__relat .relat__text {
	margin-top: 20px;
}
.content--top .merit .merit__relat .relat__1drink {
	border-top: 2px solid #3e3e3e;
	display: flex;
	align-items: center;
	margin-top: 16px;
	padding-top: 32px;
}
.content--top .merit .merit__relat .relat__1drink .relat__1drink__img{
	padding: 0 32px;
}
.content--top .merit .merit__relat .relat__1drink p {
	font-size: 14px;
	letter-spacing: .02em;
	line-height: 2;
	font-weight: 500;
	flex: 1;
}
.content--top .merit .merit__relat .relat__1drink em{
	font-weight: bold;
	color: #ff503e;
	font-style: normal;
}
@media screen and (max-width: 780px) {
	.content--top .merit .merit__relat {
		margin-top: 48px;
		margin-left: auto;
		margin-right: auto;
		padding: 40px 24px;
		max-width: 400px;
	}
	.content--top .merit .merit__relat .relat__title {
		margin-bottom: 24px;
	}
	.content--top .merit .merit__relat .relat__1drink {
		display: block;
		margin-top: 24px;
		padding-top: 24px;
	}
	.content--top .merit .merit__relat .relat__1drink p {
		margin-top: 16px;
		font-size: 12px;
	}
}
.content--top .merit .block__text--last {
	color: #fff;
}
.content--top .merit .cv__btn {
	margin-top: 80px;
}
@media screen and (max-width: 780px) {
	.content--top .merit .cv__btn {
		margin-top: 40px;
	}
}
.content--top .flow {
	padding: 110px 0 0;
}
@media screen and (max-width: 780px) {
	.content--top .flow {
		padding: 60px 0 0;
	}
}
.flow .container {
	max-width: 1060px;
}
.content--top .flow .flow__list {
	margin: 80px auto 0;
	max-width: 1060px;
	background-color: #ff503e;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	border-radius: 24px;
}
.content--top .flow .flow__list .list__item {
	max-width: 233px;
	width: calc(25% - 16px * 3 / 4);
}
.content--top .flow .flow__list .list__item:nth-child(n + 2) {
	margin-left: 16px;
	position: relative;
}
.content--top .flow .flow__list .list__item:nth-child(n + 2)::before{
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 108px;
    left: -11px;
}
.content--top .flow .flow__list .list__item .item__img img {
	width: 100%;
	height: auto;
}
.content--top .flow .flow__list .list__item .item__content {
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	color: #fff;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__list {
		margin: 32px auto 0;
		padding: 32px 40px;
		max-width: 400px;
	}
	.content--top .flow .flow__list .list__item {
		max-width: 100%;
		width: 100%;
	}
	.content--top .flow .flow__list .list__item:nth-child(n + 2) {
		margin: 40px 0 0;
	}
	.content--top .flow .flow__list .list__item:nth-child(n + 2)::before {
		content: "";
		top: -48px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 20px;
		font-size: 32px;
		text-align: center;
	}
}
.content--top .flow .block__text--last {
	margin-top: 40px;
}
*::-ms-backdrop,
.content--top .block__text--last {
	letter-spacing: 0em;
}

@media screen and (max-width: 780px) {
	.content--top .flow .block__text--last {
		margin-top: 24px;
	}
}
.content--top .flow .flow__app {
	margin-top: 96px;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app {
		margin-top: 70px;
	}
}
.content--top .flow .flow__app .app_wrap {
	margin-top: 56px;
	display: flex;
	overflow: hidden;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .app_wrap {
		margin-top: 64px;
		flex-direction: column;
	}
}
.content--top .flow .flow__app .box__img,
.content--top .flow .flow__app .box__text {
	width: 330px;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .box__img,
	.content--top .flow .flow__app .box__text {
		width: 100%;
	}
}
.content--top .flow .flow__app .box__img {
	position: relative;
	top: 0;
	left: 0;
}
.content--top .flow .flow__app .box__img .img__comment {
	position: absolute;
}
.content--top .flow .flow__app .app__box {
	width: 50%;
}
.content--top .flow .flow__app .app__box--1 .box__img,
.content--top .flow .flow__app .app__box--1 .box__text {
	margin: 0 0 0 auto;
}
.content--top .flow .flow__app .app__box--1 .box__img_wrap {
	padding: 0 40px 0 0;
}
.content--top .flow .flow__app .app__box--1 .box__text_wrap {
	padding: 10px 40px 60px 0;
}
.content--top .flow .flow__app .app__box--1 .box__img .img__comment {
	top: 75px;
	left: -157px;
}
.content--top .flow .flow__app .app__box--2 .box__img,
.content--top .flow .flow__app .app__box--2 .box__text {
	margin: 0 auto 0 0;
}
.content--top .flow .flow__app .app__box--2 .box__img_wrap {
	padding: 0 0 0 40px;
}
.content--top .flow .flow__app .app__box--2 .box__text_wrap {
	padding: 10px 0 60px 40px;
}
.content--top .flow .flow__app .app__box--2 .box__img .img__comment {
	top: 134px;
	right: -157px;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .app__box {
		width: 100%;
	}
	.content--top .flow .flow__app .app__box--1 .box__img,
	.content--top .flow .flow__app .app__box--1 .box__text,
	.content--top .flow .flow__app .app__box--2 .box__img,
	.content--top .flow .flow__app .app__box--2 .box__text {
		margin: 0;
	}
	.content--top .flow .flow__app .app__box--1 .box__text,
	.content--top .flow .flow__app .app__box--2 .box__text {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	.content--top .flow .flow__app .app__box--1 .box__img_wrap,
	.content--top .flow .flow__app .app__box--2 .box__img_wrap {
		padding: 0;
	}
	.content--top .flow .flow__app .app__box--1 .box__text_wrap,
	.content--top .flow .flow__app .app__box--2 .box__text_wrap {
		padding: 20px 24px 24px;
	}
	.content--top .flow .flow__app .app__box--2 {
		margin-top: 56px;
	}
}
.content--top .flow .flow__app .box__img_wrap {
	position: relative;
	top: 0;
	left: 0;
}
.content--top .flow .flow__app .box__img_wrap:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #5f82dc;
	z-index: -1;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .box__img_wrap {
		width: 100%;
	}
	.content--top .flow .flow__app .box__img_wrap:after {
		height: 60px;
	}
}
.content--top .flow .flow__app .box__text_wrap {
	background: #5f82dc;
}
.content--top .flow .flow__app .text__title {
	text-align: center;
	margin-bottom: 26px;
}
.content--top .flow .flow__app .text__title span {
	border-radius: 8px;
	background: #ff503e;
	color: #fff;
	font-weight: 500;
	line-height: 1em;
	padding: 6px 16px;
}
.content--top .flow .flow__app .text__desc {
	color: #fff;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .text__title {
		width: 100%;
		margin-bottom: 16px;
	}
	.content--top .flow .flow__app .text__title span {
		font-weight: bold;
		line-height: 1em;
		padding: 6px 16px;
	}
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .text__desc {
		font-size: 14px;
	}
}
.content--top .flow .flow__app .app__text--attention {
	background-color: #5f82dc;
	color: #fff;
	padding-bottom: 16px;
	font-size: 12px;
}
.content--top .flow .flow__app .app__text--attention span {
	display: block;
	max-width: calc(730px + 24px * 2 );
	margin: 0 auto;
	padding: 0 16px;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .app__text--attention {
		font-size: 9px;
		margin-top: 12px;
		background-color: #fff;
		padding-bottom: 0;
		color: #3e3e3e;
	}
}
.content--top .flow .flow__app .app__text.block__text--last {
	margin-top: 80px;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .app__text.block__text--last {
		margin-top: 56px;
	}
}
.content--top .flow .flow__app .cv__btn--app {
	background-color: #5f82dc;
	padding-bottom: 48px;
}
@media screen and (max-width: 780px) {
	.content--top .flow .flow__app .cv__btn--app {
		margin-top: 24px;
		padding-bottom: 0;
	}
}
.content--top .qa {
	padding-top: 110px;
}
@media screen and (max-width: 780px) {
	.content--top .qa {
		padding-top: 60px;
	}
}
.content--top .qa .qa__list {
	margin-top: 60px;
}
.content--top .qa .list__item {
	margin-bottom: 2px;
	font-weight: bold;
}
.content--top .qa .list__item--active .item__title .title__trg:before {
	opacity: 0;
}
@media screen and (max-width: 780px) {
	.content--top .qa .qa__list {
		margin-top: 32px;
	}
	.content--top .qa .list__item {
		line-height: 1.4em;
	}
}
.content--top .qa .item__title {
	background: #f2f2f2;
	padding: 22px 0;
}
@media screen and (max-width: 780px) {
	.content--top .qa .item__title {
		padding: 12px 0;
	}
}
.content--top .qa .item__title h3 {
	cursor: pointer;
	padding-left: 46px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
}
.content--top .qa .item__title h3:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../images/top_qa_q.png) no-repeat center/35px 35px;
}
@media screen and (max-width: 780px) {
	.content--top .qa .item__title h3 {
		padding-left: 26px;
		padding-right: 20px;
		font-size: 15px;
	}
	.content--top .qa .item__title h3:before {
		top: 1%;
		width: 20px;
		height: 20px;
		background: url(../images/top_qa_q.png) no-repeat center/20px 20px;
	}
}
.content--top .qa .item__title .title__trg {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
.content--top .qa .item__title .title__trg:after,
.content--top .qa .item__title .title__trg:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
}
.content--top .qa .item__title .title__trg:after {
	width: 100%;
	height: 15px;
	border-bottom: 2px solid rgba(39, 39, 39, 0.3);
}
.content--top .qa .item__title .title__trg:before {
	width: 14px;
	height: 100%;
	border-right: 2px solid rgba(39, 39, 39, 0.3);
}
@media screen and (max-width: 780px) {
	.content--top .qa .item__title .title__trg {
		width: 16px;
		height: 16px;
		top: 20%;
	}
	.content--top .qa .item__title .title__trg:after {
		height: 7px;
	}
	.content--top .qa .item__title .title__trg:before {
		width: 7px;
	}
}
.content--top .qa .item__content {
	padding: 22px 0;
	display: none;
}
.content--top .qa .item__content p {
	font-size: 15px;
	padding-left: 46px;
	position: relative;
	top: 0;
	left: 0;
}
.content--top .qa .item__content p:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../images/top_qa_a.png) no-repeat center/36px 36px;
}
@media screen and (max-width: 780px) {
	.content--top .qa .item__content {
		padding: 12px 0;
	}
	.content--top .qa .item__content p {
		font-size: 14px;
		padding-left: 26px;
		font-weight: normal;
	}
	.content--top .qa .item__content p:before {
		top: 0;
		width: 20px;
		height: 20px;
		background: url(../images/top_qa_a.png) no-repeat center/20px 20px;
	}
}
.content--top .qa .cv__btn--qa {
	margin-top: 40px;
}
@media screen and (max-width: 780px) {
	.content--top .qa .cv__btn--qa {
		margin-top: 24px;
	}
}
.content--form {
	padding: 160px 0 0;
}
@media screen and (max-width: 780px) {
	.content--form {
		padding: 40px 0 0;
	}
}
.content--form .sec__title .title__main {
    font-size: 40px;
    letter-spacing: 0.15em;
	color: #5f82dc;
}
.content--form .sec__title .title__text {
	color: #505050;
	margin-top: 40px;
	font-weight: normal;
}
@media screen and (max-width: 780px) {
	.content--form .sec__title .title__main {
		font-size: 24px;
	}
	.content--form .sec__title .title__text {
		width: 90%;
		margin: 40px auto 0;
		font-size: 16px;
		text-align: left;
	}
}
.content--form .sec__form {
	margin-top: 80px;
}
.content--form .form__block_title {
	width: 210px;
	margin: 0 auto 20px;
	background-color: #505050;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	padding: 16px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
}
.content--form .form__block_title--ylw {
	margin: 0 auto 10px;
	background: #ffd200;
	color: #272727;
}
.content--form .form__block_title--attention {
	color: #ff0000;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
	.content--form .form__block_title {
		font-size: 16px;
		letter-spacing: 0.15em;
	}
}
.content--form .form__block {
	padding: 30px 0;
}
.content--form .form__block--border {
	border-bottom: 1px solid rgba(39, 39, 39, 0.7);
}
.content--form .block__row {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 780px) {
	.content--form .block__row {
		flex-direction: column;
	}
	.content--form .block__row.block__row--access {
		align-items: flex-start;
	}
	.content--form .block__row.block__row--access .row__head {
		width: 110px;
		margin-top: 9px;
	}
}
.content--form .block__row:not(:first-child) {
	margin-top: 10px;
}
@media screen and (max-width: 780px) {
	.content--form .block__row {
		flex-direction: column;
	}
	.content--form .block__row:not(:first-child) {
		margin-top: 16px;
	}
}
.content--form .block__row .input__item--checkbox_wrap {
	padding-top: 6px;
}
.content--form .block__row .input__item--checkbox_wrap--unique {
	padding-top: 5px;
	display: inline-block;
	padding-bottom: 16px;
}
.content--form .block__row .row__head {
	width: 140px;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 5px;
}
.content--form .block__row .row__head .head__title {
	font-weight: bold;
	text-align: right;
}
.content--form .block__row .row__head h4.head__title {
	font-size: 16px;
}
.content--form .block__row .row__head h5.head__title {
	font-size: 14px;
}
.content--form .block__row .row__head .head__icon {
	background-color: #ff0000;
	line-height: 1em;
	color: #fff;
	padding: 2px 5px 3px;
	border-radius: 5px;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 9px;
	right: -48px;
}
@media screen and (max-width: 780px) {
	.content--form .block__row .row__head {
		width: 100%;
		display: flex;
		align-items: center;
		padding-top: 0;
		margin-bottom: 4px;
	}
	.content--form .block__row .row__head .head__title {
		text-align: left;
	}
	.content--form .block__row .row__head .head__icon {
		margin-left: 10px;
		position: relative;
		top: 0;
		right: 0;
	}
}
.content--form .block__row .row__content {
	width: 100%;
	max-width: 580px;
	margin-left: 60px;
}
.content--form .block__row .row__content .content__box {
	display: flex;
	align-items: center;
}
.content--form .block__row .row__content .content__box--address {
	align-items: flex-start;
}
.content--form .block__row .row__content .content__attention {
	font-size: 12px;
	color: rgba(39, 39, 39, 0.7);
}
.content--form .block__row .row__content .box__item:not(:first-child) {
	margin-left: 10px;
}
.content--form .block__row .row__content .box__item--attention {
	color: rgba(39, 39, 39, 0.7);
	font-size: 12px;
}
.content--form .block__row .row__content .content__text--error {
	color: #ff0000;
	display: block;
}
@media screen and (max-width: 780px) {
	.content--form .block__row .row__content {
		max-width: 580px;
		margin-left: 0;
	}
	.content--form .block__row .row__content .content__box {
		flex-wrap: wrap;
	}
	.content--form .block__row .row__content .content__attention {
		font-size: 12px;
	}
	.content--form .block__row .row__content .box__item:not(:first-child) {
		margin-left: 0;
	}
	.content--form .block__row .row__content .box__item--attention {
		color: rgba(39, 39, 39, 0.7);
		font-size: 12px;
	}
	.content--form .block__row .row__content .content__box--list .box__item {
		margin-left: 30px;
		margin-bottom: 10px;
	}
	.content--form .block__row .row__content .content__box--genre .box__item {
		width: 100%;
	}
	.content--form .block__row .row__content .content__box--genre .box__item:first-child {
		margin-bottom: 8px;
	}
	.content--form .block__row .row__content .content__box--genre select.input__item--half {
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.content--form .block__row .row__content .content__box--list .box__item {
		margin-left: 0;
	}
	.content--form .block__row .row__content .content__box--list .box__item:nth-child(5) {
		margin-right: 40px;
	}
	.content--form .block__row .row__content .content__box--list .box__item:not(:first-child):not(:nth-child(6)) {
		margin-left: 22px;
	}
}
.content--form .form__block--concent {
	text-align: center;
	margin-top: 60px;
}
@media screen and (max-width: 780px) {
	.content--form .form__block--concent {
		text-align: left;
	}
}
.content--form .form__block--concent .concent__intro {
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 780px) {
	.content--form .form__block--concent .concent__intro {
		font-size: 14px;
		text-align: center;
	}
}
.content--form .form__block--concent .concent__content {
	margin-top: 40px;
	border-radius: 20px;
	background: #f2f2f2;
	padding: 31px 72px;
}
@media screen and (max-width: 780px) {
	.content--form .form__block--concent .concent__content {
		padding: 20px 8% 20px;
	}
}
.content--form .form__block--concent .content__pdf {
	text-align: center;
}
.content--form .form__block--concent .content__pdf .fas {
	color: #272727;
	margin-left: 8px;
	font-size: 1.25em;
}
.content--form .form__block--concent .content__pdf a {
	display: inline-block;
	text-decoration: underline;
	color: #0096d6;
	font-size: 12px;
}
.content--form .form__block--concent .list__item {
	text-align: center;
	padding: 20px 0;
}
.content--form .form__block--concent .list__item:not(:first-child) {
	border-top: 1px solid rgba(39, 39, 39, 0.7);
}
.content--form .form__block--concent .item__text {
	display: inline-block;
	width: 400px;
	text-align: left;
	font-size: 16px;
	margin-top: 8px;
}
.content--form .form__block--concent .item__text input[type="checkbox"] {
	margin-top: 0.52em;
}
.content--form .form__block--concent .item__text .content__text--error {
	color: #ff0000;
	font-size: 12px;
}
@media screen and (max-width: 780px) {
	.content--form .form__block--concent .item__text {
		width: 100%;
		font-size: 14px;
	}
	.content--form .form__block--concent .item__text input[type="checkbox"] {
		margin-top: 0.4em;
	}
}
.content--form .form__block--submit {
	background: #ffd200;
	padding: 60px 0;
	text-align: center;
	margin-top: 80px;
}
.content--form .form__block--submit .input__item {
	color: #fff;
	box-sizing: border-box;
	padding: 30px 0;
	display: inline-block;
	width: 440px;
	border-radius: 1000px;
	background: #272727;
	font-size: 25px;
	font-weight: bold;
	box-shadow: 3px 4px 11px rgba(39, 39, 39, 0.7);
	letter-spacing: 0.1em;
}
.content--form .form__block--submit .input__item.input__item--cv {
	background-color: #0096d6;
}
@media screen and (max-width: 780px) {
	.content--form .form__block--submit .input__item {
		width: 80%;
		font-size: 16px;
		padding: 17px 0;
	}
}
@media screen and (max-width: 780px) {
	.content--form .form__block--submit {
		padding: 40px 0;
	}
}
.content--form .form__block--submit.form__block--contact {
	background-color: #f2f2f2;
}
.content--form .row__item--back {
	margin-top: 40px;
}
.content--form .row__item--back input[type="submit"],
.content--form .row__item--back input[type="button"] {
	width: 320px;
	padding: 22px 0;
	font-size: 20px;
}
@media screen and (max-width: 780px) {
	.content--form .row__item--back {
		margin-top: 20px;
	}
	.content--form .row__item--back input[type="submit"],
	.content--form .row__item--back input[type="button"] {
		width: 60%;
		padding: 17px 0;
		font-size: 14px;
	}
}
.content--form .submit__text {
	font-size: 18px;
	margin-bottom: 40px;
}
.content--form .submit__text .g-recaptcha {
	display: inline-block;
}
@media screen and (max-width: 780px) {
	.content--form .submit__text {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.content--form .submit__text input[type="checkbox"] {
		margin-top: 0.3em;
	}
}
.content--form .sec__form--confirm .row__content {
	padding-top: 5px;
}
.content--form .sec__form--complete {
	text-align: center;
	font-weight: bold;
	margin-top: 0;
}
@media screen and (max-width: 780px) {
	.content--form .sec__form--complete {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
.content--form .sec__form--complete .complete__text--main {
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
}
.content--form .sec__form--complete .complete__text--note{
	color: red;
	font-size: 18px;
	margin-top: 16px;
}
.content--form .sec__form--complete .complete__text {
	font-size: 16px;
	line-height: 2em;
	margin-top: 40px;
}
.content--form .sec__form--complete .complete__text p:nth-child(n + 2){
	margin-top: 1em;
}
@media screen and (max-width: 780px) {
	.content--form .sec__form--complete .complete__text--main {
		font-size: 18px;
		text-align: center;
	}
	.content--form .sec__form--complete .complete__text--note{
		font-size: 15px;
		margin-top: 8px;
	}
	.content--form .sec__form--complete .complete__text {
		margin-top: 32px;
		text-align: left;
		font-size: 14px;
		line-height: 1.8em;
	}
	.content--form .sec__form--complete .complete__text .clr_red {
		font-size: 14px;
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	.content--form .sec__form--complete .complete__text .ta-c {
		text-align: center;
		display: block;
	}
}
.content--form .sec__form--complete .complete__btn {
	margin-top: 56px;
}
.content--form .sec__form--complete .complete__btn a {
	border: none;
	box-sizing: border-box;
	display: inline-block;
	width: 440px;
	border-radius: 1000px;
	position: relative;
}

.content--form .sec__form--complete .complete__btn a::before{
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 100px;
	background: linear-gradient(90deg, rgba(95, 130, 220, 1) 0%, rgba(255, 80, 62, 1) 100%);
	position: absolute;
	margin: auto;
	top: 8px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	filter: blur(8px);
}

.content--form .sec__form--complete .complete__btn a span{
	color: #fff;
	padding: 30px 0;
	background: #505050;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	border-radius: 1000px;
}

@media screen and (max-width: 780px) {
	.content--form .sec__form--complete .complete__btn a {
		width: 80%;
	}
	.content--form .sec__form--complete .complete__btn a span {
		font-size: 16px;
		padding: 17px 0;
	}
}

.one__drink {
	max-width: 760px;
	margin: 80px auto;
	color: #1d313b;
	box-sizing: border-box;
	padding: 40px 38px 0 38px;
	border-radius: 30px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 3px 4px 11px rgba(39, 39, 39, 0.3);
}
.one__drink dt.one__drink__logo {
	display: inline-block;
	width: 175px;
	text-align: center;
	padding-bottom: 40px;
}
.one__drink dt.one__drink__logo img {
	width: 100%;
}
.one__drink dd.one__drink__content {
	display: inline-block;
	max-width: 470px;
	text-align: left;
	margin-left: 30px;
	letter-spacing: 0.1em;
	line-height: 2em;
	vertical-align: top;
	padding-bottom: 40px;
}
.one__drink dd.one__drink__content a {
	max-width: 470px;
	display: block;
	text-align: center;
	color: #1d313b;
	box-sizing: border-box;
	padding: 10px 0;
	border-radius: 10px;
	background: #fabe00;
	font-size: 18px;
	letter-spacing: 0.3em;
	margin-top: 30px;
}

@media screen and (max-width: 780px) {
	.one__drink {
		margin: 15% auto;
		max-width: 400px;
		width: 84%;
		color: #1d313b;
		box-sizing: border-box;
		padding: 10% 10% 0 10%;
		box-shadow: 2px 2px 6px rgba(39, 39, 39, 0.3);
	}
	.one__drink dt.one__drink__logo {
		padding-bottom: 10%;
	}
	.one__drink dd.one__drink__content {
		margin-left: 0px;
		padding-bottom: 10%;
		font-size: 12px;
	}
	.one__drink dd.one__drink__content a {
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-top: 5%;
	}
}

.color-red{
	color: #ff503e;
}
.text-80p{
	font-size: 0.8em;
}