@import url("https://fonts.googleapis.com/css2?family=Outfit&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */

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

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/*========================================================
* Base
========================================================*/

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* リキッドレイアウト対応 */

html {
	font-size: clamp(12px, 2343.75vw, 16px);
}

body {
	background-color: #fff;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
	word-break: break-all;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

.u-desktop {
	display: none;
}

/* Base
-----------------------------------------*/

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.overview-mt {
	margin-top: 6.25rem;
}

.profile-mt {
	margin-top: 6.25rem;
}

.contact-mt {
	margin-top: 6.25rem;
}

.flow-mt {
	margin-top: 5rem;
}

.merit-mt {
	margin-top: 5rem;
}

.service-mt {
	margin-top: 6.25rem;
}

.top-about-mt {
	margin-top: 6.25rem;
}

.top-contact-mt {
	margin-top: 6.25rem;
}

.top-service-mt {
	margin-top: 6.25rem;
}

.top-works-mt {
	margin-top: 6.25rem;
}

.works-page-mt {
	margin-top: 6.25rem;
}

.select-btn-mt {
	margin-top: 6.25rem;
}

.works-mt {
	margin-top: 5rem;
}

.btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eee;
	border-radius: 1.875rem;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 1em 2em;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 18.75rem;
}

.btn::before {
	border: 2px solid #e4a0a0;
	border-radius: 1.875rem;
	content: "";
	height: calc(100% - 4px);
	left: -0.3125rem;
	position: absolute;
	top: -0.3125rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: calc(100% - 4px);
}

.btn:after {
	border-right: 0.1875rem solid #333333;
	border-top: 0.1875rem solid #333333;
	content: "";
	height: 0.4375rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 0.4375rem;
}

.btn:hover::before {
	left: 0;
	top: 0;
}

.btn:hover {
	background-color: #e4a0a0;
	text-decoration: none;
}

.card-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-list__item {
	background-color: #fff;
	max-width: 38.75rem;
	width: 100%;
}

.card-list__item:nth-child(n+2) {
	margin-top: 1.25rem;
}

.card-list__item--bg {
	background-color: #eee;
}

.card {
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.9375rem rgba(201, 201, 201, 0.8);
	box-shadow: 0.1875rem 0.1875rem 0.9375rem rgba(201, 201, 201, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.25rem;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.card:hover {
	opacity: 0.7;
}

.card__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50%;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.card__img {
	margin-right: 2.5rem;
	width: 30%;
}

.card__title {
	font-size: 2rem;
	font-weight: 700;
}

.card__foot {
	height: 58%;
	margin-top: 1.25rem;
}

.drawer-icon__open {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px; /*ボタン内側の基点となるためrelativeを指定*/
	cursor: pointer;
	font-weight: 700;
	height: 50px;
	position: relative;
	width: 50px;
	z-index: 300;
}

.drawer-icon__open span {
	display: inline-block;
	position: absolute;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.drawer-icon__open span:nth-of-type(1),
.drawer-icon__open span:nth-of-type(3) {
	background: #e4a0a0;
	height: 2px;
	left: 10px;
	width: 62%;
}

.drawer-icon__open span:nth-of-type(1) {
	top: 13px;
}

.drawer-icon__open span:nth-of-type(2) {
	color: #333;
	font-size: 0.6rem;
	left: 11px;
	text-transform: uppercase;
	top: 19px;
}

.drawer-icon__open span:nth-of-type(3) {
	top: 36px;
}

.drawer-icon__open.is-open span:nth-of-type(1) {
	left: 18px;
	top: 18px;
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.drawer-icon__open.is-open span:nth-of-type(2) {
	opacity: 0;
}

.drawer-icon__open.is-open span:nth-of-type(3) {
	left: 18px;
	top: 30px;
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.drawer {
	background: #ece5e2;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	width: 100%;
	z-index: 299;
}

.drawer.is-open {
	display: block;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.drawer__logo {
	margin-right: auto;
	padding-left: 1.25rem;
	width: 11.25rem;
}

.drawer__items {
	padding-top: 8.125rem;
	text-align: center;
}

.drawer__item {
	font-size: 1.5rem;
	font-weight: 700;
	list-style: none;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.drawer__item + .drawer__item {
	margin-top: 1.25rem;
}

.drawer__item:hover {
	opacity: 0.6;
}

.drawer__arrow {
	font-size: 1.25rem;
	margin-right: 0.625rem;
}

.drawer__sns {
	margin-top: 2.8125rem;
}

.footer-nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-nav__item {
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 700;
	list-style: none;
	position: relative;
	text-transform: capitalize;
}

.footer-nav__item::after {
	background-color: #e4a0a0;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 0;
}

.footer-nav__item:hover::after {
	width: 100%;
}

.footer-nav__item:not(:first-child) {
	margin-top: 0.625rem;
}

.footer {
	padding: 1.25rem 0;
}

.footer__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 68.75rem;
	width: 100%;
}

.footer__nav {
	margin-top: 2.5rem;
}

.footer__copyright {
	font-size: 0.75rem;
	margin-top: 3.75rem;
	text-align: center;
}

.header-nav {
	height: 4.375rem;
}

.header-nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.header-nav__item {
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 400;
	height: inherit;
	list-style: none;
	position: relative;
	text-transform: uppercase;
}

.header-nav__item::after {
	background-color: #fff;
	bottom: 0.75rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 0;
}

.header-nav__item:hover::after {
	width: 100%;
}

.header-nav__item > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-nav__item:not(:last-child) {
	margin-right: 2rem;
}

.header {
	background-color: rgba(255, 255, 255, 0.3);
	height: 4.375rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	z-index: 999;
}

.header__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.change-color {
	background-color: #d5c6c6;
}

.logo {
	margin-right: auto;
	width: 10rem;
}

.main-header__contents {
	height: 53vh;
	position: relative;
	width: 100%;
}

.main-header__bg {
	height: inherit;
}

.main-header__bg img {
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.main-header__body {
	background: rgba(255, 255, 255, 0.3);
	border: 0.0625rem solid #fff;
	border-radius: 0.625rem;
	left: 50%;
	padding: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60%;
}

.main-header__body::after {
	border: 0.0625rem solid #fff;
	border-radius: 0.625rem;
	content: "";
	height: 93%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 98%;
}

.main-header__title {
	font-size: 2.0625rem;
	text-align: center;
	text-transform: uppercase;
}

.main-header__text {
	text-align: center;
}

.page-top {
	background-color: #e4a0a0;
	border-radius: 99px;
	bottom: 1.25rem;
	display: none;
	height: 3.75rem;
	position: fixed;
	right: 1.25rem;
	width: 3.75rem;
	z-index: 999;
}

.page-top a {
	color: #333;
	font-size: 12px;
	height: inherit;
	width: 100%;
}

.page-top__icon {
	font-size: 2.5rem;
	line-height: 3.75rem;
	padding: 0 1.125rem;
}

.section-head {
	text-align: center;
}

.section-head__title {
	color: #e4a0a0;
	font-family: "Outfit", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.section-head__title::before {
	background-color: #e4a0a0;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.875rem;
}

.section-head__subtitle {
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.sns-icon {
	text-align: center;
}

.sns-icon__twitter {
	color: #1D9BF0;
	font-size: 1.875rem;
}

.overview__container {
	margin-top: 3.75rem;
}

.overview__table {
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.overview__table tr {
	background-color: #eee;
	border: 0.125rem dotted #e4a0a0;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem #c9c9c9;
	box-shadow: 0.1875rem 0.1875rem 0.1875rem #c9c9c9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.875rem;
	text-align: left;
}

.overview__table tr:not(:first-child) {
	margin-top: 0.75rem;
}

.overview__table th {
	margin-right: 0.875rem;
	text-align: left;
	width: 30%;
}

.overview__table td {
	width: 70%;
}

.overview__mail {
	border-bottom: 0.0625rem solid #333;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.overview__mail:hover {
	opacity: 0.6;
}

.profile {
	background-color: #ece5e2;
	padding: 3.75rem 0;
}

.profile__container {
	margin: 2.5rem auto 0 auto;
	max-width: 33.75rem;
	width: 100%;
}

.profile__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.profile__img {
	max-width: 28.125rem;
}

.profile__items {
	margin-top: 1.25rem;
	width: 100%;
}

.profile__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.0625rem solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.3125rem 0.625rem;
}

.profile__item:first-child {
	border-top: 0.0625rem solid #fff;
}

.profile__title {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0 1.5rem;
	position: relative;
	width: 40%;
}

.profile__title::before {
	color: #e4a0a0;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	left: 0;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.profile__text {
	width: 60%;
}

.profile__foot {
	letter-spacing: 0.03em;
	margin-top: 2rem;
}

.profile__btn {
	margin-top: 3.75rem;
}

input[type=submit] {
	background: inherit;
	border: none;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: inherit;
	width: inherit;
	color: #333333;
	position: relative;
	z-index: 1;
}

.contact-email__label {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
}

.contact-email__label::after {
	color: #ea5550;
	content: "※";
	padding-left: 0.5rem;
}

.contact-email__input {
	margin-top: 0.3125rem;
	width: 100%;
}

input[type=email] {
	background: #fff;
	border: 0.0625rem solid #e4a0a0;
	border-radius: 0.625rem;
	font-size: 1rem;
	padding: 0.625rem 0.3125rem;
	width: 100%;
	height: 3.125rem;
}

.contact-name__label {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
}

.contact-name__label::after {
	color: #ea5550;
	content: "※";
	padding-left: 0.5rem;
}

.contact-name__input {
	margin-top: 0.3125rem;
	width: 100%;
}

input[type=text] {
	background: #fff;
	border: 0.0625rem solid #e4a0a0;
	border-radius: 0.625rem;
	font-size: 1rem;
	padding: 0.625rem 0.3125rem;
	width: 100%;
	height: 3.125rem;
}

.contact-radio__label {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
}

.contact-radio__label::after {
	color: #ea5550;
	content: "※";
	padding-left: 0.5rem;
}

/* .contact-radio__input {
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.125rem;
} */
/* 
.contact-radio__input label {
	cursor: pointer;
} */

.contact-radio__input {
	margin-top: 0.5rem;
}

/* wpcf7 radio */

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  /* flex-basis: 50%; */
  width: 100%;
	margin-left: 0;
}

span.wpcf7-list-item:not(:first-child) {
	margin-top: 0.5rem;
}

.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 1rem;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 0.0625rem solid #e4a0a0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #e4a0a0;
  box-shadow: inset 0 0 0 4px #fff;
}

/* input[type=radio] {
	display: none;
} */

/* .radio-828 {
	font-size: 1rem;
	margin-top: 1rem;
	padding-left: 2.125rem;
	position: relative;
} */

/* .wpcf7-form-control.wpcf7-radio {
	background-color: #fff;
	border: 0.0625rem solid #e4a0a0;
	border-radius: 50%;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5rem;
} */

/* .wpcf7-form-control.wpcf7-radio::before {
	background-color: #e4a0a0;
	border-radius: 50%;
	content: "";
	display: none;
	height: 0.75rem;
	left: 0.375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.75rem;
}

input[type=radio]:checked + .wpcf7-form-control.wpcf7-radio::before {
	display: block;
} */

.contact-tel__label {
	font-size: 1.25rem;
	font-weight: 700;
}

.contact-tel__input {
	margin-top: 0.3125rem;
	width: 100%;
}

input[type=tel] {
	background: #fff;
	border: 0.0625rem solid #e4a0a0;
	border-radius: 0.625rem;
	font-size: 1rem;
	padding: 0.625rem 0.3125rem;
	width: 100%;
	height: 3.125rem;
}

.contact-textarea__label {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
}

.contact-textarea__label::after {
	color: #ea5550;
	content: "※";
	padding-left: 0.5rem;
}

.contact-textarea__message {
	margin-top: 0.3125rem;
	width: 100%;
}

textarea {
	background: #fff;
	border: 0.0625rem solid #e4a0a0;
	border-radius: 0.625rem;
	font-size: 1rem;
	height: 12.5rem;
	padding: 0.625rem 0.3125rem;
	width: 100%;
}

.contact__text {
	margin-top: 3.75rem;
	text-align: center;
}

.contact__form {
	background: #ece5e2;
	margin-top: 2.5rem;
	padding: 5rem 0;
	width: 100vw;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
}

span.wpcf7-spinner {
	display: none;
}

.form__dl {
	margin: 0 auto;
	max-width: 43.125rem;
	width: 100%;
}

.form__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form__flex:not(:first-child) {
	margin-top: 1.25rem;
}

.form__text {
	margin-top: 1.25rem;
}

.form__text--color {
	color: #ea5550;
}

.form__btn {
	margin-top: 3.75rem;
}

.flow {
	background-color: #ece5e2;
	padding: 3.75rem 0;
}

.flow__container {
	margin: 2.5rem auto 0 auto;
	max-width: 68.75rem;
	width: 100%;
}

.flow__item {
	background-color: #fff;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem #c9c9c9;
	box-shadow: 0.1875rem 0.1875rem 0.1875rem #c9c9c9;
	padding: 0.625rem;
}

.flow__item:not(:first-child) {
	margin-top: 0.9375rem;
}

.flow__number {
	font-size: 1.25rem;
	font-weight: 700;
}

.flow__number--style {
	background-color: #fff;
	border: 0.125rem solid #ea5550;
	border-radius: 50%;
	color: #ea5550;
	display: inline-block;
	font-weight: 700;
	height: 3.125rem;
	margin-right: 1.25rem;
	padding: 0.5rem 0.8125rem 0.8125rem 0.8125rem;
	width: 3.125rem;
}

.flow__text {
	margin-top: 0.5rem;
}

.flow__arrow {
	margin-top: 0.9375rem;
	text-align: center;
}

.flow__arrow--color {
	color: #ea5550;
	font-size: 2rem;
}

.merit {
	background-color: #fff;
	padding: 2.5rem 0;
}

.merit__list {
	margin-top: 3.75rem;
	max-width: 80rem;
	width: 100%;
}

.merit__text {
	font-weight: 700;
	margin-top: 2rem;
	text-align: center;
}

.merit__text--color {
	color: #ea5550;
}

.merit__text--bg {
	background-color: #ffffa3;
}

.merit__btn {
	margin-top: 5rem;
}

.service__maintext {
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0 0.5rem;
	position: relative;
	text-align: center;
}

.service__maintext--point {
	display: inline-block;
	padding: 0 1.125rem;
	position: relative;
}

.service__maintext--point::before {
	background-color: #e4a0a0;
	border-radius: 0.125rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-20deg);
	transform: translateY(-50%) rotate(-20deg);
	width: 0.25rem;
}

.service__maintext--point::after {
	background-color: #e4a0a0;
	border-radius: 0.125rem;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(20deg);
	transform: translateY(-50%) rotate(20deg);
	width: 0.25rem;
}

.service__maintext--font {
	color: #ea5550;
}

.service__container {
	margin: 2.5rem auto 0 auto;
	max-width: 68.75rem;
	width: 100%;
}

.service__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service__item:not(:first-child) {
	margin-top: 1.25rem;
}

.service__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 3.75rem;
	flex: 0 0 3.75rem;
	margin-right: 1.5625rem;
}

.service__body {
	background: #f2f3f7;
	border-radius: 0.75rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	max-width: 25rem;
	padding: 1.0625rem 0.8125rem 0.9375rem 1.125rem;
	position: relative;
}

.service__body::after {
	border: 10px solid transparent;
	border-right: 22px solid #f2f3f7;
	content: "";
	left: -26px;
	position: absolute;
}

.service__subtext {
	font-size: 1.125rem;
	margin-top: 3.75rem;
	text-align: center;
}

.service__subtext--bold {
	background-color: #ffffa3;
	font-weight: 700;
}

.service__subtext--color {
	color: #ea5550;
	font-weight: 700;
}

.mainview__contents {
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}

.mainview__bg {
	height: 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.mainview__bg::before {
	content: "";
	display: block;
	padding-top: 205.333333%;
}

.mainview__img img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.mainview__body {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 2.5rem;
	left: 50%;
	padding: 2.8125rem 0.625rem;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}

.mainview__title {
	font-size: 2.5rem;
	letter-spacing: -0.05em;
}

.mainview__text {
	color: #333;
	font-weight: 700;
	margin-top: 0.5rem;
}

.mainview__subtext {
	font-weight: 700;
	margin-top: 0.5rem;
}

.mainview__subtext--color {
	color: #ffffad;
	font-weight: 700;
	margin: 0 0.3125rem;
}

.scrolldown {
	-webkit-animation: arrowmove 1s ease-in-out infinite;
	animation: arrowmove 1s ease-in-out infinite;
	bottom: 2%;
	height: 3.125rem;
	position: absolute;
	right: 50%;
}

.scrolldown span {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	bottom: 10px;
	color: #eee;
	font-size: 0.7rem;
	left: -20px;
	letter-spacing: 0.05em;
	position: absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* 矢印の描写 */

.scrolldown::before {
	background: #eee;
	bottom: 0;
	content: "";
	height: 20px;
	position: absolute;
	right: -6px;
	-webkit-transform: skewX(-31deg);
	transform: skewX(-31deg);
	width: 1px;
}

.scrolldown::after {
	background: #eee;
	bottom: 0;
	content: "";
	height: 50px;
	position: absolute;
	right: 0;
	width: 1px;
}

.top-about__container {
	margin-top: 3.75rem;
}

.top-about__img img {
	border-radius: 50%;
}

.top-about__body {
	margin-top: 1.25rem;
}

.top-about__title {
	background: #eee;
	border-radius: 0.625rem;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.9375rem;
	position: relative;
}

.top-about__title::before,
.top-about__title::after {
	background: #eee;
	border-radius: 50%;
	content: "";
	position: absolute;
}

.top-about__title::before {
	bottom: -15px;
	height: 30px;
	left: 30px;
	width: 30px;
}

.top-about__title::after {
	bottom: -30px;
	height: 15px;
	left: 50px;
	width: 15px;
}

.top-about__text {
	margin-top: 2rem;
	padding: 0 0.75rem;
}

.top-about__text--bg {
	background-color: #ffffa3;
	font-weight: 700;
}

.top-about__text--wight {
	font-weight: 700;
}

.top-about__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.top-contact__bg {
	background-image: url("../image/top/top-contact.jpg");
	background-position: center;
	background-size: cover;
	min-height: 70vh;
	position: relative;
	z-index: 0;
}

.top-contact__bg::before {
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-contact__wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.top-contact__container {
	margin-top: 2.5rem;
}

.top-contact__text {
	text-align: center;
}

.top-contact__btn {
	margin-top: 3.75rem;
}

.top-fadeup {
/* 	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime; */
	opacity: 0;
	visibility: hidden;
	transition: 2s;
	transform: translatey(50px)
}

.is-active {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
}

.top-service {
	background-color: #ece5e2;
	padding: 3.75rem 0;
}

.top-service__list {
	margin-top: 2.5rem;
	max-width: 80rem;
	width: 100%;
}

.top-service__btn {
	margin-top: 3.75rem;
}

.top-swiper__img {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-swiper__img::before {
	content: "";
	display: block;
	padding-top: 69.6%;
}

.top-swiper__img img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.top-works__swiper {
	margin: 2.5rem calc(50% - 50vw) 0 calc(50% - 50vw);
	width: 100vw;
}

.top-works__btn {
	margin-top: 3.75rem;
}

.works-page__wrapper {
	margin: 0 auto;
	max-width: 37.5rem;
	width: 100%;
}

.works-page__title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.works-page__title--point {
	display: inline-block;
	padding: 0 1.25rem;
	position: relative;
}

.works-page__title--point::before,
.works-page__title--point::after {
	background-color: #ea5550;
	border-radius: 0.125rem;
	content: "";
	height: 80%;
	position: absolute;
	width: 0.25rem;
}

.works-page__title--point::before {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-20deg);
	transform: translateY(-50%) rotate(-20deg);
}

.works-page__title--point::after {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(20deg);
	transform: translateY(-50%) rotate(20deg);
}

.works-page__img {
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.works-page__img::before {
	content: "";
	display: block;
	padding-top: 70.7731343%;
}

.works-page__img img {
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.works-page__body {
	padding: 1.5rem 0;
}

.works-page__ditail:not(:first-child) {
	margin-top: 1.5625rem;
}

.works-page__subtitle {
	font-size: 1.125rem;
	font-weight: 700;
	padding-left: 1.125rem;
	position: relative;
}

.works-page__subtitle::before {
	border: 8px solid transparent;
	border-left: 0.625rem solid #e4a0a0;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.works-page__foot {
	padding: 0 1.125rem;
}

.works-page__url {
	border-bottom: 0.0625rem solid #333;
	display: inline-block;
	margin-top: 0.5rem;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.works-page__url:hover {
	opacity: 0.6;
}

.works-page__text {
	margin-top: 0.625rem;
}

.works-page__btn {
	margin-top: 5rem;
}

.select-btn__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.select-btn__item {
	background-color: #eee;
	border: 0.125rem solid #e4a0a0;
	border-radius: 0.375rem;
	list-style: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.select-btn__item.choice {
	background-color: #e4a0a0;
}

.select-btn__item:hover {
	opacity: 0.7;
}

.select-btn__item:not(:last-child) {
	margin-right: 0.5rem;
}

.select-btn__item a {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	min-width: 5rem;
	padding: 0.5rem;
	text-align: center;
	width: 100%;
}

.works-all {
	background-color: #ece5e2;
	/* display: none; */
	padding: 3.75rem 0;
}

.works-all__container {
	margin: 0 auto;
	max-width: 37.5rem;
	width: 100%;
}

/* .works-all.is-choice {
	display: block;
} */

.works-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.works-card__item {
	max-width: 100%;
	width: 100%;
}

.works-card__item:not(:first-child) {
	margin-top: 1.875rem;
}

.works-card__body {
	overflow: hidden;
	position: relative;
}

.works-card__img {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.works-card__img::before {
	content: "";
	display: block;
	padding-top: 70.7731343%;
}

.works-card__img img {
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.works-card__mask {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	width: 100%;
}

.works-card__caption {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.works-card__caption--arrow {
	padding-left: 0.5rem;
}

.works-card__item:hover .works-card__mask {
	opacity: 1;
	padding-top: 5rem;
}

.works-card__title {
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.works-card__title--point {
	display: inline-block;
	padding: 0 1.25rem;
	position: relative;
}

.works-card__title--point::before,
.works-card__title--point::after {
	background-color: #ffffa3;
	border-radius: 0.125rem;
	content: "";
	height: 70%;
	position: absolute;
	width: 0.1875rem;
}

.works-card__title--point::before {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-20deg);
	transform: translateY(-50%) rotate(-20deg);
}

.works-card__title--point::after {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(20deg);
	transform: translateY(-50%) rotate(20deg);
}

.works-school {
	background-color: #ece5e2;
	/* display: none; */
	padding: 3.75rem 0;
}
/* 
.works-school.is-choice {
	display: block;
} */

.works-school__container {
	margin: 0 auto;
	max-width: 37.5rem;
	width: 100%;
}

.works-self {
	background-color: #ece5e2;
	/* display: none; */
	padding: 3.75rem 0;
}

/* .works-self.is-choice {
	display: block;
} */

.works-self__container {
	margin: 0 auto;
	max-width: 37.5rem;
	width: 100%;
}

.error-404 {
  position: relative;
}

.error-404__bg {
	background-image: url("../image/top/top-contact.jpg");
	background-position: center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.error-404__bg::before {
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.error-404__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 1.25rem;
}

.error-404__title {
	font-size: 1.875rem;
	font-weight: 700;
	color: #ea5550;
}

.error-404__text {
	margin-top: 0.625rem;
}

.error-404__btn {
  margin-top: 2.5rem;
}

.grecaptcha-badge {
	bottom: 85px !important;
}

@media (min-width: 375px) {

html {
	font-size: 16px;
}

}

@media (min-width: 768px) {

html {
	font-size: clamp(12px, 7500vw, 16px);
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.overview-mt {
	margin-top: 7.5rem;
}

.profile-mt {
	margin-top: 7.5rem;
}

.contact-mt {
	margin-top: 7.5rem;
}

.flow-mt {
	margin-top: 6.25rem;
}

.merit-mt {
	margin-top: 6.25rem;
}

.service-mt {
	margin-top: 7.5rem;
}

.top-about-mt {
	margin-top: 7.5rem;
}

.top-contact-mt {
	margin-top: 7.5rem;
}

.top-service-mt {
	margin-top: 7.5rem;
}

.top-works-mt {
	margin-top: 7.5rem;
}

.works-page-mt {
	margin-top: 8.75rem;
}

.select-btn-mt {
	margin-top: 7.5rem;
}

.works-mt {
	margin-top: 6.25rem;
}

.card-list__item:nth-child(3n) {
	margin-right: 0;
}

.card-list__item:nth-child(n+4) {
	margin-top: 1.5rem;
}

.card__head {
	display: block;
	text-align: center;
}

.card__img {
	display: inline-block;
	margin-right: 0;
	text-align: center;
}

.card__title {
	font-size: 2.1875rem;
	margin-top: 0.5rem;
}

.card__foot {
	margin-top: 1.625rem;
}

.card__text {
	font-size: 1.125rem;
}

.footer-nav__items {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.footer-nav__item {
	font-size: 1.5rem;
}

.footer-nav__item:not(:first-child) {
	margin-top: 0;
}

.footer-nav__item:not(:last-child) {
	margin-right: 2.5rem;
}

.main-header__contents {
	height: 64vh;
}

.main-header__body {
	width: 40%;
}

.section-head__title {
	font-size: 2.625rem;
}

.section-head__subtitle {
	font-size: 1rem;
}

.overview__table tr {
	padding: 0.875rem 0.875rem 0.875rem 1.25rem;
}

.overview__table th {
	font-size: 1.375rem;
}

.overview__table td {
	font-size: 1.25rem;
}

.profile {
	padding: 5rem 0;
}

.profile__item {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.contact-email__label {
	margin-right: 2.5rem;
	max-width: 100%;
	width: 18.75rem;
}

input[type=email] {
	height: 3.125rem;
}

.contact-name__label {
	margin-right: 2.5rem;
	max-width: 100%;
	width: 18.75rem;
}

input[type=text] {
	height: 3.125rem;
}

.contact-radio__label {
	margin-right: 2.5rem;
	max-width: 100%;
	width: 12.5rem;
}

.contact-tel__label {
	margin-right: 2.5rem;
	max-width: 100%;
	width: 18.75rem;
}

input[type=tel] {
	height: 3.125rem;
}

.contact-textarea__label {
	margin-right: 2.5rem;
	max-width: 100%;
	width: 18.75rem;
}

.contact__form {
	margin-top: 3.75rem;
	padding-left: 25px;
	padding-right: 25px;
}

.form__flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.form__text {
	text-align: center;
}

.flow {
	padding: 5rem;
}

.flow__container {
	margin-top: 3.75rem;
	padding: 0 1.5625rem;
}

.service__maintext {
	font-size: 2rem;
}

.service__maintext--point {
	padding: 0 1.625rem;
}

.service__subtext {
	font-size: 1.25rem;
}

.mainview__body {
	background-color: transparent;
	left: 35%;
	padding: 0;
}

.mainview__title {
	font-size: 3.75rem;
}

.mainview__text {
	font-size: 1.125rem;
}

.top-about__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	width: 100%;
}

.top-about__img {
	margin-right: 1.875rem;
	width: calc(50% - 15px);
}

.top-about__body {
	width: calc(50% - 15px);
}

.top-about__title {
	font-size: 1.5rem;
}

.top-about__text {
	font-size: 1.125rem;
}

.top-service {
	padding: 5rem 0;
}

.top-swiper__img::before {
	padding-top: 54.6%;
}

.works-page__subtitle {
	font-size: 1.5rem;
}

.works-page__btn {
	margin-top: 6.25rem;
}

.select-btn__item:not(:last-child) {
	margin-right: 1.25rem;
}

.select-btn__item a {
	min-width: 12.5rem;
}
	
.error-404__title {
	font-size: 2.625rem;
}

.error-404__text {
	font-size: 1.25rem;
}

}

@media (min-width: 992px) {

.card-list {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
}

.card-list__item {
	max-width: 100%;
	width: calc(33.333333% - 13.3333333333px);
}

.card-list__item:nth-child(n+2) {
	margin-top: 0;
}

.card-list__item:not(:last-child) {
	margin-right: 1.5625rem;
}

.card__title {
	font-size: 2.5rem;
}

.profile__container {
	max-width: 68.75rem;
	padding: 0 1.5625rem;
}

.profile__wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.profile__img {
	margin-right: 2rem;
}

.profile__title {
	width: 30%;
}

.profile__text {
	width: 70%;
}

.flow__item {
	padding: 1.25rem;
}

.flow__number {
	font-size: 1.5rem;
}

.flow__number--style {
	padding: 0.375rem 0.8125rem 0.8125rem 0.6875rem;
}

.flow__text {
	font-size: 1.125rem;
}

.top-works__swiper {
	margin: 3.75rem 0 0 0;
	width: 100%;
}

.works-page__wrapper {
	max-width: 60rem;
}

.works-page__title {
	font-size: 2.625rem;
}

.works-page__title--point {
	padding: 0 1.875rem;
}

.works-page__img {
	margin-top: 2.5rem;
}

.works-page__img::before {
	padding-top: 70.7716667%;
}

.works-page__body {
	padding: 3.75rem 1.5625rem;
}

.works-page__ditail:not(:first-child) {
	margin-top: 2rem;
}

.works-page__foot {
	font-size: 1.125rem;
}

.works-all {
	padding: 6.25rem 0;
}

.works-all__container {
	max-width: 68.75rem;
}

.works-card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.works-card__item {
	width: calc(50% - 15px);
}

.works-card__item:not(:first-child) {
	margin-top: 0;
}

.works-card__item:not(:last-child) {
	margin-right: 1.875rem;
}

.works-card__item:nth-child(2n) {
	margin-right: 0;
}

.works-card__item:nth-child(n+3) {
	margin-top: 2.5rem;
}

.works-card__img::before {
	padding-top: 70.7716667%;
}

.works-card__caption {
	font-size: 2.625rem;
}

.works-card__caption--arrow {
	padding-left: 1rem;
}

.works-card__item:hover .works-card__mask {
	padding-top: 9.25rem;
}

.works-school {
	padding: 6.25rem 0;
}

.works-school__container {
	max-width: 68.75rem;
}

.works-self {
	padding: 6.25rem 0;
}

.works-self__container {
	max-width: 68.75rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1200px) {

.main-header__title {
	font-size: 3.125rem;
}

.main-header__text {
	font-size: 1.25rem;
}

.service__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6.25rem;
	flex: 0 0 6.25rem;
	margin-right: 2.625rem;
}

.service__body {
	font-size: 1.25rem;
	max-width: 38.75rem;
	width: 100%;
}

.mainview__title {
	font-size: 5rem;
}

}

@media (min-width: 1400px) {

.section-head__title {
	font-size: 3.375rem;
}

.section-head__subtitle {
	font-size: 1.25rem;
}

.mainview__text {
	font-size: 1.375rem;
}

}

@-webkit-keyframes arrowmove {

0% {
	bottom: 1%;
}

50% {
	bottom: 3%;
}

100% {
	bottom: 1%;
}

}

@keyframes arrowmove {

0% {
	bottom: 1%;
}

50% {
	bottom: 3%;
}

100% {
	bottom: 1%;
}

}

@-webkit-keyframes fadeUpAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(6.25rem);
	transform: translateY(6.25rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

/* @keyframes fadeUpAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(6.25rem);
	transform: translateY(6.25rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} */

}


/*# sourceMappingURL=map/style.css.map */
