@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: "SourceHanSans";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/SourceHanSans/SourceHanSansJP-Regular.otf") format("opentype");
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSans";
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/SourceHanSans/SourceHanSansJP-Bold.otf") format("opentype");
	font-display: swap;
}
body {
	counter-reset: balloon01 balloon02 merit01 merit02;
	font-family: "SourceHanSans", Toppan Bunkyu Midashi Gothic, "メイリオ", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #003988;
	letter-spacing: 1px;
}
br {
	display: none;
}
.br,
p.txt {
	display: block;
}
section + section {
	margin-top: 0;
}
.inner {
	max-width: 1280px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	opacity: 0.8;
}
ol,
ul {
	list-style: none;
}
span {
	display: inline-block;
}
span:not([class]) {
	display: inline;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.border-double {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 3px solid #ff0003;
}
.border-double::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background-color: #ff0003;
}
@media screen and (max-width: 1440px) {
	.inner {
		max-width: 870px;
	}
}
@media screen and (max-width: 1024px) {
	.inner {
		max-width: 600px;
	}
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 20px;
	}
}

.sec__heading {
	position: relative;
	text-align: center;
	font-size: 42px;
	padding: 20px 55px;
	background-color: #003988;
	margin-bottom: 130px;
	letter-spacing: 0.1em;
	filter: drop-shadow(10px 10px 10px rgba(163, 209, 255, 1));
}
.sec__heading::before {
	content: "";
	width: 70px;
	height: 45px;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background-color: #003988;
	clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
}
.sec__heading-inner {
	display: inline-block;
	text-align: left;
}
.sec__heading span {
	color: #fff;
}
.sec__heading .large {
	font-size: 55px;
}
.sec__heading .dot {
	display: inline-block;
	font-size: 55px;
	color: #fff55f;
	background-image: radial-gradient(circle at center, #fff55f 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1.1em 0.3em;
	padding-top: 0.1em;
	margin-top: 5px;
}
.heading .dot {
	display: inline-block;
	background-image: radial-gradient(circle at center, #003988 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.2em;
	padding-top: 0.1em;
	margin-top: 5px;
}
.sec__heading .heading-highlight {
	color: #ff4040;
	background-color: #fff62a;
	padding: 2px 24px;
	margin: 3px 0;
}
@media screen and (max-width: 1440px) {
	.sec__heading {
		font-size: 30px;
		padding: 13.4px 36.9px;
		margin-bottom: 87.1px;
	}
	.sec__heading::before {
		width: 46.9px;
		height: 30px;
	}
	.sec__heading .large {
		font-size: 40px;
	}
	.sec__heading .dot {
		font-size: 40px;
	}
	.sec__heading .heading-highlight {
		font-size: 28px;
		padding: 5px 16px;
	}
}
@media screen and (max-width: 1024px) {
	.sec__heading {
		font-size: 18px;
		padding: 8px 13px;
		margin-bottom: 52px;
	}
	.sec__heading::before {
		width: 28px;
		height: 18px;
	}
	.sec__heading .large {
		font-size: 28px;
	}
	.sec__heading .dot {
		font-size: 28px;
	}
	.sec__heading .heading-highlight {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 767px) {
	.sec__heading {
		margin-bottom: 50px;
		filter: drop-shadow(5px 5px 5px rgba(163, 209, 255, 1));
	}
	.sec__heading::before {
		width: 40px;
		height: 25px;
	}
	.sec__heading .large {
		font-size: 24px;
	}
	.sec__heading .dot {
		font-size: 24px;
		background-size: 1.1em 0.3em;
	}
	.sec__heading .heading-highlight {
		padding: 2px 16px;
	}
}

.tel__txt {
	content: "";
	background-image: url(../../img/posting/deco-tel.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 10px;
	padding-left: 43%;
	background-position: 25% 5px;
}
.tel__txt span {
	display: block;
	color: #003988;
	font-size: 42px;
	font-weight: 700;
}
.btn-tel a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 890px;
	margin: 0 auto 10px;
	color: #fff;
	font-weight: 700;
	background-color: #e20002;
	font-size: 98px;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 155px;
	background-image: url(../../img/posting/ico-tel.png);
	background-repeat: no-repeat;
	background-position: 60px 24px;
	border-radius: 20px 20px 0 0;
	background-size: 78px auto;
}
.btn-tel__txt {
	display: block;
}
.btn-tel time {
	display: block;
	font-size: 29px;
	margin-top: 5px;
}
.btn-mail a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
	background-color: #003988;
	font-size: 36px;
	line-height: 100px;
	text-align: center;
	padding-left: 84px;
	border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1440px) {
	.tel__txt {
		max-width: 600px;
		margin: 0 auto;
		padding-top: 67px;
		padding-bottom: 10px;
		padding-left: 240px;
		background-position: 25px 10px;
		background-size: 220px auto;
	}
	.tel__txt span {
		font-size: 30px;
	}
	.tel__txt time {
		font-size: 20px;
	}
	.btn-tel a {
		max-width: 600px;
		font-size: 60px;
		padding-left: 100px;
		background-position: 36px 13px;
		background-size: 55px auto;
	}
	.btn-tel time {
		font-size: 18px;
	}
	.btn-mail a {
		max-width: 600px;
		font-size: 24px;
		line-height: 80px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.tel__txt {
		max-width: 540px;
		margin: 0 auto;
		padding-top: 55px;
		padding-left: 175px;
		background-position: 35px 0;
		background-size: 160px auto;
	}
	.tel__txt span {
		font-size: 24px;
	}
	.btn-tel a {
		max-width: 450px;
		font-size: 50px;
		padding-left: 70px;
		background-position: 30px 13px;
		background-size: 35px auto;
		border-radius: 10px 10px 0 0;
	}
	.btn-tel time {
		font-size: 12px;
	}
	.btn-mail a {
		max-width: 450px;
		font-size: 18px;
		line-height: 55px;
		padding-left: 25px;
		margin-bottom: 5px;
		border-radius: 0 0 10px 10px;
	}
}
@media screen and (max-width: 767px) {
	.tel__bnr {
		max-width: 320px;
		margin: 0 auto;
	}
	.tel__txt {
		padding-top: 50px;
		padding-bottom: 10px;
		background-position: -10px 0px;
		background-size: 130px;
		padding-left: 35%;
	}
	.tel__txt span {
		font-size: 14px;
	}
	.btn-tel a {
		font-size: 28px;
		background-size: 30px auto;
		margin-bottom: 5px;
		padding-bottom: 10px;
	}
	.btn-tel time {
		font-size: 10px;
	}
	.btn-mail a {
		font-size: 14px;
		line-height: 40px;
		padding-left: 0px;
	}
}

.balloon01 {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -70px;
	margin: 0 auto;
	background-color: #003988;
	border-radius: 50%;
}
.balloon01::before {
	display: block;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
}
.merit .balloon01::before {
	content: counter(balloon01);
	counter-increment: balloon01 1;
}
.reason .balloon01::before {
	content: counter(balloon02);
	counter-increment: balloon02 1;
}
.balloon01::after {
	content: "";
	width: 40px;
	height: 35px;
	position: absolute;
	display: block;
	background-color: #003988;
	bottom: 15px;
	right: -10px;
	clip-path: polygon(0% 100%, 100% 100%, 50% 50%);
}

@media screen and (max-width: 1440px) {
	.balloon01 {
		width: 67px;
		height: 67px;
		left: -30px;
	}
	.balloon01::before {
		line-height: 67px;
		font-size: 33.5px;
	}
	.balloon01::after {
		width: 26.8px;
		height: 35px;
		bottom: 15px;
		right: -10px;
	}
}
@media screen and (max-width: 1024px) {
	.balloon01 {
		width: 40px;
		height: 40px;
		top: 5px;
		left: -20px;
	}
	.balloon01::before {
		line-height: 40px;
		font-size: 20px;
	}
	.balloon01::after {
		width: 10px;
		height: 21px;
		bottom: 3px;
		right: 0px;
	}
}
@media screen and (max-width: 767px) {
	.balloon01 {
		width: 50px;
		height: 50px;
		top: -50px;
		bottom: auto;
		left: 0px;
	}
	.balloon01::before {
		line-height: 50px;
		font-size: 25px;
	}
	.balloon01::after {
		width: 10px;
		height: 15px;
		bottom: 5px;
		right: 0px;
	}
}

.highlight-yellow {
	font-size: 150%;
	letter-spacing: 0.1em;
	color: #dc010b;
	background-color: #fff649;
	margin: 5px 0;
}
.underline-red {
	display: inline-block;
	border-bottom: 3px solid #ff0003;
	line-height: 1.2;
}
.underline-red span {
	font-size: 40px;
}
.highlight-red {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	padding: 2px 24px;
	margin: 3px 0;
	background-color: #ff4040;
}
@media screen and (max-width: 1440px) {
	.highlight-yellow {
		font-size: 28px;
		padding: 5px 16px;
	}
	.underline-red {
		line-height: 1.2;
	}
	.underline-red span {
		font-size: 28px;
	}
	.highlight-red {
		font-size: 24px;
		padding: 5px 16px;
	}
}
@media screen and (max-width: 1024px) {
	.highlight-yellow {
		font-size: 21px;
		padding: 5px 10px;
	}
	.underline-red {
		line-height: 1.2;
	}
	.underline-red span {
		font-size: 21px;
	}
	.highlight-red {
		font-size: 21px;
		padding: 5px 10px;
	}
}
@media screen and (max-width: 767px) {
	.highlight-yellow {
		font-size: 18px;
		padding: 2px 16px;
	}
	.underline-red {
		line-height: 1.2;
	}
	.underline-red span {
		font-size: 20px;
	}
	.highlight-red {
		font-size: 20px;
		padding: 2px 16px;
	}
}
.en {
	position: absolute;
	bottom: 350px;
	left: -320px;
	color: #fff;
	font-size: 250px;
	line-height: 1;
	letter-spacing: 1px;
	transform: rotate(90deg);
}
@media screen and (max-width: 1440px) {
	.en {
		bottom: 240px;
		left: -240px;
		font-size: 180px;
	}
}
@media screen and (max-width: 1024px) {
	.en {
		bottom: 160px;
		left: -160px;
		font-size: 120px;
	}
}
@media screen and (max-width: 767px) {
	.en {
		bottom: 60px;
		left: auto;
		right: -45px;
		font-size: 40px;
	}
	.free-paper .en {
		bottom: 120px;
	}
}

.ul01 {
	position: relative;
	max-width: 1280px;
	line-height: 1.8;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
}
.reason .ul01 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.free-paper .ul01 {
	margin-top: 80px;
}
.ul01 li {
	font-size: 40px;
	color: #003988;
	max-width: 960px;
	margin: 0 auto;
	padding-left: 70px;
	background-image: url(../../img/posting/ico-check.png);
	background-repeat: no-repeat;
	background-size: 55px auto;
	background-position: left 10px;
}
.ul01 li span {
	background: linear-gradient(transparent 50%, #fff649 0%);
}
@media screen and (max-width: 1440px) {
	.ul01 {
		max-width: 960px;
		padding: 20px 0;
	}
	.reason .ul01 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.free-paper .ul01 {
		margin-top: 55px;
	}
	.ul01 li {
		font-size: 24px;
		max-width: 670px;
		padding-left: 45px;
		background-size: 36px auto;
	}
}
@media screen and (max-width: 1024px) {
	.ul01 {
		max-width: 540px;
		padding: 20px 0;
	}
	.free-paper .ul01 {
		margin-top: 40px;
	}
	.ul01 li {
		font-size: 18px;
		max-width: 480px;
		padding-left: 35px;
		background-size: 24px auto;
	}
}
@media screen and (max-width: 767px) {
	.free-paper .ul01 {
		margin-top: 28px;
	}
	.ul01 li {
		font-size: 15px;
		padding-left: 40px;
		padding-right: 10px;
		background-size: 18px auto;
		background-position: 12px 7px;
	}
}

@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	body {
		padding-bottom: 80px;
	}
}
