/* add.css from 202512 */

.top_01 {
	padding: 60px 0;
	background-color: #f1f1f1;
	background-image: url("../img/top/top_01_1.png"), url("../img/top/top_01_2.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
	background-size: auto 196px, auto 196px;
}
.top_01 .frame {
	display: flex;
	justify-content: space-between;
}
.top_01 .domino {
	width: 38%;
}
.top_01 .domino h3 {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #78430B;
	color: #78430B;
	font-size: 32px;
}
.top_01 .conts {
	width: 54%;
	margin-bottom: 30px;
}
.top_01 .conts h2 {
	margin: 120px 0 30px;
	color: #7B3C01;
	font-size: 36px;
	line-height: 1.5;
}
.top_01 .conts h2 br {
	display: none;
}
.top_01 .conts p {
	width: 80%;
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	line-height: 1.75;
}
.top_01 .conts p span {
	color: #7B3C01;
}
.top_01 .conts p em {
	background: #7B3C01;
	color: #fff;
	font-style: normal;
}
.top_01 .circle {
	width: 38%;
	order: 2;
	padding: 80px 0;
	background: url("../img/top/top_01_circle.png") no-repeat top center;
	background-size: 100% auto;
	color: #7B3C01;
	text-align: center;
}
.top_01 .circle p {
	font-size: 20px;
	font-family: "Noto Sans JP", serif;
}
.top_01 .circle h3 {
	margin: 40px 0;
	font-size: 26px;
	line-height: 1.5;
}
.top_01 .circle h3 span {
	font-size: 125%;
}
.top_01 .circle div {
	display: flex;
	justify-content: center;
	gap: 0 100px;
}
.top_01 .texts {
	width: 54%;
}
.top_01 .texts h2 {
	margin: 40px 0 40px;
	color: #7B3C01;
	font-size: 26px;
	line-height: 1.5;
}
.top_01 .texts h2 span {
	font-size: 125%;
}
.top_01 .texts p {
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	line-height: 2;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	
	.top_01 {
		padding: 5vw 0;
		background-size: auto 18vw, auto 18vw;
	}
	.top_01 .domino h3 {
		margin-bottom: 3vw;
		padding-bottom: 1vw;
		font-size: 3vw;
	}
	.top_01 .conts {
		width: 57%;
		margin-bottom: 3vw;
	}
	.top_01 .conts h2 {
		margin: 10vw 0 3vw;
		font-size: 3vw;
	}
	.top_01 .conts p {
		width: 100%;
		font-size: 1.6vw;
	}
	.top_01 .circle {
		padding: 7vw 0;
	}
	.top_01 .circle p {
		font-size: 2vw;
	}
	.top_01 .circle h3 {
		margin: 3.5vw 0;
		font-size: 2.5vw;
	}
	.top_01 .circle div {
		gap: 0 9vw;
	}
	.top_01 .texts {
		width: 57%;
	}
	.top_01 .texts h2 {
		margin: 4vw 0;
		font-size: 2.5vw;
	}
	.top_01 .texts p {
		font-size: 1.6vw;
	}	

}
@media screen and (max-width: 768px) {
	
	.top_01 {
		padding: 50px 0;
		background-size: 100% auto, 100% auto;
	}
	.top_01 .frame {
		display: block;
	}
	.top_01 .domino {
		width: min(300px,100%);
		margin: 0 auto;
	}
	.top_01 .domino h3 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 22px;
	}
	.top_01 .conts {
		width: 100%;
		margin-bottom: 50px;
	}
	.top_01 .conts h2 {
		margin: 30px 0 20px;
		font-size: 24px;		
		text-align: center;
	}
	.top_01 .conts h2 span {
		font-size: 125%;
	}
	.top_01 .conts h2 br {
		display: inline-block;
	}
	.top_01 .conts p {
		width: 100%;
		font-size: 14px;
	}
	.top_01 .circle {
		width: 300px;
		margin: 0 auto 30px;
		padding: 60px 0;
	}
	.top_01 .circle p {
		font-size: 18px;
	}
	.top_01 .circle h3 {
		margin: 24px 0;
		font-size: 22px;
	}
	.top_01 .circle div {
		gap: 0 70px;
	}
	.top_01 .texts {
		width: 100%;
	}
	.top_01 .texts h2 {
		margin: 30px 0 20px;
		font-size: min(4.5vw,22px);
		text-align: center;
	}
	.top_01 .texts p {
		font-size: 14px;
	}
	
	
}

.top_02 {
	padding: 50px 0;
	background: url("../img/top/top_02_bg.png") no-repeat bottom center #f1f1f1;
	background-size: cover;	
}
.top_02 .inner {
	position: relative;
}
.top_02 p.en {
	position: relative;
	z-index: 0;
	width: 100%;
	font-size: 120px;
	color: rgba(7,9,106,.1);
}
.top_02 p.en.start {
	text-align: right;
}
.top_02 .pic {
	position: absolute;
	z-index: 1;
	bottom: 2vw;
	right: 0;
	width: 466px;
}
.top_02 h2 {
	margin: 20px 0 0;
	color: #07096A;
	font-size: 48px;
}
.top_02 h2 span {
	font-size: 125%;
}
.top_02 h3 {
	width: 618px;
	margin: 10px 0 20px;
	padding: 15px;
	background: #07096A;
	color: #fff;
	font-size: 17px;
	text-align: center;
}
.top_02 p.txt {
	width: 480px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
	line-height: 2;	
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	
	.top_02 {
		padding: 5vw 0;
	}
	.top_02 p.en {
		font-size: 10vw;
	}
	.top_02 .pic {
		bottom: 1.25vw;
		width: 46vw;
	}
	.top_02 h2 {
		margin: 2vw 0 0;
		font-size: 4vw;
	}
	.top_02 h3 {
		width: 52vw;
		margin: 2vw 0 2vw;
		padding: 1.5vw;
		font-size: 1.7vw;
	}
	.top_02 p.txt {
		width: 55vw;
		margin-bottom: 1vw;
		font-size: 1.6vw;
	}
	
}
@media screen and (max-width: 768px) {
	
	.top_02 {
		overflow: hidden;
	}
	.top_02 p.en {
		font-size: 12vw;
	}
	.top_02 .pic {
		bottom: 0;
		right: -15vw;
		width: 60vw;
	}
	.top_02 h2 {
		margin: 4vw 0 0;
		font-size: 5vw;
	}
	.top_02 h3 {
		width: 60%;
		margin: 3vw 0 4vw;
		padding: 1.5vw 3vw;
		font-size: 3.75vw;
		line-height: 1.5;
		text-align: left;
	}
	.top_02 p.txt {
		width: 70%;
		margin-bottom: 4vw;
		font-size: 3.25vw;
	}
	
}

.top_03 {
	padding: 20px 0 60px;
	background: #f1f1f1;
}
.top_03 h2 {
	margin-bottom: 30px;
	font-size: 32px;
	text-align: center;
}
.top_03 h2 span {
	font-size: 125%;
}
.top_03 ul {
	display: flex;
	justify-content: space-between;
}
.top_03 ul li {
	width: 31.5%;	
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
.top_03 ul li .pic {
	position: relative;
}
.top_03 ul li .pic .ttlbg {
	position: absolute;
	top: 10px;
	left: -5px;
	overflow: hidden;
	width: 60px;
	height: 30px;
}
.top_03 ul li .pic .ttlbg::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	left: -15px;
	top: 0%;
	transform: skewX(15deg);
 	transform-origin: 100% 0;
	background: #0d2351;
}
.top_03 ul li .pic span {
	position: absolute;
	top: 15px;
	left: 8px;
	color: #fff;
	font-size: 20px;
}
.top_03 ul li .pic img {
	width: 100%;
}
.top_03 ul li h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	color: #07096A;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}
.top_03 ul li p {
	font-size: 14px;
	font-family: "Noto Sans JP", serif;
	line-height: 1.4;
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
	
	.top_03 h2 {
		margin-bottom: 3vw;
		font-size: 3vw;
	}
	.top_03 ul li {
		padding: 1.5vw;
		border-radius: 1vw;
	}
	.top_03 ul li .pic .ttlbg {
		top: 1vw;
		left: -.5vw;
		width: 6vw;
		height: 3vw;
	}
	.top_03 ul li .pic .ttlbg::after {
		left: -1.5vw;
	}
	.top_03 ul li .pic span {
		top: 1.5vw;
		left: .8vw;
		font-size: 2vw;
	}
	.top_03 ul li h3 {
		height: 6vw;
		font-size: 1.6vw;
	}
	.top_03 ul li p {
		font-size: 1.4vw;
	}	
	
}
@media screen and (max-width: 599px) {
	
	.top_03 {
		padding: 50px 0;
	}
	.top_03 h2 {
		margin-bottom: 20px;
		font-size: min(6vw,25px);
	}
	.top_03 ul {
		display: block;
	}
	.top_03 ul li {
		width: 300px;
		margin: 0 auto 20px;
	}
	.top_03 ul li h3 {
		height: 60px;
		font-size: 16px;
	}
	
}
