@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

p {
	word-break	: break-all;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size	: 1.2rem;
	font-size	: 12px;
	line-height	: 1.5;
	text-align	: center;
	color		: #1a1a1a;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
}

body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}


/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a:link	{
	text-decoration	: none;
	color			: #00F;
}

a:visited	{
	text-decoration	: none;
	color			: #941D55;
}

a:hover	{
	text-decoration	: none;
}

input,select,textarea,button{
	font-family: "Noto Sans JP", sans-serif;
}


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */

header {}


/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */

nav {}


/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock {
	clear : both;
}


.mv{
	display: block;
}

.mv .mv_background{
	position: relative;
	background: url("../img/bg/mv_common_pc.jpg") no-repeat center right/cover;
	height: 160px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.mv .mv_background h1{
	position: absolute;
	width: 360px;
	top: calc(50% - 180px);
	left: 10.4vw
}
.mv .mv_background h1 a{
	display: block;
}

.mv .mv_background h1 a .logo{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 836px){
	.mv .mv_background{
		background: url("../img/bg/mv_common_sp.jpg") no-repeat center right/cover;
		height: 160px;
	}

	.mv .mv_background h1{
		position: absolute;
		width: 253px;
		top: calc(50% - 126.5px);
		left: calc(50% - 126.5px);
	}
	.mv .mv_background h1 a{
		display: block;
	}

	.mv .mv_background h1 a .logo{
		width: 100%;
		height: auto;
	}
}



/* ------------------------------------------------------------------------ */

/*  トップページへ戻るボタン（共通）

/* ------------------------------------------------------------------------ */

.return-top {
	padding-bottom: 100px;
}

.return-top a{
	position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
    font-size: 16px;
	margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0059b2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    color: #fff;
    width: 280px;
    /*height: 60px;*/
	line-height: 60px;

}

.return-top a::after {
    content: "\f054";
	font-family: "Font Awesome 6 Free"; /* Font Awesome のフォント名 */
    display: block;
    position: absolute;
	top: 0;
    right: 20px;
    /*background: url(../../common/img/icon/icon_details.png) no-repeat center / contain;*/
    transition: 0.3s;
}

.return-top a:hover::after{
	right: 14px;
}

@media (max-width: 700px) {
	.return-top a{
		max-width: 320px;
		width: 100%;
	}
}


/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer {
	clear : both;
	border-top: .3px solid #333;
}


footer .inner{
	max-width: 1000px;
	margin: 0px auto ;
}

footer .inner .footer-link{
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	margin-top: 40px;
}
footer .inner .footer-link ul {
	width: calc(100% / 3);
}

footer .inner .footer-link ul li {
	text-align: left;
	margin-bottom: 10px;
}

footer .inner .footer-link ul li a {
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 500;
}

footer .inner .copyright{
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #666;
	margin-top: 40px;
	padding-bottom: 40px;
}


@media(max-width:1100px){
	footer .inner {
		width: 90%;
		margin: 0px auto;
	}
}

@media(max-width:1000px){
	footer .inner{
		max-width: 1000px;
		margin: 0px auto ;
	}
}

@media(max-width:800px){
	footer .inner .footer-link{
		display: flex;
		justify-content:space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	footer .inner .footer-link ul {
		width: 200px;
		margin-bottom: 40px;
	}
	footer .inner .footer-link ul:first-of-type {
		width: 230px;
	}
}

@media(max-width:600px){
	footer .inner .footer-link ul {
		width: 100%;
		margin-bottom: 0px;
	}
	footer .inner .footer-link ul:first-of-type {
		width: 100%;
	}
}
