@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, label, table, tr, th, td, hr, input, textarea,
article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, picture { 
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

address {
	font-style: normal;
}

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

ol, ul {
	list-style: none;
	list-style-type: none;
}

ol {
	counter-reset: number;
}

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

input, textarea, select, button {
	border: 0;
	border-radius: inherit;
	background: none;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

textarea {
	overflow: auto;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, button {
	-webkit-appearance: none;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
html {
	font-size: 62.5%;
}

body {
	overflow: hidden scroll;
	color: #05161a;
	font-size: 1.4em;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.6;
}

.roboto {
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

main {
	min-height: 800px;
}

.inner {
	max-width: 980px;
	margin: auto;
	padding: 0 2rem;
}

h1 {
	margin-bottom: 3rem;
	font-size: 2.6rem;
}

h1 span {
	display: inline-block;
}

h2 {
	font-size: 2rem;
	text-align: center;
}

h2 span {
	display: inline-block;
}

h3 {
	margin-bottom: 2rem;
	font-size: 2rem;
}

h3 span {
	display: inline-block;
}

p + p {
	margin-top: 2rem;
}

a {
	transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

.inline-block {
	display: inline-block;
}

.title {
	font-weight: 700;
	font-size: 1.8rem;
}

.title span {
	display: inline-block;
}

.description span {
	display: inline-block;
}

.button {
	display: flex;
	width: 100%;
	max-width: 280px;
	height: 50px;
	margin: 2rem auto 0;
//	border: 1px solid #FF66FF;
//	border-radius: 50px;
//	background: #FF66FF;
	border: 1px solid #000;
	background: #333;
	color: #fff;
	font-size: 1.6rem;
	justify-content: center;
	align-items: center;
}

.button:hover {
	opacity: 1;
	background: #fff;
	color: #FF66FF;
}

.heading-balloon {
	position: relative;
	padding: 2rem;
//	background: #FF66FF;
	color: #000;
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	max-width:1300px;
	margin:20px auto;
}

.heading-balloon::before{
	content: "";
	position:absolute;
	top: -7px;
	left: -7px;
	width: calc( 100% + 12px );
	height: calc( 100% + 7px );
	border-top:solid 3px #000;
	border-bottom:solid 3px #000;
}

//.heading-balloon::after{
//	position:absolute;
//	top: 100%;
//	left: 50%;
//	width: 0;
//	height: 0;
//	border: 20px solid transparent;
//	border-top-color: #FF66FF;
//	content: "";
//	transform: translateX(-50%);
//}

.heading-balloon span {
	display: inline-block;
}

.heading-slash {
	display: table;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0 4rem;
}

.heading-slash::before,
.heading-slash::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	margin: auto;
	background: #05161a;
	content: "";
}

.heading-slash::before {
	left: 0;
	transform: rotate(65deg);
}

.heading-slash::after {
	right: 0;
	transform: rotate(-65deg);
}

@media screen and (min-width: 768px) {
h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2.6rem;
}

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

.title {
	font-size: 2rem;
}

.flex {
	display: flex;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ローディング
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.loader {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.loader .circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 100%;
	border: 5px solid transparent;
	content: "";
}

@keyframes circle {
0% {
	transform: rotate(0deg);

}
100%{
	transform: rotate(360deg);
}
}

.loader .circle:nth-child(1) {
	border-top-color: #f8a118;
	animation: circle 1s infinite;
}

.loader .circle:nth-child(2) {
	border-bottom-color: #FF66FF;
	animation: circle 1s infinite alternate;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header {
	position: relative;
	z-index: 3;
	height: 60px;
}

header .inner {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 60px;
	box-shadow: 0 10px 7px -7px rgba(204, 204, 204, 0.3);
	background: #fff;
	transition: background 0.3s ease-in-out;
	flex-flow: wrap;
	justify-content: flex-end;
	align-items: center;
}

header .logo {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1;
	width: 100px;
	height: 60px;
}

header .contact {
	display: flex;
	align-items: center;
}

header .tel {
	margin-right: 2rem;
	line-height: 1.3;
	text-align: right;
}

header .tel .number {
	display: block;
	font-weight: 700;
	font-size: 2rem;
}

header .button {
	width: 180px;
	height: 44px;
	margin: 0;
	font-size: inherit;
}

@media screen and (min-width: 768px) {
header {
	height: 120px;
}

header .inner {
	height: 120px;
}

header .logo {
	top: 10px;
	width: 130px;
	height: 78px;
}
}

@media screen and (max-width: 767.9px) {
header .contact {
	display: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ナビゲーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(40, 195, 212, 0.2);
}

#toggle {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

#toggle:hover {
	opacity: 0.7;
}

#toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #05161a;
	transition: 0.3s ease-in-out;
}

#toggle span:nth-child(1) {
	top: 6px;
}

#toggle span:nth-child(2) {
	top: 14px;
}

#toggle span:nth-child(3) {
	top: 22px;
}

header.open #toggle span:nth-child(1) {
	top: 14px;
	transform: rotate(-45deg);
	will-change: transform;
}

header.open #toggle span:nth-child(2) {
	transform: scale(0, 1);
	transform-origin: center center;
}

header.open #toggle span:nth-child(3) {
	top: 14px;
	transform: rotate(45deg);
	will-change: transform;
}

header .menu-li {
	font-size: 1.5rem;
}

header .menu-li a {
	display: block;
	padding: 1.5rem 10%;
}

header .menu-li a:hover {
	opacity: 1;
	color: #FF66FF;
}

@media screen and (min-width: 768px) {
#toggle {
	display: none;
}

header nav {
	width: 100%;
}

header .menu-ul {
	display: flex;
	justify-content: center;
}

header .menu-li {
	margin: 0 1.5rem;
}

header .menu-li a {
	display: inline-block;
	padding: 0.4rem 0.2rem;
}
}

@media screen and (max-width: 767.9px) {
header nav {
	position: fixed;
	overflow-y: auto;
	top: 60px;
	right: 0;
	width: 80%;
	max-width: 300px;
	background: #fff;
	height: calc(100% - 60px);
	transform: translateX(100%);
}

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

header .nav-inner {
	padding: 2rem 0 3rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
footer {
	padding: 6rem 0 2rem;
	box-shadow: 0 -10px 7px -7px rgba(204, 204, 204, 0.3);
	text-align: center;
}

.footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.footer-fixed .contact-link {
	display: block;
	padding: 1.5rem 1rem;
	background: #FF66FF;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

footer .logo {
	display: inline-block;
	margin-bottom: 5rem;
}

footer .logo img {
	width: 200px;
}

footer .tel {
	display: table;
	margin: 0 auto;
	padding-left: 40px;
	font-weight: 700;
	font-size: 2.4rem;
	background: url("img/common/tel.png") left center no-repeat;
	background-size: 28px 28px;
}

footer .hour {
	font-size: 1.6rem;
}

footer .button {
	margin-bottom: 5rem;
	border-color: #f8a118;
	background: #f8a118;
}

footer .button:hover {
	color: #f8a118;
}

footer small {
	font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
footer .logo img {
	width: 300px;
}

.footer-fixed {
	display: none;
}
}

@media screen and (max-width: 767.9px) {
footer {
	padding-bottom: 7rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-article .contact {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: url("img/home/contact-background.jpg") right center no-repeat;
	background-size: cover;
	text-align: center;
}

.home-article .contact .description {
	font-weight: 700;
	font-size: 1.8rem;
}

.home-header {
	position: relative;
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("img/home/header-background.png") 80% center no-repeat #bde2f2;
	background-size: auto 100%;
}

.home-header::before {
	position: absolute;
	top: 0;
	left: -47%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	content: "";
	transform: skew(-13deg);
	transform-origin: right center;
}

.home-header::after {
	position: absolute;
	top: 0;
	left: -46%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	transform: skew(-16deg);
	transform-origin: right center;
}

.home-header .text {
	position: relative;
	z-index: 1;
	padding: 4rem 0;
}

.home-header .color {
	display: block;
	color: #FF66FF;
}

.home-header .description {
	font-size: 1.6rem;
}

.home-header .button {
	margin-left: 0;
}

.home-issue .heading-balloon {
	margin-bottom: 4rem;
}

.home-issue .issue-li {
	margin-bottom: 2.5rem;
	padding: 2rem;
	border-radius: 5px;
	box-shadow: 0 0 6px 0 #ccc;
	font-size: 1.6rem;
}

.home-issue .image {
	display: block;
	margin: auto;
}

.home-issue .contact .inner {
	max-width: 820px;
}

.home-issue .contact .frame {
	padding: 2rem;
	background: repeating-linear-gradient(45deg, #d8e3e8 , #d8e3e8 7px, #fff 7px, #fff 14px);
}

.home-issue .contact .frame-inner {
	padding: 3rem 2rem;
	background: #fff;
}

.home-issue .contact h3 {
	color: #FF66FF;
}

.home-issue .contact .description {
	font-size: 1.6rem;
}

.home-strength .image {
	height: 60vw;
	max-height: 400px;
	background-position: center 30%;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-strength .strength-li:nth-child(1) .image {
	background-image: url("img/home/strength01.jpg");
}

.home-strength .strength-li:nth-child(2) .image {
	background-image: url("img/home/strength02.jpg");
	background-position-x: 20%;
}

.home-strength .strength-li:nth-child(3) .image {
	background-image: url("img/home/strength03.jpg");
	background-position-x: 35%;
}

.home-strength .text {
	display: flex;
	max-width: 650px;
	padding: 2rem;
	flex-flow: column;
	justify-content: center;
}

.home-strength .point {
	font-weight: 700;
	font-size: 2rem;
}

.home-strength .title {
	color: #FF66FF;
	font-size: 2.4rem;
}

.home-strength .description {
	font-size: 1.6rem;
}

.home-case {
	padding: 6rem 0;
}

.home-case h2 {
	position: relative;
	margin: 0 18px 4rem;
	padding: 1rem 2rem;
	background: #FF66FF;
	color: #fff;
}

.home-case h2::before,
.home-case h2::after {
	display: block;
	position: absolute;
	bottom: -12px;
	z-index: -1;
	border: 18px solid #FF66FF;
	content: "";
}

.home-case h2::before {
	left: -18px;
	border-right-color: #18747e;
	border-left-color: transparent;
}

.home-case h2::after {
	right: -18px;
	border-right-color: transparent;
	border-left-color: #18747e;
}

.home-case .review {
	margin-bottom: 6rem;
	word-wrap: break-word;
}

.home-case .review .name {
	font-weight: 700;
	font-size: 1.6rem;
}

.home-case .case {
	text-align: center;
}

.home-case .case-li .image {
	margin-bottom: 1rem;
}

.home-recommendation {
	padding-bottom: 6rem;
	text-align: center;
}

.home-recommendation .heading-balloon {
	margin-bottom: 4rem;
}

.home-recommendation .inner {
	max-width: 1300px;
}

.home-recommendation .recommendation-li .image {
	margin-bottom: 1rem;
}

.home-price {
	padding-bottom: 6rem;
}

.home-price .heading-balloon {
	margin-bottom: 4rem;
}

.home-price .inner {
	max-width: 1300px;
}

.home-price .price-li .image {
	margin-bottom: 1rem;
}

.home-price .price-li .title {
	text-align: center;
}

.home-price .price-li .yen {
	display: block;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}

.home-price .price-li .yen span {
	font-weight: 400;
	font-size: 1.5rem;
}

.home-price .price-li .description {
	display: table;
	margin: auto;
}

.home-corp div.corp-li {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.home-corp div.corp-li div{
	width: 18%;
	height: fit-content;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	line-height:1.1;
}
.home-corp div.corp-li div img{
	padding-bottom:20px;
	display:block;
	margin:0 auto;
}
@media screen and (max-width: 767.9px) {
	.home-corp div.corp-li div{
		width: 30%;
		text-align: left;
	}
}


.home-contact .present {
	padding: 6rem 0;
	text-align: center;
}

.home-contact .present h3 {
	display: flex;
	margin-bottom: 3rem;
	justify-content: center;
	align-items: center;
}

.home-contact .present h3::before,
.home-contact .present h3::after {
	height: 2px;
	background: #FF66FF;
	content: "";
	flex: 1;
}

.home-contact .present h3::before {
	margin-right: 2rem;
}

.home-contact .present h3::after {
	margin-left: 2rem;
}

.home-contact .present .image {
	margin-bottom: 1.5rem;
}

.home-contact .present .description {
	font-weight: 700;
	font-size: 1.7rem;
}

@media screen and (min-width: 568px) {
.home-contact .present h3 br {
	display: none;
}
}

@media screen and (min-width: 768px) {
.home-header {
	background: url("img/home/header-background.png") right center no-repeat #bde2f2;
}

.home-header .text {
	width: 50%;
	padding: 7rem 0;
}

.home-header .description {
	font-size: 1.8rem;
}

.home-issue .issue-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}

.home-issue .issue-li {
	position: relative;
	width: calc((100% - 310px) / 2);
	margin-bottom: 4rem;
	font-size: 1.8rem;
}

.home-issue .issue-li:nth-child(2n+1) {
	margin-right: 310px;
}

.home-issue .issue-li::after {
	position: absolute;
	bottom: -20px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 0 6px 0 #ccc;
	content: "";
}

.home-issue .issue-li:nth-child(2n)::after {
	left: -20px;
}

.home-issue .issue-li:nth-child(2n+1)::after {
	right: -20px;
}

.home-issue .image {
	margin-top: -24rem;
}

.home-strength .strength-li {
	display: flex;
}

.home-strength .strength-li:nth-child(2n+1) {
	flex-flow: row-reverse;
}

.home-strength .image {
	width: 50%;
}

.home-strength .text {
	width: 50%;
}

.home-strength .title {
	font-size: 2.6rem;
}

.home-case h2 {
	margin-right: 36px;
	margin-left: 36px;
}

.home-case h2::before,
.home-case h2::after {
	bottom: -24px;
	border-width: 36px;
}

.home-case h2::before {
	left: -36px;
}

.home-case h2::after {
	right: -36px;
}

.home-case .review .flex {
	flex-flow: row-reverse;
	justify-content: space-between;
}

.home-case .review .text {
	width: 55%;
}

.home-case .review .image {
	width: 40%;
}

.home-case .case-ul {
	display: flex;
	justify-content: space-between;
}

.home-case .case-li {
	width: 48%;
}

.home-recommendation .recommendation-ul {
	display: flex;
	justify-content: space-between;
}

.home-recommendation .recommendation-li {
	width: 31%;
}

.home-price .price-ul {
	display: flex;
	justify-content: space-between;
}

.home-price .price-li {
	width: 31%;
}
}

@media screen and (max-width: 767.9px) {
.home-case .review .image {
	margin-bottom: 2rem;
}

.home-case .case-li:nth-last-child(n+2) {
	margin-bottom: 3rem;
}

.home-recommendation .recommendation-li:nth-last-child(n+2) {
	margin-bottom: 3rem;
}

.home-price .price-li:nth-last-child(n+2) {
	margin-bottom: 3rem;
}
}

@media screen and (max-width: 567.9px) {
.home-article .contact .description {
	text-align: left;
}

.home-article .contact .description span {
	display: inline;
}

.home-article .contact .description br {
	display: none;
}

.home-issue .contact h3 {
	text-align: left;
}

.home-issue .contact h3 span {
	display: inline;
}

.home-issue .contact h3 br {
	display: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
404 Not Found
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.notfound-article section {
	padding: 6rem 0;
	text-align: center;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
アニメーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes fade {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}

.load .animation.fade {
	animation: fade 0.6s ease-out 0.3s forwards;
}

@keyframes fade-up {
0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes fade-right {
0% {
	opacity: 0;
	transform: translateX(40px);
}

100% {
	opacity: 1;
	transform: translate(0);
}
}

.load .animation.fade-right {
	animation: fade-right 0.6s ease-out 0.3s forwards;
}

@keyframes fade-left {
0% {
	opacity: 0;
	transform: translateX(-40px);
}

100% {
	opacity: 1;
	transform: translate(0);
}
}

.load .animation.fade-left {
	animation: fade-left 0.6s ease-out 0.3s forwards;
}

.load .animation.fade-up {
	animation: fade-up 0.5s ease-out 0.3s forwards;
}

.load .animation.delay05 {
	animation-delay: 0.5s;
}

.load .animation.delay07 {
	animation-delay: 0.7s;
}

.load .animation.delay09 {
	animation-delay: 0.9s;
}
