/* worries */
#worries .sec-inner {
	padding: 60px 0 135px;
}
#worries .sec-ttl {
	font-family: "Shippori Mincho", serif;
	text-align: center;
	font-size: 4.2rem;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 1.47;
}

.worries-list {
	max-width: 702px;
	margin: 0 auto 55px;
	padding: 0;
	list-style: none;
	display: table;
	text-align: left;
}
.worries-list li {
	font-size: 1.8rem;
	position: relative;
	padding-left: 36px;
	line-height: 1.44;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	display: table;
}
.worries-list li span {
	color: #0040AB;
	background:linear-gradient(transparent 60%, #f0f0f0 60%);
}
.worries-list li + li {
	margin-top: 20px;
}
.worries-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 26px;
	height: 25px;
	transform: translateY(-50%) ; 
	background-image: url(../images/ic_check.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.worries-lead {
	font-family: "Shippori Mincho", serif;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 2.2rem;
	font-weight: 600;
}

.worries-cta {
	font-family: "Shippori Mincho", serif;
	margin: 0 auto;
	color: #fff;
	font-size: 2.2rem;
	border-radius: 20px;
	padding: 30px 0px;
	font-weight: 600;
	line-height: 1.72;
	text-align: center;
	background: linear-gradient(45deg, #1C64B5 0%, #4F8ACA 100%);
	position: relative;
}
.worries-cta::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 25px;
	background: url(../images/triangle.png);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	left: 50%;
	top: -10px;
}
.worries-cta p {
	margin: 0;
}

.worries-subttl {
	font-family: "Shippori Mincho", serif;
	text-align: center;
	font-size: 3.6rem;
	margin: 80px 0 34px;
	color: #0040AB;
	position: relative;
	font-weight: 600;
	line-height: 1.44;
}
.worries-subttl::before {
	content: "";
	position: absolute;
	width: 176px;
	height: 2px;
	background-color: #EBEBEB;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}
.worries-subttl::after {
	content: "";
	position: absolute;
	width: 176px;
	height: 2px;
	background-color: #EBEBEB;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}

.worries-subttl-note {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.75;
}

.worries-issues {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 50px;
	margin: 0 auto;
	justify-content: center;
}

.w-issue {
	text-align: center;
	width: 270px;
	display: flex;
	flex-direction: column;
}
.w-issue__circle {
	width: 260px;
	height: 260px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #edf3fa;
	display: grid;
	place-items: center;
}
.w-issue__circle img {
	object-fit: cover;
	display: block;
	width: 230px;
	height: 230px;
	border-radius: 50%;
}
.w-issue__ttl {
	font-size: 2.2rem;
	font-weight: 800;
	color: #0040AB;
	text-align: center;
	line-height: 1.5;
	font-family: "Shippori Mincho", serif;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 15px;
}
.w-issue:nth-child(2) .w-issue__ttl ,
.w-issue:nth-child(3) .w-issue__ttl {
	min-height: calc(1em * 1.5 * 2);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.w-issue__desc {
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: 600;
	color: #1F1F22;
	text-align: left;
	margin: 0;
	letter-spacing: -0.01px;
}
.worries-note {
	text-align: center;
	margin-top: 50px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	#worries .sec-ttl {
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	#worries .sec-inner {
		padding: 40px 0 60px;
	}
	.worries-list {
		max-width: 100%;
	}
	.worries-lead {
		font-size: 1.8rem;
		text-align: left;
	}
	.worries-cta {
		font-size: 1.7rem;
	}
	.worries-subttl {
		font-size: 2.4rem;
	}
	.worries-subttl::before,
	.worries-subttl::after {
		content: none;
	}
	.worries-subttl-note {
		font-size: 1.6rem;
		text-align: left;
	}
	.worries-issues {
		flex-direction: column;
		align-content: center;
	}
	.w-issue {
		width: 100%;
	}
	.w-issue__desc {
		text-align: center;
	}
	.w-issue__circle {
		max-width: 260px;
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}
	.w-issue__circle img {
		width: 88.64%;
		height: auto;
		aspect-ratio: 1;
	}
	.worries-note {
		font-size: 1.6rem;
	}
	.w-issue:nth-child(2) .w-issue__ttl, .w-issue:nth-child(3) .w-issue__ttl {
		min-height: auto;
		display: block;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}
}

/* merit */
#merit {
	background-color: #1C64B5;
	background-repeat: no-repeat;
	background-position: top;
	color: #fff;
	position: relative;
}
#merit::before {
	content: "";
	position: absolute;
	background-image: url(../images/merit_bg.png);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
#merit .content-width {
	z-index: 1;
	position: relative;
}
#merit .sec-inner {
	padding: 60px 0;
}
#merit .sec-en {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	margin-bottom: 10px;
}

#merit .sec-ttl.merit__ttl {
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-size: 5rem;
	line-height: 1.44;
	font-weight: 600;
	color: #fff;
}

#merit .merit__lead {
	text-align: center;
	font-weight: 600;
	margin: 35px auto 50px;
	font-size: 1.6rem;
	line-height: 1.9;
	opacity: .95;
	color: #fff;
}

.merit-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 45px;
	justify-content: center;
}

.merit-card {
	width: 489px;
}

.merit-card__media img {
	width: 490px;
	height: 320px;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}

.merit-card__body {
	color: #fff;
	margin-top: 30px;
	padding-left: 24px;
}

.merit-card__eyecatch {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.22;
	font-family: "Montserrat", sans-serif;
}

.merit-card__ttl {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.42;
	margin: 0;
	margin-bottom: 20px;
	font-family: "Shippori Mincho", serif;
}

.merit-card__desc {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 600;
	margin: 0;
}
@media screen and (max-width: 767px) {
	#merit .sec-inner {
		padding: 40px 0;
	}
	#merit .sec-en {
		font-size: 2rem;
	}
	#merit .sec-ttl.merit__ttl {
		font-size: 3rem;
	}
	#merit .merit__lead {
		font-size: 1.6rem;
		text-align: left;
	}
	.merit-cards {
		flex-direction: column;
		align-content: center;
	}
	.merit-card {
		max-width: 490px;
		width: 100%;
	}
	.merit-card__media img {
		width: 100%;
		height: auto;
		aspect-ratio: 490 / 320 ;
	}
	.merit-card__eyecatch {
		font-size: 1.6rem;
	}
	.merit-card__ttl {
		font-size: 2.2rem;
	}
	.merit-card__desc {
		font-size: 1.6rem;
	}
	.merit-card__body {
		padding-left: 0;
	}
}

#reason {
	background: linear-gradient(
	to bottom,
	#1C64B5 0%,
	#1C64B5 50%,
	#F8F8F8 50%,
	#F8F8F8 100%
	);
}

#reason .sec-inner {
	padding: 50px 0 0;
}

#reason .reason-content {
	background-color: #fff;
	border-radius: 20px;
	padding: 53px 50px 45px;
}

#reason .reason-head{
	text-align: center;
	margin: 0 auto;
}
#reason .sec-en{
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1;
	color: #B5B8BC;
	margin-bottom: 10px;
}
#reason .sec-ttl.reason__ttl{
	font-family: "Shippori Mincho", serif;
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 35px;
	color: #0040AB;
	line-height: 1.44;
}
#reason .reason__lead{
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 40px;
	color: #1F1F22;
	font-weight: 600;
}

#reason .reason-cards{
	max-width: 924px;
	display: flex;
	gap: 42px;
}

.reason-card{
	width: 280px;
}
.reason-card-ttl-box {
	background: linear-gradient(to top right, #1c64b5 60%, #5088ca 100%);
	color: #fff;
	width: 100%;
	height: 114px;
	border-radius: 10px;
	margin-bottom: 33px;
	position: relative;
	overflow: visible;
	padding: 15px 41px;
}

.reason-card-ttl-box::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 18px;
	background: url(../images/triangle_blue.png);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	left: 50%;
	bottom: -17px;
}
.reason-card-ttl-en {
	font-family: "Montserrat", sans-serif;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 5px;
}
.reason-card-ttl {
	font-family: "Shippori Mincho", serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.27;
	text-align: center;
	position: absolute;
	margin-top: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.reason-card-txt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	#reason .sec-en {
		font-size: 2rem;
	}
	#reason .sec-ttl.reason__ttl {
		font-size: 3rem;
	}
	#reason .reason__lead {
		font-size: 1.6rem;
	}
	#reason .reason-cards {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.reason-card {
		width: 100%;
	}
	.reason-card-ttl {
		transform: translateY(-50%) translateX(-50%);
		left: 50%;
	}
	.reason-card-ttl-en {
		font-size: 1.6rem;
	}
	.reason-card-ttl {
		font-size: 2rem;
		transform: unset;
		top: unset;
		position: unset;
	}
	.reason-card-txt {
		font-size: 1.6rem;
	}
	.reason-card-ttl-box {
		padding: 15px 15px;
		height: auto;
	}
	#reason .reason-content {
		padding: 30px 20px 45px;
	}
}

#flow {
	position: relative;
	background: #F8F8F8;
}
#flow .sec-inner {
	padding-top: 50px;
	padding-bottom: 80px;
}
#flow .flow-head{
	text-align: center;
	margin: 0 auto;
}
#flow .sec-en{
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1;
	color: #B5B8BC;
	margin-bottom: 10px;
}
#flow .sec-ttl.flow__ttl{
	font-family: "Shippori Mincho", serif;
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 23px;
	color: #0040AB;
	line-height: 1.44;
}
.flow-content {
	margin-top: 60px;
	display: flex;
	gap: 50px 21px;
}
.flow-list {
	position: relative;
	border: 4px solid #5088CA;
	width: 240px;
	height: 202px;
	border-radius: 20px;
	align-content: center;
}
.flow-num {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #5088CA;
	border-radius: 50%;
	text-align: center;
	align-content: center;
	font-size: 2.6rem;
	font-weight: 600;
	color: #fff;
	left: 0;
	top: -30px;
	font-family: "Montserrat", sans-serif;
}
.flow-list-ttl {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.36;
	text-align: center;
}
.flow-list-txt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
	text-align: center;
}
.flow-text-box {
	margin-top: 50px;
	text-align: center;
}
.flow-note {
	color: #1F1F22;
	font-family: "Shippori Mincho", serif;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 600;
}
.flow-text {
	color: #1F1F22;
	font-family: "Shippori Mincho", serif;
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	#flow .sec-en {
		font-size: 2rem;
	}
	#flow .sec-ttl.flow__ttl {
		font-size: 3.2rem;
	}
	.flow-content {
		flex-direction: column;
		align-items: center;
	}
	.flow-list {
		width: 100%;
		height: auto;
		padding: 30px 20px;
	}
	.flow-num {
		width: 40px;
		height: 40px;
		top: -20px;
		font-size: 2rem;
	}
	.flow-note {
		font-size: 1.6rem;
	}
	.flow-text {
		font-size: 2.2rem;
	}
	#flow .sec-inner {
		padding-bottom: 60px;
	}
}

#message {
	background-image: url(../images/message_bg.png);
	background-size: cover;
}
#message .sec-inner {
	padding: 135px 0 99px;
}
#message .sec-ttl {
	font-family: "Shippori Mincho", serif;
	font-size: 5rem;
	font-weight: 600;
	color: #0040AB;
	position: relative;
	text-align: left;
	z-index: 1;
}
#message .sec-ttl::after {
	content: "MESSAGE";
	position: absolute;
	left: 0;
	top: -52px;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	font-size: 13.2rem;
	z-index: -1;
	color: #E4E6E8;
}

.message__catch {
	margin-top: 50px;
	font-family: "Shippori Mincho", serif;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #1F1F22;
}

.message__text {
	margin-top: 60px;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.22;
	color: #1F1F22;
}

.message__sign {
	margin-top: 55px;
}

.message__sign .com {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.31;
}
.message__sign .name {
	margin-top: 12px;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Shippori Mincho", serif;
	line-height: 1.44;
}
@media screen and (max-width: 767px) {
	#message .sec-inner {
		padding: 60px 0;
	}
	#message .sec-ttl {
		font-size: 3rem;
	}
	#message .sec-ttl::after {
		font-size: 5rem;
		top: -20px;
	}
	.message__catch {
		font-size: 2.4rem;
	}
	.message__text {
		font-size: 1.6rem;
	}
	.message__sign .com {
		font-size: 1.6rem;
	}
	.message__sign .name {
		font-size: 1.6rem;
	}
	#message {
		background-position: center;
	}
}

#top-news .sec-inner {
	padding: 0 0 100px;
}
.news-content {
	display: flex;
	align-items: stretch;
	padding-top: 100px;
	border-top: 2px solid #EBEBEB;
}
.news-content01 {
	margin-right: 117px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-content01 .sec-en {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1;
	color: #B5B8BC;
	text-align: left;
	margin-bottom: 10px;
}
.news-content01 .sec-ttl {
	font-family: "Shippori Mincho", serif;
	font-size: 5rem;
	font-weight: 600;
	color: #0040AB;
	position: relative;
	text-align: left;
	line-height: 1.44;
	z-index: 1;
}
#top-news .more {
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: underline;
	padding-right: 50px;
	align-self: flex-start;
	margin-top: 50px;
	display: inline-block;
	position: relative;
	line-height: 1;
}
#top-news .more::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}
.news-content02 .content-box {
	margin: 0;
}
@media screen and (max-width: 1049px) {
	.news-content01 .sec-ttl {
		font-size: 4.6rem;
	}
}
@media screen and (max-width: 767px) {
	.news-content {
		flex-direction: column;
		padding-top: 50px;
		align-items: center;
	}
	.news-content01 {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news-content01 .sec-en {
		font-size: 2rem;
		text-align: center;
	}
	.news-content01 .sec-ttl {
		font-size: 3rem;
		margin-bottom: 0px;
	}
	.post-cats {
		margin-left: 0;
	}
	.news-content02 {
		text-align: center;
	}
	.news-content02 .content-box {
		text-align: left !important;
	}
}

/* company */
#company {
	padding: 0;
}
#company .sec-inner {
	padding-top: 0;
}

#company .company-bg {
	max-width: 1360px;
	width: 96%;
	background-image: url(../images/company_bg.png);
	background-size: cover;
	margin: 0 auto;
	border-radius: 20px;
	padding: 80px 0;
}

.company-box {
	color: #fff;
	margin: 0 auto;
	display: flex ;
	gap	:60px ;
}

.company-head {
	text-align: left;
	margin-bottom: 32px;
}

#company .sec-en{
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
}
#company .sec-ttl.company__ttl{
	font-family: "Shippori Mincho", serif;
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 77px;
	color: #fff;
	text-align: left;
	line-height: 1.44;
}

.company-body {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
	align-items: flex-start;
	max-width: 502px;
	width: 100%;
}

.company-map {
	flex: 1 1 48%;
	min-width: 300px;
}

.company-map iframe {
	width: 462px;
	height: 360px;
	border: 0;
	border-radius: 20px;
}

.company-table {
	flex: 1 1 48%;
	margin: 0;
}

.company-row {
	display: flex;
}

.company-row + .company-row {
	margin-top: 20px;
}

.company-row dt {
	max-width: 102px;
	width: 100%;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.75;
	padding-bottom: 20px;
	border-bottom: 1px solid #004D9E;
}

.company-row dd {
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 500;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #DADCE0;
	font-family: "Noto Sans JP", sans-serif;
}

.company-row a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#company .sec-inner {
		padding-bottom: 60px;
	}
  .company-box {
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  #company .sec-en {
	font-size: 2rem;
  }
  #company .sec-ttl.company__ttl {
	font-size: 3rem;
	margin-bottom: 40px;
  }
  .company-map iframe {
	aspect-ratio: 462 / 360;
	max-width: 462px;
	width: 100%;
	height: auto;
  }
  .company-left {
	width: 100%;
  }
  .company-body {
	width: 100%;
  }
  .company-map {
	text-align: center;
	min-width: auto;
  }
  #company .company-bg {
	background-size: auto 100%;
	background-color: #2F78C3;
	padding: 50px 0;
  }
  .company-row dt {
	font-size: 1.6rem;
  }
  .company-row dd {
	font-size: 1.6rem;
  }
}
#contact .sec-ttl {
	font-family: "Shippori Mincho", serif;
	font-size: 5.2rem;
	font-weight: 600;
	margin-bottom: 19px;
	color: #0040AB;
	position: relative;
	text-align: center;
	z-index: 1;
	line-height: 1.3;
}
#contact .sec-ttl::after {
	content: "CONTACT";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -52px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	font-size: 13.2rem;
	z-index: -1;
	color: #EDF3FA;
}
.contact__lead {
	font-weight: 600;
	text-align: center;
}
.content-tel {
	padding: 28px 20px;
	width: 100%;
	background-color: #EDF3FA;
	border-radius: 10px;
	text-align: center;
	margin-top: 48px;
}
.content-tel .content-tel-head {
	font-family: "Shippori Mincho", serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.45;
}
.content-tel .contact-content {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.content-tel .contact-content .tell {
	font-size: 4.2rem;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	padding-left: 55px;
	position: relative;
}
.content-tel .contact-content .tell::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 38px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.content-tel .contact-content p {
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}
.contact-box {
	margin: 0;
	padding: 0;
}
.contact-box .form-row {
	position: relative;
	display: flex;
	gap: 0;
	align-items: flex-start;
	border-bottom: 2px dotted #E0E0E0;
}
.contact-box dt {
	flex: 0 0 34%;
	margin: 0;
	padding: 30px 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.33;
	font-family: "Noto Sans JP", sans-serif;
}
.contact-box dd {
	flex: 1 1 auto;
	margin: 0;
	padding: 30px 0;
}
.contact-box .required {
	display: inline-block;
	background-color: #CA4F4F;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.42;
	margin: 0 0 0 13px;
	padding: 5px 11px;
	border-radius: 3px;
	font-family: "Noto Sans JP", sans-serif;
}
.contact-box textarea {
	height: 120px;
}
.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box input[type="number"],
.contact-box textarea {
	width: 100%;
	background: #FAFAFA;
	border-radius: 6px;
	border: 1px solid #B7B7B7;
	padding: 8px;
}
.contact-box .zip {
	width: 200px !important;
}
#contact .contact-box .zip-icon {
	margin-right: 20px;
}
.contact-box input[name="your-address"] {
	margin-top: 15px;
}

#consent-box {
	margin-top: 50px;
	font-size: 1.8rem;
	font-weight: 600;
}
#consent-box a {
	text-decoration: underline;
}
#btn-submit {
	width: 460px;
	position: relative;
	margin: 90px auto 0;
}
#btn-submit .wpcf7-submit {
	background-color: #0040AB;
	color: #fff;
	line-height: 1;
	width: 460px;
	padding: 37px 0;
	border-radius: 90px;
	font-size: 2.6rem;
	font-weight: 600;
}
#consent-box input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 40px;
	height: 40px;
	border: 1px solid #B7B7B7;
	border-radius: 3px;
	background-color: #FAFAFA;
	position: relative;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	transition: all 0.2s ease;
	box-sizing: border-box;
	margin-right: 13px;
}
#consent-box input[type="checkbox"]::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 20px;
	border-right: 3px solid #0040AB;
	border-bottom: 3px solid #0040AB;
	top: 6px;
	left: 13px;
	transform: scale(0) rotate(45deg);
	opacity: 0;
}
#consent-box input[type="checkbox"]:checked::after {
	transform: scale(1) rotate(45deg);
	opacity: 1;
}
#consent-box input[type="checkbox"]:hover,
#consent-box input[type="checkbox"]:focus {
	border-color: #0040AB;
}

@media screen and (max-width: 767px) {
	#contact .sec-ttl {
		font-size: 3rem;
	}
	#contact .sec-ttl::after {
		font-size: 6rem;
		top: -30px;
	}
	.content-tel {
		padding: 20px 10px;
	}
	.content-tel .contact-content {
		flex-direction: column;
	}
	.content-tel .content-tel-head {
		font-size: 2rem;
	}
	.content-tel .contact-content .tell {
		font-size: 2.2rem;
	}
	.content-tel .contact-content p {
		font-size: 1.2rem;
	}
	.content-tel .contact-content .tell::before {
		width: 28px;
		height: 27px;
	}
	.contact-box .form-row {
		flex-direction: column;
	}
	.contact-box dt {
		flex: none;
		width: 100%;
		font-size: 1.6rem;
		text-align: left;
		padding: 20px 0 10px;
	}
	.contact-box dd {
		flex: none;
		width: 100%;
		padding: 10px 0 20px;
	}
	#consent-box {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	#consent-box input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}
	#btn-submit .wpcf7-submit {
		max-width: 460px;
		width: 100%;
		font-size: 2rem;
		padding: 20px 0;
	}
	#btn-submit {
		max-width: 460px;
		width: 100%;
		margin-top: 40px;
	}
}
