@charset "UTF-8";
/* CSS Document */
html{
	font-size:62.5%;/*16px×62.5%=10px*/
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #212121;
}
img {
	vertical-align: bottom;
	max-width:100%;
	width: 100%;
	height: auto;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a {
	text-decoration: none;
	color: #333;
	
}
.sp-img {
	display: none;
}
.pc-img {
	display: block;
}
.wrap {
	overflow: hidden;
}

.sa {
  opacity: 0;
  transition: all .8s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*--------header--------*/
#header {
	background-color: #fff;

}
.header-container {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
    z-index: 1000;
	padding: 20px 60px;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
}
.header-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#header h1 img{
	max-width: 100%;
	width: 194px;
	display: inline-block;
	margin-top: 8px;
}

#header-nav ul {
	display: flex;

}
#header-nav li {
	padding-right: 50px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP';
	margin-top: 9px;
}
#header-nav li a {
	font-weight: bold;
}
#header-nav li:last-child{
	padding-right: 100px;
}
#header-nav li a:hover {
	color: #808080;
}
.header-contact {
	width: 100%;
	width: 166px;
	display: inline-block;
	color: #fff;
	background-color: #212121;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 'Noto Sans JP';
	padding: 10px 0px;
	border-radius: 18px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;

}
.header-contact:hover {
	cursor: pointer;
	background-color: #646464;
	color: #fff;
}
.headerColor-default {
  background-color: #fff;
}

.header-contact-container {
	display: flex;
}
.header-list2 {
	display: flex;
	
}

/*--------/header--------*/
/*--------kv--------*/

.kv-container {
	max-width: 1114px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 134px 44px 70px 88px;
	align-items: center;
	box-sizing: border-box;
}


.key-visual {
	background-image: url("../images/pc/KV-bg@2x.png");
	background-size: cover;
	
}

.KV-left p {
	text-align: center;
}

.KV-left a {
	padding: 20px 40px;
	background-color: #FF685A;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	border-radius: 35px;
	display: inline-block;
	border: 3px solid #FF685A;
}
.KV-left a:hover {
	background-color: #fff;
	color: #FF685A;
	border: 3px solid #FF685A;
	box-sizing: border-box;
}
.button-arrow {
	margin-left: 20px;
}
.kv-text {
	font-size: 2.1rem;
	font-weight: bold;
}
.kv-text2 {
	font-size: 2.1rem;
	line-height: 1.5;
	margin-bottom: 50px;
	font-weight: 500;
}
.kv-h1 {
	font-size: 4.2rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 30px;
}
.line {
	color: #04B101;
	font-weight: bold;
}
.fax {
	color: #FF685A;
	font-weight: bold;
}
.KV-right img{
	max-width: 423px;
	width: 100%;
}
.KV-left {
	max-width: 560px;
	width: 100%;
}

/*--------/kv--------*/
/*--------introduction-company--------*/
#introducing-company {
	padding: 100px 0;
	text-align: center;
}
h2 {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
h2 span {
	font-family: 'Lato', sans-serif;
	color: #FF685A;
	font-weight: bold;
	font-size: 2rem;
	display: block;
	margin-bottom: 25px;
}
#introducing-company p {
	font-weight: 500;
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 50px;
}
.bg-image-loop1 {
	width: 100%;
	height: 50px; /* 画像の高さを指定 */
	position: relative;
	background: url("../images/pc/company-logo1@2x.png") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 70s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
	margin: 50px 0 0;
	padding: 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -3486.44px 0; } /* 1518pxとは使用した背景画像の長さ */
}
.bg-image-loop2 {
	width: 100%;
	height: 50px; /* 画像の高さを指定 */
	position: relative;
	background: url("../images/pc/company-logo2@2x.png") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 70s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
	margin: 40px 0 0;
	padding: 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -2899.77px 0; } /* 1518pxとは使用した背景画像の長さ */
}
/*--------/introduction-company--------*/
/*--------recommend--------*/
#recommend {
	padding: 100px 0;
	background-color: #FFF7F6;
}
.span-pink1 {
	display: inline-block;
	font-size: 4rem;
	margin-bottom: 0;
}

.recommend-list {
	display: flex;
	justify-content: space-between;
	max-width: 789px;
	width: 100%;
	margin: 0 auto;
}
.recommend-list li img {
	max-width: 212px;
	width: 100%;
}
.recommend-list li p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-top: 30px;
}
.span-pink2 {
	color: #FF685A;
	font-weight: bold;
}


/*--------/recommend--------*/
/*--------Feature--------*/
#feature {
	padding: 100px 0;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.feature-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.feature-list li:last-of-type {
	margin-bottom: 0;
}

.feature-list li img {
	max-width: 470px;
	width: 100%;
}

.feature-list h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.pink {
	font-size: 2.4rem;
	font-weight: bold;
	color: #FF685A;
}
.feature-h3-span {
	color: #FF685A;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
.feature-list p {
	max-width: 450px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 2;
}
/*--------/feature--------*/
/*--------contact-button--------*/
#contact-button {
	padding: 70px 0 40px;
	background-color: #FF685A;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#contact-button p {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 50px;
}
#contact-button span {
	display: block;
	font-size: 1.8rem;
	margin: 20px 0 50px;
	font-weight: bold;
	line-height: 1.5;
}
#contact-button a {
	font-size: 2.6rem;
	color: #FF685A;
	background-color: #fff;
	font-weight: bold;
	padding: 15px 40px;
	border-radius: 35px;
	box-sizing: border-box;
	text-align: center;
}
#contact-button a:hover {
	background-color: #FF685A;
	color: #fff;
	border: 3px solid #fff;
}
/*--------/contact-button--------*/
/*--------voice-------*/
#voice {
	padding: 100px 0;
}
#voice h2 {
	line-height: 1.5;
}
#voice h2 p {
	font-size: 2.1rem;
	font-weight: bold;
}
.voice-list {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.voice-list li {
	width: 31.5%;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.08);
	border-radius: 10px;
}
.voice-list li:hover{
    width: 31.5%;
    box-shadow: 2px 5px 7px rgba(0,0,0,0.38);
    border-radius: 10px;
}
.voice-list h3{
	margin: 40px 0 15px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
}
.voice-text1 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 40px 0 30px;
}
.voice-text2 {
	font-size: 1.3rem;
	font-weight: bold;
}
.voice-text3  {
	font-size: 1.3rem;
	font-weight: bold;
	color: #FF685A;
	text-align: right;
	padding-bottom: 30px;
}
.voice-text3 a {
	color: #FF685A;
}
.voice-text3 a:hover {
	opacity: 0.7;
}
.voice-inner {
	padding: 0 20px;
}



/*--------/voice--------*/

/*--------contact-button--------*/
#contact2-button {
	padding: 40px 0 40px;
	background-color: #FF685A;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#contact2-button p {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 50px;
}
#contact2-button span {
	display: block;
	font-size: 1.8rem;
	margin: 20px 0 50px;
	font-weight: bold;
	line-height: 1.5;
}
#contact2-button a {
	font-size: 2.6rem;
	color: #FF685A;
	background-color: #fff;
	font-weight: bold;
	padding: 15px 40px;
	border-radius: 35px;
	box-sizing: border-box;
	text-align: center;
}
#contact2-button a:hover {
	background-color: #FF685A;
	color: #fff;
	border: 3px solid #fff;
}
/*--------/contact2-button--------*/
/*--------qa--------*/
#qa {
	padding: 80px 0;
	background-color: #FAFAFA;
}
.qa-list {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 0;

}
.q span {
    line-height: 1.5;
}
.qa-list li {
	margin-bottom: 30px;
}
.qa-list li:last-of-type {
	margin-bottom: 0px;
}
.a {
	display: flex;
	align-items: center;
}
.a span:first-of-type {
	margin-right: 20px;
	color: #FF685A;
	font-size: 2.4rem;
}
.qa-list li p:first-of-type{
	background-color: #FF685A;
	color: #fff;
	padding: 30px 20px;
	border-radius: 10px 10px 0 0;
	font-size: 2.4rem;
	font-weight: bold;
}
.qa-list li p:last-of-type {
	font-size: 1.8rem;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	line-height: 2;
}
.q span {
		font-weight: bold;
		margin-right: 10px;
	}

/*--------/qa--------*/
/*--------footer--------*/
footer {
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
	text-align: center;
	display: flex;
    justify-content: space-between;
	max-width: 1024px;
	width: 100%;
	margin: 30px auto;
}
footer p a:hover {
	opacity: 0.7;
}
/*--------/footer--------*/

@media screen and (max-width: 1024px) and (min-width: 643px) {
	* {
		box-sizing: border-box;
	}
	#header-nav {
		display: none;
	}
	.header-container {
		padding: 20px 15px;
	}
	.kv-container {
    padding: 160px 15px 75px;
		box-sizing: border-box;
}
	.kv-h1 {
    font-size: 2.4rem;
}
	.kv-text {
    font-size: 1.6rem;
}
	.kv-text2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
}
	.KV-left a {
    font-size: 2.1rem;
}
	.KV-left {
    max-width: 430px;
}
	.recommend-list {
    padding: 0 15px;
}
	.feature-list {
		padding: 0 15px;
	}
	.feature-list li img {
    max-width: 1024px;
    width: 50%;
}
	.feature-list li div {
		padding: 0 15px;
	}
	.voice-list {
    padding: 0 15px;
}
	
	
	
	
	
	
	
	
	.qa-list {
	padding: 0 20px;
	box-sizing: border-box;
}
.case-container {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
}
	footer {
		padding: 0 15px;
	}
	
}







@media screen and (max-width: 642px) {
	
	*{
		box-sizing: border-box;
	}	
	.sp-img {
		display: block;
	}
	.pc-img {
		display: none;
	}

/*--------header--------*/
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

	.header-contact-container {
    display: block;
}
	
	
	
	
#header {
	background-color: #fff;

}
.header-container {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1000;
	margin: 0px auto;
	padding: 16px;
	overflow: hidden;
	background-color: #fff;
}
.header-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#header h1 img{
	width: 90%;
	display: inline-block;
	margin-top: 0px;
}

#header-nav ul {
	display: none;
}

.header-contact {
	padding: 10px 15px;
	font-size: 1.2rem;
	margin-top: 1em;
}

.headerColor-default {
  background-color: #fff;
}



	
	
.kv-container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
	padding: 111px 15px 60px;
	text-align: center;
}


.key-visual {
    background-image: url("../images/sp/KV-bg@2x.png");
    background-size: cover;
}
.kv-h1 {
    font-size: 2.4rem;
	margin: 15px 0;
}
	.kv-text {
    font-size: 1.6rem;
}
	.kv-text2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
}
	.KV-left a {
    font-size: 2.1rem;
}
.KV-right img {
    max-width: 423px;
    width: 86%;
}
.header-planbutton {
    padding: 15px 40px;
    background-color: #FF685A;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 60px;
    display: inline-block;
    border: 3px solid #FF685A;
	width: 100%;
	margin-top: 30px;
}


/*--------/header--------*/	
/*--------introduction-company--------*/
#introducing-company {
	padding: 80px 0px;
}
	
#introducing-company p {
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
h2 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.25;
}
h2 span {
	font-family: 'Lato', sans-serif;
	color: #FF685A;
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
	margin-bottom: 10px;
	
}


/*--------/introduction-company--------*/

	#recommend {
    padding: 80px 15px;
}
	.span-pink1 {
    font-size: 3rem;
}
	
	.recommend-list {
    display: block;
    max-width: 789px;
    text-align: center;

}
	.recommend-list li {
		margin-bottom: 40px;
	}
	.recommend-list li:last-of-type {
		margin-bottom: 0;
	}
	#feature {
    padding: 80px 15px;

}
	.feature-list li {
    display: block;
    margin-bottom: 50px;
}
	.feature-h3-span {

    margin-top: 30px;
    margin-bottom: 20px;
}
	#contact-button p {
    font-size: 2.4rem;
    margin-bottom: 0px;
}
	#contact-button {
    padding: 70px 15px;
}
	
	#contact-button a {
    font-size: 2.1rem;
}
	#voice {
    padding: 80px 15px;
}
	.voice-list {
    display: block;
}
	.voice-list li {
    width: 100%;
		height: auto;
}
	.swiper-slide{
	height: auto;
	}
.swiper-wrapper {

    padding-bottom: 40px !important;
}
	#contact2-button a {
    font-size: 1.8rem;
    padding: 15px 0px;
		margin-top: 0;
 
}
	#contact2-button p {
    margin-bottom: 0px;
}
#contact2-button {
    padding: 70px 15px;
}
	.button-arrow {
    margin-left: 8px;
}
	#qa {
    padding: 80px 15px;
}
	.qa-list li p:first-of-type {
    padding: 20px 15px;
    font-size: 1.6rem;
		line-height: 1.8;
		border-radius: 10px;
	}
		.qa-list li p:first-of-type.open {
		border-radius: 10px 10px 0 0;
	}
	.qa-list li p:last-of-type {
    font-size: 1.4rem;
    padding: 20px 15px;
}

	.q {
    display: flex;
    align-items: center;
}

	.q span:first-child {
		font-size: 2.1rem;
		margin-right: 10px;
	}
	.q span {
    margin-right: 30px;
}
	.a span:first-of-type {
    margin-right: 20px;
    color: #FF685A;
    font-size: 2.1rem;
    font-weight: bold;
}
	.qa-list li {
    margin-bottom: 20px;
}
	#contact-button span {
    display: block;
    font-size: 1.4rem;
    margin: 20px 0 0px;
    font-weight: bold;
    line-height: 1.8;
}
	footer {
		margin: 30px 0px;
		padding: 0 15px;
		font-size: 1.2rem;
	}
	
	.accordion-title {
	position: relative;
}

.accordion-title .open-button{
	display: inline-block;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
  right: 0px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.accordion-title .open-button::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 4px;
  width: 15px;
  border-top: 3px solid #fff;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-title .open-button::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 4px;
  /*横線*/
  width: 15px;
  border-top: 3px solid #fff;
  background: #fff;
  transition: all .2s ease-in-out;
  color: #fff;
}
.accordion-container .accordion-title.open .open-button::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open .open-button::after {
  opacity: 0;
}
.accordion-container .accordion-title.open .open-button::before {
    transform: rotate(
180deg
);
}
	
	
}