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

body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.sectionTitle {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
  white-space: nowrap;
}

.sectionTitle::after {
	background-size: contain;
	bottom: -7px;
	bottom: -0.4375rem;
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sectionTitle1::after {
	background-image: url(../../assets/images/sectionTitle-border1);
	height: 6.23px;
	height: 0.389375rem;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%);
	width: 257.13px;
	width: 16.070625rem;
}

.sectionTitle2::after {
	background-image: url(../../assets/images/sectionTitle-border2.png);
	height: 5.31px;
	height: 0.331875rem;
	width: 219.01px;
	width: 13.688125rem;
}

.sectionTitle3::after {
	background-image: url(../../assets/images/sectionTitle-border3.png);
	height: 5.31px;
	height: 0.331875rem;
	width: 277.49px;
	width: 17.343125rem;
}

.sectionTitle4::after {
	background-image: url(../../assets/images/sectionTitle-border4.png);
	height: 5.31px;
	height: 0.331875rem;
	width: 118.92px;
	width: 7.4325rem;
}

.sectionTitle5::after {
	background-image: url(../../assets/images/sectionTitle5.png);
	height: 5.31px;
	height: 0.331875rem;
	width: 118.92px;
	width: 7.4325rem;
}

.sectionTitle__voice::after {
	background-image: url(../../assets/images/sectionTitle-voice.png);
	height: 5.31px;
	height: 0.331875rem;
	width: 118.92px;
	width: 7.4325rem;
}

.sectionTitle__blog {
	letter-spacing: 0.8em;
}

.pagetop-sp {
	margin-inline: auto;
	margin: 60px auto 39.6px;
	margin: 3.75rem auto 2.475rem;
	max-width: 178.2px;
	max-width: 11.1375rem;
	width: 100%;
}

.pagetop-sp img {
	-webkit-animation: rotation-y 2.5s linear infinite;
	animation: rotation-y 2.5s linear infinite;
	height: auto;
	width: 100%;
}

.pagetop-sp {
	z-index: 2;
  position: relative;
}

.pagetop-sp img {
	z-index: 1;
	position: relative;
}

.header__inner {
	transform:translateZ(1px);
}

.header {
	position: relative;
	z-index: 9999;
}


/* アニメーション */

.pageHeader {
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.pageHeader__lead {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.4em;
	padding: 41px 0;
	padding: 2.5625rem 0;
	text-align: center;
}

.pageHeader__lead--2 {
	padding: 29px 0;
	padding: 1.8125rem 0;
}

.pageHeader h1, .blogHeader {
	background-color: #EF9774;
	color: #fff;
	font-family: Arial;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	padding: 22px;
	padding: 1.375rem;
	text-align: center;
}

.pageHeader__lead--2 h1, .blogHeader {
	letter-spacing: 0.2em;
	line-height: 1.66666667;
}

.ml9 {
  position: relative;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
}

.ml9 .letter_2 {
  transform-origin: 50% 100%;
  display: inline-block;
}

.breadcrumb {
  margin-top: 1.0625rem;
  padding: 0 20px;
}

.breadcrumb__item {
  display: inline;
  color: #333;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

.breadcrumb__item:nth-last-child(n + 2):after {
  display: inline-block;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: 3px;
}

.breadcrumb__item a {
  
  transition:  .5s;
}

.breadcrumb__item a:hover {
  color: #EB7D51;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.aboutMember__flex {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.aboutMember__img {
	margin: 0 auto;
	max-width: 323px;
	max-width: 20.1875rem;
	width: 100%;
}

.aboutMember__img img {
  aspect-ratio: 414 / 719;
	width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.aboutMember__contents {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.aboutMember__name {
	letter-spacing: 0.4em;
	text-align: center;
}

.aboutMember__title {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 3px;
	margin-top: 0.1875rem;
	text-align: center;
}

.aboutMember__lead {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.aboutMember__message {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.aboutMember__main {
	letter-spacing: 0.4em;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.swiper {
	margin: 19px auto 0;
	margin: 1.1875rem auto 0;
	max-width: 334px;
	max-width: 20.875rem;
	width: 100%;
}

.swiper-slide img {
	width: 100%;
}

.swiper {
	margin-left: 0 !important;
	max-width: 668px;
	max-width: 41.75rem;
	width: 100%;
}

.aboutWork__inner {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.aboutWork__ichatch {
	max-width: 165px;
	max-width: 10.3125rem;
	width: 100%;
}

.aboutWork__ichatch img {
  aspect-ratio: 1 / 1;
	width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid #707070;
  border-radius: 20px;
}

.aboutWork__disc {
	margin-top: 48px;
	margin-top: 3rem;
}

.aboutClient__title,
.aboutConcept__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.aboutClient__name {
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.aboutClient__task {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.aboutClient__url {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.aboutConcept {
	margin-top: 64px;
	margin-top: 4rem;
}

.aboutConcept__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.aboutConcept__copy {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4666666667;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.aboutConcept__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3333333333;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.aboutManager {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.aboutManager__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.aboutManger__name {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7857142857;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.aboutWork__contents {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.aboutWork__logo {
	margin: 0 auto;
	max-width: 272px;
	max-width: 17rem;
	width: 100%;
}

.aboutWork__logo img {
	width: 100%;
}

.aboutWork__pages {
	margin: 46px auto 0;
	margin: 2.875rem auto 0;
	max-width: 331px;
	max-width: 20.6875rem;
	width: 100%;
}

.aboutWork__page + .aboutWork__page {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.aboutWork__mobile {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.blog__inner {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.blog__categoryLink a {
	color: #917CAE;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.blog__lists {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 353px;
	max-width: 22.0625rem;
	width: 100%;
}

.blog__img img {
	border-radius: 20px;
  aspect-ratio: 353 / 248;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog__box {
	margin-top: 23px;
	margin-top: 1.4375rem;
	padding: 0 14px;
	padding: 0 0.875rem;
}

.blog__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.blog__box span {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
}

.blog__category {
	margin-left: 17px;
	margin-left: 1.0625rem;
}

.blog__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.blog__list + .blog__list {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.blogPage__inner {
	margin-top: 28px;
	margin-top: 1.75rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.blogPage__categorylink a {
	color: #917CAE;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-left: 7px;
	margin-left: 0.4375rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blogPage__img {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 353px;
	max-width: 22.0625rem;
	width: 100%;
}

.blogPage__img img {
  aspect-ratio: 478 / 323;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.blogPage__contents {
	margin-top: 23px;
	margin-top: 1.4375rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.blogPage__title {
	/* font-size: 20px; */
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
  color: #454545;
}

.blogPage__info {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.blogPage__category {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.blogPage__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.company__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-top: 33px;
	padding-top: 2.0625rem;
	width: 100%;
}

.company__ceo {
	margin: 0 auto;
	max-width: 331px;
	max-width: 20.6875rem;
	width: 100%;
}

.company__ceo img {
	width: 100%;
}

.company__greeting {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.company__message {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.company__name {
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0.4em;
	margin-top: 21px;
	margin-top: 1.3125rem;
	text-align: center;
}

.company__handwriting {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 335px;
	max-width: 20.9375rem;
	width: 100%;
}

.company__handwriting img {
	width: 100%;
}

.companyOverview h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

.companyOverview__corevalue {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 21px;
	margin-top: 1.3125rem;
	text-align: center;
}

.companyOverview__about {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 21px;
	margin-top: 1.3125rem;
	text-align: center;
}

.contact__inner {
	margin-top: 28px;
	margin-top: 1.75rem;
	padding: 0 18px;
	padding: 0 1.125rem;
}

.contact__thanks {
  padding-top: 10rem !important;
  padding-bottom: 20rem !important;
}

.contact__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}

.contact__inner form {
	margin: 57px auto 0;
	margin: 3.5625rem auto 0;
	max-width: 338.5px;
	max-width: 21.15625rem;
	width: 100%;
}

.contact__item label {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.contact__item input {
	border-bottom: 2px solid #707070;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05;
	padding: 19px 5px;
	padding: 1.1875rem 0.3125rem;
	width: 100%;
}

.contact__item + .contact__item {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.contact__item textarea {
	border: 1px solid #707070;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05;
	margin-top: 19px;
	margin-top: 1.1875rem;
	padding: 19px 22px;
	padding: 1.1875rem 1.375rem;
	width: 100%;
}

.contact__btn {
	margin: 59px auto 0;
	margin: 3.6875rem auto 0;
	max-width: 231px;
	max-width: 14.4375rem;
	text-align: center;
	width: 100%;
}

.contact__btn input {
	background-color: #B09AC5;
	border-radius: 33px;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 10px 0;
	padding: 0.625rem 0;
	width: 100%;
}

.contact__item input::-moz-placeholder,
.contact__item textarea::-moz-placeholder {
	color: #C6C2C2;
}

.contact__item input::-webkit-input-placeholder,
.contact__item textarea::-webkit-input-placeholder {
	color: #C6C2C2;
}

.contact__item input::-moz-placeholder,
.contact__item textarea::-moz-placeholder {
	color: #C6C2C2;
}

.contact__item input::-ms-input-placeholder,
.contact__item textarea::-ms-input-placeholder {
	color: #C6C2C2;
}

.contact__item input::placeholder,
.contact__item textarea::placeholder {
	color: #C6C2C2;
}

.flow__inner {
	margin-top: 97.5px;
	margin-top: 6.09375rem;
}

.flow__lists {
	margin-left: auto;
	margin-right: auto;
	margin-top: 39px;
	margin-top: 2.4375rem;
	max-width: 420px;
	max-width: 26.25rem;
	width: 100%;
}

.flow__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flow__number {
	background-color: #967AB2;
	border-radius: 50%;
	color: #fff;
	font-family: Arial;
	font-size: 29px;
	font-size: 1.8125rem;
	font-weight: bold;
	line-height: 43.49px;
	line-height: 2.718125rem;
	text-align: center;
	width: 43.49px;
	width: 2.718125rem;
}

.flow__number--white {
	background-color: #fff;
	color: #917CAE;
}

.flow__title h3 {
	color: #967AB2;
	font-size: 19px;
	font-size: 1.1875rem;
	letter-spacing: 0.05em;
	margin-left: 17px;
	margin-left: 1.0625rem;
}

.flow__about {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 32px;
	margin-top: 2rem;
}

.flow__list + .flow__list {
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.flow__kinds {
	color: #967AB2;
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: 0.05em;
	line-height: 1.25;
}

.flow__box {
	background-color: #B09AC5;
	max-width: 100%;
	padding: 25.5px 14.5px 20.4px 14.5px;
	padding: 1.59375rem 0.90625rem 1.275rem 0.90625rem;
	width: 100%;
}

.flow__box h3 {
	color: #fff;
}

.flow__box .flow__about {
	margin-top: 18.5px;
	margin-top: 1.15625rem;
}

.flow__box .flow__small {
	font-size: 17px;
	font-size: 1.0625rem;
}

.flow__title--top {
	margin-top: 39.4px;
	margin-top: 2.4625rem;
}

.flow__flex {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.flow__title h3 {
	position: relative;
}

.flow__title h3::after {
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
}

.flow__border1::after {
	background-image: url(../../assets/images/flow-border1.png);
	bottom: 4px;
	bottom: 0.25rem;
	height: 7.83px;
	height: 0.489375rem;
	left: -5px;
	left: -0.3125rem;
	width: 155.62px;
	width: 9.72625rem;
}

.flow__border2::after {
	background-image: url(../../assets/images/flow-border2.png);
	bottom: 4px;
	bottom: 0.25rem;
	height: 7.83px;
	height: 0.489375rem;
	left: -1px;
	left: -0.0625rem;
	width: 187px;
	width: 11.6875rem;
}

.flow__border3::after {
	background-image: url(../../assets/images/flow-border3.png);
	bottom: 4px;
	bottom: 0.25rem;
	height: 7.83px;
	height: 0.489375rem;
	left: -2px;
	left: -0.125rem;
	width: 86.66px;
	width: 5.41625rem;
}

.flow__border4::after {
	background-image: url(../../assets/images/flow-border4.png);
	bottom: 4px;
	bottom: 0.25rem;
	height: 7.83px;
	height: 0.489375rem;
	left: -1px;
	left: -0.0625rem;
	width: 187px;
	width: 11.6875rem;
}

.flow__border5g::after {
	background-image: url(../../assets/images/flow-border5g.png);
	bottom: 4px;
	bottom: 0.25rem;
	height: 7.83px;
	height: 0.489375rem;
	left: 0;
	width: 155.83px;
	width: 9.739375rem;
}

.flow__border5e::after {
	background-image: url(../../assets/images/flow-border5w.png);
	bottom: 4px;
	bottom: 0.25rem;
	height: 7.27px;
	height: 0.454375rem;
	left: 0;
	width: 232.27px;
	width: 14.516875rem;
}

.flow__border6::after {
	background-image: url(../../assets/images/flow-border6.png);
	bottom: 4px;
	bottom: 0.25rem;
	height: 7.27px;
	height: 0.454375rem;
	left: 1px;
	left: 0.0625rem;
	width: 116.14px;
	width: 7.25875rem;
}

.flow__about {
	position: relative;
}

.flow__about::after {
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
}

.flow__about1::after {
	background-image: url(../../assets/images/flow-person1.png);
	height: 84.37px;
	height: 5.273125rem;
	right: 20px;
	right: 1.25rem;
	top: -84px;
	top: -5.25rem;
	width: 61.87px;
	width: 3.866875rem;
  animation: obj_rotate 1s steps(2,start) infinite;

}

.flow__about2::after {
	background-image: url(../../assets/images/flow-person2.png);
	height: 91px;
	height: 5.6875rem;
	right: 10px;
	right: 0.625rem;
	top: -91px;
	top: -5.6875rem;
	width: 71.08px;
	width: 4.4425rem;
  animation: up-animation 1.5s ease-in-out infinite;
}

.flow__about3::after {
	background-image: url(../../assets/images/flow-person3.png);
	height: 101.07px;
	height: 6.316875rem;
	right: 20px;
	right: 1.25rem;
	top: -101.07px;
	top: -6.316875rem;
	width: 50.53px;
	width: 3.158125rem;
  animation: katakata 1.6s infinite normal;

}

.flow__about4::after {
	background-image: url(../../assets/images/flow-person4.png);
	height: 85.81px;
	height: 5.363125rem;
	right: 10px;
	right: 0.625rem;
	top: -85.81px;
	top: -5.363125rem;
	width: 54.91px;
	width: 3.431875rem;
  animation: obj_rotate 1s steps(2,start) infinite;
  
}

.flow__kinds {
	position: relative;
}

.flow__kinds::after {
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
}

.flow__kinds1::after {
	background-image: url(../../assets/images/flow-person5g.png);
	height: 91.49px;
	height: 5.718125rem;
	right: 5px;
	right: 0.3125rem;
	top: -42px;
	top: -2.625rem;
	width: 65.48px;
	width: 4.0925rem;
  animation: up-animation 1.5s ease-in-out infinite;
}

.flow__kinds2::after {
	background-image: url(../../assets/images/flow-person5w.png);
	height: 82.83px;
	height: 5.176875rem;
	right: 0;
	top: -50px;
	top: -3.125rem;
	width: 65.37px;
	width: 4.085625rem;
  animation: swing 1.5s ease-in-out infinite;
}

.footer {
	background-color: #EB7D51;
}

.footer__inner {
	padding-bottom: 41px;
	padding-bottom: 2.5625rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.footer__logo {
	color: #fff;
	font-family: gill-sans-nova, sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 400;
	text-align: center;
}

.footer__address {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 33px;
	margin-top: 2.0625rem;
	text-align: center;
}

.footer__link {
	margin: 33px auto 0;
	margin: 2.0625rem auto 0;
	max-width: 227px;
	max-width: 14.1875rem;
	text-align: center;
	width: 100%;
}

.footer__link a {
	background-color: #B09AC5;
	border: 2px solid #fff;
	border-radius: 33px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 10px 0;
	padding: 0.625rem 0;
	width: 100%;
}

.footer__lists {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.footer__list {
	text-align: center;
}

.footer__list a {
	color: #fff;
	display: inline-block;
	font-family: gill-sans-nova, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	padding: 11.5px 0;
	padding: 0.71875rem 0;
	position: relative;
	width: 100%;
}

.footer__list--font a {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 0.9375rem;
}

.footer__list img {
	margin: 0 auto;
	max-width: 27.34px;
	max-width: 1.70875rem;
	width: 100%;
}

.footer__copyright {
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 68px;
	margin-top: 4.25rem;
	text-align: center;
}

.footer__pagetop {
	cursor: pointer;
	height: 253.42px;
	height: 15.83875rem;
	max-width: 223.7px;
	max-width: 13.98125rem;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	width: 100%;
}

.footer__pagetop img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

.footer__pagetop img:last-of-type {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.footer__pagetop:hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.header__inner {
	background-color: #967AB1;
	height: 59px;
	height: 3.6875rem;
	left: 0;
	padding-left: 12px;
	padding-left: 0.75rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 9999;
}

.header__inner.headerColorScroll {
  background-color: rgba(155, 122, 177, .8);
  transition: color 0.4s ease-out;
}

.header__inner.is-open {
	background-color: transparent;
}

.header__logo {
	color: #fff;
	font-family: gill-sans-nova, sans-serif;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 400;
	line-height: 59px;
	line-height: 3.6875rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__logo.is-open {
	display: none;
}

.header__hamburger {
	background-color: #EB7D51;
	height: 59px;
	height: 3.6875rem;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	width: 3.6875rem;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 2px;
	left: 6px;
	left: 0.375rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 44.25px;
	width: 2.765625rem;
}

.header__hamburger span:nth-child(1) {
	top: 0;
}

.header__hamburger span:nth-child(2) {
	margin: 14.9px 0;
	margin: 0.93125rem 0;
}

.header__hamburger span:nth-child(3) {
	top: 0;
}

.header__hamburger.is-open span:nth-child(1) {
	top: 17px;
	top: 1.0625rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__hamburger.is-open span:nth-child(3) {
	top: -17px;
	top: -1.0625rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header__hamburger.is-open {
	background-color: #fff;
}

.header__hamburger.is-open span {
	background-color: #333;
}

.header-nav {
  background-color: rgba(3,3,3,.5);
	display: block;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
  transform: translateY(-100%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 8888;
}

.header-nav.is-open {
	opacity: 1;
  transform: translateY(0);
	visibility: visible;
}

.header-nav__area {
  background-color: #fff;
  padding: 16px 12px 35px;
	padding: 1rem 0.75rem 2.1875rem;
}

.header-nav__logo {
	font-family: gill-sans-nova, sans-serif;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 400;
}

.sp-nav__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.sp-nav__list {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.sp-nav__list--small {
  font-size: 14px;
}

.sp-nav__list + .sp-nav__list {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.sp-nav__left {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-nav__insta {
	max-width: 32.31px;
	max-width: 2.019375rem;
	width: 100%;
  margin-bottom: 88px;
}

.sp-nav__insta img {
	width: 100%;
}



.pc-nav__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 162px auto 0;
	margin: 10.125rem auto 0;
	max-width: 1169px;
	max-width: 73.0625rem;
	width: 100%;
}

.pc-nav__list {
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
}

.pc-nav__list--small {
  font-size: 0.9375rem;
}

.pc-nav__list.pc-nav__list--small:nth-child(2) {
  margin-top: 1.125rem;
}

.pc-nav__list--small:first-child {
  margin-top: 0.4375rem;
}

.pc-nav__list + .pc-nav__list {
	margin-top: 48px;
	margin-top: 3rem;
}

/* 画像の親要素のスタイル */

.box {
	/* margin-inline: auto; */
	cursor: pointer;
	height: 27.34px;
	height: 1.70875rem;
	position: relative;
	width: 27.34px;
	width: 1.70875rem;
}

.pc-nav__list--insta {
  margin-top: 2rem !important;
}

/* 画像のスタイル */

.box img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

/* 2枚目の画像は最初透明 */

.box img:last-of-type {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* hoverすると2枚目の画像が透明じゃなくなる */

.box:hover img {
	opacity: 1;
}

.footer__list .box {
  margin-inline: auto;
}

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

.kiyaku__inner {
	margin-top: 50px;
	margin-top: 3.125rem;
  margin-bottom: 50px;
}

.kiyaku__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
}

.kiyaku__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.mainBlog__inner {
	padding-top: 49.1px;
	padding-top: 3.06875rem;
}

.mainBlog__lists {
	border-top: 1px solid #8E8074;
	margin-top: 48.3px;
	margin-top: 3.01875rem;
}

.mainBlog__list {
	border-bottom: 1px solid #8E8074;
	padding: 29.5px 10px 36.5px;
	padding: 1.84375rem 0.625rem 2.28125rem;
}

.mainBlog__list a {
  display: inline-block;
  width: 100%;
}

.mainWorks__list img {
  aspect-ratio: 1 / 1;
  width: 100%;height: auto;
  object-fit: cover;
  object-position: center;
}

.mainBlog__date {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
}

.mainBlog__text {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.mainFeature {
	background-color: #B09AC5;
}

.mainFeature__triangle {
	border-color: #EF9774 transparent transparent transparent;
	border-style: solid;
	border-width: 32.14px 50vw 0 50vw;
	border-width: 2.00875rem 50vw 0 50vw;
	height: 0;
	width: 0;
}

.mainFeature__inner {
	padding-bottom: 56.6px;
	padding-bottom: 3.5375rem;
	padding-top: 37px;
	padding-top: 2.3125rem;
}

.mainFeature__items {
	margin-top: 46.2px;
	margin-top: 2.8875rem;
}

.mainFeature__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 317px;
	max-width: 19.8125rem;
	width: 100%;
}

.mainFeature__item + .mainFeature__item {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.mainFeature__merit {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 36px;
	line-height: 2.25rem;
	text-align: center;
}

.mainFeature__merit span {
	padding: 0 10px;
	padding: 0 0.625rem;
	position: relative;
}

.mainFeature__merit span::before,
.mainFeature__merit span::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 36px;
	height: 2.25rem;
	position: absolute;
	width: 1px;
}

.mainFeature__merit span::before {
	left: 0;
	top: -2px;
	top: -0.125rem;
	-webkit-transform: rotate(-23deg);
	transform: rotate(-23deg);
}

.mainFeature__merit span::after {
	right: 0;
	top: -2px;
	top: -0.125rem;
	-webkit-transform: rotate(23deg);
	transform: rotate(23deg);
}

.mainFeature__contents {
	background-color: #fff;
	border-radius: 76px;
	margin-top: 26px;
	margin-top: 1.625rem;
	padding: 43.3px 31.5px 45.6px;
	padding: 2.70625rem 1.96875rem 2.85rem;
}

.mainFeature__contents {
	position: relative;
}

.mainFeature__contents::before {
	background-color: #EB7D51;
	border-radius: 50%;
	color: #fff;
	font-family: Arial;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: bold;
	height: 53.56px;
	height: 3.3475rem;
	left: 50%;
	line-height: 53.56px;
	line-height: 3.3475rem;
	position: absolute;
	text-align: center;
	top: -26.78px;
	top: -1.67375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 53.56px;
	width: 3.3475rem;
}

.mainFeature__contents--1::before {
	content: "1";
}

.mainFeature__contents--2::before {
	content: "2";
}

.mainFeature__contents--3::before {
	content: "3";
}

.mainFeature__title {
	color: #DB825B;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.mainFeature__title span {
	font-size: 26px;
	font-size: 1.625rem;
}

.mainFeature__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 23.5px;
	margin-top: 1.46875rem;
}

.mainMember__inner {
	padding-top: 27.8px;
	padding-top: 1.7375rem;
}

.mainMember__job {
	margin: 56.6px auto 0;
	margin: 3.5375rem auto 2.8rem;
	max-width: 359.64px;
	max-width: 22.4775rem;
	width: 100%;
  position: relative;
}

.mainMember__jobIcon1 {
  position: absolute;
  animation: obj_rotate 1s steps(2,start) infinite;
}

.mainMember__jobIcon2 {
  position: absolute;
  animation: up-animation 1.5s ease-in-out infinite;

}

.mainMember__jobIcon3 {
  position: absolute;
  max-width: 3.981875rem;
  top: 0;
  right: 45%;
  animation: obj_rotate 1s steps(2,start) infinite;

}

.mainMember__jobIcon4 {
  position: absolute;
  animation: katakata1 1.6s infinite normal;
  max-width: 6.220625rem;
  bottom: -2.8rem;
  right: 1.1rem;
}

.mainMember__jobIcon5 {
  position: absolute;
  animation: katakata 1.6s infinite normal;
}

.mainMember__jobIcon6 {
  position: absolute;
  animation: up-animation 1.5s ease-in-out infinite;
  max-width: 4.9625rem;
  top: 13.5625rem;
  left: 1.0625rem;
}

.mainMember__jobIcon7 {
  position: absolute;
  animation: swing1 5s ease-in-out infinite;


}

.mainMember__job img {
	width: 100%;
}

.mainNayami__inner {
	background-color: #EF9774;
	padding: 27.3px 20px 37.1px;
	padding: 1.70625rem 1.25rem 2.31875rem;
}

.mainNayami__img--w {
	margin: 35.6px auto 0;
	margin: 2.225rem auto 0;
	max-width: 340.94px;
	max-width: 21.30875rem;
	width: 100%;
  position: relative;
}

.mainNayami__img--w p {
  position: absolute;
  bottom: 7px;
  right: 11px;
}

.mainNayami__img--m {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 357px;
	max-width: 22.3125rem;
	width: 100%;
  position: relative;
}

.mainNayami__img--m p {
  position: absolute;
  bottom: 0;
  left: 35px;
}

.mainNayami__img img {
	width: 100%;
}

.mainNayami__img p {
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
}

.mainNayami__img span {
  font-size: 0.75rem;
}

.mainNayami__text {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 45.5px;
	margin-top: 2.84375rem;
	text-align: center;
}

.mainNayami__text span {
	padding: 0 15px;
	padding: 0 0.9375rem;
	position: relative;
}

.mainNayami__text span::before,
.mainNayami__text span::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 60px;
	height: 3.75rem;
	position: absolute;
	width: 2px;
}

.mainNayami__text span::before {
	left: 0;
	top: 0;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.mainNayami__text span::after {
	bottom: 0;
	right: -70px;
	right: -4.375rem;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.mainTop {
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.mainTop__text {
	letter-spacing: 0.04em;
	line-height: 2.1875;
	text-align: center;
}

.main__link {
	margin-bottom: 40.6px;
	margin-bottom: 2.5375rem;
	margin-top: 49px;
	margin-top: 3.0625rem;
	text-align: center;
}

.main__link a {
	color: #918072;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-left: 7px;
	padding-left: 0.4375rem;
	padding-right: 35px;
	padding-right: 2.1875rem;
	position: relative;
}

.main__link a::before {
	background: #918072;
	bottom: -13px;
	bottom: -0.8125rem;
	content: "";
	height: 2.97px;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
}

.main__link a::after {
	background: #918072;
	bottom: -13px;
	bottom: -0.8125rem;
	content: "";
	height: 2.97px;
	left: 0;
	position: absolute;
	width: 100%;
}

.main__link--white a::before {
	background: #fff;
}

.main__link--white a::after {
	background: #fff;
}

.main__link {
	display: inline-block;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  margin-bottom: 2.8rem;
}

.main__link::after {
	background-image: url(../../assets/images/mv-linkAllow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20.77px;
	height: 1.298125rem;
	position: absolute;
	right: 7px;
	right: 0.4375rem;
	top: 15%;
	width: 20.77px;
	width: 1.298125rem;
}

.main__link--white a {
	color: #fff;
	letter-spacing: 0.3em;
}

.main__link--white::after {
	background-image: url(../../assets/images/mv-linkAllow-white.png);
}

.main__link--members a {
	letter-spacing: 0.35em;
  color: #333;
}

.main__link--members a::before {
	background: #333;
}

.main__link--members a::after {
	background: #333;
  bottom: -0.3rem;
}

.main__link--members::after {
	background-image: url(../../assets/images/mv-linkAllow-black.png);
}

.mainMember__img {
  position: relative;
}

.main__link--members {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
  margin: 0;
}

.mainMember__img .sectionTitle {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}


.mainMember__img .sectionTitle::after {
  background-image: url(../../assets/images/sectionTitle-border3.png);
}





.main__link--works a {
	letter-spacing: 0.5em;
	margin-bottom: 0;
}

.main__link--blog a {
	letter-spacing: 14.4px;
	letter-spacing: 0.9rem;
}

.mainTop__inenr {
	position: relative;
}

.mainTop__img {
	position: relative;
}

.mainTop__img::before {
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: jump;
	animation-name: jump;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background-image: url(../../assets/images/mv-note1.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16vw;
	left: 12%;
	position: absolute;
	top: 13%;
	width: 55vw;
}

.mainTop__img::after {
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: anim_h;
	animation-name: anim_h;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background-image: url(../../assets/images/mv-note2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 6vw;
	position: absolute;
	right: 6%;
	top: 16%;
	width: 70vw;
}

.animation1 {
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	left: 55.2%;
	position: absolute;
	top: 9.4%;
	width: 3.689vw;
}

.keyframe1 {
	-webkit-animation-name: anim_sc;
	animation-name: anim_sc;
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
}

.mainWorks {
	background-color: #B09AC5;
}

.mainWorks__inner {
	padding-bottom: 40.6px;
	padding-bottom: 2.5375rem;
	padding-top: 44.8px;
	padding-top: 2.8rem;
}

.mainWorks__lists {
	margin-top: 37.7px;
	margin-top: 2.35625rem;
}

.mainWorks__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 274px;
	max-width: 17.125rem;
	width: 100%;
}

.mainWorks__list img {
	background-color: #fff;
	border-radius: 1.25rem;
}

.mainWorks__list + .mainWorks__list {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.mainWorks__list a {
	display: inline-block;
	width: 100%;
}

.mainWorks__company {
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	line-height: 1.6875;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.mainWorks__about {
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

.member__all {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.member__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 36px auto 0;
	margin: 2.25rem auto 0;
	max-width: 370px;
	max-width: 23.125rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.member__list {
	max-width: 151px;
	max-width: 9.4375rem;
	text-align: center;
	width: 100%;
}

.member__list:nth-child(n+3) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.member__list a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.member__img img {
  aspect-ratio: 213 / 370;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.member__name {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.4em;
	margin-top: 23px;
	margin-top: 1.4375rem;
	font-weight:500;
}

.member__title {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.price__inner {
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.price__inner h2 {
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.4em;
	text-align: center;
}

.price__contents {
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
}

.price__title {
	border-bottom: 3px solid #333;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	max-width: 305px;
	max-width: 19.0625rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	width: 100%;
}

.price__contents dl {
	border: 2px solid #333;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 331px;
	max-width: 20.6875rem;
	width: 100%;
}

.price__contents dt {
	background-color: rgba(145, 128, 114, .2);
	border-top: 1px solid #707070;
	font-size: 17px;
	font-size: 1.0625rem;
	padding: 8px 0 6.5px;
	padding: 0.5rem 0 0.40625rem;
}

.price__contents dt:first-child {
	border-top: none;
}

.price__contents dd {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 6.5px 0 6px;
	padding: 0.40625rem 0 0.375rem;
}

.schedule__inner {
	margin-top: 32.4px;
	margin-top: 2.025rem;
}

.schedule__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32.4px;
	margin-bottom: 2.025rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	margin-top: 1.9375rem;
	max-width: 329px;
	max-width: 20.5625rem;
	width: 100%;
}

.schedule__list {
	background-color: #EF9774;
	border-radius: 50%;
	height: 149px;
	height: 9.3125rem;
	max-width: 149px;
	max-width: 9.3125rem;
	padding-top: 33px;
	text-align: center;
	width: 100%;
}

.schedule__list:nth-child(n+3) {
	margin-top: 16px;
	margin-top: 1rem;
}

.schedule__list p {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
}

.schedule__title {
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.schdule__about {
	margin-top: 16px;
	margin-top: 1rem;
}

.schedule__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.schedule__text a {
	border-bottom: 1px solid #333;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.service__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 14px;
	padding-top: 0.875rem;
	width: 100%;
}

.service h2 {
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.4em;
	line-height: 1.47058824;
	text-align: center;
}

.service__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 342px;
	max-width: 21.375rem;
	width: 100%;
}

.service__list {
	background-color: rgba(150, 122, 178, .25);
	max-width: 165px;
	max-width: 10.3125rem;
	padding: 12px 9px 14px;
	padding: 0.75rem 0.5625rem 0.875rem;
	width: 100%;
}

.service__list:nth-child(n+3) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.service__list h3 {
	border-bottom: 1px solid #917CAE;
	color: #967AB2;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.15em;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	text-align: center;
}

.service__list p {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.57142857;
	margin-top: 13.4px;
	margin-top: 0.8375rem;
	text-align: center;
}

.service__list--money {
	max-width: 342px;
	max-width: 21.375rem;
	width: 100%;
}

.service__subsidy {
	border-bottom: 1px solid #EB7D51;
	color: #EB7D51;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 24.5px;
	margin-bottom: 1.53125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
	margin-top: 2.125rem;
	max-width: 450px;
	max-width: 28.125rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	text-align: center;
	width: 100%;
}

.service__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
}

.service__text--subsidy {
	margin: 0 auto;
	max-width: 450px;
	max-width: 28.125rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	width: 100%;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.work__contents {
	border-radius: 86px;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.666666;
	margin: 28px auto 0;
	margin: 1.75rem auto 0;
	max-width: 328px;
	max-width: 20.5rem;
	padding: 37px 36px;
	padding: 2.3125rem 2.25rem;
	text-align: center;
	width: 100%;
}

.work__contents li {
  padding: 0.9375rem 0;
  margin-bottom: 10px;
}

.work__contents a {
	background-color: #B09AC5;
  padding: 0.9375rem 1.5625rem;
  border-radius: 30px;
  transition: .3s;
}

/* .work__contents .current-cat a {
  background-color: #EB7D51;
} */

.work__contents li.active a {
  color: #fff; /* テキスト色 */
  background-color:#EB7D51; /* 背景色 */
}

.work__contents a:hover {
  background-color:#EB7D51; /* 背景色 */
  transition: .3s;
}

.work__lists {
	margin: 47px auto 0;
	margin: 2.9375rem auto 0;
	max-width: 274px;
	max-width: 17.125rem;
	width: 100%;
}

.work__list {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 20px;
}

.work__list + .work__list {
	margin-top: 48px;
	margin-top: 3rem;
}

.work__list img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.btn {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.4em;
  margin-top: 4.25rem;
  cursor: pointer;
}

.nav-links {
  margin-top: 2.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  display: flex;
  justify-content: center;
}

.nav-next {
  margin-left: 2.6875rem;
}

.voice {
  max-width: 500px;
  width: 100%;
  margin: 50px auto 0;
}


.voice__title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.voice__img img{
  aspect-ratio: 478 / 323;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.voice h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 10px;
  background: #f4f4f4;
  border-left:2px double #777;
}

.blogPage h2 {
  margin-top: 10px;
  margin-bottom: 25px;
	
}

.blogPage h2 {
  position: relative;
  background: #F2B69E;
  box-shadow: 0px 0px 0px 5px #F2B69E;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #fff;
	font-size:18px;
}

.blogPage h2::after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #EF9774;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.voice P {
  font-weight: 400;
}

@media screen and (min-width: 600px) {

.flow__about {
	margin-top: 1.5625rem;
}

.flow__about1::after {
	right: 3.125rem;
}

.flow__about2::after {
	right: 2.5rem;
}

.flow__about3::after {
	right: 3.75rem;
}

.flow__about4::after {
	right: 3.125rem;
}

.flow__kinds1::after {
	right: 2.8125rem;
}

.flow__kinds2::after {
	right: 2.5rem;
}

.animation1 {
	top: 11.5%;
}

.schedule__inner {
	margin-top: 3.75rem;
}

.schedule__lists {
	margin-bottom: 3.75rem;
}

.service__lists {
	max-width: 26.25rem;
}

.service__list {
	max-width: 12.5rem;
}

.service__list--money {
	max-width: 26.25rem;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.sectionTitle {
	font-size: 1.8125rem;
}

.sectionTitle::after {
	bottom: -0.625rem;
}

.sectionTitle1::after {
	background-image: url(../../assets/images/sectionTitle-border1_pc.png);
	height: 0.64125rem;
	-webkit-transform: translateX(-51%);
	transform: translateX(-51%);
	width: 26.459375rem;
}

.sectionTitle2::after {
	background-image: url(../../assets/images/sectionTitle-border2_pc.png);
	height: 0.64125rem;
	width: 22.495rem;
}

.sectionTitle3::after {
	background-image: url(../../assets/images/sectionTitle-border3_pc.png);
	height: 0.64125rem;
	width: 28.926875rem;
}

.sectionTitle4::after {
	background-image: url(../../assets/images/sectionTitle-border4_pc.png);
	height: 0.64125rem;
	-webkit-transform: translateX(-54%);
	transform: translateX(-54%);
	width: 9.640625rem;
}

.sectionTitle5::after {
	background-image: url(../../assets/images/sectionTitle-border5_pc.png);
	height: 0.64125rem;
	-webkit-transform: translateX(-54%);
	transform: translateX(-54%);
	width: 6.426875rem;
}

.sectionTitle__voice::after {
	background-image: url(../../assets/images/sectionTitle-voice_pc.png);
	height: 0.64125rem;
	-webkit-transform: translateX(-54%);
	transform: translateX(-54%);
	width: 13.426875rem;
}

.sectionTitle__5 {
	letter-spacing: 0.5em;
}

.main__link--members {
  bottom: 3.5rem;
}

.mainMember__img .sectionTitle {
  top: 3rem;
}

.main__link--members a::after{
  bottom: -0.8125rem;
}

.pageHeader__lead {
	font-size: 1.25rem;
	padding: 7rem 0 6.75rem;
}

.pageHeader h1, .blogHeader {
	font-size: 2.5rem;
	padding: 2.5625rem 0;
}

.breadcrumb {
  padding: 0 25px;
  max-width: 76.1875rem;
  width: 100%;
  margin: 2.375rem auto 0;
}

html {
	font-size: 1.3686911891vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.aboutMember__inner {
	padding-bottom: 4.9375rem;
}

.aboutMember__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
}

.aboutMember__img {
	margin: 0;
	max-width: 25.875rem;
}

.aboutMember__contents {
	margin-left: 1.875rem;
	margin-top: 0;
	max-width: 44.4375rem;
	width: 100%;
}

.aboutMember__name {
	font-size: 1.25rem;
	text-align: left;
}

.aboutMember__title {
	font-size: 0.9375rem;
	margin-top: 0.3125rem;
	text-align: left;
}

.aboutMember__lead {
	font-size: 1.25rem;
	margin-top: 1.6875rem;
}

.swiper {
	margin: 0.4375rem 0 0;
}

.aboutWork__inner {
	padding-bottom: 5.6875rem;
}

.aboutWork__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aboutWork__disc {
	margin-top: 0;
}

.aboutWork__contents {
	margin-top: 0;
}

.aboutWork__logo {
	max-width: 21rem;
}

.aboutWork__pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 4rem;
	max-width: 73.0625rem;
}

.aboutWork__page {
	max-width: 34.8125rem;
	width: 100%;
}

.aboutWork__page + .aboutWork__page {
	margin-top: 0;
}

.aboutWork__mobile {
	margin: 3.75rem auto 0;
	max-width: 67.561875rem;
	width: 100%;
}

.blog__inner {
	padding-bottom: 6.25rem;
}

.blog__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 73.0625rem;
}

.blog__list {
	max-width: 30%;
	width: 100%;
}

.blog__list a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog__list:hover {
	opacity: 0.7;
}

.blog__list + .blog__list {
	margin-left: 4.7%;
	margin-top: 0;
}

.blog__list:nth-child(3n+1) {
	margin-left: 0;
}

.blog__list:nth-child(n+4) {
	margin-top: 5rem;
}

.blogPage__inner {
	padding: 25px;
	padding-bottom: 6.25rem;
}

.blogPage__categorylink a {
	margin-left: 0;
}

.blogPage__categorylink a {
	opacity: 0.7;
}

.blogPage__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2.1875rem auto 0;
	max-width: 73.0625rem;
	width: 100%;
}

.blogPage__img {
	margin: 0;
	max-width: 29.875rem;
	width: 100%;
}

.blogPage__contents {
	margin-left: 0.625rem;
	margin-top: 0;
	max-width: 40.75rem;
	width: 100%;
}

.blogPage__info {
	margin-top: 2.125rem;
}

.blogPage__text {
	margin-top: rem811;
}

.company__inner {
	max-width: 100%;
	padding-bottom: 8.75rem;
	padding-top: 2.375rem;
}

.company__ceo {
	max-width: 34.875rem;
}

.company__greeting {
	font-size: 1.25rem;
	margin-top: 0;
}

.company__message {
	margin-top: 2.5rem;
}

.company__name {
	margin-top: 0.8125rem;
	text-align: left;
}

.company__handwriting {
	margin: 3.125rem 0 0;
	max-width: 34.6875rem;
}

.companyOverview {
	max-width: 34.875rem;
	width: 100%;
}

.companyOverview__corevalue {
	font-size: 1rem;
	margin-top: 2.375rem;
	text-align: left;
}

.companyOverview__about {
	text-align: left;
}

.company__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company__right {
	margin-left: 0.625rem;
	max-width: 35.1875rem;
	width: 100%;
}

.company__flex2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8.9375rem;
}

.contact__inner {
	padding-bottom: 5.5625rem;
	padding-top: 4.9375rem;
}

.contact__text {
	font-size: 1.125rem;
	line-height: 1.666666;
}

.contact__inner form {
	margin-top: 4.625rem;
	max-width: 50rem;
}

.contact__item label {
	font-size: 1.25rem;
}

.contact__item input {
	font-size: 1.25rem;
}

.contact__item textarea {
	font-size: 1.25rem;
}

.contact__btn input {
	font-size: 1.25rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.contact__btn input:hover {
	background-color: #EB7D51;
}

.flow__lists {
	margin: 2.3125rem auto 0;
	max-width: 73.0625rem;
	width: 100%;
}

.flow__number {
	font-size: 2.5rem;
	line-height: 3.5625rem;
	position: relative;
	width: 3.5625rem;
}

.flow__title h3 {
	font-size: 1.5625rem;
	margin-left: 1.40625rem;
	padding-top: 0.1875rem;
}

.flow__about {
	margin-left: 4.375rem;
	margin-top: 1.1875rem;
	padding-right: 0.625rem;
}

.flow__list + .flow__list {
	margin-top: 6.5625rem;
}

.flow__list:last-child {
	margin-left: 5.125rem;
	margin-top: 0;
}

.flow__kinds {
	font-size: 2.5rem;
}

.flow__kinds--right {
	text-align: right;
}

.flow__box {
	max-width: 28.25rem;
	padding-bottom: 3.75rem;
	padding-left: 1.25rem;
	padding-top: 2rem;
}

.flow__box h4 {
	margin-left: 0.625rem;
}

.flow__box .flow__small {
	font-size: 1.5625rem;
	letter-spacing: 0;
}

.flow__list--1 {
	margin-left: 9.375rem;
}

.flow__list--2 {
	margin-left: 32.1875rem;
}

.flow__list--3 {
	margin-left: 15.5rem;
}

.flow__list--4 {
	margin-left: 31.25rem;
}

.flow__number--1 {
	position: relative;
}

.flow__number--1::before {
	background-color: #917CAE;
	content: "";
	display: inline-block;
	height: 16.5625rem;
	position: absolute;
	right: 1.75rem;
	top: 3.125rem;
	width: 1px;
}

.flow__number--1::after {
	background-color: #917CAE;
	bottom: -16.1875rem;
	content: "";
	display: block;
	height: 1px;
	left: 1.71875rem;
	position: absolute;
	width: 21.5625rem;
}

.flow__number--2::before {
	background-color: #917CAE;
	bottom: -5.3125rem;
	content: "";
	display: inline-block;
	height: 5.4375rem;
	left: 1.71875rem;
	position: absolute;
	width: 1px;
}

.flow__number--2::after {
	background-color: #917CAE;
	bottom: -5.3125rem;
	content: "";
	display: block;
	height: 1px;
	left: -15.0625rem;
	position: absolute;
	width: 16.875rem;
}

.flow__number--3::before {
	background-color: #917CAE;
	content: "";
	display: inline-block;
	height: 10rem;
	left: 1.625rem;
	position: absolute;
	top: -10rem;
	width: 1px;
}

.flow__number--3::after {
	background-color: #917CAE;
	content: "";
	display: inline-block;
	height: 16.9375rem;
	position: absolute;
	right: 1.75rem;
	top: 3.4375rem;
	width: 1px;
}

.flow__number--4::before {
	background-color: #917CAE;
	content: "";
	display: block;
	height: 1px;
	left: -14rem;
	position: absolute;
	top: 1.5rem;
	width: 14.0625rem;
}

.flow__number--4::after {
	background-color: #917CAE;
	content: "";
	display: inline-block;
	height: 6.70625rem;
	left: 1.75rem;
	position: absolute;
	top: 3.4375rem;
	width: 1px;
}

.flow__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5.625rem;
}

.flow__box {
	position: relative;
}

.flow__box--left::before {
	background-color: #917CAE;
	content: "";
	display: block;
	height: 1px;
	left: 10rem;
	position: absolute;
	top: -7.09375rem;
	width: 36.875rem;
}

.flow__box--left::after {
	background-color: #917CAE;
	content: "";
	display: inline-block;
	height: 7.125rem;
	left: 10rem;
	position: absolute;
	top: -7.09375rem;
	width: 1px;
}

.flow__box--right::before {
	background-color: #917CAE;
	content: "";
	display: inline-block;
	height: 7.125rem;
	left: 13.46875rem;
	position: absolute;
	top: -7.09375rem;
	width: 1px;
}

.flow__border1::after {
	background-image: url(../../assets/images/flow-border1_pc.png);
	bottom: 0.1875rem;
	height: 0.64125rem;
	width: 12.7475rem;
}

.flow__border2::after {
	background-image: url(../../assets/images/flow-border2_pc.png);
	bottom: 0.1875rem;
	height: 0.64125rem;
	width: 15.625rem;
}

.flow__border3::after {
	background-image: url(../../assets/images/flow-border3_pc.png);
	bottom: 0.1875rem;
	height: 0.64125rem;
	width: 6.3625rem;
}

.flow__border4::after {
	background-image: url(../../assets/images/flow-border4_pc.png);
	bottom: 0.1875rem;
	height: 0.64125rem;
	width: 14.871875rem;
}

.flow__border5g::after {
	background-image: url(../../assets/images/flow-border5g_pc.png);
	bottom: 0.1875rem;
	height: 0.64125rem;
	width: 12.7475rem;
}

.flow__border5e::after {
	background-image: url(../../assets/images/flow-border5w_pc.png);
	bottom: 0.1875rem;
	height: 0.6875rem;
	width: 21.25rem;
}

.flow__border6::after {
	background-image: url(../../assets/images/flow-border6_pc.png);
	bottom: 0.1875rem;
	height: 0.5rem;
	left: 0.25rem;
	width: 8.99875rem;
}

.flow__about1::after {
	height: 7.964375rem;
	left: 26.875rem;
	right: auto;
	top: 2.5rem;
	width: 5.840625rem;
}

.flow__about2::after {
	height: 7.964375rem;
	left: 20.625rem;
	right: auto;
	top: 3.125rem;
	width: 6.220625rem;
}

.flow__about3::after {
	height: 7.964375rem;
	left: -7.5rem;
	right: auto;
	top: -13.125rem;
	width: 3.981875rem;
}

.flow__about4::after {
	height: 6.790625rem;
	left: 16.25rem;
	right: auto;
	top: -6.875rem;
	width: 4.345rem;
}

.flow__kinds1::after {
	height: 6.93375rem;
	left: -2.5rem;
	right: auto;
	top: -2.5rem;
	width: 4.9625rem;
}

.flow__kinds2::after {
	height: 6.333125rem;
	top: -3.25rem;
	width: 4.99875rem;
}

.footer__inner {
	padding-top: 3.25rem;
}

.footer__logo {
	font-size: 3.3125rem;
}

.footer__address {
	font-size: 1.125rem;
	margin-top: 1.625rem;
}

.footer__link {
	margin: 3.5625rem auto 0;
}

.footer__link a {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.footer__link a::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
	z-index: -1;
}

.footer__link a:hover::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.footer__link a:hover {
	color: #B09AC5;
}

.footer__lists {
	margin-top: 0;
}

.footer__list {
	text-align: left;
}

.footer__list a {
  transition: .5s;
}

.footer__list a:hover {
  color: #9B77B4;
}

.footer__list img {
  margin: 0;
}

.footer__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 73.0625rem;
	padding-left: 2.375rem;
	padding-right: 1.8125rem;
	width: 100%;
}

.footer__pcNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__pcNav--right {
  margin-left: 4rem;
}

.footer__pcNav--right {
	margin-left: 5.3125rem;
}

.header__inner {
	padding-left: 1.25rem;
}

.header__logo {
	font-size: 2.75rem;
	line-height: 1.2;
}

.header-nav {
  padding: 0.625rem 1.25rem 7.1875rem;
  transform: translateX(100%);
}

.header-nav.is-open {
  transform: translateX(0);
}

.header-nav__logo {
	font-size: 2.75rem;
}

.pc-nav__list a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pc-nav__list a:hover {
	color: #EB7D51;
}

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

.mainBlog__lists {
	margin-bottom: 4rem;
}

.mainBlog__list {
	padding: 1.6875rem 2.5rem 1.6875rem 3.0625rem;
}

.mainBlog__list a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mainBlog__list a:hover {
	color: #EB7D51;
}

.mainBlog__text {
	margin-left: 4.375rem;
}

.mainBlog__list p {
	display: inline;
}

.mainBlog__allow {
	position: relative;
}

.mainBlog__allow::after {
	background-image: url(../../assets/images/mv-blogAllow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 0.78125rem;
	margin: auto;
	position: absolute;
	right: 1.375rem;
	top: 0;
	width: 1.0625rem;
}

.mainFeature__triangle {
	border-width: 7.4375rem 50vw 0 50vw;
}

.mainFeature__inner {
	padding-bottom: 2.3375rem;
}

.mainFeature__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3.95rem;
	margin-top: 3.675rem;
}

.mainFeature__item {
	max-width: 22.9375rem;
}

.mainFeature__item + .mainFeature__item {
	margin-top: 0;
  margin-left: 10px;
}

.mainFeature__contents {
	padding-left: 2.375rem;
	padding-right: 2.3125rem;
}

.mainFeature__title {
	font-size: 1.25rem;
}

.mainFeature__title span {
	font-size: 1.875rem;
}

.mainMember__inner {
	padding-top: 3rem;
}

.mainMember__job {
	margin-bottom: 3.4375rem;
	max-width: 62.9025rem;
}

.mainMember__jobIcon1 {
  max-width: 7.5025rem;
  width: 100%;
  top: 0;
  right: 9.5625rem;
}

.mainMember__jobIcon2 {
  max-width: 5.733125rem;
  top: 20.9375rem;
  left: 8.5625rem;
}

.mainMember__jobIcon4 {
  max-width: 8.114375rem;
  top: 5.5625rem;
  left: 18.75rem;
}

.mainMember__jobIcon5 {
  max-width: 4.380625rem;
  bottom: 5px;
  left: 19.375rem;
}

.mainMember__jobIcon7 {
  max-width: 6.941875rem;
  bottom: 14.6875rem;
  right: 12.8125rem;
}

.mainNayami__inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 3.0125rem;
}

.mainNayami__flex {
	margin: 0 auto;
	margin-top: 3rem;
	max-width: 69.25rem;
	width: 100%;
}

.mainNayami__img--w {
	margin: 0;
	max-width: 32.415625rem;
}

.mainNayami__img--m {
	margin: -12.6875rem 0 0 auto;
	max-width: 41.875rem;
}

.mainNayami__text {
	font-size: 1.875rem;
	margin-bottom: -3.125rem;
	margin-top: 2.9625rem;
}

.mainNayami__text span::before,
.mainNayami__text span::after {
	height: 3.125rem;
}

.mainNayami__text span::before {
	bottom: 0;
	left: -0.625rem;
	top: auto;
}

.mainNayami__text span::after {
	right: -0.3125rem;
}

.mainTop__text {
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: -1.875rem;
}

.main__link {
	margin-top: 1.80625rem;
}

.main__link a:hover::before {
	bottom: 2.1875rem;
	opacity: 1;
	visibility: visible;
}

.animation1 {
	left: 55.2%;
	top: 17.5%;
}

.mainWorks__inner {
	padding-bottom: 2.36875rem;
	padding-top: 3.5rem;
}

.mainWorks__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2.91875rem;
}

.mainWorks__list {
	max-width: 23.43%;
}

.mainWorks__list img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mainWorks__list img:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="8" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(234,231,237,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0 0 8px #EAE7ED);
	filter: drop-shadow(0 0 8px #EAE7ED);
}

.mainWorks__list + .mainWorks__list {
	margin-top: 0;
}

.mainWorks__list:nth-child(n+5) {
	margin-top: 1.875rem;
}

.member__inner {
	padding: 0 1.5625rem 4.6875rem;
}

.member__all {
	margin: 2.625rem auto 0;
	margin-top: 2.625rem;
	max-width: 73.0625rem;
	width: 100%;
}

.member__lists {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 4.6875rem;
	max-width: 74.9375rem;
	padding: 0;
}

.member__list {
	max-width: 18.2%;
}

.member__list:nth-child(n+3) {
	margin: 0;
}

.member__list + .member__list {
	margin-left: 1.5rem;
}

.member__list:nth-child(5n+1) {
	margin-left: 0;
}

.member__list:nth-child(n+6) {
	margin-top: 4.125rem;
}

.member__list a:hover {
	opacity: 0.7;
}

.price__inner {
	margin-top: 2.0625rem;
	padding: 0 1.25rem 19.8125rem;
}

.price__inner h2 {
	font-size: 1.25rem;
}

.price__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.5rem;
	max-width: 70.5625rem;
	width: 100%;
}

.price__title {
	font-size: 1.125rem;
	max-width: 21.9375rem;
}

.price__contents dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2.09375rem auto 0;
	max-width: 71.625rem;
	width: 100%;
}

.price__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price__contents dt {
	border-top: none;
	max-width: 18.685%;
	padding: 0.875rem 0 1rem;
	width: 100%;
}

.price__contents dd {
	font-size: 1.125rem;
	max-width: 14.62%;
	padding: 0.875rem 0 1rem;
	width: 100%;
}

.price__bottom {
	border-bottom: 2px solid #707070;
}

.price__left {
	border-left: 2px solid #707070;
}

.price__right {
	border-right: 2px solid #707070;
}

.schedule__inner {
	margin-top: 6.5625rem;
}

.schedule__lists {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 4rem;
	max-width: 100%;
}

.schedule__list {
	height: 10.4375rem;
	max-width: 10.4375rem;
  padding-top: 40px;
	padding-top: 2.5rem;
}

.schedule__list:nth-child(n+3) {
	margin-top: 0;
}

.schedule__list + .schedule__list {
	margin-left: 2.0625rem;
}

.schedule__list p {
	font-size: 1.25rem;
}

.schedule__title {
	padding-bottom: 0.3125rem;
}

.schdule__about {
	margin-top: 0.625rem;
}

.schedule__text {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
}

.schedule__text a:hover {
	border-bottom: 1px solid #B09AC5;
	color: #B09AC5;
}

.service__inner {
	max-width: 100%;
	padding: 25px;
	padding-bottom: 4.4625rem;
	padding-top: 2.625rem;
}

.service h2 {
	font-size: 1.25rem;
}

.service__lists {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.25rem;
	max-width: 100%;
}

.service__list {
	margin-left: 0.625rem;
	max-width: 11.5rem;
}

.service__list:first-child {
	margin-left: 0;
}

.service__list:nth-child(n+3) {
	margin-top: 0;
}

.service__list--money {
	max-width: 14.375rem;
}

.service__subsidy {
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 2.4375rem;
}

.service__text {
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

.service__text--subsidy {
	max-width: 100%;
}

.work__inner {
	padding-bottom: 5.375rem;
}

.work__contents {
	max-width: 100%;
}

.work__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3.25rem;
	max-width: 100%;
}

.work__list {
	max-width: 23.4%;
}

.work__list + .work__list {
	margin-left: 2.13%;
	margin-top: 0;
}

.work__list:nth-child(4n+1) {
	margin-left: 0;
}

.work__list:nth-child(n+5) {
	margin-top: 1.875rem;
}

.work__list {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.work__list:hover {
  filter: drop-shadow(0 0 8px rgba(176, 154, 197,.7));
  border-color: rgba(176, 154, 197,.8);
  /* filter: drop-shadow(0 0 8px #B09AC5);
  border-color: #B09AC5; */
}

.btn {
  font-size: 0.9375rem;
  margin-top: 3.75rem;
}

.nav-links {
  margin-top: 3.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
}

.nav-next {
  margin-left: 3.125rem;
}

.nav-previous, .nav-next {
  transition: .3s;
}

.nav-previous:hover,
.nav-next:hover {
  color: #EB7D51 !important;
}

.header-nav__area {
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  padding-left: 1.5rem;
  height: 100vh;
}

.header-nav {
  padding-right: 0;
  padding-top: 0;
}

.footer__list .box {
  margin-inline: inherit;
}

.pc-nav__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.voice__flex {
  display: flex;
  justify-content: space-between;
}

.voice__img {
  max-width: 29.875rem;
  width: 100%;
}

.voice__contents {
  max-width: 40.75rem;
  width: 100%;
  margin-left: 0.625rem;
}

.voice h3 {
  font-size: 20px;
}

.voice h4 {
  margin-bottom: 1.25rem;
}

.voice__title {
  margin-top: 0;
}

.voice_contents--img {
  display: flex;
}

.voice_contents--img img {
  width: 50%;
}

}

@media screen and (min-width: 1024px) {

.blog__list:nth-child(3n+1) {
	margin-left: 0;
}

}

@media (min-width: 1169px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

  
  @keyframes blink {
  50% {
  opacity: 1;
  }
  }
  
  /* ローディング終了後 */
  .loaded {
  opacity: 0;
  visibility: hidden;
  }

@-webkit-keyframes rotation-y {

0% {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

100% {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

}

@keyframes rotation-y {

0% {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

100% {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

}

@-webkit-keyframes jump {

0% {
	-webkit-transform: translate(0%, 10px) rotateX(32deg);
	transform: translate(0%, 10px) rotateX(32deg);
}

100% {
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

}

@keyframes jump {

0% {
	-webkit-transform: translate(0%, 10px) rotateX(32deg);
	transform: translate(0%, 10px) rotateX(32deg);
}

100% {
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

}

@-webkit-keyframes anim_h {

0% {
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

100% {
	-webkit-transform: translate(0%, 10px) rotateX(40deg);
	transform: translate(0%, 10px) rotateX(40deg);
}

}

@keyframes anim_h {

0% {
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

100% {
	-webkit-transform: translate(0%, 10px) rotateX(40deg);
	transform: translate(0%, 10px) rotateX(40deg);
}

}

@-webkit-keyframes anim_sc {

100% {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

}

@keyframes anim_sc {

100% {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

}

@keyframes swing {
  0% {
      transform: rotate(5deg)
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg)
  }
}

@keyframes swing1 {
  0% {
    transform: rotate(0deg);
  }
  20%, 40% {
      transform: rotate(3deg)
  }
  10%, 30%, 50% {
    transform: rotate(-3deg);
  }
  55% , 100% {
    transform: rotate(0deg);
  }
}

@keyframes rotation {

  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
  
  }

@keyframes up-animation {
  0% {
    transform: rotate(-6deg) translateY(-5%);
  }
  50% {
    transform: rotate(0deg) translateY(0%);
  }
  100% {
    transform: rotate(-6deg) translateY(-5%);
  }
}

@keyframes up-animation2 {
  0% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes poyooon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.1, 0.95) translate(0%, 3%); }
  40%  { transform: scale(1.2, 0.9) translate(0%, 8%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(0.9, 1.1) translate(0%, -25%); }
  75%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  85%  { transform: scale(1.2, 0.9) translate(0%, 8%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@keyframes katakata {
  0%, 10%, 21%, 30%, 41%, 100% {
    transform: translateY(2px);
  }
  11%, 20%, 31%, 40% {
    transform: translateY(-2px);
  }
}
@keyframes katakata1 {
  0%, 50%, 61%, 70%, 81%, 100% {
    transform: translateY(-2px);
  }
  51%, 60%, 71%, 80% {
    transform: translateY(2px);
  }
}

@keyframes obj_rotate {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}


.blog__box--top {
	margin-top: 0.7rem;
}

.blog__title--bottom {
	margin-bottom:0.2rem;
	
}
.blog__box--top span {
	margin-right: 10px;
	font-weight: 400;
}

.sectionTitle__voice {
  color: #fff;
  margin-top: 4rem;
}

.mainVoice__lists {
  max-width: 500px;
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mainVoice__list {
  background-color: #ECE6F1;
  padding: 10px;
  max-width: 46%;
  width: 100%;
}

.mainVoice__list:nth-child(n + 3) {
  margin-top: 10px;
}

.mainVoice__list img {
  border-radius: 20px;
  aspect-ratio: 132 / 71;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.mainVoice__title {
  text-align: center;
  margin-top: 6px;
  font-size: 15px;
}

.work__contents a {
	padding: 0.5rem 1rem;
}

.work__contents li {
margin-bottom: 0;
	padding : 0.7rem 0;
}

.faq__links {
  
  margin-top: 1.5rem;
}

.faq__link {
  margin-bottom: 1rem;

}

.faq__link a {
  color: #EB7D51;
  display: block;
  padding: 0.625rem 1.75rem;
  border: 1px solid #EB7D51;
  transition: .3s;
  font-size: 14px;
}

.faq__link a:hover {
  background-color: #F9D7C9;
  transition: .3s;
}

.faq__link:first-child, .faq__link:nth-child(4n + 1) {
  margin-left: 0;
}

.faq__contents {
  margin-top: 4.375rem;
}

.faq h2 {
  
  font-size: 1rem;
  font-weight: bold;
}

.accordion__titleTop {
  margin-top: 3.75rem;
}

.accordion {
  margin-inline: auto;
  margin-top: 30px;
  /* max-width: 300px; */
  position: relative;
  width: 100%;
}

.accordion-container {
  margin-top: 0.8rem;
}

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

.accordion-title {
  color: #333;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: medium;
  padding: 0.4375rem 2.6rem 0.4375rem 1rem;
}

.accordion-title {
  display: flex;
  align-items: center;
}

.accordion-title img {
  max-width: 2rem;
  width: 100%;
  margin-right: 0.625rem;
}
.accordion-content {
  display: none;
  padding: 0.4375rem 2rem 0.6rem 1rem;
}

.accordion__flex {
  display: flex;
}

.accordion__answerIcon {
  max-width: 2rem;
  width: 100%;
  margin-right: 0.625rem;
}

.accordion-content p {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.75;
}
/* タイトルの背景色 */
.accordion-item .accordion-title {
  background-color: #F9D7C9;
}
/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
  background-color: #FDF0EB;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #EB7D51;
  border-top: solid 2px #EB7D51;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.faq__last {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-weight: 400;
  font-size: 0.8125rem;
}


@media screen and (min-width: 768px) {

  .faq__last {
    font-size: 1rem;
  }

  .faq h2 {
    font-size: 1.125rem;
  }

  .faq__links {
    display: flex;
    flex-wrap: wrap;
  }

  .faq__link {
    margin-left: 0.9rem;
    margin-bottom: 1.25rem;

  }

  .faq__link a {
    font-size: 1rem;
  }

  .accordion-title {
    padding: 0.4375rem 3.125rem;
    font-size: 0.9375rem;
  }

  .accordion-container {
    margin-top: 0.9375rem;
  }

  .accordion-content {
    padding: 0.8125rem 3.125rem 1rem;
  }

  .accordion-content p {
    line-height: 2;
    font-size: 0.9375rem;
  }
	
	.work__contents a {
		padding:0.9375rem 1.5625rem;
	}
	
	.work__contents li {
	margin-bottom:10px;
		padding: 0.9375rem 0;
	}
	
  .sectionTitle__voice {
    margin-top: 6.6875rem;
  }

  .mainVoice__lists {
    display: flex;
    flex-wrap: wrap;
    max-width: 73.125rem;
    width: 100%;
    margin-top: 3.375rem;
  }

  .mainVoice__list {
    max-width: 30%;
    width: 100%;
    padding: 1.2rem;
  }

  .mainVoice__list + .mainVoice__list {
    margin-left: 5%;
  }

  .mainVoice__list:nth-child(3n + 1) {
    margin-left: 0;
  }

  .mainVoice__list:nth-child(n + 4) {
    margin-top: 2rem;
  }

  .mainVoice__list img {
    aspect-ratio: 285 / 154;
    /* width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center; */
  }

  .mainVoice__title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.work__contents {
padding: 0;
}

.voice_listtitle {
	line-height: 2.5;
	font-weight:bold;
}

@media screen and (min-width: 974px) {
  .faq__link {
    margin-left: 1.3rem;
  }
  }

.works-voice {
max-width:500px;
	width:100%;

}

.works__voicelink {
	transition: .3s;
}


.works__voicelink:hover {
	color:#EB7D51;
}

.customer_workslist {
	text-underline-offset: 6px;
	text-decoration:underline;
	transition:.3s;
}

.customer_workslist:hover {
	color:#EB7D51;
	
}




.blog__box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.blog__box1 p {
    margin: 0; 
    padding: 0;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: 16px;
  }

  .responsive-table thead {
    background-color: #f5f5f5;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
    text-align: left;
  }

  @media screen and (max-width: 600px) {
	  
	  .responsive-table {
		  font-size:14px;
  }
	  
  }

.list-9 {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 1em;
    border: 2px solid #F2B69E;
}

.list-9 li {
    padding: .7em;
}

.list-9 li:not(:last-child) {
    border-bottom: 1px dashed #F2B69E;
}

.list-9 li::marker {
    color: #F2B69E;
    font-size: 1.1em;
}

.blog__box-border {
	border:1px solid gray;
	padding: 20px;
}

.table-scroll {
  overflow-x: auto;
}

/*# VOICE Q&A */


.voice__faq {
  margin-top: 3em;
  border: 1px solid #ccc;
  padding: 1em;
}


@media screen and (min-width: 768px)  {
	.voice__faq {
padding: 2em;
	}
}

  .voice__faqTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
  }

@media screen and (min-width: 768px)  {
	.voice__faqTitle {
font-size: 1.5em;
	}
}


  .voice__faqItem {
    margin-bottom: 1.5em;
  }

  .voice__faqQ {
    font-weight: bold;
    margin-bottom: 0.5em;
	  text-align:left;
	  font-size: 15px;
  }

@media screen and (min-width: 768px) {
	.voice__faqQ {
		font-size: 1rem;
	}
}

  .voice__faqA {
    margin-left: 1em;
    color: #555;
  }
}


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