@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	background: #FFF;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .05em;
	color: #333;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

.inner {
	max-width: 1060px;
	width: calc(100% - 30px);
	margin: 0 auto;
}

.sp {
	display: none !important;
}

.abs {
	position: absolute;
}

.roboto {
	font-family: "Roboto", sans-serif;
}

a {
	transition: all .7s;
}

a:hover {
	opacity: .8;
}

section {
	position: relative;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1200px;
}

.fixed-btns {
	position: fixed;
	width: 100%;
	max-width: 800px;
	z-index: 10;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.fixed-btns.active {
	opacity: 1;
	visibility: visible;
}

.fixed-btns ul {
	display: flex;
}

.fixed-btns ul li {
	width: 50%;
}

.animate-on-view {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
}

.animate-on-view.visible {
	opacity: 1;
	transform: translateY(0);
}

header {
	position: relative;
}

.heder-inner {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}

.header-logo {
	width: 155px;
}

.header-btn {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 600px;
}

.header-btn ul {
	display: flex;
	justify-content: space-between;
}

.header-btn ul li {
	width: 50%;
}

.fv-bottom {
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 835px;
}

.fv-bottom-img {
	width: 180px;
}

.fv-bottom-list {
	width: calc(100% - 195px);
}

.fv-bottom-list ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.fv-bottom-list ul li:last-child {
	margin-bottom: 0;
}

.fv-bottom-list ul li img {
	width: 20px;
}

.fv-bottom-list ul li p {
	width: calc(100% - 30px);
	font-size: 18px;
	font-weight: 500;
}

.cta-cont-top {
	position: relative;
	z-index: 1;
}

.cta-cont-top-border {
	width: 5px;
	margin: 0 auto 20px;
}

.cta-cont-top-txt {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.cta-cont-bottom {
	background-image: url(../img/cta_bg_border.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0 40px;
	margin-top: -40px;
	position: relative;
}

.cta-cont-bottom::before {
	content: "";
	position: absolute;
	height: 100px;
	width: 100%;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #fff;
	left: 0;
	top: -1px;
}

.cta-cont-bottom-img {
	max-width: 1100px;
	margin: 0 auto;
}

.cta-cont-bottom-btns {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}

.cta-cont-bottom-btns ul {
	display: flex;
	justify-content: space-between;
}

.cta-cont-bottom-btns ul li {
	width: 45%;
}

.reason {
	padding: 60px 0 20px;
	margin-bottom: 10vw;
	position: relative;
	background: #EDF9FF;
	z-index: 1;
}

.reason-bottom-parts {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -8vw;
}

.icon-title,
.cmn-title {
	text-align: center;
	margin-bottom: 40px;
}

.icon-title img {
	height: 35px;
	width: auto;
	display: block;
	margin: 0 auto 10px;
}

.icon-title h2,
.cmn-title h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

.icon-title h2 small,
.cmn-title h2 small {
	font-size: 27px;
	font-weight: 700;
}

.icon-title h2 span {
	color: #C09B4C;
}

.reason-list ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reason-list ul li {
	width: 33%;
}

.reason-abs-txt {
	position: absolute;
	max-width: 465px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -4vw;
	z-index: 2;
	background: linear-gradient(transparent 70%, #ff6 70%);
}

.reason-abs-txt p {
	font-size: 32px;
	font-weight: 700;
}

.reason-abs-txt p small {
	font-size: 24px;
	font-weight: 600;
}

.reason-abs-txt p span {
	color: #FF6E00;
}

.lisk {
	background-image: url(../img/lisk_bg.webp), linear-gradient(to bottom, #9E9E9E, #fff);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 6vw;
	margin-top: -8vw;
}

.lisk-top-img {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 40px;
}

.lisk-title {
	margin-bottom: 40px;
}

.lisk-list {
	position: relative;
}

.lisk-list .abs-img {
	position: absolute;
	max-width: 400px;
	top: 0;
	right: 10%;
}

.lisk-list ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.lisk-list ul li {
	width: 32%;
}

.lisk-list ul li:nth-child(2) {
	margin-top: 40px;
}

.lisk-list ul li:nth-child(3) {
	margin-top: 80px;
}

.lisk-txt-img {
	margin-bottom: 40px;
}

.tax {
	padding: 100px 0;
}

.tax-title {
	max-width: 410px;
	margin: 0 auto 40px;
	color: #093E5A;
}

.tax-title img {
	width: 100%;
	margin-top: 10px;
}

.tax-txt {
	max-width: 900px;
	margin: 0 auto 50px;
}

.choice {
	padding: 100px 0;
	position: relative;
	background: #EDF9FF;
}

.choice .icon-title h2 {
	color: #C09B4C;
}

.choice .icon-title h2 small {
	color: #333;
}

.choice-abs-parts {
	position: absolute;
	width: 100%;
	left: 0;
}

.choice-top-parts {
	top: 0;
}

.choice-bottom-parts {
	bottom: 0;
}

.choice .inner {
	position: relative;
	z-index: 1;
}

.choice-list ol li {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.choice-list ol li:nth-child(even) {
	flex-direction: row-reverse;
}

.choice-list-txt {
	width: 45%;
}

.choice-list-img {
	width: 45%;
	position: relative;
	padding-right: 25px;
}

.choice-list ol li:nth-child(even) .choice-list-img {
	padding-right: 0;
	padding-left: 25px;
}

.choice-list-img .abs-parts {
	width: 160px;
	right: -25px;
	position: relative;
	margin-left: auto;
}

.choice-list ol li:nth-child(even) .choice-list-img .abs-parts {
	right: initial;
	left: -25px;
	margin-inline: 0 auto;
}

.choice-list-img img:nth-child(2) {
	display: block;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}

.choice-list-txt-title {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.choice-list-txt-title p {
	width: 60px;
	height: 60px;
	background: #008BD5;
	border-radius: 50%;
	line-height: 59px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.choice-list-txt-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #008BD5;
	width: calc(100% - 80px);
}

.choice-list-txt-txt p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.choice-list-txt-txt h4 {
	width: 150px;
	margin-block: 20px 10px;
	background: #008BD5;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.choice-list-txt-txt ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.choice-list ol li .choice-list-txt-txt ul li:nth-child(even) {
	flex-direction: initial;
}

.choice-list-txt-txt ul li img {
	width: 20px;
}

.choice-list-txt-txt ul li p {
	width: calc(100% - 30px);
	font-size: 18px;
}

.flow {
	padding: 100px 0;
}

.flow-title h2 {
	color: #008BD5;
}

.flow-list ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flow-list ul li {
	width: 30%;
}

.flow-list ul li.arrow {
	width: 5%;
	height: 100%;
	position: relative;
}

.flow-list ul li.arrow img {
	width: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
}

.cta-cont-last .cta-cont-bottom {
	padding-top: 0px;
}

.cta-cont-last .cta-cont-bottom::before {
	display: none;
}

.voice {
	padding: 100px 0;
	background: #EDF9FF;
}

.voice-title h2 {
	width: 240px;
	margin: 0 auto;
	background: #008BD5;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

.voice-list ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.voice-list ul li {
	width: 32%;
}

.faq {
	padding: 100px 0;
}

.faq-title {
	color: #008BD5;
}

.qa-list .qa-item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #B8E3F8;
}

.qa-list .qa-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.qa-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.qa-question span {
	width: 25px;
	height: 25px;
	background: #008BD5;
	text-align: center;
	line-height: 24px;
	border: 1px solid #008BD5;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.qa-question h3 {
	width: calc(100% - 40px);
	font-size: 18px;
	font-weight: 500;
}

.qa-answer {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.qa-answer span {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #008BD5;
	font-size: 18px;
	color: #008BD5;
	font-weight: 700;
}

.qa-answer p {
	width: calc(100% - 40px);
	font-size: 18px;
	font-weight: 500;
}

.contact {
	padding: 0 0 100px;
}

.contact-title {
	background: linear-gradient(to right, #0073B0, #5BBDF1);
	padding: 30px 0;
	margin-bottom: 50px;
}

.contact-title h2 {
	color: #fff;
}

.contact-txt {
	text-align: center;
	margin-bottom: 40px;
}

.contact-txt p {
	font-size: 18px;
	font-weight: 500;
}

.contact-form-box {
	max-width: 850px;
	margin: 0 auto;
}

.form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.form-group.big {
	align-items: baseline;
}

.form-group label {
	width: 40%;
	display: flex;
	align-items: center;
}

.form-group label p {
	font-size: 18px;
	font-weight: 500;
}

.form-group label span {
	font-size: 18px;
	font-weight: 500;
	color: #D21010;
}

.form-group input,
.form-group textarea {
	width: 55%;
	border: 1px solid #A7A7A7;
	outline: none;
	padding: 15px 20px;
	font-size: 18px;
}

.form-group.check {
	justify-content: center;
}

.form-group.check input {
	width: 17.5px;
	margin-right: 10px;
}

.form-group.check label {
	font-size: 16px;
	font-weight: 500;
}

.form-group.check label a {
	text-decoration: underline;
	color: #008BD5;
}

.form-group button {
	max-width: 270px;
	width: 100%;
	margin: 0 auto;
	background: #008BD5;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border: none;
	outline: none;
	transition: all .7s;
	cursor: pointer;
}

.form-group button:hover {
	opacity: .7;
}

.company {
	padding: 100px 0;
	background: #F7FCFF;
}

.company-flex {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
	margin-bottom: 70px;
}

.company-flex-img {
	width: 260px;
}

.company-flex-txt {
	width: calc(100% - 300px);
}

.table-cont {
	width: 100%;
}

.table-cont table {
	width: 100%;
}

.table-cont table th {
	width: 40%;
	padding-block: 15px;
	border-bottom: 1px solid #B8E3F8;
	font-size: 18px;
	font-weight: 700;
	color: #008BD5;
	vertical-align: baseline;
}

.table-cont table td {
	width: 60%;
	padding-block: 15px;
	border-bottom: 1px solid #B8E3F8;
	font-size: 18px;
	font-weight: 500;
}

.table-cont table tr:last-child th,
.table-cont table tr:last-child td {
	border-bottom: none;
}

.company-txt-box {
	background-image: url(../img/president_box.webp);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 40px;
	margin-bottom: 100px;
}

.company-txt-box-inner {
	background: #fff;
	padding: 30px 50px;
}

.company-txt-box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}

.company-txt-box p.name {
	padding-top: 20px;
}

.intro-title {
	margin-bottom: 40px;
}

.intro-title h2 {
	font-size: 36px;
	font-weight: 700;
}

.intro-table {
	margin-bottom: 100px;
}

.intro-table .table-cont table th {
	width: 25%;
}

.intro-table .table-cont table td {
	width: 75%;
}

.td-flex {
	display: flex;
	margin-bottom: 5px;
}

.td-flex p:nth-child(1) {
	padding-right: 10px;
	white-space: nowrap;
}

footer {
	background: #008BD5;
	text-align: center;
	padding: 15px 0;
}

footer p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.contact.thanks {
	height: 94.5vh;
}

@media screen and (max-width: 834px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.wrapper,
	header {
		min-width: auto;
	}

	.heder-inner {
		max-width: 100%;
		width: calc(100% - 30px);
		padding: 7px 0;
	}

	.fv-bottom {
		margin: 40px auto 0;
		flex-direction: column-reverse;
		max-width: 500px;
		width: calc(100% - 30px);
	}

	.fv-bottom-list {
		width: 100%;
		margin-bottom: 10px;
	}

	.fv-bottom-list ul li {
		align-items: flex-start;
	}

	.fv-bottom-list ul li p {
		font-size: 16px;
	}

	.fv-bottom-img {
		width: 150px;
		margin-bottom: 20px;
	}

	.cta-cont-bottom-btns {
		max-width: 500px;
	}

	.cta-cont-bottom-btns ul {
		display: block;
	}

	.cta-cont-bottom-btns ul li {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.cta-cont-bottom-btns ul li:nth-child(1) {
		margin-bottom: 15px;
	}

	.cta-cont-bottom-img {
		max-width: 500px;
		margin: 0 auto 20px;
	}

	.cta-cont-top-txt {
		max-width: 500px;
	}

	.cta-cont-bottom::before {
		height: 80px;
	}

	.cta-cont-bottom {
		background-image: url(../img/cta_bg_border_sp.webp);
		padding: 80px 0 35px;
		margin-top: -70px;
	}

	.reason {
		padding: 40px 0 20px;
		margin-bottom: 22.5vw;
	}

	.reason-bottom-parts {
		bottom: -25vw;
	}

	.icon-title,
	.cmn-title {
		margin-bottom: 30px;
	}

	.icon-title img {
		height: 25px;
		margin: 0px auto 7.5px;
	}

	.icon-title h2,
	.cmn-title h2 {
		font-size: 24px;
	}

	.icon-title h2 small,
	.cmn-title h2 small {
		font-size: 18px;
	}

	.reason-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.reason-list ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.reason-abs-txt p {
		font-size: 20px;
	}

	.reason-abs-txt p small {
		font-size: 16px;
	}

	.reason-abs-txt {
		max-width: 302.5px;
		width: 100%;
		bottom: -4vw;
	}

	.lisk {
		background-image: url(../img/lisk_bg_sp.webp), linear-gradient(to bottom, #bebaba, #FFF);
		padding-top: 15vw;
		margin-top: -15vw;
	}

	.lisk-top-img {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}

	.lisk-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.lisk-list ul li {
		width: 100%;
	}

	.lisk-list ul li:nth-child(2),
	.lisk-list ul li:nth-child(3) {
		margin-top: 30px;
	}

	.lisk-txt-img {
		margin-block: 30px;
	}

	.tax {
		padding: 60px 0;
	}

	.tax-title {
		max-width: 290px;
	}

	.tax-txt {
		max-width: 350px;
		margin: 0 auto 40px;
	}

	.tax-table {
		width: 100%;
		overflow-x: scroll;
	}

	.tax-table img {
		width: 100%;
		min-width: 650px;
	}

	.choice {
		padding: 60px 0;
	}

	.choice-list ol li {
		max-width: 500px;
		margin: 0 auto 30px;
		display: block;
	}

	.choice-list-txt {
		width: 100%;
		margin-bottom: 30px;
	}

	.choice-list-img {
		width: 100%;
		padding-right: 0;
	}

	.choice-list-txt-title {
		margin-bottom: 20px;
		display: block;
	}

	.choice-list-txt-title p {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		margin-bottom: 5px;
	}

	.choice-list-txt-title h3 {
		font-size: 20px;
		width: 100%;
	}

	.choice-list-txt-txt p {
		font-size: 16px;
	}

	.choice-list-img img:nth-child(2) {
		margin-top: 0;
	}

	.choice-list-img .abs-parts {
		width: 90px;
		top: -50px;
		right: -5px;
		position: absolute;
	}

	.choice-list ol li:nth-child(even) .choice-list-img {
		padding-left: 0;
	}

	.choice-list ol li:nth-child(even) .choice-list-img .abs-parts {
		right: -5px;
		left: initial;
	}

	.choice-list-txt-txt h4 {
		width: 140px;
		margin-block: 10px 5px;
		font-size: 18px;
	}

	.choice-list-txt-txt ul li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 5px;
	}

	.choice-list-txt-txt ul li p {
		font-size: 16px;
	}

	.flow {
		padding: 60px 0;
	}

	.flow-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.flow-list ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.flow-list ul li.arrow {
		width: 100%;
		height: initial;
	}

	.flow-list ul li.arrow img {
		width: 30px;
		top: initial;
		left: initial;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		position: relative;
		margin: 0 auto;
	}

	.cta-cont-last .cta-cont-bottom {
		padding-top: 0px;
		margin-top: 0;
	}

	.voice {
		padding: 60px 0;
	}

	.voice-title h2 {
		width: 170px;
	}

	.voice-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.voice-list ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.voice-list ul li:last-child {
		margin-bottom: 0;
	}

	.faq {
		padding: 60px 0;
	}

	.qa-list {
		max-width: 500px;
		margin: 0 auto;
	}

	.qa-list .qa-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.qa-question h3 {
		width: calc(100% - 35px);
		font-size: 16px;
	}

	.qa-answer p {
		width: calc(100% - 35px);
		font-size: 16px;
	}

	.contact-title {
		padding: 15px 0;
	}

	.contact-title h2 {
		line-height: 1.6;
	}

	.contact-txt p {
		font-size: 16px;
	}

	.contact-form-box {
		max-width: 500px;
	}

	.form-group {
		display: block;
		margin-bottom: 20px;
	}

	.form-group label {
		width: 100%;
		margin-bottom: 10px;
	}

	.form-group label p,
	.form-group label span {
		font-size: 16px;
	}

	.form-group input,
	.form-group textarea {
		width: 100%;
		padding: 10px 15px;
		font-size: 16px;
	}

	.form-group.check {
		justify-content: center;
		display: flex;
		text-align: center;
	}

	.form-group.check label {
		width: auto;
		margin-bottom: 0;
	}

	.form-group button {
		max-width: 180px;
		width: 100%;
		padding: 15px 0;
		font-size: 16px;
		display: block;
		margin: 30px auto 0;
	}

	.contact {
		padding: 0 0 50px;
	}

	.company {
		padding: 60px 0;
	}

	.company .inner {
		max-width: 500px;
	}

	.company-flex {
		background: #fff;
		display: block;
		padding: 15px 12.5px;
		margin-bottom: 30px;
		position: relative;
	}

	.company-flex-txt {
		width: 100%;
	}

	.company-flex-img {
		width: 105px;
		position: absolute;
		top: 0;
		right: 20px;
	}

	.intro-table .table-cont table th {
		display: block;
		width: 100%;
		padding-block: 0 5px;
		border-bottom: none;
		font-size: 16px;
	}

	.table-cont table td {
		width: 100%;
		display: block;
		padding-block: 2.5px 10px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.company-txt-box {
		background-image: url(../img/president_box_sp.webp);
		padding: 15px;
		margin-bottom: 60px;
	}

	.company-txt-box-inner {
		padding: 15px;
	}

	.company-txt-box p {
		font-size: 16px;
	}

	.intro-title {
		margin-bottom: 30px;
	}

	.intro-title h2 {
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}

	.intro-table {
		margin-bottom: 20px;
	}

	.map-cont iframe {
		height: 180px;
	}

	footer {
		padding: 10px 0;
	}

	.fixed-btns {
		max-width: 500px;
	}

	intro-table .table-cont table th,
	.intro-table .table-cont table td {
		width: 100%;
	}
}

@media screen and (max-width: 499px) {
	.header-logo {
		width: 105px;
	}

	.fv-bottom-list ul li img {
		width: 16px;
		position: relative;
		top: 2px;
	}

	.fv-bottom-list ul li p {
		font-size: 16px;
		width: calc(100% - 22px);
	}

	.lisk-txt-img {
		width: calc(100% + 30px);
		left: -15px;
		position: relative;
	}

	.cta-cont-bottom {
		margin-top: -20px;
		padding-top: 60px;
	}

	.cta-cont-bottom::before {
		height: 50px;
	}

	.qa-question {
		align-items: flex-start;
	}
}
