@charset "UTF-8";

/* -----------------------------------------------------------------------------
Reset
----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, input,
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
i {
	font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, dialog, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

body {line-height: 1;}

b, strong {font-weight: bold;}

ol, ul {list-style: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
caption, th {text-align: left;}

small{font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}

table {border-collapse: collapse; border-spacing: 0;}

input {vertical-align: middle;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer; *overflow: visible;}
button[disabled], html input[disabled] {cursor: default;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

img {vertical-align: top;}


/* -----------------------------------------------------------------------------
General
----------------------------------------------------------------------------- */

body{
	color: #333;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	width: 100%;
	line-height: 1.8;
}
img{
	max-width: 100%;
}
.detail_content img{
	width: 100%;
}

.pc_none{
	display: none;
}

a{
	color: #333;
}
.title{
	font-size: 18px;
	color: #0067b5;
	font-weight: bold;
	padding: 15px 0;
	line-height: 1.5;
}
.text{
	font-size: 14px;
	padding-bottom: 25px;
	line-height: 2;
}
.button{
	width: 140px;
	font-size: 14px;
	background-color: #0067b5;
	color: #fff;
	border-radius: 9999px;
	padding: 10px 20px;
	margin: 0 20px;
}

small{
	font-size: 18px;
	font-weight: 600;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 100px 0;
}
#main {
	width: 100%;
	height: 520px;
}
#main .main-kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 580px;
	overflow: hidden;
}
#main .main-kv::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, transparent 0 80%, rgba(0,0,0,0.3) 100%);
}
#main .main-kv img {
	width: 100%;
	height: 580px;
	object-fit: cover;
}
#main h1 {
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	color: #0067b5;
}
#main h1 + p{
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.main-ttl{
	position: relative;
	width: 1260px;
	height: 100%;
	margin: auto;
	color: #fff;
	line-height: 1;
	text-align: left;
}
.main-ttl-wrap{
	position: absolute;
	bottom: 320px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.main-ttl .label{
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 14px;
	border-radius: 9999px;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}
.main-ttl .jp{
	font-size: 32px;
	font-weight: 700;
}
.main-ttl .jp > small{
	font-size: 22px;
}
.main-ttl .en{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}
.main_label{
	position: absolute;
	top: 480px;
	left: 50%;
	transform: translateX(-50%);
	width: 1260px;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 65px;
	box-sizing: border-box;
}
.breadcrumbs{
	font-size: 13px;
}
.breadcrumbs ul{
	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
}
.breadcrumbs li{
	display: flex;
}
.breadcrumbs li::after{
	content: "/";
	display: inline-block;
	margin: 0 10px;
}
.breadcrumbs li:last-child::after{
	display: none;
}
.breadcrumbs a:visited{
	color: #333;
}
.breadcrumbs a:link{
	color: #333;
}

#content {
	position: relative;
	width: 1260px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#content #intro{
	margin-bottom: 100px;
}
#content #intro p{
	text-align: center;
	font-size: 18px;
}
#content #intro .title{
	font-size: 45px;
	line-height: 1.5;
	padding: 0 0 40px;
}

#inner-wrapper{
	padding: 0 65px;
}
.temp-index{
	width: 540px;
	margin-bottom: 80px;
}
.temp-index > a{
	display: block;
}
.temp-index-img{
	position: relative;
	overflow: hidden;
	background: #0067b5;
}
.temp-index a .temp-index-img img{
	transition: 0.5s all;
}
.temp-index a:hover .temp-index-img img{
	filter: grayscale(100%);
	transform: scale(1.05);
	opacity: 0.2;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
}
.temp-index-arrow{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255,255,255,0.8);
	transition: 0.5s all;
}
.temp-index a:hover .temp-index-arrow{
	background: rgba(255,255,255,1);
	transform: scale(1.1);
}
.temp-index-arrow i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #0067b5;
	font-size: 13px;
	font-weight: 900;
}
.temp-index-ttl{
	font-size: 23px;
}
.temp-index-txt{
	margin-top: 30px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 1.6;
	transition: 0.5s all;
}
.temp-index-txt p{
	margin-top: 15px;
}
.temp-index a:hover .temp-index-txt{
	color: #0067b5;
}
.temp-index-list{
	margin-top: 20px;
}
.temp-index-list li{
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.temp-index-list li + li{
	margin-top: 10px;
}
.temp-index-list li::before{
	content: "";
	flex-shrink: 0;
	display: block;
	position: absolute;
	top: 10px;
	left: 3px;
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 100%;
}
.temp-index-link{
	margin-top: 30px;
}
.temp-index-link a{
	position: relative;
	display: block;
	padding: 15px;
	border-bottom: 0.5px solid #333;
}
.temp-index-link li:first-child a{
	border-top: 0.5px solid #333;
}
.temp-index-link a::after{
	content: "\f178";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 900;
	color: #0067b5;
	transition: 0.5s all;
}
.temp-index-link .blank a::after{
	content: "\f35d";
}
.temp-index-link a:hover::after{
	right: 10px;
}

@media only screen and (max-width: 768px) {
	.sp_none{
		display: none;
	}
	.pc_none{
		display: initial;
	}

	.title{
		font-size: 3.5vw;
		color: #0067b5;
		font-weight: bold;
		padding: 3vw 0;
		line-height: 1.5;
	}
	.text{
		font-size: 3vw;
		padding-bottom: 3vw;
		line-height: 2;
		text-align: justify;
	}
	.button{
		width: 40vw;
		font-size: 2.5vw;
		font-weight: bold;
		background-color: #0067b5;
		color: #fff;
		border-radius: 10vw;
		padding: 3vw 0;
		margin: 0 3vw;
	}

	.flexbox {
		margin: 0 0 10vw 0;
	}
	small {
		font-size: 4vw;
		font-weight: 600;
	}
	#service-wrapper small{
		font-size: 3vw;
	}
	#main {
		width: 100%;
		height: 75vw;
	}
	#main .main-kv {
		position: absolute;
		top: 0;
		left: 0;
		height: auto;
	}
	#main .main-kv img{
		height: 100vw;
		width: 100%;
	}
	#main h1 {
		position: absolute;
		top: 35vw;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		font-size: 8vw;
	}
	#main h1 + p{
		position: absolute;
		top: 43vw;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 2.8vw;
	}
	.main-ttl{
		width: 92vw;
	}
	.main-ttl-wrap{
		bottom: 22vw;
	}
	.main-ttl .label{
		font-size: 2.5vw;
		padding: 5px 3vw;
		margin-bottom: 4vw;
	}
	.main-ttl .jp{
		font-size: 5.2vw;
		line-height: 1.4;
	}
	.main-ttl .jp > small{
		font-size: 3.2vw;
	}
	.main-ttl .en{
		font-size: 3vw;
		line-height: 1.4;
		margin-top: 3vw;
	}

	.main_label{
		top: 82vw;
		display: block;
		width: 92vw;
		margin: 0 auto;
		padding: 4vw 5vw;
		background-color: #fff;
	}
	.breadcrumbs{
		font-size: 2.5vw;
		overflow: hidden;
	}
	.breadcrumbs ul{
		display: flex;
		justify-content: flex-start;
		overflow-x: scroll;
		line-height: 2;
		padding-bottom: 1vw;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.breadcrumbs ul::-webkit-scrollbar{
		display: none;
	}
	.breadcrumbs li:nth-last-child::after{
		display: none;
	}
	/* .breadcrumbs li:nth-last-child(2)::after{
		display: none;
	}
	.breadcrumbs li:last-child{
		display: none;
	} */

	#content {
		width: 100%;
		padding: 30px 4vw 0;
		box-sizing: border-box;
	}
	#content a {
		display: block;
	}
	#content a[href*="tel:"] {
		display: inline-block;
	}
	#content #intro{
		margin-bottom: 50px;
	}
	#content #intro p{
		font-size: 3.5vw;
	}
	#content #intro .title{
		font-size: 5vw;
		padding: 3vw 0 6vw;
		line-height: 1.6;
	}

	#inner-wrapper{
		padding: 0;
	}
	.temp-index{
		width: 48%;
		margin-bottom: 20px;
	}
	.temp-index-img{
		margin-bottom: 15px;
	}
	.temp-index-img img{
		width: 100%;
		height: 24vw;
		object-fit: cover;
	}
	.temp-index-arrow{
		bottom: 2vw;
		right: 2vw;
		width: 6vw;
		height: 6vw;
	}
	.temp-index-arrow i{
		font-size: 2.5vw;
	}
	.temp-index-ttl{
		font-size: 4vw;
	}
	.temp-index-txt{
		margin-top: 0;
		padding: 0;
		font-size: 3vw;
	}
	.temp-index-txt p{
		margin-top: 5px;
	}

	.temp-index-list{
		margin-top: 10px;
	}
	.temp-index-list li{
		padding-left: 4vw;
	}
	.temp-index-list li + li{
		margin-top: 5px;
	}
	.temp-index-list li::before{
		top: 1.7vw;
		width: 1vw;
		height: 1vw;
	}
	.temp-index-link{
		margin-top: 20px;
	}
	.temp-index-link a{
		padding: 3vw 2vw;
	}
	.temp-index-link a::after{
		right: 2vw;
		font-size: 3.6vw;
	}
}


/* -----------------------------------------------------------------------------
Header
----------------------------------------------------------------------------- */

#header{
	position: relative;
	width: 1260px;
	height:60px;
	padding: 30px 0;
	text-align: center;
	margin: 0 auto;
	background-color:rgba(255, 255, 255, 0);
	z-index: 20;
}
#header .logo{
	width: 250px;
}
#header .logo h1{
	line-height: 1;
}
#header .logo a{
	transition: 0.5s all;
}
#header .logo a:hover{
	opacity: 0.6;
}
#header .header_nav{
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #fff;
}
.header_nav a{
	color: #fff;
}
#header .header_nav ul{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}
#header .header_nav ul li{
	width:90px;
	padding: 10px;
}
#header .header_nav ul li a{
	transition: 0.5s all;
}
#header .header_nav ul li a:hover{
	opacity: 0.6;
}
#header .header_nav ul li a:hover,
#header .header_nav ul li .current{
	border-bottom: 3px solid #fff;
	padding-bottom: 10px;
}
#header .header_nav ul li + a{
	margin-left: 20px;
}
#header .header_nav .button{
	width: 140px;
	background-color: #fff;
	color: #0067b5;
	margin: 0;
	padding: 10px 20px;
	transition: 0.5s all;
}
#header .header_nav .button:hover{
	background-color: #0067b5;
	color: #fff;
}
#header .header_nav .header-icon-mail{
	padding: 0 10px 0 0;
}
#header .header_nav .header-icon-mail i{
	font-size: 18px;
}
#header .header_nav .menu-lang{
	width: 40px;
	margin-left: 20px;
	font-size: 10px;
	line-height: 1;
}
#header .header_nav .menu-lang a{
	display: block;
}
#header .header_nav .menu-lang a:hover{
	opacity: 0.6;
}
#header .header_nav ul li.menu-lang a{
	border-bottom: none;
	padding-bottom: 0;
}
#header .header_nav .header-icon-lang i{
	font-size: 25px;
	padding: 0 0 6px 0;
}
#header .bottom a:link{
	color: #0067b5;
}

#header .bottom a:visited{
	color: #0067b5;
}

.header_nav_sp{
	display: none;
}

@media only screen and (max-width: 768px) {
	#header{
		width: 100%;
		height: auto;
		padding: 0;
	}
	#header .header_nav{
		display: flex;
		align-items: center;
		padding: 5vw;
		color: #fff;
	}
	#header .logo{
		width: 100vw;
		z-index: 1000;
	}
	#header .header_nav ul{
		display: flex;
		width: 100%;
		justify-content: flex-end;
		align-items: center;
	}
	#header .header_nav ul li{
		width: 20vw;
		padding: 2vw;
	}
	#header .header_nav ul li:nth-child(-n+6){
		display: none;
	}
	#header .header_nav .header-icon-mail{
		padding: 0 3vw 0 0;
	}
	#header .header_nav .header-icon-mail i{
		font-size: 2vw;
	}
	#header .header_nav .menu-lang{
		display: flex;
		width: auto;
		margin-right: 3vw;
		font-size: 3vw;
		font-weight: bold;
		padding: 0;
		z-index: 1000;
	}
	#header .header_nav .menu-lang i{
		display: inline-block;
		font-size: 5.2vw;
		padding: 0 1vw 0 0;
	}
	#header .header_nav .menu-lang a{
		display: flex;
	}
	#header .header_nav .menu-lang .lang-en{
		padding: 0 1vw 0 0;
	}
	#header .header_nav .menu-lang .pc_none{
		padding-left: 1vw;
	}
	#header .pc_none .button .service{
		color: #0067b5;
	}
	#header .pc_none .button {
		margin-left: auto;
		font-weight: bold;
		background-color: #fff;
		color: #0067b5;
		padding: 1vw 0;
	}

	.header_nav_sp{
		display: block;
	}
	#menu_btn{
		position: relative;
		width: 7vw;
		height: 100%;
		background: none;
		border: 0;
		box-sizing: content-box;
		display: inline-block;
		line-height: normal;
		overflow: visible;
		padding: 0;
		text-align: center;
		text-decoration: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-webkit-appearance: button;
		z-index: 1000;
	}
	#menu_btn span{
		display: block;
		position: relative;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: linear .4s;
	}
	#menu_btn span:nth-child(1),
	#menu_btn span:nth-child(3){
		top: 0;
	}
	#menu_btn span:nth-child(2){
		margin: 4px 0;
	}
	.menu_show #menu_btn span:nth-child(1){
		top: 6px;
		transform: rotate(45deg);
	}
	.menu_show #menu_btn  span:nth-child(2){
		opacity: 0;
	}
	.menu_show #menu_btn  span:nth-child(3){
		top: -6px;
		transform: rotate(-45deg);
	}
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: ease-out .8s;
		z-index: 998;
	}
	.menu_show #overlay {
		opacity: .8;
		visibility: visible;
	}

	#menu_body{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: #004499;
		text-align: left;
		opacity: 0;
		pointer-events: none;
		z-index: 999;
		transition: ease-out .8s;
	}
	.menu_show #menu_body{
		opacity: 1;
		pointer-events: auto;
	}
	#menu_body .menu_container{
		background-color: #004499;
		padding: 10vw 0 0;
	}
	#menu_body .menu_wrap{
		display: block;
		width: 84vw;
		margin: auto;
		padding: 40px 0;
		line-height: 1;
	}
	#menu_body .menu_ttl{
		font-size: 4.3vw;
		font-weight: 600;
		padding: 1vw 2vw;
	}
	#menu_body .menu_ttl + * {
		margin-top: 15px;
	}
	#menu_body .menu_block + .menu_block{
		margin-top: 30px;
	}
	#menu_body .menu_block ul{
		display: block;
		position: relative;
	}
	#header #menu_body .menu_block li{
		display: block;
		width: 100%;
		font-size: 3.4vw;
		font-weight: 500;
		margin-top: 12px;
		padding: 1vw 2vw;
		box-sizing: border-box;
	}
	#menu_body .menu_block ul:not(.menu_bottom) li a::before{
		content: "\f054";
		position: relative;
		left: 0;
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		color: #fff;
		padding-right: 3vw;
	}
	#menu_body .menu_service{
		padding-left: 6vw;
		box-sizing: border-box;
	}
	#menu_body .menu_service::before{
		content: "";
		position: absolute;
		top: 1vw;
		left: 2vw;
		width: 1px;
		height: 0;
		background: #fff;
	}
	#menu_body .menu_service::before{
		animation: serviceLine .5s .6s forwards ease-out;
	}
	@keyframes serviceLine {
		0%{
			height: 0;
		}
		100%{
			height: calc(100% - 1.5vw);
		}
	}
	#menu_body .menu_ttl,
	#menu_body .menu_block > ul li{
		animation: slideIn .5s .2s backwards ease-out;
	}
	@keyframes slideIn {
		0%{
			opacity: 0;
			transform: translateX(5%);
		}
		100%{
			opacity: 1;
			transform: translateX(0);
		}
	}
	#header #menu_body .menu_bottom li{
		font-size: 4vw;
	}
	#header .header_nav #menu_body ul li a:hover,
	#header .header_nav #menu_body ul li .current{
		border-bottom: none;
		padding-bottom: 0;
	}
}



/* -----------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------- */

#footer{
	background-color: #004499;
	padding: 70px 0 40px;
}
#footer a{
	transition: 0.5s all;
}
#footer a:link{
	color: #fff;
}
#footer a:visited{
	color: #fff;
}
#footer a:hover{
	opacity: 0.3;
}
#footer .footer-container{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	line-height: 2.3;
	color: #fff;
	font-size: 13px;
}
#footer .footer-container .logo{
	width: 180px;
	margin-right: 60px;
}

#footer .footer-container .footer-link a::before{
	content: "\f054";
	position: relative;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #fff;
	padding-right: 15px;
	transition: 0.5s all;
}
#footer .footer-container .footer-link a:hover::before{
	left: 3px;
}
#footer .footer-container i{
	padding-right: 20px;
}
#footer .footer-container ul:nth-child(2){
	margin: 0 0 20px 0;
}
#footer .footer-container ul .footer-title{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}
#footer .footer-bottom{
	border-top: 0.1px solid #1454a3;
	padding-top: 30px;
	margin-top: 50px;
	font-size: 12px;
}
#footer .footer-bottom .footer-container{
	font-size: 12px;
}
#footer .footer-bottom .footer-container .footer-itemL{
	flex-basis: 50%;
}
#footer .footer-bottom .footer-container .footer-itemR{
	text-align: right;
}


@media only screen and (max-width: 768px) {
	#footer a:link{
		color: #fff;
	}
	#footer a:visited{
		color: #fff;
	}
	#footer{
		background-color: #004499;
		padding: 8vw 0;
	}
	#footer .footer-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90vw;
		margin: 0 auto;
		line-height: 2.3;
		color: #fff;
		font-size: 2vw;
	}
	#footer .footer-container .logo{
		width: 48vw;
		margin: 0;
	}
	#footer .footer-container .footer-item2 {
		display: none;
	}
	#footer .footer-bottom{
		border-top: none;
		padding-top: 7vw;
		width: 90vw;
		margin: 0 auto;
		font-size: 3.2vw;
	}
	#footer .footer-bottom .footer-container{
		font-size: 3.2vw;
	}
	#footer .footer-bottom .footer-container .footer-itemL{
		width: 95vw;
		flex-basis: auto;
		order: 2;
		text-align: center;
		font-size: 3vw;
		line-height: 1.8;
		margin-top: 8vw;
	}
	#footer .footer-bottom .footer-container .footer-itemR{
		width: 90vw;
		text-align: left;
	}
}


/* -----------------------------------------------------------------------------
Template
----------------------------------------------------------------------------- */

.detail_content{
	min-height: 300px;
	margin-bottom: 120px;
}
.cont_intro{
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.cont_intro_ttl{
	font-size: 30px;
	font-weight: 700;
	color: #0067b5;
}
.cont_intro_ttl small{
	font-size: 70%;
}
.cont_intro_ttl_en{
	font-size: 18px;
	font-weight: 700;
}
.cont_intro_subttl{
	color: #0067b5;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 40px;
}
.cont_intro_txt{
	font-size: 16px;
	line-height: 1.8;
}
.cont_intro > * + .cont_intro_txt {
	margin-top: 30px;
}
.cont_intro_txt + .cont_img{
	margin-top: 40px;
}
.cont_intro_link{
	margin-top: 40px;
}
.cont_intro_link ul{
	display: flex;
	flex-wrap: wrap;
}
.cont_intro_link li{
	width: 50%;
}
.cont_intro_link li dt{
	font-weight: 700;
	color: #0067b5;
}
.cont_intro_link a:hover{
	text-decoration: underline;
}
.link_official{
	background-color: #ECF6FD;
	margin-top: 40px;
	padding: 15px 30px;
}
.link_official strong{
	color: #0067b5;
	font-weight: 700;
	margin-right: 20px;
}
.link_official a{
	transition: 0.5s all;
}
.link_official a:hover{
	color: #0067b5;
}
.cont_intro_app{
	margin-top: 40px;
}
.cont_intro_app ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cont_intro_app li{
	width: 32%;
}
.cont_intro_app li:nth-child(n+4){
	margin-top: 15px;
}
.cont_intro_app li a{
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0 10px;
	text-align: center;
	transition: 0.5s all;
}
.cont_intro_app li a:hover{
	border-color: #0067b5;
}
.cont_intro_app li img{
	width: 90px;
}
.cont_intro_app li i::after{
	content: "\f35d";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 900;
	color: #0067b5;
	transition: 0.5s all;
}

.cont_main{
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
.cont_block + .cont_block{
	margin-top: 100px;
}

.index_block{
	border-top: 5px solid #0067b5;
	background-color: #ECF6FD;
	padding: 30px 30px 40px;
}
.index_headline{
	color: #0067b5;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0 25px;
}
.index_headline i{
	margin-right: 10px;
}
.cont_navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cont_navi li{
	width: calc(100% / 3);
}
.cont_navi.half li{
	width: 50%;
}
.cont_navi li:nth-child(n + 4),
.cont_navi.half li:nth-child(n + 3){
	margin-top: 10px;
}
.cont_navi li a{
	display: flex;
	align-items: center;
	position: relative;
	width: fit-content;
	transition: 0.5s all;
}
/* 240227　変更 */
.cont_navi li a i{
	margin-right: 20px;
	padding-left: 5px;
	color: #0067b5;
	font-size: 10px;
	font-weight: 900;
}
/* 240227　変更 */
.cont_navi li i::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border: 1px solid #0067b5;
	border-radius: 100%;
	transition: 0.5s all;
}
.cont_navi li a:hover{
	color: #0067b5;
}
.cont_navi li a:hover::after{
	border-color: #0067b5;
}

.cont_headline{
	position: relative;
	background-color: #0067b5;
	padding: 10px 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.cont_headline::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #fff;
}
.cont_headline .label{
	border: 1px solid #fff;
	border-radius: 9999px;
	padding: 2px 15px;
	margin-left: 15px;
	font-size: 13px;
	font-weight: 500;
	vertical-align: 2px;
}
.cont_headline .label + .label{
	margin-left: 5px;
}
.cont_ttl{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cont_ttl > small{
	font-size: 15px;
}
.cont_subttl{
	color: #0067b5;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cont_txt{
	font-size: 16px;
	line-height: 1.8;
}
.cont_txt + .cont_txt{
	margin-top: 30px;
}
.cont_txt p + p{
	margin-top: 20px;
}
.cont_txt p + .cont_ttl,
.cont_txt p + .cont_subttl{
	margin-top: 30px;
}
.cont_txt a{
	color: #0067b5;
	text-decoration: underline;
}
.cont_txt a.icon_sns{
	margin-left: 30px;
	color: #333;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
.cont_txt a.icon_sns .fa-twitter{
	color: #00acee;
}
.cont_txt a.icon_sns i{
	transition: 0.5s all;
}
.cont_txt a.icon_sns:hover i{
	transform: scale(1.2);
}
.cont_txt a.icon_sns img {
	width: 22px;
	margin-right: 5px;
	vertical-align: -4px;
}
.cont_txt a:hover{
	text-decoration: none;
}
.cont_txt .notice{
	padding: 15px 30px;
	background-color: #f2f2f2;
	font-weight: 700;
}
.cont_txt .delete{
	text-decoration: line-through;
}
.cont_img .img_border img{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.cont_img .caption{
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
}
.cont_img a img{
	transition: 0.5s all;
}
.cont_img a:hover img{
	opacity: .8;
}
.cont_img.half{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cont_img.half figure{
	width: 49%;
}
.cont_img.half figure.full{
	width: 100%;
}
.cont_img figure + figure{
	margin-top: 20px;
}
.cont_subbox .cont_img figure + figure{
	margin-top: 10px;
}
.cont_img.half figure + figure{
	margin-top: 0;
}
.cont_img.half figure:nth-child(n+3){
	margin-top: 20px;
}
.cont_img.half figure.full{
	margin-top: 20px;
}
.cont_img.medium{
	width: 64%;
	margin-right: auto;
	margin-left: auto;
}
.cont_img.small{
	width: 46%;
	margin-right: auto;
	margin-left: auto;
}
/* 231120　追加 */
.img_original {
	text-align: center;
}
.img_original img{
	width: auto;
}
.cont_img_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cont_img_list li{
	width: 32%;
}
.cont_img_list li:nth-child(n+4){
	margin-top: 2%;
}
.cont_cover{
	position: relative;
	margin: 40px 0;
}
.cont_cover .cont_ttl{
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 37px;
	margin-bottom: 0;
}
.cont_cover img{
	border-radius: 12px;
}

.cont_box{
	margin-left: 25px;
	margin-right: 25px;
}
.cont_box .cont_img{
	margin-top: 40px;
	margin-bottom: 40px;
}
.cont_subbox .cont_box .cont_img{
	margin-top: 30px;
	margin-bottom: 0;
}
.cont_subbox .cont_sidebox .cont_img{
	margin-top: 0;
	margin-bottom: 0;
}
.cont_box iframe{
	width: 100%;
	vertical-align: bottom;
}
.cont_block .cont_txt .quote_box{
	border-left: 4px solid #333;
	padding-left: 30px;
	margin-top: 40px;
}
.quote_box .cont_ttl{
	font-size: 19px;
	line-height: 1;
	margin-bottom: 10px;
}

.cont_sidebox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 25px;
	margin-right: 25px;
}
.cont_sidebox + .cont_box,
.cont_sidebox + .cont_sidebox,
.cont_box + .cont_box,
.cont_box + .cont_sidebox{
	margin-top: 60px;
}
.cont_sidebox > .cont_txt{
	width: 64%;
}
.cont_sidebox > .cont_img{
	width: 30%;
}
.cont_box > .cont_txt > * + *,
.cont_sidebox > .cont_txt > * + *{
	margin-top: 20px;
}
.cont_box > .cont_txt > * + .cont_subbox,
.cont_sidebox > .cont_txt > * + .cont_subbox{
	margin-top: 40px;
}
.cont_subbox .cont_box > .cont_txt > * + *,
.cont_subbox .cont_sidebox > .cont_txt > * + *{
	margin-top: 10px;
}
.cont_intro .cont_sidebox{
	margin-left: 0;
	margin-right: 0;
}
.cont_intro .cont_sidebox .cont_intro_txt{
	margin-top: 0;
}

.cont_list li{
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.cont_list li::before{
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 100%;
}
.cont_list.plain li::before{
	display: none;
}
.cont_list.plain li{
	padding-left: 0;
}
.cont_list li + li{
	margin-top: 15px;
}
.cont_list.short li + li{
	margin-top: 5px;
}
.cont_list.half,
.cont_list.third{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cont_list.half li{
	width: 46%;
}
.cont_list.half li:nth-child(2){
	margin-top: 0;
}
.cont_list.third li{
	width: calc(100% / 3);
}
.free_list dl{
	display: flex;
}
.free_list dl + dl{
	margin-top: 10px;
}
.free_list dt{
	margin-right: 15px;
}
.free_list.justify dt{
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	width: 8%;
}
.free_list.justify dd::before{
	content: "：";
	display: inline-block;
	margin-right: 5px;
}
.free_list.justify dl + dl{
	margin-top: 0;
}
.cont_subbox .free_list.middle{
	margin-top: 20px;
}
.free_list.middle dt{
	width: 12%;
}

.cont_subbox{
	border: 1px solid #0067b5;
	background-color: #ECF6FD;
	margin-top: 30px;
	box-sizing: border-box;
}
.cont_subbox + *{
	margin-top: 30px;
}
.cont_txt > * + .cont_subbox + .cont_subbox{
	margin-top: 20px;
}
.subbox_wrapper{
	padding: 30px;
	box-sizing: border-box;
}
.cont_subbox .cont_box,
.cont_subbox .cont_sidebox{
	margin-left: 0;
	margin-right: 0;
}
.cont_subbox_ttl{
	color: #0067b5;
	font-weight: 700;
	margin-bottom: 10px;
}
.cont_subbox .cont_sidebox > .cont_txt{
	width: 70%;
}
.cont_note,
.cont_subbox .cont_txt .cont_note{
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}
.cont_subbox .cont_txt .cont_note{
	text-align: left;
}
.cont_subbox .cont_sidebox > .cont_img{
	width: 24%;
}
.cont_subbox .cont_img .img_border img{
	padding: 7px;
}
.subcont_ttl{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
}

.cont_featurebox{
	margin-top: 40px;
}
.cont_featurebox + .cont_featurebox{
	margin-top: 50px;
}
.cont_featurettl{
	border-left: 4px solid #0067b5;
	padding-left: 20px;
	color: #0067b5;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.cont_table{
	width: 100%;
	font-size: 14px;
}
.cont_table .cont_table_ttl{
	background-color: #666;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.cont_table tr{
	background-color: #f1f1f1;
}
.cont_table tr:nth-child(even){
	background-color: #e5e5e5;
}
.cont_table th, .cont_table td{
	text-align: center;
}
.cont_table th{
	background-color: #f1f1f1;
	color: #666;
	font-weight: 700;
	border-bottom: #fff solid 1px;
	vertical-align: middle;
}
.cont_table td{
	padding: 6px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	vertical-align: middle;
}
/* 240209　追加 */
.cont_table td.half{
	width: 50%;
}
.cont_table small{
	font-size: 80%;
	font-weight: 500;
}
.cont_table .cont_table_head{
	background-color: #ccc;
	padding: 6px 0;
	color: #333;
}
.cont_table td strong{
	color: #D3151C;
	font-weight: 700;
}

.box_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_list::after{
	content: "";
	display: block;
	width: 32%;
}
.box_list li{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 32%;
	background-color: #f1f1f1;
	padding: 40px 30px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}
.box_list li::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}
.box_list li:nth-child(n+4){
	margin-top: 2%;
}
.box_list_copy{
	color: #0067b5;
	font-size: 17px;
	font-weight: 700;
}
.box_list_copy + p{
	margin-top: auto;
	flex-grow: 1;
}
.box_list li p + p{
	margin-top: 10px;
}
.box_list_img{
	margin-top: 20px;
	flex-grow: 1;
}
.box_list_img img{
	transition: 0.5s all;
}
.box_list_img a:hover img{
	opacity: .8;
}
.box_list_ttl{
	font-size: 14px;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	margin-top: 15px;
}
.box_list_btn{
	margin-top: 20px;
}
.box_list_btn a{
	display: inline-block;
	background-color: #0067b5;
	padding: 7px 42px;
	border-radius: 9999px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: 0.5s all;
}
.box_list_btn a i{
	font-size: 80%;
	margin-left: 7px;
	vertical-align: 1px;
	transition: 0.5s all;
}
.box_list_btn a:hover{
	background-color: #0071c7;
}
.box_list_btn a:hover i{
	transform: translateX(3px);
}

.cont_btn{
	margin-top: 40px;
	text-align: center;
}
.cont_box.border{
	border-top: 1px solid #ddd;
	padding-top: 50px;
	margin-top: 50px;
}
.cont_subbox .cont_box > .cont_txt > * + .cont_btn{
	margin-top: 30px;
}
.cont_btn a{
	display: inline-block;
	background-color: #0067b5;
	border-radius: 9999px;
	padding: 12px 60px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: 0.5s all;
}
.cont_btn a i{
	margin-left: 10px;
	transition: 0.5s all;
}
.cont_btn a:hover{
	background-color: #0071c7;
}
.cont_btn a:hover i{
	transform: translateX(5px);
}
.cont_block .more_link{
	margin-top: 30px;
}
.more_link a{
	color: #0067b5;
	text-decoration: none;
}
.more_link a i{
	position: relative;
	font-size: 16px;
	font-weight: 900;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0067b5;
	border-radius: 100%;
	text-align: center;
	transition: 0.5s all;
}
.more_link a:hover i{
	margin-right: 15px;
}
.more_link a span{
	font-size: 15px;
	transition: 0.5s letter-spacing;
}
.more_link a:hover span{
	letter-spacing: 0.1em;
}
.cont_box .cont_video > iframe,
.cont_video > video{
	width: 100%;
	height: 608px;
	vertical-align: bottom;
}
.cont_box .cont_video + .cont_txt,
.cont_box .cont_video + .cont_img{
	margin-top: 20px;
}

.accordion_head{
	position: relative;
	background-color: #e7edf5;
	padding: 12px 30px;
	border-radius: 9999px;
	color: #0067b5;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.5s all;
}
.accordion_head.open,
.accordion_head:hover{
	background-color: #d6e2f2;
}
.accordion_head::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #0067b5;
}
.accordion_head::after{
	content: "\2b";
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
}
.accordion_head.open::after{
	content: "\f068";
}
.accordion_cont{
	display: none;
	margin: 30px 0 60px;
}
.accordion_box + .accordion_box{
	margin-top: 20px;
}
.accordion_box .cont_box + .cont_box{
	margin-top: 30px;
}
/* 231120　追加 */
#content .faq_box a{
	color: #0067b5;
	text-decoration: underline;
	display: inline;
}
.faq_box{
	margin-left: 25px;
	margin-right: 25px;
}
.faq_box dl > *{
	padding-left: 26px;
	text-indent: -26px;
	line-height: 1.5;
}
.faq_box dl + dl{
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
}
.faq_box dt{
	margin-bottom: 5px;
	font-weight: 500;
}
.faq_box dt::before,
.faq_box dd::before{
	margin-right: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.faq_box dt::before{
	content: "Q.";
}
.faq_box dd::before{
	content: "A.";
}

.flow_chart{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flow_chart > *:nth-child(n+3){
	margin-top: 25px;
}
.flow_chart dt{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	position: relative;
	width: 120px;
	background-color: #0067b5;
	border-radius: 4px 0 0 4px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	box-sizing: border-box;
}
.flow_chart dt::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	border: 15px solid transparent;
	border-top-color: #0067b5;
}
.flow_chart dt:last-of-type::after{
	display: none;
}
.flow_chart dd{
	width: calc(100% - 120px);
	border: 1px solid #0067b5;
	border-radius: 0 4px 4px 0;
	padding: 15px 30px;
	box-sizing: border-box;
}
.flow_chart dd strong{
	font-size: 16px;
	font-weight: 700;
}
.flow_chart dd p{
	font-size: 14px;
}
.flow_chart dd p + p{
	margin-top: 0;
}
.flow_chart .cont_btn{
	margin: 20px auto;
}
.flow_chart .cont_btn a{
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
}

.cont_banner{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.cont_banner.half .cont_banner_item{
	width: 48%;
}
.cont_banner.half .cont_banner_item a{
	transition: 0.5s all;
}
.cont_banner.half .cont_banner_item a:hover{
	opacity: 0.8;
}

.report_block{
	border-top: 5px solid #0067b5;
	padding-top: 25px;
}
.report_block + .report_block{
	margin-top: 60px;
}
.report_head{
	display: flex;
	justify-content: space-between;
}
.report_ttl{
	color: #0067b5;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 15px;
}
.report_ttl a{
	color: #0067b5;
}
.report_ttl a::after{
	content: "\f35d";
	display: inline-block;
	margin-left: 10px;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
	vertical-align: 1px;
	opacity: 0;
	transition: 0.5s all;
}
.report_ttl a:hover::after{
	margin-left: 15px;
	opacity: 1;
}
.report_file{
	flex-shrink: 0;
	margin-left: 30px;
}
.report_file a{
	display: block;
	padding: 12px 15px;
	border: 1px solid #ddd;
	color: #0067b5;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1;
	transition: 0.5s all;
}
.report_file a span::before{
	content: "\f1c1";
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
}
.report_file a:hover{
	border-color: #0067b5;
}
.report_main{
	font-size: 15px;
	line-height: 1.8;
}
.report_main_link{
	margin-top: 10px;
}
.report_main_link p{
	display: flex;
}
.report_main_link p::before{
	content: "\f0c1";
	display: block;
	margin-right: 5px;
	color: #0067b5;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.report_main_link a{
	width: fit-content;
	color: #0067b5;
	word-break: break-all;
}
.report_main_link a:hover{
	text-decoration: underline;
}
.report_realted{
	display: flex;
	background-color: #ECF6FD;
	margin-top: 25px;
	padding: 15px 30px;
	box-sizing: border-box;
	font-size: 15px;
}
.report_realted p::before{
	content: "関連サービス：";
	display: inline-block;
	flex-shrink: 0;
	margin-right: 5px;
}
.report_realted.merit p::before{
	content: "メリット：";
}
.report_realted a{
	color: #0067b5;
}
.report_realted a:hover{
	opacity: .7;
}
.report_realted ul{
	display: flex;
	flex-wrap: wrap;
}

.related_service{
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
}
.related_service ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.related_service ul::after{
	content: "";
	display: block;
	width: 46%;
}
.related_service li{
	width: 46%;
}
.related_service li:nth-child(n+3){
	margin-top: 40px;
}
.related_service li a{
	display: flex;
	align-items: center;
}
.related_service li a .related_img{
	position: relative;
	overflow: hidden;
}
.related_service li .related_img{
	width: 32%;
	max-width: 108px;
	flex-shrink: 0;
}
.related_service li a .related_img img{
	width: 100%;
	height: 108px;
	border-radius: 100%;
	object-fit: cover;
	transition: 0.5s all;
}
.related_service li a:hover .related_img img{
	opacity: 0.5;
}
.related_service li .related_txt{
	width: 60%;
	padding-left: 30px;
	line-height: 1.6;
	text-align: left;
	transition: 0.5s all;
}
.related_service li a:hover .related_txt{
	color: #0067b5;
}
.related_service li p{
	line-height: 1.5;
}
.related_label{
	color: #0067b5;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
}
.relatex_subtxt{
	color: #888;
	font-size: 12px;
	margin-top: 5px;
}

.detail_content .service-wrapper{
	border-top: 1px solid #ddd;
	padding-top: 80px;
	margin-top: 180px;
}
.detail_content .service-wrapper > *{
	width: 1160px;
	margin: auto;
}
.detail_content .service-wrapper .flexbox .service-item.single{
	width: 100%;
}
.detail_content .service-wrapper.reverse{
	display: flex;
	flex-direction: column-reverse;
}
.detail_content .service-wrapper.floating{
	display: flex;
	flex-direction: column;
}
.detail_content .service-wrapper.floating .flexbox:nth-child(2){
	order: 1;
	margin-top: 0;
}
.detail_content .service-wrapper.floating .flexbox:nth-child(1){
	order: 2;
	margin-top: 60px;
}
.detail_content .service-wrapper.floating .flexbox:nth-child(3){
	order: 3;
}
.detail_content .service-wrapper.floating .flexbox:nth-child(4){
	order: 4;
}
.detail_content .service-wrapper.floating .flexbox:nth-child(5){
	order: 5;
}

@media only screen and (max-width: 768px) {
	#content.detail_content{
		margin-bottom: 80px;
	}
	.cont_intro{
		width: 100%;
		margin-bottom: 60px;
	}
	.cont_intro_ttl{
		font-size: 5vw;
		line-height: 1.6;
	}
	.cont_intro_ttl_en{
		font-size: 4vw;
	}
	.cont_intro_txt{
		font-size: 3.6vw;
	}
	.cont_intro > * + .cont_intro_txt {
		margin-top: 20px;
	}
	.cont_intro_txt + .cont_img{
		margin-top: 30px;
	}
	.cont_intro_link{
		margin-top: 30px;
	}
	.cont_intro_link ul{
		display: block;
	}
	.cont_intro_link li{
		width: 100%;
	}
	.cont_intro_link li + li{
		margin-top: 20px;
	}
	.cont_intro_link li dt{
		font-size: 3.5vw;
	}
	.cont_intro_link li dd{
		font-size: 3.5vw;
	}
	.link_official{
		margin-top: 30px;
		padding: 4vw 5vw;
		font-size: 3.6vw;
	}
	.link_official strong{
		display: block;
		margin-right: 0;
	}
	.cont_intro_app{
		margin-top: 20px;
	}
	.cont_intro_app li{
		width: 32%;
	}
	.cont_intro_app li:nth-child(n+4){
		margin-top: 2%;
	}
	.cont_intro_app li a{
		border-radius: 1.5vw;
	}
	.cont_intro_app li img{
		width: 84%;
		height: 14vw;
		object-fit: cover;
	}
	.cont_intro_app li span{
		display: none;
	}
	.cont_intro_app li i::after{
		display: none;
	}
	
	.cont_main{
		width: 100%;
	}
	.cont_block + .cont_block{
		margin-top: 60px;
	}

	.index_block{
		padding: 20px 4vw 35px;
	}
	.index_headline{
		font-size: 4.2vw;
		margin-bottom: 15px;
		padding: 0 4vw;
	}
	.cont_navi{
		display: block;
		font-size: 3.5vw;
	}
	.cont_navi li,
	.cont_navi.half li{
		width: 100%;
	}
	.cont_navi li + li,
	.cont_navi li:nth-child(n + 4),
	.cont_navi.half li:nth-child(n + 3){
		margin-top: 2.5vw;
	}
	/* 240227　変更 */
	.cont_navi li a i{
		margin-right: 3.5vw;
		padding-left: 1.2vw;
		font-size: 2.5vw;
		vertical-align: 0.5vw;
		position: relative;
	}
		/* 240227　変更 */
	.cont_navi li i::after{
		width: 4vw;
		height: 4vw;
	}

	.cont_headline{
		margin-bottom: 20px;
		padding: 14px 4vw;
		font-size: 4.4vw;
		line-height: 1.4;
	}
	.cont_headline::after{
		border-left-width: 4vw;
		border-bottom-width: 4vw;
	}
	.cont_headline .label{
		display: inline-block;
		padding: 1px 2.6vw;
		margin-left: 2vw;
		font-size: 2.6vw;
	}
	.cont_headline .label + .label{
		margin-left: 1vw;
	}
	.cont_box{
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.cont_box.border{
		padding-top: 40px;
		margin-top: 40px;
	}
	.cont_sidebox {
		display: block;
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.cont_sidebox + .cont_box,
	.cont_sidebox + .cont_sidebox,
	.cont_box + .cont_box,
	.cont_box + .cont_sidebox{
		margin-top: 40px;
	}
	.cont_block .cont_txt .quote_box{
		border-left-width: 1vw;
		padding-left: 7vw;
		margin-bottom: 40px;
		line-height: 1.6;
	}
	.quote_box .cont_ttl{
		font-size: 4vw;
	}

	.cont_ttl{
		font-size: 4.2vw;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.cont_ttl > small{
		font-size: 3.2vw;
	}
	.cont_subttl{
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.cont_txt{
		font-size: 3.6vw;
	}
	#content .cont_txt a{
		display: initial;
	}
	.cont_txt a.icon_sns{
		margin-left: 5vw;
		font-size: 3.2vw;
		line-height: 1.2;
	}
	.cont_txt a.icon_sns img {
		width: 5vw;
		margin-right: 1vw;
	}
	.cont_box > .cont_txt > * + *,
	.cont_sidebox > .cont_txt > * + *{
		margin-top: 10px;
	}
	.cont_img .caption{
		font-size: 2.6vw;
	}
	.cont_sidebox > .cont_txt{
		width: 100%;
	}
	.cont_txt .cont_note,
	.cont_subbox .cont_txt .cont_note{
		font-size: 2.5vw;
		line-height: 1.6;
		margin-top: 10px;
	}
	#content .cont_txt .cont_note a{
		display: inline;
	}
	.cont_sidebox > .cont_img{
		width: 100%;
		margin-top: 20px;
	}
	.cont_box .cont_img{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cont_subbox .cont_sidebox .cont_img{
		margin-top: 20px;
	}
	.cont_img .img_border img{
		padding: 2vw;
	}
	.cont_img.half figure{
		width: 48%;
	}
	.cont_img.half figure.full{
		margin-top: 10px;
	}
	.cont_img.half figure:nth-child(n+3){
		margin-top: 4%;
	}
	.cont_img.medium,
	.cont_img.small{
		width: 100%;
	}
	.cont_img.horizontal_scroll{
		position: relative;
		overflow-x: scroll;
	}
	.cont_img.horizontal_scroll img{
		width: 160vw;
	}
	.cont_img_list li{
		width: 48%;
	}
	.cont_img_list li:nth-child(3),
	.cont_img_list li:nth-child(n+4){
		margin-top: 3%;
	}
	.cont_img .img_border img{
		padding: 1.5vw;
	}
	.cont_cover{
		margin: 20px 0 30px;
	}
	.cont_cover .cont_ttl{
		left: 8vw;
		font-size: 4vw;
	}
	.cont_cover img{
		border-radius: 2vw;
	}

	.cont_list li{
		padding-left: 4vw;
	}
	.cont_list li::before{
		top: 3vw;
		width: 1vw;
		height: 1vw;
	}
	.cont_list.half{
		display: block;
	}
	.cont_list.half li{
		width: 100%;
	}
	.cont_list.half li:nth-child(2){
		margin-top: 5px;
	}
	.subbox_wrapper{
		padding: 20px 5vw;
	}
	.cont_subbox{
		margin-top: 20px;
	}
	.cont_subbox + *{
		margin-top: 20px;
	}
	.cont_box > .cont_txt > * + .cont_subbox,
	.cont_sidebox > .cont_txt > * + .cont_subbox{
		margin-top: 30px;
	}
	.cont_txt > * + .cont_subbox + .cont_subbox{
		margin-top: 15px;
	}
	.cont_subbox .cont_sidebox > .cont_txt{
		width: 100%;
	}
	.cont_subbox .cont_sidebox > .cont_img{
		width: 100%;
	}
	.cont_subbox + .cont_subbox{
		margin-top: 10px;
	}
	.free_list dt{
		margin-right: 2vw;
	}
	.free_list.justify dl{
		display: block;
	}
	.free_list.justify dl + dl{
		margin-top: 1vw;
	}
	.free_list.justify dt{
		width: 100%;
		margin-right: 0;
		font-weight: 500;
		text-align: left;
		text-align-last: auto;
		text-justify: auto;
	}
	.free_list.justify dt::after{
		content: "：";
		display: inline-block;
	}
	.free_list.justify dd::before{
		display: none;
	}
	.free_list.middle dl{
		display: block;
	}
	.free_list.middle dt{
		width: 100%;
	}

	.cont_table{
		font-size: 3vw;
	}
	.cont_table th, .cont_table td{
		padding: 6px 3vw;
	}
	.box_list::after{
		width: 49%;
	}
	.box_list li{
		width: 49%;
		padding: 15px 4vw;
		font-size: 2.5vw;
	}
	.box_list li:nth-child(3), .box_list li:nth-child(n+4){
		margin-top: 3%;
	}
	.box_list li::after{
		border-right-width: 4vw;
		border-top-width: 4vw;
	}
	.box_list li p + p{
		margin-top: 5px;
	}
	.box_list_copy{
		font-size: 3.2vw;
		line-height: 1.4;
	}
	.box_list_img{
		margin-top: 10px;
	}
	.box_list_ttl{
		margin-top: 6px;
		font-size: 2.6vw;
	}
	.box_list_btn{
		margin-top: 10px;
	}
	.box_list_btn a{
		width: 80%;
		margin: auto;
		padding: 5px 3vw;
		box-sizing: border-box;
	}
	#content .box_list_btn a{
		display: block;
	}
	.box_list_btn a i{
		font-size: 68%;
		margin-left: 1vw;
		vertical-align: 0.15vw;
	}
	
	.cont_btn{
		margin-top: 30px;
		font-size: 3.5vw;
	}
	.cont_subbox .cont_box > .cont_txt > * + .cont_btn{
		margin-top: 20px;
	}
	#content .cont_btn a{
		display: block;
		width: 82%;
		margin: auto;
		padding: 10px 6vw;
		line-height: 1.6;
		box-sizing: border-box;
	}
	#content .more_link a{
		display: inline-block;
	}
	.cont_btn a i{
		margin-left: 1vw;
	}
	.cont_block .cont_txt .more_link{
		margin-top: 10px;
		text-align: right;
	}
	.more_link a i{
		font-size: 3.5vw;
		margin-right: 2vw;
		width: 6vw;
		height: 6vw;
		line-height: 6vw;
	}
	.more_link a:hover i{
		margin-right: 2vw;
	}
	.more_link a:hover span{
		letter-spacing: 0;
	}
	.more_link a span{
		font-size: 3.5vw;
		font-weight: 700;
	}

	.cont_box .cont_video > iframe,
	.cont_video > video{
		height: 47.4vw;
	}

	.accordion_head{
		padding: 8px 6vw;
		font-size: 3.8vw;
	}
	.accordion_head::before{
		right: 3vw;
		width: 6vw;
		height: 6vw;
	}
	.accordion_head::after{
		right: 4.5vw;
		font-size: 3.2vw;
	}
	.accordion_cont{
		margin: 7vw 0 10vw;
	}
	.accordion_box + .accordion_box{
		margin-top: 3vw;
	}

	.faq_box{
		margin-left: 4vw;
		margin-right: 4vw;
		font-size: 3.5vw;
	}
	.faq_box dl + dl{
		padding-top: 6vw;
		margin-top: 6vw;
	}
	.faq_box dl > *{
		padding-left: 6vw;
		text-indent: -6vw;
		line-height: 1.6;
	}
	.faq_box dt{
		margin-bottom: 1vw;
	}

	.flow_chart > *:nth-child(n+3){
		margin-top: 4vw;
	}
	.flow_chart dt{
		width: 16vw;
		font-size: 3.5vw;
	}
	.flow_chart dt::after{
		bottom: calc(-5vw + 1px);
		border-width: 2.5vw;
	}
	.flow_chart dd{
		width: calc(100% - 16vw);
		padding: 2vw 4.5vw 3vw;
	}
	.flow_chart dd p strong{
		font-size: 3.5vw;
	}
	.flow_chart dd p{
		font-size: 3vw;
	}
	.flow_chart dd p + p{
		font-size: 3vw;
		line-height: 1.5;
	}
	.flow_chart .cont_btn{
		margin: 3vw auto;
	}
	#content .flow_chart .cont_btn a{
		display: block;
		border-radius: 1vw;
	}

	.cont_banner{
		display: block;
		margin-top: 5vw;
	}
	.cont_banner.half .cont_banner_item{
		width: 100%;
	}
	.cont_banner .cont_banner_item + .cont_banner_item{
		margin-top: 3vw;
	}

	.report_block{
		border-top-width: 4px;
		padding-top: 4vw;
	}
	.report_block + .report_block{
		margin-top: 10vw;
	}
	.report_ttl{
		font-size: 4.2vw;
		line-height: 1.7;
		margin-bottom: 3vw;
	}
	.report_ttl a::after{
		margin-left: 2.5vw;
		font-size: 3.2vw;
		opacity: 1;
	}
	.report_ttl a:hover::after{
		margin-left: 2.8vw;
	}
	.report_file{
		margin-left: 5vw;
		text-align: right;
	}
	#content .report_file a{
		display: inline-block;
		padding: 2vw 3vw;
		font-size: 3.2vw;
	}
	.report_file a span::before{
		margin-right: 1.5vw;
		font-size: 3.2vw;
	}
	.report_main{
		font-size: 3.2vw;
	}
	.report_main_link{
		margin-top: 3vw;
	}
	.report_main_link p{
		position: relative;
		display: block;
	}
	.report_main_link p + p{
		margin-top: 0.8vw;
	}
	.report_main_link a{
		width: auto;
		padding-left: 5vw;
		line-height: 1.6;
	}
	.report_main_link p::before{
		position: absolute;
		top: 0;
		left: 0;
		margin-right: 1vw;
	}
	.report_realted{
		display: block;
		margin-top: 5vw;
		padding: 4vw 5vw;
		font-size: 3.2vw;
	}
	#content .report_realted a{
		display: inline;
	}
	
	.related_service{
		width: 92%;
		margin-top: 80px;
	}
	.subcont_ttl{
		font-size: 4.5vw;
		margin-bottom: 20px;
	}

	.cont_featurebox{
		margin-top: 30px;
	}
	.cont_featurebox + .cont_featurebox{
		margin-top: 40px;
	}
	.cont_featurettl{
		font-size: 4.2vw;
	}

	.related_service ul{
		display: block;
	}
	.related_service li{
		width: 100%;
	}
	.related_service li + li,
	.related_service li:nth-child(n + 4){
		margin-top: 15px;
	}
	#content .related_service li a{
		display: flex;
	}
	.related_service li .related_img{
		width: 20vw;
	}
	.related_service li a .related_img img{
		height: 20vw;
	}
	.related_service li .related_txt{
		width: 72%;
		padding-left: 5vw;
		font-size: 3.5vw;
	}
	.related_label{
		font-size: 2.5vw;
		margin-bottom: 2px;
	}
	.relatex_subtxt{
		font-size: 2.6vw;
	}

	.detail_content .service-wrapper{
		border-top: none;
		padding-top: 0;
		margin-top: 100px;
	}
	.detail_content .service-wrapper > *{
		width: 100%;
	}
	.detail_content .service-wrapper .flexbox .service-item h3{
		width: 100%;
		font-size: 4.5vw;
	}
	.detail_content .service-wrapper .flexbox .service-item ul{
		width: 100%;
		margin: 20px auto 0;
	}
	.detail_content .service-wrapper.floating .flexbox:nth-child(1){
		margin-top: 8vw;
	}
}