@charset "utf-8";

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body,
p,
span,
a,
li,
dt,
dd,
th,
td,
label,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

p,
dd,
dt,
li,
pre,
code,
a {
	overflow-wrap: break-word;
}

body {
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", "Meiryo", sans-serif;
	color: #000000;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
select {
	font: inherit;
}

:focus:not(:focus-visible) {
	outline: none;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	aspect-ratio: attr(width) / attr(height);
}

.pc,
.pc.tablet {
	display: block;
}

.sp,
.tablet {
	display: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: #00000000;
}

area {
	border: none;
	outline: none;
}

html.is_fixed,
html.is_fixed body {
	overflow: hidden;
}

h3,
h4 {
	font-weight: normal;
}

.inner {
	max-width: 1160px;
	width: 100%;
	margin: auto;
	padding: 0 40px;
}
.anchor {
	pointer-events: none;
}
#topic.anchor {
	padding-top: 80px;
	margin-top: -80px;
}
#service01.anchor,
#service02.anchor,
#service03.anchor,
#service04.anchor,
#service05.anchor,
#service06.anchor {
	padding-top: 100px;
	margin-top: -100px;
}
@media (max-width: 767px) {
	#topic.anchor {
		padding-top: 40px;
		margin-top: -40px;
	}
	#service01.anchor,
	#service02.anchor,
	#service03.anchor,
	#service04.anchor,
	#service05.anchor,
	#service06.anchor {
		padding-top: 40px;
		margin-top: -40px;
	}
}
.site_main {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1240px;
}

a.link_tel {
	pointer-events: none;
	color: #000000;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
	.pc.tablet {
		display: none;
	}
	.tablet {
		display: block;
	}
	.tablet_none {
		display: none;
	}
	a.link_tel {
		pointer-events: auto;
	}
}
@media (max-width: 767px) {
	.site_main {
		min-width: 0;
	}
	.inner {
		padding: 0 5.333vw;
	}
	body {
		min-width: 100%;
	}
	.pc,
	.pc.tablet {
		display: none;
	}
	.sp {
		display: block;
	}
	a.link_tel {
		pointer-events: auto;
	}
	.site_content {
		min-height: 0;
	}
}


/*****************************************************/

.header {
	min-width: 1240px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	transition: translate .3s cubic-bezier(.215, .61, .355, 1);
}
@media (max-width: 767px) {
	.header {
		min-width: 0;
	}
}

/* クラスがついた時（下にスクロール中）に隠す */
header.is-hidden {
    translate: 0 -150%; /* 高さと等しい分だけ上に飛ばす */
}

.header_inner {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 32px;
}
@media (max-width: 767px) {
	.header_inner {
		padding: 0 5.333vw;
	}
}

.header_logo {
	width: 214px;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px 0 #001a2e52, 0 8px 16px 0 #001a2e29;
	border-radius: 0 0 6px 6px;
	background-color: #FFF;
	position: relative;
	z-index: 4;
}
@media (max-width: 767px) {
	.header_logo {
		width: 30.4vw;
		height: 12.267vw;
	}
}

.header_logo img {
	width: 166px;
}
@media (max-width: 767px) {
	.header_logo img {
		width: 24vw;
	}
}

.header_nav {
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	font-size: 16px;
	line-height: 1em;
}
@media (max-width: 767px) {
	.header_nav {
		position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        overscroll-behavior: contain;
        overflow-y: scroll;
        background-color: #E3F0FA;
        opacity: 0;
        translate: 0 -10%;
        pointer-events: none;
        transition: opacity .3s cubic-bezier(.215, .61, .355, 1), translate .6s cubic-bezier(.215, .61, .355, 1);
        padding: 100px 32px;
		flex-direction: column;
		gap: 40px;
	}
    .header_nav.--active {
        pointer-events: auto;
        opacity: 1;
        translate: 0 0;
	}
}

.header_nav .text_nav {
	font-optical-sizing: auto;
	font-weight: 700;
	letter-spacing: .04em;
	display: flex;
	box-shadow: 0 4px 16px 0 #001a2e52, 0 8px 16px 0 #001a2e29;
	flex-flow: row nowrap;
	gap: 20px;
	padding: 16px 32px;
	background-color: #FFF;
	border-radius: 6px;
}
@media (max-width: 767px) {
	.header_nav .text_nav {
		flex-direction: column;
		gap: 5.333vw;
		padding: 0;
		box-shadow: unset;
		background-color: transparent;
	}
}


.header_nav .text_nav li {
	position: relative;
}
@media (max-width: 767px) {
	.header_nav .text_nav li {
		border-bottom: 1px solid #C3DEF2;
	}
}

.header_nav .text_nav li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(../img/ico_list.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 10px;
	display: block;
	aspect-ratio: 1 / 1;
	transition: scale .3s cubic-bezier(.215, .61, .355, 1);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.header_nav .text_nav li:before {
		width: 2.667vw;
		top: 2.133vw;
		transform: unset;
	}
}
.header_nav .text_nav li:hover:before {
	scale: 1.5;
}
.header_nav .text_nav li a {
	position: relative;
	color: #001A2E;
	padding-left: 20px;
	display: inline-block;
	transition: color .3s cubic-bezier(.215, .61, .355, 1)
}
@media (max-width: 767px) {
	.header_nav .text_nav li a {
		padding-left: 5.333vw;
		padding-bottom: 5.333vw;
		display: block;
		font-family: 'BIZ UDPGothic';
		font-size: 4.267vw;
		color: #000000;
	}
}
.header_nav .text_nav li:hover a {
	color: #066EB3;
}

.header_button_nav {
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
}
@media (max-width: 767px) {
	.header_button_nav {
		justify-content: center;
		gap: 5.333vw;
	}
}

.header_button {
	letter-spacing: .04em;
	display: flex;
	box-shadow: 0 4px 16px 0 #001a2e52, 0 8px 16px 0 #001a2e29;
	flex-flow: row nowrap;
	padding: 16px 20px;
	border-radius: 6px;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition: all .3s ease;
}
@media (max-width: 767px) {
	.header_button {
		padding: 4.267vw 2.133vw;
		color: #FFFFFF;
		align-items: center;
		justify-content: center;
		font-size: 3.2vw;
	}
}

.header_button.--mail01 {
	width: 138px;
	background: linear-gradient(270deg, #008CC2 0%, #02436E 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(6.95px);
}
@media (max-width: 767px) {
	.header_button.--mail01 {
		width: 38.667vw;
	}
}

.header_button.--mail02 {
	width: 196px;
	background: linear-gradient(90deg, #FF7B00 0%, #FFEA00 100%);
	background-blend-mode: multiply, normal;
	backdrop-filter: blur(6.95px);
}
@media (max-width: 767px) {
	.header_button.--mail02 {
		width: 38.667vw;
	}
}

.header_button.--mail02 span {
	position: relative;
	padding-right: 24px;
}
@media (max-width: 767px) {
	.header_button.--mail02 span {
		padding-right: 8vw;
	}
}

.header_button.--mail02 span::before {
	content: "";
	position: absolute;
	top: 55%;
	right: 0;
	background-image: url(../img/btn_mail.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
	.header_button.--mail02 span::before {
		width: 5.333vw;
	}
}

.header_button:hover {
	translate: 0 5%;
	filter: brightness(0.8);
}


.header_hum{
	cursor: pointer;
    opacity: 1;
    translate: 0;
    transition: opacity .9s cubic-bezier(.215, .61, .355, 1), translate .6s cubic-bezier(.215, .61, .355, 1);
    box-shadow: 0 calc(1.5vw / 2) 1.5vw 0 #001a2e52, 0 1.5vw 3vw 0 #001a2e29;
    position: fixed;
    z-index: 99999;
    right: 3vw;
    top: 0;
    width: 12vw;
    aspect-ratio: 1 / 1;
    background-color: #FFFFFF;
    border-radius: 0 0 1.5vw 1.5vw;
	border: none;
}
.header_hum.is-visible {
    opacity: 1;
    translate: 0
}

@media (min-width: 768px) {
    .header_hum {
        display:none
    }
}

.header_hum span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50%;
    height: .5vw;
    background: #00A4E3;
    transition: all .3s
}

.header_hum span:nth-child(1) {
    translate: -50% -325%;
    border-radius: 100vw;
    transform-origin: center center
}

.header_hum span:nth-child(2) {
    translate: -50% -25%;
    border-radius: 100vw
}

.header_hum span:nth-child(3) {
    translate: -50% 250%;
    border-radius: 100vw;
    transform-origin: center center
}

.header_hum.--active span:nth-child(1) {
    translate:-50% 0%;
    rotate: -405deg
}

.header_hum.--active span:nth-child(2) {
    translate:0 0;
    opacity: 0
}

.header_hum.--active span:nth-child(3) {
    translate:-50% 0%;
    rotate: 405deg
}


/*****************************************************/

.footer {
	z-index: 1;
	width: 100%;
	height: auto;
	background-color: #001A2E;
	padding: 48px;
}

@media (max-width: 767px) {
	.footer {
		padding: 12.8vw 8.533vw;
	}
}

.footer_inner {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 32px;
}

@media (max-width: 767px) {
	.footer_inner {
		flex-flow: column nowrap;
		align-items: flex-start;
		padding: 0
	}
}

.footer .footer_logo {
	width: 280px;
	aspect-ratio: 280/165
}

@media (max-width: 767px) {
	.footer .footer_logo {
		width: 42vw
	}
}

@media (max-width: 767px) {
	.footer .footer_nav {
		margin-top: 9vw;
		width: 100%
	}
}

.footer .footer_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	font-size: 1.4rem;
	gap: 2em;
	margin-bottom: 1.6em
}

@media (max-width: 767px) {
	.footer .footer_nav ul {
		font-size: 3.25vw;
		flex-flow: column nowrap;
		margin-bottom: 2.6em
	}
}

.footer .footer_nav ul li a {
	position: relative;
	color: #C3DEF2;
	padding-left: 1.5em;
	transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.footer .footer_nav ul li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	width: 1em;
	height: .1em;
	opacity: .2;
	display: block;
	aspect-ratio: 1/1;
	background-color: #E3F0FA;
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.footer .footer_nav ul li a:focus {
	color: #E3F0FA;
}

.footer .footer_nav ul li a:focus:before {
	opacity: .4;
	width: .2em;
	height: .2em;
	translate: .4em -50%
}

@media (hover: hover) and (pointer: fine) {
	.footer .footer_nav ul li a:hover {
		color: #E3F0FA;
	}

	.footer .footer_nav ul li a:hover:before {
		opacity: .4;
		width: .2em;
		height: .2em;
		translate: .4em -50%
	}
}

.footer .footer_nav .copyright {
	font-family: "montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	color: #C3DEF2;
	font-size: 1.2rem;
	text-align: right;
	font-style: normal
}

.footer .footer_nav .copyright:before,
.footer .footer_nav .copyright:after {
	content: "";
	display: block;
	inline-size: 0;
	block-size: 1px
}

.footer .footer_nav .copyright:before {
	margin-block-end: calc((1em - 1lh)/2);
}

.footer .footer_nav .copyright:after {
	margin-block-start: calc((1em - 1lh)/2);
}

@media (max-width: 767px) {
	.footer .footer_nav .copyright {
		text-align: left;
		width: 100%;
		font-size: 2.75vw
	}
}

/*****************************************************/

.kv {
	background-image: url(../img/kv_bg.png);
	background-size: cover;
	background-position: center;
	padding: 160px 0 80px;
}
@media (max-width: 767px) {
	.kv {
		background-image: url(../img/kv_bg_sp.png);
		background-position: top center;
		padding: 24vw 0 21.333vw;
	}
}


.kv h1 {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.kv h1 {
		gap: 5.333vw;
		margin-bottom: 28.8vw;
	}
}


.kv h1 span.kv_text01 {
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 52px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #07569E;
	-webkit-text-stroke: 3px #FFFFFF;
	paint-order: stroke fill;
	text-shadow: none;
	filter: drop-shadow(0px 0px 20px rgba(0, 255, 251, 0.8)) drop-shadow(0px 0px 40px rgba(0, 133, 255, 0.6));
}

@media (max-width: 767px) {
	.kv h1 span.kv_text01 {
		font-size: 6.4vw;
	}
}
.kv h1 span.kv_text02 img{
	width: 645px;
	filter: drop-shadow(0px 0px 20px rgba(0, 255, 251, 0.8)) drop-shadow(0px 0px 40px rgba(0, 133, 255, 0.6));
}

@media (max-width: 767px) {
	.kv h1 span.kv_text02 img{
		width: 89.6vw;
	}
}

.kv_button_nav{
	display: flex;
	justify-content: center;
	gap: 36px;
}
@media (max-width: 767px) {
	.kv_button_nav{
		flex-direction: column;
		align-content: center;
		gap: 4.267vw;
	}
}
.kv_button {
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 18px 27px;
    width: 272px;
    height: 56px;
    font-family: 'BIZ UDPGothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: relative;
    border: 2px solid transparent;
    border-radius: 6px;
    background-image:url(../img/btn_bg.png),linear-gradient(to right, #FFBA3A, #F9FF8D);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-size: cover, border-box;
    background-position: center;
    box-shadow: 4px 4px 9.8px #000000, inset 4px 4px 27.8px rgba(255, 255, 255, 0.51);
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.kv_button {
		padding: 4.267vw 7.2vw;
		width: 69.333vw;
		height: 12.8vw;
		font-size: 4.267vw;
		border: 1px solid transparent;
		margin: auto;
	}
}

.kv_button:hover {
	translate: 0 5%;
	filter: brightness(0.8);
}

.kv_button span {
	position: relative;
	padding-right: 32px;
}
@media (max-width: 767px) {
	.kv_button span {
		padding-right: 8.533vw;
	}
}

.kv_button span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background-image: url(../img/btn_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.kv_button span::before{
		width: 5.333vw;
	}
}


.kv_disp{
	max-width: 1280px;
	width: 100%;
	margin: auto;
	margin-bottom: 36px;
	background-image: url(../img/kv_text_bg.png);
	background-size: 1280px 100%;
	background-position: center;
	padding: 20px 0;
	text-align: center;
}
@media (max-width: 767px) {
	.kv_disp{
		max-width: 100.267vw;
		margin-bottom: 8.533vw;
		background-image: url(../img/kv_text_bg_sp.png);
		background-size: 100.267vw 100%;
		padding: 5.333vw 0;
	}
}

.kv_disp_inner{
	position:relative;
	display: inline-block;
	/* padding-left: 240px; */
	/* margin-left: -100px; */
}
@media (max-width: 767px) {
	.kv_disp_inner{
		padding: 0;
		margin: auto;
	}
}

.kv_disp p{
	width: 640px;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 20px;
	line-height: 165%;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: auto;
	/* text-align: left; */
	text-align: center;
}
@media (max-width: 767px) {
	.kv_disp p{
		width: 89.6vw;
		font-size: 4.267vw;
	}
}

.kv_disp p span{
	color: #FFEA00;
}

.kv_disp img{
	width: 224px;
	position:absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	filter: drop-shadow(0px 4px 27.3px #000000);
}
@media (max-width: 767px) {
	.kv_disp img{
		width: 33.067vw;
		position:absolute;
		top: -34.133vw;
		left: -3.2vw;
		transform: unset;
	}
}


/*****************************************************/

.subject{
	background-image: url(../img/subject_bg.png);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	position:relative;
}
@media (max-width: 767px) {
	.subject{
		background-image: url(../img/subject_bg_sp.png);
		padding: 10.667vw 0;
		overflow: hidden;
	}
}
.subject::before{
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 640px);
	background-image: url(../img/subject_bg01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 187px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateX(-50%);
	opacity: 0.6;
}
@media (max-width: 767px) {
	.subject::before{
		top: -14.4vw;
		left: -12.8vw;
		width: 30.933vw;
		transform: unset;
		opacity: 1;
	}
}
.subject::after{
	content: "";
	position: absolute;
	bottom: -20px;
	right: calc(50% - 640px - 188px);
	background-image: url(../img/subject_bg01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 187px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateX(-50%);
	opacity: 0.6;
}
@media (max-width: 767px) {
	.subject::after{
		content: none;
	}
}

.subject h2{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.03em;
	color: #002656;
	padding-bottom: 32px;
	margin-bottom: 68px;
	position:relative;
}
@media (max-width: 767px) {
	.subject h2{
		font-size: 5.867vw;
		line-height: 150%;
		padding-bottom: 5.333vw;
		margin-bottom: 5.333vw;
	}
}
.subject h2::before{
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 4px;
	border-radius: 40px;
	background-image: linear-gradient(to right, #1893D9, #125DA0, #10478B);
	content: "";
}
@media (max-width: 767px) {
	.subject h2::before{
		width: 19.2vw;
		height: 1.067vw;
		border-radius: 10.667vw;
	}
}
.subject_content{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.subject_content{
		flex-direction: column;
		align-items: center;
		gap: 17.6vw;
		margin-bottom: 5.333vw;
	}
}
.subject_card{
	padding: 20px 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position:relative;
	width: 145px;
	z-index: 3;
}
@media (max-width: 767px) {
	.subject_card{
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 2.667vw;
		width: 68vw;
		height: 12.533vw;
	}
}
.subject_card::before{
	content: "";
	position:absolute;
	width: 12px;
    height: 24px;
	background-color: #07569E;
	top: 50%;
	right: -20px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 4;
}
@media (max-width: 767px) {
	.subject_card::before{
		width: 8vw;
		height: 4vw;
		top: unset;
		right: unset;
		bottom: -6.4vw;
		left: 50%;
		transform: translateX(-50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
.subject_batch{
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px 12px;
	position: absolute;
	width: 123px;
	height: 27px;
	background: linear-gradient(270deg, #008CC2 0%, #02436E 100%);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 999px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.subject_batch{
		top: 50%;
		left: 3.2vw;
		transform: translateY(-50%);
		padding: 0;
		position: absolute;
		width: 7.2vw;
		height: 7.2vw;
		line-height: 100%;
	}
	.subject_batch span {
		display: none;
	}
}
.subject_card.--c1 .subject_batch {
	background: linear-gradient(270deg, #00B8FF 0%, #00A4E3 100%);
}
.subject_card h3 {
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #07569E;
	margin-bottom: 8px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.subject_card h3 {
		font-size: 3.733vw;
		margin-bottom: 0;
		height: auto;
		padding-left: 10.667vw;
	}
}
.subject_card.--c1 h3 {
	color: #00A4E3;
}
.subject_card img {
	width: 100%;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	.subject_card img {
		display: none;
	}
}
.subject_case{
	font-family: 'BIZ UDPGothic';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 150%;
	text-align: center;
	color: #000000;
}
@media (max-width: 767px) {
	.subject_case{
		display: none;
	}
}
.subject_card_area{
	display: flex;
	flex-wrap: wrap;
	padding: 48px 16px 40px;
	background:#77CCE9;
	border: 2px solid #00A4E3;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position:relative;
	gap: 16px;
}
@media (max-width: 767px) {
	.subject_card_area{
		flex-direction: column;
		padding: 12.8vw 8.533vw 9.6vw;
		gap: 6.4vw;
	}
}
.subject_card_area .subject_card::before{
	right: -14px;
}
@media (max-width: 767px) {
	.subject_card_area .subject_card::before{
		right: unset;
		bottom: -5.333vw;
	}
}
.subject_card_area .subject_card:last-child::before{
	content: none;
}
.subject_card_title{
	position:absolute;
	top: -27px;
	left: 50%;
	width: 318px;
	height: 49px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 13px;
	gap: 8px;
	position: absolute;
	background: #FFFFFF;
	border: 3px solid #00A4E3;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #00A4E3;
}
@media (max-width: 767px) {
	.subject_card_title{
		position:absolute;
		top: -10.4vw;
		width: 49.867vw;
		height: 18.933vw;
		flex-direction: column;
		padding: 3.2vw;
		font-size: 4.267vw;
		gap: 1.067vw;
	}
}
.subject_card_title img {
	width: 150px;
}
@media (max-width: 767px) {
	.subject_card_title img {
		width: 42.933vw;
	}
}
.subject_disp{
	padding: 0 20px;
}
@media (max-width: 767px) {
	.subject_disp{
		padding: 0 5.333vw;
	}
}
.subject_disp p{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 20px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #000000;
}
@media (max-width: 767px) {
	.subject_disp p{
		font-size: 4vw;
	}
}
.subject_disp p span{
	color: #07569E;
}
/*****************************************************/

.assignment{
	background-image: url(../img/assignment_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 88px 0;
	position:relative;
}
@media (max-width: 767px) {
	.assignment{
		background-image: url(../img/assignment_bg_sp.png);
		padding: 10.667vw 0;
	}
}

.assignment h2{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	margin-bottom:68px;
}
@media (max-width: 767px) {
	.assignment h2{
		font-size: 5.867vw;
		line-height: 150%;
		margin-bottom:6.4vw;
	}
}

.assignment_content{
	position:relative;
	display: flex;
	gap: 32px;
}
@media (max-width: 767px) {
	.assignment_content{
		flex-direction: column;
		gap: 5.333vw;
	}
}

.assignment_ico{

}
.assignment_ico img:nth-child(1){
	position: absolute;
	width: 97px;
	left: calc(50% - 260px);
	top: -120px;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.assignment_ico img:nth-child(1){
		width: 18.667vw;
		left: calc(50% - 26.667vw);
		top: -16vw;
	}
}
.assignment_ico img:nth-child(2){
	position: absolute;
	width: 89px;
	left: calc(50% + 260px);
	top: -120px;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.assignment_ico img:nth-child(2){
		width: 18.667vw;
		left: calc(50% + 26.667vw);
		top: -16vw;
	}
}

.assignment_card{
	width: calc(50% - 16px);
	padding: 30px;
	background: #FFFFFF;
	border: 1px solid #006BE4;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position: relative;
}
@media (max-width: 767px) {
	.assignment_card{
		width: 100%;
		padding: 6.4vw 4.8vw;
	}
}

.assignment_sub{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #006BE4;
	margin-bottom: 4px;
}
@media (max-width: 767px) {
	.assignment_sub{
		font-size: 3.733vw;
		margin-bottom: 1.067vw;
	}
}

.assignment_card h3{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #006BE4;
}
@media (max-width: 767px) {
	.assignment_card h3{
		font-size: 4.267vw;
		padding-bottom: 3.733vw;
		margin-bottom: 4.267vw;
	}
}
.assignment_card ul {
	display: flex;
	flex-direction: column;
	padding: 10px 16px;
	gap: 4px;
	background: #F5F5F5;
	border-radius: 5px;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.assignment_card ul {
		padding: 3.733vw 2.667vw;
		gap: 1.067vw;
		margin-bottom: 4.267vw;
	}
}
.assignment_card ul li {
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 185%;
	letter-spacing: 0.03em;
	color: #000000;
	padding-left: 28px;
	position:relative;
}
@media (max-width: 767px) {
	.assignment_card ul li {
		font-size: 3.467vw;
		padding-left: 6.4vw;
	}
}
.assignment_card ul li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background-image: url(../img/ico_check.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	display: block;
	aspect-ratio: 1 / 1;
}
@media (max-width: 767px) {
	.assignment_card ul li::before {
		top: 1.067vw;
		width: 3.733vw;
	}
}
/*****************************************************/

.bg01{
	position:relative;
}
.bg01::before{
	content: "";
	position:absolute;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg_left.png);
	top: 0;
	left: 0;
	background-repeat: repeat-y;
}
@media (max-width: 767px) {
	.bg01::before{
		background-size: 18.133vw auto;
	}
}
.bg01::after{
	content: "";
	position:absolute;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg_right.png);
	top: 0;
	right: 0;
	background-repeat: repeat-y;
	background-position: right;
}
@media (max-width: 767px) {
	.bg01::after{
		background-size: 18.133vw auto;
	}
}

.lineup{
	padding: 88px 0;
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.lineup{
		padding: 10.667vw 0;
	}
}

.lineup h2{
	display:flex;
	justify-content: center;
	align-items: center;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #002656;
    padding-bottom: 32px;
    margin-bottom: 68px;
    position: relative;
}
@media (max-width: 767px) {
	.lineup h2{
		flex-direction: column;
		font-size: 5.867vw;
		padding-bottom: 5.333vw;
		margin-bottom: 5.333vw;
		gap: 2.133vw;
	}
}
.lineup h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    border-radius: 40px;
    background-image: linear-gradient(to right, #1893D9, #125DA0, #10478B);
    content: "";
}
@media (max-width: 767px) {
	.lineup h2::before {
		width: 19.2vw;
		height: 1.067vw;
	}
}
.lineup h2 img{
	width: 190px;
	display: block;
}
@media (max-width: 767px) {
	.lineup h2 img{
		width: 36.267vw;
	}
}

.lineup_disp{
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 18px;
	line-height: 165%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.lineup_disp{
		font-size: 4vw;
		margin-bottom: 6.4vw;
	}
}

.lineup_image{

}
@media (max-width: 767px) {
	.lineup_image{
		display: none;
	}
}

.lineup_figure{
	display: flex;
	flex-direction: column;
	align-items: center;
	position:relative;
	width: 1080px;
}
@media (max-width: 767px) {
	.lineup_figure{
		width: 100%;
	}
}
.lineup_figure_headwrap{
	padding: 25px;
	background-image:url(../img/lineup_bg.png);
	background-size: 100% 100%;
	display: inline-block;
	position:relative;
	margin-bottom: 32px;
}
@media (max-width: 767px) {
	.lineup_figure_headwrap{
		display: none;
	}
}
.lineup_figure_head{
	display: flex;
	gap: 36px;
	justify-content: center;
	position:relative;
}
.lineup_figure_headblock{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	width: 338px;
	height: 140px;
	background: #00A4E3;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position:relative;
}
.lineup_figure_headblock:nth-child(2){
	background-color: #07569E;
}
.lineup_figure_headblock_ico {
	position:absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
}
.lineup_figure_headblock_ico span{
	position: relative;
	width: 28px;
	height: 28px;
	display: block;
}

.lineup_figure_headblock_ico span::before,
.lineup_figure_headblock_ico span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  translate: -50% -50%;
}

.lineup_figure_headblock_ico span::before {
  width: 100%;
  height: 3px;
}

.lineup_figure_headblock_ico span::after {
  width: 3px;
  height: 100%;
}
.lineup_figure_headblock > p{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.lineup_figure_headblock:nth-child(2) > p{
	text-align: right;
}
.lineup_figure_headblock > p span{
	display: block;
}
.lineup_figure_headblock > p img{
	width: 129px;
}
.lineup_figure_headblock > img{
	width: 120px;
}
.lineup_figure_arrow{
	position:absolute;
}
.lineup_figure_arrow.--01{
	left: -40px;
    top: 96px;
	width: 90px;
}
.lineup_figure_arrow.--02{
	left: 238px;
	bottom: -32px;
	width: 18px;
}
.lineup_figure_arrow.--03{
	left: 508px;
	bottom: -32px;
	width: 18px;
}
.lineup_figure_arrow.--04{
	right: -40px;
    top: 96px;
	width: 90px;
}
.lineup_content{
	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: flex-start;
	margin:auto;
	width: 100%;
	position: relative;
	z-index: 3;
}
@media (max-width: 767px) {
	.lineup_content{
		flex-direction: column;
		align-items: center;
		gap: 4.267vw;
		max-width: 67.2vw;
	}
}
.lineup_card{
	width: 100%;
	padding-bottom: 24px;
	background: #F7FCFF;
	border: 1px solid #00A4E3;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
	.lineup_card{
		padding-bottom: 6.4vw;
	}
}
.lineup_card:nth-child(2),
.lineup_card:nth-child(3){
	border: 1px solid #066EB3;
}
.lineup_card:nth-child(4){
	border: 1px solid #07569E;
}
.lineup_card_head{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 0px;
	width: 100%;
	height: 44px;
	background: #00A4E3;
	margin-bottom: 16px;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.lineup_card_head{
		padding: 3.467vw 0px;
		height: 11.733vw;
		margin-bottom: 4.267vw;
		font-size: 4.8vw;
	}
}
.lineup_card:nth-child(2) .lineup_card_head,
.lineup_card:nth-child(3) .lineup_card_head{
	background: #066EB3;
}
.lineup_card:nth-child(4) .lineup_card_head{
	background: #07569E;
}
.lineup_card_body{
	padding: 0 18px;
}
@media (max-width: 767px) {
	.lineup_card_body{
		padding: 0 4.8vw;
	}
}
.lineup_card_body > *:last-child{
	margin-bottom: 0;
}
.lineup_card_link{
	margin-bottom: 24px;
	position:relative;
	padding-right: 32px;
	display: block;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.lineup_card_link{
		margin-bottom: 6.4vw;
		padding-right: 8.533vw;
	}
}
.lineup_card_link::before{
	position:absolute;
	top: 50%;
	right: 0;
	content: "";
	background-image: url(../img/ico_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.lineup_card_link::before{
		width: 5.333vw;
	}
}
.lineup_card_link:hover{
	opacity: 0.6;
}
.lineup_card_link img{
	width: auto;
	height: 28px;
	margin-bottom: 4px;
}
@media (max-width: 767px) {
	.lineup_card_link img{
		height: 7.467vw;
		margin-bottom: 1.067vw;
	}
}
.lineup_card_link.--03 img{
	position:relative;
	left: -30px;
}
@media (max-width: 767px) {
	.lineup_card_link.--03 img{
		left: -8vw;
	}
}
.lineup_card_link span{
	display: block;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #000000;
}
@media (max-width: 767px) {
	.lineup_card_link span{
		font-size: 3.467vw;
	}
}
.lineup_card_note{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #353535;
	padding-left: 1.5em;
	position:relative;
	margin-bottom: 16px;
	text-align: left;
}
@media (max-width: 767px) {
	.lineup_card_note{
		font-size: 3.467vw;
		margin-bottom: 4.267vw;
	}
}
.lineup_card_note::before{
	content: "※";
	position:absolute;
	line-height: 150%;
	top: 0;
	left: 0;
}
.lineup_card_sum{
	width: 100%;
	padding-bottom: 14px;
	background: #F7FCFF;
	border: 1px solid #066EB3;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.lineup_card_sum{
		padding-bottom: 3.733vw;
		margin-bottom: 2.667vw;
	}
}
.lineup_card_sumhead{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0px;
	width: 100%;
	height: 32px;
	background: #066EB3;
	margin-bottom: 14px;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.lineup_card_sumhead{
		padding: 2.133vw 0px;
		height: 8.533vw;
		margin-bottom: 3.733vw;
		font-size: 4.267vw;
	}
}
.lineup_card_sumbody{

}
.lineup_card_sumbody > *:last-child{
	margin-bottom: 0;
}
.lineup_card_sumitem{
	margin-bottom: 22px;
	text-align: center;
}
.lineup_card_sumitem img{
	width: auto;
	height: 23px;
	margin-bottom: 4px;
}
.lineup_card_sumitem:nth-child(3) img{
	height: 27px;
}
.lineup_card_sumitem:nth-child(4) img{
	height: 19px;
}
@media (max-width: 767px) {
	.lineup_card_sumitem img{
		height: 6.133vw;
		margin-bottom: 1.067vw;
	}
	.lineup_card_sumitem:nth-child(3) img{
		height: 7.2vw;
	}
	.lineup_card_sumitem:nth-child(4) img{
		height: 5.067vw;
	}
}
.lineup_card_sumitem span{
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000000;
	display: block;
}
@media (max-width: 767px) {
	.lineup_card_sumitem span{
		font-size: 3.467vw;
	}
}
.lineup_card_note2{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #434343;
	text-align: center;
}
@media (max-width: 767px) {
	.lineup_card_note2{
		font-size: 3.2vw;
	}
}
.lineup_card_linktext{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #000000;
	padding-right: 32px;
	position:relative;
	margin-bottom: 8px;
	display: block;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.lineup_card_linktext{
		font-size: 3.467vw;
		padding-right: 8.533vw;
		margin-bottom: 2.133vw;
	}
}
.lineup_card_linktext::before{
	position:absolute;
	top: 50%;
	right: 0;
	content: "";
	background-image: url(../img/ico_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.lineup_card_linktext::before{
		width: 5.333vw;
	}
}
.lineup_card_linktext:hover{
	opacity: 0.6;
}
.lineup_card_linknote{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #000000;
}
@media (max-width: 767px) {
	.lineup_card_linknote{
		font-size: 2.933vw;
	}
}

.lineup_figure_bottom{
	width: 100%;
}
@media (max-width: 767px) {
	.lineup_figure_bottom{
		display: none;
	}
}
.lineup_figure_arrow.--05{
	right: 390px;
    bottom: 40px;
	width: 18px;
}
.lineup_figure_arrow.--06{
	right: 180px;
    bottom: 40px;
	width: 18px;
}
.lineup_figure_arrow.--07{
	right: 58px;
    bottom: 40px;
	width: 18px;
}

.lineup_figure_bottom_text01{
	padding: 13px 0px;
	position: absolute;
	width: 126px;
	height: 107px;
	right: 0;
	bottom: 180px;
	background: #07569E;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 20px;
	line-height: 135%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.lineup_figure_bottom_text02{
	padding: 12px 0px;
	position: absolute;
	width: 528px;
	height: 42px;
	right: 0;
	bottom: 0;
	background: #05457F;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}

/*****************************************************/

.service{
	padding-bottom: 88px;
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.service{
		padding-bottom: 10.667vw;
	}
}
.service h2{
	text-align: center;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #002656;
    padding-bottom: 32px;
    margin-bottom: 68px;
    position: relative;
}
@media (max-width: 767px) {
	.service h2{
		font-size: 5.867vw;
		padding-bottom: 5.333vw;
		margin-bottom: 10.667vw;
	}
}
.service h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    border-radius: 40px;
    background-image: linear-gradient(to right, #1893D9, #125DA0, #10478B);
    content: "";
}
@media (max-width: 767px) {
	.service h2::before {
		width: 19.2vw;
		height: 1.067vw;
		border-radius: 10.667vw;
	}
}

.service_content{
	margin-bottom: 48px;
}
@media (max-width: 767px) {
	.service_content{
		margin-bottom: 7.467vw;
	}
}
.service_content > *:last-child{
	margin-bottom: 48px;
}
.service_card{
	padding: 40px 32px 26px;
	background: #D2ECFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position:relative;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.service_card{
		padding: 6.4vw 5.333vw 6.4vw;
		margin-bottom: 10.667vw;
	}
}
.service_card h3{
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 40px;
	height: 46px;
	left: 50%;
	top: -23px;
	transform: translateX(-50%);
	background: linear-gradient(270deg, #008CC2 0%, #02436E 100%);
	border-radius: 999px;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.service_card h3{
		padding: 0.8vw 8.533vw;
		height: 8.267vw;
		top: -3.733vw;
		font-size: 3.733vw;
	}
}
.service_cardhead{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.service_cardhead{
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 4.267vw;
		margin-bottom: 4.267vw;
	}
}
.service_cardlead{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #000000;
}
@media (max-width: 767px) {
	.service_cardlead{
		font-size: 4.267vw;
		line-height: 1.5;
	}
}
.service_cardlogo{
	width: 182px;
}
@media (max-width: 767px) {
	.service_cardlogo{
		width: auto;
		height: 7.467vw;
	}
	.service_card.--03 .service_cardlogo img{
		position:relative;
		left: -10.667vw;
	}
}
.service_cardbody{
	display: flex;
	gap: 26px;
}
@media (max-width: 767px) {
	.service_cardbody{
		flex-direction: column;
		gap: 5.333vw;
	}
}
.service_cardimage{
	width: calc(53% - 13px);
}
@media (max-width: 767px) {
	.service_cardimage{
		width: 100%;
	}
}
.service_cardblockarea{
	display: flex;
	flex-direction: column;
	gap: 13px;
	width: calc(47% - 13px);
}
@media (max-width: 767px) {
	.service_cardblockarea{
		gap: 4.267vw;
		width: 100%;
	}
}
.service_cardblock{
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
@media (max-width: 767px) {
	.service_cardblock{
		padding: 4.267vw 3.733vw;
	}
}
.service_cardblock h4{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #006BE4;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #006BE4;
}
@media (max-width: 767px) {
	.service_cardblock h4{
		font-size: 3.467vw;
		padding-bottom: 2.133vw;
		margin-bottom: 2.133vw;
	}
}
.service_cardblock ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
@media (max-width: 767px) {
	.service_cardblock ul {
		gap: 1.067vw;
	}
}
.service_cardblock ul li{
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 185%;
	letter-spacing: 0.03em;
	color: #000000;
	padding-left: 28px;
	position:relative;
}
@media (max-width: 767px) {
	.service_cardblock ul li{
		font-size: 3.467vw;
		padding-left: 7.467vw;
	}
}
.service_cardblock ul li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background-image: url(../img/ico_check.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	display: block;
	aspect-ratio: 1 / 1;
}

@media (max-width: 767px) {
	.service_cardblock ul li::before {
		top: 1.067vw;
		width: 4.267vw;
	}
	.service_cardblock ul li span{
		display: block;
	}
}
.service_cardblock ul li img{
	width: 76px;
}
.service_cardblock ul li:nth-child(2) img{
	width: 93px;
}
.service_cardblock ul li:nth-child(3) img{
	width: 60px;
}
@media (max-width: 767px) {
	.service_cardblock ul li img{
		width: 20.267vw;
	}
	.service_cardblock ul li:nth-child(2) img{
		width: 24.8vw;
	}
	.service_cardblock ul li:nth-child(3) img{
		width: 16vw;
	}
}
.service_cardblock p {
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 165%;
	letter-spacing: 0.03em;
	color: #000000;
}

@media (max-width: 767px) {
	.service_cardblock p {
		font-size: 3.467vw;
	}
}
.service_button_nav{
	display: flex;
	justify-content: center;
	gap: 36px;
}
@media (max-width: 767px) {
	.service_button_nav{
		flex-direction: column;
		align-items: center;
		gap: 4.267vw;
	}
}
.service_button {
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 18px 27px;
    width: 272px;
    height: 56px;
    font-family: 'BIZ UDPGothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: relative;
    border: 2px solid transparent;
    border-radius: 6px;
    background-image:url(../img/btn_bg.png),linear-gradient(to right, #FFBA3A, #F9FF8D);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-size: cover, border-box;
    background-position: center;
    box-shadow: 4px 4px 9.8px #000000, inset 4px 4px 27.8px rgba(255, 255, 255, 0.51);
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.service_button {
		padding: 4.8vw 7.2vw;
		width: 69.333vw;
		height: 12.8vw;
		font-size: 4.267vw;
		border: 1px solid transparent;
	}
}
.service_button:hover {
	translate: 0 5%;
	filter: brightness(0.8);
}

.service_button span{
	position:relative;
	padding-right: 32px;
}
@media (max-width: 767px) {
	.service_button span {
		padding-right: 8.533vw;
	}
}
.service_button span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background-image: url(../img/btn_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.service_button span::before{
		width: 5.333vw;
	}
}


/*****************************************************/

.reason{
	background-image: url(../img/reason_bg.png);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	position:relative;
}
@media (max-width: 767px) {
	.reason{
		background-image: url(../img/reason_bg_sp.png);
		padding: 10.667vw 0;
	}
}

.reason h2{
	display:flex;
	justify-content: center;
	align-items: center;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
    padding-bottom: 32px;
    margin-bottom: 68px;
    position: relative;
}
@media (max-width: 767px) {
	.reason h2{
		flex-direction: column;
		font-size: 5.867vw;
		align-items: center;
		padding-bottom: 5.333vw;
		margin-bottom: 5.333vw;
		gap: 2.133vw;
	}
}

.reason h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    border-radius: 40px;
    background-image: linear-gradient(to right, #1893D9, #125DA0, #10478B);
    content: "";
}

@media (max-width: 767px) {
	.reason h2::before {
		width: 19.2vw;
		height: 1.067vw;
		border-radius: 10.667vw;
	}
}
.reason h2 img{
	width: 216px;
	display: block;
}
@media (max-width: 767px) {
	.reason h2 img{
		width: 53.333vw;
	}
}
.reason_content{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 850px;
	margin: auto;
}
@media (max-width: 767px) {
	.reason_content{
		gap: 4.267vw;
	}
}
.reason_card{
	display: flex;
	align-items: center;
	padding: 18px 0px;
	gap: 38px;
	background: #EBF6FF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	background: url(../img/reason_card_bg.png), #EBF6FF;
	background-size: cover;
	background-position: top center;
}
@media (max-width: 767px) {
	.reason_card{
		align-items: flex-start;
		padding: 4.8vw 2.667vw;
		gap: 4.267vw;
		background: #EBF6FF;
		background: url(../img/reason_card_bg_sp.png), #EBF6FF;
	}
}
.reason_card_no{
	width: 184px;
	position:relative;
	text-align: center;
}
@media (max-width: 767px) {
	.reason_card_no{
		width: 21.6vw;
	}
}
.reason_card_no::before{
	content: "";
	position:absolute;
	height: 77px;
	width: 100%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: linear-gradient(90deg, rgba(255, 192, 0, 0) 0%, rgba(255, 192, 0, 0.47) 100%);
 	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
	.reason_card_no::before{
		height: 13.333vw;
	}
}
.reason_card_no p {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  right: -20px;
  background-image: url(../img/reason_text_bg.png);
  background-size: cover;
  background-position: center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px transparent;
  isolation: isolate;
}
@media (max-width: 767px) {
	.reason_card_no p {
		font-size: 10.667vw;
		right: -1.067vw;
	}
}

.reason_card_no p::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 2px #B17300;
  z-index: -1;
}
.reason_card_body{
	width: calc(100% - 184px - 38px);
}
@media (max-width: 767px) {
	.reason_card_body{
		width: calc(100% - 25.867vw);
	}
}
.reason_card_body h3{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 24px;
	line-height: 165%;
	letter-spacing: 0.03em;
	color: #10478B;
}
@media (max-width: 767px) {
	.reason_card_body h3{
		font-size: 4.267vw;
		margin-bottom: 2.133vw;
	}
}
.reason_card_body h3 span {
	font-size: 18px;
}
@media (max-width: 767px) {
	.reason_card_body h3 span {
		font-size: 3.733vw;
	}
}
.reason_card_body p{
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.02em;
	color: #000000;
}
@media (max-width: 767px) {
	.reason_card_body p{
		font-size: 3.467vw;
	}
}

/*****************************************************/

.achievements{
	padding: 80px 0 90px;
	position:relative;
	z-index: 3;
}
@media (max-width: 767px) {
	.achievements{
		padding: 10.667vw 0;
	}
}

.achievements h2{
	display:flex;
	justify-content: center;
	align-items: center;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #002656;
    padding-bottom: 32px;
    margin-bottom: 32px;
    position: relative;
}
@media (max-width: 767px) {
	.achievements h2{
		flex-direction: column;
		align-items: center;
		font-size: 5.867vw;
		padding-bottom: 5.333vw;
		margin-bottom: 5.333vw;
	}
}
.achievements h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    border-radius: 40px;
    background-image: linear-gradient(to right, #1893D9, #125DA0, #10478B);
    content: "";
}
@media (max-width: 767px) {
	.achievements h2::before {
		width: 19.2vw;
		height: 1.067vw;
		border-radius: 10.667vw;
	}
}
.achievements h2 img{
	width: 216px;
	display: block;
}
@media (max-width: 767px) {
	.achievements h2 img{
		width: 53.333vw;
	}
}

.achievements_disp{
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 18px;
	line-height: 165%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 48px;
}
@media (max-width: 767px) {
	.achievements_disp{
		font-size: 4vw;
		margin-bottom: 26.667vw;
	}
}
.achievements_disp span{
	color: #066EB3;
	font-weight: 700;
	border-bottom:2px solid #066EB3;
}

.achievements_content {
    position: relative;
	margin-bottom: 56px;
}
@media (max-width: 767px) {
	.achievements_content {
		margin-bottom: 12.8vw;
	}
}
.achievements_content >*:last-child{
    margin-bottom: 0;
}

.achievements_ico{

}
.achievements_ico img:nth-child(1){
	position: absolute;
	width: 129px;
	left: calc(50% - 340px);
	top: -120px;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.achievements_ico img:nth-child(1){
		width: 23.733vw;
		left: calc(50% - 32vw);
		top: -21.333vw;
	}
}
.achievements_ico img:nth-child(2){
	position: absolute;
	width: 101px;
	left: calc(50% + 340px);
	top: -120px;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.achievements_ico img:nth-child(2){
		width: 18.4vw;
		left: calc(50% + 32vw);
		top: -21.333vw;
	}
}

.achievements_card{
	padding: 32px;
	background: #D2ECFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position:relative;
	margin-bottom: 52px;
}
@media (max-width: 767px) {
	.achievements_card{
		padding: 5.333vw;
		margin-bottom: 13.867vw;
	}
}

.achievements_batch{
	position:absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 32px;
	width: 280px;
	height: 39px;
	background: linear-gradient(270deg, #008CC2 0%, #02436E 100%);
	border-radius: 999px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 180%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.achievements_batch{
		top: -4.267vw;
		padding: 0.267vw 5.333vw;
		width: 47.067vw;
		height: 8.267vw;
		background: linear-gradient(270deg, #008CC2 0%, #02436E 100%);
		font-size: 4.267vw;
	}
}

.achievements_card h3{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #000000;
	padding-left: 72px;
	position:relative;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.achievements_card h3{
		font-size: 4.267vw;
		padding-left: 0;
		margin-bottom: 8.533vw;
	}
}
.achievements_card h3::before{
	position:absolute;
	top: 50%;
	left: 0;
	content: "";
	background-image: url(../img/achievements_ico03.svg);
	background-size: 42px 42px;
	background-repeat: no-repeat;
	width: 52px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
	background-color: #066EB3;
	background-position: center;
}
@media (max-width: 767px) {
	.achievements_card h3::before{
		content: none;
	}
}
.achievements_card.--02 h3::before{
	background-image: url(../img/achievements_ico04.svg);
}

.achievements_blockarea{
	display: flex;
	gap: 80px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.achievements_blockarea{
		flex-direction: column;
		gap: 14.933vw;
		margin-bottom: 6.4vw;
	}
}
.achievements_block{
	width: calc(50% - 40px);
	padding: 24px 16px 16px;
	background: #FCFCFC;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position:relative;
}
@media (max-width: 767px) {
	.achievements_block{
		padding: 6.4vw 4.267vw 4.267vw;
		width: 100%;
	}
}
.achievements_block::before{
	content: "";
	position:absolute;
	top: 50%;
	right: -52px;
	width: 18px;
	height: 28px;
	transform: translateY(-50%);
	background-color: #07569E;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 767px) {
	.achievements_block::before{
		top: unset;
		bottom: -7.467vw;
		right: unset;
		left: 50%;
		width: 7.467vw;
		height: 4.8vw;
		transform: translateX(-50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
.achievements_block:nth-child(2)::before{
	content: none;
}
.achievements_block_batch{
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 20px;
	width: 113px;
	height: 35px;
	left: 50%;
	top: -19px;
	transform: translateX(-50%);
	background: #066EB3;
	border-radius: 999px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.achievements_block_batch{
		padding: 0px 5.333vw;
		width: 29.067vw;
		height: 7.467vw;
		top: -3.733vw;
		font-size: 3.733vw;
	}
}

.achievements_item{

}
.achievements_item >*:last-child{
	margin-bottom: 0;
}
.achievements_text{
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	.achievements_text{
		margin-bottom: 4.267vw;
	}
}

.achievements_text01{
	padding-left: 34px;
	position:relative;
	margin-bottom: 4px;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 165%;
	letter-spacing: 0.03em;
	color: #000000;
}
@media (max-width: 767px) {
	.achievements_text01{
		padding-left: 9.067vw;
		margin-bottom: 1.067vw;
		font-size: 4.267vw;
	}
}

.achievements_block:nth-child(2) .achievements_text01{
	color: #00417C;
}
.achievements_text01::before{
	position:absolute;
	top: 50%;
	left: 0;
	content: "";
	background-image: url(../img/ico_error.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 24px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.achievements_text01::before{
		width: 6.4vw;
	}
}

.achievements_block:nth-child(2) .achievements_text01::before{
	width: 20px;
	background-image: unset;
	-webkit-mask: url(../img/ico_check.svg) no-repeat center / 100%;
	mask: url(../img/ico_check.svg) no-repeat center / 100%;
	background-color: currentColor;
}
@media (max-width: 767px) {
	.achievements_block:nth-child(2) .achievements_text01::before{
		width: 5.333vw;
	}
}
.achievements_text02{
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 165%;
	letter-spacing: 0.03em;
	color: #000000;
}
@media (max-width: 767px) {
	.achievements_text02{
		font-size: 3.733vw;
	}
}
.achievements_optimizatione{
	background-image:url(../img/achievements_bg01.png);
	background-size: cover;
	background-position: center;
	padding:24px;
	text-align: center;
}
@media (max-width: 767px) {
	.achievements_optimizatione{
		background-image:url(../img/achievements_bg01_sp.png);
		padding:5.333vw 4.267vw;
	}
}
.achievements_optimizatione h4{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 24px;
	line-height: 165%;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.achievements_optimizatione h4{
		font-size: 4.267vw;
	}
}
.achievements_optimizatione p{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.achievements_optimizatione p{
		font-size: 3.733vw;
	}
}

.achievements_other{

}

.achievements_other h3{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.03em;
	color: #002656;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.achievements_other h3{
		font-size: 5.867vw;
		margin-bottom: 6.4vw;
	}
}

.achievements_other_content{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.achievements_other_content{
		flex-direction: column;
		gap: 5.333vw;
		margin-bottom: 6.4vw;
	}
}

.achievements_other_card{
	padding: 40px 20px 23px;
	width: 344px;
	background: #F4FAFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
@media (max-width: 767px) {
	.achievements_other_card{
		padding: 10.667vw 5.333vw 6.133vw;
		width: 89.333vw;
		margin: auto;
	}
}

.achievements_other_card h4{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #000000;
	padding-left: 68px;
	position:relative;
	margin-bottom: 32px;
}
@media (max-width: 767px) {
	.achievements_other_card h4{
		font-size: 4.267vw;
		padding-left: 15.467vw;
		margin-bottom: 5.867vw;
	}
}

.achievements_other_card h4::before{
	position:absolute;
	top: 50%;
	left: 0;
	content: "";
	background-image: url(../img/achievements_ico05.svg);
	background-size: 42px 42px;
	background-repeat: no-repeat;
	width: 52px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
	background-color: #066EB3;
	background-position: center;
}
@media (max-width: 767px) {
	.achievements_other_card h4::before{
		background-size: 6.133vw 6.133vw;
		width: 10.933vw;
	}
}
.achievements_other_card.--02 h4::before{
	background-image: url(../img/achievements_ico06.svg);
}
.achievements_other_card.--03 h4::before{
	background-image: url(../img/achievements_ico07.svg);
}

.achievements_other_card.--04 h4::before{
	background-image: url(../img/achievements_ico08.svg);
}

.achievements_other_card.--05 h4::before{
	background-image: url(../img/achievements_ico09.svg);
}

.achievements_other_card.--06 h4::before{
	background-image: url(../img/achievements_ico10.svg);
}

.achievements_other_head{
	padding-bottom: 12px;
	margin-bottom: 12px;
	position:relative;
}
@media (max-width: 767px) {
	.achievements_other_head{
		padding-bottom: 3.733vw;
		margin-bottom: 3.733vw;
		display: flex;
		align-items: center;
		gap: 2.667vw;
	}
}
.achievements_other_head::before{
	position:absolute;
	content: "";
	width: 44px;
	height: 2px;
	background-color: #00A4E3;
	bottom: 0;
	left: 0;
}
@media (max-width: 767px) {
	.achievements_other_head::before{
		width: 11.733vw;
		height: 0.533vw;
	}
}
.achievements_other_batch{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.02em;
	color: #2365A1;
}
@media (max-width: 767px) {
	.achievements_other_batch{
		font-size: 3.2vw;
	}
}
.achievements_other_name{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.02em;
	color: #424242;
}
@media (max-width: 767px) {
	.achievements_other_name{
		font-size: 3.733vw;
	}
}
.achievements_other_body p{
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.02em;
	color: #000000;
}
@media (max-width: 767px) {
	.achievements_other_body p{
		font-size: 3.467vw;
	}
}

.achievements_button{

}
.achievements_button a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 24px;
	width: 383px;
	height: 56px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/btn_bg02.png), linear-gradient(91.05deg, #004481 0.26%, #0096D1 100%);
	background-size: cover;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(6.95px);
	border-radius: 5px;
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	position:relative;
	margin: auto;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.achievements_button a{
		padding: 4.533vw 6.4vw 4.533vw 8.533vw;
		width: 89.333vw;
		height: 14.933vw;
		font-size: 4.267vw;
	}
}

.achievements_button a:hover {
	translate: 0 5%;
	filter: brightness(0.8);
}

.achievements_button a span {
	position:relative;
	padding-right:32px;
}
@media (max-width: 767px) {
	.achievements_button a span {
		padding-right:8.533vw;
	}
}


.achievements_button a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../img/btn_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    display: block;
    aspect-ratio: 1 / 1;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
	.achievements_button a::before {
		width: 5.333vw;
	}
}


/*****************************************************/

.topic{
	padding-bottom: 90px;
	position: relative;
	z-index: 3;
}
@media (max-width: 767px) {
	.topic{
		padding-bottom: 10.667vw;
	}
}

.topic_content{
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 1000px;
	margin: auto;
}
@media (max-width: 767px) {
	.topic_content{
		gap: 10.667vw;
	}
}

.topic h2{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #002656;
    padding-bottom: 32px;
    margin-bottom: 60px;
    position: relative;
	text-align: center;
}
@media (max-width: 767px) {
	.topic h2{
		font-size: 5.867vw;
		padding-bottom: 5.333vw;
		margin-bottom: 10.667vw;
	}
}
.topic h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    border-radius: 40px;
    background-image: linear-gradient(to right, #1893D9, #125DA0, #10478B);
    content: "";
}
@media (max-width: 767px) {
	.topic h2::before {
		width: 19.2vw;
		height: 1.067vw;
		border-radius: 10.667vw;
	}
}
.topic_card{

}
.topic_cardblock{
	padding: 40px 65px 32px 32px;
	background: #E3F0FA;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position:relative;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.topic_cardblock{
		padding: 10.667vw 5.333vw 6.4vw;
		margin-bottom: 5.333vw;
	}
}

.topic_card_batch{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 40px;
	position: absolute;
	width: 148px;
	height: 42px;
	left: 50%;
	top: -23px;
	transform: translateX(-50%);
	background: linear-gradient(270deg, #008CC2 0%, #02436E 100%);
	border-radius: 999px;
	font-family: "montserrat", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.topic_card_batch{
		padding: 0.8vw 10.667vw;
		width: 50.933vw;
		height: 8.267vw;
		top: -4.267vw;
		font-size: 3.733vw;
	}
}

.topic_cardmain{
	display: flex;
	gap: 32px;
}
@media (max-width: 767px) {
	.topic_cardmain{
		display: block;
		gap: 8.533vw;
	}
}

.topic_cardimage{
	width: 160px;
}
@media (max-width: 767px) {
	.topic_cardimage{
		width: 23.467vw;
	}
}

.topic_cardbody{
	width: calc(100% - 160px - 32px);
	padding-left: 32px;
	position:relative;
}
@media (max-width: 767px) {
	.topic_cardbody{
		width: 100%;
		padding-left: 0;
	}
}

.topic_cardbody::before{
	position:absolute;
	top: 4px;
	left: 0;
	content: "";
	background-image: url(../img/ico_list.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 15px;
	display: block;
	aspect-ratio: 1 / 1;
}
@media (max-width: 767px) {
	.topic_cardbody::before{
		content: none;
	}
}

.topic_cardtitle{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #000000;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.topic_cardtitle{
		font-size: 4.267vw;
		margin-bottom: 5.333vw;
		padding-left: 8.533vw;
	}
	.topic_cardtitle::before{
		position:absolute;
		top: 1.067vw;
		left: 0;
		content: "";
		background-image: url(../img/ico_list.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 4vw;
		display: block;
		aspect-ratio: 1 / 1;
	}
	.topic_cardbody_profile{
		display: flex;
		gap: 4.267vw;
	}
	.topic_carddisp{
		width: calc(100% - 27.733vw);
	}
}
.topic_cardname{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	.topic_cardname{
		font-size: 4.267vw;
		margin-bottom: 2.133vw;
	}
}

.topic_cardtext{
	font-family: 'BIZ UDPGothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 165%;
	letter-spacing: 0.02em;
	color: #000000;
}
@media (max-width: 767px) {
	.topic_cardtext{
		font-size: 3.2vw;
	}
}

.topic_card_disp{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #000000;
	display: block;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.topic_card_disp{
		font-size: 3.733vw;
	}
}
.topic_card_disp:hover{
	opacity: 0.6;
}

.topic_card_disp span{
	border-bottom: 4px solid #A2CCEA;
}
@media (max-width: 767px) {
	.topic_card_disp span{
		border-bottom: 2px solid #A2CCEA;
	}
}

/*****************************************************/

.contact{
	background-image: url(../img/contact_bg.jpg);
	background-size: cover;
	background-position: top center;
	padding: 80px 0;
	position:relative;
}
@media (max-width: 767px) {
	.contact{
		background-image: url(../img/contact_bg_sp.png);
		padding: 12.8vw 0;
	}
}
.contact h2 {
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	padding-bottom: 32px;
	margin-bottom: 32px;
	position:relative;
}
@media (max-width: 767px) {
	.contact h2 {
		font-size: 5.867vw;
		padding-bottom: 5.333vw;
		margin-bottom: 5.333vw;
		line-height: 1.5;
	}
}
.contact h2::before{
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 4px;
	border-radius: 40px;
	background-image: linear-gradient(to right, #1893D9, #125DA0, #10478B);
	content: "";
}
@media (max-width: 767px) {
	.contact h2::before{
		width: 19.2vw;
		height: 1.067vw;
	}
}

.contact_disp{
	font-family: 'BIZ UDPGothic';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-bottom: 32px;
}
@media (max-width: 767px) {
	.contact_disp{
		font-size: 4vw;
		margin-bottom: 10.133vw;
	}
}

/*****************************************************/


.banner{
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 240px;
	height: 187px;
	background: #FFFFFF;
	border: 1px solid #00A4E3;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	z-index: 9;
	transition: all 0.8s ease;
}
@media (max-width: 767px) {
	.banner{
		right: unset;
		left: 0;
		bottom: 0;
		width:0;
		height: 31.467vw;
		box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 2.667vw 2.667vw 0px 0px;
		padding: 4.267vw 4.267vw 7.467vw;
		width: 100%;
	}
}
.banner.is-hidden,
.js-fade.is-visible.is-hidden{
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* クリックできないようにする */
}
.banner_inner{
	position:relative;
}
@media (max-width: 767px) {
	.banner_inner{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 0 4.267vw;
	}
}
.banner_close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.banner_close span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.banner_close span::before,
.banner_close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}

.banner_close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.banner_close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.banner_logo{
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.banner_logo{
		margin-bottom: 2.667vw;
		width: 100%;
	}
}
.banner_logo img{
	width: 174px;
}
@media (max-width: 767px) {
	.banner_logo img{
		width: 37.333vw;
	}
}
.banner_disp{
	font-family: 'BIZ UDPGothic';
	font-weight: 700;
	font-size: 12px;
	line-height: 165%;
	letter-spacing: 0.03em;
	color: #10478B;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.banner_disp{
		margin-bottom: 0;
		font-size: 3.2vw;
	}
}
.banner_disp span {
	font-size: 20px;
	display: block;
}
@media (max-width: 767px) {
	.banner_disp span {
		font-size: 4.267vw;
	}
}

.banner_btn a {
    display: flex;
    align-items: center;
	justify-content: center;
	padding: 11px 10px;
	width: 187px;
	height: 42px;
    font-family: 'BIZ UDPGothic';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: relative;
    border-radius: 6px;
    background-image:url(../img/btn_bg02.png);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.banner_btn a {
		padding: 2.933vw 2.667vw;
		width: 49.867vw;
		height: 11.2vw;
		font-size: 3.733vw;
	}
}
.banner_btn a:hover {
	translate: 0 5%;
	filter: brightness(0.8);
}

.banner_btn a span{
	position:relative;
	padding-right: 28px;
}
@media (max-width: 767px) {
	.banner_btn a span{
		padding-right: 7.467vw;
	}
}

.banner_btn a span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background-image: url(../img/btn_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	display: block;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.banner_btn a span::before{
		width: 5.333vw;
	}
}


/********************************************/
/* アニメーションさせたい要素の共通設定 */
.js-fade {
    opacity: 0;
    transform: translateY(30px); /* 30px下に下げておく */
    transition: all 0.8s ease-out;
}

/* 画面内に入った時のスタイル */
.js-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/**********************************************/