@charset "UTF-8";
/* CSS Document */

:root {
  --f-family-ja: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --f-family-en: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	--color-re: #c30e16;
	--color-or: #e5740e;
	--color-gor: #ea971f;
	--color-ye: #ffbd26;
	--color-lgr: #9bb016;
	--color-lye: #fffaeb;
	--color-bl: #5ac6d5;
	--color-bg: #fff9f8;
	--color-lpk: #fff0f4;
}

/* ==========================================================
 b2b
========================================================== */
* {
	box-sizing: border-box;
}
@media screen and (max-width: 799px) {
	.only-pc, .no-sp
	{ display: none !important; }
	.only-sp, .no-pc
	{ display: block !important; }
	img.only-sp, img.no-pc
	{ display: inline-block !important; }
}

body {
	position: relative;
	width: 100%;
	word-wrap: break-word;
  overflow-wrap: break-word;
	line-height: 1.75;
	color: #212121;
	font-weight: 400;
	font-family: var(--f-family-ja);
	text-align: justify;
}
svg,
img[src$=".svg"] {
	display: block;
	width: 100%;
}
img {
	max-width: 100%;
	max-height: 100%;
}
strong {
	font-weight: 700;
}

/* ==========================================================
 header / footer
========================================================== */
.header .logo,
.header .logo *,
.footer .logo,
.footer .logo * {
  display: block;
}

/* header
---------------------------------------------------------- */
.header {
	position: relative;
	padding-top: 30px;
	background: var(--color-sub);
}
.header .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 120px;
  height: 120px;
	padding: 15px;
	background: #fff;
	z-index: 2;
}
.header-in {
	width: min(1200px, 100%);
	margin: 0 auto;
}
.header-in .ttl {
	width: 100%;
}
.header-in .txt {
	padding: 30px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	background: #fff;
}
.header-in .txt strong {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 900;
}

/* footer
---------------------------------------------------------- */
.footer {
	margin: 80px 0 30px;
}
.footer .logo {
	width: 126px;
  height: 75px;
  margin: 0 auto 30px;
}
.footer .copy {
	display: block;
	color: #757575;
	font-size: 12px;
	text-align: center;
}

/* ==========================================================
 汎用パーツ
========================================================== */
/* contents / sec
---------------------------------------------------------- */
.contents-01,
.contents-02 {
	padding: 100px 0;
}
.contents-01 {
	background: var(--color-sub);
}
.contents-in {
	width: min(860px, 100%);
	margin: 0 auto;
}
.sec-02 {
	margin-top: 60px;
	padding-top: 60px;
}

/* txt
---------------------------------------------------------- */
.txt-01 {
	margin-bottom: 1.25em;
}
.txt-02 {
	margin-bottom: 10px;
}
.txt-03 {
	margin-bottom: 3em;
}
.txt-s-01 {
	margin-top: 10px;
	font-size: 14px;
}
.txt-color-or {
	color: var(--color-or);
}
.txt-color-re {
	color: var(--color-re);
}

/* ttl
---------------------------------------------------------- */
.ttl-01,
.ttl-02,
.ttl-03,
.ttl-04,
.ttl-05 {
	color: #000;
	font-weight: 700;
}
.ttl-01 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 900;
}
.ttl-02 {
	position: relative;
	margin-bottom: 60px;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
.ttl-03 {
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 24px;
	border-left: 10px solid var(--color-main);
}
.ttl-04 {
	margin: 40px 0 10px;
	font-size: 20px;
}
.ttl-05 {
	margin: 30px 0 10px;
	font-size: 18px;
}
.ttl-line::before {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	margin-bottom: 15px;
	background: #e0e0e0;
}

/* list
---------------------------------------------------------- */
.list-dec-01 > li,
.list-dot-01 > li {
	margin-left: 1.5em;
}
.list-dec-01 > li {
	list-style: decimal;
}
.list-dot-01 > li {
	list-style: disc;
}
.list-line-01 > li {
	margin-left: 1em;
}
.list-line-01 > li::before {
	content: "-";
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

/* btn
---------------------------------------------------------- */
.btn-01,
.btn-02 {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: var(--color-re);
}
.btn-01 {
	width: min(400px, 100%);
	height: 60px;
	margin: 10px 0 10px;
	padding-left: 30px;
	border-radius: 4px;
	transition: background-color 0.2s;
}
.btn-01 + .btn-01 {
	margin-left: 20px;
}
.btn-01::after,
.btn-02::after {
	content: "";
	position: absolute;
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.btn-01::after {
	top: 50%;
	right: 30px;
	border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
	transform: translateY(-50%);
}
.btn-02 {
	position: fixed;
	right: 30px;
	bottom: 30px;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 160px;
	line-height: 1.4;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	z-index: 5;
	transition: all 0.2s;
}
.btn-02::after {
	left: 50%;
	bottom: 20px;
	border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 11px solid #ffffff;
  border-bottom: 0;
	transform: translateX(-50%);
}
.btn-02.is-hidden {
	opacity: 0;
	visibility: hidden;
}

#entry .btn-01.link-on {
	margin-top: 30px;
}

/* box
---------------------------------------------------------- */
.box-01 .ttl-05:first-of-type,
.box-02 .ttl-05:first-of-type {
	margin-top: 0;
}
.box-01 {
	margin-top: 2em;
	padding: 35px 40px;
	background: #fafafa;
}
.box-01 + .box-01 {
	margin-top: 1em;
}
.box-02 {
	padding-top: 3em;
	border-top: 1px solid #e7e7e7;
}

/* ==========================================================
 各コンテンツ
========================================================== */
/* about
---------------------------------------------------------- */
.list-about {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}
.list-about li {
	text-align: center;
	width: calc(50% - 10px);
	padding: 30px 0;
	line-height: 1.6;
	font-size: 18px;
	font-weight: 700;
	background: var(--color-lpk);
}
.list-about li:last-of-type {
	margin: 20px auto 0;
}

/* join
---------------------------------------------------------- */
#join {
	text-align: center;
}
#join .ttl-02 {
	margin-bottom: 20px;
}
#join .wrap-btn {
	-ms-flex-pack: center;
	justify-content: center;
}

/* tool
---------------------------------------------------------- */
.wrap-tool {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0;
}
.wrap-tool figure {
	width: min(230px, calc(33.33% - 30px));
	margin-top: 50px;
	line-height: 1.65;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.wrap-tool figure:nth-of-type(2),
.wrap-tool figure:nth-of-type(7) {
	width: calc(66.66% - 20px);
}
.wrap-tool figure img {
	display: block;
	margin-top: 15px;
}
/* entry
---------------------------------------------------------- */
#entry .off {
	pointer-events: none;
	opacity: 0.3;
	background: #757575;
}
#entry .en-txt {
	margin-top: 30px;
}

/* coming soonページ
---------------------------------------------------------- */
.cspage {
	position: relative;
	height: 100vh;
}
.cspage .logo {
	width: 8%;
	min-width: 100px;
	margin: 50px auto 0;
}
.cspage p {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 45%;
	left: 50%;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
}
.cspage footer {
	position: absolute;
	transform: translate(-50%);
	bottom: 80px;
	left: 50%;
}


/* ==========================================================
 メディアクエリ
========================================================== */
@media screen and (min-width: 800px) {
	a[href^="tel:"] {
		text-decoration: none;
		pointer-events: none;
	}
	.btn-01:hover,
	.btn-02:hover {
		background: var(--color-main);
	}
}

@media screen and (max-width: 799px) {

	body {
		padding-bottom: 60px;
		font-size: 14px;
	}

	.header {
		padding: 0;
	}
	.header .logo {
    width: 70px;
    height: 70px;
    padding: 8px;
	}
	.header-in .txt {
		padding: 15px 20px;
		text-align: left;
	}
	.header-in .txt strong {
		font-size: 18px;
		font-weight: 700;
	}

	.contents-01,
	.contents-02 {
		padding: 60px 20px;
	}
	.sec-02 {
    margin-top: 40px;
	padding-top: 40px;
	}

	.inquiry {
		padding: 40px 20px;
	}

	.txt-s-01 {
		font-size: 12px;
	}
	.ttl-01,
	.ttl-02,
	.ttl-03,
	.ttl-04,
	.ttl-05 {
		line-height: 1.6;
	}

	.ttl-01,
	.ttl-03 {
    margin-bottom: 20px;
    font-size: 20px;
	}
	.ttl-02 {
    margin-bottom: 30px;
    font-size: 24px;
	}
	.ttl-04 {
		margin-top: 30px;
    font-size: 16px;
	}
	.ttl-05 {
    font-size: 14px;
	}
	.ttl-line::before {
    width: 20px;
    margin-bottom: 15px;
	}

	.list-about {
		display: block;
		margin-top: 20px;
	}
	.list-about li {
		width: auto;
		margin-bottom: 10px;
		padding: 15px 0;
    font-size: 16px;
	}
	.list-about li:last-of-type {
		margin: 0;
	}

	.btn-01 {
		height: 48px;
		padding-left: 20px;
	}
	.btn-01:after {
		right: 20px;
	}
	.btn-02 {
		-ms-flex-direction: row;
		flex-direction: row;
		right: 0;
		bottom: 0;
    width: 100%;
    height: 60px;
    padding: 0;
    font-size: 18px;
		border-radius: 0;
	}
	.btn-02::after {
		display: inline-block;
		position: relative;
		top: 0.05em;
		left: auto;
		bottom: auto;
		margin-left: 10px;
		border-right-width: 7px;
		border-left-width: 7px;
		border-top-width: 10px;
		transform: none;
		vertical-align: middle;
	}

	.box-01 {
    padding: 25px 20px;
	}

	.wrap-tool {
		display: block;
		margin-top: 30px;
	}
	.wrap-tool figure,
	.wrap-tool figure:nth-of-type(2) {
		width: 100%;
	}
	.wrap-tool figure:first-of-type {
		margin-top: 10px;
	}
	.wrap-tool figure + figure {
		margin-top: 40px;
	}
	.wrap-tool figure img {
		max-width: 200px;
		margin: 10px auto 0;
	}
	.wrap-tool figure:nth-of-type(4),
	.wrap-tool figure:nth-of-type(7) {
		width: calc(100% + 40px);
		margin: 40px -20px 0;
	}
	.wrap-tool figure:nth-of-type(4) img {
		display: inline-block;
		width: 50%;
		margin: 10px -10px 0;
	}
	.wrap-tool figure:nth-of-type(2) img,
	.wrap-tool figure:nth-of-type(7) img {
		max-width: 100%;
	}

	.cspage p {
		font-size: 26px;
		line-height: 1.3;
	}
	.cspage .logo {
		margin-top: 20px;
	}

}