@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ----------------------------------------------------
	Base Style
---------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  color: #444;
  font-size: 1.8vw;
}

@media screen and (min-width: 769px) and (max-width: 1039px) {
  html {
    font-size: .96vw;
  }
}
@media screen and (min-width: 1040px) {
  html {
    font-size: 62.5%;
  }
}
body {
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif; 
}

img {
  width: auto;
  height: auto;
}

a {
	color: inherit;
	text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover {
	text-decoration: none;
	opacity: 0.70;
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.fadeIn,
.fadeInUp {
	visibility: hidden;
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

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

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
	.container{
		padding-left : 2.5vw;
		padding-right : 2.5vw;
	}
}
@media print,screen and (min-width: 769px){
	.container{
		max-width : 1040px;
		padding: 0 2rem;
	}
}
.btn-default {
  position: relative;
  height: 3.75em;
  padding: .3em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: #fff;
	background: linear-gradient(to bottom, #f23a18 50%, #d83316 50.1%);
  line-height: 1.35;
  border-radius: 3em;
}
.btn-default::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 0; 
  height: 0; 
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .5em solid #fff;
  transform: translateY(-50%);
}

/*--------------------------------------------
MAIN
---------------------------------------------*/
main {
  position: relative;
  overflow: hidden;
}
.mv {
  position: relative;
  background-image: radial-gradient(circle at 30rem -5rem, rgba(114,45,105,.05) 60rem, transparent 60.1rem);
  background-repeat: no-repeat;
}
.mv::before,
.mv::after {
  content: "";
  position: absolute;
  width: 15.9rem;
  height: 14.6rem;
  background-image: url(../images/mv_bg_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.mv::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.mv::after {
  bottom: 0;
  right: 0;
}
.mv .container {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 12rem;
  max-width: 1140px;
}
.mv-img {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 78rem;
  transform: translate(17%, -50%);
  z-index: 1;
}
.mv-cont {
  position: relative;
  z-index: 2;
}
.mv-ttl {
  margin: 1.5rem 0;
  font-size: 6.5rem;
  font-weight: 900;
  color: #4C1F4C;
  line-height: 1.25;
}
.mv-mark {
  max-width: 45%;
}
.mv-contact {
  position: relative;
  margin-top: 7rem;
  z-index: 2;
}
.mv-contact a {
  display: block;
  max-width: 44rem; 
  padding: .75em 1em;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #F23A18;
  text-align: center;
  border-radius: 3em;
  box-shadow: 0 0 1.6rem rgba(0,0,0,.33);
}
.mv-scroll {
  position: absolute;
  bottom: 0;
  right: 2rem;
  transform: translateY(50%);
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .mv-ttl {
    font-size: 5.6vw;
  }
}
/*--------------------------------------------
TITLE
---------------------------------------------*/
.sect-ttl{
  display: flex;
  flex-direction: column;
	color : #722D69;
	font-weight : 500;
}
.sect-ttl.right{
	align-items : flex-end;
}
.sect-ttl.center{
	align-items : center;
}
.sect-ttl .ttl-en {
	font-size : 0;
}
.sect-ttl .ttl-en img{
  height : 5rem;
}
.sect-ttl .ttl-jp {
  font-size : 1.6rem;
  margin-top : 3rem;
}
@media screen and (max-width: 768px){

}

/*--------------------------------------------
SERVICE
---------------------------------------------*/
#service{
  position: relative;
  padding-top: 11.5rem;
	background-color : #EDEAE8;
	color : #722D69;
  padding-bottom: 13.5rem;
}
#service .container{
	position : relative;
}
#service .service-row {
  margin-top: 5.8rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#service .service-cont {
  width: 40rem;
  margin-left: 4rem;
}
#service .service-graph {
  flex: 1;
  text-align: center;
}
#service h3 {
  font-size : 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}
#service h3 span {
	font-weight : bold;
  font-size : 4rem;
}
#service .service-txt {
  font-weight: 500;
  margin-top : 2rem;
  line-height: 1.75;
}
#service .service-sns {
  padding-top : 5.3rem;
}
#service .service-sns dt{
  font-size : 2.4rem;
	font-weight : bold;
}
#service .service-sns dd{
  margin-top : 2.5rem;
	font-weight : 500;
  line-height: 1.75;
}
#service .service-sns dd img {
  margin-top: 1rem;
}
#service .service-btn {
  max-width: 900px;
  margin: 8.5rem auto 0;
}
#service .service-btn a {
  font-size: 4rem;
}

/*--------------------------------------------
NEEDS
---------------------------------------------*/
#needs{
  background-color : #fff;
  padding: 5rem 0 16rem;
}
#needs h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #722D69;
	text-align : center;
}
#needs h3 span {
  font-size: 4rem;
}
#needs ul{
  margin-top : 3rem;
	display : flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#needs li {
  margin-top : 2rem;
  width : 22rem;
  font-size : 1.8rem;
  line-height : 1.44;
	text-align : center;
	font-weight : 700;
	color : #722d69;
}
#needs li span {
  display: block;
}
#needs li img {
  margin-bottom: 2rem;
}
#needs li:nth-of-type(3n-1){
  margin: 2rem 10rem 0;
}

/*--------------------------------------------
FEATURE
---------------------------------------------*/
#feature{
	position : relative;
	background-color : #722d69;
  padding: 11rem 0 30rem;
}
#feature:before , #feature:after{
	content : "";
	display : block;
	position : absolute;
	bottom : 100%;
	width : 50%;
  height : 17rem;
}
#feature:before{
	left : 0;
	background : linear-gradient(to bottom left, transparent 50%, #722d69 50.5%) no-repeat top left/100% 100%;
}
#feature:after{
	right : 0;
	background : linear-gradient(to bottom right, transparent 50%, #722d69 50.5%) no-repeat top left/100% 100%;
}
#feature .sect-ttl {
  color: #fff;
}
#feature .feature-intro{
  margin-top : 5rem;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
#feature .feature-intro span {
  font-size: 4rem;
  font-weight: bold;
}
#feature ul{
  margin-top: 2rem;
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
#feature li{
  margin: 5% 0 0;
  padding: 3rem 2rem 4rem;
  width: 30%;
  max-width: 300px;
	background-color : #fff;
}
#feature .li-num {
  text-align: center;
}
#feature .li-img {
  text-align: center;
}
#feature h4 {
  margin: 2.5rem 0;
  font-size : 2.8rem;
  font-weight: bold;
	color : #722d69;
	text-align : center;
  line-height: 1.3;
}
#feature li p{
  font-size : 1.6rem;
  min-height: 6em;
  line-height : 1.5;
  margin-top : 2.5rem;
  text-align: justify;
}

#team {
	background-color : #EDEAE8;
	position : relative;
	color : #722D69;
  padding-top: 3rem;
  padding-bottom: 30rem;
}
#team:before {
	content : "";
	display : block;
	position : absolute;
	bottom : 100%;
	left : 0;
	width : 100%;
  height : 30rem;
	background : linear-gradient(to bottom right, transparent 50%, #EDEAE8 50.3%) no-repeat top left/100% 100%;
}
.common-intro {
  margin: 5rem 0 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.team-row {
  margin-top: 9.5rem;
  display: flex;
  justify-content: space-between;
}
.team-us {
  position: relative;
  width: 60%;
  position: relative;
  background-color: #fff;
  border-radius: 3rem;
  padding: 3rem 6rem;
}
.team-us::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.2rem;
  width: 0; 
  height: 0; 
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 3.6rem solid #fff;
  transform: translate(100%, -50%);
}
.team-row h3 {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 2.8rem;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.team-us h3 {
  width: 35%;
}
.team-us ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-us ul li {
  width: 20%;
  max-width: 9rem;
  margin: 3% 2.5% 0;
  text-align: center;
}
.team-us ul li span {
  display: block;
  margin-top: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #444;
}
.team-you {
  width: 30%;
  position: relative;
  padding: 5rem;
  background-color: #fff;
  border-radius: 3rem;
}
.team-you p span {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2em;
  color: #444;
}

#clients {
	background-color : #722D69;
	position : relative;
	color : #fff;
  padding-top: 3rem;
  padding-bottom: 30rem;
}
#clients .sect-ttl {
  color: #fff;
}
#clients:before {
	content : "";
	display : block;
	position : absolute;
	bottom : 100%;
	left : 0;
	width : 100%;
  height : 30rem;
	background : linear-gradient(to bottom right, transparent 50%, #722D69 50.3%) no-repeat top left/100% 100%;
}
#clients::after {
	content : "";
	display : block;
	position : absolute;
	bottom : 0;
	left : 0;
	width : 100%;
  height : 25rem;
	background : linear-gradient(to top right, #EDEAE8 50%, transparent 50.3%) no-repeat top left/100% 100%;
}
#clients .triangle {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 25rem;
  background: linear-gradient(to top right, transparent 50%, #009fb7 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, transparent 50%, #009fb7 50.5%) no-repeat top right/100% 50%;
  z-index: 1;
}
.clients-list {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clients-list li {
  width: 24.1%;
  margin-bottom: 1.2%;
}
.clients-list li img {
  width: 100%;
}
.voice {
  margin-top: 8rem;
}
.voice-ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.voice-list {
  margin-top: 6rem;
}
.voice-list dl {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.voice-list dl:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.voice-list dt {
  width: 24%;
  text-align: center;
}
.voice-list dt span {
  margin-top: 1rem;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44; 
}
.voice-list dd {
  position: relative;
  width: 76%;
  padding: 5rem;
  background-color: #fff;
  border-radius: 2rem;
}
.voice-list dd::before {
  content: "";
  position: absolute;
  top: 7rem;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-right: 3rem solid #fff;
  transform: translateX(-70%);
}
.voice-list dl:nth-of-type(2n) dd::before {
  left: initial;
  right: 0;
  border-right: none;
  border-left: 3rem solid #fff;
  transform: translateX(70%);
}
.voice-list h4 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #722D69;
  line-height: 1.44;
}
.voice-list p {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  color: #444;
  text-align: justify;
  line-height: 1.5;
}
.clients-btn {
  max-width: 900px;
  margin: 8.5rem auto 0;
}
.clients-btn a {
  font-size: 4rem;
}

#flow {
  background-color: #EDEAE8;
  color: #722D69;
  padding-top: 3rem;
  padding-bottom: 15rem;
}
.flow-step {
  height: 47.7rem;
  padding-top: 7.8rem;
  display: flex;
  background-image: url(../images/flow_step_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.flow-step li {
  width: 2.6rem;
  height: 33.8rem;
  font-weight: bold;
  color: #fff;
}
.flow-step li:first-child {
  margin-left: 3.5rem;
}
.flow-step li:not(:first-child) {
  margin-left: 8.7rem;
}
.flow-step li span {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  font-size: 2.6rem;
  text-align: center;
}

#faq {
  color: #722D69;
  padding-top: 15rem;
  padding-bottom: 12rem;
}
#faq .sect-ttl .ttl-en img {
  height: 7.3rem;
}
#faq .faq-list {
  margin-top: 7rem;
}
#faq div > dl + dl {
  margin-top: 3rem;
}
#faq dt {
  position: relative;
  background-color: #fff;
  color: #722d69;
  padding: 2rem 9rem 2rem 6rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.67;
  box-shadow: 2px 2px 6px rgba(0,0,0,.16);
  cursor: pointer;
}
#faq dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 6rem;
  width: 2.8rem;
  height: 100%;
  display: block;
  background: url(../images/faq_arrow.svg) 0 center / 100% auto no-repeat;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: center;
  transition: transform .3s ease-in;
}
#faq dt.active:after {
  transform: rotate(180deg);
}
#faq dd {
  padding: 4.2rem 9rem 3.4rem 6rem;
  font-size: 1.6rem;
  color: #444;
  line-height: 1.5;
}

#contact {
  background-color: #009FB7;
  color: #fff;
  padding: 13rem 0 12rem;
}
#contact .sect-ttl {
  color: #fff;
}
.contact-form {
  margin-top: 10rem;
}
.contact-form input::placeholder, 
.contact-form textarea::placeholder {
	color : #aaa;
	font-weight : bold;
}
.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="tel"],
.contact-form textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 1.3rem 1.5rem;
  background-color: #fff;
  color: #444;
  line-height: 1.5;
  border: none;
  border-radius: 1.3rem;
  outline: none;
}
.form-fields {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-fields .left-fields,
.form-fields .right-fields {
  width: 48%;
}
.form-fields .left-fields .fullname {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-fields .left-fields .fullname>span {
  width: 48%;
}
.form-fields .left-fields li + li {
  margin-top: 2rem;
}
.form-fields .right-fields {
  height: 56rem;
}
.form-fields .right-fields>span,
.form-fields .right-fields textarea {
  height: inherit;
}
.form-fields .privacies {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48%;
  font-size: 1.6rem;
  line-height: 1.65;
}
.form-fields .link-privacy {
  text-decoration: underline;
}
.form-submit {
  width: 48%;
  margin-top: 6rem;
  margin-left: auto;
  text-align: center;
}
.form-submit input {
  width: 100%;
  max-width: 37rem;
  height: 2.9em;
  padding: .3em 2em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
	background: linear-gradient(to bottom, #f23a18 50%, #d83316 50.1%);
  line-height: 1.35;
  letter-spacing: .1em;
  border-radius: 3em;
  transition: all .3s;
}
.form-submit input:hover {
  opacity: .7;
}
.contact-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: .8em;
  margin-top: .2em;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7 form .wpcf7-response-output {
  text-align: center;
}
/*--------------------------------------------
FOOTER
---------------------------------------------*/
#about {
  background-color: #722d69;
  color: #fff;
  padding: 7.5rem 0;
}
#about h2 {
  text-align: center;
}
#about h2 img {
  height: 7.4rem;
}
.about-info {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  line-height: 1.8;
}
.about-info .info-left {
  width: 51%;
}
.about-info .info-right {
  width: 40%;
}
.about-info dl {
  display: flex;
}
.about-info .info-left dt {
  width: 4em;
  font-weight: normal;
}
.about-info .info-right dt {
  width: 7em;
  font-weight: normal;
}
.about-info .info-left dd {
  flex: 1;
}
.about-contact {
  margin-top: 4rem;
  text-align: center;
}
.about-contact a {
  position: relative;
  display: inline-block;
  padding: 1em 2em 1em 4em;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #fff;
  color: #722d69;
  border-radius: 2em;
}
.about-contact a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2em;
  bottom: 0;
  width: 1.5em;
  background-image: url(../images/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

#copyright {
  padding: 3rem 0;
  background-color: #444;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv {
    background-image: radial-gradient(circle at 15vw -15vw, rgba(114,45,105,.05) 82vw, transparent 82.5vw);
  }
  .mv::before,
  .mv::after {
    width: 22vw;
    height: 22vw;
  }
  .mv .container {
    padding: 4rem 5vw 5rem;
  }
  .mv .logo {
    text-align: center;
  }
  .mv .logo img {
    max-width: 23rem;
  }
  .mv-ttl {
    font-size: 7.8vw;
    text-align: center;
    margin: 1em 0 0;
  }
  .mv-mark {
    max-width: 100%;
    text-align: center;
    margin: 2rem 0;
  }
  .mv-img {
    position: relative;
    top: initial;
    right: initial;
    max-width: initial;
    transform: none;
    text-align: center;
  }
  .mv-img img {
    position: relative;
    left: 50%;
    height: 50vw;
    width: auto;
    max-width: initial;
    margin: 0 auto;
    transform: translate(-50%, 0);
  }
  .mv-contact {
    margin-top: 4rem;
  }
  .mv-contact a {
    font-size: 3.5rem;
    margin: 0 auto;
  }
  .mv-scroll {
    max-width: 7rem;
    transform: translateY(120%);
  }
  .sect-ttl .ttl-en img {
    height: 4rem;
  }
  .sect-ttl .ttl-jp {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  #service {
    padding-top: 12rem;
    padding-bottom: 10rem;
  }
  #service:before {
    height: 9rem;
    background: linear-gradient(to bottom right, transparent 50%, #EDEAE8 51%) no-repeat top left/100% 100%;
  }
  #service .sect-ttl.right {
    align-items: center;
  }
  #service .service-row {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  #service .service-cont {
    margin: 0;
    width: 100%;
  }
  #service h3 {
    text-align: center;
  }
  #service .service-txt {
    font-size: 1.7rem;
  }
  #service .service-graph {
    margin-top: 3rem;
    width: 100%;
    flex: initial;
  }
  #service .service-sns {
    padding-top: 3rem;
  }
  #service .service-sns dd {
    font-size: 1.7rem;
  }
  #service .service-btn {
    margin-top: 5rem;
  }
  #service .service-btn a {
    font-size: 2.5rem;
  }
  #needs {
    padding-bottom: 10rem;
  }
  #needs h3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  #needs h3 span {
    font-size: 3.2rem;
  }
  #needs li {
    width: 48%;
  }
  #needs li:nth-of-type(3n-1) {
    margin: 2rem 0;
  }
  #feature {
    padding: 6rem 0 15rem;
  }
  #feature:before, #feature:after {
    height: 5rem;
  }
  #feature:before {
    background: linear-gradient(to bottom left, transparent 50%, #722d69 51%) no-repeat top left/100% 100%;
  }
  #feature:after {
    background: linear-gradient(to bottom right, transparent 50%, #722d69 51%) no-repeat top left/100% 100%;
  }
  #feature .feature-intro {
    margin-top: 3rem;
    font-size: 2rem;
  }
  #feature .feature-intro span {
    font-size: 3.2rem;
  }
  #feature ul {
    margin-top: 1rem;
  }
  #feature li {
    margin: 5% 2.5% 0;
    width: 45%;
    max-width: initial;
  }
  #feature h4 {
    font-size: 2.2rem;
    margin: 1.5rem 0;
  }
  #feature li p {
    margin-top: 1rem;
  }
  .common-intro {
    margin: 3rem 0 0;
    font-size: 1.67rem;
  }
  #team {
    padding-top: 2rem;
    padding-bottom: 15rem;
  }
  #team:before {
    height: 9rem;
  }
  .team-row {
    margin-top: 5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .team-row h3 {
    font-size: 2.4rem;
  }
  .team-us {
    width: 100%;
    padding: 3rem 4rem;
    margin-bottom: 8rem;
  }
  .team-us::after {
    top: 100%;
    right: initial;
    left: 50%;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 2.5rem solid #fff;
    transform: translate(-50%, 70%) rotate(90deg);
  }
  .team-us ul li span {
    font-size: 1.1rem;
  }
  .team-you {
    width: 42%;
    padding: 3rem;
  }
  #clients {
    padding-top: 2rem;
    padding-bottom: 15rem;
  }
  #clients:before {
    height: 9rem;
    background: linear-gradient(to bottom right, transparent 50%, #722D69 51%) no-repeat top left/100% 100%;
  }
  .clients-list {
    margin-top: 3rem;
  }
  .clients-list li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .voice {
    margin-top: 6rem;
  }
  .voice-ttl {
    font-size: 3.2rem;
  }
  .voice-list {
    margin-top: 3rem;
  }
  .voice-list dl {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .voice-list dt {
    position: relative;
    width: 100%;
  }
  .voice-list dt img {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 8rem;
  }
  .voice-list dt span {
    margin: 0;
    padding: 2rem 0 4rem;
  }
  .voice-list dd {
    width: 100%;
    padding: 3rem;
  }
  .voice-list dl:nth-of-type(2n) dt img {
    left: initial;
    right: 1rem;
  }
  .voice-list dd::before,
  .voice-list dl:nth-of-type(2n) dd::before {
    top: 0;
    left: 50%;
    right: initial;
    border-top: none;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: 2rem solid #fff;
    transform: translate(-50%,-100%);
  }
  .voice-list p {
    font-size: 1.8rem;
  }
  .clients-btn {
    margin-top: 5rem;
  }
  .clients-btn a {
    font-size: 2.5rem;
  }
  #clients::after {
    height: 7rem;
    background: linear-gradient(to top right, #EDEAE8 50%, transparent 51%) no-repeat top left/100% 100%;
  }
  #clients .triangle {
    height: 7rem;
    background: linear-gradient(to top right, transparent 50%, #009fb7 51%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, transparent 50%, #009fb7 51%) no-repeat top right/100% 50%;
  }
  #flow {
    padding-top: 2rem;
    padding-bottom: 9rem;
  }
  .flow-step {
    display: block;
    margin-top: 3rem;
    padding: 0;
    height: calc( 1040 * 100vw / 750 );
    background-image: url(../images/flow_step_sp.png);
    background-size: auto 100%;
    background-position: center center;
  }
  .flow-step li {
		width : 100%;
    height: initial;
	}
  .flow-step li:first-child{
		padding-top : calc( 27 * 100vw / 750 );
    margin-left: 0;
	}
  .flow-step li:not(:first-child) {
    margin-left: 0;
  }
	.flow-step li:nth-child(2){
		margin-top : calc( 75 * 100vw / 750 );
	}
	.flow-step li:nth-child(3){
		margin-top : calc( 83 * 100vw / 750 );
	}
	.flow-step li:nth-child(4){
		margin-top : calc( 83 * 100vw / 750 );
	}
	.flow-step li:nth-child(5){
		margin-top : calc( 83 * 100vw / 750 );
	}
	.flow-step li:nth-child(6){
		margin-top : calc( 83 * 100vw / 750 );
	}
	.flow-step li:nth-child(7){
		margin-top : calc( 83 * 100vw / 750 );
	}
	.flow-step li:nth-child(8){
		margin-top : calc( 83 * 100vw / 750 );
	}
	.flow-step li:last-child{
		margin-top : calc( 78 * 100vw / 750 );
	}
	.flow-step li span {
		font-size : calc( 36 * 100vw / 750 );
		text-align : center;
		display : block;
    -ms-writing-mode: initial;
    writing-mode: initial;
	}
  #faq {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }
  #faq .sect-ttl .ttl-en img {
    height: 5.5rem;
  }
  #faq div > dl + dl {
    margin-top: 2rem;
  }
  #faq dt {
    padding: 1.5rem 5rem 1.5rem 4rem;
    font-size: 1.8rem;
  }
  #faq dt:after {
    right: 3rem;
    width: 2rem;
  }
  #faq dd {
    padding: 3rem 1em;
  }
  #contact {
    padding: 9rem 0;
  }
  .contact-form {
    margin-top: 4rem;
  }
  .form-fields .left-fields, .form-fields .right-fields {
    width: 100%;
  }
  .form-fields .right-fields {
    margin-top: 2rem;
    height: 25rem;
  }
  .form-fields .privacies {
    margin-top: 2rem;
    position: relative;
    width: 100%;
  }
  .form-submit {
    margin-top: 4rem;
    width: 100%;
  }
  .form-submit input {
    max-width: 24rem;
    font-size: 2.4rem;
  }
  #about {
    padding: 5rem 0;
  }
  .about-info {
    flex-wrap: wrap;
    font-size: 1.8rem;
    padding: 0 1rem;
  }
  .about-info .info-left,
  .about-info .info-right {
    width: 100%;
  }
  .about-info .info-left dt {
    width: 7em;
  }
  .about-contact a {
    font-size: 2rem;
  }
  #copyright {
    font-size: 1.5rem;
  }
}